Skip to content

Commit a99d9cd

Browse files
Merge pull request #39 from gleanwork/speakeasy-sdk-regen-1759451490
chore: 🐝 Update SDK - Generate 0.10.4
2 parents b8aa47c + b7ef626 commit a99d9cd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+6024
-86
lines changed

.speakeasy/gen.lock

Lines changed: 34 additions & 10 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
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: false
2323
skipResponseBodyAssertions: false
2424
java:
25-
version: 0.10.3
25+
version: 0.10.4
2626
additionalDependencies: []
2727
additionalPlugins: []
2828
artifactID: glean-api-client

.speakeasy/glean-merged-spec.yaml

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

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.633.1
1+
speakeasyVersion: 1.635.3
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:973ad5e684eb699f9e585ec03cc02a48e243146bb66be2014682d3eb48998606
6-
sourceBlobDigest: sha256:d764346b0c5d0e79a5abc614b36967702bd4f7ecc279ec0d13d6ec75d6d129fa
5+
sourceRevisionDigest: sha256:9c88586528e71ab61d6ab430aae0133ce42899151af73f3917d776b7d45785a5
6+
sourceBlobDigest: sha256:ce64a4e209ccf3f1af32689bd1d7c3aea9bf764b2b047ccb8decbc87dbdd3c1e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1759350527
9+
- speakeasy-sdk-regen-1759451490
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:973ad5e684eb699f9e585ec03cc02a48e243146bb66be2014682d3eb48998606
22-
sourceBlobDigest: sha256:d764346b0c5d0e79a5abc614b36967702bd4f7ecc279ec0d13d6ec75d6d129fa
21+
sourceRevisionDigest: sha256:9c88586528e71ab61d6ab430aae0133ce42899151af73f3917d776b7d45785a5
22+
sourceBlobDigest: sha256:ce64a4e209ccf3f1af32689bd1d7c3aea9bf764b2b047ccb8decbc87dbdd3c1e
2323
codeSamplesNamespace: glean-api-specs-java-code-samples
24-
codeSamplesRevisionDigest: sha256:ef86495a1309b97ac4a241750b44db921bd34e9cd2ea14c9381115ab0756f8bf
24+
codeSamplesRevisionDigest: sha256:4255aa39310ef8cc96770aa67302bef439f3dd7cf1d0e167569d9b5802a821e2
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

README.md

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

6565
Gradle:
6666
```groovy
67-
implementation 'com.glean.api-client:glean-api-client:0.10.3'
67+
implementation 'com.glean.api-client:glean-api-client:0.10.4'
6868
```
6969

7070
Maven:
7171
```xml
7272
<dependency>
7373
<groupId>com.glean.api-client</groupId>
7474
<artifactId>glean-api-client</artifactId>
75-
<version>0.10.3</version>
75+
<version>0.10.4</version>
7676
</dependency>
7777
```
7878

@@ -396,9 +396,6 @@ For more information on obtaining the appropriate token type, please contact you
396396
<details open>
397397
<summary>Available methods</summary>
398398

399-
### [client()](docs/sdks/client/README.md)
400-
401-
402399
#### [client().activity()](docs/sdks/activity/README.md)
403400

404401
* [report](docs/sdks/activity/README.md#report) - Report document activity
@@ -528,10 +525,6 @@ For more information on obtaining the appropriate token type, please contact you
528525
* [list](docs/sdks/verification/README.md#list) - List verifications
529526
* [verify](docs/sdks/verification/README.md#verify) - Update verification
530527

531-
532-
### [indexing()](docs/sdks/indexing/README.md)
533-
534-
535528
#### [indexing().authentication()](docs/sdks/indexingauthentication/README.md)
536529

537530
* [rotateToken](docs/sdks/indexingauthentication/README.md#rotatetoken) - Rotate token

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,14 @@ Based on:
248248
### Generated
249249
- [java v0.10.3] .
250250
### Releases
251-
- [Maven Central v0.10.3] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.10.3 - .
251+
- [Maven Central v0.10.3] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.10.3 - .
252+
253+
## 2025-10-07 16:34:39
254+
### Changes
255+
Based on:
256+
- OpenAPI Doc
257+
- Speakeasy CLI 1.635.3 (2.722.5) https://github.com/speakeasy-api/speakeasy
258+
### Generated
259+
- [java v0.10.4] .
260+
### Releases
261+
- [Maven Central v0.10.4] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.10.4 - .
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AgentUsersInsight
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
8+
| `person` | [Optional\<Person>](../../models/components/Person.md) | :heavy_minus_sign: | N/A | {<br/>"name": "George Clooney",<br/>"obfuscatedId": "abc123"<br/>} |
9+
| `departmentName` | *Optional\<String>* | :heavy_minus_sign: | Department name | |
10+
| `agentsUsedCount` | *Optional\<Long>* | :heavy_minus_sign: | Total number of agents used by this user over the specified time period. | |
11+
| `averageRunsPerDayCount` | *Optional\<Float>* | :heavy_minus_sign: | Average number of runs per day for this user over the specified time period. | |
12+
| `agentsCreatedCount` | *Optional\<Long>* | :heavy_minus_sign: | Total number of agents created by this user over the specified time period. | |
13+
| `runCount` | *Optional\<Long>* | :heavy_minus_sign: | Total number of agent runs for this user over the specified time period. | |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# AgentsInsightsV2Response
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
8+
| `monthlyActiveUsers` | *Optional\<Long>* | :heavy_minus_sign: | Number of current Monthly Active Users, in the specified departments. |
9+
| `weeklyActiveUsers` | *Optional\<Long>* | :heavy_minus_sign: | Number of current Weekly Active Users, in the specified departments. |
10+
| `monthlyActiveUserTimeseries` | [Optional\<LabeledCountInfo>](../../models/components/LabeledCountInfo.md) | :heavy_minus_sign: | N/A |
11+
| `weeklyActiveUserTimeseries` | [Optional\<LabeledCountInfo>](../../models/components/LabeledCountInfo.md) | :heavy_minus_sign: | N/A |
12+
| `dailyActiveUserTimeseries` | [Optional\<LabeledCountInfo>](../../models/components/LabeledCountInfo.md) | :heavy_minus_sign: | N/A |
13+
| `sharedAgentsCount` | *Optional\<Long>* | :heavy_minus_sign: | Total number of shared agents. |
14+
| `topAgentsInsights` | List\<[PerAgentInsight](../../models/components/PerAgentInsight.md)> | :heavy_minus_sign: | N/A |
15+
| `agentsUsageByDepartmentInsights` | List\<[AgentsUsageByDepartmentInsight](../../models/components/AgentsUsageByDepartmentInsight.md)> | :heavy_minus_sign: | N/A |
16+
| `agentUsersInsights` | List\<[AgentUsersInsight](../../models/components/AgentUsersInsight.md)> | :heavy_minus_sign: | N/A |
17+
| `dailyAgentRunsTimeseries` | [Optional\<LabeledCountInfo>](../../models/components/LabeledCountInfo.md) | :heavy_minus_sign: | N/A |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AgentsUsageByDepartmentInsight
2+
3+
4+
## Fields
5+
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. |

0 commit comments

Comments
 (0)