kb-cloud-client-typescript 2.3.0-alpha.135 → 2.3.0-alpha.136

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 (139) hide show
  1. package/dist/adminapi/apis/diagnostics-api.d.ts +6 -6
  2. package/dist/adminapi/apis/diagnostics-api.js +4 -4
  3. package/dist/adminapi/apis/dms-api.d.ts +120 -0
  4. package/dist/adminapi/apis/dms-api.d.ts.map +1 -1
  5. package/dist/adminapi/apis/dms-api.js +109 -0
  6. package/dist/adminapi/apis/dms-api.js.map +1 -1
  7. package/dist/adminapi/models/index.d.ts +9 -0
  8. package/dist/adminapi/models/index.d.ts.map +1 -1
  9. package/dist/adminapi/models/index.js +9 -0
  10. package/dist/adminapi/models/index.js.map +1 -1
  11. package/dist/adminapi/models/performance-trend-range.d.ts +1 -1
  12. package/dist/adminapi/models/performance-trend-series.d.ts +1 -1
  13. package/dist/adminapi/models/performance-trend-summary.d.ts +1 -1
  14. package/dist/adminapi/models/redis-analysis-expiration-group.d.ts +55 -0
  15. package/dist/adminapi/models/redis-analysis-expiration-group.d.ts.map +1 -0
  16. package/dist/adminapi/models/redis-analysis-expiration-group.js +16 -0
  17. package/dist/adminapi/models/redis-analysis-expiration-group.js.map +1 -0
  18. package/dist/adminapi/models/redis-analysis-filter.d.ts +31 -0
  19. package/dist/adminapi/models/redis-analysis-filter.d.ts.map +1 -0
  20. package/dist/adminapi/models/redis-analysis-filter.js +16 -0
  21. package/dist/adminapi/models/redis-analysis-filter.js.map +1 -0
  22. package/dist/adminapi/models/redis-analysis-key.d.ts +61 -0
  23. package/dist/adminapi/models/redis-analysis-key.d.ts.map +1 -0
  24. package/dist/adminapi/models/redis-analysis-key.js +16 -0
  25. package/dist/adminapi/models/redis-analysis-key.js.map +1 -0
  26. package/dist/adminapi/models/redis-analysis-namespace-summary.d.ts +56 -0
  27. package/dist/adminapi/models/redis-analysis-namespace-summary.d.ts.map +1 -0
  28. package/dist/adminapi/models/redis-analysis-namespace-summary.js +16 -0
  29. package/dist/adminapi/models/redis-analysis-namespace-summary.js.map +1 -0
  30. package/dist/adminapi/models/redis-analysis-namespace-type-summary.d.ts +49 -0
  31. package/dist/adminapi/models/redis-analysis-namespace-type-summary.d.ts.map +1 -0
  32. package/dist/adminapi/models/redis-analysis-namespace-type-summary.js +16 -0
  33. package/dist/adminapi/models/redis-analysis-namespace-type-summary.js.map +1 -0
  34. package/dist/adminapi/models/redis-analysis-progress.d.ts +85 -0
  35. package/dist/adminapi/models/redis-analysis-progress.d.ts.map +1 -0
  36. package/dist/adminapi/models/redis-analysis-progress.js +16 -0
  37. package/dist/adminapi/models/redis-analysis-progress.js.map +1 -0
  38. package/dist/adminapi/models/redis-analysis-response.d.ts +115 -0
  39. package/dist/adminapi/models/redis-analysis-response.d.ts.map +1 -0
  40. package/dist/adminapi/models/redis-analysis-response.js +16 -0
  41. package/dist/adminapi/models/redis-analysis-response.js.map +1 -0
  42. package/dist/adminapi/models/redis-analysis-simple-type-summary.d.ts +37 -0
  43. package/dist/adminapi/models/redis-analysis-simple-type-summary.d.ts.map +1 -0
  44. package/dist/adminapi/models/redis-analysis-simple-type-summary.js +16 -0
  45. package/dist/adminapi/models/redis-analysis-simple-type-summary.js.map +1 -0
  46. package/dist/adminapi/models/redis-analysis-typed-summary.d.ts +32 -0
  47. package/dist/adminapi/models/redis-analysis-typed-summary.d.ts.map +1 -0
  48. package/dist/adminapi/models/redis-analysis-typed-summary.js +16 -0
  49. package/dist/adminapi/models/redis-analysis-typed-summary.js.map +1 -0
  50. package/dist/adminapi/models/redis-data-capabilities.d.ts +6 -0
  51. package/dist/adminapi/models/redis-data-capabilities.d.ts.map +1 -1
  52. package/dist/openapi/apis/diagnostics-api.d.ts +6 -6
  53. package/dist/openapi/apis/diagnostics-api.js +4 -4
  54. package/dist/openapi/apis/dms-api.d.ts +120 -0
  55. package/dist/openapi/apis/dms-api.d.ts.map +1 -1
  56. package/dist/openapi/apis/dms-api.js +109 -0
  57. package/dist/openapi/apis/dms-api.js.map +1 -1
  58. package/dist/openapi/models/index.d.ts +9 -0
  59. package/dist/openapi/models/index.d.ts.map +1 -1
  60. package/dist/openapi/models/index.js +9 -0
  61. package/dist/openapi/models/index.js.map +1 -1
  62. package/dist/openapi/models/performance-trend-range.d.ts +1 -1
  63. package/dist/openapi/models/performance-trend-series.d.ts +1 -1
  64. package/dist/openapi/models/performance-trend-summary.d.ts +1 -1
  65. package/dist/openapi/models/redis-analysis-expiration-group.d.ts +55 -0
  66. package/dist/openapi/models/redis-analysis-expiration-group.d.ts.map +1 -0
  67. package/dist/openapi/models/redis-analysis-expiration-group.js +16 -0
  68. package/dist/openapi/models/redis-analysis-expiration-group.js.map +1 -0
  69. package/dist/openapi/models/redis-analysis-filter.d.ts +31 -0
  70. package/dist/openapi/models/redis-analysis-filter.d.ts.map +1 -0
  71. package/dist/openapi/models/redis-analysis-filter.js +16 -0
  72. package/dist/openapi/models/redis-analysis-filter.js.map +1 -0
  73. package/dist/openapi/models/redis-analysis-key.d.ts +61 -0
  74. package/dist/openapi/models/redis-analysis-key.d.ts.map +1 -0
  75. package/dist/openapi/models/redis-analysis-key.js +16 -0
  76. package/dist/openapi/models/redis-analysis-key.js.map +1 -0
  77. package/dist/openapi/models/redis-analysis-namespace-summary.d.ts +56 -0
  78. package/dist/openapi/models/redis-analysis-namespace-summary.d.ts.map +1 -0
  79. package/dist/openapi/models/redis-analysis-namespace-summary.js +16 -0
  80. package/dist/openapi/models/redis-analysis-namespace-summary.js.map +1 -0
  81. package/dist/openapi/models/redis-analysis-namespace-type-summary.d.ts +49 -0
  82. package/dist/openapi/models/redis-analysis-namespace-type-summary.d.ts.map +1 -0
  83. package/dist/openapi/models/redis-analysis-namespace-type-summary.js +16 -0
  84. package/dist/openapi/models/redis-analysis-namespace-type-summary.js.map +1 -0
  85. package/dist/openapi/models/redis-analysis-progress.d.ts +85 -0
  86. package/dist/openapi/models/redis-analysis-progress.d.ts.map +1 -0
  87. package/dist/openapi/models/redis-analysis-progress.js +16 -0
  88. package/dist/openapi/models/redis-analysis-progress.js.map +1 -0
  89. package/dist/openapi/models/redis-analysis-response.d.ts +115 -0
  90. package/dist/openapi/models/redis-analysis-response.d.ts.map +1 -0
  91. package/dist/openapi/models/redis-analysis-response.js +16 -0
  92. package/dist/openapi/models/redis-analysis-response.js.map +1 -0
  93. package/dist/openapi/models/redis-analysis-simple-type-summary.d.ts +37 -0
  94. package/dist/openapi/models/redis-analysis-simple-type-summary.d.ts.map +1 -0
  95. package/dist/openapi/models/redis-analysis-simple-type-summary.js +16 -0
  96. package/dist/openapi/models/redis-analysis-simple-type-summary.js.map +1 -0
  97. package/dist/openapi/models/redis-analysis-typed-summary.d.ts +32 -0
  98. package/dist/openapi/models/redis-analysis-typed-summary.d.ts.map +1 -0
  99. package/dist/openapi/models/redis-analysis-typed-summary.js +16 -0
  100. package/dist/openapi/models/redis-analysis-typed-summary.js.map +1 -0
  101. package/dist/openapi/models/redis-data-capabilities.d.ts +6 -0
  102. package/dist/openapi/models/redis-data-capabilities.d.ts.map +1 -1
  103. package/package.json +1 -1
  104. package/src/adminapi/.openapi-generator/FILES +9 -0
  105. package/src/adminapi/apis/diagnostics-api.ts +6 -6
  106. package/src/adminapi/apis/dms-api.ts +204 -0
  107. package/src/adminapi/models/index.ts +9 -0
  108. package/src/adminapi/models/performance-trend-range.ts +1 -1
  109. package/src/adminapi/models/performance-trend-series.ts +1 -1
  110. package/src/adminapi/models/performance-trend-summary.ts +1 -1
  111. package/src/adminapi/models/redis-analysis-expiration-group.ts +60 -0
  112. package/src/adminapi/models/redis-analysis-filter.ts +36 -0
  113. package/src/adminapi/models/redis-analysis-key.ts +66 -0
  114. package/src/adminapi/models/redis-analysis-namespace-summary.ts +63 -0
  115. package/src/adminapi/models/redis-analysis-namespace-type-summary.ts +54 -0
  116. package/src/adminapi/models/redis-analysis-progress.ts +90 -0
  117. package/src/adminapi/models/redis-analysis-response.ts +132 -0
  118. package/src/adminapi/models/redis-analysis-simple-type-summary.ts +42 -0
  119. package/src/adminapi/models/redis-analysis-typed-summary.ts +39 -0
  120. package/src/adminapi/models/redis-data-capabilities.ts +6 -0
  121. package/src/adminapi.yaml +304 -5
  122. package/src/openapi/.openapi-generator/FILES +9 -0
  123. package/src/openapi/apis/diagnostics-api.ts +6 -6
  124. package/src/openapi/apis/dms-api.ts +204 -0
  125. package/src/openapi/models/index.ts +9 -0
  126. package/src/openapi/models/performance-trend-range.ts +1 -1
  127. package/src/openapi/models/performance-trend-series.ts +1 -1
  128. package/src/openapi/models/performance-trend-summary.ts +1 -1
  129. package/src/openapi/models/redis-analysis-expiration-group.ts +60 -0
  130. package/src/openapi/models/redis-analysis-filter.ts +36 -0
  131. package/src/openapi/models/redis-analysis-key.ts +66 -0
  132. package/src/openapi/models/redis-analysis-namespace-summary.ts +63 -0
  133. package/src/openapi/models/redis-analysis-namespace-type-summary.ts +54 -0
  134. package/src/openapi/models/redis-analysis-progress.ts +90 -0
  135. package/src/openapi/models/redis-analysis-response.ts +132 -0
  136. package/src/openapi/models/redis-analysis-simple-type-summary.ts +42 -0
  137. package/src/openapi/models/redis-analysis-typed-summary.ts +39 -0
  138. package/src/openapi/models/redis-data-capabilities.ts +6 -0
  139. package/src/openapi.yaml +304 -5
@@ -0,0 +1,85 @@
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 RedisAnalysisProgress
16
+ */
17
+ export interface RedisAnalysisProgress {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof RedisAnalysisProgress
22
+ */
23
+ 'total'?: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof RedisAnalysisProgress
28
+ */
29
+ 'scanned'?: number;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof RedisAnalysisProgress
34
+ */
35
+ 'processed'?: number;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof RedisAnalysisProgress
40
+ */
41
+ 'sampleLimit'?: number;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof RedisAnalysisProgress
46
+ */
47
+ 'cursor'?: string;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof RedisAnalysisProgress
52
+ */
53
+ 'nextCursor'?: string;
54
+ /**
55
+ *
56
+ * @type {number}
57
+ * @memberof RedisAnalysisProgress
58
+ */
59
+ 'scannedPercent'?: number;
60
+ /**
61
+ *
62
+ * @type {boolean}
63
+ * @memberof RedisAnalysisProgress
64
+ */
65
+ 'complete'?: boolean;
66
+ /**
67
+ *
68
+ * @type {boolean}
69
+ * @memberof RedisAnalysisProgress
70
+ */
71
+ 'sampled'?: boolean;
72
+ /**
73
+ *
74
+ * @type {number}
75
+ * @memberof RedisAnalysisProgress
76
+ */
77
+ 'extrapolationFactor'?: number;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof RedisAnalysisProgress
82
+ */
83
+ 'generatedAt'?: string;
84
+ }
85
+ //# sourceMappingURL=redis-analysis-progress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-progress.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-progress.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B"}
@@ -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=redis-analysis-progress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-progress.js","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-progress.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,115 @@
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 { RedisAnalysisExpirationGroup } from './redis-analysis-expiration-group';
13
+ import type { RedisAnalysisFilter } from './redis-analysis-filter';
14
+ import type { RedisAnalysisKey } from './redis-analysis-key';
15
+ import type { RedisAnalysisNamespaceSummary } from './redis-analysis-namespace-summary';
16
+ import type { RedisAnalysisProgress } from './redis-analysis-progress';
17
+ import type { RedisAnalysisTypedSummary } from './redis-analysis-typed-summary';
18
+ /**
19
+ * Instant Redis key analysis report sampled by bounded SCAN. This aligns with RedisInsight-style analysis dimensions but is not a persisted historical report.
20
+ * @export
21
+ * @interface RedisAnalysisResponse
22
+ */
23
+ export interface RedisAnalysisResponse {
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof RedisAnalysisResponse
28
+ */
29
+ 'db'?: number;
30
+ /**
31
+ *
32
+ * @type {RedisAnalysisFilter}
33
+ * @memberof RedisAnalysisResponse
34
+ */
35
+ 'filter'?: RedisAnalysisFilter;
36
+ /**
37
+ * Actual delimiter used to aggregate top namespaces.
38
+ * @type {string}
39
+ * @memberof RedisAnalysisResponse
40
+ */
41
+ 'delimiter'?: string;
42
+ /**
43
+ *
44
+ * @type {RedisAnalysisProgress}
45
+ * @memberof RedisAnalysisResponse
46
+ */
47
+ 'progress'?: RedisAnalysisProgress;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof RedisAnalysisResponse
52
+ */
53
+ 'createdAt'?: string;
54
+ /**
55
+ * Connected client count from Redis INFO when available.
56
+ * @type {number}
57
+ * @memberof RedisAnalysisResponse
58
+ */
59
+ 'connectedClients'?: number;
60
+ /**
61
+ *
62
+ * @type {RedisAnalysisTypedSummary}
63
+ * @memberof RedisAnalysisResponse
64
+ */
65
+ 'totalKeys'?: RedisAnalysisTypedSummary;
66
+ /**
67
+ *
68
+ * @type {RedisAnalysisTypedSummary}
69
+ * @memberof RedisAnalysisResponse
70
+ */
71
+ 'totalMemory'?: RedisAnalysisTypedSummary;
72
+ /**
73
+ *
74
+ * @type {Array<RedisAnalysisNamespaceSummary>}
75
+ * @memberof RedisAnalysisResponse
76
+ */
77
+ 'topKeysNsp'?: Array<RedisAnalysisNamespaceSummary>;
78
+ /**
79
+ *
80
+ * @type {Array<RedisAnalysisNamespaceSummary>}
81
+ * @memberof RedisAnalysisResponse
82
+ */
83
+ 'topMemoryNsp'?: Array<RedisAnalysisNamespaceSummary>;
84
+ /**
85
+ *
86
+ * @type {Array<RedisAnalysisKey>}
87
+ * @memberof RedisAnalysisResponse
88
+ */
89
+ 'topKeysLength'?: Array<RedisAnalysisKey>;
90
+ /**
91
+ *
92
+ * @type {Array<RedisAnalysisKey>}
93
+ * @memberof RedisAnalysisResponse
94
+ */
95
+ 'topKeysMemory'?: Array<RedisAnalysisKey>;
96
+ /**
97
+ *
98
+ * @type {Array<RedisAnalysisExpirationGroup>}
99
+ * @memberof RedisAnalysisResponse
100
+ */
101
+ 'expirationGroups'?: Array<RedisAnalysisExpirationGroup>;
102
+ /**
103
+ *
104
+ * @type {Array<string>}
105
+ * @memberof RedisAnalysisResponse
106
+ */
107
+ 'warnings'?: Array<string>;
108
+ /**
109
+ *
110
+ * @type {Array<string>}
111
+ * @memberof RedisAnalysisResponse
112
+ */
113
+ 'recommendations'?: Array<string>;
114
+ }
115
+ //# sourceMappingURL=redis-analysis-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-response.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGtF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAGnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAG7D,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAGxF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGvE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAEhF;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,yBAAyB,CAAC;IACxC;;;;OAIG;IACH,aAAa,CAAC,EAAE,yBAAyB,CAAC;IAC1C;;;;OAIG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,CAAC;IACpD;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,CAAC;IACtD;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAC1C;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAC1C;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAAC;IACzD;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACrC"}
@@ -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=redis-analysis-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-response.js","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-response.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 RedisAnalysisSimpleTypeSummary
16
+ */
17
+ export interface RedisAnalysisSimpleTypeSummary {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof RedisAnalysisSimpleTypeSummary
22
+ */
23
+ 'type'?: string;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof RedisAnalysisSimpleTypeSummary
28
+ */
29
+ 'total'?: number;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof RedisAnalysisSimpleTypeSummary
34
+ */
35
+ 'ratio'?: number;
36
+ }
37
+ //# sourceMappingURL=redis-analysis-simple-type-summary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-simple-type-summary.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-simple-type-summary.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -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=redis-analysis-simple-type-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-simple-type-summary.js","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-simple-type-summary.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,32 @@
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 { RedisAnalysisSimpleTypeSummary } from './redis-analysis-simple-type-summary';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface RedisAnalysisTypedSummary
17
+ */
18
+ export interface RedisAnalysisTypedSummary {
19
+ /**
20
+ *
21
+ * @type {number}
22
+ * @memberof RedisAnalysisTypedSummary
23
+ */
24
+ 'total'?: number;
25
+ /**
26
+ *
27
+ * @type {Array<RedisAnalysisSimpleTypeSummary>}
28
+ * @memberof RedisAnalysisTypedSummary
29
+ */
30
+ 'types'?: Array<RedisAnalysisSimpleTypeSummary>;
31
+ }
32
+ //# sourceMappingURL=redis-analysis-typed-summary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-typed-summary.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-typed-summary.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAE3F;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,CAAC;CACnD"}
@@ -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=redis-analysis-typed-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-typed-summary.js","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-typed-summary.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -16,6 +16,12 @@ import type { RedisCapability } from './redis-capability';
16
16
  * @interface RedisDataCapabilities
17
17
  */
18
18
  export interface RedisDataCapabilities {
19
+ /**
20
+ *
21
+ * @type {RedisCapability}
22
+ * @memberof RedisDataCapabilities
23
+ */
24
+ 'analysis'?: RedisCapability;
19
25
  /**
20
26
  *
21
27
  * @type {RedisCapability}
@@ -1 +1 @@
1
- {"version":3,"file":"redis-data-capabilities.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-data-capabilities.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;CAC5B"}
1
+ {"version":3,"file":"redis-data-capabilities.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-data-capabilities.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;CAC5B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kb-cloud-client-typescript",
3
- "version": "2.3.0-alpha.135",
3
+ "version": "2.3.0-alpha.136",
4
4
  "description": "Auto-generated TypeScript SDK for KubeBlocks Cloud API",
5
5
  "private": false,
6
6
  "license": "Apache-2.0",
@@ -786,6 +786,15 @@ models/recycle-bin-cluster-list-item.ts
786
786
  models/recycle-bin-cluster-list.ts
787
787
  models/recycle-bin-cluster.ts
788
788
  models/redis-aclcontext.ts
789
+ models/redis-analysis-expiration-group.ts
790
+ models/redis-analysis-filter.ts
791
+ models/redis-analysis-key.ts
792
+ models/redis-analysis-namespace-summary.ts
793
+ models/redis-analysis-namespace-type-summary.ts
794
+ models/redis-analysis-progress.ts
795
+ models/redis-analysis-response.ts
796
+ models/redis-analysis-simple-type-summary.ts
797
+ models/redis-analysis-typed-summary.ts
789
798
  models/redis-capability.ts
790
799
  models/redis-cluster-node.ts
791
800
  models/redis-cluster-slot.ts
@@ -44,8 +44,8 @@ export const DiagnosticsApiAxiosParamCreator = function (configuration?: Configu
44
44
  * @summary Get PostgreSQL performance trends
45
45
  * @param {string} orgName Organization name
46
46
  * @param {string} clusterName Cluster name
47
- * @param {string} [range] Controlled query range. Allowed values are 1h, 6h, and 24h. Defaults to 1h.
48
- * @param {string} [step] Controlled query granularity. Allowed values are 1m, 5m, and 15m. Defaults to 1m for 1h, 5m for 6h, and 15m for 24h.
47
+ * @param {string} [range] Controlled query range. Allowed values are 1h, 6h, 24h, and 7d. Defaults to 1h.
48
+ * @param {string} [step] Controlled query granularity. Allowed values are 1m, 5m, 15m, and 1h. Defaults to 1m for 1h, 5m for 6h, 15m for 24h, and 1h for 7d.
49
49
  * @param {*} [options] Override http request option.
50
50
  * @throws {RequiredError}
51
51
  */
@@ -362,8 +362,8 @@ export const DiagnosticsApiFp = function(configuration?: Configuration) {
362
362
  * @summary Get PostgreSQL performance trends
363
363
  * @param {string} orgName Organization name
364
364
  * @param {string} clusterName Cluster name
365
- * @param {string} [range] Controlled query range. Allowed values are 1h, 6h, and 24h. Defaults to 1h.
366
- * @param {string} [step] Controlled query granularity. Allowed values are 1m, 5m, and 15m. Defaults to 1m for 1h, 5m for 6h, and 15m for 24h.
365
+ * @param {string} [range] Controlled query range. Allowed values are 1h, 6h, 24h, and 7d. Defaults to 1h.
366
+ * @param {string} [step] Controlled query granularity. Allowed values are 1m, 5m, 15m, and 1h. Defaults to 1m for 1h, 5m for 6h, 15m for 24h, and 1h for 7d.
367
367
  * @param {*} [options] Override http request option.
368
368
  * @throws {RequiredError}
369
369
  */
@@ -611,14 +611,14 @@ export interface DiagnosticsApiGetDiagnosticsPostgresqlPerformanceTrendsRequest
611
611
  readonly clusterName: string
612
612
 
613
613
  /**
614
- * Controlled query range. Allowed values are 1h, 6h, and 24h. Defaults to 1h.
614
+ * Controlled query range. Allowed values are 1h, 6h, 24h, and 7d. Defaults to 1h.
615
615
  * @type {string}
616
616
  * @memberof DiagnosticsApiGetDiagnosticsPostgresqlPerformanceTrends
617
617
  */
618
618
  readonly range?: string
619
619
 
620
620
  /**
621
- * Controlled query granularity. Allowed values are 1m, 5m, and 15m. Defaults to 1m for 1h, 5m for 6h, and 15m for 24h.
621
+ * Controlled query granularity. Allowed values are 1m, 5m, 15m, and 1h. Defaults to 1m for 1h, 5m for 6h, 15m for 24h, and 1h for 7d.
622
622
  * @type {string}
623
623
  * @memberof DiagnosticsApiGetDiagnosticsPostgresqlPerformanceTrends
624
624
  */