@scaleway/sdk 2.0.0-alpha.16 → 2.0.0-alpha.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/baremetal/v1/marshalling.gen.js +4 -4
- package/dist/api/instance/v1/marshalling.gen.js +32 -32
- package/dist/api/jobs/index.js +2 -0
- package/dist/api/jobs/v1alpha1/api.gen.js +111 -0
- package/dist/api/jobs/v1alpha1/content.gen.js +7 -0
- package/dist/api/jobs/v1alpha1/index.gen.js +7 -0
- package/dist/api/jobs/v1alpha1/marshalling.gen.js +84 -0
- package/dist/api/jobs/v1alpha1/validation-rules.gen.js +45 -0
- package/dist/api/k8s/v1/marshalling.gen.js +4 -4
- package/dist/api/lb/v1/marshalling.gen.js +24 -24
- package/dist/api/rdb/v1/marshalling.gen.js +4 -4
- package/dist/api/registry/v1/marshalling.gen.js +4 -4
- package/dist/api/secret/v1alpha1/marshalling.gen.js +2 -1
- package/dist/api/test/v1/marshalling.gen.js +4 -4
- package/dist/index.cjs +644 -426
- package/dist/index.d.ts +1224 -975
- package/dist/index.js +28 -26
- package/dist/scw/constants.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -43,31 +43,33 @@ import * as index$f from './api/ipam/index.js';
|
|
|
43
43
|
export { index$f as IPAM };
|
|
44
44
|
import * as index$g from './api/ipfs/index.js';
|
|
45
45
|
export { index$g as IPFS };
|
|
46
|
-
import * as index$h from './api/
|
|
47
|
-
export { index$h as
|
|
48
|
-
import * as index$i from './api/
|
|
49
|
-
export { index$i as
|
|
50
|
-
import * as index$j from './api/
|
|
51
|
-
export { index$j as
|
|
52
|
-
import * as index$k from './api/
|
|
53
|
-
export { index$k as
|
|
54
|
-
import * as index$l from './api/
|
|
55
|
-
export { index$l as
|
|
56
|
-
import * as index$m from './api/
|
|
57
|
-
export { index$m as
|
|
58
|
-
import * as index$n from './api/
|
|
59
|
-
export { index$n as
|
|
60
|
-
import * as index$o from './api/
|
|
61
|
-
export { index$o as
|
|
46
|
+
import * as index$h from './api/jobs/index.js';
|
|
47
|
+
export { index$h as Jobs };
|
|
48
|
+
import * as index$i from './api/k8s/index.js';
|
|
49
|
+
export { index$i as K8S };
|
|
50
|
+
import * as index$j from './api/lb/index.js';
|
|
51
|
+
export { index$j as LB };
|
|
52
|
+
import * as index$k from './api/marketplace/index.js';
|
|
53
|
+
export { index$k as Marketplace };
|
|
54
|
+
import * as index$l from './api/mnq/index.js';
|
|
55
|
+
export { index$l as MNQ };
|
|
56
|
+
import * as index$m from './api/rdb/index.js';
|
|
57
|
+
export { index$m as RDB };
|
|
58
|
+
import * as index$n from './api/redis/index.js';
|
|
59
|
+
export { index$n as Redis };
|
|
60
|
+
import * as index$o from './api/registry/index.js';
|
|
61
|
+
export { index$o as Registry };
|
|
62
|
+
import * as index$p from './api/secret/index.js';
|
|
63
|
+
export { index$p as Secret };
|
|
62
64
|
import * as index_gen from './api/std/index.gen.js';
|
|
63
65
|
export { index_gen as Std };
|
|
64
|
-
import * as index$
|
|
65
|
-
export { index$
|
|
66
|
-
import * as index$
|
|
67
|
-
export { index$
|
|
68
|
-
import * as index$
|
|
69
|
-
export { index$
|
|
70
|
-
import * as index$
|
|
71
|
-
export { index$
|
|
72
|
-
import * as index$
|
|
73
|
-
export { index$
|
|
66
|
+
import * as index$q from './api/test/index.js';
|
|
67
|
+
export { index$q as Test };
|
|
68
|
+
import * as index$r from './api/tem/index.js';
|
|
69
|
+
export { index$r as TransactionalEmail };
|
|
70
|
+
import * as index$s from './api/vpc/index.js';
|
|
71
|
+
export { index$s as VPC };
|
|
72
|
+
import * as index$t from './api/vpcgw/index.js';
|
|
73
|
+
export { index$t as VPCGW };
|
|
74
|
+
import * as index$u from './api/webhosting/index.js';
|
|
75
|
+
export { index$u as Webhosting };
|
package/dist/scw/constants.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scaleway/sdk",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.17",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Scaleway SDK.",
|
|
6
6
|
"keywords": [
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"bundledDependencies": [
|
|
36
36
|
"@scaleway/random-name"
|
|
37
37
|
],
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "184bac5fac50897e97f16e511d14a2f7efddd186"
|
|
39
39
|
}
|