kb-cloud-client-typescript 0.0.0-ava-pg-sql-analysis-api.20260625.1741 → 0.0.0-ava-pg-sql-analysis-api.20260625.1135
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.
- package/dist/adminapi/models/postgresql-sqlanalysis.d.ts +12 -0
- package/dist/adminapi/models/postgresql-sqlanalysis.d.ts.map +1 -1
- package/dist/openapi/models/postgresql-sqlanalysis.d.ts +12 -0
- package/dist/openapi/models/postgresql-sqlanalysis.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/models/postgresql-sqlanalysis.ts +12 -0
- package/src/adminapi.yaml +10 -0
- package/src/openapi/models/postgresql-sqlanalysis.ts +12 -0
- package/src/openapi.yaml +10 -0
|
@@ -58,6 +58,18 @@ export interface PostgresqlSQLAnalysis {
|
|
|
58
58
|
* @memberof PostgresqlSQLAnalysis
|
|
59
59
|
*/
|
|
60
60
|
'orderBy': string;
|
|
61
|
+
/**
|
|
62
|
+
* Total execution time in milliseconds across all visible pg_stat_statements rows, not limited to the returned top-N items. Present only when the source is available.
|
|
63
|
+
* @type {number}
|
|
64
|
+
* @memberof PostgresqlSQLAnalysis
|
|
65
|
+
*/
|
|
66
|
+
'totalTimeMsAll'?: number | null;
|
|
67
|
+
/**
|
|
68
|
+
* Total execution count across all visible pg_stat_statements rows, not limited to the returned top-N items. Present only when the source is available.
|
|
69
|
+
* @type {number}
|
|
70
|
+
* @memberof PostgresqlSQLAnalysis
|
|
71
|
+
*/
|
|
72
|
+
'callsAll'?: number | null;
|
|
61
73
|
/**
|
|
62
74
|
* SQL fingerprint ranking rows from pg_stat_statements. The list may be empty when no statement statistics exist.
|
|
63
75
|
* @type {Array<PostgresqlSQLFingerprint>}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"postgresql-sqlanalysis.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-sqlanalysis.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAE5E;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;CAC5C"}
|
|
1
|
+
{"version":3,"file":"postgresql-sqlanalysis.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-sqlanalysis.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAE5E;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;CAC5C"}
|
|
@@ -58,6 +58,18 @@ export interface PostgresqlSQLAnalysis {
|
|
|
58
58
|
* @memberof PostgresqlSQLAnalysis
|
|
59
59
|
*/
|
|
60
60
|
'orderBy': string;
|
|
61
|
+
/**
|
|
62
|
+
* Total execution time in milliseconds across all visible pg_stat_statements rows, not limited to the returned top-N items. Present only when the source is available.
|
|
63
|
+
* @type {number}
|
|
64
|
+
* @memberof PostgresqlSQLAnalysis
|
|
65
|
+
*/
|
|
66
|
+
'totalTimeMsAll'?: number | null;
|
|
67
|
+
/**
|
|
68
|
+
* Total execution count across all visible pg_stat_statements rows, not limited to the returned top-N items. Present only when the source is available.
|
|
69
|
+
* @type {number}
|
|
70
|
+
* @memberof PostgresqlSQLAnalysis
|
|
71
|
+
*/
|
|
72
|
+
'callsAll'?: number | null;
|
|
61
73
|
/**
|
|
62
74
|
* SQL fingerprint ranking rows from pg_stat_statements. The list may be empty when no statement statistics exist.
|
|
63
75
|
* @type {Array<PostgresqlSQLFingerprint>}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"postgresql-sqlanalysis.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/postgresql-sqlanalysis.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAE5E;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;CAC5C"}
|
|
1
|
+
{"version":3,"file":"postgresql-sqlanalysis.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/postgresql-sqlanalysis.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAE5E;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;CAC5C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kb-cloud-client-typescript",
|
|
3
|
-
"version": "0.0.0-ava-pg-sql-analysis-api.20260625.
|
|
3
|
+
"version": "0.0.0-ava-pg-sql-analysis-api.20260625.1135",
|
|
4
4
|
"description": "Auto-generated TypeScript SDK for KubeBlocks Cloud API",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -65,6 +65,18 @@ export interface PostgresqlSQLAnalysis {
|
|
|
65
65
|
* @memberof PostgresqlSQLAnalysis
|
|
66
66
|
*/
|
|
67
67
|
'orderBy': string;
|
|
68
|
+
/**
|
|
69
|
+
* Total execution time in milliseconds across all visible pg_stat_statements rows, not limited to the returned top-N items. Present only when the source is available.
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof PostgresqlSQLAnalysis
|
|
72
|
+
*/
|
|
73
|
+
'totalTimeMsAll'?: number | null;
|
|
74
|
+
/**
|
|
75
|
+
* Total execution count across all visible pg_stat_statements rows, not limited to the returned top-N items. Present only when the source is available.
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof PostgresqlSQLAnalysis
|
|
78
|
+
*/
|
|
79
|
+
'callsAll'?: number | null;
|
|
68
80
|
/**
|
|
69
81
|
* SQL fingerprint ranking rows from pg_stat_statements. The list may be empty when no statement statistics exist.
|
|
70
82
|
* @type {Array<PostgresqlSQLFingerprint>}
|
package/src/adminapi.yaml
CHANGED
|
@@ -37454,6 +37454,16 @@ components:
|
|
|
37454
37454
|
orderBy:
|
|
37455
37455
|
type: string
|
|
37456
37456
|
description: Effective sort key. Expected values are totalTime, meanTime, maxTime, or calls.
|
|
37457
|
+
totalTimeMsAll:
|
|
37458
|
+
type: number
|
|
37459
|
+
format: double
|
|
37460
|
+
x-nullable: true
|
|
37461
|
+
description: Total execution time in milliseconds across all visible pg_stat_statements rows, not limited to the returned top-N items. Present only when the source is available.
|
|
37462
|
+
callsAll:
|
|
37463
|
+
type: integer
|
|
37464
|
+
format: int64
|
|
37465
|
+
x-nullable: true
|
|
37466
|
+
description: Total execution count across all visible pg_stat_statements rows, not limited to the returned top-N items. Present only when the source is available.
|
|
37457
37467
|
items:
|
|
37458
37468
|
type: array
|
|
37459
37469
|
description: SQL fingerprint ranking rows from pg_stat_statements. The list may be empty when no statement statistics exist.
|
|
@@ -65,6 +65,18 @@ export interface PostgresqlSQLAnalysis {
|
|
|
65
65
|
* @memberof PostgresqlSQLAnalysis
|
|
66
66
|
*/
|
|
67
67
|
'orderBy': string;
|
|
68
|
+
/**
|
|
69
|
+
* Total execution time in milliseconds across all visible pg_stat_statements rows, not limited to the returned top-N items. Present only when the source is available.
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof PostgresqlSQLAnalysis
|
|
72
|
+
*/
|
|
73
|
+
'totalTimeMsAll'?: number | null;
|
|
74
|
+
/**
|
|
75
|
+
* Total execution count across all visible pg_stat_statements rows, not limited to the returned top-N items. Present only when the source is available.
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof PostgresqlSQLAnalysis
|
|
78
|
+
*/
|
|
79
|
+
'callsAll'?: number | null;
|
|
68
80
|
/**
|
|
69
81
|
* SQL fingerprint ranking rows from pg_stat_statements. The list may be empty when no statement statistics exist.
|
|
70
82
|
* @type {Array<PostgresqlSQLFingerprint>}
|
package/src/openapi.yaml
CHANGED
|
@@ -22863,6 +22863,16 @@ components:
|
|
|
22863
22863
|
orderBy:
|
|
22864
22864
|
type: string
|
|
22865
22865
|
description: Effective sort key. Expected values are totalTime, meanTime, maxTime, or calls.
|
|
22866
|
+
totalTimeMsAll:
|
|
22867
|
+
type: number
|
|
22868
|
+
format: double
|
|
22869
|
+
x-nullable: true
|
|
22870
|
+
description: Total execution time in milliseconds across all visible pg_stat_statements rows, not limited to the returned top-N items. Present only when the source is available.
|
|
22871
|
+
callsAll:
|
|
22872
|
+
type: integer
|
|
22873
|
+
format: int64
|
|
22874
|
+
x-nullable: true
|
|
22875
|
+
description: Total execution count across all visible pg_stat_statements rows, not limited to the returned top-N items. Present only when the source is available.
|
|
22866
22876
|
items:
|
|
22867
22877
|
type: array
|
|
22868
22878
|
description: SQL fingerprint ranking rows from pg_stat_statements. The list may be empty when no statement statistics exist.
|