@scaleway/sdk-baremetal 1.2.0 → 2.1.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/README.md +96 -0
- package/dist/v1/api.gen.d.ts +2 -2
- package/dist/v1/api.gen.js +39 -67
- package/dist/v1/content.gen.js +4 -1
- package/dist/v1/index.gen.d.ts +1 -1
- package/dist/v1/marshalling.gen.d.ts +2 -2
- package/dist/v1/marshalling.gen.js +18 -34
- package/dist/v1/types.gen.d.ts +26 -2
- package/dist/v3/api.gen.d.ts +1 -1
- package/dist/v3/api.gen.js +10 -21
- package/dist/v3/content.gen.js +4 -1
- package/dist/v3/index.gen.d.ts +1 -1
- package/dist/v3/marshalling.gen.js +2 -8
- package/package.json +6 -9
- package/dist/index.gen.cjs +0 -6
- package/dist/v1/api.gen.cjs +0 -600
- package/dist/v1/content.gen.cjs +0 -19
- package/dist/v1/index.gen.cjs +0 -43
- package/dist/v1/marshalling.gen.cjs +0 -725
- package/dist/v1/validation-rules.gen.cjs +0 -116
- package/dist/v3/api.gen.cjs +0 -104
- package/dist/v3/content.gen.cjs +0 -4
- package/dist/v3/index.gen.cjs +0 -12
- package/dist/v3/marshalling.gen.cjs +0 -60
package/dist/v1/content.gen.cjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const SERVER_INSTALL_TRANSIENT_STATUSES = [
|
|
4
|
-
"to_install",
|
|
5
|
-
"installing"
|
|
6
|
-
];
|
|
7
|
-
const SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES = ["attaching", "detaching"];
|
|
8
|
-
const SERVER_TRANSIENT_STATUSES = [
|
|
9
|
-
"delivering",
|
|
10
|
-
"stopping",
|
|
11
|
-
"starting",
|
|
12
|
-
"deleting",
|
|
13
|
-
"ordered",
|
|
14
|
-
"resetting",
|
|
15
|
-
"migrating"
|
|
16
|
-
];
|
|
17
|
-
exports.SERVER_INSTALL_TRANSIENT_STATUSES = SERVER_INSTALL_TRANSIENT_STATUSES;
|
|
18
|
-
exports.SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES = SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES;
|
|
19
|
-
exports.SERVER_TRANSIENT_STATUSES = SERVER_TRANSIENT_STATUSES;
|
package/dist/v1/index.gen.cjs
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const api_gen = require("./api.gen.cjs");
|
|
4
|
-
const content_gen = require("./content.gen.cjs");
|
|
5
|
-
const marshalling_gen = require("./marshalling.gen.cjs");
|
|
6
|
-
const validationRules_gen = require("./validation-rules.gen.cjs");
|
|
7
|
-
exports.API = api_gen.API;
|
|
8
|
-
exports.PrivateNetworkAPI = api_gen.PrivateNetworkAPI;
|
|
9
|
-
exports.SERVER_INSTALL_TRANSIENT_STATUSES = content_gen.SERVER_INSTALL_TRANSIENT_STATUSES;
|
|
10
|
-
exports.SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES = content_gen.SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES;
|
|
11
|
-
exports.SERVER_TRANSIENT_STATUSES = content_gen.SERVER_TRANSIENT_STATUSES;
|
|
12
|
-
exports.marshalAddOptionServerRequest = marshalling_gen.marshalAddOptionServerRequest;
|
|
13
|
-
exports.marshalCreateServerRequest = marshalling_gen.marshalCreateServerRequest;
|
|
14
|
-
exports.marshalInstallServerRequest = marshalling_gen.marshalInstallServerRequest;
|
|
15
|
-
exports.marshalPrivateNetworkApiAddServerPrivateNetworkRequest = marshalling_gen.marshalPrivateNetworkApiAddServerPrivateNetworkRequest;
|
|
16
|
-
exports.marshalPrivateNetworkApiSetServerPrivateNetworksRequest = marshalling_gen.marshalPrivateNetworkApiSetServerPrivateNetworksRequest;
|
|
17
|
-
exports.marshalRebootServerRequest = marshalling_gen.marshalRebootServerRequest;
|
|
18
|
-
exports.marshalSchema = marshalling_gen.marshalSchema;
|
|
19
|
-
exports.marshalStartBMCAccessRequest = marshalling_gen.marshalStartBMCAccessRequest;
|
|
20
|
-
exports.marshalStartServerRequest = marshalling_gen.marshalStartServerRequest;
|
|
21
|
-
exports.marshalUpdateIPRequest = marshalling_gen.marshalUpdateIPRequest;
|
|
22
|
-
exports.marshalUpdateServerRequest = marshalling_gen.marshalUpdateServerRequest;
|
|
23
|
-
exports.marshalUpdateSettingRequest = marshalling_gen.marshalUpdateSettingRequest;
|
|
24
|
-
exports.marshalValidatePartitioningSchemaRequest = marshalling_gen.marshalValidatePartitioningSchemaRequest;
|
|
25
|
-
exports.unmarshalBMCAccess = marshalling_gen.unmarshalBMCAccess;
|
|
26
|
-
exports.unmarshalGetServerMetricsResponse = marshalling_gen.unmarshalGetServerMetricsResponse;
|
|
27
|
-
exports.unmarshalIP = marshalling_gen.unmarshalIP;
|
|
28
|
-
exports.unmarshalListOSResponse = marshalling_gen.unmarshalListOSResponse;
|
|
29
|
-
exports.unmarshalListOffersResponse = marshalling_gen.unmarshalListOffersResponse;
|
|
30
|
-
exports.unmarshalListOptionsResponse = marshalling_gen.unmarshalListOptionsResponse;
|
|
31
|
-
exports.unmarshalListServerEventsResponse = marshalling_gen.unmarshalListServerEventsResponse;
|
|
32
|
-
exports.unmarshalListServerPrivateNetworksResponse = marshalling_gen.unmarshalListServerPrivateNetworksResponse;
|
|
33
|
-
exports.unmarshalListServersResponse = marshalling_gen.unmarshalListServersResponse;
|
|
34
|
-
exports.unmarshalListSettingsResponse = marshalling_gen.unmarshalListSettingsResponse;
|
|
35
|
-
exports.unmarshalOS = marshalling_gen.unmarshalOS;
|
|
36
|
-
exports.unmarshalOffer = marshalling_gen.unmarshalOffer;
|
|
37
|
-
exports.unmarshalOption = marshalling_gen.unmarshalOption;
|
|
38
|
-
exports.unmarshalSchema = marshalling_gen.unmarshalSchema;
|
|
39
|
-
exports.unmarshalServer = marshalling_gen.unmarshalServer;
|
|
40
|
-
exports.unmarshalServerPrivateNetwork = marshalling_gen.unmarshalServerPrivateNetwork;
|
|
41
|
-
exports.unmarshalSetServerPrivateNetworksResponse = marshalling_gen.unmarshalSetServerPrivateNetworksResponse;
|
|
42
|
-
exports.unmarshalSetting = marshalling_gen.unmarshalSetting;
|
|
43
|
-
exports.ValidationRules = validationRules_gen;
|