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
17 changes: 7 additions & 10 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
lockVersion: 2.0.0
id: 0359d4fe-2923-46fc-aaca-cf70b48dcfa1
management:
docChecksum: 2ffc5de135d861194642d3cb0a9e3bb4
docChecksum: 32dd53402e2cd4015df1497391a25ceb
docVersion: 0.9.0
speakeasyVersion: 1.642.1
generationVersion: 2.731.4
releaseVersion: 0.11.2
configChecksum: 31b264d5e634fc5007a0a4711f927b69
speakeasyVersion: 1.649.0
generationVersion: 2.739.1
releaseVersion: 0.11.3
configChecksum: 8f1c85036091aa8e4fab677c86027b43
repoURL: https://github.com/gleanwork/api-client-java.git
published: true
features:
java:
additionalDependencies: 0.1.0
additionalProperties: 0.0.1
constsAndDefaults: 0.1.1
core: 3.53.0
core: 3.55.0
deprecations: 2.81.1
examples: 2.81.6
flattening: 2.81.1
globalSecurity: 2.83.1
globalSecurityCallbacks: 0.1.0
globalSecurityFlattening: 0.1.0
globalServerURLs: 2.82.2
globalServerURLs: 2.83.0
groups: 2.81.3
nameOverrides: 2.81.3
sdkHooks: 1.1.0
Expand Down Expand Up @@ -2897,6 +2897,3 @@ generatedTests:
get_/rest/api/v1/tools/list: "2025-06-09T18:03:44Z"
post_/rest/api/v1/tools/call: "2025-06-09T18:03:44Z"
listpolicies: "2025-06-09T18:03:44Z"
releaseNotes: |
## Java SDK Changes Detected:
* `glean.client.insights.retrieve()`: `response.agentsresponse` **Changed**
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.11.2
version: 0.11.3
additionalDependencies: []
additionalPlugins: []
artifactID: glean-api-client
Expand Down
5 changes: 3 additions & 2 deletions .speakeasy/glean-merged-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7378,7 +7378,7 @@ components:
additionalProperties:
$ref: "#/components/schemas/WriteActionParameter"
ChatMessageFragment:
description: Represents a part of a ChatMessage that originates from a single action/tool. It is designed to support rich data formats beyond simple text, allowing for a more dynamic and interactive chat experience. Each fragment can include various types of content, such as text, search queries, action information, and more. Also, each ChatMessageFragment should only have one of structuredResults, querySuggestion, writeAction, followupAction, agentRecommendation or file.
description: Represents a part of a ChatMessage that originates from a single action/tool. It is designed to support rich data formats beyond simple text, allowing for a more dynamic and interactive chat experience. Each fragment can include various types of content, such as text, search queries, action information, and more. Also, each ChatMessageFragment should only have one of structuredResults, querySuggestion, writeAction, followupAction, agentRecommendation, followupRoutingSuggestion or file.
allOf:
- $ref: "#/components/schemas/Result"
- type: object
Expand Down Expand Up @@ -11788,7 +11788,8 @@ components:
type: array
items:
$ref: "#/components/schemas/DatasourceObjectTypeDocumentCountEntry"
description: A list of object types and corresponding upload counts
description: |
A list of object types and corresponding upload counts. Note: This data may be cached and could be up to 3 hours stale.
indexed:
type: array
description: The number of documents indexed, grouped by objectType
Expand Down
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.642.1
speakeasyVersion: 1.649.0
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:092bfa8d363f0191930191e522b5f72025fec603b0474d9d5d2380b79b356f32
sourceBlobDigest: sha256:84c15305b5763d040c255114c33c0c78072f77ac102895bf669b71c32f037048
sourceRevisionDigest: sha256:7365082c1cce88ce70a8d3236d544faf9f251cec5fbae1b45b592acb841b262c
sourceBlobDigest: sha256:65aeb5314d524c7f62b12446b09c7381fb911e9d7c057e230f7f26d85b8e982b
tags:
- latest
- speakeasy-sdk-regen-1761685683
- speakeasy-sdk-regen-1762301909
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:092bfa8d363f0191930191e522b5f72025fec603b0474d9d5d2380b79b356f32
sourceBlobDigest: sha256:84c15305b5763d040c255114c33c0c78072f77ac102895bf669b71c32f037048
sourceRevisionDigest: sha256:7365082c1cce88ce70a8d3236d544faf9f251cec5fbae1b45b592acb841b262c
sourceBlobDigest: sha256:65aeb5314d524c7f62b12446b09c7381fb911e9d7c057e230f7f26d85b8e982b
codeSamplesNamespace: glean-api-specs-java-code-samples
codeSamplesRevisionDigest: sha256:c83720dd11d90c11b3fca65383615a471a55bb68c1971f6a032b68aca36cd639
codeSamplesRevisionDigest: sha256:f4b144826fa7651779ffe8b0d4e915127050d16d4f9053992e5b69d958afbdf4
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
Loading