@wix/auto_sdk_data-extension-schema_schemas 1.0.247 → 1.0.248

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.
@@ -20371,6 +20371,12 @@ interface MarketplaceProviderConfig {
20371
20371
  * Default: `false`
20372
20372
  */
20373
20373
  toggleGetPricingBreakdownEnabled?: boolean;
20374
+ /**
20375
+ * Whether your implementation supports the Get Product Mockups method. When `false`, Wix doesn't call your implementation for product mockups.
20376
+ *
20377
+ * Default: `false`
20378
+ */
20379
+ toggleGetProductMockupsEnabled?: boolean;
20374
20380
  }
20375
20381
  interface BookingActionUrlsProviderConfig {
20376
20382
  /** Base URI where the SPI implementation is deployed. */