@wix/app-extensions 1.0.11 → 1.0.12

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.
@@ -21602,6 +21602,13 @@ interface OperatorConfiguration {
21602
21602
  * @maxSize 5
21603
21603
  */
21604
21604
  parameters?: Parameter[];
21605
+ /**
21606
+ * Unique identifier for this operator configuration within the filtering capability.
21607
+ * Used by Wix as a translation key, to allow translation of the parameters.
21608
+ * Example: "purchase_count_between", "age_greater_than", "email_empty_or_not_empty"
21609
+ * @maxLength 50
21610
+ */
21611
+ configurationKey?: string;
21605
21612
  }
21606
21613
  /**
21607
21614
  * Supported filter operators.