Skip to content

Commit 2ec6ca0

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.575.1
1 parent c38105c commit 2ec6ca0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1367
-3499
lines changed

.speakeasy/gen.lock

Lines changed: 13 additions & 10 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: 6cb4c4786bf30fecfc20b38750d745eb
4+
docChecksum: 733c6cf69f1f15763f0e06df1d45168e
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.563.1
7-
generationVersion: 2.629.1
8-
releaseVersion: 0.6.6
9-
configChecksum: deb305dde9c116c694b15d39c5ae7854
6+
speakeasyVersion: 1.575.1
7+
generationVersion: 2.648.1
8+
releaseVersion: 0.7.0
9+
configChecksum: 1fdd57721d8451c79856369d08e3d61d
1010
repoURL: https://github.com/gleanwork/api-client-python.git
1111
installationURL: https://github.com/gleanwork/api-client-python.git
1212
published: true
@@ -31,13 +31,13 @@ features:
3131
globalServerURLs: 3.1.1
3232
groups: 3.0.0
3333
methodArguments: 1.0.2
34-
mockServer: 0.1.0
34+
mockServer: 0.1.1
3535
multipartFileContentType: 1.0.0
3636
nameOverrides: 3.0.1
3737
responseFormat: 1.0.1
3838
retries: 3.0.2
3939
sdkHooks: 1.1.0
40-
tests: 1.17.0
40+
tests: 1.19.0
4141
unions: 3.0.4
4242
uploadStreams: 1.0.0
4343
generatedFiles:
@@ -663,8 +663,11 @@ generatedFiles:
663663
- src/glean/api_client/entities.py
664664
- src/glean/api_client/errors/__init__.py
665665
- src/glean/api_client/errors/collectionerror.py
666+
- src/glean/api_client/errors/gleanbaseerror.py
666667
- src/glean/api_client/errors/gleandataerror.py
667668
- src/glean/api_client/errors/gleanerror.py
669+
- src/glean/api_client/errors/no_response_error.py
670+
- src/glean/api_client/errors/responsevalidationerror.py
668671
- src/glean/api_client/governance.py
669672
- src/glean/api_client/governance_documents.py
670673
- src/glean/api_client/httpclient.py
@@ -2012,17 +2015,17 @@ examples:
20122015
createAndStreamRun:
20132016
speakeasy-default-create-and-stream-run:
20142017
requestBody:
2015-
application/json: {"agent_id": "<id>"}
2018+
application/json: {"agent_id": "<id>", "messages": [{"role": "USER"}]}
20162019
responses:
20172020
"200":
20182021
text/event-stream: "<value>"
20192022
createAndWaitRun:
20202023
speakeasy-default-create-and-wait-run:
20212024
requestBody:
2022-
application/json: {"agent_id": "<id>"}
2025+
application/json: {"agent_id": "<id>", "messages": [{"role": "USER"}]}
20232026
responses:
20242027
"200":
2025-
application/json: {}
2028+
application/json: {"run": {"agent_id": "<id>", "messages": [{"role": "USER"}]}, "messages": [{"role": "USER"}]}
20262029
addcollectionitems:
20272030
speakeasy-default-addcollectionitems:
20282031
requestBody:

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ generation:
2222
mockServer:
2323
disabled: false
2424
tests:
25+
generateTests: true
2526
generateNewTests: true
2627
skipResponseBodyAssertions: true
2728
python:
28-
version: 0.6.6
29+
version: 0.7.0
2930
additionalDependencies:
3031
dev: {}
3132
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4868,7 +4868,8 @@ components:
48684868
example: From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.
48694869
boardId:
48704870
type: integer
4871-
description: The parent board ID of this Answer, or 0 if it's a floating Answer.
4871+
description: The parent board ID of this Answer, or 0 if it's a floating Answer. Adding Answers to Answer Boards is no longer permitted.
4872+
deprecated: true
48724873
audienceFilters:
48734874
type: array
48744875
description: Filters which restrict who should see the answer. Values are taken from the corresponding filters in people search.
@@ -7523,6 +7524,7 @@ components:
75237524
type: string
75247525
title: Role
75257526
description: The role of the message.
7527+
example: USER
75267528
content:
75277529
title: Content
75287530
description: The content of the message.
@@ -8415,6 +8417,7 @@ components:
84158417
- COPYPASTED_QUOTES
84168418
- INVALID_OPERATOR
84178419
- MAYBE_INVALID_FACET_QUERY
8420+
- TOO_MANY_DATASOURCE_GROUPS
84188421
description: The type of the warning.
84198422
lastUsedTerm:
84208423
type: string
@@ -11745,6 +11748,10 @@ components:
1174511748
type: string
1174611749
description: end time of the time range, applicable for the CUSTOM type.
1174711750
format: date-time
11751+
lastNDaysValue:
11752+
type: integer
11753+
description: The number of days to look back from the current time, applicable for the LAST_N_DAYS type.
11754+
format: int64
1174811755
InputOptions:
1174911756
description: Controls which data-sources and what time-range to include in scans.
1175011757
properties:
@@ -11779,6 +11786,7 @@ components:
1177911786
- PAST_YEAR
1178011787
- PAST_DAY
1178111788
- CUSTOM
11789+
- LAST_N_DAYS
1178211790
customTimeRange:
1178311791
$ref: "#/components/schemas/TimeRange"
1178411792
SharingOptions:

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.563.1
1+
speakeasyVersion: 1.575.1
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:766f374184dd7d6b119aef718a826e26e7e690a65bd8edd8e326c75699c9c0f5
6-
sourceBlobDigest: sha256:b566588e295fa760c08dc3e5f61f4026e3b295999709bbec5a3f434f51316f89
5+
sourceRevisionDigest: sha256:3670233bb9ba7bb980ec12f4e708455cc30eb19033e1d757fdbee45f7999e836
6+
sourceBlobDigest: sha256:176f2511ecee96185fee43017c7286d10926cc32475d48278b6c97859e54d856
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749670145
9+
- speakeasy-sdk-regen-1750453704
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:766f374184dd7d6b119aef718a826e26e7e690a65bd8edd8e326c75699c9c0f5
21-
sourceBlobDigest: sha256:b566588e295fa760c08dc3e5f61f4026e3b295999709bbec5a3f434f51316f89
20+
sourceRevisionDigest: sha256:3670233bb9ba7bb980ec12f4e708455cc30eb19033e1d757fdbee45f7999e836
21+
sourceBlobDigest: sha256:176f2511ecee96185fee43017c7286d10926cc32475d48278b6c97859e54d856
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:6fc7a331ac2723e7e15b995ac16fcbcb8e5e23c00dba76053d4977ed1b7ea737
23+
codeSamplesRevisionDigest: sha256:0a4dcea71cbcea7794c7aadacf32298da8a14a30ed088f7117ef0e63d7862653
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
@@ -168,4 +168,14 @@ Based on:
168168
### Generated
169169
- [python v0.6.6] .
170170
### Releases
171-
- [PyPI v0.6.6] https://pypi.org/project/glean/0.6.6 - .
171+
- [PyPI v0.6.6] https://pypi.org/project/glean/0.6.6 - .
172+
173+
## 2025-07-02 22:36:34
174+
### Changes
175+
Based on:
176+
- OpenAPI Doc
177+
- Speakeasy CLI 1.575.1 (2.648.1) https://github.com/speakeasy-api/speakeasy
178+
### Generated
179+
- [python v0.7.0] .
180+
### Releases
181+
- [PyPI v0.7.0] https://pypi.org/project/glean/0.7.0 - .

0 commit comments

Comments
 (0)