@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.
@@ -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 {