Skip to content

Commit

Permalink
feat: update generated APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored and Codelax committed Oct 16, 2024
1 parent c5aab4c commit b9c1310
Show file tree
Hide file tree
Showing 8 changed files with 1,688 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/clients/src/api/index.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import * as Lb from './lb/index.gen'
import * as LlmInference from './llm_inference/index.gen'
import * as Marketplace from './marketplace/index.gen'
import * as Mnq from './mnq/index.gen'
import * as Mongodb from './mongodb/index.gen'
import * as Qaas from './qaas/index.gen'
import * as Rdb from './rdb/index.gen'
import * as Redis from './redis/index.gen'
Expand Down Expand Up @@ -69,6 +70,7 @@ export {
LlmInference,
Marketplace,
Mnq,
Mongodb,
Qaas,
Rdb,
Redis,
Expand Down
6 changes: 6 additions & 0 deletions packages/clients/src/api/mongodb/index.gen.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* This file is automatically generated from /scripts/generate.js PLEASE DO NOT
* EDIT HERE
*/

export * as v1alpha1 from './v1alpha1/index.gen'
Loading

0 comments on commit b9c1310

Please sign in to comment.