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,122 @@
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 { 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/openapi/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
+ * 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.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dms-execution-plan-node.js","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-node.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 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/openapi/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
+ * 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.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/openapi/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
+ * 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 { 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/openapi/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
+ * 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-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dms-execution-plan-result.js","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-result.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,67 @@
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 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/openapi/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
+ * 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-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dms-execution-plan-summary.js","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-summary.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,23 @@
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 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/openapi/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
+ * 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.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/openapi/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
+ * 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 { 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/openapi/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
+ * 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-warning.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dms-execution-plan-warning.js","sourceRoot":"","sources":["../../../src/openapi/models/dms-execution-plan-warning.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,37 @@
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 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/openapi/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
+ * 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-visual-explain-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dms-visual-explain-request.js","sourceRoot":"","sources":["../../../src/openapi/models/dms-visual-explain-request.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}