@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.
@@ -7641,10 +7641,11 @@ interface FrameImage {
7641
7641
  declare enum VideoModel {
7642
7642
  UNKNOWN_VIDEO_MODEL = "UNKNOWN_VIDEO_MODEL",
7643
7643
  SEEDANCE_1_0_PRO = "SEEDANCE_1_0_PRO",
7644
- SEEDANCE_1_0_LITE = "SEEDANCE_1_0_LITE"
7644
+ SEEDANCE_1_0_LITE = "SEEDANCE_1_0_LITE",
7645
+ SEEDANCE_1_0_PRO_FAST = "SEEDANCE_1_0_PRO_FAST"
7645
7646
  }
7646
7647
  /** @enumType */
7647
- type VideoModelWithLiterals = VideoModel | 'UNKNOWN_VIDEO_MODEL' | 'SEEDANCE_1_0_PRO' | 'SEEDANCE_1_0_LITE';
7648
+ type VideoModelWithLiterals = VideoModel | 'UNKNOWN_VIDEO_MODEL' | 'SEEDANCE_1_0_PRO' | 'SEEDANCE_1_0_LITE' | 'SEEDANCE_1_0_PRO_FAST';
7648
7649
  interface V1OpenAiResponsesRequest {
7649
7650
  /** ID of the model to use. */
7650
7651
  model?: V1ResponsesModelWithLiterals;
package/build/cjs/meta.js CHANGED
@@ -1472,6 +1472,7 @@ var VideoModel = /* @__PURE__ */ ((VideoModel2) => {
1472
1472
  VideoModel2["UNKNOWN_VIDEO_MODEL"] = "UNKNOWN_VIDEO_MODEL";
1473
1473
  VideoModel2["SEEDANCE_1_0_PRO"] = "SEEDANCE_1_0_PRO";
1474
1474
  VideoModel2["SEEDANCE_1_0_LITE"] = "SEEDANCE_1_0_LITE";
1475
+ VideoModel2["SEEDANCE_1_0_PRO_FAST"] = "SEEDANCE_1_0_PRO_FAST";
1475
1476
  return VideoModel2;
1476
1477
  })(VideoModel || {});
1477
1478
  var ResponsesInputMessageResponsesMessageRole = /* @__PURE__ */ ((ResponsesInputMessageResponsesMessageRole2) => {