@mastra/client-js 1.44.0-alpha.1 → 1.44.0-alpha.11

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.
@@ -7,10 +7,82 @@
7
7
  export type Simplify<T> = {
8
8
  [K in keyof T]: T[K];
9
9
  } & {};
10
- type Shared_Auxiliary_298 = string | number | boolean | null | Shared_Auxiliary_298[] | {
11
- [key: string]: Shared_Auxiliary_298;
10
+ type Shared_Auxiliary_272 = string | number | boolean | null | Shared_Auxiliary_272[] | {
11
+ [key: string]: Shared_Auxiliary_272;
12
12
  };
13
- type Shared_Auxiliary_1090 = {
13
+ type Shared_Auxiliary_588 = {
14
+ op: 'eq' | 'ne' | 'lt' | 'lte' | 'gt' | 'gte';
15
+ left: {
16
+ path: string;
17
+ } | {
18
+ literal: string | number | boolean | null;
19
+ };
20
+ right: {
21
+ path: string;
22
+ } | {
23
+ literal: string | number | boolean | null;
24
+ };
25
+ } | {
26
+ op: 'in' | 'notIn';
27
+ value: {
28
+ path: string;
29
+ } | {
30
+ literal: string | number | boolean | null;
31
+ };
32
+ set: (string | number | boolean | null)[];
33
+ } | {
34
+ op: 'exists' | 'notExists';
35
+ path: string;
36
+ } | {
37
+ op: 'and' | 'or';
38
+ args: Shared_Auxiliary_588[];
39
+ } | {
40
+ op: 'not';
41
+ arg: Shared_Auxiliary_588;
42
+ } | {
43
+ spans: {
44
+ some: Shared_Auxiliary_606;
45
+ } | {
46
+ none: Shared_Auxiliary_606;
47
+ };
48
+ } | {
49
+ scores: {
50
+ some: Shared_Auxiliary_606;
51
+ } | {
52
+ none: Shared_Auxiliary_606;
53
+ };
54
+ };
55
+ type Shared_Auxiliary_606 = {
56
+ op: 'eq' | 'ne' | 'lt' | 'lte' | 'gt' | 'gte';
57
+ left: {
58
+ path: string;
59
+ } | {
60
+ literal: string | number | boolean | null;
61
+ };
62
+ right: {
63
+ path: string;
64
+ } | {
65
+ literal: string | number | boolean | null;
66
+ };
67
+ } | {
68
+ op: 'in' | 'notIn';
69
+ value: {
70
+ path: string;
71
+ } | {
72
+ literal: string | number | boolean | null;
73
+ };
74
+ set: (string | number | boolean | null)[];
75
+ } | {
76
+ op: 'exists' | 'notExists';
77
+ path: string;
78
+ } | {
79
+ op: 'and' | 'or';
80
+ args: Shared_Auxiliary_606[];
81
+ } | {
82
+ op: 'not';
83
+ arg: Shared_Auxiliary_606;
84
+ };
85
+ type Shared_Auxiliary_1139 = {
14
86
  op: 'eq' | 'ne' | 'lt' | 'lte' | 'gt' | 'gte';
15
87
  left: {
16
88
  path: string;
@@ -42,17 +114,17 @@ type Shared_Auxiliary_1090 = {
42
114
  };
43
115
  } | {
44
116
  op: 'and' | 'or';
45
- args: Shared_Auxiliary_1090[];
117
+ args: Shared_Auxiliary_1139[];
46
118
  } | {
47
119
  op: 'not';
48
- arg: Shared_Auxiliary_1090;
120
+ arg: Shared_Auxiliary_1139;
49
121
  };
50
- type Shared_Auxiliary_1230 = {
122
+ type Shared_Auxiliary_1279 = {
51
123
  id?: string | undefined;
52
124
  name: string;
53
125
  type: 'file' | 'folder';
54
126
  content?: string | undefined;
55
- children?: Shared_Auxiliary_1230[] | undefined;
127
+ children?: Shared_Auxiliary_1279[] | undefined;
56
128
  };
57
129
  type Shared_Type_0 = {
58
130
  id: string;
@@ -727,20 +799,6 @@ type Shared_Type_44 = {
727
799
  defaultStatus?: ('draft' | 'published') | undefined;
728
800
  };
729
801
  type Shared_Type_45 = {
730
- anthropic?: {
731
- [key: string]: unknown;
732
- } | undefined;
733
- google?: {
734
- [key: string]: unknown;
735
- } | undefined;
736
- openai?: {
737
- [key: string]: unknown;
738
- } | undefined;
739
- xai?: {
740
- [key: string]: unknown;
741
- } | undefined;
742
- };
743
- type Shared_Type_46 = {
744
802
  metadata?: {
745
803
  [key: string]: unknown;
746
804
  } | undefined;
@@ -751,7 +809,7 @@ type Shared_Type_46 = {
751
809
  hideInput?: boolean | undefined;
752
810
  hideOutput?: boolean | undefined;
753
811
  };
754
- type Shared_Type_47 = {
812
+ type Shared_Type_46 = {
755
813
  schema: {
756
814
  [x: string]: unknown;
757
815
  };
@@ -761,47 +819,47 @@ type Shared_Type_47 = {
761
819
  errorStrategy?: ('strict' | 'warn' | 'fallback') | undefined;
762
820
  fallbackValue?: unknown | undefined;
763
821
  };
764
- type Shared_Type_48 = {
822
+ type Shared_Type_47 = {
765
823
  behavior?: ('deliver' | 'persist' | 'discard') | undefined;
766
824
  attributes?: {
767
825
  [key: string]: string | number | boolean | null | undefined;
768
826
  } | undefined;
769
827
  };
770
- type Shared_Type_49 = {
828
+ type Shared_Type_48 = {
771
829
  type: 'text';
772
830
  text: string;
773
831
  providerOptions?: {
774
832
  [key: string]: {
775
- [key: string]: Shared_Auxiliary_298;
833
+ [key: string]: Shared_Auxiliary_272;
776
834
  };
777
835
  } | undefined;
778
836
  };
779
- type Shared_Type_50 = {
837
+ type Shared_Type_49 = {
780
838
  type: 'file';
781
839
  data: string;
782
840
  mediaType: string;
783
841
  filename?: string | undefined;
784
842
  providerOptions?: {
785
843
  [key: string]: {
786
- [key: string]: Shared_Auxiliary_298;
844
+ [key: string]: Shared_Auxiliary_272;
787
845
  };
788
846
  } | undefined;
789
847
  };
790
- type Shared_Type_51 = {
791
- contents: string | (Shared_Type_49 | Shared_Type_50)[];
848
+ type Shared_Type_50 = {
849
+ contents: string | (Shared_Type_48 | Shared_Type_49)[];
792
850
  attributes?: {
793
851
  [key: string]: string | number | boolean | null | undefined;
794
852
  } | undefined;
795
853
  metadata?: {
796
- [key: string]: Shared_Auxiliary_298;
854
+ [key: string]: Shared_Auxiliary_272;
797
855
  } | undefined;
798
856
  providerOptions?: {
799
857
  [key: string]: {
800
- [key: string]: Shared_Auxiliary_298;
858
+ [key: string]: Shared_Auxiliary_272;
801
859
  };
802
860
  } | undefined;
803
861
  };
804
- type Shared_Type_52 = {
862
+ type Shared_Type_51 = {
805
863
  instructions?: (string | string[] | unknown | unknown[]) | undefined;
806
864
  system?: (string | string[] | unknown | unknown[]) | undefined;
807
865
  context?: unknown[] | undefined;
@@ -815,7 +873,11 @@ type Shared_Type_52 = {
815
873
  maxSteps?: number | undefined;
816
874
  stopWhen?: unknown | undefined;
817
875
  model?: string | undefined;
818
- providerOptions?: Shared_Type_45 | undefined;
876
+ providerOptions?: {
877
+ [key: string]: {
878
+ [key: string]: Shared_Auxiliary_272;
879
+ };
880
+ } | undefined;
819
881
  modelSettings?: unknown | undefined;
820
882
  activeTools?: string[] | undefined;
821
883
  toolsets?: {
@@ -838,60 +900,60 @@ type Shared_Type_52 = {
838
900
  };
839
901
  }) | undefined;
840
902
  returnScorerData?: boolean | undefined;
841
- tracingOptions?: Shared_Type_46 | undefined;
903
+ tracingOptions?: Shared_Type_45 | undefined;
842
904
  output?: unknown | undefined;
843
- structuredOutput?: Shared_Type_47 | undefined;
905
+ structuredOutput?: Shared_Type_46 | undefined;
844
906
  untilIdle?: (boolean | {
845
907
  maxIdleMs?: number | undefined;
846
908
  }) | undefined;
847
909
  [x: string]: unknown;
848
910
  };
849
- type Shared_Type_53 = {
911
+ type Shared_Type_52 = {
850
912
  behavior?: ('wake' | 'persist' | 'discard') | undefined;
851
- streamOptions?: Shared_Type_52 | undefined;
913
+ streamOptions?: Shared_Type_51 | undefined;
852
914
  attributes?: {
853
915
  [key: string]: string | number | boolean | null | undefined;
854
916
  } | undefined;
855
917
  };
856
- type Shared_Type_54 = {
918
+ type Shared_Type_53 = {
857
919
  id?: string | undefined;
858
920
  createdAt?: (string | Date) | undefined;
859
921
  metadata?: {
860
- [key: string]: Shared_Auxiliary_298;
922
+ [key: string]: Shared_Auxiliary_272;
861
923
  } | undefined;
862
924
  attributes?: {
863
925
  [key: string]: string | number | boolean | null | undefined;
864
926
  } | undefined;
865
927
  tagName?: string | undefined;
866
- contents: string | (Shared_Type_49 | Shared_Type_50)[];
928
+ contents: string | (Shared_Type_48 | Shared_Type_49)[];
867
929
  providerOptions?: {
868
930
  [key: string]: {
869
- [key: string]: Shared_Auxiliary_298;
931
+ [key: string]: Shared_Auxiliary_272;
870
932
  };
871
933
  } | undefined;
872
934
  type: 'state';
873
935
  transient?: never | undefined;
874
936
  };
875
- type Shared_Type_55 = {
937
+ type Shared_Type_54 = {
876
938
  id?: string | undefined;
877
939
  createdAt?: (string | Date) | undefined;
878
940
  metadata?: {
879
- [key: string]: Shared_Auxiliary_298;
941
+ [key: string]: Shared_Auxiliary_272;
880
942
  } | undefined;
881
943
  attributes?: {
882
944
  [key: string]: string | number | boolean | null | undefined;
883
945
  } | undefined;
884
946
  tagName?: string | undefined;
885
- contents: string | (Shared_Type_49 | Shared_Type_50)[];
947
+ contents: string | (Shared_Type_48 | Shared_Type_49)[];
886
948
  providerOptions?: {
887
949
  [key: string]: {
888
- [key: string]: Shared_Auxiliary_298;
950
+ [key: string]: Shared_Auxiliary_272;
889
951
  };
890
952
  } | undefined;
891
953
  type: 'user' | 'reactive' | 'notification' | 'user-message' | 'system-reminder';
892
954
  transient?: boolean | undefined;
893
955
  };
894
- type Shared_Type_56 = {
956
+ type Shared_Type_55 = {
895
957
  type: 'sso' | 'credentials' | 'both';
896
958
  sso?: {
897
959
  provider: string;
@@ -903,7 +965,7 @@ type Shared_Type_56 = {
903
965
  signUpEnabled?: boolean | undefined;
904
966
  description?: string | undefined;
905
967
  };
906
- type Shared_Type_57 = {
968
+ type Shared_Type_56 = {
907
969
  id: string;
908
970
  description?: string | undefined;
909
971
  stateSchema?: string | undefined;
@@ -917,7 +979,7 @@ type Shared_Type_57 = {
917
979
  [key: string]: unknown;
918
980
  } | undefined;
919
981
  };
920
- type Shared_Type_58 = {
982
+ type Shared_Type_57 = {
921
983
  type: 'step' | 'agent' | 'tool' | 'mapping' | 'sleep' | 'sleepUntil' | 'waitForEvent' | 'parallel' | 'conditional' | 'loop' | 'foreach' | 'workflow';
922
984
  id?: string | undefined;
923
985
  description?: string | undefined;
@@ -925,19 +987,19 @@ type Shared_Type_58 = {
925
987
  [key: string]: unknown;
926
988
  } | undefined;
927
989
  };
928
- type Shared_Type_59 = {
990
+ type Shared_Type_58 = {
929
991
  steps: {
930
- [key: string]: Shared_Type_57;
992
+ [key: string]: Shared_Type_56;
931
993
  };
932
994
  allSteps: {
933
- [key: string]: Shared_Type_57;
995
+ [key: string]: Shared_Type_56;
934
996
  };
935
997
  name?: string | undefined;
936
998
  description?: string | undefined;
937
999
  metadata?: {
938
1000
  [key: string]: unknown;
939
1001
  } | undefined;
940
- stepGraph: Shared_Type_58[];
1002
+ stepGraph: Shared_Type_57[];
941
1003
  inputSchema?: string | undefined;
942
1004
  outputSchema?: string | undefined;
943
1005
  stateSchema?: string | undefined;
@@ -945,7 +1007,7 @@ type Shared_Type_59 = {
945
1007
  isProcessorWorkflow?: boolean | undefined;
946
1008
  origin?: ('code' | 'dynamic') | undefined;
947
1009
  };
948
- type Shared_Type_60 = {
1010
+ type Shared_Type_59 = {
949
1011
  id: string;
950
1012
  role: 'user' | 'assistant' | 'system' | 'tool' | 'signal';
951
1013
  createdAt?: Date | undefined;
@@ -957,7 +1019,7 @@ type Shared_Type_60 = {
957
1019
  } | string;
958
1020
  [x: string]: unknown;
959
1021
  };
960
- type Shared_Type_61 = {
1022
+ type Shared_Type_60 = {
961
1023
  type: 'json_schema';
962
1024
  name: string;
963
1025
  description?: string | undefined;
@@ -966,7 +1028,7 @@ type Shared_Type_61 = {
966
1028
  };
967
1029
  strict?: boolean | undefined;
968
1030
  };
969
- type Shared_Type_62 = {
1031
+ type Shared_Type_61 = {
970
1032
  /** OpenAI provider options such as previousResponseId, conversation, or responseId */
971
1033
  openai?: {
972
1034
  [key: string]: unknown;
@@ -977,7 +1039,7 @@ type Shared_Type_62 = {
977
1039
  } | undefined;
978
1040
  [x: string]: unknown;
979
1041
  };
980
- type Shared_Type_63 = {
1042
+ type Shared_Type_62 = {
981
1043
  id: string;
982
1044
  type: 'function_call';
983
1045
  call_id: string;
@@ -985,7 +1047,7 @@ type Shared_Type_63 = {
985
1047
  arguments: string;
986
1048
  status?: ('in_progress' | 'completed' | 'incomplete') | undefined;
987
1049
  };
988
- type Shared_Type_64 = {
1050
+ type Shared_Type_63 = {
989
1051
  id: string;
990
1052
  title?: string | undefined;
991
1053
  resourceId: string;
@@ -995,7 +1057,7 @@ type Shared_Type_64 = {
995
1057
  [key: string]: unknown;
996
1058
  } | undefined;
997
1059
  };
998
- type Shared_Type_65 = {
1060
+ type Shared_Type_64 = {
999
1061
  id?: string | undefined;
1000
1062
  cycleId: string;
1001
1063
  observations: string;
@@ -1015,14 +1077,14 @@ type Shared_Type_65 = {
1015
1077
  error: string;
1016
1078
  }[] | undefined;
1017
1079
  };
1018
- type Shared_Type_66 = {
1080
+ type Shared_Type_65 = {
1019
1081
  id: string;
1020
1082
  scope: 'thread' | 'resource';
1021
1083
  resourceId: string;
1022
1084
  threadId: string | null;
1023
1085
  activeObservations: string;
1024
1086
  bufferedObservations?: string | undefined;
1025
- bufferedObservationChunks?: Shared_Type_65[] | undefined;
1087
+ bufferedObservationChunks?: Shared_Type_64[] | undefined;
1026
1088
  bufferedReflection?: string | undefined;
1027
1089
  originType: 'initial' | 'observation' | 'reflection';
1028
1090
  generationCount: number;
@@ -1041,7 +1103,7 @@ type Shared_Type_66 = {
1041
1103
  createdAt: Date;
1042
1104
  updatedAt: Date;
1043
1105
  };
1044
- type Shared_Type_67 = {
1106
+ type Shared_Type_66 = {
1045
1107
  dateRange?: {
1046
1108
  start?: Date | undefined;
1047
1109
  end?: Date | undefined;
@@ -1053,7 +1115,7 @@ type Shared_Type_67 = {
1053
1115
  [key: string]: string | number | boolean | null;
1054
1116
  } | undefined;
1055
1117
  };
1056
- type Shared_Type_68 = {
1118
+ type Shared_Type_67 = {
1057
1119
  config: {
1058
1120
  id: string;
1059
1121
  name?: string | undefined;
@@ -1062,8 +1124,8 @@ type Shared_Type_68 = {
1062
1124
  judge?: unknown | undefined;
1063
1125
  };
1064
1126
  };
1065
- type Shared_Type_69 = {
1066
- scorer: Shared_Type_68;
1127
+ type Shared_Type_68 = {
1128
+ scorer: Shared_Type_67;
1067
1129
  sampling?: {} | undefined;
1068
1130
  agentIds: string[];
1069
1131
  agentNames: string[];
@@ -1071,7 +1133,7 @@ type Shared_Type_69 = {
1071
1133
  isRegistered: boolean;
1072
1134
  source: 'code' | 'stored' | 'fs';
1073
1135
  };
1074
- type Shared_Type_70 = {
1136
+ type Shared_Type_69 = {
1075
1137
  /** Start of date range (inclusive by default) */
1076
1138
  start?: Date | undefined;
1077
1139
  /** End of date range (inclusive by default) */
@@ -1081,9 +1143,9 @@ type Shared_Type_70 = {
1081
1143
  /** When true, excludes the end date from results (uses < instead of <=) */
1082
1144
  endExclusive?: boolean | undefined;
1083
1145
  };
1084
- type Shared_Type_71 = 'agent_run' | 'scorer_run' | 'scorer_step' | 'generic' | 'model_generation' | 'model_step' | 'model_inference' | 'model_chunk' | 'mcp_tool_call' | 'processor_run' | 'tool_call' | 'client_tool_call' | 'provider_tool_call' | 'workflow_run' | 'workflow_step' | 'workflow_conditional' | 'workflow_conditional_eval' | 'workflow_parallel' | 'workflow_loop' | 'workflow_sleep' | 'workflow_wait_event' | 'memory_operation' | 'workspace_action' | 'rag_ingestion' | 'rag_embedding' | 'rag_vector_operation' | 'rag_action' | 'graph_action' | 'mapping' | 'skill_resolution' | 'skill_action' | 'agent_signal';
1085
- type Shared_Type_72 = 'agent' | 'scorer' | 'rag_ingestion' | 'trajectory' | 'input_processor' | 'input_step_processor' | 'output_processor' | 'output_step_processor' | 'tool_result_processor' | 'workflow_step' | 'tool' | 'workflow_run' | 'memory';
1086
- type Shared_Type_73 = {
1146
+ type Shared_Type_70 = 'agent_run' | 'scorer_run' | 'scorer_step' | 'generic' | 'model_generation' | 'model_step' | 'model_inference' | 'model_chunk' | 'mcp_tool_call' | 'processor_run' | 'tool_call' | 'client_tool_call' | 'provider_tool_call' | 'workflow_run' | 'workflow_step' | 'workflow_conditional' | 'workflow_conditional_eval' | 'workflow_parallel' | 'workflow_loop' | 'workflow_sleep' | 'workflow_wait_event' | 'memory_operation' | 'workspace_action' | 'rag_ingestion' | 'rag_embedding' | 'rag_vector_operation' | 'rag_action' | 'graph_action' | 'mapping' | 'skill_resolution' | 'skill_action' | 'agent_signal';
1147
+ type Shared_Type_71 = 'agent' | 'scorer' | 'rag_ingestion' | 'trajectory' | 'input_processor' | 'input_step_processor' | 'output_processor' | 'output_step_processor' | 'tool_result_processor' | 'workflow_step' | 'tool' | 'workflow_run' | 'memory';
1148
+ type Shared_Type_72 = {
1087
1149
  /** Total number of items available */
1088
1150
  total: number;
1089
1151
  /** Current page */
@@ -1093,13 +1155,13 @@ type Shared_Type_73 = {
1093
1155
  /** True if more pages are available */
1094
1156
  hasMore: boolean;
1095
1157
  };
1096
- type Shared_Type_74 = {
1158
+ type Shared_Type_73 = {
1097
1159
  /** Maximum number of updates requested for this delta poll */
1098
1160
  limit: number;
1099
1161
  /** True when more matching updates remain after this response */
1100
1162
  hasMore: boolean;
1101
1163
  };
1102
- type Shared_Type_75 = {
1164
+ type Shared_Type_74 = {
1103
1165
  /** Unique trace identifier */
1104
1166
  traceId: string;
1105
1167
  /** Unique span identifier within a trace */
@@ -1107,19 +1169,19 @@ type Shared_Type_75 = {
1107
1169
  /** Human-readable span name */
1108
1170
  name: string;
1109
1171
  /** Span type (e.g., WORKFLOW_RUN, AGENT_RUN, TOOL_CALL, etc.) */
1110
- spanType: Shared_Type_71;
1172
+ spanType: Shared_Type_70;
1111
1173
  /** Whether this is an event (point-in-time) vs a span (duration) */
1112
1174
  isEvent: boolean;
1113
1175
  /** When the span started */
1114
1176
  startedAt: Date;
1115
1177
  parentSpanId?: (string | null) | undefined;
1116
- entityType?: (Shared_Type_72 | null) | undefined;
1178
+ entityType?: (Shared_Type_71 | null) | undefined;
1117
1179
  entityId?: (string | null) | undefined;
1118
1180
  entityName?: (string | null) | undefined;
1119
- parentEntityType?: (Shared_Type_72 | null) | undefined;
1181
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
1120
1182
  parentEntityId?: (string | null) | undefined;
1121
1183
  parentEntityName?: (string | null) | undefined;
1122
- rootEntityType?: (Shared_Type_72 | null) | undefined;
1184
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
1123
1185
  rootEntityId?: (string | null) | undefined;
1124
1186
  rootEntityName?: (string | null) | undefined;
1125
1187
  userId?: (string | null) | undefined;
@@ -1163,7 +1225,7 @@ type Shared_Type_75 = {
1163
1225
  /** Current status of the trace */
1164
1226
  status: 'success' | 'error' | 'running';
1165
1227
  };
1166
- type Shared_Type_76 = {
1228
+ type Shared_Type_75 = {
1167
1229
  /** Unique trace identifier */
1168
1230
  traceId: string;
1169
1231
  /** Unique span identifier within a trace */
@@ -1171,7 +1233,7 @@ type Shared_Type_76 = {
1171
1233
  /** Human-readable span name */
1172
1234
  name: string;
1173
1235
  /** Span type (e.g., WORKFLOW_RUN, AGENT_RUN, TOOL_CALL, etc.) */
1174
- spanType: Shared_Type_71;
1236
+ spanType: Shared_Type_70;
1175
1237
  /** Whether this is an event (point-in-time) vs a span (duration) */
1176
1238
  isEvent: boolean;
1177
1239
  /** When the span started */
@@ -1180,7 +1242,7 @@ type Shared_Type_76 = {
1180
1242
  endedAt?: (Date | null) | undefined;
1181
1243
  error?: (unknown | null) | undefined;
1182
1244
  status?: (('success' | 'error' | 'running') | null) | undefined;
1183
- entityType?: (Shared_Type_72 | null) | undefined;
1245
+ entityType?: (Shared_Type_71 | null) | undefined;
1184
1246
  entityId?: (string | null) | undefined;
1185
1247
  entityName?: (string | null) | undefined;
1186
1248
  metadata?: ({
@@ -1192,7 +1254,7 @@ type Shared_Type_76 = {
1192
1254
  /** Database record last update time */
1193
1255
  updatedAt: Date | null;
1194
1256
  };
1195
- type Shared_Type_77 = {
1257
+ type Shared_Type_76 = {
1196
1258
  /** Unique trace identifier */
1197
1259
  traceId: string;
1198
1260
  /** Unique span identifier within a trace */
@@ -1200,19 +1262,19 @@ type Shared_Type_77 = {
1200
1262
  /** Human-readable span name */
1201
1263
  name: string;
1202
1264
  /** Span type (e.g., WORKFLOW_RUN, AGENT_RUN, TOOL_CALL, etc.) */
1203
- spanType: Shared_Type_71;
1265
+ spanType: Shared_Type_70;
1204
1266
  /** Whether this is an event (point-in-time) vs a span (duration) */
1205
1267
  isEvent: boolean;
1206
1268
  /** When the span started */
1207
1269
  startedAt: Date;
1208
1270
  parentSpanId?: (string | null) | undefined;
1209
- entityType?: (Shared_Type_72 | null) | undefined;
1271
+ entityType?: (Shared_Type_71 | null) | undefined;
1210
1272
  entityId?: (string | null) | undefined;
1211
1273
  entityName?: (string | null) | undefined;
1212
- parentEntityType?: (Shared_Type_72 | null) | undefined;
1274
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
1213
1275
  parentEntityId?: (string | null) | undefined;
1214
1276
  parentEntityName?: (string | null) | undefined;
1215
- rootEntityType?: (Shared_Type_72 | null) | undefined;
1277
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
1216
1278
  rootEntityId?: (string | null) | undefined;
1217
1279
  rootEntityName?: (string | null) | undefined;
1218
1280
  userId?: (string | null) | undefined;
@@ -1254,7 +1316,7 @@ type Shared_Type_77 = {
1254
1316
  /** Database record last update time */
1255
1317
  updatedAt: Date | null;
1256
1318
  };
1257
- type Shared_Type_78 = {
1319
+ type Shared_Type_77 = {
1258
1320
  /** Unique id for this score event */
1259
1321
  scoreId?: (string | null) | undefined;
1260
1322
  /** When the score was recorded */
@@ -1272,13 +1334,13 @@ type Shared_Type_78 = {
1272
1334
  /** Score value (range defined by scorer) */
1273
1335
  score: number;
1274
1336
  reason?: (string | null) | undefined;
1275
- entityType?: (Shared_Type_72 | null) | undefined;
1337
+ entityType?: (Shared_Type_71 | null) | undefined;
1276
1338
  entityId?: (string | null) | undefined;
1277
1339
  entityName?: (string | null) | undefined;
1278
- parentEntityType?: (Shared_Type_72 | null) | undefined;
1340
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
1279
1341
  parentEntityId?: (string | null) | undefined;
1280
1342
  parentEntityName?: (string | null) | undefined;
1281
- rootEntityType?: (Shared_Type_72 | null) | undefined;
1343
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
1282
1344
  rootEntityId?: (string | null) | undefined;
1283
1345
  rootEntityName?: (string | null) | undefined;
1284
1346
  userId?: (string | null) | undefined;
@@ -1306,15 +1368,15 @@ type Shared_Type_78 = {
1306
1368
  [key: string]: unknown;
1307
1369
  } | null) | undefined;
1308
1370
  };
1309
- type Shared_Type_79 = {
1371
+ type Shared_Type_78 = {
1310
1372
  /** Filter by timestamp range */
1311
- timestamp?: Shared_Type_70 | undefined;
1373
+ timestamp?: Shared_Type_69 | undefined;
1312
1374
  /** Filter by trace ID */
1313
1375
  traceId?: string | undefined;
1314
1376
  /** Filter by span ID */
1315
1377
  spanId?: string | undefined;
1316
1378
  /** Entity type (e.g., 'agent' | 'processor' | 'tool' | 'workflow') */
1317
- entityType?: Shared_Type_72 | undefined;
1379
+ entityType?: Shared_Type_71 | undefined;
1318
1380
  /** Name of the entity */
1319
1381
  entityName?: string | undefined;
1320
1382
  /** Version ID of the entity that produced this signal (e.g., agent version, workflow version) */
@@ -1334,11 +1396,11 @@ type Shared_Type_79 = {
1334
1396
  /** Environment (e.g., "production" | "staging" | "development") */
1335
1397
  environment?: string | undefined;
1336
1398
  /** Entity type of the parent entity */
1337
- parentEntityType?: Shared_Type_72 | undefined;
1399
+ parentEntityType?: Shared_Type_71 | undefined;
1338
1400
  /** Name of the parent entity */
1339
1401
  parentEntityName?: string | undefined;
1340
1402
  /** Entity type of the root entity */
1341
- rootEntityType?: Shared_Type_72 | undefined;
1403
+ rootEntityType?: Shared_Type_71 | undefined;
1342
1404
  /** Name of the root entity */
1343
1405
  rootEntityName?: string | undefined;
1344
1406
  /** Broader resource context (Mastra memory compatibility) */
@@ -1366,68 +1428,15 @@ type Shared_Type_79 = {
1366
1428
  /** Filter by how the score was produced */
1367
1429
  source?: string | undefined;
1368
1430
  };
1369
- type Shared_Type_80 = {
1370
- /** Unique id for this feedback event */
1371
- feedbackId?: (string | null) | undefined;
1372
- /** When the feedback was recorded */
1373
- timestamp: Date;
1374
- /** Trace that anchors the feedback target when available */
1375
- traceId?: (string | null) | undefined;
1376
- /** Span ID this feedback applies to */
1377
- spanId?: (string | null) | undefined;
1378
- feedbackSource?: (string | null) | undefined;
1379
- source?: (string | null) | undefined;
1380
- /** Type of feedback (e.g., 'thumbs', 'rating', 'correction') */
1381
- feedbackType: string;
1382
- /** Feedback value (rating number or correction text) */
1383
- value: number | string;
1384
- comment?: (string | null) | undefined;
1385
- feedbackUserId?: (string | null) | undefined;
1386
- entityType?: (Shared_Type_72 | null) | undefined;
1387
- entityId?: (string | null) | undefined;
1388
- entityName?: (string | null) | undefined;
1389
- parentEntityType?: (Shared_Type_72 | null) | undefined;
1390
- parentEntityId?: (string | null) | undefined;
1391
- parentEntityName?: (string | null) | undefined;
1392
- rootEntityType?: (Shared_Type_72 | null) | undefined;
1393
- rootEntityId?: (string | null) | undefined;
1394
- rootEntityName?: (string | null) | undefined;
1395
- userId?: (string | null) | undefined;
1396
- organizationId?: (string | null) | undefined;
1397
- resourceId?: (string | null) | undefined;
1398
- runId?: (string | null) | undefined;
1399
- sessionId?: (string | null) | undefined;
1400
- threadId?: (string | null) | undefined;
1401
- requestId?: (string | null) | undefined;
1402
- environment?: (string | null) | undefined;
1403
- serviceName?: (string | null) | undefined;
1404
- scope?: ({
1405
- [key: string]: unknown;
1406
- } | null) | undefined;
1407
- entityVersionId?: (string | null) | undefined;
1408
- parentEntityVersionId?: (string | null) | undefined;
1409
- rootEntityVersionId?: (string | null) | undefined;
1410
- experimentId?: (string | null) | undefined;
1411
- executionSource?: (string | null) | undefined;
1412
- tags?: (string[] | null) | undefined;
1413
- /** ID of the source record this feedback is linked to (e.g. experiment result ID) */
1414
- sourceId?: (string | null) | undefined;
1415
- /** User-defined metadata */
1416
- metadata?: ({
1417
- [key: string]: unknown;
1418
- } | null) | undefined;
1419
- /** Feedback review workflow status */
1420
- reviewStatus: 'needs-review' | 'reviewed';
1421
- };
1422
- type Shared_Type_81 = {
1431
+ type Shared_Type_79 = {
1423
1432
  /** Filter by timestamp range */
1424
- timestamp?: Shared_Type_70 | undefined;
1433
+ timestamp?: Shared_Type_69 | undefined;
1425
1434
  /** Filter by trace ID */
1426
1435
  traceId?: string | undefined;
1427
1436
  /** Filter by span ID */
1428
1437
  spanId?: string | undefined;
1429
1438
  /** Entity type (e.g., 'agent' | 'processor' | 'tool' | 'workflow') */
1430
- entityType?: Shared_Type_72 | undefined;
1439
+ entityType?: Shared_Type_71 | undefined;
1431
1440
  /** Name of the entity */
1432
1441
  entityName?: string | undefined;
1433
1442
  /** Version ID of the entity that produced this signal (e.g., agent version, workflow version) */
@@ -1447,11 +1456,11 @@ type Shared_Type_81 = {
1447
1456
  /** Environment (e.g., "production" | "staging" | "development") */
1448
1457
  environment?: string | undefined;
1449
1458
  /** Entity type of the parent entity */
1450
- parentEntityType?: Shared_Type_72 | undefined;
1459
+ parentEntityType?: Shared_Type_71 | undefined;
1451
1460
  /** Name of the parent entity */
1452
1461
  parentEntityName?: string | undefined;
1453
1462
  /** Entity type of the root entity */
1454
- rootEntityType?: Shared_Type_72 | undefined;
1463
+ rootEntityType?: Shared_Type_71 | undefined;
1455
1464
  /** Name of the root entity */
1456
1465
  rootEntityName?: string | undefined;
1457
1466
  /** Broader resource context (Mastra memory compatibility) */
@@ -1478,16 +1487,16 @@ type Shared_Type_81 = {
1478
1487
  feedbackUserId?: string | undefined;
1479
1488
  reviewStatus?: ('needs-review' | 'reviewed') | undefined;
1480
1489
  };
1481
- type Shared_Type_82 = 'entityType' | 'entityName' | 'parentEntityType' | 'parentEntityName' | 'rootEntityType' | 'rootEntityName' | 'name' | 'provider' | 'model' | 'environment' | 'executionSource' | 'serviceName' | 'threadId' | 'resourceId';
1482
- type Shared_Type_83 = {
1490
+ type Shared_Type_80 = 'entityType' | 'entityName' | 'parentEntityType' | 'parentEntityName' | 'rootEntityType' | 'rootEntityName' | 'name' | 'provider' | 'model' | 'environment' | 'executionSource' | 'serviceName' | 'threadId' | 'resourceId';
1491
+ type Shared_Type_81 = {
1483
1492
  /** Filter by timestamp range */
1484
- timestamp?: Shared_Type_70 | undefined;
1493
+ timestamp?: Shared_Type_69 | undefined;
1485
1494
  /** Filter by trace ID */
1486
1495
  traceId?: string | undefined;
1487
1496
  /** Filter by span ID */
1488
1497
  spanId?: string | undefined;
1489
1498
  /** Entity type (e.g., 'agent' | 'processor' | 'tool' | 'workflow') */
1490
- entityType?: Shared_Type_72 | undefined;
1499
+ entityType?: Shared_Type_71 | undefined;
1491
1500
  /** Name of the entity */
1492
1501
  entityName?: string | undefined;
1493
1502
  /** Version ID of the entity that produced this signal (e.g., agent version, workflow version) */
@@ -1507,11 +1516,11 @@ type Shared_Type_83 = {
1507
1516
  /** Environment (e.g., "production" | "staging" | "development") */
1508
1517
  environment?: string | undefined;
1509
1518
  /** Entity type of the parent entity */
1510
- parentEntityType?: Shared_Type_72 | undefined;
1519
+ parentEntityType?: Shared_Type_71 | undefined;
1511
1520
  /** Name of the parent entity */
1512
1521
  parentEntityName?: string | undefined;
1513
1522
  /** Entity type of the root entity */
1514
- rootEntityType?: Shared_Type_72 | undefined;
1523
+ rootEntityType?: Shared_Type_71 | undefined;
1515
1524
  /** Name of the root entity */
1516
1525
  rootEntityName?: string | undefined;
1517
1526
  /** Broader resource context (Mastra memory compatibility) */
@@ -1545,7 +1554,7 @@ type Shared_Type_83 = {
1545
1554
  [key: string]: string;
1546
1555
  } | undefined;
1547
1556
  };
1548
- type Shared_Type_84 = {
1557
+ type Shared_Type_82 = {
1549
1558
  /** Part type - text for TextParts */
1550
1559
  kind: 'text';
1551
1560
  /** Text content */
@@ -1555,7 +1564,7 @@ type Shared_Type_84 = {
1555
1564
  [key: string]: unknown;
1556
1565
  } | undefined;
1557
1566
  };
1558
- type Shared_Type_85 = {
1567
+ type Shared_Type_83 = {
1559
1568
  /** base64 encoded content of the file */
1560
1569
  bytes: string;
1561
1570
  /** Optional mimeType for the file */
@@ -1563,7 +1572,7 @@ type Shared_Type_85 = {
1563
1572
  /** Optional name for the file */
1564
1573
  name?: string | undefined;
1565
1574
  };
1566
- type Shared_Type_86 = {
1575
+ type Shared_Type_84 = {
1567
1576
  /** URL for the File content */
1568
1577
  uri: string;
1569
1578
  /** Optional mimeType for the file */
@@ -1571,17 +1580,17 @@ type Shared_Type_86 = {
1571
1580
  /** Optional name for the file */
1572
1581
  name?: string | undefined;
1573
1582
  };
1574
- type Shared_Type_87 = {
1583
+ type Shared_Type_85 = {
1575
1584
  /** Part type - file for FileParts */
1576
1585
  kind: 'file';
1577
1586
  /** File content either as url or bytes */
1578
- file: Shared_Type_85 | Shared_Type_86;
1587
+ file: Shared_Type_83 | Shared_Type_84;
1579
1588
  /** Optional metadata associated with the part */
1580
1589
  metadata?: {
1581
1590
  [key: string]: unknown;
1582
1591
  } | undefined;
1583
1592
  };
1584
- type Shared_Type_88 = {
1593
+ type Shared_Type_86 = {
1585
1594
  /** Part type - data for DataParts */
1586
1595
  kind: 'data';
1587
1596
  /** Structured data content */
@@ -1593,7 +1602,7 @@ type Shared_Type_88 = {
1593
1602
  [key: string]: unknown;
1594
1603
  } | undefined;
1595
1604
  };
1596
- type Shared_Type_89 = {
1605
+ type Shared_Type_87 = {
1597
1606
  text?: string | undefined;
1598
1607
  raw?: string | undefined;
1599
1608
  url?: string | undefined;
@@ -1604,7 +1613,7 @@ type Shared_Type_89 = {
1604
1613
  [key: string]: unknown;
1605
1614
  } | undefined;
1606
1615
  };
1607
- type Shared_Type_90 = {
1616
+ type Shared_Type_88 = {
1608
1617
  /** Event type */
1609
1618
  kind?: 'message' | undefined;
1610
1619
  /** Identifier created by the message creator */
@@ -1612,7 +1621,7 @@ type Shared_Type_90 = {
1612
1621
  /** Message sender's role */
1613
1622
  role: 'user' | 'agent' | 'ROLE_USER' | 'ROLE_AGENT';
1614
1623
  /** Message content */
1615
- parts: ((Shared_Type_84 | Shared_Type_87 | Shared_Type_88) | Shared_Type_89)[];
1624
+ parts: ((Shared_Type_82 | Shared_Type_85 | Shared_Type_86) | Shared_Type_87)[];
1616
1625
  /** The context the message is associated with */
1617
1626
  contextId?: string | undefined;
1618
1627
  /** Identifier of task the message is related to */
@@ -1626,22 +1635,22 @@ type Shared_Type_90 = {
1626
1635
  [key: string]: unknown;
1627
1636
  } | undefined;
1628
1637
  };
1629
- type Shared_Type_91 = {
1638
+ type Shared_Type_89 = {
1630
1639
  /** Supported authentication schemes - e.g. Basic, Bearer */
1631
1640
  schemes: string[];
1632
1641
  /** Optional credentials */
1633
1642
  credentials?: string | undefined;
1634
1643
  };
1635
- type Shared_Type_92 = {
1644
+ type Shared_Type_90 = {
1636
1645
  /** URL for sending the push notifications */
1637
1646
  url: string;
1638
1647
  /** Push Notification ID - created by server to support multiple callbacks */
1639
1648
  id?: string | undefined;
1640
1649
  /** Token unique to this task/session */
1641
1650
  token?: string | undefined;
1642
- authentication?: Shared_Type_91 | undefined;
1651
+ authentication?: Shared_Type_89 | undefined;
1643
1652
  };
1644
- type Shared_Type_93 = {
1653
+ type Shared_Type_91 = {
1645
1654
  /** Accepted output modalities by the client */
1646
1655
  acceptedOutputModes?: string[] | undefined;
1647
1656
  /** If the server should treat the client as a blocking request */
@@ -1650,18 +1659,18 @@ type Shared_Type_93 = {
1650
1659
  returnImmediately?: boolean | undefined;
1651
1660
  /** Number of recent messages to be retrieved */
1652
1661
  historyLength?: number | undefined;
1653
- pushNotificationConfig?: Shared_Type_92 | undefined;
1654
- taskPushNotificationConfig?: Shared_Type_92 | undefined;
1662
+ pushNotificationConfig?: Shared_Type_90 | undefined;
1663
+ taskPushNotificationConfig?: Shared_Type_90 | undefined;
1655
1664
  };
1656
- type Shared_Type_94 = {
1657
- message: Shared_Type_90;
1658
- configuration?: Shared_Type_93 | undefined;
1665
+ type Shared_Type_92 = {
1666
+ message: Shared_Type_88;
1667
+ configuration?: Shared_Type_91 | undefined;
1659
1668
  /** Extension metadata */
1660
1669
  metadata?: {
1661
1670
  [key: string]: unknown;
1662
1671
  } | undefined;
1663
1672
  };
1664
- type Shared_Type_95 = {
1673
+ type Shared_Type_93 = {
1665
1674
  name: string;
1666
1675
  description?: string | undefined;
1667
1676
  inputSchema: unknown;
@@ -1671,18 +1680,18 @@ type Shared_Type_95 = {
1671
1680
  [key: string]: unknown;
1672
1681
  } | undefined;
1673
1682
  };
1674
- type Shared_Type_96 = (({
1683
+ type Shared_Type_94 = (({
1675
1684
  [key: string]: {
1676
1685
  description?: string | undefined;
1677
1686
  rules?: Shared_Type_9 | undefined;
1678
1687
  };
1679
1688
  } | Shared_Type_12[]) | undefined) | undefined;
1680
- type Shared_Type_97 = ((Shared_Type_4 | {
1689
+ type Shared_Type_95 = ((Shared_Type_4 | {
1681
1690
  /** Default options for agent execution */
1682
1691
  value: Shared_Type_4;
1683
1692
  rules?: Shared_Type_9 | undefined;
1684
1693
  }[]) | undefined) | undefined;
1685
- type Shared_Type_98 = (({
1694
+ type Shared_Type_96 = (({
1686
1695
  [key: string]: Shared_Type_13;
1687
1696
  } | {
1688
1697
  value: {
@@ -1690,7 +1699,7 @@ type Shared_Type_98 = (({
1690
1699
  };
1691
1700
  rules?: Shared_Type_9 | undefined;
1692
1701
  }[]) | undefined) | undefined;
1693
- type Shared_Type_99 = (({
1702
+ type Shared_Type_97 = (({
1694
1703
  [key: string]: Shared_Type_15;
1695
1704
  } | {
1696
1705
  value: {
@@ -1698,7 +1707,7 @@ type Shared_Type_99 = (({
1698
1707
  };
1699
1708
  rules?: Shared_Type_9 | undefined;
1700
1709
  }[]) | undefined) | undefined;
1701
- type Shared_Type_100 = (({
1710
+ type Shared_Type_98 = (({
1702
1711
  [key: string]: Shared_Type_28;
1703
1712
  } | {
1704
1713
  value: {
@@ -1706,14 +1715,14 @@ type Shared_Type_100 = (({
1706
1715
  };
1707
1716
  rules?: Shared_Type_9 | undefined;
1708
1717
  }[]) | undefined) | undefined;
1709
- type Shared_Type_101 = ((({
1718
+ type Shared_Type_99 = ((({
1710
1719
  type: 'id';
1711
1720
  workspaceId: string;
1712
1721
  } | {
1713
1722
  type: 'inline';
1714
1723
  config: Shared_Type_36;
1715
1724
  } | Shared_Type_37) | Shared_Type_38[]) | undefined) | undefined;
1716
- type Shared_Type_102 = {
1725
+ type Shared_Type_100 = {
1717
1726
  /** Unique identifier for the version (UUID) */
1718
1727
  id: string;
1719
1728
  /** ID of the agent this version belongs to */
@@ -1805,7 +1814,7 @@ type Shared_Type_102 = {
1805
1814
  /** When this version was created */
1806
1815
  createdAt: Date;
1807
1816
  };
1808
- type Shared_Type_103 = {
1817
+ type Shared_Type_101 = {
1809
1818
  /** The field path that changed */
1810
1819
  field: string;
1811
1820
  /** The value in the "from" version */
@@ -1813,7 +1822,7 @@ type Shared_Type_103 = {
1813
1822
  /** The value in the "to" version */
1814
1823
  currentValue: unknown;
1815
1824
  };
1816
- type Shared_Type_104 = {
1825
+ type Shared_Type_102 = {
1817
1826
  id: string;
1818
1827
  description?: string | undefined;
1819
1828
  metadata?: {
@@ -1830,7 +1839,7 @@ type Shared_Type_104 = {
1830
1839
  createdAt: Date | string;
1831
1840
  updatedAt: Date | string;
1832
1841
  };
1833
- type Shared_Type_105 = {
1842
+ type Shared_Type_103 = {
1834
1843
  type: 'agent';
1835
1844
  id: string;
1836
1845
  agentId: string;
@@ -1845,7 +1854,7 @@ type Shared_Type_105 = {
1845
1854
  } | undefined;
1846
1855
  } | undefined;
1847
1856
  };
1848
- type Shared_Type_106 = {
1857
+ type Shared_Type_104 = {
1849
1858
  type: 'tool';
1850
1859
  id: string;
1851
1860
  toolId: string;
@@ -1857,7 +1866,7 @@ type Shared_Type_106 = {
1857
1866
  } | undefined;
1858
1867
  } | undefined;
1859
1868
  };
1860
- type Shared_Type_107 = {
1869
+ type Shared_Type_105 = {
1861
1870
  type: 'mapping';
1862
1871
  id: string;
1863
1872
  description?: string | undefined;
@@ -1866,29 +1875,29 @@ type Shared_Type_107 = {
1866
1875
  } | undefined;
1867
1876
  mapConfig: string;
1868
1877
  };
1869
- type Shared_Type_108 = (Shared_Type_105 | Shared_Type_106 | Shared_Type_107 | {
1878
+ type Shared_Type_106 = (Shared_Type_103 | Shared_Type_104 | Shared_Type_105 | {
1870
1879
  type: 'workflow';
1871
1880
  id: string;
1872
1881
  workflowId: string;
1873
1882
  description?: string | undefined;
1874
1883
  })[];
1875
- type Shared_Type_109 = {
1884
+ type Shared_Type_107 = {
1876
1885
  type: 'parallel';
1877
1886
  id?: string | undefined;
1878
1887
  description?: string | undefined;
1879
1888
  metadata?: {
1880
1889
  [key: string]: unknown;
1881
1890
  } | undefined;
1882
- steps: Shared_Type_108;
1891
+ steps: Shared_Type_106;
1883
1892
  };
1884
- type Shared_Type_110 = {
1893
+ type Shared_Type_108 = {
1885
1894
  type: 'foreach';
1886
1895
  id?: string | undefined;
1887
1896
  description?: string | undefined;
1888
1897
  metadata?: {
1889
1898
  [key: string]: unknown;
1890
1899
  } | undefined;
1891
- step: Shared_Type_105 | Shared_Type_106 | {
1900
+ step: Shared_Type_103 | Shared_Type_104 | {
1892
1901
  type: 'workflow';
1893
1902
  id: string;
1894
1903
  workflowId: string;
@@ -1898,7 +1907,7 @@ type Shared_Type_110 = {
1898
1907
  concurrency: number;
1899
1908
  } | undefined;
1900
1909
  };
1901
- type Shared_Type_111 = {
1910
+ type Shared_Type_109 = {
1902
1911
  type: 'sleep';
1903
1912
  id: string;
1904
1913
  description?: string | undefined;
@@ -1907,7 +1916,7 @@ type Shared_Type_111 = {
1907
1916
  } | undefined;
1908
1917
  duration: number;
1909
1918
  };
1910
- type Shared_Type_112 = {
1919
+ type Shared_Type_110 = {
1911
1920
  type: 'sleepUntil';
1912
1921
  id: string;
1913
1922
  description?: string | undefined;
@@ -1916,39 +1925,39 @@ type Shared_Type_112 = {
1916
1925
  } | undefined;
1917
1926
  date: string;
1918
1927
  };
1919
- type Shared_Type_113 = {
1928
+ type Shared_Type_111 = {
1920
1929
  type: 'conditional';
1921
1930
  id?: string | undefined;
1922
1931
  description?: string | undefined;
1923
1932
  metadata?: {
1924
1933
  [key: string]: unknown;
1925
1934
  } | undefined;
1926
- steps: Shared_Type_108;
1927
- predicates: Shared_Auxiliary_1090[];
1935
+ steps: Shared_Type_106;
1936
+ predicates: Shared_Auxiliary_1139[];
1928
1937
  };
1929
- type Shared_Type_114 = {
1938
+ type Shared_Type_112 = {
1930
1939
  type: 'loop';
1931
1940
  id?: string | undefined;
1932
1941
  description?: string | undefined;
1933
1942
  metadata?: {
1934
1943
  [key: string]: unknown;
1935
1944
  } | undefined;
1936
- step: Shared_Type_105 | Shared_Type_106 | Shared_Type_107 | {
1945
+ step: Shared_Type_103 | Shared_Type_104 | Shared_Type_105 | {
1937
1946
  type: 'workflow';
1938
1947
  id: string;
1939
1948
  workflowId: string;
1940
1949
  description?: string | undefined;
1941
1950
  };
1942
1951
  loopType: 'dowhile' | 'dountil';
1943
- predicate: Shared_Auxiliary_1090;
1952
+ predicate: Shared_Auxiliary_1139;
1944
1953
  };
1945
- type Shared_Type_115 = Shared_Type_105 | Shared_Type_106 | Shared_Type_107 | {
1954
+ type Shared_Type_113 = Shared_Type_103 | Shared_Type_104 | Shared_Type_105 | {
1946
1955
  type: 'workflow';
1947
1956
  id: string;
1948
1957
  workflowId: string;
1949
1958
  description?: string | undefined;
1950
- } | Shared_Type_109 | Shared_Type_110 | Shared_Type_111 | Shared_Type_112 | Shared_Type_113 | Shared_Type_114;
1951
- type Shared_Type_116 = {
1959
+ } | Shared_Type_107 | Shared_Type_108 | Shared_Type_109 | Shared_Type_110 | Shared_Type_111 | Shared_Type_112;
1960
+ type Shared_Type_114 = {
1952
1961
  /** Transport type: stdio for local processes, http for remote servers */
1953
1962
  type: 'stdio' | 'http';
1954
1963
  /** Command to run (stdio only) */
@@ -1964,7 +1973,7 @@ type Shared_Type_116 = {
1964
1973
  /** Connection timeout in milliseconds */
1965
1974
  timeout?: number | undefined;
1966
1975
  };
1967
- type Shared_Type_117 = {
1976
+ type Shared_Type_115 = {
1968
1977
  id: string;
1969
1978
  /** MCP client status: draft, published, or archived */
1970
1979
  status: string;
@@ -1981,10 +1990,10 @@ type Shared_Type_117 = {
1981
1990
  description?: string | undefined;
1982
1991
  /** Map of server name to server configuration */
1983
1992
  servers: {
1984
- [key: string]: Shared_Type_116;
1993
+ [key: string]: Shared_Type_114;
1985
1994
  };
1986
1995
  };
1987
- type Shared_Type_118 = {
1996
+ type Shared_Type_116 = {
1988
1997
  type: 'stdio' | 'http';
1989
1998
  command?: string | undefined;
1990
1999
  args?: string[] | undefined;
@@ -1994,7 +2003,7 @@ type Shared_Type_118 = {
1994
2003
  url?: string | undefined;
1995
2004
  timeout?: number | undefined;
1996
2005
  };
1997
- type Shared_Type_119 = {
2006
+ type Shared_Type_117 = {
1998
2007
  /** Unique identifier for the version (UUID) */
1999
2008
  id: string;
2000
2009
  /** ID of the MCP client this version belongs to */
@@ -2006,7 +2015,7 @@ type Shared_Type_119 = {
2006
2015
  /** Description of the MCP client */
2007
2016
  description?: string | undefined;
2008
2017
  servers: {
2009
- [key: string]: Shared_Type_118;
2018
+ [key: string]: Shared_Type_116;
2010
2019
  };
2011
2020
  /** Array of field names that changed from the previous version */
2012
2021
  changedFields?: string[] | undefined;
@@ -2015,7 +2024,7 @@ type Shared_Type_119 = {
2015
2024
  /** When this version was created */
2016
2025
  createdAt: Date;
2017
2026
  };
2018
- type Shared_Type_120 = {
2027
+ type Shared_Type_118 = {
2019
2028
  id: string;
2020
2029
  /** Prompt block status: draft, published, or archived */
2021
2030
  status: string;
@@ -2041,7 +2050,7 @@ type Shared_Type_120 = {
2041
2050
  [key: string]: unknown;
2042
2051
  } | undefined;
2043
2052
  };
2044
- type Shared_Type_121 = {
2053
+ type Shared_Type_119 = {
2045
2054
  /** Unique identifier for the version (UUID) */
2046
2055
  id: string;
2047
2056
  /** ID of the prompt block this version belongs to */
@@ -2067,8 +2076,8 @@ type Shared_Type_121 = {
2067
2076
  /** When this version was created */
2068
2077
  createdAt: Date;
2069
2078
  };
2070
- type Shared_Type_122 = 'llm-judge' | 'answer-relevancy' | 'answer-similarity' | 'bias' | 'context-precision' | 'context-relevance' | 'faithfulness' | 'hallucination' | 'noise-sensitivity' | 'prompt-alignment' | 'tool-call-accuracy' | 'toxicity';
2071
- type Shared_Type_123 = {
2079
+ type Shared_Type_120 = 'llm-judge' | 'answer-relevancy' | 'answer-similarity' | 'bias' | 'context-precision' | 'context-relevance' | 'faithfulness' | 'hallucination' | 'noise-sensitivity' | 'prompt-alignment' | 'tool-call-accuracy' | 'toxicity';
2080
+ type Shared_Type_121 = {
2072
2081
  id: string;
2073
2082
  /** Scorer status: draft, published, or archived */
2074
2083
  status: string;
@@ -2084,7 +2093,7 @@ type Shared_Type_123 = {
2084
2093
  /** Description of the scorer */
2085
2094
  description?: string | undefined;
2086
2095
  /** Scorer type: llm-judge for custom, or a preset type name */
2087
- type: Shared_Type_122;
2096
+ type: Shared_Type_120;
2088
2097
  model?: Shared_Type_11 | undefined;
2089
2098
  /** System instructions for the judge LLM */
2090
2099
  instructions?: string | undefined;
@@ -2102,13 +2111,13 @@ type Shared_Type_123 = {
2102
2111
  rate: number;
2103
2112
  }) | undefined;
2104
2113
  };
2105
- type Shared_Type_124 = {
2114
+ type Shared_Type_122 = {
2106
2115
  /** Minimum score value (default: 0) */
2107
2116
  min?: number | undefined;
2108
2117
  /** Maximum score value (default: 1) */
2109
2118
  max?: number | undefined;
2110
2119
  } | undefined;
2111
- type Shared_Type_125 = {
2120
+ type Shared_Type_123 = {
2112
2121
  /** Unique identifier for the version (UUID) */
2113
2122
  id: string;
2114
2123
  /** ID of the scorer this version belongs to */
@@ -2119,7 +2128,7 @@ type Shared_Type_125 = {
2119
2128
  name: string;
2120
2129
  /** Description of the scorer */
2121
2130
  description?: string | undefined;
2122
- type: Shared_Type_122;
2131
+ type: Shared_Type_120;
2123
2132
  model?: Shared_Type_11 | undefined;
2124
2133
  instructions?: string | undefined;
2125
2134
  scoreRange?: {
@@ -2142,7 +2151,7 @@ type Shared_Type_125 = {
2142
2151
  /** When this version was created */
2143
2152
  createdAt: Date;
2144
2153
  };
2145
- type Shared_Type_126 = {
2154
+ type Shared_Type_124 = {
2146
2155
  id: string;
2147
2156
  /** Workspace status: draft, published, or archived */
2148
2157
  status: string;
@@ -2174,7 +2183,7 @@ type Shared_Type_126 = {
2174
2183
  /** Operation timeout in milliseconds */
2175
2184
  operationTimeout?: number | undefined;
2176
2185
  };
2177
- type Shared_Type_127 = {
2186
+ type Shared_Type_125 = {
2178
2187
  type: 'external';
2179
2188
  /** Package path for external source */
2180
2189
  packagePath: string;
@@ -2187,7 +2196,7 @@ type Shared_Type_127 = {
2187
2196
  /** Mastra path for managed source */
2188
2197
  mastraPath: string;
2189
2198
  };
2190
- type Shared_Type_128 = {
2199
+ type Shared_Type_126 = {
2191
2200
  id: string;
2192
2201
  /** Skill status: draft, published, or archived */
2193
2202
  status: string;
@@ -2211,7 +2220,7 @@ type Shared_Type_128 = {
2211
2220
  /** Compatibility requirements */
2212
2221
  compatibility?: unknown | undefined;
2213
2222
  /** Source location of the skill */
2214
- source?: Shared_Type_127 | undefined;
2223
+ source?: Shared_Type_125 | undefined;
2215
2224
  /** List of reference file paths */
2216
2225
  references?: string[] | undefined;
2217
2226
  /** List of script file paths */
@@ -2219,13 +2228,13 @@ type Shared_Type_128 = {
2219
2228
  /** List of asset file paths */
2220
2229
  assets?: string[] | undefined;
2221
2230
  /** Full file tree structure for the skill */
2222
- files?: Shared_Auxiliary_1230[] | undefined;
2231
+ files?: Shared_Auxiliary_1279[] | undefined;
2223
2232
  /** Additional metadata for the skill */
2224
2233
  metadata?: {
2225
2234
  [key: string]: unknown;
2226
2235
  } | undefined;
2227
2236
  };
2228
- type Shared_Type_129 = {
2237
+ type Shared_Type_127 = {
2229
2238
  id: string;
2230
2239
  name: string;
2231
2240
  description?: (string | undefined) | null;
@@ -2249,7 +2258,7 @@ type Shared_Type_129 = {
2249
2258
  createdAt: Date;
2250
2259
  updatedAt: Date;
2251
2260
  };
2252
- type Shared_Type_130 = {
2261
+ type Shared_Type_128 = {
2253
2262
  /** Name of the tool this mock applies to */
2254
2263
  toolName: string;
2255
2264
  /** Arguments to match against the tool call */
@@ -2261,13 +2270,13 @@ type Shared_Type_130 = {
2261
2270
  /** Argument matching mode. 'strict' (default) deep-equals args; 'ignore' matches on toolName only */
2262
2271
  matchArgs?: ('strict' | 'ignore') | undefined;
2263
2272
  };
2264
- type Shared_Type_131 = {
2273
+ type Shared_Type_129 = {
2265
2274
  /** How this item was created */
2266
2275
  type: 'csv' | 'json' | 'trace' | 'llm' | 'experiment-result' | 'candidate-screener';
2267
2276
  /** Reference identifier (e.g., trace id, csv filename) */
2268
2277
  referenceId?: string | undefined;
2269
2278
  };
2270
- type Shared_Type_132 = {
2279
+ type Shared_Type_130 = {
2271
2280
  id: string;
2272
2281
  datasetId: string;
2273
2282
  datasetVersion: number;
@@ -2276,22 +2285,22 @@ type Shared_Type_132 = {
2276
2285
  groundTruth?: unknown | undefined;
2277
2286
  expectedTrajectory?: unknown | undefined;
2278
2287
  /** Ordered item-level static tool mocks served in place of executing the real tool */
2279
- toolMocks?: Shared_Type_130[] | undefined;
2288
+ toolMocks?: (Shared_Type_128[] | undefined) | null;
2280
2289
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
2281
- unmockedToolPolicy?: ('allow' | 'deny') | undefined;
2282
- scorerIds?: string[] | undefined;
2283
- requestContext?: {
2290
+ unmockedToolPolicy?: (('allow' | 'deny') | undefined) | null;
2291
+ scorerIds?: (string[] | undefined) | null;
2292
+ requestContext?: ({
2284
2293
  [key: string]: unknown;
2285
- } | undefined;
2286
- metadata?: {
2294
+ } | undefined) | null;
2295
+ metadata?: ({
2287
2296
  [key: string]: unknown;
2288
- } | undefined;
2297
+ } | undefined) | null;
2289
2298
  /** Source/provenance of this dataset item */
2290
- source?: Shared_Type_131 | undefined;
2299
+ source?: (Shared_Type_129 | undefined) | null;
2291
2300
  createdAt: Date;
2292
2301
  updatedAt: Date;
2293
2302
  };
2294
- type Shared_Type_133 = {
2303
+ type Shared_Type_131 = {
2295
2304
  /** Step name to match */
2296
2305
  name: string;
2297
2306
  durationMs?: number | undefined;
@@ -2309,7 +2318,7 @@ type Shared_Type_133 = {
2309
2318
  } | undefined;
2310
2319
  success?: boolean | undefined;
2311
2320
  };
2312
- type Shared_Type_134 = {
2321
+ type Shared_Type_132 = {
2313
2322
  /** Step name to match */
2314
2323
  name: string;
2315
2324
  durationMs?: number | undefined;
@@ -2328,7 +2337,7 @@ type Shared_Type_134 = {
2328
2337
  mcpServer?: string | undefined;
2329
2338
  success?: boolean | undefined;
2330
2339
  };
2331
- type Shared_Type_135 = {
2340
+ type Shared_Type_133 = {
2332
2341
  /** Step name to match */
2333
2342
  name: string;
2334
2343
  durationMs?: number | undefined;
@@ -2343,7 +2352,7 @@ type Shared_Type_135 = {
2343
2352
  completionTokens?: number | undefined;
2344
2353
  finishReason?: string | undefined;
2345
2354
  };
2346
- type Shared_Type_136 = {
2355
+ type Shared_Type_134 = {
2347
2356
  /** Step name to match */
2348
2357
  name: string;
2349
2358
  durationMs?: number | undefined;
@@ -2355,7 +2364,7 @@ type Shared_Type_136 = {
2355
2364
  stepType: 'agent_run';
2356
2365
  agentId?: string | undefined;
2357
2366
  };
2358
- type Shared_Type_137 = {
2367
+ type Shared_Type_135 = {
2359
2368
  /** Step name to match */
2360
2369
  name: string;
2361
2370
  durationMs?: number | undefined;
@@ -2371,7 +2380,7 @@ type Shared_Type_137 = {
2371
2380
  [key: string]: unknown;
2372
2381
  } | undefined;
2373
2382
  };
2374
- type Shared_Type_138 = {
2383
+ type Shared_Type_136 = {
2375
2384
  /** Step name to match */
2376
2385
  name: string;
2377
2386
  durationMs?: number | undefined;
@@ -2384,7 +2393,7 @@ type Shared_Type_138 = {
2384
2393
  workflowId?: string | undefined;
2385
2394
  status?: string | undefined;
2386
2395
  };
2387
- type Shared_Type_139 = {
2396
+ type Shared_Type_137 = {
2388
2397
  /** Step name to match */
2389
2398
  name: string;
2390
2399
  durationMs?: number | undefined;
@@ -2397,7 +2406,7 @@ type Shared_Type_139 = {
2397
2406
  conditionCount?: number | undefined;
2398
2407
  selectedSteps?: string[] | undefined;
2399
2408
  };
2400
- type Shared_Type_140 = {
2409
+ type Shared_Type_138 = {
2401
2410
  /** Step name to match */
2402
2411
  name: string;
2403
2412
  durationMs?: number | undefined;
@@ -2410,7 +2419,7 @@ type Shared_Type_140 = {
2410
2419
  branchCount?: number | undefined;
2411
2420
  parallelSteps?: string[] | undefined;
2412
2421
  };
2413
- type Shared_Type_141 = {
2422
+ type Shared_Type_139 = {
2414
2423
  /** Step name to match */
2415
2424
  name: string;
2416
2425
  durationMs?: number | undefined;
@@ -2423,7 +2432,7 @@ type Shared_Type_141 = {
2423
2432
  loopType?: string | undefined;
2424
2433
  totalIterations?: number | undefined;
2425
2434
  };
2426
- type Shared_Type_142 = {
2435
+ type Shared_Type_140 = {
2427
2436
  /** Step name to match */
2428
2437
  name: string;
2429
2438
  durationMs?: number | undefined;
@@ -2436,7 +2445,7 @@ type Shared_Type_142 = {
2436
2445
  sleepDurationMs?: number | undefined;
2437
2446
  sleepType?: string | undefined;
2438
2447
  };
2439
- type Shared_Type_143 = {
2448
+ type Shared_Type_141 = {
2440
2449
  /** Step name to match */
2441
2450
  name: string;
2442
2451
  durationMs?: number | undefined;
@@ -2449,7 +2458,7 @@ type Shared_Type_143 = {
2449
2458
  eventName?: string | undefined;
2450
2459
  eventReceived?: boolean | undefined;
2451
2460
  };
2452
- type Shared_Type_144 = {
2461
+ type Shared_Type_142 = {
2453
2462
  /** Step name to match */
2454
2463
  name: string;
2455
2464
  durationMs?: number | undefined;
@@ -2461,8 +2470,8 @@ type Shared_Type_144 = {
2461
2470
  stepType: 'processor_run';
2462
2471
  processorId?: string | undefined;
2463
2472
  };
2464
- type Shared_Type_145 = Shared_Type_133 | Shared_Type_134 | Shared_Type_135 | Shared_Type_136 | Shared_Type_137 | Shared_Type_138 | Shared_Type_139 | Shared_Type_140 | Shared_Type_141 | Shared_Type_142 | Shared_Type_143 | Shared_Type_144;
2465
- type Shared_Type_146 = {
2473
+ type Shared_Type_143 = Shared_Type_131 | Shared_Type_132 | Shared_Type_133 | Shared_Type_134 | Shared_Type_135 | Shared_Type_136 | Shared_Type_137 | Shared_Type_138 | Shared_Type_139 | Shared_Type_140 | Shared_Type_141 | Shared_Type_142;
2474
+ type Shared_Type_144 = {
2466
2475
  /** Step name to match */
2467
2476
  name: string;
2468
2477
  durationMs?: number | undefined;
@@ -2473,9 +2482,9 @@ type Shared_Type_146 = {
2473
2482
  children?: unknown | undefined;
2474
2483
  stepType?: undefined | undefined;
2475
2484
  };
2476
- type Shared_Type_147 = {
2485
+ type Shared_Type_145 = {
2477
2486
  /** Expected steps for accuracy checking */
2478
- steps?: (Shared_Type_145 | Shared_Type_146)[] | undefined;
2487
+ steps?: (Shared_Type_143 | Shared_Type_144)[] | undefined;
2479
2488
  /** How to compare step ordering (default: relaxed) */
2480
2489
  ordering?: ('strict' | 'relaxed' | 'unordered') | undefined;
2481
2490
  /** Whether to allow repeated steps (default: true) */
@@ -2495,7 +2504,7 @@ type Shared_Type_147 = {
2495
2504
  /** Maximum retries per tool before penalizing (default: 2) */
2496
2505
  maxRetriesPerTool?: number | undefined;
2497
2506
  };
2498
- type Shared_Type_148 = {
2507
+ type Shared_Type_146 = {
2499
2508
  source?: string | undefined;
2500
2509
  sourceId?: string | undefined;
2501
2510
  sourceVersion?: string | undefined;
@@ -2503,7 +2512,7 @@ type Shared_Type_148 = {
2503
2512
  [key: string]: unknown;
2504
2513
  } | undefined;
2505
2514
  };
2506
- type Shared_Type_149 = {
2515
+ type Shared_Type_147 = {
2507
2516
  id: string;
2508
2517
  datasetId: string | null;
2509
2518
  datasetVersion: number | null;
@@ -2516,7 +2525,7 @@ type Shared_Type_149 = {
2516
2525
  metadata?: {
2517
2526
  [key: string]: unknown;
2518
2527
  } | undefined;
2519
- provenance?: (Shared_Type_148 | null) | undefined;
2528
+ provenance?: (Shared_Type_146 | null) | undefined;
2520
2529
  runnerAttestation?: ({
2521
2530
  runnerId: string;
2522
2531
  invocationId: string;
@@ -2536,7 +2545,7 @@ type Shared_Type_149 = {
2536
2545
  createdAt: Date;
2537
2546
  updatedAt: Date;
2538
2547
  };
2539
- type Shared_Type_150 = {
2548
+ type Shared_Type_148 = {
2540
2549
  served: {
2541
2550
  mockIndex: number;
2542
2551
  toolName: string;
@@ -2557,7 +2566,7 @@ type Shared_Type_150 = {
2557
2566
  args: unknown;
2558
2567
  } | undefined;
2559
2568
  };
2560
- type Shared_Type_151 = {
2569
+ type Shared_Type_149 = {
2561
2570
  id: string;
2562
2571
  experimentId: string;
2563
2572
  itemId: string;
@@ -2583,10 +2592,10 @@ type Shared_Type_151 = {
2583
2592
  tags?: (string[] | null) | undefined;
2584
2593
  comment?: (string | null) | undefined;
2585
2594
  /** Diagnostic receipt for item-level tool mocks */
2586
- toolMockReport?: (Shared_Type_150 | undefined) | null;
2595
+ toolMockReport?: (Shared_Type_148 | undefined) | null;
2587
2596
  createdAt: Date;
2588
2597
  };
2589
- type Shared_Type_152 = {
2598
+ type Shared_Type_150 = {
2590
2599
  id: string;
2591
2600
  status: 'pending' | 'running' | 'suspended' | 'completed' | 'failed' | 'cancelled' | 'timed_out';
2592
2601
  toolName: string;
@@ -2611,7 +2620,7 @@ type Shared_Type_152 = {
2611
2620
  timeoutMs: number;
2612
2621
  suspendPayload?: unknown | undefined;
2613
2622
  };
2614
- type Shared_Type_153 = {
2623
+ type Shared_Type_151 = {
2615
2624
  kind: 'custom';
2616
2625
  provider: string;
2617
2626
  modelId?: string | undefined;
@@ -2619,7 +2628,7 @@ type Shared_Type_153 = {
2619
2628
  provider: string;
2620
2629
  modelId?: string | undefined;
2621
2630
  };
2622
- type Shared_Type_154 = {
2631
+ type Shared_Type_152 = {
2623
2632
  kind: 'custom';
2624
2633
  provider: string;
2625
2634
  modelId: string;
@@ -2627,13 +2636,13 @@ type Shared_Type_154 = {
2627
2636
  provider: string;
2628
2637
  modelId: string;
2629
2638
  };
2630
- type Shared_Type_155 = {
2639
+ type Shared_Type_153 = {
2631
2640
  behavior?: ('deliver' | 'persist' | 'discard') | undefined;
2632
2641
  attributes?: {
2633
2642
  [key: string]: (string | number | boolean | null) | undefined;
2634
2643
  } | undefined;
2635
2644
  };
2636
- type Shared_Type_156 = {
2645
+ type Shared_Type_154 = {
2637
2646
  behavior?: ('wake' | 'persist' | 'discard') | undefined;
2638
2647
  attributes?: {
2639
2648
  [key: string]: (string | number | boolean | null) | undefined;
@@ -2644,7 +2653,7 @@ type Shared_Type_156 = {
2644
2653
  } | undefined;
2645
2654
  } | undefined;
2646
2655
  };
2647
- type Shared_Type_157 = {
2656
+ type Shared_Type_155 = {
2648
2657
  id: string;
2649
2658
  agentId: string;
2650
2659
  workflowId?: undefined | undefined;
@@ -2664,8 +2673,8 @@ type Shared_Type_157 = {
2664
2673
  attributes?: {
2665
2674
  [key: string]: (string | number | boolean | null) | undefined;
2666
2675
  } | undefined;
2667
- ifActive?: Shared_Type_155 | undefined;
2668
- ifIdle?: Shared_Type_156 | undefined;
2676
+ ifActive?: Shared_Type_153 | undefined;
2677
+ ifIdle?: Shared_Type_154 | undefined;
2669
2678
  providerOptions?: {
2670
2679
  [key: string]: unknown;
2671
2680
  } | undefined;
@@ -2675,14 +2684,14 @@ type Shared_Type_157 = {
2675
2684
  createdAt: number;
2676
2685
  updatedAt: number;
2677
2686
  };
2678
- type Shared_Type_158 = {
2687
+ type Shared_Type_156 = {
2679
2688
  status: 'running' | 'success' | 'failed' | 'tripwire' | 'suspended' | 'waiting' | 'pending' | 'canceled' | 'bailed' | 'paused' | 'skipped';
2680
2689
  startedAt?: number | undefined;
2681
2690
  completedAt?: number | undefined;
2682
2691
  durationMs?: number | undefined;
2683
2692
  error?: string | undefined;
2684
2693
  };
2685
- type Shared_Type_159 = {
2694
+ type Shared_Type_157 = {
2686
2695
  id: string;
2687
2696
  workflowId: string;
2688
2697
  agentId?: undefined | undefined;
@@ -2692,7 +2701,7 @@ type Shared_Type_159 = {
2692
2701
  nextFireAt: number;
2693
2702
  lastFireAt?: number | undefined;
2694
2703
  lastRunId?: string | undefined;
2695
- lastRun?: Shared_Type_158 | undefined;
2704
+ lastRun?: Shared_Type_156 | undefined;
2696
2705
  inputData?: unknown | undefined;
2697
2706
  initialState?: unknown | undefined;
2698
2707
  requestContext?: {
@@ -2880,7 +2889,11 @@ export type PostAgentsAgentIdGenerate_Body = {
2880
2889
  maxSteps?: number | undefined;
2881
2890
  stopWhen?: unknown | undefined;
2882
2891
  model?: string | undefined;
2883
- providerOptions?: Shared_Type_45 | undefined;
2892
+ providerOptions?: {
2893
+ [key: string]: {
2894
+ [key: string]: Shared_Auxiliary_272;
2895
+ };
2896
+ } | undefined;
2884
2897
  modelSettings?: unknown | undefined;
2885
2898
  activeTools?: string[] | undefined;
2886
2899
  toolsets?: {
@@ -2903,9 +2916,9 @@ export type PostAgentsAgentIdGenerate_Body = {
2903
2916
  };
2904
2917
  }) | undefined;
2905
2918
  returnScorerData?: boolean | undefined;
2906
- tracingOptions?: Shared_Type_46 | undefined;
2919
+ tracingOptions?: Shared_Type_45 | undefined;
2907
2920
  output?: unknown | undefined;
2908
- structuredOutput?: Shared_Type_47 | undefined;
2921
+ structuredOutput?: Shared_Type_46 | undefined;
2909
2922
  untilIdle?: (boolean | {
2910
2923
  maxIdleMs?: number | undefined;
2911
2924
  }) | undefined;
@@ -2991,7 +3004,11 @@ export type PostAgentsAgentIdStreamUntilIdle_Body = {
2991
3004
  maxSteps?: number | undefined;
2992
3005
  stopWhen?: unknown | undefined;
2993
3006
  model?: string | undefined;
2994
- providerOptions?: Shared_Type_45 | undefined;
3007
+ providerOptions?: {
3008
+ [key: string]: {
3009
+ [key: string]: Shared_Auxiliary_272;
3010
+ };
3011
+ } | undefined;
2995
3012
  modelSettings?: unknown | undefined;
2996
3013
  activeTools?: string[] | undefined;
2997
3014
  toolsets?: {
@@ -3014,9 +3031,9 @@ export type PostAgentsAgentIdStreamUntilIdle_Body = {
3014
3031
  };
3015
3032
  }) | undefined;
3016
3033
  returnScorerData?: boolean | undefined;
3017
- tracingOptions?: Shared_Type_46 | undefined;
3034
+ tracingOptions?: Shared_Type_45 | undefined;
3018
3035
  output?: unknown | undefined;
3019
- structuredOutput?: Shared_Type_47 | undefined;
3036
+ structuredOutput?: Shared_Type_46 | undefined;
3020
3037
  untilIdle?: (boolean | {
3021
3038
  maxIdleMs?: number | undefined;
3022
3039
  }) | undefined;
@@ -3099,19 +3116,19 @@ export interface PostAgentsAgentIdObserve_RouteContract {
3099
3116
  }
3100
3117
  export type PostAgentsAgentIdSendMessage_PathParams = GetAgentsAgentId_PathParams;
3101
3118
  export type PostAgentsAgentIdSendMessage_Body = {
3102
- ifActive?: Shared_Type_48 | undefined;
3119
+ ifActive?: Shared_Type_47 | undefined;
3103
3120
  runId: string;
3104
3121
  resourceId?: string | undefined;
3105
3122
  threadId?: string | undefined;
3106
3123
  ifIdle?: undefined | undefined;
3107
- message: (string | (Shared_Type_49 | Shared_Type_50)[]) | Shared_Type_51;
3124
+ message: (string | (Shared_Type_48 | Shared_Type_49)[]) | Shared_Type_50;
3108
3125
  } | {
3109
- ifActive?: Shared_Type_48 | undefined;
3126
+ ifActive?: Shared_Type_47 | undefined;
3110
3127
  runId?: undefined | undefined;
3111
3128
  resourceId: string;
3112
3129
  threadId: string;
3113
- ifIdle?: Shared_Type_53 | undefined;
3114
- message: (string | (Shared_Type_49 | Shared_Type_50)[]) | Shared_Type_51;
3130
+ ifIdle?: Shared_Type_52 | undefined;
3131
+ message: (string | (Shared_Type_48 | Shared_Type_49)[]) | Shared_Type_50;
3115
3132
  };
3116
3133
  export type PostAgentsAgentIdSendMessage_Response = {
3117
3134
  accepted: true;
@@ -3161,19 +3178,19 @@ export interface PostAgentsAgentIdQueueMessage_RouteContract {
3161
3178
  }
3162
3179
  export type PostAgentsAgentIdSignals_PathParams = GetAgentsAgentId_PathParams;
3163
3180
  export type PostAgentsAgentIdSignals_Body = {
3164
- ifActive?: Shared_Type_48 | undefined;
3181
+ ifActive?: Shared_Type_47 | undefined;
3165
3182
  runId: string;
3166
3183
  resourceId?: string | undefined;
3167
3184
  threadId?: string | undefined;
3168
3185
  ifIdle?: undefined | undefined;
3169
- signal: Shared_Type_54 | Shared_Type_55;
3186
+ signal: Shared_Type_53 | Shared_Type_54;
3170
3187
  } | {
3171
- ifActive?: Shared_Type_48 | undefined;
3188
+ ifActive?: Shared_Type_47 | undefined;
3172
3189
  runId?: undefined | undefined;
3173
3190
  resourceId: string;
3174
3191
  threadId: string;
3175
- ifIdle?: Shared_Type_53 | undefined;
3176
- signal: Shared_Type_54 | Shared_Type_55;
3192
+ ifIdle?: Shared_Type_52 | undefined;
3193
+ signal: Shared_Type_53 | Shared_Type_54;
3177
3194
  };
3178
3195
  export type PostAgentsAgentIdSignals_Response = PostAgentsAgentIdSendMessage_Response;
3179
3196
  export type PostAgentsAgentIdSignals_Request = Simplify<(PostAgentsAgentIdSignals_PathParams extends never ? {} : {
@@ -3437,7 +3454,11 @@ export type PostAgentsAgentIdResumeStream_Body = {
3437
3454
  maxSteps?: number | undefined;
3438
3455
  stopWhen?: unknown | undefined;
3439
3456
  model?: string | undefined;
3440
- providerOptions?: Shared_Type_45 | undefined;
3457
+ providerOptions?: {
3458
+ [key: string]: {
3459
+ [key: string]: Shared_Auxiliary_272;
3460
+ };
3461
+ } | undefined;
3441
3462
  modelSettings?: unknown | undefined;
3442
3463
  activeTools?: string[] | undefined;
3443
3464
  toolsets?: {
@@ -3460,9 +3481,9 @@ export type PostAgentsAgentIdResumeStream_Body = {
3460
3481
  };
3461
3482
  }) | undefined;
3462
3483
  returnScorerData?: boolean | undefined;
3463
- tracingOptions?: Shared_Type_46 | undefined;
3484
+ tracingOptions?: Shared_Type_45 | undefined;
3464
3485
  output?: unknown | undefined;
3465
- structuredOutput?: Shared_Type_47 | undefined;
3486
+ structuredOutput?: Shared_Type_46 | undefined;
3466
3487
  untilIdle?: (boolean | {
3467
3488
  maxIdleMs?: number | undefined;
3468
3489
  }) | undefined;
@@ -3645,7 +3666,11 @@ export type PostAgentsAgentIdResumeStreamUntilIdle_Body = {
3645
3666
  maxSteps?: number | undefined;
3646
3667
  stopWhen?: unknown | undefined;
3647
3668
  model?: string | undefined;
3648
- providerOptions?: Shared_Type_45 | undefined;
3669
+ providerOptions?: {
3670
+ [key: string]: {
3671
+ [key: string]: Shared_Auxiliary_272;
3672
+ };
3673
+ } | undefined;
3649
3674
  modelSettings?: unknown | undefined;
3650
3675
  activeTools?: string[] | undefined;
3651
3676
  toolsets?: {
@@ -3668,9 +3693,9 @@ export type PostAgentsAgentIdResumeStreamUntilIdle_Body = {
3668
3693
  };
3669
3694
  }) | undefined;
3670
3695
  returnScorerData?: boolean | undefined;
3671
- tracingOptions?: Shared_Type_46 | undefined;
3696
+ tracingOptions?: Shared_Type_45 | undefined;
3672
3697
  output?: unknown | undefined;
3673
- structuredOutput?: Shared_Type_47 | undefined;
3698
+ structuredOutput?: Shared_Type_46 | undefined;
3674
3699
  untilIdle?: (boolean | {
3675
3700
  maxIdleMs?: number | undefined;
3676
3701
  }) | undefined;
@@ -4177,7 +4202,7 @@ export interface PostAgentsAgentIdStreamUi_RouteContract {
4177
4202
  }
4178
4203
  export type GetAuthCapabilities_Response = {
4179
4204
  enabled: boolean;
4180
- login: Shared_Type_56 | null;
4205
+ login: Shared_Type_55 | null;
4181
4206
  user: {
4182
4207
  id: string;
4183
4208
  email?: string | undefined;
@@ -4197,7 +4222,7 @@ export type GetAuthCapabilities_Response = {
4197
4222
  } | null;
4198
4223
  } | {
4199
4224
  enabled: boolean;
4200
- login: Shared_Type_56 | null;
4225
+ login: Shared_Type_55 | null;
4201
4226
  };
4202
4227
  export type GetAuthCapabilities_Request = Simplify<(never extends never ? {} : {
4203
4228
  params: never;
@@ -4428,7 +4453,7 @@ export interface GetAuthPermissionPatterns_RouteContract {
4428
4453
  }
4429
4454
  export type GetWorkflows_QueryParams = GetAgents_QueryParams;
4430
4455
  export type GetWorkflows_Response = {
4431
- [key: string]: Shared_Type_59;
4456
+ [key: string]: Shared_Type_58;
4432
4457
  };
4433
4458
  export type GetWorkflows_Request = Simplify<(never extends never ? {} : {
4434
4459
  params: never;
@@ -4478,7 +4503,7 @@ export type GetWorkflowsWorkflowId_PathParams = {
4478
4503
  /** Unique identifier for the workflow */
4479
4504
  workflowId: string;
4480
4505
  };
4481
- export type GetWorkflowsWorkflowId_Response = Shared_Type_59;
4506
+ export type GetWorkflowsWorkflowId_Response = Shared_Type_58;
4482
4507
  export type GetWorkflowsWorkflowId_Request = Simplify<(GetWorkflowsWorkflowId_PathParams extends never ? {} : {
4483
4508
  params: GetWorkflowsWorkflowId_PathParams;
4484
4509
  }) & (never extends never ? {} : {} extends never ? {
@@ -4572,7 +4597,7 @@ export type GetWorkflowsWorkflowIdRunsRunId_Response = {
4572
4597
  activeStepsPath?: {
4573
4598
  [key: string]: number[];
4574
4599
  } | undefined;
4575
- serializedStepGraph?: Shared_Type_58[] | undefined;
4600
+ serializedStepGraph?: Shared_Type_57[] | undefined;
4576
4601
  };
4577
4602
  export type GetWorkflowsWorkflowIdRunsRunId_Request = Simplify<(GetWorkflowsWorkflowIdRunsRunId_PathParams extends never ? {} : {
4578
4603
  params: GetWorkflowsWorkflowIdRunsRunId_PathParams;
@@ -4656,7 +4681,7 @@ export type PostWorkflowsWorkflowIdStream_Body = {
4656
4681
  requestContext?: {
4657
4682
  [key: string]: unknown;
4658
4683
  } | undefined;
4659
- tracingOptions?: Shared_Type_46 | undefined;
4684
+ tracingOptions?: Shared_Type_45 | undefined;
4660
4685
  perStep?: boolean | undefined;
4661
4686
  closeOnSuspend?: boolean | undefined;
4662
4687
  };
@@ -4687,7 +4712,7 @@ export type PostWorkflowsWorkflowIdResumeStream_Body = {
4687
4712
  requestContext?: {
4688
4713
  [key: string]: unknown;
4689
4714
  } | undefined;
4690
- tracingOptions?: Shared_Type_46 | undefined;
4715
+ tracingOptions?: Shared_Type_45 | undefined;
4691
4716
  perStep?: boolean | undefined;
4692
4717
  forEachIndex?: number | undefined;
4693
4718
  };
@@ -4720,7 +4745,7 @@ export type PostWorkflowsWorkflowIdStartAsync_Body = {
4720
4745
  requestContext?: {
4721
4746
  [key: string]: unknown;
4722
4747
  } | undefined;
4723
- tracingOptions?: Shared_Type_46 | undefined;
4748
+ tracingOptions?: Shared_Type_45 | undefined;
4724
4749
  perStep?: boolean | undefined;
4725
4750
  };
4726
4751
  export type PostWorkflowsWorkflowIdStartAsync_Response = {
@@ -4735,7 +4760,7 @@ export type PostWorkflowsWorkflowIdStartAsync_Response = {
4735
4760
  activeStepsPath?: {
4736
4761
  [key: string]: number[];
4737
4762
  } | undefined;
4738
- serializedStepGraph?: Shared_Type_58[] | undefined;
4763
+ serializedStepGraph?: Shared_Type_57[] | undefined;
4739
4764
  };
4740
4765
  export type PostWorkflowsWorkflowIdStartAsync_Request = Simplify<(PostWorkflowsWorkflowIdStartAsync_PathParams extends never ? {} : {
4741
4766
  params: PostWorkflowsWorkflowIdStartAsync_PathParams;
@@ -4914,7 +4939,7 @@ export type PostWorkflowsWorkflowIdTimeTravel_Body = {
4914
4939
  requestContext?: {
4915
4940
  [key: string]: unknown;
4916
4941
  } | undefined;
4917
- tracingOptions?: Shared_Type_46 | undefined;
4942
+ tracingOptions?: Shared_Type_45 | undefined;
4918
4943
  perStep?: boolean | undefined;
4919
4944
  };
4920
4945
  export type PostWorkflowsWorkflowIdTimeTravel_Response = PostAgentsAgentIdModel_Response;
@@ -4988,7 +5013,7 @@ export type PostWorkflowsWorkflowIdRestart_Body = {
4988
5013
  requestContext?: {
4989
5014
  [key: string]: unknown;
4990
5015
  } | undefined;
4991
- tracingOptions?: Shared_Type_46 | undefined;
5016
+ tracingOptions?: Shared_Type_45 | undefined;
4992
5017
  };
4993
5018
  export type PostWorkflowsWorkflowIdRestart_Response = PostAgentsAgentIdModel_Response;
4994
5019
  export type PostWorkflowsWorkflowIdRestart_Request = Simplify<(PostWorkflowsWorkflowIdRestart_PathParams extends never ? {} : {
@@ -5291,7 +5316,7 @@ export interface GetProcessorsProcessorId_RouteContract {
5291
5316
  export type PostProcessorsProcessorIdExecute_PathParams = GetProcessorsProcessorId_PathParams;
5292
5317
  export type PostProcessorsProcessorIdExecute_Body = {
5293
5318
  phase: 'input' | 'inputStep' | 'outputStream' | 'outputResult' | 'outputStep' | 'toolResult';
5294
- messages: Shared_Type_60[];
5319
+ messages: Shared_Type_59[];
5295
5320
  agentId?: string | undefined;
5296
5321
  requestContext?: {
5297
5322
  [key: string]: unknown;
@@ -5300,9 +5325,9 @@ export type PostProcessorsProcessorIdExecute_Body = {
5300
5325
  export type PostProcessorsProcessorIdExecute_Response = {
5301
5326
  success: boolean;
5302
5327
  phase: string;
5303
- messages?: Shared_Type_60[] | undefined;
5328
+ messages?: Shared_Type_59[] | undefined;
5304
5329
  messageList?: {
5305
- messages: Shared_Type_60[];
5330
+ messages: Shared_Type_59[];
5306
5331
  } | undefined;
5307
5332
  tripwire?: {
5308
5333
  triggered: boolean;
@@ -5348,12 +5373,12 @@ export type PostV1Responses_Body = {
5348
5373
  format: {
5349
5374
  /** Requests JSON object output compatibility for the response */
5350
5375
  type: 'json_object';
5351
- } | Shared_Type_61;
5376
+ } | Shared_Type_60;
5352
5377
  } | undefined;
5353
5378
  /** Optional conversation ID. In Mastra this is the raw threadId. */
5354
5379
  conversation_id?: string | undefined;
5355
5380
  /** Optional provider-specific options passed through to the underlying model call */
5356
- providerOptions?: Shared_Type_62 | undefined;
5381
+ providerOptions?: Shared_Type_61 | undefined;
5357
5382
  stream: boolean | undefined;
5358
5383
  store: boolean | undefined;
5359
5384
  previous_response_id?: string | undefined;
@@ -5377,7 +5402,7 @@ export type PostV1Responses_Response = {
5377
5402
  annotations?: unknown[] | undefined;
5378
5403
  logprobs?: unknown[] | undefined;
5379
5404
  }[];
5380
- } | Shared_Type_63 | {
5405
+ } | Shared_Type_62 | {
5381
5406
  id: string;
5382
5407
  type: 'function_call_output';
5383
5408
  call_id: string;
@@ -5401,11 +5426,11 @@ export type PostV1Responses_Response = {
5401
5426
  format: {
5402
5427
  /** Requests JSON object output compatibility for the response */
5403
5428
  type: 'json_object';
5404
- } | Shared_Type_61;
5429
+ } | Shared_Type_60;
5405
5430
  } | null) | undefined;
5406
5431
  previous_response_id?: (string | null) | undefined;
5407
5432
  conversation_id?: (string | null) | undefined;
5408
- providerOptions?: Shared_Type_62 | undefined;
5433
+ providerOptions?: Shared_Type_61 | undefined;
5409
5434
  tools?: {
5410
5435
  type: 'function';
5411
5436
  name: string;
@@ -5497,7 +5522,7 @@ export type PostV1Conversations_Body = {
5497
5522
  export type PostV1Conversations_Response = {
5498
5523
  id: string;
5499
5524
  object: 'conversation';
5500
- thread: Shared_Type_64;
5525
+ thread: Shared_Type_63;
5501
5526
  };
5502
5527
  export type PostV1Conversations_Request = Simplify<(never extends never ? {} : {
5503
5528
  params: never;
@@ -5559,7 +5584,7 @@ export type GetV1ConversationsConversationIdItems_Response = {
5559
5584
  annotations?: unknown[] | undefined;
5560
5585
  logprobs?: unknown[] | undefined;
5561
5586
  })[];
5562
- } | Shared_Type_63 | {
5587
+ } | Shared_Type_62 | {
5563
5588
  id: string;
5564
5589
  type: 'function_call_output';
5565
5590
  call_id: string;
@@ -5721,8 +5746,8 @@ export type GetMemoryObservationalMemory_QueryParams = {
5721
5746
  limit?: number | undefined;
5722
5747
  };
5723
5748
  export type GetMemoryObservationalMemory_Response = {
5724
- record: Shared_Type_66 | null;
5725
- history?: Shared_Type_66[] | undefined;
5749
+ record: Shared_Type_65 | null;
5750
+ history?: Shared_Type_65[] | undefined;
5726
5751
  };
5727
5752
  export type GetMemoryObservationalMemory_Request = Simplify<(never extends never ? {} : {
5728
5753
  params: never;
@@ -5745,7 +5770,7 @@ export interface GetMemoryObservationalMemory_RouteContract {
5745
5770
  }
5746
5771
  export type PostMemoryObservationalMemoryBufferStatus_Body = GetMemoryStatus_QueryParams;
5747
5772
  export type PostMemoryObservationalMemoryBufferStatus_Response = {
5748
- record: Shared_Type_66 | null;
5773
+ record: Shared_Type_65 | null;
5749
5774
  };
5750
5775
  export type PostMemoryObservationalMemoryBufferStatus_Request = Simplify<(never extends never ? {} : {
5751
5776
  params: never;
@@ -5784,7 +5809,7 @@ export type GetMemoryThreads_Response = {
5784
5809
  page: number;
5785
5810
  perPage: number | false;
5786
5811
  hasMore: boolean;
5787
- threads: Shared_Type_64[];
5812
+ threads: Shared_Type_63[];
5788
5813
  };
5789
5814
  export type GetMemoryThreads_Request = Simplify<(never extends never ? {} : {
5790
5815
  params: never;
@@ -5813,7 +5838,7 @@ export type GetMemoryThreadsThreadId_QueryParams = {
5813
5838
  agentId?: string | undefined;
5814
5839
  resourceId?: string | undefined;
5815
5840
  };
5816
- export type GetMemoryThreadsThreadId_Response = Shared_Type_64;
5841
+ export type GetMemoryThreadsThreadId_Response = Shared_Type_63;
5817
5842
  export type GetMemoryThreadsThreadId_Request = Simplify<(GetMemoryThreadsThreadId_PathParams extends never ? {} : {
5818
5843
  params: GetMemoryThreadsThreadId_PathParams;
5819
5844
  }) & (GetMemoryThreadsThreadId_QueryParams extends never ? {} : {} extends GetMemoryThreadsThreadId_QueryParams ? {
@@ -5849,7 +5874,7 @@ export type GetMemoryThreadsThreadIdMessages_QueryParams = {
5849
5874
  withPreviousMessages?: number | undefined;
5850
5875
  withNextMessages?: number | undefined;
5851
5876
  }[] | undefined;
5852
- filter?: Shared_Type_67 | undefined;
5877
+ filter?: Shared_Type_66 | undefined;
5853
5878
  includeSystemReminders?: boolean | undefined;
5854
5879
  };
5855
5880
  export type GetMemoryThreadsThreadIdMessages_Response = {
@@ -6036,7 +6061,7 @@ export type PostMemoryThreadsThreadIdClone_Body = {
6036
6061
  } | undefined;
6037
6062
  };
6038
6063
  export type PostMemoryThreadsThreadIdClone_Response = {
6039
- thread: Shared_Type_64;
6064
+ thread: Shared_Type_63;
6040
6065
  clonedMessages: unknown[];
6041
6066
  };
6042
6067
  export type PostMemoryThreadsThreadIdClone_Request = Simplify<(PostMemoryThreadsThreadIdClone_PathParams extends never ? {} : {
@@ -6234,7 +6259,7 @@ export type GetMemoryNetworkThreadsThreadIdMessages_QueryParams = {
6234
6259
  withPreviousMessages?: number | undefined;
6235
6260
  withNextMessages?: number | undefined;
6236
6261
  }[] | undefined;
6237
- filter?: Shared_Type_67 | undefined;
6262
+ filter?: Shared_Type_66 | undefined;
6238
6263
  };
6239
6264
  export type GetMemoryNetworkThreadsThreadIdMessages_Response = GetMemoryThreadsThreadIdMessages_Response;
6240
6265
  export type GetMemoryNetworkThreadsThreadIdMessages_Request = Simplify<(GetMemoryNetworkThreadsThreadIdMessages_PathParams extends never ? {} : {
@@ -6368,7 +6393,7 @@ export interface PostMemoryNetworkMessagesDelete_RouteContract {
6368
6393
  responseType: 'json';
6369
6394
  }
6370
6395
  export type GetScoresScorers_Response = {
6371
- [key: string]: Shared_Type_69;
6396
+ [key: string]: Shared_Type_68;
6372
6397
  };
6373
6398
  export type GetScoresScorers_Request = Simplify<(never extends never ? {} : {
6374
6399
  params: never;
@@ -6393,7 +6418,7 @@ export type GetScoresScorersScorerId_PathParams = {
6393
6418
  /** Unique identifier for the scorer */
6394
6419
  scorerId: string;
6395
6420
  };
6396
- export type GetScoresScorersScorerId_Response = Shared_Type_69 | null;
6421
+ export type GetScoresScorersScorerId_Response = Shared_Type_68 | null;
6397
6422
  export type GetScoresScorersScorerId_Request = Simplify<(GetScoresScorersScorerId_PathParams extends never ? {} : {
6398
6423
  params: GetScoresScorersScorerId_PathParams;
6399
6424
  }) & (never extends never ? {} : {} extends never ? {
@@ -6524,18 +6549,18 @@ export interface PostScores_RouteContract {
6524
6549
  responseType: 'json';
6525
6550
  }
6526
6551
  export type GetObservabilityTraces_QueryParams = {
6527
- startedAt?: ((Shared_Type_70 | undefined) | undefined) | unknown;
6528
- endedAt?: ((Shared_Type_70 | undefined) | undefined) | unknown;
6529
- spanType?: (Shared_Type_71 | undefined) | undefined;
6552
+ startedAt?: ((Shared_Type_69 | undefined) | undefined) | unknown;
6553
+ endedAt?: ((Shared_Type_69 | undefined) | undefined) | unknown;
6554
+ spanType?: (Shared_Type_70 | undefined) | undefined;
6530
6555
  /** Filter by trace ID (matches root span) */
6531
6556
  traceId?: (string | undefined) | undefined;
6532
- entityType?: ((Shared_Type_72 | null) | undefined) | undefined;
6557
+ entityType?: ((Shared_Type_71 | null) | undefined) | undefined;
6533
6558
  entityId?: ((string | null) | undefined) | undefined;
6534
6559
  entityName?: ((string | null) | undefined) | undefined;
6535
- parentEntityType?: ((Shared_Type_72 | null) | undefined) | undefined;
6560
+ parentEntityType?: ((Shared_Type_71 | null) | undefined) | undefined;
6536
6561
  parentEntityId?: ((string | null) | undefined) | undefined;
6537
6562
  parentEntityName?: ((string | null) | undefined) | undefined;
6538
- rootEntityType?: ((Shared_Type_72 | null) | undefined) | undefined;
6563
+ rootEntityType?: ((Shared_Type_71 | null) | undefined) | undefined;
6539
6564
  rootEntityId?: ((string | null) | undefined) | undefined;
6540
6565
  rootEntityName?: ((string | null) | undefined) | undefined;
6541
6566
  userId?: ((string | null) | undefined) | undefined;
@@ -6561,7 +6586,7 @@ export type GetObservabilityTraces_QueryParams = {
6561
6586
  tags?: (((string[] | null) | undefined) | undefined) | unknown;
6562
6587
  status?: (('success' | 'error' | 'running') | undefined) | undefined;
6563
6588
  hasChildError?: (boolean | undefined) | undefined;
6564
- dateRange?: ((Shared_Type_70 | undefined) | undefined) | unknown;
6589
+ dateRange?: ((Shared_Type_69 | undefined) | undefined) | unknown;
6565
6590
  name?: (string | undefined) | undefined;
6566
6591
  page?: (number | undefined) | undefined;
6567
6592
  perPage?: (number | undefined) | undefined;
@@ -6575,12 +6600,12 @@ export type GetObservabilityTraces_QueryParams = {
6575
6600
  limit?: (number | undefined) | undefined;
6576
6601
  };
6577
6602
  export type GetObservabilityTraces_Response = {
6578
- pagination?: Shared_Type_73 | undefined;
6603
+ pagination?: Shared_Type_72 | undefined;
6579
6604
  /** Incremental polling metadata */
6580
- delta?: Shared_Type_74 | undefined;
6605
+ delta?: Shared_Type_73 | undefined;
6581
6606
  /** Opaque cursor value for incremental polling */
6582
6607
  deltaCursor?: string | undefined;
6583
- spans: Shared_Type_75[];
6608
+ spans: Shared_Type_74[];
6584
6609
  };
6585
6610
  export type GetObservabilityTraces_Request = Simplify<(never extends never ? {} : {
6586
6611
  params: never;
@@ -6603,12 +6628,12 @@ export interface GetObservabilityTraces_RouteContract {
6603
6628
  }
6604
6629
  export type GetObservabilityTracesLight_QueryParams = GetObservabilityTraces_QueryParams;
6605
6630
  export type GetObservabilityTracesLight_Response = {
6606
- pagination?: Shared_Type_73 | undefined;
6631
+ pagination?: Shared_Type_72 | undefined;
6607
6632
  /** Incremental polling metadata */
6608
- delta?: Shared_Type_74 | undefined;
6633
+ delta?: Shared_Type_73 | undefined;
6609
6634
  /** Opaque cursor value for incremental polling */
6610
6635
  deltaCursor?: string | undefined;
6611
- spans: Shared_Type_76[];
6636
+ spans: Shared_Type_75[];
6612
6637
  };
6613
6638
  export type GetObservabilityTracesLight_Request = Simplify<(never extends never ? {} : {
6614
6639
  params: never;
@@ -6630,18 +6655,18 @@ export interface GetObservabilityTracesLight_RouteContract {
6630
6655
  responseType: 'json';
6631
6656
  }
6632
6657
  export type GetObservabilityBranches_QueryParams = {
6633
- startedAt?: ((Shared_Type_70 | undefined) | undefined) | unknown;
6634
- endedAt?: ((Shared_Type_70 | undefined) | undefined) | unknown;
6635
- spanType?: (Shared_Type_71 | undefined) | undefined;
6658
+ startedAt?: ((Shared_Type_69 | undefined) | undefined) | unknown;
6659
+ endedAt?: ((Shared_Type_69 | undefined) | undefined) | unknown;
6660
+ spanType?: (Shared_Type_70 | undefined) | undefined;
6636
6661
  /** Filter by parent trace ID */
6637
6662
  traceId?: (string | undefined) | undefined;
6638
- entityType?: ((Shared_Type_72 | null) | undefined) | undefined;
6663
+ entityType?: ((Shared_Type_71 | null) | undefined) | undefined;
6639
6664
  entityId?: ((string | null) | undefined) | undefined;
6640
6665
  entityName?: ((string | null) | undefined) | undefined;
6641
- parentEntityType?: ((Shared_Type_72 | null) | undefined) | undefined;
6666
+ parentEntityType?: ((Shared_Type_71 | null) | undefined) | undefined;
6642
6667
  parentEntityId?: ((string | null) | undefined) | undefined;
6643
6668
  parentEntityName?: ((string | null) | undefined) | undefined;
6644
- rootEntityType?: ((Shared_Type_72 | null) | undefined) | undefined;
6669
+ rootEntityType?: ((Shared_Type_71 | null) | undefined) | undefined;
6645
6670
  rootEntityId?: ((string | null) | undefined) | undefined;
6646
6671
  rootEntityName?: ((string | null) | undefined) | undefined;
6647
6672
  userId?: ((string | null) | undefined) | undefined;
@@ -6678,12 +6703,12 @@ export type GetObservabilityBranches_QueryParams = {
6678
6703
  limit?: (number | undefined) | undefined;
6679
6704
  };
6680
6705
  export type GetObservabilityBranches_Response = {
6681
- pagination?: Shared_Type_73 | undefined;
6706
+ pagination?: Shared_Type_72 | undefined;
6682
6707
  /** Incremental polling metadata */
6683
- delta?: Shared_Type_74 | undefined;
6708
+ delta?: Shared_Type_73 | undefined;
6684
6709
  /** Opaque cursor value for incremental polling */
6685
6710
  deltaCursor?: string | undefined;
6686
- branches: Shared_Type_75[];
6711
+ branches: Shared_Type_74[];
6687
6712
  };
6688
6713
  export type GetObservabilityBranches_Request = Simplify<(never extends never ? {} : {
6689
6714
  params: never;
@@ -6717,7 +6742,7 @@ export type GetObservabilityTracesTraceIdBranchesSpanId_QueryParams = {
6717
6742
  export type GetObservabilityTracesTraceIdBranchesSpanId_Response = {
6718
6743
  /** Unique trace identifier */
6719
6744
  traceId: string;
6720
- spans: Shared_Type_77[];
6745
+ spans: Shared_Type_76[];
6721
6746
  };
6722
6747
  export type GetObservabilityTracesTraceIdBranchesSpanId_Request = Simplify<(GetObservabilityTracesTraceIdBranchesSpanId_PathParams extends never ? {} : {
6723
6748
  params: GetObservabilityTracesTraceIdBranchesSpanId_PathParams;
@@ -6745,7 +6770,7 @@ export type GetObservabilityTracesTraceId_PathParams = {
6745
6770
  export type GetObservabilityTracesTraceId_Response = {
6746
6771
  /** Unique trace identifier */
6747
6772
  traceId: string;
6748
- spans: Shared_Type_75[];
6773
+ spans: Shared_Type_74[];
6749
6774
  };
6750
6775
  export type GetObservabilityTracesTraceId_Request = Simplify<(GetObservabilityTracesTraceId_PathParams extends never ? {} : {
6751
6776
  params: GetObservabilityTracesTraceId_PathParams;
@@ -6770,7 +6795,7 @@ export type GetObservabilityTracesTraceIdLight_PathParams = GetObservabilityTrac
6770
6795
  export type GetObservabilityTracesTraceIdLight_Response = {
6771
6796
  /** Unique trace identifier */
6772
6797
  traceId: string;
6773
- spans: Shared_Type_76[];
6798
+ spans: Shared_Type_75[];
6774
6799
  };
6775
6800
  export type GetObservabilityTracesTraceIdLight_Request = Simplify<(GetObservabilityTracesTraceIdLight_PathParams extends never ? {} : {
6776
6801
  params: GetObservabilityTracesTraceIdLight_PathParams;
@@ -6794,7 +6819,7 @@ export interface GetObservabilityTracesTraceIdLight_RouteContract {
6794
6819
  export type GetObservabilityTracesTraceIdSpansSpanId_PathParams = GetObservabilityTracesTraceIdBranchesSpanId_PathParams;
6795
6820
  export type GetObservabilityTracesTraceIdSpansSpanId_Response = {
6796
6821
  /** Span record data */
6797
- span: Shared_Type_77;
6822
+ span: Shared_Type_76;
6798
6823
  };
6799
6824
  export type GetObservabilityTracesTraceIdSpansSpanId_Request = Simplify<(GetObservabilityTracesTraceIdSpansSpanId_PathParams extends never ? {} : {
6800
6825
  params: GetObservabilityTracesTraceIdSpansSpanId_PathParams;
@@ -6841,6 +6866,32 @@ export interface GetObservabilityTracesTraceIdTrajectory_RouteContract {
6841
6866
  response: GetObservabilityTracesTraceIdTrajectory_Response;
6842
6867
  responseType: 'json';
6843
6868
  }
6869
+ export type PostObservabilityTracesDelete_Body = {
6870
+ /** Trace IDs to delete (maximum 1000) */
6871
+ traceIds: string[];
6872
+ };
6873
+ export type PostObservabilityTracesDelete_Response = {
6874
+ success: true;
6875
+ };
6876
+ export type PostObservabilityTracesDelete_Request = Simplify<(never extends never ? {} : {
6877
+ params: never;
6878
+ }) & (never extends never ? {} : {} extends never ? {
6879
+ query?: never;
6880
+ } : {
6881
+ query: never;
6882
+ }) & (PostObservabilityTracesDelete_Body extends never ? {} : {} extends PostObservabilityTracesDelete_Body ? {
6883
+ body?: PostObservabilityTracesDelete_Body;
6884
+ } : {
6885
+ body: PostObservabilityTracesDelete_Body;
6886
+ })>;
6887
+ export interface PostObservabilityTracesDelete_RouteContract {
6888
+ pathParams: never;
6889
+ queryParams: never;
6890
+ body: PostObservabilityTracesDelete_Body;
6891
+ request: PostObservabilityTracesDelete_Request;
6892
+ response: PostObservabilityTracesDelete_Response;
6893
+ responseType: 'json';
6894
+ }
6844
6895
  export type PostObservabilityTracesScore_Body = {
6845
6896
  scorerName: string;
6846
6897
  targets: {
@@ -6882,7 +6933,7 @@ export type GetObservabilityTracesTraceIdSpanIdScores_QueryParams = {
6882
6933
  perPage?: (number | undefined) | undefined;
6883
6934
  };
6884
6935
  export type GetObservabilityTracesTraceIdSpanIdScores_Response = {
6885
- pagination: Shared_Type_73;
6936
+ pagination: Shared_Type_72;
6886
6937
  scores: {
6887
6938
  id: string;
6888
6939
  scorerId: string;
@@ -6959,13 +7010,74 @@ export interface GetObservabilityTracesTraceIdSpanIdScores_RouteContract {
6959
7010
  response: GetObservabilityTracesTraceIdSpanIdScores_Response;
6960
7011
  responseType: 'json';
6961
7012
  }
7013
+ export type PostObservabilityTracesQuery_Body = {
7014
+ timeRange: {
7015
+ from: string;
7016
+ to: string;
7017
+ };
7018
+ where?: Shared_Auxiliary_588 | undefined;
7019
+ group?: {
7020
+ by: ['threadId'];
7021
+ } | undefined;
7022
+ orderBy?: {
7023
+ field: 'startedAt' | 'endedAt';
7024
+ direction: 'asc' | 'desc';
7025
+ }[] | undefined;
7026
+ page: {
7027
+ limit: number;
7028
+ after?: (string | null) | undefined;
7029
+ };
7030
+ };
7031
+ export type PostObservabilityTracesQuery_Response = {
7032
+ traces: {
7033
+ traceId: string;
7034
+ rootSpanId: string;
7035
+ threadId: string | null;
7036
+ resourceId: string | null;
7037
+ startedAt: string;
7038
+ endedAt: string;
7039
+ entityName: string | null;
7040
+ entityType: string | null;
7041
+ environment: string | null;
7042
+ status: 'success' | 'error';
7043
+ }[];
7044
+ page: {
7045
+ next: string | null;
7046
+ };
7047
+ } | {
7048
+ groups: {
7049
+ threadId: string;
7050
+ }[];
7051
+ page: {
7052
+ next: string | null;
7053
+ };
7054
+ };
7055
+ export type PostObservabilityTracesQuery_Request = Simplify<(never extends never ? {} : {
7056
+ params: never;
7057
+ }) & (never extends never ? {} : {} extends never ? {
7058
+ query?: never;
7059
+ } : {
7060
+ query: never;
7061
+ }) & (PostObservabilityTracesQuery_Body extends never ? {} : {} extends PostObservabilityTracesQuery_Body ? {
7062
+ body?: PostObservabilityTracesQuery_Body;
7063
+ } : {
7064
+ body: PostObservabilityTracesQuery_Body;
7065
+ })>;
7066
+ export interface PostObservabilityTracesQuery_RouteContract {
7067
+ pathParams: never;
7068
+ queryParams: never;
7069
+ body: PostObservabilityTracesQuery_Body;
7070
+ request: PostObservabilityTracesQuery_Request;
7071
+ response: PostObservabilityTracesQuery_Response;
7072
+ responseType: 'json';
7073
+ }
6962
7074
  export type GetObservabilityMetrics_QueryParams = {
6963
- timestamp?: ((Shared_Type_70 | undefined) | undefined) | unknown;
7075
+ timestamp?: ((Shared_Type_69 | undefined) | undefined) | unknown;
6964
7076
  /** Filter by trace ID */
6965
7077
  traceId?: (string | undefined) | undefined;
6966
7078
  /** Filter by span ID */
6967
7079
  spanId?: (string | undefined) | undefined;
6968
- entityType?: (Shared_Type_72 | undefined) | undefined;
7080
+ entityType?: (Shared_Type_71 | undefined) | undefined;
6969
7081
  entityName?: (string | undefined) | undefined;
6970
7082
  entityVersionId?: (string | undefined) | undefined;
6971
7083
  parentEntityVersionId?: (string | undefined) | undefined;
@@ -6975,9 +7087,9 @@ export type GetObservabilityMetrics_QueryParams = {
6975
7087
  experimentId?: (string | undefined) | undefined;
6976
7088
  serviceName?: (string | undefined) | undefined;
6977
7089
  environment?: (string | undefined) | undefined;
6978
- parentEntityType?: (Shared_Type_72 | undefined) | undefined;
7090
+ parentEntityType?: (Shared_Type_71 | undefined) | undefined;
6979
7091
  parentEntityName?: (string | undefined) | undefined;
6980
- rootEntityType?: (Shared_Type_72 | undefined) | undefined;
7092
+ rootEntityType?: (Shared_Type_71 | undefined) | undefined;
6981
7093
  rootEntityName?: (string | undefined) | undefined;
6982
7094
  resourceId?: (string | undefined) | undefined;
6983
7095
  runId?: (string | undefined) | undefined;
@@ -7008,9 +7120,9 @@ export type GetObservabilityMetrics_QueryParams = {
7008
7120
  limit?: (number | undefined) | undefined;
7009
7121
  };
7010
7122
  export type GetObservabilityMetrics_Response = {
7011
- pagination?: Shared_Type_73 | undefined;
7123
+ pagination?: Shared_Type_72 | undefined;
7012
7124
  /** Incremental polling metadata */
7013
- delta?: Shared_Type_74 | undefined;
7125
+ delta?: Shared_Type_73 | undefined;
7014
7126
  /** Opaque cursor value for incremental polling */
7015
7127
  deltaCursor?: string | undefined;
7016
7128
  metrics: {
@@ -7024,13 +7136,13 @@ export type GetObservabilityMetrics_Response = {
7024
7136
  value: number;
7025
7137
  traceId?: (string | null) | undefined;
7026
7138
  spanId?: (string | null) | undefined;
7027
- entityType?: (Shared_Type_72 | null) | undefined;
7139
+ entityType?: (Shared_Type_71 | null) | undefined;
7028
7140
  entityId?: (string | null) | undefined;
7029
7141
  entityName?: (string | null) | undefined;
7030
- parentEntityType?: (Shared_Type_72 | null) | undefined;
7142
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
7031
7143
  parentEntityId?: (string | null) | undefined;
7032
7144
  parentEntityName?: (string | null) | undefined;
7033
- rootEntityType?: (Shared_Type_72 | null) | undefined;
7145
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
7034
7146
  rootEntityId?: (string | null) | undefined;
7035
7147
  rootEntityName?: (string | null) | undefined;
7036
7148
  userId?: (string | null) | undefined;
@@ -7089,12 +7201,12 @@ export interface GetObservabilityMetrics_RouteContract {
7089
7201
  responseType: 'json';
7090
7202
  }
7091
7203
  export type GetObservabilityLogs_QueryParams = {
7092
- timestamp?: ((Shared_Type_70 | undefined) | undefined) | unknown;
7204
+ timestamp?: ((Shared_Type_69 | undefined) | undefined) | unknown;
7093
7205
  /** Filter by trace ID */
7094
7206
  traceId?: (string | undefined) | undefined;
7095
7207
  /** Filter by span ID */
7096
7208
  spanId?: (string | undefined) | undefined;
7097
- entityType?: (Shared_Type_72 | undefined) | undefined;
7209
+ entityType?: (Shared_Type_71 | undefined) | undefined;
7098
7210
  entityName?: (string | undefined) | undefined;
7099
7211
  entityVersionId?: (string | undefined) | undefined;
7100
7212
  parentEntityVersionId?: (string | undefined) | undefined;
@@ -7104,9 +7216,9 @@ export type GetObservabilityLogs_QueryParams = {
7104
7216
  experimentId?: (string | undefined) | undefined;
7105
7217
  serviceName?: (string | undefined) | undefined;
7106
7218
  environment?: (string | undefined) | undefined;
7107
- parentEntityType?: (Shared_Type_72 | undefined) | undefined;
7219
+ parentEntityType?: (Shared_Type_71 | undefined) | undefined;
7108
7220
  parentEntityName?: (string | undefined) | undefined;
7109
- rootEntityType?: (Shared_Type_72 | undefined) | undefined;
7221
+ rootEntityType?: (Shared_Type_71 | undefined) | undefined;
7110
7222
  rootEntityName?: (string | undefined) | undefined;
7111
7223
  resourceId?: (string | undefined) | undefined;
7112
7224
  runId?: (string | undefined) | undefined;
@@ -7131,9 +7243,9 @@ export type GetObservabilityLogs_QueryParams = {
7131
7243
  limit?: (number | undefined) | undefined;
7132
7244
  };
7133
7245
  export type GetObservabilityLogs_Response = {
7134
- pagination?: Shared_Type_73 | undefined;
7246
+ pagination?: Shared_Type_72 | undefined;
7135
7247
  /** Incremental polling metadata */
7136
- delta?: Shared_Type_74 | undefined;
7248
+ delta?: Shared_Type_73 | undefined;
7137
7249
  /** Opaque cursor value for incremental polling */
7138
7250
  deltaCursor?: string | undefined;
7139
7251
  logs: {
@@ -7150,13 +7262,13 @@ export type GetObservabilityLogs_Response = {
7150
7262
  } | null) | undefined;
7151
7263
  traceId?: (string | null) | undefined;
7152
7264
  spanId?: (string | null) | undefined;
7153
- entityType?: (Shared_Type_72 | null) | undefined;
7265
+ entityType?: (Shared_Type_71 | null) | undefined;
7154
7266
  entityId?: (string | null) | undefined;
7155
7267
  entityName?: (string | null) | undefined;
7156
- parentEntityType?: (Shared_Type_72 | null) | undefined;
7268
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
7157
7269
  parentEntityId?: (string | null) | undefined;
7158
7270
  parentEntityName?: (string | null) | undefined;
7159
- rootEntityType?: (Shared_Type_72 | null) | undefined;
7271
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
7160
7272
  rootEntityId?: (string | null) | undefined;
7161
7273
  rootEntityName?: (string | null) | undefined;
7162
7274
  userId?: (string | null) | undefined;
@@ -7204,12 +7316,12 @@ export interface GetObservabilityLogs_RouteContract {
7204
7316
  responseType: 'json';
7205
7317
  }
7206
7318
  export type GetObservabilityScores_QueryParams = {
7207
- timestamp?: ((Shared_Type_70 | undefined) | undefined) | unknown;
7319
+ timestamp?: ((Shared_Type_69 | undefined) | undefined) | unknown;
7208
7320
  /** Filter by trace ID */
7209
7321
  traceId?: (string | undefined) | undefined;
7210
7322
  /** Filter by span ID */
7211
7323
  spanId?: (string | undefined) | undefined;
7212
- entityType?: (Shared_Type_72 | undefined) | undefined;
7324
+ entityType?: (Shared_Type_71 | undefined) | undefined;
7213
7325
  entityName?: (string | undefined) | undefined;
7214
7326
  entityVersionId?: (string | undefined) | undefined;
7215
7327
  parentEntityVersionId?: (string | undefined) | undefined;
@@ -7219,9 +7331,9 @@ export type GetObservabilityScores_QueryParams = {
7219
7331
  experimentId?: (string | undefined) | undefined;
7220
7332
  serviceName?: (string | undefined) | undefined;
7221
7333
  environment?: (string | undefined) | undefined;
7222
- parentEntityType?: (Shared_Type_72 | undefined) | undefined;
7334
+ parentEntityType?: (Shared_Type_71 | undefined) | undefined;
7223
7335
  parentEntityName?: (string | undefined) | undefined;
7224
- rootEntityType?: (Shared_Type_72 | undefined) | undefined;
7336
+ rootEntityType?: (Shared_Type_71 | undefined) | undefined;
7225
7337
  rootEntityName?: (string | undefined) | undefined;
7226
7338
  resourceId?: (string | undefined) | undefined;
7227
7339
  runId?: (string | undefined) | undefined;
@@ -7251,12 +7363,12 @@ export type GetObservabilityScores_QueryParams = {
7251
7363
  limit?: (number | undefined) | undefined;
7252
7364
  };
7253
7365
  export type GetObservabilityScores_Response = {
7254
- pagination?: Shared_Type_73 | undefined;
7366
+ pagination?: Shared_Type_72 | undefined;
7255
7367
  /** Incremental polling metadata */
7256
- delta?: Shared_Type_74 | undefined;
7368
+ delta?: Shared_Type_73 | undefined;
7257
7369
  /** Opaque cursor value for incremental polling */
7258
7370
  deltaCursor?: string | undefined;
7259
- scores: Shared_Type_78[];
7371
+ scores: Shared_Type_77[];
7260
7372
  };
7261
7373
  export type GetObservabilityScores_Request = Simplify<(never extends never ? {} : {
7262
7374
  params: never;
@@ -7294,13 +7406,13 @@ export type PostObservabilityScores_Body = {
7294
7406
  /** Score value (range defined by scorer) */
7295
7407
  score: number;
7296
7408
  reason?: (string | null) | undefined;
7297
- entityType?: (Shared_Type_72 | null) | undefined;
7409
+ entityType?: (Shared_Type_71 | null) | undefined;
7298
7410
  entityId?: (string | null) | undefined;
7299
7411
  entityName?: (string | null) | undefined;
7300
- parentEntityType?: (Shared_Type_72 | null) | undefined;
7412
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
7301
7413
  parentEntityId?: (string | null) | undefined;
7302
7414
  parentEntityName?: (string | null) | undefined;
7303
- rootEntityType?: (Shared_Type_72 | null) | undefined;
7415
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
7304
7416
  rootEntityId?: (string | null) | undefined;
7305
7417
  rootEntityName?: (string | null) | undefined;
7306
7418
  userId?: (string | null) | undefined;
@@ -7354,7 +7466,7 @@ export type GetObservabilityScoresScoreId_PathParams = {
7354
7466
  };
7355
7467
  export type GetObservabilityScoresScoreId_Response = {
7356
7468
  /** Score record as stored in the database */
7357
- score: Shared_Type_78 | null;
7469
+ score: Shared_Type_77 | null;
7358
7470
  };
7359
7471
  export type GetObservabilityScoresScoreId_Request = Simplify<(GetObservabilityScoresScoreId_PathParams extends never ? {} : {
7360
7472
  params: GetObservabilityScoresScoreId_PathParams;
@@ -7383,7 +7495,7 @@ export type PostObservabilityScoresAggregate_Body = {
7383
7495
  /** Aggregation function */
7384
7496
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7385
7497
  /** Filters for querying scores */
7386
- filters?: Shared_Type_79 | undefined;
7498
+ filters?: Shared_Type_78 | undefined;
7387
7499
  /** Comparison period for aggregate queries */
7388
7500
  comparePeriod?: ('previous_period' | 'previous_day' | 'previous_week') | undefined;
7389
7501
  };
@@ -7424,7 +7536,7 @@ export type PostObservabilityScoresBreakdown_Body = {
7424
7536
  /** Aggregation function */
7425
7537
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7426
7538
  /** Filters for querying scores */
7427
- filters?: Shared_Type_79 | undefined;
7539
+ filters?: Shared_Type_78 | undefined;
7428
7540
  };
7429
7541
  export type PostObservabilityScoresBreakdown_Response = {
7430
7542
  groups: {
@@ -7465,7 +7577,7 @@ export type PostObservabilityScoresTimeseries_Body = {
7465
7577
  /** Aggregation function */
7466
7578
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7467
7579
  /** Filters for querying scores */
7468
- filters?: Shared_Type_79 | undefined;
7580
+ filters?: Shared_Type_78 | undefined;
7469
7581
  /** Fields to group by */
7470
7582
  groupBy?: string[] | undefined;
7471
7583
  };
@@ -7510,7 +7622,7 @@ export type PostObservabilityScoresPercentiles_Body = {
7510
7622
  /** Time bucket interval */
7511
7623
  interval: '1m' | '5m' | '15m' | '1h' | '1d';
7512
7624
  /** Filters for querying scores */
7513
- filters?: Shared_Type_79 | undefined;
7625
+ filters?: Shared_Type_78 | undefined;
7514
7626
  };
7515
7627
  export type PostObservabilityScoresPercentiles_Response = {
7516
7628
  series: {
@@ -7544,12 +7656,12 @@ export interface PostObservabilityScoresPercentiles_RouteContract {
7544
7656
  responseType: 'json';
7545
7657
  }
7546
7658
  export type GetObservabilityFeedback_QueryParams = {
7547
- timestamp?: ((Shared_Type_70 | undefined) | undefined) | unknown;
7659
+ timestamp?: ((Shared_Type_69 | undefined) | undefined) | unknown;
7548
7660
  /** Filter by trace ID */
7549
7661
  traceId?: (string | undefined) | undefined;
7550
7662
  /** Filter by span ID */
7551
7663
  spanId?: (string | undefined) | undefined;
7552
- entityType?: (Shared_Type_72 | undefined) | undefined;
7664
+ entityType?: (Shared_Type_71 | undefined) | undefined;
7553
7665
  entityName?: (string | undefined) | undefined;
7554
7666
  entityVersionId?: (string | undefined) | undefined;
7555
7667
  parentEntityVersionId?: (string | undefined) | undefined;
@@ -7559,9 +7671,9 @@ export type GetObservabilityFeedback_QueryParams = {
7559
7671
  experimentId?: (string | undefined) | undefined;
7560
7672
  serviceName?: (string | undefined) | undefined;
7561
7673
  environment?: (string | undefined) | undefined;
7562
- parentEntityType?: (Shared_Type_72 | undefined) | undefined;
7674
+ parentEntityType?: (Shared_Type_71 | undefined) | undefined;
7563
7675
  parentEntityName?: (string | undefined) | undefined;
7564
- rootEntityType?: (Shared_Type_72 | undefined) | undefined;
7676
+ rootEntityType?: (Shared_Type_71 | undefined) | undefined;
7565
7677
  rootEntityName?: (string | undefined) | undefined;
7566
7678
  resourceId?: (string | undefined) | undefined;
7567
7679
  runId?: (string | undefined) | undefined;
@@ -7588,12 +7700,70 @@ export type GetObservabilityFeedback_QueryParams = {
7588
7700
  limit?: (number | undefined) | undefined;
7589
7701
  };
7590
7702
  export type GetObservabilityFeedback_Response = {
7591
- pagination?: Shared_Type_73 | undefined;
7703
+ pagination?: Shared_Type_72 | undefined;
7592
7704
  /** Incremental polling metadata */
7593
- delta?: Shared_Type_74 | undefined;
7705
+ delta?: Shared_Type_73 | undefined;
7594
7706
  /** Opaque cursor value for incremental polling */
7595
7707
  deltaCursor?: string | undefined;
7596
- feedback: Shared_Type_80[];
7708
+ feedback: {
7709
+ /** Unique id for this feedback event */
7710
+ feedbackId?: (string | null) | undefined;
7711
+ /** When the feedback was recorded */
7712
+ timestamp: Date;
7713
+ /** Trace that anchors the feedback target when available */
7714
+ traceId?: (string | null) | undefined;
7715
+ /** Span ID this feedback applies to */
7716
+ spanId?: (string | null) | undefined;
7717
+ feedbackSource?: (string | null) | undefined;
7718
+ source?: (string | null) | undefined;
7719
+ /** Type of feedback (e.g., 'thumbs', 'rating', 'correction') */
7720
+ feedbackType: string;
7721
+ /** Feedback value (rating number or correction text) */
7722
+ value: number | string;
7723
+ comment?: (string | null) | undefined;
7724
+ feedbackUserId?: (string | null) | undefined;
7725
+ entityType?: (Shared_Type_71 | null) | undefined;
7726
+ entityId?: (string | null) | undefined;
7727
+ entityName?: (string | null) | undefined;
7728
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
7729
+ parentEntityId?: (string | null) | undefined;
7730
+ parentEntityName?: (string | null) | undefined;
7731
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
7732
+ rootEntityId?: (string | null) | undefined;
7733
+ rootEntityName?: (string | null) | undefined;
7734
+ userId?: (string | null) | undefined;
7735
+ organizationId?: (string | null) | undefined;
7736
+ resourceId?: (string | null) | undefined;
7737
+ runId?: (string | null) | undefined;
7738
+ sessionId?: (string | null) | undefined;
7739
+ threadId?: (string | null) | undefined;
7740
+ requestId?: (string | null) | undefined;
7741
+ environment?: (string | null) | undefined;
7742
+ serviceName?: (string | null) | undefined;
7743
+ scope?: ({
7744
+ [key: string]: unknown;
7745
+ } | null) | undefined;
7746
+ entityVersionId?: (string | null) | undefined;
7747
+ parentEntityVersionId?: (string | null) | undefined;
7748
+ rootEntityVersionId?: (string | null) | undefined;
7749
+ experimentId?: (string | null) | undefined;
7750
+ executionSource?: (string | null) | undefined;
7751
+ tags?: (string[] | null) | undefined;
7752
+ /** ID of the source record this feedback is linked to (e.g. experiment result ID) */
7753
+ sourceId?: (string | null) | undefined;
7754
+ /** User-defined metadata */
7755
+ metadata?: ({
7756
+ [key: string]: unknown;
7757
+ } | null) | undefined;
7758
+ /** Feedback review workflow status */
7759
+ reviewStatus: 'needs-review' | 'reviewed';
7760
+ author?: {
7761
+ id: string;
7762
+ name?: string | undefined;
7763
+ email?: string | undefined;
7764
+ avatarUrl?: string | undefined;
7765
+ } | undefined;
7766
+ }[];
7597
7767
  };
7598
7768
  export type GetObservabilityFeedback_Request = Simplify<(never extends never ? {} : {
7599
7769
  params: never;
@@ -7630,13 +7800,13 @@ export type PostObservabilityFeedback_Body = {
7630
7800
  value: number | string;
7631
7801
  comment?: (string | null) | undefined;
7632
7802
  feedbackUserId?: (string | null) | undefined;
7633
- entityType?: (Shared_Type_72 | null) | undefined;
7803
+ entityType?: (Shared_Type_71 | null) | undefined;
7634
7804
  entityId?: (string | null) | undefined;
7635
7805
  entityName?: (string | null) | undefined;
7636
- parentEntityType?: (Shared_Type_72 | null) | undefined;
7806
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
7637
7807
  parentEntityId?: (string | null) | undefined;
7638
7808
  parentEntityName?: (string | null) | undefined;
7639
- rootEntityType?: (Shared_Type_72 | null) | undefined;
7809
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
7640
7810
  rootEntityId?: (string | null) | undefined;
7641
7811
  rootEntityName?: (string | null) | undefined;
7642
7812
  userId?: (string | null) | undefined;
@@ -7693,7 +7863,59 @@ export type PatchObservabilityFeedbackFeedbackIdReviewStatus_PathParams = {
7693
7863
  export type PatchObservabilityFeedbackFeedbackIdReviewStatus_Body = {
7694
7864
  reviewStatus: 'needs-review' | 'reviewed';
7695
7865
  };
7696
- export type PatchObservabilityFeedbackFeedbackIdReviewStatus_Response = Shared_Type_80;
7866
+ export type PatchObservabilityFeedbackFeedbackIdReviewStatus_Response = {
7867
+ /** Unique id for this feedback event */
7868
+ feedbackId?: (string | null) | undefined;
7869
+ /** When the feedback was recorded */
7870
+ timestamp: Date;
7871
+ /** Trace that anchors the feedback target when available */
7872
+ traceId?: (string | null) | undefined;
7873
+ /** Span ID this feedback applies to */
7874
+ spanId?: (string | null) | undefined;
7875
+ feedbackSource?: (string | null) | undefined;
7876
+ source?: (string | null) | undefined;
7877
+ /** Type of feedback (e.g., 'thumbs', 'rating', 'correction') */
7878
+ feedbackType: string;
7879
+ /** Feedback value (rating number or correction text) */
7880
+ value: number | string;
7881
+ comment?: (string | null) | undefined;
7882
+ feedbackUserId?: (string | null) | undefined;
7883
+ entityType?: (Shared_Type_71 | null) | undefined;
7884
+ entityId?: (string | null) | undefined;
7885
+ entityName?: (string | null) | undefined;
7886
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
7887
+ parentEntityId?: (string | null) | undefined;
7888
+ parentEntityName?: (string | null) | undefined;
7889
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
7890
+ rootEntityId?: (string | null) | undefined;
7891
+ rootEntityName?: (string | null) | undefined;
7892
+ userId?: (string | null) | undefined;
7893
+ organizationId?: (string | null) | undefined;
7894
+ resourceId?: (string | null) | undefined;
7895
+ runId?: (string | null) | undefined;
7896
+ sessionId?: (string | null) | undefined;
7897
+ threadId?: (string | null) | undefined;
7898
+ requestId?: (string | null) | undefined;
7899
+ environment?: (string | null) | undefined;
7900
+ serviceName?: (string | null) | undefined;
7901
+ scope?: ({
7902
+ [key: string]: unknown;
7903
+ } | null) | undefined;
7904
+ entityVersionId?: (string | null) | undefined;
7905
+ parentEntityVersionId?: (string | null) | undefined;
7906
+ rootEntityVersionId?: (string | null) | undefined;
7907
+ experimentId?: (string | null) | undefined;
7908
+ executionSource?: (string | null) | undefined;
7909
+ tags?: (string[] | null) | undefined;
7910
+ /** ID of the source record this feedback is linked to (e.g. experiment result ID) */
7911
+ sourceId?: (string | null) | undefined;
7912
+ /** User-defined metadata */
7913
+ metadata?: ({
7914
+ [key: string]: unknown;
7915
+ } | null) | undefined;
7916
+ /** Feedback review workflow status */
7917
+ reviewStatus: 'needs-review' | 'reviewed';
7918
+ };
7697
7919
  export type PatchObservabilityFeedbackFeedbackIdReviewStatus_Request = Simplify<(PatchObservabilityFeedbackFeedbackIdReviewStatus_PathParams extends never ? {} : {
7698
7920
  params: PatchObservabilityFeedbackFeedbackIdReviewStatus_PathParams;
7699
7921
  }) & (never extends never ? {} : {} extends never ? {
@@ -7721,7 +7943,7 @@ export type PostObservabilityFeedbackAggregate_Body = {
7721
7943
  /** Aggregation function */
7722
7944
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7723
7945
  /** Filters for querying feedback */
7724
- filters?: Shared_Type_81 | undefined;
7946
+ filters?: Shared_Type_79 | undefined;
7725
7947
  /** Comparison period for aggregate queries */
7726
7948
  comparePeriod?: ('previous_period' | 'previous_day' | 'previous_week') | undefined;
7727
7949
  };
@@ -7755,7 +7977,7 @@ export type PostObservabilityFeedbackBreakdown_Body = {
7755
7977
  /** Aggregation function */
7756
7978
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7757
7979
  /** Filters for querying feedback */
7758
- filters?: Shared_Type_81 | undefined;
7980
+ filters?: Shared_Type_79 | undefined;
7759
7981
  };
7760
7982
  export type PostObservabilityFeedbackBreakdown_Response = PostObservabilityScoresBreakdown_Response;
7761
7983
  export type PostObservabilityFeedbackBreakdown_Request = Simplify<(never extends never ? {} : {
@@ -7787,7 +8009,7 @@ export type PostObservabilityFeedbackTimeseries_Body = {
7787
8009
  /** Aggregation function */
7788
8010
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7789
8011
  /** Filters for querying feedback */
7790
- filters?: Shared_Type_81 | undefined;
8012
+ filters?: Shared_Type_79 | undefined;
7791
8013
  /** Fields to group by */
7792
8014
  groupBy?: string[] | undefined;
7793
8015
  };
@@ -7832,7 +8054,7 @@ export type PostObservabilityFeedbackPercentiles_Body = {
7832
8054
  /** Time bucket interval */
7833
8055
  interval: '1m' | '5m' | '15m' | '1h' | '1d';
7834
8056
  /** Filters for querying feedback */
7835
- filters?: Shared_Type_81 | undefined;
8057
+ filters?: Shared_Type_79 | undefined;
7836
8058
  };
7837
8059
  export type PostObservabilityFeedbackPercentiles_Response = PostObservabilityScoresPercentiles_Response;
7838
8060
  export type PostObservabilityFeedbackPercentiles_Request = Simplify<(never extends never ? {} : {
@@ -7860,9 +8082,9 @@ export type PostObservabilityMetricsAggregate_Body = {
7860
8082
  /** Aggregation function */
7861
8083
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7862
8084
  /** Column to apply count_distinct over (required when aggregation is 'count_distinct'). Restricted to allowlisted metric dimensions. */
7863
- distinctColumn?: Shared_Type_82 | undefined;
8085
+ distinctColumn?: Shared_Type_80 | undefined;
7864
8086
  /** Filters for querying metrics */
7865
- filters?: Shared_Type_83 | undefined;
8087
+ filters?: Shared_Type_81 | undefined;
7866
8088
  /** Comparison period for aggregate queries */
7867
8089
  comparePeriod?: ('previous_period' | 'previous_day' | 'previous_week') | undefined;
7868
8090
  };
@@ -7909,9 +8131,9 @@ export type PostObservabilityMetricsBreakdown_Body = {
7909
8131
  /** Aggregation function */
7910
8132
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7911
8133
  /** Column to apply count_distinct over (required when aggregation is 'count_distinct'). Restricted to allowlisted metric dimensions. */
7912
- distinctColumn?: Shared_Type_82 | undefined;
8134
+ distinctColumn?: Shared_Type_80 | undefined;
7913
8135
  /** Filters for querying metrics */
7914
- filters?: Shared_Type_83 | undefined;
8136
+ filters?: Shared_Type_81 | undefined;
7915
8137
  /** Maximum number of groups to return (server-side TopK). Required for high-cardinality groupBy. */
7916
8138
  limit?: number | undefined;
7917
8139
  /** Sort direction for the aggregated value (defaults to 'DESC' at the storage layer; pairs with limit for top/bottom-N). */
@@ -7958,9 +8180,9 @@ export type PostObservabilityMetricsTimeseries_Body = {
7958
8180
  /** Aggregation function */
7959
8181
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7960
8182
  /** Column to apply count_distinct over (required when aggregation is 'count_distinct'). Restricted to allowlisted metric dimensions. */
7961
- distinctColumn?: Shared_Type_82 | undefined;
8183
+ distinctColumn?: Shared_Type_80 | undefined;
7962
8184
  /** Filters for querying metrics */
7963
- filters?: Shared_Type_83 | undefined;
8185
+ filters?: Shared_Type_81 | undefined;
7964
8186
  /** Fields to group by */
7965
8187
  groupBy?: string[] | undefined;
7966
8188
  };
@@ -8007,7 +8229,7 @@ export type PostObservabilityMetricsPercentiles_Body = {
8007
8229
  /** Time bucket interval */
8008
8230
  interval: '1m' | '5m' | '15m' | '1h' | '1d';
8009
8231
  /** Filters for querying metrics */
8010
- filters?: Shared_Type_83 | undefined;
8232
+ filters?: Shared_Type_81 | undefined;
8011
8233
  };
8012
8234
  export type PostObservabilityMetricsPercentiles_Response = PostObservabilityScoresPercentiles_Response;
8013
8235
  export type PostObservabilityMetricsPercentiles_Request = Simplify<(never extends never ? {} : {
@@ -8120,7 +8342,7 @@ export interface GetObservabilityDiscoveryMetricLabelValues_RouteContract {
8120
8342
  }
8121
8343
  export type GetObservabilityDiscoveryEntityTypes_Response = {
8122
8344
  /** Distinct entity types */
8123
- entityTypes: Shared_Type_72[];
8345
+ entityTypes: Shared_Type_71[];
8124
8346
  };
8125
8347
  export type GetObservabilityDiscoveryEntityTypes_Request = Simplify<(never extends never ? {} : {
8126
8348
  params: never;
@@ -8143,7 +8365,7 @@ export interface GetObservabilityDiscoveryEntityTypes_RouteContract {
8143
8365
  }
8144
8366
  export type GetObservabilityDiscoveryEntityNames_QueryParams = {
8145
8367
  /** Optional entity type filter */
8146
- entityType?: (Shared_Type_72 | undefined) | undefined;
8368
+ entityType?: (Shared_Type_71 | undefined) | undefined;
8147
8369
  };
8148
8370
  export type GetObservabilityDiscoveryEntityNames_Response = {
8149
8371
  /** Distinct entity names */
@@ -8611,12 +8833,12 @@ export type PostA2aAgentId_Body = {
8611
8833
  jsonrpc: '2.0';
8612
8834
  id: string | number;
8613
8835
  method: 'message/send';
8614
- params: Shared_Type_94;
8836
+ params: Shared_Type_92;
8615
8837
  } | {
8616
8838
  jsonrpc: '2.0';
8617
8839
  id: string | number;
8618
8840
  method: 'message/stream';
8619
- params: Shared_Type_94;
8841
+ params: Shared_Type_92;
8620
8842
  } | {
8621
8843
  jsonrpc: '2.0';
8622
8844
  id: string | number;
@@ -8673,7 +8895,7 @@ export type PostA2aAgentId_Body = {
8673
8895
  params: {
8674
8896
  /** Task id */
8675
8897
  taskId: string;
8676
- pushNotificationConfig: Shared_Type_92;
8898
+ pushNotificationConfig: Shared_Type_90;
8677
8899
  };
8678
8900
  } | {
8679
8901
  jsonrpc: '2.0';
@@ -9536,7 +9758,11 @@ export type PostAgentsAgentIdGenerateLegacy_Body = {
9536
9758
  maxSteps?: number | undefined;
9537
9759
  stopWhen?: unknown | undefined;
9538
9760
  model?: string | undefined;
9539
- providerOptions?: Shared_Type_45 | undefined;
9761
+ providerOptions?: {
9762
+ [key: string]: {
9763
+ [key: string]: Shared_Auxiliary_272;
9764
+ };
9765
+ } | undefined;
9540
9766
  modelSettings?: unknown | undefined;
9541
9767
  activeTools?: string[] | undefined;
9542
9768
  toolsets?: {
@@ -9559,9 +9785,9 @@ export type PostAgentsAgentIdGenerateLegacy_Body = {
9559
9785
  };
9560
9786
  }) | undefined;
9561
9787
  returnScorerData?: boolean | undefined;
9562
- tracingOptions?: Shared_Type_46 | undefined;
9788
+ tracingOptions?: Shared_Type_45 | undefined;
9563
9789
  output?: unknown | undefined;
9564
- structuredOutput?: Shared_Type_47 | undefined;
9790
+ structuredOutput?: Shared_Type_46 | undefined;
9565
9791
  untilIdle?: (boolean | {
9566
9792
  maxIdleMs?: number | undefined;
9567
9793
  }) | undefined;
@@ -9739,7 +9965,7 @@ export type GetMcpServerIdTools_PathParams = {
9739
9965
  serverId: string;
9740
9966
  };
9741
9967
  export type GetMcpServerIdTools_Response = {
9742
- tools: Shared_Type_95[];
9968
+ tools: Shared_Type_93[];
9743
9969
  };
9744
9970
  export type GetMcpServerIdTools_Request = Simplify<(GetMcpServerIdTools_PathParams extends never ? {} : {
9745
9971
  params: GetMcpServerIdTools_PathParams;
@@ -9766,7 +9992,7 @@ export type GetMcpServerIdToolsToolId_PathParams = {
9766
9992
  /** Tool ID */
9767
9993
  toolId: string;
9768
9994
  };
9769
- export type GetMcpServerIdToolsToolId_Response = Shared_Type_95;
9995
+ export type GetMcpServerIdToolsToolId_Response = Shared_Type_93;
9770
9996
  export type GetMcpServerIdToolsToolId_Request = Simplify<(GetMcpServerIdToolsToolId_PathParams extends never ? {} : {
9771
9997
  params: GetMcpServerIdToolsToolId_PathParams;
9772
9998
  }) & (never extends never ? {} : {} extends never ? {
@@ -10057,19 +10283,19 @@ export type PostStoredAgentsStoredAgentIdExport_Body = {
10057
10283
  rules?: Shared_Type_9 | undefined;
10058
10284
  }[]) | undefined;
10059
10285
  /** Tool keys mapped to per-tool config — static or conditional */
10060
- tools?: Shared_Type_96;
10286
+ tools?: Shared_Type_94;
10061
10287
  /** Default options for generate/stream calls — static or conditional */
10062
- defaultOptions?: Shared_Type_97;
10288
+ defaultOptions?: Shared_Type_95;
10063
10289
  /** Workflow keys with optional per-workflow config — static or conditional */
10064
- workflows?: Shared_Type_96;
10290
+ workflows?: Shared_Type_94;
10065
10291
  /** Agent keys with optional per-agent config — static or conditional */
10066
- agents?: Shared_Type_96;
10292
+ agents?: Shared_Type_94;
10067
10293
  /** Map of tool provider IDs to their tool configurations — static or conditional */
10068
- integrationTools?: Shared_Type_98;
10294
+ integrationTools?: Shared_Type_96;
10069
10295
  /** Tool provider connections and per-tool config (provider-agnostic). Coexists with the deprecated `integrationTools` field. */
10070
- toolProviders?: Shared_Type_99;
10296
+ toolProviders?: Shared_Type_97;
10071
10297
  /** Map of stored MCP client IDs to their tool configurations — static or conditional */
10072
- mcpClients?: Shared_Type_98;
10298
+ mcpClients?: Shared_Type_96;
10073
10299
  /** Input processor graph — static or conditional */
10074
10300
  inputProcessors?: (Shared_Type_20 | undefined) | undefined;
10075
10301
  /** Output processor graph — static or conditional */
@@ -10080,14 +10306,14 @@ export type PostStoredAgentsStoredAgentIdExport_Body = {
10080
10306
  rules?: Shared_Type_9 | undefined;
10081
10307
  }[]) | null) | undefined) | undefined;
10082
10308
  /** Scorer keys with optional sampling config — static or conditional */
10083
- scorers?: Shared_Type_100;
10309
+ scorers?: Shared_Type_98;
10084
10310
  /** Skill IDs mapped to per-skill config — static or conditional */
10085
10311
  skills?: ((Shared_Type_29 | {
10086
10312
  value: Shared_Type_29;
10087
10313
  rules?: Shared_Type_9 | undefined;
10088
10314
  }[]) | undefined) | undefined;
10089
10315
  /** Workspace reference (stored ID or inline config) — static or conditional */
10090
- workspace?: Shared_Type_101;
10316
+ workspace?: Shared_Type_99;
10091
10317
  /** Browser configuration — object config, true (apply default), false/null (disable) */
10092
10318
  browser?: ((Shared_Type_41 | boolean | null) | undefined) | undefined;
10093
10319
  /** JSON Schema defining valid request context variables for conditional rule evaluation */
@@ -10141,19 +10367,19 @@ export type PostStoredAgentsStoredAgentIdChangeRequest_Body = {
10141
10367
  rules?: Shared_Type_9 | undefined;
10142
10368
  }[]) | undefined;
10143
10369
  /** Tool keys mapped to per-tool config — static or conditional */
10144
- tools?: Shared_Type_96;
10370
+ tools?: Shared_Type_94;
10145
10371
  /** Default options for generate/stream calls — static or conditional */
10146
- defaultOptions?: Shared_Type_97;
10372
+ defaultOptions?: Shared_Type_95;
10147
10373
  /** Workflow keys with optional per-workflow config — static or conditional */
10148
- workflows?: Shared_Type_96;
10374
+ workflows?: Shared_Type_94;
10149
10375
  /** Agent keys with optional per-agent config — static or conditional */
10150
- agents?: Shared_Type_96;
10376
+ agents?: Shared_Type_94;
10151
10377
  /** Map of tool provider IDs to their tool configurations — static or conditional */
10152
- integrationTools?: Shared_Type_98;
10378
+ integrationTools?: Shared_Type_96;
10153
10379
  /** Tool provider connections and per-tool config (provider-agnostic). Coexists with the deprecated `integrationTools` field. */
10154
- toolProviders?: Shared_Type_99;
10380
+ toolProviders?: Shared_Type_97;
10155
10381
  /** Map of stored MCP client IDs to their tool configurations — static or conditional */
10156
- mcpClients?: Shared_Type_98;
10382
+ mcpClients?: Shared_Type_96;
10157
10383
  /** Input processor graph — static or conditional */
10158
10384
  inputProcessors?: (Shared_Type_20 | undefined) | undefined;
10159
10385
  /** Output processor graph — static or conditional */
@@ -10164,14 +10390,14 @@ export type PostStoredAgentsStoredAgentIdChangeRequest_Body = {
10164
10390
  rules?: Shared_Type_9 | undefined;
10165
10391
  }[]) | null) | undefined) | undefined;
10166
10392
  /** Scorer keys with optional sampling config — static or conditional */
10167
- scorers?: Shared_Type_100;
10393
+ scorers?: Shared_Type_98;
10168
10394
  /** Skill IDs mapped to per-skill config — static or conditional */
10169
10395
  skills?: ((Shared_Type_29 | {
10170
10396
  value: Shared_Type_29;
10171
10397
  rules?: Shared_Type_9 | undefined;
10172
10398
  }[]) | undefined) | undefined;
10173
10399
  /** Workspace reference (stored ID or inline config) — static or conditional */
10174
- workspace?: Shared_Type_101;
10400
+ workspace?: Shared_Type_99;
10175
10401
  /** Browser configuration — object config, true (apply default), false/null (disable) */
10176
10402
  browser?: ((Shared_Type_41 | boolean | null) | undefined) | undefined;
10177
10403
  /** JSON Schema defining valid request context variables for conditional rule evaluation */
@@ -10568,7 +10794,7 @@ export type GetStoredAgentsAgentIdVersions_Response = {
10568
10794
  page: number;
10569
10795
  perPage: number | false;
10570
10796
  hasMore: boolean;
10571
- versions: Shared_Type_102[];
10797
+ versions: Shared_Type_100[];
10572
10798
  };
10573
10799
  export type GetStoredAgentsAgentIdVersions_Request = Simplify<(GetStoredAgentsAgentIdVersions_PathParams extends never ? {} : {
10574
10800
  params: GetStoredAgentsAgentIdVersions_PathParams;
@@ -10714,7 +10940,7 @@ export type GetStoredAgentsAgentIdVersionsCompare_QueryParams = {
10714
10940
  };
10715
10941
  export type GetStoredAgentsAgentIdVersionsCompare_Response = {
10716
10942
  /** List of differences between versions */
10717
- diffs: Shared_Type_103[];
10943
+ diffs: Shared_Type_101[];
10718
10944
  /** The source version */
10719
10945
  fromVersion: {
10720
10946
  /** Unique identifier for the version (UUID) */
@@ -10927,7 +11153,7 @@ export type GetStoredAgentsAgentIdVersionsVersionId_PathParams = {
10927
11153
  /** Unique identifier for the version (UUID) */
10928
11154
  versionId: string;
10929
11155
  };
10930
- export type GetStoredAgentsAgentIdVersionsVersionId_Response = Shared_Type_102;
11156
+ export type GetStoredAgentsAgentIdVersionsVersionId_Response = Shared_Type_100;
10931
11157
  export type GetStoredAgentsAgentIdVersionsVersionId_Request = Simplify<(GetStoredAgentsAgentIdVersionsVersionId_PathParams extends never ? {} : {
10932
11158
  params: GetStoredAgentsAgentIdVersionsVersionId_PathParams;
10933
11159
  }) & (never extends never ? {} : {} extends never ? {
@@ -11159,7 +11385,7 @@ export type GetStoredWorkflows_QueryParams = {
11159
11385
  authorId?: string | undefined;
11160
11386
  };
11161
11387
  export type GetStoredWorkflows_Response = {
11162
- workflows: Shared_Type_104[];
11388
+ workflows: Shared_Type_102[];
11163
11389
  total: number;
11164
11390
  };
11165
11391
  export type GetStoredWorkflows_Request = Simplify<(never extends never ? {} : {
@@ -11203,7 +11429,7 @@ export type PostStoredWorkflows_Body = {
11203
11429
  [key: string]: unknown;
11204
11430
  } | undefined;
11205
11431
  /** Static workflow graph — ordered array of serialized step entries with all refs as ids. */
11206
- graph: Shared_Type_115[];
11432
+ graph: Shared_Type_113[];
11207
11433
  /** Helper workflow definitions this workflow nests. Saved with it as one unit — the whole set is validated together, hydrated in derived dependency order, and rejected together, so a failed save never leaves orphaned helpers behind. Each helper becomes an ordinary dynamic workflow in its own right. */
11208
11434
  dependencies?: {
11209
11435
  /** Workflow id — kebab-case, descriptive */
@@ -11227,7 +11453,7 @@ export type PostStoredWorkflows_Body = {
11227
11453
  [key: string]: unknown;
11228
11454
  } | undefined;
11229
11455
  /** Static workflow graph — ordered array of serialized step entries with all refs as ids. */
11230
- graph: Shared_Type_115[];
11456
+ graph: Shared_Type_113[];
11231
11457
  }[] | undefined;
11232
11458
  };
11233
11459
  export type PostStoredWorkflows_Response = {
@@ -11259,7 +11485,7 @@ export type GetStoredWorkflowsDynamicWorkflowId_PathParams = {
11259
11485
  /** Unique identifier for the dynamic workflow definition */
11260
11486
  dynamicWorkflowId: string;
11261
11487
  };
11262
- export type GetStoredWorkflowsDynamicWorkflowId_Response = Shared_Type_104;
11488
+ export type GetStoredWorkflowsDynamicWorkflowId_Response = Shared_Type_102;
11263
11489
  export type GetStoredWorkflowsDynamicWorkflowId_Request = Simplify<(GetStoredWorkflowsDynamicWorkflowId_PathParams extends never ? {} : {
11264
11490
  params: GetStoredWorkflowsDynamicWorkflowId_PathParams;
11265
11491
  }) & (never extends never ? {} : {} extends never ? {
@@ -11324,7 +11550,7 @@ export type GetStoredMcpClients_Response = {
11324
11550
  page: number;
11325
11551
  perPage: number | false;
11326
11552
  hasMore: boolean;
11327
- mcpClients: Shared_Type_117[];
11553
+ mcpClients: Shared_Type_115[];
11328
11554
  };
11329
11555
  export type GetStoredMcpClients_Request = Simplify<(never extends never ? {} : {
11330
11556
  params: never;
@@ -11350,7 +11576,7 @@ export type GetStoredMcpClientsStoredMCPClientId_PathParams = {
11350
11576
  storedMCPClientId: string;
11351
11577
  };
11352
11578
  export type GetStoredMcpClientsStoredMCPClientId_QueryParams = GetStoredAgentsStoredAgentId_QueryParams;
11353
- export type GetStoredMcpClientsStoredMCPClientId_Response = Shared_Type_117;
11579
+ export type GetStoredMcpClientsStoredMCPClientId_Response = Shared_Type_115;
11354
11580
  export type GetStoredMcpClientsStoredMCPClientId_Request = Simplify<(GetStoredMcpClientsStoredMCPClientId_PathParams extends never ? {} : {
11355
11581
  params: GetStoredMcpClientsStoredMCPClientId_PathParams;
11356
11582
  }) & (GetStoredMcpClientsStoredMCPClientId_QueryParams extends never ? {} : {} extends GetStoredMcpClientsStoredMCPClientId_QueryParams ? {
@@ -11385,7 +11611,7 @@ export type PostStoredMcpClients_Body = {
11385
11611
  description?: string | undefined;
11386
11612
  /** Map of server name to server configuration */
11387
11613
  servers: {
11388
- [key: string]: Shared_Type_116;
11614
+ [key: string]: Shared_Type_114;
11389
11615
  };
11390
11616
  };
11391
11617
  export type PostStoredMcpClients_Response = GetStoredMcpClientsStoredMCPClientId_Response;
@@ -11420,7 +11646,7 @@ export type PatchStoredMcpClientsStoredMCPClientId_Body = {
11420
11646
  description?: (string | undefined) | undefined;
11421
11647
  /** Map of server name to server configuration */
11422
11648
  servers?: {
11423
- [key: string]: Shared_Type_116;
11649
+ [key: string]: Shared_Type_114;
11424
11650
  } | undefined;
11425
11651
  };
11426
11652
  export type PatchStoredMcpClientsStoredMCPClientId_Response = {
@@ -11433,7 +11659,7 @@ export type PatchStoredMcpClientsStoredMCPClientId_Response = {
11433
11659
  } | undefined;
11434
11660
  createdAt: Date;
11435
11661
  updatedAt: Date;
11436
- } | Shared_Type_117;
11662
+ } | Shared_Type_115;
11437
11663
  export type PatchStoredMcpClientsStoredMCPClientId_Request = Simplify<(PatchStoredMcpClientsStoredMCPClientId_PathParams extends never ? {} : {
11438
11664
  params: PatchStoredMcpClientsStoredMCPClientId_PathParams;
11439
11665
  }) & (never extends never ? {} : {} extends never ? {
@@ -11484,7 +11710,7 @@ export type GetStoredMcpClientsMcpClientIdVersions_Response = {
11484
11710
  page: number;
11485
11711
  perPage: number | false;
11486
11712
  hasMore: boolean;
11487
- versions: Shared_Type_119[];
11713
+ versions: Shared_Type_117[];
11488
11714
  };
11489
11715
  export type GetStoredMcpClientsMcpClientIdVersions_Request = Simplify<(GetStoredMcpClientsMcpClientIdVersions_PathParams extends never ? {} : {
11490
11716
  params: GetStoredMcpClientsMcpClientIdVersions_PathParams;
@@ -11516,7 +11742,7 @@ export type PostStoredMcpClientsMcpClientIdVersions_Response = {
11516
11742
  /** Description of the MCP client */
11517
11743
  description?: (string | undefined) | undefined;
11518
11744
  servers?: {
11519
- [key: string]: Shared_Type_118;
11745
+ [key: string]: Shared_Type_116;
11520
11746
  } | undefined;
11521
11747
  /** Array of field names that changed from the previous version */
11522
11748
  changedFields?: (string[] | undefined) | undefined;
@@ -11547,7 +11773,7 @@ export type GetStoredMcpClientsMcpClientIdVersionsCompare_PathParams = GetStored
11547
11773
  export type GetStoredMcpClientsMcpClientIdVersionsCompare_QueryParams = GetStoredAgentsAgentIdVersionsCompare_QueryParams;
11548
11774
  export type GetStoredMcpClientsMcpClientIdVersionsCompare_Response = {
11549
11775
  /** List of differences between versions */
11550
- diffs: Shared_Type_103[];
11776
+ diffs: Shared_Type_101[];
11551
11777
  /** The source version */
11552
11778
  fromVersion: {
11553
11779
  /** Unique identifier for the version (UUID) */
@@ -11561,7 +11787,7 @@ export type GetStoredMcpClientsMcpClientIdVersionsCompare_Response = {
11561
11787
  /** Description of the MCP client */
11562
11788
  description?: string | undefined;
11563
11789
  servers: {
11564
- [key: string]: Shared_Type_118;
11790
+ [key: string]: Shared_Type_116;
11565
11791
  };
11566
11792
  /** Array of field names that changed from the previous version */
11567
11793
  changedFields?: string[] | undefined;
@@ -11583,7 +11809,7 @@ export type GetStoredMcpClientsMcpClientIdVersionsCompare_Response = {
11583
11809
  /** Description of the MCP client */
11584
11810
  description?: string | undefined;
11585
11811
  servers: {
11586
- [key: string]: Shared_Type_118;
11812
+ [key: string]: Shared_Type_116;
11587
11813
  };
11588
11814
  /** Array of field names that changed from the previous version */
11589
11815
  changedFields?: string[] | undefined;
@@ -11618,7 +11844,7 @@ export type GetStoredMcpClientsMcpClientIdVersionsVersionId_PathParams = {
11618
11844
  /** Unique identifier for the version (UUID) */
11619
11845
  versionId: string;
11620
11846
  };
11621
- export type GetStoredMcpClientsMcpClientIdVersionsVersionId_Response = Shared_Type_119;
11847
+ export type GetStoredMcpClientsMcpClientIdVersionsVersionId_Response = Shared_Type_117;
11622
11848
  export type GetStoredMcpClientsMcpClientIdVersionsVersionId_Request = Simplify<(GetStoredMcpClientsMcpClientIdVersionsVersionId_PathParams extends never ? {} : {
11623
11849
  params: GetStoredMcpClientsMcpClientIdVersionsVersionId_PathParams;
11624
11850
  }) & (never extends never ? {} : {} extends never ? {
@@ -11722,7 +11948,7 @@ export type GetStoredPromptBlocks_Response = {
11722
11948
  page: number;
11723
11949
  perPage: number | false;
11724
11950
  hasMore: boolean;
11725
- promptBlocks: Shared_Type_120[];
11951
+ promptBlocks: Shared_Type_118[];
11726
11952
  };
11727
11953
  export type GetStoredPromptBlocks_Request = Simplify<(never extends never ? {} : {
11728
11954
  params: never;
@@ -11748,7 +11974,7 @@ export type GetStoredPromptBlocksStoredPromptBlockId_PathParams = {
11748
11974
  storedPromptBlockId: string;
11749
11975
  };
11750
11976
  export type GetStoredPromptBlocksStoredPromptBlockId_QueryParams = GetStoredAgentsStoredAgentId_QueryParams;
11751
- export type GetStoredPromptBlocksStoredPromptBlockId_Response = Shared_Type_120;
11977
+ export type GetStoredPromptBlocksStoredPromptBlockId_Response = Shared_Type_118;
11752
11978
  export type GetStoredPromptBlocksStoredPromptBlockId_Request = Simplify<(GetStoredPromptBlocksStoredPromptBlockId_PathParams extends never ? {} : {
11753
11979
  params: GetStoredPromptBlocksStoredPromptBlockId_PathParams;
11754
11980
  }) & (GetStoredPromptBlocksStoredPromptBlockId_QueryParams extends never ? {} : {} extends GetStoredPromptBlocksStoredPromptBlockId_QueryParams ? {
@@ -11839,7 +12065,7 @@ export type PatchStoredPromptBlocksStoredPromptBlockId_Response = {
11839
12065
  } | undefined;
11840
12066
  createdAt: Date;
11841
12067
  updatedAt: Date;
11842
- } | Shared_Type_120;
12068
+ } | Shared_Type_118;
11843
12069
  export type PatchStoredPromptBlocksStoredPromptBlockId_Request = Simplify<(PatchStoredPromptBlocksStoredPromptBlockId_PathParams extends never ? {} : {
11844
12070
  params: PatchStoredPromptBlocksStoredPromptBlockId_PathParams;
11845
12071
  }) & (never extends never ? {} : {} extends never ? {
@@ -11890,7 +12116,7 @@ export type GetStoredPromptBlocksPromptBlockIdVersions_Response = {
11890
12116
  page: number;
11891
12117
  perPage: number | false;
11892
12118
  hasMore: boolean;
11893
- versions: Shared_Type_121[];
12119
+ versions: Shared_Type_119[];
11894
12120
  };
11895
12121
  export type GetStoredPromptBlocksPromptBlockIdVersions_Request = Simplify<(GetStoredPromptBlocksPromptBlockIdVersions_PathParams extends never ? {} : {
11896
12122
  params: GetStoredPromptBlocksPromptBlockIdVersions_PathParams;
@@ -11958,7 +12184,7 @@ export type GetStoredPromptBlocksPromptBlockIdVersionsCompare_PathParams = GetSt
11958
12184
  export type GetStoredPromptBlocksPromptBlockIdVersionsCompare_QueryParams = GetStoredAgentsAgentIdVersionsCompare_QueryParams;
11959
12185
  export type GetStoredPromptBlocksPromptBlockIdVersionsCompare_Response = {
11960
12186
  /** List of differences between versions */
11961
- diffs: Shared_Type_103[];
12187
+ diffs: Shared_Type_101[];
11962
12188
  /** The source version */
11963
12189
  fromVersion: {
11964
12190
  /** Unique identifier for the version (UUID) */
@@ -12039,7 +12265,7 @@ export type GetStoredPromptBlocksPromptBlockIdVersionsVersionId_PathParams = {
12039
12265
  /** Unique identifier for the version (UUID) */
12040
12266
  versionId: string;
12041
12267
  };
12042
- export type GetStoredPromptBlocksPromptBlockIdVersionsVersionId_Response = Shared_Type_121;
12268
+ export type GetStoredPromptBlocksPromptBlockIdVersionsVersionId_Response = Shared_Type_119;
12043
12269
  export type GetStoredPromptBlocksPromptBlockIdVersionsVersionId_Request = Simplify<(GetStoredPromptBlocksPromptBlockIdVersionsVersionId_PathParams extends never ? {} : {
12044
12270
  params: GetStoredPromptBlocksPromptBlockIdVersionsVersionId_PathParams;
12045
12271
  }) & (never extends never ? {} : {} extends never ? {
@@ -12143,7 +12369,7 @@ export type GetStoredScorers_Response = {
12143
12369
  page: number;
12144
12370
  perPage: number | false;
12145
12371
  hasMore: boolean;
12146
- scorerDefinitions: Shared_Type_123[];
12372
+ scorerDefinitions: Shared_Type_121[];
12147
12373
  };
12148
12374
  export type GetStoredScorers_Request = Simplify<(never extends never ? {} : {
12149
12375
  params: never;
@@ -12169,7 +12395,7 @@ export type GetStoredScorersStoredScorerId_PathParams = {
12169
12395
  storedScorerId: string;
12170
12396
  };
12171
12397
  export type GetStoredScorersStoredScorerId_QueryParams = GetStoredAgentsStoredAgentId_QueryParams;
12172
- export type GetStoredScorersStoredScorerId_Response = Shared_Type_123;
12398
+ export type GetStoredScorersStoredScorerId_Response = Shared_Type_121;
12173
12399
  export type GetStoredScorersStoredScorerId_Request = Simplify<(GetStoredScorersStoredScorerId_PathParams extends never ? {} : {
12174
12400
  params: GetStoredScorersStoredScorerId_PathParams;
12175
12401
  }) & (GetStoredScorersStoredScorerId_QueryParams extends never ? {} : {} extends GetStoredScorersStoredScorerId_QueryParams ? {
@@ -12203,13 +12429,13 @@ export type PostStoredScorers_Body = {
12203
12429
  /** Description of the scorer */
12204
12430
  description?: string | undefined;
12205
12431
  /** Scorer type: llm-judge for custom, or a preset type name */
12206
- type: Shared_Type_122;
12432
+ type: Shared_Type_120;
12207
12433
  /** Model configuration for LLM judge */
12208
12434
  model?: Shared_Type_11 | undefined;
12209
12435
  /** System instructions for the judge LLM (used when type is llm-judge) */
12210
12436
  instructions?: string | undefined;
12211
12437
  /** Score range configuration (used when type is llm-judge) */
12212
- scoreRange?: Shared_Type_124;
12438
+ scoreRange?: Shared_Type_122;
12213
12439
  /** Serializable config options for preset scorers */
12214
12440
  presetConfig?: {
12215
12441
  [key: string]: unknown;
@@ -12253,13 +12479,13 @@ export type PatchStoredScorersStoredScorerId_Body = {
12253
12479
  /** Description of the scorer */
12254
12480
  description?: (string | undefined) | undefined;
12255
12481
  /** Scorer type: llm-judge for custom, or a preset type name */
12256
- type?: Shared_Type_122 | undefined;
12482
+ type?: Shared_Type_120 | undefined;
12257
12483
  /** Model configuration for LLM judge */
12258
12484
  model?: (Shared_Type_11 | undefined) | undefined;
12259
12485
  /** System instructions for the judge LLM (used when type is llm-judge) */
12260
12486
  instructions?: (string | undefined) | undefined;
12261
12487
  /** Score range configuration (used when type is llm-judge) */
12262
- scoreRange?: Shared_Type_124 | undefined;
12488
+ scoreRange?: Shared_Type_122 | undefined;
12263
12489
  /** Serializable config options for preset scorers */
12264
12490
  presetConfig?: ({
12265
12491
  [key: string]: unknown;
@@ -12282,7 +12508,7 @@ export type PatchStoredScorersStoredScorerId_Response = {
12282
12508
  } | undefined;
12283
12509
  createdAt: Date;
12284
12510
  updatedAt: Date;
12285
- } | Shared_Type_123;
12511
+ } | Shared_Type_121;
12286
12512
  export type PatchStoredScorersStoredScorerId_Request = Simplify<(PatchStoredScorersStoredScorerId_PathParams extends never ? {} : {
12287
12513
  params: PatchStoredScorersStoredScorerId_PathParams;
12288
12514
  }) & (never extends never ? {} : {} extends never ? {
@@ -12333,7 +12559,7 @@ export type GetStoredScorersScorerIdVersions_Response = {
12333
12559
  page: number;
12334
12560
  perPage: number | false;
12335
12561
  hasMore: boolean;
12336
- versions: Shared_Type_125[];
12562
+ versions: Shared_Type_123[];
12337
12563
  };
12338
12564
  export type GetStoredScorersScorerIdVersions_Request = Simplify<(GetStoredScorersScorerIdVersions_PathParams extends never ? {} : {
12339
12565
  params: GetStoredScorersScorerIdVersions_PathParams;
@@ -12364,7 +12590,7 @@ export type PostStoredScorersScorerIdVersions_Response = {
12364
12590
  name?: string | undefined;
12365
12591
  /** Description of the scorer */
12366
12592
  description?: (string | undefined) | undefined;
12367
- type?: Shared_Type_122 | undefined;
12593
+ type?: Shared_Type_120 | undefined;
12368
12594
  model?: (Shared_Type_11 | undefined) | undefined;
12369
12595
  instructions?: (string | undefined) | undefined;
12370
12596
  scoreRange?: ({
@@ -12409,7 +12635,7 @@ export type GetStoredScorersScorerIdVersionsCompare_PathParams = GetStoredScorer
12409
12635
  export type GetStoredScorersScorerIdVersionsCompare_QueryParams = GetStoredAgentsAgentIdVersionsCompare_QueryParams;
12410
12636
  export type GetStoredScorersScorerIdVersionsCompare_Response = {
12411
12637
  /** List of differences between versions */
12412
- diffs: Shared_Type_103[];
12638
+ diffs: Shared_Type_101[];
12413
12639
  /** The source version */
12414
12640
  fromVersion: {
12415
12641
  /** Unique identifier for the version (UUID) */
@@ -12422,7 +12648,7 @@ export type GetStoredScorersScorerIdVersionsCompare_Response = {
12422
12648
  name: string;
12423
12649
  /** Description of the scorer */
12424
12650
  description?: string | undefined;
12425
- type: Shared_Type_122;
12651
+ type: Shared_Type_120;
12426
12652
  model?: Shared_Type_11 | undefined;
12427
12653
  instructions?: string | undefined;
12428
12654
  scoreRange?: {
@@ -12457,7 +12683,7 @@ export type GetStoredScorersScorerIdVersionsCompare_Response = {
12457
12683
  name: string;
12458
12684
  /** Description of the scorer */
12459
12685
  description?: string | undefined;
12460
- type: Shared_Type_122;
12686
+ type: Shared_Type_120;
12461
12687
  model?: Shared_Type_11 | undefined;
12462
12688
  instructions?: string | undefined;
12463
12689
  scoreRange?: {
@@ -12506,7 +12732,7 @@ export type GetStoredScorersScorerIdVersionsVersionId_PathParams = {
12506
12732
  /** Unique identifier for the version (UUID) */
12507
12733
  versionId: string;
12508
12734
  };
12509
- export type GetStoredScorersScorerIdVersionsVersionId_Response = Shared_Type_125;
12735
+ export type GetStoredScorersScorerIdVersionsVersionId_Response = Shared_Type_123;
12510
12736
  export type GetStoredScorersScorerIdVersionsVersionId_Request = Simplify<(GetStoredScorersScorerIdVersionsVersionId_PathParams extends never ? {} : {
12511
12737
  params: GetStoredScorersScorerIdVersionsVersionId_PathParams;
12512
12738
  }) & (never extends never ? {} : {} extends never ? {
@@ -12666,7 +12892,7 @@ export type GetStoredWorkspacesStoredWorkspaceId_PathParams = {
12666
12892
  /** Unique identifier for the stored workspace */
12667
12893
  storedWorkspaceId: string;
12668
12894
  };
12669
- export type GetStoredWorkspacesStoredWorkspaceId_Response = Shared_Type_126;
12895
+ export type GetStoredWorkspacesStoredWorkspaceId_Response = Shared_Type_124;
12670
12896
  export type GetStoredWorkspacesStoredWorkspaceId_Request = Simplify<(GetStoredWorkspacesStoredWorkspaceId_PathParams extends never ? {} : {
12671
12897
  params: GetStoredWorkspacesStoredWorkspaceId_PathParams;
12672
12898
  }) & (never extends never ? {} : {} extends never ? {
@@ -12772,7 +12998,7 @@ export type PatchStoredWorkspacesStoredWorkspaceId_Response = {
12772
12998
  } | undefined;
12773
12999
  createdAt: Date;
12774
13000
  updatedAt: Date;
12775
- } | Shared_Type_126;
13001
+ } | Shared_Type_124;
12776
13002
  export type PatchStoredWorkspacesStoredWorkspaceId_Request = Simplify<(PatchStoredWorkspacesStoredWorkspaceId_PathParams extends never ? {} : {
12777
13003
  params: PatchStoredWorkspacesStoredWorkspaceId_PathParams;
12778
13004
  }) & (never extends never ? {} : {} extends never ? {
@@ -12840,7 +13066,7 @@ export type GetStoredSkills_Response = {
12840
13066
  page: number;
12841
13067
  perPage: number | false;
12842
13068
  hasMore: boolean;
12843
- skills: Shared_Type_128[];
13069
+ skills: Shared_Type_126[];
12844
13070
  };
12845
13071
  export type GetStoredSkills_Request = Simplify<(never extends never ? {} : {
12846
13072
  params: never;
@@ -12865,7 +13091,7 @@ export type GetStoredSkillsStoredSkillId_PathParams = {
12865
13091
  /** Unique identifier for the stored skill */
12866
13092
  storedSkillId: string;
12867
13093
  };
12868
- export type GetStoredSkillsStoredSkillId_Response = Shared_Type_128;
13094
+ export type GetStoredSkillsStoredSkillId_Response = Shared_Type_126;
12869
13095
  export type GetStoredSkillsStoredSkillId_Request = Simplify<(GetStoredSkillsStoredSkillId_PathParams extends never ? {} : {
12870
13096
  params: GetStoredSkillsStoredSkillId_PathParams;
12871
13097
  }) & (never extends never ? {} : {} extends never ? {
@@ -12903,7 +13129,7 @@ export type PostStoredSkills_Body = {
12903
13129
  /** Compatibility requirements */
12904
13130
  compatibility?: unknown | undefined;
12905
13131
  /** Source location of the skill */
12906
- source?: Shared_Type_127 | undefined;
13132
+ source?: Shared_Type_125 | undefined;
12907
13133
  /** List of reference file paths */
12908
13134
  references?: string[] | undefined;
12909
13135
  /** List of script file paths */
@@ -12911,7 +13137,7 @@ export type PostStoredSkills_Body = {
12911
13137
  /** List of asset file paths */
12912
13138
  assets?: string[] | undefined;
12913
13139
  /** Full file tree structure for the skill */
12914
- files?: Shared_Auxiliary_1230[] | undefined;
13140
+ files?: Shared_Auxiliary_1279[] | undefined;
12915
13141
  /** Additional metadata for the skill */
12916
13142
  metadata?: {
12917
13143
  [key: string]: unknown;
@@ -12953,7 +13179,7 @@ export type PatchStoredSkillsStoredSkillId_Body = {
12953
13179
  /** Compatibility requirements */
12954
13180
  compatibility?: (unknown | undefined) | undefined;
12955
13181
  /** Source location of the skill */
12956
- source?: (Shared_Type_127 | undefined) | undefined;
13182
+ source?: (Shared_Type_125 | undefined) | undefined;
12957
13183
  /** List of reference file paths */
12958
13184
  references?: (string[] | undefined) | undefined;
12959
13185
  /** List of script file paths */
@@ -12961,7 +13187,7 @@ export type PatchStoredSkillsStoredSkillId_Body = {
12961
13187
  /** List of asset file paths */
12962
13188
  assets?: (string[] | undefined) | undefined;
12963
13189
  /** Full file tree structure for the skill */
12964
- files?: (Shared_Auxiliary_1230[] | undefined) | undefined;
13190
+ files?: (Shared_Auxiliary_1279[] | undefined) | undefined;
12965
13191
  /** Additional metadata for the skill */
12966
13192
  metadata?: ({
12967
13193
  [key: string]: unknown;
@@ -12975,7 +13201,7 @@ export type PatchStoredSkillsStoredSkillId_Response = {
12975
13201
  visibility?: ('private' | 'public') | undefined;
12976
13202
  createdAt: Date;
12977
13203
  updatedAt: Date;
12978
- } | Shared_Type_128;
13204
+ } | Shared_Type_126;
12979
13205
  export type PatchStoredSkillsStoredSkillId_Request = Simplify<(PatchStoredSkillsStoredSkillId_PathParams extends never ? {} : {
12980
13206
  params: PatchStoredSkillsStoredSkillId_PathParams;
12981
13207
  }) & (never extends never ? {} : {} extends never ? {
@@ -13600,6 +13826,7 @@ export type GetSystemPackages_Response = {
13600
13826
  }[];
13601
13827
  isDev: boolean;
13602
13828
  cmsEnabled: boolean;
13829
+ liveKitConnectionRouteEnabled: boolean;
13603
13830
  editorSource?: ('code' | 'db') | undefined;
13604
13831
  editorSourceCapabilities?: {
13605
13832
  source: 'code' | 'db';
@@ -13686,7 +13913,7 @@ export interface GetSystemApiSchema_RouteContract {
13686
13913
  }
13687
13914
  export type GetDatasets_QueryParams = GetScoresRunRunId_QueryParams;
13688
13915
  export type GetDatasets_Response = {
13689
- datasets: Shared_Type_129[];
13916
+ datasets: Shared_Type_127[];
13690
13917
  pagination: {
13691
13918
  total: number;
13692
13919
  page: number;
@@ -13741,7 +13968,7 @@ export type PostDatasets_Body = {
13741
13968
  /** IDs of scorers attached to this dataset */
13742
13969
  scorerIds?: string[] | undefined;
13743
13970
  };
13744
- export type PostDatasets_Response = Shared_Type_129;
13971
+ export type PostDatasets_Response = Shared_Type_127;
13745
13972
  export type PostDatasets_Request = Simplify<(never extends never ? {} : {
13746
13973
  params: never;
13747
13974
  }) & (never extends never ? {} : {} extends never ? {
@@ -13771,7 +13998,7 @@ export type GetDatasetsDatasetId_QueryParams = {
13771
13998
  /** Restrict lookup to the given project */
13772
13999
  projectId?: string | undefined;
13773
14000
  };
13774
- export type GetDatasetsDatasetId_Response = Shared_Type_129 | null;
14001
+ export type GetDatasetsDatasetId_Response = Shared_Type_127 | null;
13775
14002
  export type GetDatasetsDatasetId_Request = Simplify<(GetDatasetsDatasetId_PathParams extends never ? {} : {
13776
14003
  params: GetDatasetsDatasetId_PathParams;
13777
14004
  }) & (GetDatasetsDatasetId_QueryParams extends never ? {} : {} extends GetDatasetsDatasetId_QueryParams ? {
@@ -13873,7 +14100,7 @@ export type GetDatasetsDatasetIdItems_QueryParams = {
13873
14100
  search?: string | undefined;
13874
14101
  };
13875
14102
  export type GetDatasetsDatasetIdItems_Response = {
13876
- items: Shared_Type_132[];
14103
+ items: Shared_Type_130[];
13877
14104
  pagination: {
13878
14105
  total: number;
13879
14106
  page: number;
@@ -13909,9 +14136,9 @@ export type PostDatasetsDatasetIdItems_Body = {
13909
14136
  /** Expected output for comparison */
13910
14137
  groundTruth?: unknown | undefined;
13911
14138
  /** Expected trajectory configuration for trajectory scoring */
13912
- expectedTrajectory?: (Shared_Type_147 | undefined) | null;
14139
+ expectedTrajectory?: (Shared_Type_145 | undefined) | null;
13913
14140
  /** Ordered item-level static tool mocks served in place of executing the real tool */
13914
- toolMocks?: Shared_Type_130[] | undefined;
14141
+ toolMocks?: Shared_Type_128[] | undefined;
13915
14142
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
13916
14143
  unmockedToolPolicy?: ('allow' | 'deny') | undefined;
13917
14144
  /** IDs of scorers selected for this item */
@@ -13925,9 +14152,9 @@ export type PostDatasetsDatasetIdItems_Body = {
13925
14152
  [key: string]: unknown;
13926
14153
  } | undefined;
13927
14154
  /** Source/provenance of this dataset item */
13928
- source?: Shared_Type_131 | undefined;
14155
+ source?: Shared_Type_129 | undefined;
13929
14156
  };
13930
- export type PostDatasetsDatasetIdItems_Response = Shared_Type_132;
14157
+ export type PostDatasetsDatasetIdItems_Response = Shared_Type_130;
13931
14158
  export type PostDatasetsDatasetIdItems_Request = Simplify<(PostDatasetsDatasetIdItems_PathParams extends never ? {} : {
13932
14159
  params: PostDatasetsDatasetIdItems_PathParams;
13933
14160
  }) & (never extends never ? {} : {} extends never ? {
@@ -13954,9 +14181,9 @@ export type PostDatasetsDatasetIdItemsBatch_Body = {
13954
14181
  input: unknown;
13955
14182
  groundTruth?: unknown | undefined;
13956
14183
  /** Expected trajectory configuration for trajectory scoring */
13957
- expectedTrajectory?: (Shared_Type_147 | undefined) | null;
14184
+ expectedTrajectory?: (Shared_Type_145 | undefined) | null;
13958
14185
  /** Ordered item-level static tool mocks served in place of executing the real tool */
13959
- toolMocks?: Shared_Type_130[] | undefined;
14186
+ toolMocks?: Shared_Type_128[] | undefined;
13960
14187
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
13961
14188
  unmockedToolPolicy?: ('allow' | 'deny') | undefined;
13962
14189
  scorerIds?: string[] | undefined;
@@ -13967,11 +14194,11 @@ export type PostDatasetsDatasetIdItemsBatch_Body = {
13967
14194
  [key: string]: unknown;
13968
14195
  } | undefined;
13969
14196
  /** Source/provenance of this dataset item */
13970
- source?: Shared_Type_131 | undefined;
14197
+ source?: Shared_Type_129 | undefined;
13971
14198
  }[];
13972
14199
  };
13973
14200
  export type PostDatasetsDatasetIdItemsBatch_Response = {
13974
- items: Shared_Type_132[];
14201
+ items: Shared_Type_130[];
13975
14202
  count: number;
13976
14203
  };
13977
14204
  export type PostDatasetsDatasetIdItemsBatch_Request = Simplify<(PostDatasetsDatasetIdItemsBatch_PathParams extends never ? {} : {
@@ -14026,7 +14253,7 @@ export type GetDatasetsDatasetIdItemsItemId_PathParams = {
14026
14253
  /** Unique identifier for the dataset item */
14027
14254
  itemId: string;
14028
14255
  };
14029
- export type GetDatasetsDatasetIdItemsItemId_Response = Shared_Type_132 | null;
14256
+ export type GetDatasetsDatasetIdItemsItemId_Response = Shared_Type_130 | null;
14030
14257
  export type GetDatasetsDatasetIdItemsItemId_Request = Simplify<(GetDatasetsDatasetIdItemsItemId_PathParams extends never ? {} : {
14031
14258
  params: GetDatasetsDatasetIdItemsItemId_PathParams;
14032
14259
  }) & (never extends never ? {} : {} extends never ? {
@@ -14053,9 +14280,9 @@ export type PatchDatasetsDatasetIdItemsItemId_Body = {
14053
14280
  /** Expected output for comparison */
14054
14281
  groundTruth?: unknown | undefined;
14055
14282
  /** Expected trajectory configuration for trajectory scoring */
14056
- expectedTrajectory?: (Shared_Type_147 | undefined) | null;
14283
+ expectedTrajectory?: (Shared_Type_145 | undefined) | null;
14057
14284
  /** Ordered item-level static tool mocks served in place of executing the real tool */
14058
- toolMocks?: Shared_Type_130[] | undefined;
14285
+ toolMocks?: Shared_Type_128[] | undefined;
14059
14286
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
14060
14287
  unmockedToolPolicy?: ('allow' | 'deny') | undefined;
14061
14288
  /** IDs of scorers selected for this item */
@@ -14069,7 +14296,7 @@ export type PatchDatasetsDatasetIdItemsItemId_Body = {
14069
14296
  [key: string]: unknown;
14070
14297
  } | undefined;
14071
14298
  /** Source/provenance of this dataset item */
14072
- source?: Shared_Type_131 | undefined;
14299
+ source?: Shared_Type_129 | undefined;
14073
14300
  };
14074
14301
  export type PatchDatasetsDatasetIdItemsItemId_Response = PostDatasetsDatasetIdItems_Response;
14075
14302
  export type PatchDatasetsDatasetIdItemsItemId_Request = Simplify<(PatchDatasetsDatasetIdItemsItemId_PathParams extends never ? {} : {
@@ -14091,6 +14318,28 @@ export interface PatchDatasetsDatasetIdItemsItemId_RouteContract {
14091
14318
  response: PatchDatasetsDatasetIdItemsItemId_Response;
14092
14319
  responseType: 'json';
14093
14320
  }
14321
+ export type DeleteDatasetsDatasetIdItemsItemIdPurge_PathParams = GetDatasetsDatasetIdItemsItemId_PathParams;
14322
+ export type DeleteDatasetsDatasetIdItemsItemIdPurge_QueryParams = GetDatasetsDatasetId_QueryParams;
14323
+ export type DeleteDatasetsDatasetIdItemsItemIdPurge_Response = PostAuthRefresh_Response;
14324
+ export type DeleteDatasetsDatasetIdItemsItemIdPurge_Request = Simplify<(DeleteDatasetsDatasetIdItemsItemIdPurge_PathParams extends never ? {} : {
14325
+ params: DeleteDatasetsDatasetIdItemsItemIdPurge_PathParams;
14326
+ }) & (DeleteDatasetsDatasetIdItemsItemIdPurge_QueryParams extends never ? {} : {} extends DeleteDatasetsDatasetIdItemsItemIdPurge_QueryParams ? {
14327
+ query?: DeleteDatasetsDatasetIdItemsItemIdPurge_QueryParams;
14328
+ } : {
14329
+ query: DeleteDatasetsDatasetIdItemsItemIdPurge_QueryParams;
14330
+ }) & (never extends never ? {} : {} extends never ? {
14331
+ body?: never;
14332
+ } : {
14333
+ body: never;
14334
+ })>;
14335
+ export interface DeleteDatasetsDatasetIdItemsItemIdPurge_RouteContract {
14336
+ pathParams: DeleteDatasetsDatasetIdItemsItemIdPurge_PathParams;
14337
+ queryParams: DeleteDatasetsDatasetIdItemsItemIdPurge_QueryParams;
14338
+ body: never;
14339
+ request: DeleteDatasetsDatasetIdItemsItemIdPurge_Request;
14340
+ response: DeleteDatasetsDatasetIdItemsItemIdPurge_Response;
14341
+ responseType: 'json';
14342
+ }
14094
14343
  export type DeleteDatasetsDatasetIdItemsItemId_PathParams = GetDatasetsDatasetIdItemsItemId_PathParams;
14095
14344
  export type DeleteDatasetsDatasetIdItemsItemId_Response = PostAuthRefresh_Response;
14096
14345
  export type DeleteDatasetsDatasetIdItemsItemId_Request = Simplify<(DeleteDatasetsDatasetIdItemsItemId_PathParams extends never ? {} : {
@@ -14157,13 +14406,16 @@ export type GetDatasetsDatasetIdItemsItemIdHistory_Response = {
14157
14406
  groundTruth?: unknown | undefined;
14158
14407
  expectedTrajectory?: unknown | undefined;
14159
14408
  /** Ordered item-level static tool mocks served in place of executing the real tool */
14160
- toolMocks?: Shared_Type_130[] | undefined;
14409
+ toolMocks?: (Shared_Type_128[] | undefined) | null;
14161
14410
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
14162
- unmockedToolPolicy?: ('allow' | 'deny') | undefined;
14163
- scorerIds?: string[] | undefined;
14164
- metadata?: {
14411
+ unmockedToolPolicy?: (('allow' | 'deny') | undefined) | null;
14412
+ scorerIds?: (string[] | undefined) | null;
14413
+ requestContext?: ({
14165
14414
  [key: string]: unknown;
14166
- } | undefined;
14415
+ } | undefined) | null;
14416
+ metadata?: ({
14417
+ [key: string]: unknown;
14418
+ } | undefined) | null;
14167
14419
  validTo: number | null;
14168
14420
  isDeleted: boolean;
14169
14421
  createdAt: Date;
@@ -14226,7 +14478,7 @@ export type GetExperiments_QueryParams = {
14226
14478
  trialIndex?: number | undefined;
14227
14479
  };
14228
14480
  export type GetExperiments_Response = {
14229
- experiments: Shared_Type_149[];
14481
+ experiments: Shared_Type_147[];
14230
14482
  pagination: {
14231
14483
  total: number;
14232
14484
  page: number;
@@ -14281,6 +14533,31 @@ export interface GetExperimentsReviewSummary_RouteContract {
14281
14533
  response: GetExperimentsReviewSummary_Response;
14282
14534
  responseType: 'json';
14283
14535
  }
14536
+ export type DeleteExperimentsExperimentId_PathParams = {
14537
+ /** Unique identifier for the experiment */
14538
+ experimentId: string;
14539
+ };
14540
+ export type DeleteExperimentsExperimentId_QueryParams = GetDatasetsDatasetId_QueryParams;
14541
+ export type DeleteExperimentsExperimentId_Response = PostAuthRefresh_Response;
14542
+ export type DeleteExperimentsExperimentId_Request = Simplify<(DeleteExperimentsExperimentId_PathParams extends never ? {} : {
14543
+ params: DeleteExperimentsExperimentId_PathParams;
14544
+ }) & (DeleteExperimentsExperimentId_QueryParams extends never ? {} : {} extends DeleteExperimentsExperimentId_QueryParams ? {
14545
+ query?: DeleteExperimentsExperimentId_QueryParams;
14546
+ } : {
14547
+ query: DeleteExperimentsExperimentId_QueryParams;
14548
+ }) & (never extends never ? {} : {} extends never ? {
14549
+ body?: never;
14550
+ } : {
14551
+ body: never;
14552
+ })>;
14553
+ export interface DeleteExperimentsExperimentId_RouteContract {
14554
+ pathParams: DeleteExperimentsExperimentId_PathParams;
14555
+ queryParams: DeleteExperimentsExperimentId_QueryParams;
14556
+ body: never;
14557
+ request: DeleteExperimentsExperimentId_Request;
14558
+ response: DeleteExperimentsExperimentId_Response;
14559
+ responseType: 'json';
14560
+ }
14284
14561
  export type GetDatasetsDatasetIdExperiments_PathParams = GetDatasetsDatasetId_PathParams;
14285
14562
  export type GetDatasetsDatasetIdExperiments_QueryParams = GetExperiments_QueryParams;
14286
14563
  export type GetDatasetsDatasetIdExperiments_Response = GetExperiments_Response;
@@ -14385,7 +14662,7 @@ export type PostDatasetsDatasetIdExperiments_Response = {
14385
14662
  completedAt: Date;
14386
14663
  retryCount: number;
14387
14664
  /** Diagnostic receipt for item-level tool mocks */
14388
- toolMockReport?: (Shared_Type_150 | undefined) | null;
14665
+ toolMockReport?: (Shared_Type_148 | undefined) | null;
14389
14666
  scores: {
14390
14667
  scorerId: string;
14391
14668
  scorerName: string;
@@ -14431,7 +14708,7 @@ export type PostDatasetsDatasetIdExperimentsExperimentIdItemsItemIdRun_Body = {
14431
14708
  } | undefined;
14432
14709
  };
14433
14710
  export type PostDatasetsDatasetIdExperimentsExperimentIdItemsItemIdRun_Response = {
14434
- result: Shared_Type_151;
14711
+ result: Shared_Type_149;
14435
14712
  scores: {
14436
14713
  scorerId: string;
14437
14714
  scorerName: string;
@@ -14500,7 +14777,7 @@ export type PostDatasetsDatasetIdExperimentsExperimentIdResults_Body = {
14500
14777
  } | undefined;
14501
14778
  }[] | undefined;
14502
14779
  };
14503
- export type PostDatasetsDatasetIdExperimentsExperimentIdResults_Response = Shared_Type_151;
14780
+ export type PostDatasetsDatasetIdExperimentsExperimentIdResults_Response = Shared_Type_149;
14504
14781
  export type PostDatasetsDatasetIdExperimentsExperimentIdResults_Request = Simplify<(PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams extends never ? {} : {
14505
14782
  params: PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams;
14506
14783
  }) & (never extends never ? {} : {} extends never ? {
@@ -14521,7 +14798,7 @@ export interface PostDatasetsDatasetIdExperimentsExperimentIdResults_RouteContra
14521
14798
  responseType: 'json';
14522
14799
  }
14523
14800
  export type PostDatasetsDatasetIdExperimentsExperimentIdFinalize_PathParams = PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams;
14524
- export type PostDatasetsDatasetIdExperimentsExperimentIdFinalize_Response = Shared_Type_149;
14801
+ export type PostDatasetsDatasetIdExperimentsExperimentIdFinalize_Response = Shared_Type_147;
14525
14802
  export type PostDatasetsDatasetIdExperimentsExperimentIdFinalize_Request = Simplify<(PostDatasetsDatasetIdExperimentsExperimentIdFinalize_PathParams extends never ? {} : {
14526
14803
  params: PostDatasetsDatasetIdExperimentsExperimentIdFinalize_PathParams;
14527
14804
  }) & (never extends never ? {} : {} extends never ? {
@@ -14542,7 +14819,7 @@ export interface PostDatasetsDatasetIdExperimentsExperimentIdFinalize_RouteContr
14542
14819
  responseType: 'json';
14543
14820
  }
14544
14821
  export type GetDatasetsDatasetIdExperimentsExperimentId_PathParams = PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams;
14545
- export type GetDatasetsDatasetIdExperimentsExperimentId_Response = Shared_Type_149 | null;
14822
+ export type GetDatasetsDatasetIdExperimentsExperimentId_Response = Shared_Type_147 | null;
14546
14823
  export type GetDatasetsDatasetIdExperimentsExperimentId_Request = Simplify<(GetDatasetsDatasetIdExperimentsExperimentId_PathParams extends never ? {} : {
14547
14824
  params: GetDatasetsDatasetIdExperimentsExperimentId_PathParams;
14548
14825
  }) & (never extends never ? {} : {} extends never ? {
@@ -14562,6 +14839,28 @@ export interface GetDatasetsDatasetIdExperimentsExperimentId_RouteContract {
14562
14839
  response: GetDatasetsDatasetIdExperimentsExperimentId_Response;
14563
14840
  responseType: 'json';
14564
14841
  }
14842
+ export type DeleteDatasetsDatasetIdExperimentsExperimentId_PathParams = PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams;
14843
+ export type DeleteDatasetsDatasetIdExperimentsExperimentId_QueryParams = GetDatasetsDatasetId_QueryParams;
14844
+ export type DeleteDatasetsDatasetIdExperimentsExperimentId_Response = PostAuthRefresh_Response;
14845
+ export type DeleteDatasetsDatasetIdExperimentsExperimentId_Request = Simplify<(DeleteDatasetsDatasetIdExperimentsExperimentId_PathParams extends never ? {} : {
14846
+ params: DeleteDatasetsDatasetIdExperimentsExperimentId_PathParams;
14847
+ }) & (DeleteDatasetsDatasetIdExperimentsExperimentId_QueryParams extends never ? {} : {} extends DeleteDatasetsDatasetIdExperimentsExperimentId_QueryParams ? {
14848
+ query?: DeleteDatasetsDatasetIdExperimentsExperimentId_QueryParams;
14849
+ } : {
14850
+ query: DeleteDatasetsDatasetIdExperimentsExperimentId_QueryParams;
14851
+ }) & (never extends never ? {} : {} extends never ? {
14852
+ body?: never;
14853
+ } : {
14854
+ body: never;
14855
+ })>;
14856
+ export interface DeleteDatasetsDatasetIdExperimentsExperimentId_RouteContract {
14857
+ pathParams: DeleteDatasetsDatasetIdExperimentsExperimentId_PathParams;
14858
+ queryParams: DeleteDatasetsDatasetIdExperimentsExperimentId_QueryParams;
14859
+ body: never;
14860
+ request: DeleteDatasetsDatasetIdExperimentsExperimentId_Request;
14861
+ response: DeleteDatasetsDatasetIdExperimentsExperimentId_Response;
14862
+ responseType: 'json';
14863
+ }
14565
14864
  export type PatchDatasetsDatasetIdExperimentsExperimentId_PathParams = PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams;
14566
14865
  export type PatchDatasetsDatasetIdExperimentsExperimentId_Body = {
14567
14866
  /** New name of the experiment */
@@ -14596,7 +14895,7 @@ export interface PatchDatasetsDatasetIdExperimentsExperimentId_RouteContract {
14596
14895
  export type GetDatasetsDatasetIdExperimentsExperimentIdResults_PathParams = PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams;
14597
14896
  export type GetDatasetsDatasetIdExperimentsExperimentIdResults_QueryParams = GetScoresRunRunId_QueryParams;
14598
14897
  export type GetDatasetsDatasetIdExperimentsExperimentIdResults_Response = {
14599
- results: Shared_Type_151[];
14898
+ results: Shared_Type_149[];
14600
14899
  pagination: {
14601
14900
  total: number;
14602
14901
  page: number;
@@ -14839,7 +15138,7 @@ export type GetBackgroundTasks_QueryParams = {
14839
15138
  perPage?: number | undefined;
14840
15139
  };
14841
15140
  export type GetBackgroundTasks_Response = {
14842
- tasks: Shared_Type_152[];
15141
+ tasks: Shared_Type_150[];
14843
15142
  total: number;
14844
15143
  };
14845
15144
  export type GetBackgroundTasks_Request = Simplify<(never extends never ? {} : {
@@ -14864,7 +15163,7 @@ export interface GetBackgroundTasks_RouteContract {
14864
15163
  export type GetBackgroundTasksBackgroundTaskId_PathParams = {
14865
15164
  backgroundTaskId: string;
14866
15165
  };
14867
- export type GetBackgroundTasksBackgroundTaskId_Response = Shared_Type_152;
15166
+ export type GetBackgroundTasksBackgroundTaskId_Response = Shared_Type_150;
14868
15167
  export type GetBackgroundTasksBackgroundTaskId_Request = Simplify<(GetBackgroundTasksBackgroundTaskId_PathParams extends never ? {} : {
14869
15168
  params: GetBackgroundTasksBackgroundTaskId_PathParams;
14870
15169
  }) & (never extends never ? {} : {} extends never ? {
@@ -14904,8 +15203,8 @@ export type GetEditorBuilderSettings_Response = {
14904
15203
  configuration?: {
14905
15204
  agent?: {
14906
15205
  models?: {
14907
- allowed?: Shared_Type_153[] | undefined;
14908
- default?: Shared_Type_154 | undefined;
15206
+ allowed?: Shared_Type_151[] | undefined;
15207
+ default?: Shared_Type_152 | undefined;
14909
15208
  } | undefined;
14910
15209
  tools?: {
14911
15210
  allowed?: string[] | undefined;
@@ -14922,8 +15221,8 @@ export type GetEditorBuilderSettings_Response = {
14922
15221
  modelPolicy?: {
14923
15222
  active: boolean;
14924
15223
  pickerVisible?: boolean | undefined;
14925
- allowed?: Shared_Type_153[] | undefined;
14926
- default?: Shared_Type_154 | undefined;
15224
+ allowed?: Shared_Type_151[] | undefined;
15225
+ default?: Shared_Type_152 | undefined;
14927
15226
  } | undefined;
14928
15227
  picker?: {
14929
15228
  visibleTools: string[] | null;
@@ -15557,7 +15856,7 @@ export type GetSchedules_QueryParams = {
15557
15856
  name?: string | undefined;
15558
15857
  };
15559
15858
  export type GetSchedules_Response = {
15560
- schedules: (Shared_Type_157 | Shared_Type_159)[];
15859
+ schedules: (Shared_Type_155 | Shared_Type_157)[];
15561
15860
  };
15562
15861
  export type GetSchedules_Request = Simplify<(never extends never ? {} : {
15563
15862
  params: never;
@@ -15581,7 +15880,7 @@ export interface GetSchedules_RouteContract {
15581
15880
  export type GetSchedulesScheduleId_PathParams = {
15582
15881
  scheduleId: string;
15583
15882
  };
15584
- export type GetSchedulesScheduleId_Response = Shared_Type_157 | Shared_Type_159;
15883
+ export type GetSchedulesScheduleId_Response = Shared_Type_155 | Shared_Type_157;
15585
15884
  export type GetSchedulesScheduleId_Request = Simplify<(GetSchedulesScheduleId_PathParams extends never ? {} : {
15586
15885
  params: GetSchedulesScheduleId_PathParams;
15587
15886
  }) & (never extends never ? {} : {} extends never ? {
@@ -15615,8 +15914,8 @@ export type PostSchedules_Body = {
15615
15914
  attributes?: {
15616
15915
  [key: string]: (string | number | boolean | null) | undefined;
15617
15916
  } | undefined;
15618
- ifActive?: Shared_Type_155 | undefined;
15619
- ifIdle?: Shared_Type_156 | undefined;
15917
+ ifActive?: Shared_Type_153 | undefined;
15918
+ ifIdle?: Shared_Type_154 | undefined;
15620
15919
  providerOptions?: {
15621
15920
  [key: string]: unknown;
15622
15921
  } | undefined;
@@ -15672,8 +15971,8 @@ export type PatchSchedulesScheduleId_Body = {
15672
15971
  attributes?: {
15673
15972
  [key: string]: (string | number | boolean | null) | undefined;
15674
15973
  } | undefined;
15675
- ifActive?: Shared_Type_155 | undefined;
15676
- ifIdle?: Shared_Type_156 | undefined;
15974
+ ifActive?: Shared_Type_153 | undefined;
15975
+ ifIdle?: Shared_Type_154 | undefined;
15677
15976
  providerOptions?: {
15678
15977
  [key: string]: unknown;
15679
15978
  } | undefined;
@@ -15744,7 +16043,7 @@ export type GetSchedulesScheduleIdTriggers_Response = {
15744
16043
  metadata?: {
15745
16044
  [key: string]: unknown;
15746
16045
  } | undefined;
15747
- run?: Shared_Type_158 | undefined;
16046
+ run?: Shared_Type_156 | undefined;
15748
16047
  }[];
15749
16048
  };
15750
16049
  export type GetSchedulesScheduleIdTriggers_Request = Simplify<(GetSchedulesScheduleIdTriggers_PathParams extends never ? {} : {
@@ -17131,8 +17430,10 @@ export interface RouteTypes {
17131
17430
  'GET /observability/traces/:traceId/light': GetObservabilityTracesTraceIdLight_RouteContract;
17132
17431
  'GET /observability/traces/:traceId/spans/:spanId': GetObservabilityTracesTraceIdSpansSpanId_RouteContract;
17133
17432
  'GET /observability/traces/:traceId/trajectory': GetObservabilityTracesTraceIdTrajectory_RouteContract;
17433
+ 'POST /observability/traces/delete': PostObservabilityTracesDelete_RouteContract;
17134
17434
  'POST /observability/traces/score': PostObservabilityTracesScore_RouteContract;
17135
17435
  'GET /observability/traces/:traceId/:spanId/scores': GetObservabilityTracesTraceIdSpanIdScores_RouteContract;
17436
+ 'POST /observability/traces/query': PostObservabilityTracesQuery_RouteContract;
17136
17437
  'GET /observability/metrics': GetObservabilityMetrics_RouteContract;
17137
17438
  'GET /observability/logs': GetObservabilityLogs_RouteContract;
17138
17439
  'GET /observability/scores': GetObservabilityScores_RouteContract;
@@ -17308,18 +17609,21 @@ export interface RouteTypes {
17308
17609
  'DELETE /datasets/:datasetId/items/batch': DeleteDatasetsDatasetIdItemsBatch_RouteContract;
17309
17610
  'GET /datasets/:datasetId/items/:itemId': GetDatasetsDatasetIdItemsItemId_RouteContract;
17310
17611
  'PATCH /datasets/:datasetId/items/:itemId': PatchDatasetsDatasetIdItemsItemId_RouteContract;
17612
+ 'DELETE /datasets/:datasetId/items/:itemId/purge': DeleteDatasetsDatasetIdItemsItemIdPurge_RouteContract;
17311
17613
  'DELETE /datasets/:datasetId/items/:itemId': DeleteDatasetsDatasetIdItemsItemId_RouteContract;
17312
17614
  'GET /datasets/:datasetId/versions': GetDatasetsDatasetIdVersions_RouteContract;
17313
17615
  'GET /datasets/:datasetId/items/:itemId/history': GetDatasetsDatasetIdItemsItemIdHistory_RouteContract;
17314
17616
  'GET /datasets/:datasetId/items/:itemId/versions/:datasetVersion': GetDatasetsDatasetIdItemsItemIdVersionsDatasetVersion_RouteContract;
17315
17617
  'GET /experiments': GetExperiments_RouteContract;
17316
17618
  'GET /experiments/review-summary': GetExperimentsReviewSummary_RouteContract;
17619
+ 'DELETE /experiments/:experimentId': DeleteExperimentsExperimentId_RouteContract;
17317
17620
  'GET /datasets/:datasetId/experiments': GetDatasetsDatasetIdExperiments_RouteContract;
17318
17621
  'POST /datasets/:datasetId/experiments': PostDatasetsDatasetIdExperiments_RouteContract;
17319
17622
  'POST /datasets/:datasetId/experiments/:experimentId/items/:itemId/run': PostDatasetsDatasetIdExperimentsExperimentIdItemsItemIdRun_RouteContract;
17320
17623
  'POST /datasets/:datasetId/experiments/:experimentId/results': PostDatasetsDatasetIdExperimentsExperimentIdResults_RouteContract;
17321
17624
  'POST /datasets/:datasetId/experiments/:experimentId/finalize': PostDatasetsDatasetIdExperimentsExperimentIdFinalize_RouteContract;
17322
17625
  'GET /datasets/:datasetId/experiments/:experimentId': GetDatasetsDatasetIdExperimentsExperimentId_RouteContract;
17626
+ 'DELETE /datasets/:datasetId/experiments/:experimentId': DeleteDatasetsDatasetIdExperimentsExperimentId_RouteContract;
17323
17627
  'PATCH /datasets/:datasetId/experiments/:experimentId': PatchDatasetsDatasetIdExperimentsExperimentId_RouteContract;
17324
17628
  'GET /datasets/:datasetId/experiments/:experimentId/results': GetDatasetsDatasetIdExperimentsExperimentIdResults_RouteContract;
17325
17629
  'PATCH /datasets/:datasetId/experiments/:experimentId/results/:resultId': PatchDatasetsDatasetIdExperimentsExperimentIdResultsResultId_RouteContract;
@@ -17771,6 +18075,7 @@ export interface Client {
17771
18075
  POST: PostDatasetsDatasetIdExperiments_RouteContract;
17772
18076
  };
17773
18077
  '/datasets/:datasetId/experiments/:experimentId': {
18078
+ DELETE: DeleteDatasetsDatasetIdExperimentsExperimentId_RouteContract;
17774
18079
  GET: GetDatasetsDatasetIdExperimentsExperimentId_RouteContract;
17775
18080
  PATCH: PatchDatasetsDatasetIdExperimentsExperimentId_RouteContract;
17776
18081
  };
@@ -17802,6 +18107,9 @@ export interface Client {
17802
18107
  '/datasets/:datasetId/items/:itemId/history': {
17803
18108
  GET: GetDatasetsDatasetIdItemsItemIdHistory_RouteContract;
17804
18109
  };
18110
+ '/datasets/:datasetId/items/:itemId/purge': {
18111
+ DELETE: DeleteDatasetsDatasetIdItemsItemIdPurge_RouteContract;
18112
+ };
17805
18113
  '/datasets/:datasetId/items/:itemId/versions/:datasetVersion': {
17806
18114
  GET: GetDatasetsDatasetIdItemsItemIdVersionsDatasetVersion_RouteContract;
17807
18115
  };
@@ -17845,6 +18153,9 @@ export interface Client {
17845
18153
  '/experiments': {
17846
18154
  GET: GetExperiments_RouteContract;
17847
18155
  };
18156
+ '/experiments/:experimentId': {
18157
+ DELETE: DeleteExperimentsExperimentId_RouteContract;
18158
+ };
17848
18159
  '/experiments/review-summary': {
17849
18160
  GET: GetExperimentsReviewSummary_RouteContract;
17850
18161
  };
@@ -18052,9 +18363,15 @@ export interface Client {
18052
18363
  '/observability/traces/:traceId/trajectory': {
18053
18364
  GET: GetObservabilityTracesTraceIdTrajectory_RouteContract;
18054
18365
  };
18366
+ '/observability/traces/delete': {
18367
+ POST: PostObservabilityTracesDelete_RouteContract;
18368
+ };
18055
18369
  '/observability/traces/light': {
18056
18370
  GET: GetObservabilityTracesLight_RouteContract;
18057
18371
  };
18372
+ '/observability/traces/query': {
18373
+ POST: PostObservabilityTracesQuery_RouteContract;
18374
+ };
18058
18375
  '/observability/traces/score': {
18059
18376
  POST: PostObservabilityTracesScore_RouteContract;
18060
18377
  };