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
155 changes: 76 additions & 79 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 @@ -28,7 +28,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.12.19
version: 0.12.20
additionalDependencies: []
additionalPlugins: []
artifactID: glean-api-client
Expand Down
26,304 changes: 13,204 additions & 13,100 deletions .speakeasy/glean-merged-spec.yaml

Large diffs are not rendered by default.

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.709.1
speakeasyVersion: 1.709.3
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:396b920dfdf9bbf92e6489cf8c90f87904f4a8829eaeaaa5b5afb02b98c14af2
sourceBlobDigest: sha256:fce7520b2ff57ff3d213b2c218a05d4892542ceadfe50c252707658cc306ec6f
sourceRevisionDigest: sha256:84b6088e85c30ac0d51d8f8ad4533f2a7cc30a535d3d042ba75bf2de08d91cf0
sourceBlobDigest: sha256:e024f7985c7252904094f2ae30b865b2250d5cf7ef3de8ab970d10f665b14957
tags:
- latest
- speakeasy-sdk-regen-1770418502
- speakeasy-sdk-regen-1770658590
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:396b920dfdf9bbf92e6489cf8c90f87904f4a8829eaeaaa5b5afb02b98c14af2
sourceBlobDigest: sha256:fce7520b2ff57ff3d213b2c218a05d4892542ceadfe50c252707658cc306ec6f
sourceRevisionDigest: sha256:84b6088e85c30ac0d51d8f8ad4533f2a7cc30a535d3d042ba75bf2de08d91cf0
sourceBlobDigest: sha256:e024f7985c7252904094f2ae30b865b2250d5cf7ef3de8ab970d10f665b14957
codeSamplesNamespace: glean-api-specs-java-code-samples
codeSamplesRevisionDigest: sha256:cc6cdac3fe1aaca4a62718f767d6c1287ad49a8425337bc84ad0ab84aedc49b0
codeSamplesRevisionDigest: sha256:f74f3bba59a75f419741b79e27d25c48ac3e6f72c425f01949a83b8c78386e04
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.glean.api-client:glean-api-client:0.12.19'
implementation 'com.glean.api-client:glean-api-client:0.12.20'
```

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

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,4 +538,14 @@ Based on:
### Generated
- [java v0.12.19] .
### Releases
- [Maven Central v0.12.19] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.19 - .
- [Maven Central v0.12.19] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.19 - .

## 2026-02-10 02:58:10
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.709.3 (2.814.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.12.20] .
### Releases
- [Maven Central v0.12.20] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.20 - .
50 changes: 25 additions & 25 deletions docs/models/components/Answer.md

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions docs/models/components/AnswerCreationData.md

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions docs/models/components/DlpConfig.md

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/models/components/DocumentInteractions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `numComments` | *Optional\<Long>* | :heavy_minus_sign: | The count of comments (thread replies in the case of slack). |
| `numReactions` | *Optional\<Long>* | :heavy_minus_sign: | The count of reactions on the document. |
| ~~`reactions`~~ | List\<*String*> | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>To be deprecated in favor of reacts. A (potentially non-exhaustive) list of reactions for the document. |
| `reacts` | List\<[Reaction](../../models/components/Reaction.md)> | :heavy_minus_sign: | N/A |
| `shares` | List\<[Share](../../models/components/Share.md)> | :heavy_minus_sign: | Describes instances of someone posting a link to this document in one of our indexed datasources. |
| `visitorCount` | [Optional\<CountInfo>](../../models/components/CountInfo.md) | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `numComments` | *Optional\<Long>* | :heavy_minus_sign: | The count of comments (thread replies in the case of slack). |
| `numReactions` | *Optional\<Long>* | :heavy_minus_sign: | The count of reactions on the document. |
| ~~`reactions`~~ | List\<*String*> | :heavy_minus_sign: | : warning: ** DEPRECATED **: Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Use reacts instead.<br/><br/>To be deprecated in favor of reacts. A (potentially non-exhaustive) list of reactions for the document. |
| `reacts` | List\<[Reaction](../../models/components/Reaction.md)> | :heavy_minus_sign: | N/A |
| `shares` | List\<[Share](../../models/components/Share.md)> | :heavy_minus_sign: | Describes instances of someone posting a link to this document in one of our indexed datasources. |
| `visitorCount` | [Optional\<CountInfo>](../../models/components/CountInfo.md) | :heavy_minus_sign: | N/A |
Loading