Skip to content

Commit 1a2e430

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.554.1
1 parent 67d772d commit 1a2e430

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+334
-130
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 10 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: 494200b2b5ce073b7458b5d6a0507b42
4+
docChecksum: c6b886750b021d28f991c13aa276de66
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.551.0
7-
generationVersion: 2.610.0
8-
releaseVersion: 0.5.2
9-
configChecksum: 6a95613bf15bc0a00a38f7c157809ca4
6+
speakeasyVersion: 1.554.1
7+
generationVersion: 2.616.1
8+
releaseVersion: 0.6.0
9+
configChecksum: c7afa60383cf11a8f5ad959fc0e8e872
1010
repoURL: https://github.com/gleanwork/api-client-python.git
1111
installationURL: https://github.com/gleanwork/api-client-python.git
1212
published: true
@@ -15,7 +15,7 @@ features:
1515
additionalDependencies: 1.0.0
1616
additionalProperties: 1.0.1
1717
constsAndDefaults: 1.0.5
18-
core: 5.19.0
18+
core: 5.19.1
1919
defaultEnabledRetries: 0.2.0
2020
deprecations: 3.0.2
2121
devContainers: 3.0.0
@@ -35,7 +35,7 @@ features:
3535
nameOverrides: 3.0.1
3636
responseFormat: 1.0.1
3737
retries: 3.0.2
38-
sdkHooks: 1.0.1
38+
sdkHooks: 1.1.0
3939
tests: 1.17.0
4040
unions: 3.0.4
4141
uploadStreams: 1.0.0
@@ -617,12 +617,9 @@ generatedFiles:
617617
- docs/sdks/clientshortcuts/README.md
618618
- docs/sdks/clientverification/README.md
619619
- docs/sdks/collections/README.md
620-
- docs/sdks/data/README.md
621620
- docs/sdks/datasources/README.md
622621
- docs/sdks/entities/README.md
623622
- docs/sdks/glean/README.md
624-
- docs/sdks/governance/README.md
625-
- docs/sdks/governancedocuments/README.md
626623
- docs/sdks/indexing/README.md
627624
- docs/sdks/indexingauthentication/README.md
628625
- docs/sdks/indexingdatasource/README.md

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ generation:
77
maintainOpenAPIOrder: true
88
usageSnippets:
99
optionalPropertyRendering: withExample
10+
sdkInitStyle: constructor
1011
useClassNamesForArrayFields: true
1112
fixes:
1213
nameResolutionDec2023: true
@@ -24,7 +25,7 @@ generation:
2425
generateNewTests: true
2526
skipResponseBodyAssertions: true
2627
python:
27-
version: 0.5.2
28+
version: 0.6.0
2829
additionalDependencies:
2930
dev: {}
3031
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5-
contact:
6-
email: support@glean.com
75
description: |
86
# Introduction
97
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.
@@ -23,7 +21,7 @@ info:
2321
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2422
x-logo:
2523
url: https://app.glean.com/images/glean-text2.svg
26-
x-speakeasy-name: "Glean API"
24+
x-speakeasy-name: 'Glean API'
2725
servers:
2826
- url: https://{instance}-be.glean.com
2927
variables:
@@ -414,7 +412,7 @@ paths:
414412
content:
415413
application/json:
416414
schema:
417-
$ref: "#/components/schemas/ChatResponse"
415+
$ref: '#/components/schemas/ChatResponse'
418416
examples:
419417
defaultExample:
420418
value:
@@ -477,10 +475,10 @@ paths:
477475
agent: DEFAULT
478476
mode: DEFAULT
479477
fragments:
480-
- text: "**Reading:**"
478+
- text: '**Reading:**'
481479
- structuredResults:
482480
- document:
483-
id: "123"
481+
id: '123'
484482
title: Company Handbook
485483
citationResponse:
486484
value:
@@ -492,7 +490,7 @@ paths:
492490
mode: DEFAULT
493491
citations:
494492
- sourceDocument:
495-
id: "123"
493+
id: '123'
496494
title: Company Handbook
497495
referenceRanges:
498496
- textRange:
@@ -7244,6 +7242,9 @@ components:
72447242
type: integer
72457243
description: Timeout in milliseconds for the request. A `408` error will be returned if handling the request takes longer.
72467244
example: 30000
7245+
sessionInfo:
7246+
description: Optional object for tracking the session used by the client and for debugging purposes.
7247+
$ref: "#/components/schemas/SessionInfo"
72477248
applicationId:
72487249
type: string
72497250
description: The ID of the application this request originates from, used to determine the configuration of underlying chat processes. This should correspond to the ID set during admin setup. If not specified, the default chat experience will be used.

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.551.0
1+
speakeasyVersion: 1.554.1
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:8f21c39ef4c0f7b292ea72e3a7ec057db295ddfd2814e99c7a753fd3773d23cb
6-
sourceBlobDigest: sha256:e03e7548ba6cb180d1f94e0a3912501f47f1f9944c0631dd752b396e56513f1f
5+
sourceRevisionDigest: sha256:86254470be0d42522295b8ed14cc3d3c4536afbdea40148dcb74e7e7b4e787a8
6+
sourceBlobDigest: sha256:ab84a1e90d38b168301ba6275412938e89fcab0deb17b01022729435d27e5e64
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748125845
9+
- speakeasy-sdk-regen-1748396490
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:8f21c39ef4c0f7b292ea72e3a7ec057db295ddfd2814e99c7a753fd3773d23cb
21-
sourceBlobDigest: sha256:e03e7548ba6cb180d1f94e0a3912501f47f1f9944c0631dd752b396e56513f1f
20+
sourceRevisionDigest: sha256:86254470be0d42522295b8ed14cc3d3c4536afbdea40148dcb74e7e7b4e787a8
21+
sourceBlobDigest: sha256:ab84a1e90d38b168301ba6275412938e89fcab0deb17b01022729435d27e5e64
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:539ebe8f0df16c3e87e9f927ad10b3558a8dc28721c86ad316de94314e51a906
23+
codeSamplesRevisionDigest: sha256:2fd9886679f6851efabc8f1255cfa1e2af923ad6b8670ffc80b1f98b8f6d785b
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,6 @@ For more information on obtaining the appropriate token type, please contact you
403403
* [list](docs/sdks/entities/README.md#list) - List entities
404404
* [read_people](docs/sdks/entities/README.md#read_people) - Read people
405405

406-
407-
#### [client.governance.data](docs/sdks/data/README.md)
408-
409-
410406
#### [client.governance.data.policies](docs/sdks/policies/README.md)
411407

412408
* [retrieve](docs/sdks/policies/README.md#retrieve) - Gets specified Policy.
@@ -421,9 +417,6 @@ For more information on obtaining the appropriate token type, please contact you
421417
* [download](docs/sdks/reports/README.md#download) - Downloads violations CSV for report.
422418
* [status](docs/sdks/reports/README.md#status) - Fetches report run status.
423419

424-
#### [client.governance.documents](docs/sdks/governancedocuments/README.md)
425-
426-
427420
#### [client.governance.documents.visibilityoverrides](docs/sdks/visibilityoverrides/README.md)
428421

429422
* [list](docs/sdks/visibilityoverrides/README.md#list) - Fetches documents visibility.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,14 @@ Based on:
9898
### Generated
9999
- [python v0.5.2] .
100100
### Releases
101-
- [PyPI v0.5.2] https://pypi.org/project/glean/0.5.2 - .
101+
- [PyPI v0.5.2] https://pypi.org/project/glean/0.5.2 - .
102+
103+
## 2025-05-30 01:38:54
104+
### Changes
105+
Based on:
106+
- OpenAPI Doc
107+
- Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
108+
### Generated
109+
- [python v0.6.0] .
110+
### Releases
111+
- [PyPI v0.6.0] https://pypi.org/project/glean/0.6.0 - .

docs/models/chatrequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
| `inclusions` | [Optional[models.ChatRestrictionFilters]](../models/chatrestrictionfilters.md) | :heavy_minus_sign: | N/A | |
1313
| `exclusions` | [Optional[models.ChatRestrictionFilters]](../models/chatrestrictionfilters.md) | :heavy_minus_sign: | N/A | |
1414
| `timeout_millis` | *Optional[int]* | :heavy_minus_sign: | Timeout in milliseconds for the request. A `408` error will be returned if handling the request takes longer. | 30000 |
15+
| `session_info` | [Optional[models.SessionInfo]](../models/sessioninfo.md) | :heavy_minus_sign: | N/A | |
1516
| `application_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the application this request originates from, used to determine the configuration of underlying chat processes. This should correspond to the ID set during admin setup. If not specified, the default chat experience will be used. | |
1617
| `stream` | *Optional[bool]* | :heavy_minus_sign: | If set, response lines will be streamed one-by-one as they become available. Each will be a ChatResponse, formatted as JSON, and separated by a new line. If false, the entire response will be returned at once. Note that if this is set and the model being used does not support streaming, the model's response will not be streamed, but other messages from the endpoint still will be. | |

0 commit comments

Comments
 (0)