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