@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.
Files changed (105) hide show
  1. package/README.md +108 -2
  2. package/dist/cjs/Client.js +2 -2
  3. package/dist/cjs/api/resources/controllerApi/client/Client.d.ts +0 -13
  4. package/dist/cjs/api/resources/controllerApi/client/Client.js +0 -66
  5. package/dist/cjs/api/resources/controllerApi/client/requests/CreateTaskRequest.d.ts +1 -0
  6. package/dist/cjs/api/resources/controllerApi/client/requests/SubmitMessageRequest.d.ts +0 -1
  7. package/dist/cjs/api/resources/controllerApi/client/requests/index.d.ts +0 -1
  8. package/dist/cjs/api/types/AgentMetadata.d.ts +6 -0
  9. package/dist/cjs/api/types/ConstraintTriggerType.d.ts +5 -0
  10. package/dist/cjs/api/types/ConstraintTriggerType.js +8 -0
  11. package/dist/cjs/api/types/LatencyMetadata.d.ts +6 -0
  12. package/dist/cjs/api/types/LatencyUnit.d.ts +7 -0
  13. package/dist/cjs/api/types/LatencyUnit.js +10 -0
  14. package/dist/cjs/api/types/OffsetType.d.ts +6 -0
  15. package/dist/cjs/api/types/OffsetType.js +9 -0
  16. package/dist/cjs/api/types/OffsetUnit.d.ts +10 -0
  17. package/dist/cjs/api/types/OffsetUnit.js +13 -0
  18. package/dist/cjs/api/types/OptionsSearchSelfReviewMethod.d.ts +2 -0
  19. package/dist/cjs/api/types/OptionsSearchSelfReviewMethod.js +2 -0
  20. package/dist/cjs/api/types/SimpleViewCondition.d.ts +66 -0
  21. package/dist/cjs/api/types/SimpleViewCondition.js +3 -0
  22. package/dist/cjs/api/types/SimpleViewMethod.d.ts +19 -0
  23. package/dist/cjs/api/types/SimpleViewMethod.js +22 -0
  24. package/dist/cjs/api/types/SimpleViewOperation.d.ts +48 -0
  25. package/dist/cjs/api/types/SimpleViewOperation.js +51 -0
  26. package/dist/cjs/api/types/TaskParameter.d.ts +5 -1
  27. package/dist/cjs/api/types/TraceDecisionRuleTriggered.d.ts +2 -1
  28. package/dist/cjs/api/types/TraceDecisionToolTextResponse.d.ts +2 -0
  29. package/dist/cjs/api/types/TraceEntity.d.ts +4 -1
  30. package/dist/cjs/api/types/TraceInfo.d.ts +2 -0
  31. package/dist/cjs/api/types/TraceMcpIntegration.d.ts +2 -0
  32. package/dist/cjs/api/types/TraceMcpToolCall.d.ts +2 -0
  33. package/dist/cjs/api/types/TraceReferencedEntity.d.ts +4 -1
  34. package/dist/cjs/api/types/TraceRuleAction.d.ts +1 -0
  35. package/dist/cjs/api/types/TraceRuleAction.js +1 -0
  36. package/dist/cjs/api/types/TraceRuleAskForConfirmation.d.ts +13 -0
  37. package/dist/cjs/api/types/TraceRuleAskForConfirmation.js +3 -0
  38. package/dist/cjs/api/types/TraceRuleConditionResult.d.ts +5 -0
  39. package/dist/cjs/api/types/TraceRuleConditionResult.js +3 -0
  40. package/dist/cjs/api/types/TraceRuleTriggerEvaluation.d.ts +6 -0
  41. package/dist/cjs/api/types/TraceRuleTriggerEvaluation.js +3 -0
  42. package/dist/cjs/api/types/TraceRuleType.d.ts +1 -0
  43. package/dist/cjs/api/types/TraceRuleType.js +1 -0
  44. package/dist/cjs/api/types/TraceSelfReviewEntity.d.ts +4 -2
  45. package/dist/cjs/api/types/index.d.ts +12 -1
  46. package/dist/cjs/api/types/index.js +12 -1
  47. package/dist/cjs/version.d.ts +1 -1
  48. package/dist/cjs/version.js +1 -1
  49. package/dist/esm/Client.mjs +2 -2
  50. package/dist/esm/api/resources/controllerApi/client/Client.d.mts +0 -13
  51. package/dist/esm/api/resources/controllerApi/client/Client.mjs +0 -66
  52. package/dist/esm/api/resources/controllerApi/client/requests/CreateTaskRequest.d.mts +1 -0
  53. package/dist/esm/api/resources/controllerApi/client/requests/SubmitMessageRequest.d.mts +0 -1
  54. package/dist/esm/api/resources/controllerApi/client/requests/index.d.mts +0 -1
  55. package/dist/esm/api/types/AgentMetadata.d.mts +6 -0
  56. package/dist/esm/api/types/ConstraintTriggerType.d.mts +5 -0
  57. package/dist/esm/api/types/ConstraintTriggerType.mjs +5 -0
  58. package/dist/esm/api/types/LatencyMetadata.d.mts +6 -0
  59. package/dist/esm/api/types/LatencyUnit.d.mts +7 -0
  60. package/dist/esm/api/types/LatencyUnit.mjs +7 -0
  61. package/dist/esm/api/types/OffsetType.d.mts +6 -0
  62. package/dist/esm/api/types/OffsetType.mjs +6 -0
  63. package/dist/esm/api/types/OffsetUnit.d.mts +10 -0
  64. package/dist/esm/api/types/OffsetUnit.mjs +10 -0
  65. package/dist/esm/api/types/OptionsSearchSelfReviewMethod.d.mts +2 -0
  66. package/dist/esm/api/types/OptionsSearchSelfReviewMethod.mjs +2 -0
  67. package/dist/esm/api/types/SimpleViewCondition.d.mts +66 -0
  68. package/dist/esm/api/types/SimpleViewCondition.mjs +2 -0
  69. package/dist/esm/api/types/SimpleViewMethod.d.mts +19 -0
  70. package/dist/esm/api/types/SimpleViewMethod.mjs +19 -0
  71. package/dist/esm/api/types/SimpleViewOperation.d.mts +48 -0
  72. package/dist/esm/api/types/SimpleViewOperation.mjs +48 -0
  73. package/dist/esm/api/types/TaskParameter.d.mts +5 -1
  74. package/dist/esm/api/types/TraceDecisionRuleTriggered.d.mts +2 -1
  75. package/dist/esm/api/types/TraceDecisionToolTextResponse.d.mts +2 -0
  76. package/dist/esm/api/types/TraceEntity.d.mts +4 -1
  77. package/dist/esm/api/types/TraceInfo.d.mts +2 -0
  78. package/dist/esm/api/types/TraceMcpIntegration.d.mts +2 -0
  79. package/dist/esm/api/types/TraceMcpToolCall.d.mts +2 -0
  80. package/dist/esm/api/types/TraceReferencedEntity.d.mts +4 -1
  81. package/dist/esm/api/types/TraceRuleAction.d.mts +1 -0
  82. package/dist/esm/api/types/TraceRuleAction.mjs +1 -0
  83. package/dist/esm/api/types/TraceRuleAskForConfirmation.d.mts +13 -0
  84. package/dist/esm/api/types/TraceRuleAskForConfirmation.mjs +2 -0
  85. package/dist/esm/api/types/TraceRuleConditionResult.d.mts +5 -0
  86. package/dist/esm/api/types/TraceRuleConditionResult.mjs +2 -0
  87. package/dist/esm/api/types/TraceRuleTriggerEvaluation.d.mts +6 -0
  88. package/dist/esm/api/types/TraceRuleTriggerEvaluation.mjs +2 -0
  89. package/dist/esm/api/types/TraceRuleType.d.mts +1 -0
  90. package/dist/esm/api/types/TraceRuleType.mjs +1 -0
  91. package/dist/esm/api/types/TraceSelfReviewEntity.d.mts +4 -2
  92. package/dist/esm/api/types/index.d.mts +12 -1
  93. package/dist/esm/api/types/index.mjs +12 -1
  94. package/dist/esm/version.d.mts +1 -1
  95. package/dist/esm/version.mjs +1 -1
  96. package/package.json +1 -1
  97. package/reference.md +0 -51
  98. package/dist/cjs/api/resources/controllerApi/client/requests/GetProductMetadataRequest.d.ts +0 -9
  99. package/dist/cjs/api/types/TracSelfReviewSubEntity.d.ts +0 -4
  100. package/dist/esm/api/resources/controllerApi/client/requests/GetProductMetadataRequest.d.mts +0 -9
  101. package/dist/esm/api/types/TracSelfReviewSubEntity.d.mts +0 -4
  102. /package/dist/cjs/api/{resources/controllerApi/client/requests/GetProductMetadataRequest.js → types/AgentMetadata.js} +0 -0
  103. /package/dist/cjs/api/types/{TracSelfReviewSubEntity.js → LatencyMetadata.js} +0 -0
  104. /package/dist/esm/api/{resources/controllerApi/client/requests/GetProductMetadataRequest.mjs → types/AgentMetadata.mjs} +0 -0
  105. /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
- type Value = Apollo.TaskParameterValue | Apollo.TaskParameterRangeValue;
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.TraceRuleBase | Apollo.TraceRuleParamsMissing | Apollo.TraceRuleMissingInfo;
10
+ type Rule = Apollo.TraceRuleAskForConfirmation | Apollo.TraceRuleParamsMissing | Apollo.TraceRuleMissingInfo | Apollo.TraceRuleBase;
10
11
  }
@@ -4,7 +4,9 @@ export interface TraceDecisionToolTextResponse {
4
4
  tool: string;
5
5
  status: string;
6
6
  text?: string;
7
+ fail_reason?: string;
7
8
  track_id?: string;
8
9
  tone_of_voice?: string;
9
10
  brevity?: string;
11
+ questions?: string[];
10
12
  }
@@ -1,9 +1,12 @@
1
1
  import type * as Apollo from "../index.mjs";
2
2
  export interface TraceEntity {
3
3
  entity: string;
4
- identifier?: string;
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[];
@@ -8,4 +8,6 @@ export interface TraceMcpIntegration {
8
8
  name: string;
9
9
  completion: string;
10
10
  tool_calls?: Apollo.TraceMcpToolCall[];
11
+ status?: string;
12
+ latency?: Apollo.LatencyMetadata;
11
13
  }
@@ -1,6 +1,8 @@
1
+ import type * as Apollo from "../index.mjs";
1
2
  export interface TraceMcpToolCall {
2
3
  tool_name: string;
3
4
  request_parameters?: Record<string, unknown>;
4
5
  response?: unknown;
5
6
  is_error?: boolean;
7
+ latency?: Apollo.LatencyMetadata;
6
8
  }
@@ -1,6 +1,9 @@
1
1
  export interface TraceReferencedEntity {
2
2
  entity: string;
3
- identifier?: string;
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";
@@ -3,6 +3,7 @@
3
3
  export const TraceRuleAction = {
4
4
  AddRequiredParam: "ADD_REQUIRED_PARAM",
5
5
  AskAQuestion: "ASK_A_QUESTION",
6
+ AskForConfirmation: "ASK_FOR_CONFIRMATION",
6
7
  Block: "BLOCK",
7
8
  PartialBlock: "PARTIAL_BLOCK",
8
9
  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
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,5 @@
1
+ import type * as Apollo from "../index.mjs";
2
+ export interface TraceRuleConditionResult {
3
+ condition: Apollo.SimpleViewCondition;
4
+ passed: boolean;
5
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,6 @@
1
+ import type * as Apollo from "../index.mjs";
2
+ export interface TraceRuleTriggerEvaluation {
3
+ code: string;
4
+ triggered: boolean;
5
+ reason?: Apollo.TraceRuleConditionResult[];
6
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -6,5 +6,6 @@ export declare const TraceRuleType: {
6
6
  readonly Success: "success";
7
7
  readonly Fail: "fail";
8
8
  readonly Block: "block";
9
+ readonly Confirmation: "confirmation";
9
10
  };
10
11
  export type TraceRuleType = (typeof TraceRuleType)[keyof typeof TraceRuleType];
@@ -7,4 +7,5 @@ export const TraceRuleType = {
7
7
  Success: "success",
8
8
  Fail: "fail",
9
9
  Block: "block",
10
+ Confirmation: "confirmation",
10
11
  };
@@ -1,9 +1,11 @@
1
1
  import type * as Apollo from "../index.mjs";
2
2
  export interface TraceSelfReviewEntity {
3
3
  entity: string;
4
- identifier?: string;
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";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.2.40";
1
+ export declare const SDK_VERSION = "2.0.0";
@@ -1 +1 @@
1
- export const SDK_VERSION = "1.2.40";
1
+ export const SDK_VERSION = "2.0.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aui.io/aui-client",
3
- "version": "1.2.40",
3
+ "version": "2.0.0",
4
4
  "private": false,
5
5
  "repository": "github:aui-io/aui-client-typescript",
6
6
  "type": "commonjs",
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>
@@ -1,9 +0,0 @@
1
- /**
2
- * @example
3
- * {
4
- * link: "link"
5
- * }
6
- */
7
- export interface GetProductMetadataRequest {
8
- link: string;
9
- }
@@ -1,4 +0,0 @@
1
- export interface TracSelfReviewSubEntity {
2
- entity: string;
3
- reference?: string;
4
- }
@@ -1,9 +0,0 @@
1
- /**
2
- * @example
3
- * {
4
- * link: "link"
5
- * }
6
- */
7
- export interface GetProductMetadataRequest {
8
- link: string;
9
- }
@@ -1,4 +0,0 @@
1
- export interface TracSelfReviewSubEntity {
2
- entity: string;
3
- reference?: string;
4
- }