kb-cloud-client-typescript 0.0.0-ava-postgresql-lock-analysis.20260616.1705 → 0.0.0-ava-postgresql-lock-analysis.20260616.947
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-wait-chain-node.d.ts +2 -9
- package/dist/adminapi/models/postgresql-wait-chain-node.d.ts.map +1 -1
- package/dist/adminapi/models/postgresql-wait-chain-node.js +0 -7
- package/dist/adminapi/models/postgresql-wait-chain-node.js.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/models/postgresql-wait-chain-node.ts +2 -12
- package/src/adminapi.yaml +1 -5
|
@@ -23,11 +23,11 @@ export interface PostgresqlWaitChainNode {
|
|
|
23
23
|
*/
|
|
24
24
|
'pid': number;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Role in the selected session wait graph. Known values are selected, blocking, blocked, and related.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof PostgresqlWaitChainNode
|
|
29
29
|
*/
|
|
30
|
-
'role':
|
|
30
|
+
'role': string;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @type {PostgresqlSession}
|
|
@@ -35,11 +35,4 @@ export interface PostgresqlWaitChainNode {
|
|
|
35
35
|
*/
|
|
36
36
|
'session'?: PostgresqlSession;
|
|
37
37
|
}
|
|
38
|
-
export declare const PostgresqlWaitChainNodeRoleEnum: {
|
|
39
|
-
readonly selected: "selected";
|
|
40
|
-
readonly blocking: "blocking";
|
|
41
|
-
readonly blocked: "blocked";
|
|
42
|
-
readonly related: "related";
|
|
43
|
-
};
|
|
44
|
-
export type PostgresqlWaitChainNodeRoleEnum = typeof PostgresqlWaitChainNodeRoleEnum[keyof typeof PostgresqlWaitChainNodeRoleEnum];
|
|
45
38
|
//# sourceMappingURL=postgresql-wait-chain-node.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"postgresql-wait-chain-node.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-wait-chain-node.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,EAAE
|
|
1
|
+
{"version":3,"file":"postgresql-wait-chain-node.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-wait-chain-node.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,SAAS,CAAC,EAAE,iBAAiB,CAAC;CACjC"}
|
|
@@ -13,11 +13,4 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.PostgresqlWaitChainNodeRoleEnum = void 0;
|
|
17
|
-
exports.PostgresqlWaitChainNodeRoleEnum = {
|
|
18
|
-
selected: 'selected',
|
|
19
|
-
blocking: 'blocking',
|
|
20
|
-
blocked: 'blocked',
|
|
21
|
-
related: 'related'
|
|
22
|
-
};
|
|
23
16
|
//# sourceMappingURL=postgresql-wait-chain-node.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"postgresql-wait-chain-node.js","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-wait-chain-node.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"postgresql-wait-chain-node.js","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-wait-chain-node.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": "0.0.0-ava-postgresql-lock-analysis.20260616.
|
|
3
|
+
"version": "0.0.0-ava-postgresql-lock-analysis.20260616.0947",
|
|
4
4
|
"description": "Auto-generated TypeScript SDK for KubeBlocks Cloud API",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -30,11 +30,11 @@ export interface PostgresqlWaitChainNode {
|
|
|
30
30
|
*/
|
|
31
31
|
'pid': number;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Role in the selected session wait graph. Known values are selected, blocking, blocked, and related.
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof PostgresqlWaitChainNode
|
|
36
36
|
*/
|
|
37
|
-
'role':
|
|
37
|
+
'role': string;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {PostgresqlSession}
|
|
@@ -43,13 +43,3 @@ export interface PostgresqlWaitChainNode {
|
|
|
43
43
|
'session'?: PostgresqlSession;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
export const PostgresqlWaitChainNodeRoleEnum = {
|
|
47
|
-
selected: 'selected',
|
|
48
|
-
blocking: 'blocking',
|
|
49
|
-
blocked: 'blocked',
|
|
50
|
-
related: 'related'
|
|
51
|
-
} as const;
|
|
52
|
-
|
|
53
|
-
export type PostgresqlWaitChainNodeRoleEnum = typeof PostgresqlWaitChainNodeRoleEnum[keyof typeof PostgresqlWaitChainNodeRoleEnum];
|
|
54
|
-
|
|
55
|
-
|
package/src/adminapi.yaml
CHANGED
|
@@ -35493,11 +35493,7 @@ components:
|
|
|
35493
35493
|
format: int64
|
|
35494
35494
|
role:
|
|
35495
35495
|
type: string
|
|
35496
|
-
|
|
35497
|
-
- selected
|
|
35498
|
-
- blocking
|
|
35499
|
-
- blocked
|
|
35500
|
-
- related
|
|
35496
|
+
description: Role in the selected session wait graph. Known values are selected, blocking, blocked, and related.
|
|
35501
35497
|
session:
|
|
35502
35498
|
$ref: '#/components/schemas/postgresqlSession'
|
|
35503
35499
|
postgresqlWaitChainEdge:
|