@wix/app-extensions 1.0.80 → 1.0.81

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.
@@ -24705,6 +24705,12 @@ interface MarketplaceProviderConfig {
24705
24705
  * Default: `false`
24706
24706
  */
24707
24707
  toggleGetPricingBreakdownEnabled?: boolean;
24708
+ /**
24709
+ * Whether your implementation supports the Get Product Mockups method. When `false`, Wix doesn't call your implementation for product mockups.
24710
+ *
24711
+ * Default: `false`
24712
+ */
24713
+ toggleGetProductMockupsEnabled?: boolean;
24708
24714
  }
24709
24715
  /** @internal */
24710
24716
  interface BookingActionUrlsProviderConfig {