Skip to content

Commit c007a2c

Browse files
Merge pull request #53 from gleanwork/speakeasy-sdk-regen-1763415086
chore: 🐝 Update SDK - Generate 0.12.5
2 parents 0e63e72 + 74f52b5 commit c007a2c

18 files changed

+370
-476
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 0359d4fe-2923-46fc-aaca-cf70b48dcfa1
33
management:
4-
docChecksum: 648d674fdd05aad794f8dd9965d820b5
4+
docChecksum: 3e5657019a4816420ae24bbe0aa55deb
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.658.1
7-
generationVersion: 2.755.6
8-
releaseVersion: 0.12.4
9-
configChecksum: 1ac0890dc2b893f3b27af300186dea88
6+
speakeasyVersion: 1.659.0
7+
generationVersion: 2.755.9
8+
releaseVersion: 0.12.5
9+
configChecksum: e8a09cf1b489e694a4b1e3d39c5baf5a
1010
repoURL: https://github.com/gleanwork/api-client-java.git
1111
published: true
1212
features:
@@ -259,7 +259,6 @@ generatedFiles:
259259
- docs/models/components/EditPinRequest.md
260260
- docs/models/components/EmployeeInfoDefinition.md
261261
- docs/models/components/EmployeeTeamInfo.md
262-
- docs/models/components/EngagementBreakdown.md
263262
- docs/models/components/EntitiesSortOrder.md
264263
- docs/models/components/EntityRelationship.md
265264
- docs/models/components/EntityType.md
@@ -1067,7 +1066,6 @@ generatedFiles:
10671066
- src/main/java/com/glean/api_client/glean_api_client/models/components/EditPinRequest.java
10681067
- src/main/java/com/glean/api_client/glean_api_client/models/components/EmployeeInfoDefinition.java
10691068
- src/main/java/com/glean/api_client/glean_api_client/models/components/EmployeeTeamInfo.java
1070-
- src/main/java/com/glean/api_client/glean_api_client/models/components/EngagementBreakdown.java
10711069
- src/main/java/com/glean/api_client/glean_api_client/models/components/EntitiesSortOrder.java
10721070
- src/main/java/com/glean/api_client/glean_api_client/models/components/EntityRelationship.java
10731071
- src/main/java/com/glean/api_client/glean_api_client/models/components/EntityType.java
@@ -2899,3 +2897,6 @@ generatedTests:
28992897
get_/rest/api/v1/tools/list: "2025-06-09T18:03:44Z"
29002898
post_/rest/api/v1/tools/call: "2025-06-09T18:03:44Z"
29012899
listpolicies: "2025-06-09T18:03:44Z"
2900+
releaseNotes: |
2901+
## Java SDK Changes Detected:
2902+
* `glean.client.insights.retrieve()`: `response` **Changed** **Breaking** :warning:

β€Ž.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.4
28+
version: 0.12.5
2929
additionalDependencies: []
3030
additionalPlugins: []
3131
artifactID: glean-api-client

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

Lines changed: 17 additions & 20 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: 3c1d4f5f7b2de021e7e5ab5dff962254c16aa5db
5+
x-source-commit-sha: 31b1e4d8c27047c952fd0380361790a2edfdd676
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: b20a53af8a9aee1fd48c351fe14b4b12c8eefd12
25+
x-open-api-commit-sha: e4416ec5a5adef38fa93d4fef0557174d402e553
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com
@@ -8562,6 +8562,15 @@ components:
85628562
numChats:
85638563
type: integer
85648564
description: Total number of chats by this user over the specified time period.
8565+
numActiveSessions:
8566+
type: integer
8567+
description: Total number of active sessions by this user in a Glean client over the specified time period.
8568+
numGleanbotUsefulResponses:
8569+
type: integer
8570+
description: Total number of Gleanbot responses marked useful by this user over the specified time period.
8571+
numDaysActive:
8572+
type: integer
8573+
description: Total number of days this user was an Active User over the specified time period.
85658574
InsightsOverviewResponse:
85668575
allOf:
85678576
- $ref: "#/components/schemas/InsightsDepartmentsSummary"
@@ -8594,22 +8603,7 @@ components:
85948603
type: array
85958604
items:
85968605
$ref: "#/components/schemas/PerUserInsight"
8597-
description: Top power users, over the specified time period in the specified departments.
8598-
engagementBreakdown:
8599-
type: object
8600-
properties:
8601-
nonUsers:
8602-
type: integer
8603-
description: Number of non-user employees in the specified departments.
8604-
dormantUsers:
8605-
type: integer
8606-
description: Number of currently dormant users in the specified departments.
8607-
regularUsers:
8608-
type: integer
8609-
description: Number of currently regular users in the specified departments.
8610-
powerUsers:
8611-
type: integer
8612-
description: Number of currently power users in the specified departments.
8606+
description: Per-user insights, over the specified time period in the specified departments. All current users in the organization who have signed into Glean at least once are included.
86138607
PerUserAssistantInsight:
86148608
properties:
86158609
person:
@@ -8625,10 +8619,10 @@ components:
86258619
description: Total number of AI Answers interacted with by this user over the specified time period.
86268620
numGleanbotInteractions:
86278621
type: integer
8628-
description: Total number of Gleanbot interacted with by this user over the specified time period.
8622+
description: Total number of Gleanbot responses marked useful by this user over the specified time period.
86298623
numDaysActive:
86308624
type: integer
8631-
description: Total number of days this user was active over the specified time period.
8625+
description: Total number of days this user was active on the Assistant over the specified time period.
86328626
AssistantInsightsResponse:
86338627
allOf:
86348628
- $ref: "#/components/schemas/CurrentActiveUsers"
@@ -8673,6 +8667,9 @@ components:
86738667
icon:
86748668
$ref: "#/components/schemas/IconConfig"
86758669
description: Agent icon configuration
8670+
isDeleted:
8671+
type: boolean
8672+
description: Indicates whether the agent has been deleted
86768673
userCount:
86778674
type: integer
86788675
description: Total number of users for this agent over the specified time period.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.658.1
1+
speakeasyVersion: 1.659.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:32fce82d031f7f53e3ac040caae0f7ff32686e08ab3ed5291b710a6a4cc19e97
6-
sourceBlobDigest: sha256:1161e7578cd01452b8aa987120ec26127f910ccff14897b24601c9f78a1e44d0
5+
sourceRevisionDigest: sha256:f069447b3ec0cb20ea0970c07b80ca54a16c3dc5b22628309ef86c46822715bd
6+
sourceBlobDigest: sha256:88f92162774c14a5edef7dbbd63efbd68f6e3cf857f9f312a2c98342392829b2
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763167769
9+
- speakeasy-sdk-regen-1763415086
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:32fce82d031f7f53e3ac040caae0f7ff32686e08ab3ed5291b710a6a4cc19e97
22-
sourceBlobDigest: sha256:1161e7578cd01452b8aa987120ec26127f910ccff14897b24601c9f78a1e44d0
21+
sourceRevisionDigest: sha256:f069447b3ec0cb20ea0970c07b80ca54a16c3dc5b22628309ef86c46822715bd
22+
sourceBlobDigest: sha256:88f92162774c14a5edef7dbbd63efbd68f6e3cf857f9f312a2c98342392829b2
2323
codeSamplesNamespace: glean-api-specs-java-code-samples
24-
codeSamplesRevisionDigest: sha256:ba6b2b5237893ce55ba5b7d4515757a4ffac68803b36bcd3dd3739ddf0fceae7
24+
codeSamplesRevisionDigest: sha256:8954db613022b52590245e69522e57d6fc8f9548a899ba0bfb9abbbd88cbbf09
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.4'
68+
implementation 'com.glean.api-client:glean-api-client:0.12.5'
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.4</version>
76+
<version>0.12.5</version>
7777
</dependency>
7878
```
7979

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,4 +388,14 @@ Based on:
388388
### Generated
389389
- [java v0.12.4] .
390390
### Releases
391-
- [Maven Central v0.12.4] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.4 - .
391+
- [Maven Central v0.12.4] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.4 - .
392+
393+
## 2025-11-21 09:22:04
394+
### Changes
395+
Based on:
396+
- OpenAPI Doc
397+
- Speakeasy CLI 1.659.0 (2.755.9) https://github.com/speakeasy-api/speakeasy
398+
### Generated
399+
- [java v0.12.5] .
400+
### Releases
401+
- [Maven Central v0.12.5] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.5 - .

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

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
Β (0)