Skip to content

Commit 05f9f51

Browse files
Merge pull request #84 from gleanwork/speakeasy-sdk-regen-1773802244
chore: 🐝 Update SDK - Generate 0.12.28
2 parents 98542a6 + 081e392 commit 05f9f51

8 files changed

Lines changed: 37 additions & 27 deletions

File tree

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
lockVersion: 2.0.0
22
id: 0359d4fe-2923-46fc-aaca-cf70b48dcfa1
33
management:
4-
docChecksum: 80548a2e50a9d6a392656d02cbb431f0
4+
docChecksum: 3be52ee7a303bf39c41ccf8047c15000
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.755.1
7-
generationVersion: 2.865.2
8-
releaseVersion: 0.12.27
9-
configChecksum: 49cecbce11189c1e2525949a239c3823
6+
speakeasyVersion: 1.757.0
7+
generationVersion: 2.866.0
8+
releaseVersion: 0.12.28
9+
configChecksum: 808830cf244f6495dd78aa41214b31b0
1010
repoURL: https://github.com/gleanwork/api-client-java.git
1111
installationURL: https://github.com/gleanwork/api-client-java
1212
published: true
1313
persistentEdits:
14-
generation_id: 36582c1a-f946-42db-a7c7-00ad8a67e7ef
15-
pristine_commit_hash: fe9e456471a3db120dcab7298efa9e95f410746f
16-
pristine_tree_hash: 34955e9700be404f038d564424b9548e292ef2d0
14+
generation_id: d5ab9659-df85-4389-90e7-1b18386af10b
15+
pristine_commit_hash: 0c4526aac5dae898c9458f6e2fd187c232bfdd30
16+
pristine_tree_hash: aa2584acea27a20bae8ce90b69daa99c48dd827f
1717
features:
1818
java:
1919
additionalDependencies: 0.1.0
@@ -3211,8 +3211,8 @@ trackedFiles:
32113211
pristine_git_object: 3decbce5bd40edbe278c1c5d2dbf585808e51d9a
32123212
gradle.properties:
32133213
id: 2afbb999f001
3214-
last_write_checksum: sha1:3e12d600e4b4dfe57e5b2aa965b016c754fdc865
3215-
pristine_git_object: 8c484c80943cef302b6c56fdc294a1c7a59c59d5
3214+
last_write_checksum: sha1:21ec98c6a13025280501bd9fbd2353b03f7b2c9c
3215+
pristine_git_object: a1e153429c32e2cc7e18057fd17af203f0da8770
32163216
gradle/wrapper/gradle-wrapper.jar:
32173217
id: ec27dae6e852
32183218
last_write_checksum: sha1:f725fb1467084142d74fd7cd8eab691ab3442611
@@ -3531,8 +3531,8 @@ trackedFiles:
35313531
pristine_git_object: ffae914775eb41ff311371f62504344a59d090fd
35323532
src/main/java/com/glean/api_client/glean_api_client/SDKConfiguration.java:
35333533
id: d5fcc61f5992
3534-
last_write_checksum: sha1:df8254b1a5a2f8bf59f5a04cb125a50fde51896f
3535-
pristine_git_object: 44fd7a4f958481ac87e854f19b63c237ca47a95b
3534+
last_write_checksum: sha1:4416aabf57582956dc9d54dcf2617176df5fe0d8
3535+
pristine_git_object: 5ab827e89f7dd31a64921ef6e986b00c686cce8f
35363536
src/main/java/com/glean/api_client/glean_api_client/Search.java:
35373537
id: f22d94b920b5
35383538
last_write_checksum: sha1:ac38d1ed47be207940dd6fb7e4c688dddccc6a8b

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ generation:
3030
generateNewTests: false
3131
skipResponseBodyAssertions: false
3232
java:
33-
version: 0.12.27
33+
version: 0.12.28
3434
additionalDependencies: []
3535
additionalPlugins: []
3636
artifactID: glean-api-client

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5-
x-source-commit-sha: 6b660e03c4bbab898ce5b702b838752054fd8bee
5+
x-source-commit-sha: 1734098e8c292697aa81acbd73ade97b548b3ed8
66
description: |
77
# Introduction
88
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: 5200df2ebea09dd3da02c3dd2ac42f3a7f6dd993
25+
x-open-api-commit-sha: d94e031ce5d7c5306a0f2f35f49b41733825cdb9
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.755.1
1+
speakeasyVersion: 1.757.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:9a5eeaa82d7740b6764d9b74e10217b9bc7282704b0b17e2ddab8f6925cb1755
6-
sourceBlobDigest: sha256:1f0aab3c3c530460eebfbaccbd0d875e36074178eb1590e239ed3a0b6074bad6
5+
sourceRevisionDigest: sha256:e1c9ddcaf1a9bb21ceabaae271714d5d910c99d4ee10f942035a063dd9f5eb4d
6+
sourceBlobDigest: sha256:14cbe7c2990577df3b121ee1cb3d437dcbbe1bc701e78f73305f40857c33b950
77
tags:
88
- latest
99
Glean-OAS:
@@ -17,10 +17,10 @@ targets:
1717
glean:
1818
source: Glean API
1919
sourceNamespace: glean-api-specs
20-
sourceRevisionDigest: sha256:9a5eeaa82d7740b6764d9b74e10217b9bc7282704b0b17e2ddab8f6925cb1755
21-
sourceBlobDigest: sha256:1f0aab3c3c530460eebfbaccbd0d875e36074178eb1590e239ed3a0b6074bad6
20+
sourceRevisionDigest: sha256:e1c9ddcaf1a9bb21ceabaae271714d5d910c99d4ee10f942035a063dd9f5eb4d
21+
sourceBlobDigest: sha256:14cbe7c2990577df3b121ee1cb3d437dcbbe1bc701e78f73305f40857c33b950
2222
codeSamplesNamespace: glean-api-specs-java-code-samples
23-
codeSamplesRevisionDigest: sha256:b1200518f538a6bf70c2af358f05e96b5d90bc5d99c52e569259f2f0b605c7d2
23+
codeSamplesRevisionDigest: sha256:dacfa6e0f7480dde2abdd52cc3c82a6219929358e0fe91e0c1ab84c7bc96601f
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ The samples below show how a published SDK artifact is used:
6767

6868
Gradle:
6969
```groovy
70-
implementation 'com.glean.api-client:glean-api-client:0.12.27'
70+
implementation 'com.glean.api-client:glean-api-client:0.12.28'
7171
```
7272

7373
Maven:
7474
```xml
7575
<dependency>
7676
<groupId>com.glean.api-client</groupId>
7777
<artifactId>glean-api-client</artifactId>
78-
<version>0.12.27</version>
78+
<version>0.12.28</version>
7979
</dependency>
8080
```
8181

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,4 +618,14 @@ Based on:
618618
### Generated
619619
- [java v0.12.27] .
620620
### Releases
621-
- [Maven Central v0.12.27] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.27 - .
621+
- [Maven Central v0.12.27] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.27 - .
622+
623+
## 2026-03-18 02:50:10
624+
### Changes
625+
Based on:
626+
- OpenAPI Doc
627+
- Speakeasy CLI 1.757.0 (2.866.0) https://github.com/speakeasy-api/speakeasy
628+
### Generated
629+
- [java v0.12.28] .
630+
### Releases
631+
- [Maven Central v0.12.28] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.28 - .

β€Ž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.27
3+
version=0.12.28
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
@@ -25,8 +25,8 @@ public class SDKConfiguration {
2525

2626
private static final String LANGUAGE = "java";
2727
public static final String OPENAPI_DOC_VERSION = "0.9.0";
28-
public static final String SDK_VERSION = "0.12.27";
29-
public static final String GEN_VERSION = "2.865.2";
28+
public static final String SDK_VERSION = "0.12.28";
29+
public static final String GEN_VERSION = "2.866.0";
3030
private static final String BASE_PACKAGE = "com.glean.api_client.glean_api_client";
3131
public static final String USER_AGENT =
3232
String.format("speakeasy-sdk/%s %s %s %s %s",

0 commit comments

Comments
Β (0)