Skip to content

Commit 52d614f

Browse files
maiengineeringspeakeasybotactions-user
authored
chore: šŸ Update SDK - Generate MISTRALAI MISTRALAI-SDK [speakeasy/mistralai-sdk-26525785297-1] 2.4.8 (#556)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.763.6 * chore: align pyproject.toml and uv.lock to version 2.4.8 --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: GitHub Action <action@github.com>
1 parent 43fec2d commit 52d614f

63 files changed

Lines changed: 1024 additions & 423 deletions

Some content is hidden

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

ā€Ž.speakeasy/gen.lockā€Ž

Lines changed: 148 additions & 106 deletions
Large diffs are not rendered by default.

ā€Ž.speakeasy/gen.yamlā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ generation:
3232
generateNewTests: false
3333
skipResponseBodyAssertions: false
3434
python:
35-
version: 2.4.7
35+
version: 2.4.8
3636
additionalDependencies:
3737
dev:
3838
pytest: ^8.2.2

ā€Ž.speakeasy/workflow.lockā€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ sources:
1616
- speakeasy-mistralai-gcp-sdk-26292830187-1
1717
mistral-openapi:
1818
sourceNamespace: mistral-openapi
19-
sourceRevisionDigest: sha256:0e18f147a374ca3cc89ea5d05181e8e333f2724201da419e1cccf59192285a9e
20-
sourceBlobDigest: sha256:e2a240443dcc2f25c798e66ba4ba17caec1e7fd80ccca52112e058d08e293e4d
19+
sourceRevisionDigest: sha256:da63f25f5494ed87af9fd53b24be07c85d20b2647c2ccfc113a8ce7f082bd3e6
20+
sourceBlobDigest: sha256:f4fce666b36f9bf20205a82985c18a4bcdf347021ed7854eec637469e33be772
2121
tags:
2222
- latest
23-
- speakeasy-mistralai-sdk-26292816554-1
23+
- speakeasy-mistralai-sdk-26525785297-1
2424
targets:
2525
mistralai-azure-sdk:
2626
source: mistral-azure-source
@@ -39,10 +39,10 @@ targets:
3939
mistralai-sdk:
4040
source: mistral-openapi
4141
sourceNamespace: mistral-openapi
42-
sourceRevisionDigest: sha256:0e18f147a374ca3cc89ea5d05181e8e333f2724201da419e1cccf59192285a9e
43-
sourceBlobDigest: sha256:e2a240443dcc2f25c798e66ba4ba17caec1e7fd80ccca52112e058d08e293e4d
42+
sourceRevisionDigest: sha256:da63f25f5494ed87af9fd53b24be07c85d20b2647c2ccfc113a8ce7f082bd3e6
43+
sourceBlobDigest: sha256:f4fce666b36f9bf20205a82985c18a4bcdf347021ed7854eec637469e33be772
4444
codeSamplesNamespace: mistral-openapi-code-samples
45-
codeSamplesRevisionDigest: sha256:33fc2a349a4e8dfc5211c638cc2c36585d844ba4bd7ebfb2fa17cbe5477a9d34
45+
codeSamplesRevisionDigest: sha256:a0c125d4bfde3fc72c7bb1ced846b17e2f05ed79cdc32c2d0296d70212982672
4646
workflow:
4747
workflowVersion: 1.0.0
4848
speakeasyVersion: 1.763.6

ā€ŽRELEASES.mdā€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,4 +648,14 @@ Based on:
648648
### Generated
649649
- [python v2.4.7] .
650650
### Releases
651-
- [PyPI v2.4.7] https://pypi.org/project/mistralai/2.4.7 - .
651+
- [PyPI v2.4.7] https://pypi.org/project/mistralai/2.4.7 - .
652+
653+
## 2026-05-27 16:56:58
654+
### Changes
655+
Based on:
656+
- OpenAPI Doc
657+
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
658+
### Generated
659+
- [python v2.4.8] .
660+
### Releases
661+
- [PyPI v2.4.8] https://pypi.org/project/mistralai/2.4.8 - .
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# BindConnectionTo
2+
3+
## Example Usage
4+
5+
```python
6+
from mistralai.client.models import BindConnectionTo
7+
value: BindConnectionTo = "user"
8+
```
9+
10+
11+
## Values
12+
13+
- `"user"`
14+
- `"org"`

ā€Ždocs/models/connectioncredentials.mdā€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
88
| `oauth` | [OptionalNullable[models.OAuth2Token]](../models/oauth2token.md) | :heavy_minus_sign: | N/A |
99
| `headers` | Dict[str, *str*] | :heavy_minus_sign: | N/A |
10-
| `bearer_token` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
10+
| `bearer_token` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
11+
| `github_installation_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |

ā€Ždocs/models/connectorgetauthurlv1request.mdā€Ž

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ----------------------- | ----------------------- | ----------------------- | ----------------------- |
8-
| `app_return_url` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
9-
| `credentials_name` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
10-
| `connector_id_or_name` | *str* | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description |
7+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `app_return_url` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
9+
| `method_type` | [Optional[models.OutboundAuthenticationType]](../models/outboundauthenticationtype.md) | :heavy_minus_sign: | Auth method type to use for the authorization URL. Required when the connector supports multiple interactive auth methods; otherwise the sole method is selected automatically. Use this to pick a specific method (e.g. 'oauth2' vs 'github_app'). |
10+
| `credentials_name` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
11+
| `bind_connection_to` | [Optional[models.BindConnectionTo]](../models/bindconnectionto.md) | :heavy_minus_sign: | N/A |
12+
| `connector_id_or_name` | *str* | :heavy_check_mark: | N/A |

ā€Ždocs/models/deploymentlistresponse.mdā€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
8-
| `deployments` | List[[models.DeploymentResponse](../models/deploymentresponse.md)] | :heavy_check_mark: | List of deployments |
8+
| `deployments` | List[[models.DeploymentResponse](../models/deploymentresponse.md)] | :heavy_check_mark: | List of deployments |
9+
| `next_cursor` | *Nullable[str]* | :heavy_check_mark: | Cursor for the next page of results |
10+
| `workspace_id` | *str* | :heavy_check_mark: | Workspace ID the results are scoped to |

ā€Ždocs/models/getworkflowsv1workflowsgetrequest.mdā€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
| `include_shared` | *Optional[bool]* | :heavy_minus_sign: | Whether to include shared workflows |
1010
| `available_in_chat_assistant` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether to only return workflows available in chat assistant |
1111
| `archived` | *OptionalNullable[bool]* | :heavy_minus_sign: | Filter by archived state. False=exclude archived, True=only archived, None=include all |
12+
| `tags` | List[*str*] | :heavy_minus_sign: | Filter to workflows tagged with all listed tags (AND). |
1213
| `cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | The cursor for pagination |
1314
| `limit` | *Optional[int]* | :heavy_minus_sign: | The maximum number of workflows to return |

ā€Ždocs/models/listdeploymentsv1workflowsdeploymentsgetrequest.mdā€Ž

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ----------------------- | ----------------------- | ----------------------- | ----------------------- |
8-
| `active_only` | *Optional[bool]* | :heavy_minus_sign: | N/A |
9-
| `workflow_name` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
8+
| `active_only` | *Optional[bool]* | :heavy_minus_sign: | N/A |
9+
| `workflow_name` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
10+
| `search` | *OptionalNullable[str]* | :heavy_minus_sign: | Filter deployments by name or ID prefix |
11+
| `limit` | *OptionalNullable[int]* | :heavy_minus_sign: | Maximum number of deployments to return |
12+
| `cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | Cursor from a previous response for pagination |
13+
| `workspace_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Workspace ID to scope the request to. Defaults to the caller's context. |

0 commit comments

Comments
Ā (0)