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
207 changes: 104 additions & 103 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.15.0
version: 0.16.0
additionalDependencies: []
additionalPlugins: []
artifactID: glean-api-client
Expand Down
196 changes: 106 additions & 90 deletions .speakeasy/glean-merged-spec.yaml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
speakeasyVersion: 1.792.0
speakeasyVersion: 1.794.0
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:ca77ef4550d695da210e8f0d32f3422d29e9d09f7aa66f7b13d248c6ec8c7941
sourceBlobDigest: sha256:469de4cd2c8ab4928c3989656bf63cc265a8ceea5a8b3e3498734137b19723f8
sourceRevisionDigest: sha256:f80bbddd9fa7ca5475b3b9d84338e0a16de2e47c3e6585e568af8bcb449301f2
sourceBlobDigest: sha256:7adb7b36c3a5923084580a20334184a64a83265d805eea894e2259c4b505af0b
tags:
- latest
Glean-OAS:
Expand All @@ -17,10 +17,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:ca77ef4550d695da210e8f0d32f3422d29e9d09f7aa66f7b13d248c6ec8c7941
sourceBlobDigest: sha256:469de4cd2c8ab4928c3989656bf63cc265a8ceea5a8b3e3498734137b19723f8
sourceRevisionDigest: sha256:f80bbddd9fa7ca5475b3b9d84338e0a16de2e47c3e6585e568af8bcb449301f2
sourceBlobDigest: sha256:7adb7b36c3a5923084580a20334184a64a83265d805eea894e2259c4b505af0b
codeSamplesNamespace: glean-api-specs-java-code-samples
codeSamplesRevisionDigest: sha256:5fbed682e9333e60d93f5f07c63f0d7fdc8acd1952e1de357f11df78fb76a399
codeSamplesRevisionDigest: sha256:3fb9e25c6a4584331beac3d026c3a1897e1e9a78b3cfe90a02411d2662dad77f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.glean.api-client:glean-api-client:0.15.0'
implementation 'com.glean.api-client:glean-api-client:0.16.0'
```

Maven:
```xml
<dependency>
<groupId>com.glean.api-client</groupId>
<artifactId>glean-api-client</artifactId>
<version>0.15.0</version>
<version>0.16.0</version>
</dependency>
```

Expand Down Expand Up @@ -614,8 +614,8 @@ For more information on obtaining the appropriate token type, please contact you

* [create](docs/sdks/skills/README.md#create) - Create skill
* [list](docs/sdks/skills/README.md#list) - List skills
* [validate](docs/sdks/skills/README.md#validate) - Validate skill bundle
* [import_](docs/sdks/skills/README.md#import_) - Import skills from GitHub
* [validate](docs/sdks/skills/README.md#validate) - Validate skill bundle
* [previewSource](docs/sdks/skills/README.md#previewsource) - Preview a GitHub skill source
* [update](docs/sdks/skills/README.md#update) - Update skill
* [delete](docs/sdks/skills/README.md#delete) - Delete skill
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -818,4 +818,14 @@ Based on:
### Generated
- [java v0.15.0] .
### Releases
- [Maven Central v0.15.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.15.0 - .
- [Maven Central v0.15.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.15.0 - .

## 2026-08-15 01:38:43
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.794.0 (2.930.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.16.0] .
### Releases
- [Maven Central v0.16.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.16.0 - .
3 changes: 2 additions & 1 deletion docs/models/components/FeedRequestCategory.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ FeedRequestCategory value = FeedRequestCategory.DOCUMENT_SUGGESTION;
| `DEMO_CARD` | DEMO_CARD |
| `OOO_PLANNER` | OOO_PLANNER |
| `OOO_CATCH_UP` | OOO_CATCH_UP |
| `ADMIN_HEALTH_CENTER` | ADMIN_HEALTH_CENTER |
| `ADMIN_HEALTH_CENTER` | ADMIN_HEALTH_CENTER |
| `KNOWLEDGE_GAP` | KNOWLEDGE_GAP |
14 changes: 7 additions & 7 deletions docs/models/components/FeedResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

## Fields

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `category` | [FeedResultCategory](../../models/components/FeedResultCategory.md) | :heavy_check_mark: | Category of the result, one of the requested categories in incoming request. |
| `primaryEntry` | [FeedEntry](../../models/components/FeedEntry.md) | :heavy_check_mark: | N/A |
| `secondaryEntries` | List\<[FeedEntry](../../models/components/FeedEntry.md)> | :heavy_minus_sign: | Secondary entries for the result e.g. suggested docs for the calendar, carousel. |
| `rank` | *Optional\<Long>* | :heavy_minus_sign: | Rank of the result. Rank is suggested by server. Client side rank may differ. |
| `placementReason` | [Optional\<PlacementReason>](../../models/components/PlacementReason.md) | :heavy_minus_sign: | Placement source for ranked feed results. ORGANIC means the card was emitted by normal feed ranking. PROMO means the card was inserted by the homepage cards promo framework. |
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `category` | [FeedResultCategory](../../models/components/FeedResultCategory.md) | :heavy_check_mark: | Category of the result, one of the requested categories in incoming request. |
| `primaryEntry` | [FeedEntry](../../models/components/FeedEntry.md) | :heavy_check_mark: | N/A |
| `secondaryEntries` | List\<[FeedEntry](../../models/components/FeedEntry.md)> | :heavy_minus_sign: | Secondary entries for the result e.g. suggested docs for the calendar, carousel. |
| `rank` | *Optional\<Long>* | :heavy_minus_sign: | Rank of the result. Rank is suggested by server. Client side rank may differ. |
| `placementReason` | [Optional\<PlacementReason>](../../models/components/PlacementReason.md) | :heavy_minus_sign: | Placement source for ranked feed results. ORGANIC means the card was emitted by normal feed ranking. PROMO means the card was inserted by the homepage cards promo framework. PINNED means the card was moved to the head of the ranked stack (e.g. knowledge-gap pilot cards). |
3 changes: 2 additions & 1 deletion docs/models/components/FeedResultCategory.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ FeedResultCategory custom = FeedResultCategory.of("custom_value");
| `DEMO_CARD` | DEMO_CARD |
| `OOO_PLANNER` | OOO_PLANNER |
| `OOO_CATCH_UP` | OOO_CATCH_UP |
| `ADMIN_HEALTH_CENTER` | ADMIN_HEALTH_CENTER |
| `ADMIN_HEALTH_CENTER` | ADMIN_HEALTH_CENTER |
| `KNOWLEDGE_GAP` | KNOWLEDGE_GAP |
2 changes: 1 addition & 1 deletion docs/models/components/Input.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Input

Either a plain string (single user turn) or a chronological array of `user`/`assistant` messages. The final array message must be `user`.
Either a plain string (single user turn) or a chronological array of `USER`/`ASSISTANT` messages. The final array message must be `USER`.


3 changes: 2 additions & 1 deletion docs/models/components/JustificationType.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ JustificationType custom = JustificationType.of("custom_value");
| `DEMO_CARD` | DEMO_CARD |
| `OOO_PLANNER` | OOO_PLANNER |
| `OOO_CATCH_UP` | OOO_CATCH_UP |
| `ADMIN_HEALTH_CENTER` | ADMIN_HEALTH_CENTER |
| `ADMIN_HEALTH_CENTER` | ADMIN_HEALTH_CENTER |
| `KNOWLEDGE_GAP` | KNOWLEDGE_GAP |
2 changes: 1 addition & 1 deletion docs/models/components/Object.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Object value = Object.RESPONSE;

| Name | Value |
| ---------- | ---------- |
| `RESPONSE` | response |
| `RESPONSE` | RESPONSE |
5 changes: 3 additions & 2 deletions docs/models/components/PlacementReason.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PlacementReason

Placement source for ranked feed results. ORGANIC means the card was emitted by normal feed ranking. PROMO means the card was inserted by the homepage cards promo framework.
Placement source for ranked feed results. ORGANIC means the card was emitted by normal feed ranking. PROMO means the card was inserted by the homepage cards promo framework. PINNED means the card was moved to the head of the ranked stack (e.g. knowledge-gap pilot cards).

## Example Usage

Expand All @@ -19,4 +19,5 @@ PlacementReason custom = PlacementReason.of("custom_value");
| Name | Value |
| --------- | --------- |
| `ORGANIC` | ORGANIC |
| `PROMO` | PROMO |
| `PROMO` | PROMO |
| `PINNED` | PINNED |
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ PlatformChatCitationAnnotationType value = PlatformChatCitationAnnotationType.CI

| Name | Value |
| ---------- | ---------- |
| `CITATION` | citation |
| `CITATION` | CITATION |
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ PlatformChatCompletedResponseStatus value = PlatformChatCompletedResponseStatus.

| Name | Value |
| ----------- | ----------- |
| `COMPLETED` | completed |
| `COMPLETED` | COMPLETED |
Loading