yellowgrid-api-ts 3.2.124-dev.0 → 3.2.125-dev.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.
@@ -0,0 +1,33 @@
1
+ export declare const ScheduledTaskEnum: {
2
+ readonly SUSPEND_INSTANCE: {
3
+ readonly name: "SUSPEND_INSTANCE";
4
+ readonly value: "Suspend";
5
+ readonly publicValue: "Suspend";
6
+ };
7
+ readonly RESIZE_INSTANCE: {
8
+ readonly name: "RESIZE_INSTANCE";
9
+ readonly value: "Resize";
10
+ readonly publicValue: "Resize";
11
+ };
12
+ readonly EXTEND_DISK: {
13
+ readonly name: "EXTEND_DISK";
14
+ readonly value: "Extend Disk";
15
+ readonly publicValue: "Extend Disk";
16
+ };
17
+ readonly TCX_UPGRADE_DEBIAN: {
18
+ readonly name: "TCX_UPGRADE_DEBIAN";
19
+ readonly value: "Upgrade Debian";
20
+ readonly publicValue: "Upgrade Debian";
21
+ };
22
+ readonly TCX_RESTART_SERVICES: {
23
+ readonly name: "TCX_RESTART_SERVICES";
24
+ readonly value: "Restart Services";
25
+ readonly publicValue: "Restart Services";
26
+ };
27
+ readonly REBOOT: {
28
+ readonly name: "REBOOT";
29
+ readonly value: "Reboot";
30
+ readonly publicValue: "Reboot";
31
+ };
32
+ };
33
+ export type ScheduledTaskEnum = typeof ScheduledTaskEnum;
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ScheduledTaskEnum = void 0;
4
+ exports.ScheduledTaskEnum = {
5
+ "SUSPEND_INSTANCE": {
6
+ "name": "SUSPEND_INSTANCE",
7
+ "value": "Suspend",
8
+ "publicValue": "Suspend"
9
+ },
10
+ "RESIZE_INSTANCE": {
11
+ "name": "RESIZE_INSTANCE",
12
+ "value": "Resize",
13
+ "publicValue": "Resize"
14
+ },
15
+ "EXTEND_DISK": {
16
+ "name": "EXTEND_DISK",
17
+ "value": "Extend Disk",
18
+ "publicValue": "Extend Disk"
19
+ },
20
+ "TCX_UPGRADE_DEBIAN": {
21
+ "name": "TCX_UPGRADE_DEBIAN",
22
+ "value": "Upgrade Debian",
23
+ "publicValue": "Upgrade Debian"
24
+ },
25
+ "TCX_RESTART_SERVICES": {
26
+ "name": "TCX_RESTART_SERVICES",
27
+ "value": "Restart Services",
28
+ "publicValue": "Restart Services"
29
+ },
30
+ "REBOOT": {
31
+ "name": "REBOOT",
32
+ "value": "Reboot",
33
+ "publicValue": "Reboot"
34
+ }
35
+ };
@@ -0,0 +1,34 @@
1
+ export const ScheduledTaskEnum = {
2
+ "SUSPEND_INSTANCE": {
3
+ "name": "SUSPEND_INSTANCE",
4
+ "value": "Suspend",
5
+ "publicValue": "Suspend"
6
+ },
7
+ "RESIZE_INSTANCE": {
8
+ "name": "RESIZE_INSTANCE",
9
+ "value": "Resize",
10
+ "publicValue": "Resize"
11
+ },
12
+ "EXTEND_DISK": {
13
+ "name": "EXTEND_DISK",
14
+ "value": "Extend Disk",
15
+ "publicValue": "Extend Disk"
16
+ },
17
+ "TCX_UPGRADE_DEBIAN": {
18
+ "name": "TCX_UPGRADE_DEBIAN",
19
+ "value": "Upgrade Debian",
20
+ "publicValue": "Upgrade Debian"
21
+ },
22
+ "TCX_RESTART_SERVICES": {
23
+ "name": "TCX_RESTART_SERVICES",
24
+ "value": "Restart Services",
25
+ "publicValue": "Restart Services"
26
+ },
27
+ "REBOOT": {
28
+ "name": "REBOOT",
29
+ "value": "Reboot",
30
+ "publicValue": "Reboot"
31
+ }
32
+ } as const;
33
+
34
+ export type ScheduledTaskEnum = typeof ScheduledTaskEnum;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.124-dev.0",
3
+ "version": "3.2.125-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {