@scaleway/sdk-baremetal 2.2.0 → 2.3.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.
@@ -1,19 +1,15 @@
1
- const SERVER_INSTALL_TRANSIENT_STATUSES = [
2
- "to_install",
3
- "installing"
4
- ];
1
+ /** Lists transient statutes of the enum {@link ServerInstallStatus}. */
2
+ const SERVER_INSTALL_TRANSIENT_STATUSES = ["to_install", "installing"];
3
+ /** Lists transient statutes of the enum {@link ServerPrivateNetworkStatus}. */
5
4
  const SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES = ["attaching", "detaching"];
5
+ /** Lists transient statutes of the enum {@link ServerStatus}. */
6
6
  const SERVER_TRANSIENT_STATUSES = [
7
- "delivering",
8
- "stopping",
9
- "starting",
10
- "deleting",
11
- "ordered",
12
- "resetting",
13
- "migrating"
7
+ "delivering",
8
+ "stopping",
9
+ "starting",
10
+ "deleting",
11
+ "ordered",
12
+ "resetting",
13
+ "migrating"
14
14
  ];
15
- export {
16
- SERVER_INSTALL_TRANSIENT_STATUSES,
17
- SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES,
18
- SERVER_TRANSIENT_STATUSES
19
- };
15
+ export { SERVER_INSTALL_TRANSIENT_STATUSES, SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES, SERVER_TRANSIENT_STATUSES };
@@ -1,43 +1,45 @@
1
- import { API, PrivateNetworkAPI } from "./api.gen.js";
1
+ import { __exportAll } from "../_virtual/_rolldown/runtime.js";
2
2
  import { SERVER_INSTALL_TRANSIENT_STATUSES, SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES, SERVER_TRANSIENT_STATUSES } from "./content.gen.js";
3
3
  import { marshalAddOptionServerRequest, marshalCreateServerRequest, marshalInstallServerRequest, marshalPrivateNetworkApiAddServerPrivateNetworkRequest, marshalPrivateNetworkApiSetServerPrivateNetworksRequest, marshalRebootServerRequest, marshalSchema, marshalStartBMCAccessRequest, marshalStartServerRequest, marshalUpdateIPRequest, marshalUpdateServerRequest, marshalUpdateSettingRequest, marshalValidatePartitioningSchemaRequest, unmarshalBMCAccess, unmarshalGetServerMetricsResponse, unmarshalIP, unmarshalListOSResponse, unmarshalListOffersResponse, unmarshalListOptionsResponse, unmarshalListServerEventsResponse, unmarshalListServerPrivateNetworksResponse, unmarshalListServersResponse, unmarshalListSettingsResponse, unmarshalOS, unmarshalOffer, unmarshalOption, unmarshalSchema, unmarshalServer, unmarshalServerPrivateNetwork, unmarshalSetServerPrivateNetworksResponse, unmarshalSetting } from "./marshalling.gen.js";
4
- import * as validationRules_gen from "./validation-rules.gen.js";
5
- export {
6
- API,
7
- PrivateNetworkAPI,
8
- SERVER_INSTALL_TRANSIENT_STATUSES,
9
- SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES,
10
- SERVER_TRANSIENT_STATUSES,
11
- validationRules_gen as ValidationRules,
12
- marshalAddOptionServerRequest,
13
- marshalCreateServerRequest,
14
- marshalInstallServerRequest,
15
- marshalPrivateNetworkApiAddServerPrivateNetworkRequest,
16
- marshalPrivateNetworkApiSetServerPrivateNetworksRequest,
17
- marshalRebootServerRequest,
18
- marshalSchema,
19
- marshalStartBMCAccessRequest,
20
- marshalStartServerRequest,
21
- marshalUpdateIPRequest,
22
- marshalUpdateServerRequest,
23
- marshalUpdateSettingRequest,
24
- marshalValidatePartitioningSchemaRequest,
25
- unmarshalBMCAccess,
26
- unmarshalGetServerMetricsResponse,
27
- unmarshalIP,
28
- unmarshalListOSResponse,
29
- unmarshalListOffersResponse,
30
- unmarshalListOptionsResponse,
31
- unmarshalListServerEventsResponse,
32
- unmarshalListServerPrivateNetworksResponse,
33
- unmarshalListServersResponse,
34
- unmarshalListSettingsResponse,
35
- unmarshalOS,
36
- unmarshalOffer,
37
- unmarshalOption,
38
- unmarshalSchema,
39
- unmarshalServer,
40
- unmarshalServerPrivateNetwork,
41
- unmarshalSetServerPrivateNetworksResponse,
42
- unmarshalSetting
43
- };
4
+ import { API, PrivateNetworkAPI } from "./api.gen.js";
5
+ import { validation_rules_gen_exports } from "./validation-rules.gen.js";
6
+ var index_gen_exports = /* @__PURE__ */ __exportAll({
7
+ API: () => API,
8
+ PrivateNetworkAPI: () => PrivateNetworkAPI,
9
+ SERVER_INSTALL_TRANSIENT_STATUSES: () => SERVER_INSTALL_TRANSIENT_STATUSES,
10
+ SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES: () => SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES,
11
+ SERVER_TRANSIENT_STATUSES: () => SERVER_TRANSIENT_STATUSES,
12
+ ValidationRules: () => validation_rules_gen_exports,
13
+ marshalAddOptionServerRequest: () => marshalAddOptionServerRequest,
14
+ marshalCreateServerRequest: () => marshalCreateServerRequest,
15
+ marshalInstallServerRequest: () => marshalInstallServerRequest,
16
+ marshalPrivateNetworkApiAddServerPrivateNetworkRequest: () => marshalPrivateNetworkApiAddServerPrivateNetworkRequest,
17
+ marshalPrivateNetworkApiSetServerPrivateNetworksRequest: () => marshalPrivateNetworkApiSetServerPrivateNetworksRequest,
18
+ marshalRebootServerRequest: () => marshalRebootServerRequest,
19
+ marshalSchema: () => marshalSchema,
20
+ marshalStartBMCAccessRequest: () => marshalStartBMCAccessRequest,
21
+ marshalStartServerRequest: () => marshalStartServerRequest,
22
+ marshalUpdateIPRequest: () => marshalUpdateIPRequest,
23
+ marshalUpdateServerRequest: () => marshalUpdateServerRequest,
24
+ marshalUpdateSettingRequest: () => marshalUpdateSettingRequest,
25
+ marshalValidatePartitioningSchemaRequest: () => marshalValidatePartitioningSchemaRequest,
26
+ unmarshalBMCAccess: () => unmarshalBMCAccess,
27
+ unmarshalGetServerMetricsResponse: () => unmarshalGetServerMetricsResponse,
28
+ unmarshalIP: () => unmarshalIP,
29
+ unmarshalListOSResponse: () => unmarshalListOSResponse,
30
+ unmarshalListOffersResponse: () => unmarshalListOffersResponse,
31
+ unmarshalListOptionsResponse: () => unmarshalListOptionsResponse,
32
+ unmarshalListServerEventsResponse: () => unmarshalListServerEventsResponse,
33
+ unmarshalListServerPrivateNetworksResponse: () => unmarshalListServerPrivateNetworksResponse,
34
+ unmarshalListServersResponse: () => unmarshalListServersResponse,
35
+ unmarshalListSettingsResponse: () => unmarshalListSettingsResponse,
36
+ unmarshalOS: () => unmarshalOS,
37
+ unmarshalOffer: () => unmarshalOffer,
38
+ unmarshalOption: () => unmarshalOption,
39
+ unmarshalSchema: () => unmarshalSchema,
40
+ unmarshalServer: () => unmarshalServer,
41
+ unmarshalServerPrivateNetwork: () => unmarshalServerPrivateNetwork,
42
+ unmarshalSetServerPrivateNetworksResponse: () => unmarshalSetServerPrivateNetworksResponse,
43
+ unmarshalSetting: () => unmarshalSetting
44
+ });
45
+ export { index_gen_exports };