Skip to content

Commit e2fb891

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.631.3
1 parent dd73adc commit e2fb891

File tree

14 files changed

+116
-60
lines changed

14 files changed

+116
-60
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 8 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: 11234d282481d3710e009ee7857573b0
4+
docChecksum: ea1b352b7ba5fe67b9c50d6ae7486b8a
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.628.2
7-
generationVersion: 2.716.3
8-
releaseVersion: 0.8.1
9-
configChecksum: e18f0607a86d7edb15c7ab3679dee60e
6+
speakeasyVersion: 1.631.3
7+
generationVersion: 2.716.14
8+
releaseVersion: 0.8.2
9+
configChecksum: b023c24d50153b70f4b6366666fdba29
1010
repoURL: https://github.com/gleanwork/api-client-python.git
1111
installationURL: https://github.com/gleanwork/api-client-python.git
1212
published: true
@@ -2702,6 +2702,3 @@ generatedTests:
27022702
editcollection: "2025-06-12T19:13:52-04:00"
27032703
createshortcut: "2025-06-12T19:13:52-04:00"
27042704
updateshortcut: "2025-06-12T19:13:52-04:00"
2705-
releaseNotes: |
2706-
## Python SDK Changes Detected:
2707-
* `glean.client.search.retrieve_feed()`: `response.results.[].primary_entry.digest.sections.[].channel_type` **Added**

.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
python:
30-
version: 0.8.1
30+
version: 0.8.2
3131
additionalDependencies:
3232
dev: {}
3333
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3190,6 +3190,7 @@ paths:
31903190
description: Conflict
31913191
x-speakeasy-name-override: upload
31923192
x-speakeasy-group: indexing.shortcuts
3193+
/api/index/v1/debug/{datasource}/document/events: {}
31933194
/rest/api/v1/governance/data/policies/{id}:
31943195
get:
31953196
description: Fetches the specified policy version, or the latest if no version is provided.
@@ -8105,6 +8106,9 @@ components:
81058106
type: string
81068107
enum:
81078108
- AGENTS
8109+
- AGENT_USERS
8110+
- TOP_AGENTS
8111+
- AGENTS_USAGE_BY_DEPARTMENT
81088112
- AI
81098113
- AI_APPS
81108114
- ANNOUNCEMENTS
@@ -11678,6 +11682,38 @@ components:
1167811682
- NOT_UPLOADED
1167911683
- STATUS_UNKNOWN
1168011684
example: UPLOADED
11685+
DebugDocumentLifecycleRequest:
11686+
type: object
11687+
description: Describes the request body of the /debug/{datasource}/document/events API call.
11688+
properties:
11689+
objectType:
11690+
type: string
11691+
description: Object type of the document to get lifecycle events for.
11692+
example: Article
11693+
docId:
11694+
type: string
11695+
description: Glean Document ID within the datasource to get lifecycle events for.
11696+
example: art123
11697+
startDate:
11698+
type: string
11699+
description: The start date for events to be fetched. Cannot be more than 30 days (default 7 days) in the past.
11700+
example: "2025-05-01"
11701+
maxEvents:
11702+
type: integer
11703+
description: Max number of events to be fetched. Cannot be more than 100 (default 20).
11704+
example: 50
11705+
required:
11706+
- objectType
11707+
- docId
11708+
DebugDocumentLifecycleResponse:
11709+
type: object
11710+
description: Describes the response body of the /debug/{datasource}/document/events API call
11711+
properties:
11712+
lifeCycleEvents:
11713+
type: array
11714+
description: List of lifecycle events corresponding to the document
11715+
items:
11716+
$ref: "#/components/schemas/LifeCycleEvent"
1168111717
PropertyDefinition:
1168211718
properties:
1168311719
name:

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.628.2
1+
speakeasyVersion: 1.631.3
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:3dba87a7b61abaf1f2a6b645c2c9d1c5d79481f48ff3d57b2f1a864b8c8aa02f
6-
sourceBlobDigest: sha256:49403d59f8446958ed5e813bbf322fda12ae91ed0991975bb0f24de0a189f74e
5+
sourceRevisionDigest: sha256:8573a26e15ca09b83f6f72bf5fe0b1dfafcb61519128a7ed318d4d50bf239ab1
6+
sourceBlobDigest: sha256:e9811b9a08a12e9bdd3afd4d78e4f681d43aa7bb144446171cdd5ffa9cfe1143
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1758790482
9+
- speakeasy-sdk-regen-1758835054
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:3dba87a7b61abaf1f2a6b645c2c9d1c5d79481f48ff3d57b2f1a864b8c8aa02f
21-
sourceBlobDigest: sha256:49403d59f8446958ed5e813bbf322fda12ae91ed0991975bb0f24de0a189f74e
20+
sourceRevisionDigest: sha256:8573a26e15ca09b83f6f72bf5fe0b1dfafcb61519128a7ed318d4d50bf239ab1
21+
sourceBlobDigest: sha256:e9811b9a08a12e9bdd3afd4d78e4f681d43aa7bb144446171cdd5ffa9cfe1143
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:f2603f30ecbb58faccb490a39011e91f26cad10f137200df87cd2348bb82fe6a
23+
codeSamplesRevisionDigest: sha256:bdb46ee3d87a8b1f033d84e5cedfdc8c04104d18815c2048cad312321b8d01c9
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
@@ -228,4 +228,14 @@ Based on:
228228
### Generated
229229
- [python v0.8.1] .
230230
### Releases
231-
- [PyPI v0.8.1] https://pypi.org/project/glean/0.8.1 - .
231+
- [PyPI v0.8.1] https://pypi.org/project/glean/0.8.1 - .
232+
233+
## 2025-09-28 00:52:41
234+
### Changes
235+
Based on:
236+
- OpenAPI Doc
237+
- Speakeasy CLI 1.631.3 (2.716.14) https://github.com/speakeasy-api/speakeasy
238+
### Generated
239+
- [python v0.8.2] .
240+
### Releases
241+
- [PyPI v0.8.2] https://pypi.org/project/glean/0.8.2 - .

docs/models/insightsrequestcategory.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33

44
## Values
55

6-
| Name | Value |
7-
| --------------- | --------------- |
8-
| `AGENTS` | AGENTS |
9-
| `AI` | AI |
10-
| `AI_APPS` | AI_APPS |
11-
| `ANNOUNCEMENTS` | ANNOUNCEMENTS |
12-
| `ANSWERS` | ANSWERS |
13-
| `COLLECTIONS` | COLLECTIONS |
14-
| `CONTENT` | CONTENT |
15-
| `GLEAN_ASSIST` | GLEAN_ASSIST |
16-
| `QUERIES` | QUERIES |
17-
| `SHORTCUTS` | SHORTCUTS |
18-
| `USERS` | USERS |
6+
| Name | Value |
7+
| ---------------------------- | ---------------------------- |
8+
| `AGENTS` | AGENTS |
9+
| `AGENT_USERS` | AGENT_USERS |
10+
| `TOP_AGENTS` | TOP_AGENTS |
11+
| `AGENTS_USAGE_BY_DEPARTMENT` | AGENTS_USAGE_BY_DEPARTMENT |
12+
| `AI` | AI |
13+
| `AI_APPS` | AI_APPS |
14+
| `ANNOUNCEMENTS` | ANNOUNCEMENTS |
15+
| `ANSWERS` | ANSWERS |
16+
| `COLLECTIONS` | COLLECTIONS |
17+
| `CONTENT` | CONTENT |
18+
| `GLEAN_ASSIST` | GLEAN_ASSIST |
19+
| `QUERIES` | QUERIES |
20+
| `SHORTCUTS` | SHORTCUTS |
21+
| `USERS` | USERS |

pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ additional-builtins=
642642
allow-global-unused-variables=yes
643643

644644
# List of names allowed to shadow builtins
645-
allowed-redefined-builtins=id,object
645+
allowed-redefined-builtins=id,object,input
646646

647647
# List of strings which can identify a callback function by name. A callback
648648
# name must start or end with one of those strings.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "glean-api-client"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Glean Technologies, Inc." }]
66
license = "MIT"

speakeasyusagegen/.speakeasy/logs/naming.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ SummarizeResponse (HttpMeta: HTTPMetadata, SummarizeResponse: SummarizeResponse)
729729
Summary (text: string, followUpPrompts: array)
730730
Insights (SDK empty)
731731
InsightsRequest (categories: array, departments: array, dayRange: Period ...)
732-
InsightsRequestCategory (enum: AGENTS, AI, AI_APPS ...)
732+
InsightsRequestCategory (enum: AGENTS, AGENT_USERS, TOP_AGENTS ...)
733733
InsightsAiAppRequestOptions (aiAppIds: array)
734734
InsightsAgentsRequestOptions (agentIds: array)
735735
AssistantActivityType (enum: GLEAN_CHAT, AI_SUMMARY, AI_ANSWER ...)

src/glean/api_client/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "glean"
6-
__version__: str = "0.8.1"
6+
__version__: str = "0.8.2"
77
__openapi_doc_version__: str = "0.9.0"
8-
__gen_version__: str = "2.716.3"
9-
__user_agent__: str = "speakeasy-sdk/python 0.8.1 2.716.3 0.9.0 glean"
8+
__gen_version__: str = "2.716.14"
9+
__user_agent__: str = "speakeasy-sdk/python 0.8.2 2.716.14 0.9.0 glean"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)