Skip to content

Commit

Permalink
feat(interlink): add v1beta api (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Dec 23, 2024
1 parent f1da1e5 commit e9967d3
Show file tree
Hide file tree
Showing 7 changed files with 1,409 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 @@ -20,6 +20,7 @@ import * as Function from './function/index.gen'
import * as Iam from './iam/index.gen'
import * as Inference from './inference/index.gen'
import * as Instance from './instance/index.gen'
import * as Interlink from './interlink/index.gen'
import * as Iot from './iot/index.gen'
import * as Ipam from './ipam/index.gen'
import * as Ipfs from './ipfs/index.gen'
Expand Down Expand Up @@ -62,6 +63,7 @@ export {
Iam,
Inference,
Instance,
Interlink,
Iot,
Ipam,
Ipfs,
Expand Down
6 changes: 6 additions & 0 deletions packages/clients/src/api/interlink/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 v1beta1 from './v1beta1/index.gen'
Loading

0 comments on commit e9967d3

Please sign in to comment.