Skip to content

Commit 12681b7

Browse files
Merge pull request #20 from gleanwork/speakeasy-sdk-regen-1748050632
2 parents 48de2c7 + a9273c4 commit 12681b7

File tree

11 files changed

+43
-23
lines changed

11 files changed

+43
-23
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 3e3290ca-0ee8-4981-b1bc-14536048fa63
33
management:
4-
docChecksum: 214cdf330e1c6211309d834b2b24e4a9
4+
docChecksum: 494200b2b5ce073b7458b5d6a0507b42
55
docVersion: 0.9.0
66
speakeasyVersion: 1.551.0
77
generationVersion: 2.610.0
8-
releaseVersion: 0.5.0
9-
configChecksum: fe92b874776a89c0ef98800954a70c16
8+
releaseVersion: 0.5.1
9+
configChecksum: a9031c6366b1f907390cb3cc30edf32f
1010
repoURL: https://github.com/gleanwork/api-client-python.git
1111
installationURL: https://github.com/gleanwork/api-client-python.git
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: true
2525
skipResponseBodyAssertions: true
2626
python:
27-
version: 0.5.0
27+
version: 0.5.1
2828
additionalDependencies:
2929
dev: {}
3030
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,6 +2168,8 @@ paths:
21682168
description: Not Found
21692169
"429":
21702170
description: Too Many Requests
2171+
tags:
2172+
- Tools
21712173
x-speakeasy-name-override: list
21722174
x-speakeasy-group: client.tools
21732175
/rest/api/v1/tools/call:
@@ -2196,6 +2198,8 @@ paths:
21962198
description: Not Found
21972199
"429":
21982200
description: Too Many Requests
2201+
tags:
2202+
- Tools
21992203
x-speakeasy-name-override: run
22002204
x-speakeasy-group: client.tools
22012205
/api/index/v1/indexdocument:
@@ -4315,6 +4319,7 @@ components:
43154319
enum:
43164320
- BOLD
43174321
- CITATION
4322+
- HIGHLIGHT
43184323
- LINK
43194324
url:
43204325
type: string

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ speakeasyVersion: 1.551.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:f9702fab7204aa4b6c4de51f891ea93ca91bd699de037938b6522df44148f53e
6-
sourceBlobDigest: sha256:d44909a59c01e136e65c90328dd7ddc8321d8eb01230285241f4c59ebbaac01f
5+
sourceRevisionDigest: sha256:54c0b7f53a738ea4d896b6041514ca6308f8fad84fb2ce9ca39e5c4cb5f52afc
6+
sourceBlobDigest: sha256:e03e7548ba6cb180d1f94e0a3912501f47f1f9944c0631dd752b396e56513f1f
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747705292
9+
- speakeasy-sdk-regen-1748050632
1010
Glean Client API:
1111
sourceNamespace: glean-client-api
1212
sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2
@@ -17,10 +17,10 @@ targets:
1717
glean:
1818
source: Glean API
1919
sourceNamespace: glean-api-specs
20-
sourceRevisionDigest: sha256:f9702fab7204aa4b6c4de51f891ea93ca91bd699de037938b6522df44148f53e
21-
sourceBlobDigest: sha256:d44909a59c01e136e65c90328dd7ddc8321d8eb01230285241f4c59ebbaac01f
20+
sourceRevisionDigest: sha256:54c0b7f53a738ea4d896b6041514ca6308f8fad84fb2ce9ca39e5c4cb5f52afc
21+
sourceBlobDigest: sha256:e03e7548ba6cb180d1f94e0a3912501f47f1f9944c0631dd752b396e56513f1f
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:bb77995d97b0886e86ac1b96b5b906893d962eb20614dba64f9bff62d78a95e1
23+
codeSamplesRevisionDigest: sha256:429f26356a61f026ee2902e9009622a7cd23480916a73af4fd282eb192505cf1
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,14 @@ Based on:
7878
### Generated
7979
- [python v0.5.0] .
8080
### Releases
81-
- [PyPI v0.5.0] https://pypi.org/project/glean/0.5.0 - .
81+
- [PyPI v0.5.0] https://pypi.org/project/glean/0.5.0 - .
82+
83+
## 2025-05-24 01:36:52
84+
### Changes
85+
Based on:
86+
- OpenAPI Doc
87+
- Speakeasy CLI 1.551.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
88+
### Generated
89+
- [python v0.5.1] .
90+
### Releases
91+
- [PyPI v0.5.1] https://pypi.org/project/glean/0.5.1 - .

docs/models/textrangetype.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
## Values
55

6-
| Name | Value |
7-
| ---------- | ---------- |
8-
| `BOLD` | BOLD |
9-
| `CITATION` | CITATION |
10-
| `LINK` | LINK |
6+
| Name | Value |
7+
| ----------- | ----------- |
8+
| `BOLD` | BOLD |
9+
| `CITATION` | CITATION |
10+
| `HIGHLIGHT` | HIGHLIGHT |
11+
| `LINK` | LINK |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "glean-api-client"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Glean Technologies, Inc." }]
66
license = "MIT"

speakeasyusagegen/.speakeasy/logs/naming.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ CreateAnnouncementRequest (startTime: date-time, endTime: date-time, title: stri
394394
DocumentSpec3 (ugcType: enum, contentId: integer, docType: string)
395395
DocumentSpecUgcType (enum: ANNOUNCEMENTS, ANSWERS, COLLECTIONS ...)
396396
TextRange (startIndex: integer, endIndex: integer, type: enum ...)
397-
TextRangeType (enum: BOLD, CITATION, LINK)
397+
TextRangeType (enum: BOLD, CITATION, HIGHLIGHT ...)
398398
DocumentSection (title: string, url: string)
399399
SearchRequestInputDetails (hasCopyPaste: boolean)
400400
SearchResult (structuredResults: array, trackingToken: string, document: Document ...)

src/glean/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "glean"
6-
__version__: str = "0.5.0"
6+
__version__: str = "0.5.1"
77
__openapi_doc_version__: str = "0.9.0"
88
__gen_version__: str = "2.610.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.5.0 2.610.0 0.9.0 glean"
9+
__user_agent__: str = "speakeasy-sdk/python 0.5.1 2.610.0 0.9.0 glean"
1010

1111
try:
1212
if __package__ is not None:

src/glean/models/textrange.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
class TextRangeType(str, Enum):
1515
BOLD = "BOLD"
1616
CITATION = "CITATION"
17+
HIGHLIGHT = "HIGHLIGHT"
1718
LINK = "LINK"
1819

1920

tests/mockserver/internal/sdk/models/components/textrange.go

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)