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
1,151 changes: 965 additions & 186 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 @@ -34,7 +34,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
typescript:
version: 2.2.5
version: 2.2.6
acceptHeaderEnum: true
additionalDependencies:
dependencies:
Expand Down
11 changes: 5 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ sources:
- speakeasy-mistralai-gcp-sdk-regen-republish
mistral-openapi:
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:0e18f147a374ca3cc89ea5d05181e8e333f2724201da419e1cccf59192285a9e
sourceBlobDigest: sha256:e2a240443dcc2f25c798e66ba4ba17caec1e7fd80ccca52112e058d08e293e4d
sourceRevisionDigest: sha256:ce470abcf776ad46a6b38f4d8db1c804ed66c174cdc8eff683016b78811f8c57
sourceBlobDigest: sha256:090d576bca32e6dbfb72ed88eac454874c50072e7c30f6d912485f89f10c079a
tags:
- latest
- speakeasy-mistralai-sdk-regen-republish
targets:
mistralai-azure-sdk:
source: mistral-azure-source
Expand All @@ -39,10 +38,10 @@ targets:
mistralai-sdk:
source: mistral-openapi
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:0e18f147a374ca3cc89ea5d05181e8e333f2724201da419e1cccf59192285a9e
sourceBlobDigest: sha256:e2a240443dcc2f25c798e66ba4ba17caec1e7fd80ccca52112e058d08e293e4d
sourceRevisionDigest: sha256:ce470abcf776ad46a6b38f4d8db1c804ed66c174cdc8eff683016b78811f8c57
sourceBlobDigest: sha256:090d576bca32e6dbfb72ed88eac454874c50072e7c30f6d912485f89f10c079a
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:a9330d948ee475fde42db4ded91adce4bf4387c7a64d41231acd086276d4a551
codeSamplesRevisionDigest: sha256:5489575a6b6042812261e494d09848c9143d7127a37e99e1d1d07eda86008a1e
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.763.6
Expand Down
51 changes: 49 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,31 @@ We have dedicated SDKs for the following providers:
* [update](docs/sdks/judges/README.md#update) - Update a judge
* [judgeConversation](docs/sdks/judges/README.md#judgeconversation) - Run a saved judge on a conversation

### [Beta.Observability.Logs](docs/sdks/logs/README.md)

* [search](docs/sdks/logs/README.md#search) - Search logs
* [list](docs/sdks/logs/README.md#list) - Get log field definitions
* [fetchOptions](docs/sdks/logs/README.md#fetchoptions) - Get options for a log field

### [Beta.Observability.Spans](docs/sdks/spans/README.md)

* [searchSpans](docs/sdks/spans/README.md#searchspans) - Search spans
* [searchSpanEvaluations](docs/sdks/spans/README.md#searchspanevaluations) - Search span evaluations
* [searchLatestSpanEvaluations](docs/sdks/spans/README.md#searchlatestspanevaluations) - Search latest span evaluations
* [listSpanFields](docs/sdks/spans/README.md#listspanfields) - Get span field definitions
* [listSpanEvalFields](docs/sdks/spans/README.md#listspanevalfields) - Get span evaluation field definitions
* [fetchSpanFieldOptions](docs/sdks/spans/README.md#fetchspanfieldoptions) - Get options for a span field
* [fetchSpanEvalFieldOptions](docs/sdks/spans/README.md#fetchspanevalfieldoptions) - Get options for a span evaluation field

### [Beta.Observability.Traces](docs/sdks/traces/README.md)

* [search](docs/sdks/traces/README.md#search) - Search traces
* [getTraceFields](docs/sdks/traces/README.md#gettracefields) - Get trace field definitions
* [getTraceById](docs/sdks/traces/README.md#gettracebyid) - Get trace by id
* [getTraceSpans](docs/sdks/traces/README.md#gettracespans) - Get trace spans
* [fetchOptions](docs/sdks/traces/README.md#fetchoptions) - Get options for a trace field
* [getSpanById](docs/sdks/traces/README.md#getspanbyid) - Get span by id

### [Beta.Rag.IngestionPipelineConfigurations](docs/sdks/ingestionpipelineconfigurations/README.md)

* [list](docs/sdks/ingestionpipelineconfigurations/README.md#list) - List ingestion pipeline configurations
Expand Down Expand Up @@ -508,6 +533,8 @@ We have dedicated SDKs for the following providers:
* [getWorkflowExecutionTraceSummary](docs/sdks/executions/README.md#getworkflowexecutiontracesummary) - Get Workflow Execution Trace Summary
* [getWorkflowExecutionTraceEvents](docs/sdks/executions/README.md#getworkflowexecutiontraceevents) - Get Workflow Execution Trace Events
* [stream](docs/sdks/executions/README.md#stream) - Stream
* [getWorkflowExecutionLogs](docs/sdks/executions/README.md#getworkflowexecutionlogs) - Get Workflow Execution Logs
* [streamWorkflowExecutionLogs](docs/sdks/executions/README.md#streamworkflowexecutionlogs) - Stream Workflow Execution Logs

#### [Workflows.Metrics](docs/sdks/metrics/README.md)

Expand All @@ -528,6 +555,7 @@ We have dedicated SDKs for the following providers:
* [updateSchedule](docs/sdks/schedules/README.md#updateschedule) - Update Schedule
* [pauseSchedule](docs/sdks/schedules/README.md#pauseschedule) - Pause Schedule
* [resumeSchedule](docs/sdks/schedules/README.md#resumeschedule) - Resume Schedule
* [triggerSchedule](docs/sdks/schedules/README.md#triggerschedule) - Trigger Schedule

</details>
<!-- End Available Resources and Operations [operations] -->
Expand Down Expand Up @@ -764,8 +792,8 @@ run();


**Inherit from [`MistralError`](./src/models/errors/mistralerror.ts)**:
* [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 130 of 197 methods.*
* [`ObservabilityError`](./src/models/errors/observabilityerror.ts): Bad Request - Invalid request parameters or data. Applicable to 41 of 197 methods.*
* [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 133 of 216 methods.*
* [`ObservabilityError`](./src/models/errors/observabilityerror.ts): Bad Request - Invalid request parameters or data. Applicable to 57 of 216 methods.*
* [`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.

</details>
Expand Down Expand Up @@ -1052,6 +1080,22 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`betaObservabilityJudgesJudgeConversation`](docs/sdks/judges/README.md#judgeconversation) - Run a saved judge on a conversation
- [`betaObservabilityJudgesList`](docs/sdks/judges/README.md#list) - Get judges with optional filtering and search
- [`betaObservabilityJudgesUpdate`](docs/sdks/judges/README.md#update) - Update a judge
- [`betaObservabilityLogsFetchOptions`](docs/sdks/logs/README.md#fetchoptions) - Get options for a log field
- [`betaObservabilityLogsList`](docs/sdks/logs/README.md#list) - Get log field definitions
- [`betaObservabilityLogsSearch`](docs/sdks/logs/README.md#search) - Search logs
- [`betaObservabilitySpansFetchSpanEvalFieldOptions`](docs/sdks/spans/README.md#fetchspanevalfieldoptions) - Get options for a span evaluation field
- [`betaObservabilitySpansFetchSpanFieldOptions`](docs/sdks/spans/README.md#fetchspanfieldoptions) - Get options for a span field
- [`betaObservabilitySpansListSpanEvalFields`](docs/sdks/spans/README.md#listspanevalfields) - Get span evaluation field definitions
- [`betaObservabilitySpansListSpanFields`](docs/sdks/spans/README.md#listspanfields) - Get span field definitions
- [`betaObservabilitySpansSearchLatestSpanEvaluations`](docs/sdks/spans/README.md#searchlatestspanevaluations) - Search latest span evaluations
- [`betaObservabilitySpansSearchSpanEvaluations`](docs/sdks/spans/README.md#searchspanevaluations) - Search span evaluations
- [`betaObservabilitySpansSearchSpans`](docs/sdks/spans/README.md#searchspans) - Search spans
- [`betaObservabilityTracesFetchOptions`](docs/sdks/traces/README.md#fetchoptions) - Get options for a trace field
- [`betaObservabilityTracesGetSpanById`](docs/sdks/traces/README.md#getspanbyid) - Get span by id
- [`betaObservabilityTracesGetTraceById`](docs/sdks/traces/README.md#gettracebyid) - Get trace by id
- [`betaObservabilityTracesGetTraceFields`](docs/sdks/traces/README.md#gettracefields) - Get trace field definitions
- [`betaObservabilityTracesGetTraceSpans`](docs/sdks/traces/README.md#gettracespans) - Get trace spans
- [`betaObservabilityTracesSearch`](docs/sdks/traces/README.md#search) - Search traces
- [`betaRagIngestionPipelineConfigurationsList`](docs/sdks/ingestionpipelineconfigurations/README.md#list) - List ingestion pipeline configurations
- [`betaRagIngestionPipelineConfigurationsRegister`](docs/sdks/ingestionpipelineconfigurations/README.md#register) - Register Config
- [`betaRagIngestionPipelineConfigurationsUpdateRunInfo`](docs/sdks/ingestionpipelineconfigurations/README.md#updateruninfo) - Update Run Info
Expand Down Expand Up @@ -1099,13 +1143,15 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`workflowsExecutionsCancelWorkflowExecution`](docs/sdks/executions/README.md#cancelworkflowexecution) - Cancel Workflow Execution
- [`workflowsExecutionsGetWorkflowExecution`](docs/sdks/executions/README.md#getworkflowexecution) - Get Workflow Execution
- [`workflowsExecutionsGetWorkflowExecutionHistory`](docs/sdks/executions/README.md#getworkflowexecutionhistory) - Get Workflow Execution History
- [`workflowsExecutionsGetWorkflowExecutionLogs`](docs/sdks/executions/README.md#getworkflowexecutionlogs) - Get Workflow Execution Logs
- [`workflowsExecutionsGetWorkflowExecutionTraceEvents`](docs/sdks/executions/README.md#getworkflowexecutiontraceevents) - Get Workflow Execution Trace Events
- [`workflowsExecutionsGetWorkflowExecutionTraceOtel`](docs/sdks/executions/README.md#getworkflowexecutiontraceotel) - Get Workflow Execution Trace Otel
- [`workflowsExecutionsGetWorkflowExecutionTraceSummary`](docs/sdks/executions/README.md#getworkflowexecutiontracesummary) - Get Workflow Execution Trace Summary
- [`workflowsExecutionsQueryWorkflowExecution`](docs/sdks/executions/README.md#queryworkflowexecution) - Query Workflow Execution
- [`workflowsExecutionsResetWorkflow`](docs/sdks/executions/README.md#resetworkflow) - Reset Workflow
- [`workflowsExecutionsSignalWorkflowExecution`](docs/sdks/executions/README.md#signalworkflowexecution) - Signal Workflow Execution
- [`workflowsExecutionsStream`](docs/sdks/executions/README.md#stream) - Stream
- [`workflowsExecutionsStreamWorkflowExecutionLogs`](docs/sdks/executions/README.md#streamworkflowexecutionlogs) - Stream Workflow Execution Logs
- [`workflowsExecutionsTerminateWorkflowExecution`](docs/sdks/executions/README.md#terminateworkflowexecution) - Terminate Workflow Execution
- [`workflowsExecutionsUpdateWorkflowExecution`](docs/sdks/executions/README.md#updateworkflowexecution) - Update Workflow Execution
- [`workflowsGetWorkflow`](docs/sdks/workflows/README.md#getworkflow) - Get Workflow
Expand All @@ -1121,6 +1167,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`workflowsSchedulesPauseSchedule`](docs/sdks/schedules/README.md#pauseschedule) - Pause Schedule
- [`workflowsSchedulesResumeSchedule`](docs/sdks/schedules/README.md#resumeschedule) - Resume Schedule
- [`workflowsSchedulesScheduleWorkflow`](docs/sdks/schedules/README.md#scheduleworkflow) - Schedule Workflow
- [`workflowsSchedulesTriggerSchedule`](docs/sdks/schedules/README.md#triggerschedule) - Trigger Schedule
- [`workflowsSchedulesUnscheduleWorkflow`](docs/sdks/schedules/README.md#unscheduleworkflow) - Unschedule Workflow
- [`workflowsSchedulesUpdateSchedule`](docs/sdks/schedules/README.md#updateschedule) - Update Schedule
- [`workflowsUnarchiveWorkflow`](docs/sdks/workflows/README.md#unarchiveworkflow) - Unarchive Workflow
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,14 @@ Based on:
### Generated
- [typescript v2.2.5] .
### Releases
- [NPM v2.2.5] https://www.npmjs.com/package/@mistralai/mistralai/v/2.2.5 - .
- [NPM v2.2.5] https://www.npmjs.com/package/@mistralai/mistralai/v/2.2.5 - .

## 2026-06-15 12:58:44
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v2.2.6] .
### Releases
- [NPM v2.2.6] https://www.npmjs.com/package/@mistralai/mistralai/v/2.2.6 - .
3 changes: 1 addition & 2 deletions docs/models/components/authdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { AuthData } from "@mistralai/mistralai/models/components";

let value: AuthData = {
clientId: "<id>",
clientSecret: "<value>",
};
```

Expand All @@ -16,4 +15,4 @@ let value: AuthData = {
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `clientId` | *string* | :heavy_check_mark: | N/A |
| `clientSecret` | *string* | :heavy_check_mark: | N/A |
| `clientSecret` | *string* | :heavy_minus_sign: | N/A |
3 changes: 2 additions & 1 deletion docs/models/components/authenticationconfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { AuthenticationConfiguration } from "@mistralai/mistralai/models/compone

let value: AuthenticationConfiguration = {
name: "<value>",
authenticationType: "bearer",
authenticationType: "none",
scope: "system",
};
```
Expand All @@ -19,4 +19,5 @@ let value: AuthenticationConfiguration = {
| `name` | *string* | :heavy_check_mark: | N/A |
| `authenticationType` | [components.OutboundAuthenticationType](../../models/components/outboundauthenticationtype.md) | :heavy_check_mark: | N/A |
| `scope` | [components.ConsumerType](../../models/components/consumertype.md) | :heavy_check_mark: | N/A |
| `status` | [components.CredentialsStatus](../../models/components/credentialsstatus.md) | :heavy_minus_sign: | N/A |
| `isDefault` | *boolean* | :heavy_minus_sign: | N/A |
17 changes: 17 additions & 0 deletions docs/models/components/authstatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# AuthStatus

## Example Usage

```typescript
import { AuthStatus } from "@mistralai/mistralai/models/components";

let value: AuthStatus = "valid";

// Open enum: unrecognized values are captured as Unrecognized<string>
```

## Values

```typescript
"valid" | "invalid" | "error" | Unrecognized<string>
```
Loading
Loading