@wix/auto_sdk_data-extension-schema_schemas 1.0.247 → 1.0.249

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.
@@ -1986,6 +1986,12 @@ interface EmbeddedScriptComponentData {
1986
1986
  * @maxSize 50
1987
1987
  */
1988
1988
  dependencies?: WixDependency[];
1989
+ /**
1990
+ * If it is currently disabled (meaning will not be loaded in production).
1991
+ * Operator-controlled kill-switch — not settable via component create/update.
1992
+ * @readonly
1993
+ */
1994
+ disabled?: boolean;
1989
1995
  }
1990
1996
  /** Category of pages this will be embedded on (single, many, none) */
1991
1997
  declare enum EmbeddedScriptPages {
@@ -20345,6 +20351,12 @@ interface MarketplaceProviderConfig {
20345
20351
  * Default: `false`
20346
20352
  */
20347
20353
  toggleGetPricingBreakdownEnabled?: boolean;
20354
+ /**
20355
+ * Whether your implementation supports the Get Product Mockups method. When `false`, Wix doesn't call your implementation for product mockups.
20356
+ *
20357
+ * Default: `false`
20358
+ */
20359
+ toggleGetProductMockupsEnabled?: boolean;
20348
20360
  }
20349
20361
  interface BookingActionUrlsProviderConfig {
20350
20362
  /** Base URI where the SPI implementation is deployed. */