kb-cloud-client-typescript 2.4.0-alpha.43 → 2.4.0-alpha.45

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 (95) hide show
  1. package/dist/adminapi/apis/diagnostics-api.d.ts +328 -0
  2. package/dist/adminapi/apis/diagnostics-api.d.ts.map +1 -1
  3. package/dist/adminapi/apis/diagnostics-api.js +349 -0
  4. package/dist/adminapi/apis/diagnostics-api.js.map +1 -1
  5. package/dist/adminapi/models/index.d.ts +7 -0
  6. package/dist/adminapi/models/index.d.ts.map +1 -1
  7. package/dist/adminapi/models/index.js +7 -0
  8. package/dist/adminapi/models/index.js.map +1 -1
  9. package/dist/adminapi/models/mssql-cached-plan.d.ts +37 -0
  10. package/dist/adminapi/models/mssql-cached-plan.d.ts.map +1 -0
  11. package/dist/adminapi/models/mssql-cached-plan.js +16 -0
  12. package/dist/adminapi/models/mssql-cached-plan.js.map +1 -0
  13. package/dist/adminapi/models/mssql-lock-snapshot.d.ts +52 -0
  14. package/dist/adminapi/models/mssql-lock-snapshot.d.ts.map +1 -0
  15. package/dist/adminapi/models/mssql-lock-snapshot.js +16 -0
  16. package/dist/adminapi/models/mssql-lock-snapshot.js.map +1 -0
  17. package/dist/adminapi/models/mssql-lock.d.ts +73 -0
  18. package/dist/adminapi/models/mssql-lock.d.ts.map +1 -0
  19. package/dist/adminapi/models/mssql-lock.js +16 -0
  20. package/dist/adminapi/models/mssql-lock.js.map +1 -0
  21. package/dist/adminapi/models/mssql-request.d.ts +115 -0
  22. package/dist/adminapi/models/mssql-request.d.ts.map +1 -0
  23. package/dist/adminapi/models/mssql-request.js +16 -0
  24. package/dist/adminapi/models/mssql-request.js.map +1 -0
  25. package/dist/adminapi/models/mssql-session-snapshot.d.ts +38 -0
  26. package/dist/adminapi/models/mssql-session-snapshot.d.ts.map +1 -0
  27. package/dist/adminapi/models/mssql-session-snapshot.js +16 -0
  28. package/dist/adminapi/models/mssql-session-snapshot.js.map +1 -0
  29. package/dist/adminapi/models/mssql-session.d.ts +104 -0
  30. package/dist/adminapi/models/mssql-session.d.ts.map +1 -0
  31. package/dist/adminapi/models/mssql-session.js +16 -0
  32. package/dist/adminapi/models/mssql-session.js.map +1 -0
  33. package/dist/adminapi/models/mssql-wait.d.ts +61 -0
  34. package/dist/adminapi/models/mssql-wait.d.ts.map +1 -0
  35. package/dist/adminapi/models/mssql-wait.js +16 -0
  36. package/dist/adminapi/models/mssql-wait.js.map +1 -0
  37. package/dist/openapi/apis/diagnostics-api.d.ts +328 -0
  38. package/dist/openapi/apis/diagnostics-api.d.ts.map +1 -1
  39. package/dist/openapi/apis/diagnostics-api.js +349 -0
  40. package/dist/openapi/apis/diagnostics-api.js.map +1 -1
  41. package/dist/openapi/models/index.d.ts +7 -0
  42. package/dist/openapi/models/index.d.ts.map +1 -1
  43. package/dist/openapi/models/index.js +7 -0
  44. package/dist/openapi/models/index.js.map +1 -1
  45. package/dist/openapi/models/mssql-cached-plan.d.ts +37 -0
  46. package/dist/openapi/models/mssql-cached-plan.d.ts.map +1 -0
  47. package/dist/openapi/models/mssql-cached-plan.js +16 -0
  48. package/dist/openapi/models/mssql-cached-plan.js.map +1 -0
  49. package/dist/openapi/models/mssql-lock-snapshot.d.ts +52 -0
  50. package/dist/openapi/models/mssql-lock-snapshot.d.ts.map +1 -0
  51. package/dist/openapi/models/mssql-lock-snapshot.js +16 -0
  52. package/dist/openapi/models/mssql-lock-snapshot.js.map +1 -0
  53. package/dist/openapi/models/mssql-lock.d.ts +73 -0
  54. package/dist/openapi/models/mssql-lock.d.ts.map +1 -0
  55. package/dist/openapi/models/mssql-lock.js +16 -0
  56. package/dist/openapi/models/mssql-lock.js.map +1 -0
  57. package/dist/openapi/models/mssql-request.d.ts +115 -0
  58. package/dist/openapi/models/mssql-request.d.ts.map +1 -0
  59. package/dist/openapi/models/mssql-request.js +16 -0
  60. package/dist/openapi/models/mssql-request.js.map +1 -0
  61. package/dist/openapi/models/mssql-session-snapshot.d.ts +38 -0
  62. package/dist/openapi/models/mssql-session-snapshot.d.ts.map +1 -0
  63. package/dist/openapi/models/mssql-session-snapshot.js +16 -0
  64. package/dist/openapi/models/mssql-session-snapshot.js.map +1 -0
  65. package/dist/openapi/models/mssql-session.d.ts +104 -0
  66. package/dist/openapi/models/mssql-session.d.ts.map +1 -0
  67. package/dist/openapi/models/mssql-session.js +16 -0
  68. package/dist/openapi/models/mssql-session.js.map +1 -0
  69. package/dist/openapi/models/mssql-wait.d.ts +61 -0
  70. package/dist/openapi/models/mssql-wait.d.ts.map +1 -0
  71. package/dist/openapi/models/mssql-wait.js +16 -0
  72. package/dist/openapi/models/mssql-wait.js.map +1 -0
  73. package/package.json +1 -1
  74. package/src/adminapi/.openapi-generator/FILES +7 -0
  75. package/src/adminapi/apis/diagnostics-api.ts +577 -0
  76. package/src/adminapi/models/index.ts +7 -0
  77. package/src/adminapi/models/mssql-cached-plan.ts +42 -0
  78. package/src/adminapi/models/mssql-lock-snapshot.ts +63 -0
  79. package/src/adminapi/models/mssql-lock.ts +78 -0
  80. package/src/adminapi/models/mssql-request.ts +120 -0
  81. package/src/adminapi/models/mssql-session-snapshot.ts +45 -0
  82. package/src/adminapi/models/mssql-session.ts +111 -0
  83. package/src/adminapi/models/mssql-wait.ts +66 -0
  84. package/src/adminapi.yaml +430 -0
  85. package/src/openapi/.openapi-generator/FILES +7 -0
  86. package/src/openapi/apis/diagnostics-api.ts +577 -0
  87. package/src/openapi/models/index.ts +7 -0
  88. package/src/openapi/models/mssql-cached-plan.ts +42 -0
  89. package/src/openapi/models/mssql-lock-snapshot.ts +63 -0
  90. package/src/openapi/models/mssql-lock.ts +78 -0
  91. package/src/openapi/models/mssql-request.ts +120 -0
  92. package/src/openapi/models/mssql-session-snapshot.ts +45 -0
  93. package/src/openapi/models/mssql-session.ts +111 -0
  94. package/src/openapi/models/mssql-wait.ts +66 -0
  95. package/src/openapi.yaml +430 -0
@@ -0,0 +1,52 @@
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 { MssqlLock } from './mssql-lock';
13
+ import type { MssqlSession } from './mssql-session';
14
+ import type { MssqlWait } from './mssql-wait';
15
+ /**
16
+ * Bounded live DMV observations. Edges are SQL Server reported blocking identifiers. Collection is not atomic; graph cycles are not historical deadlock evidence.
17
+ * @export
18
+ * @interface MssqlLockSnapshot
19
+ */
20
+ export interface MssqlLockSnapshot {
21
+ /**
22
+ *
23
+ * @type {string}
24
+ * @memberof MssqlLockSnapshot
25
+ */
26
+ 'capturedAt': string;
27
+ /**
28
+ *
29
+ * @type {Array<MssqlSession>}
30
+ * @memberof MssqlLockSnapshot
31
+ */
32
+ 'sessions': Array<MssqlSession>;
33
+ /**
34
+ *
35
+ * @type {Array<MssqlWait>}
36
+ * @memberof MssqlLockSnapshot
37
+ */
38
+ 'waits': Array<MssqlWait>;
39
+ /**
40
+ *
41
+ * @type {Array<MssqlLock>}
42
+ * @memberof MssqlLockSnapshot
43
+ */
44
+ 'locks': Array<MssqlLock>;
45
+ /**
46
+ *
47
+ * @type {boolean}
48
+ * @memberof MssqlLockSnapshot
49
+ */
50
+ 'truncated': boolean;
51
+ }
52
+ //# sourceMappingURL=mssql-lock-snapshot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mssql-lock-snapshot.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mssql-lock-snapshot.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAGpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,UAAU,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAChC;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAC1B;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAC1B;;;;OAIG;IACH,WAAW,EAAE,OAAO,CAAC;CACxB"}
@@ -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=mssql-lock-snapshot.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mssql-lock-snapshot.js","sourceRoot":"","sources":["../../../src/openapi/models/mssql-lock-snapshot.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,73 @@
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 MssqlLock
16
+ */
17
+ export interface MssqlLock {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof MssqlLock
22
+ */
23
+ 'sessionId': number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof MssqlLock
28
+ */
29
+ 'requestId': number;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof MssqlLock
34
+ */
35
+ 'database': string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof MssqlLock
40
+ */
41
+ 'resourceType': string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof MssqlLock
46
+ */
47
+ 'resource': string;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof MssqlLock
52
+ */
53
+ 'entityId': string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof MssqlLock
58
+ */
59
+ 'mode': string;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof MssqlLock
64
+ */
65
+ 'status': string;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof MssqlLock
70
+ */
71
+ 'ownerType': string;
72
+ }
73
+ //# sourceMappingURL=mssql-lock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mssql-lock.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mssql-lock.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACtB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,EAAE,MAAM,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=mssql-lock.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mssql-lock.js","sourceRoot":"","sources":["../../../src/openapi/models/mssql-lock.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
+ /**
13
+ *
14
+ * @export
15
+ * @interface MssqlRequest
16
+ */
17
+ export interface MssqlRequest {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof MssqlRequest
22
+ */
23
+ 'requestId': number;
24
+ /**
25
+ * Opaque SQL Server local start time, used to detect session or request reuse. Pass back unchanged; it is not a UTC timestamp.
26
+ * @type {string}
27
+ * @memberof MssqlRequest
28
+ */
29
+ 'startedAt': string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof MssqlRequest
34
+ */
35
+ 'status': string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof MssqlRequest
40
+ */
41
+ 'command': string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof MssqlRequest
46
+ */
47
+ 'database': string;
48
+ /**
49
+ * Current statement extracted with byte offsets. Truncated to 8192 characters.
50
+ * @type {string}
51
+ * @memberof MssqlRequest
52
+ */
53
+ 'sql': string;
54
+ /**
55
+ *
56
+ * @type {boolean}
57
+ * @memberof MssqlRequest
58
+ */
59
+ 'sqlTruncated': boolean;
60
+ /**
61
+ *
62
+ * @type {number}
63
+ * @memberof MssqlRequest
64
+ */
65
+ 'elapsedMs': number;
66
+ /**
67
+ *
68
+ * @type {number}
69
+ * @memberof MssqlRequest
70
+ */
71
+ 'cpuMs': number;
72
+ /**
73
+ *
74
+ * @type {number}
75
+ * @memberof MssqlRequest
76
+ */
77
+ 'reads': number;
78
+ /**
79
+ *
80
+ * @type {number}
81
+ * @memberof MssqlRequest
82
+ */
83
+ 'logicalReads': number;
84
+ /**
85
+ *
86
+ * @type {number}
87
+ * @memberof MssqlRequest
88
+ */
89
+ 'writes': number;
90
+ /**
91
+ *
92
+ * @type {string}
93
+ * @memberof MssqlRequest
94
+ */
95
+ 'waitType': string;
96
+ /**
97
+ *
98
+ * @type {number}
99
+ * @memberof MssqlRequest
100
+ */
101
+ 'waitMs': number;
102
+ /**
103
+ *
104
+ * @type {string}
105
+ * @memberof MssqlRequest
106
+ */
107
+ 'waitResource': string;
108
+ /**
109
+ *
110
+ * @type {number}
111
+ * @memberof MssqlRequest
112
+ */
113
+ 'blockingSessionId': number;
114
+ }
115
+ //# sourceMappingURL=mssql-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mssql-request.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mssql-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;CAC/B"}
@@ -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=mssql-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mssql-request.js","sourceRoot":"","sources":["../../../src/openapi/models/mssql-request.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,38 @@
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 { MssqlSession } from './mssql-session';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface MssqlSessionSnapshot
17
+ */
18
+ export interface MssqlSessionSnapshot {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof MssqlSessionSnapshot
23
+ */
24
+ 'capturedAt': string;
25
+ /**
26
+ *
27
+ * @type {Array<MssqlSession>}
28
+ * @memberof MssqlSessionSnapshot
29
+ */
30
+ 'sessions': Array<MssqlSession>;
31
+ /**
32
+ *
33
+ * @type {boolean}
34
+ * @memberof MssqlSessionSnapshot
35
+ */
36
+ 'truncated': boolean;
37
+ }
38
+ //# sourceMappingURL=mssql-session-snapshot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mssql-session-snapshot.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mssql-session-snapshot.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,UAAU,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAChC;;;;OAIG;IACH,WAAW,EAAE,OAAO,CAAC;CACxB"}
@@ -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=mssql-session-snapshot.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mssql-session-snapshot.js","sourceRoot":"","sources":["../../../src/openapi/models/mssql-session-snapshot.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,104 @@
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 { MssqlRequest } from './mssql-request';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface MssqlSession
17
+ */
18
+ export interface MssqlSession {
19
+ /**
20
+ *
21
+ * @type {number}
22
+ * @memberof MssqlSession
23
+ */
24
+ 'sessionId': number;
25
+ /**
26
+ * Opaque SQL Server local start time, used to detect session or request reuse. Pass back unchanged; it is not a UTC timestamp.
27
+ * @type {string}
28
+ * @memberof MssqlSession
29
+ */
30
+ 'startedAt': string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof MssqlSession
35
+ */
36
+ 'status': string;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof MssqlSession
41
+ */
42
+ 'user': string;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof MssqlSession
47
+ */
48
+ 'host': string;
49
+ /**
50
+ *
51
+ * @type {string}
52
+ * @memberof MssqlSession
53
+ */
54
+ 'application': string;
55
+ /**
56
+ *
57
+ * @type {string}
58
+ * @memberof MssqlSession
59
+ */
60
+ 'client': string;
61
+ /**
62
+ *
63
+ * @type {string}
64
+ * @memberof MssqlSession
65
+ */
66
+ 'database': string;
67
+ /**
68
+ *
69
+ * @type {number}
70
+ * @memberof MssqlSession
71
+ */
72
+ 'openTransactions': number;
73
+ /**
74
+ *
75
+ * @type {number}
76
+ * @memberof MssqlSession
77
+ */
78
+ 'transactionSeconds': number;
79
+ /**
80
+ * Most recent batch on the connection, not necessarily the SQL that acquired its locks. Truncated to 8192 characters.
81
+ * @type {string}
82
+ * @memberof MssqlSession
83
+ */
84
+ 'lastSql': string;
85
+ /**
86
+ *
87
+ * @type {boolean}
88
+ * @memberof MssqlSession
89
+ */
90
+ 'lastSqlTruncated': boolean;
91
+ /**
92
+ *
93
+ * @type {Array<MssqlRequest>}
94
+ * @memberof MssqlSession
95
+ */
96
+ 'requests': Array<MssqlRequest>;
97
+ /**
98
+ *
99
+ * @type {boolean}
100
+ * @memberof MssqlSession
101
+ */
102
+ 'requestsTruncated': boolean;
103
+ }
104
+ //# sourceMappingURL=mssql-session.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mssql-session.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mssql-session.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,kBAAkB,EAAE,OAAO,CAAC;IAC5B;;;;OAIG;IACH,UAAU,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,EAAE,OAAO,CAAC;CAChC"}
@@ -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=mssql-session.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mssql-session.js","sourceRoot":"","sources":["../../../src/openapi/models/mssql-session.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,61 @@
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 MssqlWait
16
+ */
17
+ export interface MssqlWait {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof MssqlWait
22
+ */
23
+ 'sessionId': number;
24
+ /**
25
+ * Request ID, or -1 when a waiting task cannot be associated with a live request.
26
+ * @type {number}
27
+ * @memberof MssqlWait
28
+ */
29
+ 'requestId': number;
30
+ /**
31
+ * SQL Server blocking owner. Negative values are special owners, not session IDs.
32
+ * @type {number}
33
+ * @memberof MssqlWait
34
+ */
35
+ 'blockingSessionId': number;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof MssqlWait
40
+ */
41
+ 'waitType': string;
42
+ /**
43
+ *
44
+ * @type {number}
45
+ * @memberof MssqlWait
46
+ */
47
+ 'waitMs': number;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof MssqlWait
52
+ */
53
+ 'resource': string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof MssqlWait
58
+ */
59
+ 'source': string;
60
+ }
61
+ //# sourceMappingURL=mssql-wait.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mssql-wait.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mssql-wait.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACtB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,QAAQ,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=mssql-wait.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mssql-wait.js","sourceRoot":"","sources":["../../../src/openapi/models/mssql-wait.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kb-cloud-client-typescript",
3
- "version": "2.4.0-alpha.43",
3
+ "version": "2.4.0-alpha.45",
4
4
  "description": "Auto-generated TypeScript SDK for KubeBlocks Cloud API",
5
5
  "private": false,
6
6
  "license": "Apache-2.0",
@@ -758,6 +758,13 @@ models/monitor-data-sink-create.ts
758
758
  models/monitor-data-sink-list.ts
759
759
  models/monitor-data-sink-update.ts
760
760
  models/monitor-data-sink.ts
761
+ models/mssql-cached-plan.ts
762
+ models/mssql-lock-snapshot.ts
763
+ models/mssql-lock.ts
764
+ models/mssql-request.ts
765
+ models/mssql-session-snapshot.ts
766
+ models/mssql-session.ts
767
+ models/mssql-wait.ts
761
768
  models/mysql-database-space.ts
762
769
  models/mysql-index-space.ts
763
770
  models/mysql-space-analysis.ts