@wix/auto_sdk_data-extension-schema_schemas 1.0.248 → 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 {