@aui.io/aui-client 1.2.40 → 2.0.0
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/README.md +108 -2
- package/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/resources/controllerApi/client/Client.d.ts +0 -13
- package/dist/cjs/api/resources/controllerApi/client/Client.js +0 -66
- package/dist/cjs/api/resources/controllerApi/client/requests/CreateTaskRequest.d.ts +1 -0
- package/dist/cjs/api/resources/controllerApi/client/requests/SubmitMessageRequest.d.ts +0 -1
- package/dist/cjs/api/resources/controllerApi/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/types/AgentMetadata.d.ts +6 -0
- package/dist/cjs/api/types/ConstraintTriggerType.d.ts +5 -0
- package/dist/cjs/api/types/ConstraintTriggerType.js +8 -0
- package/dist/cjs/api/types/LatencyMetadata.d.ts +6 -0
- package/dist/cjs/api/types/LatencyUnit.d.ts +7 -0
- package/dist/cjs/api/types/LatencyUnit.js +10 -0
- package/dist/cjs/api/types/OffsetType.d.ts +6 -0
- package/dist/cjs/api/types/OffsetType.js +9 -0
- package/dist/cjs/api/types/OffsetUnit.d.ts +10 -0
- package/dist/cjs/api/types/OffsetUnit.js +13 -0
- package/dist/cjs/api/types/OptionsSearchSelfReviewMethod.d.ts +2 -0
- package/dist/cjs/api/types/OptionsSearchSelfReviewMethod.js +2 -0
- package/dist/cjs/api/types/SimpleViewCondition.d.ts +66 -0
- package/dist/cjs/api/types/SimpleViewCondition.js +3 -0
- package/dist/cjs/api/types/SimpleViewMethod.d.ts +19 -0
- package/dist/cjs/api/types/SimpleViewMethod.js +22 -0
- package/dist/cjs/api/types/SimpleViewOperation.d.ts +48 -0
- package/dist/cjs/api/types/SimpleViewOperation.js +51 -0
- package/dist/cjs/api/types/TaskParameter.d.ts +5 -1
- package/dist/cjs/api/types/TraceDecisionRuleTriggered.d.ts +2 -1
- package/dist/cjs/api/types/TraceDecisionToolTextResponse.d.ts +2 -0
- package/dist/cjs/api/types/TraceEntity.d.ts +4 -1
- package/dist/cjs/api/types/TraceInfo.d.ts +2 -0
- package/dist/cjs/api/types/TraceMcpIntegration.d.ts +2 -0
- package/dist/cjs/api/types/TraceMcpToolCall.d.ts +2 -0
- package/dist/cjs/api/types/TraceReferencedEntity.d.ts +4 -1
- package/dist/cjs/api/types/TraceRuleAction.d.ts +1 -0
- package/dist/cjs/api/types/TraceRuleAction.js +1 -0
- package/dist/cjs/api/types/TraceRuleAskForConfirmation.d.ts +13 -0
- package/dist/cjs/api/types/TraceRuleAskForConfirmation.js +3 -0
- package/dist/cjs/api/types/TraceRuleConditionResult.d.ts +5 -0
- package/dist/cjs/api/types/TraceRuleConditionResult.js +3 -0
- package/dist/cjs/api/types/TraceRuleTriggerEvaluation.d.ts +6 -0
- package/dist/cjs/api/types/TraceRuleTriggerEvaluation.js +3 -0
- package/dist/cjs/api/types/TraceRuleType.d.ts +1 -0
- package/dist/cjs/api/types/TraceRuleType.js +1 -0
- package/dist/cjs/api/types/TraceSelfReviewEntity.d.ts +4 -2
- package/dist/cjs/api/types/index.d.ts +12 -1
- package/dist/cjs/api/types/index.js +12 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/controllerApi/client/Client.d.mts +0 -13
- package/dist/esm/api/resources/controllerApi/client/Client.mjs +0 -66
- package/dist/esm/api/resources/controllerApi/client/requests/CreateTaskRequest.d.mts +1 -0
- package/dist/esm/api/resources/controllerApi/client/requests/SubmitMessageRequest.d.mts +0 -1
- package/dist/esm/api/resources/controllerApi/client/requests/index.d.mts +0 -1
- package/dist/esm/api/types/AgentMetadata.d.mts +6 -0
- package/dist/esm/api/types/ConstraintTriggerType.d.mts +5 -0
- package/dist/esm/api/types/ConstraintTriggerType.mjs +5 -0
- package/dist/esm/api/types/LatencyMetadata.d.mts +6 -0
- package/dist/esm/api/types/LatencyUnit.d.mts +7 -0
- package/dist/esm/api/types/LatencyUnit.mjs +7 -0
- package/dist/esm/api/types/OffsetType.d.mts +6 -0
- package/dist/esm/api/types/OffsetType.mjs +6 -0
- package/dist/esm/api/types/OffsetUnit.d.mts +10 -0
- package/dist/esm/api/types/OffsetUnit.mjs +10 -0
- package/dist/esm/api/types/OptionsSearchSelfReviewMethod.d.mts +2 -0
- package/dist/esm/api/types/OptionsSearchSelfReviewMethod.mjs +2 -0
- package/dist/esm/api/types/SimpleViewCondition.d.mts +66 -0
- package/dist/esm/api/types/SimpleViewCondition.mjs +2 -0
- package/dist/esm/api/types/SimpleViewMethod.d.mts +19 -0
- package/dist/esm/api/types/SimpleViewMethod.mjs +19 -0
- package/dist/esm/api/types/SimpleViewOperation.d.mts +48 -0
- package/dist/esm/api/types/SimpleViewOperation.mjs +48 -0
- package/dist/esm/api/types/TaskParameter.d.mts +5 -1
- package/dist/esm/api/types/TraceDecisionRuleTriggered.d.mts +2 -1
- package/dist/esm/api/types/TraceDecisionToolTextResponse.d.mts +2 -0
- package/dist/esm/api/types/TraceEntity.d.mts +4 -1
- package/dist/esm/api/types/TraceInfo.d.mts +2 -0
- package/dist/esm/api/types/TraceMcpIntegration.d.mts +2 -0
- package/dist/esm/api/types/TraceMcpToolCall.d.mts +2 -0
- package/dist/esm/api/types/TraceReferencedEntity.d.mts +4 -1
- package/dist/esm/api/types/TraceRuleAction.d.mts +1 -0
- package/dist/esm/api/types/TraceRuleAction.mjs +1 -0
- package/dist/esm/api/types/TraceRuleAskForConfirmation.d.mts +13 -0
- package/dist/esm/api/types/TraceRuleAskForConfirmation.mjs +2 -0
- package/dist/esm/api/types/TraceRuleConditionResult.d.mts +5 -0
- package/dist/esm/api/types/TraceRuleConditionResult.mjs +2 -0
- package/dist/esm/api/types/TraceRuleTriggerEvaluation.d.mts +6 -0
- package/dist/esm/api/types/TraceRuleTriggerEvaluation.mjs +2 -0
- package/dist/esm/api/types/TraceRuleType.d.mts +1 -0
- package/dist/esm/api/types/TraceRuleType.mjs +1 -0
- package/dist/esm/api/types/TraceSelfReviewEntity.d.mts +4 -2
- package/dist/esm/api/types/index.d.mts +12 -1
- package/dist/esm/api/types/index.mjs +12 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +0 -51
- package/dist/cjs/api/resources/controllerApi/client/requests/GetProductMetadataRequest.d.ts +0 -9
- package/dist/cjs/api/types/TracSelfReviewSubEntity.d.ts +0 -4
- package/dist/esm/api/resources/controllerApi/client/requests/GetProductMetadataRequest.d.mts +0 -9
- package/dist/esm/api/types/TracSelfReviewSubEntity.d.mts +0 -4
- /package/dist/cjs/api/{resources/controllerApi/client/requests/GetProductMetadataRequest.js → types/AgentMetadata.js} +0 -0
- /package/dist/cjs/api/types/{TracSelfReviewSubEntity.js → LatencyMetadata.js} +0 -0
- /package/dist/esm/api/{resources/controllerApi/client/requests/GetProductMetadataRequest.mjs → types/AgentMetadata.mjs} +0 -0
- /package/dist/esm/api/types/{TracSelfReviewSubEntity.mjs → LatencyMetadata.mjs} +0 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/** Comparison operators a condition may apply to its parameter value (eq, gt, contains, regex, offset/sum variants, etc.). Operator validity per parameter type and per kwarg shape is declared in the OPERATION_* tables below. */
|
|
2
|
+
export declare const SimpleViewOperation: {
|
|
3
|
+
readonly Eq: "eq";
|
|
4
|
+
readonly Neq: "neq";
|
|
5
|
+
readonly Gt: "gt";
|
|
6
|
+
readonly Lt: "lt";
|
|
7
|
+
readonly Gte: "gte";
|
|
8
|
+
readonly Lte: "lte";
|
|
9
|
+
readonly Contains: "contains";
|
|
10
|
+
readonly Exist: "exist";
|
|
11
|
+
readonly AnyHasValue: "any_has_value";
|
|
12
|
+
readonly AllHasValue: "all_has_value";
|
|
13
|
+
readonly About: "about";
|
|
14
|
+
readonly Between: "between";
|
|
15
|
+
readonly WithinLastXDay: "within_last_x_day";
|
|
16
|
+
readonly WithinNextXDay: "within_next_x_day";
|
|
17
|
+
readonly WithinNextXHours: "within_next_x_hours";
|
|
18
|
+
readonly WithinLastXHours: "within_last_x_hours";
|
|
19
|
+
readonly AfterToday: "after_today";
|
|
20
|
+
readonly BeforeToday: "before_today";
|
|
21
|
+
readonly EqualToday: "equal_today";
|
|
22
|
+
readonly NotEqualToday: "not_equal_today";
|
|
23
|
+
readonly NotExist: "not_exist";
|
|
24
|
+
readonly MoreThanNextXDay: "more_than_next_x_day";
|
|
25
|
+
readonly MoreThanLastXDay: "more_than_last_x_day";
|
|
26
|
+
readonly EqRegex: "eq_regex";
|
|
27
|
+
readonly NeqRegex: "neq_regex";
|
|
28
|
+
readonly GtOffset: "gt_offset";
|
|
29
|
+
readonly LteOffset: "lte_offset";
|
|
30
|
+
readonly GteOffset: "gte_offset";
|
|
31
|
+
readonly LtOffset: "lt_offset";
|
|
32
|
+
readonly GtPercentage: "gt_percentage";
|
|
33
|
+
readonly LtPercentage: "lt_percentage";
|
|
34
|
+
readonly LtePercentage: "lte_percentage";
|
|
35
|
+
readonly GtePercentage: "gte_percentage";
|
|
36
|
+
readonly AfterDateOffset: "after_date_offset";
|
|
37
|
+
readonly BeforeDateOffset: "before_date_offset";
|
|
38
|
+
readonly BetweenOffset: "between_offset";
|
|
39
|
+
readonly GtEntitySum: "gt_entity_sum";
|
|
40
|
+
readonly LtEntitySum: "lt_entity_sum";
|
|
41
|
+
readonly GteEntitySum: "gte_entity_sum";
|
|
42
|
+
readonly LteEntitySum: "lte_entity_sum";
|
|
43
|
+
readonly GtSum: "gt_sum";
|
|
44
|
+
readonly LtSum: "lt_sum";
|
|
45
|
+
readonly GteSum: "gte_sum";
|
|
46
|
+
readonly LteSum: "lte_sum";
|
|
47
|
+
};
|
|
48
|
+
export type SimpleViewOperation = (typeof SimpleViewOperation)[keyof typeof SimpleViewOperation];
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Comparison operators a condition may apply to its parameter value (eq, gt, contains, regex, offset/sum variants, etc.). Operator validity per parameter type and per kwarg shape is declared in the OPERATION_* tables below. */
|
|
3
|
+
export const SimpleViewOperation = {
|
|
4
|
+
Eq: "eq",
|
|
5
|
+
Neq: "neq",
|
|
6
|
+
Gt: "gt",
|
|
7
|
+
Lt: "lt",
|
|
8
|
+
Gte: "gte",
|
|
9
|
+
Lte: "lte",
|
|
10
|
+
Contains: "contains",
|
|
11
|
+
Exist: "exist",
|
|
12
|
+
AnyHasValue: "any_has_value",
|
|
13
|
+
AllHasValue: "all_has_value",
|
|
14
|
+
About: "about",
|
|
15
|
+
Between: "between",
|
|
16
|
+
WithinLastXDay: "within_last_x_day",
|
|
17
|
+
WithinNextXDay: "within_next_x_day",
|
|
18
|
+
WithinNextXHours: "within_next_x_hours",
|
|
19
|
+
WithinLastXHours: "within_last_x_hours",
|
|
20
|
+
AfterToday: "after_today",
|
|
21
|
+
BeforeToday: "before_today",
|
|
22
|
+
EqualToday: "equal_today",
|
|
23
|
+
NotEqualToday: "not_equal_today",
|
|
24
|
+
NotExist: "not_exist",
|
|
25
|
+
MoreThanNextXDay: "more_than_next_x_day",
|
|
26
|
+
MoreThanLastXDay: "more_than_last_x_day",
|
|
27
|
+
EqRegex: "eq_regex",
|
|
28
|
+
NeqRegex: "neq_regex",
|
|
29
|
+
GtOffset: "gt_offset",
|
|
30
|
+
LteOffset: "lte_offset",
|
|
31
|
+
GteOffset: "gte_offset",
|
|
32
|
+
LtOffset: "lt_offset",
|
|
33
|
+
GtPercentage: "gt_percentage",
|
|
34
|
+
LtPercentage: "lt_percentage",
|
|
35
|
+
LtePercentage: "lte_percentage",
|
|
36
|
+
GtePercentage: "gte_percentage",
|
|
37
|
+
AfterDateOffset: "after_date_offset",
|
|
38
|
+
BeforeDateOffset: "before_date_offset",
|
|
39
|
+
BetweenOffset: "between_offset",
|
|
40
|
+
GtEntitySum: "gt_entity_sum",
|
|
41
|
+
LtEntitySum: "lt_entity_sum",
|
|
42
|
+
GteEntitySum: "gte_entity_sum",
|
|
43
|
+
LteEntitySum: "lte_entity_sum",
|
|
44
|
+
GtSum: "gt_sum",
|
|
45
|
+
LtSum: "lt_sum",
|
|
46
|
+
GteSum: "gte_sum",
|
|
47
|
+
LteSum: "lte_sum",
|
|
48
|
+
};
|
|
@@ -10,11 +10,15 @@ export interface TaskParameter {
|
|
|
10
10
|
is_anchor?: boolean;
|
|
11
11
|
is_value_filled?: boolean;
|
|
12
12
|
is_visible?: boolean;
|
|
13
|
+
is_exist_param?: boolean;
|
|
13
14
|
param_type?: Apollo.ParameterType;
|
|
14
15
|
code?: string;
|
|
15
16
|
}
|
|
16
17
|
export declare namespace TaskParameter {
|
|
17
|
-
|
|
18
|
+
/**
|
|
19
|
+
* Value to compare against. Can be a literal (string, number, boolean).
|
|
20
|
+
*/
|
|
21
|
+
type Value = string | number | number | boolean | unknown[] | Record<string, unknown>;
|
|
18
22
|
type ValueHistory = ValueHistory.Item[];
|
|
19
23
|
namespace ValueHistory {
|
|
20
24
|
type Item = Apollo.TaskParameterValue | Apollo.TaskParameterRangeValue;
|
|
@@ -4,7 +4,8 @@ export interface TraceDecisionRuleTriggered {
|
|
|
4
4
|
tool: string;
|
|
5
5
|
rule: TraceDecisionRuleTriggered.Rule;
|
|
6
6
|
track_id?: string;
|
|
7
|
+
trigger_type?: Apollo.ConstraintTriggerType;
|
|
7
8
|
}
|
|
8
9
|
export declare namespace TraceDecisionRuleTriggered {
|
|
9
|
-
type Rule = Apollo.
|
|
10
|
+
type Rule = Apollo.TraceRuleAskForConfirmation | Apollo.TraceRuleParamsMissing | Apollo.TraceRuleMissingInfo | Apollo.TraceRuleBase;
|
|
10
11
|
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import type * as Apollo from "../index.mjs";
|
|
2
2
|
export interface TraceEntity {
|
|
3
3
|
entity: string;
|
|
4
|
-
identifier?:
|
|
4
|
+
identifier?: TraceEntity.Identifier;
|
|
5
5
|
reference?: string;
|
|
6
6
|
source: Apollo.TraceEntitySource;
|
|
7
7
|
params?: Record<string, unknown>;
|
|
8
8
|
sub_entities?: Apollo.TraceSubEntity[];
|
|
9
9
|
}
|
|
10
|
+
export declare namespace TraceEntity {
|
|
11
|
+
type Identifier = string | number;
|
|
12
|
+
}
|
|
@@ -8,6 +8,8 @@ export interface TraceInfo {
|
|
|
8
8
|
understanding?: Apollo.TraceUnderstanding;
|
|
9
9
|
decisions?: TraceInfo.Decisions.Item[];
|
|
10
10
|
response: Apollo.TraceResponse;
|
|
11
|
+
rules_evaluations?: Apollo.TraceRuleTriggerEvaluation[];
|
|
12
|
+
latency?: Apollo.LatencyMetadata;
|
|
11
13
|
}
|
|
12
14
|
export declare namespace TraceInfo {
|
|
13
15
|
type Decisions = Decisions.Item[];
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export interface TraceReferencedEntity {
|
|
2
2
|
entity: string;
|
|
3
|
-
identifier?:
|
|
3
|
+
identifier?: TraceReferencedEntity.Identifier;
|
|
4
4
|
reference?: string;
|
|
5
5
|
is_visible: boolean;
|
|
6
6
|
}
|
|
7
|
+
export declare namespace TraceReferencedEntity {
|
|
8
|
+
type Identifier = string | number;
|
|
9
|
+
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
export declare const TraceRuleAction: {
|
|
3
3
|
readonly AddRequiredParam: "ADD_REQUIRED_PARAM";
|
|
4
4
|
readonly AskAQuestion: "ASK_A_QUESTION";
|
|
5
|
+
readonly AskForConfirmation: "ASK_FOR_CONFIRMATION";
|
|
5
6
|
readonly Block: "BLOCK";
|
|
6
7
|
readonly PartialBlock: "PARTIAL_BLOCK";
|
|
7
8
|
readonly Text: "TEXT";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as Apollo from "../index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Constraint rule with QUERY-derived preview; only this rule subtype carries confirmation_preview.
|
|
4
|
+
*/
|
|
5
|
+
export interface TraceRuleAskForConfirmation {
|
|
6
|
+
type: Apollo.TraceRuleType;
|
|
7
|
+
action?: "ASK_FOR_CONFIRMATION";
|
|
8
|
+
reason?: string;
|
|
9
|
+
params_added?: Record<string, unknown>;
|
|
10
|
+
excluded_entities?: string[];
|
|
11
|
+
code?: string;
|
|
12
|
+
confirmation_preview?: Record<string, unknown>[];
|
|
13
|
+
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type * as Apollo from "../index.mjs";
|
|
2
2
|
export interface TraceSelfReviewEntity {
|
|
3
3
|
entity: string;
|
|
4
|
-
identifier?:
|
|
4
|
+
identifier?: TraceSelfReviewEntity.Identifier;
|
|
5
5
|
reference?: string;
|
|
6
|
-
sub_entities?: Apollo.TracSelfReviewSubEntity[];
|
|
7
6
|
self_review?: Apollo.TraceSelfReviewSection;
|
|
8
7
|
is_visible: boolean;
|
|
9
8
|
}
|
|
9
|
+
export declare namespace TraceSelfReviewEntity {
|
|
10
|
+
type Identifier = string | number;
|
|
11
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * from "./Actor.mjs";
|
|
2
|
+
export * from "./AgentMetadata.mjs";
|
|
2
3
|
export * from "./Card.mjs";
|
|
3
4
|
export * from "./CardParameter.mjs";
|
|
5
|
+
export * from "./ConstraintTriggerType.mjs";
|
|
4
6
|
export * from "./Context.mjs";
|
|
5
7
|
export * from "./CreateTaskResponse.mjs";
|
|
6
8
|
export * from "./CreateTopicRequestBody.mjs";
|
|
@@ -11,12 +13,16 @@ export * from "./EntityItemSubEntityItem.mjs";
|
|
|
11
13
|
export * from "./ErrorMessagePayload.mjs";
|
|
12
14
|
export * from "./FinalMessagePayload.mjs";
|
|
13
15
|
export * from "./HttpValidationError.mjs";
|
|
16
|
+
export * from "./LatencyMetadata.mjs";
|
|
17
|
+
export * from "./LatencyUnit.mjs";
|
|
14
18
|
export * from "./ListTasksResponse.mjs";
|
|
15
19
|
export * from "./Message.mjs";
|
|
16
20
|
export * from "./MessageCardParameter.mjs";
|
|
17
21
|
export * from "./MessageCardSubEntity.mjs";
|
|
18
22
|
export * from "./MessageCardSubEntityItem.mjs";
|
|
19
23
|
export * from "./MessageContactParty.mjs";
|
|
24
|
+
export * from "./OffsetType.mjs";
|
|
25
|
+
export * from "./OffsetUnit.mjs";
|
|
20
26
|
export * from "./OptionsSearchSelfReviewMethod.mjs";
|
|
21
27
|
export * from "./ParameterPresenceLevel.mjs";
|
|
22
28
|
export * from "./ParameterSource.mjs";
|
|
@@ -26,6 +32,9 @@ export * from "./ProductParameter.mjs";
|
|
|
26
32
|
export * from "./RecordOriginType.mjs";
|
|
27
33
|
export * from "./RecordScope.mjs";
|
|
28
34
|
export * from "./RecordScopeType.mjs";
|
|
35
|
+
export * from "./SimpleViewCondition.mjs";
|
|
36
|
+
export * from "./SimpleViewMethod.mjs";
|
|
37
|
+
export * from "./SimpleViewOperation.mjs";
|
|
29
38
|
export * from "./Source.mjs";
|
|
30
39
|
export * from "./StreamingUpdatePayload.mjs";
|
|
31
40
|
export * from "./TaskInteractionFacetsTaskParametersMatchGroup.mjs";
|
|
@@ -75,9 +84,12 @@ export * from "./TraceResponse.mjs";
|
|
|
75
84
|
export * from "./TraceResponseType.mjs";
|
|
76
85
|
export * from "./TraceRestIntegration.mjs";
|
|
77
86
|
export * from "./TraceRuleAction.mjs";
|
|
87
|
+
export * from "./TraceRuleAskForConfirmation.mjs";
|
|
78
88
|
export * from "./TraceRuleBase.mjs";
|
|
89
|
+
export * from "./TraceRuleConditionResult.mjs";
|
|
79
90
|
export * from "./TraceRuleMissingInfo.mjs";
|
|
80
91
|
export * from "./TraceRuleParamsMissing.mjs";
|
|
92
|
+
export * from "./TraceRuleTriggerEvaluation.mjs";
|
|
81
93
|
export * from "./TraceRuleType.mjs";
|
|
82
94
|
export * from "./TraceSelfReviewEntity.mjs";
|
|
83
95
|
export * from "./TraceSelfReviewSection.mjs";
|
|
@@ -85,7 +97,6 @@ export * from "./TraceSubEntity.mjs";
|
|
|
85
97
|
export * from "./TraceTrigger.mjs";
|
|
86
98
|
export * from "./TraceTriggerType.mjs";
|
|
87
99
|
export * from "./TraceUnderstanding.mjs";
|
|
88
|
-
export * from "./TracSelfReviewSubEntity.mjs";
|
|
89
100
|
export * from "./UserMessagePayload.mjs";
|
|
90
101
|
export * from "./ValidationError.mjs";
|
|
91
102
|
export * from "./VectorSearchTaskInteractionQaAnswerScoreLabel.mjs";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * from "./Actor.mjs";
|
|
2
|
+
export * from "./AgentMetadata.mjs";
|
|
2
3
|
export * from "./Card.mjs";
|
|
3
4
|
export * from "./CardParameter.mjs";
|
|
5
|
+
export * from "./ConstraintTriggerType.mjs";
|
|
4
6
|
export * from "./Context.mjs";
|
|
5
7
|
export * from "./CreateTaskResponse.mjs";
|
|
6
8
|
export * from "./CreateTopicRequestBody.mjs";
|
|
@@ -11,12 +13,16 @@ export * from "./EntityItemSubEntityItem.mjs";
|
|
|
11
13
|
export * from "./ErrorMessagePayload.mjs";
|
|
12
14
|
export * from "./FinalMessagePayload.mjs";
|
|
13
15
|
export * from "./HttpValidationError.mjs";
|
|
16
|
+
export * from "./LatencyMetadata.mjs";
|
|
17
|
+
export * from "./LatencyUnit.mjs";
|
|
14
18
|
export * from "./ListTasksResponse.mjs";
|
|
15
19
|
export * from "./Message.mjs";
|
|
16
20
|
export * from "./MessageCardParameter.mjs";
|
|
17
21
|
export * from "./MessageCardSubEntity.mjs";
|
|
18
22
|
export * from "./MessageCardSubEntityItem.mjs";
|
|
19
23
|
export * from "./MessageContactParty.mjs";
|
|
24
|
+
export * from "./OffsetType.mjs";
|
|
25
|
+
export * from "./OffsetUnit.mjs";
|
|
20
26
|
export * from "./OptionsSearchSelfReviewMethod.mjs";
|
|
21
27
|
export * from "./ParameterPresenceLevel.mjs";
|
|
22
28
|
export * from "./ParameterSource.mjs";
|
|
@@ -26,6 +32,9 @@ export * from "./ProductParameter.mjs";
|
|
|
26
32
|
export * from "./RecordOriginType.mjs";
|
|
27
33
|
export * from "./RecordScope.mjs";
|
|
28
34
|
export * from "./RecordScopeType.mjs";
|
|
35
|
+
export * from "./SimpleViewCondition.mjs";
|
|
36
|
+
export * from "./SimpleViewMethod.mjs";
|
|
37
|
+
export * from "./SimpleViewOperation.mjs";
|
|
29
38
|
export * from "./Source.mjs";
|
|
30
39
|
export * from "./StreamingUpdatePayload.mjs";
|
|
31
40
|
export * from "./TaskInteractionFacetsTaskParametersMatchGroup.mjs";
|
|
@@ -75,9 +84,12 @@ export * from "./TraceResponse.mjs";
|
|
|
75
84
|
export * from "./TraceResponseType.mjs";
|
|
76
85
|
export * from "./TraceRestIntegration.mjs";
|
|
77
86
|
export * from "./TraceRuleAction.mjs";
|
|
87
|
+
export * from "./TraceRuleAskForConfirmation.mjs";
|
|
78
88
|
export * from "./TraceRuleBase.mjs";
|
|
89
|
+
export * from "./TraceRuleConditionResult.mjs";
|
|
79
90
|
export * from "./TraceRuleMissingInfo.mjs";
|
|
80
91
|
export * from "./TraceRuleParamsMissing.mjs";
|
|
92
|
+
export * from "./TraceRuleTriggerEvaluation.mjs";
|
|
81
93
|
export * from "./TraceRuleType.mjs";
|
|
82
94
|
export * from "./TraceSelfReviewEntity.mjs";
|
|
83
95
|
export * from "./TraceSelfReviewSection.mjs";
|
|
@@ -85,7 +97,6 @@ export * from "./TraceSubEntity.mjs";
|
|
|
85
97
|
export * from "./TraceTrigger.mjs";
|
|
86
98
|
export * from "./TraceTriggerType.mjs";
|
|
87
99
|
export * from "./TraceUnderstanding.mjs";
|
|
88
|
-
export * from "./TracSelfReviewSubEntity.mjs";
|
|
89
100
|
export * from "./UserMessagePayload.mjs";
|
|
90
101
|
export * from "./ValidationError.mjs";
|
|
91
102
|
export * from "./VectorSearchTaskInteractionQaAnswerScoreLabel.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "
|
|
1
|
+
export declare const SDK_VERSION = "2.0.0";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "
|
|
1
|
+
export const SDK_VERSION = "2.0.0";
|
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -253,57 +253,6 @@ await client.controllerApi.sendMessage({
|
|
|
253
253
|
</dl>
|
|
254
254
|
|
|
255
255
|
|
|
256
|
-
</dd>
|
|
257
|
-
</dl>
|
|
258
|
-
</details>
|
|
259
|
-
|
|
260
|
-
<details><summary><code>client.controllerApi.<a href="/src/api/resources/controllerApi/client/Client.ts">getProductMetadata</a>({ ...params }) -> Record<string, unknown></code></summary>
|
|
261
|
-
<dl>
|
|
262
|
-
<dd>
|
|
263
|
-
|
|
264
|
-
#### 🔌 Usage
|
|
265
|
-
|
|
266
|
-
<dl>
|
|
267
|
-
<dd>
|
|
268
|
-
|
|
269
|
-
<dl>
|
|
270
|
-
<dd>
|
|
271
|
-
|
|
272
|
-
```typescript
|
|
273
|
-
await client.controllerApi.getProductMetadata({
|
|
274
|
-
link: "link"
|
|
275
|
-
});
|
|
276
|
-
|
|
277
|
-
```
|
|
278
|
-
</dd>
|
|
279
|
-
</dl>
|
|
280
|
-
</dd>
|
|
281
|
-
</dl>
|
|
282
|
-
|
|
283
|
-
#### ⚙️ Parameters
|
|
284
|
-
|
|
285
|
-
<dl>
|
|
286
|
-
<dd>
|
|
287
|
-
|
|
288
|
-
<dl>
|
|
289
|
-
<dd>
|
|
290
|
-
|
|
291
|
-
**request:** `Apollo.GetProductMetadataRequest`
|
|
292
|
-
|
|
293
|
-
</dd>
|
|
294
|
-
</dl>
|
|
295
|
-
|
|
296
|
-
<dl>
|
|
297
|
-
<dd>
|
|
298
|
-
|
|
299
|
-
**requestOptions:** `ControllerApi.RequestOptions`
|
|
300
|
-
|
|
301
|
-
</dd>
|
|
302
|
-
</dl>
|
|
303
|
-
</dd>
|
|
304
|
-
</dl>
|
|
305
|
-
|
|
306
|
-
|
|
307
256
|
</dd>
|
|
308
257
|
</dl>
|
|
309
258
|
</details>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|