Skip to content

Commit 24a71fe

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.650.0
1 parent 9de407e commit 24a71fe

File tree

12 files changed

+53
-26
lines changed

12 files changed

+53
-26
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 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: 28febb154706da5ab79a118f8ad703da
4+
docChecksum: ece1b78b1900af4fe32baed974fb02cc
55
docVersion: 0.9.0
66
speakeasyVersion: 1.650.0
77
generationVersion: 2.743.2
8-
releaseVersion: 0.11.20
9-
configChecksum: aad4dc3273eedcd1ce0a700e2fb2031b
8+
releaseVersion: 0.11.22
9+
configChecksum: 15c71f102e245f5606dc6f4f470c2ad8
1010
repoURL: https://github.com/gleanwork/api-client-python.git
1111
installationURL: https://github.com/gleanwork/api-client-python.git
1212
published: true

.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.20
33+
version: 0.11.22
3434
additionalDependencies:
3535
dev: {}
3636
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 5 additions & 2 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: 9d70dc6fd5686efed566683e892e33d087e59fb3
5+
x-source-commit-sha: 06009675d94ac1fe256db4a36a5ee9816a336448
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: 3c0c128eb9356e9aee605457114fd985b8165472
25+
x-open-api-commit-sha: 7fecc6f182a32e1d5efd8fb380173a23aa4a24af
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com
@@ -12414,6 +12414,9 @@ components:
1241412414
enum:
1241512415
- LIKELY
1241612416
- VERY_LIKELY
12417+
- POSSIBLE
12418+
- UNLIKELY
12419+
- VERY_UNLIKELY
1241712420
infoType:
1241812421
description: Text representation of an info-type to scan for.
1241912422
type: string

.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:62524361387995d29512015c83e4aa5507ed826187bbe8f79d238fa78cc821eb
6-
sourceBlobDigest: sha256:e7f1e3c78f0d40cb37537f7827319e5cf1d07d0bec0ea4b6385636b5d8d0678e
5+
sourceRevisionDigest: sha256:b50c2ad9daa35aab31072e4ced5b51f13c09a8424ebd35059428d75c222776f6
6+
sourceBlobDigest: sha256:19a514d5a14f72fe1b0d5705eb0ec8efca717c404335046da364e60b125e2433
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763762738
9+
- speakeasy-sdk-regen-1763969825
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:62524361387995d29512015c83e4aa5507ed826187bbe8f79d238fa78cc821eb
21-
sourceBlobDigest: sha256:e7f1e3c78f0d40cb37537f7827319e5cf1d07d0bec0ea4b6385636b5d8d0678e
20+
sourceRevisionDigest: sha256:b50c2ad9daa35aab31072e4ced5b51f13c09a8424ebd35059428d75c222776f6
21+
sourceBlobDigest: sha256:19a514d5a14f72fe1b0d5705eb0ec8efca717c404335046da364e60b125e2433
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:88e540398f913e4cdf884f04e70cb86cd33e117ad98b77fa01ec5939e8bd4dca
23+
codeSamplesRevisionDigest: sha256:380bfe75991017e623736785201d21cac9de54b2bab5d9bfa09699ac73829ad6
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
@@ -438,4 +438,14 @@ Based on:
438438
### Generated
439439
- [python v0.11.20] .
440440
### Releases
441-
- [PyPI v0.11.20] https://pypi.org/project/glean/0.11.20 - .
441+
- [PyPI v0.11.20] https://pypi.org/project/glean/0.11.20 - .
442+
443+
## 2025-11-24 18:25:18
444+
### Changes
445+
Based on:
446+
- OpenAPI Doc
447+
- Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy
448+
### Generated
449+
- [python v0.11.22] .
450+
### Releases
451+
- [PyPI v0.11.22] https://pypi.org/project/glean/0.11.22 - .

docs/models/likelihoodthreshold.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55

66
## Values
77

8-
| Name | Value |
9-
| ------------- | ------------- |
10-
| `LIKELY` | LIKELY |
11-
| `VERY_LIKELY` | VERY_LIKELY |
8+
| Name | Value |
9+
| --------------- | --------------- |
10+
| `LIKELY` | LIKELY |
11+
| `VERY_LIKELY` | VERY_LIKELY |
12+
| `POSSIBLE` | POSSIBLE |
13+
| `UNLIKELY` | UNLIKELY |
14+
| `VERY_UNLIKELY` | VERY_UNLIKELY |

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.11.20"
3+
version = "0.11.22"
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
@@ -922,7 +922,7 @@ GetpolicyResponse (HttpMeta: HTTPMetadata, GetDlpReportResponse: GetDlpReportRes
922922
DlpReport (id: string, name: string, config: DlpConfig ...)
923923
DlpConfig (version: integer, sensitiveInfoTypes: array, inputOptions: InputOptions ...)
924924
SensitiveInfoType (likelihoodThreshold: enum, infoType: string)
925-
LikelihoodThreshold (enum: LIKELY, VERY_LIKELY)
925+
LikelihoodThreshold (enum: LIKELY, VERY_LIKELY, POSSIBLE ...)
926926
InputOptions (urlGreenlist: array, datasourcesType: enum, datasources: array ...)
927927
DatasourcesType (enum: ALL, CUSTOM)
928928
TimePeriodType (enum: ALL_TIME, PAST_YEAR, PAST_DAY ...)

src/glean/api_client/_version.py

Lines changed: 2 additions & 2 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.11.20"
6+
__version__: str = "0.11.22"
77
__openapi_doc_version__: str = "0.9.0"
88
__gen_version__: str = "2.743.2"
9-
__user_agent__: str = "speakeasy-sdk/python 0.11.20 2.743.2 0.9.0 glean"
9+
__user_agent__: str = "speakeasy-sdk/python 0.11.22 2.743.2 0.9.0 glean"
1010

1111
try:
1212
if __package__ is not None:

src/glean/api_client/models/sensitiveinfotype.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
class LikelihoodThreshold(str, Enum):
1515
LIKELY = "LIKELY"
1616
VERY_LIKELY = "VERY_LIKELY"
17+
POSSIBLE = "POSSIBLE"
18+
UNLIKELY = "UNLIKELY"
19+
VERY_UNLIKELY = "VERY_UNLIKELY"
1720

1821

1922
class SensitiveInfoTypeTypedDict(TypedDict):

0 commit comments

Comments
 (0)