Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 3e3290ca-0ee8-4981-b1bc-14536048fa63
management:
docChecksum: dcd614b69cdc88d754706e156a66d71b
docChecksum: 0ac885f7072adae50d62b33db76f5bb4
docVersion: 0.9.0
speakeasyVersion: 1.650.0
generationVersion: 2.743.2
releaseVersion: 0.11.4
configChecksum: 2309fbf1f9596ee1bbfbd2a06e77e96d
releaseVersion: 0.11.6
configChecksum: d985e94635c94b65adb4be5e9489c272
repoURL: https://github.com/gleanwork/api-client-python.git
installationURL: https://github.com/gleanwork/api-client-python.git
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: true
python:
version: 0.11.4
version: 0.11.6
additionalDependencies:
dev: {}
main: {}
Expand Down
205 changes: 106 additions & 99 deletions .speakeasy/glean-merged-spec.yaml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ speakeasyVersion: 1.650.0
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:ab3219e34896dc96893a548fb03c6c0f3b62ebde145ad8be7d8a5f8ac74513d6
sourceBlobDigest: sha256:5ee99a226409e04f4a79331bfb11520ec4bf6570d6f568cff947d1a8fbbed4f1
sourceRevisionDigest: sha256:2ad700f2ce85b0aa442a98a80f3c131f73fc187c53407d3d84b1899c0e603eb1
sourceBlobDigest: sha256:d62d91bcf73cf5775dc081807ae550dd20f6ecdfb5dc06ebbd08804f84a2d2f1
tags:
- latest
- speakeasy-sdk-regen-1762417734
- speakeasy-sdk-regen-1763063487
Glean Client API:
sourceNamespace: glean-client-api
sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2
Expand All @@ -17,10 +17,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:ab3219e34896dc96893a548fb03c6c0f3b62ebde145ad8be7d8a5f8ac74513d6
sourceBlobDigest: sha256:5ee99a226409e04f4a79331bfb11520ec4bf6570d6f568cff947d1a8fbbed4f1
sourceRevisionDigest: sha256:2ad700f2ce85b0aa442a98a80f3c131f73fc187c53407d3d84b1899c0e603eb1
sourceBlobDigest: sha256:d62d91bcf73cf5775dc081807ae550dd20f6ecdfb5dc06ebbd08804f84a2d2f1
codeSamplesNamespace: glean-api-specs-python-code-samples
codeSamplesRevisionDigest: sha256:4e45856c67b97e6c37af62247b52c03cbc3ae796b5d112077302469cfc857643
codeSamplesRevisionDigest: sha256:147be66f439209d4fdaa8cbf20219ff8bb25480455b775716da3f8275d79224f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,14 @@ Based on:
### Generated
- [python v0.11.4] .
### Releases
- [PyPI v0.11.4] https://pypi.org/project/glean/0.11.4 - .
- [PyPI v0.11.4] https://pypi.org/project/glean/0.11.4 - .

## 2025-11-13 19:51:01
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.11.6] .
### Releases
- [PyPI v0.11.6] https://pypi.org/project/glean/0.11.6 - .
2 changes: 1 addition & 1 deletion docs/models/toolmetadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The manifest for a tool that can be used to augment Glean Assistant.
| `last_updated_by` | [Optional[models.PersonObject]](../models/personobject.md) | :heavy_minus_sign: | N/A | |
| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The time the tool was created in ISO format (ISO 8601) | |
| `last_updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The time the tool was last updated in ISO format (ISO 8601) | |
| `write_action_type` | [Optional[models.WriteActionType]](../models/writeactiontype.md) | :heavy_minus_sign: | Valid only for write actions. Represents the type of write action. REDIRECT - The client renders the URL which contains information for carrying out the action. EXECUTION - Send a request to an external server and execute the action. | |
| `write_action_type` | [Optional[models.WriteActionType]](../models/writeactiontype.md) | :heavy_minus_sign: | Valid only for write actions. Represents the type of write action. REDIRECT - The client renders the URL which contains information for carrying out the action. EXECUTION - Send a request to an external server and execute the action. MCP - Send a tools/call request to an MCP server to execute the action. | |
| `auth_type` | [Optional[models.AuthType]](../models/authtype.md) | :heavy_minus_sign: | The type of authentication being used.<br/>Use 'OAUTH_*' when Glean calls an external API (e.g., Jira) on behalf of a user to obtain an OAuth token.<br/>'OAUTH_ADMIN' utilizes an admin token for external API calls on behalf all users.<br/>'OAUTH_USER' uses individual user tokens for external API calls.<br/>'DWD' refers to domain wide delegation.<br/> | |
| `auth` | [Optional[models.AuthConfig]](../models/authconfig.md) | :heavy_minus_sign: | Config for tool's authentication method. | |
| `permissions` | [Optional[models.ObjectPermissions]](../models/objectpermissions.md) | :heavy_minus_sign: | N/A | |
Expand Down
5 changes: 3 additions & 2 deletions docs/models/writeactiontype.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# WriteActionType

Valid only for write actions. Represents the type of write action. REDIRECT - The client renders the URL which contains information for carrying out the action. EXECUTION - Send a request to an external server and execute the action.
Valid only for write actions. Represents the type of write action. REDIRECT - The client renders the URL which contains information for carrying out the action. EXECUTION - Send a request to an external server and execute the action. MCP - Send a tools/call request to an MCP server to execute the action.


## Values

| Name | Value |
| ----------- | ----------- |
| `REDIRECT` | REDIRECT |
| `EXECUTION` | EXECUTION |
| `EXECUTION` | EXECUTION |
| `MCP` | MCP |
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "glean-api-client"
version = "0.11.4"
version = "0.11.6"
description = "Python Client SDK Generated by Speakeasy."
authors = [{ name = "Glean Technologies, Inc." }]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion speakeasyusagegen/.speakeasy/logs/naming.log
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ ChatRequest (timezoneOffset: integer, body: ChatRequest)
ToolMetadataType (enum: RETRIEVAL, ACTION)
KnowledgeType (enum: NEUTRAL_KNOWLEDGE, COMPANY_KNOWLEDGE, WORLD_KNOWLEDGE)
PersonObject (name: string, obfuscatedId: string)
WriteActionType (enum: REDIRECT, EXECUTION)
WriteActionType (enum: REDIRECT, EXECUTION, MCP)
AuthType (enum: NONE, OAUTH_USER, OAUTH_ADMIN ...)
AuthConfig (isOnPrem: boolean, usesCentralAuth: boolean, type: enum ...)
AuthConfigType (enum: NONE, OAUTH_USER, OAUTH_ADMIN ...)
Expand Down
4 changes: 2 additions & 2 deletions src/glean/api_client/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "glean"
__version__: str = "0.11.4"
__version__: str = "0.11.6"
__openapi_doc_version__: str = "0.9.0"
__gen_version__: str = "2.743.2"
__user_agent__: str = "speakeasy-sdk/python 0.11.4 2.743.2 0.9.0 glean"
__user_agent__: str = "speakeasy-sdk/python 0.11.6 2.743.2 0.9.0 glean"

try:
if __package__ is not None:
Expand Down
7 changes: 7 additions & 0 deletions src/glean/api_client/models/activityevent.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,19 @@
class ActivityEventAction(str, Enum):
r"""The type of activity this represents."""

# Represents a visit to the given `url`.
VIEW = "VIEW"
# Represents an edit of the document represented by the `url`.
EDIT = "EDIT"
# Represents a search performed at the given `url`.
SEARCH = "SEARCH"
# Represents a comment on the document represented by the `url`.
COMMENT = "COMMENT"
# Represents an explicit request to index the given `url` along with associated attributes in this payload.
CRAWL = "CRAWL"
# Represents a search performed at the given `url` as indicated by the user's history.
HISTORICAL_SEARCH = "HISTORICAL_SEARCH"
# Represents a visit to the given `url` as indicated by the user's history.
HISTORICAL_VIEW = "HISTORICAL_VIEW"


Expand Down
Loading
Loading