@scaleway/sdk 1.32.1 → 1.33.0
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/block/index.js +2 -0
- package/dist/api/block/v1alpha1/api.gen.js +245 -0
- package/dist/api/block/v1alpha1/content.gen.js +13 -0
- package/dist/api/block/v1alpha1/index.gen.js +7 -0
- package/dist/api/block/v1alpha1/marshalling.gen.js +175 -0
- package/dist/api/block/v1alpha1/validation-rules.gen.js +42 -0
- package/dist/api/document_db/index.js +2 -0
- package/dist/api/document_db/v1beta1/api.gen.js +830 -0
- package/dist/api/document_db/v1beta1/content.gen.js +19 -0
- package/dist/api/document_db/v1beta1/index.gen.js +7 -0
- package/dist/api/document_db/v1beta1/marshalling.gen.js +636 -0
- package/dist/api/document_db/v1beta1/validation-rules.gen.js +10 -0
- package/dist/api/domain/v2beta1/api.gen.js +30 -1
- package/dist/api/domain/v2beta1/marshalling.gen.js +10 -1
- package/dist/index.cjs +2969 -1052
- package/dist/index.d.ts +3790 -1407
- package/dist/index.js +48 -44
- package/dist/scw/constants.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -19,47 +19,51 @@ import * as index$3 from './api/baremetal/index.js';
|
|
|
19
19
|
export { index$3 as BareMetal };
|
|
20
20
|
import * as index$4 from './api/billing/index.js';
|
|
21
21
|
export { index$4 as Billing };
|
|
22
|
-
import * as index$5 from './api/
|
|
23
|
-
export { index$5 as
|
|
24
|
-
import * as index$6 from './api/
|
|
25
|
-
export { index$6 as
|
|
26
|
-
import * as index$7 from './api/
|
|
27
|
-
export { index$7 as
|
|
28
|
-
import * as index$8 from './api/
|
|
29
|
-
export { index$8 as
|
|
30
|
-
import * as index$9 from './api/
|
|
31
|
-
export { index$9 as
|
|
32
|
-
import * as index$a from './api/
|
|
33
|
-
export { index$a as
|
|
34
|
-
import * as index$b from './api/
|
|
35
|
-
export { index$b as
|
|
36
|
-
import * as index$c from './api/
|
|
37
|
-
export { index$c as
|
|
38
|
-
import * as index$d from './api/
|
|
39
|
-
export { index$d as
|
|
40
|
-
import * as index$e from './api/
|
|
41
|
-
export { index$e as
|
|
42
|
-
import * as index$f from './api/
|
|
43
|
-
export { index$f as
|
|
44
|
-
import * as index$g from './api/
|
|
45
|
-
export { index$g as
|
|
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
|
|
62
|
-
import * as index$p from './api/
|
|
63
|
-
export { index$p as
|
|
64
|
-
import * as index$q from './api/
|
|
65
|
-
export { index$q as
|
|
22
|
+
import * as index$5 from './api/block/index.js';
|
|
23
|
+
export { index$5 as Block };
|
|
24
|
+
import * as index$6 from './api/cockpit/index.js';
|
|
25
|
+
export { index$6 as Cockpit };
|
|
26
|
+
import * as index$7 from './api/container/index.js';
|
|
27
|
+
export { index$7 as Container };
|
|
28
|
+
import * as index$8 from './api/document_db/index.js';
|
|
29
|
+
export { index$8 as DocumentDB };
|
|
30
|
+
import * as index$9 from './api/domain/index.js';
|
|
31
|
+
export { index$9 as Domain };
|
|
32
|
+
import * as index$a from './api/flexibleip/index.js';
|
|
33
|
+
export { index$a as FlexibleIP };
|
|
34
|
+
import * as index$b from './api/function/index.js';
|
|
35
|
+
export { index$b as Function };
|
|
36
|
+
import * as index$c from './api/iam/index.js';
|
|
37
|
+
export { index$c as IAM };
|
|
38
|
+
import * as index$d from './api/instance/index.js';
|
|
39
|
+
export { index$d as Instance };
|
|
40
|
+
import * as index$e from './api/iot/index.js';
|
|
41
|
+
export { index$e as IOT };
|
|
42
|
+
import * as index$f from './api/ipfs/index.js';
|
|
43
|
+
export { index$f as IPFS };
|
|
44
|
+
import * as index$g from './api/k8s/index.js';
|
|
45
|
+
export { index$g as K8S };
|
|
46
|
+
import * as index$h from './api/lb/index.js';
|
|
47
|
+
export { index$h as LB };
|
|
48
|
+
import * as index$i from './api/marketplace/index.js';
|
|
49
|
+
export { index$i as Marketplace };
|
|
50
|
+
import * as index$j from './api/mnq/index.js';
|
|
51
|
+
export { index$j as MNQ };
|
|
52
|
+
import * as index$k from './api/rdb/index.js';
|
|
53
|
+
export { index$k as RDB };
|
|
54
|
+
import * as index$l from './api/redis/index.js';
|
|
55
|
+
export { index$l as Redis };
|
|
56
|
+
import * as index$m from './api/registry/index.js';
|
|
57
|
+
export { index$m as Registry };
|
|
58
|
+
import * as index$n from './api/secret/index.js';
|
|
59
|
+
export { index$n as Secret };
|
|
60
|
+
import * as index$o from './api/test/index.js';
|
|
61
|
+
export { index$o as Test };
|
|
62
|
+
import * as index$p from './api/tem/index.js';
|
|
63
|
+
export { index$p as TransactionalEmail };
|
|
64
|
+
import * as index$q from './api/vpc/index.js';
|
|
65
|
+
export { index$q as VPC };
|
|
66
|
+
import * as index$r from './api/vpcgw/index.js';
|
|
67
|
+
export { index$r as VPCGW };
|
|
68
|
+
import * as index$s from './api/webhosting/index.js';
|
|
69
|
+
export { index$s 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": "1.
|
|
3
|
+
"version": "1.33.0",
|
|
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": "b0fca268066e3e1db0723b86450b2d3610c54178"
|
|
39
39
|
}
|