Skip to content

Commit dafd0a8

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.580.0
1 parent ccf59de commit dafd0a8

Some content is hidden

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

57 files changed

+466
-285
lines changed

.speakeasy/gen.lock

Lines changed: 13 additions & 10 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ generation:
2626
generateNewTests: true
2727
skipResponseBodyAssertions: true
2828
python:
29-
version: 0.7.0
29+
version: 0.7.1
3030
additionalDependencies:
3131
dev: {}
3232
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7016,6 +7016,15 @@ components:
70167016
type: string
70177017
format: date-time
70187018
description: The time the tool was last authorized in ISO format (ISO 8601).
7019+
BackgroundExecutionSupport:
7020+
type: string
7021+
description: |
7022+
Indicates whether an action supports background execution and what the default behaviour should be when the caller does not override it.
7023+
enum:
7024+
- NOT_SUPPORTED
7025+
- SUPPORTED_DEFAULT_OFF
7026+
- SUPPORTED_DEFAULT_ON
7027+
default: SUPPORTED_DEFAULT_OFF
70197028
ToolMetadata:
70207029
description: The manifest for a tool that can be used to augment Glean Assistant.
70217030
required:
@@ -7094,6 +7103,8 @@ components:
70947103
usageInstructions:
70957104
description: Usage instructions for the LLM to use this action.
70967105
type: string
7106+
backgroundExecutionSupport:
7107+
$ref: "#/components/schemas/BackgroundExecutionSupport"
70977108
isSetupFinished:
70987109
type: boolean
70997110
description: Whether this action has been fully configured and validated.

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.576.1
1+
speakeasyVersion: 1.580.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:57fc6af98e6e9e98c92547985293be8fafd52d2a1d1ef88d4b24636743b9f119
6-
sourceBlobDigest: sha256:01cf4577ff2f15ba160b16bba410571a8ba0c5fefa7e6dd7101edef7ef7c68dc
5+
sourceRevisionDigest: sha256:b93ab6788d87a6dc2e42295a31c7d186cebf5855b78e080b6aab845449d9d039
6+
sourceBlobDigest: sha256:dfebbcb2cacefb34ed67d15e7ce155d507e351929be967213cfdf5dbaf429a09
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1750453704
9+
- speakeasy-sdk-regen-1751974088
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:57fc6af98e6e9e98c92547985293be8fafd52d2a1d1ef88d4b24636743b9f119
21-
sourceBlobDigest: sha256:01cf4577ff2f15ba160b16bba410571a8ba0c5fefa7e6dd7101edef7ef7c68dc
20+
sourceRevisionDigest: sha256:b93ab6788d87a6dc2e42295a31c7d186cebf5855b78e080b6aab845449d9d039
21+
sourceBlobDigest: sha256:dfebbcb2cacefb34ed67d15e7ce155d507e351929be967213cfdf5dbaf429a09
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:a3e4747f03210d3a8c89a108ea025873dc27315afa1bc443db740a904074c96e
23+
codeSamplesRevisionDigest: sha256:4fcbe6c58b860aa6d5380328a5e28104c0b1f1724dca9bd974696bde707c1531
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
@@ -178,4 +178,14 @@ Based on:
178178
### Generated
179179
- [python v0.7.0] .
180180
### Releases
181-
- [PyPI v0.7.0] https://pypi.org/project/glean/0.7.0 - .
181+
- [PyPI v0.7.0] https://pypi.org/project/glean/0.7.0 - .
182+
183+
## 2025-07-09 00:53:31
184+
### Changes
185+
Based on:
186+
- OpenAPI Doc
187+
- Speakeasy CLI 1.580.0 (2.654.2) https://github.com/speakeasy-api/speakeasy
188+
### Generated
189+
- [python v0.7.1] .
190+
### Releases
191+
- [PyPI v0.7.1] https://pypi.org/project/glean/0.7.1 - .
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# BackgroundExecutionSupport
2+
3+
Indicates whether an action supports background execution and what the default behaviour should be when the caller does not override it.
4+
5+
6+
7+
## Values
8+
9+
| Name | Value |
10+
| ----------------------- | ----------------------- |
11+
| `NOT_SUPPORTED` | NOT_SUPPORTED |
12+
| `SUPPORTED_DEFAULT_OFF` | SUPPORTED_DEFAULT_OFF |
13+
| `SUPPORTED_DEFAULT_ON` | SUPPORTED_DEFAULT_ON |

docs/models/toolmetadata.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ The manifest for a tool that can be used to augment Glean Assistant.
2424
| `auth` | [Optional[models.AuthConfig]](../models/authconfig.md) | :heavy_minus_sign: | Config for tool's authentication method. | |
2525
| `permissions` | [Optional[models.ObjectPermissions]](../models/objectpermissions.md) | :heavy_minus_sign: | N/A | |
2626
| `usage_instructions` | *Optional[str]* | :heavy_minus_sign: | Usage instructions for the LLM to use this action. | |
27+
| `background_execution_support` | [Optional[models.BackgroundExecutionSupport]](../models/backgroundexecutionsupport.md) | :heavy_minus_sign: | Indicates whether an action supports background execution and what the default behaviour should be when the caller does not override it.<br/> | |
2728
| `is_setup_finished` | *Optional[bool]* | :heavy_minus_sign: | Whether this action has been fully configured and validated. | |

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.7.0"
3+
version = "0.7.1"
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ ChatRequest (timezoneOffset: integer, ChatRequest: ChatRequest)
555555
AuthConfigType (enum: NONE, OAUTH_USER, OAUTH_ADMIN ...)
556556
GrantType (enum: AUTH_CODE, CLIENT_CREDENTIALS)
557557
AuthConfigStatus (enum: AWAITING_AUTH, AUTHORIZED)
558+
BackgroundExecutionSupport (enum: NOT_SUPPORTED, SUPPORTED_DEFAULT_OFF, SUPPORTED_DEFAULT_ON)
558559
WriteActionParameter (type: enum, displayName: string, value: string ...)
559560
WriteActionParameterType (enum: UNKNOWN, INTEGER, STRING ...)
560561
PossibleValue (value: string, label: string)

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.7.0"
6+
__version__: str = "0.7.1"
77
__openapi_doc_version__: str = "0.9.0"
8-
__gen_version__: str = "2.651.2"
9-
__user_agent__: str = "speakeasy-sdk/python 0.7.0 2.651.2 0.9.0 glean"
8+
__gen_version__: str = "2.654.2"
9+
__user_agent__: str = "speakeasy-sdk/python 0.7.1 2.654.2 0.9.0 glean"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)