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
751 changes: 449 additions & 302 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 @@ -14,6 +14,7 @@ generation:
securityFeb2025: true
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
nameOverrideFeb2026: false
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
Expand All @@ -28,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.12.23
version: 0.12.24
additionalDependencies: []
additionalPlugins: []
artifactID: glean-api-client
Expand Down
251 changes: 229 additions & 22 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.722.7
speakeasyVersion: 1.734.1
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:d5821c86abba62ae5c86977e91a4226c5f3c60081aca52768fb6924cc1f4e721
sourceBlobDigest: sha256:25bbf44aeb95dac432ddbae594ee0954e8df205a2b24bac7855b1f3e56624d83
sourceRevisionDigest: sha256:8eee4003dafb3a9e1bd8ff382e18d950bde5008b3052440ab4a73e4b38fbcefc
sourceBlobDigest: sha256:4da60801ac20a77182664f7ad888d0a306357d0fb6e461b756d3c99aed8b25cd
tags:
- latest
- speakeasy-sdk-regen-1771525186
- speakeasy-sdk-regen-1771641359
Glean-OAS:
sourceNamespace: glean-oas
sourceRevisionDigest: sha256:8841834dd58ddd4e2dcf98fc90fbd06fbf3626a29df941503cce55b9548a5317
Expand All @@ -18,10 +18,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:d5821c86abba62ae5c86977e91a4226c5f3c60081aca52768fb6924cc1f4e721
sourceBlobDigest: sha256:25bbf44aeb95dac432ddbae594ee0954e8df205a2b24bac7855b1f3e56624d83
sourceRevisionDigest: sha256:8eee4003dafb3a9e1bd8ff382e18d950bde5008b3052440ab4a73e4b38fbcefc
sourceBlobDigest: sha256:4da60801ac20a77182664f7ad888d0a306357d0fb6e461b756d3c99aed8b25cd
codeSamplesNamespace: glean-api-specs-java-code-samples
codeSamplesRevisionDigest: sha256:20200550df64700f76dee5b1c099271d649b72a7a845352b2162c87dd708b0a2
codeSamplesRevisionDigest: sha256:410cf825a805612593ede409730eb8ef550cf969ce0273fa67a4c45b7e2e6a43
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
646 changes: 27 additions & 619 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,4 +578,14 @@ Based on:
### Generated
- [java v0.12.23] .
### Releases
- [Maven Central v0.12.23] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.23 - .
- [Maven Central v0.12.23] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.23 - .

## 2026-02-28 02:29:32
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.734.1 (2.845.12) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.12.24] .
### Releases
- [Maven Central v0.12.24] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.24 - .
13 changes: 9 additions & 4 deletions docs/models/components/ActionSummary.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/models/components/AuthConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ Config for tool's authentication method.
| `scopes` | List\<*String*> | :heavy_minus_sign: | A list of strings denoting the different scopes or access levels required by the tool. |
| `audiences` | List\<*String*> | :heavy_minus_sign: | A list of strings denoting the different audience which can access the tool. |
| `authorizationUrl` | *Optional\<String>* | :heavy_minus_sign: | The OAuth provider's endpoint, where access tokens are requested. |
| `resource` | *Optional\<String>* | :heavy_minus_sign: | The OAuth 2.0 Resource Indicator (RFC 8707) for the protected resource. Discovered from Protected Resource Metadata (RFC 9728) during DCR. Included in authorization and token exchange requests when present. |
| `lastAuthorizedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The time the tool was last authorized in ISO format (ISO 8601). |
15 changes: 7 additions & 8 deletions docs/models/components/ChatResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ A single response from the /chat backend.

## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `messages` | List\<[ChatMessage](../../models/components/ChatMessage.md)> | :heavy_minus_sign: | N/A | |
| `chatId` | *Optional\<String>* | :heavy_minus_sign: | The id of the associated Chat the messages belong to, if one exists. | |
| `followUpPrompts` | List\<*String*> | :heavy_minus_sign: | Follow-up prompts for the user to potentially use | |
| `backendTimeMillis` | *Optional\<Long>* | :heavy_minus_sign: | Time in milliseconds the backend took to respond to the request. | 1100 |
| `chatSessionTrackingToken` | *Optional\<String>* | :heavy_minus_sign: | A token that is used to track the session. | |
| `unauthorizedDatasourceInstances` | List\<[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/> | |
| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `messages` | List\<[ChatMessage](../../models/components/ChatMessage.md)> | :heavy_minus_sign: | N/A | |
| `chatId` | *Optional\<String>* | :heavy_minus_sign: | The id of the associated Chat the messages belong to, if one exists. | |
| `followUpPrompts` | List\<*String*> | :heavy_minus_sign: | Follow-up prompts for the user to potentially use | |
| `backendTimeMillis` | *Optional\<Long>* | :heavy_minus_sign: | Time in milliseconds the backend took to respond to the request. | 1100 |
| `chatSessionTrackingToken` | *Optional\<String>* | :heavy_minus_sign: | A token that is used to track the session. | |
Loading