Skip to content

Commit 7b9489c

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.550.0
1 parent 2527554 commit 7b9489c

File tree

346 files changed

+8050
-6059
lines changed

Some content is hidden

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

346 files changed

+8050
-6059
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.549.1
1+
speakeasyVersion: 1.550.0
22
sources:
33
orq-ai-sdk-prerelease-python:
44
sourceNamespace: orq-ai-sdk-prerelease-python
5-
sourceRevisionDigest: sha256:b93fc5d3e8a577716078b9257aca62b5b3f178994f48f88eefd5b19668a9f8da
6-
sourceBlobDigest: sha256:72b1af4817f0fcfe136701eed90d72494bfd9b4fba87f48fe804e599bbbf7259
5+
sourceRevisionDigest: sha256:a85430463f6e7c75ee9ed5cf6487776adbc69414528d6ff87f11462802d8ff6c
6+
sourceBlobDigest: sha256:3f2a90206afec230cfa2ce1f7822e159b5c9b9e95f550ad12568bc22f825eb40
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747914742
9+
- speakeasy-sdk-regen-1747972327
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:b93fc5d3e8a577716078b9257aca62b5b3f178994f48f88eefd5b19668a9f8da
24-
sourceBlobDigest: sha256:72b1af4817f0fcfe136701eed90d72494bfd9b4fba87f48fe804e599bbbf7259
23+
sourceRevisionDigest: sha256:a85430463f6e7c75ee9ed5cf6487776adbc69414528d6ff87f11462802d8ff6c
24+
sourceBlobDigest: sha256:3f2a90206afec230cfa2ce1f7822e159b5c9b9e95f550ad12568bc22f825eb40
2525
codeSamplesNamespace: orq-ai-sdk-prerelease-python-code-samples
26-
codeSamplesRevisionDigest: sha256:66dc2bf9cd096262b88a195c37c003a509a6f93a3443cd3405d02bc31eac2dbc
26+
codeSamplesRevisionDigest: sha256:cfac636f2105cdcad828bf41603eb47be0fe0948f1541bef45987b1e46136bd5
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: 188 additions & 188 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
@@ -1418,4 +1418,14 @@ Based on:
14181418
### Generated
14191419
- [python v3.6.0-rc.27] packages/orq-rc
14201420
### Releases
1421-
- [PyPI v3.6.0-rc.27] https://pypi.org/project/orq-ai-sdk/3.6.0-rc.27 - packages/orq-rc
1421+
- [PyPI v3.6.0-rc.27] https://pypi.org/project/orq-ai-sdk/3.6.0-rc.27 - packages/orq-rc
1422+
1423+
## 2025-05-23 03:51:46
1424+
### Changes
1425+
Based on:
1426+
- OpenAPI Doc
1427+
- Speakeasy CLI 1.550.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
1428+
### Generated
1429+
- [python v3.6.0-rc.28] packages/orq-rc
1430+
### Releases
1431+
- [PyPI v3.6.0-rc.28] https://pypi.org/project/orq-ai-sdk/3.6.0-rc.28 - packages/orq-rc
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# DollarOr3
1+
# And3
22

33

44
## Fields
55

66
| Field | Type | Required | Description |
77
| ------------------ | ------------------ | ------------------ | ------------------ |
8-
| `dollar_gt` | *float* | :heavy_check_mark: | N/A |
8+
| `gt` | *float* | :heavy_check_mark: | N/A |

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

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# And
2+
3+
4+
## Supported Types
5+
6+
### `models.DeploymentsAndEq`
7+
8+
```python
9+
value: models.DeploymentsAndEq = /* values here */
10+
```
11+
12+
### `models.DeploymentsAndNe`
13+
14+
```python
15+
value: models.DeploymentsAndNe = /* values here */
16+
```
17+
18+
### `models.And3`
19+
20+
```python
21+
value: models.And3 = /* values here */
22+
```
23+
24+
### `models.AndGte`
25+
26+
```python
27+
value: models.AndGte = /* values here */
28+
```
29+
30+
### `models.AndLt`
31+
32+
```python
33+
value: models.AndLt = /* values here */
34+
```
35+
36+
### `models.AndLte`
37+
38+
```python
39+
value: models.AndLte = /* values here */
40+
```
41+
42+
### `models.DeploymentsAndIn`
43+
44+
```python
45+
value: models.DeploymentsAndIn = /* values here */
46+
```
47+
48+
### `models.DeploymentsAndNin`
49+
50+
```python
51+
value: models.DeploymentsAndNin = /* values here */
52+
```
53+
54+
### `models.AndExists`
55+
56+
```python
57+
value: models.AndExists = /* values here */
58+
```
59+

packages/orq-rc/docs/models/dollarin.md renamed to packages/orq-rc/docs/models/andeq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DollarIn
1+
# AndEq
22

33

44
## Supported Types
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DollarExists
1+
# AndExists
22

33
Exists
44

@@ -7,4 +7,4 @@ Exists
77

88
| Field | Type | Required | Description |
99
| ------------------ | ------------------ | ------------------ | ------------------ |
10-
| `dollar_exists` | *bool* | :heavy_check_mark: | N/A |
10+
| `exists` | *bool* | :heavy_check_mark: | N/A |
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DollarGte
1+
# AndGte
22

33
Greater than or equal to
44

@@ -7,4 +7,4 @@ Greater than or equal to
77

88
| Field | Type | Required | Description |
99
| ------------------ | ------------------ | ------------------ | ------------------ |
10-
| `dollar_gte` | *float* | :heavy_check_mark: | N/A |
10+
| `gte` | *float* | :heavy_check_mark: | N/A |

packages/orq-rc/docs/models/dollarne.md renamed to packages/orq-rc/docs/models/andin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DollarNe
1+
# AndIn
22

33

44
## Supported Types
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DollarLt
1+
# AndLt
22

33
Less than
44

@@ -7,4 +7,4 @@ Less than
77

88
| Field | Type | Required | Description |
99
| ------------------ | ------------------ | ------------------ | ------------------ |
10-
| `dollar_lt` | *float* | :heavy_check_mark: | N/A |
10+
| `lt` | *float* | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)