Skip to content

Commit 96cb321

Browse files
Merge pull request #23 from gleanwork/speakeasy-sdk-regen-1749454026
chore: 🐝 Update SDK - Generate 0.5.4
2 parents 4a59d89 + 041bbd2 commit 96cb321

File tree

11 files changed

+95
-21
lines changed

11 files changed

+95
-21
lines changed

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

Lines changed: 5 additions & 5 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: 895c9d213122353173d7c129b2c8d4b7
4+
docChecksum: 1477738232aeb60aace8340880be72ae
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.557.0
7-
generationVersion: 2.623.0
8-
releaseVersion: 0.5.3
9-
configChecksum: 34e0e6baba6bea947187435a63b7be79
6+
speakeasyVersion: 1.557.1
7+
generationVersion: 2.623.2
8+
releaseVersion: 0.5.4
9+
configChecksum: e02e6b892e0009293bdd0389c7ae5ebf
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.3
20+
version: 0.5.4
2121
additionalDependencies: []
2222
additionalPlugins: []
2323
artifactID: glean-api-client

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7259,6 +7259,9 @@ components:
72597259
applicationId:
72607260
type: string
72617261
description: The ID of the application this request originates from, used to determine the configuration of underlying chat processes. This should correspond to the ID set during admin setup. If not specified, the default chat experience will be used.
7262+
agentId:
7263+
type: string
7264+
description: The ID of the Agent that should process this chat request. Only Agents with trigger set to 'User chat message' are invokable through this API. If not specified, the default chat experience will be used.
72627265
stream:
72637266
type: boolean
72647267
description: If set, response lines will be streamed one-by-one as they become available. Each will be a ChatResponse, formatted as JSON, and separated by a new line. If false, the entire response will be returned at once. Note that if this is set and the model being used does not support streaming, the model's response will not be streamed, but other messages from the endpoint still will be.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.557.0
1+
speakeasyVersion: 1.557.1
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:d7ce1ceb600711b8e88b818186b93b6e4275f01811996d436752410c100339a4
6-
sourceBlobDigest: sha256:e56c126a42ae3d72395b2891ac56b8f5264993a298d9d4f5e68748395cdd54cf
5+
sourceRevisionDigest: sha256:254ed74184de2e725a0dc2cf521b132b29ece9d3ba6b12fd7e7b1ceaa2e6d043
6+
sourceBlobDigest: sha256:f2a59d8beefedbda0e59b25d09a930e1b907145f784bf8961fc31b862163d964
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749247133
9+
- speakeasy-sdk-regen-1749454026
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:d7ce1ceb600711b8e88b818186b93b6e4275f01811996d436752410c100339a4
22-
sourceBlobDigest: sha256:e56c126a42ae3d72395b2891ac56b8f5264993a298d9d4f5e68748395cdd54cf
21+
sourceRevisionDigest: sha256:254ed74184de2e725a0dc2cf521b132b29ece9d3ba6b12fd7e7b1ceaa2e6d043
22+
sourceBlobDigest: sha256:f2a59d8beefedbda0e59b25d09a930e1b907145f784bf8961fc31b862163d964
2323
codeSamplesNamespace: glean-api-specs-java-code-samples
24-
codeSamplesRevisionDigest: sha256:00709b97554bc7d025fb315823aa8e4c2aa081ed5df1e85f5ec9273128c69892
24+
codeSamplesRevisionDigest: sha256:e6b8f88064c039aa8020b1618efbbbcd8ffb72cbc6122b8a74e3879b4545606e
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
@@ -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.3'
65+
implementation 'com.glean.api-client:glean-api-client:0.5.4'
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.3</version>
73+
<version>0.5.4</version>
7474
</dependency>
7575
```
7676

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,14 @@ Based on:
128128
### Generated
129129
- [java v0.5.3] .
130130
### Releases
131-
- [Maven Central v0.5.3] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.5.3 - .
131+
- [Maven Central v0.5.3] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.5.3 - .
132+
133+
## 2025-06-09 07:26:46
134+
### Changes
135+
Based on:
136+
- OpenAPI Doc
137+
- Speakeasy CLI 1.557.1 (2.623.2) https://github.com/speakeasy-api/speakeasy
138+
### Generated
139+
- [java v0.5.4] .
140+
### Releases
141+
- [Maven Central v0.5.4] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.5.4 - .

β€Ž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.3"
106+
version = "0.5.4"
107107

108108
from components.java
109109

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
| `timeoutMillis` | *Optional\<Long>* | :heavy_minus_sign: | Timeout in milliseconds for the request. A `408` error will be returned if handling the request takes longer. | 30000 |
1515
| `sessionInfo` | [Optional\<SessionInfo>](../../models/components/SessionInfo.md) | :heavy_minus_sign: | N/A | |
1616
| `applicationId` | *Optional\<String>* | :heavy_minus_sign: | The ID of the application this request originates from, used to determine the configuration of underlying chat processes. This should correspond to the ID set during admin setup. If not specified, the default chat experience will be used. | |
17+
| `agentId` | *Optional\<String>* | :heavy_minus_sign: | The ID of the Agent that should process this chat request. Only Agents with trigger set to 'User chat message' are invokable through this API. If not specified, the default chat experience will be used. | |
1718
| `stream` | *Optional\<Boolean>* | :heavy_minus_sign: | If set, response lines will be streamed one-by-one as they become available. Each will be a ChatResponse, formatted as JSON, and separated by a new line. If false, the entire response will be returned at once. Note that if this is set and the model being used does not support streaming, the model's response will not be streamed, but other messages from the endpoint still will be. | |

β€Žgradle.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
groupId=com.glean.api-client
22
artifactId=glean-api-client
3-
version=0.5.3
3+
version=0.5.4

β€Žsrc/main/java/com/glean/api_client/glean_api_client/SDKConfiguration.javaβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public class SDKConfiguration {
2121

2222
private static final String LANGUAGE = "java";
2323
public static final String OPENAPI_DOC_VERSION = "0.9.0";
24-
public static final String SDK_VERSION = "0.5.3";
25-
public static final String GEN_VERSION = "2.623.0";
24+
public static final String SDK_VERSION = "0.5.4";
25+
public static final String GEN_VERSION = "2.623.2";
2626
private static final String BASE_PACKAGE = "com.glean.api_client.glean_api_client";
2727
public static final String USER_AGENT =
2828
String.format("speakeasy-sdk/%s %s %s %s %s",

0 commit comments

Comments
Β (0)