@uipath/agent-sdk 0.1.2 → 1.0.1
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/generated/src/apis/EvalsTenantExecutionApi.d.ts +114 -0
- package/dist/generated/src/apis/ResourcesDesignerApi.d.ts +31 -0
- package/dist/generated/src/apis/index.d.ts +2 -0
- package/dist/generated/src/index.d.ts +3 -0
- package/dist/generated/src/models/AgentAppearance.d.ts +52 -0
- package/dist/generated/src/models/AgentDefinition.d.ts +145 -0
- package/dist/generated/src/models/AgentGuardrailPolicy.d.ts +63 -0
- package/dist/generated/src/models/AgentMemorySetting.d.ts +50 -0
- package/dist/generated/src/models/AgentMemorySettingsDto.d.ts +44 -0
- package/dist/generated/src/models/AgentMetadata.d.ts +45 -0
- package/dist/generated/src/models/AgentSettings.d.ts +71 -0
- package/dist/generated/src/models/AggregatedEvaluatorScoreDto.d.ts +38 -0
- package/dist/generated/src/models/AssertionCompletionMetricsDto.d.ts +56 -0
- package/dist/generated/src/models/AssertionResultDto.d.ts +41 -0
- package/dist/generated/src/models/AssertionRunDto.d.ts +71 -0
- package/dist/generated/src/models/AssertionRunDtoStatus.d.ts +26 -0
- package/dist/generated/src/models/AssertionScoreDto.d.ts +45 -0
- package/dist/generated/src/models/BasicConditionDefinition.d.ts +51 -0
- package/dist/generated/src/models/ByomProperties.d.ts +38 -0
- package/dist/generated/src/models/ChannelType.d.ts +28 -0
- package/dist/generated/src/models/ConditionOperator.d.ts +44 -0
- package/dist/generated/src/models/ConditionSetDefinition.d.ts +33 -0
- package/dist/generated/src/models/ContextDefinition.d.ts +64 -0
- package/dist/generated/src/models/ContextProperty.d.ts +32 -0
- package/dist/generated/src/models/ContextPropertyWithVariant.d.ts +45 -0
- package/dist/generated/src/models/ContextRetrievalMode.d.ts +27 -0
- package/dist/generated/src/models/ContextSettings.d.ts +83 -0
- package/dist/generated/src/models/ContextType.d.ts +26 -0
- package/dist/generated/src/models/ConversationalDisplayMode.d.ts +26 -0
- package/dist/generated/src/models/EscalationChannel.d.ts +102 -0
- package/dist/generated/src/models/EscalationDefinition.d.ts +78 -0
- package/dist/generated/src/models/EscalationTaskTitle.d.ts +40 -0
- package/dist/generated/src/models/EscalationType.d.ts +25 -0
- package/dist/generated/src/models/EvalCompletionMetricsDto.d.ts +56 -0
- package/dist/generated/src/models/EvalResultDto.d.ts +47 -0
- package/dist/generated/src/models/EvalRunDto.d.ts +90 -0
- package/dist/generated/src/models/EvalRunSource.d.ts +25 -0
- package/dist/generated/src/models/EvalRunStatus.d.ts +27 -0
- package/dist/generated/src/models/EvalScoreDto.d.ts +51 -0
- package/dist/generated/src/models/EvalSetMultipleEvaluatorsStartRequest.d.ts +128 -0
- package/dist/generated/src/models/EvalSetRunDto.d.ts +147 -0
- package/dist/generated/src/models/EvalSetRunStatus.d.ts +27 -0
- package/dist/generated/src/models/EvalsAgentSettingsDto.d.ts +50 -0
- package/dist/generated/src/models/EvalsContextDto.d.ts +64 -0
- package/dist/generated/src/models/EvalsContextSettingsDto.d.ts +38 -0
- package/dist/generated/src/models/EvalsEscalationDto.d.ts +44 -0
- package/dist/generated/src/models/EvalsToolDto.d.ts +38 -0
- package/dist/generated/src/models/Evaluation.d.ts +97 -0
- package/dist/generated/src/models/Evaluator.d.ts +68 -0
- package/dist/generated/src/models/FewShotExample.d.ts +44 -0
- package/dist/generated/src/models/GuardrailScope.d.ts +26 -0
- package/dist/generated/src/models/GuardrailSelector.d.ts +39 -0
- package/dist/generated/src/models/LlmModel.d.ts +86 -0
- package/dist/generated/src/models/Message.d.ts +46 -0
- package/dist/generated/src/models/MockConditionDefinition.d.ts +33 -0
- package/dist/generated/src/models/MockDefinition.d.ts +58 -0
- package/dist/generated/src/models/MockOutputDefinition.d.ts +40 -0
- package/dist/generated/src/models/MockOutputItemDefinition.d.ts +32 -0
- package/dist/generated/src/models/MockOutputType.d.ts +26 -0
- package/dist/generated/src/models/ModelSetting.d.ts +44 -0
- package/dist/generated/src/models/ProjectFilesSource.d.ts +25 -0
- package/dist/generated/src/models/Prompt.d.ts +32 -0
- package/dist/generated/src/models/PropertyVariant.d.ts +26 -0
- package/dist/generated/src/models/Recipient.d.ts +57 -0
- package/dist/generated/src/models/RecipientType.d.ts +30 -0
- package/dist/generated/src/models/ResourceDefinition.d.ts +44 -0
- package/dist/generated/src/models/Role.d.ts +28 -0
- package/dist/generated/src/models/RuntimeType.d.ts +26 -0
- package/dist/generated/src/models/ScoreType.d.ts +26 -0
- package/dist/generated/src/models/StartingPrompt.d.ts +44 -0
- package/dist/generated/src/models/TaskTitleType.d.ts +25 -0
- package/dist/generated/src/models/TextToken.d.ts +39 -0
- package/dist/generated/src/models/TextTokenType.d.ts +26 -0
- package/dist/generated/src/models/ToolDefinition.d.ts +85 -0
- package/dist/generated/src/models/ToolSettings.d.ts +50 -0
- package/dist/generated/src/models/ToolToSimulate.d.ts +32 -0
- package/dist/generated/src/models/ToolType.d.ts +36 -0
- package/dist/generated/src/models/VsEscalationProperties.d.ts +44 -0
- package/dist/generated/src/models/index.d.ts +74 -0
- package/dist/generated/src/runtime.d.ts +184 -0
- package/dist/index.js +21560 -3049
- package/dist/src/client-factory.d.ts +16 -0
- package/dist/src/governance.d.ts +25 -0
- package/dist/src/index.d.ts +4 -0
- package/dist/src/types.d.ts +5 -0
- package/package.json +13 -6
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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 FewShotExample
|
|
16
|
+
*/
|
|
17
|
+
export interface FewShotExample {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof FewShotExample
|
|
22
|
+
*/
|
|
23
|
+
input?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof FewShotExample
|
|
28
|
+
*/
|
|
29
|
+
output?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof FewShotExample
|
|
34
|
+
*/
|
|
35
|
+
instructions?: string | null;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the FewShotExample interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfFewShotExample(value: object): value is FewShotExample;
|
|
41
|
+
export declare function FewShotExampleFromJSON(json: any): FewShotExample;
|
|
42
|
+
export declare function FewShotExampleFromJSONTyped(json: any, ignoreDiscriminator: boolean): FewShotExample;
|
|
43
|
+
export declare function FewShotExampleToJSON(json: any): FewShotExample;
|
|
44
|
+
export declare function FewShotExampleToJSONTyped(value?: FewShotExample | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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
|
+
*/
|
|
16
|
+
export declare const GuardrailScope: {
|
|
17
|
+
readonly Agent: "Agent";
|
|
18
|
+
readonly Llm: "Llm";
|
|
19
|
+
readonly Tool: "Tool";
|
|
20
|
+
};
|
|
21
|
+
export type GuardrailScope = typeof GuardrailScope[keyof typeof GuardrailScope];
|
|
22
|
+
export declare function instanceOfGuardrailScope(value: any): boolean;
|
|
23
|
+
export declare function GuardrailScopeFromJSON(json: any): GuardrailScope;
|
|
24
|
+
export declare function GuardrailScopeFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuardrailScope;
|
|
25
|
+
export declare function GuardrailScopeToJSON(value?: GuardrailScope | null): any;
|
|
26
|
+
export declare function GuardrailScopeToJSONTyped(value: any, ignoreDiscriminator: boolean): GuardrailScope;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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 { GuardrailScope } from './GuardrailScope';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GuardrailSelector
|
|
17
|
+
*/
|
|
18
|
+
export interface GuardrailSelector {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Set<GuardrailScope>}
|
|
22
|
+
* @memberof GuardrailSelector
|
|
23
|
+
*/
|
|
24
|
+
scopes: Set<GuardrailScope> | null;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Set<string>}
|
|
28
|
+
* @memberof GuardrailSelector
|
|
29
|
+
*/
|
|
30
|
+
matchNames?: Set<string> | null;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the GuardrailSelector interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfGuardrailSelector(value: object): value is GuardrailSelector;
|
|
36
|
+
export declare function GuardrailSelectorFromJSON(json: any): GuardrailSelector;
|
|
37
|
+
export declare function GuardrailSelectorFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuardrailSelector;
|
|
38
|
+
export declare function GuardrailSelectorToJSON(json: any): GuardrailSelector;
|
|
39
|
+
export declare function GuardrailSelectorToJSONTyped(value?: GuardrailSelector | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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 LlmModel
|
|
16
|
+
*/
|
|
17
|
+
export interface LlmModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LlmModel
|
|
22
|
+
*/
|
|
23
|
+
provider: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LlmModel
|
|
28
|
+
*/
|
|
29
|
+
name: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof LlmModel
|
|
34
|
+
*/
|
|
35
|
+
isPreview: boolean;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof LlmModel
|
|
40
|
+
*/
|
|
41
|
+
isSuggested: boolean;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {boolean}
|
|
45
|
+
* @memberof LlmModel
|
|
46
|
+
*/
|
|
47
|
+
isDeprecated: boolean;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {Date}
|
|
51
|
+
* @memberof LlmModel
|
|
52
|
+
*/
|
|
53
|
+
retireDate?: Date | null;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {boolean}
|
|
57
|
+
* @memberof LlmModel
|
|
58
|
+
*/
|
|
59
|
+
isByo: boolean;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof LlmModel
|
|
64
|
+
*/
|
|
65
|
+
byoModelConnectionId?: string | null;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof LlmModel
|
|
70
|
+
*/
|
|
71
|
+
maxInputTokens?: number | null;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof LlmModel
|
|
76
|
+
*/
|
|
77
|
+
maxTokens?: number | null;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* Check if a given object implements the LlmModel interface.
|
|
81
|
+
*/
|
|
82
|
+
export declare function instanceOfLlmModel(value: object): value is LlmModel;
|
|
83
|
+
export declare function LlmModelFromJSON(json: any): LlmModel;
|
|
84
|
+
export declare function LlmModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): LlmModel;
|
|
85
|
+
export declare function LlmModelToJSON(json: any): LlmModel;
|
|
86
|
+
export declare function LlmModelToJSONTyped(value?: LlmModel | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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 { Role } from './Role';
|
|
13
|
+
import type { TextToken } from './TextToken';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface Message
|
|
18
|
+
*/
|
|
19
|
+
export interface Message {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Role}
|
|
23
|
+
* @memberof Message
|
|
24
|
+
*/
|
|
25
|
+
role?: Role;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof Message
|
|
30
|
+
*/
|
|
31
|
+
content?: string | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<TextToken>}
|
|
35
|
+
* @memberof Message
|
|
36
|
+
*/
|
|
37
|
+
contentTokens?: Array<TextToken> | null;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the Message interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfMessage(value: object): value is Message;
|
|
43
|
+
export declare function MessageFromJSON(json: any): Message;
|
|
44
|
+
export declare function MessageFromJSONTyped(json: any, ignoreDiscriminator: boolean): Message;
|
|
45
|
+
export declare function MessageToJSON(json: any): Message;
|
|
46
|
+
export declare function MessageToJSONTyped(value?: Message | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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 { ConditionSetDefinition } from './ConditionSetDefinition';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface MockConditionDefinition
|
|
17
|
+
*/
|
|
18
|
+
export interface MockConditionDefinition {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<ConditionSetDefinition>}
|
|
22
|
+
* @memberof MockConditionDefinition
|
|
23
|
+
*/
|
|
24
|
+
sets: Array<ConditionSetDefinition> | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the MockConditionDefinition interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfMockConditionDefinition(value: object): value is MockConditionDefinition;
|
|
30
|
+
export declare function MockConditionDefinitionFromJSON(json: any): MockConditionDefinition;
|
|
31
|
+
export declare function MockConditionDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): MockConditionDefinition;
|
|
32
|
+
export declare function MockConditionDefinitionToJSON(json: any): MockConditionDefinition;
|
|
33
|
+
export declare function MockConditionDefinitionToJSONTyped(value?: MockConditionDefinition | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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 { MockConditionDefinition } from './MockConditionDefinition';
|
|
13
|
+
import type { MockOutputDefinition } from './MockOutputDefinition';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface MockDefinition
|
|
18
|
+
*/
|
|
19
|
+
export interface MockDefinition {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof MockDefinition
|
|
24
|
+
*/
|
|
25
|
+
id?: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof MockDefinition
|
|
30
|
+
*/
|
|
31
|
+
name: string | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof MockDefinition
|
|
36
|
+
*/
|
|
37
|
+
version?: number;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {MockConditionDefinition}
|
|
41
|
+
* @memberof MockDefinition
|
|
42
|
+
*/
|
|
43
|
+
conditions: MockConditionDefinition;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {MockOutputDefinition}
|
|
47
|
+
* @memberof MockDefinition
|
|
48
|
+
*/
|
|
49
|
+
output: MockOutputDefinition;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Check if a given object implements the MockDefinition interface.
|
|
53
|
+
*/
|
|
54
|
+
export declare function instanceOfMockDefinition(value: object): value is MockDefinition;
|
|
55
|
+
export declare function MockDefinitionFromJSON(json: any): MockDefinition;
|
|
56
|
+
export declare function MockDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): MockDefinition;
|
|
57
|
+
export declare function MockDefinitionToJSON(json: any): MockDefinition;
|
|
58
|
+
export declare function MockDefinitionToJSONTyped(value?: MockDefinition | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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 { MockOutputItemDefinition } from './MockOutputItemDefinition';
|
|
13
|
+
import type { MockOutputType } from './MockOutputType';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface MockOutputDefinition
|
|
18
|
+
*/
|
|
19
|
+
export interface MockOutputDefinition {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {MockOutputType}
|
|
23
|
+
* @memberof MockOutputDefinition
|
|
24
|
+
*/
|
|
25
|
+
type?: MockOutputType;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<MockOutputItemDefinition>}
|
|
29
|
+
* @memberof MockOutputDefinition
|
|
30
|
+
*/
|
|
31
|
+
items?: Array<MockOutputItemDefinition> | null;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the MockOutputDefinition interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfMockOutputDefinition(value: object): value is MockOutputDefinition;
|
|
37
|
+
export declare function MockOutputDefinitionFromJSON(json: any): MockOutputDefinition;
|
|
38
|
+
export declare function MockOutputDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): MockOutputDefinition;
|
|
39
|
+
export declare function MockOutputDefinitionToJSON(json: any): MockOutputDefinition;
|
|
40
|
+
export declare function MockOutputDefinitionToJSONTyped(value?: MockOutputDefinition | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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 MockOutputItemDefinition
|
|
16
|
+
*/
|
|
17
|
+
export interface MockOutputItemDefinition {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {any}
|
|
21
|
+
* @memberof MockOutputItemDefinition
|
|
22
|
+
*/
|
|
23
|
+
data?: any | null;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the MockOutputItemDefinition interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfMockOutputItemDefinition(value: object): value is MockOutputItemDefinition;
|
|
29
|
+
export declare function MockOutputItemDefinitionFromJSON(json: any): MockOutputItemDefinition;
|
|
30
|
+
export declare function MockOutputItemDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): MockOutputItemDefinition;
|
|
31
|
+
export declare function MockOutputItemDefinitionToJSON(json: any): MockOutputItemDefinition;
|
|
32
|
+
export declare function MockOutputItemDefinitionToJSONTyped(value?: MockOutputItemDefinition | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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
|
+
*/
|
|
16
|
+
export declare const MockOutputType: {
|
|
17
|
+
readonly NUMBER_0: 0;
|
|
18
|
+
readonly NUMBER_1: 1;
|
|
19
|
+
readonly NUMBER_2: 2;
|
|
20
|
+
};
|
|
21
|
+
export type MockOutputType = typeof MockOutputType[keyof typeof MockOutputType];
|
|
22
|
+
export declare function instanceOfMockOutputType(value: any): boolean;
|
|
23
|
+
export declare function MockOutputTypeFromJSON(json: any): MockOutputType;
|
|
24
|
+
export declare function MockOutputTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): MockOutputType;
|
|
25
|
+
export declare function MockOutputTypeToJSON(value?: MockOutputType | null): any;
|
|
26
|
+
export declare function MockOutputTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): MockOutputType;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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 ModelSetting
|
|
16
|
+
*/
|
|
17
|
+
export interface ModelSetting {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ModelSetting
|
|
22
|
+
*/
|
|
23
|
+
id: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ModelSetting
|
|
28
|
+
*/
|
|
29
|
+
modelName: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ModelSetting
|
|
34
|
+
*/
|
|
35
|
+
temperature: string | null;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the ModelSetting interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfModelSetting(value: object): value is ModelSetting;
|
|
41
|
+
export declare function ModelSettingFromJSON(json: any): ModelSetting;
|
|
42
|
+
export declare function ModelSettingFromJSONTyped(json: any, ignoreDiscriminator: boolean): ModelSetting;
|
|
43
|
+
export declare function ModelSettingToJSON(json: any): ModelSetting;
|
|
44
|
+
export declare function ModelSettingToJSONTyped(value?: ModelSetting | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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
|
+
*/
|
|
16
|
+
export declare const ProjectFilesSource: {
|
|
17
|
+
readonly NUMBER_0: 0;
|
|
18
|
+
readonly NUMBER_1: 1;
|
|
19
|
+
};
|
|
20
|
+
export type ProjectFilesSource = typeof ProjectFilesSource[keyof typeof ProjectFilesSource];
|
|
21
|
+
export declare function instanceOfProjectFilesSource(value: any): boolean;
|
|
22
|
+
export declare function ProjectFilesSourceFromJSON(json: any): ProjectFilesSource;
|
|
23
|
+
export declare function ProjectFilesSourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectFilesSource;
|
|
24
|
+
export declare function ProjectFilesSourceToJSON(value?: ProjectFilesSource | null): any;
|
|
25
|
+
export declare function ProjectFilesSourceToJSONTyped(value: any, ignoreDiscriminator: boolean): ProjectFilesSource;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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 Prompt
|
|
16
|
+
*/
|
|
17
|
+
export interface Prompt {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Prompt
|
|
22
|
+
*/
|
|
23
|
+
content?: string | null;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the Prompt interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfPrompt(value: object): value is Prompt;
|
|
29
|
+
export declare function PromptFromJSON(json: any): Prompt;
|
|
30
|
+
export declare function PromptFromJSONTyped(json: any, ignoreDiscriminator: boolean): Prompt;
|
|
31
|
+
export declare function PromptToJSON(json: any): Prompt;
|
|
32
|
+
export declare function PromptToJSONTyped(value?: Prompt | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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
|
+
*/
|
|
16
|
+
export declare const PropertyVariant: {
|
|
17
|
+
readonly Static: "Static";
|
|
18
|
+
readonly Argument: "Argument";
|
|
19
|
+
readonly Dynamic: "Dynamic";
|
|
20
|
+
};
|
|
21
|
+
export type PropertyVariant = typeof PropertyVariant[keyof typeof PropertyVariant];
|
|
22
|
+
export declare function instanceOfPropertyVariant(value: any): boolean;
|
|
23
|
+
export declare function PropertyVariantFromJSON(json: any): PropertyVariant;
|
|
24
|
+
export declare function PropertyVariantFromJSONTyped(json: any, ignoreDiscriminator: boolean): PropertyVariant;
|
|
25
|
+
export declare function PropertyVariantToJSON(value?: PropertyVariant | null): any;
|
|
26
|
+
export declare function PropertyVariantToJSONTyped(value: any, ignoreDiscriminator: boolean): PropertyVariant;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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 { RecipientType } from './RecipientType';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Recipient
|
|
17
|
+
*/
|
|
18
|
+
export interface Recipient {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {RecipientType}
|
|
22
|
+
* @memberof Recipient
|
|
23
|
+
*/
|
|
24
|
+
type?: RecipientType;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof Recipient
|
|
29
|
+
*/
|
|
30
|
+
value?: string | null;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof Recipient
|
|
35
|
+
*/
|
|
36
|
+
displayName?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof Recipient
|
|
41
|
+
*/
|
|
42
|
+
folderPath?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof Recipient
|
|
47
|
+
*/
|
|
48
|
+
assetName?: string | null;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the Recipient interface.
|
|
52
|
+
*/
|
|
53
|
+
export declare function instanceOfRecipient(value: object): value is Recipient;
|
|
54
|
+
export declare function RecipientFromJSON(json: any): Recipient;
|
|
55
|
+
export declare function RecipientFromJSONTyped(json: any, ignoreDiscriminator: boolean): Recipient;
|
|
56
|
+
export declare function RecipientToJSON(json: any): Recipient;
|
|
57
|
+
export declare function RecipientToJSONTyped(value?: Recipient | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UiPath.Agents.Api
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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
|
+
*/
|
|
16
|
+
export declare const RecipientType: {
|
|
17
|
+
readonly Unknown: "Unknown";
|
|
18
|
+
readonly UserId: "UserId";
|
|
19
|
+
readonly GroupId: "GroupId";
|
|
20
|
+
readonly UserEmail: "UserEmail";
|
|
21
|
+
readonly AssetUserEmail: "AssetUserEmail";
|
|
22
|
+
readonly StaticGroupName: "StaticGroupName";
|
|
23
|
+
readonly AssetGroupName: "AssetGroupName";
|
|
24
|
+
};
|
|
25
|
+
export type RecipientType = typeof RecipientType[keyof typeof RecipientType];
|
|
26
|
+
export declare function instanceOfRecipientType(value: any): boolean;
|
|
27
|
+
export declare function RecipientTypeFromJSON(json: any): RecipientType;
|
|
28
|
+
export declare function RecipientTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): RecipientType;
|
|
29
|
+
export declare function RecipientTypeToJSON(value?: RecipientType | null): any;
|
|
30
|
+
export declare function RecipientTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): RecipientType;
|