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
264 changes: 181 additions & 83 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.7
version: 2.3.0
acceptHeaderEnum: true
additionalDependencies:
dependencies:
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ sources:
- speakeasy-mistralai-gcp-sdk-regen-republish
mistral-openapi:
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:710048a12ecd28d48a0a7bf78fe01ccbc8e8fca7c28fec17b43d08a2fce58c5d
sourceBlobDigest: sha256:2a04c377464d243355047eaa2744020752e7d182b23841a05e22852af68b5ea5
sourceRevisionDigest: sha256:ddbcd8c88d920a20f03b9ac87c6ca4790b037c35a47c6bf36ac39583ce4885f8
sourceBlobDigest: sha256:ad727e9c559a0631b55d576a0ae711d8e74e9daa1265381654c5be99d7561153
tags:
- latest
targets:
Expand All @@ -38,10 +38,10 @@ targets:
mistralai-sdk:
source: mistral-openapi
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:710048a12ecd28d48a0a7bf78fe01ccbc8e8fca7c28fec17b43d08a2fce58c5d
sourceBlobDigest: sha256:2a04c377464d243355047eaa2744020752e7d182b23841a05e22852af68b5ea5
sourceRevisionDigest: sha256:ddbcd8c88d920a20f03b9ac87c6ca4790b037c35a47c6bf36ac39583ce4885f8
sourceBlobDigest: sha256:ad727e9c559a0631b55d576a0ae711d8e74e9daa1265381654c5be99d7561153
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:1a2ec9064e2b37ccc4dab4649389185573ca438dfd11094a04a8c268e98f6578
codeSamplesRevisionDigest: sha256:b6646d1314d79dbbfe8e7ead7e422b102bf31fdfd1a1fff91864ef0f658c4892
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.763.6
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ We have dedicated SDKs for the following providers:
* [getIndexSchemaDetail](docs/sdks/searchindexes/README.md#getindexschemadetail) - Get Index Schema Detail
* [setSchemaSummary](docs/sdks/searchindexes/README.md#setschemasummary) - Set Schema Summary
* [getIndexSchemaFile](docs/sdks/searchindexes/README.md#getindexschemafile) - Get Index Schema File
* [documentLookup](docs/sdks/searchindexes/README.md#documentlookup) - Document Lookup
* [documentsFetch](docs/sdks/searchindexes/README.md#documentsfetch) - Document Fetch

### [Chat](docs/sdks/chat/README.md)

Expand Down Expand Up @@ -538,6 +540,7 @@ We have dedicated SDKs for the following providers:
* [batchCancelWorkflowExecutions](docs/sdks/executions/README.md#batchcancelworkflowexecutions) - Batch Cancel Workflow Executions
* [resetWorkflow](docs/sdks/executions/README.md#resetworkflow) - Reset Workflow
* [updateWorkflowExecution](docs/sdks/executions/README.md#updateworkflowexecution) - Update Workflow Execution
* [getWorkflowExecutionTraceInfo](docs/sdks/executions/README.md#getworkflowexecutiontraceinfo) - Get Workflow Execution Trace Info
* [getWorkflowExecutionTraceOtel](docs/sdks/executions/README.md#getworkflowexecutiontraceotel) - Get Workflow Execution Trace Otel
* [getWorkflowExecutionTraceSummary](docs/sdks/executions/README.md#getworkflowexecutiontracesummary) - Get Workflow Execution Trace Summary
* [getWorkflowExecutionTraceEvents](docs/sdks/executions/README.md#getworkflowexecutiontraceevents) - Get Workflow Execution Trace Events
Expand Down Expand Up @@ -801,8 +804,8 @@ run();


**Inherit from [`MistralError`](./src/models/errors/mistralerror.ts)**:
* [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 142 of 225 methods.*
* [`ObservabilityError`](./src/models/errors/observabilityerror.ts): Bad Request - Invalid request parameters or data. Applicable to 57 of 225 methods.*
* [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 145 of 228 methods.*
* [`ObservabilityError`](./src/models/errors/observabilityerror.ts): Bad Request - Invalid request parameters or data. Applicable to 57 of 228 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 @@ -1108,6 +1111,8 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`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
- [`betaRagSearchIndexesDocumentLookup`](docs/sdks/searchindexes/README.md#documentlookup) - Document Lookup
- [`betaRagSearchIndexesDocumentsFetch`](docs/sdks/searchindexes/README.md#documentsfetch) - Document Fetch
- [`betaRagSearchIndexesGetIndexDetail`](docs/sdks/searchindexes/README.md#getindexdetail) - Get Index Details
- [`betaRagSearchIndexesGetIndexSchemaDetail`](docs/sdks/searchindexes/README.md#getindexschemadetail) - Get Index Schema Detail
- [`betaRagSearchIndexesGetIndexSchemaFile`](docs/sdks/searchindexes/README.md#getindexschemafile) - Get Index Schema File
Expand Down Expand Up @@ -1163,6 +1168,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`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
- [`workflowsExecutionsGetWorkflowExecutionTraceInfo`](docs/sdks/executions/README.md#getworkflowexecutiontraceinfo) - Get Workflow Execution Trace Info
- [`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
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,4 +418,14 @@ Based on:
### Generated
- [typescript v2.2.7] .
### Releases
- [NPM v2.2.7] https://www.npmjs.com/package/@mistralai/mistralai/v/2.2.7 - .
- [NPM v2.2.7] https://www.npmjs.com/package/@mistralai/mistralai/v/2.2.7 - .

## 2026-06-23 15:35:29
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v2.3.0] .
### Releases
- [NPM v2.3.0] https://www.npmjs.com/package/@mistralai/mistralai/v/2.3.0 - .
4 changes: 2 additions & 2 deletions docs/models/components/credentialsstatuserrorreason.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
```typescript
import { CredentialsStatusErrorReason } from "@mistralai/mistralai/models/components";

let value: CredentialsStatusErrorReason = "oauth refresh error";
let value: CredentialsStatusErrorReason = "unknown error";

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

## Values

```typescript
"oauth expired" | "oauth near expiry" | "empty credentials" | "unparsable credentials" | "you need to reconnect" | "oauth refresh error" | Unrecognized<string>
"oauth expired" | "oauth near expiry" | "empty credentials" | "unparsable credentials" | "you need to reconnect" | "oauth refresh error" | "MCP server unreachable" | "MCP server timed out" | "MCP server error" | "unknown error" | Unrecognized<string>
```
16 changes: 16 additions & 0 deletions docs/models/components/executiontraceinforesponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ExecutionTraceInfoResponse

## Example Usage

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

let value: ExecutionTraceInfoResponse = {};
```

## Fields

| Field | Type | Required | Description |
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| `otelTraceId` | *string* | :heavy_minus_sign: | The ID of the trace, if available |
| `hasTraceData` | *boolean* | :heavy_minus_sign: | Whether trace data is available in the trace backend for this execution |
10 changes: 10 additions & 0 deletions docs/models/components/getsearchindexdetailresponseindex.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ import { GetSearchIndexDetailResponseIndex } from "@mistralai/mistralai/models/c

let value: GetSearchIndexDetailResponseIndex = {
name: "<value>",
creatorId: "<id>",
documentCount: 215628,
status: "offline",
createdAt: new Date("2024-08-20T11:57:23.546Z"),
modifiedAt: new Date("2024-02-26T10:46:03.346Z"),
vespaVersion: "<value>",
summary: "<value>",
schemas: [],
Expand All @@ -18,6 +23,11 @@ let value: GetSearchIndexDetailResponseIndex = {
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| `name` | *string* | :heavy_check_mark: | N/A |
| `creatorId` | *string* | :heavy_check_mark: | N/A |
| `documentCount` | *number* | :heavy_check_mark: | N/A |
| `status` | [components.GetSearchIndexDetailResponseIndexStatus](../../models/components/getsearchindexdetailresponseindexstatus.md) | :heavy_check_mark: | N/A |
| `createdAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | N/A |
| `modifiedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | N/A |
| `vespaVersion` | *string* | :heavy_check_mark: | N/A |
| `summary` | *string* | :heavy_check_mark: | N/A |
| `schemas` | [components.GetSearchIndexDetailResponseSchemaModel](../../models/components/getsearchindexdetailresponseschemamodel.md)[] | :heavy_check_mark: | N/A |
17 changes: 17 additions & 0 deletions docs/models/components/getsearchindexdetailresponseindexstatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# GetSearchIndexDetailResponseIndexStatus

## Example Usage

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

let value: GetSearchIndexDetailResponseIndexStatus = "offline";

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

## Values

```typescript
"online" | "offline" | Unrecognized<string>
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ import { GetSearchIndexSchemaDetailResponseField } from "@mistralai/mistralai/mo

let value: GetSearchIndexSchemaDetailResponseField = {
name: "<value>",
type: 1,
storage: 1,
type: "int",
storage: "in_memory",
indexType: null,
};
```

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| `name` | *string* | :heavy_check_mark: | N/A |
| `type` | [components.SchemaFieldType](../../models/components/schemafieldtype.md) | :heavy_check_mark: | N/A |
| `storage` | [components.SchemaFieldStorage](../../models/components/schemafieldstorage.md) | :heavy_check_mark: | N/A |
| `indexType` | [components.SchemaFieldIndex](../../models/components/schemafieldindex.md) | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| `name` | *string* | :heavy_check_mark: | N/A |
| `type` | [components.SchemaFieldDataType](../../models/components/schemafielddatatype.md) | :heavy_check_mark: | N/A |
| `storage` | [components.SchemaFieldStorage](../../models/components/schemafieldstorage.md) | :heavy_check_mark: | N/A |
| `indexType` | [components.SchemaFieldIndex](../../models/components/schemafieldindex.md) | :heavy_check_mark: | N/A |
Loading
Loading