kb-cloud-client-typescript 2.3.0-alpha.114 → 2.3.0-alpha.116

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 (73) hide show
  1. package/dist/adminapi/models/index.d.ts +4 -3
  2. package/dist/adminapi/models/index.d.ts.map +1 -1
  3. package/dist/adminapi/models/index.js +4 -3
  4. package/dist/adminapi/models/index.js.map +1 -1
  5. package/dist/adminapi/models/postgresql-lock-analysis.d.ts +7 -7
  6. package/dist/adminapi/models/postgresql-lock-analysis.d.ts.map +1 -1
  7. package/dist/adminapi/models/postgresql-wait-graph-edge-evidence.d.ts +32 -0
  8. package/dist/adminapi/models/postgresql-wait-graph-edge-evidence.d.ts.map +1 -0
  9. package/dist/adminapi/models/postgresql-wait-graph-edge-evidence.js +16 -0
  10. package/dist/adminapi/models/postgresql-wait-graph-edge-evidence.js.map +1 -0
  11. package/dist/adminapi/models/{postgresql-wait-chain-edge.d.ts → postgresql-wait-graph-edge.d.ts} +12 -5
  12. package/dist/adminapi/models/postgresql-wait-graph-edge.d.ts.map +1 -0
  13. package/dist/adminapi/models/{postgresql-wait-chain-edge.js → postgresql-wait-graph-edge.js} +1 -1
  14. package/dist/adminapi/models/postgresql-wait-graph-edge.js.map +1 -0
  15. package/dist/adminapi/models/{postgresql-wait-chain-node.d.ts → postgresql-wait-graph-node.d.ts} +5 -11
  16. package/dist/adminapi/models/postgresql-wait-graph-node.d.ts.map +1 -0
  17. package/dist/adminapi/models/{postgresql-wait-chain-node.js → postgresql-wait-graph-node.js} +1 -1
  18. package/dist/adminapi/models/postgresql-wait-graph-node.js.map +1 -0
  19. package/dist/adminapi/models/postgresql-wait-graph.d.ts +33 -0
  20. package/dist/adminapi/models/{postgresql-wait-chain.d.ts.map → postgresql-wait-graph.d.ts.map} +1 -1
  21. package/dist/adminapi/models/{postgresql-wait-chain.js → postgresql-wait-graph.js} +1 -1
  22. package/dist/adminapi/models/postgresql-wait-graph.js.map +1 -0
  23. package/dist/openapi/models/index.d.ts +4 -3
  24. package/dist/openapi/models/index.d.ts.map +1 -1
  25. package/dist/openapi/models/index.js +4 -3
  26. package/dist/openapi/models/index.js.map +1 -1
  27. package/dist/openapi/models/postgresql-lock-analysis.d.ts +7 -7
  28. package/dist/openapi/models/postgresql-lock-analysis.d.ts.map +1 -1
  29. package/dist/openapi/models/{postgresql-wait-chain.d.ts → postgresql-wait-graph-edge-evidence.d.ts} +12 -13
  30. package/dist/openapi/models/postgresql-wait-graph-edge-evidence.d.ts.map +1 -0
  31. package/dist/openapi/models/postgresql-wait-graph-edge-evidence.js +16 -0
  32. package/dist/openapi/models/postgresql-wait-graph-edge-evidence.js.map +1 -0
  33. package/dist/openapi/models/{postgresql-wait-chain-edge.d.ts → postgresql-wait-graph-edge.d.ts} +12 -5
  34. package/dist/openapi/models/postgresql-wait-graph-edge.d.ts.map +1 -0
  35. package/dist/openapi/models/{postgresql-wait-chain-edge.js → postgresql-wait-graph-edge.js} +1 -1
  36. package/dist/openapi/models/postgresql-wait-graph-edge.js.map +1 -0
  37. package/dist/openapi/models/{postgresql-wait-chain-node.d.ts → postgresql-wait-graph-node.d.ts} +5 -11
  38. package/dist/openapi/models/postgresql-wait-graph-node.d.ts.map +1 -0
  39. package/dist/openapi/models/{postgresql-wait-chain-node.js → postgresql-wait-graph-node.js} +1 -1
  40. package/dist/openapi/models/postgresql-wait-graph-node.js.map +1 -0
  41. package/dist/openapi/models/postgresql-wait-graph.d.ts +33 -0
  42. package/dist/openapi/models/{postgresql-wait-chain.d.ts.map → postgresql-wait-graph.d.ts.map} +1 -1
  43. package/dist/openapi/models/{postgresql-wait-chain.js → postgresql-wait-graph.js} +1 -1
  44. package/dist/openapi/models/postgresql-wait-graph.js.map +1 -0
  45. package/package.json +1 -1
  46. package/src/adminapi/.openapi-generator/FILES +4 -3
  47. package/src/adminapi/models/index.ts +4 -3
  48. package/src/adminapi/models/postgresql-lock-analysis.ts +7 -7
  49. package/src/adminapi/models/postgresql-wait-graph-edge-evidence.ts +39 -0
  50. package/src/adminapi/models/{postgresql-wait-chain-edge.ts → postgresql-wait-graph-edge.ts} +13 -4
  51. package/src/adminapi/models/{postgresql-wait-chain-node.ts → postgresql-wait-graph-node.ts} +4 -10
  52. package/src/adminapi/models/postgresql-wait-graph.ts +42 -0
  53. package/src/adminapi.yaml +32 -16
  54. package/src/openapi/.openapi-generator/FILES +4 -3
  55. package/src/openapi/models/index.ts +4 -3
  56. package/src/openapi/models/postgresql-lock-analysis.ts +7 -7
  57. package/src/openapi/models/{postgresql-wait-chain.ts → postgresql-wait-graph-edge-evidence.ts} +11 -14
  58. package/src/openapi/models/{postgresql-wait-chain-edge.ts → postgresql-wait-graph-edge.ts} +13 -4
  59. package/src/openapi/models/{postgresql-wait-chain-node.ts → postgresql-wait-graph-node.ts} +4 -10
  60. package/src/openapi/models/postgresql-wait-graph.ts +42 -0
  61. package/src/openapi.yaml +32 -16
  62. package/dist/adminapi/models/postgresql-wait-chain-edge.d.ts.map +0 -1
  63. package/dist/adminapi/models/postgresql-wait-chain-edge.js.map +0 -1
  64. package/dist/adminapi/models/postgresql-wait-chain-node.d.ts.map +0 -1
  65. package/dist/adminapi/models/postgresql-wait-chain-node.js.map +0 -1
  66. package/dist/adminapi/models/postgresql-wait-chain.d.ts +0 -33
  67. package/dist/adminapi/models/postgresql-wait-chain.js.map +0 -1
  68. package/dist/openapi/models/postgresql-wait-chain-edge.d.ts.map +0 -1
  69. package/dist/openapi/models/postgresql-wait-chain-edge.js.map +0 -1
  70. package/dist/openapi/models/postgresql-wait-chain-node.d.ts.map +0 -1
  71. package/dist/openapi/models/postgresql-wait-chain-node.js.map +0 -1
  72. package/dist/openapi/models/postgresql-wait-chain.js.map +0 -1
  73. package/src/adminapi/models/postgresql-wait-chain.ts +0 -42
@@ -24,7 +24,7 @@ import type { PostgresqlLockRow } from './postgresql-lock-row';
24
24
  import type { PostgresqlSession } from './postgresql-session';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
- import type { PostgresqlWaitChain } from './postgresql-wait-chain';
27
+ import type { PostgresqlWaitGraph } from './postgresql-wait-graph';
28
28
 
29
29
  /**
30
30
  *
@@ -39,17 +39,17 @@ export interface PostgresqlLockAnalysis {
39
39
  */
40
40
  'selectedSession': PostgresqlSession;
41
41
  /**
42
- *
42
+ * Sessions that directly block the selected session in the current snapshot.
43
43
  * @type {Array<PostgresqlSession>}
44
44
  * @memberof PostgresqlLockAnalysis
45
45
  */
46
- 'blockingSessions': Array<PostgresqlSession>;
46
+ 'directBlockingSessions': Array<PostgresqlSession>;
47
47
  /**
48
- *
48
+ * Sessions that are directly blocked by the selected session in the current snapshot.
49
49
  * @type {Array<PostgresqlSession>}
50
50
  * @memberof PostgresqlLockAnalysis
51
51
  */
52
- 'blockedSessions': Array<PostgresqlSession>;
52
+ 'directBlockedSessions': Array<PostgresqlSession>;
53
53
  /**
54
54
  *
55
55
  * @type {Array<PostgresqlLockRow>}
@@ -58,10 +58,10 @@ export interface PostgresqlLockAnalysis {
58
58
  'lockRows': Array<PostgresqlLockRow>;
59
59
  /**
60
60
  *
61
- * @type {PostgresqlWaitChain}
61
+ * @type {PostgresqlWaitGraph}
62
62
  * @memberof PostgresqlLockAnalysis
63
63
  */
64
- 'waitChain': PostgresqlWaitChain;
64
+ 'waitGraph': PostgresqlWaitGraph;
65
65
  /**
66
66
  *
67
67
  * @type {PostgresqlDeadlockEvidence}
@@ -15,28 +15,25 @@
15
15
 
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
- import type { PostgresqlWaitChainEdge } from './postgresql-wait-chain-edge';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { PostgresqlWaitChainNode } from './postgresql-wait-chain-node';
18
+ import type { PostgresqlLockRow } from './postgresql-lock-row';
22
19
 
23
20
  /**
24
21
  *
25
22
  * @export
26
- * @interface PostgresqlWaitChain
23
+ * @interface PostgresqlWaitGraphEdgeEvidence
27
24
  */
28
- export interface PostgresqlWaitChain {
25
+ export interface PostgresqlWaitGraphEdgeEvidence {
29
26
  /**
30
- *
31
- * @type {Array<PostgresqlWaitChainNode>}
32
- * @memberof PostgresqlWaitChain
27
+ * Lock rows the backend can associate with this wait edge.
28
+ * @type {Array<PostgresqlLockRow>}
29
+ * @memberof PostgresqlWaitGraphEdgeEvidence
33
30
  */
34
- 'nodes': Array<PostgresqlWaitChainNode>;
31
+ 'lockRows': Array<PostgresqlLockRow>;
35
32
  /**
36
- *
37
- * @type {Array<PostgresqlWaitChainEdge>}
38
- * @memberof PostgresqlWaitChain
33
+ * Non-empty when the backend cannot associate precise lock rows with this edge.
34
+ * @type {string}
35
+ * @memberof PostgresqlWaitGraphEdgeEvidence
39
36
  */
40
- 'edges': Array<PostgresqlWaitChainEdge>;
37
+ 'limitation': string;
41
38
  }
42
39
 
@@ -13,24 +13,33 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { PostgresqlWaitGraphEdgeEvidence } from './postgresql-wait-graph-edge-evidence';
16
19
 
17
20
  /**
18
21
  *
19
22
  * @export
20
- * @interface PostgresqlWaitChainEdge
23
+ * @interface PostgresqlWaitGraphEdge
21
24
  */
22
- export interface PostgresqlWaitChainEdge {
25
+ export interface PostgresqlWaitGraphEdge {
23
26
  /**
24
27
  * PID that blocks another session.
25
28
  * @type {number}
26
- * @memberof PostgresqlWaitChainEdge
29
+ * @memberof PostgresqlWaitGraphEdge
27
30
  */
28
31
  'blockingPid': number;
29
32
  /**
30
33
  * PID that is blocked by another session.
31
34
  * @type {number}
32
- * @memberof PostgresqlWaitChainEdge
35
+ * @memberof PostgresqlWaitGraphEdge
33
36
  */
34
37
  'blockedPid': number;
38
+ /**
39
+ *
40
+ * @type {PostgresqlWaitGraphEdgeEvidence}
41
+ * @memberof PostgresqlWaitGraphEdge
42
+ */
43
+ 'evidence': PostgresqlWaitGraphEdgeEvidence;
35
44
  }
36
45
 
@@ -20,25 +20,19 @@ import type { PostgresqlSession } from './postgresql-session';
20
20
  /**
21
21
  *
22
22
  * @export
23
- * @interface PostgresqlWaitChainNode
23
+ * @interface PostgresqlWaitGraphNode
24
24
  */
25
- export interface PostgresqlWaitChainNode {
25
+ export interface PostgresqlWaitGraphNode {
26
26
  /**
27
27
  *
28
28
  * @type {number}
29
- * @memberof PostgresqlWaitChainNode
29
+ * @memberof PostgresqlWaitGraphNode
30
30
  */
31
31
  'pid': number;
32
- /**
33
- * Role in the selected session wait graph. Known values are selected, blocking, blocked, and related.
34
- * @type {string}
35
- * @memberof PostgresqlWaitChainNode
36
- */
37
- 'role': string;
38
32
  /**
39
33
  *
40
34
  * @type {PostgresqlSession}
41
- * @memberof PostgresqlWaitChainNode
35
+ * @memberof PostgresqlWaitGraphNode
42
36
  */
43
37
  'session'?: PostgresqlSession;
44
38
  }
@@ -0,0 +1,42 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * KubeBlocks Cloud API
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { PostgresqlWaitGraphEdge } from './postgresql-wait-graph-edge';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { PostgresqlWaitGraphNode } from './postgresql-wait-graph-node';
22
+
23
+ /**
24
+ * Wait graph related to the selected PID. It contains the selected session\'s ancestor and descendant wait edges that the backend can prove from the current snapshot; unrelated side branches are intentionally excluded.
25
+ * @export
26
+ * @interface PostgresqlWaitGraph
27
+ */
28
+ export interface PostgresqlWaitGraph {
29
+ /**
30
+ *
31
+ * @type {Array<PostgresqlWaitGraphNode>}
32
+ * @memberof PostgresqlWaitGraph
33
+ */
34
+ 'nodes': Array<PostgresqlWaitGraphNode>;
35
+ /**
36
+ *
37
+ * @type {Array<PostgresqlWaitGraphEdge>}
38
+ * @memberof PostgresqlWaitGraph
39
+ */
40
+ 'edges': Array<PostgresqlWaitGraphEdge>;
41
+ }
42
+
package/src/openapi.yaml CHANGED
@@ -21569,25 +21569,36 @@ components:
21569
21569
  type: string
21570
21570
  objSubID:
21571
21571
  type: string
21572
- postgresqlWaitChainNode:
21572
+ postgresqlWaitGraphNode:
21573
21573
  type: object
21574
21574
  required:
21575
21575
  - pid
21576
- - role
21577
21576
  properties:
21578
21577
  pid:
21579
21578
  type: integer
21580
21579
  format: int64
21581
- role:
21582
- type: string
21583
- description: Role in the selected session wait graph. Known values are selected, blocking, blocked, and related.
21584
21580
  session:
21585
21581
  $ref: '#/components/schemas/postgresqlSession'
21586
- postgresqlWaitChainEdge:
21582
+ postgresqlWaitGraphEdgeEvidence:
21583
+ type: object
21584
+ required:
21585
+ - lockRows
21586
+ - limitation
21587
+ properties:
21588
+ lockRows:
21589
+ type: array
21590
+ description: Lock rows the backend can associate with this wait edge.
21591
+ items:
21592
+ $ref: '#/components/schemas/postgresqlLockRow'
21593
+ limitation:
21594
+ type: string
21595
+ description: Non-empty when the backend cannot associate precise lock rows with this edge.
21596
+ postgresqlWaitGraphEdge:
21587
21597
  type: object
21588
21598
  required:
21589
21599
  - blockingPid
21590
21600
  - blockedPid
21601
+ - evidence
21591
21602
  properties:
21592
21603
  blockingPid:
21593
21604
  type: integer
@@ -21597,8 +21608,11 @@ components:
21597
21608
  type: integer
21598
21609
  format: int64
21599
21610
  description: PID that is blocked by another session.
21600
- postgresqlWaitChain:
21611
+ evidence:
21612
+ $ref: '#/components/schemas/postgresqlWaitGraphEdgeEvidence'
21613
+ postgresqlWaitGraph:
21601
21614
  type: object
21615
+ description: Wait graph related to the selected PID. It contains the selected session's ancestor and descendant wait edges that the backend can prove from the current snapshot; unrelated side branches are intentionally excluded.
21602
21616
  required:
21603
21617
  - nodes
21604
21618
  - edges
@@ -21606,11 +21620,11 @@ components:
21606
21620
  nodes:
21607
21621
  type: array
21608
21622
  items:
21609
- $ref: '#/components/schemas/postgresqlWaitChainNode'
21623
+ $ref: '#/components/schemas/postgresqlWaitGraphNode'
21610
21624
  edges:
21611
21625
  type: array
21612
21626
  items:
21613
- $ref: '#/components/schemas/postgresqlWaitChainEdge'
21627
+ $ref: '#/components/schemas/postgresqlWaitGraphEdge'
21614
21628
  postgresqlDeadlockEvidence:
21615
21629
  type: object
21616
21630
  required:
@@ -21628,10 +21642,10 @@ components:
21628
21642
  type: object
21629
21643
  required:
21630
21644
  - selectedSession
21631
- - blockingSessions
21632
- - blockedSessions
21645
+ - directBlockingSessions
21646
+ - directBlockedSessions
21633
21647
  - lockRows
21634
- - waitChain
21648
+ - waitGraph
21635
21649
  - deadlock
21636
21650
  - cannotProve
21637
21651
  - warnings
@@ -21639,20 +21653,22 @@ components:
21639
21653
  properties:
21640
21654
  selectedSession:
21641
21655
  $ref: '#/components/schemas/postgresqlSession'
21642
- blockingSessions:
21656
+ directBlockingSessions:
21643
21657
  type: array
21658
+ description: Sessions that directly block the selected session in the current snapshot.
21644
21659
  items:
21645
21660
  $ref: '#/components/schemas/postgresqlSession'
21646
- blockedSessions:
21661
+ directBlockedSessions:
21647
21662
  type: array
21663
+ description: Sessions that are directly blocked by the selected session in the current snapshot.
21648
21664
  items:
21649
21665
  $ref: '#/components/schemas/postgresqlSession'
21650
21666
  lockRows:
21651
21667
  type: array
21652
21668
  items:
21653
21669
  $ref: '#/components/schemas/postgresqlLockRow'
21654
- waitChain:
21655
- $ref: '#/components/schemas/postgresqlWaitChain'
21670
+ waitGraph:
21671
+ $ref: '#/components/schemas/postgresqlWaitGraph'
21656
21672
  deadlock:
21657
21673
  $ref: '#/components/schemas/postgresqlDeadlockEvidence'
21658
21674
  cannotProve:
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-wait-chain-edge.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-wait-chain-edge.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;CACxB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-wait-chain-edge.js","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-wait-chain-edge.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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,33 +0,0 @@
1
- /**
2
- * Admin API
3
- * The Admin API is used to manage the ApeCloud platform.
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 { PostgresqlWaitChainEdge } from './postgresql-wait-chain-edge';
13
- import type { PostgresqlWaitChainNode } from './postgresql-wait-chain-node';
14
- /**
15
- *
16
- * @export
17
- * @interface PostgresqlWaitChain
18
- */
19
- export interface PostgresqlWaitChain {
20
- /**
21
- *
22
- * @type {Array<PostgresqlWaitChainNode>}
23
- * @memberof PostgresqlWaitChain
24
- */
25
- 'nodes': Array<PostgresqlWaitChainNode>;
26
- /**
27
- *
28
- * @type {Array<PostgresqlWaitChainEdge>}
29
- * @memberof PostgresqlWaitChain
30
- */
31
- 'edges': Array<PostgresqlWaitChainEdge>;
32
- }
33
- //# sourceMappingURL=postgresql-wait-chain.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-wait-chain.js","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-wait-chain.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-wait-chain-edge.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/postgresql-wait-chain-edge.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;CACxB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-wait-chain-edge.js","sourceRoot":"","sources":["../../../src/openapi/models/postgresql-wait-chain-edge.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-wait-chain-node.d.ts","sourceRoot":"","sources":["../../../src/openapi/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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-wait-chain-node.js","sourceRoot":"","sources":["../../../src/openapi/models/postgresql-wait-chain-node.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-wait-chain.js","sourceRoot":"","sources":["../../../src/openapi/models/postgresql-wait-chain.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -1,42 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Admin API
5
- * The Admin API is used to manage the ApeCloud platform.
6
- *
7
- * The version of the OpenAPI document: 1.0.0
8
- * Contact: support@apecloud.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { PostgresqlWaitChainEdge } from './postgresql-wait-chain-edge';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { PostgresqlWaitChainNode } from './postgresql-wait-chain-node';
22
-
23
- /**
24
- *
25
- * @export
26
- * @interface PostgresqlWaitChain
27
- */
28
- export interface PostgresqlWaitChain {
29
- /**
30
- *
31
- * @type {Array<PostgresqlWaitChainNode>}
32
- * @memberof PostgresqlWaitChain
33
- */
34
- 'nodes': Array<PostgresqlWaitChainNode>;
35
- /**
36
- *
37
- * @type {Array<PostgresqlWaitChainEdge>}
38
- * @memberof PostgresqlWaitChain
39
- */
40
- 'edges': Array<PostgresqlWaitChainEdge>;
41
- }
42
-