Skip to content

Commit 9d7717e

Browse files
authored
Merge pull request #245 from mistralai/speakeasy-sdk-regen-1782205269
chore: 🐝 Update SDK - Generate MISTRALAI-SDK 2.2.7
2 parents 7681cda + bcf5c25 commit 9d7717e

449 files changed

Lines changed: 9326 additions & 1781 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: 1237 additions & 677 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.6
37+
version: 2.2.7
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:ce470abcf776ad46a6b38f4d8db1c804ed66c174cdc8eff683016b78811f8c57
20-
sourceBlobDigest: sha256:090d576bca32e6dbfb72ed88eac454874c50072e7c30f6d912485f89f10c079a
19+
sourceRevisionDigest: sha256:710048a12ecd28d48a0a7bf78fe01ccbc8e8fca7c28fec17b43d08a2fce58c5d
20+
sourceBlobDigest: sha256:2a04c377464d243355047eaa2744020752e7d182b23841a05e22852af68b5ea5
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:ce470abcf776ad46a6b38f4d8db1c804ed66c174cdc8eff683016b78811f8c57
42-
sourceBlobDigest: sha256:090d576bca32e6dbfb72ed88eac454874c50072e7c30f6d912485f89f10c079a
41+
sourceRevisionDigest: sha256:710048a12ecd28d48a0a7bf78fe01ccbc8e8fca7c28fec17b43d08a2fce58c5d
42+
sourceBlobDigest: sha256:2a04c377464d243355047eaa2744020752e7d182b23841a05e22852af68b5ea5
4343
codeSamplesNamespace: mistral-openapi-code-samples
44-
codeSamplesRevisionDigest: sha256:5489575a6b6042812261e494d09848c9143d7127a37e99e1d1d07eda86008a1e
44+
codeSamplesRevisionDigest: sha256:1a2ec9064e2b37ccc4dab4649389185573ca438dfd11094a04a8c268e98f6578
4545
workflow:
4646
workflowVersion: 1.0.0
4747
speakeasyVersion: 1.763.6

β€ŽREADME.mdβ€Ž

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,15 @@ We have dedicated SDKs for the following providers:
434434

435435
### [Beta.Rag.SearchIndexes](docs/sdks/searchindexes/README.md)
436436

437-
* [list](docs/sdks/searchindexes/README.md#list) - Get Search Indexes
438-
* [register](docs/sdks/searchindexes/README.md#register) - Register Search Index
437+
* [register](docs/sdks/searchindexes/README.md#register) - Register (or re-register) a search index
438+
* [getIndexSummaries](docs/sdks/searchindexes/README.md#getindexsummaries) - Get Index Summaries
439+
* [unregister](docs/sdks/searchindexes/README.md#unregister) - Unregister Search Index
440+
* [updateIndexMetrics](docs/sdks/searchindexes/README.md#updateindexmetrics) - Update Index Metrics
441+
* [getIndexDetail](docs/sdks/searchindexes/README.md#getindexdetail) - Get Index Details
442+
* [setIndexSummary](docs/sdks/searchindexes/README.md#setindexsummary) - Set Index Summary
443+
* [getIndexSchemaDetail](docs/sdks/searchindexes/README.md#getindexschemadetail) - Get Index Schema Detail
444+
* [setSchemaSummary](docs/sdks/searchindexes/README.md#setschemasummary) - Set Schema Summary
445+
* [getIndexSchemaFile](docs/sdks/searchindexes/README.md#getindexschemafile) - Get Index Schema File
439446

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

@@ -511,6 +518,8 @@ We have dedicated SDKs for the following providers:
511518

512519
* [listDeployments](docs/sdks/deployments/README.md#listdeployments) - List Deployments
513520
* [getDeployment](docs/sdks/deployments/README.md#getdeployment) - Get Deployment
521+
* [getDeploymentLogs](docs/sdks/deployments/README.md#getdeploymentlogs) - Get Deployment Logs
522+
* [streamDeploymentLogs](docs/sdks/deployments/README.md#streamdeploymentlogs) - Stream Deployment Logs
514523

515524
#### [Workflows.Events](docs/sdks/workflowsevents/README.md)
516525

@@ -792,8 +801,8 @@ run();
792801

793802

794803
**Inherit from [`MistralError`](./src/models/errors/mistralerror.ts)**:
795-
* [`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 133 of 216 methods.*
796-
* [`ObservabilityError`](./src/models/errors/observabilityerror.ts): Bad Request - Invalid request parameters or data. Applicable to 57 of 216 methods.*
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.*
797806
* [`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.
798807

799808
</details>
@@ -1099,8 +1108,15 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
10991108
- [`betaRagIngestionPipelineConfigurationsList`](docs/sdks/ingestionpipelineconfigurations/README.md#list) - List ingestion pipeline configurations
11001109
- [`betaRagIngestionPipelineConfigurationsRegister`](docs/sdks/ingestionpipelineconfigurations/README.md#register) - Register Config
11011110
- [`betaRagIngestionPipelineConfigurationsUpdateRunInfo`](docs/sdks/ingestionpipelineconfigurations/README.md#updateruninfo) - Update Run Info
1102-
- [`betaRagSearchIndexesList`](docs/sdks/searchindexes/README.md#list) - Get Search Indexes
1103-
- [`betaRagSearchIndexesRegister`](docs/sdks/searchindexes/README.md#register) - Register Search Index
1111+
- [`betaRagSearchIndexesGetIndexDetail`](docs/sdks/searchindexes/README.md#getindexdetail) - Get Index Details
1112+
- [`betaRagSearchIndexesGetIndexSchemaDetail`](docs/sdks/searchindexes/README.md#getindexschemadetail) - Get Index Schema Detail
1113+
- [`betaRagSearchIndexesGetIndexSchemaFile`](docs/sdks/searchindexes/README.md#getindexschemafile) - Get Index Schema File
1114+
- [`betaRagSearchIndexesGetIndexSummaries`](docs/sdks/searchindexes/README.md#getindexsummaries) - Get Index Summaries
1115+
- [`betaRagSearchIndexesRegister`](docs/sdks/searchindexes/README.md#register) - Register (or re-register) a search index
1116+
- [`betaRagSearchIndexesSetIndexSummary`](docs/sdks/searchindexes/README.md#setindexsummary) - Set Index Summary
1117+
- [`betaRagSearchIndexesSetSchemaSummary`](docs/sdks/searchindexes/README.md#setschemasummary) - Set Schema Summary
1118+
- [`betaRagSearchIndexesUnregister`](docs/sdks/searchindexes/README.md#unregister) - Unregister Search Index
1119+
- [`betaRagSearchIndexesUpdateIndexMetrics`](docs/sdks/searchindexes/README.md#updateindexmetrics) - Update Index Metrics
11041120
- [`chatComplete`](docs/sdks/chat/README.md#complete) - Chat Completion
11051121
- [`chatStream`](docs/sdks/chat/README.md#stream) - Stream chat completion
11061122
- [`classifiersClassify`](docs/sdks/classifiers/README.md#classify) - Classifications
@@ -1136,7 +1152,9 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
11361152
- [`workflowsBulkArchiveWorkflows`](docs/sdks/workflows/README.md#bulkarchiveworkflows) - Bulk Archive Workflows
11371153
- [`workflowsBulkUnarchiveWorkflows`](docs/sdks/workflows/README.md#bulkunarchiveworkflows) - Bulk Unarchive Workflows
11381154
- [`workflowsDeploymentsGetDeployment`](docs/sdks/deployments/README.md#getdeployment) - Get Deployment
1155+
- [`workflowsDeploymentsGetDeploymentLogs`](docs/sdks/deployments/README.md#getdeploymentlogs) - Get Deployment Logs
11391156
- [`workflowsDeploymentsListDeployments`](docs/sdks/deployments/README.md#listdeployments) - List Deployments
1157+
- [`workflowsDeploymentsStreamDeploymentLogs`](docs/sdks/deployments/README.md#streamdeploymentlogs) - Stream Deployment Logs
11401158
- [`workflowsExecuteWorkflow`](docs/sdks/workflows/README.md#executeworkflow) - Execute Workflow
11411159
- [`workflowsExecutionsBatchCancelWorkflowExecutions`](docs/sdks/executions/README.md#batchcancelworkflowexecutions) - Batch Cancel Workflow Executions
11421160
- [`workflowsExecutionsBatchTerminateWorkflowExecutions`](docs/sdks/executions/README.md#batchterminateworkflowexecutions) - Batch Terminate Workflow Executions

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,4 +408,14 @@ Based on:
408408
### Generated
409409
- [typescript v2.2.6] .
410410
### Releases
411-
- [NPM v2.2.6] https://www.npmjs.com/package/@mistralai/mistralai/v/2.2.6 - .
411+
- [NPM v2.2.6] https://www.npmjs.com/package/@mistralai/mistralai/v/2.2.6 - .
412+
413+
## 2026-06-23 09:01:08
414+
### Changes
415+
Based on:
416+
- OpenAPI Doc
417+
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
418+
### Generated
419+
- [typescript v2.2.7] .
420+
### Releases
421+
- [NPM v2.2.7] https://www.npmjs.com/package/@mistralai/mistralai/v/2.2.7 - .

β€Ždocs/models/components/agentscompletionrequesttool.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
```typescript
99
const value: components.Tool = {
10-
type: "function",
1110
function: {
1211
name: "<value>",
1312
parameters: {

β€Ždocs/models/components/agentscompletionstreamrequesttool.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
```typescript
99
const value: components.Tool = {
10-
type: "function",
1110
function: {
1211
name: "<value>",
1312
parameters: {
Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
# Block
2+
3+
4+
## Supported Types
5+
6+
### `components.OCRAsideTextBlock`
7+
8+
```typescript
9+
const value: components.OCRAsideTextBlock = {
10+
topLeftX: 545697,
11+
topLeftY: 661822,
12+
bottomRightX: 920345,
13+
bottomRightY: 240982,
14+
content: "<value>",
15+
type: "aside_text",
16+
};
17+
```
18+
19+
### `components.OCRCaptionBlock`
20+
21+
```typescript
22+
const value: components.OCRCaptionBlock = {
23+
topLeftX: 57011,
24+
topLeftY: 349632,
25+
bottomRightX: 593596,
26+
bottomRightY: 209759,
27+
content: "<value>",
28+
type: "caption",
29+
};
30+
```
31+
32+
### `components.OCRCodeBlock`
33+
34+
```typescript
35+
const value: components.OCRCodeBlock = {
36+
topLeftX: 168013,
37+
topLeftY: 285223,
38+
bottomRightX: 337635,
39+
bottomRightY: 396786,
40+
content: "<value>",
41+
type: "code",
42+
};
43+
```
44+
45+
### `components.OCREquationBlock`
46+
47+
```typescript
48+
const value: components.OCREquationBlock = {
49+
topLeftX: 528840,
50+
topLeftY: 824309,
51+
bottomRightX: 942378,
52+
bottomRightY: 950743,
53+
content: "<value>",
54+
type: "equation",
55+
};
56+
```
57+
58+
### `components.OCRFooterBlock`
59+
60+
```typescript
61+
const value: components.OCRFooterBlock = {
62+
topLeftX: 160416,
63+
topLeftY: 828952,
64+
bottomRightX: 862210,
65+
bottomRightY: 971152,
66+
content: "<value>",
67+
type: "footer",
68+
};
69+
```
70+
71+
### `components.OCRHeaderBlock`
72+
73+
```typescript
74+
const value: components.OCRHeaderBlock = {
75+
topLeftX: 326696,
76+
topLeftY: 155772,
77+
bottomRightX: 106400,
78+
bottomRightY: 631327,
79+
content: "<value>",
80+
type: "header",
81+
};
82+
```
83+
84+
### `components.OCRImageBlock`
85+
86+
```typescript
87+
const value: components.OCRImageBlock = {
88+
topLeftX: 701479,
89+
topLeftY: 394382,
90+
bottomRightX: 513978,
91+
bottomRightY: 108225,
92+
content: "<value>",
93+
type: "image",
94+
imageId: "<id>",
95+
};
96+
```
97+
98+
### `components.OCRListBlock`
99+
100+
```typescript
101+
const value: components.OCRListBlock = {
102+
topLeftX: 95640,
103+
topLeftY: 431085,
104+
bottomRightX: 496704,
105+
bottomRightY: 509326,
106+
content: "<value>",
107+
type: "list",
108+
};
109+
```
110+
111+
### `components.OCRReferencesBlock`
112+
113+
```typescript
114+
const value: components.OCRReferencesBlock = {
115+
topLeftX: 603769,
116+
topLeftY: 781310,
117+
bottomRightX: 902414,
118+
bottomRightY: 979632,
119+
content: "<value>",
120+
type: "references",
121+
};
122+
```
123+
124+
### `components.OCRSignatureBlock`
125+
126+
```typescript
127+
const value: components.OCRSignatureBlock = {
128+
topLeftX: 857536,
129+
topLeftY: 241465,
130+
bottomRightX: 411537,
131+
bottomRightY: 539511,
132+
content: "<value>",
133+
type: "signature",
134+
};
135+
```
136+
137+
### `components.OCRTableBlock`
138+
139+
```typescript
140+
const value: components.OCRTableBlock = {
141+
topLeftX: 101665,
142+
topLeftY: 855336,
143+
bottomRightX: 459836,
144+
bottomRightY: 157241,
145+
content: "<value>",
146+
type: "table",
147+
};
148+
```
149+
150+
### `components.OCRTextBlock`
151+
152+
```typescript
153+
const value: components.OCRTextBlock = {
154+
topLeftX: 405309,
155+
topLeftY: 413135,
156+
bottomRightX: 535040,
157+
bottomRightY: 348887,
158+
content: "<value>",
159+
type: "text",
160+
};
161+
```
162+
163+
### `components.OCRTitleBlock`
164+
165+
```typescript
166+
const value: components.OCRTitleBlock = {
167+
topLeftX: 838416,
168+
topLeftY: 677429,
169+
bottomRightX: 906381,
170+
bottomRightY: 702320,
171+
content: "<value>",
172+
type: "title",
173+
};
174+
```
175+

β€Ždocs/models/components/chatcompletionrequesttool.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
```typescript
99
const value: components.Tool = {
10-
type: "function",
1110
function: {
1211
name: "<value>",
1312
parameters: {

β€Ždocs/models/components/chatcompletionstreamrequesttool.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
```typescript
99
const value: components.Tool = {
10-
type: "function",
1110
function: {
1211
name: "<value>",
1312
parameters: {

0 commit comments

Comments
Β (0)