Skip to content

Commit 197311e

Browse files
Merge pull request #82 from gleanwork/speakeasy-sdk-regen-1773258286
chore: 🐝 Update SDK - Generate 0.12.26
2 parents e6d4dc5 + 2dea98b commit 197311e

20 files changed

Lines changed: 321 additions & 109 deletions

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 38 additions & 38 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ generation:
3030
generateNewTests: false
3131
skipResponseBodyAssertions: false
3232
java:
33-
version: 0.12.25
33+
version: 0.12.26
3434
additionalDependencies: []
3535
additionalPlugins: []
3636
artifactID: glean-api-client

β€Ž.speakeasy/glean-merged-spec.yamlβ€Ž

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5-
x-source-commit-sha: a5baf32ff20e181a9adf12f9b9eba1c2421e5024
5+
x-source-commit-sha: 7a7b088ee2579f06e8c75700cf68d3021ff77c5f
66
description: |
77
# Introduction
88
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: 238bce820eef8f0f78d4793d3424d4e78944d066
25+
x-open-api-commit-sha: b44ae5cd8ae20dd697ad17378df510a0c3f6d340
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com
@@ -6582,6 +6582,7 @@ components:
65826582
introduced: "2026-02-05"
65836583
message: Use 'text' field instead
65846584
removal: "2026-10-15"
6585+
x-includeEmpty: true
65856586
x-speakeasy-deprecation-message: "Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Use 'text' field instead"
65866587
example:
65876588
snippet: snippet
@@ -8297,6 +8298,8 @@ components:
82978298
chatId:
82988299
type: string
82998300
description: The id of the associated Chat the messages belong to, if one exists.
8301+
chat:
8302+
$ref: "#/components/schemas/ChatMetadata"
83008303
followUpPrompts:
83018304
type: array
83028305
items:
@@ -10112,6 +10115,12 @@ components:
1011210115
- ZERO_STATE_WORKFLOW_SUGGESTION
1011310116
- PERSONALIZED_CHAT_SUGGESTION
1011410117
- DAILY_DIGEST
10118+
- TASK
10119+
- PLAN_MY_DAY
10120+
- END_MY_DAY
10121+
- STARTER_KIT
10122+
- MID_DAY_CATCH_UP
10123+
- QUERY_SUGGESTION
1011510124
description: Categories of content requested. An allowlist gives flexibility to request content separately or together.
1011610125
requestOptions:
1011710126
$ref: "#/components/schemas/FeedRequestOptions"
@@ -10431,13 +10440,22 @@ components:
1043110440
$ref: "#/components/schemas/UserRoleSpecification"
1043210441
UgcType:
1043310442
enum:
10443+
- AGENT_TYPE
1043410444
- ANNOUNCEMENTS_TYPE
1043510445
- ANSWERS_TYPE
10446+
- CHATS_TYPE
1043610447
- COLLECTIONS_TYPE
10448+
- EMAIL_TYPE
10449+
- HTML_CODE_TYPE
10450+
- IMAGE_TYPE
10451+
- MESSAGE_TYPE
10452+
- PAPER_TYPE
10453+
- PRISM_VIEWS_TYPE
10454+
- PROMPT_TEMPLATES_TYPE
10455+
- SCRIBES_TYPE
1043710456
- SHORTCUTS_TYPE
10457+
- SLIDE_TYPE
1043810458
- WORKFLOWS_TYPE
10439-
- PROMPT_TEMPLATES_TYPE
10440-
- PRISM_VIEWS_TYPE
1044110459
FavoriteInfo:
1044210460
type: object
1044310461
properties:
@@ -10599,6 +10617,10 @@ components:
1059910617
- STARTER_KIT_EXTENSION
1060010618
- STARTER_KIT_ORG_CHART
1060110619
- STARTER_KIT_ADD_DOC
10620+
- MEETING_RECAP
10621+
- ACTIVE_DISCUSSION
10622+
- MID_DAY_CATCH_UP
10623+
- QUERY_SUGGESTION
1060210624
description: Type of the justification.
1060310625
justification:
1060410626
type: string
@@ -10675,6 +10697,8 @@ components:
1067510697
- PLAN_MY_DAY
1067610698
- END_MY_DAY
1067710699
- STARTER_KIT
10700+
- MID_DAY_CATCH_UP
10701+
- QUERY_SUGGESTION
1067810702
description: Category of the result, one of the requested categories in incoming request.
1067910703
primaryEntry:
1068010704
$ref: "#/components/schemas/FeedEntry"

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.751.0
1+
speakeasyVersion: 1.755.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:f166c61c7e7a52f62d5ddcc80f0e1247867cfa9a89d6bdf2679daca84d0efadc
6-
sourceBlobDigest: sha256:a5efacbcf3c78ffd7268b357723e4892a115562dd5392fbcd6ab6141c014516f
5+
sourceRevisionDigest: sha256:db4d1b0e0b2d0d7f2a68642d8f04dd9235db9277c46ea9ae836bb9e3ff77b732
6+
sourceBlobDigest: sha256:40e4b60b39db239ee858446a99a1816379c1b7dc19397d3947bd27588a5a3e8d
77
tags:
88
- latest
99
Glean-OAS:
@@ -17,10 +17,10 @@ targets:
1717
glean:
1818
source: Glean API
1919
sourceNamespace: glean-api-specs
20-
sourceRevisionDigest: sha256:f166c61c7e7a52f62d5ddcc80f0e1247867cfa9a89d6bdf2679daca84d0efadc
21-
sourceBlobDigest: sha256:a5efacbcf3c78ffd7268b357723e4892a115562dd5392fbcd6ab6141c014516f
20+
sourceRevisionDigest: sha256:db4d1b0e0b2d0d7f2a68642d8f04dd9235db9277c46ea9ae836bb9e3ff77b732
21+
sourceBlobDigest: sha256:40e4b60b39db239ee858446a99a1816379c1b7dc19397d3947bd27588a5a3e8d
2222
codeSamplesNamespace: glean-api-specs-java-code-samples
23-
codeSamplesRevisionDigest: sha256:997c51ca00238eee520c837f818834fe1628f8ef7e1d155b3444c3a6092dcedb
23+
codeSamplesRevisionDigest: sha256:a297353c90bbe30fb5090cac948f1c9c45622b7a7a916bb9393c429b37575cc9
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ The samples below show how a published SDK artifact is used:
6767

6868
Gradle:
6969
```groovy
70-
implementation 'com.glean.api-client:glean-api-client:0.12.25'
70+
implementation 'com.glean.api-client:glean-api-client:0.12.26'
7171
```
7272

7373
Maven:
7474
```xml
7575
<dependency>
7676
<groupId>com.glean.api-client</groupId>
7777
<artifactId>glean-api-client</artifactId>
78-
<version>0.12.25</version>
78+
<version>0.12.26</version>
7979
</dependency>
8080
```
8181

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,4 +598,14 @@ Based on:
598598
### Generated
599599
- [java v0.12.25] .
600600
### Releases
601-
- [Maven Central v0.12.25] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.25 - .
601+
- [Maven Central v0.12.25] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.25 - .
602+
603+
## 2026-03-16 03:20:04
604+
### Changes
605+
Based on:
606+
- OpenAPI Doc
607+
- Speakeasy CLI 1.755.0 (2.865.2) https://github.com/speakeasy-api/speakeasy
608+
### Generated
609+
- [java v0.12.26] .
610+
### Releases
611+
- [Maven Central v0.12.26] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.26 - .

β€Ždocs/models/components/ChatResponse.mdβ€Ž

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ A single response from the /chat backend.
55

66
## Fields
77

8-
| Field | Type | Required | Description | Example |
9-
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
10-
| `messages` | List\<[ChatMessage](../../models/components/ChatMessage.md)> | :heavy_minus_sign: | N/A | |
11-
| `chatId` | *Optional\<String>* | :heavy_minus_sign: | The id of the associated Chat the messages belong to, if one exists. | |
12-
| `followUpPrompts` | List\<*String*> | :heavy_minus_sign: | Follow-up prompts for the user to potentially use | |
13-
| `backendTimeMillis` | *Optional\<Long>* | :heavy_minus_sign: | Time in milliseconds the backend took to respond to the request. | 1100 |
14-
| `chatSessionTrackingToken` | *Optional\<String>* | :heavy_minus_sign: | A token that is used to track the session. | |
8+
| Field | Type | Required | Description | Example |
9+
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
10+
| `messages` | List\<[ChatMessage](../../models/components/ChatMessage.md)> | :heavy_minus_sign: | N/A | |
11+
| `chatId` | *Optional\<String>* | :heavy_minus_sign: | The id of the associated Chat the messages belong to, if one exists. | |
12+
| `chat` | [Optional\<ChatMetadata>](../../models/components/ChatMetadata.md) | :heavy_minus_sign: | Metadata of a Chat a user had with Glean Assistant. This contains no actual conversational content. | |
13+
| `followUpPrompts` | List\<*String*> | :heavy_minus_sign: | Follow-up prompts for the user to potentially use | |
14+
| `backendTimeMillis` | *Optional\<Long>* | :heavy_minus_sign: | Time in milliseconds the backend took to respond to the request. | 1100 |
15+
| `chatSessionTrackingToken` | *Optional\<String>* | :heavy_minus_sign: | A token that is used to track the session. | |

β€Ždocs/models/components/FeedRequestCategory.mdβ€Ž

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,10 @@ FeedRequestCategory value = FeedRequestCategory.DOCUMENT_SUGGESTION;
3737
| `ZERO_STATE_WORKFLOW_RECENT` | ZERO_STATE_WORKFLOW_RECENT |
3838
| `ZERO_STATE_WORKFLOW_SUGGESTION` | ZERO_STATE_WORKFLOW_SUGGESTION |
3939
| `PERSONALIZED_CHAT_SUGGESTION` | PERSONALIZED_CHAT_SUGGESTION |
40-
| `DAILY_DIGEST` | DAILY_DIGEST |
40+
| `DAILY_DIGEST` | DAILY_DIGEST |
41+
| `TASK` | TASK |
42+
| `PLAN_MY_DAY` | PLAN_MY_DAY |
43+
| `END_MY_DAY` | END_MY_DAY |
44+
| `STARTER_KIT` | STARTER_KIT |
45+
| `MID_DAY_CATCH_UP` | MID_DAY_CATCH_UP |
46+
| `QUERY_SUGGESTION` | QUERY_SUGGESTION |

β€Ždocs/models/components/FeedResultCategory.mdβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ FeedResultCategory custom = FeedResultCategory.of("custom_value");
4646
| `TASK` | TASK |
4747
| `PLAN_MY_DAY` | PLAN_MY_DAY |
4848
| `END_MY_DAY` | END_MY_DAY |
49-
| `STARTER_KIT` | STARTER_KIT |
49+
| `STARTER_KIT` | STARTER_KIT |
50+
| `MID_DAY_CATCH_UP` | MID_DAY_CATCH_UP |
51+
| `QUERY_SUGGESTION` | QUERY_SUGGESTION |

β€Ždocs/models/components/JustificationType.mdβ€Ž

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,8 @@ JustificationType custom = JustificationType.of("custom_value");
5757
| `END_MY_DAY` | END_MY_DAY |
5858
| `STARTER_KIT_EXTENSION` | STARTER_KIT_EXTENSION |
5959
| `STARTER_KIT_ORG_CHART` | STARTER_KIT_ORG_CHART |
60-
| `STARTER_KIT_ADD_DOC` | STARTER_KIT_ADD_DOC |
60+
| `STARTER_KIT_ADD_DOC` | STARTER_KIT_ADD_DOC |
61+
| `MEETING_RECAP` | MEETING_RECAP |
62+
| `ACTIVE_DISCUSSION` | ACTIVE_DISCUSSION |
63+
| `MID_DAY_CATCH_UP` | MID_DAY_CATCH_UP |
64+
| `QUERY_SUGGESTION` | QUERY_SUGGESTION |

0 commit comments

Comments
Β (0)