kb-cloud-client-typescript 2.3.0-alpha.210 → 2.3.0-alpha.211
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/dist/adminapi/apis/account-api.d.ts +287 -0
- package/dist/adminapi/apis/account-api.d.ts.map +1 -1
- package/dist/adminapi/apis/account-api.js +317 -0
- package/dist/adminapi/apis/account-api.js.map +1 -1
- package/dist/adminapi/apis/milvus-api.d.ts +287 -0
- package/dist/adminapi/apis/milvus-api.d.ts.map +1 -1
- package/dist/adminapi/apis/milvus-api.js +317 -0
- package/dist/adminapi/apis/milvus-api.js.map +1 -1
- package/dist/adminapi/apis/shared-api.d.ts +287 -0
- package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
- package/dist/adminapi/apis/shared-api.js +317 -0
- package/dist/adminapi/apis/shared-api.js.map +1 -1
- package/dist/adminapi/models/ai-agent-context-state.d.ts +22 -0
- package/dist/adminapi/models/ai-agent-context-state.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-context-state.js +26 -0
- package/dist/adminapi/models/ai-agent-context-state.js.map +1 -0
- package/dist/adminapi/models/ai-agent-conversation.d.ts +27 -0
- package/dist/adminapi/models/ai-agent-conversation.d.ts.map +1 -1
- package/dist/adminapi/models/ai-agent-create-conversation-request.d.ts +7 -0
- package/dist/adminapi/models/ai-agent-create-conversation-request.d.ts.map +1 -1
- package/dist/adminapi/models/ai-agent-mode.d.ts +22 -0
- package/dist/adminapi/models/ai-agent-mode.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-mode.js +26 -0
- package/dist/adminapi/models/ai-agent-mode.js.map +1 -0
- package/dist/adminapi/models/ai-agent-profile.d.ts +21 -0
- package/dist/adminapi/models/ai-agent-profile.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-profile.js +25 -0
- package/dist/adminapi/models/ai-agent-profile.js.map +1 -0
- package/dist/adminapi/models/ai-agent-send-message-response.d.ts +27 -0
- package/dist/adminapi/models/ai-agent-send-message-response.d.ts.map +1 -1
- package/dist/adminapi/models/index.d.ts +7 -0
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +7 -0
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/adminapi/models/milvus-role-grant.d.ts +37 -0
- package/dist/adminapi/models/milvus-role-grant.d.ts.map +1 -0
- package/dist/adminapi/models/milvus-role-grant.js +16 -0
- package/dist/adminapi/models/milvus-role-grant.js.map +1 -0
- package/dist/adminapi/models/milvus-role-list.d.ts +26 -0
- package/dist/adminapi/models/milvus-role-list.d.ts.map +1 -0
- package/dist/adminapi/models/milvus-role-list.js +16 -0
- package/dist/adminapi/models/milvus-role-list.js.map +1 -0
- package/dist/adminapi/models/milvus-role-request.d.ts +26 -0
- package/dist/adminapi/models/milvus-role-request.d.ts.map +1 -0
- package/dist/adminapi/models/milvus-role-request.js +16 -0
- package/dist/adminapi/models/milvus-role-request.js.map +1 -0
- package/dist/adminapi/models/milvus-role.d.ts +32 -0
- package/dist/adminapi/models/milvus-role.d.ts.map +1 -0
- package/dist/adminapi/models/milvus-role.js +16 -0
- package/dist/adminapi/models/milvus-role.js.map +1 -0
- package/dist/openapi/apis/account-api.d.ts +287 -0
- package/dist/openapi/apis/account-api.d.ts.map +1 -1
- package/dist/openapi/apis/account-api.js +317 -0
- package/dist/openapi/apis/account-api.js.map +1 -1
- package/dist/openapi/apis/milvus-api.d.ts +287 -0
- package/dist/openapi/apis/milvus-api.d.ts.map +1 -1
- package/dist/openapi/apis/milvus-api.js +317 -0
- package/dist/openapi/apis/milvus-api.js.map +1 -1
- package/dist/openapi/apis/shared-api.d.ts +287 -0
- package/dist/openapi/apis/shared-api.d.ts.map +1 -1
- package/dist/openapi/apis/shared-api.js +317 -0
- package/dist/openapi/apis/shared-api.js.map +1 -1
- package/dist/openapi/models/ai-agent-context-state.d.ts +22 -0
- package/dist/openapi/models/ai-agent-context-state.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-context-state.js +26 -0
- package/dist/openapi/models/ai-agent-context-state.js.map +1 -0
- package/dist/openapi/models/ai-agent-conversation.d.ts +27 -0
- package/dist/openapi/models/ai-agent-conversation.d.ts.map +1 -1
- package/dist/openapi/models/ai-agent-create-conversation-request.d.ts +7 -0
- package/dist/openapi/models/ai-agent-create-conversation-request.d.ts.map +1 -1
- package/dist/openapi/models/ai-agent-mode.d.ts +22 -0
- package/dist/openapi/models/ai-agent-mode.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-mode.js +26 -0
- package/dist/openapi/models/ai-agent-mode.js.map +1 -0
- package/dist/openapi/models/ai-agent-profile.d.ts +21 -0
- package/dist/openapi/models/ai-agent-profile.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-profile.js +25 -0
- package/dist/openapi/models/ai-agent-profile.js.map +1 -0
- package/dist/openapi/models/ai-agent-send-message-response.d.ts +27 -0
- package/dist/openapi/models/ai-agent-send-message-response.d.ts.map +1 -1
- package/dist/openapi/models/data-check-item.d.ts +13 -0
- package/dist/openapi/models/data-check-item.d.ts.map +1 -1
- package/dist/openapi/models/data-check-list-item.d.ts +13 -0
- package/dist/openapi/models/data-check-list-item.d.ts.map +1 -1
- package/dist/openapi/models/index.d.ts +7 -0
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +7 -0
- package/dist/openapi/models/index.js.map +1 -1
- package/dist/openapi/models/milvus-role-grant.d.ts +37 -0
- package/dist/openapi/models/milvus-role-grant.d.ts.map +1 -0
- package/dist/openapi/models/milvus-role-grant.js +16 -0
- package/dist/openapi/models/milvus-role-grant.js.map +1 -0
- package/dist/openapi/models/milvus-role-list.d.ts +26 -0
- package/dist/openapi/models/milvus-role-list.d.ts.map +1 -0
- package/dist/openapi/models/milvus-role-list.js +16 -0
- package/dist/openapi/models/milvus-role-list.js.map +1 -0
- package/dist/openapi/models/milvus-role-request.d.ts +26 -0
- package/dist/openapi/models/milvus-role-request.d.ts.map +1 -0
- package/dist/openapi/models/milvus-role-request.js +16 -0
- package/dist/openapi/models/milvus-role-request.js.map +1 -0
- package/dist/openapi/models/milvus-role.d.ts +32 -0
- package/dist/openapi/models/milvus-role.d.ts.map +1 -0
- package/dist/openapi/models/milvus-role.js +16 -0
- package/dist/openapi/models/milvus-role.js.map +1 -0
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +7 -0
- package/src/adminapi/apis/account-api.ts +504 -0
- package/src/adminapi/apis/milvus-api.ts +504 -0
- package/src/adminapi/apis/shared-api.ts +504 -0
- package/src/adminapi/models/ai-agent-context-state.ts +31 -0
- package/src/adminapi/models/ai-agent-conversation.ts +33 -0
- package/src/adminapi/models/ai-agent-create-conversation-request.ts +9 -0
- package/src/adminapi/models/ai-agent-mode.ts +31 -0
- package/src/adminapi/models/ai-agent-profile.ts +30 -0
- package/src/adminapi/models/ai-agent-send-message-response.ts +33 -0
- package/src/adminapi/models/index.ts +7 -0
- package/src/adminapi/models/milvus-role-grant.ts +42 -0
- package/src/adminapi/models/milvus-role-list.ts +33 -0
- package/src/adminapi/models/milvus-role-request.ts +33 -0
- package/src/adminapi/models/milvus-role.ts +39 -0
- package/src/adminapi.yaml +272 -0
- package/src/openapi/.openapi-generator/FILES +7 -0
- package/src/openapi/apis/account-api.ts +504 -0
- package/src/openapi/apis/milvus-api.ts +504 -0
- package/src/openapi/apis/shared-api.ts +504 -0
- package/src/openapi/models/ai-agent-context-state.ts +31 -0
- package/src/openapi/models/ai-agent-conversation.ts +33 -0
- package/src/openapi/models/ai-agent-create-conversation-request.ts +9 -0
- package/src/openapi/models/ai-agent-mode.ts +31 -0
- package/src/openapi/models/ai-agent-profile.ts +30 -0
- package/src/openapi/models/ai-agent-send-message-response.ts +33 -0
- package/src/openapi/models/data-check-item.ts +15 -0
- package/src/openapi/models/data-check-list-item.ts +15 -0
- package/src/openapi/models/index.ts +7 -0
- package/src/openapi/models/milvus-role-grant.ts +42 -0
- package/src/openapi/models/milvus-role-list.ts +33 -0
- package/src/openapi/models/milvus-role-request.ts +33 -0
- package/src/openapi/models/milvus-role.ts +39 -0
- package/src/openapi.yaml +280 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* KubeBlocks Cloud API
|
|
5
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: support@apecloud.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const AiAgentContextState = {
|
|
24
|
+
global: 'global',
|
|
25
|
+
cluster_bound: 'cluster_bound'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type AiAgentContextState = typeof AiAgentContextState[keyof typeof AiAgentContextState];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { AiAgentContextState } from './ai-agent-context-state';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import type { AiAgentConversationStatus } from './ai-agent-conversation-status';
|
|
@@ -21,6 +24,12 @@ import type { AiAgentConversationStatus } from './ai-agent-conversation-status';
|
|
|
21
24
|
import type { AiAgentMessage } from './ai-agent-message';
|
|
22
25
|
// May contain unused imports in some cases
|
|
23
26
|
// @ts-ignore
|
|
27
|
+
import type { AiAgentMode } from './ai-agent-mode';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import type { AiAgentProfile } from './ai-agent-profile';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
24
33
|
import type { AiAgentRuntimeStatusCode } from './ai-agent-runtime-status-code';
|
|
25
34
|
|
|
26
35
|
/**
|
|
@@ -41,6 +50,30 @@ export interface AiAgentConversation {
|
|
|
41
50
|
* @memberof AiAgentConversation
|
|
42
51
|
*/
|
|
43
52
|
'entryClusterName'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {AiAgentMode}
|
|
56
|
+
* @memberof AiAgentConversation
|
|
57
|
+
*/
|
|
58
|
+
'agentMode'?: AiAgentMode;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {AiAgentProfile}
|
|
62
|
+
* @memberof AiAgentConversation
|
|
63
|
+
*/
|
|
64
|
+
'agent_profile'?: AiAgentProfile;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {AiAgentContextState}
|
|
68
|
+
* @memberof AiAgentConversation
|
|
69
|
+
*/
|
|
70
|
+
'contextState'?: AiAgentContextState;
|
|
71
|
+
/**
|
|
72
|
+
* Safe display label for the conversation scope. It does not expose profile paths, skills paths, credentials, or endpoints.
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof AiAgentConversation
|
|
75
|
+
*/
|
|
76
|
+
'scopeLabel'?: string | null;
|
|
44
77
|
/**
|
|
45
78
|
*
|
|
46
79
|
* @type {string}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { AiAgentScope } from './ai-agent-scope';
|
|
16
19
|
|
|
17
20
|
/**
|
|
18
21
|
*
|
|
@@ -38,5 +41,11 @@ export interface AiAgentCreateConversationRequest {
|
|
|
38
41
|
* @memberof AiAgentCreateConversationRequest
|
|
39
42
|
*/
|
|
40
43
|
'entryClusterName'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
* Optional creation-time context. When entryClusterName is omitted, the first clusterName here binds the conversation to cluster diagnosis.
|
|
46
|
+
* @type {Array<AiAgentScope>}
|
|
47
|
+
* @memberof AiAgentCreateConversationRequest
|
|
48
|
+
*/
|
|
49
|
+
'contexts'?: Array<AiAgentScope>;
|
|
41
50
|
}
|
|
42
51
|
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* KubeBlocks Cloud API
|
|
5
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: support@apecloud.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const AiAgentMode = {
|
|
24
|
+
global: 'global',
|
|
25
|
+
cluster_diagnosis: 'cluster_diagnosis'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type AiAgentMode = typeof AiAgentMode[keyof typeof AiAgentMode];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* KubeBlocks Cloud API
|
|
5
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: support@apecloud.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const AiAgentProfile = {
|
|
24
|
+
cloud_ai_agent: 'cloud-ai-agent'
|
|
25
|
+
} as const;
|
|
26
|
+
|
|
27
|
+
export type AiAgentProfile = typeof AiAgentProfile[keyof typeof AiAgentProfile];
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
@@ -13,6 +13,15 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { AiAgentContextState } from './ai-agent-context-state';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { AiAgentMode } from './ai-agent-mode';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { AiAgentProfile } from './ai-agent-profile';
|
|
16
25
|
// May contain unused imports in some cases
|
|
17
26
|
// @ts-ignore
|
|
18
27
|
import type { AiAgentTurnStatus } from './ai-agent-turn-status';
|
|
@@ -47,6 +56,30 @@ export interface AiAgentSendMessageResponse {
|
|
|
47
56
|
* @memberof AiAgentSendMessageResponse
|
|
48
57
|
*/
|
|
49
58
|
'eventsUrl'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {AiAgentMode}
|
|
62
|
+
* @memberof AiAgentSendMessageResponse
|
|
63
|
+
*/
|
|
64
|
+
'agentMode'?: AiAgentMode;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {AiAgentProfile}
|
|
68
|
+
* @memberof AiAgentSendMessageResponse
|
|
69
|
+
*/
|
|
70
|
+
'agent_profile'?: AiAgentProfile;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {AiAgentContextState}
|
|
74
|
+
* @memberof AiAgentSendMessageResponse
|
|
75
|
+
*/
|
|
76
|
+
'contextState'?: AiAgentContextState;
|
|
77
|
+
/**
|
|
78
|
+
* Safe display label for the run scope. It does not expose profile paths, skills paths, credentials, or endpoints.
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof AiAgentSendMessageResponse
|
|
81
|
+
*/
|
|
82
|
+
'scopeLabel'?: string | null;
|
|
50
83
|
}
|
|
51
84
|
|
|
52
85
|
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { DataChannelListEndpoint } from './data-channel-list-endpoint';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import type { DataChannelObject } from './data-channel-object';
|
|
@@ -80,6 +83,18 @@ export interface DataCheckItem {
|
|
|
80
83
|
* @memberof DataCheckItem
|
|
81
84
|
*/
|
|
82
85
|
'project'?: string;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {DataChannelListEndpoint}
|
|
89
|
+
* @memberof DataCheckItem
|
|
90
|
+
*/
|
|
91
|
+
'source'?: DataChannelListEndpoint;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {DataChannelListEndpoint}
|
|
95
|
+
* @memberof DataCheckItem
|
|
96
|
+
*/
|
|
97
|
+
'target'?: DataChannelListEndpoint;
|
|
83
98
|
/**
|
|
84
99
|
*
|
|
85
100
|
* @type {DataChannelObject}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { DataChannelListEndpoint } from './data-channel-list-endpoint';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import type { DataChannelObject } from './data-channel-object';
|
|
@@ -80,6 +83,18 @@ export interface DataCheckListItem {
|
|
|
80
83
|
* @memberof DataCheckListItem
|
|
81
84
|
*/
|
|
82
85
|
'project'?: string;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {DataChannelListEndpoint}
|
|
89
|
+
* @memberof DataCheckListItem
|
|
90
|
+
*/
|
|
91
|
+
'source'?: DataChannelListEndpoint;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {DataChannelListEndpoint}
|
|
95
|
+
* @memberof DataCheckListItem
|
|
96
|
+
*/
|
|
97
|
+
'target'?: DataChannelListEndpoint;
|
|
83
98
|
/**
|
|
84
99
|
*
|
|
85
100
|
* @type {DataChannelObject}
|
|
@@ -12,6 +12,7 @@ export * from './aggregate-task-result-summary';
|
|
|
12
12
|
export * from './aggregate-task-result-type';
|
|
13
13
|
export * from './aggregate-task-type';
|
|
14
14
|
export * from './aggregation-time-type';
|
|
15
|
+
export * from './ai-agent-context-state';
|
|
15
16
|
export * from './ai-agent-conversation';
|
|
16
17
|
export * from './ai-agent-conversation-list';
|
|
17
18
|
export * from './ai-agent-conversation-status';
|
|
@@ -24,7 +25,9 @@ export * from './ai-agent-message-list';
|
|
|
24
25
|
export * from './ai-agent-message-part';
|
|
25
26
|
export * from './ai-agent-message-part-type';
|
|
26
27
|
export * from './ai-agent-message-role';
|
|
28
|
+
export * from './ai-agent-mode';
|
|
27
29
|
export * from './ai-agent-object-ref';
|
|
30
|
+
export * from './ai-agent-profile';
|
|
28
31
|
export * from './ai-agent-runtime-status';
|
|
29
32
|
export * from './ai-agent-runtime-status-code';
|
|
30
33
|
export * from './ai-agent-scope';
|
|
@@ -488,6 +491,10 @@ export * from './metrics-option-query';
|
|
|
488
491
|
export * from './metrics-query-type';
|
|
489
492
|
export * from './milvus-account-password';
|
|
490
493
|
export * from './milvus-account-roles';
|
|
494
|
+
export * from './milvus-role';
|
|
495
|
+
export * from './milvus-role-grant';
|
|
496
|
+
export * from './milvus-role-list';
|
|
497
|
+
export * from './milvus-role-request';
|
|
491
498
|
export * from './mode-compatible-kubeblocks-version';
|
|
492
499
|
export * from './mode-component';
|
|
493
500
|
export * from './mode-object-storage';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* KubeBlocks Cloud API
|
|
5
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: support@apecloud.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Native Milvus role privilege grant.
|
|
19
|
+
* @export
|
|
20
|
+
* @interface MilvusRoleGrant
|
|
21
|
+
*/
|
|
22
|
+
export interface MilvusRoleGrant {
|
|
23
|
+
/**
|
|
24
|
+
* Milvus database name. Empty means Milvus default/global scope.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof MilvusRoleGrant
|
|
27
|
+
*/
|
|
28
|
+
'dbName'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Milvus collection name. Use \'*\' for all collections in the database.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof MilvusRoleGrant
|
|
33
|
+
*/
|
|
34
|
+
'collectionName'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Native Milvus privilege name, such as DatabaseReadOnly, DatabaseReadWrite, DatabaseAdmin, Search, Insert, or Delete.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof MilvusRoleGrant
|
|
39
|
+
*/
|
|
40
|
+
'privilege': string;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* KubeBlocks Cloud API
|
|
5
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: support@apecloud.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { MilvusRole } from './milvus-role';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Milvus role list.
|
|
22
|
+
* @export
|
|
23
|
+
* @interface MilvusRoleList
|
|
24
|
+
*/
|
|
25
|
+
export interface MilvusRoleList {
|
|
26
|
+
/**
|
|
27
|
+
* Milvus roles.
|
|
28
|
+
* @type {Array<MilvusRole>}
|
|
29
|
+
* @memberof MilvusRoleList
|
|
30
|
+
*/
|
|
31
|
+
'items': Array<MilvusRole>;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* KubeBlocks Cloud API
|
|
5
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: support@apecloud.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { MilvusRoleGrant } from './milvus-role-grant';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Milvus role upsert request.
|
|
22
|
+
* @export
|
|
23
|
+
* @interface MilvusRoleRequest
|
|
24
|
+
*/
|
|
25
|
+
export interface MilvusRoleRequest {
|
|
26
|
+
/**
|
|
27
|
+
* Native Milvus privilege grants owned by this role. Existing grants are replaced.
|
|
28
|
+
* @type {Array<MilvusRoleGrant>}
|
|
29
|
+
* @memberof MilvusRoleRequest
|
|
30
|
+
*/
|
|
31
|
+
'grants'?: Array<MilvusRoleGrant>;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* KubeBlocks Cloud API
|
|
5
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: support@apecloud.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { MilvusRoleGrant } from './milvus-role-grant';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Milvus role with native privilege grants.
|
|
22
|
+
* @export
|
|
23
|
+
* @interface MilvusRole
|
|
24
|
+
*/
|
|
25
|
+
export interface MilvusRole {
|
|
26
|
+
/**
|
|
27
|
+
* Milvus role name.
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof MilvusRole
|
|
30
|
+
*/
|
|
31
|
+
'name': string;
|
|
32
|
+
/**
|
|
33
|
+
* Native Milvus privilege grants owned by this role.
|
|
34
|
+
* @type {Array<MilvusRoleGrant>}
|
|
35
|
+
* @memberof MilvusRole
|
|
36
|
+
*/
|
|
37
|
+
'grants': Array<MilvusRoleGrant>;
|
|
38
|
+
}
|
|
39
|
+
|