Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
254 changes: 148 additions & 106 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 2.4.7
version: 2.4.8
additionalDependencies:
dev:
pytest: ^8.2.2
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ sources:
- speakeasy-mistralai-gcp-sdk-26292830187-1
mistral-openapi:
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:0e18f147a374ca3cc89ea5d05181e8e333f2724201da419e1cccf59192285a9e
sourceBlobDigest: sha256:e2a240443dcc2f25c798e66ba4ba17caec1e7fd80ccca52112e058d08e293e4d
sourceRevisionDigest: sha256:da63f25f5494ed87af9fd53b24be07c85d20b2647c2ccfc113a8ce7f082bd3e6
sourceBlobDigest: sha256:f4fce666b36f9bf20205a82985c18a4bcdf347021ed7854eec637469e33be772
tags:
- latest
- speakeasy-mistralai-sdk-26292816554-1
- speakeasy-mistralai-sdk-26525785297-1
targets:
mistralai-azure-sdk:
source: mistral-azure-source
Expand All @@ -39,10 +39,10 @@ targets:
mistralai-sdk:
source: mistral-openapi
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:0e18f147a374ca3cc89ea5d05181e8e333f2724201da419e1cccf59192285a9e
sourceBlobDigest: sha256:e2a240443dcc2f25c798e66ba4ba17caec1e7fd80ccca52112e058d08e293e4d
sourceRevisionDigest: sha256:da63f25f5494ed87af9fd53b24be07c85d20b2647c2ccfc113a8ce7f082bd3e6
sourceBlobDigest: sha256:f4fce666b36f9bf20205a82985c18a4bcdf347021ed7854eec637469e33be772
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:33fc2a349a4e8dfc5211c638cc2c36585d844ba4bd7ebfb2fa17cbe5477a9d34
codeSamplesRevisionDigest: sha256:a0c125d4bfde3fc72c7bb1ced846b17e2f05ed79cdc32c2d0296d70212982672
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.763.6
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,4 +648,14 @@ Based on:
### Generated
- [python v2.4.7] .
### Releases
- [PyPI v2.4.7] https://pypi.org/project/mistralai/2.4.7 - .
- [PyPI v2.4.7] https://pypi.org/project/mistralai/2.4.7 - .

## 2026-05-27 16:56:58
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.4.8] .
### Releases
- [PyPI v2.4.8] https://pypi.org/project/mistralai/2.4.8 - .
14 changes: 14 additions & 0 deletions docs/models/bindconnectionto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# BindConnectionTo

## Example Usage

```python
from mistralai.client.models import BindConnectionTo
value: BindConnectionTo = "user"
```


## Values

- `"user"`
- `"org"`
3 changes: 2 additions & 1 deletion docs/models/connectioncredentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| `oauth` | [OptionalNullable[models.OAuth2Token]](../models/oauth2token.md) | :heavy_minus_sign: | N/A |
| `headers` | Dict[str, *str*] | :heavy_minus_sign: | N/A |
| `bearer_token` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `bearer_token` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `github_installation_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
12 changes: 7 additions & 5 deletions docs/models/connectorgetauthurlv1request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@

## Fields

| Field | Type | Required | Description |
| ----------------------- | ----------------------- | ----------------------- | ----------------------- |
| `app_return_url` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `credentials_name` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `connector_id_or_name` | *str* | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `app_return_url` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `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'). |
| `credentials_name` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `bind_connection_to` | [Optional[models.BindConnectionTo]](../models/bindconnectionto.md) | :heavy_minus_sign: | N/A |
| `connector_id_or_name` | *str* | :heavy_check_mark: | N/A |
4 changes: 3 additions & 1 deletion docs/models/deploymentlistresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@

| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `deployments` | List[[models.DeploymentResponse](../models/deploymentresponse.md)] | :heavy_check_mark: | List of deployments |
| `deployments` | List[[models.DeploymentResponse](../models/deploymentresponse.md)] | :heavy_check_mark: | List of deployments |
| `next_cursor` | *Nullable[str]* | :heavy_check_mark: | Cursor for the next page of results |
| `workspace_id` | *str* | :heavy_check_mark: | Workspace ID the results are scoped to |
1 change: 1 addition & 0 deletions docs/models/getworkflowsv1workflowsgetrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
| `include_shared` | *Optional[bool]* | :heavy_minus_sign: | Whether to include shared workflows |
| `available_in_chat_assistant` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether to only return workflows available in chat assistant |
| `archived` | *OptionalNullable[bool]* | :heavy_minus_sign: | Filter by archived state. False=exclude archived, True=only archived, None=include all |
| `tags` | List[*str*] | :heavy_minus_sign: | Filter to workflows tagged with all listed tags (AND). |
| `cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | The cursor for pagination |
| `limit` | *Optional[int]* | :heavy_minus_sign: | The maximum number of workflows to return |
12 changes: 8 additions & 4 deletions docs/models/listdeploymentsv1workflowsdeploymentsgetrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

## Fields

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