@wix/auto_sdk_ai-gateway_generators 1.0.113 → 1.0.114

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.
@@ -14333,10 +14333,11 @@ interface GetContentTaskRequest {
14333
14333
  }
14334
14334
  interface FalGetQueueResultRequest {
14335
14335
  /**
14336
- * Model ID that Gateway will add to the queue result proxy URL.
14336
+ * FAL queue model vendor id (owner/app, e.g. "fal-ai/flux") — NOT the full submit model (e.g. "fal-ai/flux/schnell").
14337
+ * FAL polls results at /{model_vendor_id}/requests/{request_id}, so the trailing model segment must be dropped here.
14337
14338
  * @maxLength 1000
14338
14339
  */
14339
- modelId?: string;
14340
+ modelVendorId?: string;
14340
14341
  /**
14341
14342
  * Queue request ID whose result should be polled.
14342
14343
  * @maxLength 1000