Skip to content

Commit d51e33f

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.575.4
1 parent c38105c commit d51e33f

Some content is hidden

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

68 files changed

+1374
-3500
lines changed

.speakeasy/gen.lock

Lines changed: 14 additions & 11 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: 77e2236a0b9a258204daa3898ffd1ef4
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.4
7+
generationVersion: 2.648.7
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
@@ -16,7 +16,7 @@ features:
1616
additionalProperties: 1.0.1
1717
configurableModuleName: 0.2.0
1818
constsAndDefaults: 1.0.5
19-
core: 5.19.3
19+
core: 5.19.4
2020
defaultEnabledRetries: 0.2.0
2121
deprecations: 3.0.2
2222
devContainers: 3.0.0
@@ -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.1
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: 10 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
@@ -9058,6 +9061,7 @@ components:
90589061
- DISPLAYABLE_LIST
90599062
- SOCIAL_LINK
90609063
- EXTERNAL_TASKS
9064+
- WORKFLOW_COLLECTIONS
90619065
- ZERO_STATE_CHAT_SUGGESTION
90629066
- ZERO_STATE_CHAT_TOOL_SUGGESTION
90639067
- ZERO_STATE_WORKFLOW_CREATED_BY_ME
@@ -11745,6 +11749,10 @@ components:
1174511749
type: string
1174611750
description: end time of the time range, applicable for the CUSTOM type.
1174711751
format: date-time
11752+
lastNDaysValue:
11753+
type: integer
11754+
description: The number of days to look back from the current time, applicable for the LAST_N_DAYS type.
11755+
format: int64
1174811756
InputOptions:
1174911757
description: Controls which data-sources and what time-range to include in scans.
1175011758
properties:
@@ -11779,6 +11787,7 @@ components:
1177911787
- PAST_YEAR
1178011788
- PAST_DAY
1178111789
- CUSTOM
11790+
- LAST_N_DAYS
1178211791
customTimeRange:
1178311792
$ref: "#/components/schemas/TimeRange"
1178411793
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.4
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:766f374184dd7d6b119aef718a826e26e7e690a65bd8edd8e326c75699c9c0f5
6-
sourceBlobDigest: sha256:b566588e295fa760c08dc3e5f61f4026e3b295999709bbec5a3f434f51316f89
5+
sourceRevisionDigest: sha256:e3d14fa077cb06d37db0f173d37b20896a480c8730553505d78bee307f008fbc
6+
sourceBlobDigest: sha256:e5cb8c5aeee0bcbf9e3bec792c4cd45a454b2d8de38248b95aa4d7307cf16a1b
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:e3d14fa077cb06d37db0f173d37b20896a480c8730553505d78bee307f008fbc
21+
sourceBlobDigest: sha256:e5cb8c5aeee0bcbf9e3bec792c4cd45a454b2d8de38248b95aa4d7307cf16a1b
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-03 22:57:27
174+
### Changes
175+
Based on:
176+
- OpenAPI Doc
177+
- Speakeasy CLI 1.575.4 (2.648.7) 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)