@wix/auto_sdk_ai-gateway_prompts 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7639,10 +7639,11 @@ interface FrameImage {
7639
7639
  declare enum VideoModel {
7640
7640
  UNKNOWN_VIDEO_MODEL = "UNKNOWN_VIDEO_MODEL",
7641
7641
  SEEDANCE_1_0_PRO = "SEEDANCE_1_0_PRO",
7642
- SEEDANCE_1_0_LITE = "SEEDANCE_1_0_LITE"
7642
+ SEEDANCE_1_0_LITE = "SEEDANCE_1_0_LITE",
7643
+ SEEDANCE_1_0_PRO_FAST = "SEEDANCE_1_0_PRO_FAST"
7643
7644
  }
7644
7645
  /** @enumType */
7645
- type VideoModelWithLiterals = VideoModel | 'UNKNOWN_VIDEO_MODEL' | 'SEEDANCE_1_0_PRO' | 'SEEDANCE_1_0_LITE';
7646
+ type VideoModelWithLiterals = VideoModel | 'UNKNOWN_VIDEO_MODEL' | 'SEEDANCE_1_0_PRO' | 'SEEDANCE_1_0_LITE' | 'SEEDANCE_1_0_PRO_FAST';
7646
7647
  interface V1OpenAiResponsesRequest {
7647
7648
  /** ID of the model to use. */
7648
7649
  model?: V1ResponsesModelWithLiterals;
@@ -1377,6 +1377,7 @@ var VideoModel = /* @__PURE__ */ ((VideoModel2) => {
1377
1377
  VideoModel2["UNKNOWN_VIDEO_MODEL"] = "UNKNOWN_VIDEO_MODEL";
1378
1378
  VideoModel2["SEEDANCE_1_0_PRO"] = "SEEDANCE_1_0_PRO";
1379
1379
  VideoModel2["SEEDANCE_1_0_LITE"] = "SEEDANCE_1_0_LITE";
1380
+ VideoModel2["SEEDANCE_1_0_PRO_FAST"] = "SEEDANCE_1_0_PRO_FAST";
1380
1381
  return VideoModel2;
1381
1382
  })(VideoModel || {});
1382
1383
  var ResponsesInputMessageResponsesMessageRole = /* @__PURE__ */ ((ResponsesInputMessageResponsesMessageRole2) => {