@vertesia/common 1.5.0-dev.20260804.124748Z → 1.5.0-dev.20260807.073259Z

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/lib/Progress.d.ts.map +1 -1
  2. package/lib/Progress.js.map +1 -1
  3. package/lib/access-control-values.d.ts +2 -2
  4. package/lib/access-control-values.d.ts.map +1 -1
  5. package/lib/account-values.d.ts +1 -1
  6. package/lib/account-values.d.ts.map +1 -1
  7. package/lib/api-schemas/access-control.d.ts +19 -19
  8. package/lib/api-schemas/adapter.d.ts +1 -0
  9. package/lib/api-schemas/adapter.d.ts.map +1 -1
  10. package/lib/api-schemas/adapter.js +1 -1
  11. package/lib/api-schemas/adapter.js.map +1 -1
  12. package/lib/api-schemas/agent-runs.d.ts +660 -515
  13. package/lib/api-schemas/agent-runs.d.ts.map +1 -1
  14. package/lib/api-schemas/agent-runs.js +11 -2
  15. package/lib/api-schemas/agent-runs.js.map +1 -1
  16. package/lib/api-schemas/analytics.d.ts +12 -12
  17. package/lib/api-schemas/apikey.d.ts +10 -10
  18. package/lib/api-schemas/app-lifecycle.d.ts +186 -152
  19. package/lib/api-schemas/app-lifecycle.d.ts.map +1 -1
  20. package/lib/api-schemas/app-lifecycle.js +51 -0
  21. package/lib/api-schemas/app-lifecycle.js.map +1 -1
  22. package/lib/api-schemas/app-runtime.d.ts +4493 -2122
  23. package/lib/api-schemas/app-runtime.d.ts.map +1 -1
  24. package/lib/api-schemas/app-runtime.js +93 -1
  25. package/lib/api-schemas/app-runtime.js.map +1 -1
  26. package/lib/api-schemas/apps.d.ts +43 -19
  27. package/lib/api-schemas/apps.d.ts.map +1 -1
  28. package/lib/api-schemas/apps.js +63 -3
  29. package/lib/api-schemas/apps.js.map +1 -1
  30. package/lib/api-schemas/audit-trail.d.ts +129 -129
  31. package/lib/api-schemas/bulk-operation.d.ts +10 -10
  32. package/lib/api-schemas/content.d.ts +542 -398
  33. package/lib/api-schemas/content.d.ts.map +1 -1
  34. package/lib/api-schemas/content.js +12 -0
  35. package/lib/api-schemas/content.js.map +1 -1
  36. package/lib/api-schemas/cost-analytics.d.ts +12 -12
  37. package/lib/api-schemas/dashboard.d.ts +10 -10
  38. package/lib/api-schemas/data-store.d.ts +556 -556
  39. package/lib/api-schemas/document-processing.d.ts +280 -196
  40. package/lib/api-schemas/document-processing.d.ts.map +1 -1
  41. package/lib/api-schemas/embeddings.d.ts +12 -12
  42. package/lib/api-schemas/environment.d.ts +20 -18
  43. package/lib/api-schemas/environment.d.ts.map +1 -1
  44. package/lib/api-schemas/events.d.ts +988 -698
  45. package/lib/api-schemas/events.d.ts.map +1 -1
  46. package/lib/api-schemas/events.js +59 -3
  47. package/lib/api-schemas/events.js.map +1 -1
  48. package/lib/api-schemas/files.d.ts +1 -1
  49. package/lib/api-schemas/group.d.ts +3 -3
  50. package/lib/api-schemas/indexing.d.ts +3 -3
  51. package/lib/api-schemas/integrations.d.ts +4 -4
  52. package/lib/api-schemas/interaction.d.ts +3894 -2752
  53. package/lib/api-schemas/interaction.d.ts.map +1 -1
  54. package/lib/api-schemas/interaction.js +6 -0
  55. package/lib/api-schemas/interaction.js.map +1 -1
  56. package/lib/api-schemas/invites.d.ts +9 -9
  57. package/lib/api-schemas/oauth-server.d.ts +36 -36
  58. package/lib/api-schemas/parameters.js.map +1 -1
  59. package/lib/api-schemas/process.d.ts +47 -47
  60. package/lib/api-schemas/project-configuration.d.ts +944 -664
  61. package/lib/api-schemas/project-configuration.d.ts.map +1 -1
  62. package/lib/api-schemas/project.d.ts +1403 -983
  63. package/lib/api-schemas/project.d.ts.map +1 -1
  64. package/lib/api-schemas/registry.d.ts +19119 -13557
  65. package/lib/api-schemas/registry.d.ts.map +1 -1
  66. package/lib/api-schemas/registry.js +170 -18
  67. package/lib/api-schemas/registry.js.map +1 -1
  68. package/lib/api-schemas/secrets.d.ts +4 -4
  69. package/lib/api-schemas/store.d.ts +4624 -3224
  70. package/lib/api-schemas/store.d.ts.map +1 -1
  71. package/lib/api-schemas/sts.d.ts +46 -36
  72. package/lib/api-schemas/sts.d.ts.map +1 -1
  73. package/lib/api-schemas/sts.js +11 -0
  74. package/lib/api-schemas/sts.js.map +1 -1
  75. package/lib/api-schemas/task.d.ts +30 -30
  76. package/lib/api-schemas/tools.d.ts +9 -9
  77. package/lib/api-schemas/user.d.ts +6 -6
  78. package/lib/api-schemas/view-execution.d.ts +626 -570
  79. package/lib/api-schemas/view-execution.d.ts.map +1 -1
  80. package/lib/api-schemas/views.d.ts +1293 -1125
  81. package/lib/api-schemas/views.d.ts.map +1 -1
  82. package/lib/api-schemas/workflow-runs.d.ts +325 -268
  83. package/lib/api-schemas/workflow-runs.d.ts.map +1 -1
  84. package/lib/apps.d.ts +38 -24
  85. package/lib/apps.d.ts.map +1 -1
  86. package/lib/apps.js +4 -0
  87. package/lib/apps.js.map +1 -1
  88. package/lib/audit-trail.d.ts +3 -3
  89. package/lib/audit-trail.d.ts.map +1 -1
  90. package/lib/data-platform.d.ts +31 -31
  91. package/lib/data-platform.d.ts.map +1 -1
  92. package/lib/environment.d.ts +3 -3
  93. package/lib/index.d.ts +1 -0
  94. package/lib/index.d.ts.map +1 -1
  95. package/lib/index.js +1 -0
  96. package/lib/index.js.map +1 -1
  97. package/lib/platform-event-validation.d.ts.map +1 -1
  98. package/lib/platform-event-validation.js +15 -2
  99. package/lib/platform-event-validation.js.map +1 -1
  100. package/lib/platform-event.d.ts +31 -3
  101. package/lib/platform-event.d.ts.map +1 -1
  102. package/lib/platform-event.js.map +1 -1
  103. package/lib/project.d.ts +1 -1
  104. package/lib/schema-for-extraction.js.map +1 -1
  105. package/lib/store/agent-approval.d.ts +1 -1
  106. package/lib/store/agent-approval.d.ts.map +1 -1
  107. package/lib/store/intake-policy-schema.generated.d.ts.map +1 -1
  108. package/lib/store/intake-policy-schema.generated.js +36 -0
  109. package/lib/store/intake-policy-schema.generated.js.map +1 -1
  110. package/lib/store/process-schema.d.ts +1 -1
  111. package/lib/store/process-schema.d.ts.map +1 -1
  112. package/lib/store/process-validation.js.map +1 -1
  113. package/lib/store/schedule.d.ts +6 -6
  114. package/lib/store/schedule.d.ts.map +1 -1
  115. package/lib/store/store.d.ts +3 -3
  116. package/lib/store/store.d.ts.map +1 -1
  117. package/lib/store/workflow.d.ts +6 -0
  118. package/lib/store/workflow.d.ts.map +1 -1
  119. package/lib/store/workflow.js +8 -0
  120. package/lib/store/workflow.js.map +1 -1
  121. package/lib/sts-errors.d.ts +7 -0
  122. package/lib/sts-errors.d.ts.map +1 -0
  123. package/lib/sts-errors.js +11 -0
  124. package/lib/sts-errors.js.map +1 -0
  125. package/lib/sts-token-types.d.ts +2 -1
  126. package/lib/sts-token-types.d.ts.map +1 -1
  127. package/lib/sts-token-types.js.map +1 -1
  128. package/lib/user.d.ts +1 -1
  129. package/lib/user.d.ts.map +1 -1
  130. package/lib/user.js +1 -1
  131. package/lib/user.js.map +1 -1
  132. package/lib/versions.d.ts +10 -0
  133. package/lib/versions.d.ts.map +1 -1
  134. package/lib/versions.js +10 -0
  135. package/lib/versions.js.map +1 -1
  136. package/lib/vertesia-common.js +3 -3
  137. package/lib/vertesia-common.js.map +1 -1
  138. package/lib/view-configuration-validation.js.map +1 -1
  139. package/lib/view-query-validation.js.map +1 -1
  140. package/lib/view-validation-helpers.d.ts +1 -1
  141. package/lib/view-validation-helpers.d.ts.map +1 -1
  142. package/lib/views-schema.d.ts +51 -51
  143. package/lib/views-schema.d.ts.map +1 -1
  144. package/lib/views-validation.js.map +1 -1
  145. package/lib/views.d.ts +2 -2
  146. package/lib/views.d.ts.map +1 -1
  147. package/lib/workflow-analytics.d.ts +10 -3
  148. package/lib/workflow-analytics.d.ts.map +1 -1
  149. package/package.json +4 -4
  150. package/src/api-schemas/adapter.ts +1 -1
  151. package/src/api-schemas/agent-runs.ts +12 -2
  152. package/src/api-schemas/api-discriminators.test.ts +84 -0
  153. package/src/api-schemas/app-delete-summary.contract.test.ts +67 -0
  154. package/src/api-schemas/app-lifecycle.ts +59 -0
  155. package/src/api-schemas/app-runtime.ts +103 -0
  156. package/src/api-schemas/apps.ts +72 -3
  157. package/src/api-schemas/content.ts +13 -0
  158. package/src/api-schemas/events.ts +63 -3
  159. package/src/api-schemas/interaction.contract.test.ts +27 -0
  160. package/src/api-schemas/interaction.ts +7 -0
  161. package/src/api-schemas/mcp-api-key.contract.test.ts +86 -0
  162. package/src/api-schemas/registry.ts +200 -18
  163. package/src/api-schemas/store.contract.test.ts +21 -0
  164. package/src/api-schemas/sts.contract.test.ts +33 -1
  165. package/src/api-schemas/sts.ts +13 -0
  166. package/src/apps.test.ts +82 -0
  167. package/src/apps.ts +50 -16
  168. package/src/index.ts +1 -0
  169. package/src/platform-event-validation.test.ts +26 -0
  170. package/src/platform-event-validation.ts +15 -2
  171. package/src/platform-event.ts +43 -0
  172. package/src/store/intake-policy-schema.generated.ts +36 -0
  173. package/src/store/workflow.ts +9 -0
  174. package/src/sts-errors.ts +13 -0
  175. package/src/sts-token-types.ts +2 -0
  176. package/src/user.ts +1 -1
  177. package/src/versions.test.ts +13 -0
  178. package/src/versions.ts +12 -0
  179. package/src/workflow-analytics.ts +10 -3
@@ -30,11 +30,11 @@ export declare const PostAgentRunUpdateResponseSchema: z.ZodObject<{
30
30
  }, z.core.$strict>;
31
31
  export declare const FileProcessingStatusSchema: z.ZodType<FileProcessingStatus>;
32
32
  export declare const AgentRunArchiveStateSchema: z.ZodEnum<{
33
- none: "none";
34
- failed: "failed";
35
- pending: "pending";
36
33
  archiving: "archiving";
37
34
  complete: "complete";
35
+ failed: "failed";
36
+ none: "none";
37
+ pending: "pending";
38
38
  }>;
39
39
  export declare const ResourceRefSchema: z.ZodObject<{
40
40
  id: z.ZodString;
@@ -73,6 +73,7 @@ export declare const ConversationFileSchema: z.ZodObject<{
73
73
  error: z.ZodOptional<z.ZodString>;
74
74
  started_at: z.ZodNumber;
75
75
  completed_at: z.ZodOptional<z.ZodNumber>;
76
+ consumed_at: z.ZodOptional<z.ZodNumber>;
76
77
  }, z.core.$strict>;
77
78
  export declare const AutonomousRunResponseSchema: z.ZodObject<{
78
79
  interaction: z.ZodString;
@@ -93,20 +94,21 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
93
94
  presence_penalty: z.ZodOptional<z.ZodNumber>;
94
95
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
95
96
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
97
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
96
98
  }, z.core.$strict>, z.ZodObject<{
97
99
  _option_id: z.ZodLiteral<"vertexai-imagen">;
98
100
  number_of_images: z.ZodOptional<z.ZodNumber>;
99
101
  seed: z.ZodOptional<z.ZodNumber>;
100
102
  person_generation: z.ZodOptional<z.ZodEnum<{
101
- dont_allow: "dont_allow";
102
103
  allow_adults: "allow_adults";
103
104
  allow_all: "allow_all";
105
+ dont_allow: "dont_allow";
104
106
  }>>;
105
107
  safety_setting: z.ZodOptional<z.ZodEnum<{
108
+ block_low_and_above: "block_low_and_above";
109
+ block_medium_and_above: "block_medium_and_above";
106
110
  block_none: "block_none";
107
111
  block_only_high: "block_only_high";
108
- block_medium_and_above: "block_medium_and_above";
109
- block_low_and_above: "block_low_and_above";
110
112
  }>>;
111
113
  image_file_type: z.ZodOptional<z.ZodEnum<{
112
114
  "image/jpeg": "image/jpeg";
@@ -114,10 +116,10 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
114
116
  }>>;
115
117
  jpeg_compression_quality: z.ZodOptional<z.ZodNumber>;
116
118
  aspect_ratio: z.ZodOptional<z.ZodEnum<{
119
+ "16:9": "16:9";
117
120
  "1:1": "1:1";
118
- "4:3": "4:3";
119
121
  "3:4": "3:4";
120
- "16:9": "16:9";
122
+ "4:3": "4:3";
121
123
  "9:16": "9:16";
122
124
  }>>;
123
125
  add_watermark: z.ZodOptional<z.ZodBoolean>;
@@ -129,16 +131,16 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
129
131
  mask_dilation: z.ZodOptional<z.ZodNumber>;
130
132
  mask_class: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
131
133
  controlType: z.ZodOptional<z.ZodEnum<{
132
- CONTROL_TYPE_FACE_MESH: "CONTROL_TYPE_FACE_MESH";
133
134
  CONTROL_TYPE_CANNY: "CONTROL_TYPE_CANNY";
135
+ CONTROL_TYPE_FACE_MESH: "CONTROL_TYPE_FACE_MESH";
134
136
  CONTROL_TYPE_SCRIBBLE: "CONTROL_TYPE_SCRIBBLE";
135
137
  }>>;
136
138
  controlImageComputation: z.ZodOptional<z.ZodBoolean>;
137
139
  subjectType: z.ZodOptional<z.ZodEnum<{
138
- SUBJECT_TYPE_PERSON: "SUBJECT_TYPE_PERSON";
139
140
  SUBJECT_TYPE_ANIMAL: "SUBJECT_TYPE_ANIMAL";
140
- SUBJECT_TYPE_PRODUCT: "SUBJECT_TYPE_PRODUCT";
141
141
  SUBJECT_TYPE_DEFAULT: "SUBJECT_TYPE_DEFAULT";
142
+ SUBJECT_TYPE_PERSON: "SUBJECT_TYPE_PERSON";
143
+ SUBJECT_TYPE_PRODUCT: "SUBJECT_TYPE_PRODUCT";
142
144
  }>>;
143
145
  }, z.core.$strict>, z.ZodObject<{
144
146
  _option_id: z.ZodLiteral<"vertexai-claude">;
@@ -148,18 +150,18 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
148
150
  top_k: z.ZodOptional<z.ZodNumber>;
149
151
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
150
152
  effort: z.ZodOptional<z.ZodEnum<{
153
+ high: "high";
151
154
  low: "low";
155
+ max: "max";
152
156
  medium: "medium";
153
- high: "high";
154
157
  xhigh: "xhigh";
155
- max: "max";
156
158
  }>>;
157
159
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
158
160
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
159
161
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
160
162
  cache_ttl: z.ZodOptional<z.ZodEnum<{
161
- "5m": "5m";
162
163
  "1h": "1h";
164
+ "5m": "5m";
163
165
  }>>;
164
166
  }, z.core.$strict>, z.ZodObject<{
165
167
  _option_id: z.ZodLiteral<"vertexai-gemini">;
@@ -172,9 +174,9 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
172
174
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
173
175
  seed: z.ZodOptional<z.ZodNumber>;
174
176
  effort: z.ZodOptional<z.ZodEnum<{
177
+ high: "high";
175
178
  low: "low";
176
179
  medium: "medium";
177
- high: "high";
178
180
  minimal: "minimal";
179
181
  }>>;
180
182
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
@@ -182,14 +184,14 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
182
184
  thinking_level: z.ZodOptional<z.ZodEnum<typeof import("@llumiverse/common").ThinkingLevel>>;
183
185
  flex: z.ZodOptional<z.ZodBoolean>;
184
186
  image_aspect_ratio: z.ZodOptional<z.ZodEnum<{
185
- "1:1": "1:1";
186
- "4:3": "4:3";
187
- "3:4": "3:4";
188
187
  "16:9": "16:9";
189
- "9:16": "9:16";
188
+ "1:1": "1:1";
189
+ "21:9": "21:9";
190
190
  "2:3": "2:3";
191
191
  "3:2": "3:2";
192
- "21:9": "21:9";
192
+ "3:4": "3:4";
193
+ "4:3": "4:3";
194
+ "9:16": "9:16";
193
195
  }>>;
194
196
  image_size: z.ZodOptional<z.ZodEnum<{
195
197
  "1K": "1K";
@@ -197,14 +199,14 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
197
199
  "4K": "4K";
198
200
  }>>;
199
201
  person_generation: z.ZodOptional<z.ZodEnum<{
200
- ALLOW_ALL: "ALLOW_ALL";
201
202
  ALLOW_ADULT: "ALLOW_ADULT";
203
+ ALLOW_ALL: "ALLOW_ALL";
202
204
  ALLOW_NONE: "ALLOW_NONE";
203
205
  }>>;
204
206
  prominent_people: z.ZodOptional<z.ZodEnum<{
205
- PROMINENT_PEOPLE_UNSPECIFIED: "PROMINENT_PEOPLE_UNSPECIFIED";
206
207
  ALLOW_PROMINENT_PEOPLE: "ALLOW_PROMINENT_PEOPLE";
207
208
  BLOCK_PROMINENT_PEOPLE: "BLOCK_PROMINENT_PEOPLE";
209
+ PROMINENT_PEOPLE_UNSPECIFIED: "PROMINENT_PEOPLE_UNSPECIFIED";
208
210
  }>>;
209
211
  output_mime_type: z.ZodOptional<z.ZodEnum<{
210
212
  "image/jpeg": "image/jpeg";
@@ -220,19 +222,19 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
220
222
  }, z.core.$strict>, z.ZodObject<{
221
223
  _option_id: z.ZodLiteral<"bedrock-nova-canvas">;
222
224
  taskType: z.ZodEnum<{
223
- TEXT_IMAGE: "TEXT_IMAGE";
224
- TEXT_IMAGE_WITH_IMAGE_CONDITIONING: "TEXT_IMAGE_WITH_IMAGE_CONDITIONING";
225
+ BACKGROUND_REMOVAL: "BACKGROUND_REMOVAL";
225
226
  COLOR_GUIDED_GENERATION: "COLOR_GUIDED_GENERATION";
226
227
  IMAGE_VARIATION: "IMAGE_VARIATION";
227
228
  INPAINTING: "INPAINTING";
228
229
  OUTPAINTING: "OUTPAINTING";
229
- BACKGROUND_REMOVAL: "BACKGROUND_REMOVAL";
230
+ TEXT_IMAGE: "TEXT_IMAGE";
231
+ TEXT_IMAGE_WITH_IMAGE_CONDITIONING: "TEXT_IMAGE_WITH_IMAGE_CONDITIONING";
230
232
  }>;
231
233
  width: z.ZodOptional<z.ZodNumber>;
232
234
  height: z.ZodOptional<z.ZodNumber>;
233
235
  quality: z.ZodOptional<z.ZodEnum<{
234
- standard: "standard";
235
236
  premium: "premium";
237
+ standard: "standard";
236
238
  }>>;
237
239
  cfgScale: z.ZodOptional<z.ZodNumber>;
238
240
  seed: z.ZodOptional<z.ZodNumber>;
@@ -254,30 +256,35 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
254
256
  temperature: z.ZodOptional<z.ZodNumber>;
255
257
  top_p: z.ZodOptional<z.ZodNumber>;
256
258
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
259
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
257
260
  }, z.core.$strict>, z.ZodObject<{
258
261
  _option_id: z.ZodLiteral<"bedrock-nova">;
259
262
  max_tokens: z.ZodOptional<z.ZodNumber>;
260
263
  temperature: z.ZodOptional<z.ZodNumber>;
261
264
  top_p: z.ZodOptional<z.ZodNumber>;
262
265
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
266
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
263
267
  }, z.core.$strict>, z.ZodObject<{
264
268
  _option_id: z.ZodLiteral<"bedrock-mistral">;
265
269
  max_tokens: z.ZodOptional<z.ZodNumber>;
266
270
  temperature: z.ZodOptional<z.ZodNumber>;
267
271
  top_p: z.ZodOptional<z.ZodNumber>;
268
272
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
273
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
269
274
  }, z.core.$strict>, z.ZodObject<{
270
275
  _option_id: z.ZodLiteral<"bedrock-ai21">;
271
276
  max_tokens: z.ZodOptional<z.ZodNumber>;
272
277
  temperature: z.ZodOptional<z.ZodNumber>;
273
278
  top_p: z.ZodOptional<z.ZodNumber>;
274
279
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
280
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
275
281
  }, z.core.$strict>, z.ZodObject<{
276
282
  _option_id: z.ZodLiteral<"bedrock-cohere-command">;
277
283
  max_tokens: z.ZodOptional<z.ZodNumber>;
278
284
  temperature: z.ZodOptional<z.ZodNumber>;
279
285
  top_p: z.ZodOptional<z.ZodNumber>;
280
286
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
287
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
281
288
  }, z.core.$strict>, z.ZodObject<{
282
289
  _option_id: z.ZodLiteral<"bedrock-claude">;
283
290
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -288,16 +295,16 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
288
295
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
289
296
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
290
297
  effort: z.ZodOptional<z.ZodEnum<{
298
+ high: "high";
291
299
  low: "low";
300
+ max: "max";
292
301
  medium: "medium";
293
- high: "high";
294
302
  xhigh: "xhigh";
295
- max: "max";
296
303
  }>>;
297
304
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
298
305
  cache_ttl: z.ZodOptional<z.ZodEnum<{
299
- "5m": "5m";
300
306
  "1h": "1h";
307
+ "5m": "5m";
301
308
  }>>;
302
309
  }, z.core.$strict>, z.ZodObject<{
303
310
  _option_id: z.ZodLiteral<"bedrock-palmyra">;
@@ -316,9 +323,9 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
316
323
  top_p: z.ZodOptional<z.ZodNumber>;
317
324
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
318
325
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
326
+ high: "high";
319
327
  low: "low";
320
328
  medium: "medium";
321
- high: "high";
322
329
  }>>;
323
330
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
324
331
  presence_penalty: z.ZodOptional<z.ZodNumber>;
@@ -332,35 +339,37 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
332
339
  temperature: z.ZodOptional<z.ZodNumber>;
333
340
  top_p: z.ZodOptional<z.ZodNumber>;
334
341
  effort: z.ZodOptional<z.ZodEnum<{
342
+ high: "high";
335
343
  low: "low";
336
344
  medium: "medium";
337
- high: "high";
338
- xhigh: "xhigh";
339
345
  none: "none";
346
+ xhigh: "xhigh";
340
347
  }>>;
341
348
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
349
+ high: "high";
342
350
  low: "low";
343
351
  medium: "medium";
344
- high: "high";
345
- xhigh: "xhigh";
346
352
  none: "none";
353
+ xhigh: "xhigh";
347
354
  }>>;
348
355
  verbosity: z.ZodOptional<z.ZodEnum<{
356
+ high: "high";
349
357
  low: "low";
350
358
  medium: "medium";
351
- high: "high";
352
359
  }>>;
353
360
  image_detail: z.ZodOptional<z.ZodEnum<{
354
- low: "low";
355
- high: "high";
356
361
  auto: "auto";
362
+ high: "high";
363
+ low: "low";
357
364
  }>>;
365
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
358
366
  }, z.core.$strict>, z.ZodObject<{
359
367
  _option_id: z.ZodLiteral<"bedrock-mantle-chat-completions">;
360
368
  max_tokens: z.ZodOptional<z.ZodNumber>;
361
369
  temperature: z.ZodOptional<z.ZodNumber>;
362
370
  top_p: z.ZodOptional<z.ZodNumber>;
363
371
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
372
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
364
373
  }, z.core.$strict>, z.ZodObject<{
365
374
  _option_id: z.ZodLiteral<"bedrock-mantle-claude">;
366
375
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -369,104 +378,124 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
369
378
  top_k: z.ZodOptional<z.ZodNumber>;
370
379
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
371
380
  effort: z.ZodOptional<z.ZodEnum<{
381
+ high: "high";
372
382
  low: "low";
383
+ max: "max";
373
384
  medium: "medium";
374
- high: "high";
375
385
  xhigh: "xhigh";
376
- max: "max";
377
386
  }>>;
378
387
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
379
388
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
380
389
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
381
390
  cache_ttl: z.ZodOptional<z.ZodEnum<{
382
- "5m": "5m";
383
391
  "1h": "1h";
392
+ "5m": "5m";
384
393
  }>>;
385
394
  }, z.core.$strict>, z.ZodObject<{
386
395
  _option_id: z.ZodLiteral<"openai-thinking">;
387
396
  max_tokens: z.ZodOptional<z.ZodNumber>;
388
397
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
389
398
  effort: z.ZodOptional<z.ZodEnum<{
390
- low: "low";
391
- medium: "medium";
392
399
  high: "high";
393
- xhigh: "xhigh";
400
+ low: "low";
394
401
  max: "max";
395
- none: "none";
402
+ medium: "medium";
396
403
  minimal: "minimal";
404
+ none: "none";
405
+ xhigh: "xhigh";
397
406
  }>>;
398
407
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
399
- low: "low";
400
- medium: "medium";
401
408
  high: "high";
402
- xhigh: "xhigh";
409
+ low: "low";
403
410
  max: "max";
404
- none: "none";
411
+ medium: "medium";
405
412
  minimal: "minimal";
413
+ none: "none";
414
+ xhigh: "xhigh";
406
415
  }>>;
407
416
  image_detail: z.ZodOptional<z.ZodEnum<{
408
- low: "low";
409
- high: "high";
410
417
  auto: "auto";
418
+ high: "high";
419
+ low: "low";
411
420
  }>>;
421
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
412
422
  }, z.core.$strict>, z.ZodObject<{
413
423
  _option_id: z.ZodLiteral<"openai-text">;
414
424
  max_tokens: z.ZodOptional<z.ZodNumber>;
425
+ effort: z.ZodOptional<z.ZodEnum<{
426
+ high: "high";
427
+ low: "low";
428
+ max: "max";
429
+ medium: "medium";
430
+ minimal: "minimal";
431
+ none: "none";
432
+ xhigh: "xhigh";
433
+ }>>;
434
+ reasoning_effort: z.ZodOptional<z.ZodEnum<{
435
+ high: "high";
436
+ low: "low";
437
+ max: "max";
438
+ medium: "medium";
439
+ minimal: "minimal";
440
+ none: "none";
441
+ xhigh: "xhigh";
442
+ }>>;
415
443
  temperature: z.ZodOptional<z.ZodNumber>;
416
444
  top_p: z.ZodOptional<z.ZodNumber>;
417
445
  presence_penalty: z.ZodOptional<z.ZodNumber>;
418
446
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
419
447
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
420
448
  image_detail: z.ZodOptional<z.ZodEnum<{
421
- low: "low";
422
- high: "high";
423
449
  auto: "auto";
450
+ high: "high";
451
+ low: "low";
424
452
  }>>;
453
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
425
454
  }, z.core.$strict>, z.ZodObject<{
426
455
  _option_id: z.ZodLiteral<"openai-dalle">;
427
456
  size: z.ZodOptional<z.ZodEnum<{
428
- "256x256": "256x256";
429
- "512x512": "512x512";
430
457
  "1024x1024": "1024x1024";
431
- "1792x1024": "1792x1024";
432
458
  "1024x1792": "1024x1792";
459
+ "1792x1024": "1792x1024";
460
+ "256x256": "256x256";
461
+ "512x512": "512x512";
433
462
  }>>;
434
463
  image_quality: z.ZodOptional<z.ZodEnum<{
435
- standard: "standard";
436
464
  hd: "hd";
465
+ standard: "standard";
437
466
  }>>;
438
467
  style: z.ZodOptional<z.ZodEnum<{
439
- vivid: "vivid";
440
468
  natural: "natural";
469
+ vivid: "vivid";
441
470
  }>>;
442
471
  response_format: z.ZodOptional<z.ZodEnum<{
443
- url: "url";
444
472
  b64_json: "b64_json";
473
+ url: "url";
445
474
  }>>;
446
475
  n: z.ZodOptional<z.ZodNumber>;
447
476
  }, z.core.$strict>, z.ZodObject<{
448
477
  _option_id: z.ZodLiteral<"openai-gpt-image">;
449
478
  size: z.ZodOptional<z.ZodEnum<{
450
- auto: "auto";
451
479
  "1024x1024": "1024x1024";
452
480
  "1024x1536": "1024x1536";
453
481
  "1536x1024": "1536x1024";
482
+ auto: "auto";
454
483
  }>>;
455
484
  image_quality: z.ZodOptional<z.ZodEnum<{
485
+ auto: "auto";
486
+ high: "high";
456
487
  low: "low";
457
488
  medium: "medium";
458
- high: "high";
459
- auto: "auto";
460
489
  }>>;
461
490
  background: z.ZodOptional<z.ZodEnum<{
462
491
  auto: "auto";
463
- transparent: "transparent";
464
492
  opaque: "opaque";
493
+ transparent: "transparent";
465
494
  }>>;
466
495
  output_format: z.ZodOptional<z.ZodEnum<{
496
+ jpeg: "jpeg";
467
497
  png: "png";
468
498
  webp: "webp";
469
- jpeg: "jpeg";
470
499
  }>>;
471
500
  }, z.core.$strict>, z.ZodObject<{
472
501
  _option_id: z.ZodLiteral<"groq-deepseek-thinking">;
@@ -477,9 +506,9 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
477
506
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
478
507
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
479
508
  reasoning_format: z.ZodEnum<{
509
+ hidden: "hidden";
480
510
  parsed: "parsed";
481
511
  raw: "raw";
482
- hidden: "hidden";
483
512
  }>;
484
513
  }, z.core.$strict>], "_option_id">>;
485
514
  prompt_cache_key: z.ZodOptional<z.ZodString>;
@@ -504,8 +533,8 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
504
533
  tool: z.ZodString;
505
534
  input: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
506
535
  on_error: z.ZodOptional<z.ZodEnum<{
507
- fail: "fail";
508
536
  continue: "continue";
537
+ fail: "fail";
509
538
  }>>;
510
539
  }, z.core.$strict>>>;
511
540
  excluded_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -516,27 +545,27 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
516
545
  id: z.ZodString;
517
546
  name: z.ZodString;
518
547
  default_view: z.ZodOptional<z.ZodEnum<{
519
- text: "text";
520
- image: "image";
521
- properties: "properties";
522
548
  auto: "auto";
549
+ image: "image";
523
550
  pdf: "pdf";
551
+ properties: "properties";
552
+ text: "text";
524
553
  }>>;
525
554
  }, z.core.$strict>, z.ZodObject<{
526
555
  ref_type: z.ZodLiteral<"incode">;
527
556
  id: z.ZodString;
528
557
  name: z.ZodString;
529
558
  default_view: z.ZodOptional<z.ZodEnum<{
530
- text: "text";
531
- image: "image";
532
- properties: "properties";
533
559
  auto: "auto";
560
+ image: "image";
534
561
  pdf: "pdf";
562
+ properties: "properties";
563
+ text: "text";
535
564
  }>>;
536
565
  }, z.core.$strict>], "ref_type">>;
537
566
  visibility: z.ZodOptional<z.ZodEnum<{
538
- project: "project";
539
567
  private: "private";
568
+ project: "project";
540
569
  }>>;
541
570
  tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
542
571
  categories: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -545,13 +574,13 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
545
574
  type: z.ZodEnum<typeof import("../interaction.js").RunSourceTypes>;
546
575
  label: z.ZodString;
547
576
  principal_type: z.ZodEnum<{
548
- user: "user";
549
- group: "group";
550
- apikey: "apikey";
551
577
  agent: "agent";
552
- schedule: "schedule";
578
+ apikey: "apikey";
579
+ group: "group";
553
580
  oauth_access: "oauth_access";
581
+ schedule: "schedule";
554
582
  service_account: "service_account";
583
+ user: "user";
555
584
  }>;
556
585
  principal_id: z.ZodString;
557
586
  client_ip: z.ZodString;
@@ -559,13 +588,13 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
559
588
  schedule_id: z.ZodOptional<z.ZodString>;
560
589
  source_type: z.ZodOptional<z.ZodEnum<{
561
590
  api: "api";
562
- schedule: "schedule";
563
591
  event_subscription: "event_subscription";
592
+ schedule: "schedule";
564
593
  }>>;
565
594
  type: z.ZodOptional<z.ZodEnum<{
566
595
  api: "api";
567
- schedule: "schedule";
568
596
  event_subscription: "event_subscription";
597
+ schedule: "schedule";
569
598
  }>>;
570
599
  id: z.ZodString;
571
600
  run_kind: z.ZodLiteral<"agent">;
@@ -576,15 +605,15 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
576
605
  first_workflow_run_id: z.ZodOptional<z.ZodString>;
577
606
  artifacts_path: z.ZodOptional<z.ZodString>;
578
607
  status: z.ZodEnum<{
579
- failed: "failed";
608
+ cancelled: "cancelled";
580
609
  completed: "completed";
581
610
  created: "created";
611
+ failed: "failed";
582
612
  running: "running";
583
- cancelled: "cancelled";
584
613
  }>;
585
614
  activity_state: z.ZodOptional<z.ZodEnum<{
586
- working: "working";
587
615
  idle: "idle";
616
+ working: "working";
588
617
  }>>;
589
618
  started_by: z.ZodString;
590
619
  started_at: z.ZodString;
@@ -597,12 +626,12 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
597
626
  caused_by_event_id: z.ZodOptional<z.ZodString>;
598
627
  hop_count: z.ZodNumber;
599
628
  event_category: z.ZodEnum<{
600
- system: "system";
601
- content: "content";
602
629
  billing: "billing";
630
+ content: "content";
603
631
  external: "external";
604
- workflow: "workflow";
605
632
  security: "security";
633
+ system: "system";
634
+ workflow: "workflow";
606
635
  }>;
607
636
  action: z.ZodString;
608
637
  resource_type: z.ZodString;
@@ -612,11 +641,11 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
612
641
  tenant_id: z.ZodNullable<z.ZodString>;
613
642
  }, z.core.$strict>>;
614
643
  archive_state: z.ZodOptional<z.ZodEnum<{
615
- none: "none";
616
- failed: "failed";
617
- pending: "pending";
618
644
  archiving: "archiving";
619
645
  complete: "complete";
646
+ failed: "failed";
647
+ none: "none";
648
+ pending: "pending";
620
649
  }>>;
621
650
  created_at: z.ZodString;
622
651
  updated_at: z.ZodString;
@@ -630,8 +659,8 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
630
659
  description: z.ZodOptional<z.ZodString>;
631
660
  status: z.ZodEnum<typeof import("../interaction.js").InteractionStatus>;
632
661
  visibility: z.ZodOptional<z.ZodEnum<{
633
- public: "public";
634
662
  private: "private";
663
+ public: "public";
635
664
  }>>;
636
665
  version: z.ZodNumber;
637
666
  tags: z.ZodArray<z.ZodString>;
@@ -710,20 +739,21 @@ export declare const AgentRunSchema: z.ZodObject<{
710
739
  presence_penalty: z.ZodOptional<z.ZodNumber>;
711
740
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
712
741
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
742
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
713
743
  }, z.core.$strict>, z.ZodObject<{
714
744
  _option_id: z.ZodLiteral<"vertexai-imagen">;
715
745
  number_of_images: z.ZodOptional<z.ZodNumber>;
716
746
  seed: z.ZodOptional<z.ZodNumber>;
717
747
  person_generation: z.ZodOptional<z.ZodEnum<{
718
- dont_allow: "dont_allow";
719
748
  allow_adults: "allow_adults";
720
749
  allow_all: "allow_all";
750
+ dont_allow: "dont_allow";
721
751
  }>>;
722
752
  safety_setting: z.ZodOptional<z.ZodEnum<{
753
+ block_low_and_above: "block_low_and_above";
754
+ block_medium_and_above: "block_medium_and_above";
723
755
  block_none: "block_none";
724
756
  block_only_high: "block_only_high";
725
- block_medium_and_above: "block_medium_and_above";
726
- block_low_and_above: "block_low_and_above";
727
757
  }>>;
728
758
  image_file_type: z.ZodOptional<z.ZodEnum<{
729
759
  "image/jpeg": "image/jpeg";
@@ -731,10 +761,10 @@ export declare const AgentRunSchema: z.ZodObject<{
731
761
  }>>;
732
762
  jpeg_compression_quality: z.ZodOptional<z.ZodNumber>;
733
763
  aspect_ratio: z.ZodOptional<z.ZodEnum<{
764
+ "16:9": "16:9";
734
765
  "1:1": "1:1";
735
- "4:3": "4:3";
736
766
  "3:4": "3:4";
737
- "16:9": "16:9";
767
+ "4:3": "4:3";
738
768
  "9:16": "9:16";
739
769
  }>>;
740
770
  add_watermark: z.ZodOptional<z.ZodBoolean>;
@@ -746,16 +776,16 @@ export declare const AgentRunSchema: z.ZodObject<{
746
776
  mask_dilation: z.ZodOptional<z.ZodNumber>;
747
777
  mask_class: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
748
778
  controlType: z.ZodOptional<z.ZodEnum<{
749
- CONTROL_TYPE_FACE_MESH: "CONTROL_TYPE_FACE_MESH";
750
779
  CONTROL_TYPE_CANNY: "CONTROL_TYPE_CANNY";
780
+ CONTROL_TYPE_FACE_MESH: "CONTROL_TYPE_FACE_MESH";
751
781
  CONTROL_TYPE_SCRIBBLE: "CONTROL_TYPE_SCRIBBLE";
752
782
  }>>;
753
783
  controlImageComputation: z.ZodOptional<z.ZodBoolean>;
754
784
  subjectType: z.ZodOptional<z.ZodEnum<{
755
- SUBJECT_TYPE_PERSON: "SUBJECT_TYPE_PERSON";
756
785
  SUBJECT_TYPE_ANIMAL: "SUBJECT_TYPE_ANIMAL";
757
- SUBJECT_TYPE_PRODUCT: "SUBJECT_TYPE_PRODUCT";
758
786
  SUBJECT_TYPE_DEFAULT: "SUBJECT_TYPE_DEFAULT";
787
+ SUBJECT_TYPE_PERSON: "SUBJECT_TYPE_PERSON";
788
+ SUBJECT_TYPE_PRODUCT: "SUBJECT_TYPE_PRODUCT";
759
789
  }>>;
760
790
  }, z.core.$strict>, z.ZodObject<{
761
791
  _option_id: z.ZodLiteral<"vertexai-claude">;
@@ -765,18 +795,18 @@ export declare const AgentRunSchema: z.ZodObject<{
765
795
  top_k: z.ZodOptional<z.ZodNumber>;
766
796
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
767
797
  effort: z.ZodOptional<z.ZodEnum<{
798
+ high: "high";
768
799
  low: "low";
800
+ max: "max";
769
801
  medium: "medium";
770
- high: "high";
771
802
  xhigh: "xhigh";
772
- max: "max";
773
803
  }>>;
774
804
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
775
805
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
776
806
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
777
807
  cache_ttl: z.ZodOptional<z.ZodEnum<{
778
- "5m": "5m";
779
808
  "1h": "1h";
809
+ "5m": "5m";
780
810
  }>>;
781
811
  }, z.core.$strict>, z.ZodObject<{
782
812
  _option_id: z.ZodLiteral<"vertexai-gemini">;
@@ -789,9 +819,9 @@ export declare const AgentRunSchema: z.ZodObject<{
789
819
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
790
820
  seed: z.ZodOptional<z.ZodNumber>;
791
821
  effort: z.ZodOptional<z.ZodEnum<{
822
+ high: "high";
792
823
  low: "low";
793
824
  medium: "medium";
794
- high: "high";
795
825
  minimal: "minimal";
796
826
  }>>;
797
827
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
@@ -799,14 +829,14 @@ export declare const AgentRunSchema: z.ZodObject<{
799
829
  thinking_level: z.ZodOptional<z.ZodEnum<typeof import("@llumiverse/common").ThinkingLevel>>;
800
830
  flex: z.ZodOptional<z.ZodBoolean>;
801
831
  image_aspect_ratio: z.ZodOptional<z.ZodEnum<{
802
- "1:1": "1:1";
803
- "4:3": "4:3";
804
- "3:4": "3:4";
805
832
  "16:9": "16:9";
806
- "9:16": "9:16";
833
+ "1:1": "1:1";
834
+ "21:9": "21:9";
807
835
  "2:3": "2:3";
808
836
  "3:2": "3:2";
809
- "21:9": "21:9";
837
+ "3:4": "3:4";
838
+ "4:3": "4:3";
839
+ "9:16": "9:16";
810
840
  }>>;
811
841
  image_size: z.ZodOptional<z.ZodEnum<{
812
842
  "1K": "1K";
@@ -814,14 +844,14 @@ export declare const AgentRunSchema: z.ZodObject<{
814
844
  "4K": "4K";
815
845
  }>>;
816
846
  person_generation: z.ZodOptional<z.ZodEnum<{
817
- ALLOW_ALL: "ALLOW_ALL";
818
847
  ALLOW_ADULT: "ALLOW_ADULT";
848
+ ALLOW_ALL: "ALLOW_ALL";
819
849
  ALLOW_NONE: "ALLOW_NONE";
820
850
  }>>;
821
851
  prominent_people: z.ZodOptional<z.ZodEnum<{
822
- PROMINENT_PEOPLE_UNSPECIFIED: "PROMINENT_PEOPLE_UNSPECIFIED";
823
852
  ALLOW_PROMINENT_PEOPLE: "ALLOW_PROMINENT_PEOPLE";
824
853
  BLOCK_PROMINENT_PEOPLE: "BLOCK_PROMINENT_PEOPLE";
854
+ PROMINENT_PEOPLE_UNSPECIFIED: "PROMINENT_PEOPLE_UNSPECIFIED";
825
855
  }>>;
826
856
  output_mime_type: z.ZodOptional<z.ZodEnum<{
827
857
  "image/jpeg": "image/jpeg";
@@ -837,19 +867,19 @@ export declare const AgentRunSchema: z.ZodObject<{
837
867
  }, z.core.$strict>, z.ZodObject<{
838
868
  _option_id: z.ZodLiteral<"bedrock-nova-canvas">;
839
869
  taskType: z.ZodEnum<{
840
- TEXT_IMAGE: "TEXT_IMAGE";
841
- TEXT_IMAGE_WITH_IMAGE_CONDITIONING: "TEXT_IMAGE_WITH_IMAGE_CONDITIONING";
870
+ BACKGROUND_REMOVAL: "BACKGROUND_REMOVAL";
842
871
  COLOR_GUIDED_GENERATION: "COLOR_GUIDED_GENERATION";
843
872
  IMAGE_VARIATION: "IMAGE_VARIATION";
844
873
  INPAINTING: "INPAINTING";
845
874
  OUTPAINTING: "OUTPAINTING";
846
- BACKGROUND_REMOVAL: "BACKGROUND_REMOVAL";
875
+ TEXT_IMAGE: "TEXT_IMAGE";
876
+ TEXT_IMAGE_WITH_IMAGE_CONDITIONING: "TEXT_IMAGE_WITH_IMAGE_CONDITIONING";
847
877
  }>;
848
878
  width: z.ZodOptional<z.ZodNumber>;
849
879
  height: z.ZodOptional<z.ZodNumber>;
850
880
  quality: z.ZodOptional<z.ZodEnum<{
851
- standard: "standard";
852
881
  premium: "premium";
882
+ standard: "standard";
853
883
  }>>;
854
884
  cfgScale: z.ZodOptional<z.ZodNumber>;
855
885
  seed: z.ZodOptional<z.ZodNumber>;
@@ -871,30 +901,35 @@ export declare const AgentRunSchema: z.ZodObject<{
871
901
  temperature: z.ZodOptional<z.ZodNumber>;
872
902
  top_p: z.ZodOptional<z.ZodNumber>;
873
903
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
904
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
874
905
  }, z.core.$strict>, z.ZodObject<{
875
906
  _option_id: z.ZodLiteral<"bedrock-nova">;
876
907
  max_tokens: z.ZodOptional<z.ZodNumber>;
877
908
  temperature: z.ZodOptional<z.ZodNumber>;
878
909
  top_p: z.ZodOptional<z.ZodNumber>;
879
910
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
911
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
880
912
  }, z.core.$strict>, z.ZodObject<{
881
913
  _option_id: z.ZodLiteral<"bedrock-mistral">;
882
914
  max_tokens: z.ZodOptional<z.ZodNumber>;
883
915
  temperature: z.ZodOptional<z.ZodNumber>;
884
916
  top_p: z.ZodOptional<z.ZodNumber>;
885
917
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
918
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
886
919
  }, z.core.$strict>, z.ZodObject<{
887
920
  _option_id: z.ZodLiteral<"bedrock-ai21">;
888
921
  max_tokens: z.ZodOptional<z.ZodNumber>;
889
922
  temperature: z.ZodOptional<z.ZodNumber>;
890
923
  top_p: z.ZodOptional<z.ZodNumber>;
891
924
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
925
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
892
926
  }, z.core.$strict>, z.ZodObject<{
893
927
  _option_id: z.ZodLiteral<"bedrock-cohere-command">;
894
928
  max_tokens: z.ZodOptional<z.ZodNumber>;
895
929
  temperature: z.ZodOptional<z.ZodNumber>;
896
930
  top_p: z.ZodOptional<z.ZodNumber>;
897
931
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
932
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
898
933
  }, z.core.$strict>, z.ZodObject<{
899
934
  _option_id: z.ZodLiteral<"bedrock-claude">;
900
935
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -905,16 +940,16 @@ export declare const AgentRunSchema: z.ZodObject<{
905
940
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
906
941
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
907
942
  effort: z.ZodOptional<z.ZodEnum<{
943
+ high: "high";
908
944
  low: "low";
945
+ max: "max";
909
946
  medium: "medium";
910
- high: "high";
911
947
  xhigh: "xhigh";
912
- max: "max";
913
948
  }>>;
914
949
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
915
950
  cache_ttl: z.ZodOptional<z.ZodEnum<{
916
- "5m": "5m";
917
951
  "1h": "1h";
952
+ "5m": "5m";
918
953
  }>>;
919
954
  }, z.core.$strict>, z.ZodObject<{
920
955
  _option_id: z.ZodLiteral<"bedrock-palmyra">;
@@ -933,9 +968,9 @@ export declare const AgentRunSchema: z.ZodObject<{
933
968
  top_p: z.ZodOptional<z.ZodNumber>;
934
969
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
935
970
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
971
+ high: "high";
936
972
  low: "low";
937
973
  medium: "medium";
938
- high: "high";
939
974
  }>>;
940
975
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
941
976
  presence_penalty: z.ZodOptional<z.ZodNumber>;
@@ -949,35 +984,37 @@ export declare const AgentRunSchema: z.ZodObject<{
949
984
  temperature: z.ZodOptional<z.ZodNumber>;
950
985
  top_p: z.ZodOptional<z.ZodNumber>;
951
986
  effort: z.ZodOptional<z.ZodEnum<{
987
+ high: "high";
952
988
  low: "low";
953
989
  medium: "medium";
954
- high: "high";
955
- xhigh: "xhigh";
956
990
  none: "none";
991
+ xhigh: "xhigh";
957
992
  }>>;
958
993
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
994
+ high: "high";
959
995
  low: "low";
960
996
  medium: "medium";
961
- high: "high";
962
- xhigh: "xhigh";
963
997
  none: "none";
998
+ xhigh: "xhigh";
964
999
  }>>;
965
1000
  verbosity: z.ZodOptional<z.ZodEnum<{
1001
+ high: "high";
966
1002
  low: "low";
967
1003
  medium: "medium";
968
- high: "high";
969
1004
  }>>;
970
1005
  image_detail: z.ZodOptional<z.ZodEnum<{
971
- low: "low";
972
- high: "high";
973
1006
  auto: "auto";
1007
+ high: "high";
1008
+ low: "low";
974
1009
  }>>;
1010
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
975
1011
  }, z.core.$strict>, z.ZodObject<{
976
1012
  _option_id: z.ZodLiteral<"bedrock-mantle-chat-completions">;
977
1013
  max_tokens: z.ZodOptional<z.ZodNumber>;
978
1014
  temperature: z.ZodOptional<z.ZodNumber>;
979
1015
  top_p: z.ZodOptional<z.ZodNumber>;
980
1016
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1017
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
981
1018
  }, z.core.$strict>, z.ZodObject<{
982
1019
  _option_id: z.ZodLiteral<"bedrock-mantle-claude">;
983
1020
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -986,104 +1023,124 @@ export declare const AgentRunSchema: z.ZodObject<{
986
1023
  top_k: z.ZodOptional<z.ZodNumber>;
987
1024
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
988
1025
  effort: z.ZodOptional<z.ZodEnum<{
1026
+ high: "high";
989
1027
  low: "low";
1028
+ max: "max";
990
1029
  medium: "medium";
991
- high: "high";
992
1030
  xhigh: "xhigh";
993
- max: "max";
994
1031
  }>>;
995
1032
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
996
1033
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
997
1034
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
998
1035
  cache_ttl: z.ZodOptional<z.ZodEnum<{
999
- "5m": "5m";
1000
1036
  "1h": "1h";
1037
+ "5m": "5m";
1001
1038
  }>>;
1002
1039
  }, z.core.$strict>, z.ZodObject<{
1003
1040
  _option_id: z.ZodLiteral<"openai-thinking">;
1004
1041
  max_tokens: z.ZodOptional<z.ZodNumber>;
1005
1042
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1006
1043
  effort: z.ZodOptional<z.ZodEnum<{
1007
- low: "low";
1008
- medium: "medium";
1009
1044
  high: "high";
1010
- xhigh: "xhigh";
1045
+ low: "low";
1011
1046
  max: "max";
1012
- none: "none";
1047
+ medium: "medium";
1013
1048
  minimal: "minimal";
1049
+ none: "none";
1050
+ xhigh: "xhigh";
1014
1051
  }>>;
1015
1052
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
1016
- low: "low";
1017
- medium: "medium";
1018
1053
  high: "high";
1019
- xhigh: "xhigh";
1054
+ low: "low";
1020
1055
  max: "max";
1021
- none: "none";
1056
+ medium: "medium";
1022
1057
  minimal: "minimal";
1058
+ none: "none";
1059
+ xhigh: "xhigh";
1023
1060
  }>>;
1024
1061
  image_detail: z.ZodOptional<z.ZodEnum<{
1025
- low: "low";
1026
- high: "high";
1027
1062
  auto: "auto";
1063
+ high: "high";
1064
+ low: "low";
1028
1065
  }>>;
1066
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
1029
1067
  }, z.core.$strict>, z.ZodObject<{
1030
1068
  _option_id: z.ZodLiteral<"openai-text">;
1031
1069
  max_tokens: z.ZodOptional<z.ZodNumber>;
1070
+ effort: z.ZodOptional<z.ZodEnum<{
1071
+ high: "high";
1072
+ low: "low";
1073
+ max: "max";
1074
+ medium: "medium";
1075
+ minimal: "minimal";
1076
+ none: "none";
1077
+ xhigh: "xhigh";
1078
+ }>>;
1079
+ reasoning_effort: z.ZodOptional<z.ZodEnum<{
1080
+ high: "high";
1081
+ low: "low";
1082
+ max: "max";
1083
+ medium: "medium";
1084
+ minimal: "minimal";
1085
+ none: "none";
1086
+ xhigh: "xhigh";
1087
+ }>>;
1032
1088
  temperature: z.ZodOptional<z.ZodNumber>;
1033
1089
  top_p: z.ZodOptional<z.ZodNumber>;
1034
1090
  presence_penalty: z.ZodOptional<z.ZodNumber>;
1035
1091
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
1036
1092
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1037
1093
  image_detail: z.ZodOptional<z.ZodEnum<{
1038
- low: "low";
1039
- high: "high";
1040
1094
  auto: "auto";
1095
+ high: "high";
1096
+ low: "low";
1041
1097
  }>>;
1098
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
1042
1099
  }, z.core.$strict>, z.ZodObject<{
1043
1100
  _option_id: z.ZodLiteral<"openai-dalle">;
1044
1101
  size: z.ZodOptional<z.ZodEnum<{
1045
- "256x256": "256x256";
1046
- "512x512": "512x512";
1047
1102
  "1024x1024": "1024x1024";
1048
- "1792x1024": "1792x1024";
1049
1103
  "1024x1792": "1024x1792";
1104
+ "1792x1024": "1792x1024";
1105
+ "256x256": "256x256";
1106
+ "512x512": "512x512";
1050
1107
  }>>;
1051
1108
  image_quality: z.ZodOptional<z.ZodEnum<{
1052
- standard: "standard";
1053
1109
  hd: "hd";
1110
+ standard: "standard";
1054
1111
  }>>;
1055
1112
  style: z.ZodOptional<z.ZodEnum<{
1056
- vivid: "vivid";
1057
1113
  natural: "natural";
1114
+ vivid: "vivid";
1058
1115
  }>>;
1059
1116
  response_format: z.ZodOptional<z.ZodEnum<{
1060
- url: "url";
1061
1117
  b64_json: "b64_json";
1118
+ url: "url";
1062
1119
  }>>;
1063
1120
  n: z.ZodOptional<z.ZodNumber>;
1064
1121
  }, z.core.$strict>, z.ZodObject<{
1065
1122
  _option_id: z.ZodLiteral<"openai-gpt-image">;
1066
1123
  size: z.ZodOptional<z.ZodEnum<{
1067
- auto: "auto";
1068
1124
  "1024x1024": "1024x1024";
1069
1125
  "1024x1536": "1024x1536";
1070
1126
  "1536x1024": "1536x1024";
1127
+ auto: "auto";
1071
1128
  }>>;
1072
1129
  image_quality: z.ZodOptional<z.ZodEnum<{
1130
+ auto: "auto";
1131
+ high: "high";
1073
1132
  low: "low";
1074
1133
  medium: "medium";
1075
- high: "high";
1076
- auto: "auto";
1077
1134
  }>>;
1078
1135
  background: z.ZodOptional<z.ZodEnum<{
1079
1136
  auto: "auto";
1080
- transparent: "transparent";
1081
1137
  opaque: "opaque";
1138
+ transparent: "transparent";
1082
1139
  }>>;
1083
1140
  output_format: z.ZodOptional<z.ZodEnum<{
1141
+ jpeg: "jpeg";
1084
1142
  png: "png";
1085
1143
  webp: "webp";
1086
- jpeg: "jpeg";
1087
1144
  }>>;
1088
1145
  }, z.core.$strict>, z.ZodObject<{
1089
1146
  _option_id: z.ZodLiteral<"groq-deepseek-thinking">;
@@ -1094,9 +1151,9 @@ export declare const AgentRunSchema: z.ZodObject<{
1094
1151
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
1095
1152
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1096
1153
  reasoning_format: z.ZodEnum<{
1154
+ hidden: "hidden";
1097
1155
  parsed: "parsed";
1098
1156
  raw: "raw";
1099
- hidden: "hidden";
1100
1157
  }>;
1101
1158
  }, z.core.$strict>], "_option_id">>;
1102
1159
  prompt_cache_key: z.ZodOptional<z.ZodString>;
@@ -1121,8 +1178,8 @@ export declare const AgentRunSchema: z.ZodObject<{
1121
1178
  tool: z.ZodString;
1122
1179
  input: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
1123
1180
  on_error: z.ZodOptional<z.ZodEnum<{
1124
- fail: "fail";
1125
1181
  continue: "continue";
1182
+ fail: "fail";
1126
1183
  }>>;
1127
1184
  }, z.core.$strict>>>;
1128
1185
  excluded_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -1133,27 +1190,27 @@ export declare const AgentRunSchema: z.ZodObject<{
1133
1190
  id: z.ZodString;
1134
1191
  name: z.ZodString;
1135
1192
  default_view: z.ZodOptional<z.ZodEnum<{
1136
- text: "text";
1137
- image: "image";
1138
- properties: "properties";
1139
1193
  auto: "auto";
1194
+ image: "image";
1140
1195
  pdf: "pdf";
1196
+ properties: "properties";
1197
+ text: "text";
1141
1198
  }>>;
1142
1199
  }, z.core.$strict>, z.ZodObject<{
1143
1200
  ref_type: z.ZodLiteral<"incode">;
1144
1201
  id: z.ZodString;
1145
1202
  name: z.ZodString;
1146
1203
  default_view: z.ZodOptional<z.ZodEnum<{
1147
- text: "text";
1148
- image: "image";
1149
- properties: "properties";
1150
1204
  auto: "auto";
1205
+ image: "image";
1151
1206
  pdf: "pdf";
1207
+ properties: "properties";
1208
+ text: "text";
1152
1209
  }>>;
1153
1210
  }, z.core.$strict>], "ref_type">>;
1154
1211
  visibility: z.ZodOptional<z.ZodEnum<{
1155
- project: "project";
1156
1212
  private: "private";
1213
+ project: "project";
1157
1214
  }>>;
1158
1215
  tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
1159
1216
  categories: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -1162,13 +1219,13 @@ export declare const AgentRunSchema: z.ZodObject<{
1162
1219
  type: z.ZodEnum<typeof import("../interaction.js").RunSourceTypes>;
1163
1220
  label: z.ZodString;
1164
1221
  principal_type: z.ZodEnum<{
1165
- user: "user";
1166
- group: "group";
1167
- apikey: "apikey";
1168
1222
  agent: "agent";
1169
- schedule: "schedule";
1223
+ apikey: "apikey";
1224
+ group: "group";
1170
1225
  oauth_access: "oauth_access";
1226
+ schedule: "schedule";
1171
1227
  service_account: "service_account";
1228
+ user: "user";
1172
1229
  }>;
1173
1230
  principal_id: z.ZodString;
1174
1231
  client_ip: z.ZodString;
@@ -1176,13 +1233,13 @@ export declare const AgentRunSchema: z.ZodObject<{
1176
1233
  schedule_id: z.ZodOptional<z.ZodString>;
1177
1234
  source_type: z.ZodOptional<z.ZodEnum<{
1178
1235
  api: "api";
1179
- schedule: "schedule";
1180
1236
  event_subscription: "event_subscription";
1237
+ schedule: "schedule";
1181
1238
  }>>;
1182
1239
  type: z.ZodOptional<z.ZodEnum<{
1183
1240
  api: "api";
1184
- schedule: "schedule";
1185
1241
  event_subscription: "event_subscription";
1242
+ schedule: "schedule";
1186
1243
  }>>;
1187
1244
  id: z.ZodString;
1188
1245
  run_kind: z.ZodLiteral<"agent">;
@@ -1193,15 +1250,15 @@ export declare const AgentRunSchema: z.ZodObject<{
1193
1250
  first_workflow_run_id: z.ZodOptional<z.ZodString>;
1194
1251
  artifacts_path: z.ZodOptional<z.ZodString>;
1195
1252
  status: z.ZodEnum<{
1196
- failed: "failed";
1253
+ cancelled: "cancelled";
1197
1254
  completed: "completed";
1198
1255
  created: "created";
1256
+ failed: "failed";
1199
1257
  running: "running";
1200
- cancelled: "cancelled";
1201
1258
  }>;
1202
1259
  activity_state: z.ZodOptional<z.ZodEnum<{
1203
- working: "working";
1204
1260
  idle: "idle";
1261
+ working: "working";
1205
1262
  }>>;
1206
1263
  started_by: z.ZodString;
1207
1264
  started_at: z.ZodString;
@@ -1214,12 +1271,12 @@ export declare const AgentRunSchema: z.ZodObject<{
1214
1271
  caused_by_event_id: z.ZodOptional<z.ZodString>;
1215
1272
  hop_count: z.ZodNumber;
1216
1273
  event_category: z.ZodEnum<{
1217
- system: "system";
1218
- content: "content";
1219
1274
  billing: "billing";
1275
+ content: "content";
1220
1276
  external: "external";
1221
- workflow: "workflow";
1222
1277
  security: "security";
1278
+ system: "system";
1279
+ workflow: "workflow";
1223
1280
  }>;
1224
1281
  action: z.ZodString;
1225
1282
  resource_type: z.ZodString;
@@ -1229,11 +1286,11 @@ export declare const AgentRunSchema: z.ZodObject<{
1229
1286
  tenant_id: z.ZodNullable<z.ZodString>;
1230
1287
  }, z.core.$strict>>;
1231
1288
  archive_state: z.ZodOptional<z.ZodEnum<{
1232
- none: "none";
1233
- failed: "failed";
1234
- pending: "pending";
1235
1289
  archiving: "archiving";
1236
1290
  complete: "complete";
1291
+ failed: "failed";
1292
+ none: "none";
1293
+ pending: "pending";
1237
1294
  }>>;
1238
1295
  created_at: z.ZodString;
1239
1296
  updated_at: z.ZodString;
@@ -1247,8 +1304,8 @@ export declare const AgentRunSchema: z.ZodObject<{
1247
1304
  description: z.ZodOptional<z.ZodString>;
1248
1305
  status: z.ZodEnum<typeof import("../interaction.js").InteractionStatus>;
1249
1306
  visibility: z.ZodOptional<z.ZodEnum<{
1250
- public: "public";
1251
1307
  private: "private";
1308
+ public: "public";
1252
1309
  }>>;
1253
1310
  version: z.ZodNumber;
1254
1311
  tags: z.ZodArray<z.ZodString>;
@@ -1327,20 +1384,21 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1327
1384
  presence_penalty: z.ZodOptional<z.ZodNumber>;
1328
1385
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
1329
1386
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1387
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
1330
1388
  }, z.core.$strict>, z.ZodObject<{
1331
1389
  _option_id: z.ZodLiteral<"vertexai-imagen">;
1332
1390
  number_of_images: z.ZodOptional<z.ZodNumber>;
1333
1391
  seed: z.ZodOptional<z.ZodNumber>;
1334
1392
  person_generation: z.ZodOptional<z.ZodEnum<{
1335
- dont_allow: "dont_allow";
1336
1393
  allow_adults: "allow_adults";
1337
1394
  allow_all: "allow_all";
1395
+ dont_allow: "dont_allow";
1338
1396
  }>>;
1339
1397
  safety_setting: z.ZodOptional<z.ZodEnum<{
1398
+ block_low_and_above: "block_low_and_above";
1399
+ block_medium_and_above: "block_medium_and_above";
1340
1400
  block_none: "block_none";
1341
1401
  block_only_high: "block_only_high";
1342
- block_medium_and_above: "block_medium_and_above";
1343
- block_low_and_above: "block_low_and_above";
1344
1402
  }>>;
1345
1403
  image_file_type: z.ZodOptional<z.ZodEnum<{
1346
1404
  "image/jpeg": "image/jpeg";
@@ -1348,10 +1406,10 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1348
1406
  }>>;
1349
1407
  jpeg_compression_quality: z.ZodOptional<z.ZodNumber>;
1350
1408
  aspect_ratio: z.ZodOptional<z.ZodEnum<{
1409
+ "16:9": "16:9";
1351
1410
  "1:1": "1:1";
1352
- "4:3": "4:3";
1353
1411
  "3:4": "3:4";
1354
- "16:9": "16:9";
1412
+ "4:3": "4:3";
1355
1413
  "9:16": "9:16";
1356
1414
  }>>;
1357
1415
  add_watermark: z.ZodOptional<z.ZodBoolean>;
@@ -1363,16 +1421,16 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1363
1421
  mask_dilation: z.ZodOptional<z.ZodNumber>;
1364
1422
  mask_class: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1365
1423
  controlType: z.ZodOptional<z.ZodEnum<{
1366
- CONTROL_TYPE_FACE_MESH: "CONTROL_TYPE_FACE_MESH";
1367
1424
  CONTROL_TYPE_CANNY: "CONTROL_TYPE_CANNY";
1425
+ CONTROL_TYPE_FACE_MESH: "CONTROL_TYPE_FACE_MESH";
1368
1426
  CONTROL_TYPE_SCRIBBLE: "CONTROL_TYPE_SCRIBBLE";
1369
1427
  }>>;
1370
1428
  controlImageComputation: z.ZodOptional<z.ZodBoolean>;
1371
1429
  subjectType: z.ZodOptional<z.ZodEnum<{
1372
- SUBJECT_TYPE_PERSON: "SUBJECT_TYPE_PERSON";
1373
1430
  SUBJECT_TYPE_ANIMAL: "SUBJECT_TYPE_ANIMAL";
1374
- SUBJECT_TYPE_PRODUCT: "SUBJECT_TYPE_PRODUCT";
1375
1431
  SUBJECT_TYPE_DEFAULT: "SUBJECT_TYPE_DEFAULT";
1432
+ SUBJECT_TYPE_PERSON: "SUBJECT_TYPE_PERSON";
1433
+ SUBJECT_TYPE_PRODUCT: "SUBJECT_TYPE_PRODUCT";
1376
1434
  }>>;
1377
1435
  }, z.core.$strict>, z.ZodObject<{
1378
1436
  _option_id: z.ZodLiteral<"vertexai-claude">;
@@ -1382,18 +1440,18 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1382
1440
  top_k: z.ZodOptional<z.ZodNumber>;
1383
1441
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1384
1442
  effort: z.ZodOptional<z.ZodEnum<{
1443
+ high: "high";
1385
1444
  low: "low";
1445
+ max: "max";
1386
1446
  medium: "medium";
1387
- high: "high";
1388
1447
  xhigh: "xhigh";
1389
- max: "max";
1390
1448
  }>>;
1391
1449
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
1392
1450
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
1393
1451
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
1394
1452
  cache_ttl: z.ZodOptional<z.ZodEnum<{
1395
- "5m": "5m";
1396
1453
  "1h": "1h";
1454
+ "5m": "5m";
1397
1455
  }>>;
1398
1456
  }, z.core.$strict>, z.ZodObject<{
1399
1457
  _option_id: z.ZodLiteral<"vertexai-gemini">;
@@ -1406,9 +1464,9 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1406
1464
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
1407
1465
  seed: z.ZodOptional<z.ZodNumber>;
1408
1466
  effort: z.ZodOptional<z.ZodEnum<{
1467
+ high: "high";
1409
1468
  low: "low";
1410
1469
  medium: "medium";
1411
- high: "high";
1412
1470
  minimal: "minimal";
1413
1471
  }>>;
1414
1472
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
@@ -1416,14 +1474,14 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1416
1474
  thinking_level: z.ZodOptional<z.ZodEnum<typeof import("@llumiverse/common").ThinkingLevel>>;
1417
1475
  flex: z.ZodOptional<z.ZodBoolean>;
1418
1476
  image_aspect_ratio: z.ZodOptional<z.ZodEnum<{
1419
- "1:1": "1:1";
1420
- "4:3": "4:3";
1421
- "3:4": "3:4";
1422
1477
  "16:9": "16:9";
1423
- "9:16": "9:16";
1478
+ "1:1": "1:1";
1479
+ "21:9": "21:9";
1424
1480
  "2:3": "2:3";
1425
1481
  "3:2": "3:2";
1426
- "21:9": "21:9";
1482
+ "3:4": "3:4";
1483
+ "4:3": "4:3";
1484
+ "9:16": "9:16";
1427
1485
  }>>;
1428
1486
  image_size: z.ZodOptional<z.ZodEnum<{
1429
1487
  "1K": "1K";
@@ -1431,14 +1489,14 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1431
1489
  "4K": "4K";
1432
1490
  }>>;
1433
1491
  person_generation: z.ZodOptional<z.ZodEnum<{
1434
- ALLOW_ALL: "ALLOW_ALL";
1435
1492
  ALLOW_ADULT: "ALLOW_ADULT";
1493
+ ALLOW_ALL: "ALLOW_ALL";
1436
1494
  ALLOW_NONE: "ALLOW_NONE";
1437
1495
  }>>;
1438
1496
  prominent_people: z.ZodOptional<z.ZodEnum<{
1439
- PROMINENT_PEOPLE_UNSPECIFIED: "PROMINENT_PEOPLE_UNSPECIFIED";
1440
1497
  ALLOW_PROMINENT_PEOPLE: "ALLOW_PROMINENT_PEOPLE";
1441
1498
  BLOCK_PROMINENT_PEOPLE: "BLOCK_PROMINENT_PEOPLE";
1499
+ PROMINENT_PEOPLE_UNSPECIFIED: "PROMINENT_PEOPLE_UNSPECIFIED";
1442
1500
  }>>;
1443
1501
  output_mime_type: z.ZodOptional<z.ZodEnum<{
1444
1502
  "image/jpeg": "image/jpeg";
@@ -1454,19 +1512,19 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1454
1512
  }, z.core.$strict>, z.ZodObject<{
1455
1513
  _option_id: z.ZodLiteral<"bedrock-nova-canvas">;
1456
1514
  taskType: z.ZodEnum<{
1457
- TEXT_IMAGE: "TEXT_IMAGE";
1458
- TEXT_IMAGE_WITH_IMAGE_CONDITIONING: "TEXT_IMAGE_WITH_IMAGE_CONDITIONING";
1515
+ BACKGROUND_REMOVAL: "BACKGROUND_REMOVAL";
1459
1516
  COLOR_GUIDED_GENERATION: "COLOR_GUIDED_GENERATION";
1460
1517
  IMAGE_VARIATION: "IMAGE_VARIATION";
1461
1518
  INPAINTING: "INPAINTING";
1462
1519
  OUTPAINTING: "OUTPAINTING";
1463
- BACKGROUND_REMOVAL: "BACKGROUND_REMOVAL";
1520
+ TEXT_IMAGE: "TEXT_IMAGE";
1521
+ TEXT_IMAGE_WITH_IMAGE_CONDITIONING: "TEXT_IMAGE_WITH_IMAGE_CONDITIONING";
1464
1522
  }>;
1465
1523
  width: z.ZodOptional<z.ZodNumber>;
1466
1524
  height: z.ZodOptional<z.ZodNumber>;
1467
1525
  quality: z.ZodOptional<z.ZodEnum<{
1468
- standard: "standard";
1469
1526
  premium: "premium";
1527
+ standard: "standard";
1470
1528
  }>>;
1471
1529
  cfgScale: z.ZodOptional<z.ZodNumber>;
1472
1530
  seed: z.ZodOptional<z.ZodNumber>;
@@ -1488,30 +1546,35 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1488
1546
  temperature: z.ZodOptional<z.ZodNumber>;
1489
1547
  top_p: z.ZodOptional<z.ZodNumber>;
1490
1548
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1549
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
1491
1550
  }, z.core.$strict>, z.ZodObject<{
1492
1551
  _option_id: z.ZodLiteral<"bedrock-nova">;
1493
1552
  max_tokens: z.ZodOptional<z.ZodNumber>;
1494
1553
  temperature: z.ZodOptional<z.ZodNumber>;
1495
1554
  top_p: z.ZodOptional<z.ZodNumber>;
1496
1555
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1556
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
1497
1557
  }, z.core.$strict>, z.ZodObject<{
1498
1558
  _option_id: z.ZodLiteral<"bedrock-mistral">;
1499
1559
  max_tokens: z.ZodOptional<z.ZodNumber>;
1500
1560
  temperature: z.ZodOptional<z.ZodNumber>;
1501
1561
  top_p: z.ZodOptional<z.ZodNumber>;
1502
1562
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1563
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
1503
1564
  }, z.core.$strict>, z.ZodObject<{
1504
1565
  _option_id: z.ZodLiteral<"bedrock-ai21">;
1505
1566
  max_tokens: z.ZodOptional<z.ZodNumber>;
1506
1567
  temperature: z.ZodOptional<z.ZodNumber>;
1507
1568
  top_p: z.ZodOptional<z.ZodNumber>;
1508
1569
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1570
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
1509
1571
  }, z.core.$strict>, z.ZodObject<{
1510
1572
  _option_id: z.ZodLiteral<"bedrock-cohere-command">;
1511
1573
  max_tokens: z.ZodOptional<z.ZodNumber>;
1512
1574
  temperature: z.ZodOptional<z.ZodNumber>;
1513
1575
  top_p: z.ZodOptional<z.ZodNumber>;
1514
1576
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1577
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
1515
1578
  }, z.core.$strict>, z.ZodObject<{
1516
1579
  _option_id: z.ZodLiteral<"bedrock-claude">;
1517
1580
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -1522,16 +1585,16 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1522
1585
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
1523
1586
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
1524
1587
  effort: z.ZodOptional<z.ZodEnum<{
1588
+ high: "high";
1525
1589
  low: "low";
1590
+ max: "max";
1526
1591
  medium: "medium";
1527
- high: "high";
1528
1592
  xhigh: "xhigh";
1529
- max: "max";
1530
1593
  }>>;
1531
1594
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
1532
1595
  cache_ttl: z.ZodOptional<z.ZodEnum<{
1533
- "5m": "5m";
1534
1596
  "1h": "1h";
1597
+ "5m": "5m";
1535
1598
  }>>;
1536
1599
  }, z.core.$strict>, z.ZodObject<{
1537
1600
  _option_id: z.ZodLiteral<"bedrock-palmyra">;
@@ -1550,9 +1613,9 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1550
1613
  top_p: z.ZodOptional<z.ZodNumber>;
1551
1614
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1552
1615
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
1616
+ high: "high";
1553
1617
  low: "low";
1554
1618
  medium: "medium";
1555
- high: "high";
1556
1619
  }>>;
1557
1620
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
1558
1621
  presence_penalty: z.ZodOptional<z.ZodNumber>;
@@ -1566,35 +1629,37 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1566
1629
  temperature: z.ZodOptional<z.ZodNumber>;
1567
1630
  top_p: z.ZodOptional<z.ZodNumber>;
1568
1631
  effort: z.ZodOptional<z.ZodEnum<{
1632
+ high: "high";
1569
1633
  low: "low";
1570
1634
  medium: "medium";
1571
- high: "high";
1572
- xhigh: "xhigh";
1573
1635
  none: "none";
1636
+ xhigh: "xhigh";
1574
1637
  }>>;
1575
1638
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
1639
+ high: "high";
1576
1640
  low: "low";
1577
1641
  medium: "medium";
1578
- high: "high";
1579
- xhigh: "xhigh";
1580
1642
  none: "none";
1643
+ xhigh: "xhigh";
1581
1644
  }>>;
1582
1645
  verbosity: z.ZodOptional<z.ZodEnum<{
1646
+ high: "high";
1583
1647
  low: "low";
1584
1648
  medium: "medium";
1585
- high: "high";
1586
1649
  }>>;
1587
1650
  image_detail: z.ZodOptional<z.ZodEnum<{
1588
- low: "low";
1589
- high: "high";
1590
1651
  auto: "auto";
1652
+ high: "high";
1653
+ low: "low";
1591
1654
  }>>;
1655
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
1592
1656
  }, z.core.$strict>, z.ZodObject<{
1593
1657
  _option_id: z.ZodLiteral<"bedrock-mantle-chat-completions">;
1594
1658
  max_tokens: z.ZodOptional<z.ZodNumber>;
1595
1659
  temperature: z.ZodOptional<z.ZodNumber>;
1596
1660
  top_p: z.ZodOptional<z.ZodNumber>;
1597
1661
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1662
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
1598
1663
  }, z.core.$strict>, z.ZodObject<{
1599
1664
  _option_id: z.ZodLiteral<"bedrock-mantle-claude">;
1600
1665
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -1603,104 +1668,124 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1603
1668
  top_k: z.ZodOptional<z.ZodNumber>;
1604
1669
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1605
1670
  effort: z.ZodOptional<z.ZodEnum<{
1671
+ high: "high";
1606
1672
  low: "low";
1673
+ max: "max";
1607
1674
  medium: "medium";
1608
- high: "high";
1609
1675
  xhigh: "xhigh";
1610
- max: "max";
1611
1676
  }>>;
1612
1677
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
1613
1678
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
1614
1679
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
1615
1680
  cache_ttl: z.ZodOptional<z.ZodEnum<{
1616
- "5m": "5m";
1617
1681
  "1h": "1h";
1682
+ "5m": "5m";
1618
1683
  }>>;
1619
1684
  }, z.core.$strict>, z.ZodObject<{
1620
1685
  _option_id: z.ZodLiteral<"openai-thinking">;
1621
1686
  max_tokens: z.ZodOptional<z.ZodNumber>;
1622
1687
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1623
1688
  effort: z.ZodOptional<z.ZodEnum<{
1624
- low: "low";
1625
- medium: "medium";
1626
1689
  high: "high";
1627
- xhigh: "xhigh";
1690
+ low: "low";
1628
1691
  max: "max";
1629
- none: "none";
1692
+ medium: "medium";
1630
1693
  minimal: "minimal";
1694
+ none: "none";
1695
+ xhigh: "xhigh";
1631
1696
  }>>;
1632
1697
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
1633
- low: "low";
1634
- medium: "medium";
1635
1698
  high: "high";
1636
- xhigh: "xhigh";
1699
+ low: "low";
1637
1700
  max: "max";
1638
- none: "none";
1701
+ medium: "medium";
1639
1702
  minimal: "minimal";
1703
+ none: "none";
1704
+ xhigh: "xhigh";
1640
1705
  }>>;
1641
1706
  image_detail: z.ZodOptional<z.ZodEnum<{
1642
- low: "low";
1643
- high: "high";
1644
1707
  auto: "auto";
1708
+ high: "high";
1709
+ low: "low";
1645
1710
  }>>;
1711
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
1646
1712
  }, z.core.$strict>, z.ZodObject<{
1647
1713
  _option_id: z.ZodLiteral<"openai-text">;
1648
1714
  max_tokens: z.ZodOptional<z.ZodNumber>;
1715
+ effort: z.ZodOptional<z.ZodEnum<{
1716
+ high: "high";
1717
+ low: "low";
1718
+ max: "max";
1719
+ medium: "medium";
1720
+ minimal: "minimal";
1721
+ none: "none";
1722
+ xhigh: "xhigh";
1723
+ }>>;
1724
+ reasoning_effort: z.ZodOptional<z.ZodEnum<{
1725
+ high: "high";
1726
+ low: "low";
1727
+ max: "max";
1728
+ medium: "medium";
1729
+ minimal: "minimal";
1730
+ none: "none";
1731
+ xhigh: "xhigh";
1732
+ }>>;
1649
1733
  temperature: z.ZodOptional<z.ZodNumber>;
1650
1734
  top_p: z.ZodOptional<z.ZodNumber>;
1651
1735
  presence_penalty: z.ZodOptional<z.ZodNumber>;
1652
1736
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
1653
1737
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1654
1738
  image_detail: z.ZodOptional<z.ZodEnum<{
1655
- low: "low";
1656
- high: "high";
1657
1739
  auto: "auto";
1740
+ high: "high";
1741
+ low: "low";
1658
1742
  }>>;
1743
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
1659
1744
  }, z.core.$strict>, z.ZodObject<{
1660
1745
  _option_id: z.ZodLiteral<"openai-dalle">;
1661
1746
  size: z.ZodOptional<z.ZodEnum<{
1662
- "256x256": "256x256";
1663
- "512x512": "512x512";
1664
1747
  "1024x1024": "1024x1024";
1665
- "1792x1024": "1792x1024";
1666
1748
  "1024x1792": "1024x1792";
1749
+ "1792x1024": "1792x1024";
1750
+ "256x256": "256x256";
1751
+ "512x512": "512x512";
1667
1752
  }>>;
1668
1753
  image_quality: z.ZodOptional<z.ZodEnum<{
1669
- standard: "standard";
1670
1754
  hd: "hd";
1755
+ standard: "standard";
1671
1756
  }>>;
1672
1757
  style: z.ZodOptional<z.ZodEnum<{
1673
- vivid: "vivid";
1674
1758
  natural: "natural";
1759
+ vivid: "vivid";
1675
1760
  }>>;
1676
1761
  response_format: z.ZodOptional<z.ZodEnum<{
1677
- url: "url";
1678
1762
  b64_json: "b64_json";
1763
+ url: "url";
1679
1764
  }>>;
1680
1765
  n: z.ZodOptional<z.ZodNumber>;
1681
1766
  }, z.core.$strict>, z.ZodObject<{
1682
1767
  _option_id: z.ZodLiteral<"openai-gpt-image">;
1683
1768
  size: z.ZodOptional<z.ZodEnum<{
1684
- auto: "auto";
1685
1769
  "1024x1024": "1024x1024";
1686
1770
  "1024x1536": "1024x1536";
1687
1771
  "1536x1024": "1536x1024";
1772
+ auto: "auto";
1688
1773
  }>>;
1689
1774
  image_quality: z.ZodOptional<z.ZodEnum<{
1775
+ auto: "auto";
1776
+ high: "high";
1690
1777
  low: "low";
1691
1778
  medium: "medium";
1692
- high: "high";
1693
- auto: "auto";
1694
1779
  }>>;
1695
1780
  background: z.ZodOptional<z.ZodEnum<{
1696
1781
  auto: "auto";
1697
- transparent: "transparent";
1698
1782
  opaque: "opaque";
1783
+ transparent: "transparent";
1699
1784
  }>>;
1700
1785
  output_format: z.ZodOptional<z.ZodEnum<{
1786
+ jpeg: "jpeg";
1701
1787
  png: "png";
1702
1788
  webp: "webp";
1703
- jpeg: "jpeg";
1704
1789
  }>>;
1705
1790
  }, z.core.$strict>, z.ZodObject<{
1706
1791
  _option_id: z.ZodLiteral<"groq-deepseek-thinking">;
@@ -1711,9 +1796,9 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1711
1796
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
1712
1797
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1713
1798
  reasoning_format: z.ZodEnum<{
1799
+ hidden: "hidden";
1714
1800
  parsed: "parsed";
1715
1801
  raw: "raw";
1716
- hidden: "hidden";
1717
1802
  }>;
1718
1803
  }, z.core.$strict>], "_option_id">>;
1719
1804
  prompt_cache_key: z.ZodOptional<z.ZodString>;
@@ -1738,8 +1823,8 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1738
1823
  tool: z.ZodString;
1739
1824
  input: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
1740
1825
  on_error: z.ZodOptional<z.ZodEnum<{
1741
- fail: "fail";
1742
1826
  continue: "continue";
1827
+ fail: "fail";
1743
1828
  }>>;
1744
1829
  }, z.core.$strict>>>;
1745
1830
  excluded_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -1750,27 +1835,27 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1750
1835
  id: z.ZodString;
1751
1836
  name: z.ZodString;
1752
1837
  default_view: z.ZodOptional<z.ZodEnum<{
1753
- text: "text";
1754
- image: "image";
1755
- properties: "properties";
1756
1838
  auto: "auto";
1839
+ image: "image";
1757
1840
  pdf: "pdf";
1841
+ properties: "properties";
1842
+ text: "text";
1758
1843
  }>>;
1759
1844
  }, z.core.$strict>, z.ZodObject<{
1760
1845
  ref_type: z.ZodLiteral<"incode">;
1761
1846
  id: z.ZodString;
1762
1847
  name: z.ZodString;
1763
1848
  default_view: z.ZodOptional<z.ZodEnum<{
1764
- text: "text";
1765
- image: "image";
1766
- properties: "properties";
1767
1849
  auto: "auto";
1850
+ image: "image";
1768
1851
  pdf: "pdf";
1852
+ properties: "properties";
1853
+ text: "text";
1769
1854
  }>>;
1770
1855
  }, z.core.$strict>], "ref_type">>;
1771
1856
  visibility: z.ZodOptional<z.ZodEnum<{
1772
- project: "project";
1773
1857
  private: "private";
1858
+ project: "project";
1774
1859
  }>>;
1775
1860
  tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
1776
1861
  categories: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -1779,13 +1864,13 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1779
1864
  type: z.ZodEnum<typeof import("../interaction.js").RunSourceTypes>;
1780
1865
  label: z.ZodString;
1781
1866
  principal_type: z.ZodEnum<{
1782
- user: "user";
1783
- group: "group";
1784
- apikey: "apikey";
1785
1867
  agent: "agent";
1786
- schedule: "schedule";
1868
+ apikey: "apikey";
1869
+ group: "group";
1787
1870
  oauth_access: "oauth_access";
1871
+ schedule: "schedule";
1788
1872
  service_account: "service_account";
1873
+ user: "user";
1789
1874
  }>;
1790
1875
  principal_id: z.ZodString;
1791
1876
  client_ip: z.ZodString;
@@ -1793,13 +1878,13 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1793
1878
  schedule_id: z.ZodOptional<z.ZodString>;
1794
1879
  source_type: z.ZodOptional<z.ZodEnum<{
1795
1880
  api: "api";
1796
- schedule: "schedule";
1797
1881
  event_subscription: "event_subscription";
1882
+ schedule: "schedule";
1798
1883
  }>>;
1799
1884
  type: z.ZodOptional<z.ZodEnum<{
1800
1885
  api: "api";
1801
- schedule: "schedule";
1802
1886
  event_subscription: "event_subscription";
1887
+ schedule: "schedule";
1803
1888
  }>>;
1804
1889
  search_scope: z.ZodOptional<z.ZodLiteral<import("../interaction.js").AgentSearchScope>>;
1805
1890
  user_channels: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -1831,7 +1916,6 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
1831
1916
  * whose `interaction` was misspelled — making the agent branch's validation worthless.
1832
1917
  */
1833
1918
  export declare const CreateProcessRunByIdPayloadSchema: z.ZodObject<{
1834
- process_id: z.ZodString;
1835
1919
  run_type: z.ZodOptional<z.ZodEnum<{
1836
1920
  programmatic: "programmatic";
1837
1921
  supervised: "supervised";
@@ -1848,8 +1932,8 @@ export declare const CreateProcessRunByIdPayloadSchema: z.ZodObject<{
1848
1932
  }, z.core.$strict>>;
1849
1933
  }, z.core.$strict>>;
1850
1934
  visibility: z.ZodOptional<z.ZodEnum<{
1851
- project: "project";
1852
1935
  private: "private";
1936
+ project: "project";
1853
1937
  }>>;
1854
1938
  tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
1855
1939
  categories: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -1857,18 +1941,19 @@ export declare const CreateProcessRunByIdPayloadSchema: z.ZodObject<{
1857
1941
  type: z.ZodEnum<typeof import("../interaction.js").RunSourceTypes>;
1858
1942
  label: z.ZodString;
1859
1943
  principal_type: z.ZodEnum<{
1860
- user: "user";
1861
- group: "group";
1862
- apikey: "apikey";
1863
1944
  agent: "agent";
1864
- schedule: "schedule";
1945
+ apikey: "apikey";
1946
+ group: "group";
1865
1947
  oauth_access: "oauth_access";
1948
+ schedule: "schedule";
1866
1949
  service_account: "service_account";
1950
+ user: "user";
1867
1951
  }>;
1868
1952
  principal_id: z.ZodString;
1869
1953
  client_ip: z.ZodString;
1870
1954
  }, z.core.$strict>>;
1871
1955
  started_by: z.ZodOptional<z.ZodString>;
1956
+ process_id: z.ZodString;
1872
1957
  }, z.core.$strip>;
1873
1958
  /**
1874
1959
  * Starting a process from an inline definition that is not stored. See the sibling above.
@@ -1878,7 +1963,6 @@ export declare const CreateProcessRunByIdPayloadSchema: z.ZodObject<{
1878
1963
  * adapter rejects as a duplicate.
1879
1964
  */
1880
1965
  export declare const CreateProcessRunWithDefinitionPayloadSchema: z.ZodObject<{
1881
- process_definition: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
1882
1966
  run_type: z.ZodOptional<z.ZodEnum<{
1883
1967
  programmatic: "programmatic";
1884
1968
  supervised: "supervised";
@@ -1895,8 +1979,8 @@ export declare const CreateProcessRunWithDefinitionPayloadSchema: z.ZodObject<{
1895
1979
  }, z.core.$strict>>;
1896
1980
  }, z.core.$strict>>;
1897
1981
  visibility: z.ZodOptional<z.ZodEnum<{
1898
- project: "project";
1899
1982
  private: "private";
1983
+ project: "project";
1900
1984
  }>>;
1901
1985
  tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
1902
1986
  categories: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -1904,18 +1988,19 @@ export declare const CreateProcessRunWithDefinitionPayloadSchema: z.ZodObject<{
1904
1988
  type: z.ZodEnum<typeof import("../interaction.js").RunSourceTypes>;
1905
1989
  label: z.ZodString;
1906
1990
  principal_type: z.ZodEnum<{
1907
- user: "user";
1908
- group: "group";
1909
- apikey: "apikey";
1910
1991
  agent: "agent";
1911
- schedule: "schedule";
1992
+ apikey: "apikey";
1993
+ group: "group";
1912
1994
  oauth_access: "oauth_access";
1995
+ schedule: "schedule";
1913
1996
  service_account: "service_account";
1997
+ user: "user";
1914
1998
  }>;
1915
1999
  principal_id: z.ZodString;
1916
2000
  client_ip: z.ZodString;
1917
2001
  }, z.core.$strict>>;
1918
2002
  started_by: z.ZodOptional<z.ZodString>;
2003
+ process_definition: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
1919
2004
  }, z.core.$strip>;
1920
2005
  /**
1921
2006
  * What `POST /agents` actually accepts.
@@ -1942,20 +2027,21 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
1942
2027
  presence_penalty: z.ZodOptional<z.ZodNumber>;
1943
2028
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
1944
2029
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
2030
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
1945
2031
  }, z.core.$strict>, z.ZodObject<{
1946
2032
  _option_id: z.ZodLiteral<"vertexai-imagen">;
1947
2033
  number_of_images: z.ZodOptional<z.ZodNumber>;
1948
2034
  seed: z.ZodOptional<z.ZodNumber>;
1949
2035
  person_generation: z.ZodOptional<z.ZodEnum<{
1950
- dont_allow: "dont_allow";
1951
2036
  allow_adults: "allow_adults";
1952
2037
  allow_all: "allow_all";
2038
+ dont_allow: "dont_allow";
1953
2039
  }>>;
1954
2040
  safety_setting: z.ZodOptional<z.ZodEnum<{
2041
+ block_low_and_above: "block_low_and_above";
2042
+ block_medium_and_above: "block_medium_and_above";
1955
2043
  block_none: "block_none";
1956
2044
  block_only_high: "block_only_high";
1957
- block_medium_and_above: "block_medium_and_above";
1958
- block_low_and_above: "block_low_and_above";
1959
2045
  }>>;
1960
2046
  image_file_type: z.ZodOptional<z.ZodEnum<{
1961
2047
  "image/jpeg": "image/jpeg";
@@ -1963,10 +2049,10 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
1963
2049
  }>>;
1964
2050
  jpeg_compression_quality: z.ZodOptional<z.ZodNumber>;
1965
2051
  aspect_ratio: z.ZodOptional<z.ZodEnum<{
2052
+ "16:9": "16:9";
1966
2053
  "1:1": "1:1";
1967
- "4:3": "4:3";
1968
2054
  "3:4": "3:4";
1969
- "16:9": "16:9";
2055
+ "4:3": "4:3";
1970
2056
  "9:16": "9:16";
1971
2057
  }>>;
1972
2058
  add_watermark: z.ZodOptional<z.ZodBoolean>;
@@ -1978,16 +2064,16 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
1978
2064
  mask_dilation: z.ZodOptional<z.ZodNumber>;
1979
2065
  mask_class: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1980
2066
  controlType: z.ZodOptional<z.ZodEnum<{
1981
- CONTROL_TYPE_FACE_MESH: "CONTROL_TYPE_FACE_MESH";
1982
2067
  CONTROL_TYPE_CANNY: "CONTROL_TYPE_CANNY";
2068
+ CONTROL_TYPE_FACE_MESH: "CONTROL_TYPE_FACE_MESH";
1983
2069
  CONTROL_TYPE_SCRIBBLE: "CONTROL_TYPE_SCRIBBLE";
1984
2070
  }>>;
1985
2071
  controlImageComputation: z.ZodOptional<z.ZodBoolean>;
1986
2072
  subjectType: z.ZodOptional<z.ZodEnum<{
1987
- SUBJECT_TYPE_PERSON: "SUBJECT_TYPE_PERSON";
1988
2073
  SUBJECT_TYPE_ANIMAL: "SUBJECT_TYPE_ANIMAL";
1989
- SUBJECT_TYPE_PRODUCT: "SUBJECT_TYPE_PRODUCT";
1990
2074
  SUBJECT_TYPE_DEFAULT: "SUBJECT_TYPE_DEFAULT";
2075
+ SUBJECT_TYPE_PERSON: "SUBJECT_TYPE_PERSON";
2076
+ SUBJECT_TYPE_PRODUCT: "SUBJECT_TYPE_PRODUCT";
1991
2077
  }>>;
1992
2078
  }, z.core.$strict>, z.ZodObject<{
1993
2079
  _option_id: z.ZodLiteral<"vertexai-claude">;
@@ -1997,18 +2083,18 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
1997
2083
  top_k: z.ZodOptional<z.ZodNumber>;
1998
2084
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
1999
2085
  effort: z.ZodOptional<z.ZodEnum<{
2086
+ high: "high";
2000
2087
  low: "low";
2088
+ max: "max";
2001
2089
  medium: "medium";
2002
- high: "high";
2003
2090
  xhigh: "xhigh";
2004
- max: "max";
2005
2091
  }>>;
2006
2092
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
2007
2093
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
2008
2094
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
2009
2095
  cache_ttl: z.ZodOptional<z.ZodEnum<{
2010
- "5m": "5m";
2011
2096
  "1h": "1h";
2097
+ "5m": "5m";
2012
2098
  }>>;
2013
2099
  }, z.core.$strict>, z.ZodObject<{
2014
2100
  _option_id: z.ZodLiteral<"vertexai-gemini">;
@@ -2021,9 +2107,9 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2021
2107
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
2022
2108
  seed: z.ZodOptional<z.ZodNumber>;
2023
2109
  effort: z.ZodOptional<z.ZodEnum<{
2110
+ high: "high";
2024
2111
  low: "low";
2025
2112
  medium: "medium";
2026
- high: "high";
2027
2113
  minimal: "minimal";
2028
2114
  }>>;
2029
2115
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
@@ -2031,14 +2117,14 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2031
2117
  thinking_level: z.ZodOptional<z.ZodEnum<typeof import("@llumiverse/common").ThinkingLevel>>;
2032
2118
  flex: z.ZodOptional<z.ZodBoolean>;
2033
2119
  image_aspect_ratio: z.ZodOptional<z.ZodEnum<{
2034
- "1:1": "1:1";
2035
- "4:3": "4:3";
2036
- "3:4": "3:4";
2037
2120
  "16:9": "16:9";
2038
- "9:16": "9:16";
2121
+ "1:1": "1:1";
2122
+ "21:9": "21:9";
2039
2123
  "2:3": "2:3";
2040
2124
  "3:2": "3:2";
2041
- "21:9": "21:9";
2125
+ "3:4": "3:4";
2126
+ "4:3": "4:3";
2127
+ "9:16": "9:16";
2042
2128
  }>>;
2043
2129
  image_size: z.ZodOptional<z.ZodEnum<{
2044
2130
  "1K": "1K";
@@ -2046,14 +2132,14 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2046
2132
  "4K": "4K";
2047
2133
  }>>;
2048
2134
  person_generation: z.ZodOptional<z.ZodEnum<{
2049
- ALLOW_ALL: "ALLOW_ALL";
2050
2135
  ALLOW_ADULT: "ALLOW_ADULT";
2136
+ ALLOW_ALL: "ALLOW_ALL";
2051
2137
  ALLOW_NONE: "ALLOW_NONE";
2052
2138
  }>>;
2053
2139
  prominent_people: z.ZodOptional<z.ZodEnum<{
2054
- PROMINENT_PEOPLE_UNSPECIFIED: "PROMINENT_PEOPLE_UNSPECIFIED";
2055
2140
  ALLOW_PROMINENT_PEOPLE: "ALLOW_PROMINENT_PEOPLE";
2056
2141
  BLOCK_PROMINENT_PEOPLE: "BLOCK_PROMINENT_PEOPLE";
2142
+ PROMINENT_PEOPLE_UNSPECIFIED: "PROMINENT_PEOPLE_UNSPECIFIED";
2057
2143
  }>>;
2058
2144
  output_mime_type: z.ZodOptional<z.ZodEnum<{
2059
2145
  "image/jpeg": "image/jpeg";
@@ -2069,19 +2155,19 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2069
2155
  }, z.core.$strict>, z.ZodObject<{
2070
2156
  _option_id: z.ZodLiteral<"bedrock-nova-canvas">;
2071
2157
  taskType: z.ZodEnum<{
2072
- TEXT_IMAGE: "TEXT_IMAGE";
2073
- TEXT_IMAGE_WITH_IMAGE_CONDITIONING: "TEXT_IMAGE_WITH_IMAGE_CONDITIONING";
2158
+ BACKGROUND_REMOVAL: "BACKGROUND_REMOVAL";
2074
2159
  COLOR_GUIDED_GENERATION: "COLOR_GUIDED_GENERATION";
2075
2160
  IMAGE_VARIATION: "IMAGE_VARIATION";
2076
2161
  INPAINTING: "INPAINTING";
2077
2162
  OUTPAINTING: "OUTPAINTING";
2078
- BACKGROUND_REMOVAL: "BACKGROUND_REMOVAL";
2163
+ TEXT_IMAGE: "TEXT_IMAGE";
2164
+ TEXT_IMAGE_WITH_IMAGE_CONDITIONING: "TEXT_IMAGE_WITH_IMAGE_CONDITIONING";
2079
2165
  }>;
2080
2166
  width: z.ZodOptional<z.ZodNumber>;
2081
2167
  height: z.ZodOptional<z.ZodNumber>;
2082
2168
  quality: z.ZodOptional<z.ZodEnum<{
2083
- standard: "standard";
2084
2169
  premium: "premium";
2170
+ standard: "standard";
2085
2171
  }>>;
2086
2172
  cfgScale: z.ZodOptional<z.ZodNumber>;
2087
2173
  seed: z.ZodOptional<z.ZodNumber>;
@@ -2103,30 +2189,35 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2103
2189
  temperature: z.ZodOptional<z.ZodNumber>;
2104
2190
  top_p: z.ZodOptional<z.ZodNumber>;
2105
2191
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
2192
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
2106
2193
  }, z.core.$strict>, z.ZodObject<{
2107
2194
  _option_id: z.ZodLiteral<"bedrock-nova">;
2108
2195
  max_tokens: z.ZodOptional<z.ZodNumber>;
2109
2196
  temperature: z.ZodOptional<z.ZodNumber>;
2110
2197
  top_p: z.ZodOptional<z.ZodNumber>;
2111
2198
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
2199
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
2112
2200
  }, z.core.$strict>, z.ZodObject<{
2113
2201
  _option_id: z.ZodLiteral<"bedrock-mistral">;
2114
2202
  max_tokens: z.ZodOptional<z.ZodNumber>;
2115
2203
  temperature: z.ZodOptional<z.ZodNumber>;
2116
2204
  top_p: z.ZodOptional<z.ZodNumber>;
2117
2205
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
2206
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
2118
2207
  }, z.core.$strict>, z.ZodObject<{
2119
2208
  _option_id: z.ZodLiteral<"bedrock-ai21">;
2120
2209
  max_tokens: z.ZodOptional<z.ZodNumber>;
2121
2210
  temperature: z.ZodOptional<z.ZodNumber>;
2122
2211
  top_p: z.ZodOptional<z.ZodNumber>;
2123
2212
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
2213
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
2124
2214
  }, z.core.$strict>, z.ZodObject<{
2125
2215
  _option_id: z.ZodLiteral<"bedrock-cohere-command">;
2126
2216
  max_tokens: z.ZodOptional<z.ZodNumber>;
2127
2217
  temperature: z.ZodOptional<z.ZodNumber>;
2128
2218
  top_p: z.ZodOptional<z.ZodNumber>;
2129
2219
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
2220
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
2130
2221
  }, z.core.$strict>, z.ZodObject<{
2131
2222
  _option_id: z.ZodLiteral<"bedrock-claude">;
2132
2223
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -2137,16 +2228,16 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2137
2228
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
2138
2229
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
2139
2230
  effort: z.ZodOptional<z.ZodEnum<{
2231
+ high: "high";
2140
2232
  low: "low";
2233
+ max: "max";
2141
2234
  medium: "medium";
2142
- high: "high";
2143
2235
  xhigh: "xhigh";
2144
- max: "max";
2145
2236
  }>>;
2146
2237
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
2147
2238
  cache_ttl: z.ZodOptional<z.ZodEnum<{
2148
- "5m": "5m";
2149
2239
  "1h": "1h";
2240
+ "5m": "5m";
2150
2241
  }>>;
2151
2242
  }, z.core.$strict>, z.ZodObject<{
2152
2243
  _option_id: z.ZodLiteral<"bedrock-palmyra">;
@@ -2165,9 +2256,9 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2165
2256
  top_p: z.ZodOptional<z.ZodNumber>;
2166
2257
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
2167
2258
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
2259
+ high: "high";
2168
2260
  low: "low";
2169
2261
  medium: "medium";
2170
- high: "high";
2171
2262
  }>>;
2172
2263
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
2173
2264
  presence_penalty: z.ZodOptional<z.ZodNumber>;
@@ -2181,35 +2272,37 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2181
2272
  temperature: z.ZodOptional<z.ZodNumber>;
2182
2273
  top_p: z.ZodOptional<z.ZodNumber>;
2183
2274
  effort: z.ZodOptional<z.ZodEnum<{
2275
+ high: "high";
2184
2276
  low: "low";
2185
2277
  medium: "medium";
2186
- high: "high";
2187
- xhigh: "xhigh";
2188
2278
  none: "none";
2279
+ xhigh: "xhigh";
2189
2280
  }>>;
2190
2281
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
2282
+ high: "high";
2191
2283
  low: "low";
2192
2284
  medium: "medium";
2193
- high: "high";
2194
- xhigh: "xhigh";
2195
2285
  none: "none";
2286
+ xhigh: "xhigh";
2196
2287
  }>>;
2197
2288
  verbosity: z.ZodOptional<z.ZodEnum<{
2289
+ high: "high";
2198
2290
  low: "low";
2199
2291
  medium: "medium";
2200
- high: "high";
2201
2292
  }>>;
2202
2293
  image_detail: z.ZodOptional<z.ZodEnum<{
2203
- low: "low";
2204
- high: "high";
2205
2294
  auto: "auto";
2295
+ high: "high";
2296
+ low: "low";
2206
2297
  }>>;
2298
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
2207
2299
  }, z.core.$strict>, z.ZodObject<{
2208
2300
  _option_id: z.ZodLiteral<"bedrock-mantle-chat-completions">;
2209
2301
  max_tokens: z.ZodOptional<z.ZodNumber>;
2210
2302
  temperature: z.ZodOptional<z.ZodNumber>;
2211
2303
  top_p: z.ZodOptional<z.ZodNumber>;
2212
2304
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
2305
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
2213
2306
  }, z.core.$strict>, z.ZodObject<{
2214
2307
  _option_id: z.ZodLiteral<"bedrock-mantle-claude">;
2215
2308
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -2218,104 +2311,124 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2218
2311
  top_k: z.ZodOptional<z.ZodNumber>;
2219
2312
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
2220
2313
  effort: z.ZodOptional<z.ZodEnum<{
2314
+ high: "high";
2221
2315
  low: "low";
2316
+ max: "max";
2222
2317
  medium: "medium";
2223
- high: "high";
2224
2318
  xhigh: "xhigh";
2225
- max: "max";
2226
2319
  }>>;
2227
2320
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
2228
2321
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
2229
2322
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
2230
2323
  cache_ttl: z.ZodOptional<z.ZodEnum<{
2231
- "5m": "5m";
2232
2324
  "1h": "1h";
2325
+ "5m": "5m";
2233
2326
  }>>;
2234
2327
  }, z.core.$strict>, z.ZodObject<{
2235
2328
  _option_id: z.ZodLiteral<"openai-thinking">;
2236
2329
  max_tokens: z.ZodOptional<z.ZodNumber>;
2237
2330
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
2238
2331
  effort: z.ZodOptional<z.ZodEnum<{
2239
- low: "low";
2240
- medium: "medium";
2241
2332
  high: "high";
2242
- xhigh: "xhigh";
2333
+ low: "low";
2243
2334
  max: "max";
2244
- none: "none";
2335
+ medium: "medium";
2245
2336
  minimal: "minimal";
2337
+ none: "none";
2338
+ xhigh: "xhigh";
2246
2339
  }>>;
2247
2340
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
2248
- low: "low";
2249
- medium: "medium";
2250
2341
  high: "high";
2251
- xhigh: "xhigh";
2342
+ low: "low";
2252
2343
  max: "max";
2253
- none: "none";
2344
+ medium: "medium";
2254
2345
  minimal: "minimal";
2346
+ none: "none";
2347
+ xhigh: "xhigh";
2255
2348
  }>>;
2256
2349
  image_detail: z.ZodOptional<z.ZodEnum<{
2257
- low: "low";
2258
- high: "high";
2259
2350
  auto: "auto";
2351
+ high: "high";
2352
+ low: "low";
2260
2353
  }>>;
2354
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
2261
2355
  }, z.core.$strict>, z.ZodObject<{
2262
2356
  _option_id: z.ZodLiteral<"openai-text">;
2263
2357
  max_tokens: z.ZodOptional<z.ZodNumber>;
2358
+ effort: z.ZodOptional<z.ZodEnum<{
2359
+ high: "high";
2360
+ low: "low";
2361
+ max: "max";
2362
+ medium: "medium";
2363
+ minimal: "minimal";
2364
+ none: "none";
2365
+ xhigh: "xhigh";
2366
+ }>>;
2367
+ reasoning_effort: z.ZodOptional<z.ZodEnum<{
2368
+ high: "high";
2369
+ low: "low";
2370
+ max: "max";
2371
+ medium: "medium";
2372
+ minimal: "minimal";
2373
+ none: "none";
2374
+ xhigh: "xhigh";
2375
+ }>>;
2264
2376
  temperature: z.ZodOptional<z.ZodNumber>;
2265
2377
  top_p: z.ZodOptional<z.ZodNumber>;
2266
2378
  presence_penalty: z.ZodOptional<z.ZodNumber>;
2267
2379
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
2268
2380
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
2269
2381
  image_detail: z.ZodOptional<z.ZodEnum<{
2270
- low: "low";
2271
- high: "high";
2272
2382
  auto: "auto";
2383
+ high: "high";
2384
+ low: "low";
2273
2385
  }>>;
2386
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
2274
2387
  }, z.core.$strict>, z.ZodObject<{
2275
2388
  _option_id: z.ZodLiteral<"openai-dalle">;
2276
2389
  size: z.ZodOptional<z.ZodEnum<{
2277
- "256x256": "256x256";
2278
- "512x512": "512x512";
2279
2390
  "1024x1024": "1024x1024";
2280
- "1792x1024": "1792x1024";
2281
2391
  "1024x1792": "1024x1792";
2392
+ "1792x1024": "1792x1024";
2393
+ "256x256": "256x256";
2394
+ "512x512": "512x512";
2282
2395
  }>>;
2283
2396
  image_quality: z.ZodOptional<z.ZodEnum<{
2284
- standard: "standard";
2285
2397
  hd: "hd";
2398
+ standard: "standard";
2286
2399
  }>>;
2287
2400
  style: z.ZodOptional<z.ZodEnum<{
2288
- vivid: "vivid";
2289
2401
  natural: "natural";
2402
+ vivid: "vivid";
2290
2403
  }>>;
2291
2404
  response_format: z.ZodOptional<z.ZodEnum<{
2292
- url: "url";
2293
2405
  b64_json: "b64_json";
2406
+ url: "url";
2294
2407
  }>>;
2295
2408
  n: z.ZodOptional<z.ZodNumber>;
2296
2409
  }, z.core.$strict>, z.ZodObject<{
2297
2410
  _option_id: z.ZodLiteral<"openai-gpt-image">;
2298
2411
  size: z.ZodOptional<z.ZodEnum<{
2299
- auto: "auto";
2300
2412
  "1024x1024": "1024x1024";
2301
2413
  "1024x1536": "1024x1536";
2302
2414
  "1536x1024": "1536x1024";
2415
+ auto: "auto";
2303
2416
  }>>;
2304
2417
  image_quality: z.ZodOptional<z.ZodEnum<{
2418
+ auto: "auto";
2419
+ high: "high";
2305
2420
  low: "low";
2306
2421
  medium: "medium";
2307
- high: "high";
2308
- auto: "auto";
2309
2422
  }>>;
2310
2423
  background: z.ZodOptional<z.ZodEnum<{
2311
2424
  auto: "auto";
2312
- transparent: "transparent";
2313
2425
  opaque: "opaque";
2426
+ transparent: "transparent";
2314
2427
  }>>;
2315
2428
  output_format: z.ZodOptional<z.ZodEnum<{
2429
+ jpeg: "jpeg";
2316
2430
  png: "png";
2317
2431
  webp: "webp";
2318
- jpeg: "jpeg";
2319
2432
  }>>;
2320
2433
  }, z.core.$strict>, z.ZodObject<{
2321
2434
  _option_id: z.ZodLiteral<"groq-deepseek-thinking">;
@@ -2326,9 +2439,9 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2326
2439
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
2327
2440
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
2328
2441
  reasoning_format: z.ZodEnum<{
2442
+ hidden: "hidden";
2329
2443
  parsed: "parsed";
2330
2444
  raw: "raw";
2331
- hidden: "hidden";
2332
2445
  }>;
2333
2446
  }, z.core.$strict>], "_option_id">>;
2334
2447
  prompt_cache_key: z.ZodOptional<z.ZodString>;
@@ -2353,8 +2466,8 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2353
2466
  tool: z.ZodString;
2354
2467
  input: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
2355
2468
  on_error: z.ZodOptional<z.ZodEnum<{
2356
- fail: "fail";
2357
2469
  continue: "continue";
2470
+ fail: "fail";
2358
2471
  }>>;
2359
2472
  }, z.core.$strict>>>;
2360
2473
  excluded_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -2365,27 +2478,27 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2365
2478
  id: z.ZodString;
2366
2479
  name: z.ZodString;
2367
2480
  default_view: z.ZodOptional<z.ZodEnum<{
2368
- text: "text";
2369
- image: "image";
2370
- properties: "properties";
2371
2481
  auto: "auto";
2482
+ image: "image";
2372
2483
  pdf: "pdf";
2484
+ properties: "properties";
2485
+ text: "text";
2373
2486
  }>>;
2374
2487
  }, z.core.$strict>, z.ZodObject<{
2375
2488
  ref_type: z.ZodLiteral<"incode">;
2376
2489
  id: z.ZodString;
2377
2490
  name: z.ZodString;
2378
2491
  default_view: z.ZodOptional<z.ZodEnum<{
2379
- text: "text";
2380
- image: "image";
2381
- properties: "properties";
2382
2492
  auto: "auto";
2493
+ image: "image";
2383
2494
  pdf: "pdf";
2495
+ properties: "properties";
2496
+ text: "text";
2384
2497
  }>>;
2385
2498
  }, z.core.$strict>], "ref_type">>;
2386
2499
  visibility: z.ZodOptional<z.ZodEnum<{
2387
- project: "project";
2388
2500
  private: "private";
2501
+ project: "project";
2389
2502
  }>>;
2390
2503
  tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
2391
2504
  categories: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -2394,13 +2507,13 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2394
2507
  type: z.ZodEnum<typeof import("../interaction.js").RunSourceTypes>;
2395
2508
  label: z.ZodString;
2396
2509
  principal_type: z.ZodEnum<{
2397
- user: "user";
2398
- group: "group";
2399
- apikey: "apikey";
2400
2510
  agent: "agent";
2401
- schedule: "schedule";
2511
+ apikey: "apikey";
2512
+ group: "group";
2402
2513
  oauth_access: "oauth_access";
2514
+ schedule: "schedule";
2403
2515
  service_account: "service_account";
2516
+ user: "user";
2404
2517
  }>;
2405
2518
  principal_id: z.ZodString;
2406
2519
  client_ip: z.ZodString;
@@ -2408,13 +2521,13 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2408
2521
  schedule_id: z.ZodOptional<z.ZodString>;
2409
2522
  source_type: z.ZodOptional<z.ZodEnum<{
2410
2523
  api: "api";
2411
- schedule: "schedule";
2412
2524
  event_subscription: "event_subscription";
2525
+ schedule: "schedule";
2413
2526
  }>>;
2414
2527
  type: z.ZodOptional<z.ZodEnum<{
2415
2528
  api: "api";
2416
- schedule: "schedule";
2417
2529
  event_subscription: "event_subscription";
2530
+ schedule: "schedule";
2418
2531
  }>>;
2419
2532
  search_scope: z.ZodOptional<z.ZodLiteral<import("../interaction.js").AgentSearchScope>>;
2420
2533
  user_channels: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -2437,7 +2550,6 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2437
2550
  debug_mode: z.ZodOptional<z.ZodBoolean>;
2438
2551
  started_by: z.ZodOptional<z.ZodString>;
2439
2552
  }, z.core.$strict>, z.ZodObject<{
2440
- process_id: z.ZodString;
2441
2553
  run_type: z.ZodOptional<z.ZodEnum<{
2442
2554
  programmatic: "programmatic";
2443
2555
  supervised: "supervised";
@@ -2454,8 +2566,8 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2454
2566
  }, z.core.$strict>>;
2455
2567
  }, z.core.$strict>>;
2456
2568
  visibility: z.ZodOptional<z.ZodEnum<{
2457
- project: "project";
2458
2569
  private: "private";
2570
+ project: "project";
2459
2571
  }>>;
2460
2572
  tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
2461
2573
  categories: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -2463,20 +2575,20 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2463
2575
  type: z.ZodEnum<typeof import("../interaction.js").RunSourceTypes>;
2464
2576
  label: z.ZodString;
2465
2577
  principal_type: z.ZodEnum<{
2466
- user: "user";
2467
- group: "group";
2468
- apikey: "apikey";
2469
2578
  agent: "agent";
2470
- schedule: "schedule";
2579
+ apikey: "apikey";
2580
+ group: "group";
2471
2581
  oauth_access: "oauth_access";
2582
+ schedule: "schedule";
2472
2583
  service_account: "service_account";
2584
+ user: "user";
2473
2585
  }>;
2474
2586
  principal_id: z.ZodString;
2475
2587
  client_ip: z.ZodString;
2476
2588
  }, z.core.$strict>>;
2477
2589
  started_by: z.ZodOptional<z.ZodString>;
2590
+ process_id: z.ZodString;
2478
2591
  }, z.core.$strip>, z.ZodObject<{
2479
- process_definition: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
2480
2592
  run_type: z.ZodOptional<z.ZodEnum<{
2481
2593
  programmatic: "programmatic";
2482
2594
  supervised: "supervised";
@@ -2493,8 +2605,8 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2493
2605
  }, z.core.$strict>>;
2494
2606
  }, z.core.$strict>>;
2495
2607
  visibility: z.ZodOptional<z.ZodEnum<{
2496
- project: "project";
2497
2608
  private: "private";
2609
+ project: "project";
2498
2610
  }>>;
2499
2611
  tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
2500
2612
  categories: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -2502,18 +2614,19 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
2502
2614
  type: z.ZodEnum<typeof import("../interaction.js").RunSourceTypes>;
2503
2615
  label: z.ZodString;
2504
2616
  principal_type: z.ZodEnum<{
2505
- user: "user";
2506
- group: "group";
2507
- apikey: "apikey";
2508
2617
  agent: "agent";
2509
- schedule: "schedule";
2618
+ apikey: "apikey";
2619
+ group: "group";
2510
2620
  oauth_access: "oauth_access";
2621
+ schedule: "schedule";
2511
2622
  service_account: "service_account";
2623
+ user: "user";
2512
2624
  }>;
2513
2625
  principal_id: z.ZodString;
2514
2626
  client_ip: z.ZodString;
2515
2627
  }, z.core.$strict>>;
2516
2628
  started_by: z.ZodOptional<z.ZodString>;
2629
+ process_definition: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
2517
2630
  }, z.core.$strip>]>;
2518
2631
  export declare const SearchAgentRunsResponseSchema: z.ZodObject<{
2519
2632
  hits: z.ZodArray<z.ZodObject<{
@@ -2521,8 +2634,8 @@ export declare const SearchAgentRunsResponseSchema: z.ZodObject<{
2521
2634
  score: z.ZodNumber;
2522
2635
  interaction: z.ZodOptional<z.ZodString>;
2523
2636
  run_type: z.ZodOptional<z.ZodEnum<{
2524
- programmatic: "programmatic";
2525
2637
  autonomous: "autonomous";
2638
+ programmatic: "programmatic";
2526
2639
  supervised: "supervised";
2527
2640
  }>>;
2528
2641
  run_kind: z.ZodOptional<z.ZodEnum<{
@@ -2531,15 +2644,15 @@ export declare const SearchAgentRunsResponseSchema: z.ZodObject<{
2531
2644
  }>>;
2532
2645
  interaction_name: z.ZodOptional<z.ZodString>;
2533
2646
  status: z.ZodEnum<{
2534
- failed: "failed";
2647
+ cancelled: "cancelled";
2535
2648
  completed: "completed";
2536
2649
  created: "created";
2650
+ failed: "failed";
2537
2651
  running: "running";
2538
- cancelled: "cancelled";
2539
2652
  }>;
2540
2653
  activity_state: z.ZodOptional<z.ZodEnum<{
2541
- working: "working";
2542
2654
  idle: "idle";
2655
+ working: "working";
2543
2656
  }>>;
2544
2657
  started_at: z.ZodString;
2545
2658
  completed_at: z.ZodOptional<z.ZodString>;
@@ -2556,22 +2669,22 @@ export declare const SearchAgentRunsResponseSchema: z.ZodObject<{
2556
2669
  id: z.ZodString;
2557
2670
  name: z.ZodString;
2558
2671
  default_view: z.ZodOptional<z.ZodEnum<{
2559
- text: "text";
2560
- image: "image";
2561
- properties: "properties";
2562
2672
  auto: "auto";
2673
+ image: "image";
2563
2674
  pdf: "pdf";
2675
+ properties: "properties";
2676
+ text: "text";
2564
2677
  }>>;
2565
2678
  }, z.core.$strict>, z.ZodObject<{
2566
2679
  ref_type: z.ZodLiteral<"incode">;
2567
2680
  id: z.ZodString;
2568
2681
  name: z.ZodString;
2569
2682
  default_view: z.ZodOptional<z.ZodEnum<{
2570
- text: "text";
2571
- image: "image";
2572
- properties: "properties";
2573
2683
  auto: "auto";
2684
+ image: "image";
2574
2685
  pdf: "pdf";
2686
+ properties: "properties";
2687
+ text: "text";
2575
2688
  }>>;
2576
2689
  }, z.core.$strict>], "ref_type">>;
2577
2690
  tool_names: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -2583,12 +2696,12 @@ export declare const SearchAgentRunsResponseSchema: z.ZodObject<{
2583
2696
  caused_by_event_id: z.ZodOptional<z.ZodString>;
2584
2697
  hop_count: z.ZodNumber;
2585
2698
  event_category: z.ZodEnum<{
2586
- system: "system";
2587
- content: "content";
2588
2699
  billing: "billing";
2700
+ content: "content";
2589
2701
  external: "external";
2590
- workflow: "workflow";
2591
2702
  security: "security";
2703
+ system: "system";
2704
+ workflow: "workflow";
2592
2705
  }>;
2593
2706
  action: z.ZodString;
2594
2707
  resource_type: z.ZodString;
@@ -2599,13 +2712,13 @@ export declare const SearchAgentRunsResponseSchema: z.ZodObject<{
2599
2712
  }, z.core.$strict>>;
2600
2713
  source_type: z.ZodOptional<z.ZodEnum<{
2601
2714
  api: "api";
2602
- schedule: "schedule";
2603
2715
  event_subscription: "event_subscription";
2716
+ schedule: "schedule";
2604
2717
  }>>;
2605
2718
  type: z.ZodOptional<z.ZodEnum<{
2606
2719
  api: "api";
2607
- schedule: "schedule";
2608
2720
  event_subscription: "event_subscription";
2721
+ schedule: "schedule";
2609
2722
  }>>;
2610
2723
  created_at: z.ZodString;
2611
2724
  updated_at: z.ZodString;
@@ -2618,10 +2731,10 @@ export declare const AgentMessageDetailsSchema: z.ZodObject<{
2618
2731
  tool: z.ZodOptional<z.ZodString>;
2619
2732
  tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
2620
2733
  tool_event: z.ZodOptional<z.ZodEnum<{
2621
- failed: "failed";
2622
2734
  completed: "completed";
2623
- started: "started";
2735
+ failed: "failed";
2624
2736
  progress: "progress";
2737
+ started: "started";
2625
2738
  }>>;
2626
2739
  streamed: z.ZodOptional<z.ZodBoolean>;
2627
2740
  display_role: z.ZodOptional<z.ZodString>;
@@ -2631,8 +2744,8 @@ export declare const AgentMessageDetailsSchema: z.ZodObject<{
2631
2744
  tool_run_id: z.ZodOptional<z.ZodString>;
2632
2745
  tool_use_id: z.ZodOptional<z.ZodString>;
2633
2746
  tool_status: z.ZodOptional<z.ZodEnum<{
2634
- error: "error";
2635
2747
  completed: "completed";
2748
+ error: "error";
2636
2749
  running: "running";
2637
2750
  warning: "warning";
2638
2751
  }>>;
@@ -2665,6 +2778,7 @@ export declare const AgentMessageDetailsSchema: z.ZodObject<{
2665
2778
  error: z.ZodOptional<z.ZodString>;
2666
2779
  started_at: z.ZodNumber;
2667
2780
  completed_at: z.ZodOptional<z.ZodNumber>;
2781
+ consumed_at: z.ZodOptional<z.ZodNumber>;
2668
2782
  }, z.core.$strict>, z.ZodString]>>>;
2669
2783
  plan: z.ZodOptional<z.ZodArray<z.ZodObject<{
2670
2784
  id: z.ZodNumber;
@@ -2673,24 +2787,24 @@ export declare const AgentMessageDetailsSchema: z.ZodObject<{
2673
2787
  comment: z.ZodOptional<z.ZodString>;
2674
2788
  status: z.ZodOptional<z.ZodEnum<{
2675
2789
  completed: "completed";
2676
- skipped: "skipped";
2677
- pending: "pending";
2678
2790
  in_progress: "in_progress";
2791
+ pending: "pending";
2792
+ skipped: "skipped";
2679
2793
  }>>;
2680
2794
  }, z.core.$strict>>>;
2681
2795
  resources: z.ZodOptional<z.ZodArray<z.ZodObject<{
2682
2796
  type: z.ZodEnum<{
2683
- interaction: "interaction";
2684
- document: "document";
2685
- collection: "collection";
2686
2797
  agent: "agent";
2687
- workflow: "workflow";
2688
- process: "process";
2798
+ collection: "collection";
2689
2799
  content_type: "content_type";
2690
- view: "view";
2691
- prompt: "prompt";
2692
- process_run: "process_run";
2800
+ document: "document";
2801
+ interaction: "interaction";
2693
2802
  interaction_run: "interaction_run";
2803
+ process: "process";
2804
+ process_run: "process_run";
2805
+ prompt: "prompt";
2806
+ view: "view";
2807
+ workflow: "workflow";
2694
2808
  }>;
2695
2809
  id: z.ZodString;
2696
2810
  label: z.ZodString;
@@ -2711,10 +2825,10 @@ export declare const AgentMessageDetailsSchema: z.ZodObject<{
2711
2825
  _optimistic: z.ZodOptional<z.ZodBoolean>;
2712
2826
  _messageId: z.ZodOptional<z.ZodString>;
2713
2827
  _deliveryStatus: z.ZodOptional<z.ZodEnum<{
2828
+ consumed: "consumed";
2714
2829
  failed: "failed";
2715
- sending: "sending";
2716
2830
  received: "received";
2717
- consumed: "consumed";
2831
+ sending: "sending";
2718
2832
  }>>;
2719
2833
  }, z.core.$loose>;
2720
2834
  export declare const CompactMessageSchema: z.ZodObject<{
@@ -2727,10 +2841,10 @@ export declare const CompactMessageSchema: z.ZodObject<{
2727
2841
  tool: z.ZodOptional<z.ZodString>;
2728
2842
  tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
2729
2843
  tool_event: z.ZodOptional<z.ZodEnum<{
2730
- failed: "failed";
2731
2844
  completed: "completed";
2732
- started: "started";
2845
+ failed: "failed";
2733
2846
  progress: "progress";
2847
+ started: "started";
2734
2848
  }>>;
2735
2849
  streamed: z.ZodOptional<z.ZodBoolean>;
2736
2850
  display_role: z.ZodOptional<z.ZodString>;
@@ -2740,8 +2854,8 @@ export declare const CompactMessageSchema: z.ZodObject<{
2740
2854
  tool_run_id: z.ZodOptional<z.ZodString>;
2741
2855
  tool_use_id: z.ZodOptional<z.ZodString>;
2742
2856
  tool_status: z.ZodOptional<z.ZodEnum<{
2743
- error: "error";
2744
2857
  completed: "completed";
2858
+ error: "error";
2745
2859
  running: "running";
2746
2860
  warning: "warning";
2747
2861
  }>>;
@@ -2774,6 +2888,7 @@ export declare const CompactMessageSchema: z.ZodObject<{
2774
2888
  error: z.ZodOptional<z.ZodString>;
2775
2889
  started_at: z.ZodNumber;
2776
2890
  completed_at: z.ZodOptional<z.ZodNumber>;
2891
+ consumed_at: z.ZodOptional<z.ZodNumber>;
2777
2892
  }, z.core.$strict>, z.ZodString]>>>;
2778
2893
  plan: z.ZodOptional<z.ZodArray<z.ZodObject<{
2779
2894
  id: z.ZodNumber;
@@ -2782,24 +2897,24 @@ export declare const CompactMessageSchema: z.ZodObject<{
2782
2897
  comment: z.ZodOptional<z.ZodString>;
2783
2898
  status: z.ZodOptional<z.ZodEnum<{
2784
2899
  completed: "completed";
2785
- skipped: "skipped";
2786
- pending: "pending";
2787
2900
  in_progress: "in_progress";
2901
+ pending: "pending";
2902
+ skipped: "skipped";
2788
2903
  }>>;
2789
2904
  }, z.core.$strict>>>;
2790
2905
  resources: z.ZodOptional<z.ZodArray<z.ZodObject<{
2791
2906
  type: z.ZodEnum<{
2792
- interaction: "interaction";
2793
- document: "document";
2794
- collection: "collection";
2795
2907
  agent: "agent";
2796
- workflow: "workflow";
2797
- process: "process";
2908
+ collection: "collection";
2798
2909
  content_type: "content_type";
2799
- view: "view";
2800
- prompt: "prompt";
2801
- process_run: "process_run";
2910
+ document: "document";
2911
+ interaction: "interaction";
2802
2912
  interaction_run: "interaction_run";
2913
+ process: "process";
2914
+ process_run: "process_run";
2915
+ prompt: "prompt";
2916
+ view: "view";
2917
+ workflow: "workflow";
2803
2918
  }>;
2804
2919
  id: z.ZodString;
2805
2920
  label: z.ZodString;
@@ -2820,10 +2935,10 @@ export declare const CompactMessageSchema: z.ZodObject<{
2820
2935
  _optimistic: z.ZodOptional<z.ZodBoolean>;
2821
2936
  _messageId: z.ZodOptional<z.ZodString>;
2822
2937
  _deliveryStatus: z.ZodOptional<z.ZodEnum<{
2938
+ consumed: "consumed";
2823
2939
  failed: "failed";
2824
- sending: "sending";
2825
2940
  received: "received";
2826
- consumed: "consumed";
2941
+ sending: "sending";
2827
2942
  }>>;
2828
2943
  }, z.core.$loose>>>;
2829
2944
  f: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<0>, z.ZodLiteral<1>]>>;
@@ -2841,10 +2956,10 @@ export declare const PostAgentRunUpdatePayloadSchema: z.ZodObject<{
2841
2956
  tool: z.ZodOptional<z.ZodString>;
2842
2957
  tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
2843
2958
  tool_event: z.ZodOptional<z.ZodEnum<{
2844
- failed: "failed";
2845
2959
  completed: "completed";
2846
- started: "started";
2960
+ failed: "failed";
2847
2961
  progress: "progress";
2962
+ started: "started";
2848
2963
  }>>;
2849
2964
  streamed: z.ZodOptional<z.ZodBoolean>;
2850
2965
  display_role: z.ZodOptional<z.ZodString>;
@@ -2854,8 +2969,8 @@ export declare const PostAgentRunUpdatePayloadSchema: z.ZodObject<{
2854
2969
  tool_run_id: z.ZodOptional<z.ZodString>;
2855
2970
  tool_use_id: z.ZodOptional<z.ZodString>;
2856
2971
  tool_status: z.ZodOptional<z.ZodEnum<{
2857
- error: "error";
2858
2972
  completed: "completed";
2973
+ error: "error";
2859
2974
  running: "running";
2860
2975
  warning: "warning";
2861
2976
  }>>;
@@ -2888,6 +3003,7 @@ export declare const PostAgentRunUpdatePayloadSchema: z.ZodObject<{
2888
3003
  error: z.ZodOptional<z.ZodString>;
2889
3004
  started_at: z.ZodNumber;
2890
3005
  completed_at: z.ZodOptional<z.ZodNumber>;
3006
+ consumed_at: z.ZodOptional<z.ZodNumber>;
2891
3007
  }, z.core.$strict>, z.ZodString]>>>;
2892
3008
  plan: z.ZodOptional<z.ZodArray<z.ZodObject<{
2893
3009
  id: z.ZodNumber;
@@ -2896,24 +3012,24 @@ export declare const PostAgentRunUpdatePayloadSchema: z.ZodObject<{
2896
3012
  comment: z.ZodOptional<z.ZodString>;
2897
3013
  status: z.ZodOptional<z.ZodEnum<{
2898
3014
  completed: "completed";
2899
- skipped: "skipped";
2900
- pending: "pending";
2901
3015
  in_progress: "in_progress";
3016
+ pending: "pending";
3017
+ skipped: "skipped";
2902
3018
  }>>;
2903
3019
  }, z.core.$strict>>>;
2904
3020
  resources: z.ZodOptional<z.ZodArray<z.ZodObject<{
2905
3021
  type: z.ZodEnum<{
2906
- interaction: "interaction";
2907
- document: "document";
2908
- collection: "collection";
2909
3022
  agent: "agent";
2910
- workflow: "workflow";
3023
+ collection: "collection";
3024
+ content_type: "content_type";
3025
+ document: "document";
3026
+ interaction: "interaction";
3027
+ interaction_run: "interaction_run";
2911
3028
  process: "process";
2912
- content_type: "content_type";
2913
- view: "view";
2914
- prompt: "prompt";
2915
3029
  process_run: "process_run";
2916
- interaction_run: "interaction_run";
3030
+ prompt: "prompt";
3031
+ view: "view";
3032
+ workflow: "workflow";
2917
3033
  }>;
2918
3034
  id: z.ZodString;
2919
3035
  label: z.ZodString;
@@ -2934,10 +3050,10 @@ export declare const PostAgentRunUpdatePayloadSchema: z.ZodObject<{
2934
3050
  _optimistic: z.ZodOptional<z.ZodBoolean>;
2935
3051
  _messageId: z.ZodOptional<z.ZodString>;
2936
3052
  _deliveryStatus: z.ZodOptional<z.ZodEnum<{
3053
+ consumed: "consumed";
2937
3054
  failed: "failed";
2938
- sending: "sending";
2939
3055
  received: "received";
2940
- consumed: "consumed";
3056
+ sending: "sending";
2941
3057
  }>>;
2942
3058
  }, z.core.$loose>>;
2943
3059
  workstream_id: z.ZodOptional<z.ZodString>;
@@ -2953,10 +3069,10 @@ export declare const AgentRunUpdatesResponseSchema: z.ZodObject<{
2953
3069
  tool: z.ZodOptional<z.ZodString>;
2954
3070
  tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
2955
3071
  tool_event: z.ZodOptional<z.ZodEnum<{
2956
- failed: "failed";
2957
3072
  completed: "completed";
2958
- started: "started";
3073
+ failed: "failed";
2959
3074
  progress: "progress";
3075
+ started: "started";
2960
3076
  }>>;
2961
3077
  streamed: z.ZodOptional<z.ZodBoolean>;
2962
3078
  display_role: z.ZodOptional<z.ZodString>;
@@ -2966,8 +3082,8 @@ export declare const AgentRunUpdatesResponseSchema: z.ZodObject<{
2966
3082
  tool_run_id: z.ZodOptional<z.ZodString>;
2967
3083
  tool_use_id: z.ZodOptional<z.ZodString>;
2968
3084
  tool_status: z.ZodOptional<z.ZodEnum<{
2969
- error: "error";
2970
3085
  completed: "completed";
3086
+ error: "error";
2971
3087
  running: "running";
2972
3088
  warning: "warning";
2973
3089
  }>>;
@@ -3000,6 +3116,7 @@ export declare const AgentRunUpdatesResponseSchema: z.ZodObject<{
3000
3116
  error: z.ZodOptional<z.ZodString>;
3001
3117
  started_at: z.ZodNumber;
3002
3118
  completed_at: z.ZodOptional<z.ZodNumber>;
3119
+ consumed_at: z.ZodOptional<z.ZodNumber>;
3003
3120
  }, z.core.$strict>, z.ZodString]>>>;
3004
3121
  plan: z.ZodOptional<z.ZodArray<z.ZodObject<{
3005
3122
  id: z.ZodNumber;
@@ -3008,24 +3125,24 @@ export declare const AgentRunUpdatesResponseSchema: z.ZodObject<{
3008
3125
  comment: z.ZodOptional<z.ZodString>;
3009
3126
  status: z.ZodOptional<z.ZodEnum<{
3010
3127
  completed: "completed";
3011
- skipped: "skipped";
3012
- pending: "pending";
3013
3128
  in_progress: "in_progress";
3129
+ pending: "pending";
3130
+ skipped: "skipped";
3014
3131
  }>>;
3015
3132
  }, z.core.$strict>>>;
3016
3133
  resources: z.ZodOptional<z.ZodArray<z.ZodObject<{
3017
3134
  type: z.ZodEnum<{
3018
- interaction: "interaction";
3019
- document: "document";
3020
- collection: "collection";
3021
3135
  agent: "agent";
3022
- workflow: "workflow";
3023
- process: "process";
3136
+ collection: "collection";
3024
3137
  content_type: "content_type";
3025
- view: "view";
3026
- prompt: "prompt";
3027
- process_run: "process_run";
3138
+ document: "document";
3139
+ interaction: "interaction";
3028
3140
  interaction_run: "interaction_run";
3141
+ process: "process";
3142
+ process_run: "process_run";
3143
+ prompt: "prompt";
3144
+ view: "view";
3145
+ workflow: "workflow";
3029
3146
  }>;
3030
3147
  id: z.ZodString;
3031
3148
  label: z.ZodString;
@@ -3046,10 +3163,10 @@ export declare const AgentRunUpdatesResponseSchema: z.ZodObject<{
3046
3163
  _optimistic: z.ZodOptional<z.ZodBoolean>;
3047
3164
  _messageId: z.ZodOptional<z.ZodString>;
3048
3165
  _deliveryStatus: z.ZodOptional<z.ZodEnum<{
3166
+ consumed: "consumed";
3049
3167
  failed: "failed";
3050
- sending: "sending";
3051
3168
  received: "received";
3052
- consumed: "consumed";
3169
+ sending: "sending";
3053
3170
  }>>;
3054
3171
  }, z.core.$loose>>>;
3055
3172
  f: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<0>, z.ZodLiteral<1>]>>;
@@ -3067,8 +3184,8 @@ export declare const AgentRunArtifactUploadHeadersSchema: z.ZodObject<{
3067
3184
  export declare const AgentRunArtifactQuerySchema: z.ZodObject<{
3068
3185
  url: z.ZodOptional<z.ZodBoolean>;
3069
3186
  disposition: z.ZodOptional<z.ZodEnum<{
3070
- inline: "inline";
3071
3187
  attachment: "attachment";
3188
+ inline: "inline";
3072
3189
  }>>;
3073
3190
  filename: z.ZodOptional<z.ZodString>;
3074
3191
  }, z.core.$strip>;
@@ -3078,19 +3195,19 @@ export declare const AgentRunDetailsQuerySchema: z.ZodObject<{
3078
3195
  }, z.core.$strip>;
3079
3196
  export declare const AgentRunArtifactsQuerySchema: z.ZodObject<{
3080
3197
  visibility: z.ZodOptional<z.ZodEnum<{
3081
- user: "user";
3082
3198
  all: "all";
3083
3199
  internal: "internal";
3200
+ user: "user";
3084
3201
  }>>;
3085
3202
  }, z.core.$strip>;
3086
3203
  export declare const ListAgentRunsQuerySchema: z.ZodObject<{
3087
3204
  id: z.ZodOptional<z.ZodString>;
3088
3205
  status: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3089
- failed: "failed";
3206
+ cancelled: "cancelled";
3090
3207
  completed: "completed";
3091
3208
  created: "created";
3209
+ failed: "failed";
3092
3210
  running: "running";
3093
- cancelled: "cancelled";
3094
3211
  }>>>;
3095
3212
  interaction: z.ZodOptional<z.ZodString>;
3096
3213
  started_by: z.ZodOptional<z.ZodString>;
@@ -3102,12 +3219,12 @@ export declare const ListAgentRunsQuerySchema: z.ZodObject<{
3102
3219
  schedule_id: z.ZodOptional<z.ZodString>;
3103
3220
  type: z.ZodOptional<z.ZodEnum<{
3104
3221
  api: "api";
3105
- schedule: "schedule";
3106
3222
  event_subscription: "event_subscription";
3223
+ schedule: "schedule";
3107
3224
  }>>;
3108
3225
  run_type: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3109
- programmatic: "programmatic";
3110
3226
  autonomous: "autonomous";
3227
+ programmatic: "programmatic";
3111
3228
  supervised: "supervised";
3112
3229
  }>>>;
3113
3230
  run_kind: z.ZodOptional<z.ZodEnum<{
@@ -3115,8 +3232,8 @@ export declare const ListAgentRunsQuerySchema: z.ZodObject<{
3115
3232
  process: "process";
3116
3233
  }>>;
3117
3234
  sort: z.ZodOptional<z.ZodEnum<{
3118
- updated_at: "updated_at";
3119
3235
  started_at: "started_at";
3236
+ updated_at: "updated_at";
3120
3237
  }>>;
3121
3238
  order: z.ZodOptional<z.ZodEnum<{
3122
3239
  asc: "asc";
@@ -3129,11 +3246,11 @@ export declare const AgentRunUpdatesQuerySchema: z.ZodObject<{
3129
3246
  export declare const SearchAgentRunsQuerySchema: z.ZodObject<{
3130
3247
  query: z.ZodOptional<z.ZodString>;
3131
3248
  status: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3132
- failed: "failed";
3249
+ cancelled: "cancelled";
3133
3250
  completed: "completed";
3134
3251
  created: "created";
3252
+ failed: "failed";
3135
3253
  running: "running";
3136
- cancelled: "cancelled";
3137
3254
  }>>>;
3138
3255
  interaction: z.ZodOptional<z.ZodString>;
3139
3256
  started_by: z.ZodOptional<z.ZodString>;
@@ -3141,8 +3258,8 @@ export declare const SearchAgentRunsQuerySchema: z.ZodObject<{
3141
3258
  tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
3142
3259
  content_type_name: z.ZodOptional<z.ZodString>;
3143
3260
  run_type: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3144
- programmatic: "programmatic";
3145
3261
  autonomous: "autonomous";
3262
+ programmatic: "programmatic";
3146
3263
  supervised: "supervised";
3147
3264
  }>>>;
3148
3265
  since: z.ZodOptional<z.ZodString>;
@@ -3162,14 +3279,14 @@ export declare const RecordAgentRunPayloadSchema: z.ZodObject<{
3162
3279
  interaction: z.ZodString;
3163
3280
  schedule_id: z.ZodOptional<z.ZodString>;
3164
3281
  visibility: z.ZodOptional<z.ZodEnum<{
3165
- project: "project";
3166
3282
  private: "private";
3283
+ project: "project";
3167
3284
  }>>;
3168
3285
  data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
3169
3286
  type: z.ZodOptional<z.ZodEnum<{
3170
3287
  api: "api";
3171
- schedule: "schedule";
3172
3288
  event_subscription: "event_subscription";
3289
+ schedule: "schedule";
3173
3290
  }>>;
3174
3291
  }, z.core.$strict>;
3175
3292
  export declare const RecordRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
@@ -3179,14 +3296,14 @@ export declare const RecordRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
3179
3296
  interaction: z.ZodString;
3180
3297
  schedule_id: z.ZodOptional<z.ZodString>;
3181
3298
  visibility: z.ZodOptional<z.ZodEnum<{
3182
- project: "project";
3183
3299
  private: "private";
3300
+ project: "project";
3184
3301
  }>>;
3185
3302
  data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
3186
3303
  type: z.ZodOptional<z.ZodEnum<{
3187
3304
  api: "api";
3188
- schedule: "schedule";
3189
3305
  event_subscription: "event_subscription";
3306
+ schedule: "schedule";
3190
3307
  }>>;
3191
3308
  }, z.core.$strict>, z.ZodObject<{
3192
3309
  workflow_id: z.ZodString;
@@ -3210,8 +3327,8 @@ export declare const RecordRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
3210
3327
  }, z.core.$strict>>;
3211
3328
  }, z.core.$strict>>;
3212
3329
  visibility: z.ZodOptional<z.ZodEnum<{
3213
- project: "project";
3214
3330
  private: "private";
3331
+ project: "project";
3215
3332
  }>>;
3216
3333
  tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
3217
3334
  categories: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -3219,13 +3336,13 @@ export declare const RecordRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
3219
3336
  type: z.ZodEnum<typeof import("../interaction.js").RunSourceTypes>;
3220
3337
  label: z.ZodString;
3221
3338
  principal_type: z.ZodEnum<{
3222
- user: "user";
3223
- group: "group";
3224
- apikey: "apikey";
3225
3339
  agent: "agent";
3226
- schedule: "schedule";
3340
+ apikey: "apikey";
3341
+ group: "group";
3227
3342
  oauth_access: "oauth_access";
3343
+ schedule: "schedule";
3228
3344
  service_account: "service_account";
3345
+ user: "user";
3229
3346
  }>;
3230
3347
  principal_id: z.ZodString;
3231
3348
  client_ip: z.ZodString;
@@ -3234,15 +3351,15 @@ export declare const RecordRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
3234
3351
  }, z.core.$strict>]>;
3235
3352
  export declare const UpdateAgentRunStatusPayloadSchema: z.ZodObject<{
3236
3353
  status: z.ZodOptional<z.ZodEnum<{
3237
- failed: "failed";
3354
+ cancelled: "cancelled";
3238
3355
  completed: "completed";
3239
3356
  created: "created";
3357
+ failed: "failed";
3240
3358
  running: "running";
3241
- cancelled: "cancelled";
3242
3359
  }>>;
3243
3360
  activity_state: z.ZodOptional<z.ZodEnum<{
3244
- working: "working";
3245
3361
  idle: "idle";
3362
+ working: "working";
3246
3363
  }>>;
3247
3364
  title: z.ZodOptional<z.ZodString>;
3248
3365
  topic: z.ZodOptional<z.ZodString>;
@@ -3256,11 +3373,11 @@ export declare const UpdateAgentRunStatusPayloadSchema: z.ZodObject<{
3256
3373
  full_control: "full_control";
3257
3374
  }>>;
3258
3375
  archive_state: z.ZodOptional<z.ZodEnum<{
3259
- none: "none";
3260
- failed: "failed";
3261
- pending: "pending";
3262
3376
  archiving: "archiving";
3263
3377
  complete: "complete";
3378
+ failed: "failed";
3379
+ none: "none";
3380
+ pending: "pending";
3264
3381
  }>>;
3265
3382
  archived_at: z.ZodOptional<z.ZodString>;
3266
3383
  archive_version: z.ZodOptional<z.ZodNumber>;
@@ -3276,10 +3393,10 @@ export declare const UpdateAgentRunStatusPayloadSchema: z.ZodObject<{
3276
3393
  entered_at: z.ZodString;
3277
3394
  exited_at: z.ZodOptional<z.ZodString>;
3278
3395
  status: z.ZodEnum<{
3279
- failed: "failed";
3396
+ cancelled: "cancelled";
3280
3397
  completed: "completed";
3398
+ failed: "failed";
3281
3399
  running: "running";
3282
- cancelled: "cancelled";
3283
3400
  skipped: "skipped";
3284
3401
  }>;
3285
3402
  context_diff: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
@@ -3305,19 +3422,19 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3305
3422
  first_workflow_run_id: z.ZodOptional<z.ZodString>;
3306
3423
  artifacts_path: z.ZodOptional<z.ZodString>;
3307
3424
  status: z.ZodEnum<{
3308
- failed: "failed";
3425
+ cancelled: "cancelled";
3309
3426
  completed: "completed";
3310
3427
  created: "created";
3428
+ failed: "failed";
3311
3429
  running: "running";
3312
- cancelled: "cancelled";
3313
3430
  }>;
3314
3431
  run_kind: z.ZodOptional<z.ZodEnum<{
3315
3432
  agent: "agent";
3316
3433
  process: "process";
3317
3434
  }>>;
3318
3435
  run_type: z.ZodOptional<z.ZodEnum<{
3319
- programmatic: "programmatic";
3320
3436
  autonomous: "autonomous";
3437
+ programmatic: "programmatic";
3321
3438
  supervised: "supervised";
3322
3439
  }>>;
3323
3440
  interaction: z.ZodOptional<z.ZodString>;
@@ -3338,20 +3455,21 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3338
3455
  presence_penalty: z.ZodOptional<z.ZodNumber>;
3339
3456
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
3340
3457
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
3458
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
3341
3459
  }, z.core.$strict>, z.ZodObject<{
3342
3460
  _option_id: z.ZodLiteral<"vertexai-imagen">;
3343
3461
  number_of_images: z.ZodOptional<z.ZodNumber>;
3344
3462
  seed: z.ZodOptional<z.ZodNumber>;
3345
3463
  person_generation: z.ZodOptional<z.ZodEnum<{
3346
- dont_allow: "dont_allow";
3347
3464
  allow_adults: "allow_adults";
3348
3465
  allow_all: "allow_all";
3466
+ dont_allow: "dont_allow";
3349
3467
  }>>;
3350
3468
  safety_setting: z.ZodOptional<z.ZodEnum<{
3469
+ block_low_and_above: "block_low_and_above";
3470
+ block_medium_and_above: "block_medium_and_above";
3351
3471
  block_none: "block_none";
3352
3472
  block_only_high: "block_only_high";
3353
- block_medium_and_above: "block_medium_and_above";
3354
- block_low_and_above: "block_low_and_above";
3355
3473
  }>>;
3356
3474
  image_file_type: z.ZodOptional<z.ZodEnum<{
3357
3475
  "image/jpeg": "image/jpeg";
@@ -3359,10 +3477,10 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3359
3477
  }>>;
3360
3478
  jpeg_compression_quality: z.ZodOptional<z.ZodNumber>;
3361
3479
  aspect_ratio: z.ZodOptional<z.ZodEnum<{
3480
+ "16:9": "16:9";
3362
3481
  "1:1": "1:1";
3363
- "4:3": "4:3";
3364
3482
  "3:4": "3:4";
3365
- "16:9": "16:9";
3483
+ "4:3": "4:3";
3366
3484
  "9:16": "9:16";
3367
3485
  }>>;
3368
3486
  add_watermark: z.ZodOptional<z.ZodBoolean>;
@@ -3374,16 +3492,16 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3374
3492
  mask_dilation: z.ZodOptional<z.ZodNumber>;
3375
3493
  mask_class: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
3376
3494
  controlType: z.ZodOptional<z.ZodEnum<{
3377
- CONTROL_TYPE_FACE_MESH: "CONTROL_TYPE_FACE_MESH";
3378
3495
  CONTROL_TYPE_CANNY: "CONTROL_TYPE_CANNY";
3496
+ CONTROL_TYPE_FACE_MESH: "CONTROL_TYPE_FACE_MESH";
3379
3497
  CONTROL_TYPE_SCRIBBLE: "CONTROL_TYPE_SCRIBBLE";
3380
3498
  }>>;
3381
3499
  controlImageComputation: z.ZodOptional<z.ZodBoolean>;
3382
3500
  subjectType: z.ZodOptional<z.ZodEnum<{
3383
- SUBJECT_TYPE_PERSON: "SUBJECT_TYPE_PERSON";
3384
3501
  SUBJECT_TYPE_ANIMAL: "SUBJECT_TYPE_ANIMAL";
3385
- SUBJECT_TYPE_PRODUCT: "SUBJECT_TYPE_PRODUCT";
3386
3502
  SUBJECT_TYPE_DEFAULT: "SUBJECT_TYPE_DEFAULT";
3503
+ SUBJECT_TYPE_PERSON: "SUBJECT_TYPE_PERSON";
3504
+ SUBJECT_TYPE_PRODUCT: "SUBJECT_TYPE_PRODUCT";
3387
3505
  }>>;
3388
3506
  }, z.core.$strict>, z.ZodObject<{
3389
3507
  _option_id: z.ZodLiteral<"vertexai-claude">;
@@ -3393,18 +3511,18 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3393
3511
  top_k: z.ZodOptional<z.ZodNumber>;
3394
3512
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
3395
3513
  effort: z.ZodOptional<z.ZodEnum<{
3514
+ high: "high";
3396
3515
  low: "low";
3516
+ max: "max";
3397
3517
  medium: "medium";
3398
- high: "high";
3399
3518
  xhigh: "xhigh";
3400
- max: "max";
3401
3519
  }>>;
3402
3520
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
3403
3521
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
3404
3522
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
3405
3523
  cache_ttl: z.ZodOptional<z.ZodEnum<{
3406
- "5m": "5m";
3407
3524
  "1h": "1h";
3525
+ "5m": "5m";
3408
3526
  }>>;
3409
3527
  }, z.core.$strict>, z.ZodObject<{
3410
3528
  _option_id: z.ZodLiteral<"vertexai-gemini">;
@@ -3417,9 +3535,9 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3417
3535
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
3418
3536
  seed: z.ZodOptional<z.ZodNumber>;
3419
3537
  effort: z.ZodOptional<z.ZodEnum<{
3538
+ high: "high";
3420
3539
  low: "low";
3421
3540
  medium: "medium";
3422
- high: "high";
3423
3541
  minimal: "minimal";
3424
3542
  }>>;
3425
3543
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
@@ -3427,14 +3545,14 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3427
3545
  thinking_level: z.ZodOptional<z.ZodEnum<typeof import("@llumiverse/common").ThinkingLevel>>;
3428
3546
  flex: z.ZodOptional<z.ZodBoolean>;
3429
3547
  image_aspect_ratio: z.ZodOptional<z.ZodEnum<{
3430
- "1:1": "1:1";
3431
- "4:3": "4:3";
3432
- "3:4": "3:4";
3433
3548
  "16:9": "16:9";
3434
- "9:16": "9:16";
3549
+ "1:1": "1:1";
3550
+ "21:9": "21:9";
3435
3551
  "2:3": "2:3";
3436
3552
  "3:2": "3:2";
3437
- "21:9": "21:9";
3553
+ "3:4": "3:4";
3554
+ "4:3": "4:3";
3555
+ "9:16": "9:16";
3438
3556
  }>>;
3439
3557
  image_size: z.ZodOptional<z.ZodEnum<{
3440
3558
  "1K": "1K";
@@ -3442,14 +3560,14 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3442
3560
  "4K": "4K";
3443
3561
  }>>;
3444
3562
  person_generation: z.ZodOptional<z.ZodEnum<{
3445
- ALLOW_ALL: "ALLOW_ALL";
3446
3563
  ALLOW_ADULT: "ALLOW_ADULT";
3564
+ ALLOW_ALL: "ALLOW_ALL";
3447
3565
  ALLOW_NONE: "ALLOW_NONE";
3448
3566
  }>>;
3449
3567
  prominent_people: z.ZodOptional<z.ZodEnum<{
3450
- PROMINENT_PEOPLE_UNSPECIFIED: "PROMINENT_PEOPLE_UNSPECIFIED";
3451
3568
  ALLOW_PROMINENT_PEOPLE: "ALLOW_PROMINENT_PEOPLE";
3452
3569
  BLOCK_PROMINENT_PEOPLE: "BLOCK_PROMINENT_PEOPLE";
3570
+ PROMINENT_PEOPLE_UNSPECIFIED: "PROMINENT_PEOPLE_UNSPECIFIED";
3453
3571
  }>>;
3454
3572
  output_mime_type: z.ZodOptional<z.ZodEnum<{
3455
3573
  "image/jpeg": "image/jpeg";
@@ -3465,19 +3583,19 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3465
3583
  }, z.core.$strict>, z.ZodObject<{
3466
3584
  _option_id: z.ZodLiteral<"bedrock-nova-canvas">;
3467
3585
  taskType: z.ZodEnum<{
3468
- TEXT_IMAGE: "TEXT_IMAGE";
3469
- TEXT_IMAGE_WITH_IMAGE_CONDITIONING: "TEXT_IMAGE_WITH_IMAGE_CONDITIONING";
3586
+ BACKGROUND_REMOVAL: "BACKGROUND_REMOVAL";
3470
3587
  COLOR_GUIDED_GENERATION: "COLOR_GUIDED_GENERATION";
3471
3588
  IMAGE_VARIATION: "IMAGE_VARIATION";
3472
3589
  INPAINTING: "INPAINTING";
3473
3590
  OUTPAINTING: "OUTPAINTING";
3474
- BACKGROUND_REMOVAL: "BACKGROUND_REMOVAL";
3591
+ TEXT_IMAGE: "TEXT_IMAGE";
3592
+ TEXT_IMAGE_WITH_IMAGE_CONDITIONING: "TEXT_IMAGE_WITH_IMAGE_CONDITIONING";
3475
3593
  }>;
3476
3594
  width: z.ZodOptional<z.ZodNumber>;
3477
3595
  height: z.ZodOptional<z.ZodNumber>;
3478
3596
  quality: z.ZodOptional<z.ZodEnum<{
3479
- standard: "standard";
3480
3597
  premium: "premium";
3598
+ standard: "standard";
3481
3599
  }>>;
3482
3600
  cfgScale: z.ZodOptional<z.ZodNumber>;
3483
3601
  seed: z.ZodOptional<z.ZodNumber>;
@@ -3499,30 +3617,35 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3499
3617
  temperature: z.ZodOptional<z.ZodNumber>;
3500
3618
  top_p: z.ZodOptional<z.ZodNumber>;
3501
3619
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
3620
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
3502
3621
  }, z.core.$strict>, z.ZodObject<{
3503
3622
  _option_id: z.ZodLiteral<"bedrock-nova">;
3504
3623
  max_tokens: z.ZodOptional<z.ZodNumber>;
3505
3624
  temperature: z.ZodOptional<z.ZodNumber>;
3506
3625
  top_p: z.ZodOptional<z.ZodNumber>;
3507
3626
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
3627
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
3508
3628
  }, z.core.$strict>, z.ZodObject<{
3509
3629
  _option_id: z.ZodLiteral<"bedrock-mistral">;
3510
3630
  max_tokens: z.ZodOptional<z.ZodNumber>;
3511
3631
  temperature: z.ZodOptional<z.ZodNumber>;
3512
3632
  top_p: z.ZodOptional<z.ZodNumber>;
3513
3633
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
3634
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
3514
3635
  }, z.core.$strict>, z.ZodObject<{
3515
3636
  _option_id: z.ZodLiteral<"bedrock-ai21">;
3516
3637
  max_tokens: z.ZodOptional<z.ZodNumber>;
3517
3638
  temperature: z.ZodOptional<z.ZodNumber>;
3518
3639
  top_p: z.ZodOptional<z.ZodNumber>;
3519
3640
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
3641
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
3520
3642
  }, z.core.$strict>, z.ZodObject<{
3521
3643
  _option_id: z.ZodLiteral<"bedrock-cohere-command">;
3522
3644
  max_tokens: z.ZodOptional<z.ZodNumber>;
3523
3645
  temperature: z.ZodOptional<z.ZodNumber>;
3524
3646
  top_p: z.ZodOptional<z.ZodNumber>;
3525
3647
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
3648
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
3526
3649
  }, z.core.$strict>, z.ZodObject<{
3527
3650
  _option_id: z.ZodLiteral<"bedrock-claude">;
3528
3651
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -3533,16 +3656,16 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3533
3656
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
3534
3657
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
3535
3658
  effort: z.ZodOptional<z.ZodEnum<{
3659
+ high: "high";
3536
3660
  low: "low";
3661
+ max: "max";
3537
3662
  medium: "medium";
3538
- high: "high";
3539
3663
  xhigh: "xhigh";
3540
- max: "max";
3541
3664
  }>>;
3542
3665
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
3543
3666
  cache_ttl: z.ZodOptional<z.ZodEnum<{
3544
- "5m": "5m";
3545
3667
  "1h": "1h";
3668
+ "5m": "5m";
3546
3669
  }>>;
3547
3670
  }, z.core.$strict>, z.ZodObject<{
3548
3671
  _option_id: z.ZodLiteral<"bedrock-palmyra">;
@@ -3561,9 +3684,9 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3561
3684
  top_p: z.ZodOptional<z.ZodNumber>;
3562
3685
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
3563
3686
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
3687
+ high: "high";
3564
3688
  low: "low";
3565
3689
  medium: "medium";
3566
- high: "high";
3567
3690
  }>>;
3568
3691
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
3569
3692
  presence_penalty: z.ZodOptional<z.ZodNumber>;
@@ -3577,35 +3700,37 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3577
3700
  temperature: z.ZodOptional<z.ZodNumber>;
3578
3701
  top_p: z.ZodOptional<z.ZodNumber>;
3579
3702
  effort: z.ZodOptional<z.ZodEnum<{
3703
+ high: "high";
3580
3704
  low: "low";
3581
3705
  medium: "medium";
3582
- high: "high";
3583
- xhigh: "xhigh";
3584
3706
  none: "none";
3707
+ xhigh: "xhigh";
3585
3708
  }>>;
3586
3709
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
3710
+ high: "high";
3587
3711
  low: "low";
3588
3712
  medium: "medium";
3589
- high: "high";
3590
- xhigh: "xhigh";
3591
3713
  none: "none";
3714
+ xhigh: "xhigh";
3592
3715
  }>>;
3593
3716
  verbosity: z.ZodOptional<z.ZodEnum<{
3717
+ high: "high";
3594
3718
  low: "low";
3595
3719
  medium: "medium";
3596
- high: "high";
3597
3720
  }>>;
3598
3721
  image_detail: z.ZodOptional<z.ZodEnum<{
3599
- low: "low";
3600
- high: "high";
3601
3722
  auto: "auto";
3723
+ high: "high";
3724
+ low: "low";
3602
3725
  }>>;
3726
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
3603
3727
  }, z.core.$strict>, z.ZodObject<{
3604
3728
  _option_id: z.ZodLiteral<"bedrock-mantle-chat-completions">;
3605
3729
  max_tokens: z.ZodOptional<z.ZodNumber>;
3606
3730
  temperature: z.ZodOptional<z.ZodNumber>;
3607
3731
  top_p: z.ZodOptional<z.ZodNumber>;
3608
3732
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
3733
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
3609
3734
  }, z.core.$strict>, z.ZodObject<{
3610
3735
  _option_id: z.ZodLiteral<"bedrock-mantle-claude">;
3611
3736
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -3614,104 +3739,124 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3614
3739
  top_k: z.ZodOptional<z.ZodNumber>;
3615
3740
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
3616
3741
  effort: z.ZodOptional<z.ZodEnum<{
3742
+ high: "high";
3617
3743
  low: "low";
3744
+ max: "max";
3618
3745
  medium: "medium";
3619
- high: "high";
3620
3746
  xhigh: "xhigh";
3621
- max: "max";
3622
3747
  }>>;
3623
3748
  thinking_budget_tokens: z.ZodOptional<z.ZodNumber>;
3624
3749
  include_thoughts: z.ZodOptional<z.ZodBoolean>;
3625
3750
  cache_enabled: z.ZodOptional<z.ZodBoolean>;
3626
3751
  cache_ttl: z.ZodOptional<z.ZodEnum<{
3627
- "5m": "5m";
3628
3752
  "1h": "1h";
3753
+ "5m": "5m";
3629
3754
  }>>;
3630
3755
  }, z.core.$strict>, z.ZodObject<{
3631
3756
  _option_id: z.ZodLiteral<"openai-thinking">;
3632
3757
  max_tokens: z.ZodOptional<z.ZodNumber>;
3633
3758
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
3634
3759
  effort: z.ZodOptional<z.ZodEnum<{
3635
- low: "low";
3636
- medium: "medium";
3637
3760
  high: "high";
3638
- xhigh: "xhigh";
3761
+ low: "low";
3639
3762
  max: "max";
3640
- none: "none";
3763
+ medium: "medium";
3641
3764
  minimal: "minimal";
3765
+ none: "none";
3766
+ xhigh: "xhigh";
3642
3767
  }>>;
3643
3768
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
3644
- low: "low";
3645
- medium: "medium";
3646
3769
  high: "high";
3647
- xhigh: "xhigh";
3770
+ low: "low";
3648
3771
  max: "max";
3649
- none: "none";
3772
+ medium: "medium";
3650
3773
  minimal: "minimal";
3774
+ none: "none";
3775
+ xhigh: "xhigh";
3651
3776
  }>>;
3652
3777
  image_detail: z.ZodOptional<z.ZodEnum<{
3653
- low: "low";
3654
- high: "high";
3655
3778
  auto: "auto";
3779
+ high: "high";
3780
+ low: "low";
3656
3781
  }>>;
3782
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
3657
3783
  }, z.core.$strict>, z.ZodObject<{
3658
3784
  _option_id: z.ZodLiteral<"openai-text">;
3659
3785
  max_tokens: z.ZodOptional<z.ZodNumber>;
3786
+ effort: z.ZodOptional<z.ZodEnum<{
3787
+ high: "high";
3788
+ low: "low";
3789
+ max: "max";
3790
+ medium: "medium";
3791
+ minimal: "minimal";
3792
+ none: "none";
3793
+ xhigh: "xhigh";
3794
+ }>>;
3795
+ reasoning_effort: z.ZodOptional<z.ZodEnum<{
3796
+ high: "high";
3797
+ low: "low";
3798
+ max: "max";
3799
+ medium: "medium";
3800
+ minimal: "minimal";
3801
+ none: "none";
3802
+ xhigh: "xhigh";
3803
+ }>>;
3660
3804
  temperature: z.ZodOptional<z.ZodNumber>;
3661
3805
  top_p: z.ZodOptional<z.ZodNumber>;
3662
3806
  presence_penalty: z.ZodOptional<z.ZodNumber>;
3663
3807
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
3664
3808
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
3665
3809
  image_detail: z.ZodOptional<z.ZodEnum<{
3666
- low: "low";
3667
- high: "high";
3668
3810
  auto: "auto";
3811
+ high: "high";
3812
+ low: "low";
3669
3813
  }>>;
3814
+ include_thoughts: z.ZodOptional<z.ZodBoolean>;
3670
3815
  }, z.core.$strict>, z.ZodObject<{
3671
3816
  _option_id: z.ZodLiteral<"openai-dalle">;
3672
3817
  size: z.ZodOptional<z.ZodEnum<{
3673
- "256x256": "256x256";
3674
- "512x512": "512x512";
3675
3818
  "1024x1024": "1024x1024";
3676
- "1792x1024": "1792x1024";
3677
3819
  "1024x1792": "1024x1792";
3820
+ "1792x1024": "1792x1024";
3821
+ "256x256": "256x256";
3822
+ "512x512": "512x512";
3678
3823
  }>>;
3679
3824
  image_quality: z.ZodOptional<z.ZodEnum<{
3680
- standard: "standard";
3681
3825
  hd: "hd";
3826
+ standard: "standard";
3682
3827
  }>>;
3683
3828
  style: z.ZodOptional<z.ZodEnum<{
3684
- vivid: "vivid";
3685
3829
  natural: "natural";
3830
+ vivid: "vivid";
3686
3831
  }>>;
3687
3832
  response_format: z.ZodOptional<z.ZodEnum<{
3688
- url: "url";
3689
3833
  b64_json: "b64_json";
3834
+ url: "url";
3690
3835
  }>>;
3691
3836
  n: z.ZodOptional<z.ZodNumber>;
3692
3837
  }, z.core.$strict>, z.ZodObject<{
3693
3838
  _option_id: z.ZodLiteral<"openai-gpt-image">;
3694
3839
  size: z.ZodOptional<z.ZodEnum<{
3695
- auto: "auto";
3696
3840
  "1024x1024": "1024x1024";
3697
3841
  "1024x1536": "1024x1536";
3698
3842
  "1536x1024": "1536x1024";
3843
+ auto: "auto";
3699
3844
  }>>;
3700
3845
  image_quality: z.ZodOptional<z.ZodEnum<{
3846
+ auto: "auto";
3847
+ high: "high";
3701
3848
  low: "low";
3702
3849
  medium: "medium";
3703
- high: "high";
3704
- auto: "auto";
3705
3850
  }>>;
3706
3851
  background: z.ZodOptional<z.ZodEnum<{
3707
3852
  auto: "auto";
3708
- transparent: "transparent";
3709
3853
  opaque: "opaque";
3854
+ transparent: "transparent";
3710
3855
  }>>;
3711
3856
  output_format: z.ZodOptional<z.ZodEnum<{
3857
+ jpeg: "jpeg";
3712
3858
  png: "png";
3713
3859
  webp: "webp";
3714
- jpeg: "jpeg";
3715
3860
  }>>;
3716
3861
  }, z.core.$strict>, z.ZodObject<{
3717
3862
  _option_id: z.ZodLiteral<"groq-deepseek-thinking">;
@@ -3722,9 +3867,9 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3722
3867
  frequency_penalty: z.ZodOptional<z.ZodNumber>;
3723
3868
  stop_sequence: z.ZodOptional<z.ZodArray<z.ZodString>>;
3724
3869
  reasoning_format: z.ZodEnum<{
3870
+ hidden: "hidden";
3725
3871
  parsed: "parsed";
3726
3872
  raw: "raw";
3727
- hidden: "hidden";
3728
3873
  }>;
3729
3874
  }, z.core.$strict>], "_option_id">>;
3730
3875
  prompt_cache_key: z.ZodOptional<z.ZodString>;
@@ -3750,10 +3895,10 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
3750
3895
  entered_at: z.ZodString;
3751
3896
  exited_at: z.ZodOptional<z.ZodString>;
3752
3897
  status: z.ZodEnum<{
3753
- failed: "failed";
3898
+ cancelled: "cancelled";
3754
3899
  completed: "completed";
3900
+ failed: "failed";
3755
3901
  running: "running";
3756
- cancelled: "cancelled";
3757
3902
  skipped: "skipped";
3758
3903
  }>;
3759
3904
  context_diff: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;