Skip to content

Commit 4602ff4

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.604.1
1 parent 44b18d6 commit 4602ff4

26 files changed

+150
-24
lines changed

.speakeasy/gen.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 3e3290ca-0ee8-4981-b1bc-14536048fa63
33
management:
4-
docChecksum: b0738d0775f5848e1288d7ca6b0400e4
4+
docChecksum: a36fe887c63e0284e655743ca490d668
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.603.0
7-
generationVersion: 2.681.1
8-
releaseVersion: 0.7.2
9-
configChecksum: bc34eadc14a450be0874b1974696c11c
6+
speakeasyVersion: 1.604.1
7+
generationVersion: 2.683.1
8+
releaseVersion: 0.7.3
9+
configChecksum: a261afb7b54aff15cfab6d484a67e25c
1010
repoURL: https://github.com/gleanwork/api-client-python.git
1111
installationURL: https://github.com/gleanwork/api-client-python.git
1212
published: true
@@ -16,7 +16,7 @@ features:
1616
additionalProperties: 1.0.1
1717
configurableModuleName: 0.2.0
1818
constsAndDefaults: 1.0.5
19-
core: 5.19.8
19+
core: 5.19.9
2020
defaultEnabledRetries: 0.2.0
2121
deprecations: 3.0.2
2222
devContainers: 3.0.0
@@ -134,6 +134,7 @@ generatedFiles:
134134
- docs/models/chatrestrictionfilters.md
135135
- docs/models/chatresult.md
136136
- docs/models/chatstreamrequest.md
137+
- docs/models/chatsuggestion.md
137138
- docs/models/chatzerostatesuggestionoptions.md
138139
- docs/models/checkdocumentaccessrequest.md
139140
- docs/models/checkdocumentaccessresponse.md
@@ -748,6 +749,7 @@ generatedFiles:
748749
- src/glean/api_client/models/chatrestrictionfilters.py
749750
- src/glean/api_client/models/chatresult.py
750751
- src/glean/api_client/models/chatstreamop.py
752+
- src/glean/api_client/models/chatsuggestion.py
751753
- src/glean/api_client/models/chatzerostatesuggestionoptions.py
752754
- src/glean/api_client/models/checkdocumentaccessrequest.py
753755
- src/glean/api_client/models/checkdocumentaccessresponse.py
@@ -1320,6 +1322,7 @@ generatedFiles:
13201322
- tests/mockserver/internal/sdk/models/components/chatresponse.go
13211323
- tests/mockserver/internal/sdk/models/components/chatrestrictionfilters.go
13221324
- tests/mockserver/internal/sdk/models/components/chatresult.go
1325+
- tests/mockserver/internal/sdk/models/components/chatsuggestion.go
13231326
- tests/mockserver/internal/sdk/models/components/chatzerostatesuggestionoptions.go
13241327
- tests/mockserver/internal/sdk/models/components/checkdocumentaccessrequest.go
13251328
- tests/mockserver/internal/sdk/models/components/checkdocumentaccessresponse.go

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ generation:
2626
generateNewTests: true
2727
skipResponseBodyAssertions: true
2828
python:
29-
version: 0.7.2
29+
version: 0.7.3
3030
additionalDependencies:
3131
dev: {}
3232
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3774,6 +3774,7 @@ components:
37743774
email:
37753775
type: string
37763776
description: The email address of the user who submitted the Feedback.event.MANUAL_FEEDBACK event.
3777+
deprecated: true
37773778
source:
37783779
type: string
37793780
description: The source associated with the Feedback.event.MANUAL_FEEDBACK event.
@@ -9145,6 +9146,7 @@ components:
91459146
- ZERO_STATE_WORKFLOW_FAVORITES
91469147
- ZERO_STATE_WORKFLOW_POPULAR
91479148
- ZERO_STATE_WORKFLOW_SUGGESTION
9149+
- PERSONALIZED_CHAT_SUGGESTION
91489150
description: Categories of content requested. An allowlist gives flexibility to request content separately or together.
91499151
requestOptions:
91509152
$ref: "#/components/schemas/FeedRequestOptions"
@@ -9300,6 +9302,14 @@ components:
93009302
type: array
93019303
items:
93029304
$ref: "#/components/schemas/GeneratedAttachment"
9305+
ChatSuggestion:
9306+
properties:
9307+
query:
9308+
type: string
9309+
description: The actionable chat query to run when the user selects this suggestion.
9310+
feature:
9311+
type: string
9312+
description: Targeted Glean Chat feature for the suggestion.
93039313
PromptTemplateMutableProperties:
93049314
required:
93059315
- template
@@ -9513,6 +9523,7 @@ components:
95139523
- ZERO_STATE_PROMPT_TEMPLATE_SUGGESTION
95149524
- ZERO_STATE_STATIC_WORKFLOW_SUGGESTION
95159525
- ZERO_STATE_AGENT_SUGGESTION
9526+
- PERSONALIZED_CHAT_SUGGESTION
95169527
description: Type of the justification.
95179528
justification:
95189529
type: string
@@ -9537,6 +9548,8 @@ components:
95379548
$ref: "#/components/schemas/Person"
95389549
app:
95399550
$ref: "#/components/schemas/AppResult"
9551+
chatSuggestion:
9552+
$ref: "#/components/schemas/ChatSuggestion"
95409553
promptTemplate:
95419554
$ref: "#/components/schemas/PromptTemplateResult"
95429555
workflow:
@@ -9578,6 +9591,7 @@ components:
95789591
- ZERO_STATE_WORKFLOW_FAVORITES
95799592
- ZERO_STATE_WORKFLOW_POPULAR
95809593
- ZERO_STATE_WORKFLOW_SUGGESTION
9594+
- PERSONALIZED_CHAT_SUGGESTION
95819595
description: Category of the result, one of the requested categories in incoming request.
95829596
primaryEntry:
95839597
$ref: "#/components/schemas/FeedEntry"

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.603.0
1+
speakeasyVersion: 1.604.1
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:8f18d79a0a7d8f51de7edd5bc8ca3ccc569b81832ffc44ce95a27a12e67b9b7d
6-
sourceBlobDigest: sha256:bb3e5a453f03cbdecf3fb3925768ef4cb0b3119083d9d36c341e1ecd721cde8b
5+
sourceRevisionDigest: sha256:29d2a897e86e82c599efd024eec44e142b71da7862807f37d4dfcd9821528ea8
6+
sourceBlobDigest: sha256:336a822edb74658c9e289f97cad39519395a08ca6e261a869b0c95eaa704199b
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1752597387
9+
- speakeasy-sdk-regen-1755200990
1010
Glean Client API:
1111
sourceNamespace: glean-client-api
1212
sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2
@@ -17,10 +17,10 @@ targets:
1717
glean:
1818
source: Glean API
1919
sourceNamespace: glean-api-specs
20-
sourceRevisionDigest: sha256:8f18d79a0a7d8f51de7edd5bc8ca3ccc569b81832ffc44ce95a27a12e67b9b7d
21-
sourceBlobDigest: sha256:bb3e5a453f03cbdecf3fb3925768ef4cb0b3119083d9d36c341e1ecd721cde8b
20+
sourceRevisionDigest: sha256:29d2a897e86e82c599efd024eec44e142b71da7862807f37d4dfcd9821528ea8
21+
sourceBlobDigest: sha256:336a822edb74658c9e289f97cad39519395a08ca6e261a869b0c95eaa704199b
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:de3bba82d5dbca7c1e5176fccda54e82660c50b9dbe534a26fba17e65abf4dc1
23+
codeSamplesRevisionDigest: sha256:d11532423b4e45a62877b854a7dc9d26320b1fc763e442cbdec8e50057ee7175
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,14 @@ Based on:
198198
### Generated
199199
- [python v0.7.2] .
200200
### Releases
201-
- [PyPI v0.7.2] https://pypi.org/project/glean/0.7.2 - .
201+
- [PyPI v0.7.2] https://pypi.org/project/glean/0.7.2 - .
202+
203+
## 2025-08-15 01:45:36
204+
### Changes
205+
Based on:
206+
- OpenAPI Doc
207+
- Speakeasy CLI 1.604.1 (2.683.1) https://github.com/speakeasy-api/speakeasy
208+
### Generated
209+
- [python v0.7.3] .
210+
### Releases
211+
- [PyPI v0.7.3] https://pypi.org/project/glean/0.7.3 - .

docs/models/chatsuggestion.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ChatSuggestion
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
8+
| `query` | *Optional[str]* | :heavy_minus_sign: | The actionable chat query to run when the user selects this suggestion. |
9+
| `feature` | *Optional[str]* | :heavy_minus_sign: | Targeted Glean Chat feature for the suggestion. |

docs/models/feedentry.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
| `collection_item` | [Optional[models.CollectionItem]](../models/collectionitem.md) | :heavy_minus_sign: | N/A | |
2222
| `person` | [Optional[models.Person]](../models/person.md) | :heavy_minus_sign: | N/A | {<br/>"name": "George Clooney",<br/>"obfuscatedId": "abc123"<br/>} |
2323
| `app` | [Optional[models.AppResult]](../models/appresult.md) | :heavy_minus_sign: | N/A | |
24+
| `chat_suggestion` | [Optional[models.ChatSuggestion]](../models/chatsuggestion.md) | :heavy_minus_sign: | N/A | |
2425
| `prompt_template` | [Optional[models.PromptTemplateResult]](../models/prompttemplateresult.md) | :heavy_minus_sign: | N/A | |
2526
| `workflow` | [Optional[models.WorkflowResult]](../models/workflowresult.md) | :heavy_minus_sign: | N/A | |
2627
| `activities` | List[[models.UserActivity](../models/useractivity.md)] | :heavy_minus_sign: | List of activity where each activity has user, action, timestamp. | |

docs/models/feedrequestcategory.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@
2626
| `ZERO_STATE_WORKFLOW_CREATED_BY_ME` | ZERO_STATE_WORKFLOW_CREATED_BY_ME |
2727
| `ZERO_STATE_WORKFLOW_FAVORITES` | ZERO_STATE_WORKFLOW_FAVORITES |
2828
| `ZERO_STATE_WORKFLOW_POPULAR` | ZERO_STATE_WORKFLOW_POPULAR |
29-
| `ZERO_STATE_WORKFLOW_SUGGESTION` | ZERO_STATE_WORKFLOW_SUGGESTION |
29+
| `ZERO_STATE_WORKFLOW_SUGGESTION` | ZERO_STATE_WORKFLOW_SUGGESTION |
30+
| `PERSONALIZED_CHAT_SUGGESTION` | PERSONALIZED_CHAT_SUGGESTION |

docs/models/feedresultcategory.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ Category of the result, one of the requested categories in incoming request.
2828
| `ZERO_STATE_WORKFLOW_CREATED_BY_ME` | ZERO_STATE_WORKFLOW_CREATED_BY_ME |
2929
| `ZERO_STATE_WORKFLOW_FAVORITES` | ZERO_STATE_WORKFLOW_FAVORITES |
3030
| `ZERO_STATE_WORKFLOW_POPULAR` | ZERO_STATE_WORKFLOW_POPULAR |
31-
| `ZERO_STATE_WORKFLOW_SUGGESTION` | ZERO_STATE_WORKFLOW_SUGGESTION |
31+
| `ZERO_STATE_WORKFLOW_SUGGESTION` | ZERO_STATE_WORKFLOW_SUGGESTION |
32+
| `PERSONALIZED_CHAT_SUGGESTION` | PERSONALIZED_CHAT_SUGGESTION |

docs/models/justificationtype.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ Type of the justification.
3838
| `ZERO_STATE_CHAT_TOOL_SUGGESTION` | ZERO_STATE_CHAT_TOOL_SUGGESTION |
3939
| `ZERO_STATE_PROMPT_TEMPLATE_SUGGESTION` | ZERO_STATE_PROMPT_TEMPLATE_SUGGESTION |
4040
| `ZERO_STATE_STATIC_WORKFLOW_SUGGESTION` | ZERO_STATE_STATIC_WORKFLOW_SUGGESTION |
41-
| `ZERO_STATE_AGENT_SUGGESTION` | ZERO_STATE_AGENT_SUGGESTION |
41+
| `ZERO_STATE_AGENT_SUGGESTION` | ZERO_STATE_AGENT_SUGGESTION |
42+
| `PERSONALIZED_CHAT_SUGGESTION` | PERSONALIZED_CHAT_SUGGESTION |

0 commit comments

Comments
 (0)