Skip to content

Commit 3997c8f

Browse files
Merge pull request #81 from gleanwork/speakeasy-sdk-regen-1763415095
chore: 🐝 Update SDK - Generate 0.13.11
2 parents ef0c73c + 63ad73f commit 3997c8f

25 files changed

+154
-195
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 664aaca5-a41f-4434-8f2a-642dba92fe68
33
management:
4-
docChecksum: 648d674fdd05aad794f8dd9965d820b5
4+
docChecksum: 3e5657019a4816420ae24bbe0aa55deb
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.658.1
7-
generationVersion: 2.755.6
8-
releaseVersion: 0.13.10
9-
configChecksum: ea240db399714d539be9318556838f6f
6+
speakeasyVersion: 1.659.0
7+
generationVersion: 2.755.9
8+
releaseVersion: 0.13.11
9+
configChecksum: e7ce9ddf950385cd9b0016138e2e45aa
1010
repoURL: https://github.com/gleanwork/api-client-typescript.git
1111
installationURL: https://github.com/gleanwork/api-client-typescript
1212
published: true
@@ -274,7 +274,6 @@ generatedFiles:
274274
- docs/models/components/editpinrequest.md
275275
- docs/models/components/employeeinfodefinition.md
276276
- docs/models/components/employeeteaminfo.md
277-
- docs/models/components/engagementbreakdown.md
278277
- docs/models/components/entitiessortorder.md
279278
- docs/models/components/entityrelationship.md
280279
- docs/models/components/entitytype.md
@@ -2979,3 +2978,6 @@ generatedTests:
29792978
createpolicy: "2025-06-09T18:05:10Z"
29802979
createreport: "2025-06-09T18:05:10Z"
29812980
setdocvisibility: "2025-06-09T18:05:10Z"
2981+
releaseNotes: |
2982+
## Typescript SDK Changes Detected:
2983+
* `glean.client.insights.retrieve()`: `response` **Changed** **Breaking** :warning:

β€Ž.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.10
33+
version: 0.13.11
3434
acceptHeaderEnum: true
3535
additionalDependencies:
3636
dependencies: {}

β€Ž.speakeasy/glean-merged-spec.yamlβ€Ž

Lines changed: 17 additions & 20 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: 3c1d4f5f7b2de021e7e5ab5dff962254c16aa5db
5+
x-source-commit-sha: 31b1e4d8c27047c952fd0380361790a2edfdd676
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: b20a53af8a9aee1fd48c351fe14b4b12c8eefd12
25+
x-open-api-commit-sha: e4416ec5a5adef38fa93d4fef0557174d402e553
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com
@@ -8562,6 +8562,15 @@ components:
85628562
numChats:
85638563
type: integer
85648564
description: Total number of chats by this user over the specified time period.
8565+
numActiveSessions:
8566+
type: integer
8567+
description: Total number of active sessions by this user in a Glean client over the specified time period.
8568+
numGleanbotUsefulResponses:
8569+
type: integer
8570+
description: Total number of Gleanbot responses marked useful by this user over the specified time period.
8571+
numDaysActive:
8572+
type: integer
8573+
description: Total number of days this user was an Active User over the specified time period.
85658574
InsightsOverviewResponse:
85668575
allOf:
85678576
- $ref: "#/components/schemas/InsightsDepartmentsSummary"
@@ -8594,22 +8603,7 @@ components:
85948603
type: array
85958604
items:
85968605
$ref: "#/components/schemas/PerUserInsight"
8597-
description: Top power users, over the specified time period in the specified departments.
8598-
engagementBreakdown:
8599-
type: object
8600-
properties:
8601-
nonUsers:
8602-
type: integer
8603-
description: Number of non-user employees in the specified departments.
8604-
dormantUsers:
8605-
type: integer
8606-
description: Number of currently dormant users in the specified departments.
8607-
regularUsers:
8608-
type: integer
8609-
description: Number of currently regular users in the specified departments.
8610-
powerUsers:
8611-
type: integer
8612-
description: Number of currently power users in the specified departments.
8606+
description: Per-user insights, over the specified time period in the specified departments. All current users in the organization who have signed into Glean at least once are included.
86138607
PerUserAssistantInsight:
86148608
properties:
86158609
person:
@@ -8625,10 +8619,10 @@ components:
86258619
description: Total number of AI Answers interacted with by this user over the specified time period.
86268620
numGleanbotInteractions:
86278621
type: integer
8628-
description: Total number of Gleanbot interacted with by this user over the specified time period.
8622+
description: Total number of Gleanbot responses marked useful by this user over the specified time period.
86298623
numDaysActive:
86308624
type: integer
8631-
description: Total number of days this user was active over the specified time period.
8625+
description: Total number of days this user was active on the Assistant over the specified time period.
86328626
AssistantInsightsResponse:
86338627
allOf:
86348628
- $ref: "#/components/schemas/CurrentActiveUsers"
@@ -8673,6 +8667,9 @@ components:
86738667
icon:
86748668
$ref: "#/components/schemas/IconConfig"
86758669
description: Agent icon configuration
8670+
isDeleted:
8671+
type: boolean
8672+
description: Indicates whether the agent has been deleted
86768673
userCount:
86778674
type: integer
86788675
description: Total number of users for this agent over the specified time period.

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.658.1
1+
speakeasyVersion: 1.659.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:32fce82d031f7f53e3ac040caae0f7ff32686e08ab3ed5291b710a6a4cc19e97
6-
sourceBlobDigest: sha256:1161e7578cd01452b8aa987120ec26127f910ccff14897b24601c9f78a1e44d0
5+
sourceRevisionDigest: sha256:f069447b3ec0cb20ea0970c07b80ca54a16c3dc5b22628309ef86c46822715bd
6+
sourceBlobDigest: sha256:88f92162774c14a5edef7dbbd63efbd68f6e3cf857f9f312a2c98342392829b2
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763167768
9+
- speakeasy-sdk-regen-1763415095
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:32fce82d031f7f53e3ac040caae0f7ff32686e08ab3ed5291b710a6a4cc19e97
22-
sourceBlobDigest: sha256:1161e7578cd01452b8aa987120ec26127f910ccff14897b24601c9f78a1e44d0
21+
sourceRevisionDigest: sha256:f069447b3ec0cb20ea0970c07b80ca54a16c3dc5b22628309ef86c46822715bd
22+
sourceBlobDigest: sha256:88f92162774c14a5edef7dbbd63efbd68f6e3cf857f9f312a2c98342392829b2
2323
codeSamplesNamespace: glean-api-specs-typescript-code-samples
24-
codeSamplesRevisionDigest: sha256:c92a847775766a803d7bbfdc5b09b771af4c2a3afe9d7aba161e0502fc211ad9
24+
codeSamplesRevisionDigest: sha256:9733acf9c593353d97bf06475fdf0b8d0fa7463cf406dde9d64db7cf9db8fbd8
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
@@ -458,4 +458,14 @@ Based on:
458458
### Generated
459459
- [typescript v0.13.10] .
460460
### Releases
461-
- [NPM v0.13.10] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.10 - .
461+
- [NPM v0.13.10] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.10 - .
462+
463+
## 2025-11-21 09:21:59
464+
### Changes
465+
Based on:
466+
- OpenAPI Doc
467+
- Speakeasy CLI 1.659.0 (2.755.9) https://github.com/speakeasy-api/speakeasy
468+
### Generated
469+
- [typescript v0.13.11] .
470+
### Releases
471+
- [NPM v0.13.11] https://www.npmjs.com/package/@gleanwork/api-client/v/0.13.11 - .

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

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
Β (0)