@breign/client 1.0.74 → 1.0.76
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/apis/AgentApi.d.ts +95 -3
- package/dist/apis/AgentApi.js +218 -5
- package/dist/apis/AppApi.d.ts +73 -2
- package/dist/apis/AppApi.js +169 -2
- package/dist/apis/KnowledgeApi.d.ts +27 -1
- package/dist/apis/KnowledgeApi.js +60 -0
- package/dist/apis/OrganizationsApi.d.ts +67 -1
- package/dist/apis/OrganizationsApi.js +156 -0
- package/dist/apis/PromptsApi.d.ts +3 -3
- package/dist/apis/PromptsApi.js +1 -1
- package/dist/apis/ToolsApi.d.ts +26 -1
- package/dist/apis/ToolsApi.js +59 -0
- package/dist/models/AdvancedFlowEditorEdgeUio.d.ts +56 -0
- package/dist/models/AdvancedFlowEditorEdgeUio.js +62 -0
- package/dist/models/AdvancedFlowEditorNodePositionUio.d.ts +38 -0
- package/dist/models/AdvancedFlowEditorNodePositionUio.js +54 -0
- package/dist/models/AdvancedFlowEditorNodeUio.d.ts +53 -0
- package/dist/models/AdvancedFlowEditorNodeUio.js +63 -0
- package/dist/models/AdvancedFlowEditorUio.d.ts +46 -0
- package/dist/models/AdvancedFlowEditorUio.js +60 -0
- package/dist/models/AdvancedFlowEditorUpdateRequestUio.d.ts +40 -0
- package/dist/models/AdvancedFlowEditorUpdateRequestUio.js +56 -0
- package/dist/models/AgentFlowCreateUio.d.ts +6 -0
- package/dist/models/AgentFlowCreateUio.js +2 -0
- package/dist/models/AgentFlowUio.d.ts +6 -0
- package/dist/models/AgentFlowUio.js +2 -0
- package/dist/models/AnimationCreateRequestUio.d.ts +56 -0
- package/dist/models/AnimationCreateRequestUio.js +64 -0
- package/dist/models/AnimationUio.d.ts +56 -0
- package/dist/models/AnimationUio.js +64 -0
- package/dist/models/AppCommandsInnerUio.d.ts +46 -0
- package/dist/models/AppCommandsInnerUio.js +56 -0
- package/dist/models/AppUio.d.ts +17 -3
- package/dist/models/AppUio.js +9 -3
- package/dist/models/AppUpdateRequestUio.d.ts +8 -0
- package/dist/models/AppUpdateRequestUio.js +2 -0
- package/dist/models/Conversation1Uio.d.ts +46 -0
- package/dist/models/Conversation1Uio.js +60 -0
- package/dist/models/ConversationMessagesInnerFlowNodeEntrypointsUio.d.ts +32 -0
- package/dist/models/ConversationMessagesInnerFlowNodeEntrypointsUio.js +48 -0
- package/dist/models/ConversationMessagesInnerFlowNodeUio.d.ts +51 -0
- package/dist/models/ConversationMessagesInnerFlowNodeUio.js +55 -0
- package/dist/models/ConversationMessagesInnerSuggestionsInnerUio.d.ts +38 -0
- package/dist/models/ConversationMessagesInnerSuggestionsInnerUio.js +54 -0
- package/dist/models/ConversationMessagesInnerUio.d.ts +79 -0
- package/dist/models/ConversationMessagesInnerUio.js +73 -0
- package/dist/models/ConversationMetricsInnerSourceUio.d.ts +51 -0
- package/dist/models/ConversationMetricsInnerSourceUio.js +65 -0
- package/dist/models/ConversationMetricsInnerUio.d.ts +46 -0
- package/dist/models/ConversationMetricsInnerUio.js +60 -0
- package/dist/models/ConversationMetricsInnerValueInnerCostUio.d.ts +38 -0
- package/dist/models/ConversationMetricsInnerValueInnerCostUio.js +54 -0
- package/dist/models/ConversationMetricsInnerValueInnerUio.d.ts +63 -0
- package/dist/models/ConversationMetricsInnerValueInnerUio.js +69 -0
- package/dist/models/ConversationUio.d.ts +56 -6
- package/dist/models/ConversationUio.js +27 -7
- package/dist/models/FlowContentsUio.d.ts +6 -0
- package/dist/models/FlowContentsUio.js +2 -0
- package/dist/models/FlowEditorNodeUio.d.ts +39 -0
- package/dist/models/FlowEditorNodeUio.js +55 -0
- package/dist/models/FlowEditorUio.d.ts +39 -0
- package/dist/models/FlowEditorUio.js +55 -0
- package/dist/models/FlowEditorUpdateRequestUio.d.ts +33 -0
- package/dist/models/FlowEditorUpdateRequestUio.js +51 -0
- package/dist/models/GuardianEngineUio.d.ts +27 -4
- package/dist/models/GuardianEngineUio.js +11 -4
- package/dist/models/GuardianPutRequestUio.d.ts +13 -0
- package/dist/models/GuardianPutRequestUio.js +5 -0
- package/dist/models/GuardianTypeUio.d.ts +2 -3
- package/dist/models/GuardianTypeUio.js +2 -3
- package/dist/models/GuardianUio.d.ts +1 -1
- package/dist/models/GuardianUio.js +3 -1
- package/dist/models/KnowledgeFilesByIdsRequestUio.d.ts +32 -0
- package/dist/models/KnowledgeFilesByIdsRequestUio.js +50 -0
- package/dist/models/OrganizationUio.d.ts +20 -0
- package/dist/models/OrganizationUio.js +10 -0
- package/dist/models/OrganizationUserUio.d.ts +38 -0
- package/dist/models/OrganizationUserUio.js +54 -0
- package/dist/models/RoleCreateRequestUio.d.ts +44 -0
- package/dist/models/RoleCreateRequestUio.js +56 -0
- package/dist/models/SequenceContentsUio.d.ts +38 -0
- package/dist/models/SequenceContentsUio.js +50 -0
- package/dist/models/SequenceCreateRequestUio.d.ts +45 -0
- package/dist/models/SequenceCreateRequestUio.js +59 -0
- package/dist/models/SequenceUio.d.ts +45 -0
- package/dist/models/SequenceUio.js +59 -0
- package/dist/models/ToolUpdateRequestUio.d.ts +62 -0
- package/dist/models/ToolUpdateRequestUio.js +56 -0
- package/dist/models/index.d.ts +27 -3
- package/dist/models/index.js +27 -3
- package/dist/openapi.json +1491 -129
- package/package.json +1 -1
- package/dist/models/AppSequencesInnerUio.d.ts +0 -38
- package/dist/models/AppSequencesInnerUio.js +0 -50
- package/dist/models/ConversationFlowNodeEntrypointsUio.d.ts +0 -32
- package/dist/models/ConversationFlowNodeEntrypointsUio.js +0 -48
- package/dist/models/ConversationFlowNodeUio.d.ts +0 -51
- package/dist/models/ConversationFlowNodeUio.js +0 -55
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* brain-client
|
|
6
|
+
* Api ands models for brain-app and brain-app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.0.0-SNAPSHOT
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfSequenceCreateRequestUio = instanceOfSequenceCreateRequestUio;
|
|
17
|
+
exports.SequenceCreateRequestUioFromJSON = SequenceCreateRequestUioFromJSON;
|
|
18
|
+
exports.SequenceCreateRequestUioFromJSONTyped = SequenceCreateRequestUioFromJSONTyped;
|
|
19
|
+
exports.SequenceCreateRequestUioToJSON = SequenceCreateRequestUioToJSON;
|
|
20
|
+
exports.SequenceCreateRequestUioToJSONTyped = SequenceCreateRequestUioToJSONTyped;
|
|
21
|
+
const SequenceContentsUio_1 = require("./SequenceContentsUio");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SequenceCreateRequestUio interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSequenceCreateRequestUio(value) {
|
|
26
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('contents' in value) || value['contents'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
function SequenceCreateRequestUioFromJSON(json) {
|
|
35
|
+
return SequenceCreateRequestUioFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
function SequenceCreateRequestUioFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if (json == null) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'id': json['id'],
|
|
43
|
+
'name': json['name'],
|
|
44
|
+
'contents': (0, SequenceContentsUio_1.SequenceContentsUioFromJSON)(json['contents']),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
function SequenceCreateRequestUioToJSON(json) {
|
|
48
|
+
return SequenceCreateRequestUioToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function SequenceCreateRequestUioToJSONTyped(value, ignoreDiscriminator = false) {
|
|
51
|
+
if (value == null) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'id': value['id'],
|
|
56
|
+
'name': value['name'],
|
|
57
|
+
'contents': (0, SequenceContentsUio_1.SequenceContentsUioToJSON)(value['contents']),
|
|
58
|
+
};
|
|
59
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* brain-client
|
|
3
|
+
* Api ands models for brain-app and brain-app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.0-SNAPSHOT
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { SequenceContentsUio } from './SequenceContentsUio';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SequenceUio
|
|
17
|
+
*/
|
|
18
|
+
export interface SequenceUio {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof SequenceUio
|
|
23
|
+
*/
|
|
24
|
+
id: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof SequenceUio
|
|
29
|
+
*/
|
|
30
|
+
name: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {SequenceContentsUio}
|
|
34
|
+
* @memberof SequenceUio
|
|
35
|
+
*/
|
|
36
|
+
contents: SequenceContentsUio;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the SequenceUio interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfSequenceUio(value: object): value is SequenceUio;
|
|
42
|
+
export declare function SequenceUioFromJSON(json: any): SequenceUio;
|
|
43
|
+
export declare function SequenceUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): SequenceUio;
|
|
44
|
+
export declare function SequenceUioToJSON(json: any): SequenceUio;
|
|
45
|
+
export declare function SequenceUioToJSONTyped(value?: SequenceUio | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* brain-client
|
|
6
|
+
* Api ands models for brain-app and brain-app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.0.0-SNAPSHOT
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfSequenceUio = instanceOfSequenceUio;
|
|
17
|
+
exports.SequenceUioFromJSON = SequenceUioFromJSON;
|
|
18
|
+
exports.SequenceUioFromJSONTyped = SequenceUioFromJSONTyped;
|
|
19
|
+
exports.SequenceUioToJSON = SequenceUioToJSON;
|
|
20
|
+
exports.SequenceUioToJSONTyped = SequenceUioToJSONTyped;
|
|
21
|
+
const SequenceContentsUio_1 = require("./SequenceContentsUio");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SequenceUio interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSequenceUio(value) {
|
|
26
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('contents' in value) || value['contents'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
function SequenceUioFromJSON(json) {
|
|
35
|
+
return SequenceUioFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
function SequenceUioFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if (json == null) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'id': json['id'],
|
|
43
|
+
'name': json['name'],
|
|
44
|
+
'contents': (0, SequenceContentsUio_1.SequenceContentsUioFromJSON)(json['contents']),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
function SequenceUioToJSON(json) {
|
|
48
|
+
return SequenceUioToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function SequenceUioToJSONTyped(value, ignoreDiscriminator = false) {
|
|
51
|
+
if (value == null) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'id': value['id'],
|
|
56
|
+
'name': value['name'],
|
|
57
|
+
'contents': (0, SequenceContentsUio_1.SequenceContentsUioToJSON)(value['contents']),
|
|
58
|
+
};
|
|
59
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* brain-client
|
|
3
|
+
* Api ands models for brain-app and brain-app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.0-SNAPSHOT
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ToolUpdateRequestUio
|
|
16
|
+
*/
|
|
17
|
+
export interface ToolUpdateRequestUio {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ToolUpdateRequestUio
|
|
22
|
+
*/
|
|
23
|
+
name?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ToolUpdateRequestUio
|
|
28
|
+
*/
|
|
29
|
+
description?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {{ [key: string]: any; }}
|
|
33
|
+
* @memberof ToolUpdateRequestUio
|
|
34
|
+
*/
|
|
35
|
+
configuration?: {
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {{ [key: string]: any; }}
|
|
41
|
+
* @memberof ToolUpdateRequestUio
|
|
42
|
+
*/
|
|
43
|
+
manifest?: {
|
|
44
|
+
[key: string]: any;
|
|
45
|
+
} | null;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {{ [key: string]: any; }}
|
|
49
|
+
* @memberof ToolUpdateRequestUio
|
|
50
|
+
*/
|
|
51
|
+
mcp?: {
|
|
52
|
+
[key: string]: any;
|
|
53
|
+
} | null;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Check if a given object implements the ToolUpdateRequestUio interface.
|
|
57
|
+
*/
|
|
58
|
+
export declare function instanceOfToolUpdateRequestUio(value: object): value is ToolUpdateRequestUio;
|
|
59
|
+
export declare function ToolUpdateRequestUioFromJSON(json: any): ToolUpdateRequestUio;
|
|
60
|
+
export declare function ToolUpdateRequestUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): ToolUpdateRequestUio;
|
|
61
|
+
export declare function ToolUpdateRequestUioToJSON(json: any): ToolUpdateRequestUio;
|
|
62
|
+
export declare function ToolUpdateRequestUioToJSONTyped(value?: ToolUpdateRequestUio | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* brain-client
|
|
6
|
+
* Api ands models for brain-app and brain-app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.0.0-SNAPSHOT
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfToolUpdateRequestUio = instanceOfToolUpdateRequestUio;
|
|
17
|
+
exports.ToolUpdateRequestUioFromJSON = ToolUpdateRequestUioFromJSON;
|
|
18
|
+
exports.ToolUpdateRequestUioFromJSONTyped = ToolUpdateRequestUioFromJSONTyped;
|
|
19
|
+
exports.ToolUpdateRequestUioToJSON = ToolUpdateRequestUioToJSON;
|
|
20
|
+
exports.ToolUpdateRequestUioToJSONTyped = ToolUpdateRequestUioToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ToolUpdateRequestUio interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfToolUpdateRequestUio(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ToolUpdateRequestUioFromJSON(json) {
|
|
28
|
+
return ToolUpdateRequestUioFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ToolUpdateRequestUioFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
36
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
37
|
+
'configuration': json['configuration'] == null ? undefined : json['configuration'],
|
|
38
|
+
'manifest': json['manifest'] == null ? undefined : json['manifest'],
|
|
39
|
+
'mcp': json['mcp'] == null ? undefined : json['mcp'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
function ToolUpdateRequestUioToJSON(json) {
|
|
43
|
+
return ToolUpdateRequestUioToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function ToolUpdateRequestUioToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'name': value['name'],
|
|
51
|
+
'description': value['description'],
|
|
52
|
+
'configuration': value['configuration'],
|
|
53
|
+
'manifest': value['manifest'],
|
|
54
|
+
'mcp': value['mcp'],
|
|
55
|
+
};
|
|
56
|
+
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
export * from './AdditionalUio';
|
|
2
|
+
export * from './AdvancedFlowEditorEdgeUio';
|
|
3
|
+
export * from './AdvancedFlowEditorNodePositionUio';
|
|
4
|
+
export * from './AdvancedFlowEditorNodeUio';
|
|
5
|
+
export * from './AdvancedFlowEditorUio';
|
|
6
|
+
export * from './AdvancedFlowEditorUpdateRequestUio';
|
|
2
7
|
export * from './AgentCreatorUio';
|
|
3
8
|
export * from './AgentCreatorUserUio';
|
|
4
9
|
export * from './AgentDuplicateRequestUio';
|
|
@@ -22,12 +27,15 @@ export * from './AgentTypeUio';
|
|
|
22
27
|
export * from './AgentUio';
|
|
23
28
|
export * from './AgentUsageMetricsIdUio';
|
|
24
29
|
export * from './AgentUsageMetricsUio';
|
|
30
|
+
export * from './AnimationCreateRequestUio';
|
|
31
|
+
export * from './AnimationUio';
|
|
25
32
|
export * from './ApiKeyUio';
|
|
26
33
|
export * from './AppChatCreateRequestUio';
|
|
27
34
|
export * from './AppChatCreateResponseUio';
|
|
28
35
|
export * from './AppChatSayRequestUio';
|
|
29
36
|
export * from './AppChatSayResponseUio';
|
|
30
37
|
export * from './AppChatSubmitMessageRequestUio';
|
|
38
|
+
export * from './AppCommandsInnerUio';
|
|
31
39
|
export * from './AppConfigurationUio';
|
|
32
40
|
export * from './AppConfigurationUpdateRequestUio';
|
|
33
41
|
export * from './AppCreateRequestUio';
|
|
@@ -40,7 +48,6 @@ export * from './AppInstancesInnerUio';
|
|
|
40
48
|
export * from './AppLightUio';
|
|
41
49
|
export * from './AppProbeRequestUio';
|
|
42
50
|
export * from './AppProbeResponseUio';
|
|
43
|
-
export * from './AppSequencesInnerUio';
|
|
44
51
|
export * from './AppStatusRequestUio';
|
|
45
52
|
export * from './AppStatusResponseUio';
|
|
46
53
|
export * from './AppStatusUio';
|
|
@@ -83,8 +90,15 @@ export * from './ConfigurationDefaultFillerPhrasesUio';
|
|
|
83
90
|
export * from './ConnectOAuth2Tool200ResponseUio';
|
|
84
91
|
export * from './ContentsToolsUio';
|
|
85
92
|
export * from './ContextUio';
|
|
86
|
-
export * from './
|
|
87
|
-
export * from './
|
|
93
|
+
export * from './Conversation1Uio';
|
|
94
|
+
export * from './ConversationMessagesInnerFlowNodeEntrypointsUio';
|
|
95
|
+
export * from './ConversationMessagesInnerFlowNodeUio';
|
|
96
|
+
export * from './ConversationMessagesInnerSuggestionsInnerUio';
|
|
97
|
+
export * from './ConversationMessagesInnerUio';
|
|
98
|
+
export * from './ConversationMetricsInnerSourceUio';
|
|
99
|
+
export * from './ConversationMetricsInnerUio';
|
|
100
|
+
export * from './ConversationMetricsInnerValueInnerCostUio';
|
|
101
|
+
export * from './ConversationMetricsInnerValueInnerUio';
|
|
88
102
|
export * from './ConversationSummaryAgentEngineProviderUio';
|
|
89
103
|
export * from './ConversationSummaryAgentEngineUio';
|
|
90
104
|
export * from './ConversationSummaryAgentUio';
|
|
@@ -115,6 +129,9 @@ export * from './FileWithDownloadUrlUio';
|
|
|
115
129
|
export * from './FillersArrayInnerUio';
|
|
116
130
|
export * from './FlowContentsSuggestionUio';
|
|
117
131
|
export * from './FlowContentsUio';
|
|
132
|
+
export * from './FlowEditorNodeUio';
|
|
133
|
+
export * from './FlowEditorUio';
|
|
134
|
+
export * from './FlowEditorUpdateRequestUio';
|
|
118
135
|
export * from './FlowEntrypointsUio';
|
|
119
136
|
export * from './FlowOptionsUio';
|
|
120
137
|
export * from './FlowUio';
|
|
@@ -144,6 +161,7 @@ export * from './KnowledgeBaseUio';
|
|
|
144
161
|
export * from './KnowledgeBaseWithFilesUio';
|
|
145
162
|
export * from './KnowledgeFileSummaryKnowledgeBaseIdUio';
|
|
146
163
|
export * from './KnowledgeFileSummaryUio';
|
|
164
|
+
export * from './KnowledgeFilesByIdsRequestUio';
|
|
147
165
|
export * from './LipsyncUio';
|
|
148
166
|
export * from './ManifestCreateRequestUio';
|
|
149
167
|
export * from './ManifestUio';
|
|
@@ -160,6 +178,7 @@ export * from './ModelDefinitionUio';
|
|
|
160
178
|
export * from './ModelUio';
|
|
161
179
|
export * from './OrganizationEngineUio';
|
|
162
180
|
export * from './OrganizationUio';
|
|
181
|
+
export * from './OrganizationUserUio';
|
|
163
182
|
export * from './PersonaUio';
|
|
164
183
|
export * from './PinRequestUio';
|
|
165
184
|
export * from './PriceConfigurationModelConfigUio';
|
|
@@ -178,9 +197,13 @@ export * from './ProviderUio';
|
|
|
178
197
|
export * from './ProviderValiationRequestUio';
|
|
179
198
|
export * from './RevealTokenRequestUio';
|
|
180
199
|
export * from './RevealTokenResponseUio';
|
|
200
|
+
export * from './RoleCreateRequestUio';
|
|
181
201
|
export * from './RoleUio';
|
|
182
202
|
export * from './S3UploadBodyUio';
|
|
183
203
|
export * from './STTResponseUio';
|
|
204
|
+
export * from './SequenceContentsUio';
|
|
205
|
+
export * from './SequenceCreateRequestUio';
|
|
206
|
+
export * from './SequenceUio';
|
|
184
207
|
export * from './SetTokenRequestUio';
|
|
185
208
|
export * from './SimpleAgentUio';
|
|
186
209
|
export * from './SubscriptionMetricUio';
|
|
@@ -198,6 +221,7 @@ export * from './ToolSecureManifestUio';
|
|
|
198
221
|
export * from './ToolSecureMcpDefinitionUio';
|
|
199
222
|
export * from './ToolSecureMcpUio';
|
|
200
223
|
export * from './ToolSecureUio';
|
|
224
|
+
export * from './ToolUpdateRequestUio';
|
|
201
225
|
export * from './ToolUsedUio';
|
|
202
226
|
export * from './TransactionUio';
|
|
203
227
|
export * from './UpdateConversationTitleRequestUio';
|
package/dist/models/index.js
CHANGED
|
@@ -17,6 +17,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
/* tslint:disable */
|
|
18
18
|
/* eslint-disable */
|
|
19
19
|
__exportStar(require("./AdditionalUio"), exports);
|
|
20
|
+
__exportStar(require("./AdvancedFlowEditorEdgeUio"), exports);
|
|
21
|
+
__exportStar(require("./AdvancedFlowEditorNodePositionUio"), exports);
|
|
22
|
+
__exportStar(require("./AdvancedFlowEditorNodeUio"), exports);
|
|
23
|
+
__exportStar(require("./AdvancedFlowEditorUio"), exports);
|
|
24
|
+
__exportStar(require("./AdvancedFlowEditorUpdateRequestUio"), exports);
|
|
20
25
|
__exportStar(require("./AgentCreatorUio"), exports);
|
|
21
26
|
__exportStar(require("./AgentCreatorUserUio"), exports);
|
|
22
27
|
__exportStar(require("./AgentDuplicateRequestUio"), exports);
|
|
@@ -40,12 +45,15 @@ __exportStar(require("./AgentTypeUio"), exports);
|
|
|
40
45
|
__exportStar(require("./AgentUio"), exports);
|
|
41
46
|
__exportStar(require("./AgentUsageMetricsIdUio"), exports);
|
|
42
47
|
__exportStar(require("./AgentUsageMetricsUio"), exports);
|
|
48
|
+
__exportStar(require("./AnimationCreateRequestUio"), exports);
|
|
49
|
+
__exportStar(require("./AnimationUio"), exports);
|
|
43
50
|
__exportStar(require("./ApiKeyUio"), exports);
|
|
44
51
|
__exportStar(require("./AppChatCreateRequestUio"), exports);
|
|
45
52
|
__exportStar(require("./AppChatCreateResponseUio"), exports);
|
|
46
53
|
__exportStar(require("./AppChatSayRequestUio"), exports);
|
|
47
54
|
__exportStar(require("./AppChatSayResponseUio"), exports);
|
|
48
55
|
__exportStar(require("./AppChatSubmitMessageRequestUio"), exports);
|
|
56
|
+
__exportStar(require("./AppCommandsInnerUio"), exports);
|
|
49
57
|
__exportStar(require("./AppConfigurationUio"), exports);
|
|
50
58
|
__exportStar(require("./AppConfigurationUpdateRequestUio"), exports);
|
|
51
59
|
__exportStar(require("./AppCreateRequestUio"), exports);
|
|
@@ -58,7 +66,6 @@ __exportStar(require("./AppInstancesInnerUio"), exports);
|
|
|
58
66
|
__exportStar(require("./AppLightUio"), exports);
|
|
59
67
|
__exportStar(require("./AppProbeRequestUio"), exports);
|
|
60
68
|
__exportStar(require("./AppProbeResponseUio"), exports);
|
|
61
|
-
__exportStar(require("./AppSequencesInnerUio"), exports);
|
|
62
69
|
__exportStar(require("./AppStatusRequestUio"), exports);
|
|
63
70
|
__exportStar(require("./AppStatusResponseUio"), exports);
|
|
64
71
|
__exportStar(require("./AppStatusUio"), exports);
|
|
@@ -101,8 +108,15 @@ __exportStar(require("./ConfigurationDefaultFillerPhrasesUio"), exports);
|
|
|
101
108
|
__exportStar(require("./ConnectOAuth2Tool200ResponseUio"), exports);
|
|
102
109
|
__exportStar(require("./ContentsToolsUio"), exports);
|
|
103
110
|
__exportStar(require("./ContextUio"), exports);
|
|
104
|
-
__exportStar(require("./
|
|
105
|
-
__exportStar(require("./
|
|
111
|
+
__exportStar(require("./Conversation1Uio"), exports);
|
|
112
|
+
__exportStar(require("./ConversationMessagesInnerFlowNodeEntrypointsUio"), exports);
|
|
113
|
+
__exportStar(require("./ConversationMessagesInnerFlowNodeUio"), exports);
|
|
114
|
+
__exportStar(require("./ConversationMessagesInnerSuggestionsInnerUio"), exports);
|
|
115
|
+
__exportStar(require("./ConversationMessagesInnerUio"), exports);
|
|
116
|
+
__exportStar(require("./ConversationMetricsInnerSourceUio"), exports);
|
|
117
|
+
__exportStar(require("./ConversationMetricsInnerUio"), exports);
|
|
118
|
+
__exportStar(require("./ConversationMetricsInnerValueInnerCostUio"), exports);
|
|
119
|
+
__exportStar(require("./ConversationMetricsInnerValueInnerUio"), exports);
|
|
106
120
|
__exportStar(require("./ConversationSummaryAgentEngineProviderUio"), exports);
|
|
107
121
|
__exportStar(require("./ConversationSummaryAgentEngineUio"), exports);
|
|
108
122
|
__exportStar(require("./ConversationSummaryAgentUio"), exports);
|
|
@@ -133,6 +147,9 @@ __exportStar(require("./FileWithDownloadUrlUio"), exports);
|
|
|
133
147
|
__exportStar(require("./FillersArrayInnerUio"), exports);
|
|
134
148
|
__exportStar(require("./FlowContentsSuggestionUio"), exports);
|
|
135
149
|
__exportStar(require("./FlowContentsUio"), exports);
|
|
150
|
+
__exportStar(require("./FlowEditorNodeUio"), exports);
|
|
151
|
+
__exportStar(require("./FlowEditorUio"), exports);
|
|
152
|
+
__exportStar(require("./FlowEditorUpdateRequestUio"), exports);
|
|
136
153
|
__exportStar(require("./FlowEntrypointsUio"), exports);
|
|
137
154
|
__exportStar(require("./FlowOptionsUio"), exports);
|
|
138
155
|
__exportStar(require("./FlowUio"), exports);
|
|
@@ -162,6 +179,7 @@ __exportStar(require("./KnowledgeBaseUio"), exports);
|
|
|
162
179
|
__exportStar(require("./KnowledgeBaseWithFilesUio"), exports);
|
|
163
180
|
__exportStar(require("./KnowledgeFileSummaryKnowledgeBaseIdUio"), exports);
|
|
164
181
|
__exportStar(require("./KnowledgeFileSummaryUio"), exports);
|
|
182
|
+
__exportStar(require("./KnowledgeFilesByIdsRequestUio"), exports);
|
|
165
183
|
__exportStar(require("./LipsyncUio"), exports);
|
|
166
184
|
__exportStar(require("./ManifestCreateRequestUio"), exports);
|
|
167
185
|
__exportStar(require("./ManifestUio"), exports);
|
|
@@ -178,6 +196,7 @@ __exportStar(require("./ModelDefinitionUio"), exports);
|
|
|
178
196
|
__exportStar(require("./ModelUio"), exports);
|
|
179
197
|
__exportStar(require("./OrganizationEngineUio"), exports);
|
|
180
198
|
__exportStar(require("./OrganizationUio"), exports);
|
|
199
|
+
__exportStar(require("./OrganizationUserUio"), exports);
|
|
181
200
|
__exportStar(require("./PersonaUio"), exports);
|
|
182
201
|
__exportStar(require("./PinRequestUio"), exports);
|
|
183
202
|
__exportStar(require("./PriceConfigurationModelConfigUio"), exports);
|
|
@@ -196,9 +215,13 @@ __exportStar(require("./ProviderUio"), exports);
|
|
|
196
215
|
__exportStar(require("./ProviderValiationRequestUio"), exports);
|
|
197
216
|
__exportStar(require("./RevealTokenRequestUio"), exports);
|
|
198
217
|
__exportStar(require("./RevealTokenResponseUio"), exports);
|
|
218
|
+
__exportStar(require("./RoleCreateRequestUio"), exports);
|
|
199
219
|
__exportStar(require("./RoleUio"), exports);
|
|
200
220
|
__exportStar(require("./S3UploadBodyUio"), exports);
|
|
201
221
|
__exportStar(require("./STTResponseUio"), exports);
|
|
222
|
+
__exportStar(require("./SequenceContentsUio"), exports);
|
|
223
|
+
__exportStar(require("./SequenceCreateRequestUio"), exports);
|
|
224
|
+
__exportStar(require("./SequenceUio"), exports);
|
|
202
225
|
__exportStar(require("./SetTokenRequestUio"), exports);
|
|
203
226
|
__exportStar(require("./SimpleAgentUio"), exports);
|
|
204
227
|
__exportStar(require("./SubscriptionMetricUio"), exports);
|
|
@@ -216,6 +239,7 @@ __exportStar(require("./ToolSecureManifestUio"), exports);
|
|
|
216
239
|
__exportStar(require("./ToolSecureMcpDefinitionUio"), exports);
|
|
217
240
|
__exportStar(require("./ToolSecureMcpUio"), exports);
|
|
218
241
|
__exportStar(require("./ToolSecureUio"), exports);
|
|
242
|
+
__exportStar(require("./ToolUpdateRequestUio"), exports);
|
|
219
243
|
__exportStar(require("./ToolUsedUio"), exports);
|
|
220
244
|
__exportStar(require("./TransactionUio"), exports);
|
|
221
245
|
__exportStar(require("./UpdateConversationTitleRequestUio"), exports);
|