@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,41 +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.ContainerMountPointsInner = void 0;
|
|
15
|
-
class ContainerMountPointsInner {
|
|
16
|
-
constructor() {
|
|
17
|
-
this['readOnly'] = false;
|
|
18
|
-
}
|
|
19
|
-
static getAttributeTypeMap() {
|
|
20
|
-
return ContainerMountPointsInner.attributeTypeMap;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
exports.ContainerMountPointsInner = ContainerMountPointsInner;
|
|
24
|
-
ContainerMountPointsInner.discriminator = undefined;
|
|
25
|
-
ContainerMountPointsInner.attributeTypeMap = [
|
|
26
|
-
{
|
|
27
|
-
"name": "sourceVolume",
|
|
28
|
-
"baseName": "sourceVolume",
|
|
29
|
-
"type": "string"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "containerPath",
|
|
33
|
-
"baseName": "containerPath",
|
|
34
|
-
"type": "string"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"name": "readOnly",
|
|
38
|
-
"baseName": "readOnly",
|
|
39
|
-
"type": "boolean"
|
|
40
|
-
}
|
|
41
|
-
];
|
|
@@ -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 ContainerSecretsInner {
|
|
13
|
-
/**
|
|
14
|
-
* The environment variable name to be set in the container
|
|
15
|
-
*/
|
|
16
|
-
'name': string;
|
|
17
|
-
/**
|
|
18
|
-
* The key of the secret in the environment\'s \'app-secrets\' store
|
|
19
|
-
*/
|
|
20
|
-
'valueFrom': 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
|
-
}
|
|
@@ -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.ContainerSecretsInner = void 0;
|
|
15
|
-
class ContainerSecretsInner {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return ContainerSecretsInner.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.ContainerSecretsInner = ContainerSecretsInner;
|
|
21
|
-
ContainerSecretsInner.discriminator = undefined;
|
|
22
|
-
ContainerSecretsInner.attributeTypeMap = [
|
|
23
|
-
{
|
|
24
|
-
"name": "name",
|
|
25
|
-
"baseName": "name",
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "valueFrom",
|
|
30
|
-
"baseName": "valueFrom",
|
|
31
|
-
"type": "string"
|
|
32
|
-
}
|
|
33
|
-
];
|
|
@@ -1,28 +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 CreateApplicationRequest {
|
|
13
|
-
'appName': string;
|
|
14
|
-
'database'?: object;
|
|
15
|
-
'filesystem'?: object;
|
|
16
|
-
'initialProductionConfig'?: object;
|
|
17
|
-
static discriminator: string | undefined;
|
|
18
|
-
static attributeTypeMap: Array<{
|
|
19
|
-
name: string;
|
|
20
|
-
baseName: string;
|
|
21
|
-
type: string;
|
|
22
|
-
}>;
|
|
23
|
-
static getAttributeTypeMap(): {
|
|
24
|
-
name: string;
|
|
25
|
-
baseName: string;
|
|
26
|
-
type: string;
|
|
27
|
-
}[];
|
|
28
|
-
}
|
|
@@ -1,43 +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.CreateApplicationRequest = void 0;
|
|
15
|
-
class CreateApplicationRequest {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return CreateApplicationRequest.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.CreateApplicationRequest = CreateApplicationRequest;
|
|
21
|
-
CreateApplicationRequest.discriminator = undefined;
|
|
22
|
-
CreateApplicationRequest.attributeTypeMap = [
|
|
23
|
-
{
|
|
24
|
-
"name": "appName",
|
|
25
|
-
"baseName": "appName",
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "database",
|
|
30
|
-
"baseName": "database",
|
|
31
|
-
"type": "object"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "filesystem",
|
|
35
|
-
"baseName": "filesystem",
|
|
36
|
-
"type": "object"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "initialProductionConfig",
|
|
40
|
-
"baseName": "initialProductionConfig",
|
|
41
|
-
"type": "object"
|
|
42
|
-
}
|
|
43
|
-
];
|
|
@@ -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 CreateBackup202Response {
|
|
13
|
-
'backupId'?: string;
|
|
14
|
-
'status'?: string;
|
|
15
|
-
'message'?: 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.CreateBackup202Response = void 0;
|
|
15
|
-
class CreateBackup202Response {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return CreateBackup202Response.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.CreateBackup202Response = CreateBackup202Response;
|
|
21
|
-
CreateBackup202Response.discriminator = undefined;
|
|
22
|
-
CreateBackup202Response.attributeTypeMap = [
|
|
23
|
-
{
|
|
24
|
-
"name": "backupId",
|
|
25
|
-
"baseName": "backupId",
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "status",
|
|
30
|
-
"baseName": "status",
|
|
31
|
-
"type": "string"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "message",
|
|
35
|
-
"baseName": "message",
|
|
36
|
-
"type": "string"
|
|
37
|
-
}
|
|
38
|
-
];
|
|
@@ -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 CreateBackupRequest {
|
|
13
|
-
/**
|
|
14
|
-
* Optional backup description
|
|
15
|
-
*/
|
|
16
|
-
'description'?: string;
|
|
17
|
-
/**
|
|
18
|
-
* Optional retention period in days
|
|
19
|
-
*/
|
|
20
|
-
'retentionDays'?: number;
|
|
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
|
-
}
|
|
@@ -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.CreateBackupRequest = void 0;
|
|
15
|
-
class CreateBackupRequest {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return CreateBackupRequest.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.CreateBackupRequest = CreateBackupRequest;
|
|
21
|
-
CreateBackupRequest.discriminator = undefined;
|
|
22
|
-
CreateBackupRequest.attributeTypeMap = [
|
|
23
|
-
{
|
|
24
|
-
"name": "description",
|
|
25
|
-
"baseName": "description",
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "retentionDays",
|
|
30
|
-
"baseName": "retentionDays",
|
|
31
|
-
"type": "number"
|
|
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 CreateCommandRequest {
|
|
13
|
-
'command'?: 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.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
|
-
];
|
package/dist/model/cron.d.ts
DELETED
|
@@ -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
|
-
}
|
package/dist/model/cron.js
DELETED
|
@@ -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
|
-
];
|