@scaleway/sdk 2.21.1 → 2.22.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/document_db/v1beta1/api.gen.js +15 -1
- package/dist/api/document_db/v1beta1/content.gen.js +1 -1
- package/dist/api/document_db/v1beta1/marshalling.gen.js +15 -14
- package/dist/api/jobs/v1alpha1/marshalling.gen.js +1 -0
- package/dist/api/lb/v1/api.gen.js +2 -2
- package/dist/api/llm_inference/index.js +2 -0
- package/dist/api/llm_inference/v1beta1/api.gen.js +233 -0
- package/dist/api/llm_inference/v1beta1/content.gen.js +7 -0
- package/dist/api/llm_inference/v1beta1/index.gen.js +7 -0
- package/dist/api/llm_inference/v1beta1/marshalling.gen.js +225 -0
- package/dist/api/llm_inference/v1beta1/validation-rules.gen.js +55 -0
- package/dist/api/rdb/v1/api.gen.js +18 -1
- package/dist/api/rdb/v1/content.gen.js +1 -1
- package/dist/api/rdb/v1/marshalling.gen.js +15 -14
- package/dist/api/secret/v1beta1/api.gen.js +1 -1
- package/dist/index.cjs +1069 -506
- package/dist/index.d.ts +2057 -1330
- package/dist/index.js +26 -24
- package/dist/scw/constants.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -49,29 +49,31 @@ import * as index$i from './api/k8s/index.js';
|
|
|
49
49
|
export { index$i as K8S };
|
|
50
50
|
import * as index$j from './api/lb/index.js';
|
|
51
51
|
export { index$j as LB };
|
|
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
|
|
52
|
+
import * as index$k from './api/llm_inference/index.js';
|
|
53
|
+
export { index$k as LLMInference };
|
|
54
|
+
import * as index$l from './api/marketplace/index.js';
|
|
55
|
+
export { index$l as Marketplace };
|
|
56
|
+
import * as index$m from './api/mnq/index.js';
|
|
57
|
+
export { index$m as MNQ };
|
|
58
|
+
import * as index$n from './api/rdb/index.js';
|
|
59
|
+
export { index$n as RDB };
|
|
60
|
+
import * as index$o from './api/redis/index.js';
|
|
61
|
+
export { index$o as Redis };
|
|
62
|
+
import * as index$p from './api/registry/index.js';
|
|
63
|
+
export { index$p as Registry };
|
|
64
|
+
import * as index$q from './api/secret/index.js';
|
|
65
|
+
export { index$q as Secret };
|
|
66
|
+
import * as index$r from './api/serverless_sqldb/index.js';
|
|
67
|
+
export { index$r as ServerlessSQLDB };
|
|
66
68
|
import * as index_gen from './api/std/index.gen.js';
|
|
67
69
|
export { index_gen as Std };
|
|
68
|
-
import * as index$
|
|
69
|
-
export { index$
|
|
70
|
-
import * as index$
|
|
71
|
-
export { index$
|
|
72
|
-
import * as index$
|
|
73
|
-
export { index$
|
|
74
|
-
import * as index$
|
|
75
|
-
export { index$
|
|
76
|
-
import * as index$
|
|
77
|
-
export { index$
|
|
70
|
+
import * as index$s from './api/test/index.js';
|
|
71
|
+
export { index$s as Test };
|
|
72
|
+
import * as index$t from './api/tem/index.js';
|
|
73
|
+
export { index$t as TransactionalEmail };
|
|
74
|
+
import * as index$u from './api/vpc/index.js';
|
|
75
|
+
export { index$u as VPC };
|
|
76
|
+
import * as index$v from './api/vpcgw/index.js';
|
|
77
|
+
export { index$v as VPCGW };
|
|
78
|
+
import * as index$w from './api/webhosting/index.js';
|
|
79
|
+
export { index$w 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.
|
|
3
|
+
"version": "2.22.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": "7e1e62e3fb453129eccb28f3f801c143dad4f814"
|
|
39
39
|
}
|