File tree Expand file tree Collapse file tree 11 files changed +38
-21
lines changed
src/main/java/com/glean/api_client/glean_api_client Expand file tree Collapse file tree 11 files changed +38
-21
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: 214cdf330e1c6211309d834b2b24e4a9
4+ docChecksum: 494200b2b5ce073b7458b5d6a0507b42
55 docVersion: 0.9.0
66 speakeasyVersion: 1.551.0
77 generationVersion: 2.610.0
8- releaseVersion: 0.4.3
9- configChecksum: 0344b9c39cbb5466dd53e3b698d9d334
8+ releaseVersion: 0.4.4
9+ configChecksum: 0c79aa53f3f8b366046bc2ebb5c78c57
1010 repoURL: https://github.com/gleanwork/api-client-java.git
1111 published: true
1212features:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ generation:
1616 oAuth2ClientCredentialsEnabled : true
1717 oAuth2PasswordEnabled : true
1818java :
19- version : 0.4.3
19+ version : 0.4.4
2020 additionalDependencies : []
2121 additionalPlugins : []
2222 artifactID : glean-api-client
Original file line number Diff line number Diff line change @@ -2168,6 +2168,8 @@ paths:
21682168 description: Not Found
21692169 "429":
21702170 description: Too Many Requests
2171+ tags:
2172+ - Tools
21712173 x-speakeasy-name-override: list
21722174 x-speakeasy-group: client.tools
21732175 /rest/api/v1/tools/call:
@@ -2196,6 +2198,8 @@ paths:
21962198 description: Not Found
21972199 "429":
21982200 description: Too Many Requests
2201+ tags:
2202+ - Tools
21992203 x-speakeasy-name-override: run
22002204 x-speakeasy-group: client.tools
22012205 /api/index/v1/indexdocument:
@@ -4315,6 +4319,7 @@ components:
43154319 enum:
43164320 - BOLD
43174321 - CITATION
4322+ - HIGHLIGHT
43184323 - LINK
43194324 url:
43204325 type: string
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ speakeasyVersion: 1.551.0
22sources:
33 Glean API:
44 sourceNamespace: glean-api-specs
5- sourceRevisionDigest: sha256:f9702fab7204aa4b6c4de51f891ea93ca91bd699de037938b6522df44148f53e
6- sourceBlobDigest: sha256:d44909a59c01e136e65c90328dd7ddc8321d8eb01230285241f4c59ebbaac01f
5+ sourceRevisionDigest: sha256:54c0b7f53a738ea4d896b6041514ca6308f8fad84fb2ce9ca39e5c4cb5f52afc
6+ sourceBlobDigest: sha256:e03e7548ba6cb180d1f94e0a3912501f47f1f9944c0631dd752b396e56513f1f
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1747706531
9+ - speakeasy-sdk-regen-1748051799
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:f9702fab7204aa4b6c4de51f891ea93ca91bd699de037938b6522df44148f53e
22- sourceBlobDigest: sha256:d44909a59c01e136e65c90328dd7ddc8321d8eb01230285241f4c59ebbaac01f
21+ sourceRevisionDigest: sha256:54c0b7f53a738ea4d896b6041514ca6308f8fad84fb2ce9ca39e5c4cb5f52afc
22+ sourceBlobDigest: sha256:e03e7548ba6cb180d1f94e0a3912501f47f1f9944c0631dd752b396e56513f1f
2323 codeSamplesNamespace: glean-api-specs-java-code-samples
24- codeSamplesRevisionDigest: sha256:9c0404bb10c8ab915a883ec02fbe13578effdf4c0ed65c2fd77f71ac0308b4ab
24+ codeSamplesRevisionDigest: sha256:cdad980eaff34947a515e5c323f3f725f6f885ccb27292f152c4f37f34ad741c
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.4.3 '
65+ implementation 'com.glean.api-client:glean-api-client:0.4.4 '
6666```
6767
6868Maven:
6969``` xml
7070<dependency >
7171 <groupId >com.glean.api-client</groupId >
7272 <artifactId >glean-api-client</artifactId >
73- <version >0.4.3 </version >
73+ <version >0.4.4 </version >
7474</dependency >
7575```
7676
Original file line number Diff line number Diff line change @@ -78,4 +78,14 @@ Based on:
7878### Generated
7979- [ java v0.4.3] .
8080### Releases
81- - [ Maven Central v0.4.3] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.4.3 - .
81+ - [ Maven Central v0.4.3] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.4.3 - .
82+
83+ ## 2025-05-24 01:56:21
84+ ### Changes
85+ Based on:
86+ - OpenAPI Doc
87+ - Speakeasy CLI 1.551.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
88+ ### Generated
89+ - [ java v0.4.4] .
90+ ### Releases
91+ - [ Maven Central v0.4.4] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.4.4 - .
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.4.3 "
106+ version = " 0.4.4 "
107107
108108 from components. java
109109
Original file line number Diff line number Diff line change 33
44## Values
55
6- | Name | Value |
7- | ---------- | ---------- |
8- | ` BOLD ` | BOLD |
9- | ` CITATION ` | CITATION |
10- | ` LINK ` | LINK |
6+ | Name | Value |
7+ | ----------- | ----------- |
8+ | ` BOLD ` | BOLD |
9+ | ` CITATION ` | CITATION |
10+ | ` HIGHLIGHT ` | HIGHLIGHT |
11+ | ` LINK ` | LINK |
Original file line number Diff line number Diff line change 11groupId =com.glean.api-client
22artifactId =glean-api-client
3- version =0.4.3
3+ version =0.4.4
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public String resolvedServerUrl() {
4040 } };
4141 private static final String LANGUAGE = "java" ;
4242 public static final String OPENAPI_DOC_VERSION = "0.9.0" ;
43- public static final String SDK_VERSION = "0.4.3 " ;
43+ public static final String SDK_VERSION = "0.4.4 " ;
4444 public static final String GEN_VERSION = "2.610.0" ;
4545 private static final String BASE_PACKAGE = "com.glean.api_client.glean_api_client" ;
4646 public static final String USER_AGENT =
You can’t perform that action at this time.
0 commit comments