kb-cloud-client-typescript 2.3.0-alpha.65 → 2.3.0-alpha.67

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.
package/README.md CHANGED
@@ -47,7 +47,7 @@ const api = new InternalApi.SomeApi(
47
47
 
48
48
  | Import Path | Description |
49
49
  |---|---|
50
- | `kb-cloud-client-typescript` | User Portal API |
50
+ | `kb-cloud-client-typescript/openapi` | User Portal API |
51
51
  | `kb-cloud-client-typescript/adminapi` | Admin Portal API |
52
52
  | `kb-cloud-client-typescript/internalapi` | Internal API |
53
53
 
@@ -21,6 +21,12 @@ export interface DataChannelModuleProgress {
21
21
  * @memberof DataChannelModuleProgress
22
22
  */
23
23
  'moduleName'?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof DataChannelModuleProgress
28
+ */
29
+ 'kubernetesName'?: string | null;
24
30
  /**
25
31
  *
26
32
  * @type {number}
@@ -1 +1 @@
1
- {"version":3,"file":"data-channel-module-progress.d.ts","sourceRoot":"","sources":["../../../src/sdk/openapi/models/data-channel-module-progress.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
1
+ {"version":3,"file":"data-channel-module-progress.d.ts","sourceRoot":"","sources":["../../../src/sdk/openapi/models/data-channel-module-progress.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
package/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "kb-cloud-client-typescript",
3
- "version": "2.3.0-alpha.65",
3
+ "version": "2.3.0-alpha.67",
4
4
  "description": "Auto-generated TypeScript SDK for KubeBlocks Cloud API",
5
5
  "private": false,
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/openapi/index.js",
8
8
  "types": "dist/openapi/index.d.ts",
9
9
  "exports": {
10
+ "./openapi": {
11
+ "types": "./dist/openapi/index.d.ts",
12
+ "default": "./dist/openapi/index.js"
13
+ },
10
14
  "./adminapi": {
11
15
  "types": "./dist/adminapi/index.d.ts",
12
16
  "default": "./dist/adminapi/index.js"
@@ -15,10 +19,9 @@
15
19
  "types": "./dist/internalapi/index.d.ts",
16
20
  "default": "./dist/internalapi/index.js"
17
21
  },
18
- "./openapi": {
19
- "types": "./dist/openapi/index.d.ts",
20
- "default": "./dist/openapi/index.js"
21
- }
22
+ "./src/sdk/openapi.yaml": "./src/sdk/openapi.yaml",
23
+ "./src/sdk/adminapi.yaml": "./src/sdk/adminapi.yaml",
24
+ "./src/sdk/internalapi.yaml": "./src/sdk/internalapi.yaml"
22
25
  },
23
26
  "files": [
24
27
  "dist",
@@ -26,6 +26,12 @@ export interface DataChannelModuleProgress {
26
26
  * @memberof DataChannelModuleProgress
27
27
  */
28
28
  'moduleName'?: string;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof DataChannelModuleProgress
33
+ */
34
+ 'kubernetesName'?: string | null;
29
35
  /**
30
36
  *
31
37
  * @type {number}
@@ -29126,6 +29126,9 @@ components:
29126
29126
  properties:
29127
29127
  moduleName:
29128
29128
  type: string
29129
+ kubernetesName:
29130
+ type: string
29131
+ nullable: true
29129
29132
  progress:
29130
29133
  type: number
29131
29134
  format: double