kb-cloud-client-typescript 2.4.0-alpha.51 → 2.4.0-alpha.52

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.
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { NetworkMode } from './network-mode';
12
13
  import type { OpsHScale } from './ops-hscale';
13
14
  import type { TaskSchedule } from './task-schedule';
14
15
  /**
@@ -35,5 +36,11 @@ export interface ClusterModeTransition {
35
36
  * @memberof ClusterModeTransition
36
37
  */
37
38
  'hScale'?: OpsHScale;
39
+ /**
40
+ *
41
+ * @type {NetworkMode}
42
+ * @memberof ClusterModeTransition
43
+ */
44
+ 'networkMode'?: NetworkMode;
38
45
  }
39
46
  //# sourceMappingURL=cluster-mode-transition.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"cluster-mode-transition.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/cluster-mode-transition.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB"}
1
+ {"version":3,"file":"cluster-mode-transition.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/cluster-mode-transition.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAGlD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;CAC/B"}
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { NetworkMode } from './network-mode';
12
13
  import type { OpsHScale } from './ops-hscale';
13
14
  import type { TaskSchedule } from './task-schedule';
14
15
  /**
@@ -35,5 +36,11 @@ export interface ClusterModeTransition {
35
36
  * @memberof ClusterModeTransition
36
37
  */
37
38
  'hScale'?: OpsHScale;
39
+ /**
40
+ *
41
+ * @type {NetworkMode}
42
+ * @memberof ClusterModeTransition
43
+ */
44
+ 'networkMode'?: NetworkMode;
38
45
  }
39
46
  //# sourceMappingURL=cluster-mode-transition.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"cluster-mode-transition.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/cluster-mode-transition.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB"}
1
+ {"version":3,"file":"cluster-mode-transition.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/cluster-mode-transition.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAGlD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;CAC/B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kb-cloud-client-typescript",
3
- "version": "2.4.0-alpha.51",
3
+ "version": "2.4.0-alpha.52",
4
4
  "description": "Auto-generated TypeScript SDK for KubeBlocks Cloud API",
5
5
  "private": false,
6
6
  "license": "Apache-2.0",
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { NetworkMode } from './network-mode';
16
19
  // May contain unused imports in some cases
17
20
  // @ts-ignore
18
21
  import type { OpsHScale } from './ops-hscale';
@@ -44,5 +47,13 @@ export interface ClusterModeTransition {
44
47
  * @memberof ClusterModeTransition
45
48
  */
46
49
  'hScale'?: OpsHScale;
50
+ /**
51
+ *
52
+ * @type {NetworkMode}
53
+ * @memberof ClusterModeTransition
54
+ */
55
+ 'networkMode'?: NetworkMode;
47
56
  }
48
57
 
58
+
59
+
package/src/adminapi.yaml CHANGED
@@ -29868,6 +29868,9 @@ components:
29868
29868
  $ref: '#/components/schemas/taskSchedule'
29869
29869
  hScale:
29870
29870
  $ref: '#/components/schemas/opsHScale'
29871
+ networkMode:
29872
+ description: Specify the network mode the cluster transitions to. Defaults to the network mode of the cluster when omitted.
29873
+ $ref: '#/components/schemas/networkMode'
29871
29874
  opsRequestName:
29872
29875
  description: OpsRequestName is the name of a KubeBlocks OpsRequest response
29873
29876
  properties:
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { NetworkMode } from './network-mode';
16
19
  // May contain unused imports in some cases
17
20
  // @ts-ignore
18
21
  import type { OpsHScale } from './ops-hscale';
@@ -44,5 +47,13 @@ export interface ClusterModeTransition {
44
47
  * @memberof ClusterModeTransition
45
48
  */
46
49
  'hScale'?: OpsHScale;
50
+ /**
51
+ *
52
+ * @type {NetworkMode}
53
+ * @memberof ClusterModeTransition
54
+ */
55
+ 'networkMode'?: NetworkMode;
47
56
  }
48
57
 
58
+
59
+
package/src/openapi.yaml CHANGED
@@ -25126,6 +25126,9 @@ components:
25126
25126
  $ref: '#/components/schemas/taskSchedule'
25127
25127
  hScale:
25128
25128
  $ref: '#/components/schemas/opsHScale'
25129
+ networkMode:
25130
+ description: Specify the network mode the cluster transitions to. Defaults to the network mode of the cluster when omitted.
25131
+ $ref: '#/components/schemas/networkMode'
25129
25132
  opsRequestName:
25130
25133
  description: OpsRequestName is the name of a KubeBlocks OpsRequest response
25131
25134
  properties: