Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 3e3290ca-0ee8-4981-b1bc-14536048fa63
management:
docChecksum: 32dd53402e2cd4015df1497391a25ceb
docChecksum: dcd614b69cdc88d754706e156a66d71b
docVersion: 0.9.0
speakeasyVersion: 1.649.0
generationVersion: 2.739.1
releaseVersion: 0.11.3
configChecksum: 9cb8a7f3329f2469101aad1c7ce0888e
speakeasyVersion: 1.650.0
generationVersion: 2.743.2
releaseVersion: 0.11.4
configChecksum: 2309fbf1f9596ee1bbfbd2a06e77e96d
repoURL: https://github.com/gleanwork/api-client-python.git
installationURL: https://github.com/gleanwork/api-client-python.git
published: true
Expand All @@ -16,7 +16,7 @@ features:
additionalProperties: 1.0.1
configurableModuleName: 0.2.0
constsAndDefaults: 1.0.5
core: 5.23.4
core: 5.23.5
defaultEnabledRetries: 0.2.0
deprecations: 3.0.2
devContainers: 3.0.0
Expand Down
3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ generation:
hoistGlobalSecurity: true
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
mockServer:
disabled: false
tests:
generateTests: true
generateNewTests: true
skipResponseBodyAssertions: true
python:
version: 0.11.3
version: 0.11.4
additionalDependencies:
dev: {}
main: {}
Expand Down
20 changes: 15 additions & 5 deletions .speakeasy/glean-merged-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2403,7 +2403,9 @@ paths:
/api/index/v1/bulkindexusers:
post:
summary: Bulk index users
description: Replaces the users in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
description: |
Replaces the users in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
Note: Any users deleted from the existing set will have their associated memberships deleted as well.
tags:
- Permissions
requestBody:
Expand Down Expand Up @@ -2451,7 +2453,9 @@ paths:
/api/index/v1/bulkindexgroups:
post:
summary: Bulk index groups
description: Replaces the groups in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
description: |
Replaces the groups in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
Note: Any groups deleted from the existing set will have their associated memberships deleted as well.
tags:
- Permissions
requestBody:
Expand Down Expand Up @@ -2545,7 +2549,9 @@ paths:
/api/index/v1/deleteuser:
post:
summary: Delete user
description: Delete the user from the datasource. Silently succeeds if user is not present.
description: |
Delete the user from the datasource. Silently succeeds if user is not present.
Note: All memberships associated with the deleted user will also be deleted.
tags:
- Permissions
requestBody:
Expand All @@ -2569,7 +2575,9 @@ paths:
/api/index/v1/deletegroup:
post:
summary: Delete group
description: Delete group from the datasource. Silently succeeds if group is not present.
description: |
Delete group from the datasource. Silently succeeds if group is not present.
Note: All memberships associated with the deleted group will also be deleted.
tags:
- Permissions
requestBody:
Expand Down Expand Up @@ -4018,6 +4026,7 @@ components:
RIGHT_CLICK: The user right clicked the object's primary link. This may indicate an intent to open it in a new tab or copy it.
SECTION_CLICK: The user clicked a link to a subsection of the primary object.
SEEN: The user has likely seen the object (e.g. took action to make the object visible within the user's viewport).
SELECT: The user explicitly selected something, eg. a chat response variant they prefer.
SHARE: The user shared the object with another user.
SHOW_MORE: The user clicked the object's show more affordance.
UPVOTE: The user gave feedback that the object was useful.
Expand Down Expand Up @@ -4049,6 +4058,7 @@ components:
- RIGHT_CLICK
- SECTION_CLICK
- SEEN
- SELECT
- SHARE
- SHOW_MORE
- UPVOTE
Expand Down Expand Up @@ -12296,7 +12306,7 @@ components:
properties:
identityDatasourceName:
type: string
description: If the datasource uses another datasource for identity info, then the name of the datasource. The identity datasource must exist already.
description: If the datasource uses another datasource for identity info, then the name of the datasource. The identity datasource must exist already and the datasource with identity info should have its visibility enabled for search results.
productAccessGroup:
type: string
description: If the datasource uses a specific product access group, then the name of that group.
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
speakeasyVersion: 1.649.0
speakeasyVersion: 1.650.0
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:7365082c1cce88ce70a8d3236d544faf9f251cec5fbae1b45b592acb841b262c
sourceBlobDigest: sha256:65aeb5314d524c7f62b12446b09c7381fb911e9d7c057e230f7f26d85b8e982b
sourceRevisionDigest: sha256:ab3219e34896dc96893a548fb03c6c0f3b62ebde145ad8be7d8a5f8ac74513d6
sourceBlobDigest: sha256:5ee99a226409e04f4a79331bfb11520ec4bf6570d6f568cff947d1a8fbbed4f1
tags:
- latest
- speakeasy-sdk-regen-1762301903
- speakeasy-sdk-regen-1762417734
Glean Client API:
sourceNamespace: glean-client-api
sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2
Expand All @@ -17,10 +17,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:7365082c1cce88ce70a8d3236d544faf9f251cec5fbae1b45b592acb841b262c
sourceBlobDigest: sha256:65aeb5314d524c7f62b12446b09c7381fb911e9d7c057e230f7f26d85b8e982b
sourceRevisionDigest: sha256:ab3219e34896dc96893a548fb03c6c0f3b62ebde145ad8be7d8a5f8ac74513d6
sourceBlobDigest: sha256:5ee99a226409e04f4a79331bfb11520ec4bf6570d6f568cff947d1a8fbbed4f1
codeSamplesNamespace: glean-api-specs-python-code-samples
codeSamplesRevisionDigest: sha256:6d93002caf2b6bb77ae4bd2f9e37ab56f9044c6d905ab5c9879f015fbe331a1a
codeSamplesRevisionDigest: sha256:4e45856c67b97e6c37af62247b52c03cbc3ae796b5d112077302469cfc857643
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,14 @@ Based on:
### Generated
- [python v0.11.3] .
### Releases
- [PyPI v0.11.3] https://pypi.org/project/glean/0.11.3 - .
- [PyPI v0.11.3] https://pypi.org/project/glean/0.11.3 - .

## 2025-11-07 03:34:03
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.11.4] .
### Releases
- [PyPI v0.11.4] https://pypi.org/project/glean/0.11.4 - .
Loading