Skip to content

Commit e8145b8

Browse files
Merge pull request #86 from gleanwork/speakeasy-sdk-regen-1763772464
chore: 🐝 Update SDK - Generate 0.13.14
2 parents 5ba72c5 + 53f617d commit e8145b8

19 files changed

+128
-36
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
@@ -30,7 +30,7 @@ generation:
3030
generateNewTests: true
3131
skipResponseBodyAssertions: true
3232
typescript:
33-
version: 0.13.13
33+
version: 0.13.14
3434
acceptHeaderEnum: true
3535
additionalDependencies:
3636
dependencies: {}

β€Ž.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-1763762741
9+
- speakeasy-sdk-regen-1763772464
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:62524361387995d29512015c83e4aa5507ed826187bbe8f79d238fa78cc821eb
22-
sourceBlobDigest: sha256:e7f1e3c78f0d40cb37537f7827319e5cf1d07d0bec0ea4b6385636b5d8d0678e
21+
sourceRevisionDigest: sha256:6e09038391ad70d5f9b70c63b3284e81624f1cd18b512456e1ef14583adba00f
22+
sourceBlobDigest: sha256:62b0b08fedd634cc54f3083a149d42af7b4b534cbe8da080c65eaa8377fdcddd
2323
codeSamplesNamespace: glean-api-specs-typescript-code-samples
24-
codeSamplesRevisionDigest: sha256:6c425df399421aa6d007c9c3cf9d8c2a63d5f61e04cbca0303dcd16d125e49c9
24+
codeSamplesRevisionDigest: sha256:e4aa4b39c994e10e3773c3a2f169a02b10b01de2f419004bc5d1d9635fe5fea4
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,4 +488,14 @@ Based on:
488488
### Generated
489489
- [typescript v0.13.13] .
490490
### Releases
491-
- [NPM v0.13.13] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.13 - .
491+
- [NPM v0.13.13] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.13 - .
492+
493+
## 2025-11-24 19:31:48
494+
### Changes
495+
Based on:
496+
- OpenAPI Doc
497+
- Speakeasy CLI 1.660.0 (2.760.2) https://github.com/speakeasy-api/speakeasy
498+
### Generated
499+
- [typescript v0.13.14] .
500+
### Releases
501+
- [NPM v0.13.14] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.14 - .

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ let value: AgentsInsightsV2Response = {
1616
},
1717
},
1818
],
19+
agentsUsageByDepartmentInsights: [
20+
{
21+
icon: {
22+
color: "#343CED",
23+
key: "person_icon",
24+
iconType: "GLYPH",
25+
name: "user",
26+
},
27+
},
28+
],
1929
agentUsersInsights: [
2030
{
2131
person: {

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

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,25 @@
55
```typescript
66
import { AgentsUsageByDepartmentInsight } from "@gleanwork/api-client/models/components";
77

8-
let value: AgentsUsageByDepartmentInsight = {};
8+
let value: AgentsUsageByDepartmentInsight = {
9+
icon: {
10+
color: "#343CED",
11+
key: "person_icon",
12+
iconType: "GLYPH",
13+
name: "user",
14+
},
15+
};
916
```
1017

1118
## Fields
1219

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. |
20+
| Field | Type | Required | Description | Example |
21+
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
22+
| `department` | *string* | :heavy_minus_sign: | Name of the department | |
23+
| `agentAdoptionRate` | *number* | :heavy_minus_sign: | Percentage of employees in the department who have used agents at least once over the specified time period. | |
24+
| `userCount` | *number* | :heavy_minus_sign: | Total number of users in this department who have used any agent over the specified time period. | |
25+
| `runCount` | *number* | :heavy_minus_sign: | Total number of runs in this department over the specified time period. | |
26+
| `agentId` | *string* | :heavy_minus_sign: | ID of the agent to be shown in the agent column in this department over the specified time period. | |
27+
| `agentName` | *string* | :heavy_minus_sign: | Name of the agent to be shown in the agent column in this department over the specified time period. | |
28+
| `icon` | [components.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/>} |
29+
| `isDeleted` | *boolean* | :heavy_minus_sign: | Indicates whether the agent has been deleted | |

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,16 @@ let value: InsightsResponse = {
569569
},
570570
},
571571
],
572+
agentsUsageByDepartmentInsights: [
573+
{
574+
icon: {
575+
color: "#343CED",
576+
key: "person_icon",
577+
iconType: "GLYPH",
578+
name: "user",
579+
},
580+
},
581+
],
572582
agentUsersInsights: [
573583
{
574584
person: {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
```typescript
88
import { LikelihoodThreshold } from "@gleanwork/api-client/models/components";
99

10-
let value: LikelihoodThreshold = "LIKELY";
10+
let value: LikelihoodThreshold = "POSSIBLE";
1111
```
1212

1313
## Values
1414

1515
```typescript
16-
"LIKELY" | "VERY_LIKELY"
16+
"LIKELY" | "VERY_LIKELY" | "POSSIBLE" | "UNLIKELY" | "VERY_UNLIKELY"
1717
```

β€Žexamples/package-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)