Skip to content
Open
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
112 changes: 66 additions & 46 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: true
go:
version: 0.11.25
version: 0.11.26
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
baseErrorName: GleanError
Expand All @@ -40,6 +40,7 @@ go:
envVarPrefix: GLEAN
flattenGlobalSecurity: true
forwardCompatibleEnumsByDefault: false
forwardCompatibleUnionsByDefault: "false"
imports:
option: openapi
paths:
Expand Down
26,459 changes: 13,253 additions & 13,206 deletions .speakeasy/glean-merged-spec.yaml

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
speakeasyVersion: 1.709.3
speakeasyVersion: 1.722.0
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:b38bf1e37aa8bc265550ac0ed69b88b02d98050a576d5bb6a4546b74e5e4210f
sourceBlobDigest: sha256:8928c68b5880fc0f36058b4dfbb5e3743558b9592e72fbfeeafc536b70f77a24
sourceRevisionDigest: sha256:68ee90f37c64d72afd7f6280e6a7bfa9f4632bd059bc3873a84038e5c73ba1a0
sourceBlobDigest: sha256:975add3c086f2ce0cff2fd1e62f5095d95ae3b386f08c9cd5d66b3a754700030
tags:
- latest
- speakeasy-sdk-regen-1770658570
- speakeasy-sdk-regen-1770751913
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:97b2eff2f43ce14276d28efc41ec5de8034cde61db8445f12b626e4dc88ea40e
Expand All @@ -18,10 +18,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:b38bf1e37aa8bc265550ac0ed69b88b02d98050a576d5bb6a4546b74e5e4210f
sourceBlobDigest: sha256:8928c68b5880fc0f36058b4dfbb5e3743558b9592e72fbfeeafc536b70f77a24
sourceRevisionDigest: sha256:68ee90f37c64d72afd7f6280e6a7bfa9f4632bd059bc3873a84038e5c73ba1a0
sourceBlobDigest: sha256:975add3c086f2ce0cff2fd1e62f5095d95ae3b386f08c9cd5d66b3a754700030
codeSamplesNamespace: glean-api-specs-go-code-samples
codeSamplesRevisionDigest: sha256:b133c8132acb54847b78eeefa95cffe96b6e1fb60c113256852e743c06713306
codeSamplesRevisionDigest: sha256:41d9d2be1f8fa7f1d9f8860dd4aa51f0aec06a2d23497138e8603e8bc3861249
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,4 +548,14 @@ Based on:
### Generated
- [go v0.11.25] .
### Releases
- [Go v0.11.25] https://github.com/gleanwork/api-client-go/releases/tag/v0.11.25 - .
- [Go v0.11.25] https://github.com/gleanwork/api-client-go/releases/tag/v0.11.25 - .

## 2026-02-17 18:56:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.722.0 (2.829.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.11.26] .
### Releases
- [Go v0.11.26] https://github.com/gleanwork/api-client-go/releases/tag/v0.11.26 - .
17 changes: 9 additions & 8 deletions docs/models/apierrors/gleandataerror.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| `BadGmailToken` | **bool* | :heavy_minus_sign: | Indicates the gmail results could not be fetched due to bad token. |
| `BadOutlookToken` | **bool* | :heavy_minus_sign: | Indicates the outlook results could not be fetched due to bad token. |
| `InvalidOperators` | [][components.InvalidOperatorValueError](../../models/components/invalidoperatorvalueerror.md) | :heavy_minus_sign: | Indicates results could not be fetched due to invalid operators in the query. |
| `ErrorMessages` | [][components.ErrorMessage](../../models/components/errormessage.md) | :heavy_minus_sign: | N/A |
| `FederatedSearchRateLimitError` | **bool* | :heavy_minus_sign: | Indicates the federated search results could not be fetched due to rate limiting. |
| `HTTPMeta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| `BadGmailToken` | **bool* | :heavy_minus_sign: | Indicates the gmail results could not be fetched due to bad token. |
| `BadOutlookToken` | **bool* | :heavy_minus_sign: | Indicates the outlook results could not be fetched due to bad token. |
| `InvalidOperators` | [][components.InvalidOperatorValueError](../../models/components/invalidoperatorvalueerror.md) | :heavy_minus_sign: | Indicates results could not be fetched due to invalid operators in the query. |
| `ErrorMessages` | [][components.ErrorMessage](../../models/components/errormessage.md) | :heavy_minus_sign: | N/A |
| `FederatedSearchRateLimitError` | **bool* | :heavy_minus_sign: | Indicates the federated search results could not be fetched due to rate limiting. |
| `UnauthorizedDatasourceInstances` | [][components.UnauthorizedDatasourceInstance](../../models/components/unauthorizeddatasourceinstance.md) | :heavy_minus_sign: | Datasource instances that could not be queried because the user has not completed or has expired per-user OAuth.<br/> |
| `HTTPMeta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
14 changes: 14 additions & 0 deletions docs/models/components/authstatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# AuthStatus

The per-user authorization status for a datasource.


## Values

| Name | Value |
| ------------------------ | ------------------------ |
| `AuthStatusDisabled` | DISABLED |
| `AuthStatusAwaitingAuth` | AWAITING_AUTH |
| `AuthStatusAuthorized` | AUTHORIZED |
| `AuthStatusStaleOauth` | STALE_OAUTH |
| `AuthStatusSegMigration` | SEG_MIGRATION |
15 changes: 8 additions & 7 deletions docs/models/components/chatresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ A single response from the /chat backend.

## Fields

| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `Messages` | [][components.ChatMessage](../../models/components/chatmessage.md) | :heavy_minus_sign: | N/A | |
| `ChatID` | **string* | :heavy_minus_sign: | The id of the associated Chat the messages belong to, if one exists. | |
| `FollowUpPrompts` | []*string* | :heavy_minus_sign: | Follow-up prompts for the user to potentially use | |
| `BackendTimeMillis` | **int64* | :heavy_minus_sign: | Time in milliseconds the backend took to respond to the request. | 1100 |
| `ChatSessionTrackingToken` | **string* | :heavy_minus_sign: | A token that is used to track the session. | |
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Messages` | [][components.ChatMessage](../../models/components/chatmessage.md) | :heavy_minus_sign: | N/A | |
| `ChatID` | **string* | :heavy_minus_sign: | The id of the associated Chat the messages belong to, if one exists. | |
| `FollowUpPrompts` | []*string* | :heavy_minus_sign: | Follow-up prompts for the user to potentially use | |
| `BackendTimeMillis` | **int64* | :heavy_minus_sign: | Time in milliseconds the backend took to respond to the request. | 1100 |
| `ChatSessionTrackingToken` | **string* | :heavy_minus_sign: | A token that is used to track the session. | |
| `UnauthorizedDatasourceInstances` | [][components.UnauthorizedDatasourceInstance](../../models/components/unauthorizeddatasourceinstance.md) | :heavy_minus_sign: | Datasource instances that could not be queried because the user has not completed or has expired per-user OAuth, aggregated across all tools invoked in this turn.<br/> | |
Loading