Skip to content

Commit 8fc9e25

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.17.2 (#115)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.796.3 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 4f80fb4 commit 8fc9e25

31 files changed

Lines changed: 286 additions & 261 deletions

.speakeasy/gen.lock

Lines changed: 62 additions & 60 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ generation:
3030
generateNewTests: false
3131
skipResponseBodyAssertions: false
3232
java:
33-
version: 0.17.1
33+
version: 0.17.2
3434
additionalDependencies: []
3535
additionalPlugins: []
3636
artifactID: glean-api-client

.speakeasy/glean-merged-spec.yaml

Lines changed: 41 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ openapi: 3.1.0
22
info:
33
version: "0.9.0"
44
title: Glean API
5-
x-source-commit-sha: 5385fd04e94476a27a2fbb6d7dc806af5c4d61c8
6-
x-open-api-commit-sha: 78c3048aaa90e6293ba0522adee1866a5613da27
5+
x-source-commit-sha: 6c454c6b185ebe58e74e781a36041222f47897e0
6+
x-open-api-commit-sha: 0df5939226dc378b392825655b036df1e08909a7
77
description: |
88
# Introduction
99
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -90,6 +90,7 @@ paths:
9090
name: agent_id
9191
description: ID of the agent to retrieve.
9292
required: true
93+
example: "{agent_id}"
9394
schema:
9495
type: string
9596
minLength: 1
@@ -134,6 +135,7 @@ paths:
134135
name: agent_id
135136
description: ID of the agent whose schemas should be retrieved.
136137
required: true
138+
example: "{agent_id}"
137139
schema:
138140
type: string
139141
minLength: 1
@@ -186,6 +188,7 @@ paths:
186188
name: agent_id
187189
description: ID of the agent to run.
188190
required: true
191+
example: "{agent_id}"
189192
schema:
190193
type: string
191194
minLength: 1
@@ -586,6 +589,7 @@ paths:
586589
in: path
587590
required: true
588591
description: Glean skill ID.
592+
example: "{skill_id}"
589593
schema:
590594
type: string
591595
minLength: 1
@@ -643,6 +647,7 @@ paths:
643647
in: path
644648
required: true
645649
description: Glean skill ID.
650+
example: "{skill_id}"
646651
schema:
647652
type: string
648653
minLength: 1
@@ -685,6 +690,7 @@ paths:
685690
in: path
686691
required: true
687692
description: Glean skill ID.
693+
example: "{skill_id}"
688694
schema:
689695
type: string
690696
minLength: 1
@@ -732,6 +738,7 @@ paths:
732738
in: path
733739
required: true
734740
description: Glean skill ID.
741+
example: "{skill_id}"
735742
schema:
736743
type: string
737744
minLength: 1
@@ -785,6 +792,7 @@ paths:
785792
in: path
786793
required: true
787794
description: ID of the GitHub-imported skill to sync.
795+
example: "{skill_id}"
788796
schema:
789797
type: string
790798
minLength: 1
@@ -836,6 +844,7 @@ paths:
836844
in: path
837845
required: true
838846
description: Glean skill ID.
847+
example: "{skill_id}"
839848
schema:
840849
type: string
841850
minLength: 1
@@ -893,6 +902,7 @@ paths:
893902
in: path
894903
required: true
895904
description: Glean skill ID.
905+
example: "{skill_id}"
896906
schema:
897907
type: string
898908
minLength: 1
@@ -955,13 +965,15 @@ paths:
955965
in: path
956966
required: true
957967
description: Glean skill ID.
968+
example: "{skill_id}"
958969
schema:
959970
type: string
960971
minLength: 1
961972
- name: version
962973
in: path
963974
required: true
964975
description: Major version number.
976+
example: 1
965977
schema:
966978
type: integer
967979
minimum: 1
@@ -1009,13 +1021,15 @@ paths:
10091021
in: path
10101022
required: true
10111023
description: Glean skill ID.
1024+
example: "{skill_id}"
10121025
schema:
10131026
type: string
10141027
minLength: 1
10151028
- name: version
10161029
in: path
10171030
required: true
10181031
description: Major version number.
1032+
example: 1
10191033
schema:
10201034
type: integer
10211035
minimum: 1
@@ -1325,6 +1339,7 @@ paths:
13251339
name: trigger_id
13261340
description: ID of the trigger to retrieve.
13271341
required: true
1342+
example: "{trigger_id}"
13281343
schema:
13291344
type: string
13301345
minLength: 1
@@ -1372,6 +1387,7 @@ paths:
13721387
name: trigger_id
13731388
description: ID of the trigger to update.
13741389
required: true
1390+
example: "{trigger_id}"
13751391
schema:
13761392
type: string
13771393
minLength: 1
@@ -1426,6 +1442,7 @@ paths:
14261442
name: trigger_id
14271443
description: ID of the trigger to delete.
14281444
required: true
1445+
example: "{trigger_id}"
14291446
schema:
14301447
type: string
14311448
minLength: 1
@@ -1469,6 +1486,7 @@ paths:
14691486
name: trigger_id
14701487
description: ID of the trigger whose events to search.
14711488
required: true
1489+
example: "{trigger_id}"
14721490
schema:
14731491
type: string
14741492
minLength: 1
@@ -1585,6 +1603,7 @@ paths:
15851603
name: preset_id
15861604
description: ID of the preset to retrieve.
15871605
required: true
1606+
example: "{preset_id}"
15881607
schema:
15891608
type: string
15901609
minLength: 1
@@ -1632,13 +1651,15 @@ paths:
16321651
name: preset_id
16331652
description: ID of the preset the input belongs to.
16341653
required: true
1654+
example: "{preset_id}"
16351655
schema:
16361656
type: string
16371657
minLength: 1
16381658
- in: query
16391659
name: field
16401660
description: Field identifier of the input whose values to list.
16411661
required: true
1662+
example: "{field}"
16421663
schema:
16431664
type: string
16441665
minLength: 1
@@ -1693,6 +1714,7 @@ paths:
16931714
name: preset_id
16941715
description: ID of the preset to preview.
16951716
required: true
1717+
example: "{preset_id}"
16961718
schema:
16971719
type: string
16981720
minLength: 1
@@ -8279,14 +8301,6 @@ components:
82798301
- query
82808302
example:
82818303
query: quarterly planning 2026
8282-
datasources:
8283-
- confluence
8284-
- google_drive
8285-
filters:
8286-
- field: type
8287-
values:
8288-
- spreadsheet
8289-
- presentation
82908304
properties:
82918305
query:
82928306
type: string
@@ -8589,6 +8603,12 @@ components:
85898603
required:
85908604
- preset_id
85918605
- delivery
8606+
example:
8607+
preset_id: GITHUB_1
8608+
inputs:
8609+
repository: "{repository}"
8610+
delivery:
8611+
webhook_url: https://example.com/webhook
85928612
properties:
85938613
preset_id:
85948614
type: string
@@ -8760,6 +8780,11 @@ components:
87608780
type: object
87618781
additionalProperties: false
87628782
description: Partial update. Only the supplied fields are changed.
8783+
example:
8784+
inputs:
8785+
repository: "{repository}"
8786+
delivery:
8787+
webhook_url: https://example.com/webhook
87638788
properties:
87648789
status:
87658790
$ref: "#/components/schemas/PlatformTriggerStatus"
@@ -8778,6 +8803,8 @@ components:
87788803
PlatformTriggerEventSearchRequest:
87798804
type: object
87808805
additionalProperties: false
8806+
example:
8807+
page_size: 10
87818808
properties:
87828809
page_size:
87838810
type: integer
@@ -9044,6 +9071,10 @@ components:
90449071
PlatformTriggerPresetEventSearchRequest:
90459072
type: object
90469073
additionalProperties: false
9074+
example:
9075+
inputs:
9076+
repository: "{repository}"
9077+
page_size: 10
90479078
properties:
90489079
inputs:
90499080
type: object

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ speakeasyVersion: 1.796.3
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:2b3f26244cb020a2b993f2ab0e89b609ddb1b9de5405cfd6b4f8706080a5a054
6-
sourceBlobDigest: sha256:23c5ad26db734cb51ec976cb1d9eca9d671b5482e8f290e98cf6b06ad4725d5a
5+
sourceRevisionDigest: sha256:e247e871123d34059c563050f008462386b91706ae3dff64ae6d76ba1db41c47
6+
sourceBlobDigest: sha256:492a86ef598c2a97eeabd40c94fcbbdfe57c36e0381cf8bb18d91b8f6f8f135f
77
tags:
88
- latest
99
Glean-OAS:
@@ -17,10 +17,10 @@ targets:
1717
glean:
1818
source: Glean API
1919
sourceNamespace: glean-api-specs
20-
sourceRevisionDigest: sha256:2b3f26244cb020a2b993f2ab0e89b609ddb1b9de5405cfd6b4f8706080a5a054
21-
sourceBlobDigest: sha256:23c5ad26db734cb51ec976cb1d9eca9d671b5482e8f290e98cf6b06ad4725d5a
20+
sourceRevisionDigest: sha256:e247e871123d34059c563050f008462386b91706ae3dff64ae6d76ba1db41c47
21+
sourceBlobDigest: sha256:492a86ef598c2a97eeabd40c94fcbbdfe57c36e0381cf8bb18d91b8f6f8f135f
2222
codeSamplesNamespace: glean-api-specs-java-code-samples
23-
codeSamplesRevisionDigest: sha256:155bb88424205d804f9bf3d6d864eb8c669691b36a4186bff5238811b07ac6c9
23+
codeSamplesRevisionDigest: sha256:8ba9207d34519b601807d0a9062bd82a214245b0846c09e29137c8a1021b0d5d
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

README.md

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

6969
Gradle:
7070
```groovy
71-
implementation 'com.glean.api-client:glean-api-client:0.17.1'
71+
implementation 'com.glean.api-client:glean-api-client:0.17.2'
7272
```
7373

7474
Maven:
7575
```xml
7676
<dependency>
7777
<groupId>com.glean.api-client</groupId>
7878
<artifactId>glean-api-client</artifactId>
79-
<version>0.17.1</version>
79+
<version>0.17.2</version>
8080
</dependency>
8181
```
8282

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,4 +868,14 @@ Based on:
868868
### Generated
869869
- [java v0.17.1] .
870870
### Releases
871-
- [Maven Central v0.17.1] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.17.1 - .
871+
- [Maven Central v0.17.1] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.17.1 - .
872+
873+
## 2026-09-02 19:59:33
874+
### Changes
875+
Based on:
876+
- OpenAPI Doc
877+
- Speakeasy CLI 1.796.3 (2.934.1) https://github.com/speakeasy-api/speakeasy
878+
### Generated
879+
- [java v0.17.2] .
880+
### Releases
881+
- [Maven Central v0.17.2] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.17.2 - .

docs/models/operations/PlatformAgentsCreateRunRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
| Field | Type | Required | Description | Example |
77
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
8-
| `agentId` | *String* | :heavy_check_mark: | ID of the agent to run. | |
8+
| `agentId` | *String* | :heavy_check_mark: | ID of the agent to run. | {agent_id} |
99
| `platformAgentRunCreateRequest` | [PlatformAgentRunCreateRequest](../../models/components/PlatformAgentRunCreateRequest.md) | :heavy_check_mark: | N/A | {<br/>"messages": [<br/>{<br/>"role": "USER",<br/>"content": [<br/>{<br/>"text": "What is our parental leave policy?",<br/>"type": "text"<br/>}<br/>]<br/>}<br/>]<br/>} |

docs/models/operations/PlatformAgentsGetRequest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
8-
| `agentId` | *String* | :heavy_check_mark: | ID of the agent to retrieve. |
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
8+
| `agentId` | *String* | :heavy_check_mark: | ID of the agent to retrieve. | {agent_id} |

docs/models/operations/PlatformAgentsGetSchemasRequest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
8-
| `agentId` | *String* | :heavy_check_mark: | ID of the agent whose schemas should be retrieved. |
9-
| `includeTools` | *Optional\<Boolean>* | :heavy_minus_sign: | Whether to include tool metadata in the response. |
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
8+
| `agentId` | *String* | :heavy_check_mark: | ID of the agent whose schemas should be retrieved. | {agent_id} |
9+
| `includeTools` | *Optional\<Boolean>* | :heavy_minus_sign: | Whether to include tool metadata in the response. | |

docs/models/operations/PlatformSkillsCreateVersionRequest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
8-
| `skillId` | *String* | :heavy_check_mark: | Glean skill ID. |
9-
| `platformSkillVersionCreateRequest` | [PlatformSkillVersionCreateRequest](../../models/components/PlatformSkillVersionCreateRequest.md) | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
8+
| `skillId` | *String* | :heavy_check_mark: | Glean skill ID. | {skill_id} |
9+
| `platformSkillVersionCreateRequest` | [PlatformSkillVersionCreateRequest](../../models/components/PlatformSkillVersionCreateRequest.md) | :heavy_check_mark: | N/A | |

0 commit comments

Comments
 (0)