Skip to content

Commit 187b3e1

Browse files
Merge pull request #66 from gleanwork/speakeasy-sdk-regen-1759451489
chore: 🐝 Update SDK - Generate 0.12.0
2 parents f0b7aa1 + 61cdd0a commit 187b3e1

60 files changed

Lines changed: 2846 additions & 94 deletions

Some content is hidden

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

.speakeasy/gen.lock

Lines changed: 45 additions & 11 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
@@ -27,7 +27,7 @@ generation:
2727
generateNewTests: true
2828
skipResponseBodyAssertions: true
2929
typescript:
30-
version: 0.11.2
30+
version: 0.12.0
3131
acceptHeaderEnum: true
3232
additionalDependencies:
3333
dependencies: {}

.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-1759350525
9+
- speakeasy-sdk-regen-1759451489
1010
Glean Client API:
1111
sourceNamespace: glean-client-api
1212
sourceRevisionDigest: sha256:aec0770b5bcca91068c3a844cb9ef4a091281f6cc3b7d86f2abef1bd6fb2b301
@@ -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-typescript-code-samples
24-
codeSamplesRevisionDigest: sha256:32f53c39adde2de4181b993ac08ec1c197f92ff668739086e56ac24fef3ea310
24+
codeSamplesRevisionDigest: sha256:41f19d20a3534531237d946c0b3cec575723451ce480611b26e2af8e0e113d20
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,6 @@ For more information on obtaining the appropriate token type, please contact you
279279
<details open>
280280
<summary>Available methods</summary>
281281

282-
### [client](docs/sdks/client/README.md)
283-
284-
285282
#### [client.activity](docs/sdks/activity/README.md)
286283

287284
* [report](docs/sdks/activity/README.md#report) - Report document activity
@@ -411,10 +408,6 @@ For more information on obtaining the appropriate token type, please contact you
411408
* [list](docs/sdks/verification/README.md#list) - List verifications
412409
* [verify](docs/sdks/verification/README.md#verify) - Update verification
413410

414-
415-
### [indexing](docs/sdks/indexing/README.md)
416-
417-
418411
#### [indexing.authentication](docs/sdks/indexingauthentication/README.md)
419412

420413
* [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
@@ -308,4 +308,14 @@ Based on:
308308
### Generated
309309
- [typescript v0.11.2] .
310310
### Releases
311-
- [NPM v0.11.2] https://www.npmjs.com/package/@gleanwork/api-client/v/0.11.2 - .
311+
- [NPM v0.11.2] https://www.npmjs.com/package/@gleanwork/api-client/v/0.11.2 - .
312+
313+
## 2025-10-07 16:34:41
314+
### Changes
315+
Based on:
316+
- OpenAPI Doc
317+
- Speakeasy CLI 1.635.3 (2.722.5) https://github.com/speakeasy-api/speakeasy
318+
### Generated
319+
- [typescript v0.12.0] .
320+
### Releases
321+
- [NPM v0.12.0] https://www.npmjs.com/package/@gleanwork/api-client/v/0.12.0 - .
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# AgentsInsightsV2Response
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { AgentsInsightsV2Response } from "@gleanwork/api-client/models/components";
7+
8+
let value: AgentsInsightsV2Response = {
9+
agentUsersInsights: [
10+
{
11+
person: {
12+
name: "George Clooney",
13+
obfuscatedId: "abc123",
14+
},
15+
},
16+
],
17+
};
18+
```
19+
20+
## Fields
21+
22+
| Field | Type | Required | Description |
23+
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
24+
| `monthlyActiveUsers` | *number* | :heavy_minus_sign: | Number of current Monthly Active Users, in the specified departments. |
25+
| `weeklyActiveUsers` | *number* | :heavy_minus_sign: | Number of current Weekly Active Users, in the specified departments. |
26+
| `monthlyActiveUserTimeseries` | [components.LabeledCountInfo](../../models/components/labeledcountinfo.md) | :heavy_minus_sign: | N/A |
27+
| `weeklyActiveUserTimeseries` | [components.LabeledCountInfo](../../models/components/labeledcountinfo.md) | :heavy_minus_sign: | N/A |
28+
| `dailyActiveUserTimeseries` | [components.LabeledCountInfo](../../models/components/labeledcountinfo.md) | :heavy_minus_sign: | N/A |
29+
| `sharedAgentsCount` | *number* | :heavy_minus_sign: | Total number of shared agents. |
30+
| `topAgentsInsights` | [components.PerAgentInsight](../../models/components/peragentinsight.md)[] | :heavy_minus_sign: | N/A |
31+
| `agentsUsageByDepartmentInsights` | [components.AgentsUsageByDepartmentInsight](../../models/components/agentsusagebydepartmentinsight.md)[] | :heavy_minus_sign: | N/A |
32+
| `agentUsersInsights` | [components.AgentUsersInsight](../../models/components/agentusersinsight.md)[] | :heavy_minus_sign: | N/A |
33+
| `dailyAgentRunsTimeseries` | [components.LabeledCountInfo](../../models/components/labeledcountinfo.md) | :heavy_minus_sign: | N/A |
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# AgentsUsageByDepartmentInsight
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { AgentsUsageByDepartmentInsight } from "@gleanwork/api-client/models/components";
7+
8+
let value: AgentsUsageByDepartmentInsight = {};
9+
```
10+
11+
## Fields
12+
13+
| Field | Type | Required | Description |
14+
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
15+
| `department` | *string* | :heavy_minus_sign: | Name of the department |
16+
| `agentAdoptionRate` | *number* | :heavy_minus_sign: | Percentage of employees in the department who have used agents at least once over the specified time period. |
17+
| `userCount` | *number* | :heavy_minus_sign: | Total number of users in this department who have used any agent over the specified time period. |
18+
| `runCount` | *number* | :heavy_minus_sign: | Total number of runs in this department over the specified time period. |
19+
| `agentId` | *string* | :heavy_minus_sign: | ID of the agent to be shown in the agent column in this department over the specified time period. |
20+
| `agentName` | *string* | :heavy_minus_sign: | Name of the agent to be shown in the agent column in this department over the specified time period. |
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# AgentUsersInsight
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { AgentUsersInsight } from "@gleanwork/api-client/models/components";
7+
8+
let value: AgentUsersInsight = {
9+
person: {
10+
name: "George Clooney",
11+
obfuscatedId: "abc123",
12+
},
13+
};
14+
```
15+
16+
## Fields
17+
18+
| Field | Type | Required | Description | Example |
19+
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
20+
| `person` | [components.Person](../../models/components/person.md) | :heavy_minus_sign: | N/A | {<br/>"name": "George Clooney",<br/>"obfuscatedId": "abc123"<br/>} |
21+
| `departmentName` | *string* | :heavy_minus_sign: | Department name | |
22+
| `agentsUsedCount` | *number* | :heavy_minus_sign: | Total number of agents used by this user over the specified time period. | |
23+
| `averageRunsPerDayCount` | *number* | :heavy_minus_sign: | Average number of runs per day for this user over the specified time period. | |
24+
| `agentsCreatedCount` | *number* | :heavy_minus_sign: | Total number of agents created by this user over the specified time period. | |
25+
| `runCount` | *number* | :heavy_minus_sign: | Total number of agent runs for this user over the specified time period. | |

0 commit comments

Comments
 (0)