Skip to content

Commit 7ed8f0e

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.551.0
1 parent 89660d5 commit 7ed8f0e

File tree

107 files changed

+1687
-96
lines changed

Some content is hidden

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

107 files changed

+1687
-96
lines changed

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.550.0
1+
speakeasyVersion: 1.551.0
22
sources:
33
orq-ai-sdk-prerelease-python:
44
sourceNamespace: orq-ai-sdk-prerelease-python
5-
sourceRevisionDigest: sha256:491c655436d896abef9c2f6085634d325bba012da7db7bfa396c5e0fd932cade
6-
sourceBlobDigest: sha256:8fd97e5bd0ae192753369a06a07b9e11a394729209ba189c1a16f4aa48886598
5+
sourceRevisionDigest: sha256:1661931fbc995ed9cb3e99667c65f2c101e3fec80b06024786691497d15698d2
6+
sourceBlobDigest: sha256:c6e3b5e2c83006c7583e9d55850984c4aafd3ae3bb959a848a536c25ed522bfe
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748000068
9+
- speakeasy-sdk-regen-1748114188
1010
- "2.0"
1111
orq-ai-sdk-python:
1212
sourceNamespace: orq-ai-sdk-python
@@ -20,10 +20,10 @@ targets:
2020
orq-ai-sdk-prerelease-python:
2121
source: orq-ai-sdk-prerelease-python
2222
sourceNamespace: orq-ai-sdk-prerelease-python
23-
sourceRevisionDigest: sha256:491c655436d896abef9c2f6085634d325bba012da7db7bfa396c5e0fd932cade
24-
sourceBlobDigest: sha256:8fd97e5bd0ae192753369a06a07b9e11a394729209ba189c1a16f4aa48886598
23+
sourceRevisionDigest: sha256:1661931fbc995ed9cb3e99667c65f2c101e3fec80b06024786691497d15698d2
24+
sourceBlobDigest: sha256:c6e3b5e2c83006c7583e9d55850984c4aafd3ae3bb959a848a536c25ed522bfe
2525
codeSamplesNamespace: orq-ai-sdk-prerelease-python-code-samples
26-
codeSamplesRevisionDigest: sha256:2c6522aef8aacd57a06b4ce72f674c0d3ef65797be6c0cebc96f614d08cfe923
26+
codeSamplesRevisionDigest: sha256:79012483f5565915c1257312053c14b257ed797d93d8eaaa6e09801beb901b99
2727
orq-ai-sdk-python:
2828
source: orq-ai-sdk-python
2929
sourceNamespace: orq-ai-sdk-python

packages/orq-rc/.speakeasy/gen.lock

Lines changed: 70 additions & 16 deletions
Large diffs are not rendered by default.

packages/orq-rc/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,4 +1478,14 @@ Based on:
14781478
### Generated
14791479
- [python v3.6.0-rc.33] packages/orq-rc
14801480
### Releases
1481-
- [PyPI v3.6.0-rc.33] https://pypi.org/project/orq-ai-sdk/3.6.0-rc.33 - packages/orq-rc
1481+
- [PyPI v3.6.0-rc.33] https://pypi.org/project/orq-ai-sdk/3.6.0-rc.33 - packages/orq-rc
1482+
1483+
## 2025-05-24 19:16:07
1484+
### Changes
1485+
Based on:
1486+
- OpenAPI Doc
1487+
- Speakeasy CLI 1.551.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
1488+
### Generated
1489+
- [python v3.6.0-rc.34] packages/orq-rc
1490+
### Releases
1491+
- [PyPI v3.6.0-rc.34] https://pypi.org/project/orq-ai-sdk/3.6.0-rc.34 - packages/orq-rc
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# BulkCreateDatapoints23
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
8+
| `type` | [models.BulkCreateDatapoints2DatasetsRequestType](../models/bulkcreatedatapoints2datasetsrequesttype.md) | :heavy_check_mark: | The type of the content part. Always `file`. |
9+
| `file` | [models.BulkCreateDatapoints2File](../models/bulkcreatedatapoints2file.md) | :heavy_check_mark: | N/A |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# BulkCreateDatapoints2Datasets3
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `type` | [models.BulkCreateDatapoints2DatasetsResponse200ApplicationJSONType](../models/bulkcreatedatapoints2datasetsresponse200applicationjsontype.md) | :heavy_check_mark: | The type of the content part. Always `file`. |
9+
| `file` | [models.BulkCreateDatapoints2DatasetsFile](../models/bulkcreatedatapoints2datasetsfile.md) | :heavy_check_mark: | N/A |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# BulkCreateDatapoints2DatasetsFile
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
8+
| `file_data` | *str* | :heavy_check_mark: | The base64 encoded file data, used when passing the file to the model as a string. |
9+
| `filename` | *Optional[str]* | :heavy_minus_sign: | The name of the file, used when passing the file to the model as a string. |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# BulkCreateDatapoints2DatasetsRequestType
2+
3+
The type of the content part. Always `file`.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ------ | ------ |
10+
| `FILE` | file |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# BulkCreateDatapoints2DatasetsResponse200ApplicationJSONType
2+
3+
The type of the content part. Always `file`.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ------ | ------ |
10+
| `FILE` | file |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# BulkCreateDatapoints2File
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
8+
| `file_data` | *str* | :heavy_check_mark: | The base64 encoded file data, used when passing the file to the model as a string. |
9+
| `filename` | *Optional[str]* | :heavy_minus_sign: | The name of the file, used when passing the file to the model as a string. |

packages/orq-rc/docs/models/bulkcreatedatapointscontent2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ value: models.BulkCreateDatapoints21 = /* values here */
1515
value: models.BulkCreateDatapoints22 = /* values here */
1616
```
1717

18+
### `models.BulkCreateDatapoints23`
19+
20+
```python
21+
value: models.BulkCreateDatapoints23 = /* values here */
22+
```
23+

0 commit comments

Comments
 (0)