Skip to content

Commit a13c82a

Browse files
Merge pull request #90 from gleanwork/speakeasy-sdk-regen-1774647425
chore: 🐝 Update SDK - Generate 0.12.34
2 parents b545fb3 + d70d7e1 commit a13c82a

25 files changed

Lines changed: 212 additions & 86 deletions

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

Lines changed: 49 additions & 49 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.33
33+
version: 0.12.34
3434
additionalDependencies: []
3535
additionalPlugins: []
3636
artifactID: glean-api-client

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

Lines changed: 40 additions & 7 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: 30aebec12138491ec475ca0568f49184fe9f127d
5+
x-source-commit-sha: 8a0e3a32d5d6639d10ef809d104942a79d54d1a0
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: c6bafce95e7ae82f5c1ee9185a86d133c4bc25d8
25+
x-open-api-commit-sha: f89c07f572daff630aa6a660c5c20e8aa3227322
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com
@@ -2360,6 +2360,9 @@ paths:
23602360
x-speakeasy-group: client.verification
23612361
/rest/api/v1/tools/list:
23622362
get:
2363+
tags:
2364+
- Tools
2365+
- Tools
23632366
summary: List available tools
23642367
description: Returns a filtered set of available tools based on optional tool name parameters. If no filters are provided, all available tools are returned.
23652368
x-visibility: Preview
@@ -2391,12 +2394,13 @@ paths:
23912394
description: Too Many Requests
23922395
security:
23932396
- APIToken: []
2394-
tags:
2395-
- Tools
23962397
x-speakeasy-name-override: list
23972398
x-speakeasy-group: client.tools
23982399
/rest/api/v1/tools/call:
23992400
post:
2401+
tags:
2402+
- Tools
2403+
- Tools
24002404
summary: Execute the specified tool
24012405
description: Execute the specified tool with provided parameters
24022406
x-visibility: Preview
@@ -2423,8 +2427,6 @@ paths:
24232427
description: Too Many Requests
24242428
security:
24252429
- APIToken: []
2426-
tags:
2427-
- Tools
24282430
x-speakeasy-name-override: run
24292431
x-speakeasy-group: client.tools
24302432
/api/index/v1/indexdocument:
@@ -3459,7 +3461,7 @@ paths:
34593461
/api/index/v1/bulkindexshortcuts:
34603462
post:
34613463
summary: Bulk index external shortcuts
3462-
description: Replaces all the currently indexed shortcuts using paginated batch API calls. Note that this endpoint is used for indexing shortcuts not hosted by Glean. If you want to upload shortcuts that would be hosted by Glean, please use the `/uploadshortcuts` endpoint. For information on what you can do with Golinks, which are Glean-hosted shortcuts, please refer to [this](https://help.glean.com/en/articles/5628838-how-go-links-work) page.
3464+
description: Replaces all the currently indexed shortcuts using paginated batch API calls. Note that this endpoint is used for indexing shortcuts not hosted by Glean. If you want to upload shortcuts that would be hosted by Glean, please use the `/uploadshortcuts` endpoint. For information on what you can do with Golinks, which are Glean-hosted shortcuts, please refer to [this](https://docs.glean.com/user-guide/knowledge/go-links/how-go-links-work) page.
34633465
tags:
34643466
- Shortcuts
34653467
security:
@@ -4917,6 +4919,7 @@ components:
49174919
enum:
49184920
- ANNOUNCEMENTS
49194921
- ANSWERS
4922+
- ARTIFACTS
49204923
- COLLECTIONS
49214924
- SHORTCUTS
49224925
- CHATS
@@ -6495,6 +6498,23 @@ components:
64956498
- TICKET
64966499
- TRANSCRIPT
64976500
- WITH
6501+
x-enum-varnames:
6502+
- ATTACHMENT
6503+
- CANONICAL
6504+
- CASE
6505+
- CONTACT_LOWERCASE
6506+
- CONTACT
6507+
- CONVERSATION_MESSAGES
6508+
- EXPERT
6509+
- FROM
6510+
- HIGHLIGHT
6511+
- OPPORTUNITY_LOWERCASE
6512+
- OPPORTUNITY
6513+
- RECENT
6514+
- SOURCE
6515+
- TICKET
6516+
- TRANSCRIPT
6517+
- WITH
64986518
x-enumDescriptions:
64996519
CANONICAL: Canonical documents for the entity, such as overview docs, architecture docs elastic.
65006520
x-speakeasy-enum-descriptions:
@@ -10134,6 +10154,10 @@ components:
1013410154
- MID_DAY_CATCH_UP
1013510155
- QUERY_SUGGESTION
1013610156
- WEEKLY_MEETINGS
10157+
- FOLLOW_UP
10158+
- MILESTONE_TIMELINE_CHECK
10159+
- PROJECT_DISCUSSION_DIGEST
10160+
- PROJECT_NEXT_STEP
1013710161
description: Categories of content requested. An allowlist gives flexibility to request content separately or together.
1013810162
requestOptions:
1013910163
$ref: "#/components/schemas/FeedRequestOptions"
@@ -10465,6 +10489,7 @@ components:
1046510489
- PAPER_TYPE
1046610490
- PRISM_VIEWS_TYPE
1046710491
- PROMPT_TEMPLATES_TYPE
10492+
- PINS_TYPE
1046810493
- SCRIBES_TYPE
1046910494
- SHORTCUTS_TYPE
1047010495
- SLIDE_TYPE
@@ -10635,6 +10660,10 @@ components:
1063510660
- MID_DAY_CATCH_UP
1063610661
- QUERY_SUGGESTION
1063710662
- WEEKLY_MEETINGS
10663+
- FOLLOW_UP
10664+
- MILESTONE_TIMELINE_CHECK
10665+
- PROJECT_DISCUSSION_DIGEST
10666+
- PROJECT_NEXT_STEP
1063810667
description: Type of the justification.
1063910668
justification:
1064010669
type: string
@@ -10714,6 +10743,10 @@ components:
1071410743
- MID_DAY_CATCH_UP
1071510744
- QUERY_SUGGESTION
1071610745
- WEEKLY_MEETINGS
10746+
- FOLLOW_UP
10747+
- MILESTONE_TIMELINE_CHECK
10748+
- PROJECT_DISCUSSION_DIGEST
10749+
- PROJECT_NEXT_STEP
1071710750
description: Category of the result, one of the requested categories in incoming request.
1071810751
primaryEntry:
1071910752
$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.759.3
1+
speakeasyVersion: 1.761.1
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:4aa597876f5379e9e629e4df770d31151f0c4895f98ce127782075dfa30d51c3
6-
sourceBlobDigest: sha256:fe963be2472467e16a6f7ce826d4646068034b23d489af1424c082444b82ed6c
5+
sourceRevisionDigest: sha256:0f10e7b25d98791a46b0ed9fffad9d56ce1e52d63ca5d8c2598ff2fda3df6321
6+
sourceBlobDigest: sha256:59995e53d0ac0527b824756126d89dd7c4638fffb3b57711446f35604d0012a0
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:4aa597876f5379e9e629e4df770d31151f0c4895f98ce127782075dfa30d51c3
21-
sourceBlobDigest: sha256:fe963be2472467e16a6f7ce826d4646068034b23d489af1424c082444b82ed6c
20+
sourceRevisionDigest: sha256:0f10e7b25d98791a46b0ed9fffad9d56ce1e52d63ca5d8c2598ff2fda3df6321
21+
sourceBlobDigest: sha256:59995e53d0ac0527b824756126d89dd7c4638fffb3b57711446f35604d0012a0
2222
codeSamplesNamespace: glean-api-specs-java-code-samples
23-
codeSamplesRevisionDigest: sha256:4e2f73df3ad5385ff0f3fe8b87d46ba2fbfeb4fba441dd8c4292f8bd31305f2e
23+
codeSamplesRevisionDigest: sha256:9ab0315247aac25275abe5e58debea4324923b23bb0d9cbaeeff8d7b97b4e40f
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.33'
70+
implementation 'com.glean.api-client:glean-api-client:0.12.34'
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.33</version>
78+
<version>0.12.34</version>
7979
</dependency>
8080
```
8181

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,4 +678,14 @@ Based on:
678678
### Generated
679679
- [java v0.12.33] .
680680
### Releases
681-
- [Maven Central v0.12.33] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.33 - .
681+
- [Maven Central v0.12.33] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.33 - .
682+
683+
## 2026-04-06 17:39:40
684+
### Changes
685+
Based on:
686+
- OpenAPI Doc
687+
- Speakeasy CLI 1.761.1 (2.879.6) https://github.com/speakeasy-api/speakeasy
688+
### Generated
689+
- [java v0.12.34] .
690+
### Releases
691+
- [Maven Central v0.12.34] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.34 - .

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ DocumentSpecUgcType2 custom = DocumentSpecUgcType2.of("custom_value");
2020
| --------------- | --------------- |
2121
| `ANNOUNCEMENTS` | ANNOUNCEMENTS |
2222
| `ANSWERS` | ANSWERS |
23+
| `ARTIFACTS` | ARTIFACTS |
2324
| `COLLECTIONS` | COLLECTIONS |
2425
| `SHORTCUTS` | SHORTCUTS |
2526
| `CHATS` | CHATS |

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,8 @@ FeedRequestCategory value = FeedRequestCategory.DOCUMENT_SUGGESTION;
4444
| `STARTER_KIT` | STARTER_KIT |
4545
| `MID_DAY_CATCH_UP` | MID_DAY_CATCH_UP |
4646
| `QUERY_SUGGESTION` | QUERY_SUGGESTION |
47-
| `WEEKLY_MEETINGS` | WEEKLY_MEETINGS |
47+
| `WEEKLY_MEETINGS` | WEEKLY_MEETINGS |
48+
| `FOLLOW_UP` | FOLLOW_UP |
49+
| `MILESTONE_TIMELINE_CHECK` | MILESTONE_TIMELINE_CHECK |
50+
| `PROJECT_DISCUSSION_DIGEST` | PROJECT_DISCUSSION_DIGEST |
51+
| `PROJECT_NEXT_STEP` | PROJECT_NEXT_STEP |

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,8 @@ FeedResultCategory custom = FeedResultCategory.of("custom_value");
4949
| `STARTER_KIT` | STARTER_KIT |
5050
| `MID_DAY_CATCH_UP` | MID_DAY_CATCH_UP |
5151
| `QUERY_SUGGESTION` | QUERY_SUGGESTION |
52-
| `WEEKLY_MEETINGS` | WEEKLY_MEETINGS |
52+
| `WEEKLY_MEETINGS` | WEEKLY_MEETINGS |
53+
| `FOLLOW_UP` | FOLLOW_UP |
54+
| `MILESTONE_TIMELINE_CHECK` | MILESTONE_TIMELINE_CHECK |
55+
| `PROJECT_DISCUSSION_DIGEST` | PROJECT_DISCUSSION_DIGEST |
56+
| `PROJECT_NEXT_STEP` | PROJECT_NEXT_STEP |

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,8 @@ JustificationType custom = JustificationType.of("custom_value");
6262
| `ACTIVE_DISCUSSION` | ACTIVE_DISCUSSION |
6363
| `MID_DAY_CATCH_UP` | MID_DAY_CATCH_UP |
6464
| `QUERY_SUGGESTION` | QUERY_SUGGESTION |
65-
| `WEEKLY_MEETINGS` | WEEKLY_MEETINGS |
65+
| `WEEKLY_MEETINGS` | WEEKLY_MEETINGS |
66+
| `FOLLOW_UP` | FOLLOW_UP |
67+
| `MILESTONE_TIMELINE_CHECK` | MILESTONE_TIMELINE_CHECK |
68+
| `PROJECT_DISCUSSION_DIGEST` | PROJECT_DISCUSSION_DIGEST |
69+
| `PROJECT_NEXT_STEP` | PROJECT_NEXT_STEP |

0 commit comments

Comments
Β (0)