Skip to content

Commit

Permalink
Merge pull request #4 from mistralai/speakeasy-sdk-regen-1723050577
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate MISTRALAI-SDK 1.0.1
  • Loading branch information
GaspardBT authored Aug 7, 2024
2 parents 536f8a8 + 7f5ccfa commit 1f8e553
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.0.2
speakeasyVersion: 1.356.0
generationVersion: 2.388.1
releaseVersion: 1.0.0
configChecksum: 869d7356f7c026cd6078168155323e9e
releaseVersion: 1.0.1
configChecksum: 9ca527cc3afc6d9feda073e428a6cab7
repoURL: https://github.com/mistralai/client-ts.git
installationURL: https://github.com/mistralai/client-ts
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 1.0.0
version: 1.0.1
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
speakeasyVersion: 1.356.0
sources: {}
targets:
mistralai-sdk:
source: mistral-openapi
outLocation: /github/workspace/repo
mistralai-azure-sdk:
source: mistral-azure-source
outLocation: ./packages/mistralai-azure
mistralai-gcp-sdk:
source: mistral-google-cloud-source
outLocation: ./packages/mistralai-gcp
mistralai-sdk:
source: mistral-openapi
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ Based on:
### Generated
- [typescript v1.0.0] .
### Releases
- [NPM v1.0.0] https://www.npmjs.com/package/@mistralai/mistralai/v/1.0.0 - .
- [NPM v1.0.0] https://www.npmjs.com/package/@mistralai/mistralai/v/1.0.0 - .

## 2024-08-07 17:09:34
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.356.0 (2.388.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.0.1] .
### Releases
- [NPM v1.0.1] https://www.npmjs.com/package/@mistralai/mistralai/v/1.0.1 - .
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@mistralai/mistralai",
"version": "1.0.0",
"version": "1.0.1",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mistralai/mistralai",
"version": "1.0.0",
"version": "1.0.1",
"author": "Speakeasy",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.0.2",
sdkVersion: "1.0.0",
sdkVersion: "1.0.1",
genVersion: "2.388.1",
userAgent: "speakeasy-sdk/typescript 1.0.0 2.388.1 0.0.2 @mistralai/mistralai",
userAgent: "speakeasy-sdk/typescript 1.0.1 2.388.1 0.0.2 @mistralai/mistralai",
} as const;

0 comments on commit 1f8e553

Please sign in to comment.