Skip to content

Commit b71a9d4

Browse files
Merge pull request #57 from gleanwork/speakeasy-sdk-regen-1763772462
chore: 🐝 Update SDK - Generate 0.12.8
2 parents 8695638 + 0475581 commit b71a9d4

File tree

12 files changed

+193
-37
lines changed

12 files changed

+193
-37
lines changed

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

Lines changed: 7 additions & 4 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
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
java:
28-
version: 0.12.7
28+
version: 0.12.8
2929
additionalDependencies: []
3030
additionalPlugins: []
3131
artifactID: glean-api-client

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

Lines changed: 11 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: 9d70dc6fd5686efed566683e892e33d087e59fb3
5+
x-source-commit-sha: 1c30a2e9466bf278374bd82863042433f7fa8a6d
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: 3c0c128eb9356e9aee605457114fd985b8165472
25+
x-open-api-commit-sha: bfa098a27c3b8f11087766de34606765c946e305
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com
@@ -8703,6 +8703,12 @@ components:
87038703
agentName:
87048704
type: string
87058705
description: Name of the agent to be shown in the agent column in this department over the specified time period.
8706+
icon:
8707+
$ref: "#/components/schemas/IconConfig"
8708+
description: Agent icon configuration
8709+
isDeleted:
8710+
type: boolean
8711+
description: Indicates whether the agent has been deleted
87068712
AgentUsersInsight:
87078713
properties:
87088714
person:
@@ -12414,6 +12420,9 @@ components:
1241412420
enum:
1241512421
- LIKELY
1241612422
- VERY_LIKELY
12423+
- POSSIBLE
12424+
- UNLIKELY
12425+
- VERY_UNLIKELY
1241712426
infoType:
1241812427
description: Text representation of an info-type to scan for.
1241912428
type: string

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ speakeasyVersion: 1.660.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:62524361387995d29512015c83e4aa5507ed826187bbe8f79d238fa78cc821eb
6-
sourceBlobDigest: sha256:e7f1e3c78f0d40cb37537f7827319e5cf1d07d0bec0ea4b6385636b5d8d0678e
5+
sourceRevisionDigest: sha256:6e09038391ad70d5f9b70c63b3284e81624f1cd18b512456e1ef14583adba00f
6+
sourceBlobDigest: sha256:62b0b08fedd634cc54f3083a149d42af7b4b534cbe8da080c65eaa8377fdcddd
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763762740
9+
- speakeasy-sdk-regen-1763772462
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:62524361387995d29512015c83e4aa5507ed826187bbe8f79d238fa78cc821eb
22-
sourceBlobDigest: sha256:e7f1e3c78f0d40cb37537f7827319e5cf1d07d0bec0ea4b6385636b5d8d0678e
21+
sourceRevisionDigest: sha256:6e09038391ad70d5f9b70c63b3284e81624f1cd18b512456e1ef14583adba00f
22+
sourceBlobDigest: sha256:62b0b08fedd634cc54f3083a149d42af7b4b534cbe8da080c65eaa8377fdcddd
2323
codeSamplesNamespace: glean-api-specs-java-code-samples
24-
codeSamplesRevisionDigest: sha256:8bf6c50479768aa71a8a4e553680e510683e78edd9f7d69535a0035a78ab4cfd
24+
codeSamplesRevisionDigest: sha256:3dd81baa9b1d8ae9a28ea189f9c84db58fb97b062abaad25488e6e59dce9bd9a
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.7'
68+
implementation 'com.glean.api-client:glean-api-client:0.12.8'
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.7</version>
76+
<version>0.12.8</version>
7777
</dependency>
7878
```
7979

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,4 +418,14 @@ Based on:
418418
### Generated
419419
- [java v0.12.7] .
420420
### Releases
421-
- [Maven Central v0.12.7] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.7 - .
421+
- [Maven Central v0.12.7] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.7 - .
422+
423+
## 2025-11-24 19:31:52
424+
### Changes
425+
Based on:
426+
- OpenAPI Doc
427+
- Speakeasy CLI 1.660.0 (2.760.2) https://github.com/speakeasy-api/speakeasy
428+
### Generated
429+
- [java v0.12.8] .
430+
### Releases
431+
- [Maven Central v0.12.8] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.8 - .

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
8-
| `department` | *Optional\<String>* | :heavy_minus_sign: | Name of the department |
9-
| `agentAdoptionRate` | *Optional\<Float>* | :heavy_minus_sign: | Percentage of employees in the department who have used agents at least once over the specified time period. |
10-
| `userCount` | *Optional\<Long>* | :heavy_minus_sign: | Total number of users in this department who have used any agent over the specified time period. |
11-
| `runCount` | *Optional\<Long>* | :heavy_minus_sign: | Total number of runs in this department over the specified time period. |
12-
| `agentId` | *Optional\<String>* | :heavy_minus_sign: | ID of the agent to be shown in the agent column in this department over the specified time period. |
13-
| `agentName` | *Optional\<String>* | :heavy_minus_sign: | Name of the agent to be shown in the agent column in this department over the specified time period. |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
8+
| `department` | *Optional\<String>* | :heavy_minus_sign: | Name of the department | |
9+
| `agentAdoptionRate` | *Optional\<Float>* | :heavy_minus_sign: | Percentage of employees in the department who have used agents at least once over the specified time period. | |
10+
| `userCount` | *Optional\<Long>* | :heavy_minus_sign: | Total number of users in this department who have used any agent over the specified time period. | |
11+
| `runCount` | *Optional\<Long>* | :heavy_minus_sign: | Total number of runs in this department over the specified time period. | |
12+
| `agentId` | *Optional\<String>* | :heavy_minus_sign: | ID of the agent to be shown in the agent column in this department over the specified time period. | |
13+
| `agentName` | *Optional\<String>* | :heavy_minus_sign: | Name of the agent to be shown in the agent column in this department over the specified time period. | |
14+
| `icon` | [Optional\<IconConfig>](../../models/components/IconConfig.md) | :heavy_minus_sign: | Defines how to render an icon | {<br/>"color": "#343CED",<br/>"key": "person_icon",<br/>"iconType": "GLYPH",<br/>"name": "user"<br/>} |
15+
| `isDeleted` | *Optional\<Boolean>* | :heavy_minus_sign: | Indicates whether the agent has been deleted | |

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55

66
## Values
77

8-
| Name | Value |
9-
| ------------- | ------------- |
10-
| `LIKELY` | LIKELY |
11-
| `VERY_LIKELY` | VERY_LIKELY |
8+
| Name | Value |
9+
| --------------- | --------------- |
10+
| `LIKELY` | LIKELY |
11+
| `VERY_LIKELY` | VERY_LIKELY |
12+
| `POSSIBLE` | POSSIBLE |
13+
| `UNLIKELY` | UNLIKELY |
14+
| `VERY_UNLIKELY` | VERY_UNLIKELY |

β€Ž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.7
3+
version=0.12.8
44
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g

β€Žsrc/main/java/com/glean/api_client/glean_api_client/SDKConfiguration.javaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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.7";
27+
public static final String SDK_VERSION = "0.12.8";
2828
public static final String GEN_VERSION = "2.760.2";
2929
private static final String BASE_PACKAGE = "com.glean.api_client.glean_api_client";
3030
public static final String USER_AGENT =

0 commit comments

Comments
Β (0)