@quantcdn/quant-client 3.0.3 → 4.0.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.
Files changed (138) hide show
  1. package/README.md +145 -15
  2. package/api.ts +24933 -0
  3. package/base.ts +89 -0
  4. package/common.ts +150 -0
  5. package/configuration.ts +115 -0
  6. package/dist/api.d.ts +17980 -2
  7. package/dist/api.js +13594 -16
  8. package/dist/base.d.ts +66 -0
  9. package/dist/base.js +68 -0
  10. package/dist/common.d.ts +65 -0
  11. package/dist/common.js +161 -0
  12. package/dist/configuration.d.ts +91 -0
  13. package/dist/configuration.js +44 -0
  14. package/dist/esm/api.d.ts +17980 -0
  15. package/dist/esm/api.js +13455 -0
  16. package/dist/esm/base.d.ts +66 -0
  17. package/dist/esm/base.js +63 -0
  18. package/dist/esm/common.d.ts +65 -0
  19. package/dist/esm/common.js +149 -0
  20. package/dist/esm/configuration.d.ts +91 -0
  21. package/dist/esm/configuration.js +40 -0
  22. package/dist/esm/examples/basic-usage.d.ts +4 -0
  23. package/dist/esm/examples/basic-usage.js +93 -0
  24. package/dist/esm/index.d.ts +13 -0
  25. package/dist/esm/index.js +15 -0
  26. package/dist/examples/basic-usage.d.ts +4 -0
  27. package/dist/examples/basic-usage.js +95 -0
  28. package/dist/index.d.ts +13 -0
  29. package/dist/index.js +31 -0
  30. package/index.ts +18 -0
  31. package/package.json +44 -22
  32. package/tsconfig.json +18 -0
  33. package/dist/api/apis.d.ts +0 -32
  34. package/dist/api/apis.js +0 -50
  35. package/dist/api/applicationsApi.d.ts +0 -104
  36. package/dist/api/applicationsApi.js +0 -431
  37. package/dist/api/backupManagementApi.d.ts +0 -106
  38. package/dist/api/backupManagementApi.js +0 -440
  39. package/dist/api/commandsApi.d.ts +0 -80
  40. package/dist/api/commandsApi.js +0 -316
  41. package/dist/api/composeApi.d.ts +0 -67
  42. package/dist/api/composeApi.js +0 -240
  43. package/dist/api/containersApi.d.ts +0 -67
  44. package/dist/api/containersApi.js +0 -236
  45. package/dist/api/cronApi.d.ts +0 -151
  46. package/dist/api/cronApi.js +0 -681
  47. package/dist/api/environmentsApi.d.ts +0 -194
  48. package/dist/api/environmentsApi.js +0 -861
  49. package/dist/api/sSHAccessApi.d.ts +0 -50
  50. package/dist/api/sSHAccessApi.js +0 -162
  51. package/dist/api/scalingPolicyApi.d.ts +0 -82
  52. package/dist/api/scalingPolicyApi.js +0 -307
  53. package/dist/api/variablesApi.d.ts +0 -83
  54. package/dist/api/variablesApi.js +0 -313
  55. package/dist/api/volumesApi.d.ts +0 -97
  56. package/dist/api/volumesApi.js +0 -405
  57. package/dist/model/application.d.ts +0 -38
  58. package/dist/model/application.js +0 -93
  59. package/dist/model/command.d.ts +0 -34
  60. package/dist/model/command.js +0 -73
  61. package/dist/model/compose.d.ts +0 -32
  62. package/dist/model/compose.js +0 -58
  63. package/dist/model/configuration.d.ts +0 -26
  64. package/dist/model/configuration.js +0 -30
  65. package/dist/model/container.d.ts +0 -38
  66. package/dist/model/container.js +0 -78
  67. package/dist/model/containerEnvironmentInner.d.ts +0 -26
  68. package/dist/model/containerEnvironmentInner.js +0 -33
  69. package/dist/model/containerImageReference.d.ts +0 -28
  70. package/dist/model/containerImageReference.js +0 -43
  71. package/dist/model/containerMountPointsInner.d.ts +0 -27
  72. package/dist/model/containerMountPointsInner.js +0 -38
  73. package/dist/model/createApplicationRequest.d.ts +0 -28
  74. package/dist/model/createApplicationRequest.js +0 -43
  75. package/dist/model/createBackup202Response.d.ts +0 -27
  76. package/dist/model/createBackup202Response.js +0 -38
  77. package/dist/model/createBackupRequest.d.ts +0 -32
  78. package/dist/model/createBackupRequest.js +0 -33
  79. package/dist/model/createCommandRequest.d.ts +0 -25
  80. package/dist/model/createCommandRequest.js +0 -28
  81. package/dist/model/createCronJob422Response.d.ts +0 -26
  82. package/dist/model/createCronJob422Response.js +0 -33
  83. package/dist/model/createCronJobRequest.d.ts +0 -30
  84. package/dist/model/createCronJobRequest.js +0 -56
  85. package/dist/model/createEnvironmentRequest.d.ts +0 -34
  86. package/dist/model/createEnvironmentRequest.js +0 -53
  87. package/dist/model/cron.d.ts +0 -27
  88. package/dist/model/cron.js +0 -38
  89. package/dist/model/cronRun.d.ts +0 -48
  90. package/dist/model/cronRun.js +0 -89
  91. package/dist/model/deleteBackup200Response.d.ts +0 -26
  92. package/dist/model/deleteBackup200Response.js +0 -33
  93. package/dist/model/downloadBackup200Response.d.ts +0 -36
  94. package/dist/model/downloadBackup200Response.js +0 -38
  95. package/dist/model/environment.d.ts +0 -45
  96. package/dist/model/environment.js +0 -103
  97. package/dist/model/getEcrLoginCredentials200Response.d.ts +0 -28
  98. package/dist/model/getEcrLoginCredentials200Response.js +0 -43
  99. package/dist/model/getScalingPolicies200Response.d.ts +0 -26
  100. package/dist/model/getScalingPolicies200Response.js +0 -28
  101. package/dist/model/getSshAccessCredentials200Response.d.ts +0 -34
  102. package/dist/model/getSshAccessCredentials200Response.js +0 -68
  103. package/dist/model/getSshAccessCredentials200ResponseCredentials.d.ts +0 -28
  104. package/dist/model/getSshAccessCredentials200ResponseCredentials.js +0 -43
  105. package/dist/model/listBackups200Response.d.ts +0 -28
  106. package/dist/model/listBackups200Response.js +0 -38
  107. package/dist/model/listBackups200ResponseBackupsInner.d.ts +0 -37
  108. package/dist/model/listBackups200ResponseBackupsInner.js +0 -88
  109. package/dist/model/models.d.ts +0 -85
  110. package/dist/model/models.js +0 -373
  111. package/dist/model/scalingPolicy.d.ts +0 -35
  112. package/dist/model/scalingPolicy.js +0 -51
  113. package/dist/model/syncOperation.d.ts +0 -31
  114. package/dist/model/syncOperation.js +0 -58
  115. package/dist/model/syncToEnvironmentRequest.d.ts +0 -25
  116. package/dist/model/syncToEnvironmentRequest.js +0 -28
  117. package/dist/model/updateComposeRequest.d.ts +0 -26
  118. package/dist/model/updateComposeRequest.js +0 -28
  119. package/dist/model/updateCronJobRequest.d.ts +0 -29
  120. package/dist/model/updateCronJobRequest.js +0 -48
  121. package/dist/model/updateEnvironmentComposeRequest.d.ts +0 -26
  122. package/dist/model/updateEnvironmentComposeRequest.js +0 -28
  123. package/dist/model/updateEnvironmentRequest.d.ts +0 -26
  124. package/dist/model/updateEnvironmentRequest.js +0 -28
  125. package/dist/model/updateEnvironmentStateRequest.d.ts +0 -26
  126. package/dist/model/updateEnvironmentStateRequest.js +0 -33
  127. package/dist/model/updateEnvironmentVariableRequest.d.ts +0 -25
  128. package/dist/model/updateEnvironmentVariableRequest.js +0 -28
  129. package/dist/model/validateCompose200Response.d.ts +0 -33
  130. package/dist/model/validateCompose200Response.js +0 -38
  131. package/dist/model/validateCompose422Response.d.ts +0 -25
  132. package/dist/model/validateCompose422Response.js +0 -28
  133. package/dist/model/validateComposeRequest.d.ts +0 -36
  134. package/dist/model/validateComposeRequest.js +0 -38
  135. package/dist/model/variable.d.ts +0 -26
  136. package/dist/model/variable.js +0 -33
  137. package/dist/model/volume.d.ts +0 -32
  138. package/dist/model/volume.js +0 -63
@@ -1,28 +0,0 @@
1
- "use strict";
2
- /**
3
- * QuantCloud API
4
- * QuantCloud API
5
- *
6
- * The version of the OpenAPI document: 1.0.0
7
- *
8
- *
9
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
- * https://openapi-generator.tech
11
- * Do not edit the class manually.
12
- */
13
- Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.CreateCommandRequest = void 0;
15
- class CreateCommandRequest {
16
- static getAttributeTypeMap() {
17
- return CreateCommandRequest.attributeTypeMap;
18
- }
19
- }
20
- exports.CreateCommandRequest = CreateCommandRequest;
21
- CreateCommandRequest.discriminator = undefined;
22
- CreateCommandRequest.attributeTypeMap = [
23
- {
24
- "name": "command",
25
- "baseName": "command",
26
- "type": "string"
27
- }
28
- ];
@@ -1,26 +0,0 @@
1
- /**
2
- * QuantCloud API
3
- * QuantCloud API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- export declare class CreateCronJob422Response {
13
- 'message'?: string;
14
- 'errors'?: object;
15
- static discriminator: string | undefined;
16
- static attributeTypeMap: Array<{
17
- name: string;
18
- baseName: string;
19
- type: string;
20
- }>;
21
- static getAttributeTypeMap(): {
22
- name: string;
23
- baseName: string;
24
- type: string;
25
- }[];
26
- }
@@ -1,33 +0,0 @@
1
- "use strict";
2
- /**
3
- * QuantCloud API
4
- * QuantCloud API
5
- *
6
- * The version of the OpenAPI document: 1.0.0
7
- *
8
- *
9
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
- * https://openapi-generator.tech
11
- * Do not edit the class manually.
12
- */
13
- Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.CreateCronJob422Response = void 0;
15
- class CreateCronJob422Response {
16
- static getAttributeTypeMap() {
17
- return CreateCronJob422Response.attributeTypeMap;
18
- }
19
- }
20
- exports.CreateCronJob422Response = CreateCronJob422Response;
21
- CreateCronJob422Response.discriminator = undefined;
22
- CreateCronJob422Response.attributeTypeMap = [
23
- {
24
- "name": "message",
25
- "baseName": "message",
26
- "type": "string"
27
- },
28
- {
29
- "name": "errors",
30
- "baseName": "errors",
31
- "type": "object"
32
- }
33
- ];
@@ -1,30 +0,0 @@
1
- /**
2
- * QuantCloud API
3
- * QuantCloud API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- export declare class CreateCronJobRequest {
13
- 'name': string;
14
- 'description'?: string | null;
15
- 'scheduleExpression': string;
16
- 'command': Array<string>;
17
- 'targetContainerName'?: string | null;
18
- 'isEnabled'?: boolean | null;
19
- static discriminator: string | undefined;
20
- static attributeTypeMap: Array<{
21
- name: string;
22
- baseName: string;
23
- type: string;
24
- }>;
25
- static getAttributeTypeMap(): {
26
- name: string;
27
- baseName: string;
28
- type: string;
29
- }[];
30
- }
@@ -1,56 +0,0 @@
1
- "use strict";
2
- /**
3
- * QuantCloud API
4
- * QuantCloud API
5
- *
6
- * The version of the OpenAPI document: 1.0.0
7
- *
8
- *
9
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
- * https://openapi-generator.tech
11
- * Do not edit the class manually.
12
- */
13
- Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.CreateCronJobRequest = void 0;
15
- class CreateCronJobRequest {
16
- constructor() {
17
- this['isEnabled'] = true;
18
- }
19
- static getAttributeTypeMap() {
20
- return CreateCronJobRequest.attributeTypeMap;
21
- }
22
- }
23
- exports.CreateCronJobRequest = CreateCronJobRequest;
24
- CreateCronJobRequest.discriminator = undefined;
25
- CreateCronJobRequest.attributeTypeMap = [
26
- {
27
- "name": "name",
28
- "baseName": "name",
29
- "type": "string"
30
- },
31
- {
32
- "name": "description",
33
- "baseName": "description",
34
- "type": "string"
35
- },
36
- {
37
- "name": "scheduleExpression",
38
- "baseName": "scheduleExpression",
39
- "type": "string"
40
- },
41
- {
42
- "name": "command",
43
- "baseName": "command",
44
- "type": "Array<string>"
45
- },
46
- {
47
- "name": "targetContainerName",
48
- "baseName": "targetContainerName",
49
- "type": "string"
50
- },
51
- {
52
- "name": "isEnabled",
53
- "baseName": "isEnabled",
54
- "type": "boolean"
55
- }
56
- ];
@@ -1,34 +0,0 @@
1
- /**
2
- * QuantCloud API
3
- * QuantCloud API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { Compose } from './compose';
13
- export declare class CreateEnvironmentRequest {
14
- 'envName': string;
15
- 'minCapacity'?: number;
16
- 'maxCapacity'?: number;
17
- 'cloneConfigurationFrom'?: string;
18
- 'composeDefinition'?: Compose;
19
- /**
20
- * Optional image tag suffix for cloning
21
- */
22
- 'imageSuffix'?: string;
23
- static discriminator: string | undefined;
24
- static attributeTypeMap: Array<{
25
- name: string;
26
- baseName: string;
27
- type: string;
28
- }>;
29
- static getAttributeTypeMap(): {
30
- name: string;
31
- baseName: string;
32
- type: string;
33
- }[];
34
- }
@@ -1,53 +0,0 @@
1
- "use strict";
2
- /**
3
- * QuantCloud API
4
- * QuantCloud API
5
- *
6
- * The version of the OpenAPI document: 1.0.0
7
- *
8
- *
9
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
- * https://openapi-generator.tech
11
- * Do not edit the class manually.
12
- */
13
- Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.CreateEnvironmentRequest = void 0;
15
- class CreateEnvironmentRequest {
16
- static getAttributeTypeMap() {
17
- return CreateEnvironmentRequest.attributeTypeMap;
18
- }
19
- }
20
- exports.CreateEnvironmentRequest = CreateEnvironmentRequest;
21
- CreateEnvironmentRequest.discriminator = undefined;
22
- CreateEnvironmentRequest.attributeTypeMap = [
23
- {
24
- "name": "envName",
25
- "baseName": "envName",
26
- "type": "string"
27
- },
28
- {
29
- "name": "minCapacity",
30
- "baseName": "minCapacity",
31
- "type": "number"
32
- },
33
- {
34
- "name": "maxCapacity",
35
- "baseName": "maxCapacity",
36
- "type": "number"
37
- },
38
- {
39
- "name": "cloneConfigurationFrom",
40
- "baseName": "cloneConfigurationFrom",
41
- "type": "string"
42
- },
43
- {
44
- "name": "composeDefinition",
45
- "baseName": "composeDefinition",
46
- "type": "Compose"
47
- },
48
- {
49
- "name": "imageSuffix",
50
- "baseName": "imageSuffix",
51
- "type": "string"
52
- }
53
- ];
@@ -1,27 +0,0 @@
1
- /**
2
- * QuantCloud API
3
- * QuantCloud API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- export declare class Cron {
13
- 'name'?: string;
14
- 'schedule'?: string;
15
- 'command'?: string;
16
- static discriminator: string | undefined;
17
- static attributeTypeMap: Array<{
18
- name: string;
19
- baseName: string;
20
- type: string;
21
- }>;
22
- static getAttributeTypeMap(): {
23
- name: string;
24
- baseName: string;
25
- type: string;
26
- }[];
27
- }
@@ -1,38 +0,0 @@
1
- "use strict";
2
- /**
3
- * QuantCloud API
4
- * QuantCloud API
5
- *
6
- * The version of the OpenAPI document: 1.0.0
7
- *
8
- *
9
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
- * https://openapi-generator.tech
11
- * Do not edit the class manually.
12
- */
13
- Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.Cron = void 0;
15
- class Cron {
16
- static getAttributeTypeMap() {
17
- return Cron.attributeTypeMap;
18
- }
19
- }
20
- exports.Cron = Cron;
21
- Cron.discriminator = undefined;
22
- Cron.attributeTypeMap = [
23
- {
24
- "name": "name",
25
- "baseName": "name",
26
- "type": "string"
27
- },
28
- {
29
- "name": "schedule",
30
- "baseName": "schedule",
31
- "type": "string"
32
- },
33
- {
34
- "name": "command",
35
- "baseName": "command",
36
- "type": "string"
37
- }
38
- ];
@@ -1,48 +0,0 @@
1
- /**
2
- * QuantCloud API
3
- * QuantCloud API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- export declare class CronRun {
13
- 'runId'?: string;
14
- 'runType'?: CronRun.RunTypeEnum;
15
- 'command'?: string | null;
16
- 'status'?: CronRun.StatusEnum;
17
- 'startTime'?: Date | null;
18
- 'endTime'?: Date | null;
19
- 'exitCode'?: number | null;
20
- 'output'?: Array<string>;
21
- 'scheduleName'?: string | null;
22
- 'targetContainerName'?: string | null;
23
- static discriminator: string | undefined;
24
- static attributeTypeMap: Array<{
25
- name: string;
26
- baseName: string;
27
- type: string;
28
- }>;
29
- static getAttributeTypeMap(): {
30
- name: string;
31
- baseName: string;
32
- type: string;
33
- }[];
34
- }
35
- export declare namespace CronRun {
36
- enum RunTypeEnum {
37
- Exec,
38
- Cron
39
- }
40
- enum StatusEnum {
41
- Pending,
42
- Running,
43
- Succeeded,
44
- Failed,
45
- TimedOut,
46
- Unknown
47
- }
48
- }
@@ -1,89 +0,0 @@
1
- "use strict";
2
- /**
3
- * QuantCloud API
4
- * QuantCloud API
5
- *
6
- * The version of the OpenAPI document: 1.0.0
7
- *
8
- *
9
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
- * https://openapi-generator.tech
11
- * Do not edit the class manually.
12
- */
13
- Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.CronRun = void 0;
15
- class CronRun {
16
- static getAttributeTypeMap() {
17
- return CronRun.attributeTypeMap;
18
- }
19
- }
20
- exports.CronRun = CronRun;
21
- CronRun.discriminator = undefined;
22
- CronRun.attributeTypeMap = [
23
- {
24
- "name": "runId",
25
- "baseName": "runId",
26
- "type": "string"
27
- },
28
- {
29
- "name": "runType",
30
- "baseName": "runType",
31
- "type": "CronRun.RunTypeEnum"
32
- },
33
- {
34
- "name": "command",
35
- "baseName": "command",
36
- "type": "string"
37
- },
38
- {
39
- "name": "status",
40
- "baseName": "status",
41
- "type": "CronRun.StatusEnum"
42
- },
43
- {
44
- "name": "startTime",
45
- "baseName": "startTime",
46
- "type": "Date"
47
- },
48
- {
49
- "name": "endTime",
50
- "baseName": "endTime",
51
- "type": "Date"
52
- },
53
- {
54
- "name": "exitCode",
55
- "baseName": "exitCode",
56
- "type": "number"
57
- },
58
- {
59
- "name": "output",
60
- "baseName": "output",
61
- "type": "Array<string>"
62
- },
63
- {
64
- "name": "scheduleName",
65
- "baseName": "scheduleName",
66
- "type": "string"
67
- },
68
- {
69
- "name": "targetContainerName",
70
- "baseName": "targetContainerName",
71
- "type": "string"
72
- }
73
- ];
74
- (function (CronRun) {
75
- let RunTypeEnum;
76
- (function (RunTypeEnum) {
77
- RunTypeEnum[RunTypeEnum["Exec"] = 'EXEC'] = "Exec";
78
- RunTypeEnum[RunTypeEnum["Cron"] = 'CRON'] = "Cron";
79
- })(RunTypeEnum = CronRun.RunTypeEnum || (CronRun.RunTypeEnum = {}));
80
- let StatusEnum;
81
- (function (StatusEnum) {
82
- StatusEnum[StatusEnum["Pending"] = 'PENDING'] = "Pending";
83
- StatusEnum[StatusEnum["Running"] = 'RUNNING'] = "Running";
84
- StatusEnum[StatusEnum["Succeeded"] = 'SUCCEEDED'] = "Succeeded";
85
- StatusEnum[StatusEnum["Failed"] = 'FAILED'] = "Failed";
86
- StatusEnum[StatusEnum["TimedOut"] = 'TIMED_OUT'] = "TimedOut";
87
- StatusEnum[StatusEnum["Unknown"] = 'UNKNOWN'] = "Unknown";
88
- })(StatusEnum = CronRun.StatusEnum || (CronRun.StatusEnum = {}));
89
- })(CronRun = exports.CronRun || (exports.CronRun = {}));
@@ -1,26 +0,0 @@
1
- /**
2
- * QuantCloud API
3
- * QuantCloud API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- export declare class DeleteBackup200Response {
13
- 'message'?: string;
14
- 'backupId'?: string;
15
- static discriminator: string | undefined;
16
- static attributeTypeMap: Array<{
17
- name: string;
18
- baseName: string;
19
- type: string;
20
- }>;
21
- static getAttributeTypeMap(): {
22
- name: string;
23
- baseName: string;
24
- type: string;
25
- }[];
26
- }
@@ -1,33 +0,0 @@
1
- "use strict";
2
- /**
3
- * QuantCloud API
4
- * QuantCloud API
5
- *
6
- * The version of the OpenAPI document: 1.0.0
7
- *
8
- *
9
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
- * https://openapi-generator.tech
11
- * Do not edit the class manually.
12
- */
13
- Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.DeleteBackup200Response = void 0;
15
- class DeleteBackup200Response {
16
- static getAttributeTypeMap() {
17
- return DeleteBackup200Response.attributeTypeMap;
18
- }
19
- }
20
- exports.DeleteBackup200Response = DeleteBackup200Response;
21
- DeleteBackup200Response.discriminator = undefined;
22
- DeleteBackup200Response.attributeTypeMap = [
23
- {
24
- "name": "message",
25
- "baseName": "message",
26
- "type": "string"
27
- },
28
- {
29
- "name": "backupId",
30
- "baseName": "backupId",
31
- "type": "string"
32
- }
33
- ];
@@ -1,36 +0,0 @@
1
- /**
2
- * QuantCloud API
3
- * QuantCloud API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- export declare class DownloadBackup200Response {
13
- /**
14
- * Pre-signed S3 URL for download
15
- */
16
- 'downloadUrl'?: string;
17
- /**
18
- * URL expiration time
19
- */
20
- 'expiresAt'?: Date;
21
- /**
22
- * Suggested filename for download
23
- */
24
- 'filename'?: string;
25
- static discriminator: string | undefined;
26
- static attributeTypeMap: Array<{
27
- name: string;
28
- baseName: string;
29
- type: string;
30
- }>;
31
- static getAttributeTypeMap(): {
32
- name: string;
33
- baseName: string;
34
- type: string;
35
- }[];
36
- }
@@ -1,38 +0,0 @@
1
- "use strict";
2
- /**
3
- * QuantCloud API
4
- * QuantCloud API
5
- *
6
- * The version of the OpenAPI document: 1.0.0
7
- *
8
- *
9
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
- * https://openapi-generator.tech
11
- * Do not edit the class manually.
12
- */
13
- Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.DownloadBackup200Response = void 0;
15
- class DownloadBackup200Response {
16
- static getAttributeTypeMap() {
17
- return DownloadBackup200Response.attributeTypeMap;
18
- }
19
- }
20
- exports.DownloadBackup200Response = DownloadBackup200Response;
21
- DownloadBackup200Response.discriminator = undefined;
22
- DownloadBackup200Response.attributeTypeMap = [
23
- {
24
- "name": "downloadUrl",
25
- "baseName": "downloadUrl",
26
- "type": "string"
27
- },
28
- {
29
- "name": "expiresAt",
30
- "baseName": "expiresAt",
31
- "type": "Date"
32
- },
33
- {
34
- "name": "filename",
35
- "baseName": "filename",
36
- "type": "string"
37
- }
38
- ];
@@ -1,45 +0,0 @@
1
- /**
2
- * QuantCloud API
3
- * QuantCloud API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { Cron } from './cron';
13
- import { Volume } from './volume';
14
- export declare class Environment {
15
- 'envName': string;
16
- 'status'?: string;
17
- 'runningCount'?: number;
18
- 'desiredCount'?: number;
19
- 'minCapacity'?: number;
20
- 'maxCapacity'?: number;
21
- 'cloneConfigurationFrom'?: string;
22
- /**
23
- * Image tag suffix for cloning
24
- */
25
- 'imageSuffix'?: string;
26
- 'taskDefinition'?: object;
27
- 'service'?: object;
28
- 'loadBalancer'?: object;
29
- 'securityGroup'?: object;
30
- 'subnet'?: object;
31
- 'vpc'?: object;
32
- 'volumes'?: Array<Volume>;
33
- 'cron'?: Array<Cron>;
34
- static discriminator: string | undefined;
35
- static attributeTypeMap: Array<{
36
- name: string;
37
- baseName: string;
38
- type: string;
39
- }>;
40
- static getAttributeTypeMap(): {
41
- name: string;
42
- baseName: string;
43
- type: string;
44
- }[];
45
- }