@breign/client 1.0.75 → 1.0.77
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 +75 -4
- package/dist/apis/AppApi.js +174 -7
- 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/AppConfigurationColorsUio.d.ts +68 -0
- package/dist/models/AppConfigurationColorsUio.js +60 -0
- package/dist/models/AppConfigurationLanguageInnerUio.d.ts +38 -0
- package/dist/models/AppConfigurationLanguageInnerUio.js +50 -0
- package/dist/models/AppConfigurationTextIntroIOSViewUio.d.ts +90 -0
- package/dist/models/AppConfigurationTextIntroIOSViewUio.js +62 -0
- package/dist/models/AppConfigurationTextSpeakIOSViewUio.d.ts +82 -0
- package/dist/models/AppConfigurationTextSpeakIOSViewUio.js +60 -0
- package/dist/models/AppConfigurationTextUio.d.ts +40 -0
- package/dist/models/AppConfigurationTextUio.js +52 -0
- package/dist/models/AppConfigurationUio.d.ts +40 -2
- package/dist/models/AppConfigurationUio.js +17 -6
- 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/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 +32 -4
- package/dist/models/index.js +32 -4
- package/dist/openapi.json +1725 -214
- package/package.json +1 -1
- package/dist/models/AppConfigurationUpdateRequestUio.d.ts +0 -33
- package/dist/models/AppConfigurationUpdateRequestUio.js +0 -50
- 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.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,14 +27,21 @@ 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';
|
|
39
|
+
export * from './AppConfigurationColorsUio';
|
|
40
|
+
export * from './AppConfigurationLanguageInnerUio';
|
|
41
|
+
export * from './AppConfigurationTextIntroIOSViewUio';
|
|
42
|
+
export * from './AppConfigurationTextSpeakIOSViewUio';
|
|
43
|
+
export * from './AppConfigurationTextUio';
|
|
31
44
|
export * from './AppConfigurationUio';
|
|
32
|
-
export * from './AppConfigurationUpdateRequestUio';
|
|
33
45
|
export * from './AppCreateRequestUio';
|
|
34
46
|
export * from './AppEphemeralInstancesUio';
|
|
35
47
|
export * from './AppFlowCreateRequestUio';
|
|
@@ -40,7 +52,6 @@ export * from './AppInstancesInnerUio';
|
|
|
40
52
|
export * from './AppLightUio';
|
|
41
53
|
export * from './AppProbeRequestUio';
|
|
42
54
|
export * from './AppProbeResponseUio';
|
|
43
|
-
export * from './AppSequencesInnerUio';
|
|
44
55
|
export * from './AppStatusRequestUio';
|
|
45
56
|
export * from './AppStatusResponseUio';
|
|
46
57
|
export * from './AppStatusUio';
|
|
@@ -83,8 +94,15 @@ export * from './ConfigurationDefaultFillerPhrasesUio';
|
|
|
83
94
|
export * from './ConnectOAuth2Tool200ResponseUio';
|
|
84
95
|
export * from './ContentsToolsUio';
|
|
85
96
|
export * from './ContextUio';
|
|
86
|
-
export * from './
|
|
87
|
-
export * from './
|
|
97
|
+
export * from './Conversation1Uio';
|
|
98
|
+
export * from './ConversationMessagesInnerFlowNodeEntrypointsUio';
|
|
99
|
+
export * from './ConversationMessagesInnerFlowNodeUio';
|
|
100
|
+
export * from './ConversationMessagesInnerSuggestionsInnerUio';
|
|
101
|
+
export * from './ConversationMessagesInnerUio';
|
|
102
|
+
export * from './ConversationMetricsInnerSourceUio';
|
|
103
|
+
export * from './ConversationMetricsInnerUio';
|
|
104
|
+
export * from './ConversationMetricsInnerValueInnerCostUio';
|
|
105
|
+
export * from './ConversationMetricsInnerValueInnerUio';
|
|
88
106
|
export * from './ConversationSummaryAgentEngineProviderUio';
|
|
89
107
|
export * from './ConversationSummaryAgentEngineUio';
|
|
90
108
|
export * from './ConversationSummaryAgentUio';
|
|
@@ -115,6 +133,9 @@ export * from './FileWithDownloadUrlUio';
|
|
|
115
133
|
export * from './FillersArrayInnerUio';
|
|
116
134
|
export * from './FlowContentsSuggestionUio';
|
|
117
135
|
export * from './FlowContentsUio';
|
|
136
|
+
export * from './FlowEditorNodeUio';
|
|
137
|
+
export * from './FlowEditorUio';
|
|
138
|
+
export * from './FlowEditorUpdateRequestUio';
|
|
118
139
|
export * from './FlowEntrypointsUio';
|
|
119
140
|
export * from './FlowOptionsUio';
|
|
120
141
|
export * from './FlowUio';
|
|
@@ -144,6 +165,7 @@ export * from './KnowledgeBaseUio';
|
|
|
144
165
|
export * from './KnowledgeBaseWithFilesUio';
|
|
145
166
|
export * from './KnowledgeFileSummaryKnowledgeBaseIdUio';
|
|
146
167
|
export * from './KnowledgeFileSummaryUio';
|
|
168
|
+
export * from './KnowledgeFilesByIdsRequestUio';
|
|
147
169
|
export * from './LipsyncUio';
|
|
148
170
|
export * from './ManifestCreateRequestUio';
|
|
149
171
|
export * from './ManifestUio';
|
|
@@ -160,6 +182,7 @@ export * from './ModelDefinitionUio';
|
|
|
160
182
|
export * from './ModelUio';
|
|
161
183
|
export * from './OrganizationEngineUio';
|
|
162
184
|
export * from './OrganizationUio';
|
|
185
|
+
export * from './OrganizationUserUio';
|
|
163
186
|
export * from './PersonaUio';
|
|
164
187
|
export * from './PinRequestUio';
|
|
165
188
|
export * from './PriceConfigurationModelConfigUio';
|
|
@@ -178,9 +201,13 @@ export * from './ProviderUio';
|
|
|
178
201
|
export * from './ProviderValiationRequestUio';
|
|
179
202
|
export * from './RevealTokenRequestUio';
|
|
180
203
|
export * from './RevealTokenResponseUio';
|
|
204
|
+
export * from './RoleCreateRequestUio';
|
|
181
205
|
export * from './RoleUio';
|
|
182
206
|
export * from './S3UploadBodyUio';
|
|
183
207
|
export * from './STTResponseUio';
|
|
208
|
+
export * from './SequenceContentsUio';
|
|
209
|
+
export * from './SequenceCreateRequestUio';
|
|
210
|
+
export * from './SequenceUio';
|
|
184
211
|
export * from './SetTokenRequestUio';
|
|
185
212
|
export * from './SimpleAgentUio';
|
|
186
213
|
export * from './SubscriptionMetricUio';
|
|
@@ -198,6 +225,7 @@ export * from './ToolSecureManifestUio';
|
|
|
198
225
|
export * from './ToolSecureMcpDefinitionUio';
|
|
199
226
|
export * from './ToolSecureMcpUio';
|
|
200
227
|
export * from './ToolSecureUio';
|
|
228
|
+
export * from './ToolUpdateRequestUio';
|
|
201
229
|
export * from './ToolUsedUio';
|
|
202
230
|
export * from './TransactionUio';
|
|
203
231
|
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,14 +45,21 @@ __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);
|
|
57
|
+
__exportStar(require("./AppConfigurationColorsUio"), exports);
|
|
58
|
+
__exportStar(require("./AppConfigurationLanguageInnerUio"), exports);
|
|
59
|
+
__exportStar(require("./AppConfigurationTextIntroIOSViewUio"), exports);
|
|
60
|
+
__exportStar(require("./AppConfigurationTextSpeakIOSViewUio"), exports);
|
|
61
|
+
__exportStar(require("./AppConfigurationTextUio"), exports);
|
|
49
62
|
__exportStar(require("./AppConfigurationUio"), exports);
|
|
50
|
-
__exportStar(require("./AppConfigurationUpdateRequestUio"), exports);
|
|
51
63
|
__exportStar(require("./AppCreateRequestUio"), exports);
|
|
52
64
|
__exportStar(require("./AppEphemeralInstancesUio"), exports);
|
|
53
65
|
__exportStar(require("./AppFlowCreateRequestUio"), exports);
|
|
@@ -58,7 +70,6 @@ __exportStar(require("./AppInstancesInnerUio"), exports);
|
|
|
58
70
|
__exportStar(require("./AppLightUio"), exports);
|
|
59
71
|
__exportStar(require("./AppProbeRequestUio"), exports);
|
|
60
72
|
__exportStar(require("./AppProbeResponseUio"), exports);
|
|
61
|
-
__exportStar(require("./AppSequencesInnerUio"), exports);
|
|
62
73
|
__exportStar(require("./AppStatusRequestUio"), exports);
|
|
63
74
|
__exportStar(require("./AppStatusResponseUio"), exports);
|
|
64
75
|
__exportStar(require("./AppStatusUio"), exports);
|
|
@@ -101,8 +112,15 @@ __exportStar(require("./ConfigurationDefaultFillerPhrasesUio"), exports);
|
|
|
101
112
|
__exportStar(require("./ConnectOAuth2Tool200ResponseUio"), exports);
|
|
102
113
|
__exportStar(require("./ContentsToolsUio"), exports);
|
|
103
114
|
__exportStar(require("./ContextUio"), exports);
|
|
104
|
-
__exportStar(require("./
|
|
105
|
-
__exportStar(require("./
|
|
115
|
+
__exportStar(require("./Conversation1Uio"), exports);
|
|
116
|
+
__exportStar(require("./ConversationMessagesInnerFlowNodeEntrypointsUio"), exports);
|
|
117
|
+
__exportStar(require("./ConversationMessagesInnerFlowNodeUio"), exports);
|
|
118
|
+
__exportStar(require("./ConversationMessagesInnerSuggestionsInnerUio"), exports);
|
|
119
|
+
__exportStar(require("./ConversationMessagesInnerUio"), exports);
|
|
120
|
+
__exportStar(require("./ConversationMetricsInnerSourceUio"), exports);
|
|
121
|
+
__exportStar(require("./ConversationMetricsInnerUio"), exports);
|
|
122
|
+
__exportStar(require("./ConversationMetricsInnerValueInnerCostUio"), exports);
|
|
123
|
+
__exportStar(require("./ConversationMetricsInnerValueInnerUio"), exports);
|
|
106
124
|
__exportStar(require("./ConversationSummaryAgentEngineProviderUio"), exports);
|
|
107
125
|
__exportStar(require("./ConversationSummaryAgentEngineUio"), exports);
|
|
108
126
|
__exportStar(require("./ConversationSummaryAgentUio"), exports);
|
|
@@ -133,6 +151,9 @@ __exportStar(require("./FileWithDownloadUrlUio"), exports);
|
|
|
133
151
|
__exportStar(require("./FillersArrayInnerUio"), exports);
|
|
134
152
|
__exportStar(require("./FlowContentsSuggestionUio"), exports);
|
|
135
153
|
__exportStar(require("./FlowContentsUio"), exports);
|
|
154
|
+
__exportStar(require("./FlowEditorNodeUio"), exports);
|
|
155
|
+
__exportStar(require("./FlowEditorUio"), exports);
|
|
156
|
+
__exportStar(require("./FlowEditorUpdateRequestUio"), exports);
|
|
136
157
|
__exportStar(require("./FlowEntrypointsUio"), exports);
|
|
137
158
|
__exportStar(require("./FlowOptionsUio"), exports);
|
|
138
159
|
__exportStar(require("./FlowUio"), exports);
|
|
@@ -162,6 +183,7 @@ __exportStar(require("./KnowledgeBaseUio"), exports);
|
|
|
162
183
|
__exportStar(require("./KnowledgeBaseWithFilesUio"), exports);
|
|
163
184
|
__exportStar(require("./KnowledgeFileSummaryKnowledgeBaseIdUio"), exports);
|
|
164
185
|
__exportStar(require("./KnowledgeFileSummaryUio"), exports);
|
|
186
|
+
__exportStar(require("./KnowledgeFilesByIdsRequestUio"), exports);
|
|
165
187
|
__exportStar(require("./LipsyncUio"), exports);
|
|
166
188
|
__exportStar(require("./ManifestCreateRequestUio"), exports);
|
|
167
189
|
__exportStar(require("./ManifestUio"), exports);
|
|
@@ -178,6 +200,7 @@ __exportStar(require("./ModelDefinitionUio"), exports);
|
|
|
178
200
|
__exportStar(require("./ModelUio"), exports);
|
|
179
201
|
__exportStar(require("./OrganizationEngineUio"), exports);
|
|
180
202
|
__exportStar(require("./OrganizationUio"), exports);
|
|
203
|
+
__exportStar(require("./OrganizationUserUio"), exports);
|
|
181
204
|
__exportStar(require("./PersonaUio"), exports);
|
|
182
205
|
__exportStar(require("./PinRequestUio"), exports);
|
|
183
206
|
__exportStar(require("./PriceConfigurationModelConfigUio"), exports);
|
|
@@ -196,9 +219,13 @@ __exportStar(require("./ProviderUio"), exports);
|
|
|
196
219
|
__exportStar(require("./ProviderValiationRequestUio"), exports);
|
|
197
220
|
__exportStar(require("./RevealTokenRequestUio"), exports);
|
|
198
221
|
__exportStar(require("./RevealTokenResponseUio"), exports);
|
|
222
|
+
__exportStar(require("./RoleCreateRequestUio"), exports);
|
|
199
223
|
__exportStar(require("./RoleUio"), exports);
|
|
200
224
|
__exportStar(require("./S3UploadBodyUio"), exports);
|
|
201
225
|
__exportStar(require("./STTResponseUio"), exports);
|
|
226
|
+
__exportStar(require("./SequenceContentsUio"), exports);
|
|
227
|
+
__exportStar(require("./SequenceCreateRequestUio"), exports);
|
|
228
|
+
__exportStar(require("./SequenceUio"), exports);
|
|
202
229
|
__exportStar(require("./SetTokenRequestUio"), exports);
|
|
203
230
|
__exportStar(require("./SimpleAgentUio"), exports);
|
|
204
231
|
__exportStar(require("./SubscriptionMetricUio"), exports);
|
|
@@ -216,6 +243,7 @@ __exportStar(require("./ToolSecureManifestUio"), exports);
|
|
|
216
243
|
__exportStar(require("./ToolSecureMcpDefinitionUio"), exports);
|
|
217
244
|
__exportStar(require("./ToolSecureMcpUio"), exports);
|
|
218
245
|
__exportStar(require("./ToolSecureUio"), exports);
|
|
246
|
+
__exportStar(require("./ToolUpdateRequestUio"), exports);
|
|
219
247
|
__exportStar(require("./ToolUsedUio"), exports);
|
|
220
248
|
__exportStar(require("./TransactionUio"), exports);
|
|
221
249
|
__exportStar(require("./UpdateConversationTitleRequestUio"), exports);
|