@wix/auto_sdk_data-extension-schema_schemas 1.0.174 → 1.0.175

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.
@@ -17738,6 +17738,13 @@ interface OperatorConfiguration {
17738
17738
  * @maxSize 5
17739
17739
  */
17740
17740
  parameters?: Parameter[];
17741
+ /**
17742
+ * Unique identifier for this operator configuration within the filtering capability.
17743
+ * Used by Wix as a translation key, to allow translation of the parameters.
17744
+ * Example: "purchase_count_between", "age_greater_than", "email_empty_or_not_empty"
17745
+ * @maxLength 50
17746
+ */
17747
+ configurationKey?: string;
17741
17748
  }
17742
17749
  /**
17743
17750
  * Supported filter operators.