Skip to content

Commit 1c93a8d

Browse files
Merge pull request #47 from gleanwork/speakeasy-sdk-regen-1762417738
2 parents 2d37b90 + 67024f2 commit 1c93a8d

File tree

15 files changed

+93
-32
lines changed

15 files changed

+93
-32
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
lockVersion: 2.0.0
22
id: 0359d4fe-2923-46fc-aaca-cf70b48dcfa1
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.11.3
9-
configChecksum: 8f1c85036091aa8e4fab677c86027b43
6+
speakeasyVersion: 1.650.0
7+
generationVersion: 2.743.2
8+
releaseVersion: 0.11.4
9+
configChecksum: 3581cb68b1dca76940f49cb8c18f24d9
1010
repoURL: https://github.com/gleanwork/api-client-java.git
1111
published: true
1212
features:
1313
java:
1414
additionalDependencies: 0.1.0
1515
additionalProperties: 0.0.1
1616
constsAndDefaults: 0.1.1
17-
core: 3.55.0
17+
core: 3.55.1
1818
deprecations: 2.81.1
1919
examples: 2.81.6
2020
flattening: 2.81.1

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ generation:
1919
hoistGlobalSecurity: true
2020
schemas:
2121
allOfMergeStrategy: shallowMerge
22+
requestBodyFieldName: ""
2223
tests:
2324
generateTests: true
2425
generateNewTests: false
2526
skipResponseBodyAssertions: false
2627
java:
27-
version: 0.11.3
28+
version: 0.11.4
2829
additionalDependencies: []
2930
additionalPlugins: []
3031
artifactID: glean-api-client

.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-1762301909
9+
- speakeasy-sdk-regen-1762417738
1010
Glean-OAS:
1111
sourceNamespace: glean-oas
1212
sourceRevisionDigest: sha256:8841834dd58ddd4e2dcf98fc90fbd06fbf3626a29df941503cce55b9548a5317
@@ -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-java-code-samples
24-
codeSamplesRevisionDigest: sha256:f4b144826fa7651779ffe8b0d4e915127050d16d4f9053992e5b69d958afbdf4
24+
codeSamplesRevisionDigest: sha256:3e9617be02f681773eee62be0315a1c4a302b9571b50652454a3d72fd19d12c5
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ The samples below show how a published SDK artifact is used:
6565

6666
Gradle:
6767
```groovy
68-
implementation 'com.glean.api-client:glean-api-client:0.11.3'
68+
implementation 'com.glean.api-client:glean-api-client:0.11.4'
6969
```
7070

7171
Maven:
7272
```xml
7373
<dependency>
7474
<groupId>com.glean.api-client</groupId>
7575
<artifactId>glean-api-client</artifactId>
76-
<version>0.11.3</version>
76+
<version>0.11.4</version>
7777
</dependency>
7878
```
7979

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,14 @@ Based on:
328328
### Generated
329329
- [java v0.11.3] .
330330
### Releases
331-
- [Maven Central v0.11.3] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.11.3 - .
331+
- [Maven Central v0.11.3] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.11.3 - .
332+
333+
## 2025-11-07 03:34:05
334+
### Changes
335+
Based on:
336+
- OpenAPI Doc
337+
- Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy
338+
### Generated
339+
- [java v0.11.4] .
340+
### Releases
341+
- [Maven Central v0.11.4] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.11.4 - .

0 commit comments

Comments
 (0)