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,122 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
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 { DmsExecutionPlanNodeCategory } from './dms-execution-plan-node-category';
|
|
13
|
+
import type { DmsExecutionPlanNodeConditions } from './dms-execution-plan-node-conditions';
|
|
14
|
+
import type { DmsExecutionPlanNodeCost } from './dms-execution-plan-node-cost';
|
|
15
|
+
import type { DmsExecutionPlanNodeRows } from './dms-execution-plan-node-rows';
|
|
16
|
+
import type { DmsExecutionPlanNodeTiming } from './dms-execution-plan-node-timing';
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface DmsExecutionPlanNode
|
|
21
|
+
*/
|
|
22
|
+
export interface DmsExecutionPlanNode {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DmsExecutionPlanNode
|
|
27
|
+
*/
|
|
28
|
+
'id'?: string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Array<string>}
|
|
32
|
+
* @memberof DmsExecutionPlanNode
|
|
33
|
+
*/
|
|
34
|
+
'parentIds'?: Array<string>;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {Array<string>}
|
|
38
|
+
* @memberof DmsExecutionPlanNode
|
|
39
|
+
*/
|
|
40
|
+
'childIds'?: Array<string>;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof DmsExecutionPlanNode
|
|
45
|
+
*/
|
|
46
|
+
'order'?: number | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {DmsExecutionPlanNodeCategory}
|
|
50
|
+
* @memberof DmsExecutionPlanNode
|
|
51
|
+
*/
|
|
52
|
+
'category'?: DmsExecutionPlanNodeCategory;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof DmsExecutionPlanNode
|
|
57
|
+
*/
|
|
58
|
+
'nodeType'?: string;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof DmsExecutionPlanNode
|
|
63
|
+
*/
|
|
64
|
+
'label'?: string;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof DmsExecutionPlanNode
|
|
69
|
+
*/
|
|
70
|
+
'relationName'?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof DmsExecutionPlanNode
|
|
75
|
+
*/
|
|
76
|
+
'schemaName'?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof DmsExecutionPlanNode
|
|
81
|
+
*/
|
|
82
|
+
'alias'?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof DmsExecutionPlanNode
|
|
87
|
+
*/
|
|
88
|
+
'indexName'?: string | null;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {DmsExecutionPlanNodeCost}
|
|
92
|
+
* @memberof DmsExecutionPlanNode
|
|
93
|
+
*/
|
|
94
|
+
'cost'?: DmsExecutionPlanNodeCost;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {DmsExecutionPlanNodeRows}
|
|
98
|
+
* @memberof DmsExecutionPlanNode
|
|
99
|
+
*/
|
|
100
|
+
'rows'?: DmsExecutionPlanNodeRows;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {DmsExecutionPlanNodeTiming}
|
|
104
|
+
* @memberof DmsExecutionPlanNode
|
|
105
|
+
*/
|
|
106
|
+
'timing'?: DmsExecutionPlanNodeTiming;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {DmsExecutionPlanNodeConditions}
|
|
110
|
+
* @memberof DmsExecutionPlanNode
|
|
111
|
+
*/
|
|
112
|
+
'conditions'?: DmsExecutionPlanNodeConditions;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {{ [key: string]: any; }}
|
|
116
|
+
* @memberof DmsExecutionPlanNode
|
|
117
|
+
*/
|
|
118
|
+
'details'?: {
|
|
119
|
+
[key: string]: any;
|
|
120
|
+
};
|
|
121
|
+
}
|
|
122
|
+
//# sourceMappingURL=dms-execution-plan-node.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-node.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/dms-execution-plan-node.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAGvF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAG3F,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAG/E,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAG/E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAEnF;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,4BAA4B,CAAC;IAC1C;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,wBAAwB,CAAC;IAClC;;;;OAIG;IACH,MAAM,CAAC,EAAE,wBAAwB,CAAC;IAClC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,0BAA0B,CAAC;IACtC;;;;OAIG;IACH,YAAY,CAAC,EAAE,8BAA8B,CAAC;IAC9C;;;;OAIG;IACH,SAAS,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CACvC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Admin API
|
|
6
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
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.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-node.js","sourceRoot":"","sources":["../../../src/adminapi/models/dms-execution-plan-node.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
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 DmsExecutionPlanRawFormat: {
|
|
18
|
+
readonly json: "json";
|
|
19
|
+
readonly xml: "xml";
|
|
20
|
+
readonly text: "text";
|
|
21
|
+
readonly table: "table";
|
|
22
|
+
};
|
|
23
|
+
export type DmsExecutionPlanRawFormat = typeof DmsExecutionPlanRawFormat[keyof typeof DmsExecutionPlanRawFormat];
|
|
24
|
+
//# sourceMappingURL=dms-execution-plan-raw-format.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-raw-format.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/dms-execution-plan-raw-format.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,yBAAyB;;;;;CAK5B,CAAC;AAEX,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,MAAM,OAAO,yBAAyB,CAAC,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Admin API
|
|
6
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
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.DmsExecutionPlanRawFormat = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.DmsExecutionPlanRawFormat = {
|
|
23
|
+
json: 'json',
|
|
24
|
+
xml: 'xml',
|
|
25
|
+
text: 'text',
|
|
26
|
+
table: 'table'
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=dms-execution-plan-raw-format.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-raw-format.js","sourceRoot":"","sources":["../../../src/adminapi/models/dms-execution-plan-raw-format.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,yBAAyB,GAAG;IACrC,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;CACR,CAAC"}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
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 { DmsExecutionPlanEdge } from './dms-execution-plan-edge';
|
|
13
|
+
import type { DmsExecutionPlanMode } from './dms-execution-plan-mode';
|
|
14
|
+
import type { DmsExecutionPlanNode } from './dms-execution-plan-node';
|
|
15
|
+
import type { DmsExecutionPlanRawFormat } from './dms-execution-plan-raw-format';
|
|
16
|
+
import type { DmsExecutionPlanSummary } from './dms-execution-plan-summary';
|
|
17
|
+
import type { DmsExecutionPlanWarning } from './dms-execution-plan-warning';
|
|
18
|
+
import type { DmsQueryResponse } from './dms-query-response';
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @export
|
|
22
|
+
* @interface DmsExecutionPlanResult
|
|
23
|
+
*/
|
|
24
|
+
export interface DmsExecutionPlanResult {
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof DmsExecutionPlanResult
|
|
29
|
+
*/
|
|
30
|
+
'originSQL'?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof DmsExecutionPlanResult
|
|
35
|
+
*/
|
|
36
|
+
'explainSQL'?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof DmsExecutionPlanResult
|
|
41
|
+
*/
|
|
42
|
+
'engineType'?: string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {DmsExecutionPlanMode}
|
|
46
|
+
* @memberof DmsExecutionPlanResult
|
|
47
|
+
*/
|
|
48
|
+
'mode'?: DmsExecutionPlanMode;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof DmsExecutionPlanResult
|
|
53
|
+
*/
|
|
54
|
+
'hasActualStats'?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {DmsExecutionPlanRawFormat}
|
|
58
|
+
* @memberof DmsExecutionPlanResult
|
|
59
|
+
*/
|
|
60
|
+
'rawFormat'?: DmsExecutionPlanRawFormat;
|
|
61
|
+
/**
|
|
62
|
+
* Engine-native raw plan payload exposed for fallback display. SDKs model it as a free-form JSON object.
|
|
63
|
+
* @type {{ [key: string]: any; }}
|
|
64
|
+
* @memberof DmsExecutionPlanResult
|
|
65
|
+
*/
|
|
66
|
+
'rawPlan'?: {
|
|
67
|
+
[key: string]: any;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {Array<string>}
|
|
72
|
+
* @memberof DmsExecutionPlanResult
|
|
73
|
+
*/
|
|
74
|
+
'rootNodeIds'?: Array<string>;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @type {Array<DmsExecutionPlanNode>}
|
|
78
|
+
* @memberof DmsExecutionPlanResult
|
|
79
|
+
*/
|
|
80
|
+
'nodes'?: Array<DmsExecutionPlanNode>;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {Array<DmsExecutionPlanEdge>}
|
|
84
|
+
* @memberof DmsExecutionPlanResult
|
|
85
|
+
*/
|
|
86
|
+
'edges'?: Array<DmsExecutionPlanEdge>;
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {DmsExecutionPlanSummary}
|
|
90
|
+
* @memberof DmsExecutionPlanResult
|
|
91
|
+
*/
|
|
92
|
+
'summary'?: DmsExecutionPlanSummary;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @type {Array<DmsExecutionPlanWarning>}
|
|
96
|
+
* @memberof DmsExecutionPlanResult
|
|
97
|
+
*/
|
|
98
|
+
'warnings'?: Array<DmsExecutionPlanWarning>;
|
|
99
|
+
/**
|
|
100
|
+
*
|
|
101
|
+
* @type {DmsQueryResponse}
|
|
102
|
+
* @memberof DmsExecutionPlanResult
|
|
103
|
+
*/
|
|
104
|
+
'fallbackTable'?: DmsQueryResponse;
|
|
105
|
+
}
|
|
106
|
+
//# sourceMappingURL=dms-execution-plan-result.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-result.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/dms-execution-plan-result.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAGtE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAGtE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAGtE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAGjF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAG5E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAG5E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAC9B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,yBAAyB,CAAC;IACxC;;;;OAIG;IACH,SAAS,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IACpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IACtC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IACtC;;;;OAIG;IACH,SAAS,CAAC,EAAE,uBAAuB,CAAC;IACpC;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;IAC5C;;;;OAIG;IACH,eAAe,CAAC,EAAE,gBAAgB,CAAC;CACtC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Admin API
|
|
6
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
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-result.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-result.js","sourceRoot":"","sources":["../../../src/adminapi/models/dms-execution-plan-result.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
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 DmsExecutionPlanSummary
|
|
16
|
+
*/
|
|
17
|
+
export interface DmsExecutionPlanSummary {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DmsExecutionPlanSummary
|
|
22
|
+
*/
|
|
23
|
+
'totalCost'?: number | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof DmsExecutionPlanSummary
|
|
28
|
+
*/
|
|
29
|
+
'totalActualTimeMs'?: number | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof DmsExecutionPlanSummary
|
|
34
|
+
*/
|
|
35
|
+
'planRows'?: number | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof DmsExecutionPlanSummary
|
|
40
|
+
*/
|
|
41
|
+
'actualRows'?: number | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof DmsExecutionPlanSummary
|
|
46
|
+
*/
|
|
47
|
+
'nodeCount'?: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof DmsExecutionPlanSummary
|
|
52
|
+
*/
|
|
53
|
+
'maxCostNodeId'?: string | null;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof DmsExecutionPlanSummary
|
|
58
|
+
*/
|
|
59
|
+
'maxRowsNodeId'?: string | null;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof DmsExecutionPlanSummary
|
|
64
|
+
*/
|
|
65
|
+
'maxTimeNodeId'?: string | null;
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=dms-execution-plan-summary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-summary.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/dms-execution-plan-summary.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;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
|
+
* Admin API
|
|
6
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
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-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-summary.js","sourceRoot":"","sources":["../../../src/adminapi/models/dms-execution-plan-summary.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
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 DmsExecutionPlanWarningSeverity: {
|
|
18
|
+
readonly info: "info";
|
|
19
|
+
readonly warning: "warning";
|
|
20
|
+
readonly critical: "critical";
|
|
21
|
+
};
|
|
22
|
+
export type DmsExecutionPlanWarningSeverity = typeof DmsExecutionPlanWarningSeverity[keyof typeof DmsExecutionPlanWarningSeverity];
|
|
23
|
+
//# sourceMappingURL=dms-execution-plan-warning-severity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-warning-severity.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/dms-execution-plan-warning-severity.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,+BAA+B;;;;CAIlC,CAAC;AAEX,MAAM,MAAM,+BAA+B,GAAG,OAAO,+BAA+B,CAAC,MAAM,OAAO,+BAA+B,CAAC,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Admin API
|
|
6
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
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.DmsExecutionPlanWarningSeverity = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.DmsExecutionPlanWarningSeverity = {
|
|
23
|
+
info: 'info',
|
|
24
|
+
warning: 'warning',
|
|
25
|
+
critical: 'critical'
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=dms-execution-plan-warning-severity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-warning-severity.js","sourceRoot":"","sources":["../../../src/adminapi/models/dms-execution-plan-warning-severity.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,+BAA+B,GAAG;IAC3C,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
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 { DmsExecutionPlanWarningSeverity } from './dms-execution-plan-warning-severity';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DmsExecutionPlanWarning
|
|
17
|
+
*/
|
|
18
|
+
export interface DmsExecutionPlanWarning {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DmsExecutionPlanWarning
|
|
23
|
+
*/
|
|
24
|
+
'code'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {DmsExecutionPlanWarningSeverity}
|
|
28
|
+
* @memberof DmsExecutionPlanWarning
|
|
29
|
+
*/
|
|
30
|
+
'severity'?: DmsExecutionPlanWarningSeverity;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof DmsExecutionPlanWarning
|
|
35
|
+
*/
|
|
36
|
+
'nodeId'?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof DmsExecutionPlanWarning
|
|
41
|
+
*/
|
|
42
|
+
'message'?: string;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=dms-execution-plan-warning.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-warning.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/dms-execution-plan-warning.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AAE7F;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,UAAU,CAAC,EAAE,+BAA+B,CAAC;IAC7C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Admin API
|
|
6
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
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-warning.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-execution-plan-warning.js","sourceRoot":"","sources":["../../../src/adminapi/models/dms-execution-plan-warning.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
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 DmsVisualExplainRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface DmsVisualExplainRequest {
|
|
18
|
+
/**
|
|
19
|
+
* the sql string
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DmsVisualExplainRequest
|
|
22
|
+
*/
|
|
23
|
+
'query'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* the database for explaining the SQL
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DmsVisualExplainRequest
|
|
28
|
+
*/
|
|
29
|
+
'database'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* whether to run an actual/analyze plan when the engine supports it
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof DmsVisualExplainRequest
|
|
34
|
+
*/
|
|
35
|
+
'analyze'?: boolean;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=dms-visual-explain-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-visual-explain-request.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/dms-visual-explain-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Admin API
|
|
6
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
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-visual-explain-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dms-visual-explain-request.js","sourceRoot":"","sources":["../../../src/adminapi/models/dms-visual-explain-request.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -283,6 +283,20 @@ export * from './dm-tablespace';
|
|
|
283
283
|
export * from './dms-check-constraint';
|
|
284
284
|
export * from './dms-exclude-constraint';
|
|
285
285
|
export * from './dms-exclude-constraint-exclude-inner';
|
|
286
|
+
export * from './dms-execution-plan-edge';
|
|
287
|
+
export * from './dms-execution-plan-edge-rows';
|
|
288
|
+
export * from './dms-execution-plan-mode';
|
|
289
|
+
export * from './dms-execution-plan-node';
|
|
290
|
+
export * from './dms-execution-plan-node-category';
|
|
291
|
+
export * from './dms-execution-plan-node-conditions';
|
|
292
|
+
export * from './dms-execution-plan-node-cost';
|
|
293
|
+
export * from './dms-execution-plan-node-rows';
|
|
294
|
+
export * from './dms-execution-plan-node-timing';
|
|
295
|
+
export * from './dms-execution-plan-raw-format';
|
|
296
|
+
export * from './dms-execution-plan-result';
|
|
297
|
+
export * from './dms-execution-plan-summary';
|
|
298
|
+
export * from './dms-execution-plan-warning';
|
|
299
|
+
export * from './dms-execution-plan-warning-severity';
|
|
286
300
|
export * from './dms-explain-request';
|
|
287
301
|
export * from './dms-export-request';
|
|
288
302
|
export * from './dms-foreign-key';
|
|
@@ -318,6 +332,7 @@ export * from './dms-task-info';
|
|
|
318
332
|
export * from './dms-task-list';
|
|
319
333
|
export * from './dms-unique-key';
|
|
320
334
|
export * from './dms-view-metadata';
|
|
335
|
+
export * from './dms-visual-explain-request';
|
|
321
336
|
export * from './dns';
|
|
322
337
|
export * from './esput-security-user-request';
|
|
323
338
|
export * from './essecurity-application-privileges';
|