kb-cloud-client-typescript 0.0.0-ava-pg-sql-analysis-api.20260625.802 → 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/dms-session.d.ts +8 -2
- package/dist/adminapi/models/dms-session.d.ts.map +1 -1
- 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/dms-session.d.ts +8 -2
- package/dist/openapi/models/dms-session.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/dms-session.ts +8 -2
- package/src/adminapi/models/postgresql-sqlanalysis.ts +12 -0
- package/src/adminapi.yaml +16 -2
- package/src/openapi/models/dms-session.ts +8 -2
- package/src/openapi/models/postgresql-sqlanalysis.ts +12 -0
- package/src/openapi.yaml +16 -2
|
@@ -16,11 +16,17 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface DmsSession {
|
|
18
18
|
/**
|
|
19
|
-
* session ID
|
|
19
|
+
* numeric session ID, when the database exposes one that fits in int64
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof DmsSession
|
|
22
22
|
*/
|
|
23
|
-
'id'
|
|
23
|
+
'id'?: number | null;
|
|
24
|
+
/**
|
|
25
|
+
* native session ID used by the terminate API
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DmsSession
|
|
28
|
+
*/
|
|
29
|
+
'sessionId'?: string | null;
|
|
24
30
|
/**
|
|
25
31
|
* user name
|
|
26
32
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dms-session.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/dms-session.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACvB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"dms-session.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/dms-session.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACvB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
|
@@ -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"}
|
|
@@ -16,11 +16,17 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface DmsSession {
|
|
18
18
|
/**
|
|
19
|
-
* session ID
|
|
19
|
+
* numeric session ID, when the database exposes one that fits in int64
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof DmsSession
|
|
22
22
|
*/
|
|
23
|
-
'id'
|
|
23
|
+
'id'?: number | null;
|
|
24
|
+
/**
|
|
25
|
+
* native session ID used by the terminate API
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DmsSession
|
|
28
|
+
*/
|
|
29
|
+
'sessionId'?: string | null;
|
|
24
30
|
/**
|
|
25
31
|
* user name
|
|
26
32
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dms-session.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dms-session.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACvB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"dms-session.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/dms-session.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACvB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
|
@@ -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",
|
|
@@ -21,11 +21,17 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface DmsSession {
|
|
23
23
|
/**
|
|
24
|
-
* session ID
|
|
24
|
+
* numeric session ID, when the database exposes one that fits in int64
|
|
25
25
|
* @type {number}
|
|
26
26
|
* @memberof DmsSession
|
|
27
27
|
*/
|
|
28
|
-
'id'
|
|
28
|
+
'id'?: number | null;
|
|
29
|
+
/**
|
|
30
|
+
* native session ID used by the terminate API
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof DmsSession
|
|
33
|
+
*/
|
|
34
|
+
'sessionId'?: string | null;
|
|
29
35
|
/**
|
|
30
36
|
* user name
|
|
31
37
|
* @type {string}
|
|
@@ -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
|
@@ -27072,14 +27072,18 @@ components:
|
|
|
27072
27072
|
DmsSession:
|
|
27073
27073
|
type: object
|
|
27074
27074
|
required:
|
|
27075
|
-
- id
|
|
27076
27075
|
- user
|
|
27077
27076
|
- host
|
|
27078
27077
|
properties:
|
|
27079
27078
|
id:
|
|
27080
27079
|
type: integer
|
|
27081
|
-
description: session ID
|
|
27080
|
+
description: numeric session ID, when the database exposes one that fits in int64
|
|
27082
27081
|
format: int64
|
|
27082
|
+
nullable: true
|
|
27083
|
+
sessionId:
|
|
27084
|
+
type: string
|
|
27085
|
+
description: native session ID used by the terminate API
|
|
27086
|
+
nullable: true
|
|
27083
27087
|
user:
|
|
27084
27088
|
type: string
|
|
27085
27089
|
description: user name
|
|
@@ -37450,6 +37454,16 @@ components:
|
|
|
37450
37454
|
orderBy:
|
|
37451
37455
|
type: string
|
|
37452
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.
|
|
37453
37467
|
items:
|
|
37454
37468
|
type: array
|
|
37455
37469
|
description: SQL fingerprint ranking rows from pg_stat_statements. The list may be empty when no statement statistics exist.
|
|
@@ -21,11 +21,17 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface DmsSession {
|
|
23
23
|
/**
|
|
24
|
-
* session ID
|
|
24
|
+
* numeric session ID, when the database exposes one that fits in int64
|
|
25
25
|
* @type {number}
|
|
26
26
|
* @memberof DmsSession
|
|
27
27
|
*/
|
|
28
|
-
'id'
|
|
28
|
+
'id'?: number | null;
|
|
29
|
+
/**
|
|
30
|
+
* native session ID used by the terminate API
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof DmsSession
|
|
33
|
+
*/
|
|
34
|
+
'sessionId'?: string | null;
|
|
29
35
|
/**
|
|
30
36
|
* user name
|
|
31
37
|
* @type {string}
|
|
@@ -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.
|
|
@@ -28966,14 +28976,18 @@ components:
|
|
|
28966
28976
|
DmsSession:
|
|
28967
28977
|
type: object
|
|
28968
28978
|
required:
|
|
28969
|
-
- id
|
|
28970
28979
|
- user
|
|
28971
28980
|
- host
|
|
28972
28981
|
properties:
|
|
28973
28982
|
id:
|
|
28974
28983
|
type: integer
|
|
28975
|
-
description: session ID
|
|
28984
|
+
description: numeric session ID, when the database exposes one that fits in int64
|
|
28976
28985
|
format: int64
|
|
28986
|
+
nullable: true
|
|
28987
|
+
sessionId:
|
|
28988
|
+
type: string
|
|
28989
|
+
description: native session ID used by the terminate API
|
|
28990
|
+
nullable: true
|
|
28977
28991
|
user:
|
|
28978
28992
|
type: string
|
|
28979
28993
|
description: user name
|