Skip to content

Commit 20e4d49

Browse files
Merge pull request #122 from gleanwork/speakeasy-sdk-regen-1776132632
chore: 🐝 Update SDK - Generate 0.14.18
2 parents c1a6496 + 248eabb commit 20e4d49

32 files changed

Lines changed: 643 additions & 152 deletions

.speakeasy/gen.lock

Lines changed: 68 additions & 52 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
@@ -35,7 +35,7 @@ generation:
3535
generateNewTests: true
3636
skipResponseBodyAssertions: true
3737
typescript:
38-
version: 0.14.17
38+
version: 0.14.18
3939
acceptHeaderEnum: true
4040
additionalDependencies:
4141
dependencies: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 59 additions & 3 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: e40a9bf0ca34c371a9cb3ee43989e0cb78c99f78
5+
x-source-commit-sha: a9a6d4f331a3052d3347e7366e1166f483ff5cb7
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: 8487a4f3c837104df7b910eaf7f100a3a6750f3d
25+
x-open-api-commit-sha: bee9d999e037d7c61bcd75eafa0755e05e88dba7
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com
@@ -4348,6 +4348,10 @@ components:
43484348
items:
43494349
type: string
43504350
enum:
4351+
- AGENT_CANVAS_FAILED
4352+
- AGENT_CLARIFYING_QUESTIONS
4353+
- AGENT_INTERMEDIATE_STEPS_FAILED
4354+
- AGENT_TOOL_CALL_FAILED
43514355
- INACCURATE_RESPONSE
43524356
- INCOMPLETE_OR_NO_ANSWER
43534357
- INCORRECT_CITATION
@@ -9350,6 +9354,9 @@ components:
93509354
type: number
93519355
format: float
93529356
description: Average minutes saved per run for this agent over the specified time period.
9357+
feedbackUserCount:
9358+
type: integer
9359+
description: Total number of users who provided feedback on time saved for this agent over the specified time period.
93539360
AgentsInsightsV2Response:
93549361
allOf:
93559362
- $ref: "#/components/schemas/CurrentActiveUsers"
@@ -13677,6 +13684,42 @@ components:
1367713684
$ref: '#/components/schemas/TimeRangeFilter'
1367813685
archived:
1367913686
type: boolean
13687+
DlpIssueFilter:
13688+
properties:
13689+
searchText:
13690+
type: string
13691+
description: Text to search for in issue fields.
13692+
statuses:
13693+
type: array
13694+
items:
13695+
$ref: '#/components/schemas/DlpIssueStatus'
13696+
description: Filter by one or more issue statuses.
13697+
assigneeId:
13698+
type: string
13699+
description: Filter by assignee user ID.
13700+
infoType:
13701+
type: string
13702+
regexId:
13703+
type: string
13704+
reportIds:
13705+
type: array
13706+
items:
13707+
type: string
13708+
description: Filter by one or more report/policy IDs.
13709+
docId:
13710+
type: string
13711+
datasource:
13712+
type: string
13713+
visibility:
13714+
type: string
13715+
severities:
13716+
type: array
13717+
items:
13718+
$ref: '#/components/schemas/DlpSeverity'
13719+
description: Filter by one or more severity levels.
13720+
timeRange:
13721+
$ref: '#/components/schemas/TimeRangeFilter'
13722+
description: Filter for DLP issues. Includes document-level filters and issue-specific filters.
1368013723
ExportInfo:
1368113724
properties:
1368213725
createdBy:
@@ -13696,9 +13739,19 @@ components:
1369613739
fileName:
1369713740
type: string
1369813741
description: The name of the file to export the findings to
13742+
exportType:
13743+
type: string
13744+
enum:
13745+
- FINDINGS
13746+
- DOCUMENTS
13747+
- ISSUES
13748+
description: The type of export to perform
1369913749
filter:
1370013750
$ref: '#/components/schemas/DlpFindingFilter'
13701-
description: The filters used to export the findings
13751+
description: The filters used to export the findings. Set for FINDINGS and DOCUMENTS exports.
13752+
issueFilter:
13753+
$ref: '#/components/schemas/DlpIssueFilter'
13754+
description: The filters used for ISSUES exports.
1370213755
status:
1370313756
type: string
1370413757
enum:
@@ -13727,6 +13780,9 @@ components:
1372713780
description: The type of export to perform
1372813781
filter:
1372913782
$ref: '#/components/schemas/DlpFindingFilter'
13783+
issueFilter:
13784+
$ref: '#/components/schemas/DlpIssueFilter'
13785+
description: Filter for ISSUE-level exports. Used when exportType is ISSUES.
1373013786
fileName:
1373113787
type: string
1373213788
description: The name of the file to export the findings to

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.761.3
1+
speakeasyVersion: 1.761.5
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:80cbb2eee9796c0062a83bd51bf9d13e17351d5cdbbbe91f3ae3be634e32bc45
6-
sourceBlobDigest: sha256:76a26d743b47a99280d23ce2cb244ca86e29e6d1627cedc1c2cbb1435832a2f2
5+
sourceRevisionDigest: sha256:9e0b4fca588f78b58f6328e574fbca05e933d4154bba67ec143ad776d8c8088d
6+
sourceBlobDigest: sha256:b9465f539f87ad950381cb10d709405eb1be8b15b32153fcc868a7f0a621db39
77
tags:
88
- latest
99
Glean Client API:
@@ -17,10 +17,10 @@ targets:
1717
glean:
1818
source: Glean API
1919
sourceNamespace: glean-api-specs
20-
sourceRevisionDigest: sha256:80cbb2eee9796c0062a83bd51bf9d13e17351d5cdbbbe91f3ae3be634e32bc45
21-
sourceBlobDigest: sha256:76a26d743b47a99280d23ce2cb244ca86e29e6d1627cedc1c2cbb1435832a2f2
20+
sourceRevisionDigest: sha256:9e0b4fca588f78b58f6328e574fbca05e933d4154bba67ec143ad776d8c8088d
21+
sourceBlobDigest: sha256:b9465f539f87ad950381cb10d709405eb1be8b15b32153fcc868a7f0a621db39
2222
codeSamplesNamespace: glean-api-specs-typescript-code-samples
23-
codeSamplesRevisionDigest: sha256:16dfdaef581d5f591535ace734ed135f2ef7e0f22e439f97745bc19ad100d599
23+
codeSamplesRevisionDigest: sha256:6affcfb4473a9b4b4e2421ebd5c67e78d4cdc300d741f882957a7268608ede51
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,4 +738,14 @@ Based on:
738738
### Generated
739739
- [typescript v0.14.17] .
740740
### Releases
741-
- [NPM v0.14.17] https://www.npmjs.com/package/@gleanwork/api-client/v/0.14.17 - .
741+
- [NPM v0.14.17] https://www.npmjs.com/package/@gleanwork/api-client/v/0.14.17 - .
742+
743+
## 2026-04-15 08:37:35
744+
### Changes
745+
Based on:
746+
- OpenAPI Doc
747+
- Speakeasy CLI 1.761.5 (2.879.13) https://github.com/speakeasy-api/speakeasy
748+
### Generated
749+
- [typescript v0.14.18] .
750+
### Releases
751+
- [NPM v0.14.18] https://www.npmjs.com/package/@gleanwork/api-client/v/0.14.18 - .

docs/models/components/agentstimesavedinsight.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ let value: AgentsTimeSavedInsight = {
1717

1818
## Fields
1919

20-
| Field | Type | Required | Description | Example |
21-
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
22-
| `agentId` | *string* | :heavy_minus_sign: | Agent ID | |
23-
| `agentName` | *string* | :heavy_minus_sign: | Agent name | |
24-
| `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/>} |
25-
| `isDeleted` | *boolean* | :heavy_minus_sign: | Indicates whether the agent has been deleted | |
26-
| `runCount` | *number* | :heavy_minus_sign: | Total number of runs for this agent over the specified time period. | |
27-
| `minsPerRun` | *number* | :heavy_minus_sign: | Average minutes saved per run for this agent over the specified time period. | |
20+
| Field | Type | Required | Description | Example |
21+
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
22+
| `agentId` | *string* | :heavy_minus_sign: | Agent ID | |
23+
| `agentName` | *string* | :heavy_minus_sign: | Agent name | |
24+
| `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/>} |
25+
| `isDeleted` | *boolean* | :heavy_minus_sign: | Indicates whether the agent has been deleted | |
26+
| `runCount` | *number* | :heavy_minus_sign: | Total number of runs for this agent over the specified time period. | |
27+
| `minsPerRun` | *number* | :heavy_minus_sign: | Average minutes saved per run for this agent over the specified time period. | |
28+
| `feedbackUserCount` | *number* | :heavy_minus_sign: | Total number of users who provided feedback on time saved for this agent over the specified time period. | |

0 commit comments

Comments
 (0)