kb-cloud-client-typescript 2.3.0-alpha.107 → 2.3.0-alpha.109

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 (161) hide show
  1. package/dist/adminapi/api.d.ts +0 -1
  2. package/dist/adminapi/api.d.ts.map +1 -1
  3. package/dist/adminapi/api.js +0 -1
  4. package/dist/adminapi/api.js.map +1 -1
  5. package/dist/adminapi/apis/cluster-log-api.d.ts +154 -2
  6. package/dist/adminapi/apis/cluster-log-api.d.ts.map +1 -1
  7. package/dist/adminapi/apis/cluster-log-api.js +100 -5
  8. package/dist/adminapi/apis/cluster-log-api.js.map +1 -1
  9. package/dist/adminapi/apis/shared-api.d.ts +154 -2
  10. package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
  11. package/dist/adminapi/apis/shared-api.js +100 -5
  12. package/dist/adminapi/apis/shared-api.js.map +1 -1
  13. package/dist/adminapi/models/account-option.d.ts +7 -1
  14. package/dist/adminapi/models/account-option.d.ts.map +1 -1
  15. package/dist/adminapi/models/index.d.ts +0 -10
  16. package/dist/adminapi/models/index.d.ts.map +1 -1
  17. package/dist/adminapi/models/index.js +0 -10
  18. package/dist/adminapi/models/index.js.map +1 -1
  19. package/dist/openapi/api.d.ts +0 -1
  20. package/dist/openapi/api.d.ts.map +1 -1
  21. package/dist/openapi/api.js +0 -1
  22. package/dist/openapi/api.js.map +1 -1
  23. package/dist/openapi/apis/cluster-log-api.d.ts +154 -2
  24. package/dist/openapi/apis/cluster-log-api.d.ts.map +1 -1
  25. package/dist/openapi/apis/cluster-log-api.js +100 -5
  26. package/dist/openapi/apis/cluster-log-api.js.map +1 -1
  27. package/dist/openapi/apis/shared-api.d.ts +154 -2
  28. package/dist/openapi/apis/shared-api.d.ts.map +1 -1
  29. package/dist/openapi/apis/shared-api.js +100 -5
  30. package/dist/openapi/apis/shared-api.js.map +1 -1
  31. package/dist/openapi/models/account-option.d.ts +7 -1
  32. package/dist/openapi/models/account-option.d.ts.map +1 -1
  33. package/dist/openapi/models/index.d.ts +0 -10
  34. package/dist/openapi/models/index.d.ts.map +1 -1
  35. package/dist/openapi/models/index.js +0 -10
  36. package/dist/openapi/models/index.js.map +1 -1
  37. package/package.json +1 -1
  38. package/src/adminapi/.openapi-generator/FILES +0 -11
  39. package/src/adminapi/api.ts +0 -1
  40. package/src/adminapi/apis/cluster-log-api.ts +252 -5
  41. package/src/adminapi/apis/shared-api.ts +252 -5
  42. package/src/adminapi/models/account-option.ts +7 -1
  43. package/src/adminapi/models/index.ts +0 -10
  44. package/src/adminapi.yaml +94 -382
  45. package/src/openapi/.openapi-generator/FILES +0 -11
  46. package/src/openapi/api.ts +0 -1
  47. package/src/openapi/apis/cluster-log-api.ts +252 -5
  48. package/src/openapi/apis/shared-api.ts +252 -5
  49. package/src/openapi/models/account-option.ts +7 -1
  50. package/src/openapi/models/index.ts +0 -10
  51. package/src/openapi.yaml +94 -382
  52. package/dist/adminapi/apis/aiapi.d.ts +0 -408
  53. package/dist/adminapi/apis/aiapi.d.ts.map +0 -1
  54. package/dist/adminapi/apis/aiapi.js +0 -496
  55. package/dist/adminapi/apis/aiapi.js.map +0 -1
  56. package/dist/adminapi/models/ai-conversation-list-response.d.ts +0 -32
  57. package/dist/adminapi/models/ai-conversation-list-response.d.ts.map +0 -1
  58. package/dist/adminapi/models/ai-conversation-list-response.js +0 -16
  59. package/dist/adminapi/models/ai-conversation-list-response.js.map +0 -1
  60. package/dist/adminapi/models/ai-conversation.d.ts +0 -67
  61. package/dist/adminapi/models/ai-conversation.d.ts.map +0 -1
  62. package/dist/adminapi/models/ai-conversation.js +0 -16
  63. package/dist/adminapi/models/ai-conversation.js.map +0 -1
  64. package/dist/adminapi/models/ai-message-list-response.d.ts +0 -26
  65. package/dist/adminapi/models/ai-message-list-response.d.ts.map +0 -1
  66. package/dist/adminapi/models/ai-message-list-response.js +0 -16
  67. package/dist/adminapi/models/ai-message-list-response.js.map +0 -1
  68. package/dist/adminapi/models/ai-message.d.ts +0 -70
  69. package/dist/adminapi/models/ai-message.d.ts.map +0 -1
  70. package/dist/adminapi/models/ai-message.js +0 -16
  71. package/dist/adminapi/models/ai-message.js.map +0 -1
  72. package/dist/adminapi/models/aichat-type.d.ts +0 -22
  73. package/dist/adminapi/models/aichat-type.d.ts.map +0 -1
  74. package/dist/adminapi/models/aichat-type.js +0 -26
  75. package/dist/adminapi/models/aichat-type.js.map +0 -1
  76. package/dist/adminapi/models/aiconversation-request.d.ts +0 -26
  77. package/dist/adminapi/models/aiconversation-request.d.ts.map +0 -1
  78. package/dist/adminapi/models/aiconversation-request.js +0 -16
  79. package/dist/adminapi/models/aiconversation-request.js.map +0 -1
  80. package/dist/adminapi/models/chat-request.d.ts +0 -79
  81. package/dist/adminapi/models/chat-request.d.ts.map +0 -1
  82. package/dist/adminapi/models/chat-request.js +0 -16
  83. package/dist/adminapi/models/chat-request.js.map +0 -1
  84. package/dist/adminapi/models/chat-response-type.d.ts +0 -29
  85. package/dist/adminapi/models/chat-response-type.d.ts.map +0 -1
  86. package/dist/adminapi/models/chat-response-type.js +0 -33
  87. package/dist/adminapi/models/chat-response-type.js.map +0 -1
  88. package/dist/adminapi/models/chat-response.d.ts +0 -50
  89. package/dist/adminapi/models/chat-response.d.ts.map +0 -1
  90. package/dist/adminapi/models/chat-response.js +0 -16
  91. package/dist/adminapi/models/chat-response.js.map +0 -1
  92. package/dist/adminapi/models/sender-type.d.ts +0 -23
  93. package/dist/adminapi/models/sender-type.d.ts.map +0 -1
  94. package/dist/adminapi/models/sender-type.js +0 -27
  95. package/dist/adminapi/models/sender-type.js.map +0 -1
  96. package/dist/openapi/apis/aiapi.d.ts +0 -408
  97. package/dist/openapi/apis/aiapi.d.ts.map +0 -1
  98. package/dist/openapi/apis/aiapi.js +0 -496
  99. package/dist/openapi/apis/aiapi.js.map +0 -1
  100. package/dist/openapi/models/ai-conversation-list-response.d.ts +0 -32
  101. package/dist/openapi/models/ai-conversation-list-response.d.ts.map +0 -1
  102. package/dist/openapi/models/ai-conversation-list-response.js +0 -16
  103. package/dist/openapi/models/ai-conversation-list-response.js.map +0 -1
  104. package/dist/openapi/models/ai-conversation.d.ts +0 -67
  105. package/dist/openapi/models/ai-conversation.d.ts.map +0 -1
  106. package/dist/openapi/models/ai-conversation.js +0 -16
  107. package/dist/openapi/models/ai-conversation.js.map +0 -1
  108. package/dist/openapi/models/ai-message-list-response.d.ts +0 -26
  109. package/dist/openapi/models/ai-message-list-response.d.ts.map +0 -1
  110. package/dist/openapi/models/ai-message-list-response.js +0 -16
  111. package/dist/openapi/models/ai-message-list-response.js.map +0 -1
  112. package/dist/openapi/models/ai-message.d.ts +0 -70
  113. package/dist/openapi/models/ai-message.d.ts.map +0 -1
  114. package/dist/openapi/models/ai-message.js +0 -16
  115. package/dist/openapi/models/ai-message.js.map +0 -1
  116. package/dist/openapi/models/aichat-type.d.ts +0 -22
  117. package/dist/openapi/models/aichat-type.d.ts.map +0 -1
  118. package/dist/openapi/models/aichat-type.js +0 -26
  119. package/dist/openapi/models/aichat-type.js.map +0 -1
  120. package/dist/openapi/models/aiconversation-request.d.ts +0 -26
  121. package/dist/openapi/models/aiconversation-request.d.ts.map +0 -1
  122. package/dist/openapi/models/aiconversation-request.js +0 -16
  123. package/dist/openapi/models/aiconversation-request.js.map +0 -1
  124. package/dist/openapi/models/chat-request.d.ts +0 -79
  125. package/dist/openapi/models/chat-request.d.ts.map +0 -1
  126. package/dist/openapi/models/chat-request.js +0 -16
  127. package/dist/openapi/models/chat-request.js.map +0 -1
  128. package/dist/openapi/models/chat-response-type.d.ts +0 -29
  129. package/dist/openapi/models/chat-response-type.d.ts.map +0 -1
  130. package/dist/openapi/models/chat-response-type.js +0 -33
  131. package/dist/openapi/models/chat-response-type.js.map +0 -1
  132. package/dist/openapi/models/chat-response.d.ts +0 -50
  133. package/dist/openapi/models/chat-response.d.ts.map +0 -1
  134. package/dist/openapi/models/chat-response.js +0 -16
  135. package/dist/openapi/models/chat-response.js.map +0 -1
  136. package/dist/openapi/models/sender-type.d.ts +0 -23
  137. package/dist/openapi/models/sender-type.d.ts.map +0 -1
  138. package/dist/openapi/models/sender-type.js +0 -27
  139. package/dist/openapi/models/sender-type.js.map +0 -1
  140. package/src/adminapi/apis/aiapi.ts +0 -728
  141. package/src/adminapi/models/ai-conversation-list-response.ts +0 -39
  142. package/src/adminapi/models/ai-conversation.ts +0 -72
  143. package/src/adminapi/models/ai-message-list-response.ts +0 -33
  144. package/src/adminapi/models/ai-message.ts +0 -77
  145. package/src/adminapi/models/aichat-type.ts +0 -31
  146. package/src/adminapi/models/aiconversation-request.ts +0 -35
  147. package/src/adminapi/models/chat-request.ts +0 -84
  148. package/src/adminapi/models/chat-response-type.ts +0 -38
  149. package/src/adminapi/models/chat-response.ts +0 -59
  150. package/src/adminapi/models/sender-type.ts +0 -32
  151. package/src/openapi/apis/aiapi.ts +0 -728
  152. package/src/openapi/models/ai-conversation-list-response.ts +0 -39
  153. package/src/openapi/models/ai-conversation.ts +0 -72
  154. package/src/openapi/models/ai-message-list-response.ts +0 -33
  155. package/src/openapi/models/ai-message.ts +0 -77
  156. package/src/openapi/models/aichat-type.ts +0 -31
  157. package/src/openapi/models/aiconversation-request.ts +0 -35
  158. package/src/openapi/models/chat-request.ts +0 -84
  159. package/src/openapi/models/chat-response-type.ts +0 -38
  160. package/src/openapi/models/chat-response.ts +0 -59
  161. package/src/openapi/models/sender-type.ts +0 -32
@@ -452,10 +452,29 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
452
452
  * @param {SortType} [sortType]
453
453
  * @param {string} [groupBy]
454
454
  * @param {number} [topN]
455
+ * @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
456
+ * @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
457
+ * @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
458
+ * @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
459
+ * @param {number} [minRowsExamined]
460
+ * @param {number} [maxRowsExamined]
461
+ * @param {number} [minRowsSent]
462
+ * @param {number} [maxRowsSent]
463
+ * @param {string} [dbName]
464
+ * @param {string} [dbNameContains]
465
+ * @param {string} [userName]
466
+ * @param {string} [userNameContains]
467
+ * @param {string} [clientIp]
468
+ * @param {string} [clientIpContains]
469
+ * @param {string} [clientIpCIDR]
470
+ * @param {string} [appName]
471
+ * @param {string} [appNameContains]
472
+ * @param {string} [templateId]
473
+ * @param {boolean} [unclassifiedOnly]
455
474
  * @param {*} [options] Override http request option.
456
475
  * @throws {RequiredError}
457
476
  */
458
- aggregateSlowLogs: async (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, groupBy?: string, topN?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
477
+ aggregateSlowLogs: async (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, groupBy?: string, topN?: number, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
459
478
  // verify required parameter 'orgName' is not null or undefined
460
479
  assertParamExists('aggregateSlowLogs', 'orgName', orgName)
461
480
  // verify required parameter 'clusterName' is not null or undefined
@@ -521,6 +540,82 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
521
540
  localVarQueryParameter['topN'] = topN;
522
541
  }
523
542
 
543
+ if (minExecutionTime !== undefined) {
544
+ localVarQueryParameter['minExecutionTime'] = minExecutionTime;
545
+ }
546
+
547
+ if (maxExecutionTime !== undefined) {
548
+ localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
549
+ }
550
+
551
+ if (minLockTime !== undefined) {
552
+ localVarQueryParameter['minLockTime'] = minLockTime;
553
+ }
554
+
555
+ if (maxLockTime !== undefined) {
556
+ localVarQueryParameter['maxLockTime'] = maxLockTime;
557
+ }
558
+
559
+ if (minRowsExamined !== undefined) {
560
+ localVarQueryParameter['minRowsExamined'] = minRowsExamined;
561
+ }
562
+
563
+ if (maxRowsExamined !== undefined) {
564
+ localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
565
+ }
566
+
567
+ if (minRowsSent !== undefined) {
568
+ localVarQueryParameter['minRowsSent'] = minRowsSent;
569
+ }
570
+
571
+ if (maxRowsSent !== undefined) {
572
+ localVarQueryParameter['maxRowsSent'] = maxRowsSent;
573
+ }
574
+
575
+ if (dbName !== undefined) {
576
+ localVarQueryParameter['dbName'] = dbName;
577
+ }
578
+
579
+ if (dbNameContains !== undefined) {
580
+ localVarQueryParameter['dbNameContains'] = dbNameContains;
581
+ }
582
+
583
+ if (userName !== undefined) {
584
+ localVarQueryParameter['userName'] = userName;
585
+ }
586
+
587
+ if (userNameContains !== undefined) {
588
+ localVarQueryParameter['userNameContains'] = userNameContains;
589
+ }
590
+
591
+ if (clientIp !== undefined) {
592
+ localVarQueryParameter['clientIp'] = clientIp;
593
+ }
594
+
595
+ if (clientIpContains !== undefined) {
596
+ localVarQueryParameter['clientIpContains'] = clientIpContains;
597
+ }
598
+
599
+ if (clientIpCIDR !== undefined) {
600
+ localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
601
+ }
602
+
603
+ if (appName !== undefined) {
604
+ localVarQueryParameter['appName'] = appName;
605
+ }
606
+
607
+ if (appNameContains !== undefined) {
608
+ localVarQueryParameter['appNameContains'] = appNameContains;
609
+ }
610
+
611
+ if (templateId !== undefined) {
612
+ localVarQueryParameter['templateId'] = templateId;
613
+ }
614
+
615
+ if (unclassifiedOnly !== undefined) {
616
+ localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
617
+ }
618
+
524
619
 
525
620
 
526
621
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -13445,11 +13540,30 @@ export const SharedApiFp = function(configuration?: Configuration) {
13445
13540
  * @param {SortType} [sortType]
13446
13541
  * @param {string} [groupBy]
13447
13542
  * @param {number} [topN]
13543
+ * @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
13544
+ * @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
13545
+ * @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
13546
+ * @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
13547
+ * @param {number} [minRowsExamined]
13548
+ * @param {number} [maxRowsExamined]
13549
+ * @param {number} [minRowsSent]
13550
+ * @param {number} [maxRowsSent]
13551
+ * @param {string} [dbName]
13552
+ * @param {string} [dbNameContains]
13553
+ * @param {string} [userName]
13554
+ * @param {string} [userNameContains]
13555
+ * @param {string} [clientIp]
13556
+ * @param {string} [clientIpContains]
13557
+ * @param {string} [clientIpCIDR]
13558
+ * @param {string} [appName]
13559
+ * @param {string} [appNameContains]
13560
+ * @param {string} [templateId]
13561
+ * @param {boolean} [unclassifiedOnly]
13448
13562
  * @param {*} [options] Override http request option.
13449
13563
  * @throws {RequiredError}
13450
13564
  */
13451
- async aggregateSlowLogs(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, groupBy?: string, topN?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterExecutionLogAggregateResponse>> {
13452
- const localVarAxiosArgs = await localVarAxiosParamCreator.aggregateSlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, groupBy, topN, options);
13565
+ async aggregateSlowLogs(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, groupBy?: string, topN?: number, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterExecutionLogAggregateResponse>> {
13566
+ const localVarAxiosArgs = await localVarAxiosParamCreator.aggregateSlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, groupBy, topN, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options);
13453
13567
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
13454
13568
  const localVarOperationServerBasePath = operationServerMap['SharedApi.aggregateSlowLogs']?.[localVarOperationServerIndex]?.url;
13455
13569
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -17223,7 +17337,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
17223
17337
  * @throws {RequiredError}
17224
17338
  */
17225
17339
  aggregateSlowLogs(requestParameters: SharedApiAggregateSlowLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterExecutionLogAggregateResponse> {
17226
- return localVarFp.aggregateSlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.groupBy, requestParameters.topN, options).then((request) => request(axios, basePath));
17340
+ return localVarFp.aggregateSlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.groupBy, requestParameters.topN, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(axios, basePath));
17227
17341
  },
17228
17342
  /**
17229
17343
  * alert statistic
@@ -22107,6 +22221,139 @@ export interface SharedApiAggregateSlowLogsRequest {
22107
22221
  * @memberof SharedApiAggregateSlowLogs
22108
22222
  */
22109
22223
  readonly topN?: number
22224
+
22225
+ /**
22226
+ * Minimum execution time in seconds. Decimal values are supported, for example 0.5.
22227
+ * @type {number}
22228
+ * @memberof SharedApiAggregateSlowLogs
22229
+ */
22230
+ readonly minExecutionTime?: number
22231
+
22232
+ /**
22233
+ * Maximum execution time in seconds. Decimal values are supported, for example 0.5.
22234
+ * @type {number}
22235
+ * @memberof SharedApiAggregateSlowLogs
22236
+ */
22237
+ readonly maxExecutionTime?: number
22238
+
22239
+ /**
22240
+ * Minimum lock time in seconds. Decimal values are supported, for example 0.001.
22241
+ * @type {number}
22242
+ * @memberof SharedApiAggregateSlowLogs
22243
+ */
22244
+ readonly minLockTime?: number
22245
+
22246
+ /**
22247
+ * Maximum lock time in seconds. Decimal values are supported, for example 0.001.
22248
+ * @type {number}
22249
+ * @memberof SharedApiAggregateSlowLogs
22250
+ */
22251
+ readonly maxLockTime?: number
22252
+
22253
+ /**
22254
+ *
22255
+ * @type {number}
22256
+ * @memberof SharedApiAggregateSlowLogs
22257
+ */
22258
+ readonly minRowsExamined?: number
22259
+
22260
+ /**
22261
+ *
22262
+ * @type {number}
22263
+ * @memberof SharedApiAggregateSlowLogs
22264
+ */
22265
+ readonly maxRowsExamined?: number
22266
+
22267
+ /**
22268
+ *
22269
+ * @type {number}
22270
+ * @memberof SharedApiAggregateSlowLogs
22271
+ */
22272
+ readonly minRowsSent?: number
22273
+
22274
+ /**
22275
+ *
22276
+ * @type {number}
22277
+ * @memberof SharedApiAggregateSlowLogs
22278
+ */
22279
+ readonly maxRowsSent?: number
22280
+
22281
+ /**
22282
+ *
22283
+ * @type {string}
22284
+ * @memberof SharedApiAggregateSlowLogs
22285
+ */
22286
+ readonly dbName?: string
22287
+
22288
+ /**
22289
+ *
22290
+ * @type {string}
22291
+ * @memberof SharedApiAggregateSlowLogs
22292
+ */
22293
+ readonly dbNameContains?: string
22294
+
22295
+ /**
22296
+ *
22297
+ * @type {string}
22298
+ * @memberof SharedApiAggregateSlowLogs
22299
+ */
22300
+ readonly userName?: string
22301
+
22302
+ /**
22303
+ *
22304
+ * @type {string}
22305
+ * @memberof SharedApiAggregateSlowLogs
22306
+ */
22307
+ readonly userNameContains?: string
22308
+
22309
+ /**
22310
+ *
22311
+ * @type {string}
22312
+ * @memberof SharedApiAggregateSlowLogs
22313
+ */
22314
+ readonly clientIp?: string
22315
+
22316
+ /**
22317
+ *
22318
+ * @type {string}
22319
+ * @memberof SharedApiAggregateSlowLogs
22320
+ */
22321
+ readonly clientIpContains?: string
22322
+
22323
+ /**
22324
+ *
22325
+ * @type {string}
22326
+ * @memberof SharedApiAggregateSlowLogs
22327
+ */
22328
+ readonly clientIpCIDR?: string
22329
+
22330
+ /**
22331
+ *
22332
+ * @type {string}
22333
+ * @memberof SharedApiAggregateSlowLogs
22334
+ */
22335
+ readonly appName?: string
22336
+
22337
+ /**
22338
+ *
22339
+ * @type {string}
22340
+ * @memberof SharedApiAggregateSlowLogs
22341
+ */
22342
+ readonly appNameContains?: string
22343
+
22344
+ /**
22345
+ *
22346
+ * @type {string}
22347
+ * @memberof SharedApiAggregateSlowLogs
22348
+ */
22349
+ readonly templateId?: string
22350
+
22351
+ /**
22352
+ *
22353
+ * @type {boolean}
22354
+ * @memberof SharedApiAggregateSlowLogs
22355
+ */
22356
+ readonly unclassifiedOnly?: boolean
22110
22357
  }
22111
22358
 
22112
22359
  /**
@@ -29942,7 +30189,7 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
29942
30189
  * @memberof SharedApi
29943
30190
  */
29944
30191
  public aggregateSlowLogs(requestParameters: SharedApiAggregateSlowLogsRequest, options?: RawAxiosRequestConfig) {
29945
- return SharedApiFp(this.configuration).aggregateSlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.groupBy, requestParameters.topN, options).then((request) => request(this.axios, this.basePath));
30192
+ return SharedApiFp(this.configuration).aggregateSlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.groupBy, requestParameters.topN, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(this.axios, this.basePath));
29946
30193
  }
29947
30194
 
29948
30195
  /**
@@ -79,7 +79,13 @@ export interface AccountOption {
79
79
  * @type {boolean}
80
80
  * @memberof AccountOption
81
81
  */
82
- 'lock'?: boolean;
82
+ 'supportLock'?: boolean;
83
+ /**
84
+ * Account names that are protected from update, delete, lock, and unlock actions.
85
+ * @type {Array<string>}
86
+ * @memberof AccountOption
87
+ */
88
+ 'protectedAccounts'?: Array<string>;
83
89
  /**
84
90
  *
85
91
  * @type {boolean}
@@ -1,7 +1,5 @@
1
1
  export * from './acluser';
2
2
  export * from './acluser-response';
3
- export * from './aichat-type';
4
- export * from './aiconversation-request';
5
3
  export * from './apierror-response';
6
4
  export * from './access-level';
7
5
  export * from './account';
@@ -51,10 +49,6 @@ export * from './ai-agent-tool-confirmation-status';
51
49
  export * from './ai-agent-turn-action';
52
50
  export * from './ai-agent-turn-action-list';
53
51
  export * from './ai-agent-turn-status';
54
- export * from './ai-conversation';
55
- export * from './ai-conversation-list-response';
56
- export * from './ai-message';
57
- export * from './ai-message-list-response';
58
52
  export * from './alert-cluster';
59
53
  export * from './alert-config';
60
54
  export * from './alert-inhibit';
@@ -150,9 +144,6 @@ export * from './cdc-tool-template';
150
144
  export * from './cdc-worker-template';
151
145
  export * from './certificate';
152
146
  export * from './certificate-issuer';
153
- export * from './chat-request';
154
- export * from './chat-response';
155
- export * from './chat-response-type';
156
147
  export * from './check-apikey';
157
148
  export * from './class';
158
149
  export * from './class-batch';
@@ -702,7 +693,6 @@ export * from './selected-object-option-tree';
702
693
  export * from './selected-object-option-tree-level-order-inner';
703
694
  export * from './selective-method-option';
704
695
  export * from './selective-object-tree-node';
705
- export * from './sender-type';
706
696
  export * from './series-item';
707
697
  export * from './service-descriptor';
708
698
  export * from './service-descriptor-address-style';