Skip to content

Commit 4350bd3

Browse files
Merge pull request #87 from gleanwork/speakeasy-sdk-regen-1763688668
chore: 🐝 Update SDK - Generate 0.11.16
2 parents 4a40e4f + 258aee6 commit 4350bd3

24 files changed

+154
-176
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 3e3290ca-0ee8-4981-b1bc-14536048fa63
33
management:
4-
docChecksum: 648d674fdd05aad794f8dd9965d820b5
4+
docChecksum: 3e5657019a4816420ae24bbe0aa55deb
55
docVersion: 0.9.0
66
speakeasyVersion: 1.650.0
77
generationVersion: 2.743.2
8-
releaseVersion: 0.11.14
9-
configChecksum: ceccdd78049847212e98f17e1f761752
8+
releaseVersion: 0.11.16
9+
configChecksum: 8f3025db067290e02de69c0e74482958
1010
repoURL: https://github.com/gleanwork/api-client-python.git
1111
installationURL: https://github.com/gleanwork/api-client-python.git
1212
published: true
@@ -283,7 +283,6 @@ generatedFiles:
283283
- docs/models/editpinrequest.md
284284
- docs/models/employeeinfodefinition.md
285285
- docs/models/employeeteaminfo.md
286-
- docs/models/engagementbreakdown.md
287286
- docs/models/entitiessortorder.md
288287
- docs/models/entityrelationship.md
289288
- docs/models/entitytype.md
@@ -2742,3 +2741,6 @@ generatedTests:
27422741
editcollection: "2025-06-12T19:13:52-04:00"
27432742
createshortcut: "2025-06-12T19:13:52-04:00"
27442743
updateshortcut: "2025-06-12T19:13:52-04:00"
2744+
releaseNotes: |
2745+
## Python SDK Changes Detected:
2746+
* `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
python:
33-
version: 0.11.14
33+
version: 0.11.16
3434
additionalDependencies:
3535
dev: {}
3636
main: {}

β€Ž.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ speakeasyVersion: 1.650.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-1763688668
1010
Glean Client API:
1111
sourceNamespace: glean-client-api
1212
sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2
@@ -17,10 +17,10 @@ targets:
1717
glean:
1818
source: Glean API
1919
sourceNamespace: glean-api-specs
20-
sourceRevisionDigest: sha256:32fce82d031f7f53e3ac040caae0f7ff32686e08ab3ed5291b710a6a4cc19e97
21-
sourceBlobDigest: sha256:1161e7578cd01452b8aa987120ec26127f910ccff14897b24601c9f78a1e44d0
20+
sourceRevisionDigest: sha256:f069447b3ec0cb20ea0970c07b80ca54a16c3dc5b22628309ef86c46822715bd
21+
sourceBlobDigest: sha256:88f92162774c14a5edef7dbbd63efbd68f6e3cf857f9f312a2c98342392829b2
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:b3fef6598b035770b97aec02d552dcc779a69b61bee9d07e0943d125588eaa14
23+
codeSamplesRevisionDigest: sha256:249058338673fc555a3a1a8fe9b674de7e55857120a2c97efff51cd3162ffa1d
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

β€Ž.speakeasy/workflow.yamlβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ targets:
1212
publish:
1313
pypi:
1414
token: $pypi_token
15-
packageName: glean-api-client
1615
codeSamples:
1716
registry:
1817
location: registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs-python-code-samples

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,4 +408,14 @@ Based on:
408408
### Generated
409409
- [python v0.11.14] .
410410
### Releases
411-
- [PyPI v0.11.14] https://pypi.org/project/glean/0.11.14 - .
411+
- [PyPI v0.11.14] https://pypi.org/project/glean/0.11.14 - .
412+
413+
## 2025-11-21 09:22:02
414+
### Changes
415+
Based on:
416+
- OpenAPI Doc
417+
- Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy
418+
### Generated
419+
- [python v0.11.16] .
420+
### Releases
421+
- [PyPI v0.11.16] https://pypi.org/project/glean/0.11.16 - .

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

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

0 commit comments

Comments
Β (0)