kb-cloud-client-typescript 2.3.0-alpha.221 → 2.3.0-alpha.222

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.
@@ -62,7 +62,7 @@ export interface ModeServiceRefHelmValuePath {
62
62
  * @type {string}
63
63
  * @memberof ModeServiceRefHelmValuePath
64
64
  */
65
- 'serviceDescriptor': string;
65
+ 'serviceDescriptor'?: string;
66
66
  /**
67
67
  * hints for addon to determine if we are using an integrated component or a serviceRef. Will be set to `serviceRef` or `component`. This field is required when a serviceRef can be replaced by a component.
68
68
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"mode-service-ref-helm-value-path.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/mode-service-ref-helm-value-path.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
1
+ {"version":3,"file":"mode-service-ref-helm-value-path.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/mode-service-ref-helm-value-path.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -25,6 +25,20 @@ export interface ModeServiceRef {
25
25
  * @memberof ModeServiceRef
26
26
  */
27
27
  'name': string;
28
+ /**
29
+ * The localized title of the serviceRef.
30
+ * @type {{ [key: string]: string; }}
31
+ * @memberof ModeServiceRef
32
+ */
33
+ 'title'?: {
34
+ [key: string]: string;
35
+ };
36
+ /**
37
+ * whether this serviceRef is optional. If set to true, the cluster can be created without providing this serviceRef.
38
+ * @type {boolean}
39
+ * @memberof ModeServiceRef
40
+ */
41
+ 'optional'?: boolean;
28
42
  /**
29
43
  * The default engine to be used in serviceRef. This field is used as the fallback engine filter and default create entry.
30
44
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"mode-service-ref.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/mode-service-ref.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,oCAAoC,CAAC;AAGtF,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAGnG,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAGxF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB;;;;OAIG;IACH,cAAc,EAAE,6BAA6B,CAAC;IAC9C;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;;OAIG;IACH,eAAe,EAAE,2BAA2B,CAAC;IAC7C;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC5C;;;;OAIG;IACH,6BAA6B,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;CAC7E"}
1
+ {"version":3,"file":"mode-service-ref.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/mode-service-ref.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,oCAAoC,CAAC;AAGtF,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAGnG,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAGxF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACrC;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB;;;;OAIG;IACH,cAAc,EAAE,6BAA6B,CAAC;IAC9C;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;;OAIG;IACH,eAAe,EAAE,2BAA2B,CAAC;IAC7C;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC5C;;;;OAIG;IACH,6BAA6B,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;CAC7E"}
@@ -62,7 +62,7 @@ export interface ModeServiceRefHelmValuePath {
62
62
  * @type {string}
63
63
  * @memberof ModeServiceRefHelmValuePath
64
64
  */
65
- 'serviceDescriptor': string;
65
+ 'serviceDescriptor'?: string;
66
66
  /**
67
67
  * hints for addon to determine if we are using an integrated component or a serviceRef. Will be set to `serviceRef` or `component`. This field is required when a serviceRef can be replaced by a component.
68
68
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"mode-service-ref-helm-value-path.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mode-service-ref-helm-value-path.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
1
+ {"version":3,"file":"mode-service-ref-helm-value-path.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mode-service-ref-helm-value-path.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -25,6 +25,20 @@ export interface ModeServiceRef {
25
25
  * @memberof ModeServiceRef
26
26
  */
27
27
  'name': string;
28
+ /**
29
+ * The localized title of the serviceRef.
30
+ * @type {{ [key: string]: string; }}
31
+ * @memberof ModeServiceRef
32
+ */
33
+ 'title'?: {
34
+ [key: string]: string;
35
+ };
36
+ /**
37
+ * whether this serviceRef is optional. If set to true, the cluster can be created without providing this serviceRef.
38
+ * @type {boolean}
39
+ * @memberof ModeServiceRef
40
+ */
41
+ 'optional'?: boolean;
28
42
  /**
29
43
  * The default engine to be used in serviceRef. This field is used as the fallback engine filter and default create entry.
30
44
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"mode-service-ref.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mode-service-ref.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,oCAAoC,CAAC;AAGtF,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAGnG,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAGxF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB;;;;OAIG;IACH,cAAc,EAAE,6BAA6B,CAAC;IAC9C;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;;OAIG;IACH,eAAe,EAAE,2BAA2B,CAAC;IAC7C;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC5C;;;;OAIG;IACH,6BAA6B,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;CAC7E"}
1
+ {"version":3,"file":"mode-service-ref.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mode-service-ref.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,oCAAoC,CAAC;AAGtF,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAGnG,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAGxF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACrC;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB;;;;OAIG;IACH,cAAc,EAAE,6BAA6B,CAAC;IAC9C;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;;OAIG;IACH,eAAe,EAAE,2BAA2B,CAAC;IAC7C;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC5C;;;;OAIG;IACH,6BAA6B,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;CAC7E"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kb-cloud-client-typescript",
3
- "version": "2.3.0-alpha.221",
3
+ "version": "2.3.0-alpha.222",
4
4
  "description": "Auto-generated TypeScript SDK for KubeBlocks Cloud API",
5
5
  "private": false,
6
6
  "license": "Apache-2.0",
@@ -67,7 +67,7 @@ export interface ModeServiceRefHelmValuePath {
67
67
  * @type {string}
68
68
  * @memberof ModeServiceRefHelmValuePath
69
69
  */
70
- 'serviceDescriptor': string;
70
+ 'serviceDescriptor'?: string;
71
71
  /**
72
72
  * hints for addon to determine if we are using an integrated component or a serviceRef. Will be set to `serviceRef` or `component`. This field is required when a serviceRef can be replaced by a component.
73
73
  * @type {string}
@@ -38,6 +38,18 @@ export interface ModeServiceRef {
38
38
  * @memberof ModeServiceRef
39
39
  */
40
40
  'name': string;
41
+ /**
42
+ * The localized title of the serviceRef.
43
+ * @type {{ [key: string]: string; }}
44
+ * @memberof ModeServiceRef
45
+ */
46
+ 'title'?: { [key: string]: string; };
47
+ /**
48
+ * whether this serviceRef is optional. If set to true, the cluster can be created without providing this serviceRef.
49
+ * @type {boolean}
50
+ * @memberof ModeServiceRef
51
+ */
52
+ 'optional'?: boolean;
41
53
  /**
42
54
  * The default engine to be used in serviceRef. This field is used as the fallback engine filter and default create entry.
43
55
  * @type {string}
package/src/adminapi.yaml CHANGED
@@ -34497,6 +34497,14 @@ components:
34497
34497
  description: |
34498
34498
  The name will be referenced in clusterCreate request. The name should also be defined in `.components`
34499
34499
  so that frontend can use it to get proper localized title.
34500
+ title:
34501
+ type: object
34502
+ additionalProperties:
34503
+ type: string
34504
+ description: The localized title of the serviceRef.
34505
+ optional:
34506
+ type: boolean
34507
+ description: whether this serviceRef is optional. If set to true, the cluster can be created without providing this serviceRef.
34500
34508
  engineName:
34501
34509
  type: string
34502
34510
  description: The default engine to be used in serviceRef. This field is used as the fallback engine filter and default create entry.
@@ -34516,7 +34524,6 @@ components:
34516
34524
  required:
34517
34525
  - namespace
34518
34526
  - cluster
34519
- - serviceDescriptor
34520
34527
  properties:
34521
34528
  namespace:
34522
34529
  type: string
@@ -67,7 +67,7 @@ export interface ModeServiceRefHelmValuePath {
67
67
  * @type {string}
68
68
  * @memberof ModeServiceRefHelmValuePath
69
69
  */
70
- 'serviceDescriptor': string;
70
+ 'serviceDescriptor'?: string;
71
71
  /**
72
72
  * hints for addon to determine if we are using an integrated component or a serviceRef. Will be set to `serviceRef` or `component`. This field is required when a serviceRef can be replaced by a component.
73
73
  * @type {string}
@@ -38,6 +38,18 @@ export interface ModeServiceRef {
38
38
  * @memberof ModeServiceRef
39
39
  */
40
40
  'name': string;
41
+ /**
42
+ * The localized title of the serviceRef.
43
+ * @type {{ [key: string]: string; }}
44
+ * @memberof ModeServiceRef
45
+ */
46
+ 'title'?: { [key: string]: string; };
47
+ /**
48
+ * whether this serviceRef is optional. If set to true, the cluster can be created without providing this serviceRef.
49
+ * @type {boolean}
50
+ * @memberof ModeServiceRef
51
+ */
52
+ 'optional'?: boolean;
41
53
  /**
42
54
  * The default engine to be used in serviceRef. This field is used as the fallback engine filter and default create entry.
43
55
  * @type {string}
package/src/openapi.yaml CHANGED
@@ -28250,6 +28250,14 @@ components:
28250
28250
  description: |
28251
28251
  The name will be referenced in clusterCreate request. The name should also be defined in `.components`
28252
28252
  so that frontend can use it to get proper localized title.
28253
+ title:
28254
+ type: object
28255
+ additionalProperties:
28256
+ type: string
28257
+ description: The localized title of the serviceRef.
28258
+ optional:
28259
+ type: boolean
28260
+ description: whether this serviceRef is optional. If set to true, the cluster can be created without providing this serviceRef.
28253
28261
  engineName:
28254
28262
  type: string
28255
28263
  description: The default engine to be used in serviceRef. This field is used as the fallback engine filter and default create entry.
@@ -28269,7 +28277,6 @@ components:
28269
28277
  required:
28270
28278
  - namespace
28271
28279
  - cluster
28272
- - serviceDescriptor
28273
28280
  properties:
28274
28281
  namespace:
28275
28282
  type: string