@wix/auto_sdk_ai-gateway_generators 1.0.14 → 1.0.15

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.
@@ -5137,6 +5137,11 @@ interface VideoInferenceRequest {
5137
5137
  numberResults?: number | null;
5138
5138
  /** Contains provider-specific configuration settings that customize the behavior of different AI models and services. */
5139
5139
  providerSettings?: Record<string, any> | null;
5140
+ /**
5141
+ * Skip polling flag - if set to false, will poll until video generation is complete
5142
+ * If not set or true, returns immediately with task UUID for manual polling
5143
+ */
5144
+ skipPolling?: boolean | null;
5140
5145
  }
5141
5146
  declare enum OutputFormat {
5142
5147
  UNKNOWN_OUTPUT_FORMAT = "UNKNOWN_OUTPUT_FORMAT",