Skip to content

Commit 55b9cfc

Browse files
Merge pull request #49 from gleanwork/speakeasy-sdk-regen-1762908701
chore: 🐝 Update SDK - Generate 0.12.1
2 parents 89040bf + e63a3a8 commit 55b9cfc

27 files changed

+413
-132
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: ff202e1733a6de1617f8ea51b32caeee
4+
docChecksum: 0ac885f7072adae50d62b33db76f5bb4
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.653.0
7-
generationVersion: 2.748.0
8-
releaseVersion: 0.12.0
9-
configChecksum: ca8da680a6948ba6da29ac839bade538
6+
speakeasyVersion: 1.656.1
7+
generationVersion: 2.753.1
8+
releaseVersion: 0.12.1
9+
configChecksum: 5fb4642218f210542574e65733871f8f
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.1
17+
core: 3.55.2
1818
deprecations: 2.81.1
1919
examples: 2.81.6
2020
flattening: 2.81.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
java:
28-
version: 0.12.0
28+
version: 0.12.1
2929
additionalDependencies: []
3030
additionalPlugins: []
3131
artifactID: glean-api-client

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

Lines changed: 102 additions & 101 deletions
Large diffs are not rendered by default.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.653.0
1+
speakeasyVersion: 1.656.1
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:37d154e6f8016a1bc27baba6cf99b88bfb604c845dc5907d6621d6f4fb11746b
6-
sourceBlobDigest: sha256:a7bb86ba93d00f1e6735091ebb564bd2412197661fdb290f52c30016e7321857
5+
sourceRevisionDigest: sha256:2ad700f2ce85b0aa442a98a80f3c131f73fc187c53407d3d84b1899c0e603eb1
6+
sourceBlobDigest: sha256:d62d91bcf73cf5775dc081807ae550dd20f6ecdfb5dc06ebbd08804f84a2d2f1
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1762816523
9+
- speakeasy-sdk-regen-1762908701
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:37d154e6f8016a1bc27baba6cf99b88bfb604c845dc5907d6621d6f4fb11746b
22-
sourceBlobDigest: sha256:a7bb86ba93d00f1e6735091ebb564bd2412197661fdb290f52c30016e7321857
21+
sourceRevisionDigest: sha256:2ad700f2ce85b0aa442a98a80f3c131f73fc187c53407d3d84b1899c0e603eb1
22+
sourceBlobDigest: sha256:d62d91bcf73cf5775dc081807ae550dd20f6ecdfb5dc06ebbd08804f84a2d2f1
2323
codeSamplesNamespace: glean-api-specs-java-code-samples
24-
codeSamplesRevisionDigest: sha256:3190de9202e19e0a6180b3edfa23e486f5dc40042868ae059ca1dce6168b4184
24+
codeSamplesRevisionDigest: sha256:e9339f73a8bf5d6ec0b009ce53d8df75b5c9c7b890c97a2e317fa648d80d3c20
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.12.0'
68+
implementation 'com.glean.api-client:glean-api-client:0.12.1'
6969
```
7070

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

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,14 @@ Based on:
348348
### Generated
349349
- [java v0.12.0] .
350350
### Releases
351-
- [Maven Central v0.12.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.0 - .
351+
- [Maven Central v0.12.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.0 - .
352+
353+
## 2025-11-13 02:02:14
354+
### Changes
355+
Based on:
356+
- OpenAPI Doc
357+
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
358+
### Generated
359+
- [java v0.12.1] .
360+
### Releases
361+
- [Maven Central v0.12.1] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.1 - .

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The manifest for a tool that can be used to augment Glean Assistant.
1919
| `lastUpdatedBy` | [Optional\<PersonObject>](../../models/components/PersonObject.md) | :heavy_minus_sign: | N/A | |
2020
| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The time the tool was created in ISO format (ISO 8601) | |
2121
| `lastUpdatedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The time the tool was last updated in ISO format (ISO 8601) | |
22-
| `writeActionType` | [Optional\<WriteActionType>](../../models/components/WriteActionType.md) | :heavy_minus_sign: | Valid only for write actions. Represents the type of write action. REDIRECT - The client renders the URL which contains information for carrying out the action. EXECUTION - Send a request to an external server and execute the action. | |
22+
| `writeActionType` | [Optional\<WriteActionType>](../../models/components/WriteActionType.md) | :heavy_minus_sign: | Valid only for write actions. Represents the type of write action. REDIRECT - The client renders the URL which contains information for carrying out the action. EXECUTION - Send a request to an external server and execute the action. MCP - Send a tools/call request to an MCP server to execute the action. | |
2323
| `authType` | [Optional\<AuthType>](../../models/components/AuthType.md) | :heavy_minus_sign: | The type of authentication being used.<br/>Use 'OAUTH_*' when Glean calls an external API (e.g., Jira) on behalf of a user to obtain an OAuth token.<br/>'OAUTH_ADMIN' utilizes an admin token for external API calls on behalf all users.<br/>'OAUTH_USER' uses individual user tokens for external API calls.<br/>'DWD' refers to domain wide delegation.<br/> | |
2424
| `auth` | [Optional\<AuthConfig>](../../models/components/AuthConfig.md) | :heavy_minus_sign: | Config for tool's authentication method. | |
2525
| `permissions` | [Optional\<ObjectPermissions>](../../models/components/ObjectPermissions.md) | :heavy_minus_sign: | N/A | |
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# WriteActionType
22

3-
Valid only for write actions. Represents the type of write action. REDIRECT - The client renders the URL which contains information for carrying out the action. EXECUTION - Send a request to an external server and execute the action.
3+
Valid only for write actions. Represents the type of write action. REDIRECT - The client renders the URL which contains information for carrying out the action. EXECUTION - Send a request to an external server and execute the action. MCP - Send a tools/call request to an MCP server to execute the action.
44

55

66
## Values
77

88
| Name | Value |
99
| ----------- | ----------- |
1010
| `REDIRECT` | REDIRECT |
11-
| `EXECUTION` | EXECUTION |
11+
| `EXECUTION` | EXECUTION |
12+
| `MCP` | MCP |

β€Žgradle.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
groupId=com.glean.api-client
22
artifactId=glean-api-client
3-
version=0.12.0
3+
version=0.12.1
44
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g

β€Ž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
@@ -24,8 +24,8 @@ public class SDKConfiguration {
2424

2525
private static final String LANGUAGE = "java";
2626
public static final String OPENAPI_DOC_VERSION = "0.9.0";
27-
public static final String SDK_VERSION = "0.12.0";
28-
public static final String GEN_VERSION = "2.748.0";
27+
public static final String SDK_VERSION = "0.12.1";
28+
public static final String GEN_VERSION = "2.753.1";
2929
private static final String BASE_PACKAGE = "com.glean.api_client.glean_api_client";
3030
public static final String USER_AGENT =
3131
String.format("speakeasy-sdk/%s %s %s %s %s",

0 commit comments

Comments
Β (0)