@mastra/client-js 1.44.0-alpha.7 → 1.44.0-alpha.8

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,10 @@
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_589 = {
13
+ type Shared_Auxiliary_588 = {
14
14
  op: 'eq' | 'ne' | 'lt' | 'lte' | 'gt' | 'gte';
15
15
  left: {
16
16
  path: string;
@@ -35,24 +35,24 @@ type Shared_Auxiliary_589 = {
35
35
  path: string;
36
36
  } | {
37
37
  op: 'and' | 'or';
38
- args: Shared_Auxiliary_589[];
38
+ args: Shared_Auxiliary_588[];
39
39
  } | {
40
40
  op: 'not';
41
- arg: Shared_Auxiliary_589;
41
+ arg: Shared_Auxiliary_588;
42
42
  } | {
43
43
  spans: {
44
- some: Shared_Auxiliary_607;
44
+ some: Shared_Auxiliary_606;
45
45
  } | {
46
- none: Shared_Auxiliary_607;
46
+ none: Shared_Auxiliary_606;
47
47
  };
48
48
  } | {
49
49
  scores: {
50
- some: Shared_Auxiliary_607;
50
+ some: Shared_Auxiliary_606;
51
51
  } | {
52
- none: Shared_Auxiliary_607;
52
+ none: Shared_Auxiliary_606;
53
53
  };
54
54
  };
55
- type Shared_Auxiliary_607 = {
55
+ type Shared_Auxiliary_606 = {
56
56
  op: 'eq' | 'ne' | 'lt' | 'lte' | 'gt' | 'gte';
57
57
  left: {
58
58
  path: string;
@@ -77,12 +77,12 @@ type Shared_Auxiliary_607 = {
77
77
  path: string;
78
78
  } | {
79
79
  op: 'and' | 'or';
80
- args: Shared_Auxiliary_607[];
80
+ args: Shared_Auxiliary_606[];
81
81
  } | {
82
82
  op: 'not';
83
- arg: Shared_Auxiliary_607;
83
+ arg: Shared_Auxiliary_606;
84
84
  };
85
- type Shared_Auxiliary_1138 = {
85
+ type Shared_Auxiliary_1139 = {
86
86
  op: 'eq' | 'ne' | 'lt' | 'lte' | 'gt' | 'gte';
87
87
  left: {
88
88
  path: string;
@@ -114,17 +114,17 @@ type Shared_Auxiliary_1138 = {
114
114
  };
115
115
  } | {
116
116
  op: 'and' | 'or';
117
- args: Shared_Auxiliary_1138[];
117
+ args: Shared_Auxiliary_1139[];
118
118
  } | {
119
119
  op: 'not';
120
- arg: Shared_Auxiliary_1138;
120
+ arg: Shared_Auxiliary_1139;
121
121
  };
122
- type Shared_Auxiliary_1278 = {
122
+ type Shared_Auxiliary_1279 = {
123
123
  id?: string | undefined;
124
124
  name: string;
125
125
  type: 'file' | 'folder';
126
126
  content?: string | undefined;
127
- children?: Shared_Auxiliary_1278[] | undefined;
127
+ children?: Shared_Auxiliary_1279[] | undefined;
128
128
  };
129
129
  type Shared_Type_0 = {
130
130
  id: string;
@@ -799,20 +799,6 @@ type Shared_Type_44 = {
799
799
  defaultStatus?: ('draft' | 'published') | undefined;
800
800
  };
801
801
  type Shared_Type_45 = {
802
- anthropic?: {
803
- [key: string]: unknown;
804
- } | undefined;
805
- google?: {
806
- [key: string]: unknown;
807
- } | undefined;
808
- openai?: {
809
- [key: string]: unknown;
810
- } | undefined;
811
- xai?: {
812
- [key: string]: unknown;
813
- } | undefined;
814
- };
815
- type Shared_Type_46 = {
816
802
  metadata?: {
817
803
  [key: string]: unknown;
818
804
  } | undefined;
@@ -823,7 +809,7 @@ type Shared_Type_46 = {
823
809
  hideInput?: boolean | undefined;
824
810
  hideOutput?: boolean | undefined;
825
811
  };
826
- type Shared_Type_47 = {
812
+ type Shared_Type_46 = {
827
813
  schema: {
828
814
  [x: string]: unknown;
829
815
  };
@@ -833,47 +819,47 @@ type Shared_Type_47 = {
833
819
  errorStrategy?: ('strict' | 'warn' | 'fallback') | undefined;
834
820
  fallbackValue?: unknown | undefined;
835
821
  };
836
- type Shared_Type_48 = {
822
+ type Shared_Type_47 = {
837
823
  behavior?: ('deliver' | 'persist' | 'discard') | undefined;
838
824
  attributes?: {
839
825
  [key: string]: string | number | boolean | null | undefined;
840
826
  } | undefined;
841
827
  };
842
- type Shared_Type_49 = {
828
+ type Shared_Type_48 = {
843
829
  type: 'text';
844
830
  text: string;
845
831
  providerOptions?: {
846
832
  [key: string]: {
847
- [key: string]: Shared_Auxiliary_298;
833
+ [key: string]: Shared_Auxiliary_272;
848
834
  };
849
835
  } | undefined;
850
836
  };
851
- type Shared_Type_50 = {
837
+ type Shared_Type_49 = {
852
838
  type: 'file';
853
839
  data: string;
854
840
  mediaType: string;
855
841
  filename?: string | undefined;
856
842
  providerOptions?: {
857
843
  [key: string]: {
858
- [key: string]: Shared_Auxiliary_298;
844
+ [key: string]: Shared_Auxiliary_272;
859
845
  };
860
846
  } | undefined;
861
847
  };
862
- type Shared_Type_51 = {
863
- contents: string | (Shared_Type_49 | Shared_Type_50)[];
848
+ type Shared_Type_50 = {
849
+ contents: string | (Shared_Type_48 | Shared_Type_49)[];
864
850
  attributes?: {
865
851
  [key: string]: string | number | boolean | null | undefined;
866
852
  } | undefined;
867
853
  metadata?: {
868
- [key: string]: Shared_Auxiliary_298;
854
+ [key: string]: Shared_Auxiliary_272;
869
855
  } | undefined;
870
856
  providerOptions?: {
871
857
  [key: string]: {
872
- [key: string]: Shared_Auxiliary_298;
858
+ [key: string]: Shared_Auxiliary_272;
873
859
  };
874
860
  } | undefined;
875
861
  };
876
- type Shared_Type_52 = {
862
+ type Shared_Type_51 = {
877
863
  instructions?: (string | string[] | unknown | unknown[]) | undefined;
878
864
  system?: (string | string[] | unknown | unknown[]) | undefined;
879
865
  context?: unknown[] | undefined;
@@ -887,7 +873,11 @@ type Shared_Type_52 = {
887
873
  maxSteps?: number | undefined;
888
874
  stopWhen?: unknown | undefined;
889
875
  model?: string | undefined;
890
- providerOptions?: Shared_Type_45 | undefined;
876
+ providerOptions?: {
877
+ [key: string]: {
878
+ [key: string]: Shared_Auxiliary_272;
879
+ };
880
+ } | undefined;
891
881
  modelSettings?: unknown | undefined;
892
882
  activeTools?: string[] | undefined;
893
883
  toolsets?: {
@@ -910,60 +900,60 @@ type Shared_Type_52 = {
910
900
  };
911
901
  }) | undefined;
912
902
  returnScorerData?: boolean | undefined;
913
- tracingOptions?: Shared_Type_46 | undefined;
903
+ tracingOptions?: Shared_Type_45 | undefined;
914
904
  output?: unknown | undefined;
915
- structuredOutput?: Shared_Type_47 | undefined;
905
+ structuredOutput?: Shared_Type_46 | undefined;
916
906
  untilIdle?: (boolean | {
917
907
  maxIdleMs?: number | undefined;
918
908
  }) | undefined;
919
909
  [x: string]: unknown;
920
910
  };
921
- type Shared_Type_53 = {
911
+ type Shared_Type_52 = {
922
912
  behavior?: ('wake' | 'persist' | 'discard') | undefined;
923
- streamOptions?: Shared_Type_52 | undefined;
913
+ streamOptions?: Shared_Type_51 | undefined;
924
914
  attributes?: {
925
915
  [key: string]: string | number | boolean | null | undefined;
926
916
  } | undefined;
927
917
  };
928
- type Shared_Type_54 = {
918
+ type Shared_Type_53 = {
929
919
  id?: string | undefined;
930
920
  createdAt?: (string | Date) | undefined;
931
921
  metadata?: {
932
- [key: string]: Shared_Auxiliary_298;
922
+ [key: string]: Shared_Auxiliary_272;
933
923
  } | undefined;
934
924
  attributes?: {
935
925
  [key: string]: string | number | boolean | null | undefined;
936
926
  } | undefined;
937
927
  tagName?: string | undefined;
938
- contents: string | (Shared_Type_49 | Shared_Type_50)[];
928
+ contents: string | (Shared_Type_48 | Shared_Type_49)[];
939
929
  providerOptions?: {
940
930
  [key: string]: {
941
- [key: string]: Shared_Auxiliary_298;
931
+ [key: string]: Shared_Auxiliary_272;
942
932
  };
943
933
  } | undefined;
944
934
  type: 'state';
945
935
  transient?: never | undefined;
946
936
  };
947
- type Shared_Type_55 = {
937
+ type Shared_Type_54 = {
948
938
  id?: string | undefined;
949
939
  createdAt?: (string | Date) | undefined;
950
940
  metadata?: {
951
- [key: string]: Shared_Auxiliary_298;
941
+ [key: string]: Shared_Auxiliary_272;
952
942
  } | undefined;
953
943
  attributes?: {
954
944
  [key: string]: string | number | boolean | null | undefined;
955
945
  } | undefined;
956
946
  tagName?: string | undefined;
957
- contents: string | (Shared_Type_49 | Shared_Type_50)[];
947
+ contents: string | (Shared_Type_48 | Shared_Type_49)[];
958
948
  providerOptions?: {
959
949
  [key: string]: {
960
- [key: string]: Shared_Auxiliary_298;
950
+ [key: string]: Shared_Auxiliary_272;
961
951
  };
962
952
  } | undefined;
963
953
  type: 'user' | 'reactive' | 'notification' | 'user-message' | 'system-reminder';
964
954
  transient?: boolean | undefined;
965
955
  };
966
- type Shared_Type_56 = {
956
+ type Shared_Type_55 = {
967
957
  type: 'sso' | 'credentials' | 'both';
968
958
  sso?: {
969
959
  provider: string;
@@ -975,7 +965,7 @@ type Shared_Type_56 = {
975
965
  signUpEnabled?: boolean | undefined;
976
966
  description?: string | undefined;
977
967
  };
978
- type Shared_Type_57 = {
968
+ type Shared_Type_56 = {
979
969
  id: string;
980
970
  description?: string | undefined;
981
971
  stateSchema?: string | undefined;
@@ -989,7 +979,7 @@ type Shared_Type_57 = {
989
979
  [key: string]: unknown;
990
980
  } | undefined;
991
981
  };
992
- type Shared_Type_58 = {
982
+ type Shared_Type_57 = {
993
983
  type: 'step' | 'agent' | 'tool' | 'mapping' | 'sleep' | 'sleepUntil' | 'waitForEvent' | 'parallel' | 'conditional' | 'loop' | 'foreach' | 'workflow';
994
984
  id?: string | undefined;
995
985
  description?: string | undefined;
@@ -997,19 +987,19 @@ type Shared_Type_58 = {
997
987
  [key: string]: unknown;
998
988
  } | undefined;
999
989
  };
1000
- type Shared_Type_59 = {
990
+ type Shared_Type_58 = {
1001
991
  steps: {
1002
- [key: string]: Shared_Type_57;
992
+ [key: string]: Shared_Type_56;
1003
993
  };
1004
994
  allSteps: {
1005
- [key: string]: Shared_Type_57;
995
+ [key: string]: Shared_Type_56;
1006
996
  };
1007
997
  name?: string | undefined;
1008
998
  description?: string | undefined;
1009
999
  metadata?: {
1010
1000
  [key: string]: unknown;
1011
1001
  } | undefined;
1012
- stepGraph: Shared_Type_58[];
1002
+ stepGraph: Shared_Type_57[];
1013
1003
  inputSchema?: string | undefined;
1014
1004
  outputSchema?: string | undefined;
1015
1005
  stateSchema?: string | undefined;
@@ -1017,7 +1007,7 @@ type Shared_Type_59 = {
1017
1007
  isProcessorWorkflow?: boolean | undefined;
1018
1008
  origin?: ('code' | 'dynamic') | undefined;
1019
1009
  };
1020
- type Shared_Type_60 = {
1010
+ type Shared_Type_59 = {
1021
1011
  id: string;
1022
1012
  role: 'user' | 'assistant' | 'system' | 'tool' | 'signal';
1023
1013
  createdAt?: Date | undefined;
@@ -1029,7 +1019,7 @@ type Shared_Type_60 = {
1029
1019
  } | string;
1030
1020
  [x: string]: unknown;
1031
1021
  };
1032
- type Shared_Type_61 = {
1022
+ type Shared_Type_60 = {
1033
1023
  type: 'json_schema';
1034
1024
  name: string;
1035
1025
  description?: string | undefined;
@@ -1038,7 +1028,7 @@ type Shared_Type_61 = {
1038
1028
  };
1039
1029
  strict?: boolean | undefined;
1040
1030
  };
1041
- type Shared_Type_62 = {
1031
+ type Shared_Type_61 = {
1042
1032
  /** OpenAI provider options such as previousResponseId, conversation, or responseId */
1043
1033
  openai?: {
1044
1034
  [key: string]: unknown;
@@ -1049,7 +1039,7 @@ type Shared_Type_62 = {
1049
1039
  } | undefined;
1050
1040
  [x: string]: unknown;
1051
1041
  };
1052
- type Shared_Type_63 = {
1042
+ type Shared_Type_62 = {
1053
1043
  id: string;
1054
1044
  type: 'function_call';
1055
1045
  call_id: string;
@@ -1057,7 +1047,7 @@ type Shared_Type_63 = {
1057
1047
  arguments: string;
1058
1048
  status?: ('in_progress' | 'completed' | 'incomplete') | undefined;
1059
1049
  };
1060
- type Shared_Type_64 = {
1050
+ type Shared_Type_63 = {
1061
1051
  id: string;
1062
1052
  title?: string | undefined;
1063
1053
  resourceId: string;
@@ -1067,7 +1057,7 @@ type Shared_Type_64 = {
1067
1057
  [key: string]: unknown;
1068
1058
  } | undefined;
1069
1059
  };
1070
- type Shared_Type_65 = {
1060
+ type Shared_Type_64 = {
1071
1061
  id?: string | undefined;
1072
1062
  cycleId: string;
1073
1063
  observations: string;
@@ -1087,14 +1077,14 @@ type Shared_Type_65 = {
1087
1077
  error: string;
1088
1078
  }[] | undefined;
1089
1079
  };
1090
- type Shared_Type_66 = {
1080
+ type Shared_Type_65 = {
1091
1081
  id: string;
1092
1082
  scope: 'thread' | 'resource';
1093
1083
  resourceId: string;
1094
1084
  threadId: string | null;
1095
1085
  activeObservations: string;
1096
1086
  bufferedObservations?: string | undefined;
1097
- bufferedObservationChunks?: Shared_Type_65[] | undefined;
1087
+ bufferedObservationChunks?: Shared_Type_64[] | undefined;
1098
1088
  bufferedReflection?: string | undefined;
1099
1089
  originType: 'initial' | 'observation' | 'reflection';
1100
1090
  generationCount: number;
@@ -1113,7 +1103,7 @@ type Shared_Type_66 = {
1113
1103
  createdAt: Date;
1114
1104
  updatedAt: Date;
1115
1105
  };
1116
- type Shared_Type_67 = {
1106
+ type Shared_Type_66 = {
1117
1107
  dateRange?: {
1118
1108
  start?: Date | undefined;
1119
1109
  end?: Date | undefined;
@@ -1125,7 +1115,7 @@ type Shared_Type_67 = {
1125
1115
  [key: string]: string | number | boolean | null;
1126
1116
  } | undefined;
1127
1117
  };
1128
- type Shared_Type_68 = {
1118
+ type Shared_Type_67 = {
1129
1119
  config: {
1130
1120
  id: string;
1131
1121
  name?: string | undefined;
@@ -1134,8 +1124,8 @@ type Shared_Type_68 = {
1134
1124
  judge?: unknown | undefined;
1135
1125
  };
1136
1126
  };
1137
- type Shared_Type_69 = {
1138
- scorer: Shared_Type_68;
1127
+ type Shared_Type_68 = {
1128
+ scorer: Shared_Type_67;
1139
1129
  sampling?: {} | undefined;
1140
1130
  agentIds: string[];
1141
1131
  agentNames: string[];
@@ -1143,7 +1133,7 @@ type Shared_Type_69 = {
1143
1133
  isRegistered: boolean;
1144
1134
  source: 'code' | 'stored' | 'fs';
1145
1135
  };
1146
- type Shared_Type_70 = {
1136
+ type Shared_Type_69 = {
1147
1137
  /** Start of date range (inclusive by default) */
1148
1138
  start?: Date | undefined;
1149
1139
  /** End of date range (inclusive by default) */
@@ -1153,9 +1143,9 @@ type Shared_Type_70 = {
1153
1143
  /** When true, excludes the end date from results (uses < instead of <=) */
1154
1144
  endExclusive?: boolean | undefined;
1155
1145
  };
1156
- 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';
1157
- 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';
1158
- 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 = {
1159
1149
  /** Total number of items available */
1160
1150
  total: number;
1161
1151
  /** Current page */
@@ -1165,13 +1155,13 @@ type Shared_Type_73 = {
1165
1155
  /** True if more pages are available */
1166
1156
  hasMore: boolean;
1167
1157
  };
1168
- type Shared_Type_74 = {
1158
+ type Shared_Type_73 = {
1169
1159
  /** Maximum number of updates requested for this delta poll */
1170
1160
  limit: number;
1171
1161
  /** True when more matching updates remain after this response */
1172
1162
  hasMore: boolean;
1173
1163
  };
1174
- type Shared_Type_75 = {
1164
+ type Shared_Type_74 = {
1175
1165
  /** Unique trace identifier */
1176
1166
  traceId: string;
1177
1167
  /** Unique span identifier within a trace */
@@ -1179,19 +1169,19 @@ type Shared_Type_75 = {
1179
1169
  /** Human-readable span name */
1180
1170
  name: string;
1181
1171
  /** Span type (e.g., WORKFLOW_RUN, AGENT_RUN, TOOL_CALL, etc.) */
1182
- spanType: Shared_Type_71;
1172
+ spanType: Shared_Type_70;
1183
1173
  /** Whether this is an event (point-in-time) vs a span (duration) */
1184
1174
  isEvent: boolean;
1185
1175
  /** When the span started */
1186
1176
  startedAt: Date;
1187
1177
  parentSpanId?: (string | null) | undefined;
1188
- entityType?: (Shared_Type_72 | null) | undefined;
1178
+ entityType?: (Shared_Type_71 | null) | undefined;
1189
1179
  entityId?: (string | null) | undefined;
1190
1180
  entityName?: (string | null) | undefined;
1191
- parentEntityType?: (Shared_Type_72 | null) | undefined;
1181
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
1192
1182
  parentEntityId?: (string | null) | undefined;
1193
1183
  parentEntityName?: (string | null) | undefined;
1194
- rootEntityType?: (Shared_Type_72 | null) | undefined;
1184
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
1195
1185
  rootEntityId?: (string | null) | undefined;
1196
1186
  rootEntityName?: (string | null) | undefined;
1197
1187
  userId?: (string | null) | undefined;
@@ -1235,7 +1225,7 @@ type Shared_Type_75 = {
1235
1225
  /** Current status of the trace */
1236
1226
  status: 'success' | 'error' | 'running';
1237
1227
  };
1238
- type Shared_Type_76 = {
1228
+ type Shared_Type_75 = {
1239
1229
  /** Unique trace identifier */
1240
1230
  traceId: string;
1241
1231
  /** Unique span identifier within a trace */
@@ -1243,7 +1233,7 @@ type Shared_Type_76 = {
1243
1233
  /** Human-readable span name */
1244
1234
  name: string;
1245
1235
  /** Span type (e.g., WORKFLOW_RUN, AGENT_RUN, TOOL_CALL, etc.) */
1246
- spanType: Shared_Type_71;
1236
+ spanType: Shared_Type_70;
1247
1237
  /** Whether this is an event (point-in-time) vs a span (duration) */
1248
1238
  isEvent: boolean;
1249
1239
  /** When the span started */
@@ -1252,7 +1242,7 @@ type Shared_Type_76 = {
1252
1242
  endedAt?: (Date | null) | undefined;
1253
1243
  error?: (unknown | null) | undefined;
1254
1244
  status?: (('success' | 'error' | 'running') | null) | undefined;
1255
- entityType?: (Shared_Type_72 | null) | undefined;
1245
+ entityType?: (Shared_Type_71 | null) | undefined;
1256
1246
  entityId?: (string | null) | undefined;
1257
1247
  entityName?: (string | null) | undefined;
1258
1248
  metadata?: ({
@@ -1264,7 +1254,7 @@ type Shared_Type_76 = {
1264
1254
  /** Database record last update time */
1265
1255
  updatedAt: Date | null;
1266
1256
  };
1267
- type Shared_Type_77 = {
1257
+ type Shared_Type_76 = {
1268
1258
  /** Unique trace identifier */
1269
1259
  traceId: string;
1270
1260
  /** Unique span identifier within a trace */
@@ -1272,19 +1262,19 @@ type Shared_Type_77 = {
1272
1262
  /** Human-readable span name */
1273
1263
  name: string;
1274
1264
  /** Span type (e.g., WORKFLOW_RUN, AGENT_RUN, TOOL_CALL, etc.) */
1275
- spanType: Shared_Type_71;
1265
+ spanType: Shared_Type_70;
1276
1266
  /** Whether this is an event (point-in-time) vs a span (duration) */
1277
1267
  isEvent: boolean;
1278
1268
  /** When the span started */
1279
1269
  startedAt: Date;
1280
1270
  parentSpanId?: (string | null) | undefined;
1281
- entityType?: (Shared_Type_72 | null) | undefined;
1271
+ entityType?: (Shared_Type_71 | null) | undefined;
1282
1272
  entityId?: (string | null) | undefined;
1283
1273
  entityName?: (string | null) | undefined;
1284
- parentEntityType?: (Shared_Type_72 | null) | undefined;
1274
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
1285
1275
  parentEntityId?: (string | null) | undefined;
1286
1276
  parentEntityName?: (string | null) | undefined;
1287
- rootEntityType?: (Shared_Type_72 | null) | undefined;
1277
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
1288
1278
  rootEntityId?: (string | null) | undefined;
1289
1279
  rootEntityName?: (string | null) | undefined;
1290
1280
  userId?: (string | null) | undefined;
@@ -1326,7 +1316,7 @@ type Shared_Type_77 = {
1326
1316
  /** Database record last update time */
1327
1317
  updatedAt: Date | null;
1328
1318
  };
1329
- type Shared_Type_78 = {
1319
+ type Shared_Type_77 = {
1330
1320
  /** Unique id for this score event */
1331
1321
  scoreId?: (string | null) | undefined;
1332
1322
  /** When the score was recorded */
@@ -1344,13 +1334,13 @@ type Shared_Type_78 = {
1344
1334
  /** Score value (range defined by scorer) */
1345
1335
  score: number;
1346
1336
  reason?: (string | null) | undefined;
1347
- entityType?: (Shared_Type_72 | null) | undefined;
1337
+ entityType?: (Shared_Type_71 | null) | undefined;
1348
1338
  entityId?: (string | null) | undefined;
1349
1339
  entityName?: (string | null) | undefined;
1350
- parentEntityType?: (Shared_Type_72 | null) | undefined;
1340
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
1351
1341
  parentEntityId?: (string | null) | undefined;
1352
1342
  parentEntityName?: (string | null) | undefined;
1353
- rootEntityType?: (Shared_Type_72 | null) | undefined;
1343
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
1354
1344
  rootEntityId?: (string | null) | undefined;
1355
1345
  rootEntityName?: (string | null) | undefined;
1356
1346
  userId?: (string | null) | undefined;
@@ -1378,15 +1368,15 @@ type Shared_Type_78 = {
1378
1368
  [key: string]: unknown;
1379
1369
  } | null) | undefined;
1380
1370
  };
1381
- type Shared_Type_79 = {
1371
+ type Shared_Type_78 = {
1382
1372
  /** Filter by timestamp range */
1383
- timestamp?: Shared_Type_70 | undefined;
1373
+ timestamp?: Shared_Type_69 | undefined;
1384
1374
  /** Filter by trace ID */
1385
1375
  traceId?: string | undefined;
1386
1376
  /** Filter by span ID */
1387
1377
  spanId?: string | undefined;
1388
1378
  /** Entity type (e.g., 'agent' | 'processor' | 'tool' | 'workflow') */
1389
- entityType?: Shared_Type_72 | undefined;
1379
+ entityType?: Shared_Type_71 | undefined;
1390
1380
  /** Name of the entity */
1391
1381
  entityName?: string | undefined;
1392
1382
  /** Version ID of the entity that produced this signal (e.g., agent version, workflow version) */
@@ -1406,11 +1396,11 @@ type Shared_Type_79 = {
1406
1396
  /** Environment (e.g., "production" | "staging" | "development") */
1407
1397
  environment?: string | undefined;
1408
1398
  /** Entity type of the parent entity */
1409
- parentEntityType?: Shared_Type_72 | undefined;
1399
+ parentEntityType?: Shared_Type_71 | undefined;
1410
1400
  /** Name of the parent entity */
1411
1401
  parentEntityName?: string | undefined;
1412
1402
  /** Entity type of the root entity */
1413
- rootEntityType?: Shared_Type_72 | undefined;
1403
+ rootEntityType?: Shared_Type_71 | undefined;
1414
1404
  /** Name of the root entity */
1415
1405
  rootEntityName?: string | undefined;
1416
1406
  /** Broader resource context (Mastra memory compatibility) */
@@ -1438,68 +1428,15 @@ type Shared_Type_79 = {
1438
1428
  /** Filter by how the score was produced */
1439
1429
  source?: string | undefined;
1440
1430
  };
1441
- type Shared_Type_80 = {
1442
- /** Unique id for this feedback event */
1443
- feedbackId?: (string | null) | undefined;
1444
- /** When the feedback was recorded */
1445
- timestamp: Date;
1446
- /** Trace that anchors the feedback target when available */
1447
- traceId?: (string | null) | undefined;
1448
- /** Span ID this feedback applies to */
1449
- spanId?: (string | null) | undefined;
1450
- feedbackSource?: (string | null) | undefined;
1451
- source?: (string | null) | undefined;
1452
- /** Type of feedback (e.g., 'thumbs', 'rating', 'correction') */
1453
- feedbackType: string;
1454
- /** Feedback value (rating number or correction text) */
1455
- value: number | string;
1456
- comment?: (string | null) | undefined;
1457
- feedbackUserId?: (string | null) | undefined;
1458
- entityType?: (Shared_Type_72 | null) | undefined;
1459
- entityId?: (string | null) | undefined;
1460
- entityName?: (string | null) | undefined;
1461
- parentEntityType?: (Shared_Type_72 | null) | undefined;
1462
- parentEntityId?: (string | null) | undefined;
1463
- parentEntityName?: (string | null) | undefined;
1464
- rootEntityType?: (Shared_Type_72 | null) | undefined;
1465
- rootEntityId?: (string | null) | undefined;
1466
- rootEntityName?: (string | null) | undefined;
1467
- userId?: (string | null) | undefined;
1468
- organizationId?: (string | null) | undefined;
1469
- resourceId?: (string | null) | undefined;
1470
- runId?: (string | null) | undefined;
1471
- sessionId?: (string | null) | undefined;
1472
- threadId?: (string | null) | undefined;
1473
- requestId?: (string | null) | undefined;
1474
- environment?: (string | null) | undefined;
1475
- serviceName?: (string | null) | undefined;
1476
- scope?: ({
1477
- [key: string]: unknown;
1478
- } | null) | undefined;
1479
- entityVersionId?: (string | null) | undefined;
1480
- parentEntityVersionId?: (string | null) | undefined;
1481
- rootEntityVersionId?: (string | null) | undefined;
1482
- experimentId?: (string | null) | undefined;
1483
- executionSource?: (string | null) | undefined;
1484
- tags?: (string[] | null) | undefined;
1485
- /** ID of the source record this feedback is linked to (e.g. experiment result ID) */
1486
- sourceId?: (string | null) | undefined;
1487
- /** User-defined metadata */
1488
- metadata?: ({
1489
- [key: string]: unknown;
1490
- } | null) | undefined;
1491
- /** Feedback review workflow status */
1492
- reviewStatus: 'needs-review' | 'reviewed';
1493
- };
1494
- type Shared_Type_81 = {
1431
+ type Shared_Type_79 = {
1495
1432
  /** Filter by timestamp range */
1496
- timestamp?: Shared_Type_70 | undefined;
1433
+ timestamp?: Shared_Type_69 | undefined;
1497
1434
  /** Filter by trace ID */
1498
1435
  traceId?: string | undefined;
1499
1436
  /** Filter by span ID */
1500
1437
  spanId?: string | undefined;
1501
1438
  /** Entity type (e.g., 'agent' | 'processor' | 'tool' | 'workflow') */
1502
- entityType?: Shared_Type_72 | undefined;
1439
+ entityType?: Shared_Type_71 | undefined;
1503
1440
  /** Name of the entity */
1504
1441
  entityName?: string | undefined;
1505
1442
  /** Version ID of the entity that produced this signal (e.g., agent version, workflow version) */
@@ -1519,11 +1456,11 @@ type Shared_Type_81 = {
1519
1456
  /** Environment (e.g., "production" | "staging" | "development") */
1520
1457
  environment?: string | undefined;
1521
1458
  /** Entity type of the parent entity */
1522
- parentEntityType?: Shared_Type_72 | undefined;
1459
+ parentEntityType?: Shared_Type_71 | undefined;
1523
1460
  /** Name of the parent entity */
1524
1461
  parentEntityName?: string | undefined;
1525
1462
  /** Entity type of the root entity */
1526
- rootEntityType?: Shared_Type_72 | undefined;
1463
+ rootEntityType?: Shared_Type_71 | undefined;
1527
1464
  /** Name of the root entity */
1528
1465
  rootEntityName?: string | undefined;
1529
1466
  /** Broader resource context (Mastra memory compatibility) */
@@ -1550,16 +1487,16 @@ type Shared_Type_81 = {
1550
1487
  feedbackUserId?: string | undefined;
1551
1488
  reviewStatus?: ('needs-review' | 'reviewed') | undefined;
1552
1489
  };
1553
- type Shared_Type_82 = 'entityType' | 'entityName' | 'parentEntityType' | 'parentEntityName' | 'rootEntityType' | 'rootEntityName' | 'name' | 'provider' | 'model' | 'environment' | 'executionSource' | 'serviceName' | 'threadId' | 'resourceId';
1554
- 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 = {
1555
1492
  /** Filter by timestamp range */
1556
- timestamp?: Shared_Type_70 | undefined;
1493
+ timestamp?: Shared_Type_69 | undefined;
1557
1494
  /** Filter by trace ID */
1558
1495
  traceId?: string | undefined;
1559
1496
  /** Filter by span ID */
1560
1497
  spanId?: string | undefined;
1561
1498
  /** Entity type (e.g., 'agent' | 'processor' | 'tool' | 'workflow') */
1562
- entityType?: Shared_Type_72 | undefined;
1499
+ entityType?: Shared_Type_71 | undefined;
1563
1500
  /** Name of the entity */
1564
1501
  entityName?: string | undefined;
1565
1502
  /** Version ID of the entity that produced this signal (e.g., agent version, workflow version) */
@@ -1579,11 +1516,11 @@ type Shared_Type_83 = {
1579
1516
  /** Environment (e.g., "production" | "staging" | "development") */
1580
1517
  environment?: string | undefined;
1581
1518
  /** Entity type of the parent entity */
1582
- parentEntityType?: Shared_Type_72 | undefined;
1519
+ parentEntityType?: Shared_Type_71 | undefined;
1583
1520
  /** Name of the parent entity */
1584
1521
  parentEntityName?: string | undefined;
1585
1522
  /** Entity type of the root entity */
1586
- rootEntityType?: Shared_Type_72 | undefined;
1523
+ rootEntityType?: Shared_Type_71 | undefined;
1587
1524
  /** Name of the root entity */
1588
1525
  rootEntityName?: string | undefined;
1589
1526
  /** Broader resource context (Mastra memory compatibility) */
@@ -1617,7 +1554,7 @@ type Shared_Type_83 = {
1617
1554
  [key: string]: string;
1618
1555
  } | undefined;
1619
1556
  };
1620
- type Shared_Type_84 = {
1557
+ type Shared_Type_82 = {
1621
1558
  /** Part type - text for TextParts */
1622
1559
  kind: 'text';
1623
1560
  /** Text content */
@@ -1627,7 +1564,7 @@ type Shared_Type_84 = {
1627
1564
  [key: string]: unknown;
1628
1565
  } | undefined;
1629
1566
  };
1630
- type Shared_Type_85 = {
1567
+ type Shared_Type_83 = {
1631
1568
  /** base64 encoded content of the file */
1632
1569
  bytes: string;
1633
1570
  /** Optional mimeType for the file */
@@ -1635,7 +1572,7 @@ type Shared_Type_85 = {
1635
1572
  /** Optional name for the file */
1636
1573
  name?: string | undefined;
1637
1574
  };
1638
- type Shared_Type_86 = {
1575
+ type Shared_Type_84 = {
1639
1576
  /** URL for the File content */
1640
1577
  uri: string;
1641
1578
  /** Optional mimeType for the file */
@@ -1643,17 +1580,17 @@ type Shared_Type_86 = {
1643
1580
  /** Optional name for the file */
1644
1581
  name?: string | undefined;
1645
1582
  };
1646
- type Shared_Type_87 = {
1583
+ type Shared_Type_85 = {
1647
1584
  /** Part type - file for FileParts */
1648
1585
  kind: 'file';
1649
1586
  /** File content either as url or bytes */
1650
- file: Shared_Type_85 | Shared_Type_86;
1587
+ file: Shared_Type_83 | Shared_Type_84;
1651
1588
  /** Optional metadata associated with the part */
1652
1589
  metadata?: {
1653
1590
  [key: string]: unknown;
1654
1591
  } | undefined;
1655
1592
  };
1656
- type Shared_Type_88 = {
1593
+ type Shared_Type_86 = {
1657
1594
  /** Part type - data for DataParts */
1658
1595
  kind: 'data';
1659
1596
  /** Structured data content */
@@ -1665,7 +1602,7 @@ type Shared_Type_88 = {
1665
1602
  [key: string]: unknown;
1666
1603
  } | undefined;
1667
1604
  };
1668
- type Shared_Type_89 = {
1605
+ type Shared_Type_87 = {
1669
1606
  text?: string | undefined;
1670
1607
  raw?: string | undefined;
1671
1608
  url?: string | undefined;
@@ -1676,7 +1613,7 @@ type Shared_Type_89 = {
1676
1613
  [key: string]: unknown;
1677
1614
  } | undefined;
1678
1615
  };
1679
- type Shared_Type_90 = {
1616
+ type Shared_Type_88 = {
1680
1617
  /** Event type */
1681
1618
  kind?: 'message' | undefined;
1682
1619
  /** Identifier created by the message creator */
@@ -1684,7 +1621,7 @@ type Shared_Type_90 = {
1684
1621
  /** Message sender's role */
1685
1622
  role: 'user' | 'agent' | 'ROLE_USER' | 'ROLE_AGENT';
1686
1623
  /** Message content */
1687
- 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)[];
1688
1625
  /** The context the message is associated with */
1689
1626
  contextId?: string | undefined;
1690
1627
  /** Identifier of task the message is related to */
@@ -1698,22 +1635,22 @@ type Shared_Type_90 = {
1698
1635
  [key: string]: unknown;
1699
1636
  } | undefined;
1700
1637
  };
1701
- type Shared_Type_91 = {
1638
+ type Shared_Type_89 = {
1702
1639
  /** Supported authentication schemes - e.g. Basic, Bearer */
1703
1640
  schemes: string[];
1704
1641
  /** Optional credentials */
1705
1642
  credentials?: string | undefined;
1706
1643
  };
1707
- type Shared_Type_92 = {
1644
+ type Shared_Type_90 = {
1708
1645
  /** URL for sending the push notifications */
1709
1646
  url: string;
1710
1647
  /** Push Notification ID - created by server to support multiple callbacks */
1711
1648
  id?: string | undefined;
1712
1649
  /** Token unique to this task/session */
1713
1650
  token?: string | undefined;
1714
- authentication?: Shared_Type_91 | undefined;
1651
+ authentication?: Shared_Type_89 | undefined;
1715
1652
  };
1716
- type Shared_Type_93 = {
1653
+ type Shared_Type_91 = {
1717
1654
  /** Accepted output modalities by the client */
1718
1655
  acceptedOutputModes?: string[] | undefined;
1719
1656
  /** If the server should treat the client as a blocking request */
@@ -1722,18 +1659,18 @@ type Shared_Type_93 = {
1722
1659
  returnImmediately?: boolean | undefined;
1723
1660
  /** Number of recent messages to be retrieved */
1724
1661
  historyLength?: number | undefined;
1725
- pushNotificationConfig?: Shared_Type_92 | undefined;
1726
- taskPushNotificationConfig?: Shared_Type_92 | undefined;
1662
+ pushNotificationConfig?: Shared_Type_90 | undefined;
1663
+ taskPushNotificationConfig?: Shared_Type_90 | undefined;
1727
1664
  };
1728
- type Shared_Type_94 = {
1729
- message: Shared_Type_90;
1730
- configuration?: Shared_Type_93 | undefined;
1665
+ type Shared_Type_92 = {
1666
+ message: Shared_Type_88;
1667
+ configuration?: Shared_Type_91 | undefined;
1731
1668
  /** Extension metadata */
1732
1669
  metadata?: {
1733
1670
  [key: string]: unknown;
1734
1671
  } | undefined;
1735
1672
  };
1736
- type Shared_Type_95 = {
1673
+ type Shared_Type_93 = {
1737
1674
  name: string;
1738
1675
  description?: string | undefined;
1739
1676
  inputSchema: unknown;
@@ -1743,18 +1680,18 @@ type Shared_Type_95 = {
1743
1680
  [key: string]: unknown;
1744
1681
  } | undefined;
1745
1682
  };
1746
- type Shared_Type_96 = (({
1683
+ type Shared_Type_94 = (({
1747
1684
  [key: string]: {
1748
1685
  description?: string | undefined;
1749
1686
  rules?: Shared_Type_9 | undefined;
1750
1687
  };
1751
1688
  } | Shared_Type_12[]) | undefined) | undefined;
1752
- type Shared_Type_97 = ((Shared_Type_4 | {
1689
+ type Shared_Type_95 = ((Shared_Type_4 | {
1753
1690
  /** Default options for agent execution */
1754
1691
  value: Shared_Type_4;
1755
1692
  rules?: Shared_Type_9 | undefined;
1756
1693
  }[]) | undefined) | undefined;
1757
- type Shared_Type_98 = (({
1694
+ type Shared_Type_96 = (({
1758
1695
  [key: string]: Shared_Type_13;
1759
1696
  } | {
1760
1697
  value: {
@@ -1762,7 +1699,7 @@ type Shared_Type_98 = (({
1762
1699
  };
1763
1700
  rules?: Shared_Type_9 | undefined;
1764
1701
  }[]) | undefined) | undefined;
1765
- type Shared_Type_99 = (({
1702
+ type Shared_Type_97 = (({
1766
1703
  [key: string]: Shared_Type_15;
1767
1704
  } | {
1768
1705
  value: {
@@ -1770,7 +1707,7 @@ type Shared_Type_99 = (({
1770
1707
  };
1771
1708
  rules?: Shared_Type_9 | undefined;
1772
1709
  }[]) | undefined) | undefined;
1773
- type Shared_Type_100 = (({
1710
+ type Shared_Type_98 = (({
1774
1711
  [key: string]: Shared_Type_28;
1775
1712
  } | {
1776
1713
  value: {
@@ -1778,14 +1715,14 @@ type Shared_Type_100 = (({
1778
1715
  };
1779
1716
  rules?: Shared_Type_9 | undefined;
1780
1717
  }[]) | undefined) | undefined;
1781
- type Shared_Type_101 = ((({
1718
+ type Shared_Type_99 = ((({
1782
1719
  type: 'id';
1783
1720
  workspaceId: string;
1784
1721
  } | {
1785
1722
  type: 'inline';
1786
1723
  config: Shared_Type_36;
1787
1724
  } | Shared_Type_37) | Shared_Type_38[]) | undefined) | undefined;
1788
- type Shared_Type_102 = {
1725
+ type Shared_Type_100 = {
1789
1726
  /** Unique identifier for the version (UUID) */
1790
1727
  id: string;
1791
1728
  /** ID of the agent this version belongs to */
@@ -1877,7 +1814,7 @@ type Shared_Type_102 = {
1877
1814
  /** When this version was created */
1878
1815
  createdAt: Date;
1879
1816
  };
1880
- type Shared_Type_103 = {
1817
+ type Shared_Type_101 = {
1881
1818
  /** The field path that changed */
1882
1819
  field: string;
1883
1820
  /** The value in the "from" version */
@@ -1885,7 +1822,7 @@ type Shared_Type_103 = {
1885
1822
  /** The value in the "to" version */
1886
1823
  currentValue: unknown;
1887
1824
  };
1888
- type Shared_Type_104 = {
1825
+ type Shared_Type_102 = {
1889
1826
  id: string;
1890
1827
  description?: string | undefined;
1891
1828
  metadata?: {
@@ -1902,7 +1839,7 @@ type Shared_Type_104 = {
1902
1839
  createdAt: Date | string;
1903
1840
  updatedAt: Date | string;
1904
1841
  };
1905
- type Shared_Type_105 = {
1842
+ type Shared_Type_103 = {
1906
1843
  type: 'agent';
1907
1844
  id: string;
1908
1845
  agentId: string;
@@ -1917,7 +1854,7 @@ type Shared_Type_105 = {
1917
1854
  } | undefined;
1918
1855
  } | undefined;
1919
1856
  };
1920
- type Shared_Type_106 = {
1857
+ type Shared_Type_104 = {
1921
1858
  type: 'tool';
1922
1859
  id: string;
1923
1860
  toolId: string;
@@ -1929,7 +1866,7 @@ type Shared_Type_106 = {
1929
1866
  } | undefined;
1930
1867
  } | undefined;
1931
1868
  };
1932
- type Shared_Type_107 = {
1869
+ type Shared_Type_105 = {
1933
1870
  type: 'mapping';
1934
1871
  id: string;
1935
1872
  description?: string | undefined;
@@ -1938,29 +1875,29 @@ type Shared_Type_107 = {
1938
1875
  } | undefined;
1939
1876
  mapConfig: string;
1940
1877
  };
1941
- 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 | {
1942
1879
  type: 'workflow';
1943
1880
  id: string;
1944
1881
  workflowId: string;
1945
1882
  description?: string | undefined;
1946
1883
  })[];
1947
- type Shared_Type_109 = {
1884
+ type Shared_Type_107 = {
1948
1885
  type: 'parallel';
1949
1886
  id?: string | undefined;
1950
1887
  description?: string | undefined;
1951
1888
  metadata?: {
1952
1889
  [key: string]: unknown;
1953
1890
  } | undefined;
1954
- steps: Shared_Type_108;
1891
+ steps: Shared_Type_106;
1955
1892
  };
1956
- type Shared_Type_110 = {
1893
+ type Shared_Type_108 = {
1957
1894
  type: 'foreach';
1958
1895
  id?: string | undefined;
1959
1896
  description?: string | undefined;
1960
1897
  metadata?: {
1961
1898
  [key: string]: unknown;
1962
1899
  } | undefined;
1963
- step: Shared_Type_105 | Shared_Type_106 | {
1900
+ step: Shared_Type_103 | Shared_Type_104 | {
1964
1901
  type: 'workflow';
1965
1902
  id: string;
1966
1903
  workflowId: string;
@@ -1970,7 +1907,7 @@ type Shared_Type_110 = {
1970
1907
  concurrency: number;
1971
1908
  } | undefined;
1972
1909
  };
1973
- type Shared_Type_111 = {
1910
+ type Shared_Type_109 = {
1974
1911
  type: 'sleep';
1975
1912
  id: string;
1976
1913
  description?: string | undefined;
@@ -1979,7 +1916,7 @@ type Shared_Type_111 = {
1979
1916
  } | undefined;
1980
1917
  duration: number;
1981
1918
  };
1982
- type Shared_Type_112 = {
1919
+ type Shared_Type_110 = {
1983
1920
  type: 'sleepUntil';
1984
1921
  id: string;
1985
1922
  description?: string | undefined;
@@ -1988,39 +1925,39 @@ type Shared_Type_112 = {
1988
1925
  } | undefined;
1989
1926
  date: string;
1990
1927
  };
1991
- type Shared_Type_113 = {
1928
+ type Shared_Type_111 = {
1992
1929
  type: 'conditional';
1993
1930
  id?: string | undefined;
1994
1931
  description?: string | undefined;
1995
1932
  metadata?: {
1996
1933
  [key: string]: unknown;
1997
1934
  } | undefined;
1998
- steps: Shared_Type_108;
1999
- predicates: Shared_Auxiliary_1138[];
1935
+ steps: Shared_Type_106;
1936
+ predicates: Shared_Auxiliary_1139[];
2000
1937
  };
2001
- type Shared_Type_114 = {
1938
+ type Shared_Type_112 = {
2002
1939
  type: 'loop';
2003
1940
  id?: string | undefined;
2004
1941
  description?: string | undefined;
2005
1942
  metadata?: {
2006
1943
  [key: string]: unknown;
2007
1944
  } | undefined;
2008
- step: Shared_Type_105 | Shared_Type_106 | Shared_Type_107 | {
1945
+ step: Shared_Type_103 | Shared_Type_104 | Shared_Type_105 | {
2009
1946
  type: 'workflow';
2010
1947
  id: string;
2011
1948
  workflowId: string;
2012
1949
  description?: string | undefined;
2013
1950
  };
2014
1951
  loopType: 'dowhile' | 'dountil';
2015
- predicate: Shared_Auxiliary_1138;
1952
+ predicate: Shared_Auxiliary_1139;
2016
1953
  };
2017
- 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 | {
2018
1955
  type: 'workflow';
2019
1956
  id: string;
2020
1957
  workflowId: string;
2021
1958
  description?: string | undefined;
2022
- } | Shared_Type_109 | Shared_Type_110 | Shared_Type_111 | Shared_Type_112 | Shared_Type_113 | Shared_Type_114;
2023
- 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 = {
2024
1961
  /** Transport type: stdio for local processes, http for remote servers */
2025
1962
  type: 'stdio' | 'http';
2026
1963
  /** Command to run (stdio only) */
@@ -2036,7 +1973,7 @@ type Shared_Type_116 = {
2036
1973
  /** Connection timeout in milliseconds */
2037
1974
  timeout?: number | undefined;
2038
1975
  };
2039
- type Shared_Type_117 = {
1976
+ type Shared_Type_115 = {
2040
1977
  id: string;
2041
1978
  /** MCP client status: draft, published, or archived */
2042
1979
  status: string;
@@ -2053,10 +1990,10 @@ type Shared_Type_117 = {
2053
1990
  description?: string | undefined;
2054
1991
  /** Map of server name to server configuration */
2055
1992
  servers: {
2056
- [key: string]: Shared_Type_116;
1993
+ [key: string]: Shared_Type_114;
2057
1994
  };
2058
1995
  };
2059
- type Shared_Type_118 = {
1996
+ type Shared_Type_116 = {
2060
1997
  type: 'stdio' | 'http';
2061
1998
  command?: string | undefined;
2062
1999
  args?: string[] | undefined;
@@ -2066,7 +2003,7 @@ type Shared_Type_118 = {
2066
2003
  url?: string | undefined;
2067
2004
  timeout?: number | undefined;
2068
2005
  };
2069
- type Shared_Type_119 = {
2006
+ type Shared_Type_117 = {
2070
2007
  /** Unique identifier for the version (UUID) */
2071
2008
  id: string;
2072
2009
  /** ID of the MCP client this version belongs to */
@@ -2078,7 +2015,7 @@ type Shared_Type_119 = {
2078
2015
  /** Description of the MCP client */
2079
2016
  description?: string | undefined;
2080
2017
  servers: {
2081
- [key: string]: Shared_Type_118;
2018
+ [key: string]: Shared_Type_116;
2082
2019
  };
2083
2020
  /** Array of field names that changed from the previous version */
2084
2021
  changedFields?: string[] | undefined;
@@ -2087,7 +2024,7 @@ type Shared_Type_119 = {
2087
2024
  /** When this version was created */
2088
2025
  createdAt: Date;
2089
2026
  };
2090
- type Shared_Type_120 = {
2027
+ type Shared_Type_118 = {
2091
2028
  id: string;
2092
2029
  /** Prompt block status: draft, published, or archived */
2093
2030
  status: string;
@@ -2113,7 +2050,7 @@ type Shared_Type_120 = {
2113
2050
  [key: string]: unknown;
2114
2051
  } | undefined;
2115
2052
  };
2116
- type Shared_Type_121 = {
2053
+ type Shared_Type_119 = {
2117
2054
  /** Unique identifier for the version (UUID) */
2118
2055
  id: string;
2119
2056
  /** ID of the prompt block this version belongs to */
@@ -2139,8 +2076,8 @@ type Shared_Type_121 = {
2139
2076
  /** When this version was created */
2140
2077
  createdAt: Date;
2141
2078
  };
2142
- 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';
2143
- 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 = {
2144
2081
  id: string;
2145
2082
  /** Scorer status: draft, published, or archived */
2146
2083
  status: string;
@@ -2156,7 +2093,7 @@ type Shared_Type_123 = {
2156
2093
  /** Description of the scorer */
2157
2094
  description?: string | undefined;
2158
2095
  /** Scorer type: llm-judge for custom, or a preset type name */
2159
- type: Shared_Type_122;
2096
+ type: Shared_Type_120;
2160
2097
  model?: Shared_Type_11 | undefined;
2161
2098
  /** System instructions for the judge LLM */
2162
2099
  instructions?: string | undefined;
@@ -2174,13 +2111,13 @@ type Shared_Type_123 = {
2174
2111
  rate: number;
2175
2112
  }) | undefined;
2176
2113
  };
2177
- type Shared_Type_124 = {
2114
+ type Shared_Type_122 = {
2178
2115
  /** Minimum score value (default: 0) */
2179
2116
  min?: number | undefined;
2180
2117
  /** Maximum score value (default: 1) */
2181
2118
  max?: number | undefined;
2182
2119
  } | undefined;
2183
- type Shared_Type_125 = {
2120
+ type Shared_Type_123 = {
2184
2121
  /** Unique identifier for the version (UUID) */
2185
2122
  id: string;
2186
2123
  /** ID of the scorer this version belongs to */
@@ -2191,7 +2128,7 @@ type Shared_Type_125 = {
2191
2128
  name: string;
2192
2129
  /** Description of the scorer */
2193
2130
  description?: string | undefined;
2194
- type: Shared_Type_122;
2131
+ type: Shared_Type_120;
2195
2132
  model?: Shared_Type_11 | undefined;
2196
2133
  instructions?: string | undefined;
2197
2134
  scoreRange?: {
@@ -2214,7 +2151,7 @@ type Shared_Type_125 = {
2214
2151
  /** When this version was created */
2215
2152
  createdAt: Date;
2216
2153
  };
2217
- type Shared_Type_126 = {
2154
+ type Shared_Type_124 = {
2218
2155
  id: string;
2219
2156
  /** Workspace status: draft, published, or archived */
2220
2157
  status: string;
@@ -2246,7 +2183,7 @@ type Shared_Type_126 = {
2246
2183
  /** Operation timeout in milliseconds */
2247
2184
  operationTimeout?: number | undefined;
2248
2185
  };
2249
- type Shared_Type_127 = {
2186
+ type Shared_Type_125 = {
2250
2187
  type: 'external';
2251
2188
  /** Package path for external source */
2252
2189
  packagePath: string;
@@ -2259,7 +2196,7 @@ type Shared_Type_127 = {
2259
2196
  /** Mastra path for managed source */
2260
2197
  mastraPath: string;
2261
2198
  };
2262
- type Shared_Type_128 = {
2199
+ type Shared_Type_126 = {
2263
2200
  id: string;
2264
2201
  /** Skill status: draft, published, or archived */
2265
2202
  status: string;
@@ -2283,7 +2220,7 @@ type Shared_Type_128 = {
2283
2220
  /** Compatibility requirements */
2284
2221
  compatibility?: unknown | undefined;
2285
2222
  /** Source location of the skill */
2286
- source?: Shared_Type_127 | undefined;
2223
+ source?: Shared_Type_125 | undefined;
2287
2224
  /** List of reference file paths */
2288
2225
  references?: string[] | undefined;
2289
2226
  /** List of script file paths */
@@ -2291,13 +2228,13 @@ type Shared_Type_128 = {
2291
2228
  /** List of asset file paths */
2292
2229
  assets?: string[] | undefined;
2293
2230
  /** Full file tree structure for the skill */
2294
- files?: Shared_Auxiliary_1278[] | undefined;
2231
+ files?: Shared_Auxiliary_1279[] | undefined;
2295
2232
  /** Additional metadata for the skill */
2296
2233
  metadata?: {
2297
2234
  [key: string]: unknown;
2298
2235
  } | undefined;
2299
2236
  };
2300
- type Shared_Type_129 = {
2237
+ type Shared_Type_127 = {
2301
2238
  id: string;
2302
2239
  name: string;
2303
2240
  description?: (string | undefined) | null;
@@ -2321,7 +2258,7 @@ type Shared_Type_129 = {
2321
2258
  createdAt: Date;
2322
2259
  updatedAt: Date;
2323
2260
  };
2324
- type Shared_Type_130 = {
2261
+ type Shared_Type_128 = {
2325
2262
  /** Name of the tool this mock applies to */
2326
2263
  toolName: string;
2327
2264
  /** Arguments to match against the tool call */
@@ -2333,13 +2270,13 @@ type Shared_Type_130 = {
2333
2270
  /** Argument matching mode. 'strict' (default) deep-equals args; 'ignore' matches on toolName only */
2334
2271
  matchArgs?: ('strict' | 'ignore') | undefined;
2335
2272
  };
2336
- type Shared_Type_131 = {
2273
+ type Shared_Type_129 = {
2337
2274
  /** How this item was created */
2338
2275
  type: 'csv' | 'json' | 'trace' | 'llm' | 'experiment-result' | 'candidate-screener';
2339
2276
  /** Reference identifier (e.g., trace id, csv filename) */
2340
2277
  referenceId?: string | undefined;
2341
2278
  };
2342
- type Shared_Type_132 = {
2279
+ type Shared_Type_130 = {
2343
2280
  id: string;
2344
2281
  datasetId: string;
2345
2282
  datasetVersion: number;
@@ -2348,7 +2285,7 @@ type Shared_Type_132 = {
2348
2285
  groundTruth?: unknown | undefined;
2349
2286
  expectedTrajectory?: unknown | undefined;
2350
2287
  /** Ordered item-level static tool mocks served in place of executing the real tool */
2351
- toolMocks?: Shared_Type_130[] | undefined;
2288
+ toolMocks?: Shared_Type_128[] | undefined;
2352
2289
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
2353
2290
  unmockedToolPolicy?: ('allow' | 'deny') | undefined;
2354
2291
  scorerIds?: string[] | undefined;
@@ -2359,11 +2296,11 @@ type Shared_Type_132 = {
2359
2296
  [key: string]: unknown;
2360
2297
  } | undefined;
2361
2298
  /** Source/provenance of this dataset item */
2362
- source?: Shared_Type_131 | undefined;
2299
+ source?: Shared_Type_129 | undefined;
2363
2300
  createdAt: Date;
2364
2301
  updatedAt: Date;
2365
2302
  };
2366
- type Shared_Type_133 = {
2303
+ type Shared_Type_131 = {
2367
2304
  /** Step name to match */
2368
2305
  name: string;
2369
2306
  durationMs?: number | undefined;
@@ -2381,7 +2318,7 @@ type Shared_Type_133 = {
2381
2318
  } | undefined;
2382
2319
  success?: boolean | undefined;
2383
2320
  };
2384
- type Shared_Type_134 = {
2321
+ type Shared_Type_132 = {
2385
2322
  /** Step name to match */
2386
2323
  name: string;
2387
2324
  durationMs?: number | undefined;
@@ -2400,7 +2337,7 @@ type Shared_Type_134 = {
2400
2337
  mcpServer?: string | undefined;
2401
2338
  success?: boolean | undefined;
2402
2339
  };
2403
- type Shared_Type_135 = {
2340
+ type Shared_Type_133 = {
2404
2341
  /** Step name to match */
2405
2342
  name: string;
2406
2343
  durationMs?: number | undefined;
@@ -2415,7 +2352,7 @@ type Shared_Type_135 = {
2415
2352
  completionTokens?: number | undefined;
2416
2353
  finishReason?: string | undefined;
2417
2354
  };
2418
- type Shared_Type_136 = {
2355
+ type Shared_Type_134 = {
2419
2356
  /** Step name to match */
2420
2357
  name: string;
2421
2358
  durationMs?: number | undefined;
@@ -2427,7 +2364,7 @@ type Shared_Type_136 = {
2427
2364
  stepType: 'agent_run';
2428
2365
  agentId?: string | undefined;
2429
2366
  };
2430
- type Shared_Type_137 = {
2367
+ type Shared_Type_135 = {
2431
2368
  /** Step name to match */
2432
2369
  name: string;
2433
2370
  durationMs?: number | undefined;
@@ -2443,7 +2380,7 @@ type Shared_Type_137 = {
2443
2380
  [key: string]: unknown;
2444
2381
  } | undefined;
2445
2382
  };
2446
- type Shared_Type_138 = {
2383
+ type Shared_Type_136 = {
2447
2384
  /** Step name to match */
2448
2385
  name: string;
2449
2386
  durationMs?: number | undefined;
@@ -2456,7 +2393,7 @@ type Shared_Type_138 = {
2456
2393
  workflowId?: string | undefined;
2457
2394
  status?: string | undefined;
2458
2395
  };
2459
- type Shared_Type_139 = {
2396
+ type Shared_Type_137 = {
2460
2397
  /** Step name to match */
2461
2398
  name: string;
2462
2399
  durationMs?: number | undefined;
@@ -2469,7 +2406,7 @@ type Shared_Type_139 = {
2469
2406
  conditionCount?: number | undefined;
2470
2407
  selectedSteps?: string[] | undefined;
2471
2408
  };
2472
- type Shared_Type_140 = {
2409
+ type Shared_Type_138 = {
2473
2410
  /** Step name to match */
2474
2411
  name: string;
2475
2412
  durationMs?: number | undefined;
@@ -2482,7 +2419,7 @@ type Shared_Type_140 = {
2482
2419
  branchCount?: number | undefined;
2483
2420
  parallelSteps?: string[] | undefined;
2484
2421
  };
2485
- type Shared_Type_141 = {
2422
+ type Shared_Type_139 = {
2486
2423
  /** Step name to match */
2487
2424
  name: string;
2488
2425
  durationMs?: number | undefined;
@@ -2495,7 +2432,7 @@ type Shared_Type_141 = {
2495
2432
  loopType?: string | undefined;
2496
2433
  totalIterations?: number | undefined;
2497
2434
  };
2498
- type Shared_Type_142 = {
2435
+ type Shared_Type_140 = {
2499
2436
  /** Step name to match */
2500
2437
  name: string;
2501
2438
  durationMs?: number | undefined;
@@ -2508,7 +2445,7 @@ type Shared_Type_142 = {
2508
2445
  sleepDurationMs?: number | undefined;
2509
2446
  sleepType?: string | undefined;
2510
2447
  };
2511
- type Shared_Type_143 = {
2448
+ type Shared_Type_141 = {
2512
2449
  /** Step name to match */
2513
2450
  name: string;
2514
2451
  durationMs?: number | undefined;
@@ -2521,7 +2458,7 @@ type Shared_Type_143 = {
2521
2458
  eventName?: string | undefined;
2522
2459
  eventReceived?: boolean | undefined;
2523
2460
  };
2524
- type Shared_Type_144 = {
2461
+ type Shared_Type_142 = {
2525
2462
  /** Step name to match */
2526
2463
  name: string;
2527
2464
  durationMs?: number | undefined;
@@ -2533,8 +2470,8 @@ type Shared_Type_144 = {
2533
2470
  stepType: 'processor_run';
2534
2471
  processorId?: string | undefined;
2535
2472
  };
2536
- 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;
2537
- 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 = {
2538
2475
  /** Step name to match */
2539
2476
  name: string;
2540
2477
  durationMs?: number | undefined;
@@ -2545,9 +2482,9 @@ type Shared_Type_146 = {
2545
2482
  children?: unknown | undefined;
2546
2483
  stepType?: undefined | undefined;
2547
2484
  };
2548
- type Shared_Type_147 = {
2485
+ type Shared_Type_145 = {
2549
2486
  /** Expected steps for accuracy checking */
2550
- steps?: (Shared_Type_145 | Shared_Type_146)[] | undefined;
2487
+ steps?: (Shared_Type_143 | Shared_Type_144)[] | undefined;
2551
2488
  /** How to compare step ordering (default: relaxed) */
2552
2489
  ordering?: ('strict' | 'relaxed' | 'unordered') | undefined;
2553
2490
  /** Whether to allow repeated steps (default: true) */
@@ -2567,7 +2504,7 @@ type Shared_Type_147 = {
2567
2504
  /** Maximum retries per tool before penalizing (default: 2) */
2568
2505
  maxRetriesPerTool?: number | undefined;
2569
2506
  };
2570
- type Shared_Type_148 = {
2507
+ type Shared_Type_146 = {
2571
2508
  source?: string | undefined;
2572
2509
  sourceId?: string | undefined;
2573
2510
  sourceVersion?: string | undefined;
@@ -2575,7 +2512,7 @@ type Shared_Type_148 = {
2575
2512
  [key: string]: unknown;
2576
2513
  } | undefined;
2577
2514
  };
2578
- type Shared_Type_149 = {
2515
+ type Shared_Type_147 = {
2579
2516
  id: string;
2580
2517
  datasetId: string | null;
2581
2518
  datasetVersion: number | null;
@@ -2588,7 +2525,7 @@ type Shared_Type_149 = {
2588
2525
  metadata?: {
2589
2526
  [key: string]: unknown;
2590
2527
  } | undefined;
2591
- provenance?: (Shared_Type_148 | null) | undefined;
2528
+ provenance?: (Shared_Type_146 | null) | undefined;
2592
2529
  runnerAttestation?: ({
2593
2530
  runnerId: string;
2594
2531
  invocationId: string;
@@ -2608,7 +2545,7 @@ type Shared_Type_149 = {
2608
2545
  createdAt: Date;
2609
2546
  updatedAt: Date;
2610
2547
  };
2611
- type Shared_Type_150 = {
2548
+ type Shared_Type_148 = {
2612
2549
  served: {
2613
2550
  mockIndex: number;
2614
2551
  toolName: string;
@@ -2629,7 +2566,7 @@ type Shared_Type_150 = {
2629
2566
  args: unknown;
2630
2567
  } | undefined;
2631
2568
  };
2632
- type Shared_Type_151 = {
2569
+ type Shared_Type_149 = {
2633
2570
  id: string;
2634
2571
  experimentId: string;
2635
2572
  itemId: string;
@@ -2655,10 +2592,10 @@ type Shared_Type_151 = {
2655
2592
  tags?: (string[] | null) | undefined;
2656
2593
  comment?: (string | null) | undefined;
2657
2594
  /** Diagnostic receipt for item-level tool mocks */
2658
- toolMockReport?: (Shared_Type_150 | undefined) | null;
2595
+ toolMockReport?: (Shared_Type_148 | undefined) | null;
2659
2596
  createdAt: Date;
2660
2597
  };
2661
- type Shared_Type_152 = {
2598
+ type Shared_Type_150 = {
2662
2599
  id: string;
2663
2600
  status: 'pending' | 'running' | 'suspended' | 'completed' | 'failed' | 'cancelled' | 'timed_out';
2664
2601
  toolName: string;
@@ -2683,7 +2620,7 @@ type Shared_Type_152 = {
2683
2620
  timeoutMs: number;
2684
2621
  suspendPayload?: unknown | undefined;
2685
2622
  };
2686
- type Shared_Type_153 = {
2623
+ type Shared_Type_151 = {
2687
2624
  kind: 'custom';
2688
2625
  provider: string;
2689
2626
  modelId?: string | undefined;
@@ -2691,7 +2628,7 @@ type Shared_Type_153 = {
2691
2628
  provider: string;
2692
2629
  modelId?: string | undefined;
2693
2630
  };
2694
- type Shared_Type_154 = {
2631
+ type Shared_Type_152 = {
2695
2632
  kind: 'custom';
2696
2633
  provider: string;
2697
2634
  modelId: string;
@@ -2699,13 +2636,13 @@ type Shared_Type_154 = {
2699
2636
  provider: string;
2700
2637
  modelId: string;
2701
2638
  };
2702
- type Shared_Type_155 = {
2639
+ type Shared_Type_153 = {
2703
2640
  behavior?: ('deliver' | 'persist' | 'discard') | undefined;
2704
2641
  attributes?: {
2705
2642
  [key: string]: (string | number | boolean | null) | undefined;
2706
2643
  } | undefined;
2707
2644
  };
2708
- type Shared_Type_156 = {
2645
+ type Shared_Type_154 = {
2709
2646
  behavior?: ('wake' | 'persist' | 'discard') | undefined;
2710
2647
  attributes?: {
2711
2648
  [key: string]: (string | number | boolean | null) | undefined;
@@ -2716,7 +2653,7 @@ type Shared_Type_156 = {
2716
2653
  } | undefined;
2717
2654
  } | undefined;
2718
2655
  };
2719
- type Shared_Type_157 = {
2656
+ type Shared_Type_155 = {
2720
2657
  id: string;
2721
2658
  agentId: string;
2722
2659
  workflowId?: undefined | undefined;
@@ -2736,8 +2673,8 @@ type Shared_Type_157 = {
2736
2673
  attributes?: {
2737
2674
  [key: string]: (string | number | boolean | null) | undefined;
2738
2675
  } | undefined;
2739
- ifActive?: Shared_Type_155 | undefined;
2740
- ifIdle?: Shared_Type_156 | undefined;
2676
+ ifActive?: Shared_Type_153 | undefined;
2677
+ ifIdle?: Shared_Type_154 | undefined;
2741
2678
  providerOptions?: {
2742
2679
  [key: string]: unknown;
2743
2680
  } | undefined;
@@ -2747,14 +2684,14 @@ type Shared_Type_157 = {
2747
2684
  createdAt: number;
2748
2685
  updatedAt: number;
2749
2686
  };
2750
- type Shared_Type_158 = {
2687
+ type Shared_Type_156 = {
2751
2688
  status: 'running' | 'success' | 'failed' | 'tripwire' | 'suspended' | 'waiting' | 'pending' | 'canceled' | 'bailed' | 'paused' | 'skipped';
2752
2689
  startedAt?: number | undefined;
2753
2690
  completedAt?: number | undefined;
2754
2691
  durationMs?: number | undefined;
2755
2692
  error?: string | undefined;
2756
2693
  };
2757
- type Shared_Type_159 = {
2694
+ type Shared_Type_157 = {
2758
2695
  id: string;
2759
2696
  workflowId: string;
2760
2697
  agentId?: undefined | undefined;
@@ -2764,7 +2701,7 @@ type Shared_Type_159 = {
2764
2701
  nextFireAt: number;
2765
2702
  lastFireAt?: number | undefined;
2766
2703
  lastRunId?: string | undefined;
2767
- lastRun?: Shared_Type_158 | undefined;
2704
+ lastRun?: Shared_Type_156 | undefined;
2768
2705
  inputData?: unknown | undefined;
2769
2706
  initialState?: unknown | undefined;
2770
2707
  requestContext?: {
@@ -2952,7 +2889,11 @@ export type PostAgentsAgentIdGenerate_Body = {
2952
2889
  maxSteps?: number | undefined;
2953
2890
  stopWhen?: unknown | undefined;
2954
2891
  model?: string | undefined;
2955
- providerOptions?: Shared_Type_45 | undefined;
2892
+ providerOptions?: {
2893
+ [key: string]: {
2894
+ [key: string]: Shared_Auxiliary_272;
2895
+ };
2896
+ } | undefined;
2956
2897
  modelSettings?: unknown | undefined;
2957
2898
  activeTools?: string[] | undefined;
2958
2899
  toolsets?: {
@@ -2975,9 +2916,9 @@ export type PostAgentsAgentIdGenerate_Body = {
2975
2916
  };
2976
2917
  }) | undefined;
2977
2918
  returnScorerData?: boolean | undefined;
2978
- tracingOptions?: Shared_Type_46 | undefined;
2919
+ tracingOptions?: Shared_Type_45 | undefined;
2979
2920
  output?: unknown | undefined;
2980
- structuredOutput?: Shared_Type_47 | undefined;
2921
+ structuredOutput?: Shared_Type_46 | undefined;
2981
2922
  untilIdle?: (boolean | {
2982
2923
  maxIdleMs?: number | undefined;
2983
2924
  }) | undefined;
@@ -3063,7 +3004,11 @@ export type PostAgentsAgentIdStreamUntilIdle_Body = {
3063
3004
  maxSteps?: number | undefined;
3064
3005
  stopWhen?: unknown | undefined;
3065
3006
  model?: string | undefined;
3066
- providerOptions?: Shared_Type_45 | undefined;
3007
+ providerOptions?: {
3008
+ [key: string]: {
3009
+ [key: string]: Shared_Auxiliary_272;
3010
+ };
3011
+ } | undefined;
3067
3012
  modelSettings?: unknown | undefined;
3068
3013
  activeTools?: string[] | undefined;
3069
3014
  toolsets?: {
@@ -3086,9 +3031,9 @@ export type PostAgentsAgentIdStreamUntilIdle_Body = {
3086
3031
  };
3087
3032
  }) | undefined;
3088
3033
  returnScorerData?: boolean | undefined;
3089
- tracingOptions?: Shared_Type_46 | undefined;
3034
+ tracingOptions?: Shared_Type_45 | undefined;
3090
3035
  output?: unknown | undefined;
3091
- structuredOutput?: Shared_Type_47 | undefined;
3036
+ structuredOutput?: Shared_Type_46 | undefined;
3092
3037
  untilIdle?: (boolean | {
3093
3038
  maxIdleMs?: number | undefined;
3094
3039
  }) | undefined;
@@ -3171,19 +3116,19 @@ export interface PostAgentsAgentIdObserve_RouteContract {
3171
3116
  }
3172
3117
  export type PostAgentsAgentIdSendMessage_PathParams = GetAgentsAgentId_PathParams;
3173
3118
  export type PostAgentsAgentIdSendMessage_Body = {
3174
- ifActive?: Shared_Type_48 | undefined;
3119
+ ifActive?: Shared_Type_47 | undefined;
3175
3120
  runId: string;
3176
3121
  resourceId?: string | undefined;
3177
3122
  threadId?: string | undefined;
3178
3123
  ifIdle?: undefined | undefined;
3179
- message: (string | (Shared_Type_49 | Shared_Type_50)[]) | Shared_Type_51;
3124
+ message: (string | (Shared_Type_48 | Shared_Type_49)[]) | Shared_Type_50;
3180
3125
  } | {
3181
- ifActive?: Shared_Type_48 | undefined;
3126
+ ifActive?: Shared_Type_47 | undefined;
3182
3127
  runId?: undefined | undefined;
3183
3128
  resourceId: string;
3184
3129
  threadId: string;
3185
- ifIdle?: Shared_Type_53 | undefined;
3186
- 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;
3187
3132
  };
3188
3133
  export type PostAgentsAgentIdSendMessage_Response = {
3189
3134
  accepted: true;
@@ -3233,19 +3178,19 @@ export interface PostAgentsAgentIdQueueMessage_RouteContract {
3233
3178
  }
3234
3179
  export type PostAgentsAgentIdSignals_PathParams = GetAgentsAgentId_PathParams;
3235
3180
  export type PostAgentsAgentIdSignals_Body = {
3236
- ifActive?: Shared_Type_48 | undefined;
3181
+ ifActive?: Shared_Type_47 | undefined;
3237
3182
  runId: string;
3238
3183
  resourceId?: string | undefined;
3239
3184
  threadId?: string | undefined;
3240
3185
  ifIdle?: undefined | undefined;
3241
- signal: Shared_Type_54 | Shared_Type_55;
3186
+ signal: Shared_Type_53 | Shared_Type_54;
3242
3187
  } | {
3243
- ifActive?: Shared_Type_48 | undefined;
3188
+ ifActive?: Shared_Type_47 | undefined;
3244
3189
  runId?: undefined | undefined;
3245
3190
  resourceId: string;
3246
3191
  threadId: string;
3247
- ifIdle?: Shared_Type_53 | undefined;
3248
- signal: Shared_Type_54 | Shared_Type_55;
3192
+ ifIdle?: Shared_Type_52 | undefined;
3193
+ signal: Shared_Type_53 | Shared_Type_54;
3249
3194
  };
3250
3195
  export type PostAgentsAgentIdSignals_Response = PostAgentsAgentIdSendMessage_Response;
3251
3196
  export type PostAgentsAgentIdSignals_Request = Simplify<(PostAgentsAgentIdSignals_PathParams extends never ? {} : {
@@ -3509,7 +3454,11 @@ export type PostAgentsAgentIdResumeStream_Body = {
3509
3454
  maxSteps?: number | undefined;
3510
3455
  stopWhen?: unknown | undefined;
3511
3456
  model?: string | undefined;
3512
- providerOptions?: Shared_Type_45 | undefined;
3457
+ providerOptions?: {
3458
+ [key: string]: {
3459
+ [key: string]: Shared_Auxiliary_272;
3460
+ };
3461
+ } | undefined;
3513
3462
  modelSettings?: unknown | undefined;
3514
3463
  activeTools?: string[] | undefined;
3515
3464
  toolsets?: {
@@ -3532,9 +3481,9 @@ export type PostAgentsAgentIdResumeStream_Body = {
3532
3481
  };
3533
3482
  }) | undefined;
3534
3483
  returnScorerData?: boolean | undefined;
3535
- tracingOptions?: Shared_Type_46 | undefined;
3484
+ tracingOptions?: Shared_Type_45 | undefined;
3536
3485
  output?: unknown | undefined;
3537
- structuredOutput?: Shared_Type_47 | undefined;
3486
+ structuredOutput?: Shared_Type_46 | undefined;
3538
3487
  untilIdle?: (boolean | {
3539
3488
  maxIdleMs?: number | undefined;
3540
3489
  }) | undefined;
@@ -3717,7 +3666,11 @@ export type PostAgentsAgentIdResumeStreamUntilIdle_Body = {
3717
3666
  maxSteps?: number | undefined;
3718
3667
  stopWhen?: unknown | undefined;
3719
3668
  model?: string | undefined;
3720
- providerOptions?: Shared_Type_45 | undefined;
3669
+ providerOptions?: {
3670
+ [key: string]: {
3671
+ [key: string]: Shared_Auxiliary_272;
3672
+ };
3673
+ } | undefined;
3721
3674
  modelSettings?: unknown | undefined;
3722
3675
  activeTools?: string[] | undefined;
3723
3676
  toolsets?: {
@@ -3740,9 +3693,9 @@ export type PostAgentsAgentIdResumeStreamUntilIdle_Body = {
3740
3693
  };
3741
3694
  }) | undefined;
3742
3695
  returnScorerData?: boolean | undefined;
3743
- tracingOptions?: Shared_Type_46 | undefined;
3696
+ tracingOptions?: Shared_Type_45 | undefined;
3744
3697
  output?: unknown | undefined;
3745
- structuredOutput?: Shared_Type_47 | undefined;
3698
+ structuredOutput?: Shared_Type_46 | undefined;
3746
3699
  untilIdle?: (boolean | {
3747
3700
  maxIdleMs?: number | undefined;
3748
3701
  }) | undefined;
@@ -4249,7 +4202,7 @@ export interface PostAgentsAgentIdStreamUi_RouteContract {
4249
4202
  }
4250
4203
  export type GetAuthCapabilities_Response = {
4251
4204
  enabled: boolean;
4252
- login: Shared_Type_56 | null;
4205
+ login: Shared_Type_55 | null;
4253
4206
  user: {
4254
4207
  id: string;
4255
4208
  email?: string | undefined;
@@ -4269,7 +4222,7 @@ export type GetAuthCapabilities_Response = {
4269
4222
  } | null;
4270
4223
  } | {
4271
4224
  enabled: boolean;
4272
- login: Shared_Type_56 | null;
4225
+ login: Shared_Type_55 | null;
4273
4226
  };
4274
4227
  export type GetAuthCapabilities_Request = Simplify<(never extends never ? {} : {
4275
4228
  params: never;
@@ -4500,7 +4453,7 @@ export interface GetAuthPermissionPatterns_RouteContract {
4500
4453
  }
4501
4454
  export type GetWorkflows_QueryParams = GetAgents_QueryParams;
4502
4455
  export type GetWorkflows_Response = {
4503
- [key: string]: Shared_Type_59;
4456
+ [key: string]: Shared_Type_58;
4504
4457
  };
4505
4458
  export type GetWorkflows_Request = Simplify<(never extends never ? {} : {
4506
4459
  params: never;
@@ -4550,7 +4503,7 @@ export type GetWorkflowsWorkflowId_PathParams = {
4550
4503
  /** Unique identifier for the workflow */
4551
4504
  workflowId: string;
4552
4505
  };
4553
- export type GetWorkflowsWorkflowId_Response = Shared_Type_59;
4506
+ export type GetWorkflowsWorkflowId_Response = Shared_Type_58;
4554
4507
  export type GetWorkflowsWorkflowId_Request = Simplify<(GetWorkflowsWorkflowId_PathParams extends never ? {} : {
4555
4508
  params: GetWorkflowsWorkflowId_PathParams;
4556
4509
  }) & (never extends never ? {} : {} extends never ? {
@@ -4644,7 +4597,7 @@ export type GetWorkflowsWorkflowIdRunsRunId_Response = {
4644
4597
  activeStepsPath?: {
4645
4598
  [key: string]: number[];
4646
4599
  } | undefined;
4647
- serializedStepGraph?: Shared_Type_58[] | undefined;
4600
+ serializedStepGraph?: Shared_Type_57[] | undefined;
4648
4601
  };
4649
4602
  export type GetWorkflowsWorkflowIdRunsRunId_Request = Simplify<(GetWorkflowsWorkflowIdRunsRunId_PathParams extends never ? {} : {
4650
4603
  params: GetWorkflowsWorkflowIdRunsRunId_PathParams;
@@ -4728,7 +4681,7 @@ export type PostWorkflowsWorkflowIdStream_Body = {
4728
4681
  requestContext?: {
4729
4682
  [key: string]: unknown;
4730
4683
  } | undefined;
4731
- tracingOptions?: Shared_Type_46 | undefined;
4684
+ tracingOptions?: Shared_Type_45 | undefined;
4732
4685
  perStep?: boolean | undefined;
4733
4686
  closeOnSuspend?: boolean | undefined;
4734
4687
  };
@@ -4759,7 +4712,7 @@ export type PostWorkflowsWorkflowIdResumeStream_Body = {
4759
4712
  requestContext?: {
4760
4713
  [key: string]: unknown;
4761
4714
  } | undefined;
4762
- tracingOptions?: Shared_Type_46 | undefined;
4715
+ tracingOptions?: Shared_Type_45 | undefined;
4763
4716
  perStep?: boolean | undefined;
4764
4717
  forEachIndex?: number | undefined;
4765
4718
  };
@@ -4792,7 +4745,7 @@ export type PostWorkflowsWorkflowIdStartAsync_Body = {
4792
4745
  requestContext?: {
4793
4746
  [key: string]: unknown;
4794
4747
  } | undefined;
4795
- tracingOptions?: Shared_Type_46 | undefined;
4748
+ tracingOptions?: Shared_Type_45 | undefined;
4796
4749
  perStep?: boolean | undefined;
4797
4750
  };
4798
4751
  export type PostWorkflowsWorkflowIdStartAsync_Response = {
@@ -4807,7 +4760,7 @@ export type PostWorkflowsWorkflowIdStartAsync_Response = {
4807
4760
  activeStepsPath?: {
4808
4761
  [key: string]: number[];
4809
4762
  } | undefined;
4810
- serializedStepGraph?: Shared_Type_58[] | undefined;
4763
+ serializedStepGraph?: Shared_Type_57[] | undefined;
4811
4764
  };
4812
4765
  export type PostWorkflowsWorkflowIdStartAsync_Request = Simplify<(PostWorkflowsWorkflowIdStartAsync_PathParams extends never ? {} : {
4813
4766
  params: PostWorkflowsWorkflowIdStartAsync_PathParams;
@@ -4986,7 +4939,7 @@ export type PostWorkflowsWorkflowIdTimeTravel_Body = {
4986
4939
  requestContext?: {
4987
4940
  [key: string]: unknown;
4988
4941
  } | undefined;
4989
- tracingOptions?: Shared_Type_46 | undefined;
4942
+ tracingOptions?: Shared_Type_45 | undefined;
4990
4943
  perStep?: boolean | undefined;
4991
4944
  };
4992
4945
  export type PostWorkflowsWorkflowIdTimeTravel_Response = PostAgentsAgentIdModel_Response;
@@ -5060,7 +5013,7 @@ export type PostWorkflowsWorkflowIdRestart_Body = {
5060
5013
  requestContext?: {
5061
5014
  [key: string]: unknown;
5062
5015
  } | undefined;
5063
- tracingOptions?: Shared_Type_46 | undefined;
5016
+ tracingOptions?: Shared_Type_45 | undefined;
5064
5017
  };
5065
5018
  export type PostWorkflowsWorkflowIdRestart_Response = PostAgentsAgentIdModel_Response;
5066
5019
  export type PostWorkflowsWorkflowIdRestart_Request = Simplify<(PostWorkflowsWorkflowIdRestart_PathParams extends never ? {} : {
@@ -5363,7 +5316,7 @@ export interface GetProcessorsProcessorId_RouteContract {
5363
5316
  export type PostProcessorsProcessorIdExecute_PathParams = GetProcessorsProcessorId_PathParams;
5364
5317
  export type PostProcessorsProcessorIdExecute_Body = {
5365
5318
  phase: 'input' | 'inputStep' | 'outputStream' | 'outputResult' | 'outputStep' | 'toolResult';
5366
- messages: Shared_Type_60[];
5319
+ messages: Shared_Type_59[];
5367
5320
  agentId?: string | undefined;
5368
5321
  requestContext?: {
5369
5322
  [key: string]: unknown;
@@ -5372,9 +5325,9 @@ export type PostProcessorsProcessorIdExecute_Body = {
5372
5325
  export type PostProcessorsProcessorIdExecute_Response = {
5373
5326
  success: boolean;
5374
5327
  phase: string;
5375
- messages?: Shared_Type_60[] | undefined;
5328
+ messages?: Shared_Type_59[] | undefined;
5376
5329
  messageList?: {
5377
- messages: Shared_Type_60[];
5330
+ messages: Shared_Type_59[];
5378
5331
  } | undefined;
5379
5332
  tripwire?: {
5380
5333
  triggered: boolean;
@@ -5420,12 +5373,12 @@ export type PostV1Responses_Body = {
5420
5373
  format: {
5421
5374
  /** Requests JSON object output compatibility for the response */
5422
5375
  type: 'json_object';
5423
- } | Shared_Type_61;
5376
+ } | Shared_Type_60;
5424
5377
  } | undefined;
5425
5378
  /** Optional conversation ID. In Mastra this is the raw threadId. */
5426
5379
  conversation_id?: string | undefined;
5427
5380
  /** Optional provider-specific options passed through to the underlying model call */
5428
- providerOptions?: Shared_Type_62 | undefined;
5381
+ providerOptions?: Shared_Type_61 | undefined;
5429
5382
  stream: boolean | undefined;
5430
5383
  store: boolean | undefined;
5431
5384
  previous_response_id?: string | undefined;
@@ -5449,7 +5402,7 @@ export type PostV1Responses_Response = {
5449
5402
  annotations?: unknown[] | undefined;
5450
5403
  logprobs?: unknown[] | undefined;
5451
5404
  }[];
5452
- } | Shared_Type_63 | {
5405
+ } | Shared_Type_62 | {
5453
5406
  id: string;
5454
5407
  type: 'function_call_output';
5455
5408
  call_id: string;
@@ -5473,11 +5426,11 @@ export type PostV1Responses_Response = {
5473
5426
  format: {
5474
5427
  /** Requests JSON object output compatibility for the response */
5475
5428
  type: 'json_object';
5476
- } | Shared_Type_61;
5429
+ } | Shared_Type_60;
5477
5430
  } | null) | undefined;
5478
5431
  previous_response_id?: (string | null) | undefined;
5479
5432
  conversation_id?: (string | null) | undefined;
5480
- providerOptions?: Shared_Type_62 | undefined;
5433
+ providerOptions?: Shared_Type_61 | undefined;
5481
5434
  tools?: {
5482
5435
  type: 'function';
5483
5436
  name: string;
@@ -5569,7 +5522,7 @@ export type PostV1Conversations_Body = {
5569
5522
  export type PostV1Conversations_Response = {
5570
5523
  id: string;
5571
5524
  object: 'conversation';
5572
- thread: Shared_Type_64;
5525
+ thread: Shared_Type_63;
5573
5526
  };
5574
5527
  export type PostV1Conversations_Request = Simplify<(never extends never ? {} : {
5575
5528
  params: never;
@@ -5631,7 +5584,7 @@ export type GetV1ConversationsConversationIdItems_Response = {
5631
5584
  annotations?: unknown[] | undefined;
5632
5585
  logprobs?: unknown[] | undefined;
5633
5586
  })[];
5634
- } | Shared_Type_63 | {
5587
+ } | Shared_Type_62 | {
5635
5588
  id: string;
5636
5589
  type: 'function_call_output';
5637
5590
  call_id: string;
@@ -5793,8 +5746,8 @@ export type GetMemoryObservationalMemory_QueryParams = {
5793
5746
  limit?: number | undefined;
5794
5747
  };
5795
5748
  export type GetMemoryObservationalMemory_Response = {
5796
- record: Shared_Type_66 | null;
5797
- history?: Shared_Type_66[] | undefined;
5749
+ record: Shared_Type_65 | null;
5750
+ history?: Shared_Type_65[] | undefined;
5798
5751
  };
5799
5752
  export type GetMemoryObservationalMemory_Request = Simplify<(never extends never ? {} : {
5800
5753
  params: never;
@@ -5817,7 +5770,7 @@ export interface GetMemoryObservationalMemory_RouteContract {
5817
5770
  }
5818
5771
  export type PostMemoryObservationalMemoryBufferStatus_Body = GetMemoryStatus_QueryParams;
5819
5772
  export type PostMemoryObservationalMemoryBufferStatus_Response = {
5820
- record: Shared_Type_66 | null;
5773
+ record: Shared_Type_65 | null;
5821
5774
  };
5822
5775
  export type PostMemoryObservationalMemoryBufferStatus_Request = Simplify<(never extends never ? {} : {
5823
5776
  params: never;
@@ -5856,7 +5809,7 @@ export type GetMemoryThreads_Response = {
5856
5809
  page: number;
5857
5810
  perPage: number | false;
5858
5811
  hasMore: boolean;
5859
- threads: Shared_Type_64[];
5812
+ threads: Shared_Type_63[];
5860
5813
  };
5861
5814
  export type GetMemoryThreads_Request = Simplify<(never extends never ? {} : {
5862
5815
  params: never;
@@ -5885,7 +5838,7 @@ export type GetMemoryThreadsThreadId_QueryParams = {
5885
5838
  agentId?: string | undefined;
5886
5839
  resourceId?: string | undefined;
5887
5840
  };
5888
- export type GetMemoryThreadsThreadId_Response = Shared_Type_64;
5841
+ export type GetMemoryThreadsThreadId_Response = Shared_Type_63;
5889
5842
  export type GetMemoryThreadsThreadId_Request = Simplify<(GetMemoryThreadsThreadId_PathParams extends never ? {} : {
5890
5843
  params: GetMemoryThreadsThreadId_PathParams;
5891
5844
  }) & (GetMemoryThreadsThreadId_QueryParams extends never ? {} : {} extends GetMemoryThreadsThreadId_QueryParams ? {
@@ -5921,7 +5874,7 @@ export type GetMemoryThreadsThreadIdMessages_QueryParams = {
5921
5874
  withPreviousMessages?: number | undefined;
5922
5875
  withNextMessages?: number | undefined;
5923
5876
  }[] | undefined;
5924
- filter?: Shared_Type_67 | undefined;
5877
+ filter?: Shared_Type_66 | undefined;
5925
5878
  includeSystemReminders?: boolean | undefined;
5926
5879
  };
5927
5880
  export type GetMemoryThreadsThreadIdMessages_Response = {
@@ -6108,7 +6061,7 @@ export type PostMemoryThreadsThreadIdClone_Body = {
6108
6061
  } | undefined;
6109
6062
  };
6110
6063
  export type PostMemoryThreadsThreadIdClone_Response = {
6111
- thread: Shared_Type_64;
6064
+ thread: Shared_Type_63;
6112
6065
  clonedMessages: unknown[];
6113
6066
  };
6114
6067
  export type PostMemoryThreadsThreadIdClone_Request = Simplify<(PostMemoryThreadsThreadIdClone_PathParams extends never ? {} : {
@@ -6306,7 +6259,7 @@ export type GetMemoryNetworkThreadsThreadIdMessages_QueryParams = {
6306
6259
  withPreviousMessages?: number | undefined;
6307
6260
  withNextMessages?: number | undefined;
6308
6261
  }[] | undefined;
6309
- filter?: Shared_Type_67 | undefined;
6262
+ filter?: Shared_Type_66 | undefined;
6310
6263
  };
6311
6264
  export type GetMemoryNetworkThreadsThreadIdMessages_Response = GetMemoryThreadsThreadIdMessages_Response;
6312
6265
  export type GetMemoryNetworkThreadsThreadIdMessages_Request = Simplify<(GetMemoryNetworkThreadsThreadIdMessages_PathParams extends never ? {} : {
@@ -6440,7 +6393,7 @@ export interface PostMemoryNetworkMessagesDelete_RouteContract {
6440
6393
  responseType: 'json';
6441
6394
  }
6442
6395
  export type GetScoresScorers_Response = {
6443
- [key: string]: Shared_Type_69;
6396
+ [key: string]: Shared_Type_68;
6444
6397
  };
6445
6398
  export type GetScoresScorers_Request = Simplify<(never extends never ? {} : {
6446
6399
  params: never;
@@ -6465,7 +6418,7 @@ export type GetScoresScorersScorerId_PathParams = {
6465
6418
  /** Unique identifier for the scorer */
6466
6419
  scorerId: string;
6467
6420
  };
6468
- export type GetScoresScorersScorerId_Response = Shared_Type_69 | null;
6421
+ export type GetScoresScorersScorerId_Response = Shared_Type_68 | null;
6469
6422
  export type GetScoresScorersScorerId_Request = Simplify<(GetScoresScorersScorerId_PathParams extends never ? {} : {
6470
6423
  params: GetScoresScorersScorerId_PathParams;
6471
6424
  }) & (never extends never ? {} : {} extends never ? {
@@ -6596,18 +6549,18 @@ export interface PostScores_RouteContract {
6596
6549
  responseType: 'json';
6597
6550
  }
6598
6551
  export type GetObservabilityTraces_QueryParams = {
6599
- startedAt?: ((Shared_Type_70 | undefined) | undefined) | unknown;
6600
- endedAt?: ((Shared_Type_70 | undefined) | undefined) | unknown;
6601
- 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;
6602
6555
  /** Filter by trace ID (matches root span) */
6603
6556
  traceId?: (string | undefined) | undefined;
6604
- entityType?: ((Shared_Type_72 | null) | undefined) | undefined;
6557
+ entityType?: ((Shared_Type_71 | null) | undefined) | undefined;
6605
6558
  entityId?: ((string | null) | undefined) | undefined;
6606
6559
  entityName?: ((string | null) | undefined) | undefined;
6607
- parentEntityType?: ((Shared_Type_72 | null) | undefined) | undefined;
6560
+ parentEntityType?: ((Shared_Type_71 | null) | undefined) | undefined;
6608
6561
  parentEntityId?: ((string | null) | undefined) | undefined;
6609
6562
  parentEntityName?: ((string | null) | undefined) | undefined;
6610
- rootEntityType?: ((Shared_Type_72 | null) | undefined) | undefined;
6563
+ rootEntityType?: ((Shared_Type_71 | null) | undefined) | undefined;
6611
6564
  rootEntityId?: ((string | null) | undefined) | undefined;
6612
6565
  rootEntityName?: ((string | null) | undefined) | undefined;
6613
6566
  userId?: ((string | null) | undefined) | undefined;
@@ -6633,7 +6586,7 @@ export type GetObservabilityTraces_QueryParams = {
6633
6586
  tags?: (((string[] | null) | undefined) | undefined) | unknown;
6634
6587
  status?: (('success' | 'error' | 'running') | undefined) | undefined;
6635
6588
  hasChildError?: (boolean | undefined) | undefined;
6636
- dateRange?: ((Shared_Type_70 | undefined) | undefined) | unknown;
6589
+ dateRange?: ((Shared_Type_69 | undefined) | undefined) | unknown;
6637
6590
  name?: (string | undefined) | undefined;
6638
6591
  page?: (number | undefined) | undefined;
6639
6592
  perPage?: (number | undefined) | undefined;
@@ -6647,12 +6600,12 @@ export type GetObservabilityTraces_QueryParams = {
6647
6600
  limit?: (number | undefined) | undefined;
6648
6601
  };
6649
6602
  export type GetObservabilityTraces_Response = {
6650
- pagination?: Shared_Type_73 | undefined;
6603
+ pagination?: Shared_Type_72 | undefined;
6651
6604
  /** Incremental polling metadata */
6652
- delta?: Shared_Type_74 | undefined;
6605
+ delta?: Shared_Type_73 | undefined;
6653
6606
  /** Opaque cursor value for incremental polling */
6654
6607
  deltaCursor?: string | undefined;
6655
- spans: Shared_Type_75[];
6608
+ spans: Shared_Type_74[];
6656
6609
  };
6657
6610
  export type GetObservabilityTraces_Request = Simplify<(never extends never ? {} : {
6658
6611
  params: never;
@@ -6675,12 +6628,12 @@ export interface GetObservabilityTraces_RouteContract {
6675
6628
  }
6676
6629
  export type GetObservabilityTracesLight_QueryParams = GetObservabilityTraces_QueryParams;
6677
6630
  export type GetObservabilityTracesLight_Response = {
6678
- pagination?: Shared_Type_73 | undefined;
6631
+ pagination?: Shared_Type_72 | undefined;
6679
6632
  /** Incremental polling metadata */
6680
- delta?: Shared_Type_74 | undefined;
6633
+ delta?: Shared_Type_73 | undefined;
6681
6634
  /** Opaque cursor value for incremental polling */
6682
6635
  deltaCursor?: string | undefined;
6683
- spans: Shared_Type_76[];
6636
+ spans: Shared_Type_75[];
6684
6637
  };
6685
6638
  export type GetObservabilityTracesLight_Request = Simplify<(never extends never ? {} : {
6686
6639
  params: never;
@@ -6702,18 +6655,18 @@ export interface GetObservabilityTracesLight_RouteContract {
6702
6655
  responseType: 'json';
6703
6656
  }
6704
6657
  export type GetObservabilityBranches_QueryParams = {
6705
- startedAt?: ((Shared_Type_70 | undefined) | undefined) | unknown;
6706
- endedAt?: ((Shared_Type_70 | undefined) | undefined) | unknown;
6707
- 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;
6708
6661
  /** Filter by parent trace ID */
6709
6662
  traceId?: (string | undefined) | undefined;
6710
- entityType?: ((Shared_Type_72 | null) | undefined) | undefined;
6663
+ entityType?: ((Shared_Type_71 | null) | undefined) | undefined;
6711
6664
  entityId?: ((string | null) | undefined) | undefined;
6712
6665
  entityName?: ((string | null) | undefined) | undefined;
6713
- parentEntityType?: ((Shared_Type_72 | null) | undefined) | undefined;
6666
+ parentEntityType?: ((Shared_Type_71 | null) | undefined) | undefined;
6714
6667
  parentEntityId?: ((string | null) | undefined) | undefined;
6715
6668
  parentEntityName?: ((string | null) | undefined) | undefined;
6716
- rootEntityType?: ((Shared_Type_72 | null) | undefined) | undefined;
6669
+ rootEntityType?: ((Shared_Type_71 | null) | undefined) | undefined;
6717
6670
  rootEntityId?: ((string | null) | undefined) | undefined;
6718
6671
  rootEntityName?: ((string | null) | undefined) | undefined;
6719
6672
  userId?: ((string | null) | undefined) | undefined;
@@ -6750,12 +6703,12 @@ export type GetObservabilityBranches_QueryParams = {
6750
6703
  limit?: (number | undefined) | undefined;
6751
6704
  };
6752
6705
  export type GetObservabilityBranches_Response = {
6753
- pagination?: Shared_Type_73 | undefined;
6706
+ pagination?: Shared_Type_72 | undefined;
6754
6707
  /** Incremental polling metadata */
6755
- delta?: Shared_Type_74 | undefined;
6708
+ delta?: Shared_Type_73 | undefined;
6756
6709
  /** Opaque cursor value for incremental polling */
6757
6710
  deltaCursor?: string | undefined;
6758
- branches: Shared_Type_75[];
6711
+ branches: Shared_Type_74[];
6759
6712
  };
6760
6713
  export type GetObservabilityBranches_Request = Simplify<(never extends never ? {} : {
6761
6714
  params: never;
@@ -6789,7 +6742,7 @@ export type GetObservabilityTracesTraceIdBranchesSpanId_QueryParams = {
6789
6742
  export type GetObservabilityTracesTraceIdBranchesSpanId_Response = {
6790
6743
  /** Unique trace identifier */
6791
6744
  traceId: string;
6792
- spans: Shared_Type_77[];
6745
+ spans: Shared_Type_76[];
6793
6746
  };
6794
6747
  export type GetObservabilityTracesTraceIdBranchesSpanId_Request = Simplify<(GetObservabilityTracesTraceIdBranchesSpanId_PathParams extends never ? {} : {
6795
6748
  params: GetObservabilityTracesTraceIdBranchesSpanId_PathParams;
@@ -6817,7 +6770,7 @@ export type GetObservabilityTracesTraceId_PathParams = {
6817
6770
  export type GetObservabilityTracesTraceId_Response = {
6818
6771
  /** Unique trace identifier */
6819
6772
  traceId: string;
6820
- spans: Shared_Type_75[];
6773
+ spans: Shared_Type_74[];
6821
6774
  };
6822
6775
  export type GetObservabilityTracesTraceId_Request = Simplify<(GetObservabilityTracesTraceId_PathParams extends never ? {} : {
6823
6776
  params: GetObservabilityTracesTraceId_PathParams;
@@ -6842,7 +6795,7 @@ export type GetObservabilityTracesTraceIdLight_PathParams = GetObservabilityTrac
6842
6795
  export type GetObservabilityTracesTraceIdLight_Response = {
6843
6796
  /** Unique trace identifier */
6844
6797
  traceId: string;
6845
- spans: Shared_Type_76[];
6798
+ spans: Shared_Type_75[];
6846
6799
  };
6847
6800
  export type GetObservabilityTracesTraceIdLight_Request = Simplify<(GetObservabilityTracesTraceIdLight_PathParams extends never ? {} : {
6848
6801
  params: GetObservabilityTracesTraceIdLight_PathParams;
@@ -6866,7 +6819,7 @@ export interface GetObservabilityTracesTraceIdLight_RouteContract {
6866
6819
  export type GetObservabilityTracesTraceIdSpansSpanId_PathParams = GetObservabilityTracesTraceIdBranchesSpanId_PathParams;
6867
6820
  export type GetObservabilityTracesTraceIdSpansSpanId_Response = {
6868
6821
  /** Span record data */
6869
- span: Shared_Type_77;
6822
+ span: Shared_Type_76;
6870
6823
  };
6871
6824
  export type GetObservabilityTracesTraceIdSpansSpanId_Request = Simplify<(GetObservabilityTracesTraceIdSpansSpanId_PathParams extends never ? {} : {
6872
6825
  params: GetObservabilityTracesTraceIdSpansSpanId_PathParams;
@@ -6980,7 +6933,7 @@ export type GetObservabilityTracesTraceIdSpanIdScores_QueryParams = {
6980
6933
  perPage?: (number | undefined) | undefined;
6981
6934
  };
6982
6935
  export type GetObservabilityTracesTraceIdSpanIdScores_Response = {
6983
- pagination: Shared_Type_73;
6936
+ pagination: Shared_Type_72;
6984
6937
  scores: {
6985
6938
  id: string;
6986
6939
  scorerId: string;
@@ -7062,7 +7015,7 @@ export type PostObservabilityTracesQuery_Body = {
7062
7015
  from: string;
7063
7016
  to: string;
7064
7017
  };
7065
- where?: Shared_Auxiliary_589 | undefined;
7018
+ where?: Shared_Auxiliary_588 | undefined;
7066
7019
  group?: {
7067
7020
  by: ['threadId'];
7068
7021
  } | undefined;
@@ -7119,12 +7072,12 @@ export interface PostObservabilityTracesQuery_RouteContract {
7119
7072
  responseType: 'json';
7120
7073
  }
7121
7074
  export type GetObservabilityMetrics_QueryParams = {
7122
- timestamp?: ((Shared_Type_70 | undefined) | undefined) | unknown;
7075
+ timestamp?: ((Shared_Type_69 | undefined) | undefined) | unknown;
7123
7076
  /** Filter by trace ID */
7124
7077
  traceId?: (string | undefined) | undefined;
7125
7078
  /** Filter by span ID */
7126
7079
  spanId?: (string | undefined) | undefined;
7127
- entityType?: (Shared_Type_72 | undefined) | undefined;
7080
+ entityType?: (Shared_Type_71 | undefined) | undefined;
7128
7081
  entityName?: (string | undefined) | undefined;
7129
7082
  entityVersionId?: (string | undefined) | undefined;
7130
7083
  parentEntityVersionId?: (string | undefined) | undefined;
@@ -7134,9 +7087,9 @@ export type GetObservabilityMetrics_QueryParams = {
7134
7087
  experimentId?: (string | undefined) | undefined;
7135
7088
  serviceName?: (string | undefined) | undefined;
7136
7089
  environment?: (string | undefined) | undefined;
7137
- parentEntityType?: (Shared_Type_72 | undefined) | undefined;
7090
+ parentEntityType?: (Shared_Type_71 | undefined) | undefined;
7138
7091
  parentEntityName?: (string | undefined) | undefined;
7139
- rootEntityType?: (Shared_Type_72 | undefined) | undefined;
7092
+ rootEntityType?: (Shared_Type_71 | undefined) | undefined;
7140
7093
  rootEntityName?: (string | undefined) | undefined;
7141
7094
  resourceId?: (string | undefined) | undefined;
7142
7095
  runId?: (string | undefined) | undefined;
@@ -7167,9 +7120,9 @@ export type GetObservabilityMetrics_QueryParams = {
7167
7120
  limit?: (number | undefined) | undefined;
7168
7121
  };
7169
7122
  export type GetObservabilityMetrics_Response = {
7170
- pagination?: Shared_Type_73 | undefined;
7123
+ pagination?: Shared_Type_72 | undefined;
7171
7124
  /** Incremental polling metadata */
7172
- delta?: Shared_Type_74 | undefined;
7125
+ delta?: Shared_Type_73 | undefined;
7173
7126
  /** Opaque cursor value for incremental polling */
7174
7127
  deltaCursor?: string | undefined;
7175
7128
  metrics: {
@@ -7183,13 +7136,13 @@ export type GetObservabilityMetrics_Response = {
7183
7136
  value: number;
7184
7137
  traceId?: (string | null) | undefined;
7185
7138
  spanId?: (string | null) | undefined;
7186
- entityType?: (Shared_Type_72 | null) | undefined;
7139
+ entityType?: (Shared_Type_71 | null) | undefined;
7187
7140
  entityId?: (string | null) | undefined;
7188
7141
  entityName?: (string | null) | undefined;
7189
- parentEntityType?: (Shared_Type_72 | null) | undefined;
7142
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
7190
7143
  parentEntityId?: (string | null) | undefined;
7191
7144
  parentEntityName?: (string | null) | undefined;
7192
- rootEntityType?: (Shared_Type_72 | null) | undefined;
7145
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
7193
7146
  rootEntityId?: (string | null) | undefined;
7194
7147
  rootEntityName?: (string | null) | undefined;
7195
7148
  userId?: (string | null) | undefined;
@@ -7248,12 +7201,12 @@ export interface GetObservabilityMetrics_RouteContract {
7248
7201
  responseType: 'json';
7249
7202
  }
7250
7203
  export type GetObservabilityLogs_QueryParams = {
7251
- timestamp?: ((Shared_Type_70 | undefined) | undefined) | unknown;
7204
+ timestamp?: ((Shared_Type_69 | undefined) | undefined) | unknown;
7252
7205
  /** Filter by trace ID */
7253
7206
  traceId?: (string | undefined) | undefined;
7254
7207
  /** Filter by span ID */
7255
7208
  spanId?: (string | undefined) | undefined;
7256
- entityType?: (Shared_Type_72 | undefined) | undefined;
7209
+ entityType?: (Shared_Type_71 | undefined) | undefined;
7257
7210
  entityName?: (string | undefined) | undefined;
7258
7211
  entityVersionId?: (string | undefined) | undefined;
7259
7212
  parentEntityVersionId?: (string | undefined) | undefined;
@@ -7263,9 +7216,9 @@ export type GetObservabilityLogs_QueryParams = {
7263
7216
  experimentId?: (string | undefined) | undefined;
7264
7217
  serviceName?: (string | undefined) | undefined;
7265
7218
  environment?: (string | undefined) | undefined;
7266
- parentEntityType?: (Shared_Type_72 | undefined) | undefined;
7219
+ parentEntityType?: (Shared_Type_71 | undefined) | undefined;
7267
7220
  parentEntityName?: (string | undefined) | undefined;
7268
- rootEntityType?: (Shared_Type_72 | undefined) | undefined;
7221
+ rootEntityType?: (Shared_Type_71 | undefined) | undefined;
7269
7222
  rootEntityName?: (string | undefined) | undefined;
7270
7223
  resourceId?: (string | undefined) | undefined;
7271
7224
  runId?: (string | undefined) | undefined;
@@ -7290,9 +7243,9 @@ export type GetObservabilityLogs_QueryParams = {
7290
7243
  limit?: (number | undefined) | undefined;
7291
7244
  };
7292
7245
  export type GetObservabilityLogs_Response = {
7293
- pagination?: Shared_Type_73 | undefined;
7246
+ pagination?: Shared_Type_72 | undefined;
7294
7247
  /** Incremental polling metadata */
7295
- delta?: Shared_Type_74 | undefined;
7248
+ delta?: Shared_Type_73 | undefined;
7296
7249
  /** Opaque cursor value for incremental polling */
7297
7250
  deltaCursor?: string | undefined;
7298
7251
  logs: {
@@ -7309,13 +7262,13 @@ export type GetObservabilityLogs_Response = {
7309
7262
  } | null) | undefined;
7310
7263
  traceId?: (string | null) | undefined;
7311
7264
  spanId?: (string | null) | undefined;
7312
- entityType?: (Shared_Type_72 | null) | undefined;
7265
+ entityType?: (Shared_Type_71 | null) | undefined;
7313
7266
  entityId?: (string | null) | undefined;
7314
7267
  entityName?: (string | null) | undefined;
7315
- parentEntityType?: (Shared_Type_72 | null) | undefined;
7268
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
7316
7269
  parentEntityId?: (string | null) | undefined;
7317
7270
  parentEntityName?: (string | null) | undefined;
7318
- rootEntityType?: (Shared_Type_72 | null) | undefined;
7271
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
7319
7272
  rootEntityId?: (string | null) | undefined;
7320
7273
  rootEntityName?: (string | null) | undefined;
7321
7274
  userId?: (string | null) | undefined;
@@ -7363,12 +7316,12 @@ export interface GetObservabilityLogs_RouteContract {
7363
7316
  responseType: 'json';
7364
7317
  }
7365
7318
  export type GetObservabilityScores_QueryParams = {
7366
- timestamp?: ((Shared_Type_70 | undefined) | undefined) | unknown;
7319
+ timestamp?: ((Shared_Type_69 | undefined) | undefined) | unknown;
7367
7320
  /** Filter by trace ID */
7368
7321
  traceId?: (string | undefined) | undefined;
7369
7322
  /** Filter by span ID */
7370
7323
  spanId?: (string | undefined) | undefined;
7371
- entityType?: (Shared_Type_72 | undefined) | undefined;
7324
+ entityType?: (Shared_Type_71 | undefined) | undefined;
7372
7325
  entityName?: (string | undefined) | undefined;
7373
7326
  entityVersionId?: (string | undefined) | undefined;
7374
7327
  parentEntityVersionId?: (string | undefined) | undefined;
@@ -7378,9 +7331,9 @@ export type GetObservabilityScores_QueryParams = {
7378
7331
  experimentId?: (string | undefined) | undefined;
7379
7332
  serviceName?: (string | undefined) | undefined;
7380
7333
  environment?: (string | undefined) | undefined;
7381
- parentEntityType?: (Shared_Type_72 | undefined) | undefined;
7334
+ parentEntityType?: (Shared_Type_71 | undefined) | undefined;
7382
7335
  parentEntityName?: (string | undefined) | undefined;
7383
- rootEntityType?: (Shared_Type_72 | undefined) | undefined;
7336
+ rootEntityType?: (Shared_Type_71 | undefined) | undefined;
7384
7337
  rootEntityName?: (string | undefined) | undefined;
7385
7338
  resourceId?: (string | undefined) | undefined;
7386
7339
  runId?: (string | undefined) | undefined;
@@ -7410,12 +7363,12 @@ export type GetObservabilityScores_QueryParams = {
7410
7363
  limit?: (number | undefined) | undefined;
7411
7364
  };
7412
7365
  export type GetObservabilityScores_Response = {
7413
- pagination?: Shared_Type_73 | undefined;
7366
+ pagination?: Shared_Type_72 | undefined;
7414
7367
  /** Incremental polling metadata */
7415
- delta?: Shared_Type_74 | undefined;
7368
+ delta?: Shared_Type_73 | undefined;
7416
7369
  /** Opaque cursor value for incremental polling */
7417
7370
  deltaCursor?: string | undefined;
7418
- scores: Shared_Type_78[];
7371
+ scores: Shared_Type_77[];
7419
7372
  };
7420
7373
  export type GetObservabilityScores_Request = Simplify<(never extends never ? {} : {
7421
7374
  params: never;
@@ -7453,13 +7406,13 @@ export type PostObservabilityScores_Body = {
7453
7406
  /** Score value (range defined by scorer) */
7454
7407
  score: number;
7455
7408
  reason?: (string | null) | undefined;
7456
- entityType?: (Shared_Type_72 | null) | undefined;
7409
+ entityType?: (Shared_Type_71 | null) | undefined;
7457
7410
  entityId?: (string | null) | undefined;
7458
7411
  entityName?: (string | null) | undefined;
7459
- parentEntityType?: (Shared_Type_72 | null) | undefined;
7412
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
7460
7413
  parentEntityId?: (string | null) | undefined;
7461
7414
  parentEntityName?: (string | null) | undefined;
7462
- rootEntityType?: (Shared_Type_72 | null) | undefined;
7415
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
7463
7416
  rootEntityId?: (string | null) | undefined;
7464
7417
  rootEntityName?: (string | null) | undefined;
7465
7418
  userId?: (string | null) | undefined;
@@ -7513,7 +7466,7 @@ export type GetObservabilityScoresScoreId_PathParams = {
7513
7466
  };
7514
7467
  export type GetObservabilityScoresScoreId_Response = {
7515
7468
  /** Score record as stored in the database */
7516
- score: Shared_Type_78 | null;
7469
+ score: Shared_Type_77 | null;
7517
7470
  };
7518
7471
  export type GetObservabilityScoresScoreId_Request = Simplify<(GetObservabilityScoresScoreId_PathParams extends never ? {} : {
7519
7472
  params: GetObservabilityScoresScoreId_PathParams;
@@ -7542,7 +7495,7 @@ export type PostObservabilityScoresAggregate_Body = {
7542
7495
  /** Aggregation function */
7543
7496
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7544
7497
  /** Filters for querying scores */
7545
- filters?: Shared_Type_79 | undefined;
7498
+ filters?: Shared_Type_78 | undefined;
7546
7499
  /** Comparison period for aggregate queries */
7547
7500
  comparePeriod?: ('previous_period' | 'previous_day' | 'previous_week') | undefined;
7548
7501
  };
@@ -7583,7 +7536,7 @@ export type PostObservabilityScoresBreakdown_Body = {
7583
7536
  /** Aggregation function */
7584
7537
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7585
7538
  /** Filters for querying scores */
7586
- filters?: Shared_Type_79 | undefined;
7539
+ filters?: Shared_Type_78 | undefined;
7587
7540
  };
7588
7541
  export type PostObservabilityScoresBreakdown_Response = {
7589
7542
  groups: {
@@ -7624,7 +7577,7 @@ export type PostObservabilityScoresTimeseries_Body = {
7624
7577
  /** Aggregation function */
7625
7578
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7626
7579
  /** Filters for querying scores */
7627
- filters?: Shared_Type_79 | undefined;
7580
+ filters?: Shared_Type_78 | undefined;
7628
7581
  /** Fields to group by */
7629
7582
  groupBy?: string[] | undefined;
7630
7583
  };
@@ -7669,7 +7622,7 @@ export type PostObservabilityScoresPercentiles_Body = {
7669
7622
  /** Time bucket interval */
7670
7623
  interval: '1m' | '5m' | '15m' | '1h' | '1d';
7671
7624
  /** Filters for querying scores */
7672
- filters?: Shared_Type_79 | undefined;
7625
+ filters?: Shared_Type_78 | undefined;
7673
7626
  };
7674
7627
  export type PostObservabilityScoresPercentiles_Response = {
7675
7628
  series: {
@@ -7703,12 +7656,12 @@ export interface PostObservabilityScoresPercentiles_RouteContract {
7703
7656
  responseType: 'json';
7704
7657
  }
7705
7658
  export type GetObservabilityFeedback_QueryParams = {
7706
- timestamp?: ((Shared_Type_70 | undefined) | undefined) | unknown;
7659
+ timestamp?: ((Shared_Type_69 | undefined) | undefined) | unknown;
7707
7660
  /** Filter by trace ID */
7708
7661
  traceId?: (string | undefined) | undefined;
7709
7662
  /** Filter by span ID */
7710
7663
  spanId?: (string | undefined) | undefined;
7711
- entityType?: (Shared_Type_72 | undefined) | undefined;
7664
+ entityType?: (Shared_Type_71 | undefined) | undefined;
7712
7665
  entityName?: (string | undefined) | undefined;
7713
7666
  entityVersionId?: (string | undefined) | undefined;
7714
7667
  parentEntityVersionId?: (string | undefined) | undefined;
@@ -7718,9 +7671,9 @@ export type GetObservabilityFeedback_QueryParams = {
7718
7671
  experimentId?: (string | undefined) | undefined;
7719
7672
  serviceName?: (string | undefined) | undefined;
7720
7673
  environment?: (string | undefined) | undefined;
7721
- parentEntityType?: (Shared_Type_72 | undefined) | undefined;
7674
+ parentEntityType?: (Shared_Type_71 | undefined) | undefined;
7722
7675
  parentEntityName?: (string | undefined) | undefined;
7723
- rootEntityType?: (Shared_Type_72 | undefined) | undefined;
7676
+ rootEntityType?: (Shared_Type_71 | undefined) | undefined;
7724
7677
  rootEntityName?: (string | undefined) | undefined;
7725
7678
  resourceId?: (string | undefined) | undefined;
7726
7679
  runId?: (string | undefined) | undefined;
@@ -7747,12 +7700,70 @@ export type GetObservabilityFeedback_QueryParams = {
7747
7700
  limit?: (number | undefined) | undefined;
7748
7701
  };
7749
7702
  export type GetObservabilityFeedback_Response = {
7750
- pagination?: Shared_Type_73 | undefined;
7703
+ pagination?: Shared_Type_72 | undefined;
7751
7704
  /** Incremental polling metadata */
7752
- delta?: Shared_Type_74 | undefined;
7705
+ delta?: Shared_Type_73 | undefined;
7753
7706
  /** Opaque cursor value for incremental polling */
7754
7707
  deltaCursor?: string | undefined;
7755
- 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
+ }[];
7756
7767
  };
7757
7768
  export type GetObservabilityFeedback_Request = Simplify<(never extends never ? {} : {
7758
7769
  params: never;
@@ -7789,13 +7800,13 @@ export type PostObservabilityFeedback_Body = {
7789
7800
  value: number | string;
7790
7801
  comment?: (string | null) | undefined;
7791
7802
  feedbackUserId?: (string | null) | undefined;
7792
- entityType?: (Shared_Type_72 | null) | undefined;
7803
+ entityType?: (Shared_Type_71 | null) | undefined;
7793
7804
  entityId?: (string | null) | undefined;
7794
7805
  entityName?: (string | null) | undefined;
7795
- parentEntityType?: (Shared_Type_72 | null) | undefined;
7806
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
7796
7807
  parentEntityId?: (string | null) | undefined;
7797
7808
  parentEntityName?: (string | null) | undefined;
7798
- rootEntityType?: (Shared_Type_72 | null) | undefined;
7809
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
7799
7810
  rootEntityId?: (string | null) | undefined;
7800
7811
  rootEntityName?: (string | null) | undefined;
7801
7812
  userId?: (string | null) | undefined;
@@ -7852,7 +7863,59 @@ export type PatchObservabilityFeedbackFeedbackIdReviewStatus_PathParams = {
7852
7863
  export type PatchObservabilityFeedbackFeedbackIdReviewStatus_Body = {
7853
7864
  reviewStatus: 'needs-review' | 'reviewed';
7854
7865
  };
7855
- 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
+ };
7856
7919
  export type PatchObservabilityFeedbackFeedbackIdReviewStatus_Request = Simplify<(PatchObservabilityFeedbackFeedbackIdReviewStatus_PathParams extends never ? {} : {
7857
7920
  params: PatchObservabilityFeedbackFeedbackIdReviewStatus_PathParams;
7858
7921
  }) & (never extends never ? {} : {} extends never ? {
@@ -7880,7 +7943,7 @@ export type PostObservabilityFeedbackAggregate_Body = {
7880
7943
  /** Aggregation function */
7881
7944
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7882
7945
  /** Filters for querying feedback */
7883
- filters?: Shared_Type_81 | undefined;
7946
+ filters?: Shared_Type_79 | undefined;
7884
7947
  /** Comparison period for aggregate queries */
7885
7948
  comparePeriod?: ('previous_period' | 'previous_day' | 'previous_week') | undefined;
7886
7949
  };
@@ -7914,7 +7977,7 @@ export type PostObservabilityFeedbackBreakdown_Body = {
7914
7977
  /** Aggregation function */
7915
7978
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7916
7979
  /** Filters for querying feedback */
7917
- filters?: Shared_Type_81 | undefined;
7980
+ filters?: Shared_Type_79 | undefined;
7918
7981
  };
7919
7982
  export type PostObservabilityFeedbackBreakdown_Response = PostObservabilityScoresBreakdown_Response;
7920
7983
  export type PostObservabilityFeedbackBreakdown_Request = Simplify<(never extends never ? {} : {
@@ -7946,7 +8009,7 @@ export type PostObservabilityFeedbackTimeseries_Body = {
7946
8009
  /** Aggregation function */
7947
8010
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7948
8011
  /** Filters for querying feedback */
7949
- filters?: Shared_Type_81 | undefined;
8012
+ filters?: Shared_Type_79 | undefined;
7950
8013
  /** Fields to group by */
7951
8014
  groupBy?: string[] | undefined;
7952
8015
  };
@@ -7991,7 +8054,7 @@ export type PostObservabilityFeedbackPercentiles_Body = {
7991
8054
  /** Time bucket interval */
7992
8055
  interval: '1m' | '5m' | '15m' | '1h' | '1d';
7993
8056
  /** Filters for querying feedback */
7994
- filters?: Shared_Type_81 | undefined;
8057
+ filters?: Shared_Type_79 | undefined;
7995
8058
  };
7996
8059
  export type PostObservabilityFeedbackPercentiles_Response = PostObservabilityScoresPercentiles_Response;
7997
8060
  export type PostObservabilityFeedbackPercentiles_Request = Simplify<(never extends never ? {} : {
@@ -8019,9 +8082,9 @@ export type PostObservabilityMetricsAggregate_Body = {
8019
8082
  /** Aggregation function */
8020
8083
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
8021
8084
  /** Column to apply count_distinct over (required when aggregation is 'count_distinct'). Restricted to allowlisted metric dimensions. */
8022
- distinctColumn?: Shared_Type_82 | undefined;
8085
+ distinctColumn?: Shared_Type_80 | undefined;
8023
8086
  /** Filters for querying metrics */
8024
- filters?: Shared_Type_83 | undefined;
8087
+ filters?: Shared_Type_81 | undefined;
8025
8088
  /** Comparison period for aggregate queries */
8026
8089
  comparePeriod?: ('previous_period' | 'previous_day' | 'previous_week') | undefined;
8027
8090
  };
@@ -8068,9 +8131,9 @@ export type PostObservabilityMetricsBreakdown_Body = {
8068
8131
  /** Aggregation function */
8069
8132
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
8070
8133
  /** Column to apply count_distinct over (required when aggregation is 'count_distinct'). Restricted to allowlisted metric dimensions. */
8071
- distinctColumn?: Shared_Type_82 | undefined;
8134
+ distinctColumn?: Shared_Type_80 | undefined;
8072
8135
  /** Filters for querying metrics */
8073
- filters?: Shared_Type_83 | undefined;
8136
+ filters?: Shared_Type_81 | undefined;
8074
8137
  /** Maximum number of groups to return (server-side TopK). Required for high-cardinality groupBy. */
8075
8138
  limit?: number | undefined;
8076
8139
  /** Sort direction for the aggregated value (defaults to 'DESC' at the storage layer; pairs with limit for top/bottom-N). */
@@ -8117,9 +8180,9 @@ export type PostObservabilityMetricsTimeseries_Body = {
8117
8180
  /** Aggregation function */
8118
8181
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
8119
8182
  /** Column to apply count_distinct over (required when aggregation is 'count_distinct'). Restricted to allowlisted metric dimensions. */
8120
- distinctColumn?: Shared_Type_82 | undefined;
8183
+ distinctColumn?: Shared_Type_80 | undefined;
8121
8184
  /** Filters for querying metrics */
8122
- filters?: Shared_Type_83 | undefined;
8185
+ filters?: Shared_Type_81 | undefined;
8123
8186
  /** Fields to group by */
8124
8187
  groupBy?: string[] | undefined;
8125
8188
  };
@@ -8166,7 +8229,7 @@ export type PostObservabilityMetricsPercentiles_Body = {
8166
8229
  /** Time bucket interval */
8167
8230
  interval: '1m' | '5m' | '15m' | '1h' | '1d';
8168
8231
  /** Filters for querying metrics */
8169
- filters?: Shared_Type_83 | undefined;
8232
+ filters?: Shared_Type_81 | undefined;
8170
8233
  };
8171
8234
  export type PostObservabilityMetricsPercentiles_Response = PostObservabilityScoresPercentiles_Response;
8172
8235
  export type PostObservabilityMetricsPercentiles_Request = Simplify<(never extends never ? {} : {
@@ -8279,7 +8342,7 @@ export interface GetObservabilityDiscoveryMetricLabelValues_RouteContract {
8279
8342
  }
8280
8343
  export type GetObservabilityDiscoveryEntityTypes_Response = {
8281
8344
  /** Distinct entity types */
8282
- entityTypes: Shared_Type_72[];
8345
+ entityTypes: Shared_Type_71[];
8283
8346
  };
8284
8347
  export type GetObservabilityDiscoveryEntityTypes_Request = Simplify<(never extends never ? {} : {
8285
8348
  params: never;
@@ -8302,7 +8365,7 @@ export interface GetObservabilityDiscoveryEntityTypes_RouteContract {
8302
8365
  }
8303
8366
  export type GetObservabilityDiscoveryEntityNames_QueryParams = {
8304
8367
  /** Optional entity type filter */
8305
- entityType?: (Shared_Type_72 | undefined) | undefined;
8368
+ entityType?: (Shared_Type_71 | undefined) | undefined;
8306
8369
  };
8307
8370
  export type GetObservabilityDiscoveryEntityNames_Response = {
8308
8371
  /** Distinct entity names */
@@ -8770,12 +8833,12 @@ export type PostA2aAgentId_Body = {
8770
8833
  jsonrpc: '2.0';
8771
8834
  id: string | number;
8772
8835
  method: 'message/send';
8773
- params: Shared_Type_94;
8836
+ params: Shared_Type_92;
8774
8837
  } | {
8775
8838
  jsonrpc: '2.0';
8776
8839
  id: string | number;
8777
8840
  method: 'message/stream';
8778
- params: Shared_Type_94;
8841
+ params: Shared_Type_92;
8779
8842
  } | {
8780
8843
  jsonrpc: '2.0';
8781
8844
  id: string | number;
@@ -8832,7 +8895,7 @@ export type PostA2aAgentId_Body = {
8832
8895
  params: {
8833
8896
  /** Task id */
8834
8897
  taskId: string;
8835
- pushNotificationConfig: Shared_Type_92;
8898
+ pushNotificationConfig: Shared_Type_90;
8836
8899
  };
8837
8900
  } | {
8838
8901
  jsonrpc: '2.0';
@@ -9695,7 +9758,11 @@ export type PostAgentsAgentIdGenerateLegacy_Body = {
9695
9758
  maxSteps?: number | undefined;
9696
9759
  stopWhen?: unknown | undefined;
9697
9760
  model?: string | undefined;
9698
- providerOptions?: Shared_Type_45 | undefined;
9761
+ providerOptions?: {
9762
+ [key: string]: {
9763
+ [key: string]: Shared_Auxiliary_272;
9764
+ };
9765
+ } | undefined;
9699
9766
  modelSettings?: unknown | undefined;
9700
9767
  activeTools?: string[] | undefined;
9701
9768
  toolsets?: {
@@ -9718,9 +9785,9 @@ export type PostAgentsAgentIdGenerateLegacy_Body = {
9718
9785
  };
9719
9786
  }) | undefined;
9720
9787
  returnScorerData?: boolean | undefined;
9721
- tracingOptions?: Shared_Type_46 | undefined;
9788
+ tracingOptions?: Shared_Type_45 | undefined;
9722
9789
  output?: unknown | undefined;
9723
- structuredOutput?: Shared_Type_47 | undefined;
9790
+ structuredOutput?: Shared_Type_46 | undefined;
9724
9791
  untilIdle?: (boolean | {
9725
9792
  maxIdleMs?: number | undefined;
9726
9793
  }) | undefined;
@@ -9898,7 +9965,7 @@ export type GetMcpServerIdTools_PathParams = {
9898
9965
  serverId: string;
9899
9966
  };
9900
9967
  export type GetMcpServerIdTools_Response = {
9901
- tools: Shared_Type_95[];
9968
+ tools: Shared_Type_93[];
9902
9969
  };
9903
9970
  export type GetMcpServerIdTools_Request = Simplify<(GetMcpServerIdTools_PathParams extends never ? {} : {
9904
9971
  params: GetMcpServerIdTools_PathParams;
@@ -9925,7 +9992,7 @@ export type GetMcpServerIdToolsToolId_PathParams = {
9925
9992
  /** Tool ID */
9926
9993
  toolId: string;
9927
9994
  };
9928
- export type GetMcpServerIdToolsToolId_Response = Shared_Type_95;
9995
+ export type GetMcpServerIdToolsToolId_Response = Shared_Type_93;
9929
9996
  export type GetMcpServerIdToolsToolId_Request = Simplify<(GetMcpServerIdToolsToolId_PathParams extends never ? {} : {
9930
9997
  params: GetMcpServerIdToolsToolId_PathParams;
9931
9998
  }) & (never extends never ? {} : {} extends never ? {
@@ -10216,19 +10283,19 @@ export type PostStoredAgentsStoredAgentIdExport_Body = {
10216
10283
  rules?: Shared_Type_9 | undefined;
10217
10284
  }[]) | undefined;
10218
10285
  /** Tool keys mapped to per-tool config — static or conditional */
10219
- tools?: Shared_Type_96;
10286
+ tools?: Shared_Type_94;
10220
10287
  /** Default options for generate/stream calls — static or conditional */
10221
- defaultOptions?: Shared_Type_97;
10288
+ defaultOptions?: Shared_Type_95;
10222
10289
  /** Workflow keys with optional per-workflow config — static or conditional */
10223
- workflows?: Shared_Type_96;
10290
+ workflows?: Shared_Type_94;
10224
10291
  /** Agent keys with optional per-agent config — static or conditional */
10225
- agents?: Shared_Type_96;
10292
+ agents?: Shared_Type_94;
10226
10293
  /** Map of tool provider IDs to their tool configurations — static or conditional */
10227
- integrationTools?: Shared_Type_98;
10294
+ integrationTools?: Shared_Type_96;
10228
10295
  /** Tool provider connections and per-tool config (provider-agnostic). Coexists with the deprecated `integrationTools` field. */
10229
- toolProviders?: Shared_Type_99;
10296
+ toolProviders?: Shared_Type_97;
10230
10297
  /** Map of stored MCP client IDs to their tool configurations — static or conditional */
10231
- mcpClients?: Shared_Type_98;
10298
+ mcpClients?: Shared_Type_96;
10232
10299
  /** Input processor graph — static or conditional */
10233
10300
  inputProcessors?: (Shared_Type_20 | undefined) | undefined;
10234
10301
  /** Output processor graph — static or conditional */
@@ -10239,14 +10306,14 @@ export type PostStoredAgentsStoredAgentIdExport_Body = {
10239
10306
  rules?: Shared_Type_9 | undefined;
10240
10307
  }[]) | null) | undefined) | undefined;
10241
10308
  /** Scorer keys with optional sampling config — static or conditional */
10242
- scorers?: Shared_Type_100;
10309
+ scorers?: Shared_Type_98;
10243
10310
  /** Skill IDs mapped to per-skill config — static or conditional */
10244
10311
  skills?: ((Shared_Type_29 | {
10245
10312
  value: Shared_Type_29;
10246
10313
  rules?: Shared_Type_9 | undefined;
10247
10314
  }[]) | undefined) | undefined;
10248
10315
  /** Workspace reference (stored ID or inline config) — static or conditional */
10249
- workspace?: Shared_Type_101;
10316
+ workspace?: Shared_Type_99;
10250
10317
  /** Browser configuration — object config, true (apply default), false/null (disable) */
10251
10318
  browser?: ((Shared_Type_41 | boolean | null) | undefined) | undefined;
10252
10319
  /** JSON Schema defining valid request context variables for conditional rule evaluation */
@@ -10300,19 +10367,19 @@ export type PostStoredAgentsStoredAgentIdChangeRequest_Body = {
10300
10367
  rules?: Shared_Type_9 | undefined;
10301
10368
  }[]) | undefined;
10302
10369
  /** Tool keys mapped to per-tool config — static or conditional */
10303
- tools?: Shared_Type_96;
10370
+ tools?: Shared_Type_94;
10304
10371
  /** Default options for generate/stream calls — static or conditional */
10305
- defaultOptions?: Shared_Type_97;
10372
+ defaultOptions?: Shared_Type_95;
10306
10373
  /** Workflow keys with optional per-workflow config — static or conditional */
10307
- workflows?: Shared_Type_96;
10374
+ workflows?: Shared_Type_94;
10308
10375
  /** Agent keys with optional per-agent config — static or conditional */
10309
- agents?: Shared_Type_96;
10376
+ agents?: Shared_Type_94;
10310
10377
  /** Map of tool provider IDs to their tool configurations — static or conditional */
10311
- integrationTools?: Shared_Type_98;
10378
+ integrationTools?: Shared_Type_96;
10312
10379
  /** Tool provider connections and per-tool config (provider-agnostic). Coexists with the deprecated `integrationTools` field. */
10313
- toolProviders?: Shared_Type_99;
10380
+ toolProviders?: Shared_Type_97;
10314
10381
  /** Map of stored MCP client IDs to their tool configurations — static or conditional */
10315
- mcpClients?: Shared_Type_98;
10382
+ mcpClients?: Shared_Type_96;
10316
10383
  /** Input processor graph — static or conditional */
10317
10384
  inputProcessors?: (Shared_Type_20 | undefined) | undefined;
10318
10385
  /** Output processor graph — static or conditional */
@@ -10323,14 +10390,14 @@ export type PostStoredAgentsStoredAgentIdChangeRequest_Body = {
10323
10390
  rules?: Shared_Type_9 | undefined;
10324
10391
  }[]) | null) | undefined) | undefined;
10325
10392
  /** Scorer keys with optional sampling config — static or conditional */
10326
- scorers?: Shared_Type_100;
10393
+ scorers?: Shared_Type_98;
10327
10394
  /** Skill IDs mapped to per-skill config — static or conditional */
10328
10395
  skills?: ((Shared_Type_29 | {
10329
10396
  value: Shared_Type_29;
10330
10397
  rules?: Shared_Type_9 | undefined;
10331
10398
  }[]) | undefined) | undefined;
10332
10399
  /** Workspace reference (stored ID or inline config) — static or conditional */
10333
- workspace?: Shared_Type_101;
10400
+ workspace?: Shared_Type_99;
10334
10401
  /** Browser configuration — object config, true (apply default), false/null (disable) */
10335
10402
  browser?: ((Shared_Type_41 | boolean | null) | undefined) | undefined;
10336
10403
  /** JSON Schema defining valid request context variables for conditional rule evaluation */
@@ -10727,7 +10794,7 @@ export type GetStoredAgentsAgentIdVersions_Response = {
10727
10794
  page: number;
10728
10795
  perPage: number | false;
10729
10796
  hasMore: boolean;
10730
- versions: Shared_Type_102[];
10797
+ versions: Shared_Type_100[];
10731
10798
  };
10732
10799
  export type GetStoredAgentsAgentIdVersions_Request = Simplify<(GetStoredAgentsAgentIdVersions_PathParams extends never ? {} : {
10733
10800
  params: GetStoredAgentsAgentIdVersions_PathParams;
@@ -10873,7 +10940,7 @@ export type GetStoredAgentsAgentIdVersionsCompare_QueryParams = {
10873
10940
  };
10874
10941
  export type GetStoredAgentsAgentIdVersionsCompare_Response = {
10875
10942
  /** List of differences between versions */
10876
- diffs: Shared_Type_103[];
10943
+ diffs: Shared_Type_101[];
10877
10944
  /** The source version */
10878
10945
  fromVersion: {
10879
10946
  /** Unique identifier for the version (UUID) */
@@ -11086,7 +11153,7 @@ export type GetStoredAgentsAgentIdVersionsVersionId_PathParams = {
11086
11153
  /** Unique identifier for the version (UUID) */
11087
11154
  versionId: string;
11088
11155
  };
11089
- export type GetStoredAgentsAgentIdVersionsVersionId_Response = Shared_Type_102;
11156
+ export type GetStoredAgentsAgentIdVersionsVersionId_Response = Shared_Type_100;
11090
11157
  export type GetStoredAgentsAgentIdVersionsVersionId_Request = Simplify<(GetStoredAgentsAgentIdVersionsVersionId_PathParams extends never ? {} : {
11091
11158
  params: GetStoredAgentsAgentIdVersionsVersionId_PathParams;
11092
11159
  }) & (never extends never ? {} : {} extends never ? {
@@ -11318,7 +11385,7 @@ export type GetStoredWorkflows_QueryParams = {
11318
11385
  authorId?: string | undefined;
11319
11386
  };
11320
11387
  export type GetStoredWorkflows_Response = {
11321
- workflows: Shared_Type_104[];
11388
+ workflows: Shared_Type_102[];
11322
11389
  total: number;
11323
11390
  };
11324
11391
  export type GetStoredWorkflows_Request = Simplify<(never extends never ? {} : {
@@ -11362,7 +11429,7 @@ export type PostStoredWorkflows_Body = {
11362
11429
  [key: string]: unknown;
11363
11430
  } | undefined;
11364
11431
  /** Static workflow graph — ordered array of serialized step entries with all refs as ids. */
11365
- graph: Shared_Type_115[];
11432
+ graph: Shared_Type_113[];
11366
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. */
11367
11434
  dependencies?: {
11368
11435
  /** Workflow id — kebab-case, descriptive */
@@ -11386,7 +11453,7 @@ export type PostStoredWorkflows_Body = {
11386
11453
  [key: string]: unknown;
11387
11454
  } | undefined;
11388
11455
  /** Static workflow graph — ordered array of serialized step entries with all refs as ids. */
11389
- graph: Shared_Type_115[];
11456
+ graph: Shared_Type_113[];
11390
11457
  }[] | undefined;
11391
11458
  };
11392
11459
  export type PostStoredWorkflows_Response = {
@@ -11418,7 +11485,7 @@ export type GetStoredWorkflowsDynamicWorkflowId_PathParams = {
11418
11485
  /** Unique identifier for the dynamic workflow definition */
11419
11486
  dynamicWorkflowId: string;
11420
11487
  };
11421
- export type GetStoredWorkflowsDynamicWorkflowId_Response = Shared_Type_104;
11488
+ export type GetStoredWorkflowsDynamicWorkflowId_Response = Shared_Type_102;
11422
11489
  export type GetStoredWorkflowsDynamicWorkflowId_Request = Simplify<(GetStoredWorkflowsDynamicWorkflowId_PathParams extends never ? {} : {
11423
11490
  params: GetStoredWorkflowsDynamicWorkflowId_PathParams;
11424
11491
  }) & (never extends never ? {} : {} extends never ? {
@@ -11483,7 +11550,7 @@ export type GetStoredMcpClients_Response = {
11483
11550
  page: number;
11484
11551
  perPage: number | false;
11485
11552
  hasMore: boolean;
11486
- mcpClients: Shared_Type_117[];
11553
+ mcpClients: Shared_Type_115[];
11487
11554
  };
11488
11555
  export type GetStoredMcpClients_Request = Simplify<(never extends never ? {} : {
11489
11556
  params: never;
@@ -11509,7 +11576,7 @@ export type GetStoredMcpClientsStoredMCPClientId_PathParams = {
11509
11576
  storedMCPClientId: string;
11510
11577
  };
11511
11578
  export type GetStoredMcpClientsStoredMCPClientId_QueryParams = GetStoredAgentsStoredAgentId_QueryParams;
11512
- export type GetStoredMcpClientsStoredMCPClientId_Response = Shared_Type_117;
11579
+ export type GetStoredMcpClientsStoredMCPClientId_Response = Shared_Type_115;
11513
11580
  export type GetStoredMcpClientsStoredMCPClientId_Request = Simplify<(GetStoredMcpClientsStoredMCPClientId_PathParams extends never ? {} : {
11514
11581
  params: GetStoredMcpClientsStoredMCPClientId_PathParams;
11515
11582
  }) & (GetStoredMcpClientsStoredMCPClientId_QueryParams extends never ? {} : {} extends GetStoredMcpClientsStoredMCPClientId_QueryParams ? {
@@ -11544,7 +11611,7 @@ export type PostStoredMcpClients_Body = {
11544
11611
  description?: string | undefined;
11545
11612
  /** Map of server name to server configuration */
11546
11613
  servers: {
11547
- [key: string]: Shared_Type_116;
11614
+ [key: string]: Shared_Type_114;
11548
11615
  };
11549
11616
  };
11550
11617
  export type PostStoredMcpClients_Response = GetStoredMcpClientsStoredMCPClientId_Response;
@@ -11579,7 +11646,7 @@ export type PatchStoredMcpClientsStoredMCPClientId_Body = {
11579
11646
  description?: (string | undefined) | undefined;
11580
11647
  /** Map of server name to server configuration */
11581
11648
  servers?: {
11582
- [key: string]: Shared_Type_116;
11649
+ [key: string]: Shared_Type_114;
11583
11650
  } | undefined;
11584
11651
  };
11585
11652
  export type PatchStoredMcpClientsStoredMCPClientId_Response = {
@@ -11592,7 +11659,7 @@ export type PatchStoredMcpClientsStoredMCPClientId_Response = {
11592
11659
  } | undefined;
11593
11660
  createdAt: Date;
11594
11661
  updatedAt: Date;
11595
- } | Shared_Type_117;
11662
+ } | Shared_Type_115;
11596
11663
  export type PatchStoredMcpClientsStoredMCPClientId_Request = Simplify<(PatchStoredMcpClientsStoredMCPClientId_PathParams extends never ? {} : {
11597
11664
  params: PatchStoredMcpClientsStoredMCPClientId_PathParams;
11598
11665
  }) & (never extends never ? {} : {} extends never ? {
@@ -11643,7 +11710,7 @@ export type GetStoredMcpClientsMcpClientIdVersions_Response = {
11643
11710
  page: number;
11644
11711
  perPage: number | false;
11645
11712
  hasMore: boolean;
11646
- versions: Shared_Type_119[];
11713
+ versions: Shared_Type_117[];
11647
11714
  };
11648
11715
  export type GetStoredMcpClientsMcpClientIdVersions_Request = Simplify<(GetStoredMcpClientsMcpClientIdVersions_PathParams extends never ? {} : {
11649
11716
  params: GetStoredMcpClientsMcpClientIdVersions_PathParams;
@@ -11675,7 +11742,7 @@ export type PostStoredMcpClientsMcpClientIdVersions_Response = {
11675
11742
  /** Description of the MCP client */
11676
11743
  description?: (string | undefined) | undefined;
11677
11744
  servers?: {
11678
- [key: string]: Shared_Type_118;
11745
+ [key: string]: Shared_Type_116;
11679
11746
  } | undefined;
11680
11747
  /** Array of field names that changed from the previous version */
11681
11748
  changedFields?: (string[] | undefined) | undefined;
@@ -11706,7 +11773,7 @@ export type GetStoredMcpClientsMcpClientIdVersionsCompare_PathParams = GetStored
11706
11773
  export type GetStoredMcpClientsMcpClientIdVersionsCompare_QueryParams = GetStoredAgentsAgentIdVersionsCompare_QueryParams;
11707
11774
  export type GetStoredMcpClientsMcpClientIdVersionsCompare_Response = {
11708
11775
  /** List of differences between versions */
11709
- diffs: Shared_Type_103[];
11776
+ diffs: Shared_Type_101[];
11710
11777
  /** The source version */
11711
11778
  fromVersion: {
11712
11779
  /** Unique identifier for the version (UUID) */
@@ -11720,7 +11787,7 @@ export type GetStoredMcpClientsMcpClientIdVersionsCompare_Response = {
11720
11787
  /** Description of the MCP client */
11721
11788
  description?: string | undefined;
11722
11789
  servers: {
11723
- [key: string]: Shared_Type_118;
11790
+ [key: string]: Shared_Type_116;
11724
11791
  };
11725
11792
  /** Array of field names that changed from the previous version */
11726
11793
  changedFields?: string[] | undefined;
@@ -11742,7 +11809,7 @@ export type GetStoredMcpClientsMcpClientIdVersionsCompare_Response = {
11742
11809
  /** Description of the MCP client */
11743
11810
  description?: string | undefined;
11744
11811
  servers: {
11745
- [key: string]: Shared_Type_118;
11812
+ [key: string]: Shared_Type_116;
11746
11813
  };
11747
11814
  /** Array of field names that changed from the previous version */
11748
11815
  changedFields?: string[] | undefined;
@@ -11777,7 +11844,7 @@ export type GetStoredMcpClientsMcpClientIdVersionsVersionId_PathParams = {
11777
11844
  /** Unique identifier for the version (UUID) */
11778
11845
  versionId: string;
11779
11846
  };
11780
- export type GetStoredMcpClientsMcpClientIdVersionsVersionId_Response = Shared_Type_119;
11847
+ export type GetStoredMcpClientsMcpClientIdVersionsVersionId_Response = Shared_Type_117;
11781
11848
  export type GetStoredMcpClientsMcpClientIdVersionsVersionId_Request = Simplify<(GetStoredMcpClientsMcpClientIdVersionsVersionId_PathParams extends never ? {} : {
11782
11849
  params: GetStoredMcpClientsMcpClientIdVersionsVersionId_PathParams;
11783
11850
  }) & (never extends never ? {} : {} extends never ? {
@@ -11881,7 +11948,7 @@ export type GetStoredPromptBlocks_Response = {
11881
11948
  page: number;
11882
11949
  perPage: number | false;
11883
11950
  hasMore: boolean;
11884
- promptBlocks: Shared_Type_120[];
11951
+ promptBlocks: Shared_Type_118[];
11885
11952
  };
11886
11953
  export type GetStoredPromptBlocks_Request = Simplify<(never extends never ? {} : {
11887
11954
  params: never;
@@ -11907,7 +11974,7 @@ export type GetStoredPromptBlocksStoredPromptBlockId_PathParams = {
11907
11974
  storedPromptBlockId: string;
11908
11975
  };
11909
11976
  export type GetStoredPromptBlocksStoredPromptBlockId_QueryParams = GetStoredAgentsStoredAgentId_QueryParams;
11910
- export type GetStoredPromptBlocksStoredPromptBlockId_Response = Shared_Type_120;
11977
+ export type GetStoredPromptBlocksStoredPromptBlockId_Response = Shared_Type_118;
11911
11978
  export type GetStoredPromptBlocksStoredPromptBlockId_Request = Simplify<(GetStoredPromptBlocksStoredPromptBlockId_PathParams extends never ? {} : {
11912
11979
  params: GetStoredPromptBlocksStoredPromptBlockId_PathParams;
11913
11980
  }) & (GetStoredPromptBlocksStoredPromptBlockId_QueryParams extends never ? {} : {} extends GetStoredPromptBlocksStoredPromptBlockId_QueryParams ? {
@@ -11998,7 +12065,7 @@ export type PatchStoredPromptBlocksStoredPromptBlockId_Response = {
11998
12065
  } | undefined;
11999
12066
  createdAt: Date;
12000
12067
  updatedAt: Date;
12001
- } | Shared_Type_120;
12068
+ } | Shared_Type_118;
12002
12069
  export type PatchStoredPromptBlocksStoredPromptBlockId_Request = Simplify<(PatchStoredPromptBlocksStoredPromptBlockId_PathParams extends never ? {} : {
12003
12070
  params: PatchStoredPromptBlocksStoredPromptBlockId_PathParams;
12004
12071
  }) & (never extends never ? {} : {} extends never ? {
@@ -12049,7 +12116,7 @@ export type GetStoredPromptBlocksPromptBlockIdVersions_Response = {
12049
12116
  page: number;
12050
12117
  perPage: number | false;
12051
12118
  hasMore: boolean;
12052
- versions: Shared_Type_121[];
12119
+ versions: Shared_Type_119[];
12053
12120
  };
12054
12121
  export type GetStoredPromptBlocksPromptBlockIdVersions_Request = Simplify<(GetStoredPromptBlocksPromptBlockIdVersions_PathParams extends never ? {} : {
12055
12122
  params: GetStoredPromptBlocksPromptBlockIdVersions_PathParams;
@@ -12117,7 +12184,7 @@ export type GetStoredPromptBlocksPromptBlockIdVersionsCompare_PathParams = GetSt
12117
12184
  export type GetStoredPromptBlocksPromptBlockIdVersionsCompare_QueryParams = GetStoredAgentsAgentIdVersionsCompare_QueryParams;
12118
12185
  export type GetStoredPromptBlocksPromptBlockIdVersionsCompare_Response = {
12119
12186
  /** List of differences between versions */
12120
- diffs: Shared_Type_103[];
12187
+ diffs: Shared_Type_101[];
12121
12188
  /** The source version */
12122
12189
  fromVersion: {
12123
12190
  /** Unique identifier for the version (UUID) */
@@ -12198,7 +12265,7 @@ export type GetStoredPromptBlocksPromptBlockIdVersionsVersionId_PathParams = {
12198
12265
  /** Unique identifier for the version (UUID) */
12199
12266
  versionId: string;
12200
12267
  };
12201
- export type GetStoredPromptBlocksPromptBlockIdVersionsVersionId_Response = Shared_Type_121;
12268
+ export type GetStoredPromptBlocksPromptBlockIdVersionsVersionId_Response = Shared_Type_119;
12202
12269
  export type GetStoredPromptBlocksPromptBlockIdVersionsVersionId_Request = Simplify<(GetStoredPromptBlocksPromptBlockIdVersionsVersionId_PathParams extends never ? {} : {
12203
12270
  params: GetStoredPromptBlocksPromptBlockIdVersionsVersionId_PathParams;
12204
12271
  }) & (never extends never ? {} : {} extends never ? {
@@ -12302,7 +12369,7 @@ export type GetStoredScorers_Response = {
12302
12369
  page: number;
12303
12370
  perPage: number | false;
12304
12371
  hasMore: boolean;
12305
- scorerDefinitions: Shared_Type_123[];
12372
+ scorerDefinitions: Shared_Type_121[];
12306
12373
  };
12307
12374
  export type GetStoredScorers_Request = Simplify<(never extends never ? {} : {
12308
12375
  params: never;
@@ -12328,7 +12395,7 @@ export type GetStoredScorersStoredScorerId_PathParams = {
12328
12395
  storedScorerId: string;
12329
12396
  };
12330
12397
  export type GetStoredScorersStoredScorerId_QueryParams = GetStoredAgentsStoredAgentId_QueryParams;
12331
- export type GetStoredScorersStoredScorerId_Response = Shared_Type_123;
12398
+ export type GetStoredScorersStoredScorerId_Response = Shared_Type_121;
12332
12399
  export type GetStoredScorersStoredScorerId_Request = Simplify<(GetStoredScorersStoredScorerId_PathParams extends never ? {} : {
12333
12400
  params: GetStoredScorersStoredScorerId_PathParams;
12334
12401
  }) & (GetStoredScorersStoredScorerId_QueryParams extends never ? {} : {} extends GetStoredScorersStoredScorerId_QueryParams ? {
@@ -12362,13 +12429,13 @@ export type PostStoredScorers_Body = {
12362
12429
  /** Description of the scorer */
12363
12430
  description?: string | undefined;
12364
12431
  /** Scorer type: llm-judge for custom, or a preset type name */
12365
- type: Shared_Type_122;
12432
+ type: Shared_Type_120;
12366
12433
  /** Model configuration for LLM judge */
12367
12434
  model?: Shared_Type_11 | undefined;
12368
12435
  /** System instructions for the judge LLM (used when type is llm-judge) */
12369
12436
  instructions?: string | undefined;
12370
12437
  /** Score range configuration (used when type is llm-judge) */
12371
- scoreRange?: Shared_Type_124;
12438
+ scoreRange?: Shared_Type_122;
12372
12439
  /** Serializable config options for preset scorers */
12373
12440
  presetConfig?: {
12374
12441
  [key: string]: unknown;
@@ -12412,13 +12479,13 @@ export type PatchStoredScorersStoredScorerId_Body = {
12412
12479
  /** Description of the scorer */
12413
12480
  description?: (string | undefined) | undefined;
12414
12481
  /** Scorer type: llm-judge for custom, or a preset type name */
12415
- type?: Shared_Type_122 | undefined;
12482
+ type?: Shared_Type_120 | undefined;
12416
12483
  /** Model configuration for LLM judge */
12417
12484
  model?: (Shared_Type_11 | undefined) | undefined;
12418
12485
  /** System instructions for the judge LLM (used when type is llm-judge) */
12419
12486
  instructions?: (string | undefined) | undefined;
12420
12487
  /** Score range configuration (used when type is llm-judge) */
12421
- scoreRange?: Shared_Type_124 | undefined;
12488
+ scoreRange?: Shared_Type_122 | undefined;
12422
12489
  /** Serializable config options for preset scorers */
12423
12490
  presetConfig?: ({
12424
12491
  [key: string]: unknown;
@@ -12441,7 +12508,7 @@ export type PatchStoredScorersStoredScorerId_Response = {
12441
12508
  } | undefined;
12442
12509
  createdAt: Date;
12443
12510
  updatedAt: Date;
12444
- } | Shared_Type_123;
12511
+ } | Shared_Type_121;
12445
12512
  export type PatchStoredScorersStoredScorerId_Request = Simplify<(PatchStoredScorersStoredScorerId_PathParams extends never ? {} : {
12446
12513
  params: PatchStoredScorersStoredScorerId_PathParams;
12447
12514
  }) & (never extends never ? {} : {} extends never ? {
@@ -12492,7 +12559,7 @@ export type GetStoredScorersScorerIdVersions_Response = {
12492
12559
  page: number;
12493
12560
  perPage: number | false;
12494
12561
  hasMore: boolean;
12495
- versions: Shared_Type_125[];
12562
+ versions: Shared_Type_123[];
12496
12563
  };
12497
12564
  export type GetStoredScorersScorerIdVersions_Request = Simplify<(GetStoredScorersScorerIdVersions_PathParams extends never ? {} : {
12498
12565
  params: GetStoredScorersScorerIdVersions_PathParams;
@@ -12523,7 +12590,7 @@ export type PostStoredScorersScorerIdVersions_Response = {
12523
12590
  name?: string | undefined;
12524
12591
  /** Description of the scorer */
12525
12592
  description?: (string | undefined) | undefined;
12526
- type?: Shared_Type_122 | undefined;
12593
+ type?: Shared_Type_120 | undefined;
12527
12594
  model?: (Shared_Type_11 | undefined) | undefined;
12528
12595
  instructions?: (string | undefined) | undefined;
12529
12596
  scoreRange?: ({
@@ -12568,7 +12635,7 @@ export type GetStoredScorersScorerIdVersionsCompare_PathParams = GetStoredScorer
12568
12635
  export type GetStoredScorersScorerIdVersionsCompare_QueryParams = GetStoredAgentsAgentIdVersionsCompare_QueryParams;
12569
12636
  export type GetStoredScorersScorerIdVersionsCompare_Response = {
12570
12637
  /** List of differences between versions */
12571
- diffs: Shared_Type_103[];
12638
+ diffs: Shared_Type_101[];
12572
12639
  /** The source version */
12573
12640
  fromVersion: {
12574
12641
  /** Unique identifier for the version (UUID) */
@@ -12581,7 +12648,7 @@ export type GetStoredScorersScorerIdVersionsCompare_Response = {
12581
12648
  name: string;
12582
12649
  /** Description of the scorer */
12583
12650
  description?: string | undefined;
12584
- type: Shared_Type_122;
12651
+ type: Shared_Type_120;
12585
12652
  model?: Shared_Type_11 | undefined;
12586
12653
  instructions?: string | undefined;
12587
12654
  scoreRange?: {
@@ -12616,7 +12683,7 @@ export type GetStoredScorersScorerIdVersionsCompare_Response = {
12616
12683
  name: string;
12617
12684
  /** Description of the scorer */
12618
12685
  description?: string | undefined;
12619
- type: Shared_Type_122;
12686
+ type: Shared_Type_120;
12620
12687
  model?: Shared_Type_11 | undefined;
12621
12688
  instructions?: string | undefined;
12622
12689
  scoreRange?: {
@@ -12665,7 +12732,7 @@ export type GetStoredScorersScorerIdVersionsVersionId_PathParams = {
12665
12732
  /** Unique identifier for the version (UUID) */
12666
12733
  versionId: string;
12667
12734
  };
12668
- export type GetStoredScorersScorerIdVersionsVersionId_Response = Shared_Type_125;
12735
+ export type GetStoredScorersScorerIdVersionsVersionId_Response = Shared_Type_123;
12669
12736
  export type GetStoredScorersScorerIdVersionsVersionId_Request = Simplify<(GetStoredScorersScorerIdVersionsVersionId_PathParams extends never ? {} : {
12670
12737
  params: GetStoredScorersScorerIdVersionsVersionId_PathParams;
12671
12738
  }) & (never extends never ? {} : {} extends never ? {
@@ -12825,7 +12892,7 @@ export type GetStoredWorkspacesStoredWorkspaceId_PathParams = {
12825
12892
  /** Unique identifier for the stored workspace */
12826
12893
  storedWorkspaceId: string;
12827
12894
  };
12828
- export type GetStoredWorkspacesStoredWorkspaceId_Response = Shared_Type_126;
12895
+ export type GetStoredWorkspacesStoredWorkspaceId_Response = Shared_Type_124;
12829
12896
  export type GetStoredWorkspacesStoredWorkspaceId_Request = Simplify<(GetStoredWorkspacesStoredWorkspaceId_PathParams extends never ? {} : {
12830
12897
  params: GetStoredWorkspacesStoredWorkspaceId_PathParams;
12831
12898
  }) & (never extends never ? {} : {} extends never ? {
@@ -12931,7 +12998,7 @@ export type PatchStoredWorkspacesStoredWorkspaceId_Response = {
12931
12998
  } | undefined;
12932
12999
  createdAt: Date;
12933
13000
  updatedAt: Date;
12934
- } | Shared_Type_126;
13001
+ } | Shared_Type_124;
12935
13002
  export type PatchStoredWorkspacesStoredWorkspaceId_Request = Simplify<(PatchStoredWorkspacesStoredWorkspaceId_PathParams extends never ? {} : {
12936
13003
  params: PatchStoredWorkspacesStoredWorkspaceId_PathParams;
12937
13004
  }) & (never extends never ? {} : {} extends never ? {
@@ -12999,7 +13066,7 @@ export type GetStoredSkills_Response = {
12999
13066
  page: number;
13000
13067
  perPage: number | false;
13001
13068
  hasMore: boolean;
13002
- skills: Shared_Type_128[];
13069
+ skills: Shared_Type_126[];
13003
13070
  };
13004
13071
  export type GetStoredSkills_Request = Simplify<(never extends never ? {} : {
13005
13072
  params: never;
@@ -13024,7 +13091,7 @@ export type GetStoredSkillsStoredSkillId_PathParams = {
13024
13091
  /** Unique identifier for the stored skill */
13025
13092
  storedSkillId: string;
13026
13093
  };
13027
- export type GetStoredSkillsStoredSkillId_Response = Shared_Type_128;
13094
+ export type GetStoredSkillsStoredSkillId_Response = Shared_Type_126;
13028
13095
  export type GetStoredSkillsStoredSkillId_Request = Simplify<(GetStoredSkillsStoredSkillId_PathParams extends never ? {} : {
13029
13096
  params: GetStoredSkillsStoredSkillId_PathParams;
13030
13097
  }) & (never extends never ? {} : {} extends never ? {
@@ -13062,7 +13129,7 @@ export type PostStoredSkills_Body = {
13062
13129
  /** Compatibility requirements */
13063
13130
  compatibility?: unknown | undefined;
13064
13131
  /** Source location of the skill */
13065
- source?: Shared_Type_127 | undefined;
13132
+ source?: Shared_Type_125 | undefined;
13066
13133
  /** List of reference file paths */
13067
13134
  references?: string[] | undefined;
13068
13135
  /** List of script file paths */
@@ -13070,7 +13137,7 @@ export type PostStoredSkills_Body = {
13070
13137
  /** List of asset file paths */
13071
13138
  assets?: string[] | undefined;
13072
13139
  /** Full file tree structure for the skill */
13073
- files?: Shared_Auxiliary_1278[] | undefined;
13140
+ files?: Shared_Auxiliary_1279[] | undefined;
13074
13141
  /** Additional metadata for the skill */
13075
13142
  metadata?: {
13076
13143
  [key: string]: unknown;
@@ -13112,7 +13179,7 @@ export type PatchStoredSkillsStoredSkillId_Body = {
13112
13179
  /** Compatibility requirements */
13113
13180
  compatibility?: (unknown | undefined) | undefined;
13114
13181
  /** Source location of the skill */
13115
- source?: (Shared_Type_127 | undefined) | undefined;
13182
+ source?: (Shared_Type_125 | undefined) | undefined;
13116
13183
  /** List of reference file paths */
13117
13184
  references?: (string[] | undefined) | undefined;
13118
13185
  /** List of script file paths */
@@ -13120,7 +13187,7 @@ export type PatchStoredSkillsStoredSkillId_Body = {
13120
13187
  /** List of asset file paths */
13121
13188
  assets?: (string[] | undefined) | undefined;
13122
13189
  /** Full file tree structure for the skill */
13123
- files?: (Shared_Auxiliary_1278[] | undefined) | undefined;
13190
+ files?: (Shared_Auxiliary_1279[] | undefined) | undefined;
13124
13191
  /** Additional metadata for the skill */
13125
13192
  metadata?: ({
13126
13193
  [key: string]: unknown;
@@ -13134,7 +13201,7 @@ export type PatchStoredSkillsStoredSkillId_Response = {
13134
13201
  visibility?: ('private' | 'public') | undefined;
13135
13202
  createdAt: Date;
13136
13203
  updatedAt: Date;
13137
- } | Shared_Type_128;
13204
+ } | Shared_Type_126;
13138
13205
  export type PatchStoredSkillsStoredSkillId_Request = Simplify<(PatchStoredSkillsStoredSkillId_PathParams extends never ? {} : {
13139
13206
  params: PatchStoredSkillsStoredSkillId_PathParams;
13140
13207
  }) & (never extends never ? {} : {} extends never ? {
@@ -13759,6 +13826,7 @@ export type GetSystemPackages_Response = {
13759
13826
  }[];
13760
13827
  isDev: boolean;
13761
13828
  cmsEnabled: boolean;
13829
+ liveKitConnectionRouteEnabled: boolean;
13762
13830
  editorSource?: ('code' | 'db') | undefined;
13763
13831
  editorSourceCapabilities?: {
13764
13832
  source: 'code' | 'db';
@@ -13845,7 +13913,7 @@ export interface GetSystemApiSchema_RouteContract {
13845
13913
  }
13846
13914
  export type GetDatasets_QueryParams = GetScoresRunRunId_QueryParams;
13847
13915
  export type GetDatasets_Response = {
13848
- datasets: Shared_Type_129[];
13916
+ datasets: Shared_Type_127[];
13849
13917
  pagination: {
13850
13918
  total: number;
13851
13919
  page: number;
@@ -13900,7 +13968,7 @@ export type PostDatasets_Body = {
13900
13968
  /** IDs of scorers attached to this dataset */
13901
13969
  scorerIds?: string[] | undefined;
13902
13970
  };
13903
- export type PostDatasets_Response = Shared_Type_129;
13971
+ export type PostDatasets_Response = Shared_Type_127;
13904
13972
  export type PostDatasets_Request = Simplify<(never extends never ? {} : {
13905
13973
  params: never;
13906
13974
  }) & (never extends never ? {} : {} extends never ? {
@@ -13930,7 +13998,7 @@ export type GetDatasetsDatasetId_QueryParams = {
13930
13998
  /** Restrict lookup to the given project */
13931
13999
  projectId?: string | undefined;
13932
14000
  };
13933
- export type GetDatasetsDatasetId_Response = Shared_Type_129 | null;
14001
+ export type GetDatasetsDatasetId_Response = Shared_Type_127 | null;
13934
14002
  export type GetDatasetsDatasetId_Request = Simplify<(GetDatasetsDatasetId_PathParams extends never ? {} : {
13935
14003
  params: GetDatasetsDatasetId_PathParams;
13936
14004
  }) & (GetDatasetsDatasetId_QueryParams extends never ? {} : {} extends GetDatasetsDatasetId_QueryParams ? {
@@ -14032,7 +14100,7 @@ export type GetDatasetsDatasetIdItems_QueryParams = {
14032
14100
  search?: string | undefined;
14033
14101
  };
14034
14102
  export type GetDatasetsDatasetIdItems_Response = {
14035
- items: Shared_Type_132[];
14103
+ items: Shared_Type_130[];
14036
14104
  pagination: {
14037
14105
  total: number;
14038
14106
  page: number;
@@ -14068,9 +14136,9 @@ export type PostDatasetsDatasetIdItems_Body = {
14068
14136
  /** Expected output for comparison */
14069
14137
  groundTruth?: unknown | undefined;
14070
14138
  /** Expected trajectory configuration for trajectory scoring */
14071
- expectedTrajectory?: (Shared_Type_147 | undefined) | null;
14139
+ expectedTrajectory?: (Shared_Type_145 | undefined) | null;
14072
14140
  /** Ordered item-level static tool mocks served in place of executing the real tool */
14073
- toolMocks?: Shared_Type_130[] | undefined;
14141
+ toolMocks?: Shared_Type_128[] | undefined;
14074
14142
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
14075
14143
  unmockedToolPolicy?: ('allow' | 'deny') | undefined;
14076
14144
  /** IDs of scorers selected for this item */
@@ -14084,9 +14152,9 @@ export type PostDatasetsDatasetIdItems_Body = {
14084
14152
  [key: string]: unknown;
14085
14153
  } | undefined;
14086
14154
  /** Source/provenance of this dataset item */
14087
- source?: Shared_Type_131 | undefined;
14155
+ source?: Shared_Type_129 | undefined;
14088
14156
  };
14089
- export type PostDatasetsDatasetIdItems_Response = Shared_Type_132;
14157
+ export type PostDatasetsDatasetIdItems_Response = Shared_Type_130;
14090
14158
  export type PostDatasetsDatasetIdItems_Request = Simplify<(PostDatasetsDatasetIdItems_PathParams extends never ? {} : {
14091
14159
  params: PostDatasetsDatasetIdItems_PathParams;
14092
14160
  }) & (never extends never ? {} : {} extends never ? {
@@ -14113,9 +14181,9 @@ export type PostDatasetsDatasetIdItemsBatch_Body = {
14113
14181
  input: unknown;
14114
14182
  groundTruth?: unknown | undefined;
14115
14183
  /** Expected trajectory configuration for trajectory scoring */
14116
- expectedTrajectory?: (Shared_Type_147 | undefined) | null;
14184
+ expectedTrajectory?: (Shared_Type_145 | undefined) | null;
14117
14185
  /** Ordered item-level static tool mocks served in place of executing the real tool */
14118
- toolMocks?: Shared_Type_130[] | undefined;
14186
+ toolMocks?: Shared_Type_128[] | undefined;
14119
14187
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
14120
14188
  unmockedToolPolicy?: ('allow' | 'deny') | undefined;
14121
14189
  scorerIds?: string[] | undefined;
@@ -14126,11 +14194,11 @@ export type PostDatasetsDatasetIdItemsBatch_Body = {
14126
14194
  [key: string]: unknown;
14127
14195
  } | undefined;
14128
14196
  /** Source/provenance of this dataset item */
14129
- source?: Shared_Type_131 | undefined;
14197
+ source?: Shared_Type_129 | undefined;
14130
14198
  }[];
14131
14199
  };
14132
14200
  export type PostDatasetsDatasetIdItemsBatch_Response = {
14133
- items: Shared_Type_132[];
14201
+ items: Shared_Type_130[];
14134
14202
  count: number;
14135
14203
  };
14136
14204
  export type PostDatasetsDatasetIdItemsBatch_Request = Simplify<(PostDatasetsDatasetIdItemsBatch_PathParams extends never ? {} : {
@@ -14185,7 +14253,7 @@ export type GetDatasetsDatasetIdItemsItemId_PathParams = {
14185
14253
  /** Unique identifier for the dataset item */
14186
14254
  itemId: string;
14187
14255
  };
14188
- export type GetDatasetsDatasetIdItemsItemId_Response = Shared_Type_132 | null;
14256
+ export type GetDatasetsDatasetIdItemsItemId_Response = Shared_Type_130 | null;
14189
14257
  export type GetDatasetsDatasetIdItemsItemId_Request = Simplify<(GetDatasetsDatasetIdItemsItemId_PathParams extends never ? {} : {
14190
14258
  params: GetDatasetsDatasetIdItemsItemId_PathParams;
14191
14259
  }) & (never extends never ? {} : {} extends never ? {
@@ -14212,9 +14280,9 @@ export type PatchDatasetsDatasetIdItemsItemId_Body = {
14212
14280
  /** Expected output for comparison */
14213
14281
  groundTruth?: unknown | undefined;
14214
14282
  /** Expected trajectory configuration for trajectory scoring */
14215
- expectedTrajectory?: (Shared_Type_147 | undefined) | null;
14283
+ expectedTrajectory?: (Shared_Type_145 | undefined) | null;
14216
14284
  /** Ordered item-level static tool mocks served in place of executing the real tool */
14217
- toolMocks?: Shared_Type_130[] | undefined;
14285
+ toolMocks?: Shared_Type_128[] | undefined;
14218
14286
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
14219
14287
  unmockedToolPolicy?: ('allow' | 'deny') | undefined;
14220
14288
  /** IDs of scorers selected for this item */
@@ -14228,7 +14296,7 @@ export type PatchDatasetsDatasetIdItemsItemId_Body = {
14228
14296
  [key: string]: unknown;
14229
14297
  } | undefined;
14230
14298
  /** Source/provenance of this dataset item */
14231
- source?: Shared_Type_131 | undefined;
14299
+ source?: Shared_Type_129 | undefined;
14232
14300
  };
14233
14301
  export type PatchDatasetsDatasetIdItemsItemId_Response = PostDatasetsDatasetIdItems_Response;
14234
14302
  export type PatchDatasetsDatasetIdItemsItemId_Request = Simplify<(PatchDatasetsDatasetIdItemsItemId_PathParams extends never ? {} : {
@@ -14316,10 +14384,13 @@ export type GetDatasetsDatasetIdItemsItemIdHistory_Response = {
14316
14384
  groundTruth?: unknown | undefined;
14317
14385
  expectedTrajectory?: unknown | undefined;
14318
14386
  /** Ordered item-level static tool mocks served in place of executing the real tool */
14319
- toolMocks?: Shared_Type_130[] | undefined;
14387
+ toolMocks?: Shared_Type_128[] | undefined;
14320
14388
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
14321
14389
  unmockedToolPolicy?: ('allow' | 'deny') | undefined;
14322
14390
  scorerIds?: string[] | undefined;
14391
+ requestContext?: {
14392
+ [key: string]: unknown;
14393
+ } | undefined;
14323
14394
  metadata?: {
14324
14395
  [key: string]: unknown;
14325
14396
  } | undefined;
@@ -14385,7 +14456,7 @@ export type GetExperiments_QueryParams = {
14385
14456
  trialIndex?: number | undefined;
14386
14457
  };
14387
14458
  export type GetExperiments_Response = {
14388
- experiments: Shared_Type_149[];
14459
+ experiments: Shared_Type_147[];
14389
14460
  pagination: {
14390
14461
  total: number;
14391
14462
  page: number;
@@ -14544,7 +14615,7 @@ export type PostDatasetsDatasetIdExperiments_Response = {
14544
14615
  completedAt: Date;
14545
14616
  retryCount: number;
14546
14617
  /** Diagnostic receipt for item-level tool mocks */
14547
- toolMockReport?: (Shared_Type_150 | undefined) | null;
14618
+ toolMockReport?: (Shared_Type_148 | undefined) | null;
14548
14619
  scores: {
14549
14620
  scorerId: string;
14550
14621
  scorerName: string;
@@ -14590,7 +14661,7 @@ export type PostDatasetsDatasetIdExperimentsExperimentIdItemsItemIdRun_Body = {
14590
14661
  } | undefined;
14591
14662
  };
14592
14663
  export type PostDatasetsDatasetIdExperimentsExperimentIdItemsItemIdRun_Response = {
14593
- result: Shared_Type_151;
14664
+ result: Shared_Type_149;
14594
14665
  scores: {
14595
14666
  scorerId: string;
14596
14667
  scorerName: string;
@@ -14659,7 +14730,7 @@ export type PostDatasetsDatasetIdExperimentsExperimentIdResults_Body = {
14659
14730
  } | undefined;
14660
14731
  }[] | undefined;
14661
14732
  };
14662
- export type PostDatasetsDatasetIdExperimentsExperimentIdResults_Response = Shared_Type_151;
14733
+ export type PostDatasetsDatasetIdExperimentsExperimentIdResults_Response = Shared_Type_149;
14663
14734
  export type PostDatasetsDatasetIdExperimentsExperimentIdResults_Request = Simplify<(PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams extends never ? {} : {
14664
14735
  params: PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams;
14665
14736
  }) & (never extends never ? {} : {} extends never ? {
@@ -14680,7 +14751,7 @@ export interface PostDatasetsDatasetIdExperimentsExperimentIdResults_RouteContra
14680
14751
  responseType: 'json';
14681
14752
  }
14682
14753
  export type PostDatasetsDatasetIdExperimentsExperimentIdFinalize_PathParams = PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams;
14683
- export type PostDatasetsDatasetIdExperimentsExperimentIdFinalize_Response = Shared_Type_149;
14754
+ export type PostDatasetsDatasetIdExperimentsExperimentIdFinalize_Response = Shared_Type_147;
14684
14755
  export type PostDatasetsDatasetIdExperimentsExperimentIdFinalize_Request = Simplify<(PostDatasetsDatasetIdExperimentsExperimentIdFinalize_PathParams extends never ? {} : {
14685
14756
  params: PostDatasetsDatasetIdExperimentsExperimentIdFinalize_PathParams;
14686
14757
  }) & (never extends never ? {} : {} extends never ? {
@@ -14701,7 +14772,7 @@ export interface PostDatasetsDatasetIdExperimentsExperimentIdFinalize_RouteContr
14701
14772
  responseType: 'json';
14702
14773
  }
14703
14774
  export type GetDatasetsDatasetIdExperimentsExperimentId_PathParams = PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams;
14704
- export type GetDatasetsDatasetIdExperimentsExperimentId_Response = Shared_Type_149 | null;
14775
+ export type GetDatasetsDatasetIdExperimentsExperimentId_Response = Shared_Type_147 | null;
14705
14776
  export type GetDatasetsDatasetIdExperimentsExperimentId_Request = Simplify<(GetDatasetsDatasetIdExperimentsExperimentId_PathParams extends never ? {} : {
14706
14777
  params: GetDatasetsDatasetIdExperimentsExperimentId_PathParams;
14707
14778
  }) & (never extends never ? {} : {} extends never ? {
@@ -14755,7 +14826,7 @@ export interface PatchDatasetsDatasetIdExperimentsExperimentId_RouteContract {
14755
14826
  export type GetDatasetsDatasetIdExperimentsExperimentIdResults_PathParams = PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams;
14756
14827
  export type GetDatasetsDatasetIdExperimentsExperimentIdResults_QueryParams = GetScoresRunRunId_QueryParams;
14757
14828
  export type GetDatasetsDatasetIdExperimentsExperimentIdResults_Response = {
14758
- results: Shared_Type_151[];
14829
+ results: Shared_Type_149[];
14759
14830
  pagination: {
14760
14831
  total: number;
14761
14832
  page: number;
@@ -14998,7 +15069,7 @@ export type GetBackgroundTasks_QueryParams = {
14998
15069
  perPage?: number | undefined;
14999
15070
  };
15000
15071
  export type GetBackgroundTasks_Response = {
15001
- tasks: Shared_Type_152[];
15072
+ tasks: Shared_Type_150[];
15002
15073
  total: number;
15003
15074
  };
15004
15075
  export type GetBackgroundTasks_Request = Simplify<(never extends never ? {} : {
@@ -15023,7 +15094,7 @@ export interface GetBackgroundTasks_RouteContract {
15023
15094
  export type GetBackgroundTasksBackgroundTaskId_PathParams = {
15024
15095
  backgroundTaskId: string;
15025
15096
  };
15026
- export type GetBackgroundTasksBackgroundTaskId_Response = Shared_Type_152;
15097
+ export type GetBackgroundTasksBackgroundTaskId_Response = Shared_Type_150;
15027
15098
  export type GetBackgroundTasksBackgroundTaskId_Request = Simplify<(GetBackgroundTasksBackgroundTaskId_PathParams extends never ? {} : {
15028
15099
  params: GetBackgroundTasksBackgroundTaskId_PathParams;
15029
15100
  }) & (never extends never ? {} : {} extends never ? {
@@ -15063,8 +15134,8 @@ export type GetEditorBuilderSettings_Response = {
15063
15134
  configuration?: {
15064
15135
  agent?: {
15065
15136
  models?: {
15066
- allowed?: Shared_Type_153[] | undefined;
15067
- default?: Shared_Type_154 | undefined;
15137
+ allowed?: Shared_Type_151[] | undefined;
15138
+ default?: Shared_Type_152 | undefined;
15068
15139
  } | undefined;
15069
15140
  tools?: {
15070
15141
  allowed?: string[] | undefined;
@@ -15081,8 +15152,8 @@ export type GetEditorBuilderSettings_Response = {
15081
15152
  modelPolicy?: {
15082
15153
  active: boolean;
15083
15154
  pickerVisible?: boolean | undefined;
15084
- allowed?: Shared_Type_153[] | undefined;
15085
- default?: Shared_Type_154 | undefined;
15155
+ allowed?: Shared_Type_151[] | undefined;
15156
+ default?: Shared_Type_152 | undefined;
15086
15157
  } | undefined;
15087
15158
  picker?: {
15088
15159
  visibleTools: string[] | null;
@@ -15716,7 +15787,7 @@ export type GetSchedules_QueryParams = {
15716
15787
  name?: string | undefined;
15717
15788
  };
15718
15789
  export type GetSchedules_Response = {
15719
- schedules: (Shared_Type_157 | Shared_Type_159)[];
15790
+ schedules: (Shared_Type_155 | Shared_Type_157)[];
15720
15791
  };
15721
15792
  export type GetSchedules_Request = Simplify<(never extends never ? {} : {
15722
15793
  params: never;
@@ -15740,7 +15811,7 @@ export interface GetSchedules_RouteContract {
15740
15811
  export type GetSchedulesScheduleId_PathParams = {
15741
15812
  scheduleId: string;
15742
15813
  };
15743
- export type GetSchedulesScheduleId_Response = Shared_Type_157 | Shared_Type_159;
15814
+ export type GetSchedulesScheduleId_Response = Shared_Type_155 | Shared_Type_157;
15744
15815
  export type GetSchedulesScheduleId_Request = Simplify<(GetSchedulesScheduleId_PathParams extends never ? {} : {
15745
15816
  params: GetSchedulesScheduleId_PathParams;
15746
15817
  }) & (never extends never ? {} : {} extends never ? {
@@ -15774,8 +15845,8 @@ export type PostSchedules_Body = {
15774
15845
  attributes?: {
15775
15846
  [key: string]: (string | number | boolean | null) | undefined;
15776
15847
  } | undefined;
15777
- ifActive?: Shared_Type_155 | undefined;
15778
- ifIdle?: Shared_Type_156 | undefined;
15848
+ ifActive?: Shared_Type_153 | undefined;
15849
+ ifIdle?: Shared_Type_154 | undefined;
15779
15850
  providerOptions?: {
15780
15851
  [key: string]: unknown;
15781
15852
  } | undefined;
@@ -15831,8 +15902,8 @@ export type PatchSchedulesScheduleId_Body = {
15831
15902
  attributes?: {
15832
15903
  [key: string]: (string | number | boolean | null) | undefined;
15833
15904
  } | undefined;
15834
- ifActive?: Shared_Type_155 | undefined;
15835
- ifIdle?: Shared_Type_156 | undefined;
15905
+ ifActive?: Shared_Type_153 | undefined;
15906
+ ifIdle?: Shared_Type_154 | undefined;
15836
15907
  providerOptions?: {
15837
15908
  [key: string]: unknown;
15838
15909
  } | undefined;
@@ -15903,7 +15974,7 @@ export type GetSchedulesScheduleIdTriggers_Response = {
15903
15974
  metadata?: {
15904
15975
  [key: string]: unknown;
15905
15976
  } | undefined;
15906
- run?: Shared_Type_158 | undefined;
15977
+ run?: Shared_Type_156 | undefined;
15907
15978
  }[];
15908
15979
  };
15909
15980
  export type GetSchedulesScheduleIdTriggers_Request = Simplify<(GetSchedulesScheduleIdTriggers_PathParams extends never ? {} : {