@quantcdn/quant-client 3.0.4 → 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.
- package/README.md +148 -18
- package/api.ts +24933 -0
- package/base.ts +89 -0
- package/common.ts +150 -0
- package/configuration.ts +115 -0
- package/dist/api.d.ts +17980 -2
- package/dist/api.js +13594 -16
- package/dist/base.d.ts +66 -0
- package/dist/base.js +68 -0
- package/dist/common.d.ts +65 -0
- package/dist/common.js +161 -0
- package/dist/configuration.d.ts +91 -0
- package/dist/configuration.js +44 -0
- package/dist/esm/api.d.ts +17980 -0
- package/dist/esm/api.js +13455 -0
- package/dist/esm/base.d.ts +66 -0
- package/dist/esm/base.js +63 -0
- package/dist/esm/common.d.ts +65 -0
- package/dist/esm/common.js +149 -0
- package/dist/esm/configuration.d.ts +91 -0
- package/dist/esm/configuration.js +40 -0
- package/dist/esm/examples/basic-usage.d.ts +4 -0
- package/dist/esm/examples/basic-usage.js +93 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.js +15 -0
- package/dist/examples/basic-usage.d.ts +4 -0
- package/dist/examples/basic-usage.js +95 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +31 -0
- package/index.ts +18 -0
- package/package.json +44 -22
- package/tsconfig.json +18 -0
- package/dist/api/apis.d.ts +0 -32
- package/dist/api/apis.js +0 -50
- package/dist/api/applicationsApi.d.ts +0 -104
- package/dist/api/applicationsApi.js +0 -431
- package/dist/api/backupManagementApi.d.ts +0 -112
- package/dist/api/backupManagementApi.js +0 -464
- package/dist/api/commandsApi.d.ts +0 -80
- package/dist/api/commandsApi.js +0 -316
- package/dist/api/composeApi.d.ts +0 -67
- package/dist/api/composeApi.js +0 -240
- package/dist/api/containersApi.d.ts +0 -67
- package/dist/api/containersApi.js +0 -236
- package/dist/api/cronApi.d.ts +0 -151
- package/dist/api/cronApi.js +0 -681
- package/dist/api/environmentsApi.d.ts +0 -194
- package/dist/api/environmentsApi.js +0 -869
- package/dist/api/sSHAccessApi.d.ts +0 -50
- package/dist/api/sSHAccessApi.js +0 -162
- package/dist/api/scalingPolicyApi.d.ts +0 -82
- package/dist/api/scalingPolicyApi.js +0 -307
- package/dist/api/variablesApi.d.ts +0 -83
- package/dist/api/variablesApi.js +0 -313
- package/dist/api/volumesApi.d.ts +0 -97
- package/dist/api/volumesApi.js +0 -405
- package/dist/model/application.d.ts +0 -38
- package/dist/model/application.js +0 -93
- package/dist/model/command.d.ts +0 -34
- package/dist/model/command.js +0 -73
- package/dist/model/compose.d.ts +0 -32
- package/dist/model/compose.js +0 -58
- package/dist/model/configuration.d.ts +0 -26
- package/dist/model/configuration.js +0 -30
- package/dist/model/container.d.ts +0 -75
- package/dist/model/container.js +0 -121
- package/dist/model/containerDependsOnInner.d.ts +0 -40
- package/dist/model/containerDependsOnInner.js +0 -42
- package/dist/model/containerEnvironmentInner.d.ts +0 -32
- package/dist/model/containerEnvironmentInner.js +0 -33
- package/dist/model/containerHealthCheck.d.ts +0 -47
- package/dist/model/containerHealthCheck.js +0 -65
- package/dist/model/containerImageReference.d.ts +0 -38
- package/dist/model/containerImageReference.js +0 -40
- package/dist/model/containerMountPointsInner.d.ts +0 -33
- package/dist/model/containerMountPointsInner.js +0 -41
- package/dist/model/containerSecretsInner.d.ts +0 -32
- package/dist/model/containerSecretsInner.js +0 -33
- package/dist/model/createApplicationRequest.d.ts +0 -28
- package/dist/model/createApplicationRequest.js +0 -43
- package/dist/model/createBackup202Response.d.ts +0 -27
- package/dist/model/createBackup202Response.js +0 -38
- package/dist/model/createBackupRequest.d.ts +0 -32
- package/dist/model/createBackupRequest.js +0 -33
- package/dist/model/createCommandRequest.d.ts +0 -25
- package/dist/model/createCommandRequest.js +0 -28
- package/dist/model/createCronJob422Response.d.ts +0 -26
- package/dist/model/createCronJob422Response.js +0 -33
- package/dist/model/createCronJobRequest.d.ts +0 -30
- package/dist/model/createCronJobRequest.js +0 -56
- package/dist/model/createEnvironmentRequest.d.ts +0 -34
- package/dist/model/createEnvironmentRequest.js +0 -53
- package/dist/model/cron.d.ts +0 -27
- package/dist/model/cron.js +0 -38
- package/dist/model/cronRun.d.ts +0 -48
- package/dist/model/cronRun.js +0 -89
- package/dist/model/deleteBackup200Response.d.ts +0 -26
- package/dist/model/deleteBackup200Response.js +0 -33
- package/dist/model/downloadBackup200Response.d.ts +0 -36
- package/dist/model/downloadBackup200Response.js +0 -38
- package/dist/model/environment.d.ts +0 -45
- package/dist/model/environment.js +0 -103
- package/dist/model/getEcrLoginCredentials200Response.d.ts +0 -28
- package/dist/model/getEcrLoginCredentials200Response.js +0 -43
- package/dist/model/getScalingPolicies200Response.d.ts +0 -26
- package/dist/model/getScalingPolicies200Response.js +0 -28
- package/dist/model/getSshAccessCredentials200Response.d.ts +0 -34
- package/dist/model/getSshAccessCredentials200Response.js +0 -68
- package/dist/model/getSshAccessCredentials200ResponseCredentials.d.ts +0 -28
- package/dist/model/getSshAccessCredentials200ResponseCredentials.js +0 -43
- package/dist/model/listBackups200Response.d.ts +0 -32
- package/dist/model/listBackups200Response.js +0 -43
- package/dist/model/listBackups200ResponseBackupsInner.d.ts +0 -37
- package/dist/model/listBackups200ResponseBackupsInner.js +0 -88
- package/dist/model/listBackups422Response.d.ts +0 -25
- package/dist/model/listBackups422Response.js +0 -28
- package/dist/model/models.d.ts +0 -89
- package/dist/model/models.js +0 -387
- package/dist/model/scalingPolicy.d.ts +0 -35
- package/dist/model/scalingPolicy.js +0 -51
- package/dist/model/syncOperation.d.ts +0 -31
- package/dist/model/syncOperation.js +0 -58
- package/dist/model/syncToEnvironmentRequest.d.ts +0 -25
- package/dist/model/syncToEnvironmentRequest.js +0 -28
- package/dist/model/updateComposeRequest.d.ts +0 -26
- package/dist/model/updateComposeRequest.js +0 -28
- package/dist/model/updateCronJobRequest.d.ts +0 -29
- package/dist/model/updateCronJobRequest.js +0 -48
- package/dist/model/updateEnvironmentComposeRequest.d.ts +0 -26
- package/dist/model/updateEnvironmentComposeRequest.js +0 -28
- package/dist/model/updateEnvironmentRequest.d.ts +0 -34
- package/dist/model/updateEnvironmentRequest.js +0 -38
- package/dist/model/updateEnvironmentStateRequest.d.ts +0 -26
- package/dist/model/updateEnvironmentStateRequest.js +0 -33
- package/dist/model/updateEnvironmentVariableRequest.d.ts +0 -25
- package/dist/model/updateEnvironmentVariableRequest.js +0 -28
- package/dist/model/validateCompose200Response.d.ts +0 -33
- package/dist/model/validateCompose200Response.js +0 -38
- package/dist/model/validateCompose422Response.d.ts +0 -25
- package/dist/model/validateCompose422Response.js +0 -28
- package/dist/model/validateComposeRequest.d.ts +0 -36
- package/dist/model/validateComposeRequest.js +0 -38
- package/dist/model/variable.d.ts +0 -26
- package/dist/model/variable.js +0 -33
- package/dist/model/volume.d.ts +0 -32
- package/dist/model/volume.js +0 -63
|
@@ -1,29 +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 UpdateCronJobRequest {
|
|
13
|
-
'description'?: string | null;
|
|
14
|
-
'scheduleExpression'?: string | null;
|
|
15
|
-
'command'?: Array<string> | null;
|
|
16
|
-
'targetContainerName'?: string | null;
|
|
17
|
-
'isEnabled'?: boolean | null;
|
|
18
|
-
static discriminator: string | undefined;
|
|
19
|
-
static attributeTypeMap: Array<{
|
|
20
|
-
name: string;
|
|
21
|
-
baseName: string;
|
|
22
|
-
type: string;
|
|
23
|
-
}>;
|
|
24
|
-
static getAttributeTypeMap(): {
|
|
25
|
-
name: string;
|
|
26
|
-
baseName: string;
|
|
27
|
-
type: string;
|
|
28
|
-
}[];
|
|
29
|
-
}
|
|
@@ -1,48 +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.UpdateCronJobRequest = void 0;
|
|
15
|
-
class UpdateCronJobRequest {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return UpdateCronJobRequest.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.UpdateCronJobRequest = UpdateCronJobRequest;
|
|
21
|
-
UpdateCronJobRequest.discriminator = undefined;
|
|
22
|
-
UpdateCronJobRequest.attributeTypeMap = [
|
|
23
|
-
{
|
|
24
|
-
"name": "description",
|
|
25
|
-
"baseName": "description",
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "scheduleExpression",
|
|
30
|
-
"baseName": "scheduleExpression",
|
|
31
|
-
"type": "string"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "command",
|
|
35
|
-
"baseName": "command",
|
|
36
|
-
"type": "Array<string>"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "targetContainerName",
|
|
40
|
-
"baseName": "targetContainerName",
|
|
41
|
-
"type": "string"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "isEnabled",
|
|
45
|
-
"baseName": "isEnabled",
|
|
46
|
-
"type": "boolean"
|
|
47
|
-
}
|
|
48
|
-
];
|
|
@@ -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
|
-
import { Compose } from './compose';
|
|
13
|
-
export declare class UpdateEnvironmentComposeRequest {
|
|
14
|
-
'composeDefinition'?: Compose;
|
|
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,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.UpdateEnvironmentComposeRequest = void 0;
|
|
15
|
-
class UpdateEnvironmentComposeRequest {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return UpdateEnvironmentComposeRequest.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.UpdateEnvironmentComposeRequest = UpdateEnvironmentComposeRequest;
|
|
21
|
-
UpdateEnvironmentComposeRequest.discriminator = undefined;
|
|
22
|
-
UpdateEnvironmentComposeRequest.attributeTypeMap = [
|
|
23
|
-
{
|
|
24
|
-
"name": "composeDefinition",
|
|
25
|
-
"baseName": "composeDefinition",
|
|
26
|
-
"type": "Compose"
|
|
27
|
-
}
|
|
28
|
-
];
|
|
@@ -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 UpdateEnvironmentRequest {
|
|
14
|
-
'composeDefinition': Compose;
|
|
15
|
-
/**
|
|
16
|
-
* Optional. Minimum number of tasks for auto-scaling. If provided at root level, will be merged into composeDefinition.
|
|
17
|
-
*/
|
|
18
|
-
'minCapacity'?: number | null;
|
|
19
|
-
/**
|
|
20
|
-
* Optional. Maximum number of tasks for auto-scaling. If provided at root level, will be merged into composeDefinition.
|
|
21
|
-
*/
|
|
22
|
-
'maxCapacity'?: number | 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
|
-
}
|
|
@@ -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.UpdateEnvironmentRequest = void 0;
|
|
15
|
-
class UpdateEnvironmentRequest {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return UpdateEnvironmentRequest.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.UpdateEnvironmentRequest = UpdateEnvironmentRequest;
|
|
21
|
-
UpdateEnvironmentRequest.discriminator = undefined;
|
|
22
|
-
UpdateEnvironmentRequest.attributeTypeMap = [
|
|
23
|
-
{
|
|
24
|
-
"name": "composeDefinition",
|
|
25
|
-
"baseName": "composeDefinition",
|
|
26
|
-
"type": "Compose"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "minCapacity",
|
|
30
|
-
"baseName": "minCapacity",
|
|
31
|
-
"type": "number"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "maxCapacity",
|
|
35
|
-
"baseName": "maxCapacity",
|
|
36
|
-
"type": "number"
|
|
37
|
-
}
|
|
38
|
-
];
|
|
@@ -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 UpdateEnvironmentStateRequest {
|
|
13
|
-
'action'?: string;
|
|
14
|
-
'imageTag'?: 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.UpdateEnvironmentStateRequest = void 0;
|
|
15
|
-
class UpdateEnvironmentStateRequest {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return UpdateEnvironmentStateRequest.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.UpdateEnvironmentStateRequest = UpdateEnvironmentStateRequest;
|
|
21
|
-
UpdateEnvironmentStateRequest.discriminator = undefined;
|
|
22
|
-
UpdateEnvironmentStateRequest.attributeTypeMap = [
|
|
23
|
-
{
|
|
24
|
-
"name": "action",
|
|
25
|
-
"baseName": "action",
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "imageTag",
|
|
30
|
-
"baseName": "imageTag",
|
|
31
|
-
"type": "string"
|
|
32
|
-
}
|
|
33
|
-
];
|
|
@@ -1,25 +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 UpdateEnvironmentVariableRequest {
|
|
13
|
-
'value'?: string;
|
|
14
|
-
static discriminator: string | undefined;
|
|
15
|
-
static attributeTypeMap: Array<{
|
|
16
|
-
name: string;
|
|
17
|
-
baseName: string;
|
|
18
|
-
type: string;
|
|
19
|
-
}>;
|
|
20
|
-
static getAttributeTypeMap(): {
|
|
21
|
-
name: string;
|
|
22
|
-
baseName: string;
|
|
23
|
-
type: string;
|
|
24
|
-
}[];
|
|
25
|
-
}
|
|
@@ -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.UpdateEnvironmentVariableRequest = void 0;
|
|
15
|
-
class UpdateEnvironmentVariableRequest {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return UpdateEnvironmentVariableRequest.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.UpdateEnvironmentVariableRequest = UpdateEnvironmentVariableRequest;
|
|
21
|
-
UpdateEnvironmentVariableRequest.discriminator = undefined;
|
|
22
|
-
UpdateEnvironmentVariableRequest.attributeTypeMap = [
|
|
23
|
-
{
|
|
24
|
-
"name": "value",
|
|
25
|
-
"baseName": "value",
|
|
26
|
-
"type": "string"
|
|
27
|
-
}
|
|
28
|
-
];
|
|
@@ -1,33 +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 ValidateCompose200Response {
|
|
13
|
-
'message': string;
|
|
14
|
-
/**
|
|
15
|
-
* The translated internal compose definition format
|
|
16
|
-
*/
|
|
17
|
-
'translatedComposeDefinition': object;
|
|
18
|
-
/**
|
|
19
|
-
* Optional warnings encountered during translation
|
|
20
|
-
*/
|
|
21
|
-
'translationWarnings'?: Array<string> | null;
|
|
22
|
-
static discriminator: string | undefined;
|
|
23
|
-
static attributeTypeMap: Array<{
|
|
24
|
-
name: string;
|
|
25
|
-
baseName: string;
|
|
26
|
-
type: string;
|
|
27
|
-
}>;
|
|
28
|
-
static getAttributeTypeMap(): {
|
|
29
|
-
name: string;
|
|
30
|
-
baseName: string;
|
|
31
|
-
type: string;
|
|
32
|
-
}[];
|
|
33
|
-
}
|
|
@@ -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.ValidateCompose200Response = void 0;
|
|
15
|
-
class ValidateCompose200Response {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return ValidateCompose200Response.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.ValidateCompose200Response = ValidateCompose200Response;
|
|
21
|
-
ValidateCompose200Response.discriminator = undefined;
|
|
22
|
-
ValidateCompose200Response.attributeTypeMap = [
|
|
23
|
-
{
|
|
24
|
-
"name": "message",
|
|
25
|
-
"baseName": "message",
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "translatedComposeDefinition",
|
|
30
|
-
"baseName": "translatedComposeDefinition",
|
|
31
|
-
"type": "object"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "translationWarnings",
|
|
35
|
-
"baseName": "translationWarnings",
|
|
36
|
-
"type": "Array<string>"
|
|
37
|
-
}
|
|
38
|
-
];
|
|
@@ -1,25 +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 ValidateCompose422Response {
|
|
13
|
-
'error'?: string;
|
|
14
|
-
static discriminator: string | undefined;
|
|
15
|
-
static attributeTypeMap: Array<{
|
|
16
|
-
name: string;
|
|
17
|
-
baseName: string;
|
|
18
|
-
type: string;
|
|
19
|
-
}>;
|
|
20
|
-
static getAttributeTypeMap(): {
|
|
21
|
-
name: string;
|
|
22
|
-
baseName: string;
|
|
23
|
-
type: string;
|
|
24
|
-
}[];
|
|
25
|
-
}
|
|
@@ -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.ValidateCompose422Response = void 0;
|
|
15
|
-
class ValidateCompose422Response {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return ValidateCompose422Response.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.ValidateCompose422Response = ValidateCompose422Response;
|
|
21
|
-
ValidateCompose422Response.discriminator = undefined;
|
|
22
|
-
ValidateCompose422Response.attributeTypeMap = [
|
|
23
|
-
{
|
|
24
|
-
"name": "error",
|
|
25
|
-
"baseName": "error",
|
|
26
|
-
"type": "string"
|
|
27
|
-
}
|
|
28
|
-
];
|
|
@@ -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 ValidateComposeRequest {
|
|
13
|
-
/**
|
|
14
|
-
* The docker-compose.yml file content as a string
|
|
15
|
-
*/
|
|
16
|
-
'compose': string;
|
|
17
|
-
/**
|
|
18
|
-
* Optional image tag suffix (query parameter takes precedence)
|
|
19
|
-
*/
|
|
20
|
-
'imageSuffix'?: string;
|
|
21
|
-
/**
|
|
22
|
-
* Optional application name for context
|
|
23
|
-
*/
|
|
24
|
-
'application'?: 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.ValidateComposeRequest = void 0;
|
|
15
|
-
class ValidateComposeRequest {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return ValidateComposeRequest.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.ValidateComposeRequest = ValidateComposeRequest;
|
|
21
|
-
ValidateComposeRequest.discriminator = undefined;
|
|
22
|
-
ValidateComposeRequest.attributeTypeMap = [
|
|
23
|
-
{
|
|
24
|
-
"name": "compose",
|
|
25
|
-
"baseName": "compose",
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "imageSuffix",
|
|
30
|
-
"baseName": "imageSuffix",
|
|
31
|
-
"type": "string"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "application",
|
|
35
|
-
"baseName": "application",
|
|
36
|
-
"type": "string"
|
|
37
|
-
}
|
|
38
|
-
];
|
package/dist/model/variable.d.ts
DELETED
|
@@ -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 Variable {
|
|
13
|
-
'key'?: string;
|
|
14
|
-
'value'?: 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
|
-
}
|
package/dist/model/variable.js
DELETED
|
@@ -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.Variable = void 0;
|
|
15
|
-
class Variable {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return Variable.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.Variable = Variable;
|
|
21
|
-
Variable.discriminator = undefined;
|
|
22
|
-
Variable.attributeTypeMap = [
|
|
23
|
-
{
|
|
24
|
-
"name": "key",
|
|
25
|
-
"baseName": "key",
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "value",
|
|
30
|
-
"baseName": "value",
|
|
31
|
-
"type": "string"
|
|
32
|
-
}
|
|
33
|
-
];
|
package/dist/model/volume.d.ts
DELETED
|
@@ -1,32 +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 Volume {
|
|
13
|
-
'volumeId'?: string;
|
|
14
|
-
'volumeName'?: string;
|
|
15
|
-
'description'?: string;
|
|
16
|
-
'environmentEfsId'?: string;
|
|
17
|
-
'createdAt'?: string;
|
|
18
|
-
'rootDirectory'?: string;
|
|
19
|
-
'accessPointId'?: string;
|
|
20
|
-
'accessPointArn'?: string;
|
|
21
|
-
static discriminator: string | undefined;
|
|
22
|
-
static attributeTypeMap: Array<{
|
|
23
|
-
name: string;
|
|
24
|
-
baseName: string;
|
|
25
|
-
type: string;
|
|
26
|
-
}>;
|
|
27
|
-
static getAttributeTypeMap(): {
|
|
28
|
-
name: string;
|
|
29
|
-
baseName: string;
|
|
30
|
-
type: string;
|
|
31
|
-
}[];
|
|
32
|
-
}
|
package/dist/model/volume.js
DELETED
|
@@ -1,63 +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.Volume = void 0;
|
|
15
|
-
class Volume {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return Volume.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.Volume = Volume;
|
|
21
|
-
Volume.discriminator = undefined;
|
|
22
|
-
Volume.attributeTypeMap = [
|
|
23
|
-
{
|
|
24
|
-
"name": "volumeId",
|
|
25
|
-
"baseName": "volumeId",
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "volumeName",
|
|
30
|
-
"baseName": "volumeName",
|
|
31
|
-
"type": "string"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "description",
|
|
35
|
-
"baseName": "description",
|
|
36
|
-
"type": "string"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "environmentEfsId",
|
|
40
|
-
"baseName": "environmentEfsId",
|
|
41
|
-
"type": "string"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "createdAt",
|
|
45
|
-
"baseName": "createdAt",
|
|
46
|
-
"type": "string"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "rootDirectory",
|
|
50
|
-
"baseName": "rootDirectory",
|
|
51
|
-
"type": "string"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"name": "accessPointId",
|
|
55
|
-
"baseName": "accessPointId",
|
|
56
|
-
"type": "string"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"name": "accessPointArn",
|
|
60
|
-
"baseName": "accessPointArn",
|
|
61
|
-
"type": "string"
|
|
62
|
-
}
|
|
63
|
-
];
|