Skip to content

Commit 48eccf3

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.763.6 (#248)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 6bdabd4 commit 48eccf3

61 files changed

Lines changed: 1663 additions & 255 deletions

File tree

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: 181 additions & 83 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
@@ -34,7 +34,7 @@ generation:
3434
generateNewTests: false
3535
skipResponseBodyAssertions: false
3636
typescript:
37-
version: 2.2.7
37+
version: 2.3.0
3838
acceptHeaderEnum: true
3939
additionalDependencies:
4040
dependencies:

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ sources:
1616
- speakeasy-mistralai-gcp-sdk-regen-republish
1717
mistral-openapi:
1818
sourceNamespace: mistral-openapi
19-
sourceRevisionDigest: sha256:710048a12ecd28d48a0a7bf78fe01ccbc8e8fca7c28fec17b43d08a2fce58c5d
20-
sourceBlobDigest: sha256:2a04c377464d243355047eaa2744020752e7d182b23841a05e22852af68b5ea5
19+
sourceRevisionDigest: sha256:ddbcd8c88d920a20f03b9ac87c6ca4790b037c35a47c6bf36ac39583ce4885f8
20+
sourceBlobDigest: sha256:ad727e9c559a0631b55d576a0ae711d8e74e9daa1265381654c5be99d7561153
2121
tags:
2222
- latest
2323
targets:
@@ -38,10 +38,10 @@ targets:
3838
mistralai-sdk:
3939
source: mistral-openapi
4040
sourceNamespace: mistral-openapi
41-
sourceRevisionDigest: sha256:710048a12ecd28d48a0a7bf78fe01ccbc8e8fca7c28fec17b43d08a2fce58c5d
42-
sourceBlobDigest: sha256:2a04c377464d243355047eaa2744020752e7d182b23841a05e22852af68b5ea5
41+
sourceRevisionDigest: sha256:ddbcd8c88d920a20f03b9ac87c6ca4790b037c35a47c6bf36ac39583ce4885f8
42+
sourceBlobDigest: sha256:ad727e9c559a0631b55d576a0ae711d8e74e9daa1265381654c5be99d7561153
4343
codeSamplesNamespace: mistral-openapi-code-samples
44-
codeSamplesRevisionDigest: sha256:1a2ec9064e2b37ccc4dab4649389185573ca438dfd11094a04a8c268e98f6578
44+
codeSamplesRevisionDigest: sha256:b6646d1314d79dbbfe8e7ead7e422b102bf31fdfd1a1fff91864ef0f658c4892
4545
workflow:
4646
workflowVersion: 1.0.0
4747
speakeasyVersion: 1.763.6

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,8 @@ We have dedicated SDKs for the following providers:
443443
* [getIndexSchemaDetail](docs/sdks/searchindexes/README.md#getindexschemadetail) - Get Index Schema Detail
444444
* [setSchemaSummary](docs/sdks/searchindexes/README.md#setschemasummary) - Set Schema Summary
445445
* [getIndexSchemaFile](docs/sdks/searchindexes/README.md#getindexschemafile) - Get Index Schema File
446+
* [documentLookup](docs/sdks/searchindexes/README.md#documentlookup) - Document Lookup
447+
* [documentsFetch](docs/sdks/searchindexes/README.md#documentsfetch) - Document Fetch
446448

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

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

802805

803806
**Inherit from [`MistralError`](./src/models/errors/mistralerror.ts)**:
804-
* [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 142 of 225 methods.*
805-
* [`ObservabilityError`](./src/models/errors/observabilityerror.ts): Bad Request - Invalid request parameters or data. Applicable to 57 of 225 methods.*
807+
* [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 145 of 228 methods.*
808+
* [`ObservabilityError`](./src/models/errors/observabilityerror.ts): Bad Request - Invalid request parameters or data. Applicable to 57 of 228 methods.*
806809
* [`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.
807810

808811
</details>
@@ -1108,6 +1111,8 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
11081111
- [`betaRagIngestionPipelineConfigurationsList`](docs/sdks/ingestionpipelineconfigurations/README.md#list) - List ingestion pipeline configurations
11091112
- [`betaRagIngestionPipelineConfigurationsRegister`](docs/sdks/ingestionpipelineconfigurations/README.md#register) - Register Config
11101113
- [`betaRagIngestionPipelineConfigurationsUpdateRunInfo`](docs/sdks/ingestionpipelineconfigurations/README.md#updateruninfo) - Update Run Info
1114+
- [`betaRagSearchIndexesDocumentLookup`](docs/sdks/searchindexes/README.md#documentlookup) - Document Lookup
1115+
- [`betaRagSearchIndexesDocumentsFetch`](docs/sdks/searchindexes/README.md#documentsfetch) - Document Fetch
11111116
- [`betaRagSearchIndexesGetIndexDetail`](docs/sdks/searchindexes/README.md#getindexdetail) - Get Index Details
11121117
- [`betaRagSearchIndexesGetIndexSchemaDetail`](docs/sdks/searchindexes/README.md#getindexschemadetail) - Get Index Schema Detail
11131118
- [`betaRagSearchIndexesGetIndexSchemaFile`](docs/sdks/searchindexes/README.md#getindexschemafile) - Get Index Schema File
@@ -1163,6 +1168,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
11631168
- [`workflowsExecutionsGetWorkflowExecutionHistory`](docs/sdks/executions/README.md#getworkflowexecutionhistory) - Get Workflow Execution History
11641169
- [`workflowsExecutionsGetWorkflowExecutionLogs`](docs/sdks/executions/README.md#getworkflowexecutionlogs) - Get Workflow Execution Logs
11651170
- [`workflowsExecutionsGetWorkflowExecutionTraceEvents`](docs/sdks/executions/README.md#getworkflowexecutiontraceevents) - Get Workflow Execution Trace Events
1171+
- [`workflowsExecutionsGetWorkflowExecutionTraceInfo`](docs/sdks/executions/README.md#getworkflowexecutiontraceinfo) - Get Workflow Execution Trace Info
11661172
- [`workflowsExecutionsGetWorkflowExecutionTraceOtel`](docs/sdks/executions/README.md#getworkflowexecutiontraceotel) - Get Workflow Execution Trace Otel
11671173
- [`workflowsExecutionsGetWorkflowExecutionTraceSummary`](docs/sdks/executions/README.md#getworkflowexecutiontracesummary) - Get Workflow Execution Trace Summary
11681174
- [`workflowsExecutionsQueryWorkflowExecution`](docs/sdks/executions/README.md#queryworkflowexecution) - Query Workflow Execution

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,4 +418,14 @@ Based on:
418418
### Generated
419419
- [typescript v2.2.7] .
420420
### Releases
421-
- [NPM v2.2.7] https://www.npmjs.com/package/@mistralai/mistralai/v/2.2.7 - .
421+
- [NPM v2.2.7] https://www.npmjs.com/package/@mistralai/mistralai/v/2.2.7 - .
422+
423+
## 2026-06-23 15:35:29
424+
### Changes
425+
Based on:
426+
- OpenAPI Doc
427+
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
428+
### Generated
429+
- [typescript v2.3.0] .
430+
### Releases
431+
- [NPM v2.3.0] https://www.npmjs.com/package/@mistralai/mistralai/v/2.3.0 - .

docs/models/components/credentialsstatuserrorreason.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
```typescript
66
import { CredentialsStatusErrorReason } from "@mistralai/mistralai/models/components";
77

8-
let value: CredentialsStatusErrorReason = "oauth refresh error";
8+
let value: CredentialsStatusErrorReason = "unknown error";
99

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

1313
## Values
1414

1515
```typescript
16-
"oauth expired" | "oauth near expiry" | "empty credentials" | "unparsable credentials" | "you need to reconnect" | "oauth refresh error" | Unrecognized<string>
16+
"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>
1717
```
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ExecutionTraceInfoResponse
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { ExecutionTraceInfoResponse } from "@mistralai/mistralai/models/components";
7+
8+
let value: ExecutionTraceInfoResponse = {};
9+
```
10+
11+
## Fields
12+
13+
| Field | Type | Required | Description |
14+
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
15+
| `otelTraceId` | *string* | :heavy_minus_sign: | The ID of the trace, if available |
16+
| `hasTraceData` | *boolean* | :heavy_minus_sign: | Whether trace data is available in the trace backend for this execution |

docs/models/components/getsearchindexdetailresponseindex.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ import { GetSearchIndexDetailResponseIndex } from "@mistralai/mistralai/models/c
77

88
let value: GetSearchIndexDetailResponseIndex = {
99
name: "<value>",
10+
creatorId: "<id>",
11+
documentCount: 215628,
12+
status: "offline",
13+
createdAt: new Date("2024-08-20T11:57:23.546Z"),
14+
modifiedAt: new Date("2024-02-26T10:46:03.346Z"),
1015
vespaVersion: "<value>",
1116
summary: "<value>",
1217
schemas: [],
@@ -18,6 +23,11 @@ let value: GetSearchIndexDetailResponseIndex = {
1823
| Field | Type | Required | Description |
1924
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
2025
| `name` | *string* | :heavy_check_mark: | N/A |
26+
| `creatorId` | *string* | :heavy_check_mark: | N/A |
27+
| `documentCount` | *number* | :heavy_check_mark: | N/A |
28+
| `status` | [components.GetSearchIndexDetailResponseIndexStatus](../../models/components/getsearchindexdetailresponseindexstatus.md) | :heavy_check_mark: | N/A |
29+
| `createdAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | N/A |
30+
| `modifiedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | N/A |
2131
| `vespaVersion` | *string* | :heavy_check_mark: | N/A |
2232
| `summary` | *string* | :heavy_check_mark: | N/A |
2333
| `schemas` | [components.GetSearchIndexDetailResponseSchemaModel](../../models/components/getsearchindexdetailresponseschemamodel.md)[] | :heavy_check_mark: | N/A |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# GetSearchIndexDetailResponseIndexStatus
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { GetSearchIndexDetailResponseIndexStatus } from "@mistralai/mistralai/models/components";
7+
8+
let value: GetSearchIndexDetailResponseIndexStatus = "offline";
9+
10+
// Open enum: unrecognized values are captured as Unrecognized<string>
11+
```
12+
13+
## Values
14+
15+
```typescript
16+
"online" | "offline" | Unrecognized<string>
17+
```

docs/models/components/getsearchindexschemadetailresponsefield.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ import { GetSearchIndexSchemaDetailResponseField } from "@mistralai/mistralai/mo
77

88
let value: GetSearchIndexSchemaDetailResponseField = {
99
name: "<value>",
10-
type: 1,
11-
storage: 1,
10+
type: "int",
11+
storage: "in_memory",
1212
indexType: null,
1313
};
1414
```
1515

1616
## Fields
1717

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

0 commit comments

Comments
 (0)