Skip to content

Commit 8355b80

Browse files
Merge pull request #74 from gleanwork/speakeasy-sdk-regen-1762417737
2 parents 7d46264 + 128d2b0 commit 8355b80

File tree

499 files changed

+295
-17764
lines changed

Some content is hidden

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

499 files changed

+295
-17764
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 664aaca5-a41f-4434-8f2a-642dba92fe68
33
management:
4-
docChecksum: 32dd53402e2cd4015df1497391a25ceb
4+
docChecksum: dcd614b69cdc88d754706e156a66d71b
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.649.0
7-
generationVersion: 2.739.1
8-
releaseVersion: 0.13.3
9-
configChecksum: 790fc0fed77200cbf77a072759051d5d
6+
speakeasyVersion: 1.650.0
7+
generationVersion: 2.743.2
8+
releaseVersion: 0.13.4
9+
configChecksum: 6cdc2b9df677765a229d38d4906d76bc
1010
repoURL: https://github.com/gleanwork/api-client-typescript.git
1111
installationURL: https://github.com/gleanwork/api-client-typescript
1212
published: true
@@ -15,7 +15,7 @@ features:
1515
additionalDependencies: 0.1.0
1616
additionalProperties: 0.1.2
1717
constsAndDefaults: 0.1.12
18-
core: 3.26.0
18+
core: 3.26.3
1919
defaultEnabledRetries: 0.1.0
2020
deprecations: 2.81.1
2121
devContainers: 2.90.1

.speakeasy/gen.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,23 @@ generation:
2222
hoistGlobalSecurity: true
2323
schemas:
2424
allOfMergeStrategy: shallowMerge
25+
requestBodyFieldName: ""
2526
mockServer:
2627
disabled: false
2728
tests:
2829
generateTests: true
2930
generateNewTests: true
3031
skipResponseBodyAssertions: true
3132
typescript:
32-
version: 0.13.3
33+
version: 0.13.4
3334
acceptHeaderEnum: true
3435
additionalDependencies:
3536
dependencies: {}
3637
devDependencies: {}
3738
peerDependencies: {}
3839
additionalPackageJSON: {}
3940
additionalScripts: {}
41+
alwaysIncludeInboundAndOutbound: false
4042
author: Speakeasy
4143
baseErrorName: GleanBaseError
4244
clientServerStatusCodesAsErrors: true
@@ -47,6 +49,7 @@ typescript:
4749
enableReactQuery: true
4850
enumFormat: union
4951
envVarPrefix: GLEAN
52+
exportZodModelNamespace: false
5053
flattenGlobalSecurity: true
5154
flatteningOrder: body-first
5255
generateExamples: true

.speakeasy/glean-merged-spec.yaml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2403,7 +2403,9 @@ paths:
24032403
/api/index/v1/bulkindexusers:
24042404
post:
24052405
summary: Bulk index users
2406-
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.
2406+
description: |
2407+
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.
2408+
Note: Any users deleted from the existing set will have their associated memberships deleted as well.
24072409
tags:
24082410
- Permissions
24092411
requestBody:
@@ -2451,7 +2453,9 @@ paths:
24512453
/api/index/v1/bulkindexgroups:
24522454
post:
24532455
summary: Bulk index groups
2454-
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.
2456+
description: |
2457+
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.
2458+
Note: Any groups deleted from the existing set will have their associated memberships deleted as well.
24552459
tags:
24562460
- Permissions
24572461
requestBody:
@@ -2545,7 +2549,9 @@ paths:
25452549
/api/index/v1/deleteuser:
25462550
post:
25472551
summary: Delete user
2548-
description: Delete the user from the datasource. Silently succeeds if user is not present.
2552+
description: |
2553+
Delete the user from the datasource. Silently succeeds if user is not present.
2554+
Note: All memberships associated with the deleted user will also be deleted.
25492555
tags:
25502556
- Permissions
25512557
requestBody:
@@ -2569,7 +2575,9 @@ paths:
25692575
/api/index/v1/deletegroup:
25702576
post:
25712577
summary: Delete group
2572-
description: Delete group from the datasource. Silently succeeds if group is not present.
2578+
description: |
2579+
Delete group from the datasource. Silently succeeds if group is not present.
2580+
Note: All memberships associated with the deleted group will also be deleted.
25732581
tags:
25742582
- Permissions
25752583
requestBody:
@@ -4018,6 +4026,7 @@ components:
40184026
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.
40194027
SECTION_CLICK: The user clicked a link to a subsection of the primary object.
40204028
SEEN: The user has likely seen the object (e.g. took action to make the object visible within the user's viewport).
4029+
SELECT: The user explicitly selected something, eg. a chat response variant they prefer.
40214030
SHARE: The user shared the object with another user.
40224031
SHOW_MORE: The user clicked the object's show more affordance.
40234032
UPVOTE: The user gave feedback that the object was useful.
@@ -4049,6 +4058,7 @@ components:
40494058
- RIGHT_CLICK
40504059
- SECTION_CLICK
40514060
- SEEN
4061+
- SELECT
40524062
- SHARE
40534063
- SHOW_MORE
40544064
- UPVOTE
@@ -12296,7 +12306,7 @@ components:
1229612306
properties:
1229712307
identityDatasourceName:
1229812308
type: string
12299-
description: If the datasource uses another datasource for identity info, then the name of the datasource. The identity datasource must exist already.
12309+
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.
1230012310
productAccessGroup:
1230112311
type: string
1230212312
description: If the datasource uses a specific product access group, then the name of that group.

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.649.0
1+
speakeasyVersion: 1.650.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:7365082c1cce88ce70a8d3236d544faf9f251cec5fbae1b45b592acb841b262c
6-
sourceBlobDigest: sha256:65aeb5314d524c7f62b12446b09c7381fb911e9d7c057e230f7f26d85b8e982b
5+
sourceRevisionDigest: sha256:ab3219e34896dc96893a548fb03c6c0f3b62ebde145ad8be7d8a5f8ac74513d6
6+
sourceBlobDigest: sha256:5ee99a226409e04f4a79331bfb11520ec4bf6570d6f568cff947d1a8fbbed4f1
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1762301908
9+
- speakeasy-sdk-regen-1762417737
1010
Glean Client API:
1111
sourceNamespace: glean-client-api
1212
sourceRevisionDigest: sha256:aec0770b5bcca91068c3a844cb9ef4a091281f6cc3b7d86f2abef1bd6fb2b301
@@ -18,10 +18,10 @@ targets:
1818
glean:
1919
source: Glean API
2020
sourceNamespace: glean-api-specs
21-
sourceRevisionDigest: sha256:7365082c1cce88ce70a8d3236d544faf9f251cec5fbae1b45b592acb841b262c
22-
sourceBlobDigest: sha256:65aeb5314d524c7f62b12446b09c7381fb911e9d7c057e230f7f26d85b8e982b
21+
sourceRevisionDigest: sha256:ab3219e34896dc96893a548fb03c6c0f3b62ebde145ad8be7d8a5f8ac74513d6
22+
sourceBlobDigest: sha256:5ee99a226409e04f4a79331bfb11520ec4bf6570d6f568cff947d1a8fbbed4f1
2323
codeSamplesNamespace: glean-api-specs-typescript-code-samples
24-
codeSamplesRevisionDigest: sha256:e2bb222fd266c5df905621eeff0bb7fbca1f3c6e5d2650b2b1635cc2a8b6ba8a
24+
codeSamplesRevisionDigest: sha256:a1e120b01e6e39e1bf12af2383ed7382a24d5124ea7b3baebd071e12da5a15d9
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,4 +388,14 @@ Based on:
388388
### Generated
389389
- [typescript v0.13.3] .
390390
### Releases
391-
- [NPM v0.13.3] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.3 - .
391+
- [NPM v0.13.3] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.3 - .
392+
393+
## 2025-11-07 03:34:03
394+
### Changes
395+
Based on:
396+
- OpenAPI Doc
397+
- Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy
398+
### Generated
399+
- [typescript v0.13.4] .
400+
### Releases
401+
- [NPM v0.13.4] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.4 - .

0 commit comments

Comments
 (0)