@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.
@@ -2012,6 +2012,12 @@ interface EmbeddedScriptComponentData {
2012
2012
  * @maxSize 50
2013
2013
  */
2014
2014
  dependencies?: WixDependency[];
2015
+ /**
2016
+ * If it is currently disabled (meaning will not be loaded in production).
2017
+ * Operator-controlled kill-switch — not settable via component create/update.
2018
+ * @readonly
2019
+ */
2020
+ disabled?: boolean;
2015
2021
  }
2016
2022
  /** Category of pages this will be embedded on (single, many, none) */
2017
2023
  declare enum EmbeddedScriptPages {
@@ -20371,6 +20377,12 @@ interface MarketplaceProviderConfig {
20371
20377
  * Default: `false`
20372
20378
  */
20373
20379
  toggleGetPricingBreakdownEnabled?: boolean;
20380
+ /**
20381
+ * Whether your implementation supports the Get Product Mockups method. When `false`, Wix doesn't call your implementation for product mockups.
20382
+ *
20383
+ * Default: `false`
20384
+ */
20385
+ toggleGetProductMockupsEnabled?: boolean;
20374
20386
  }
20375
20387
  interface BookingActionUrlsProviderConfig {
20376
20388
  /** Base URI where the SPI implementation is deployed. */