@wix/auto_sdk_ai-gateway_generators 1.0.105 → 1.0.107

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 (37) hide show
  1. package/build/cjs/index.d.ts +223 -31
  2. package/build/cjs/index.js +36 -5
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +1 -1
  5. package/build/cjs/index.typings.js +36 -5
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +205 -31
  8. package/build/cjs/meta.js +28 -1
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +223 -31
  11. package/build/es/index.mjs +34 -5
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +1 -1
  14. package/build/es/index.typings.mjs +34 -5
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +205 -31
  17. package/build/es/meta.mjs +26 -1
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +6 -6
  20. package/build/internal/cjs/index.js +36 -5
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +226 -34
  23. package/build/internal/cjs/index.typings.js +36 -5
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +205 -31
  26. package/build/internal/cjs/meta.js +28 -1
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +6 -6
  29. package/build/internal/es/index.mjs +34 -5
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +226 -34
  32. package/build/internal/es/index.typings.mjs +34 -5
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +205 -31
  35. package/build/internal/es/meta.mjs +26 -1
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -1499,13 +1499,9 @@ interface InvokeAnthropicClaudeModelRequest {
1499
1499
  mcpServers?: McpServer[];
1500
1500
  /**
1501
1501
  * Desired output format.
1502
- * DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
1503
- * The proxy automatically maps this field into output_config.format, so existing clients keep working.
1504
- * Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
1502
+ * DEPRECATED (2026-06-23): use output_config.format instead. Scheduled for removal on 2026-09-23.
1505
1503
  * @deprecated Desired output format.
1506
- * DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
1507
- * The proxy automatically maps this field into output_config.format, so existing clients keep working.
1508
- * Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
1504
+ * DEPRECATED (2026-06-23): use output_config.format instead. Scheduled for removal on 2026-09-23.
1509
1505
  * @replacedBy output_config.format
1510
1506
  * @targetRemovalDate 2026-09-23
1511
1507
  */
@@ -1968,13 +1964,9 @@ interface V1InvokeAnthropicClaudeModelRequest {
1968
1964
  mcpServers?: GoogleproxyV1McpServer[];
1969
1965
  /**
1970
1966
  * Desired output format.
1971
- * DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
1972
- * The proxy automatically maps this field into output_config.format, so existing clients keep working.
1973
- * Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
1967
+ * DEPRECATED (2026-06-23): use output_config.format instead. Scheduled for removal on 2026-09-23.
1974
1968
  * @deprecated Desired output format.
1975
- * DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
1976
- * The proxy automatically maps this field into output_config.format, so existing clients keep working.
1977
- * Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
1969
+ * DEPRECATED (2026-06-23): use output_config.format instead. Scheduled for removal on 2026-09-23.
1978
1970
  * @replacedBy output_config.format
1979
1971
  * @targetRemovalDate 2026-09-23
1980
1972
  */
@@ -2436,13 +2428,9 @@ interface InvokeAnthropicModelRequest {
2436
2428
  metadata?: RequestMetadata;
2437
2429
  /**
2438
2430
  * Desired output format.
2439
- * DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
2440
- * The proxy automatically maps this field into output_config.format, so existing clients keep working.
2441
- * Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
2431
+ * DEPRECATED (2026-06-23): use output_config.format instead. Scheduled for removal on 2026-09-23.
2442
2432
  * @deprecated Desired output format.
2443
- * DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
2444
- * The proxy automatically maps this field into output_config.format, so existing clients keep working.
2445
- * Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
2433
+ * DEPRECATED (2026-06-23): use output_config.format instead. Scheduled for removal on 2026-09-23.
2446
2434
  * @replacedBy output_config.format
2447
2435
  * @targetRemovalDate 2026-09-23
2448
2436
  */
@@ -12954,6 +12942,8 @@ interface Wix_ai_gatewayV1EditImageRequest extends Wix_ai_gatewayV1EditImageRequ
12954
12942
  googleDetectTextRequest?: DetectTextRequest;
12955
12943
  /** Runware edit image (e.g. outpainting) */
12956
12944
  runwareEditImageRequest?: V1EditImageRequest;
12945
+ /** Montracer request (bitmap to vector) */
12946
+ montracerProxyTraceRequest?: ProxyTraceRequest;
12957
12947
  /** Contains additional information for the request. */
12958
12948
  userRequestInfo?: UserRequestInfo;
12959
12949
  }
@@ -12975,6 +12965,8 @@ interface Wix_ai_gatewayV1EditImageRequestRequestOneOf {
12975
12965
  googleDetectTextRequest?: DetectTextRequest;
12976
12966
  /** Runware edit image (e.g. outpainting) */
12977
12967
  runwareEditImageRequest?: V1EditImageRequest;
12968
+ /** Montracer request (bitmap to vector) */
12969
+ montracerProxyTraceRequest?: ProxyTraceRequest;
12978
12970
  }
12979
12971
  interface RemoveBackgroundRequest {
12980
12972
  /**
@@ -13549,6 +13541,45 @@ declare enum EditImageRequestModel {
13549
13541
  }
13550
13542
  /** @enumType */
13551
13543
  type EditImageRequestModelWithLiterals = EditImageRequestModel | 'UNKNOWN_MODEL' | 'FROM_MODEL_ID';
13544
+ interface ProxyTraceRequest {
13545
+ /**
13546
+ * URL of the input image
13547
+ * @format WEB_URL
13548
+ * @maxLength 5000
13549
+ */
13550
+ imageUrl?: string;
13551
+ /** Montracer trace request params. Image bytes are ignored */
13552
+ traceRequest?: TraceRequest;
13553
+ }
13554
+ interface TraceRequest {
13555
+ image?: Uint8Array;
13556
+ mode?: TraceModeWithLiterals;
13557
+ params?: TraceParams;
13558
+ }
13559
+ declare enum TraceMode {
13560
+ TRACE_MODE_UNSPECIFIED = "TRACE_MODE_UNSPECIFIED",
13561
+ TRACE_MODE_BW = "TRACE_MODE_BW",
13562
+ TRACE_MODE_COLOR = "TRACE_MODE_COLOR"
13563
+ }
13564
+ /** @enumType */
13565
+ type TraceModeWithLiterals = TraceMode | 'TRACE_MODE_UNSPECIFIED' | 'TRACE_MODE_BW' | 'TRACE_MODE_COLOR';
13566
+ interface TraceParams {
13567
+ optimize?: boolean;
13568
+ threshold?: number;
13569
+ /** @maxLength 32 */
13570
+ turnPolicy?: string;
13571
+ smoothing?: number;
13572
+ adaptiveSmoothing?: boolean;
13573
+ mergeTolerance?: number;
13574
+ despeckle?: number;
13575
+ simplifyTolerance?: number;
13576
+ /** @format COLOR_HEX */
13577
+ fill?: string;
13578
+ colorCount?: number;
13579
+ gapFix?: number;
13580
+ removeBg?: boolean;
13581
+ detectGradients?: boolean;
13582
+ }
13552
13583
  interface Wix_ai_gatewayV1EditImageResponse extends Wix_ai_gatewayV1EditImageResponseResponseOneOf {
13553
13584
  /** Photoroom remove background response */
13554
13585
  photoroomRemoveBackgroundResponse?: RemoveBackgroundResponse;
@@ -13566,6 +13597,8 @@ interface Wix_ai_gatewayV1EditImageResponse extends Wix_ai_gatewayV1EditImageRes
13566
13597
  googleDetectTextResponse?: DetectTextResponse;
13567
13598
  /** Runware edit image (e.g. outpainting) response */
13568
13599
  runwareEditImageResponse?: V1EditImageResponse;
13600
+ /** Montracer response (bitmap to vector) */
13601
+ montracerProxyTraceResponse?: ProxyTraceResponse;
13569
13602
  /** Extracted cost of the request in microcents. */
13570
13603
  cost?: string | null;
13571
13604
  }
@@ -13587,6 +13620,8 @@ interface Wix_ai_gatewayV1EditImageResponseResponseOneOf {
13587
13620
  googleDetectTextResponse?: DetectTextResponse;
13588
13621
  /** Runware edit image (e.g. outpainting) response */
13589
13622
  runwareEditImageResponse?: V1EditImageResponse;
13623
+ /** Montracer response (bitmap to vector) */
13624
+ montracerProxyTraceResponse?: ProxyTraceResponse;
13590
13625
  }
13591
13626
  interface RemoveBackgroundResponse {
13592
13627
  /**
@@ -14026,20 +14061,64 @@ interface EditImageTaskResult {
14026
14061
  */
14027
14062
  seed?: string | null;
14028
14063
  }
14029
- interface EditVideoRequest extends EditVideoRequestRequestOneOf {
14030
- /** Runware video upscale (prompt-free video-to-video upscaling) */
14064
+ interface ProxyTraceResponse {
14065
+ /**
14066
+ * URL of the generated output
14067
+ * @format WEB_URL
14068
+ * @maxLength 5000
14069
+ */
14070
+ svgUrl?: string;
14071
+ /** Montracer output metadata */
14072
+ meta?: TraceMeta;
14073
+ }
14074
+ interface TraceMeta {
14075
+ width?: number;
14076
+ height?: number;
14077
+ points?: number;
14078
+ sizeBytes?: number;
14079
+ elapsedMs?: number;
14080
+ layers?: number;
14081
+ /** @maxSize 256 */
14082
+ layerInfo?: LayerInfo[];
14083
+ }
14084
+ interface LayerInfo {
14085
+ /** @format COLOR_HEX */
14086
+ color?: string;
14087
+ /** @maxLength 100 */
14088
+ name?: string;
14089
+ gradient?: boolean;
14090
+ /** @maxLength 32 */
14091
+ gradientKind?: string;
14092
+ }
14093
+ interface V1EditVideoRequest extends V1EditVideoRequestRequestOneOf {
14094
+ /**
14095
+ * Deprecated: use runware_edit_video_request.
14096
+ * @deprecated
14097
+ * @replacedBy runware_edit_video_request
14098
+ * @targetRemovalDate 2026-06-30
14099
+ */
14031
14100
  runwareVideoUpscaleRequest?: VideoUpscaleRequest;
14101
+ /** Runware video edit (prompt-free video-to-video, e.g. upscale) */
14102
+ runwareEditVideoRequest?: EditVideoRequest;
14032
14103
  /** Contains additional information for the request. */
14033
14104
  userRequestInfo?: UserRequestInfo;
14034
14105
  }
14035
14106
  /** @oneof */
14036
- interface EditVideoRequestRequestOneOf {
14037
- /** Runware video upscale (prompt-free video-to-video upscaling) */
14107
+ interface V1EditVideoRequestRequestOneOf {
14108
+ /**
14109
+ * Deprecated: use runware_edit_video_request.
14110
+ * @deprecated
14111
+ * @replacedBy runware_edit_video_request
14112
+ * @targetRemovalDate 2026-06-30
14113
+ */
14038
14114
  runwareVideoUpscaleRequest?: VideoUpscaleRequest;
14115
+ /** Runware video edit (prompt-free video-to-video, e.g. upscale) */
14116
+ runwareEditVideoRequest?: EditVideoRequest;
14039
14117
  }
14040
14118
  /**
14041
14119
  * Request for prompt-free video upscaling (Runware taskType "upscale").
14042
14120
  * Takes a single input video and returns an upscaled video. No prompt is required.
14121
+ * Deprecated: use EditVideoRequest, which carries the taskType in `parameters`.
14043
14122
  */
14044
14123
  interface VideoUpscaleRequest {
14045
14124
  /**
@@ -14077,17 +14156,61 @@ declare enum VideoUpscaleRequestModel {
14077
14156
  }
14078
14157
  /** @enumType */
14079
14158
  type VideoUpscaleRequestModelWithLiterals = VideoUpscaleRequestModel | 'UNKNOWN_MODEL' | 'FROM_MODEL_ID';
14080
- interface EditVideoResponse extends EditVideoResponseResponseOneOf {
14081
- /** Runware video upscale response */
14159
+ /**
14160
+ * Request for prompt-free video-to-video editing (e.g. upscaling).
14161
+ * The operation and its inputs are carried in `parameters`.
14162
+ */
14163
+ interface EditVideoRequest {
14164
+ /**
14165
+ * Model to invoke. Use FROM_MODEL_ID together with model_id to resolve the
14166
+ * Runware model (AIR) via the models manager.
14167
+ */
14168
+ model?: EditVideoRequestModelWithLiterals;
14169
+ /**
14170
+ * Runware model identifier, used together with model = FROM_MODEL_ID.
14171
+ * @maxLength 1000
14172
+ */
14173
+ modelId?: string | null;
14174
+ /**
14175
+ * Runware video parameters, merged into the request body: the operation
14176
+ * (e.g. "taskType": "upscale"), the input video ("inputs": {"video": "..."})
14177
+ * and any options. Lets new video operations be used without a proto change.
14178
+ */
14179
+ parameters?: Record<string, any> | null;
14180
+ }
14181
+ declare enum EditVideoRequestModel {
14182
+ UNKNOWN_MODEL = "UNKNOWN_MODEL",
14183
+ /** Should be used together with model_id from the allowed models list. */
14184
+ FROM_MODEL_ID = "FROM_MODEL_ID"
14185
+ }
14186
+ /** @enumType */
14187
+ type EditVideoRequestModelWithLiterals = EditVideoRequestModel | 'UNKNOWN_MODEL' | 'FROM_MODEL_ID';
14188
+ interface V1EditVideoResponse extends V1EditVideoResponseResponseOneOf {
14189
+ /**
14190
+ * Deprecated: use runware_edit_video_response.
14191
+ * @deprecated
14192
+ * @replacedBy runware_edit_video_response
14193
+ * @targetRemovalDate 2026-06-30
14194
+ */
14082
14195
  runwareVideoUpscaleResponse?: VideoUpscaleResponse;
14196
+ /** Runware video edit response */
14197
+ runwareEditVideoResponse?: EditVideoResponse;
14083
14198
  /** Extracted cost of the request in microcents. */
14084
14199
  cost?: string | null;
14085
14200
  }
14086
14201
  /** @oneof */
14087
- interface EditVideoResponseResponseOneOf {
14088
- /** Runware video upscale response */
14202
+ interface V1EditVideoResponseResponseOneOf {
14203
+ /**
14204
+ * Deprecated: use runware_edit_video_response.
14205
+ * @deprecated
14206
+ * @replacedBy runware_edit_video_response
14207
+ * @targetRemovalDate 2026-06-30
14208
+ */
14089
14209
  runwareVideoUpscaleResponse?: VideoUpscaleResponse;
14210
+ /** Runware video edit response */
14211
+ runwareEditVideoResponse?: EditVideoResponse;
14090
14212
  }
14213
+ /** Deprecated: use EditVideoResponse. */
14091
14214
  interface VideoUpscaleResponse {
14092
14215
  /**
14093
14216
  * Upscale task results.
@@ -14095,6 +14218,7 @@ interface VideoUpscaleResponse {
14095
14218
  */
14096
14219
  data?: VideoUpscaleTaskResult[];
14097
14220
  }
14221
+ /** Deprecated: use EditVideoTaskResult. */
14098
14222
  interface VideoUpscaleTaskResult {
14099
14223
  /**
14100
14224
  * The API will return the taskType you sent in the request.
@@ -14124,6 +14248,42 @@ interface VideoUpscaleTaskResult {
14124
14248
  */
14125
14249
  status?: string | null;
14126
14250
  }
14251
+ interface EditVideoResponse {
14252
+ /**
14253
+ * Video edit task results.
14254
+ * @maxSize 1000
14255
+ */
14256
+ data?: EditVideoTaskResult[];
14257
+ }
14258
+ interface EditVideoTaskResult {
14259
+ /**
14260
+ * The taskType echoed back by Runware (e.g. "upscale").
14261
+ * @maxLength 100
14262
+ */
14263
+ taskType?: string;
14264
+ /**
14265
+ * The taskUUID echoed back by Runware.
14266
+ * @format GUID
14267
+ */
14268
+ taskUuid?: string;
14269
+ /**
14270
+ * A unique identifier for the resulting video.
14271
+ * @format GUID
14272
+ */
14273
+ videoUuid?: string | null;
14274
+ /**
14275
+ * If outputType is set to URL, the URL of the resulting video to download.
14276
+ * @maxLength 10000
14277
+ */
14278
+ videoUrl?: string | null;
14279
+ /** Cost of the task in microcents. */
14280
+ microcentsSpent?: string | null;
14281
+ /**
14282
+ * The current processing status (for polling operations).
14283
+ * @maxLength 50
14284
+ */
14285
+ status?: string | null;
14286
+ }
14127
14287
  interface PollImageGenerationResultRequest extends PollImageGenerationResultRequestRequestOneOf {
14128
14288
  /** replicate proxy getResult request */
14129
14289
  replicateGetResultRequest?: V1GetResultRequest;
@@ -14264,14 +14424,28 @@ interface GetResultResponse {
14264
14424
  }
14265
14425
  interface GetTaskResultResponse extends GetTaskResultResponseResponseOneOf {
14266
14426
  videoInferenceResponse?: VideoInferenceResponse;
14267
- /** Result of an async video upscale task, returned once the task finishes */
14427
+ /**
14428
+ * Deprecated: video-edit poll results are now returned as edit_video_response.
14429
+ * @deprecated
14430
+ * @replacedBy edit_video_response
14431
+ * @targetRemovalDate 2026-06-30
14432
+ */
14268
14433
  videoUpscaleResponse?: VideoUpscaleResponse;
14434
+ /** Result of an async video-edit task (e.g. upscale), returned once the task finishes. */
14435
+ editVideoResponse?: EditVideoResponse;
14269
14436
  }
14270
14437
  /** @oneof */
14271
14438
  interface GetTaskResultResponseResponseOneOf {
14272
14439
  videoInferenceResponse?: VideoInferenceResponse;
14273
- /** Result of an async video upscale task, returned once the task finishes */
14440
+ /**
14441
+ * Deprecated: video-edit poll results are now returned as edit_video_response.
14442
+ * @deprecated
14443
+ * @replacedBy edit_video_response
14444
+ * @targetRemovalDate 2026-06-30
14445
+ */
14274
14446
  videoUpscaleResponse?: VideoUpscaleResponse;
14447
+ /** Result of an async video-edit task (e.g. upscale), returned once the task finishes. */
14448
+ editVideoResponse?: EditVideoResponse;
14275
14449
  }
14276
14450
  interface GetVideoResultResponse {
14277
14451
  videoJob?: VideoJob;
@@ -15102,7 +15276,7 @@ declare function getApplicationUsage(): Promise<NonNullablePaths<GetApplicationU
15102
15276
  * @permissionId WIX_AI_GATEWAY.EDIT_IMAGE
15103
15277
  * @fqn wix.ds.wix_ai_gateway.v1.WixAiGateway.EditImage
15104
15278
  */
15105
- declare function editImage(options?: EditImageOptions): Promise<NonNullablePaths<Wix_ai_gatewayV1EditImageResponse, `stabilityAiEditResponse.data` | `stabilityAiEditResponse.model` | `replicateExtractFromImageResponse.datalabOcrOutput.visualizationUrls` | `googleDetectTextResponse.textAnnotations` | `googleDetectTextResponse.fullTextAnnotation.pages` | `runwareEditImageResponse.data` | `runwareEditImageResponse.data.${number}.taskUuid` | `runwareEditImageResponse.data.${number}.imageUuid` | `runwareEditImageResponse.data.${number}.nsfwContent`, 5>>;
15279
+ declare function editImage(options?: EditImageOptions): Promise<NonNullablePaths<Wix_ai_gatewayV1EditImageResponse, `stabilityAiEditResponse.data` | `stabilityAiEditResponse.model` | `replicateExtractFromImageResponse.datalabOcrOutput.visualizationUrls` | `googleDetectTextResponse.textAnnotations` | `googleDetectTextResponse.fullTextAnnotation.pages` | `runwareEditImageResponse.data` | `runwareEditImageResponse.data.${number}.taskUuid` | `runwareEditImageResponse.data.${number}.imageUuid` | `runwareEditImageResponse.data.${number}.nsfwContent` | `montracerProxyTraceResponse.svgUrl` | `montracerProxyTraceResponse.meta.width` | `montracerProxyTraceResponse.meta.height` | `montracerProxyTraceResponse.meta.points` | `montracerProxyTraceResponse.meta.sizeBytes` | `montracerProxyTraceResponse.meta.elapsedMs` | `montracerProxyTraceResponse.meta.layers` | `montracerProxyTraceResponse.meta.layerInfo` | `montracerProxyTraceResponse.meta.layerInfo.${number}.color` | `montracerProxyTraceResponse.meta.layerInfo.${number}.name` | `montracerProxyTraceResponse.meta.layerInfo.${number}.gradient` | `montracerProxyTraceResponse.meta.layerInfo.${number}.gradientKind`, 6>>;
15106
15280
  interface EditImageOptions extends EditImageOptionsRequestOneOf {
15107
15281
  /** Contains additional information for the request. */
15108
15282
  userRequestInfo?: UserRequestInfo;
@@ -15122,6 +15296,8 @@ interface EditImageOptions extends EditImageOptionsRequestOneOf {
15122
15296
  googleDetectTextRequest?: DetectTextRequest;
15123
15297
  /** Runware edit image (e.g. outpainting) */
15124
15298
  runwareEditImageRequest?: V1EditImageRequest;
15299
+ /** Montracer request (bitmap to vector) */
15300
+ montracerProxyTraceRequest?: ProxyTraceRequest;
15125
15301
  }
15126
15302
  /** @oneof */
15127
15303
  interface EditImageOptionsRequestOneOf {
@@ -15141,6 +15317,8 @@ interface EditImageOptionsRequestOneOf {
15141
15317
  googleDetectTextRequest?: DetectTextRequest;
15142
15318
  /** Runware edit image (e.g. outpainting) */
15143
15319
  runwareEditImageRequest?: V1EditImageRequest;
15320
+ /** Montracer request (bitmap to vector) */
15321
+ montracerProxyTraceRequest?: ProxyTraceRequest;
15144
15322
  }
15145
15323
  /**
15146
15324
  * Video Editing API's
@@ -15149,17 +15327,31 @@ interface EditImageOptionsRequestOneOf {
15149
15327
  * @permissionId WIX_AI_GATEWAY.EDIT_VIDEO
15150
15328
  * @fqn wix.ds.wix_ai_gateway.v1.WixAiGateway.EditVideo
15151
15329
  */
15152
- declare function editVideo(options?: EditVideoOptions): Promise<NonNullablePaths<EditVideoResponse, `runwareVideoUpscaleResponse.data` | `runwareVideoUpscaleResponse.data.${number}.taskType` | `runwareVideoUpscaleResponse.data.${number}.taskUuid`, 5>>;
15330
+ declare function editVideo(options?: EditVideoOptions): Promise<NonNullablePaths<V1EditVideoResponse, `runwareVideoUpscaleResponse.data` | `runwareVideoUpscaleResponse.data.${number}.taskType` | `runwareVideoUpscaleResponse.data.${number}.taskUuid` | `runwareEditVideoResponse.data` | `runwareEditVideoResponse.data.${number}.taskType` | `runwareEditVideoResponse.data.${number}.taskUuid`, 5>>;
15153
15331
  interface EditVideoOptions extends EditVideoOptionsRequestOneOf {
15154
15332
  /** Contains additional information for the request. */
15155
15333
  userRequestInfo?: UserRequestInfo;
15156
- /** Runware video upscale (prompt-free video-to-video upscaling) */
15334
+ /**
15335
+ * Deprecated: use runware_edit_video_request.
15336
+ * @deprecated
15337
+ * @replacedBy runware_edit_video_request
15338
+ * @targetRemovalDate 2026-06-30
15339
+ */
15157
15340
  runwareVideoUpscaleRequest?: VideoUpscaleRequest;
15341
+ /** Runware video edit (prompt-free video-to-video, e.g. upscale) */
15342
+ runwareEditVideoRequest?: EditVideoRequest;
15158
15343
  }
15159
15344
  /** @oneof */
15160
15345
  interface EditVideoOptionsRequestOneOf {
15161
- /** Runware video upscale (prompt-free video-to-video upscaling) */
15346
+ /**
15347
+ * Deprecated: use runware_edit_video_request.
15348
+ * @deprecated
15349
+ * @replacedBy runware_edit_video_request
15350
+ * @targetRemovalDate 2026-06-30
15351
+ */
15162
15352
  runwareVideoUpscaleRequest?: VideoUpscaleRequest;
15353
+ /** Runware video edit (prompt-free video-to-video, e.g. upscale) */
15354
+ runwareEditVideoRequest?: EditVideoRequest;
15163
15355
  }
15164
15356
  /**
15165
15357
  * Poll image generation result by id.
@@ -15168,7 +15360,7 @@ interface EditVideoOptionsRequestOneOf {
15168
15360
  * @permissionId WIX_AI_GATEWAY.POLL_IMAGE_GENERATION_RESULT
15169
15361
  * @fqn wix.ds.wix_ai_gateway.v1.WixAiGateway.PollImageGenerationResult
15170
15362
  */
15171
- declare function pollImageGenerationResult(options?: PollImageGenerationResultOptions): Promise<NonNullablePaths<PollImageGenerationResultResponse, `replicateGetResultResponse.output` | `replicateGetResultResponse.textOutput` | `runwareGetTaskResultResponse.videoInferenceResponse.data` | `runwareGetTaskResultResponse.videoInferenceResponse.data.${number}.taskType` | `runwareGetTaskResultResponse.videoInferenceResponse.data.${number}.taskUuid` | `runwareGetTaskResultResponse.videoUpscaleResponse.data` | `runwareGetTaskResultResponse.videoUpscaleResponse.data.${number}.taskType` | `runwareGetTaskResultResponse.videoUpscaleResponse.data.${number}.taskUuid`, 6>>;
15363
+ declare function pollImageGenerationResult(options?: PollImageGenerationResultOptions): Promise<NonNullablePaths<PollImageGenerationResultResponse, `replicateGetResultResponse.output` | `replicateGetResultResponse.textOutput` | `runwareGetTaskResultResponse.videoInferenceResponse.data` | `runwareGetTaskResultResponse.videoInferenceResponse.data.${number}.taskType` | `runwareGetTaskResultResponse.videoInferenceResponse.data.${number}.taskUuid` | `runwareGetTaskResultResponse.videoUpscaleResponse.data` | `runwareGetTaskResultResponse.videoUpscaleResponse.data.${number}.taskType` | `runwareGetTaskResultResponse.videoUpscaleResponse.data.${number}.taskUuid` | `runwareGetTaskResultResponse.editVideoResponse.data` | `runwareGetTaskResultResponse.editVideoResponse.data.${number}.taskType` | `runwareGetTaskResultResponse.editVideoResponse.data.${number}.taskUuid`, 6>>;
15172
15364
  interface PollImageGenerationResultOptions extends PollImageGenerationResultOptionsRequestOneOf {
15173
15365
  /** Contains additional information for the request. */
15174
15366
  userRequestInfo?: UserRequestInfo;
@@ -15197,4 +15389,4 @@ interface PollImageGenerationResultOptionsRequestOneOf {
15197
15389
  bytedanceGetContentTaskRequest?: GetContentTaskRequest;
15198
15390
  }
15199
15391
 
15200
- export { type AccountInfo, type Action, type ActionEvent, type AlignmentInfoInChunk, type AnthropicClaudeMessage, type AnthropicMessage, AnthropicModel, type AnthropicModelWithLiterals, type AnthropicStreamChunk, type AnthropicStreamChunkContentOneOf, type AnthropicStreamChunkMessageDelta, type AnthropicV1ImageUrl, type ApplicationBudgetInfo, type AsyncGenerationConfig, type AudioUrl, type Background, type BashTool, type Blob, type BoundingPoly, type BuiltInTool, type CacheControl, CacheControlType, type CacheControlTypeWithLiterals, type Candidate, type CandidateCitationMetadata, type CandidateCitationMetadataCitation, type CandidateContent, type CandidateContentPart, type CharLocationCitation, type ChatCompletionChunk, type ChatCompletionChunkChunkChoice, type ChatCompletionChunkChunkChoiceChunkDelta, type ChatCompletionMessage, type ChatCompletionMessageContentPart, type ChatCompletionMessageContentPartContentValueOneOf, type ChatCompletionMessageFunctionWithArgs, type ChatCompletionMessageImageUrlContent, ChatCompletionMessageMessageRole, type ChatCompletionMessageMessageRoleWithLiterals, type ChatCompletionMessageToolCall, ChatCompletionModel, type ChatCompletionModelWithLiterals, type Choice, type ChunkChoice, type ChunkChoiceChunkDelta, type ChunkDelta, type Citation, type CitationTypeOneOf, type CitationsEnabled, ClaudeModel, type ClaudeModelWithLiterals, ClipGuidancePreset, type ClipGuidancePresetWithLiterals, type CodeExecution, type CodeExecutionResult, type CodeExecutionTool, type CodeExecutionToolResult, type CodeExecutionToolResultContentOneOf, type CodeExecutionToolResultError, type CommonContentTaskResponse, type CompletionTokenDetails, type ComputerUse, type ComputerUseTool, type ConductorExperimentConfig, type ConductorExperimentValue, type ConductorExperimentValueExperimentResultOneOf, type Container, type ContainerUpload, type Content, type ContentBlock, type ContentBlockDelta, type ContentBlockDeltaDeltaOneOf, type ContentBlockLocationCitation, type ContentBlockTypeOneOf, type ContentData, type ContentGenerationFailedEvent, type ContentGenerationRequestedEvent, type ContentGenerationSucceededEvent, type ContentItem, type ContentPart, type ContentPartContentValueOneOf, ContentRole, type ContentRoleWithLiterals, type ConverseContentBlock, type ConverseContentBlockContentOneOf, type ConverseInferenceConfig, type ConverseInputSchema, type ConverseMessage, ConverseModel, type ConverseModelWithLiterals, type ConversePerformanceConfig, type ConverseReasoningContent, type ConverseTool, type ConverseToolResult, type ConverseToolResultContent, type ConverseToolResultContentContentOneOf, type ConverseToolUse, type CreateChatCompletionRequest, type CreateChatCompletionRequestFunctionCallOneOf, type CreateChatCompletionRequestFunctionSignature, type CreateChatCompletionRequestResponseFormat, type CreateChatCompletionRequestTool, type CreateChatCompletionResponse, type CreateChatCompletionResponseChoice, type CreateChatCompletionResponseCompletionTokenDetails, type CreateChatCompletionResponsePromptTokenDetails, type CreateChatCompletionResponseTokenUsage, type CreateContentTaskRequest, type CreateContentTaskResponse, type CreateEmbeddingsRequest, type CreateEmbeddingsResponse, type CreateEmbeddingsResponseEmbeddingUsage, type CreateImageOpenAiRequest, type CreateImageOpenAiResponse, type CreateImageRequest, type CreateImageResponse, type CreateModerationRequest, type CreateModerationResponse, CreatePredictionModel, type CreatePredictionModelWithLiterals, type CreatePredictionRequest, type CreatePredictionRequestInputOneOf, type CreatePredictionResponse, type CreatePredictionResponseTokenUsage, type CreateSpeechRequest, type CreateSpeechResponse, type CreateTranscriptionRequest, CreateTranscriptionRequestResponseFormat, type CreateTranscriptionRequestResponseFormatWithLiterals, type CreateTranscriptionResponse, type CreateVideoRequest, type CreateVideoResponse, type CustomTool, type DatalabOcr, type DatalabOcrOutput, type DetectTextRequest, type DetectTextResponse, type DocumentContent, type DocumentSource, type DomainEvent, type DomainEventBodyOneOf, type DraftTask, type DynamicRequestConfig, type DynamicRetrievalConfig, DynamicRetrievalConfigMode, type DynamicRetrievalConfigModeWithLiterals, EditAction, type EditActionWithLiterals, type EditImageInput, EditImageModel, type EditImageModelWithLiterals, type EditImageOpenAiRequest, type EditImageOpenAiResponse, type EditImageOptions, type EditImageOptionsRequestOneOf, type EditImageRequest, EditImageRequestModel, type EditImageRequestModelWithLiterals, type EditImageResponse, type EditImageTaskResult, type EditImageWithPromptRequest, EditImageWithPromptRequestModel, type EditImageWithPromptRequestModelWithLiterals, type EditImageWithPromptResponse, type EditVideoOptions, type EditVideoOptionsRequestOneOf, type EditVideoRequest, type EditVideoRequestRequestOneOf, type EditVideoResponse, type EditVideoResponseResponseOneOf, type Element, ElevenLabsTextToSpeechModel, type ElevenLabsTextToSpeechModelWithLiterals, EmbeddingEncodingFormat, type EmbeddingEncodingFormatWithLiterals, type EmbeddingInfo, type EmbeddingInfoEmbeddingResultOneOf, type EmbeddingInstance, EmbeddingModel, type EmbeddingModelWithLiterals, type EmbeddingPrediction, type EmbeddingUsage, type EntityCreatedEvent, type EntityDeletedEvent, EntityType, type EntityTypeWithLiterals, type EntityUpdatedEvent, Environment, type EnvironmentWithLiterals, type ErrorInfo, type ExecutableCode, type Expand, type ExperimentalPromptConfig, type Export, type ExtractFromImageMetrics, ExtractFromImageModel, type ExtractFromImageModelWithLiterals, type ExtractFromImageRequest, type ExtractFromImageRequestInputOneOf, type ExtractFromImageResponse, type ExtractFromImageResponseOutputOneOf, type ExtractFromImageResponseTokenUsage, type ExtractFromImageUrls, type FalGatewayPayload, type FallbackPromptConfig, type FallbackProperties, type FileContent, type FileInput, type FineTuningSpec, FinishReason, type FinishReasonWithLiterals, type Fireworks_proxyV1ChatCompletionMessage, type Fireworks_proxyV1ChatCompletionMessageContentPart, type Fireworks_proxyV1ChatCompletionMessageContentPartContentValueOneOf, type Fireworks_proxyV1ChatCompletionMessageImageUrlContent, Fireworks_proxyV1ChatCompletionMessageMessageRole, type Fireworks_proxyV1ChatCompletionMessageMessageRoleWithLiterals, type FloatEmbedding, type FluxDevControlnet, type FluxPulid, type FrameImage, type FullTextAnnotation, type FunctionCall, type FunctionCallingConfig, type FunctionDeclaration, type FunctionResponse, type FunctionResponseBlob, type FunctionResponsePart, type FunctionResponsePartDataOneOf, type FunctionSignature, type FunctionWithArgs, type GatewayContentBlock, type GatewayContentBlockTypeOneOf, type GatewayMessageDefinition, GatewayMessageDefinitionRole, type GatewayMessageDefinitionRoleWithLiterals, type GatewayToolDefinition, type GatewayToolDefinitionCustomTool, type GatewayToolDefinitionToolOneOf, GenerateAnImageModel, type GenerateAnImageModelWithLiterals, type GenerateAnImageRequest, type GenerateAnImageResponse, type GenerateAudioOptions, type GenerateAudioOptionsAudioRequestOneOf, type GenerateAudioRequest, type GenerateAudioRequestAudioRequestOneOf, type GenerateAudioResponse, type GenerateAudioResponseAudioResponseOneOf, type GenerateAudioStreamedOptions, type GenerateAudioStreamedOptionsAudioRequestOneOf, type GenerateContentByProjectOptions, type GenerateContentByProjectRequest, type GenerateContentByProjectResponse, type GenerateContentByPromptObjectOptions, type GenerateContentByPromptObjectRequest, type GenerateContentByPromptObjectResponse, type GenerateContentByPromptOptions, type GenerateContentByPromptRequest, type GenerateContentByPromptResponse, type GenerateContentModelResponse, type GenerateContentModelResponseResponseOneOf, type GenerateContentRequest, type GenerateContentResponse, type GenerateCoreRequest, GenerateCoreRequestStylePreset, type GenerateCoreRequestStylePresetWithLiterals, type GenerateCoreResponse, type GenerateEmbeddingOptions, type GenerateEmbeddingOptionsEmbeddingRequestOneOf, type GenerateEmbeddingsRequest, type GenerateEmbeddingsRequestEmbeddingRequestOneOf, type GenerateEmbeddingsResponse, type GenerateEmbeddingsResponseEmbeddingResponseOneOf, type GenerateImageByProjectOptions, type GenerateImageByProjectRequest, type GenerateImageByProjectResponse, type GenerateImageByPromptObjectOptions, type GenerateImageByPromptObjectRequest, type GenerateImageByPromptObjectResponse, type GenerateImageByPromptOptions, type GenerateImageByPromptRequest, type GenerateImageByPromptResponse, GenerateImageMlPlatformModel, type GenerateImageMlPlatformModelWithLiterals, type GenerateImageMlPlatformRequest, type GenerateImageMlPlatformRequestInputOneOf, type GenerateImageMlPlatformResponse, type GenerateImageRequest, type GenerateImageResponse, type GenerateModerationOptions, type GenerateModerationOptionsModerationRequestOneOf, type GenerateModerationRequest, type GenerateModerationRequestModerationRequestOneOf, type GenerateModerationResponse, type GenerateModerationResponseModerationResponseOneOf, type GenerateStableDiffusionRequest, GenerateStableDiffusionRequestOutputFormat, type GenerateStableDiffusionRequestOutputFormatWithLiterals, type GenerateStableDiffusionResponse, type GenerateTextByProjectOptions, type GenerateTextByProjectRequest, type GenerateTextByProjectResponse, type GenerateTextByProjectStreamedOptions, type GenerateTextByPromptObjectOptions, type GenerateTextByPromptObjectRequest, type GenerateTextByPromptObjectResponse, type GenerateTextByPromptObjectStreamedOptions, type GenerateTextByPromptOptions, type GenerateTextByPromptRequest, type GenerateTextByPromptResponse, type GenerateTextByPromptStreamedOptions, type GenerateTranscriptionOptions, type GenerateTranscriptionOptionsTranscriptionRequestOneOf, type GenerateTranscriptionRequest, type GenerateTranscriptionRequestTranscriptionRequestOneOf, type GenerateTranscriptionResponse, type GenerateTranscriptionResponseTranscriptionResponseOneOf, type GenerateVideoInstance, type GenerateVideoParameters, type GenerateVideoRequest, type GenerateVideoResponse, type GeneratedAudioChunk, type GeneratedAudioChunkAudioChunkOneOf, type GeneratedContent, type GeneratedTextChunk, type GeneratedTextChunkModelChunkOneOf, type GeneratedVideo, type GenerationConfig, GenerationMode, type GenerationModeWithLiterals, type GenerationRequestedEvent, type GenerationThinkingConfig, type GetApplicationUsageRequest, type GetApplicationUsageResponse, type GetContentTaskRequest, type GetContentTaskResponse, type GetEmbeddingRequest, type GetEmbeddingResponse, type GetProjectRequest, type GetProjectResponse, type GetPromptOptions, type GetPromptRequest, type GetPromptResponse, type GetResultRequest, type GetResultResponse, type GetStatusRequest, type GetStatusResponse, type GetTaskResultRequest, type GetTaskResultResponse, type GetTaskResultResponseResponseOneOf, type GetVideoResultRequest, type GetVideoResultResponse, type GoogleSearch, type GoogleSearchRetrieval, type GoogleproxyV1AnthropicStreamChunk, type GoogleproxyV1AnthropicStreamChunkContentOneOf, type GoogleproxyV1CacheControl, type GoogleproxyV1ChatCompletionMessage, type GoogleproxyV1ContentBlock, type GoogleproxyV1ContentBlockDelta, type GoogleproxyV1ContentBlockDeltaDeltaOneOf, type GoogleproxyV1ContentBlockTypeOneOf, type GoogleproxyV1ImageUrl, type GoogleproxyV1InputSchema, type GoogleproxyV1JsonOutputFormat, type GoogleproxyV1McpServer, GoogleproxyV1McpServerType, type GoogleproxyV1McpServerTypeWithLiterals, GoogleproxyV1Model, type GoogleproxyV1ModelWithLiterals, type GoogleproxyV1OutputConfig, type GoogleproxyV1RedactedThinking, GoogleproxyV1ResponseTypeType, type GoogleproxyV1ResponseTypeTypeWithLiterals, type GoogleproxyV1Text, type GoogleproxyV1Thinking, type GoogleproxyV1ThinkingConfig, type GoogleproxyV1Tool, type GoogleproxyV1ToolChoice, GoogleproxyV1ToolChoiceType, type GoogleproxyV1ToolChoiceTypeWithLiterals, type GoogleproxyV1ToolResult, type GoogleproxyV1ToolUse, type GoogleproxyV1Usage, type GroundingChunk, type GroundingChunkChunkTypeOneOf, type GroundingMetadata, type GroundingSupport, type Guidance, HarmCategory, type HarmCategoryWithLiterals, HarmProbability, type HarmProbabilityWithLiterals, type HeadersEntry, type IdentificationData, type IdentificationDataIdOneOf, type ImageConfig, ImageCoreModel, type ImageCoreModelWithLiterals, type ImageData, ImageEditingModel, type ImageEditingModelWithLiterals, type ImageEditingRequest, type ImageEditingResponse, type ImageError, type ImageGenerationFailedEvent, type ImageGenerationRequestedEvent, type ImageGenerationSucceededEvent, type ImageInput, ImageMediaTypeMediaType, type ImageMediaTypeMediaTypeWithLiterals, ImageModel, type ImageModelResponse, type ImageModelResponseResponseOneOf, type ImageModelWithLiterals, type ImageObject, type ImageOutputOptions, ImageQuality, type ImageQualityWithLiterals, ImageSize, type ImageSizeWithLiterals, ImageStableDiffusionModel, type ImageStableDiffusionModelWithLiterals, ImageStyle, type ImageStyleWithLiterals, type ImageUrl, type ImageUrlContent, type ImageUrlInput, type ImageUsage, ImagenModel, type ImagenModelWithLiterals, type IncompleteDetails, type InputSchema, type Inputs, type Instance, type InvokeAnthropicClaudeModelRequest, type InvokeAnthropicClaudeModelRequestTool, type InvokeAnthropicClaudeModelResponse, type InvokeAnthropicModelRequest, type InvokeAnthropicModelResponse, type InvokeChatCompletionRequest, type InvokeChatCompletionRequestResponseFormat, type InvokeChatCompletionRequestResponseFormatFormatDetailsOneOf, type InvokeChatCompletionResponse, type InvokeChatCompletionResponseChoice, type InvokeChatCompletionResponseUsage, type InvokeConverseRequest, type InvokeConverseResponse, type InvokeConverseResponseTokenUsage, type InvokeCustomOpenAiModelRequest, type InvokeCustomOpenAiModelRequestFunctionCallOneOf, type InvokeCustomOpenAiModelRequestFunctionSignature, type InvokeCustomOpenAiModelRequestResponseFormat, type InvokeCustomOpenAiModelRequestTool, type InvokeCustomOpenAiModelResponse, type InvokeCustomOpenAiModelResponseChoice, type InvokeCustomOpenAiModelResponseCompletionTokenDetails, type InvokeCustomOpenAiModelResponsePromptTokenDetails, type InvokeCustomOpenAiModelResponseTokenUsage, type InvokeCustomOpenAiModelStreamedResponse, type InvokeCustomOpenAiModelStreamedResponseChunkChoice, type InvokeCustomOpenAiModelStreamedResponseChunkChoiceChunkDelta, type InvokeLlamaModelRequest, type InvokeLlamaModelResponse, type InvokeMlPlatformLlamaModelRequest, type InvokeMlPlatformLlamaModelResponse, type InvokeMlPlatformOpenAIChatCompletionRawRequest, type InvokeMlPlatformOpenAIChatCompletionRawResponse, type JsonOutputFormat, type JsonSchema, Language, type LanguageWithLiterals, type Lighting, LlamaModel, type LlamaModelWithLiterals, type LoraModelSelect, type LucatacoFlorence2Large, type Margin, type McpServer, type McpServerToolConfiguration, McpServerType, type McpServerTypeWithLiterals, type McpToolUse, type MediaContent, type MediaResolution, MediaResolutionLevel, type MediaResolutionLevelWithLiterals, MediaType, type MediaTypeWithLiterals, type MessageDelta, type MessageEnvelope, MessageRole, MessageRoleRole, type MessageRoleRoleWithLiterals, type MessageRoleWithLiterals, type Metrics, Modality, type ModalityTokenCount, type ModalityWithLiterals, Mode, type ModeWithLiterals, Model, type ModelResponse, type ModelResponseResponseOneOf, type ModelWithLiterals, type ModerationResult, type MultiModalInput, type MultiModalInputContentValueOneOf, type OcrBlock, type OcrDetectedBreak, type OcrDetectedLanguage, type OcrPage, type OcrParagraph, type OcrSymbol, type OcrTextProperty, type OcrWord, OpenAiImageModel, type OpenAiImageModelWithLiterals, type OpenAiImageTokenDetails, type OpenAiResponsesRequest, type OpenAiResponsesResponse, type OpenAiResponsesResponseIncompleteDetails, type OpenaiproxyV1ChatCompletionChunk, type OpenaiproxyV1ChatCompletionMessage, type OpenaiproxyV1ChatCompletionMessageContentPart, type OpenaiproxyV1ChatCompletionMessageContentPartContentValueOneOf, type OpenaiproxyV1ChatCompletionMessageImageUrlContent, OpenaiproxyV1ChatCompletionMessageMessageRole, type OpenaiproxyV1ChatCompletionMessageMessageRoleWithLiterals, type OpenaiproxyV1CreateChatCompletionRequest, type OpenaiproxyV1CreateChatCompletionRequestFunctionCallOneOf, type OpenaiproxyV1CreateChatCompletionRequestResponseFormat, type OpenaiproxyV1CreateChatCompletionResponse, type OpenaiproxyV1CreateChatCompletionResponseChoice, type OpenaiproxyV1CreateChatCompletionResponseTokenUsage, OpenaiproxyV1EmbeddingModel, type OpenaiproxyV1EmbeddingModelWithLiterals, OpenaiproxyV1Model, type OpenaiproxyV1ModelWithLiterals, type OptimizePromptOptions, OutageStatus, type OutageStatusWithLiterals, Outcome, type OutcomeWithLiterals, type OutpaintDirection, type Output, type OutputAnnotation, type OutputAnnotationAnnotationTypeOneOf, type OutputConfig, type OutputContent, OutputFormat, type OutputFormatWithLiterals, type OutputOptions, type Padding, type PageLocationCitation, type Parameters, type PerceptronIsaac01, type PerplexityImageDescriptor, type PerplexityMessage, PerplexityMessageMessageRole, type PerplexityMessageMessageRoleWithLiterals, PerplexityModel, type PerplexityModelWithLiterals, PersonGeneration, type PersonGenerationWithLiterals, type PollImageGenerationResultOptions, type PollImageGenerationResultOptionsRequestOneOf, type PollImageGenerationResultRequest, type PollImageGenerationResultRequestRequestOneOf, type PollImageGenerationResultResponse, type PollImageGenerationResultResponseResponseOneOf, type Prediction, type PredictionMetrics, type PredictionUrls, type Project, type ProjectConfigChangedDomainEvent, type Prompt, type PromptFeedback, type PromptModelRequestOneOf, type PromptTokenDetails, type PronunciationDictionaryLocator, type PrunaaiZImageTurbo, type PublicationDate, type PublishProjectOptions, type PublishProjectRequest, type PublishProjectResponse, type PublishPromptOptions, type PublishPromptRequest, type PublishPromptResponse, type QwenImageLayered, type RawHttpResponse, type ReasoningText, type Recraft_proxyV1EditImageRequest, type Recraft_proxyV1EditImageResponse, type RedactedThinking, type RemoveBackgroundRequest, type RemoveBackgroundResponse, type RequestMetadata, type ResponseFormat, type ResponseMetadata, ResponseType, ResponseTypeType, type ResponseTypeTypeWithLiterals, type ResponseTypeWithLiterals, type ResponsesCodeInterpreter, type ResponsesCodeInterpreterContainer, type ResponsesCodeInterpreterContainerAuto, type ResponsesCodeInterpreterContainerContainerTypeOneOf, type ResponsesCodeInterpreterImageOutput, type ResponsesCodeInterpreterLogsOutput, type ResponsesCodeInterpreterOutput, type ResponsesCodeInterpreterOutputOutputTypeOneOf, type ResponsesCodeInterpreterToolCall, type ResponsesFunction, type ResponsesFunctionToolCall, type ResponsesFunctionToolCallOutput, type ResponsesInputItem, type ResponsesInputItemItemOneOf, type ResponsesInputMessage, type ResponsesInputMessageContent, type ResponsesInputMessageContentContentValueOneOf, type ResponsesInputMessageContentFileInput, type ResponsesInputMessageContentImageInput, ResponsesInputMessageResponsesMessageRole, type ResponsesInputMessageResponsesMessageRoleWithLiterals, type ResponsesInputTokensDetails, ResponsesMessageRole, type ResponsesMessageRoleWithLiterals, ResponsesModel, type ResponsesModelWithLiterals, type ResponsesOutput, type ResponsesOutputMessage, type ResponsesOutputMessageOutputContent, type ResponsesOutputOutputOneOf, type ResponsesOutputTokensDetails, type ResponsesReasoning, type ResponsesReasoningContent, type ResponsesReasoningOutput, type ResponsesReasoningSummaryContent, type ResponsesTextFormat, type ResponsesTextFormatFormatOneOf, type ResponsesTextFormatJsonSchema, type ResponsesTokenUsage, type ResponsesTool, type ResponsesToolChoice, type ResponsesToolToolTypeOneOf, type ResponsesWebSearch, type ResponsesWebSearchToolCall, type ResponsesWebSearchToolCallAction, type ResponsesWebSearchUserLocation, type RestoreInfo, type ResultObject, type RetrievalMetadata, type RetrievedContext, type ReveEdit, Role, type RoleWithLiterals, type Safety, type SafetyAttributes, type SafetyRating, type SafetySetting, Sampler, type SamplerWithLiterals, type SearchEntryPoint, type SearchResultLocationCitation, type Segment, type Segmentation, type SequentialImageGenerationOptions, type ServerToolUse, type Shadow, type SimpleContentBlock, type SimpleContentBlockTypeOneOf, type SpeechChunk, SpeechModel, type SpeechModelWithLiterals, type SpiGenerationConfig, type StabilityproxyV1EditImageRequest, type StabilityproxyV1EditImageResponse, type Statistics, StylePreset, type StylePresetWithLiterals, type SystemContentBlock, type SystemInstruction, type TaskContent, type TaskError, TaskInput, type TaskInputWithLiterals, TaskType, type TaskTypeWithLiterals, type TaskUsage, type Text, type TextAnnotation, type TextContent, type TextEditorTool, type TextEmbeddingInstance, type TextEmbeddingParameters, type TextGenerationFailedEvent, type TextGenerationSucceededEvent, type TextPrompt, type TextRemoval, type TextToImageRequest, TextToImageRequestModel, type TextToImageRequestModelWithLiterals, TextToImageRequestStylePreset, type TextToImageRequestStylePresetWithLiterals, type TextToImageResponse, type TextToImageTaskResult, type TextToSpeechChunk, type TextToSpeechRequest, type Thinking, type ThinkingConfig, type ThinkingTextContent, Threshold, type ThresholdWithLiterals, type TimestampGranularities, TimestampGranularity, type TimestampGranularityWithLiterals, type TokenUsage, type Tool, type ToolCall, type ToolChoice, ToolChoiceType, type ToolChoiceTypeWithLiterals, type ToolConfig, type ToolConfiguration, type ToolResult, type ToolResultContent, type ToolResultContentBlock, type ToolResultContentBlockTypeOneOf, type ToolResultSearchResult, type ToolSpecification, type ToolUse, type ToolUseContent, TranscriptionModel, type TranscriptionModelWithLiterals, Type, type TypeWithLiterals, type UrlCitation, type Usage, type UsageCacheCreation, type UsageMetadata, type UsageServerToolUse, type UserLocation, type UserPerApplicationBudgetInfo, type UserRequestInfo, type V1AnthropicClaudeMessage, type V1AnthropicStreamChunk, type V1AnthropicStreamChunkContentOneOf, type V1AnthropicStreamChunkMessageDelta, type V1CacheControl, V1CacheControlType, type V1CacheControlTypeWithLiterals, type V1ChatCompletionChunk, type V1ChatCompletionChunkChunkChoice, type V1ChatCompletionMessage, type V1ChatCompletionMessageContentPart, type V1ChatCompletionMessageContentPartContentValueOneOf, type V1ChatCompletionMessageFunctionWithArgs, type V1ChatCompletionMessageImageUrlContent, V1ChatCompletionMessageMessageRole, type V1ChatCompletionMessageMessageRoleWithLiterals, type V1ChatCompletionMessageToolCall, type V1CodeExecutionResult, type V1ContentBlock, type V1ContentBlockDelta, type V1ContentBlockDeltaDeltaOneOf, type V1ContentBlockTypeOneOf, type V1ContentPart, type V1CreateChatCompletionRequest, type V1CreateChatCompletionRequestResponseFormat, type V1CreateChatCompletionRequestTool, type V1CreateChatCompletionResponse, type V1CreateChatCompletionResponseChoice, type V1CreateChatCompletionResponseTokenUsage, type V1CreateEmbeddingsRequest, type V1CreateEmbeddingsResponse, V1EditImageModel, type V1EditImageModelWithLiterals, type V1EditImageRequest, type V1EditImageResponse, V1EmbeddingEncodingFormat, type V1EmbeddingEncodingFormatWithLiterals, type V1EmbeddingInfo, type V1EmbeddingInfoEmbeddingResultOneOf, V1EmbeddingModel, type V1EmbeddingModelWithLiterals, type V1FineTuningSpec, type V1FloatEmbedding, type V1FluxPulid, type V1GenerateImageRequest, type V1GenerateImageResponse, type V1GetResultRequest, type V1GetResultResponse, type V1ImageInput, V1ImageMediaTypeMediaType, type V1ImageMediaTypeMediaTypeWithLiterals, V1ImageModel, type V1ImageModelWithLiterals, type V1ImageObject, type V1ImageUrl, type V1ImageUsage, type V1InputSchema, type V1InvokeAnthropicClaudeModelRequest, type V1InvokeAnthropicClaudeModelResponse, type V1InvokeCustomOpenAiModelRequest, type V1InvokeCustomOpenAiModelRequestFunctionCallOneOf, type V1InvokeCustomOpenAiModelRequestFunctionSignature, type V1InvokeCustomOpenAiModelRequestResponseFormat, type V1InvokeCustomOpenAiModelRequestTool, type V1InvokeCustomOpenAiModelResponse, type V1InvokeCustomOpenAiModelResponseChoice, type V1InvokeCustomOpenAiModelResponseCompletionTokenDetails, type V1InvokeCustomOpenAiModelResponsePromptTokenDetails, type V1InvokeCustomOpenAiModelResponseTokenUsage, type V1JsonOutputFormat, type V1McpServer, type V1McpServerToolConfiguration, V1McpServerType, type V1McpServerTypeWithLiterals, V1MessageRoleRole, type V1MessageRoleRoleWithLiterals, V1Model, type V1ModelWithLiterals, type V1OpenAiResponsesRequest, type V1OpenAiResponsesResponse, type V1OutputAnnotation, type V1OutputAnnotationAnnotationTypeOneOf, type V1OutputConfig, type V1RedactedThinking, V1ResponseTypeType, type V1ResponseTypeTypeWithLiterals, type V1ResponsesCodeInterpreter, type V1ResponsesCodeInterpreterContainer, type V1ResponsesCodeInterpreterContainerAuto, type V1ResponsesCodeInterpreterContainerContainerTypeOneOf, type V1ResponsesCodeInterpreterImageOutput, type V1ResponsesCodeInterpreterLogsOutput, type V1ResponsesCodeInterpreterOutput, type V1ResponsesCodeInterpreterOutputOutputTypeOneOf, type V1ResponsesCodeInterpreterToolCall, type V1ResponsesFunction, type V1ResponsesFunctionToolCall, type V1ResponsesFunctionToolCallOutput, type V1ResponsesInputItem, type V1ResponsesInputItemItemOneOf, type V1ResponsesInputMessage, type V1ResponsesInputMessageContent, type V1ResponsesInputMessageContentContentValueOneOf, type V1ResponsesInputTokensDetails, V1ResponsesModel, type V1ResponsesModelWithLiterals, type V1ResponsesOutput, type V1ResponsesOutputMessage, type V1ResponsesOutputOutputOneOf, type V1ResponsesOutputTokensDetails, type V1ResponsesReasoning, type V1ResponsesReasoningContent, type V1ResponsesReasoningOutput, type V1ResponsesReasoningSummaryContent, type V1ResponsesTextFormat, type V1ResponsesTextFormatFormatOneOf, type V1ResponsesTokenUsage, type V1ResponsesTool, type V1ResponsesToolChoice, type V1ResponsesToolToolTypeOneOf, type V1ResponsesWebSearch, type V1ResponsesWebSearchToolCall, type V1Segment, type V1SimpleContentBlock, type V1SimpleContentBlockTypeOneOf, type V1Text, type V1TextToImageRequest, type V1TextToImageResponse, type V1Thinking, type V1ThinkingConfig, type V1TokenUsage, type V1Tool, type V1ToolChoice, V1ToolChoiceType, type V1ToolChoiceTypeWithLiterals, type V1ToolConfig, type V1ToolKindOneOf, type V1ToolResult, type V1ToolUse, type V1UrlCitation, type V1Usage, V1VideoModel, type V1VideoModelWithLiterals, type Vertex, VideoGenModel, type VideoGenModelWithLiterals, type VideoInferenceRequest, type VideoInferenceResponse, type VideoInferenceTaskResult, type VideoInputs, type VideoJob, VideoModel, type VideoModelWithLiterals, type VideoUpscaleRequest, VideoUpscaleRequestModel, type VideoUpscaleRequestModelWithLiterals, type VideoUpscaleResponse, type VideoUpscaleTaskResult, type VideoUrl, type VisionImage, type VisionImageContext, type Vllm_proxyV1ChatCompletionMessage, type Vllm_proxyV1ChatCompletionMessageContentPart, type Vllm_proxyV1ChatCompletionMessageContentPartContentValueOneOf, type Vllm_proxyV1ChatCompletionMessageFunctionWithArgs, type Vllm_proxyV1ChatCompletionMessageImageUrlContent, Vllm_proxyV1ChatCompletionMessageMessageRole, type Vllm_proxyV1ChatCompletionMessageMessageRoleWithLiterals, type Vllm_proxyV1ChatCompletionMessageToolCall, type VoiceSettings, type Web, type WebFetchTool, type WebFetchToolResult, type WebFetchToolResultContentError, type WebFetchToolResultContentOneOf, type WebFetchToolResultContentSuccess, type WebSearchResult, type WebSearchResultList, type WebSearchResultLocationCitation, type WebSearchTool, type WebSearchToolResult, type WebSearchToolResultContentOneOf, type WebSearchToolResultError, type WebSearchUserLocation, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, type Wix_ai_gatewayV1EditImageRequest, type Wix_ai_gatewayV1EditImageRequestRequestOneOf, type Wix_ai_gatewayV1EditImageResponse, type Wix_ai_gatewayV1EditImageResponseResponseOneOf, type Word, editImage, editVideo, generateAudio, generateAudioStreamed, generateContentByProject, generateContentByPrompt, generateContentByPromptObject, generateEmbedding, generateImageByProject, generateImageByPrompt, generateImageByPromptObject, generateModeration, generateTextByProject, generateTextByProjectStreamed, generateTextByPrompt, generateTextByPromptObject, generateTextByPromptObjectStreamed, generateTextByPromptStreamed, generateTranscription, getApplicationUsage, getProject, getPrompt, getStatus, pollImageGenerationResult, publishProject, publishPrompt };
15392
+ export { type AccountInfo, type Action, type ActionEvent, type AlignmentInfoInChunk, type AnthropicClaudeMessage, type AnthropicMessage, AnthropicModel, type AnthropicModelWithLiterals, type AnthropicStreamChunk, type AnthropicStreamChunkContentOneOf, type AnthropicStreamChunkMessageDelta, type AnthropicV1ImageUrl, type ApplicationBudgetInfo, type AsyncGenerationConfig, type AudioUrl, type Background, type BashTool, type Blob, type BoundingPoly, type BuiltInTool, type CacheControl, CacheControlType, type CacheControlTypeWithLiterals, type Candidate, type CandidateCitationMetadata, type CandidateCitationMetadataCitation, type CandidateContent, type CandidateContentPart, type CharLocationCitation, type ChatCompletionChunk, type ChatCompletionChunkChunkChoice, type ChatCompletionChunkChunkChoiceChunkDelta, type ChatCompletionMessage, type ChatCompletionMessageContentPart, type ChatCompletionMessageContentPartContentValueOneOf, type ChatCompletionMessageFunctionWithArgs, type ChatCompletionMessageImageUrlContent, ChatCompletionMessageMessageRole, type ChatCompletionMessageMessageRoleWithLiterals, type ChatCompletionMessageToolCall, ChatCompletionModel, type ChatCompletionModelWithLiterals, type Choice, type ChunkChoice, type ChunkChoiceChunkDelta, type ChunkDelta, type Citation, type CitationTypeOneOf, type CitationsEnabled, ClaudeModel, type ClaudeModelWithLiterals, ClipGuidancePreset, type ClipGuidancePresetWithLiterals, type CodeExecution, type CodeExecutionResult, type CodeExecutionTool, type CodeExecutionToolResult, type CodeExecutionToolResultContentOneOf, type CodeExecutionToolResultError, type CommonContentTaskResponse, type CompletionTokenDetails, type ComputerUse, type ComputerUseTool, type ConductorExperimentConfig, type ConductorExperimentValue, type ConductorExperimentValueExperimentResultOneOf, type Container, type ContainerUpload, type Content, type ContentBlock, type ContentBlockDelta, type ContentBlockDeltaDeltaOneOf, type ContentBlockLocationCitation, type ContentBlockTypeOneOf, type ContentData, type ContentGenerationFailedEvent, type ContentGenerationRequestedEvent, type ContentGenerationSucceededEvent, type ContentItem, type ContentPart, type ContentPartContentValueOneOf, ContentRole, type ContentRoleWithLiterals, type ConverseContentBlock, type ConverseContentBlockContentOneOf, type ConverseInferenceConfig, type ConverseInputSchema, type ConverseMessage, ConverseModel, type ConverseModelWithLiterals, type ConversePerformanceConfig, type ConverseReasoningContent, type ConverseTool, type ConverseToolResult, type ConverseToolResultContent, type ConverseToolResultContentContentOneOf, type ConverseToolUse, type CreateChatCompletionRequest, type CreateChatCompletionRequestFunctionCallOneOf, type CreateChatCompletionRequestFunctionSignature, type CreateChatCompletionRequestResponseFormat, type CreateChatCompletionRequestTool, type CreateChatCompletionResponse, type CreateChatCompletionResponseChoice, type CreateChatCompletionResponseCompletionTokenDetails, type CreateChatCompletionResponsePromptTokenDetails, type CreateChatCompletionResponseTokenUsage, type CreateContentTaskRequest, type CreateContentTaskResponse, type CreateEmbeddingsRequest, type CreateEmbeddingsResponse, type CreateEmbeddingsResponseEmbeddingUsage, type CreateImageOpenAiRequest, type CreateImageOpenAiResponse, type CreateImageRequest, type CreateImageResponse, type CreateModerationRequest, type CreateModerationResponse, CreatePredictionModel, type CreatePredictionModelWithLiterals, type CreatePredictionRequest, type CreatePredictionRequestInputOneOf, type CreatePredictionResponse, type CreatePredictionResponseTokenUsage, type CreateSpeechRequest, type CreateSpeechResponse, type CreateTranscriptionRequest, CreateTranscriptionRequestResponseFormat, type CreateTranscriptionRequestResponseFormatWithLiterals, type CreateTranscriptionResponse, type CreateVideoRequest, type CreateVideoResponse, type CustomTool, type DatalabOcr, type DatalabOcrOutput, type DetectTextRequest, type DetectTextResponse, type DocumentContent, type DocumentSource, type DomainEvent, type DomainEventBodyOneOf, type DraftTask, type DynamicRequestConfig, type DynamicRetrievalConfig, DynamicRetrievalConfigMode, type DynamicRetrievalConfigModeWithLiterals, EditAction, type EditActionWithLiterals, type EditImageInput, EditImageModel, type EditImageModelWithLiterals, type EditImageOpenAiRequest, type EditImageOpenAiResponse, type EditImageOptions, type EditImageOptionsRequestOneOf, type EditImageRequest, EditImageRequestModel, type EditImageRequestModelWithLiterals, type EditImageResponse, type EditImageTaskResult, type EditImageWithPromptRequest, EditImageWithPromptRequestModel, type EditImageWithPromptRequestModelWithLiterals, type EditImageWithPromptResponse, type EditVideoOptions, type EditVideoOptionsRequestOneOf, type EditVideoRequest, EditVideoRequestModel, type EditVideoRequestModelWithLiterals, type EditVideoResponse, type EditVideoTaskResult, type Element, ElevenLabsTextToSpeechModel, type ElevenLabsTextToSpeechModelWithLiterals, EmbeddingEncodingFormat, type EmbeddingEncodingFormatWithLiterals, type EmbeddingInfo, type EmbeddingInfoEmbeddingResultOneOf, type EmbeddingInstance, EmbeddingModel, type EmbeddingModelWithLiterals, type EmbeddingPrediction, type EmbeddingUsage, type EntityCreatedEvent, type EntityDeletedEvent, EntityType, type EntityTypeWithLiterals, type EntityUpdatedEvent, Environment, type EnvironmentWithLiterals, type ErrorInfo, type ExecutableCode, type Expand, type ExperimentalPromptConfig, type Export, type ExtractFromImageMetrics, ExtractFromImageModel, type ExtractFromImageModelWithLiterals, type ExtractFromImageRequest, type ExtractFromImageRequestInputOneOf, type ExtractFromImageResponse, type ExtractFromImageResponseOutputOneOf, type ExtractFromImageResponseTokenUsage, type ExtractFromImageUrls, type FalGatewayPayload, type FallbackPromptConfig, type FallbackProperties, type FileContent, type FileInput, type FineTuningSpec, FinishReason, type FinishReasonWithLiterals, type Fireworks_proxyV1ChatCompletionMessage, type Fireworks_proxyV1ChatCompletionMessageContentPart, type Fireworks_proxyV1ChatCompletionMessageContentPartContentValueOneOf, type Fireworks_proxyV1ChatCompletionMessageImageUrlContent, Fireworks_proxyV1ChatCompletionMessageMessageRole, type Fireworks_proxyV1ChatCompletionMessageMessageRoleWithLiterals, type FloatEmbedding, type FluxDevControlnet, type FluxPulid, type FrameImage, type FullTextAnnotation, type FunctionCall, type FunctionCallingConfig, type FunctionDeclaration, type FunctionResponse, type FunctionResponseBlob, type FunctionResponsePart, type FunctionResponsePartDataOneOf, type FunctionSignature, type FunctionWithArgs, type GatewayContentBlock, type GatewayContentBlockTypeOneOf, type GatewayMessageDefinition, GatewayMessageDefinitionRole, type GatewayMessageDefinitionRoleWithLiterals, type GatewayToolDefinition, type GatewayToolDefinitionCustomTool, type GatewayToolDefinitionToolOneOf, GenerateAnImageModel, type GenerateAnImageModelWithLiterals, type GenerateAnImageRequest, type GenerateAnImageResponse, type GenerateAudioOptions, type GenerateAudioOptionsAudioRequestOneOf, type GenerateAudioRequest, type GenerateAudioRequestAudioRequestOneOf, type GenerateAudioResponse, type GenerateAudioResponseAudioResponseOneOf, type GenerateAudioStreamedOptions, type GenerateAudioStreamedOptionsAudioRequestOneOf, type GenerateContentByProjectOptions, type GenerateContentByProjectRequest, type GenerateContentByProjectResponse, type GenerateContentByPromptObjectOptions, type GenerateContentByPromptObjectRequest, type GenerateContentByPromptObjectResponse, type GenerateContentByPromptOptions, type GenerateContentByPromptRequest, type GenerateContentByPromptResponse, type GenerateContentModelResponse, type GenerateContentModelResponseResponseOneOf, type GenerateContentRequest, type GenerateContentResponse, type GenerateCoreRequest, GenerateCoreRequestStylePreset, type GenerateCoreRequestStylePresetWithLiterals, type GenerateCoreResponse, type GenerateEmbeddingOptions, type GenerateEmbeddingOptionsEmbeddingRequestOneOf, type GenerateEmbeddingsRequest, type GenerateEmbeddingsRequestEmbeddingRequestOneOf, type GenerateEmbeddingsResponse, type GenerateEmbeddingsResponseEmbeddingResponseOneOf, type GenerateImageByProjectOptions, type GenerateImageByProjectRequest, type GenerateImageByProjectResponse, type GenerateImageByPromptObjectOptions, type GenerateImageByPromptObjectRequest, type GenerateImageByPromptObjectResponse, type GenerateImageByPromptOptions, type GenerateImageByPromptRequest, type GenerateImageByPromptResponse, GenerateImageMlPlatformModel, type GenerateImageMlPlatformModelWithLiterals, type GenerateImageMlPlatformRequest, type GenerateImageMlPlatformRequestInputOneOf, type GenerateImageMlPlatformResponse, type GenerateImageRequest, type GenerateImageResponse, type GenerateModerationOptions, type GenerateModerationOptionsModerationRequestOneOf, type GenerateModerationRequest, type GenerateModerationRequestModerationRequestOneOf, type GenerateModerationResponse, type GenerateModerationResponseModerationResponseOneOf, type GenerateStableDiffusionRequest, GenerateStableDiffusionRequestOutputFormat, type GenerateStableDiffusionRequestOutputFormatWithLiterals, type GenerateStableDiffusionResponse, type GenerateTextByProjectOptions, type GenerateTextByProjectRequest, type GenerateTextByProjectResponse, type GenerateTextByProjectStreamedOptions, type GenerateTextByPromptObjectOptions, type GenerateTextByPromptObjectRequest, type GenerateTextByPromptObjectResponse, type GenerateTextByPromptObjectStreamedOptions, type GenerateTextByPromptOptions, type GenerateTextByPromptRequest, type GenerateTextByPromptResponse, type GenerateTextByPromptStreamedOptions, type GenerateTranscriptionOptions, type GenerateTranscriptionOptionsTranscriptionRequestOneOf, type GenerateTranscriptionRequest, type GenerateTranscriptionRequestTranscriptionRequestOneOf, type GenerateTranscriptionResponse, type GenerateTranscriptionResponseTranscriptionResponseOneOf, type GenerateVideoInstance, type GenerateVideoParameters, type GenerateVideoRequest, type GenerateVideoResponse, type GeneratedAudioChunk, type GeneratedAudioChunkAudioChunkOneOf, type GeneratedContent, type GeneratedTextChunk, type GeneratedTextChunkModelChunkOneOf, type GeneratedVideo, type GenerationConfig, GenerationMode, type GenerationModeWithLiterals, type GenerationRequestedEvent, type GenerationThinkingConfig, type GetApplicationUsageRequest, type GetApplicationUsageResponse, type GetContentTaskRequest, type GetContentTaskResponse, type GetEmbeddingRequest, type GetEmbeddingResponse, type GetProjectRequest, type GetProjectResponse, type GetPromptOptions, type GetPromptRequest, type GetPromptResponse, type GetResultRequest, type GetResultResponse, type GetStatusRequest, type GetStatusResponse, type GetTaskResultRequest, type GetTaskResultResponse, type GetTaskResultResponseResponseOneOf, type GetVideoResultRequest, type GetVideoResultResponse, type GoogleSearch, type GoogleSearchRetrieval, type GoogleproxyV1AnthropicStreamChunk, type GoogleproxyV1AnthropicStreamChunkContentOneOf, type GoogleproxyV1CacheControl, type GoogleproxyV1ChatCompletionMessage, type GoogleproxyV1ContentBlock, type GoogleproxyV1ContentBlockDelta, type GoogleproxyV1ContentBlockDeltaDeltaOneOf, type GoogleproxyV1ContentBlockTypeOneOf, type GoogleproxyV1ImageUrl, type GoogleproxyV1InputSchema, type GoogleproxyV1JsonOutputFormat, type GoogleproxyV1McpServer, GoogleproxyV1McpServerType, type GoogleproxyV1McpServerTypeWithLiterals, GoogleproxyV1Model, type GoogleproxyV1ModelWithLiterals, type GoogleproxyV1OutputConfig, type GoogleproxyV1RedactedThinking, GoogleproxyV1ResponseTypeType, type GoogleproxyV1ResponseTypeTypeWithLiterals, type GoogleproxyV1Text, type GoogleproxyV1Thinking, type GoogleproxyV1ThinkingConfig, type GoogleproxyV1Tool, type GoogleproxyV1ToolChoice, GoogleproxyV1ToolChoiceType, type GoogleproxyV1ToolChoiceTypeWithLiterals, type GoogleproxyV1ToolResult, type GoogleproxyV1ToolUse, type GoogleproxyV1Usage, type GroundingChunk, type GroundingChunkChunkTypeOneOf, type GroundingMetadata, type GroundingSupport, type Guidance, HarmCategory, type HarmCategoryWithLiterals, HarmProbability, type HarmProbabilityWithLiterals, type HeadersEntry, type IdentificationData, type IdentificationDataIdOneOf, type ImageConfig, ImageCoreModel, type ImageCoreModelWithLiterals, type ImageData, ImageEditingModel, type ImageEditingModelWithLiterals, type ImageEditingRequest, type ImageEditingResponse, type ImageError, type ImageGenerationFailedEvent, type ImageGenerationRequestedEvent, type ImageGenerationSucceededEvent, type ImageInput, ImageMediaTypeMediaType, type ImageMediaTypeMediaTypeWithLiterals, ImageModel, type ImageModelResponse, type ImageModelResponseResponseOneOf, type ImageModelWithLiterals, type ImageObject, type ImageOutputOptions, ImageQuality, type ImageQualityWithLiterals, ImageSize, type ImageSizeWithLiterals, ImageStableDiffusionModel, type ImageStableDiffusionModelWithLiterals, ImageStyle, type ImageStyleWithLiterals, type ImageUrl, type ImageUrlContent, type ImageUrlInput, type ImageUsage, ImagenModel, type ImagenModelWithLiterals, type IncompleteDetails, type InputSchema, type Inputs, type Instance, type InvokeAnthropicClaudeModelRequest, type InvokeAnthropicClaudeModelRequestTool, type InvokeAnthropicClaudeModelResponse, type InvokeAnthropicModelRequest, type InvokeAnthropicModelResponse, type InvokeChatCompletionRequest, type InvokeChatCompletionRequestResponseFormat, type InvokeChatCompletionRequestResponseFormatFormatDetailsOneOf, type InvokeChatCompletionResponse, type InvokeChatCompletionResponseChoice, type InvokeChatCompletionResponseUsage, type InvokeConverseRequest, type InvokeConverseResponse, type InvokeConverseResponseTokenUsage, type InvokeCustomOpenAiModelRequest, type InvokeCustomOpenAiModelRequestFunctionCallOneOf, type InvokeCustomOpenAiModelRequestFunctionSignature, type InvokeCustomOpenAiModelRequestResponseFormat, type InvokeCustomOpenAiModelRequestTool, type InvokeCustomOpenAiModelResponse, type InvokeCustomOpenAiModelResponseChoice, type InvokeCustomOpenAiModelResponseCompletionTokenDetails, type InvokeCustomOpenAiModelResponsePromptTokenDetails, type InvokeCustomOpenAiModelResponseTokenUsage, type InvokeCustomOpenAiModelStreamedResponse, type InvokeCustomOpenAiModelStreamedResponseChunkChoice, type InvokeCustomOpenAiModelStreamedResponseChunkChoiceChunkDelta, type InvokeLlamaModelRequest, type InvokeLlamaModelResponse, type InvokeMlPlatformLlamaModelRequest, type InvokeMlPlatformLlamaModelResponse, type InvokeMlPlatformOpenAIChatCompletionRawRequest, type InvokeMlPlatformOpenAIChatCompletionRawResponse, type JsonOutputFormat, type JsonSchema, Language, type LanguageWithLiterals, type LayerInfo, type Lighting, LlamaModel, type LlamaModelWithLiterals, type LoraModelSelect, type LucatacoFlorence2Large, type Margin, type McpServer, type McpServerToolConfiguration, McpServerType, type McpServerTypeWithLiterals, type McpToolUse, type MediaContent, type MediaResolution, MediaResolutionLevel, type MediaResolutionLevelWithLiterals, MediaType, type MediaTypeWithLiterals, type MessageDelta, type MessageEnvelope, MessageRole, MessageRoleRole, type MessageRoleRoleWithLiterals, type MessageRoleWithLiterals, type Metrics, Modality, type ModalityTokenCount, type ModalityWithLiterals, Mode, type ModeWithLiterals, Model, type ModelResponse, type ModelResponseResponseOneOf, type ModelWithLiterals, type ModerationResult, type MultiModalInput, type MultiModalInputContentValueOneOf, type OcrBlock, type OcrDetectedBreak, type OcrDetectedLanguage, type OcrPage, type OcrParagraph, type OcrSymbol, type OcrTextProperty, type OcrWord, OpenAiImageModel, type OpenAiImageModelWithLiterals, type OpenAiImageTokenDetails, type OpenAiResponsesRequest, type OpenAiResponsesResponse, type OpenAiResponsesResponseIncompleteDetails, type OpenaiproxyV1ChatCompletionChunk, type OpenaiproxyV1ChatCompletionMessage, type OpenaiproxyV1ChatCompletionMessageContentPart, type OpenaiproxyV1ChatCompletionMessageContentPartContentValueOneOf, type OpenaiproxyV1ChatCompletionMessageImageUrlContent, OpenaiproxyV1ChatCompletionMessageMessageRole, type OpenaiproxyV1ChatCompletionMessageMessageRoleWithLiterals, type OpenaiproxyV1CreateChatCompletionRequest, type OpenaiproxyV1CreateChatCompletionRequestFunctionCallOneOf, type OpenaiproxyV1CreateChatCompletionRequestResponseFormat, type OpenaiproxyV1CreateChatCompletionResponse, type OpenaiproxyV1CreateChatCompletionResponseChoice, type OpenaiproxyV1CreateChatCompletionResponseTokenUsage, OpenaiproxyV1EmbeddingModel, type OpenaiproxyV1EmbeddingModelWithLiterals, OpenaiproxyV1Model, type OpenaiproxyV1ModelWithLiterals, type OptimizePromptOptions, OutageStatus, type OutageStatusWithLiterals, Outcome, type OutcomeWithLiterals, type OutpaintDirection, type Output, type OutputAnnotation, type OutputAnnotationAnnotationTypeOneOf, type OutputConfig, type OutputContent, OutputFormat, type OutputFormatWithLiterals, type OutputOptions, type Padding, type PageLocationCitation, type Parameters, type PerceptronIsaac01, type PerplexityImageDescriptor, type PerplexityMessage, PerplexityMessageMessageRole, type PerplexityMessageMessageRoleWithLiterals, PerplexityModel, type PerplexityModelWithLiterals, PersonGeneration, type PersonGenerationWithLiterals, type PollImageGenerationResultOptions, type PollImageGenerationResultOptionsRequestOneOf, type PollImageGenerationResultRequest, type PollImageGenerationResultRequestRequestOneOf, type PollImageGenerationResultResponse, type PollImageGenerationResultResponseResponseOneOf, type Prediction, type PredictionMetrics, type PredictionUrls, type Project, type ProjectConfigChangedDomainEvent, type Prompt, type PromptFeedback, type PromptModelRequestOneOf, type PromptTokenDetails, type PronunciationDictionaryLocator, type ProxyTraceRequest, type ProxyTraceResponse, type PrunaaiZImageTurbo, type PublicationDate, type PublishProjectOptions, type PublishProjectRequest, type PublishProjectResponse, type PublishPromptOptions, type PublishPromptRequest, type PublishPromptResponse, type QwenImageLayered, type RawHttpResponse, type ReasoningText, type Recraft_proxyV1EditImageRequest, type Recraft_proxyV1EditImageResponse, type RedactedThinking, type RemoveBackgroundRequest, type RemoveBackgroundResponse, type RequestMetadata, type ResponseFormat, type ResponseMetadata, ResponseType, ResponseTypeType, type ResponseTypeTypeWithLiterals, type ResponseTypeWithLiterals, type ResponsesCodeInterpreter, type ResponsesCodeInterpreterContainer, type ResponsesCodeInterpreterContainerAuto, type ResponsesCodeInterpreterContainerContainerTypeOneOf, type ResponsesCodeInterpreterImageOutput, type ResponsesCodeInterpreterLogsOutput, type ResponsesCodeInterpreterOutput, type ResponsesCodeInterpreterOutputOutputTypeOneOf, type ResponsesCodeInterpreterToolCall, type ResponsesFunction, type ResponsesFunctionToolCall, type ResponsesFunctionToolCallOutput, type ResponsesInputItem, type ResponsesInputItemItemOneOf, type ResponsesInputMessage, type ResponsesInputMessageContent, type ResponsesInputMessageContentContentValueOneOf, type ResponsesInputMessageContentFileInput, type ResponsesInputMessageContentImageInput, ResponsesInputMessageResponsesMessageRole, type ResponsesInputMessageResponsesMessageRoleWithLiterals, type ResponsesInputTokensDetails, ResponsesMessageRole, type ResponsesMessageRoleWithLiterals, ResponsesModel, type ResponsesModelWithLiterals, type ResponsesOutput, type ResponsesOutputMessage, type ResponsesOutputMessageOutputContent, type ResponsesOutputOutputOneOf, type ResponsesOutputTokensDetails, type ResponsesReasoning, type ResponsesReasoningContent, type ResponsesReasoningOutput, type ResponsesReasoningSummaryContent, type ResponsesTextFormat, type ResponsesTextFormatFormatOneOf, type ResponsesTextFormatJsonSchema, type ResponsesTokenUsage, type ResponsesTool, type ResponsesToolChoice, type ResponsesToolToolTypeOneOf, type ResponsesWebSearch, type ResponsesWebSearchToolCall, type ResponsesWebSearchToolCallAction, type ResponsesWebSearchUserLocation, type RestoreInfo, type ResultObject, type RetrievalMetadata, type RetrievedContext, type ReveEdit, Role, type RoleWithLiterals, type Safety, type SafetyAttributes, type SafetyRating, type SafetySetting, Sampler, type SamplerWithLiterals, type SearchEntryPoint, type SearchResultLocationCitation, type Segment, type Segmentation, type SequentialImageGenerationOptions, type ServerToolUse, type Shadow, type SimpleContentBlock, type SimpleContentBlockTypeOneOf, type SpeechChunk, SpeechModel, type SpeechModelWithLiterals, type SpiGenerationConfig, type StabilityproxyV1EditImageRequest, type StabilityproxyV1EditImageResponse, type Statistics, StylePreset, type StylePresetWithLiterals, type SystemContentBlock, type SystemInstruction, type TaskContent, type TaskError, TaskInput, type TaskInputWithLiterals, TaskType, type TaskTypeWithLiterals, type TaskUsage, type Text, type TextAnnotation, type TextContent, type TextEditorTool, type TextEmbeddingInstance, type TextEmbeddingParameters, type TextGenerationFailedEvent, type TextGenerationSucceededEvent, type TextPrompt, type TextRemoval, type TextToImageRequest, TextToImageRequestModel, type TextToImageRequestModelWithLiterals, TextToImageRequestStylePreset, type TextToImageRequestStylePresetWithLiterals, type TextToImageResponse, type TextToImageTaskResult, type TextToSpeechChunk, type TextToSpeechRequest, type Thinking, type ThinkingConfig, type ThinkingTextContent, Threshold, type ThresholdWithLiterals, type TimestampGranularities, TimestampGranularity, type TimestampGranularityWithLiterals, type TokenUsage, type Tool, type ToolCall, type ToolChoice, ToolChoiceType, type ToolChoiceTypeWithLiterals, type ToolConfig, type ToolConfiguration, type ToolResult, type ToolResultContent, type ToolResultContentBlock, type ToolResultContentBlockTypeOneOf, type ToolResultSearchResult, type ToolSpecification, type ToolUse, type ToolUseContent, type TraceMeta, TraceMode, type TraceModeWithLiterals, type TraceParams, type TraceRequest, TranscriptionModel, type TranscriptionModelWithLiterals, Type, type TypeWithLiterals, type UrlCitation, type Usage, type UsageCacheCreation, type UsageMetadata, type UsageServerToolUse, type UserLocation, type UserPerApplicationBudgetInfo, type UserRequestInfo, type V1AnthropicClaudeMessage, type V1AnthropicStreamChunk, type V1AnthropicStreamChunkContentOneOf, type V1AnthropicStreamChunkMessageDelta, type V1CacheControl, V1CacheControlType, type V1CacheControlTypeWithLiterals, type V1ChatCompletionChunk, type V1ChatCompletionChunkChunkChoice, type V1ChatCompletionMessage, type V1ChatCompletionMessageContentPart, type V1ChatCompletionMessageContentPartContentValueOneOf, type V1ChatCompletionMessageFunctionWithArgs, type V1ChatCompletionMessageImageUrlContent, V1ChatCompletionMessageMessageRole, type V1ChatCompletionMessageMessageRoleWithLiterals, type V1ChatCompletionMessageToolCall, type V1CodeExecutionResult, type V1ContentBlock, type V1ContentBlockDelta, type V1ContentBlockDeltaDeltaOneOf, type V1ContentBlockTypeOneOf, type V1ContentPart, type V1CreateChatCompletionRequest, type V1CreateChatCompletionRequestResponseFormat, type V1CreateChatCompletionRequestTool, type V1CreateChatCompletionResponse, type V1CreateChatCompletionResponseChoice, type V1CreateChatCompletionResponseTokenUsage, type V1CreateEmbeddingsRequest, type V1CreateEmbeddingsResponse, V1EditImageModel, type V1EditImageModelWithLiterals, type V1EditImageRequest, type V1EditImageResponse, type V1EditVideoRequest, type V1EditVideoRequestRequestOneOf, type V1EditVideoResponse, type V1EditVideoResponseResponseOneOf, V1EmbeddingEncodingFormat, type V1EmbeddingEncodingFormatWithLiterals, type V1EmbeddingInfo, type V1EmbeddingInfoEmbeddingResultOneOf, V1EmbeddingModel, type V1EmbeddingModelWithLiterals, type V1FineTuningSpec, type V1FloatEmbedding, type V1FluxPulid, type V1GenerateImageRequest, type V1GenerateImageResponse, type V1GetResultRequest, type V1GetResultResponse, type V1ImageInput, V1ImageMediaTypeMediaType, type V1ImageMediaTypeMediaTypeWithLiterals, V1ImageModel, type V1ImageModelWithLiterals, type V1ImageObject, type V1ImageUrl, type V1ImageUsage, type V1InputSchema, type V1InvokeAnthropicClaudeModelRequest, type V1InvokeAnthropicClaudeModelResponse, type V1InvokeCustomOpenAiModelRequest, type V1InvokeCustomOpenAiModelRequestFunctionCallOneOf, type V1InvokeCustomOpenAiModelRequestFunctionSignature, type V1InvokeCustomOpenAiModelRequestResponseFormat, type V1InvokeCustomOpenAiModelRequestTool, type V1InvokeCustomOpenAiModelResponse, type V1InvokeCustomOpenAiModelResponseChoice, type V1InvokeCustomOpenAiModelResponseCompletionTokenDetails, type V1InvokeCustomOpenAiModelResponsePromptTokenDetails, type V1InvokeCustomOpenAiModelResponseTokenUsage, type V1JsonOutputFormat, type V1McpServer, type V1McpServerToolConfiguration, V1McpServerType, type V1McpServerTypeWithLiterals, V1MessageRoleRole, type V1MessageRoleRoleWithLiterals, V1Model, type V1ModelWithLiterals, type V1OpenAiResponsesRequest, type V1OpenAiResponsesResponse, type V1OutputAnnotation, type V1OutputAnnotationAnnotationTypeOneOf, type V1OutputConfig, type V1RedactedThinking, V1ResponseTypeType, type V1ResponseTypeTypeWithLiterals, type V1ResponsesCodeInterpreter, type V1ResponsesCodeInterpreterContainer, type V1ResponsesCodeInterpreterContainerAuto, type V1ResponsesCodeInterpreterContainerContainerTypeOneOf, type V1ResponsesCodeInterpreterImageOutput, type V1ResponsesCodeInterpreterLogsOutput, type V1ResponsesCodeInterpreterOutput, type V1ResponsesCodeInterpreterOutputOutputTypeOneOf, type V1ResponsesCodeInterpreterToolCall, type V1ResponsesFunction, type V1ResponsesFunctionToolCall, type V1ResponsesFunctionToolCallOutput, type V1ResponsesInputItem, type V1ResponsesInputItemItemOneOf, type V1ResponsesInputMessage, type V1ResponsesInputMessageContent, type V1ResponsesInputMessageContentContentValueOneOf, type V1ResponsesInputTokensDetails, V1ResponsesModel, type V1ResponsesModelWithLiterals, type V1ResponsesOutput, type V1ResponsesOutputMessage, type V1ResponsesOutputOutputOneOf, type V1ResponsesOutputTokensDetails, type V1ResponsesReasoning, type V1ResponsesReasoningContent, type V1ResponsesReasoningOutput, type V1ResponsesReasoningSummaryContent, type V1ResponsesTextFormat, type V1ResponsesTextFormatFormatOneOf, type V1ResponsesTokenUsage, type V1ResponsesTool, type V1ResponsesToolChoice, type V1ResponsesToolToolTypeOneOf, type V1ResponsesWebSearch, type V1ResponsesWebSearchToolCall, type V1Segment, type V1SimpleContentBlock, type V1SimpleContentBlockTypeOneOf, type V1Text, type V1TextToImageRequest, type V1TextToImageResponse, type V1Thinking, type V1ThinkingConfig, type V1TokenUsage, type V1Tool, type V1ToolChoice, V1ToolChoiceType, type V1ToolChoiceTypeWithLiterals, type V1ToolConfig, type V1ToolKindOneOf, type V1ToolResult, type V1ToolUse, type V1UrlCitation, type V1Usage, V1VideoModel, type V1VideoModelWithLiterals, type Vertex, VideoGenModel, type VideoGenModelWithLiterals, type VideoInferenceRequest, type VideoInferenceResponse, type VideoInferenceTaskResult, type VideoInputs, type VideoJob, VideoModel, type VideoModelWithLiterals, type VideoUpscaleRequest, VideoUpscaleRequestModel, type VideoUpscaleRequestModelWithLiterals, type VideoUpscaleResponse, type VideoUpscaleTaskResult, type VideoUrl, type VisionImage, type VisionImageContext, type Vllm_proxyV1ChatCompletionMessage, type Vllm_proxyV1ChatCompletionMessageContentPart, type Vllm_proxyV1ChatCompletionMessageContentPartContentValueOneOf, type Vllm_proxyV1ChatCompletionMessageFunctionWithArgs, type Vllm_proxyV1ChatCompletionMessageImageUrlContent, Vllm_proxyV1ChatCompletionMessageMessageRole, type Vllm_proxyV1ChatCompletionMessageMessageRoleWithLiterals, type Vllm_proxyV1ChatCompletionMessageToolCall, type VoiceSettings, type Web, type WebFetchTool, type WebFetchToolResult, type WebFetchToolResultContentError, type WebFetchToolResultContentOneOf, type WebFetchToolResultContentSuccess, type WebSearchResult, type WebSearchResultList, type WebSearchResultLocationCitation, type WebSearchTool, type WebSearchToolResult, type WebSearchToolResultContentOneOf, type WebSearchToolResultError, type WebSearchUserLocation, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, type Wix_ai_gatewayV1EditImageRequest, type Wix_ai_gatewayV1EditImageRequestRequestOneOf, type Wix_ai_gatewayV1EditImageResponse, type Wix_ai_gatewayV1EditImageResponseResponseOneOf, type Word, editImage, editVideo, generateAudio, generateAudioStreamed, generateContentByProject, generateContentByPrompt, generateContentByPromptObject, generateEmbedding, generateImageByProject, generateImageByPrompt, generateImageByPromptObject, generateModeration, generateTextByProject, generateTextByProjectStreamed, generateTextByPrompt, generateTextByPromptObject, generateTextByPromptObjectStreamed, generateTextByPromptStreamed, generateTranscription, getApplicationUsage, getProject, getPrompt, getStatus, pollImageGenerationResult, publishProject, publishPrompt };
@@ -3143,8 +3143,20 @@ function editImage(payload) {
3143
3143
  { path: "photoroomImageEditingRequest.margin.bottom" },
3144
3144
  { path: "photoroomImageEditingRequest.margin.left" },
3145
3145
  { path: "photoroomImageEditingRequest.margin.right" },
3146
- { path: "photoroomImageEditingRequest.margin.top" }
3146
+ { path: "photoroomImageEditingRequest.margin.top" },
3147
+ { path: "montracerProxyTraceRequest.traceRequest.params.smoothing" },
3148
+ {
3149
+ path: "montracerProxyTraceRequest.traceRequest.params.mergeTolerance"
3150
+ },
3151
+ {
3152
+ path: "montracerProxyTraceRequest.traceRequest.params.simplifyTolerance"
3153
+ },
3154
+ { path: "montracerProxyTraceRequest.traceRequest.params.gapFix" }
3147
3155
  ]
3156
+ },
3157
+ {
3158
+ transformFn: transformSDKBytesToRESTBytes,
3159
+ paths: [{ path: "montracerProxyTraceRequest.traceRequest.image" }]
3148
3160
  }
3149
3161
  ]);
3150
3162
  const metadata = {
@@ -4150,11 +4162,22 @@ var EditImageRequestModel = /* @__PURE__ */ ((EditImageRequestModel2) => {
4150
4162
  EditImageRequestModel2["FROM_MODEL_ID"] = "FROM_MODEL_ID";
4151
4163
  return EditImageRequestModel2;
4152
4164
  })(EditImageRequestModel || {});
4165
+ var TraceMode = /* @__PURE__ */ ((TraceMode2) => {
4166
+ TraceMode2["TRACE_MODE_UNSPECIFIED"] = "TRACE_MODE_UNSPECIFIED";
4167
+ TraceMode2["TRACE_MODE_BW"] = "TRACE_MODE_BW";
4168
+ TraceMode2["TRACE_MODE_COLOR"] = "TRACE_MODE_COLOR";
4169
+ return TraceMode2;
4170
+ })(TraceMode || {});
4153
4171
  var VideoUpscaleRequestModel = /* @__PURE__ */ ((VideoUpscaleRequestModel2) => {
4154
4172
  VideoUpscaleRequestModel2["UNKNOWN_MODEL"] = "UNKNOWN_MODEL";
4155
4173
  VideoUpscaleRequestModel2["FROM_MODEL_ID"] = "FROM_MODEL_ID";
4156
4174
  return VideoUpscaleRequestModel2;
4157
4175
  })(VideoUpscaleRequestModel || {});
4176
+ var EditVideoRequestModel = /* @__PURE__ */ ((EditVideoRequestModel2) => {
4177
+ EditVideoRequestModel2["UNKNOWN_MODEL"] = "UNKNOWN_MODEL";
4178
+ EditVideoRequestModel2["FROM_MODEL_ID"] = "FROM_MODEL_ID";
4179
+ return EditVideoRequestModel2;
4180
+ })(EditVideoRequestModel || {});
4158
4181
  var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
4159
4182
  WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
4160
4183
  WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
@@ -4956,7 +4979,8 @@ async function editImage2(options) {
4956
4979
  recraftEditImageRequest: options?.recraftEditImageRequest,
4957
4980
  replicateExtractFromImageRequest: options?.replicateExtractFromImageRequest,
4958
4981
  googleDetectTextRequest: options?.googleDetectTextRequest,
4959
- runwareEditImageRequest: options?.runwareEditImageRequest
4982
+ runwareEditImageRequest: options?.runwareEditImageRequest,
4983
+ montracerProxyTraceRequest: options?.montracerProxyTraceRequest
4960
4984
  });
4961
4985
  const reqOpts = editImage(payload);
4962
4986
  sideEffects?.onSiteCall?.();
@@ -4978,7 +5002,8 @@ async function editImage2(options) {
4978
5002
  recraftEditImageRequest: "$[0].recraftEditImageRequest",
4979
5003
  replicateExtractFromImageRequest: "$[0].replicateExtractFromImageRequest",
4980
5004
  googleDetectTextRequest: "$[0].googleDetectTextRequest",
4981
- runwareEditImageRequest: "$[0].runwareEditImageRequest"
5005
+ runwareEditImageRequest: "$[0].runwareEditImageRequest",
5006
+ montracerProxyTraceRequest: "$[0].montracerProxyTraceRequest"
4982
5007
  },
4983
5008
  singleArgumentUnchanged: false
4984
5009
  },
@@ -4992,7 +5017,8 @@ async function editVideo2(options) {
4992
5017
  const { httpClient, sideEffects } = arguments[1];
4993
5018
  const payload = renameKeysFromSDKRequestToRESTRequest({
4994
5019
  userRequestInfo: options?.userRequestInfo,
4995
- runwareVideoUpscaleRequest: options?.runwareVideoUpscaleRequest
5020
+ runwareVideoUpscaleRequest: options?.runwareVideoUpscaleRequest,
5021
+ runwareEditVideoRequest: options?.runwareEditVideoRequest
4996
5022
  });
4997
5023
  const reqOpts = editVideo(payload);
4998
5024
  sideEffects?.onSiteCall?.();
@@ -5007,7 +5033,8 @@ async function editVideo2(options) {
5007
5033
  spreadPathsToArguments: {},
5008
5034
  explicitPathsToArguments: {
5009
5035
  userRequestInfo: "$[0].userRequestInfo",
5010
- runwareVideoUpscaleRequest: "$[0].runwareVideoUpscaleRequest"
5036
+ runwareVideoUpscaleRequest: "$[0].runwareVideoUpscaleRequest",
5037
+ runwareEditVideoRequest: "$[0].runwareEditVideoRequest"
5011
5038
  },
5012
5039
  singleArgumentUnchanged: false
5013
5040
  },
@@ -5070,6 +5097,7 @@ export {
5070
5097
  EditImageModel,
5071
5098
  EditImageRequestModel,
5072
5099
  EditImageWithPromptRequestModel,
5100
+ EditVideoRequestModel,
5073
5101
  ElevenLabsTextToSpeechModel,
5074
5102
  EmbeddingEncodingFormat,
5075
5103
  EmbeddingModel,
@@ -5135,6 +5163,7 @@ export {
5135
5163
  Threshold,
5136
5164
  TimestampGranularity,
5137
5165
  ToolChoiceType,
5166
+ TraceMode,
5138
5167
  TranscriptionModel,
5139
5168
  Type,
5140
5169
  V1CacheControlType,