kb-cloud-client-typescript 2.3.0-alpha.225 → 2.3.0-alpha.227
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/dist/adminapi/apis/aiagent-api.d.ts +41 -179
- package/dist/adminapi/apis/aiagent-api.d.ts.map +1 -1
- package/dist/adminapi/apis/aiagent-api.js +98 -180
- package/dist/adminapi/apis/aiagent-api.js.map +1 -1
- package/dist/adminapi/apis/dms-api.d.ts +81 -0
- package/dist/adminapi/apis/dms-api.d.ts.map +1 -1
- package/dist/adminapi/apis/dms-api.js +85 -0
- package/dist/adminapi/apis/dms-api.js.map +1 -1
- package/dist/adminapi/apis/shared-api.d.ts +81 -0
- package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
- package/dist/adminapi/apis/shared-api.js +85 -0
- package/dist/adminapi/apis/shared-api.js.map +1 -1
- package/dist/adminapi/models/dms-execution-plan-edge-rows.d.ts +31 -0
- package/dist/adminapi/models/dms-execution-plan-edge-rows.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-edge-rows.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-edge-rows.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-edge.d.ts +56 -0
- package/dist/adminapi/models/dms-execution-plan-edge.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-edge.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-edge.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-mode.d.ts +24 -0
- package/dist/adminapi/models/dms-execution-plan-mode.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-mode.js +28 -0
- package/dist/adminapi/models/dms-execution-plan-mode.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-category.d.ts +31 -0
- package/dist/adminapi/models/dms-execution-plan-node-category.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-category.js +35 -0
- package/dist/adminapi/models/dms-execution-plan-node-category.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-conditions.d.ts +49 -0
- package/dist/adminapi/models/dms-execution-plan-node-conditions.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-conditions.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-node-conditions.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-cost.d.ts +43 -0
- package/dist/adminapi/models/dms-execution-plan-node-cost.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-cost.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-node-cost.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-rows.d.ts +49 -0
- package/dist/adminapi/models/dms-execution-plan-node-rows.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-rows.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-node-rows.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-timing.d.ts +43 -0
- package/dist/adminapi/models/dms-execution-plan-node-timing.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node-timing.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-node-timing.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node.d.ts +122 -0
- package/dist/adminapi/models/dms-execution-plan-node.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-node.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-node.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-raw-format.d.ts +24 -0
- package/dist/adminapi/models/dms-execution-plan-raw-format.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-raw-format.js +28 -0
- package/dist/adminapi/models/dms-execution-plan-raw-format.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-result.d.ts +106 -0
- package/dist/adminapi/models/dms-execution-plan-result.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-result.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-result.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-summary.d.ts +67 -0
- package/dist/adminapi/models/dms-execution-plan-summary.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-summary.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-summary.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-warning-severity.d.ts +23 -0
- package/dist/adminapi/models/dms-execution-plan-warning-severity.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-warning-severity.js +27 -0
- package/dist/adminapi/models/dms-execution-plan-warning-severity.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-warning.d.ts +44 -0
- package/dist/adminapi/models/dms-execution-plan-warning.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-warning.js +16 -0
- package/dist/adminapi/models/dms-execution-plan-warning.js.map +1 -0
- package/dist/adminapi/models/dms-visual-explain-request.d.ts +37 -0
- package/dist/adminapi/models/dms-visual-explain-request.d.ts.map +1 -0
- package/dist/adminapi/models/dms-visual-explain-request.js +16 -0
- package/dist/adminapi/models/dms-visual-explain-request.js.map +1 -0
- package/dist/adminapi/models/index.d.ts +15 -0
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +15 -0
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/openapi/apis/dms-api.d.ts +81 -0
- package/dist/openapi/apis/dms-api.d.ts.map +1 -1
- package/dist/openapi/apis/dms-api.js +85 -0
- package/dist/openapi/apis/dms-api.js.map +1 -1
- package/dist/openapi/apis/shared-api.d.ts +81 -0
- package/dist/openapi/apis/shared-api.d.ts.map +1 -1
- package/dist/openapi/apis/shared-api.js +85 -0
- package/dist/openapi/apis/shared-api.js.map +1 -1
- package/dist/openapi/models/dms-execution-plan-edge-rows.d.ts +31 -0
- package/dist/openapi/models/dms-execution-plan-edge-rows.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-edge-rows.js +16 -0
- package/dist/openapi/models/dms-execution-plan-edge-rows.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-edge.d.ts +56 -0
- package/dist/openapi/models/dms-execution-plan-edge.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-edge.js +16 -0
- package/dist/openapi/models/dms-execution-plan-edge.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-mode.d.ts +24 -0
- package/dist/openapi/models/dms-execution-plan-mode.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-mode.js +28 -0
- package/dist/openapi/models/dms-execution-plan-mode.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-category.d.ts +31 -0
- package/dist/openapi/models/dms-execution-plan-node-category.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-category.js +35 -0
- package/dist/openapi/models/dms-execution-plan-node-category.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-conditions.d.ts +49 -0
- package/dist/openapi/models/dms-execution-plan-node-conditions.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-conditions.js +16 -0
- package/dist/openapi/models/dms-execution-plan-node-conditions.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-cost.d.ts +43 -0
- package/dist/openapi/models/dms-execution-plan-node-cost.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-cost.js +16 -0
- package/dist/openapi/models/dms-execution-plan-node-cost.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-rows.d.ts +49 -0
- package/dist/openapi/models/dms-execution-plan-node-rows.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-rows.js +16 -0
- package/dist/openapi/models/dms-execution-plan-node-rows.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-timing.d.ts +43 -0
- package/dist/openapi/models/dms-execution-plan-node-timing.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node-timing.js +16 -0
- package/dist/openapi/models/dms-execution-plan-node-timing.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node.d.ts +122 -0
- package/dist/openapi/models/dms-execution-plan-node.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-node.js +16 -0
- package/dist/openapi/models/dms-execution-plan-node.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-raw-format.d.ts +24 -0
- package/dist/openapi/models/dms-execution-plan-raw-format.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-raw-format.js +28 -0
- package/dist/openapi/models/dms-execution-plan-raw-format.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-result.d.ts +106 -0
- package/dist/openapi/models/dms-execution-plan-result.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-result.js +16 -0
- package/dist/openapi/models/dms-execution-plan-result.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-summary.d.ts +67 -0
- package/dist/openapi/models/dms-execution-plan-summary.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-summary.js +16 -0
- package/dist/openapi/models/dms-execution-plan-summary.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-warning-severity.d.ts +23 -0
- package/dist/openapi/models/dms-execution-plan-warning-severity.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-warning-severity.js +27 -0
- package/dist/openapi/models/dms-execution-plan-warning-severity.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-warning.d.ts +44 -0
- package/dist/openapi/models/dms-execution-plan-warning.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-warning.js +16 -0
- package/dist/openapi/models/dms-execution-plan-warning.js.map +1 -0
- package/dist/openapi/models/dms-visual-explain-request.d.ts +37 -0
- package/dist/openapi/models/dms-visual-explain-request.d.ts.map +1 -0
- package/dist/openapi/models/dms-visual-explain-request.js +16 -0
- package/dist/openapi/models/dms-visual-explain-request.js.map +1 -0
- package/dist/openapi/models/index.d.ts +15 -0
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +15 -0
- package/dist/openapi/models/index.js.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +15 -0
- package/src/adminapi/apis/aiagent-api.ts +101 -304
- package/src/adminapi/apis/dms-api.ts +142 -0
- package/src/adminapi/apis/shared-api.ts +142 -0
- package/src/adminapi/models/dms-execution-plan-edge-rows.ts +36 -0
- package/src/adminapi/models/dms-execution-plan-edge.ts +63 -0
- package/src/adminapi/models/dms-execution-plan-mode.ts +33 -0
- package/src/adminapi/models/dms-execution-plan-node-category.ts +40 -0
- package/src/adminapi/models/dms-execution-plan-node-conditions.ts +54 -0
- package/src/adminapi/models/dms-execution-plan-node-cost.ts +48 -0
- package/src/adminapi/models/dms-execution-plan-node-rows.ts +54 -0
- package/src/adminapi/models/dms-execution-plan-node-timing.ts +48 -0
- package/src/adminapi/models/dms-execution-plan-node.ts +137 -0
- package/src/adminapi/models/dms-execution-plan-raw-format.ts +33 -0
- package/src/adminapi/models/dms-execution-plan-result.ts +125 -0
- package/src/adminapi/models/dms-execution-plan-summary.ts +72 -0
- package/src/adminapi/models/dms-execution-plan-warning-severity.ts +32 -0
- package/src/adminapi/models/dms-execution-plan-warning.ts +53 -0
- package/src/adminapi/models/dms-visual-explain-request.ts +42 -0
- package/src/adminapi/models/index.ts +15 -0
- package/src/adminapi.yaml +394 -94
- package/src/openapi/.openapi-generator/FILES +15 -0
- package/src/openapi/apis/dms-api.ts +142 -0
- package/src/openapi/apis/shared-api.ts +142 -0
- package/src/openapi/models/dms-execution-plan-edge-rows.ts +36 -0
- package/src/openapi/models/dms-execution-plan-edge.ts +63 -0
- package/src/openapi/models/dms-execution-plan-mode.ts +33 -0
- package/src/openapi/models/dms-execution-plan-node-category.ts +40 -0
- package/src/openapi/models/dms-execution-plan-node-conditions.ts +54 -0
- package/src/openapi/models/dms-execution-plan-node-cost.ts +48 -0
- package/src/openapi/models/dms-execution-plan-node-rows.ts +54 -0
- package/src/openapi/models/dms-execution-plan-node-timing.ts +48 -0
- package/src/openapi/models/dms-execution-plan-node.ts +137 -0
- package/src/openapi/models/dms-execution-plan-raw-format.ts +33 -0
- package/src/openapi/models/dms-execution-plan-result.ts +125 -0
- package/src/openapi/models/dms-execution-plan-summary.ts +72 -0
- package/src/openapi/models/dms-execution-plan-warning-severity.ts +32 -0
- package/src/openapi/models/dms-execution-plan-warning.ts +53 -0
- package/src/openapi/models/dms-visual-explain-request.ts +42 -0
- package/src/openapi/models/index.ts +15 -0
- package/src/openapi.yaml +377 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DmsExecutionPlanEdgeRows
|
|
16
|
+
*/
|
|
17
|
+
export interface DmsExecutionPlanEdgeRows {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DmsExecutionPlanEdgeRows
|
|
22
|
+
*/
|
|
23
|
+
'estimated'?: number | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof DmsExecutionPlanEdgeRows
|
|
28
|
+
*/
|
|
29
|
+
'actual'?: number | null;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=dms-execution-plan-edge-rows.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-edge-rows.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-edge-rows.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=dms-execution-plan-edge-rows.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-edge-rows.js","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-edge-rows.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
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 type { DmsExecutionPlanEdgeRows } from './dms-execution-plan-edge-rows';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DmsExecutionPlanEdge
|
|
17
|
+
*/
|
|
18
|
+
export interface DmsExecutionPlanEdge {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DmsExecutionPlanEdge
|
|
23
|
+
*/
|
|
24
|
+
'id'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof DmsExecutionPlanEdge
|
|
29
|
+
*/
|
|
30
|
+
'source'?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof DmsExecutionPlanEdge
|
|
35
|
+
*/
|
|
36
|
+
'target'?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {DmsExecutionPlanEdgeRows}
|
|
40
|
+
* @memberof DmsExecutionPlanEdge
|
|
41
|
+
*/
|
|
42
|
+
'rows'?: DmsExecutionPlanEdgeRows;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof DmsExecutionPlanEdge
|
|
47
|
+
*/
|
|
48
|
+
'widthWeight'?: number | null;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof DmsExecutionPlanEdge
|
|
53
|
+
*/
|
|
54
|
+
'label'?: string | null;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=dms-execution-plan-edge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-edge.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-edge.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAE/E;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,MAAM,CAAC,EAAE,wBAAwB,CAAC;IAClC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=dms-execution-plan-edge.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-edge.js","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-edge.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const DmsExecutionPlanMode: {
|
|
18
|
+
readonly estimate: "estimate";
|
|
19
|
+
readonly analyze: "analyze";
|
|
20
|
+
readonly actual: "actual";
|
|
21
|
+
readonly autotrace: "autotrace";
|
|
22
|
+
};
|
|
23
|
+
export type DmsExecutionPlanMode = typeof DmsExecutionPlanMode[keyof typeof DmsExecutionPlanMode];
|
|
24
|
+
//# sourceMappingURL=dms-execution-plan-mode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-mode.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-mode.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,oBAAoB;;;;;CAKvB,CAAC;AAEX,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,MAAM,OAAO,oBAAoB,CAAC,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DmsExecutionPlanMode = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.DmsExecutionPlanMode = {
|
|
23
|
+
estimate: 'estimate',
|
|
24
|
+
analyze: 'analyze',
|
|
25
|
+
actual: 'actual',
|
|
26
|
+
autotrace: 'autotrace'
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=dms-execution-plan-mode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-mode.js","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-mode.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,oBAAoB,GAAG;IAChC,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;CAChB,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const DmsExecutionPlanNodeCategory: {
|
|
18
|
+
readonly result: "result";
|
|
19
|
+
readonly sort: "sort";
|
|
20
|
+
readonly join: "join";
|
|
21
|
+
readonly table_scan: "table_scan";
|
|
22
|
+
readonly index_scan: "index_scan";
|
|
23
|
+
readonly lookup: "lookup";
|
|
24
|
+
readonly materialize: "materialize";
|
|
25
|
+
readonly aggregate: "aggregate";
|
|
26
|
+
readonly exchange: "exchange";
|
|
27
|
+
readonly modify: "modify";
|
|
28
|
+
readonly other: "other";
|
|
29
|
+
};
|
|
30
|
+
export type DmsExecutionPlanNodeCategory = typeof DmsExecutionPlanNodeCategory[keyof typeof DmsExecutionPlanNodeCategory];
|
|
31
|
+
//# sourceMappingURL=dms-execution-plan-node-category.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-node-category.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-node-category.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;CAY/B,CAAC;AAEX,MAAM,MAAM,4BAA4B,GAAG,OAAO,4BAA4B,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DmsExecutionPlanNodeCategory = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.DmsExecutionPlanNodeCategory = {
|
|
23
|
+
result: 'result',
|
|
24
|
+
sort: 'sort',
|
|
25
|
+
join: 'join',
|
|
26
|
+
table_scan: 'table_scan',
|
|
27
|
+
index_scan: 'index_scan',
|
|
28
|
+
lookup: 'lookup',
|
|
29
|
+
materialize: 'materialize',
|
|
30
|
+
aggregate: 'aggregate',
|
|
31
|
+
exchange: 'exchange',
|
|
32
|
+
modify: 'modify',
|
|
33
|
+
other: 'other'
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=dms-execution-plan-node-category.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-node-category.js","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-node-category.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,4BAA4B,GAAG;IACxC,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;IACxB,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,aAAa;IAC1B,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;CACR,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DmsExecutionPlanNodeConditions
|
|
16
|
+
*/
|
|
17
|
+
export interface DmsExecutionPlanNodeConditions {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DmsExecutionPlanNodeConditions
|
|
22
|
+
*/
|
|
23
|
+
'filter'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DmsExecutionPlanNodeConditions
|
|
28
|
+
*/
|
|
29
|
+
'indexCond'?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof DmsExecutionPlanNodeConditions
|
|
34
|
+
*/
|
|
35
|
+
'joinCond'?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof DmsExecutionPlanNodeConditions
|
|
40
|
+
*/
|
|
41
|
+
'hashCond'?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {Array<string>}
|
|
45
|
+
* @memberof DmsExecutionPlanNodeConditions
|
|
46
|
+
*/
|
|
47
|
+
'sortKey'?: Array<string>;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=dms-execution-plan-node-conditions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-node-conditions.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-node-conditions.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC7B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=dms-execution-plan-node-conditions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-node-conditions.js","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-node-conditions.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DmsExecutionPlanNodeCost
|
|
16
|
+
*/
|
|
17
|
+
export interface DmsExecutionPlanNodeCost {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DmsExecutionPlanNodeCost
|
|
22
|
+
*/
|
|
23
|
+
'startup'?: number | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof DmsExecutionPlanNodeCost
|
|
28
|
+
*/
|
|
29
|
+
'total'?: number | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof DmsExecutionPlanNodeCost
|
|
34
|
+
*/
|
|
35
|
+
'self'?: number | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof DmsExecutionPlanNodeCost
|
|
40
|
+
*/
|
|
41
|
+
'percent'?: number | null;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=dms-execution-plan-node-cost.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-node-cost.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-node-cost.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=dms-execution-plan-node-cost.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-node-cost.js","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-node-cost.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DmsExecutionPlanNodeRows
|
|
16
|
+
*/
|
|
17
|
+
export interface DmsExecutionPlanNodeRows {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DmsExecutionPlanNodeRows
|
|
22
|
+
*/
|
|
23
|
+
'estimated'?: number | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof DmsExecutionPlanNodeRows
|
|
28
|
+
*/
|
|
29
|
+
'actual'?: number | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof DmsExecutionPlanNodeRows
|
|
34
|
+
*/
|
|
35
|
+
'actualPerLoop'?: number | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof DmsExecutionPlanNodeRows
|
|
40
|
+
*/
|
|
41
|
+
'removedByFilter'?: number | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof DmsExecutionPlanNodeRows
|
|
46
|
+
*/
|
|
47
|
+
'mismatchRatio'?: number | null;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=dms-execution-plan-node-rows.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-node-rows.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-node-rows.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACnC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=dms-execution-plan-node-rows.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-node-rows.js","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-node-rows.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DmsExecutionPlanNodeTiming
|
|
16
|
+
*/
|
|
17
|
+
export interface DmsExecutionPlanNodeTiming {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DmsExecutionPlanNodeTiming
|
|
22
|
+
*/
|
|
23
|
+
'startupMs'?: number | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof DmsExecutionPlanNodeTiming
|
|
28
|
+
*/
|
|
29
|
+
'totalMs'?: number | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof DmsExecutionPlanNodeTiming
|
|
34
|
+
*/
|
|
35
|
+
'selfMs'?: number | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof DmsExecutionPlanNodeTiming
|
|
40
|
+
*/
|
|
41
|
+
'loops'?: number | null;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=dms-execution-plan-node-timing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-node-timing.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-node-timing.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=dms-execution-plan-node-timing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-node-timing.js","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-node-timing.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|