Skip to content

Commit 165afae

Browse files
github-actions[bot]speakeasybotGaspardBT
authored
chore: 🐝 Update SDK - Generate MISTRALAI-SDK 1.1.0 (#29)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.399.2 * push jobs update * multipls fixes --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: gaspardBT <[email protected]> Co-authored-by: Gaspard Blanchet <[email protected]>
1 parent fbb2cb6 commit 165afae

File tree

258 files changed

+11210
-9363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+11210
-9363
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/__tests__
12
/core.*
23
/funcs
34
/models

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/cjs
88
/.tshy
99
/.tshy-*
10+
/__tests__

.speakeasy/gen.lock

+438-262
Large diffs are not rendered by default.

.speakeasy/gen.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
auth:
1616
oAuth2ClientCredentialsEnabled: true
1717
typescript:
18-
version: 1.0.4
18+
version: 1.1.0
1919
additionalDependencies:
2020
dependencies: {}
2121
devDependencies: {}
@@ -36,7 +36,7 @@ typescript:
3636
webhooks: models/webhooks
3737
inputModelSuffix: input
3838
maxMethodParams: 0
39-
methodArguments: require-security-and-request
39+
methodArguments: infer-optional-args
4040
moduleFormat: commonjs
4141
outputModelSuffix: output
4242
packageName: '@mistralai/mistralai'

.speakeasy/workflow.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ sources:
1616
- main
1717
mistral-openapi:
1818
sourceNamespace: mistral-openapi
19-
sourceRevisionDigest: sha256:421a4bd55fd50ba00d6ebf2db603888009e9996b642b0499110c223fd6ca21c2
20-
sourceBlobDigest: sha256:1c87b4b8287f6a3083167c13ab59c5e7ac180ab7e19ad1532f3f46495cc12a26
19+
sourceRevisionDigest: sha256:8e2d62b2242960d958406ba266eda41a013c1459dbac67195f8e2662c04cd05f
20+
sourceBlobDigest: sha256:9fbff48fe087e3b2f950b1cfa52b6a25143982741dc7e6750dd14d9c5bed4041
2121
tags:
2222
- latest
23-
- main
2423
targets:
2524
mistralai-azure-sdk:
2625
source: mistral-azure-source
2726
sourceNamespace: mistral-openapi-azure
27+
2828
sourceRevisionDigest: sha256:4e9539e6903e630aa69e48af190a24d3702f6038c7b7a92472c7942597c2a6f5
2929
sourceBlobDigest: sha256:3ace0709471c04a040c9763097fef0081d6c21a1be0b694dfe5991c045b76d18
3030
mistralai-gcp-sdk:
@@ -35,8 +35,8 @@ targets:
3535
mistralai-sdk:
3636
source: mistral-openapi
3737
sourceNamespace: mistral-openapi
38-
sourceRevisionDigest: sha256:421a4bd55fd50ba00d6ebf2db603888009e9996b642b0499110c223fd6ca21c2
39-
sourceBlobDigest: sha256:1c87b4b8287f6a3083167c13ab59c5e7ac180ab7e19ad1532f3f46495cc12a26
38+
sourceRevisionDigest: sha256:8e2d62b2242960d958406ba266eda41a013c1459dbac67195f8e2662c04cd05f
39+
sourceBlobDigest: sha256:9fbff48fe087e3b2f950b1cfa52b6a25143982741dc7e6750dd14d9c5bed4041
4040
workflow:
4141
workflowVersion: 1.0.0
4242
speakeasyVersion: latest

FUNCTIONS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const mistral = new MistralCore({
3232

3333
async function run() {
3434
const res = await filesUpload(mistral, {
35-
file: await openAsBlob("./sample-file"),
35+
file: await openAsBlob("example.file"),
3636
});
3737

3838
switch (true) {

0 commit comments

Comments
 (0)