kb-cloud-client-typescript 2.3.0-alpha.118 → 2.3.0-alpha.119

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 (126) hide show
  1. package/dist/adminapi/apis/cluster-api.d.ts +72 -0
  2. package/dist/adminapi/apis/cluster-api.d.ts.map +1 -1
  3. package/dist/adminapi/apis/cluster-api.js +79 -0
  4. package/dist/adminapi/apis/cluster-api.js.map +1 -1
  5. package/dist/adminapi/apis/diagnostics-api.d.ts +5 -5
  6. package/dist/adminapi/apis/diagnostics-api.js +4 -4
  7. package/dist/adminapi/apis/shared-api.d.ts +72 -0
  8. package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
  9. package/dist/adminapi/apis/shared-api.js +79 -0
  10. package/dist/adminapi/apis/shared-api.js.map +1 -1
  11. package/dist/adminapi/models/cluster-storage-usage-history-point.d.ts +43 -0
  12. package/dist/adminapi/models/cluster-storage-usage-history-point.d.ts.map +1 -0
  13. package/dist/adminapi/models/{postgresql-space-pvc.js → cluster-storage-usage-history-point.js} +1 -1
  14. package/dist/adminapi/models/cluster-storage-usage-history-point.js.map +1 -0
  15. package/dist/adminapi/models/cluster-storage-usage-history.d.ts +56 -0
  16. package/dist/adminapi/models/cluster-storage-usage-history.d.ts.map +1 -0
  17. package/dist/adminapi/models/{postgresql-space-cannot-prove.js → cluster-storage-usage-history.js} +1 -1
  18. package/dist/adminapi/models/cluster-storage-usage-history.js.map +1 -0
  19. package/dist/adminapi/models/index.d.ts +3 -3
  20. package/dist/adminapi/models/index.d.ts.map +1 -1
  21. package/dist/adminapi/models/index.js +3 -3
  22. package/dist/adminapi/models/index.js.map +1 -1
  23. package/dist/adminapi/models/postgresql-database-space.d.ts +0 -12
  24. package/dist/adminapi/models/postgresql-database-space.d.ts.map +1 -1
  25. package/dist/adminapi/models/postgresql-index-space.d.ts +0 -12
  26. package/dist/adminapi/models/postgresql-index-space.d.ts.map +1 -1
  27. package/dist/adminapi/models/postgresql-space-analysis.d.ts +3 -17
  28. package/dist/adminapi/models/postgresql-space-analysis.d.ts.map +1 -1
  29. package/dist/adminapi/models/postgresql-space-summary.d.ts +0 -12
  30. package/dist/adminapi/models/postgresql-space-summary.d.ts.map +1 -1
  31. package/dist/adminapi/models/postgresql-storage-overview.d.ts +55 -0
  32. package/dist/adminapi/models/postgresql-storage-overview.d.ts.map +1 -0
  33. package/dist/adminapi/models/{postgresql-space-risk-hint.js → postgresql-storage-overview.js} +1 -1
  34. package/dist/adminapi/models/postgresql-storage-overview.js.map +1 -0
  35. package/dist/adminapi/models/postgresql-table-space.d.ts +0 -12
  36. package/dist/adminapi/models/postgresql-table-space.d.ts.map +1 -1
  37. package/dist/adminapi/models/postgresql-toast-relation-space.d.ts +0 -12
  38. package/dist/adminapi/models/postgresql-toast-relation-space.d.ts.map +1 -1
  39. package/dist/openapi/apis/cluster-api.d.ts +72 -0
  40. package/dist/openapi/apis/cluster-api.d.ts.map +1 -1
  41. package/dist/openapi/apis/cluster-api.js +79 -0
  42. package/dist/openapi/apis/cluster-api.js.map +1 -1
  43. package/dist/openapi/apis/diagnostics-api.d.ts +5 -5
  44. package/dist/openapi/apis/diagnostics-api.js +4 -4
  45. package/dist/openapi/apis/shared-api.d.ts +72 -0
  46. package/dist/openapi/apis/shared-api.d.ts.map +1 -1
  47. package/dist/openapi/apis/shared-api.js +79 -0
  48. package/dist/openapi/apis/shared-api.js.map +1 -1
  49. package/dist/openapi/models/{postgresql-space-pvc.d.ts → cluster-storage-usage-history-point.d.ts} +16 -16
  50. package/dist/openapi/models/cluster-storage-usage-history-point.d.ts.map +1 -0
  51. package/dist/openapi/models/{postgresql-space-cannot-prove.js → cluster-storage-usage-history-point.js} +1 -1
  52. package/dist/openapi/models/cluster-storage-usage-history-point.js.map +1 -0
  53. package/dist/openapi/models/{postgresql-space-risk-hint.d.ts → cluster-storage-usage-history.d.ts} +23 -28
  54. package/dist/openapi/models/cluster-storage-usage-history.d.ts.map +1 -0
  55. package/dist/openapi/models/{postgresql-space-pvc.js → cluster-storage-usage-history.js} +1 -1
  56. package/dist/openapi/models/cluster-storage-usage-history.js.map +1 -0
  57. package/dist/openapi/models/index.d.ts +3 -3
  58. package/dist/openapi/models/index.d.ts.map +1 -1
  59. package/dist/openapi/models/index.js +3 -3
  60. package/dist/openapi/models/index.js.map +1 -1
  61. package/dist/openapi/models/postgresql-database-space.d.ts +0 -12
  62. package/dist/openapi/models/postgresql-database-space.d.ts.map +1 -1
  63. package/dist/openapi/models/postgresql-index-space.d.ts +0 -12
  64. package/dist/openapi/models/postgresql-index-space.d.ts.map +1 -1
  65. package/dist/openapi/models/postgresql-space-analysis.d.ts +3 -17
  66. package/dist/openapi/models/postgresql-space-analysis.d.ts.map +1 -1
  67. package/dist/openapi/models/postgresql-space-summary.d.ts +0 -12
  68. package/dist/openapi/models/postgresql-space-summary.d.ts.map +1 -1
  69. package/dist/openapi/models/postgresql-storage-overview.d.ts +55 -0
  70. package/dist/openapi/models/postgresql-storage-overview.d.ts.map +1 -0
  71. package/dist/openapi/models/{postgresql-space-risk-hint.js → postgresql-storage-overview.js} +1 -1
  72. package/dist/openapi/models/postgresql-storage-overview.js.map +1 -0
  73. package/dist/openapi/models/postgresql-table-space.d.ts +0 -12
  74. package/dist/openapi/models/postgresql-table-space.d.ts.map +1 -1
  75. package/dist/openapi/models/postgresql-toast-relation-space.d.ts +0 -12
  76. package/dist/openapi/models/postgresql-toast-relation-space.d.ts.map +1 -1
  77. package/package.json +1 -1
  78. package/src/adminapi/.openapi-generator/FILES +3 -3
  79. package/src/adminapi/apis/cluster-api.ts +127 -0
  80. package/src/adminapi/apis/diagnostics-api.ts +5 -5
  81. package/src/adminapi/apis/shared-api.ts +127 -0
  82. package/src/adminapi/models/{postgresql-space-pvc.ts → cluster-storage-usage-history-point.ts} +15 -15
  83. package/src/adminapi/models/cluster-storage-usage-history.ts +63 -0
  84. package/src/adminapi/models/index.ts +3 -3
  85. package/src/adminapi/models/postgresql-database-space.ts +0 -12
  86. package/src/adminapi/models/postgresql-index-space.ts +0 -12
  87. package/src/adminapi/models/postgresql-space-analysis.ts +5 -23
  88. package/src/adminapi/models/postgresql-space-summary.ts +0 -12
  89. package/src/adminapi/models/postgresql-storage-overview.ts +60 -0
  90. package/src/adminapi/models/postgresql-table-space.ts +0 -12
  91. package/src/adminapi/models/postgresql-toast-relation-space.ts +0 -12
  92. package/src/adminapi.yaml +112 -94
  93. package/src/openapi/.openapi-generator/FILES +3 -3
  94. package/src/openapi/apis/cluster-api.ts +127 -0
  95. package/src/openapi/apis/diagnostics-api.ts +5 -5
  96. package/src/openapi/apis/shared-api.ts +127 -0
  97. package/src/openapi/models/{postgresql-space-pvc.ts → cluster-storage-usage-history-point.ts} +15 -15
  98. package/src/openapi/models/cluster-storage-usage-history.ts +63 -0
  99. package/src/openapi/models/index.ts +3 -3
  100. package/src/openapi/models/postgresql-database-space.ts +0 -12
  101. package/src/openapi/models/postgresql-index-space.ts +0 -12
  102. package/src/openapi/models/postgresql-space-analysis.ts +5 -23
  103. package/src/openapi/models/postgresql-space-summary.ts +0 -12
  104. package/src/openapi/models/{postgresql-space-risk-hint.ts → postgresql-storage-overview.ts} +23 -29
  105. package/src/openapi/models/postgresql-table-space.ts +0 -12
  106. package/src/openapi/models/postgresql-toast-relation-space.ts +0 -12
  107. package/src/openapi.yaml +112 -94
  108. package/dist/adminapi/models/postgresql-space-cannot-prove.d.ts +0 -43
  109. package/dist/adminapi/models/postgresql-space-cannot-prove.d.ts.map +0 -1
  110. package/dist/adminapi/models/postgresql-space-cannot-prove.js.map +0 -1
  111. package/dist/adminapi/models/postgresql-space-pvc.d.ts +0 -43
  112. package/dist/adminapi/models/postgresql-space-pvc.d.ts.map +0 -1
  113. package/dist/adminapi/models/postgresql-space-pvc.js.map +0 -1
  114. package/dist/adminapi/models/postgresql-space-risk-hint.d.ts +0 -61
  115. package/dist/adminapi/models/postgresql-space-risk-hint.d.ts.map +0 -1
  116. package/dist/adminapi/models/postgresql-space-risk-hint.js.map +0 -1
  117. package/dist/openapi/models/postgresql-space-cannot-prove.d.ts +0 -43
  118. package/dist/openapi/models/postgresql-space-cannot-prove.d.ts.map +0 -1
  119. package/dist/openapi/models/postgresql-space-cannot-prove.js.map +0 -1
  120. package/dist/openapi/models/postgresql-space-pvc.d.ts.map +0 -1
  121. package/dist/openapi/models/postgresql-space-pvc.js.map +0 -1
  122. package/dist/openapi/models/postgresql-space-risk-hint.d.ts.map +0 -1
  123. package/dist/openapi/models/postgresql-space-risk-hint.js.map +0 -1
  124. package/src/adminapi/models/postgresql-space-cannot-prove.ts +0 -48
  125. package/src/adminapi/models/postgresql-space-risk-hint.ts +0 -66
  126. package/src/openapi/models/postgresql-space-cannot-prove.ts +0 -48
package/src/openapi.yaml CHANGED
@@ -4842,7 +4842,7 @@ paths:
4842
4842
  tags:
4843
4843
  - diagnostics
4844
4844
  summary: Get PostgreSQL space analysis
4845
- description: Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, or remediation actions.
4845
+ description: Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, storage history, or remediation actions.
4846
4846
  operationId: getDiagnosticsPostgresqlSpaceAnalysis
4847
4847
  parameters:
4848
4848
  - name: orgName
@@ -5006,6 +5006,47 @@ paths:
5006
5006
  tags:
5007
5007
  - cluster
5008
5008
  - shared
5009
+ /api/v1/organizations/{orgName}/clusters/{clusterName}/storageUsageHistory:
5010
+ get:
5011
+ description: Get cluster storage usage history from backend-owned fixed metrics.
5012
+ operationId: getClusterStorageUsageHistory
5013
+ summary: Get cluster storage usage history
5014
+ parameters:
5015
+ - description: name of the Org
5016
+ in: path
5017
+ name: orgName
5018
+ required: true
5019
+ schema:
5020
+ type: string
5021
+ - description: name of the cluster
5022
+ in: path
5023
+ name: clusterName
5024
+ required: true
5025
+ schema:
5026
+ type: string
5027
+ - name: timeRange
5028
+ in: query
5029
+ description: Requested history range. Supported values are 24h and 7d. Defaults to 24h.
5030
+ schema:
5031
+ type: string
5032
+ responses:
5033
+ '200':
5034
+ description: OK
5035
+ content:
5036
+ application/json:
5037
+ schema:
5038
+ $ref: '#/components/schemas/clusterStorageUsageHistory'
5039
+ '400':
5040
+ $ref: '#/components/responses/400'
5041
+ '401':
5042
+ $ref: '#/components/responses/401'
5043
+ '403':
5044
+ $ref: '#/components/responses/403'
5045
+ '404':
5046
+ $ref: '#/components/responses/404'
5047
+ tags:
5048
+ - cluster
5049
+ - shared
5009
5050
  /api/v1/organizations/{orgName}/clusters/{clusterName}/instances/metrics:
5010
5051
  get:
5011
5052
  operationId: getInstacesMetrics
@@ -21701,8 +21742,6 @@ components:
21701
21742
  - toastRelationCount
21702
21743
  - tableListTruncated
21703
21744
  - indexListTruncated
21704
- - noHistoryYet
21705
- - cannotProveGrowth
21706
21745
  properties:
21707
21746
  databaseName:
21708
21747
  type: string
@@ -21728,47 +21767,42 @@ components:
21728
21767
  type: boolean
21729
21768
  indexListTruncated:
21730
21769
  type: boolean
21731
- noHistoryYet:
21732
- type: boolean
21733
- cannotProveGrowth:
21734
- type: boolean
21735
- postgresqlSpacePVC:
21770
+ postgresqlStorageOverview:
21736
21771
  type: object
21737
21772
  required:
21738
- - noHistoryYet
21739
- - cannotProveGrowth
21740
21773
  - source
21741
21774
  properties:
21742
- currentUsedBytes:
21775
+ totalBytes:
21743
21776
  type: integer
21744
21777
  format: int64
21745
- description: Current PVC used bytes from backend-owned metrics when available.
21746
- noHistoryYet:
21747
- type: boolean
21748
- cannotProveGrowth:
21749
- type: boolean
21778
+ description: Current total PVC capacity in bytes when backend-owned metrics are available.
21779
+ usedBytes:
21780
+ type: integer
21781
+ format: int64
21782
+ description: Current PVC used bytes when backend-owned metrics are available.
21783
+ availableBytes:
21784
+ type: integer
21785
+ format: int64
21786
+ description: Current available PVC bytes derived from totalBytes - usedBytes when both values are available.
21787
+ usageRatio:
21788
+ type: number
21789
+ format: double
21790
+ description: Current usedBytes / totalBytes ratio when both values are available.
21791
+ updatedAt:
21792
+ type: string
21793
+ description: Metrics collection timestamp in UTC.
21750
21794
  source:
21751
21795
  type: string
21752
21796
  postgresqlDatabaseSpace:
21753
21797
  type: object
21754
- required:
21755
- - noHistoryYet
21756
- - cannotProveGrowth
21757
21798
  properties:
21758
21799
  name:
21759
21800
  type: string
21760
21801
  sizeBytes:
21761
21802
  type: integer
21762
21803
  format: int64
21763
- noHistoryYet:
21764
- type: boolean
21765
- cannotProveGrowth:
21766
- type: boolean
21767
21804
  postgresqlTableSpace:
21768
21805
  type: object
21769
- required:
21770
- - noHistoryYet
21771
- - cannotProveGrowth
21772
21806
  properties:
21773
21807
  database:
21774
21808
  type: string
@@ -21814,15 +21848,8 @@ components:
21814
21848
  type: string
21815
21849
  lastAutoAnalyze:
21816
21850
  type: string
21817
- noHistoryYet:
21818
- type: boolean
21819
- cannotProveGrowth:
21820
- type: boolean
21821
21851
  postgresqlIndexSpace:
21822
21852
  type: object
21823
- required:
21824
- - noHistoryYet
21825
- - cannotProveGrowth
21826
21853
  properties:
21827
21854
  database:
21828
21855
  type: string
@@ -21854,15 +21881,8 @@ components:
21854
21881
  tuplesFetch:
21855
21882
  type: integer
21856
21883
  format: int64
21857
- noHistoryYet:
21858
- type: boolean
21859
- cannotProveGrowth:
21860
- type: boolean
21861
21884
  postgresqlToastRelationSpace:
21862
21885
  type: object
21863
- required:
21864
- - noHistoryYet
21865
- - cannotProveGrowth
21866
21886
  properties:
21867
21887
  database:
21868
21888
  type: string
@@ -21879,49 +21899,6 @@ components:
21879
21899
  toastBytes:
21880
21900
  type: integer
21881
21901
  format: int64
21882
- noHistoryYet:
21883
- type: boolean
21884
- cannotProveGrowth:
21885
- type: boolean
21886
- postgresqlSpaceRiskHint:
21887
- type: object
21888
- required:
21889
- - type
21890
- - severity
21891
- - message
21892
- properties:
21893
- type:
21894
- type: string
21895
- severity:
21896
- type: string
21897
- message:
21898
- type: string
21899
- objectKind:
21900
- type: string
21901
- schema:
21902
- type: string
21903
- objectName:
21904
- type: string
21905
- reason:
21906
- type: string
21907
- postgresqlSpaceCannotProve:
21908
- type: object
21909
- required:
21910
- - growth
21911
- - pvc
21912
- - objectHistory
21913
- - reasons
21914
- properties:
21915
- growth:
21916
- type: boolean
21917
- pvc:
21918
- type: boolean
21919
- objectHistory:
21920
- type: boolean
21921
- reasons:
21922
- type: array
21923
- items:
21924
- type: string
21925
21902
  postgresqlSpaceSource:
21926
21903
  type: object
21927
21904
  required:
@@ -21944,20 +21921,18 @@ components:
21944
21921
  type: object
21945
21922
  required:
21946
21923
  - summary
21947
- - pvc
21924
+ - storageOverview
21948
21925
  - databases
21949
21926
  - tables
21950
21927
  - indexes
21951
21928
  - toastRelations
21952
- - riskHints
21953
- - cannotProve
21954
21929
  - sources
21955
21930
  - collectedAt
21956
21931
  properties:
21957
21932
  summary:
21958
21933
  $ref: '#/components/schemas/postgresqlSpaceSummary'
21959
- pvc:
21960
- $ref: '#/components/schemas/postgresqlSpacePVC'
21934
+ storageOverview:
21935
+ $ref: '#/components/schemas/postgresqlStorageOverview'
21961
21936
  databases:
21962
21937
  type: array
21963
21938
  items:
@@ -21974,12 +21949,6 @@ components:
21974
21949
  type: array
21975
21950
  items:
21976
21951
  $ref: '#/components/schemas/postgresqlToastRelationSpace'
21977
- riskHints:
21978
- type: array
21979
- items:
21980
- $ref: '#/components/schemas/postgresqlSpaceRiskHint'
21981
- cannotProve:
21982
- $ref: '#/components/schemas/postgresqlSpaceCannotProve'
21983
21952
  sources:
21984
21953
  type: array
21985
21954
  items:
@@ -22157,6 +22126,55 @@ components:
22157
22126
  type: array
22158
22127
  items: {}
22159
22128
  nullable: true
22129
+ clusterStorageUsageHistoryPoint:
22130
+ type: object
22131
+ required:
22132
+ - timestamp
22133
+ - usedBytes
22134
+ - totalBytes
22135
+ - usageRatio
22136
+ properties:
22137
+ timestamp:
22138
+ type: string
22139
+ usedBytes:
22140
+ type: integer
22141
+ format: int64
22142
+ totalBytes:
22143
+ type: integer
22144
+ format: int64
22145
+ usageRatio:
22146
+ type: number
22147
+ format: double
22148
+ clusterStorageUsageHistory:
22149
+ type: object
22150
+ description: Cluster storage usage history collected from backend-owned fixed metrics.
22151
+ required:
22152
+ - timeRange
22153
+ - start
22154
+ - end
22155
+ - points
22156
+ - source
22157
+ - collectedAt
22158
+ properties:
22159
+ timeRange:
22160
+ type: string
22161
+ description: Requested history range. Supported values are 24h and 7d.
22162
+ start:
22163
+ type: string
22164
+ description: History query start timestamp in UTC.
22165
+ end:
22166
+ type: string
22167
+ description: History query end timestamp in UTC.
22168
+ points:
22169
+ type: array
22170
+ items:
22171
+ $ref: '#/components/schemas/clusterStorageUsageHistoryPoint'
22172
+ source:
22173
+ type: string
22174
+ description: Metrics source used to build the history.
22175
+ collectedAt:
22176
+ type: string
22177
+ description: Backend collection timestamp in UTC.
22160
22178
  instanceDiskUsageItem:
22161
22179
  description: disk usage with volume name.
22162
22180
  properties:
@@ -1,43 +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
- /**
13
- *
14
- * @export
15
- * @interface PostgresqlSpaceCannotProve
16
- */
17
- export interface PostgresqlSpaceCannotProve {
18
- /**
19
- *
20
- * @type {boolean}
21
- * @memberof PostgresqlSpaceCannotProve
22
- */
23
- 'growth': boolean;
24
- /**
25
- *
26
- * @type {boolean}
27
- * @memberof PostgresqlSpaceCannotProve
28
- */
29
- 'pvc': boolean;
30
- /**
31
- *
32
- * @type {boolean}
33
- * @memberof PostgresqlSpaceCannotProve
34
- */
35
- 'objectHistory': boolean;
36
- /**
37
- *
38
- * @type {Array<string>}
39
- * @memberof PostgresqlSpaceCannotProve
40
- */
41
- 'reasons': Array<string>;
42
- }
43
- //# sourceMappingURL=postgresql-space-cannot-prove.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-space-cannot-prove.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-space-cannot-prove.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,KAAK,EAAE,OAAO,CAAC;IACf;;;;OAIG;IACH,eAAe,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-space-cannot-prove.js","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-space-cannot-prove.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -1,43 +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
- /**
13
- *
14
- * @export
15
- * @interface PostgresqlSpacePVC
16
- */
17
- export interface PostgresqlSpacePVC {
18
- /**
19
- * Current PVC used bytes from backend-owned metrics when available.
20
- * @type {number}
21
- * @memberof PostgresqlSpacePVC
22
- */
23
- 'currentUsedBytes'?: number;
24
- /**
25
- *
26
- * @type {boolean}
27
- * @memberof PostgresqlSpacePVC
28
- */
29
- 'noHistoryYet': boolean;
30
- /**
31
- *
32
- * @type {boolean}
33
- * @memberof PostgresqlSpacePVC
34
- */
35
- 'cannotProveGrowth': boolean;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof PostgresqlSpacePVC
40
- */
41
- 'source': string;
42
- }
43
- //# sourceMappingURL=postgresql-space-pvc.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-space-pvc.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-space-pvc.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,cAAc,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,mBAAmB,EAAE,OAAO,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;CACpB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-space-pvc.js","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-space-pvc.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -1,61 +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
- /**
13
- *
14
- * @export
15
- * @interface PostgresqlSpaceRiskHint
16
- */
17
- export interface PostgresqlSpaceRiskHint {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof PostgresqlSpaceRiskHint
22
- */
23
- 'type': string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof PostgresqlSpaceRiskHint
28
- */
29
- 'severity': string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof PostgresqlSpaceRiskHint
34
- */
35
- 'message': string;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof PostgresqlSpaceRiskHint
40
- */
41
- 'objectKind'?: string;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof PostgresqlSpaceRiskHint
46
- */
47
- 'schema'?: string;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof PostgresqlSpaceRiskHint
52
- */
53
- 'objectName'?: string;
54
- /**
55
- *
56
- * @type {string}
57
- * @memberof PostgresqlSpaceRiskHint
58
- */
59
- 'reason'?: string;
60
- }
61
- //# sourceMappingURL=postgresql-space-risk-hint.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-space-risk-hint.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-space-risk-hint.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-space-risk-hint.js","sourceRoot":"","sources":["../../../src/adminapi/models/postgresql-space-risk-hint.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -1,43 +0,0 @@
1
- /**
2
- * KubeBlocks Cloud API
3
- * 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.
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
- /**
13
- *
14
- * @export
15
- * @interface PostgresqlSpaceCannotProve
16
- */
17
- export interface PostgresqlSpaceCannotProve {
18
- /**
19
- *
20
- * @type {boolean}
21
- * @memberof PostgresqlSpaceCannotProve
22
- */
23
- 'growth': boolean;
24
- /**
25
- *
26
- * @type {boolean}
27
- * @memberof PostgresqlSpaceCannotProve
28
- */
29
- 'pvc': boolean;
30
- /**
31
- *
32
- * @type {boolean}
33
- * @memberof PostgresqlSpaceCannotProve
34
- */
35
- 'objectHistory': boolean;
36
- /**
37
- *
38
- * @type {Array<string>}
39
- * @memberof PostgresqlSpaceCannotProve
40
- */
41
- 'reasons': Array<string>;
42
- }
43
- //# sourceMappingURL=postgresql-space-cannot-prove.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-space-cannot-prove.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/postgresql-space-cannot-prove.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,KAAK,EAAE,OAAO,CAAC;IACf;;;;OAIG;IACH,eAAe,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-space-cannot-prove.js","sourceRoot":"","sources":["../../../src/openapi/models/postgresql-space-cannot-prove.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-space-pvc.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/postgresql-space-pvc.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,cAAc,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,mBAAmB,EAAE,OAAO,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;CACpB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-space-pvc.js","sourceRoot":"","sources":["../../../src/openapi/models/postgresql-space-pvc.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-space-risk-hint.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/postgresql-space-risk-hint.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgresql-space-risk-hint.js","sourceRoot":"","sources":["../../../src/openapi/models/postgresql-space-risk-hint.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -1,48 +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
-
17
- /**
18
- *
19
- * @export
20
- * @interface PostgresqlSpaceCannotProve
21
- */
22
- export interface PostgresqlSpaceCannotProve {
23
- /**
24
- *
25
- * @type {boolean}
26
- * @memberof PostgresqlSpaceCannotProve
27
- */
28
- 'growth': boolean;
29
- /**
30
- *
31
- * @type {boolean}
32
- * @memberof PostgresqlSpaceCannotProve
33
- */
34
- 'pvc': boolean;
35
- /**
36
- *
37
- * @type {boolean}
38
- * @memberof PostgresqlSpaceCannotProve
39
- */
40
- 'objectHistory': boolean;
41
- /**
42
- *
43
- * @type {Array<string>}
44
- * @memberof PostgresqlSpaceCannotProve
45
- */
46
- 'reasons': Array<string>;
47
- }
48
-
@@ -1,66 +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
-
17
- /**
18
- *
19
- * @export
20
- * @interface PostgresqlSpaceRiskHint
21
- */
22
- export interface PostgresqlSpaceRiskHint {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof PostgresqlSpaceRiskHint
27
- */
28
- 'type': string;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof PostgresqlSpaceRiskHint
33
- */
34
- 'severity': string;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof PostgresqlSpaceRiskHint
39
- */
40
- 'message': string;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof PostgresqlSpaceRiskHint
45
- */
46
- 'objectKind'?: string;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof PostgresqlSpaceRiskHint
51
- */
52
- 'schema'?: string;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof PostgresqlSpaceRiskHint
57
- */
58
- 'objectName'?: string;
59
- /**
60
- *
61
- * @type {string}
62
- * @memberof PostgresqlSpaceRiskHint
63
- */
64
- 'reason'?: string;
65
- }
66
-