File tree Expand file tree Collapse file tree 11 files changed +95
-80
lines changed
src/main/java/com/glean/api_client/glean_api_client Expand file tree Collapse file tree 11 files changed +95
-80
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: 0359d4fe-2923-46fc-aaca-cf70b48dcfa1
33management:
4- docChecksum: d74f93d052b62c1709b537bca6b5e9cb
4+ docChecksum: 2c7958d4387029e26995250cfa9844b1
55 docVersion: 0.9.0
6- speakeasyVersion: 1.555.2
6+ speakeasyVersion: 1.555.3
77 generationVersion: 2.620.2
8- releaseVersion: 0.5.0
9- configChecksum: be2e0bf5b35126c18786a60db66502c7
8+ releaseVersion: 0.5.1
9+ configChecksum: ea3568caa832103b95578e36daa71ce8
1010 repoURL: https://github.com/gleanwork/api-client-java.git
1111 published: true
1212features:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ generation:
1717 oAuth2ClientCredentialsEnabled : true
1818 oAuth2PasswordEnabled : true
1919java :
20- version : 0.5.0
20+ version : 0.5.1
2121 additionalDependencies : []
2222 additionalPlugins : []
2323 artifactID : glean-api-client
Original file line number Diff line number Diff line change @@ -9272,11 +9272,16 @@ components:
92729272 runCount:
92739273 $ref: "#/components/schemas/CountInfo"
92749274 description: This tracks how many times this prompt template was run. If user runs a prompt template after modifying the original one, it still counts as a run for the original template.
9275- WorkflowMutableProperties :
9275+ WorkflowDraftableProperties :
92769276 properties:
92779277 name:
92789278 type: string
92799279 description: The name of the workflow.
9280+ WorkflowMutableProperties:
9281+ type: object
9282+ allOf:
9283+ - $ref: "#/components/schemas/WorkflowDraftableProperties"
9284+ - type: object
92809285 WorkflowMetadata:
92819286 allOf:
92829287 - type: object
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.555.2
1+ speakeasyVersion: 1.555.3
22sources:
33 Glean API:
44 sourceNamespace: glean-api-specs
5- sourceRevisionDigest: sha256:8fa342ea4c0f50e32d7b0930df581e4f4ec000f1f36a429c40f6ccc3f72c0b6b
6- sourceBlobDigest: sha256:914ea4a50d56c4ac1ef7a111f11756bfd8c21bd1c652b817b729ca8706a0afc7
5+ sourceRevisionDigest: sha256:31f82ab8b1f1831ad2f8bae58f4e1a7fb0d760de701c43ca0868c9fc0c2dea42
6+ sourceBlobDigest: sha256:317f3701feac64292f15f9c705d91ebacd1168fc2b2c29548a67f51b77189824
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1748397732
9+ - speakeasy-sdk-regen-1749088970
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:8fa342ea4c0f50e32d7b0930df581e4f4ec000f1f36a429c40f6ccc3f72c0b6b
22- sourceBlobDigest: sha256:914ea4a50d56c4ac1ef7a111f11756bfd8c21bd1c652b817b729ca8706a0afc7
21+ sourceRevisionDigest: sha256:31f82ab8b1f1831ad2f8bae58f4e1a7fb0d760de701c43ca0868c9fc0c2dea42
22+ sourceBlobDigest: sha256:317f3701feac64292f15f9c705d91ebacd1168fc2b2c29548a67f51b77189824
2323 codeSamplesNamespace: glean-api-specs-java-code-samples
24- codeSamplesRevisionDigest: sha256:25e0dc06c9cfa9a9001c39331f30c0600f04aad5dc0009e5adc6664a36a48716
24+ codeSamplesRevisionDigest: sha256:21636f866ad31e6a517d5f9e84ce43576ac0853ff4528a5c13701ca53f305bba
2525workflow:
2626 workflowVersion: 1.0.0
2727 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -62,15 +62,15 @@ The samples below show how a published SDK artifact is used:
6262
6363Gradle:
6464``` groovy
65- implementation 'com.glean.api-client:glean-api-client:0.5.0 '
65+ implementation 'com.glean.api-client:glean-api-client:0.5.1 '
6666```
6767
6868Maven:
6969``` xml
7070<dependency >
7171 <groupId >com.glean.api-client</groupId >
7272 <artifactId >glean-api-client</artifactId >
73- <version >0.5.0 </version >
73+ <version >0.5.1 </version >
7474</dependency >
7575```
7676
Original file line number Diff line number Diff line change @@ -98,4 +98,14 @@ Based on:
9898### Generated
9999- [ java v0.5.0] .
100100### Releases
101- - [ Maven Central v0.5.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.5.0 - .
101+ - [ Maven Central v0.5.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.5.0 - .
102+
103+ ## 2025-06-05 02:02:31
104+ ### Changes
105+ Based on:
106+ - OpenAPI Doc
107+ - Speakeasy CLI 1.555.3 (2.620.2) https://github.com/speakeasy-api/speakeasy
108+ ### Generated
109+ - [ java v0.5.1] .
110+ ### Releases
111+ - [ Maven Central v0.5.1] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.5.1 - .
Original file line number Diff line number Diff 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.0 "
106+ version = " 0.5.1 "
107107
108108 from components. java
109109
Original file line number Diff line number Diff line change 55
66| Field | Type | Required | Description | Example |
77| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
8+ | ` name ` | * Optional\< String>* | :heavy_minus_sign : | The name of the workflow. | |
89| ` author ` | [ Optional\< Person>] ( ../../models/components/Person.md ) | :heavy_minus_sign : | N/A | {<br />"name": "George Clooney",<br />"obfuscatedId": "abc123"<br />} |
910| ` createTimestamp ` | * Optional\< Long>* | :heavy_minus_sign : | Server Unix timestamp of the creation time. | |
1011| ` lastUpdateTimestamp ` | * Optional\< Long>* | :heavy_minus_sign : | Server Unix timestamp of the last update time. | |
1112| ` lastUpdatedBy ` | [ Optional\< Person>] ( ../../models/components/Person.md ) | :heavy_minus_sign : | N/A | {<br />"name": "George Clooney",<br />"obfuscatedId": "abc123"<br />} |
1213| ` permissions ` | [ Optional\< ObjectPermissions>] ( ../../models/components/ObjectPermissions.md ) | :heavy_minus_sign : | N/A | |
13- | ` name ` | * Optional\< String>* | :heavy_minus_sign : | The name of the workflow. | |
1414| ` id ` | * Optional\< String>* | :heavy_minus_sign : | The ID of the workflow. | |
Original file line number Diff line number Diff line change 11groupId =com.glean.api-client
22artifactId =glean-api-client
3- version =0.5.0
3+ version =0.5.1
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ 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.0 " ;
24+ public static final String SDK_VERSION = "0.5.1 " ;
2525 public static final String GEN_VERSION = "2.620.2" ;
2626 private static final String BASE_PACKAGE = "com.glean.api_client.glean_api_client" ;
2727 public static final String USER_AGENT =
You can’t perform that action at this time.
0 commit comments