Skip to content
Closed
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
258 changes: 147 additions & 111 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.9.1
version: 2.9.2
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:9574dbeb71d1223769d4dab8c3742fc239b1e3b7183275d95f5d3681ac8e47fe
sourceBlobDigest: sha256:27089861b75a4918f4077aaf9e1a15b76e9cfcae70138dc3b4943485536ad805
sourceRevisionDigest: sha256:02d7f4a089701618c302f802c83947402e5ca8925d5bb59972dab912a9c345cf
sourceBlobDigest: sha256:3d6b1141f8f9c05860b64e77bb14a9f643b93b85a914cfe65f1206057a220750
tags:
- latest
- speakeasy-mistralai-sdk-30920901473-1
- speakeasy-mistralai-sdk-31405546352-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:9574dbeb71d1223769d4dab8c3742fc239b1e3b7183275d95f5d3681ac8e47fe
sourceBlobDigest: sha256:27089861b75a4918f4077aaf9e1a15b76e9cfcae70138dc3b4943485536ad805
sourceRevisionDigest: sha256:02d7f4a089701618c302f802c83947402e5ca8925d5bb59972dab912a9c345cf
sourceBlobDigest: sha256:3d6b1141f8f9c05860b64e77bb14a9f643b93b85a914cfe65f1206057a220750
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:b2e32e2795b23fcfc9df76bbb68a8a0c801701ab176f99214307b168e80ef7be
codeSamplesRevisionDigest: sha256:a59cce64a521156ff070c23b436edcf77ffd6354b2e74b07f3194918dab44007
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 @@ -818,4 +818,14 @@ Based on:
### Generated
- [python v2.9.1] .
### Releases
- [PyPI v2.9.1] https://pypi.org/project/mistralai/2.9.1 - .
- [PyPI v2.9.1] https://pypi.org/project/mistralai/2.9.1 - .

## 2026-08-10 15:49:07
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.9.2] .
### Releases
- [PyPI v2.9.2] https://pypi.org/project/mistralai/2.9.2 - .
25 changes: 14 additions & 11 deletions docs/models/activitytaskcompletedresponse.md

Large diffs are not rendered by default.

25 changes: 14 additions & 11 deletions docs/models/activitytaskfailedresponse.md

Large diffs are not rendered by default.

25 changes: 14 additions & 11 deletions docs/models/activitytaskretryingresponse.md

Large diffs are not rendered by default.

25 changes: 14 additions & 11 deletions docs/models/activitytaskstartedresponse.md

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions docs/models/authdirection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# AuthDirection

## Example Usage

```python
from mistralai.client.models import AuthDirection
value: AuthDirection = "inbound"
```


## Values

- `"inbound"`
- `"outbound"`
12 changes: 12 additions & 0 deletions docs/models/authenticationmethodcreateorupdaterequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# AuthenticationMethodCreateOrUpdateRequest


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
| `method_type` | [models.MethodType](../models/methodtype.md) | :heavy_check_mark: | The type of authentication method (e.g. oauth2, bearer, none). |
| `auth_direction` | [Optional[models.AuthDirection]](../models/authdirection.md) | :heavy_minus_sign: | N/A |
| `headers` | List[[models.ConnectorAuthenticationHeader](../models/connectorauthenticationheader.md)] | :heavy_minus_sign: | Set of headers to connect to the connector |
| `oauth2_metadata_secrets` | [OptionalNullable[models.Oauth2MetadataSecrets]](../models/oauth2metadatasecrets.md) | :heavy_minus_sign: | New OAuth2 client credentials (client_id and client_secret). |
| `oauth2_server_metadata` | [OptionalNullable[models.ExtendedOAuthServerMetadata]](../models/extendedoauthservermetadata.md) | :heavy_minus_sign: | New OAuth2 authorization server metadata. |
Loading
Loading