Skip to content

Commit 0b1f943

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.584.0
1 parent d448641 commit 0b1f943

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+790
-176
lines changed

.speakeasy/gen.lock

Lines changed: 15 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: bb65a174a6b697994f7bde3845843d9d
4+
docChecksum: 187eb1271d8228d58d3f867fe7532643
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.580.2
7-
generationVersion: 2.656.5
8-
releaseVersion: 0.7.1
9-
configChecksum: f7304ede6fe6f15382ffd279d0680654
6+
speakeasyVersion: 1.584.0
7+
generationVersion: 2.660.0
8+
releaseVersion: 0.7.2
9+
configChecksum: 4e322f24b4515c21463058cfa7d34ef8
1010
repoURL: https://github.com/gleanwork/api-client-python.git
1111
installationURL: https://github.com/gleanwork/api-client-python.git
1212
published: true
@@ -412,6 +412,10 @@ generatedFiles:
412412
- docs/models/listverificationsrequest.md
413413
- docs/models/manualfeedbackinfo.md
414414
- docs/models/manualfeedbackinfosource.md
415+
- docs/models/manualfeedbackinfovote.md
416+
- docs/models/manualfeedbacksidebysideinfo.md
417+
- docs/models/manualfeedbacksidebysideinfosource.md
418+
- docs/models/manualfeedbacksidebysideinfovote.md
415419
- docs/models/meeting.md
416420
- docs/models/message.md
417421
- docs/models/messagesrequest.md
@@ -482,6 +486,7 @@ generatedFiles:
482486
- docs/models/reportstatusresponsestatus.md
483487
- docs/models/requesttype.md
484488
- docs/models/responsehint.md
489+
- docs/models/responsemetadata.md
485490
- docs/models/responsestatus.md
486491
- docs/models/restrictionfilters.md
487492
- docs/models/resultdocument.md
@@ -519,6 +524,7 @@ generatedFiles:
519524
- docs/models/shortcutinsightsresponse.md
520525
- docs/models/shortcutmutableproperties.md
521526
- docs/models/shortcutspaginationmetadata.md
527+
- docs/models/sidebysideimplementation.md
522528
- docs/models/socialnetwork.md
523529
- docs/models/socialnetworkdefinition.md
524530
- docs/models/sortoptions.md
@@ -597,7 +603,6 @@ generatedFiles:
597603
- docs/models/verifyrequest.md
598604
- docs/models/verifyrequestaction.md
599605
- docs/models/viewerinfo.md
600-
- docs/models/vote.md
601606
- docs/models/warningtype.md
602607
- docs/models/workflow.md
603608
- docs/models/workflowfeedbackinfo.md
@@ -966,6 +971,7 @@ generatedFiles:
966971
- src/glean/api_client/models/listshortcutspaginatedresponse.py
967972
- src/glean/api_client/models/listverificationsop.py
968973
- src/glean/api_client/models/manualfeedbackinfo.py
974+
- src/glean/api_client/models/manualfeedbacksidebysideinfo.py
969975
- src/glean/api_client/models/meeting.py
970976
- src/glean/api_client/models/message.py
971977
- src/glean/api_client/models/messagesrequest.py
@@ -1048,6 +1054,7 @@ generatedFiles:
10481054
- src/glean/api_client/models/shortcutinsightsresponse.py
10491055
- src/glean/api_client/models/shortcutmutableproperties.py
10501056
- src/glean/api_client/models/shortcutspaginationmetadata.py
1057+
- src/glean/api_client/models/sidebysideimplementation.py
10511058
- src/glean/api_client/models/socialnetwork.py
10521059
- src/glean/api_client/models/socialnetworkdefinition.py
10531060
- src/glean/api_client/models/sortoptions.py
@@ -1518,6 +1525,7 @@ generatedFiles:
15181525
- tests/mockserver/internal/sdk/models/components/listshortcutspaginatedrequest.go
15191526
- tests/mockserver/internal/sdk/models/components/listshortcutspaginatedresponse.go
15201527
- tests/mockserver/internal/sdk/models/components/manualfeedbackinfo.go
1528+
- tests/mockserver/internal/sdk/models/components/manualfeedbacksidebysideinfo.go
15211529
- tests/mockserver/internal/sdk/models/components/meeting.go
15221530
- tests/mockserver/internal/sdk/models/components/message.go
15231531
- tests/mockserver/internal/sdk/models/components/messagesrequest.go
@@ -1596,6 +1604,7 @@ generatedFiles:
15961604
- tests/mockserver/internal/sdk/models/components/shortcutinsightsresponse.go
15971605
- tests/mockserver/internal/sdk/models/components/shortcutmutableproperties.go
15981606
- tests/mockserver/internal/sdk/models/components/shortcutspaginationmetadata.go
1607+
- tests/mockserver/internal/sdk/models/components/sidebysideimplementation.go
15991608
- tests/mockserver/internal/sdk/models/components/socialnetwork.go
16001609
- tests/mockserver/internal/sdk/models/components/socialnetworkdefinition.go
16011610
- tests/mockserver/internal/sdk/models/components/sortoptions.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.1
29+
version: 0.7.2
3030
additionalDependencies:
3131
dev: {}
3232
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 92 additions & 19 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.580.2
1+
speakeasyVersion: 1.584.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:57fc6af98e6e9e98c92547985293be8fafd52d2a1d1ef88d4b24636743b9f119
6-
sourceBlobDigest: sha256:01cf4577ff2f15ba160b16bba410571a8ba0c5fefa7e6dd7101edef7ef7c68dc
5+
sourceRevisionDigest: sha256:75581c4a22fba1f6d474df79d1dd3a7561f5c7572815e177b7a713fbbd68916b
6+
sourceBlobDigest: sha256:56336b5b5f542df8963b8a6ccfb43263a1db3df62afd8ec59fcdd9486906c45c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1751974088
9+
- speakeasy-sdk-regen-1752597387
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:57fc6af98e6e9e98c92547985293be8fafd52d2a1d1ef88d4b24636743b9f119
21-
sourceBlobDigest: sha256:01cf4577ff2f15ba160b16bba410571a8ba0c5fefa7e6dd7101edef7ef7c68dc
20+
sourceRevisionDigest: sha256:75581c4a22fba1f6d474df79d1dd3a7561f5c7572815e177b7a713fbbd68916b
21+
sourceBlobDigest: sha256:56336b5b5f542df8963b8a6ccfb43263a1db3df62afd8ec59fcdd9486906c45c
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:4fcbe6c58b860aa6d5380328a5e28104c0b1f1724dca9bd974696bde707c1531
23+
codeSamplesRevisionDigest: sha256:d928addeba3ee93f3dab0d1d9e529d1875d41c69f958715d6a4b41f930078328
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
@@ -188,4 +188,14 @@ Based on:
188188
### Generated
189189
- [python v0.7.1] .
190190
### Releases
191-
- [PyPI v0.7.1] https://pypi.org/project/glean/0.7.1 - .
191+
- [PyPI v0.7.1] https://pypi.org/project/glean/0.7.1 - .
192+
193+
## 2025-07-22 01:50:09
194+
### Changes
195+
Based on:
196+
- OpenAPI Doc
197+
- Speakeasy CLI 1.584.0 (2.660.0) https://github.com/speakeasy-api/speakeasy
198+
### Generated
199+
- [python v0.7.2] .
200+
### Releases
201+
- [PyPI v0.7.2] https://pypi.org/project/glean/0.7.2 - .

docs/models/documentdefinition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Indexable document structure
2929
| `status` | *Optional[str]* | :heavy_minus_sign: | N/A |
3030
| `additional_urls` | List[*str*] | :heavy_minus_sign: | Additional variations of the URL that this document points to. |
3131
| `comments` | List[[models.CommentDefinition](../models/commentdefinition.md)] | :heavy_minus_sign: | Comments associated with the document. |
32-
| `custom_properties` | List[[models.CustomProperty](../models/customproperty.md)] | :heavy_minus_sign: | Additional metadata properties of the document. These can surface as [facets and operators](https://developers.glean.com/docs/facets_and_operators_for_custom_datasources/). |
32+
| `custom_properties` | List[[models.CustomProperty](../models/customproperty.md)] | :heavy_minus_sign: | Additional metadata properties of the document. These can surface as [facets and operators](https://developers.glean.com/indexing/datasource/custom-properties/operators_and_facets). |

docs/models/event.md

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,35 @@ The action the user took within a Glean client with respect to the object referr
55

66
## Values
77

8-
| Name | Value |
9-
| ----------------- | ----------------- |
10-
| `CLICK` | CLICK |
11-
| `CONTAINER_CLICK` | CONTAINER_CLICK |
12-
| `COPY_LINK` | COPY_LINK |
13-
| `CREATE` | CREATE |
14-
| `DISMISS` | DISMISS |
15-
| `DOWNVOTE` | DOWNVOTE |
16-
| `EMAIL` | EMAIL |
17-
| `EXECUTE` | EXECUTE |
18-
| `FILTER` | FILTER |
19-
| `FIRST_TOKEN` | FIRST_TOKEN |
20-
| `FOCUS_IN` | FOCUS_IN |
21-
| `LAST_TOKEN` | LAST_TOKEN |
22-
| `MANUAL_FEEDBACK` | MANUAL_FEEDBACK |
23-
| `MARK_AS_READ` | MARK_AS_READ |
24-
| `MESSAGE` | MESSAGE |
25-
| `MIDDLE_CLICK` | MIDDLE_CLICK |
26-
| `PAGE_BLUR` | PAGE_BLUR |
27-
| `PAGE_FOCUS` | PAGE_FOCUS |
28-
| `PAGE_LEAVE` | PAGE_LEAVE |
29-
| `PREVIEW` | PREVIEW |
30-
| `RELATED_CLICK` | RELATED_CLICK |
31-
| `RIGHT_CLICK` | RIGHT_CLICK |
32-
| `SECTION_CLICK` | SECTION_CLICK |
33-
| `SEEN` | SEEN |
34-
| `SHARE` | SHARE |
35-
| `SHOW_MORE` | SHOW_MORE |
36-
| `UPVOTE` | UPVOTE |
37-
| `VIEW` | VIEW |
38-
| `VISIBLE` | VISIBLE |
8+
| Name | Value |
9+
| ------------------------------ | ------------------------------ |
10+
| `CLICK` | CLICK |
11+
| `CONTAINER_CLICK` | CONTAINER_CLICK |
12+
| `COPY_LINK` | COPY_LINK |
13+
| `CREATE` | CREATE |
14+
| `DISMISS` | DISMISS |
15+
| `DOWNVOTE` | DOWNVOTE |
16+
| `EMAIL` | EMAIL |
17+
| `EXECUTE` | EXECUTE |
18+
| `FILTER` | FILTER |
19+
| `FIRST_TOKEN` | FIRST_TOKEN |
20+
| `FOCUS_IN` | FOCUS_IN |
21+
| `LAST_TOKEN` | LAST_TOKEN |
22+
| `MANUAL_FEEDBACK` | MANUAL_FEEDBACK |
23+
| `MANUAL_FEEDBACK_SIDE_BY_SIDE` | MANUAL_FEEDBACK_SIDE_BY_SIDE |
24+
| `MARK_AS_READ` | MARK_AS_READ |
25+
| `MESSAGE` | MESSAGE |
26+
| `MIDDLE_CLICK` | MIDDLE_CLICK |
27+
| `PAGE_BLUR` | PAGE_BLUR |
28+
| `PAGE_FOCUS` | PAGE_FOCUS |
29+
| `PAGE_LEAVE` | PAGE_LEAVE |
30+
| `PREVIEW` | PREVIEW |
31+
| `RELATED_CLICK` | RELATED_CLICK |
32+
| `RIGHT_CLICK` | RIGHT_CLICK |
33+
| `SECTION_CLICK` | SECTION_CLICK |
34+
| `SEEN` | SEEN |
35+
| `SHARE` | SHARE |
36+
| `SHOW_MORE` | SHOW_MORE |
37+
| `UPVOTE` | UPVOTE |
38+
| `VIEW` | VIEW |
39+
| `VISIBLE` | VISIBLE |

0 commit comments

Comments
 (0)