@scaleway/sdk 1.37.0 → 1.38.1
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/cockpit/v1beta1/marshalling.gen.js +2 -1
- package/dist/api/container/v1beta1/index.gen.js +2 -0
- package/dist/api/container/v1beta1/marshalling.gen.js +3 -3
- package/dist/api/container/v1beta1/validation-rules.gen.js +44 -0
- package/dist/api/function/v1beta1/index.gen.js +2 -0
- package/dist/api/function/v1beta1/marshalling.gen.js +3 -3
- package/dist/api/function/v1beta1/validation-rules.gen.js +44 -0
- package/dist/api/ipam/index.js +2 -0
- package/dist/api/ipam/v1/api.gen.js +113 -0
- package/dist/api/ipam/v1/index.gen.js +6 -0
- package/dist/api/ipam/v1/marshalling.gen.js +77 -0
- package/dist/api/ipam/v1/validation-rules.gen.js +11 -0
- package/dist/api/tem/v1alpha1/marshalling.gen.js +13 -0
- package/dist/api/vpcgw/v1/marshalling.gen.js +10 -0
- package/dist/index.cjs +654 -332
- package/dist/index.d.ts +1450 -935
- package/dist/index.js +30 -28
- package/dist/scw/constants.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -39,31 +39,33 @@ import * as index$d from './api/instance/index.js';
|
|
|
39
39
|
export { index$d as Instance };
|
|
40
40
|
import * as index$e from './api/iot/index.js';
|
|
41
41
|
export { index$e as IOT };
|
|
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
|
|
66
|
-
import * as index$r from './api/
|
|
67
|
-
export { index$r as
|
|
68
|
-
import * as index$s from './api/
|
|
69
|
-
export { index$s as
|
|
42
|
+
import * as index$f from './api/ipam/index.js';
|
|
43
|
+
export { index$f as IPAM };
|
|
44
|
+
import * as index$g from './api/ipfs/index.js';
|
|
45
|
+
export { index$g as IPFS };
|
|
46
|
+
import * as index$h from './api/k8s/index.js';
|
|
47
|
+
export { index$h as K8S };
|
|
48
|
+
import * as index$i from './api/lb/index.js';
|
|
49
|
+
export { index$i as LB };
|
|
50
|
+
import * as index$j from './api/marketplace/index.js';
|
|
51
|
+
export { index$j as Marketplace };
|
|
52
|
+
import * as index$k from './api/mnq/index.js';
|
|
53
|
+
export { index$k as MNQ };
|
|
54
|
+
import * as index$l from './api/rdb/index.js';
|
|
55
|
+
export { index$l as RDB };
|
|
56
|
+
import * as index$m from './api/redis/index.js';
|
|
57
|
+
export { index$m as Redis };
|
|
58
|
+
import * as index$n from './api/registry/index.js';
|
|
59
|
+
export { index$n as Registry };
|
|
60
|
+
import * as index$o from './api/secret/index.js';
|
|
61
|
+
export { index$o as Secret };
|
|
62
|
+
import * as index$p from './api/test/index.js';
|
|
63
|
+
export { index$p as Test };
|
|
64
|
+
import * as index$q from './api/tem/index.js';
|
|
65
|
+
export { index$q as TransactionalEmail };
|
|
66
|
+
import * as index$r from './api/vpc/index.js';
|
|
67
|
+
export { index$r as VPC };
|
|
68
|
+
import * as index$s from './api/vpcgw/index.js';
|
|
69
|
+
export { index$s as VPCGW };
|
|
70
|
+
import * as index$t from './api/webhosting/index.js';
|
|
71
|
+
export { index$t 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.38.1",
|
|
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": "366fbe52a3eceeba96902ee1899544714f18fd56"
|
|
39
39
|
}
|