Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🐝 Update SDK - Generate MISTRALAI-SDK 1.0.3 #22

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

github-actions[bot]
Copy link
Contributor

SDK update

Based on:

OpenAPI Change Summary

├─┬Paths
│ └─┬/v1/files
│   └─┬POST
│     └─┬Requestbody
│       └─┬multipart/form-data
│         └─┬Schema
│           └─┬purpose
│             ├──[➕] enum (116:43)
│             ├──[➕] type (118:43)❌ 
│             └─┬Extensions
│               └──[➕] x-speakeasy-unknown-values (119:65)
└─┬Components
  ├─┬JobOut
  │ ├─┬object
  │ │ ├──[➕] enum (1197:27)
  │ │ └──[➕] type (1199:27)❌ 
  │ ├─┬integrations
  │ │ ├─┬ANYOF
  │ │ │ ├──[➕] items (1216:29)❌ 
  │ │ │ └──[🔀] type (1222:33)❌ 
  │ │ └─┬ANYOF
  │ │   ├──[➖] items (1194:29)❌ 
  │ │   └──[🔀] type (1223:33)❌ 
  │ └─┬repositories
  │   └─┬Schema
  │     └──[🔀] $ref (1235:25)❌ 
  ├─┬UploadFileOut
  │ └─┬purpose
  │   ├──[➕] enum (855:27)
  │   ├──[➕] type (857:27)❌ 
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-unknown-values (861:49)
  ├─┬JobIn
  │ ├─┬repositories
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (1523:25)❌ 
  │ └─┬integrations
  │   └─┬ANYOF
  │     └─┬Schema
  │       └──[🔀] $ref (1510:29)❌ 
  ├─┬FileSchema
  │ └─┬purpose
  │   ├──[➕] enum (918:27)
  │   ├──[➕] type (920:27)❌ 
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-unknown-values (924:49)
  ├─┬TrainingParametersIn
  │ ├──[➕] properties (1580:17)
  │ └──[➕] properties (1571:17)
  ├─┬ArchiveFTModelOut
  │ └─┬object
  │   ├──[➕] enum (1931:27)
  │   └──[➕] type (1933:27)❌ 
  ├─┬WandbIntegration
  │ └─┬type
  │   ├──[➕] enum (1612:27)
  │   └──[➕] type (1614:27)❌ 
  ├─┬FTModelOut
  │ └─┬object
  │   ├──[➕] enum (1857:27)
  │   └──[➕] type (1859:27)❌ 
  ├─┬JobsOut
  │ └─┬object
  │   ├──[➕] enum (1272:27)
  │   └──[➕] type (1274:27)❌ 
  ├─┬DetailedJobOut
  │ ├─┬integrations
  │ │ ├─┬ANYOF
  │ │ │ ├──[➕] items (1732:29)❌ 
  │ │ │ └──[🔀] type (1738:33)❌ 
  │ │ └─┬ANYOF
  │ │   ├──[➖] items (1638:29)❌ 
  │ │   └──[🔀] type (1739:33)❌ 
  │ ├─┬repositories
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (1749:25)❌ 
  │ └─┬object
  │   ├──[➕] enum (1716:27)
  │   └──[➕] type (1718:27)❌ 
  ├─┬LegacyJobMetadataOut
  │ └─┬object
  │   ├──[➕] enum (1438:27)
  │   └──[➕] type (1440:27)❌ 
  ├─┬GithubRepositoryIn
  │ └─┬type
  │   ├──[➕] enum (1451:27)
  │   └──[➕] type (1453:27)❌ 
  ├─┬UnarchiveFTModelOut
  │ └─┬object
  │   ├──[➕] enum (1951:27)
  │   └──[➕] type (1953:27)❌ 
  ├─┬TrainingParameters
  │ ├──[➕] properties (1304:17)
  │ └──[➕] properties (1296:17)
  ├─┬GithubRepositoryOut
  │ └─┬type
  │   ├──[➕] enum (1066:27)
  │   └──[➕] type (1068:27)❌ 
  ├─┬RetrieveFileOut
  │ └─┬purpose
  │   ├──[➕] enum (996:27)
  │   ├──[➕] type (998:27)❌ 
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-unknown-values (1002:49)
  └─┬WandbIntegrationOut
    └─┬type
      ├──[➕] enum (1334:27)
      └──[➕] type (1336:27)❌ 
Document Element Total Changes Breaking Changes
paths 3 1
components 47 26

TYPESCRIPT CHANGELOG

core: 3.14.1 - 2024-08-17

🔧 Chores

  • remove unused method param (commit by @adaam2)

constsAndDefaults: 0.1.10 - 2024-08-16

🐛 Bug Fixes

  • fix optionality of const fields in error classes (commit by @disintegrator)

constsAndDefaults: 0.1.9 - 2024-08-15

🐛 Bug Fixes

  • respect default values on const fields when parsing server data (commit by @disintegrator)

@GaspardBT GaspardBT merged commit b540ca7 into main Aug 22, 2024
2 checks passed
@GaspardBT GaspardBT deleted the speakeasy-sdk-regen-1724143410 branch November 12, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants