Skip to content
Merged
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
188 changes: 93 additions & 95 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 @@ -31,7 +31,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: true
go:
version: 0.11.24
version: 0.11.25
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
baseErrorName: GleanError
Expand Down
1,298 changes: 702 additions & 596 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:b38bf1e37aa8bc265550ac0ed69b88b02d98050a576d5bb6a4546b74e5e4210f
sourceBlobDigest: sha256:8928c68b5880fc0f36058b4dfbb5e3743558b9592e72fbfeeafc536b70f77a24
tags:
- latest
- speakeasy-sdk-regen-1770418493
- speakeasy-sdk-regen-1770658570
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:97b2eff2f43ce14276d28efc41ec5de8034cde61db8445f12b626e4dc88ea40e
Expand All @@ -18,10 +18,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:396b920dfdf9bbf92e6489cf8c90f87904f4a8829eaeaaa5b5afb02b98c14af2
sourceBlobDigest: sha256:fce7520b2ff57ff3d213b2c218a05d4892542ceadfe50c252707658cc306ec6f
sourceRevisionDigest: sha256:b38bf1e37aa8bc265550ac0ed69b88b02d98050a576d5bb6a4546b74e5e4210f
sourceBlobDigest: sha256:8928c68b5880fc0f36058b4dfbb5e3743558b9592e72fbfeeafc536b70f77a24
codeSamplesNamespace: glean-api-specs-go-code-samples
codeSamplesRevisionDigest: sha256:2cead8ba38ec120ca39d26b07b878248cd06f9f61098d25c3accf9ec6248aa6a
codeSamplesRevisionDigest: sha256:b133c8132acb54847b78eeefa95cffe96b6e1fb60c113256852e743c06713306
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
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
- [go v0.11.24] .
### Releases
- [Go v0.11.24] https://github.com/gleanwork/api-client-go/releases/tag/v0.11.24 - .
- [Go v0.11.24] https://github.com/gleanwork/api-client-go/releases/tag/v0.11.24 - .

## 2026-02-10 17:09:16
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.709.3 (2.814.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.11.25] .
### Releases
- [Go v0.11.25] https://github.com/gleanwork/api-client-go/releases/tag/v0.11.25 - .
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` | **int64* | :heavy_minus_sign: | The count of comments (thread replies in the case of slack). |
| `NumReactions` | **int64* | :heavy_minus_sign: | The count of reactions on the document. |
| ~~`Reactions`~~ | []*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` | [][components.Reaction](../../models/components/reaction.md) | :heavy_minus_sign: | N/A |
| `Shares` | [][components.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` | [*components.CountInfo](../../models/components/countinfo.md) | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `NumComments` | **int64* | :heavy_minus_sign: | The count of comments (thread replies in the case of slack). |
| `NumReactions` | **int64* | :heavy_minus_sign: | The count of reactions on the document. |
| ~~`Reactions`~~ | []*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` | [][components.Reaction](../../models/components/reaction.md) | :heavy_minus_sign: | N/A |
| `Shares` | [][components.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` | [*components.CountInfo](../../models/components/countinfo.md) | :heavy_minus_sign: | N/A |
Loading