@wix/auto_sdk_automations_automations-v-2 1.0.40 → 1.0.42

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.
@@ -1786,8 +1786,21 @@ interface BulkCountAutomationsWithDraftsRequest {
1786
1786
  * }]`
1787
1787
  *
1788
1788
  * Learn more about [filters in API Query Language](https://dev.wix.com/docs/rest/articles/get-started/api-query-language#filters).
1789
- * @minSize 1
1790
1789
  * @maxSize 3
1790
+ * @deprecated Array of filters in the following format:
1791
+ *
1792
+ * `"filter" :
1793
+ * [{
1794
+ * "fieldName1": "value1",
1795
+ * "fieldName2":{"$operator":"value2"}
1796
+ * }, {
1797
+ * "fieldName3": "value3",
1798
+ * "fieldName4":{"$operator":"value4"}
1799
+ * }]`
1800
+ *
1801
+ * Learn more about [filters in API Query Language](https://dev.wix.com/docs/rest/articles/get-started/api-query-language#filters).
1802
+ * @replacedBy requests
1803
+ * @targetRemovalDate 2025-09-01
1791
1804
  */
1792
1805
  filters?: Record<string, any>[] | null;
1793
1806
  }
@@ -2785,8 +2798,21 @@ interface BulkCountAutomationsWithDraftsOptions {
2785
2798
  * }]`
2786
2799
  *
2787
2800
  * Learn more about [filters in API Query Language](https://dev.wix.com/docs/rest/articles/get-started/api-query-language#filters).
2788
- * @minSize 1
2789
2801
  * @maxSize 3
2802
+ * @deprecated Array of filters in the following format:
2803
+ *
2804
+ * `"filter" :
2805
+ * [{
2806
+ * "fieldName1": "value1",
2807
+ * "fieldName2":{"$operator":"value2"}
2808
+ * }, {
2809
+ * "fieldName3": "value3",
2810
+ * "fieldName4":{"$operator":"value4"}
2811
+ * }]`
2812
+ *
2813
+ * Learn more about [filters in API Query Language](https://dev.wix.com/docs/rest/articles/get-started/api-query-language#filters).
2814
+ * @replacedBy requests
2815
+ * @targetRemovalDate 2025-09-01
2790
2816
  */
2791
2817
  filters?: Record<string, any>[] | null;
2792
2818
  }