|
3 | 3 | * PLEASE DO NOT EDIT HERE
|
4 | 4 | */
|
5 | 5 |
|
6 |
| -import * as Account from './account/index.gen' |
7 |
| -import * as Applesilicon from './applesilicon/index.gen' |
8 |
| -import * as AuditTrail from './audit_trail/index.gen' |
9 |
| -import * as Baremetal from './baremetal/index.gen' |
10 |
| -import * as Billing from './billing/index.gen' |
11 |
| -import * as Block from './block/index.gen' |
12 |
| -import * as Cockpit from './cockpit/index.gen' |
13 |
| -import * as Container from './container/index.gen' |
14 |
| -import * as Dedibox from './dedibox/index.gen' |
15 |
| -import * as Domain from './domain/index.gen' |
16 |
| -import * as EdgeServices from './edge_services/index.gen' |
17 |
| -import * as File from './file/index.gen' |
18 |
| -import * as Flexibleip from './flexibleip/index.gen' |
19 |
| -import * as Function from './function/index.gen' |
20 |
| -import * as Iam from './iam/index.gen' |
21 |
| -import * as Inference from './inference/index.gen' |
22 |
| -import * as Instance from './instance/index.gen' |
23 |
| -import * as Interlink from './interlink/index.gen' |
24 |
| -import * as Iot from './iot/index.gen' |
25 |
| -import * as Ipam from './ipam/index.gen' |
26 |
| -import * as Jobs from './jobs/index.gen' |
27 |
| -import * as K8s from './k8s/index.gen' |
28 |
| -import * as KeyManager from './key_manager/index.gen' |
29 |
| -import * as Lb from './lb/index.gen' |
30 |
| -import * as Marketplace from './marketplace/index.gen' |
31 |
| -import * as Mnq from './mnq/index.gen' |
32 |
| -import * as Mongodb from './mongodb/index.gen' |
33 |
| -import * as ProductCatalog from './product_catalog/index.gen' |
34 |
| -import * as Qaas from './qaas/index.gen' |
35 |
| -import * as Rdb from './rdb/index.gen' |
36 |
| -import * as Redis from './redis/index.gen' |
37 |
| -import * as Registry from './registry/index.gen' |
38 |
| -import * as Secret from './secret/index.gen' |
39 |
| -import * as ServerlessSqldb from './serverless_sqldb/index.gen' |
| 6 | +import * as Account from '@scaleway/sdk-account/index.gen' |
| 7 | +import * as Applesilicon from '@scaleway/sdk-applesilicon/index.gen' |
| 8 | +import * as AuditTrail from '@scaleway/sdk-audit-trail/index.gen' |
| 9 | +import * as Baremetal from '@scaleway/sdk-baremetal/index.gen' |
| 10 | +import * as Billing from '@scaleway/sdk-billing/index.gen' |
| 11 | +import * as Block from '@scaleway/sdk-block/index.gen' |
| 12 | +import * as Cockpit from '@scaleway/sdk-cockpit/index.gen' |
| 13 | +import * as Container from '@scaleway/sdk-container/index.gen' |
| 14 | +import * as Dedibox from '@scaleway/sdk-dedibox/index.gen' |
| 15 | +import * as Domain from '@scaleway/sdk-domain/index.gen' |
| 16 | +import * as EdgeServices from '@scaleway/sdk-edge-services/index.gen' |
| 17 | +import * as File from '@scaleway/sdk-file/index.gen' |
| 18 | +import * as Flexibleip from '@scaleway/sdk-flexibleip/index.gen' |
| 19 | +import * as Function from '@scaleway/sdk-function/index.gen' |
| 20 | +import * as Iam from '@scaleway/sdk-iam/index.gen' |
| 21 | +import * as Inference from '@scaleway/sdk-inference/index.gen' |
| 22 | +import * as Instance from '@scaleway/sdk-instance/index.gen' |
| 23 | +import * as Interlink from '@scaleway/sdk-interlink/index.gen' |
| 24 | +import * as Iot from '@scaleway/sdk-iot/index.gen' |
| 25 | +import * as Ipam from '@scaleway/sdk-ipam/index.gen' |
| 26 | +import * as Jobs from '@scaleway/sdk-jobs/index.gen' |
| 27 | +import * as K8s from '@scaleway/sdk-k8s/index.gen' |
| 28 | +import * as KeyManager from '@scaleway/sdk-key-manager/index.gen' |
| 29 | +import * as Lb from '@scaleway/sdk-lb/index.gen' |
| 30 | +import * as Marketplace from '@scaleway/sdk-marketplace/index.gen' |
| 31 | +import * as Mnq from '@scaleway/sdk-mnq/index.gen' |
| 32 | +import * as Mongodb from '@scaleway/sdk-mongodb/index.gen' |
| 33 | +import * as ProductCatalog from '@scaleway/sdk-product-catalog/index.gen' |
| 34 | +import * as Qaas from '@scaleway/sdk-qaas/index.gen' |
| 35 | +import * as Rdb from '@scaleway/sdk-rdb/index.gen' |
| 36 | +import * as Redis from '@scaleway/sdk-redis/index.gen' |
| 37 | +import * as Registry from '@scaleway/sdk-registry/index.gen' |
| 38 | +import * as Secret from '@scaleway/sdk-secret/index.gen' |
| 39 | +import * as ServerlessSqldb from '@scaleway/sdk-serverless-sqldb/index.gen' |
| 40 | +import * as Tem from '@scaleway/sdk-tem/index.gen' |
| 41 | +import * as Test from '@scaleway/sdk-test/index.gen' |
| 42 | +import * as Vpc from '@scaleway/sdk-vpc/index.gen' |
| 43 | +import * as Vpcgw from '@scaleway/sdk-vpcgw/index.gen' |
| 44 | +import * as Webhosting from '@scaleway/sdk-webhosting/index.gen' |
40 | 45 | import * as Std from './std/index.gen'
|
41 |
| -import * as Tem from './tem/index.gen' |
42 |
| -import * as Test from './test/index.gen' |
43 |
| -import * as Vpc from './vpc/index.gen' |
44 |
| -import * as Vpcgw from './vpcgw/index.gen' |
45 |
| -import * as Webhosting from './webhosting/index.gen' |
46 | 46 |
|
47 | 47 | export {
|
48 | 48 | Account,
|
|
0 commit comments