Skip to content

Commit e248a74

Browse files
Merge pull request #9 from gleanwork/speakeasy-sdk-regen-1746758232
chore: 🐝 Update SDK - Generate 0.3.0
2 parents 3ccd021 + 90be4bb commit e248a74

File tree

17 files changed

+13214
-230
lines changed

17 files changed

+13214
-230
lines changed

β€Ž.gitattributesβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#
44
# Linux start script should use lf
55
/gradlew text eol=lf
6-
/gradlew.bat text eol=crlf
6+
77
# These are Windows script files and should use crlf
88
*.bat text eol=crlf
99

1010
# This allows generated code to be indexed correctly
11-
*.java linguist-generated=false
11+
*.java linguist-generated=false

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: true
1818
java:
19-
version: 0.2.0
19+
version: 0.3.0
2020
additionalDependencies: []
2121
additionalPlugins: []
2222
artifactID: glean-api-client

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ info:
2525
url: https://app.glean.com/images/glean-text2.svg
2626
x-speakeasy-name: "Glean API"
2727
servers:
28-
- url: https://{domain}-be.glean.com
28+
- url: https://{instance}-be.glean.com
2929
variables:
30-
domain:
31-
default: domain
32-
description: Email domain (without extension) that determines the deployment backend.
30+
instance:
31+
default: instance-name
32+
description: The instance name (typically the email domain without the extension) that determines the deployment backend.
3333
security:
3434
- APIToken: []
3535
paths:

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.542.3
1+
speakeasyVersion: 1.543.4
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:fadc7213e38c3b2e11ec0a197f00752cd51f95a42e6f50b697acff848c245f49
6-
sourceBlobDigest: sha256:c149481e92330fc2ccfe73b55bac335ff2599266b185b84d4c0fc9a6156e9f49
5+
sourceRevisionDigest: sha256:82bb62b5b7c3fdce61c9cf5c25bc2661f776c5ee5d007e9776961a08aabb8877
6+
sourceBlobDigest: sha256:48b2f6720cfd61b99c4cf5dc168fab967984c5c20d2ac425b99ce326f3291647
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1746549666
9+
- speakeasy-sdk-regen-1746758232
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:fadc7213e38c3b2e11ec0a197f00752cd51f95a42e6f50b697acff848c245f49
22-
sourceBlobDigest: sha256:c149481e92330fc2ccfe73b55bac335ff2599266b185b84d4c0fc9a6156e9f49
21+
sourceRevisionDigest: sha256:82bb62b5b7c3fdce61c9cf5c25bc2661f776c5ee5d007e9776961a08aabb8877
22+
sourceBlobDigest: sha256:48b2f6720cfd61b99c4cf5dc168fab967984c5c20d2ac425b99ce326f3291647
2323
codeSamplesNamespace: glean-api-specs-java-code-samples
24-
codeSamplesRevisionDigest: sha256:96711ddce5754d79c909cf44d45f549fdfa2aada2db8037db3a0b462de172cd7
24+
codeSamplesRevisionDigest: sha256:f4812c9938a6c78e0b397b856c155fa3461f1a4ace9146b3fc0054c431526b99
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 491 additions & 12 deletions
Large diffs are not rendered by default.

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,14 @@ Based on:
2828
### Generated
2929
- [java v0.2.0] .
3030
### Releases
31-
- [Maven Central v0.2.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.2.0 - .
31+
- [Maven Central v0.2.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.2.0 - .
32+
33+
## 2025-05-09 22:03:24
34+
### Changes
35+
Based on:
36+
- OpenAPI Doc
37+
- Speakeasy CLI 1.543.4 (2.598.22) https://github.com/speakeasy-api/speakeasy
38+
### Generated
39+
- [java v0.3.0] .
40+
### Releases
41+
- [Maven Central v0.3.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.3.0 - .

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

108108
from components.java
109109

β€Ždocs/sdks/announcements/README.mdβ€Ž

Lines changed: 3671 additions & 2 deletions
Large diffs are not rendered by default.

β€Ždocs/sdks/answers/README.mdβ€Ž

Lines changed: 1103 additions & 8 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)