@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.
@@ -1993,6 +1993,12 @@ interface EmbeddedScriptComponentData {
1993
1993
  * @maxSize 50
1994
1994
  */
1995
1995
  dependencies?: WixDependency[];
1996
+ /**
1997
+ * If it is currently disabled (meaning will not be loaded in production).
1998
+ * Operator-controlled kill-switch — not settable via component create/update.
1999
+ * @readonly
2000
+ */
2001
+ disabled?: boolean;
1996
2002
  }
1997
2003
  /** Category of pages this will be embedded on (single, many, none) */
1998
2004
  declare enum EmbeddedScriptPages {