Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.12.7
version: 0.12.8
additionalDependencies: []
additionalPlugins: []
artifactID: glean-api-client
Expand Down
13 changes: 11 additions & 2 deletions .speakeasy/glean-merged-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
version: 0.9.0
title: Glean API
x-source-commit-sha: 9d70dc6fd5686efed566683e892e33d087e59fb3
x-source-commit-sha: 1c30a2e9466bf278374bd82863042433f7fa8a6d
description: |
# Introduction
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.
Expand All @@ -22,7 +22,7 @@ info:
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
x-logo:
url: https://app.glean.com/images/glean-text2.svg
x-open-api-commit-sha: 3c0c128eb9356e9aee605457114fd985b8165472
x-open-api-commit-sha: bfa098a27c3b8f11087766de34606765c946e305
x-speakeasy-name: 'Glean API'
servers:
- url: https://{instance}-be.glean.com
Expand Down Expand Up @@ -8703,6 +8703,12 @@ components:
agentName:
type: string
description: Name of the agent to be shown in the agent column in this department over the specified time period.
icon:
$ref: "#/components/schemas/IconConfig"
description: Agent icon configuration
isDeleted:
type: boolean
description: Indicates whether the agent has been deleted
AgentUsersInsight:
properties:
person:
Expand Down Expand Up @@ -12414,6 +12420,9 @@ components:
enum:
- LIKELY
- VERY_LIKELY
- POSSIBLE
- UNLIKELY
- VERY_UNLIKELY
infoType:
description: Text representation of an info-type to scan for.
type: string
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ speakeasyVersion: 1.660.0
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:62524361387995d29512015c83e4aa5507ed826187bbe8f79d238fa78cc821eb
sourceBlobDigest: sha256:e7f1e3c78f0d40cb37537f7827319e5cf1d07d0bec0ea4b6385636b5d8d0678e
sourceRevisionDigest: sha256:6e09038391ad70d5f9b70c63b3284e81624f1cd18b512456e1ef14583adba00f
sourceBlobDigest: sha256:62b0b08fedd634cc54f3083a149d42af7b4b534cbe8da080c65eaa8377fdcddd
tags:
- latest
- speakeasy-sdk-regen-1763762740
- speakeasy-sdk-regen-1763772462
Glean-OAS:
sourceNamespace: glean-oas
sourceRevisionDigest: sha256:8841834dd58ddd4e2dcf98fc90fbd06fbf3626a29df941503cce55b9548a5317
Expand All @@ -18,10 +18,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:62524361387995d29512015c83e4aa5507ed826187bbe8f79d238fa78cc821eb
sourceBlobDigest: sha256:e7f1e3c78f0d40cb37537f7827319e5cf1d07d0bec0ea4b6385636b5d8d0678e
sourceRevisionDigest: sha256:6e09038391ad70d5f9b70c63b3284e81624f1cd18b512456e1ef14583adba00f
sourceBlobDigest: sha256:62b0b08fedd634cc54f3083a149d42af7b4b534cbe8da080c65eaa8377fdcddd
codeSamplesNamespace: glean-api-specs-java-code-samples
codeSamplesRevisionDigest: sha256:8bf6c50479768aa71a8a4e553680e510683e78edd9f7d69535a0035a78ab4cfd
codeSamplesRevisionDigest: sha256:3dd81baa9b1d8ae9a28ea189f9c84db58fb97b062abaad25488e6e59dce9bd9a
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.glean.api-client:glean-api-client:0.12.7'
implementation 'com.glean.api-client:glean-api-client:0.12.8'
```

Maven:
```xml
<dependency>
<groupId>com.glean.api-client</groupId>
<artifactId>glean-api-client</artifactId>
<version>0.12.7</version>
<version>0.12.8</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,4 +418,14 @@ Based on:
### Generated
- [java v0.12.7] .
### Releases
- [Maven Central v0.12.7] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.7 - .
- [Maven Central v0.12.7] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.7 - .

## 2025-11-24 19:31:52
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.660.0 (2.760.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.12.8] .
### Releases
- [Maven Central v0.12.8] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.8 - .
18 changes: 10 additions & 8 deletions docs/models/components/AgentsUsageByDepartmentInsight.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `department` | *Optional\<String>* | :heavy_minus_sign: | Name of the department |
| `agentAdoptionRate` | *Optional\<Float>* | :heavy_minus_sign: | Percentage of employees in the department who have used agents at least once over the specified time period. |
| `userCount` | *Optional\<Long>* | :heavy_minus_sign: | Total number of users in this department who have used any agent over the specified time period. |
| `runCount` | *Optional\<Long>* | :heavy_minus_sign: | Total number of runs in this department over the specified time period. |
| `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. |
| `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. |
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `department` | *Optional\<String>* | :heavy_minus_sign: | Name of the department | |
| `agentAdoptionRate` | *Optional\<Float>* | :heavy_minus_sign: | Percentage of employees in the department who have used agents at least once over the specified time period. | |
| `userCount` | *Optional\<Long>* | :heavy_minus_sign: | Total number of users in this department who have used any agent over the specified time period. | |
| `runCount` | *Optional\<Long>* | :heavy_minus_sign: | Total number of runs in this department over the specified time period. | |
| `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. | |
| `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. | |
| `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/>} |
| `isDeleted` | *Optional\<Boolean>* | :heavy_minus_sign: | Indicates whether the agent has been deleted | |
11 changes: 7 additions & 4 deletions docs/models/components/LikelihoodThreshold.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@

## Values

| Name | Value |
| ------------- | ------------- |
| `LIKELY` | LIKELY |
| `VERY_LIKELY` | VERY_LIKELY |
| Name | Value |
| --------------- | --------------- |
| `LIKELY` | LIKELY |
| `VERY_LIKELY` | VERY_LIKELY |
| `POSSIBLE` | POSSIBLE |
| `UNLIKELY` | UNLIKELY |
| `VERY_UNLIKELY` | VERY_UNLIKELY |
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
groupId=com.glean.api-client
artifactId=glean-api-client
version=0.12.7
version=0.12.8
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class SDKConfiguration {

private static final String LANGUAGE = "java";
public static final String OPENAPI_DOC_VERSION = "0.9.0";
public static final String SDK_VERSION = "0.12.7";
public static final String SDK_VERSION = "0.12.8";
public static final String GEN_VERSION = "2.760.2";
private static final String BASE_PACKAGE = "com.glean.api_client.glean_api_client";
public static final String USER_AGENT =
Expand Down
Loading