kb-cloud-client-typescript 2.3.0-alpha.202 → 2.3.0-alpha.204

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.
@@ -52,6 +52,12 @@ export interface License {
52
52
  * @memberof License
53
53
  */
54
54
  'engines': Array<EngineQuota>;
55
+ /**
56
+ * The licensed enterprise features. An empty list means all features are unrestricted for backward compatibility.
57
+ * @type {Array<string>}
58
+ * @memberof License
59
+ */
60
+ 'features'?: Array<string>;
55
61
  /**
56
62
  * The license expiration time
57
63
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"license.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/license.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;GAIG;AACH,MAAM,WAAW,OAAO;IACpB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAC9B;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
1
+ {"version":3,"file":"license.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/license.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;GAIG;AACH,MAAM,WAAW,OAAO;IACpB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kb-cloud-client-typescript",
3
- "version": "2.3.0-alpha.202",
3
+ "version": "2.3.0-alpha.204",
4
4
  "description": "Auto-generated TypeScript SDK for KubeBlocks Cloud API",
5
5
  "private": false,
6
6
  "license": "Apache-2.0",
@@ -59,6 +59,12 @@ export interface License {
59
59
  * @memberof License
60
60
  */
61
61
  'engines': Array<EngineQuota>;
62
+ /**
63
+ * The licensed enterprise features. An empty list means all features are unrestricted for backward compatibility.
64
+ * @type {Array<string>}
65
+ * @memberof License
66
+ */
67
+ 'features'?: Array<string>;
62
68
  /**
63
69
  * The license expiration time
64
70
  * @type {string}
package/src/adminapi.yaml CHANGED
@@ -36227,6 +36227,11 @@ components:
36227
36227
  description: The supported engines and their quotas
36228
36228
  items:
36229
36229
  $ref: '#/components/schemas/engineQuota'
36230
+ features:
36231
+ type: array
36232
+ description: The licensed enterprise features. An empty list means all features are unrestricted for backward compatibility.
36233
+ items:
36234
+ type: string
36230
36235
  notAfter:
36231
36236
  type: string
36232
36237
  format: date-time