Skip to content

Commit 549b120

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.576.1
1 parent c38105c commit 549b120

Some content is hidden

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

78 files changed

+1484
-3513
lines changed

.speakeasy/gen.lock

Lines changed: 16 additions & 12 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: 82f8ce601ee8783b67940ff6d829ae90
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.576.1
7+
generationVersion: 2.651.2
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:
@@ -481,6 +481,7 @@ generatedFiles:
481481
- docs/models/reminderrequest.md
482482
- docs/models/reportstatusresponse.md
483483
- docs/models/reportstatusresponsestatus.md
484+
- docs/models/requesttype.md
484485
- docs/models/responsehint.md
485486
- docs/models/responsestatus.md
486487
- docs/models/restrictionfilters.md
@@ -663,8 +664,11 @@ generatedFiles:
663664
- src/glean/api_client/entities.py
664665
- src/glean/api_client/errors/__init__.py
665666
- src/glean/api_client/errors/collectionerror.py
667+
- src/glean/api_client/errors/gleanbaseerror.py
666668
- src/glean/api_client/errors/gleandataerror.py
667669
- src/glean/api_client/errors/gleanerror.py
670+
- src/glean/api_client/errors/no_response_error.py
671+
- src/glean/api_client/errors/responsevalidationerror.py
668672
- src/glean/api_client/governance.py
669673
- src/glean/api_client/governance_documents.py
670674
- src/glean/api_client/httpclient.py
@@ -2012,17 +2016,17 @@ examples:
20122016
createAndStreamRun:
20132017
speakeasy-default-create-and-stream-run:
20142018
requestBody:
2015-
application/json: {"agent_id": "<id>"}
2019+
application/json: {"agent_id": "<id>", "messages": [{"role": "USER"}]}
20162020
responses:
20172021
"200":
20182022
text/event-stream: "<value>"
20192023
createAndWaitRun:
20202024
speakeasy-default-create-and-wait-run:
20212025
requestBody:
2022-
application/json: {"agent_id": "<id>"}
2026+
application/json: {"agent_id": "<id>", "messages": [{"role": "USER"}]}
20232027
responses:
20242028
"200":
2025-
application/json: {}
2029+
application/json: {"run": {"agent_id": "<id>", "messages": [{"role": "USER"}]}, "messages": [{"role": "USER"}]}
20262030
addcollectionitems:
20272031
speakeasy-default-addcollectionitems:
20282032
requestBody:
@@ -2197,7 +2201,7 @@ examples:
21972201
listentities:
21982202
speakeasy-default-listentities:
21992203
requestBody:
2200-
application/json: {"filter": [{"fieldName": "type", "values": [{"value": "Spreadsheet", "relationType": "EQUALS"}, {"value": "Presentation", "relationType": "EQUALS"}]}], "entityType": "PEOPLE", "pageSize": 100}
2204+
application/json: {"filter": [{"fieldName": "type", "values": [{"value": "Spreadsheet", "relationType": "EQUALS"}, {"value": "Presentation", "relationType": "EQUALS"}]}], "entityType": "PEOPLE", "pageSize": 100, "requestType": "STANDARD"}
22012205
responses:
22022206
"200":
22032207
application/json: {"results": [{"name": "George Clooney", "obfuscatedId": "abc123"}], "teamResults": [{"id": "<id>", "name": "<value>", "members": [{"person": {"name": "George Clooney", "obfuscatedId": "abc123"}, "relationship": "MEMBER"}], "customFields": [{"label": "<value>", "values": [], "displayable": true}], "datasourceProfiles": [{"datasource": "github", "handle": "<value>"}], "status": "PROCESSED", "canBeDeleted": true}], "customEntityResults": [{"roles": [{"person": {"name": "George Clooney", "obfuscatedId": "abc123"}, "role": "OWNER"}]}], "facetResults": [{"sourceName": "container_name", "operatorName": "SelectMultiple", "buckets": [{"count": 1, "datasource": "jira", "percentage": 5, "value": {"stringValue": "engineering", "integerValue": 5, "displayLabel": "engineering", "iconConfig": {"color": "#343CED", "key": "person_icon", "iconType": "GLYPH", "name": "user"}}}], "hasMoreBuckets": false, "groupName": "Service Cloud"}]}

.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: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ paths:
17951795
tags:
17961796
- Entities
17971797
summary: List entities
1798-
description: List some set of details for all entities that fit the given criteria and return in the requested order. Does not support negation in filters, assumes relation type EQUALS. There is a limit of 10000 entities that can be retrieved via this endpoint.
1798+
description: List some set of details for all entities that fit the given criteria and return in the requested order. Does not support negation in filters, assumes relation type EQUALS. There is a limit of 10000 entities that can be retrieved via this endpoint, except when using FULL_DIRECTORY request type for people entities.
17991799
operationId: listentities
18001800
x-visibility: Public
18011801
x-codegen-request-body-name: payload
@@ -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.
@@ -5640,11 +5641,13 @@ components:
56405641
- ATTACHMENT
56415642
- CANONICAL
56425643
- CASE
5644+
- contact
56435645
- CONTACT
56445646
- CONVERSATION_MESSAGES
56455647
- EXPERT
56465648
- FROM
56475649
- HIGHLIGHT
5650+
- opportunity
56485651
- OPPORTUNITY
56495652
- RECENT
56505653
- SOURCE
@@ -7523,6 +7526,7 @@ components:
75237526
type: string
75247527
title: Role
75257528
description: The role of the message.
7529+
example: USER
75267530
content:
75277531
title: Content
75287532
description: The content of the message.
@@ -8415,6 +8419,7 @@ components:
84158419
- COPYPASTED_QUOTES
84168420
- INVALID_OPERATOR
84178421
- MAYBE_INVALID_FACET_QUERY
8422+
- TOO_MANY_DATASOURCE_GROUPS
84188423
description: The type of the warning.
84198424
lastUsedTerm:
84208425
type: string
@@ -9058,6 +9063,7 @@ components:
90589063
- DISPLAYABLE_LIST
90599064
- SOCIAL_LINK
90609065
- EXTERNAL_TASKS
9066+
- WORKFLOW_COLLECTIONS
90619067
- ZERO_STATE_CHAT_SUGGESTION
90629068
- ZERO_STATE_CHAT_TOOL_SUGGESTION
90639069
- ZERO_STATE_WORKFLOW_CREATED_BY_ME
@@ -9632,6 +9638,16 @@ components:
96329638
source:
96339639
type: string
96349640
description: A string denoting the search surface from which the endpoint is called.
9641+
requestType:
9642+
type: string
9643+
default: STANDARD
9644+
description: The type of request being made.
9645+
x-enumDescriptions:
9646+
STANDARD: Used by default for all requests and satisfies all standard use cases for list requests. Limited to 10000 entities.
9647+
FULL_DIRECTORY: Used exclusively to return a comprehensive list of all people entities in the organization, typically for audit like purposes. The recommended approach is to sort by FIRST_NAME or LAST_NAME, and use pagination for large organizations.
9648+
enum:
9649+
- STANDARD
9650+
- FULL_DIRECTORY
96359651
EntitiesSortOrder:
96369652
type: string
96379653
description: Different ways of sorting entities
@@ -11745,6 +11761,10 @@ components:
1174511761
type: string
1174611762
description: end time of the time range, applicable for the CUSTOM type.
1174711763
format: date-time
11764+
lastNDaysValue:
11765+
type: integer
11766+
description: The number of days to look back from the current time, applicable for the LAST_N_DAYS type.
11767+
format: int64
1174811768
InputOptions:
1174911769
description: Controls which data-sources and what time-range to include in scans.
1175011770
properties:
@@ -11779,6 +11799,7 @@ components:
1177911799
- PAST_YEAR
1178011800
- PAST_DAY
1178111801
- CUSTOM
11802+
- LAST_N_DAYS
1178211803
customTimeRange:
1178311804
$ref: "#/components/schemas/TimeRange"
1178411805
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.576.1
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:766f374184dd7d6b119aef718a826e26e7e690a65bd8edd8e326c75699c9c0f5
6-
sourceBlobDigest: sha256:b566588e295fa760c08dc3e5f61f4026e3b295999709bbec5a3f434f51316f89
5+
sourceRevisionDigest: sha256:d9bd4da8dfcd42ca33e1ac9e888d294d7f21235a7ae86c5c7afc5c51f8e54d78
6+
sourceBlobDigest: sha256:1b934d1ce60e14792c338596f0de17969efd6974240076cb88ce59bb7217e04c
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:d9bd4da8dfcd42ca33e1ac9e888d294d7f21235a7ae86c5c7afc5c51f8e54d78
21+
sourceBlobDigest: sha256:1b934d1ce60e14792c338596f0de17969efd6974240076cb88ce59bb7217e04c
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:6fc7a331ac2723e7e15b995ac16fcbcb8e5e23c00dba76053d4977ed1b7ea737
23+
codeSamplesRevisionDigest: sha256:a3e4747f03210d3a8c89a108ea025873dc27315afa1bc443db740a904074c96e
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-07 22:06:28
174+
### Changes
175+
Based on:
176+
- OpenAPI Doc
177+
- Speakeasy CLI 1.576.1 (2.651.2) 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)