Skip to content

Commit fbce46d

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.554.1
1 parent 3572b3d commit fbce46d

File tree

182 files changed

+2555
-5054
lines changed

Some content is hidden

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

182 files changed

+2555
-5054
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**/__pycache__/
2+
**/.speakeasy/temp/
3+
**/.speakeasy/logs/
14
.speakeasy/reports
25
.venv/
36
venv/

.speakeasy/gen.lock

Lines changed: 147 additions & 308 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ generation:
77
maintainOpenAPIOrder: true
88
usageSnippets:
99
optionalPropertyRendering: withExample
10+
sdkInitStyle: constructor
1011
useClassNamesForArrayFields: true
1112
fixes:
1213
nameResolutionDec2023: true
1314
nameResolutionFeb2025: false
1415
parameterOrderingFeb2024: true
1516
requestResponseComponentNamesFeb2024: true
1617
securityFeb2025: false
18+
sharedErrorComponentsApr2025: false
1719
auth:
1820
oAuth2ClientCredentialsEnabled: false
1921
oAuth2PasswordEnabled: false
2022
python:
21-
version: 0.21.8
23+
version: 0.22.0
2224
additionalDependencies:
2325
dev: {}
2426
main: {}
@@ -46,8 +48,10 @@ python:
4648
inputModelSuffix: input
4749
maxMethodParams: 999
4850
methodArguments: infer-optional-args
51+
moduleName: ""
4952
outputModelSuffix: output
5053
packageName: mixpeek
54+
pytestFilterWarnings: []
5155
pytestTimeout: 0
5256
responseFormat: flat
5357
templateVersion: v2

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.535.1
1+
speakeasyVersion: 1.554.1
22
sources:
33
Mixpeek API:
44
sourceNamespace: mixpeek-api
5-
sourceRevisionDigest: sha256:03ad04714cb3fe4dba04d2b517ea554888c58560775c14aa6f3caff06e9c25b6
6-
sourceBlobDigest: sha256:070f8aab3bbb5c6b8ae01abcc89aa17b3462f771ce226e7329cdc4ba2e7f6fb5
5+
sourceRevisionDigest: sha256:11c25047d48fb4822ba0e546ed77e37e2633680b8e301c82165d61fa1f91f542
6+
sourceBlobDigest: sha256:4597c520710348453cfcfccc2459a9ecf32583ac560113d2b17083e716a88a18
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1745177171
9+
- speakeasy-sdk-regen-1748736626
1010
- "0.81"
1111
targets:
1212
mixpeek:
1313
source: Mixpeek API
1414
sourceNamespace: mixpeek-api
15-
sourceRevisionDigest: sha256:03ad04714cb3fe4dba04d2b517ea554888c58560775c14aa6f3caff06e9c25b6
16-
sourceBlobDigest: sha256:070f8aab3bbb5c6b8ae01abcc89aa17b3462f771ce226e7329cdc4ba2e7f6fb5
15+
sourceRevisionDigest: sha256:11c25047d48fb4822ba0e546ed77e37e2633680b8e301c82165d61fa1f91f542
16+
sourceBlobDigest: sha256:4597c520710348453cfcfccc2459a9ecf32583ac560113d2b17083e716a88a18
1717
codeSamplesNamespace: mixpeek-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:026cbcbf5e5a41763d88cfa02ef29d214e38a344c4013bc7b922a3def21ecfe0
18+
codeSamplesRevisionDigest: sha256:25e92c2629782c2635c11f72baa0b1d88800de7d918c813ab53b76b605137f00
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -203,15 +203,6 @@ with Mixpeek(
203203
* [get_stats](docs/sdks/collectioncache/README.md#get_stats) - Get Cache Stats
204204
* [cleanup](docs/sdks/collectioncache/README.md#cleanup) - Cleanup Cache
205205

206-
### [collection_documents](docs/sdks/collectiondocuments/README.md)
207-
208-
* [get](docs/sdks/collectiondocuments/README.md#get) - Get Document
209-
* [update](docs/sdks/collectiondocuments/README.md#update) - Update Document
210-
* [delete](docs/sdks/collectiondocuments/README.md#delete) - Delete Document
211-
* [list](docs/sdks/collectiondocuments/README.md#list) - List Documents
212-
* [batch_update](docs/sdks/collectiondocuments/README.md#batch_update) - Batch Update Documents
213-
* [batch_delete](docs/sdks/collectiondocuments/README.md#batch_delete) - Batch Delete Documents
214-
215206
### [collections](docs/sdks/collections/README.md)
216207

217208
* [create](docs/sdks/collections/README.md#create) - Create Collection

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,14 @@ Based on:
248248
### Generated
249249
- [python v0.21.8] .
250250
### Releases
251-
- [PyPI v0.21.8] https://pypi.org/project/mixpeek/0.21.8 - .
251+
- [PyPI v0.21.8] https://pypi.org/project/mixpeek/0.21.8 - .
252+
253+
## 2025-06-01 00:10:09
254+
### Changes
255+
Based on:
256+
- OpenAPI Doc
257+
- Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
258+
### Generated
259+
- [python v0.22.0] .
260+
### Releases
261+
- [PyPI v0.22.0] https://pypi.org/project/mixpeek/0.22.0 - .

docs/models/and_.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Supported Types
55

6-
### `models.LogicalOperatorInput`
6+
### `models.LogicalOperatorBaseInput`
77

88
```python
9-
value: models.LogicalOperatorInput = /* values here */
9+
value: models.LogicalOperatorBaseInput = /* values here */
1010
```
1111

1212
### `models.FilterCondition`

docs/models/batchdeletedocumentsv1collectionscollectionidentifierdocumentsbatchdeleterequest.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/models/batchupdatedocumentsv1collectionscollectionidentifierdocumentsbatchputrequest.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/models/blobmodel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Model for a blob within a bucket object
1212
| `key_prefix` | *OptionalNullable[str]* | :heavy_minus_sign: | Storage key/path of the blob, this will be used to retrieve the blob from the storage. It is similar to a file path. If not provided, it will be placed in the root of the bucket. |
1313
| `type` | [models.BucketSchemaFieldType](../models/bucketschemafieldtype.md) | :heavy_check_mark: | Enum for field types in bucket schemas |
1414
| `data` | *Any* | :heavy_check_mark: | Data for the blob |
15-
| `metadata` | [OptionalNullable[models.BlobModelMetadata]](../models/blobmodelmetadata.md) | :heavy_minus_sign: | Metadata for the blob, this will only be applied to the documents that use this blob |
15+
| `metadata` | Dict[str, *Any*] | :heavy_minus_sign: | Metadata for the blob, this will only be applied to the documents that use this blob |
1616
| `details` | [Optional[models.BlobDetails]](../models/blobdetails.md) | :heavy_minus_sign: | File details for a bucket object, these are automatically generated by the system |
1717
| `status` | [Optional[models.TaskStatus]](../models/taskstatus.md) | :heavy_minus_sign: | N/A |
1818
| `error` | *OptionalNullable[str]* | :heavy_minus_sign: | Error message if the blob failed to be ingested |

0 commit comments

Comments
 (0)