kb-cloud-client-typescript 2.3.0-alpha.70 → 2.3.0-alpha.72

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.
@@ -33,19 +33,7 @@ export interface AiAgentScope {
33
33
  * @type {string}
34
34
  * @memberof AiAgentScope
35
35
  */
36
- 'clusterName'?: string | null;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof AiAgentScope
41
- */
42
- 'label'?: string | null;
43
- /**
44
- *
45
- * @type {string}
46
- * @memberof AiAgentScope
47
- */
48
- 'namespace'?: string | null;
36
+ 'clusterName'?: string;
49
37
  /**
50
38
  *
51
39
  * @type {AiAgentObjectRef}
@@ -1 +1 @@
1
- {"version":3,"file":"ai-agent-scope.d.ts","sourceRoot":"","sources":["../../../src/sdk/adminapi/models/ai-agent-scope.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,gBAAgB,CAAC;CAClC"}
1
+ {"version":3,"file":"ai-agent-scope.d.ts","sourceRoot":"","sources":["../../../src/sdk/adminapi/models/ai-agent-scope.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,gBAAgB,CAAC;CAClC"}
@@ -33,19 +33,7 @@ export interface AiAgentScope {
33
33
  * @type {string}
34
34
  * @memberof AiAgentScope
35
35
  */
36
- 'clusterName'?: string | null;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof AiAgentScope
41
- */
42
- 'label'?: string | null;
43
- /**
44
- *
45
- * @type {string}
46
- * @memberof AiAgentScope
47
- */
48
- 'namespace'?: string | null;
36
+ 'clusterName'?: string;
49
37
  /**
50
38
  *
51
39
  * @type {AiAgentObjectRef}
@@ -1 +1 @@
1
- {"version":3,"file":"ai-agent-scope.d.ts","sourceRoot":"","sources":["../../../src/sdk/openapi/models/ai-agent-scope.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,gBAAgB,CAAC;CAClC"}
1
+ {"version":3,"file":"ai-agent-scope.d.ts","sourceRoot":"","sources":["../../../src/sdk/openapi/models/ai-agent-scope.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,gBAAgB,CAAC;CAClC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kb-cloud-client-typescript",
3
- "version": "2.3.0-alpha.70",
3
+ "version": "2.3.0-alpha.72",
4
4
  "description": "Auto-generated TypeScript SDK for KubeBlocks Cloud API",
5
5
  "private": false,
6
6
  "license": "Apache-2.0",
@@ -40,19 +40,7 @@ export interface AiAgentScope {
40
40
  * @type {string}
41
41
  * @memberof AiAgentScope
42
42
  */
43
- 'clusterName'?: string | null;
44
- /**
45
- *
46
- * @type {string}
47
- * @memberof AiAgentScope
48
- */
49
- 'label'?: string | null;
50
- /**
51
- *
52
- * @type {string}
53
- * @memberof AiAgentScope
54
- */
55
- 'namespace'?: string | null;
43
+ 'clusterName'?: string;
56
44
  /**
57
45
  *
58
46
  * @type {AiAgentObjectRef}
@@ -20752,13 +20752,6 @@ components:
20752
20752
  x-nullable: true
20753
20753
  clusterName:
20754
20754
  type: string
20755
- x-nullable: true
20756
- label:
20757
- type: string
20758
- x-nullable: true
20759
- namespace:
20760
- type: string
20761
- x-nullable: true
20762
20755
  objectRef:
20763
20756
  $ref: '#/components/schemas/aiAgentObjectRef'
20764
20757
  aiAgentRuntimeStatus:
@@ -40,19 +40,7 @@ export interface AiAgentScope {
40
40
  * @type {string}
41
41
  * @memberof AiAgentScope
42
42
  */
43
- 'clusterName'?: string | null;
44
- /**
45
- *
46
- * @type {string}
47
- * @memberof AiAgentScope
48
- */
49
- 'label'?: string | null;
50
- /**
51
- *
52
- * @type {string}
53
- * @memberof AiAgentScope
54
- */
55
- 'namespace'?: string | null;
43
+ 'clusterName'?: string;
56
44
  /**
57
45
  *
58
46
  * @type {AiAgentObjectRef}
@@ -28465,13 +28465,6 @@ components:
28465
28465
  x-nullable: true
28466
28466
  clusterName:
28467
28467
  type: string
28468
- x-nullable: true
28469
- label:
28470
- type: string
28471
- x-nullable: true
28472
- namespace:
28473
- type: string
28474
- x-nullable: true
28475
28468
  objectRef:
28476
28469
  $ref: '#/components/schemas/aiAgentObjectRef'
28477
28470
  aiAgentRuntimeStatus: