@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.
@@ -20352,6 +20352,12 @@ interface MarketplaceProviderConfig {
20352
20352
  * Default: `false`
20353
20353
  */
20354
20354
  toggleGetPricingBreakdownEnabled?: boolean;
20355
+ /**
20356
+ * Whether your implementation supports the Get Product Mockups method. When `false`, Wix doesn't call your implementation for product mockups.
20357
+ *
20358
+ * Default: `false`
20359
+ */
20360
+ toggleGetProductMockupsEnabled?: boolean;
20355
20361
  }
20356
20362
  interface BookingActionUrlsProviderConfig {
20357
20363
  /** Base URI where the SPI implementation is deployed. */