")
.apiToken(System.getenv().getOrDefault("GLEAN_API_TOKEN", ""))
.build();
diff --git a/RELEASES.md b/RELEASES.md
index b05c1d8..5b98eab 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -318,4 +318,14 @@ Based on:
### Generated
- [java v0.11.2] .
### Releases
-- [Maven Central v0.11.2] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.11.2 - .
\ No newline at end of file
+- [Maven Central v0.11.2] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.11.2 - .
+
+## 2025-11-05 16:07:52
+### Changes
+Based on:
+- OpenAPI Doc
+- Speakeasy CLI 1.649.0 (2.739.1) https://github.com/speakeasy-api/speakeasy
+### Generated
+- [java v0.11.3] .
+### Releases
+- [Maven Central v0.11.3] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.11.3 - .
\ No newline at end of file
diff --git a/docs/models/components/ChatMessageFragment.md b/docs/models/components/ChatMessageFragment.md
index 0bb9a3e..2595675 100644
--- a/docs/models/components/ChatMessageFragment.md
+++ b/docs/models/components/ChatMessageFragment.md
@@ -1,6 +1,6 @@
# ChatMessageFragment
-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.
+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.
## Fields
diff --git a/docs/models/components/DebugDatasourceStatusResponseCounts.md b/docs/models/components/DebugDatasourceStatusResponseCounts.md
index a400525..9a06aa4 100644
--- a/docs/models/components/DebugDatasourceStatusResponseCounts.md
+++ b/docs/models/components/DebugDatasourceStatusResponseCounts.md
@@ -3,7 +3,7 @@
## Fields
-| Field | Type | Required | Description |
-| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
-| `uploaded` | List\<[DatasourceObjectTypeDocumentCountEntry](../../models/components/DatasourceObjectTypeDocumentCountEntry.md)> | :heavy_minus_sign: | A list of object types and corresponding upload counts |
-| `indexed` | List\<[DatasourceObjectTypeDocumentCountEntry](../../models/components/DatasourceObjectTypeDocumentCountEntry.md)> | :heavy_minus_sign: | The number of documents indexed, grouped by objectType |
\ No newline at end of file
+| Field | Type | Required | Description |
+| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
+| `uploaded` | List\<[DatasourceObjectTypeDocumentCountEntry](../../models/components/DatasourceObjectTypeDocumentCountEntry.md)> | :heavy_minus_sign: | A list of object types and corresponding upload counts. Note: This data may be cached and could be up to 3 hours stale.
|
+| `indexed` | List\<[DatasourceObjectTypeDocumentCountEntry](../../models/components/DatasourceObjectTypeDocumentCountEntry.md)> | :heavy_minus_sign: | The number of documents indexed, grouped by objectType |
\ No newline at end of file
diff --git a/gradle.properties b/gradle.properties
index 9222333..fe23fe5 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
groupId=com.glean.api-client
artifactId=glean-api-client
-version=0.11.2
+version=0.11.3
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g
diff --git a/src/main/java/com/glean/api_client/glean_api_client/SDKConfiguration.java b/src/main/java/com/glean/api_client/glean_api_client/SDKConfiguration.java
index 82ddfc9..4bd6ec7 100644
--- a/src/main/java/com/glean/api_client/glean_api_client/SDKConfiguration.java
+++ b/src/main/java/com/glean/api_client/glean_api_client/SDKConfiguration.java
@@ -24,8 +24,8 @@ public class SDKConfiguration {
private static final String LANGUAGE = "java";
public static final String OPENAPI_DOC_VERSION = "0.9.0";
- public static final String SDK_VERSION = "0.11.2";
- public static final String GEN_VERSION = "2.731.4";
+ public static final String SDK_VERSION = "0.11.3";
+ public static final String GEN_VERSION = "2.739.1";
private static final String BASE_PACKAGE = "com.glean.api_client.glean_api_client";
public static final String USER_AGENT =
String.format("speakeasy-sdk/%s %s %s %s %s",
diff --git a/src/main/java/com/glean/api_client/glean_api_client/models/components/ChatMessageFragment.java b/src/main/java/com/glean/api_client/glean_api_client/models/components/ChatMessageFragment.java
index 39ba9dd..7034e75 100644
--- a/src/main/java/com/glean/api_client/glean_api_client/models/components/ChatMessageFragment.java
+++ b/src/main/java/com/glean/api_client/glean_api_client/models/components/ChatMessageFragment.java
@@ -24,7 +24,7 @@
* information, and more.
*
* Also, each ChatMessageFragment should only have one of structuredResults, querySuggestion,
- * writeAction, followupAction, agentRecommendation or file.
+ * writeAction, followupAction, agentRecommendation, followupRoutingSuggestion or file.
*/
public class ChatMessageFragment {
/**
diff --git a/src/main/java/com/glean/api_client/glean_api_client/models/components/DebugDatasourceStatusResponseCounts.java b/src/main/java/com/glean/api_client/glean_api_client/models/components/DebugDatasourceStatusResponseCounts.java
index e645012..ce60e6b 100644
--- a/src/main/java/com/glean/api_client/glean_api_client/models/components/DebugDatasourceStatusResponseCounts.java
+++ b/src/main/java/com/glean/api_client/glean_api_client/models/components/DebugDatasourceStatusResponseCounts.java
@@ -18,7 +18,8 @@
public class DebugDatasourceStatusResponseCounts {
/**
- * A list of object types and corresponding upload counts
+ * A list of object types and corresponding upload counts. Note: This data may be cached and could be
+ * up to 3 hours stale.
*/
@JsonInclude(Include.NON_ABSENT)
@JsonProperty("uploaded")
@@ -46,7 +47,8 @@ public DebugDatasourceStatusResponseCounts() {
}
/**
- * A list of object types and corresponding upload counts
+ * A list of object types and corresponding upload counts. Note: This data may be cached and could be
+ * up to 3 hours stale.
*/
@SuppressWarnings("unchecked")
@JsonIgnore
@@ -69,7 +71,8 @@ public static Builder builder() {
/**
- * A list of object types and corresponding upload counts
+ * A list of object types and corresponding upload counts. Note: This data may be cached and could be
+ * up to 3 hours stale.
*/
public DebugDatasourceStatusResponseCounts withUploaded(List uploaded) {
Utils.checkNotNull(uploaded, "uploaded");
@@ -79,7 +82,8 @@ public DebugDatasourceStatusResponseCounts withUploaded(List> uploaded) {
Utils.checkNotNull(uploaded, "uploaded");
@@ -146,7 +150,8 @@ private Builder() {
/**
- * A list of object types and corresponding upload counts
+ * A list of object types and corresponding upload counts. Note: This data may be cached and could be
+ * up to 3 hours stale.
*/
public Builder uploaded(List uploaded) {
Utils.checkNotNull(uploaded, "uploaded");
@@ -155,7 +160,8 @@ public Builder uploaded(List uploaded) {
}
/**
- * A list of object types and corresponding upload counts
+ * A list of object types and corresponding upload counts. Note: This data may be cached and could be
+ * up to 3 hours stale.
*/
public Builder uploaded(Optional extends List> uploaded) {
Utils.checkNotNull(uploaded, "uploaded");