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.
Files changed (190) hide show
  1. package/dist/adminapi/apis/aiagent-api.d.ts +41 -179
  2. package/dist/adminapi/apis/aiagent-api.d.ts.map +1 -1
  3. package/dist/adminapi/apis/aiagent-api.js +98 -180
  4. package/dist/adminapi/apis/aiagent-api.js.map +1 -1
  5. package/dist/adminapi/apis/dms-api.d.ts +81 -0
  6. package/dist/adminapi/apis/dms-api.d.ts.map +1 -1
  7. package/dist/adminapi/apis/dms-api.js +85 -0
  8. package/dist/adminapi/apis/dms-api.js.map +1 -1
  9. package/dist/adminapi/apis/shared-api.d.ts +81 -0
  10. package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
  11. package/dist/adminapi/apis/shared-api.js +85 -0
  12. package/dist/adminapi/apis/shared-api.js.map +1 -1
  13. package/dist/adminapi/models/dms-execution-plan-edge-rows.d.ts +31 -0
  14. package/dist/adminapi/models/dms-execution-plan-edge-rows.d.ts.map +1 -0
  15. package/dist/adminapi/models/dms-execution-plan-edge-rows.js +16 -0
  16. package/dist/adminapi/models/dms-execution-plan-edge-rows.js.map +1 -0
  17. package/dist/adminapi/models/dms-execution-plan-edge.d.ts +56 -0
  18. package/dist/adminapi/models/dms-execution-plan-edge.d.ts.map +1 -0
  19. package/dist/adminapi/models/dms-execution-plan-edge.js +16 -0
  20. package/dist/adminapi/models/dms-execution-plan-edge.js.map +1 -0
  21. package/dist/adminapi/models/dms-execution-plan-mode.d.ts +24 -0
  22. package/dist/adminapi/models/dms-execution-plan-mode.d.ts.map +1 -0
  23. package/dist/adminapi/models/dms-execution-plan-mode.js +28 -0
  24. package/dist/adminapi/models/dms-execution-plan-mode.js.map +1 -0
  25. package/dist/adminapi/models/dms-execution-plan-node-category.d.ts +31 -0
  26. package/dist/adminapi/models/dms-execution-plan-node-category.d.ts.map +1 -0
  27. package/dist/adminapi/models/dms-execution-plan-node-category.js +35 -0
  28. package/dist/adminapi/models/dms-execution-plan-node-category.js.map +1 -0
  29. package/dist/adminapi/models/dms-execution-plan-node-conditions.d.ts +49 -0
  30. package/dist/adminapi/models/dms-execution-plan-node-conditions.d.ts.map +1 -0
  31. package/dist/adminapi/models/dms-execution-plan-node-conditions.js +16 -0
  32. package/dist/adminapi/models/dms-execution-plan-node-conditions.js.map +1 -0
  33. package/dist/adminapi/models/dms-execution-plan-node-cost.d.ts +43 -0
  34. package/dist/adminapi/models/dms-execution-plan-node-cost.d.ts.map +1 -0
  35. package/dist/adminapi/models/dms-execution-plan-node-cost.js +16 -0
  36. package/dist/adminapi/models/dms-execution-plan-node-cost.js.map +1 -0
  37. package/dist/adminapi/models/dms-execution-plan-node-rows.d.ts +49 -0
  38. package/dist/adminapi/models/dms-execution-plan-node-rows.d.ts.map +1 -0
  39. package/dist/adminapi/models/dms-execution-plan-node-rows.js +16 -0
  40. package/dist/adminapi/models/dms-execution-plan-node-rows.js.map +1 -0
  41. package/dist/adminapi/models/dms-execution-plan-node-timing.d.ts +43 -0
  42. package/dist/adminapi/models/dms-execution-plan-node-timing.d.ts.map +1 -0
  43. package/dist/adminapi/models/dms-execution-plan-node-timing.js +16 -0
  44. package/dist/adminapi/models/dms-execution-plan-node-timing.js.map +1 -0
  45. package/dist/adminapi/models/dms-execution-plan-node.d.ts +122 -0
  46. package/dist/adminapi/models/dms-execution-plan-node.d.ts.map +1 -0
  47. package/dist/adminapi/models/dms-execution-plan-node.js +16 -0
  48. package/dist/adminapi/models/dms-execution-plan-node.js.map +1 -0
  49. package/dist/adminapi/models/dms-execution-plan-raw-format.d.ts +24 -0
  50. package/dist/adminapi/models/dms-execution-plan-raw-format.d.ts.map +1 -0
  51. package/dist/adminapi/models/dms-execution-plan-raw-format.js +28 -0
  52. package/dist/adminapi/models/dms-execution-plan-raw-format.js.map +1 -0
  53. package/dist/adminapi/models/dms-execution-plan-result.d.ts +106 -0
  54. package/dist/adminapi/models/dms-execution-plan-result.d.ts.map +1 -0
  55. package/dist/adminapi/models/dms-execution-plan-result.js +16 -0
  56. package/dist/adminapi/models/dms-execution-plan-result.js.map +1 -0
  57. package/dist/adminapi/models/dms-execution-plan-summary.d.ts +67 -0
  58. package/dist/adminapi/models/dms-execution-plan-summary.d.ts.map +1 -0
  59. package/dist/adminapi/models/dms-execution-plan-summary.js +16 -0
  60. package/dist/adminapi/models/dms-execution-plan-summary.js.map +1 -0
  61. package/dist/adminapi/models/dms-execution-plan-warning-severity.d.ts +23 -0
  62. package/dist/adminapi/models/dms-execution-plan-warning-severity.d.ts.map +1 -0
  63. package/dist/adminapi/models/dms-execution-plan-warning-severity.js +27 -0
  64. package/dist/adminapi/models/dms-execution-plan-warning-severity.js.map +1 -0
  65. package/dist/adminapi/models/dms-execution-plan-warning.d.ts +44 -0
  66. package/dist/adminapi/models/dms-execution-plan-warning.d.ts.map +1 -0
  67. package/dist/adminapi/models/dms-execution-plan-warning.js +16 -0
  68. package/dist/adminapi/models/dms-execution-plan-warning.js.map +1 -0
  69. package/dist/adminapi/models/dms-visual-explain-request.d.ts +37 -0
  70. package/dist/adminapi/models/dms-visual-explain-request.d.ts.map +1 -0
  71. package/dist/adminapi/models/dms-visual-explain-request.js +16 -0
  72. package/dist/adminapi/models/dms-visual-explain-request.js.map +1 -0
  73. package/dist/adminapi/models/index.d.ts +15 -0
  74. package/dist/adminapi/models/index.d.ts.map +1 -1
  75. package/dist/adminapi/models/index.js +15 -0
  76. package/dist/adminapi/models/index.js.map +1 -1
  77. package/dist/openapi/apis/dms-api.d.ts +81 -0
  78. package/dist/openapi/apis/dms-api.d.ts.map +1 -1
  79. package/dist/openapi/apis/dms-api.js +85 -0
  80. package/dist/openapi/apis/dms-api.js.map +1 -1
  81. package/dist/openapi/apis/shared-api.d.ts +81 -0
  82. package/dist/openapi/apis/shared-api.d.ts.map +1 -1
  83. package/dist/openapi/apis/shared-api.js +85 -0
  84. package/dist/openapi/apis/shared-api.js.map +1 -1
  85. package/dist/openapi/models/dms-execution-plan-edge-rows.d.ts +31 -0
  86. package/dist/openapi/models/dms-execution-plan-edge-rows.d.ts.map +1 -0
  87. package/dist/openapi/models/dms-execution-plan-edge-rows.js +16 -0
  88. package/dist/openapi/models/dms-execution-plan-edge-rows.js.map +1 -0
  89. package/dist/openapi/models/dms-execution-plan-edge.d.ts +56 -0
  90. package/dist/openapi/models/dms-execution-plan-edge.d.ts.map +1 -0
  91. package/dist/openapi/models/dms-execution-plan-edge.js +16 -0
  92. package/dist/openapi/models/dms-execution-plan-edge.js.map +1 -0
  93. package/dist/openapi/models/dms-execution-plan-mode.d.ts +24 -0
  94. package/dist/openapi/models/dms-execution-plan-mode.d.ts.map +1 -0
  95. package/dist/openapi/models/dms-execution-plan-mode.js +28 -0
  96. package/dist/openapi/models/dms-execution-plan-mode.js.map +1 -0
  97. package/dist/openapi/models/dms-execution-plan-node-category.d.ts +31 -0
  98. package/dist/openapi/models/dms-execution-plan-node-category.d.ts.map +1 -0
  99. package/dist/openapi/models/dms-execution-plan-node-category.js +35 -0
  100. package/dist/openapi/models/dms-execution-plan-node-category.js.map +1 -0
  101. package/dist/openapi/models/dms-execution-plan-node-conditions.d.ts +49 -0
  102. package/dist/openapi/models/dms-execution-plan-node-conditions.d.ts.map +1 -0
  103. package/dist/openapi/models/dms-execution-plan-node-conditions.js +16 -0
  104. package/dist/openapi/models/dms-execution-plan-node-conditions.js.map +1 -0
  105. package/dist/openapi/models/dms-execution-plan-node-cost.d.ts +43 -0
  106. package/dist/openapi/models/dms-execution-plan-node-cost.d.ts.map +1 -0
  107. package/dist/openapi/models/dms-execution-plan-node-cost.js +16 -0
  108. package/dist/openapi/models/dms-execution-plan-node-cost.js.map +1 -0
  109. package/dist/openapi/models/dms-execution-plan-node-rows.d.ts +49 -0
  110. package/dist/openapi/models/dms-execution-plan-node-rows.d.ts.map +1 -0
  111. package/dist/openapi/models/dms-execution-plan-node-rows.js +16 -0
  112. package/dist/openapi/models/dms-execution-plan-node-rows.js.map +1 -0
  113. package/dist/openapi/models/dms-execution-plan-node-timing.d.ts +43 -0
  114. package/dist/openapi/models/dms-execution-plan-node-timing.d.ts.map +1 -0
  115. package/dist/openapi/models/dms-execution-plan-node-timing.js +16 -0
  116. package/dist/openapi/models/dms-execution-plan-node-timing.js.map +1 -0
  117. package/dist/openapi/models/dms-execution-plan-node.d.ts +122 -0
  118. package/dist/openapi/models/dms-execution-plan-node.d.ts.map +1 -0
  119. package/dist/openapi/models/dms-execution-plan-node.js +16 -0
  120. package/dist/openapi/models/dms-execution-plan-node.js.map +1 -0
  121. package/dist/openapi/models/dms-execution-plan-raw-format.d.ts +24 -0
  122. package/dist/openapi/models/dms-execution-plan-raw-format.d.ts.map +1 -0
  123. package/dist/openapi/models/dms-execution-plan-raw-format.js +28 -0
  124. package/dist/openapi/models/dms-execution-plan-raw-format.js.map +1 -0
  125. package/dist/openapi/models/dms-execution-plan-result.d.ts +106 -0
  126. package/dist/openapi/models/dms-execution-plan-result.d.ts.map +1 -0
  127. package/dist/openapi/models/dms-execution-plan-result.js +16 -0
  128. package/dist/openapi/models/dms-execution-plan-result.js.map +1 -0
  129. package/dist/openapi/models/dms-execution-plan-summary.d.ts +67 -0
  130. package/dist/openapi/models/dms-execution-plan-summary.d.ts.map +1 -0
  131. package/dist/openapi/models/dms-execution-plan-summary.js +16 -0
  132. package/dist/openapi/models/dms-execution-plan-summary.js.map +1 -0
  133. package/dist/openapi/models/dms-execution-plan-warning-severity.d.ts +23 -0
  134. package/dist/openapi/models/dms-execution-plan-warning-severity.d.ts.map +1 -0
  135. package/dist/openapi/models/dms-execution-plan-warning-severity.js +27 -0
  136. package/dist/openapi/models/dms-execution-plan-warning-severity.js.map +1 -0
  137. package/dist/openapi/models/dms-execution-plan-warning.d.ts +44 -0
  138. package/dist/openapi/models/dms-execution-plan-warning.d.ts.map +1 -0
  139. package/dist/openapi/models/dms-execution-plan-warning.js +16 -0
  140. package/dist/openapi/models/dms-execution-plan-warning.js.map +1 -0
  141. package/dist/openapi/models/dms-visual-explain-request.d.ts +37 -0
  142. package/dist/openapi/models/dms-visual-explain-request.d.ts.map +1 -0
  143. package/dist/openapi/models/dms-visual-explain-request.js +16 -0
  144. package/dist/openapi/models/dms-visual-explain-request.js.map +1 -0
  145. package/dist/openapi/models/index.d.ts +15 -0
  146. package/dist/openapi/models/index.d.ts.map +1 -1
  147. package/dist/openapi/models/index.js +15 -0
  148. package/dist/openapi/models/index.js.map +1 -1
  149. package/package.json +1 -1
  150. package/src/adminapi/.openapi-generator/FILES +15 -0
  151. package/src/adminapi/apis/aiagent-api.ts +101 -304
  152. package/src/adminapi/apis/dms-api.ts +142 -0
  153. package/src/adminapi/apis/shared-api.ts +142 -0
  154. package/src/adminapi/models/dms-execution-plan-edge-rows.ts +36 -0
  155. package/src/adminapi/models/dms-execution-plan-edge.ts +63 -0
  156. package/src/adminapi/models/dms-execution-plan-mode.ts +33 -0
  157. package/src/adminapi/models/dms-execution-plan-node-category.ts +40 -0
  158. package/src/adminapi/models/dms-execution-plan-node-conditions.ts +54 -0
  159. package/src/adminapi/models/dms-execution-plan-node-cost.ts +48 -0
  160. package/src/adminapi/models/dms-execution-plan-node-rows.ts +54 -0
  161. package/src/adminapi/models/dms-execution-plan-node-timing.ts +48 -0
  162. package/src/adminapi/models/dms-execution-plan-node.ts +137 -0
  163. package/src/adminapi/models/dms-execution-plan-raw-format.ts +33 -0
  164. package/src/adminapi/models/dms-execution-plan-result.ts +125 -0
  165. package/src/adminapi/models/dms-execution-plan-summary.ts +72 -0
  166. package/src/adminapi/models/dms-execution-plan-warning-severity.ts +32 -0
  167. package/src/adminapi/models/dms-execution-plan-warning.ts +53 -0
  168. package/src/adminapi/models/dms-visual-explain-request.ts +42 -0
  169. package/src/adminapi/models/index.ts +15 -0
  170. package/src/adminapi.yaml +394 -94
  171. package/src/openapi/.openapi-generator/FILES +15 -0
  172. package/src/openapi/apis/dms-api.ts +142 -0
  173. package/src/openapi/apis/shared-api.ts +142 -0
  174. package/src/openapi/models/dms-execution-plan-edge-rows.ts +36 -0
  175. package/src/openapi/models/dms-execution-plan-edge.ts +63 -0
  176. package/src/openapi/models/dms-execution-plan-mode.ts +33 -0
  177. package/src/openapi/models/dms-execution-plan-node-category.ts +40 -0
  178. package/src/openapi/models/dms-execution-plan-node-conditions.ts +54 -0
  179. package/src/openapi/models/dms-execution-plan-node-cost.ts +48 -0
  180. package/src/openapi/models/dms-execution-plan-node-rows.ts +54 -0
  181. package/src/openapi/models/dms-execution-plan-node-timing.ts +48 -0
  182. package/src/openapi/models/dms-execution-plan-node.ts +137 -0
  183. package/src/openapi/models/dms-execution-plan-raw-format.ts +33 -0
  184. package/src/openapi/models/dms-execution-plan-result.ts +125 -0
  185. package/src/openapi/models/dms-execution-plan-summary.ts +72 -0
  186. package/src/openapi/models/dms-execution-plan-warning-severity.ts +32 -0
  187. package/src/openapi/models/dms-execution-plan-warning.ts +53 -0
  188. package/src/openapi/models/dms-visual-explain-request.ts +42 -0
  189. package/src/openapi/models/index.ts +15 -0
  190. package/src/openapi.yaml +377 -0
@@ -0,0 +1,54 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Admin API
5
+ * The Admin API is used to manage the ApeCloud platform.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface DmsExecutionPlanNodeRows
21
+ */
22
+ export interface DmsExecutionPlanNodeRows {
23
+ /**
24
+ *
25
+ * @type {number}
26
+ * @memberof DmsExecutionPlanNodeRows
27
+ */
28
+ 'estimated'?: number | null;
29
+ /**
30
+ *
31
+ * @type {number}
32
+ * @memberof DmsExecutionPlanNodeRows
33
+ */
34
+ 'actual'?: number | null;
35
+ /**
36
+ *
37
+ * @type {number}
38
+ * @memberof DmsExecutionPlanNodeRows
39
+ */
40
+ 'actualPerLoop'?: number | null;
41
+ /**
42
+ *
43
+ * @type {number}
44
+ * @memberof DmsExecutionPlanNodeRows
45
+ */
46
+ 'removedByFilter'?: number | null;
47
+ /**
48
+ *
49
+ * @type {number}
50
+ * @memberof DmsExecutionPlanNodeRows
51
+ */
52
+ 'mismatchRatio'?: number | null;
53
+ }
54
+
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Admin API
5
+ * The Admin API is used to manage the ApeCloud platform.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface DmsExecutionPlanNodeTiming
21
+ */
22
+ export interface DmsExecutionPlanNodeTiming {
23
+ /**
24
+ *
25
+ * @type {number}
26
+ * @memberof DmsExecutionPlanNodeTiming
27
+ */
28
+ 'startupMs'?: number | null;
29
+ /**
30
+ *
31
+ * @type {number}
32
+ * @memberof DmsExecutionPlanNodeTiming
33
+ */
34
+ 'totalMs'?: number | null;
35
+ /**
36
+ *
37
+ * @type {number}
38
+ * @memberof DmsExecutionPlanNodeTiming
39
+ */
40
+ 'selfMs'?: number | null;
41
+ /**
42
+ *
43
+ * @type {number}
44
+ * @memberof DmsExecutionPlanNodeTiming
45
+ */
46
+ 'loops'?: number | null;
47
+ }
48
+
@@ -0,0 +1,137 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Admin API
5
+ * The Admin API is used to manage the ApeCloud platform.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { DmsExecutionPlanNodeCategory } from './dms-execution-plan-node-category';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { DmsExecutionPlanNodeConditions } from './dms-execution-plan-node-conditions';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { DmsExecutionPlanNodeCost } from './dms-execution-plan-node-cost';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import type { DmsExecutionPlanNodeRows } from './dms-execution-plan-node-rows';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import type { DmsExecutionPlanNodeTiming } from './dms-execution-plan-node-timing';
31
+
32
+ /**
33
+ *
34
+ * @export
35
+ * @interface DmsExecutionPlanNode
36
+ */
37
+ export interface DmsExecutionPlanNode {
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof DmsExecutionPlanNode
42
+ */
43
+ 'id'?: string;
44
+ /**
45
+ *
46
+ * @type {Array<string>}
47
+ * @memberof DmsExecutionPlanNode
48
+ */
49
+ 'parentIds'?: Array<string>;
50
+ /**
51
+ *
52
+ * @type {Array<string>}
53
+ * @memberof DmsExecutionPlanNode
54
+ */
55
+ 'childIds'?: Array<string>;
56
+ /**
57
+ *
58
+ * @type {number}
59
+ * @memberof DmsExecutionPlanNode
60
+ */
61
+ 'order'?: number | null;
62
+ /**
63
+ *
64
+ * @type {DmsExecutionPlanNodeCategory}
65
+ * @memberof DmsExecutionPlanNode
66
+ */
67
+ 'category'?: DmsExecutionPlanNodeCategory;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof DmsExecutionPlanNode
72
+ */
73
+ 'nodeType'?: string;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof DmsExecutionPlanNode
78
+ */
79
+ 'label'?: string;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof DmsExecutionPlanNode
84
+ */
85
+ 'relationName'?: string | null;
86
+ /**
87
+ *
88
+ * @type {string}
89
+ * @memberof DmsExecutionPlanNode
90
+ */
91
+ 'schemaName'?: string | null;
92
+ /**
93
+ *
94
+ * @type {string}
95
+ * @memberof DmsExecutionPlanNode
96
+ */
97
+ 'alias'?: string | null;
98
+ /**
99
+ *
100
+ * @type {string}
101
+ * @memberof DmsExecutionPlanNode
102
+ */
103
+ 'indexName'?: string | null;
104
+ /**
105
+ *
106
+ * @type {DmsExecutionPlanNodeCost}
107
+ * @memberof DmsExecutionPlanNode
108
+ */
109
+ 'cost'?: DmsExecutionPlanNodeCost;
110
+ /**
111
+ *
112
+ * @type {DmsExecutionPlanNodeRows}
113
+ * @memberof DmsExecutionPlanNode
114
+ */
115
+ 'rows'?: DmsExecutionPlanNodeRows;
116
+ /**
117
+ *
118
+ * @type {DmsExecutionPlanNodeTiming}
119
+ * @memberof DmsExecutionPlanNode
120
+ */
121
+ 'timing'?: DmsExecutionPlanNodeTiming;
122
+ /**
123
+ *
124
+ * @type {DmsExecutionPlanNodeConditions}
125
+ * @memberof DmsExecutionPlanNode
126
+ */
127
+ 'conditions'?: DmsExecutionPlanNodeConditions;
128
+ /**
129
+ *
130
+ * @type {{ [key: string]: any; }}
131
+ * @memberof DmsExecutionPlanNode
132
+ */
133
+ 'details'?: { [key: string]: any; };
134
+ }
135
+
136
+
137
+
@@ -0,0 +1,33 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Admin API
5
+ * The Admin API is used to manage the ApeCloud platform.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const DmsExecutionPlanRawFormat = {
24
+ json: 'json',
25
+ xml: 'xml',
26
+ text: 'text',
27
+ table: 'table'
28
+ } as const;
29
+
30
+ export type DmsExecutionPlanRawFormat = typeof DmsExecutionPlanRawFormat[keyof typeof DmsExecutionPlanRawFormat];
31
+
32
+
33
+
@@ -0,0 +1,125 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Admin API
5
+ * The Admin API is used to manage the ApeCloud platform.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { DmsExecutionPlanEdge } from './dms-execution-plan-edge';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { DmsExecutionPlanMode } from './dms-execution-plan-mode';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { DmsExecutionPlanNode } from './dms-execution-plan-node';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import type { DmsExecutionPlanRawFormat } from './dms-execution-plan-raw-format';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import type { DmsExecutionPlanSummary } from './dms-execution-plan-summary';
31
+ // May contain unused imports in some cases
32
+ // @ts-ignore
33
+ import type { DmsExecutionPlanWarning } from './dms-execution-plan-warning';
34
+ // May contain unused imports in some cases
35
+ // @ts-ignore
36
+ import type { DmsQueryResponse } from './dms-query-response';
37
+
38
+ /**
39
+ *
40
+ * @export
41
+ * @interface DmsExecutionPlanResult
42
+ */
43
+ export interface DmsExecutionPlanResult {
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof DmsExecutionPlanResult
48
+ */
49
+ 'originSQL'?: string;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof DmsExecutionPlanResult
54
+ */
55
+ 'explainSQL'?: string | null;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof DmsExecutionPlanResult
60
+ */
61
+ 'engineType'?: string;
62
+ /**
63
+ *
64
+ * @type {DmsExecutionPlanMode}
65
+ * @memberof DmsExecutionPlanResult
66
+ */
67
+ 'mode'?: DmsExecutionPlanMode;
68
+ /**
69
+ *
70
+ * @type {boolean}
71
+ * @memberof DmsExecutionPlanResult
72
+ */
73
+ 'hasActualStats'?: boolean;
74
+ /**
75
+ *
76
+ * @type {DmsExecutionPlanRawFormat}
77
+ * @memberof DmsExecutionPlanResult
78
+ */
79
+ 'rawFormat'?: DmsExecutionPlanRawFormat;
80
+ /**
81
+ * Engine-native raw plan payload exposed for fallback display. SDKs model it as a free-form JSON object.
82
+ * @type {{ [key: string]: any; }}
83
+ * @memberof DmsExecutionPlanResult
84
+ */
85
+ 'rawPlan'?: { [key: string]: any; };
86
+ /**
87
+ *
88
+ * @type {Array<string>}
89
+ * @memberof DmsExecutionPlanResult
90
+ */
91
+ 'rootNodeIds'?: Array<string>;
92
+ /**
93
+ *
94
+ * @type {Array<DmsExecutionPlanNode>}
95
+ * @memberof DmsExecutionPlanResult
96
+ */
97
+ 'nodes'?: Array<DmsExecutionPlanNode>;
98
+ /**
99
+ *
100
+ * @type {Array<DmsExecutionPlanEdge>}
101
+ * @memberof DmsExecutionPlanResult
102
+ */
103
+ 'edges'?: Array<DmsExecutionPlanEdge>;
104
+ /**
105
+ *
106
+ * @type {DmsExecutionPlanSummary}
107
+ * @memberof DmsExecutionPlanResult
108
+ */
109
+ 'summary'?: DmsExecutionPlanSummary;
110
+ /**
111
+ *
112
+ * @type {Array<DmsExecutionPlanWarning>}
113
+ * @memberof DmsExecutionPlanResult
114
+ */
115
+ 'warnings'?: Array<DmsExecutionPlanWarning>;
116
+ /**
117
+ *
118
+ * @type {DmsQueryResponse}
119
+ * @memberof DmsExecutionPlanResult
120
+ */
121
+ 'fallbackTable'?: DmsQueryResponse;
122
+ }
123
+
124
+
125
+
@@ -0,0 +1,72 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Admin API
5
+ * The Admin API is used to manage the ApeCloud platform.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface DmsExecutionPlanSummary
21
+ */
22
+ export interface DmsExecutionPlanSummary {
23
+ /**
24
+ *
25
+ * @type {number}
26
+ * @memberof DmsExecutionPlanSummary
27
+ */
28
+ 'totalCost'?: number | null;
29
+ /**
30
+ *
31
+ * @type {number}
32
+ * @memberof DmsExecutionPlanSummary
33
+ */
34
+ 'totalActualTimeMs'?: number | null;
35
+ /**
36
+ *
37
+ * @type {number}
38
+ * @memberof DmsExecutionPlanSummary
39
+ */
40
+ 'planRows'?: number | null;
41
+ /**
42
+ *
43
+ * @type {number}
44
+ * @memberof DmsExecutionPlanSummary
45
+ */
46
+ 'actualRows'?: number | null;
47
+ /**
48
+ *
49
+ * @type {number}
50
+ * @memberof DmsExecutionPlanSummary
51
+ */
52
+ 'nodeCount'?: number;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof DmsExecutionPlanSummary
57
+ */
58
+ 'maxCostNodeId'?: string | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof DmsExecutionPlanSummary
63
+ */
64
+ 'maxRowsNodeId'?: string | null;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof DmsExecutionPlanSummary
69
+ */
70
+ 'maxTimeNodeId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,32 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Admin API
5
+ * The Admin API is used to manage the ApeCloud platform.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const DmsExecutionPlanWarningSeverity = {
24
+ info: 'info',
25
+ warning: 'warning',
26
+ critical: 'critical'
27
+ } as const;
28
+
29
+ export type DmsExecutionPlanWarningSeverity = typeof DmsExecutionPlanWarningSeverity[keyof typeof DmsExecutionPlanWarningSeverity];
30
+
31
+
32
+
@@ -0,0 +1,53 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Admin API
5
+ * The Admin API is used to manage the ApeCloud platform.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { DmsExecutionPlanWarningSeverity } from './dms-execution-plan-warning-severity';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface DmsExecutionPlanWarning
24
+ */
25
+ export interface DmsExecutionPlanWarning {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof DmsExecutionPlanWarning
30
+ */
31
+ 'code'?: string;
32
+ /**
33
+ *
34
+ * @type {DmsExecutionPlanWarningSeverity}
35
+ * @memberof DmsExecutionPlanWarning
36
+ */
37
+ 'severity'?: DmsExecutionPlanWarningSeverity;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof DmsExecutionPlanWarning
42
+ */
43
+ 'nodeId'?: string | null;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof DmsExecutionPlanWarning
48
+ */
49
+ 'message'?: string;
50
+ }
51
+
52
+
53
+
@@ -0,0 +1,42 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Admin API
5
+ * The Admin API is used to manage the ApeCloud platform.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface DmsVisualExplainRequest
21
+ */
22
+ export interface DmsVisualExplainRequest {
23
+ /**
24
+ * the sql string
25
+ * @type {string}
26
+ * @memberof DmsVisualExplainRequest
27
+ */
28
+ 'query'?: string;
29
+ /**
30
+ * the database for explaining the SQL
31
+ * @type {string}
32
+ * @memberof DmsVisualExplainRequest
33
+ */
34
+ 'database'?: string;
35
+ /**
36
+ * whether to run an actual/analyze plan when the engine supports it
37
+ * @type {boolean}
38
+ * @memberof DmsVisualExplainRequest
39
+ */
40
+ 'analyze'?: boolean;
41
+ }
42
+
@@ -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';