Skip to content

Commit 4a59d89

Browse files
Merge pull request #22 from gleanwork/speakeasy-sdk-regen-1749247133
chore: 🐝 Update SDK - Generate 0.5.3
2 parents 401d870 + 510ae52 commit 4a59d89

File tree

17 files changed

+51
-41
lines changed

17 files changed

+51
-41
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 0359d4fe-2923-46fc-aaca-cf70b48dcfa1
33
management:
4-
docChecksum: a0748babeea2c91be038da9e477a97f3
4+
docChecksum: 895c9d213122353173d7c129b2c8d4b7
55
docVersion: 0.9.0
66
speakeasyVersion: 1.557.0
77
generationVersion: 2.623.0
8-
releaseVersion: 0.5.2
9-
configChecksum: 5e138df16879e9b012d699506c95c899
8+
releaseVersion: 0.5.3
9+
configChecksum: 34e0e6baba6bea947187435a63b7be79
1010
repoURL: https://github.com/gleanwork/api-client-java.git
1111
published: true
1212
features:

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generation:
1717
oAuth2ClientCredentialsEnabled: true
1818
oAuth2PasswordEnabled: true
1919
java:
20-
version: 0.5.2
20+
version: 0.5.3
2121
additionalDependencies: []
2222
additionalPlugins: []
2323
artifactID: glean-api-client

β€Ž.speakeasy/glean-merged-spec.yamlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -945,8 +945,8 @@ paths:
945945
post:
946946
tags:
947947
- Agents
948-
summary: Create an [agent](https://developers.glean.com/agents/agents-api) run and wait for the response
949-
description: Executes an agent run and returns the final response.
948+
summary: Create an agent run and wait for the response
949+
description: Executes an [agent](https://developers.glean.com/agents/agents-api) run and returns the final response.
950950
operationId: createAndWaitRun
951951
x-visibility: Preview
952952
requestBody:
@@ -7475,11 +7475,11 @@ components:
74757475
input_schema:
74767476
type: object
74777477
title: Input Schema
7478-
description: The schema for the agent input. In JSON schema format.
7478+
description: The schema for the agent input. In JSON Schema format.
74797479
output_schema:
74807480
type: object
74817481
title: Output Schema
7482-
description: The schema for the agent output. In JSON schema format.
7482+
description: The schema for the agent output. In JSON Schema format.
74837483
type: object
74847484
required:
74857485
- agent_id

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ speakeasyVersion: 1.557.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:927ebf4c072ddb7d9c4a9501c375fb01ecf9f95a3b50fc73205f2c30e5863107
6-
sourceBlobDigest: sha256:552c782f3b9cf6ed461abfbed82233620b573fa3c71fcb6d59dc5a02efd43d35
5+
sourceRevisionDigest: sha256:d7ce1ceb600711b8e88b818186b93b6e4275f01811996d436752410c100339a4
6+
sourceBlobDigest: sha256:e56c126a42ae3d72395b2891ac56b8f5264993a298d9d4f5e68748395cdd54cf
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749237143
9+
- speakeasy-sdk-regen-1749247133
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:927ebf4c072ddb7d9c4a9501c375fb01ecf9f95a3b50fc73205f2c30e5863107
22-
sourceBlobDigest: sha256:552c782f3b9cf6ed461abfbed82233620b573fa3c71fcb6d59dc5a02efd43d35
21+
sourceRevisionDigest: sha256:d7ce1ceb600711b8e88b818186b93b6e4275f01811996d436752410c100339a4
22+
sourceBlobDigest: sha256:e56c126a42ae3d72395b2891ac56b8f5264993a298d9d4f5e68748395cdd54cf
2323
codeSamplesNamespace: glean-api-specs-java-code-samples
24-
codeSamplesRevisionDigest: sha256:c9f715798008c16113c896595f00c3261f5547514bef4a27e3cc0e8929608700
24+
codeSamplesRevisionDigest: sha256:00709b97554bc7d025fb315823aa8e4c2aa081ed5df1e85f5ec9273128c69892
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

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

6363
Gradle:
6464
```groovy
65-
implementation 'com.glean.api-client:glean-api-client:0.5.2'
65+
implementation 'com.glean.api-client:glean-api-client:0.5.3'
6666
```
6767

6868
Maven:
6969
```xml
7070
<dependency>
7171
<groupId>com.glean.api-client</groupId>
7272
<artifactId>glean-api-client</artifactId>
73-
<version>0.5.2</version>
73+
<version>0.5.3</version>
7474
</dependency>
7575
```
7676

@@ -307,7 +307,7 @@ For more information on obtaining the appropriate token type, please contact you
307307
* [retrieveSchemas](docs/sdks/agents/README.md#retrieveschemas) - List an agent's schemas
308308
* [list](docs/sdks/agents/README.md#list) - Search agents
309309
* [runStream](docs/sdks/agents/README.md#runstream) - Create an agent run and stream the response
310-
* [run](docs/sdks/agents/README.md#run) - Create an [agent](https://developers.glean.com/agents/agents-api) run and wait for the response
310+
* [run](docs/sdks/agents/README.md#run) - Create an agent run and wait for the response
311311

312312
#### [client().announcements()](docs/sdks/announcements/README.md)
313313

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,14 @@ Based on:
118118
### Generated
119119
- [java v0.5.2] .
120120
### Releases
121-
- [Maven Central v0.5.2] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.5.2 - .
121+
- [Maven Central v0.5.2] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.5.2 - .
122+
123+
## 2025-06-06 21:58:33
124+
### Changes
125+
Based on:
126+
- OpenAPI Doc
127+
- Speakeasy CLI 1.557.0 (2.623.0) https://github.com/speakeasy-api/speakeasy
128+
### Generated
129+
- [java v0.5.3] .
130+
### Releases
131+
- [Maven Central v0.5.3] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.5.3 - .

β€Žbuild.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ publishing {
103103
// https://github.com/gradle/gradle/issues/18619
104104
groupId = "com.glean.api-client"
105105
artifactId = "glean-api-client"
106-
version = "0.5.2"
106+
version = "0.5.3"
107107

108108
from components.java
109109

β€Ždocs/models/components/AgentSchemas.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Defines the structure and properties of an agent.
88
| Field | Type | Required | Description | Example |
99
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
1010
| `agentId` | *String* | :heavy_check_mark: | The ID of the agent. | mho4lwzylcozgoc2 |
11-
| `inputSchema` | [InputSchema](../../models/components/InputSchema.md) | :heavy_check_mark: | The schema for the agent input. In JSON schema format. | |
12-
| `outputSchema` | [OutputSchema](../../models/components/OutputSchema.md) | :heavy_check_mark: | The schema for the agent output. In JSON schema format. | |
11+
| `inputSchema` | [InputSchema](../../models/components/InputSchema.md) | :heavy_check_mark: | The schema for the agent input. In JSON Schema format. | |
12+
| `outputSchema` | [OutputSchema](../../models/components/OutputSchema.md) | :heavy_check_mark: | The schema for the agent output. In JSON Schema format. | |

β€Ždocs/models/components/InputSchema.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# InputSchema
22

3-
The schema for the agent input. In JSON schema format.
3+
The schema for the agent input. In JSON Schema format.
44

55

66
## Fields

β€Ždocs/models/components/OutputSchema.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OutputSchema
22

3-
The schema for the agent output. In JSON schema format.
3+
The schema for the agent output. In JSON Schema format.
44

55

66
## Fields

0 commit comments

Comments
Β (0)