@wix/auto_sdk_automations_automations-v-2 1.0.39 → 1.0.40

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.
@@ -927,42 +927,10 @@ interface BulkCountAutomationsWithDraftsRequest {
927
927
  * }]`
928
928
  *
929
929
  * Learn more about [filters in API Query Language](https://dev.wix.com/docs/rest/articles/get-started/api-query-language#filters).
930
+ * @minSize 1
930
931
  * @maxSize 3
931
- * @deprecated Array of filters in the following format:
932
- *
933
- * `"filter" :
934
- * [{
935
- * "fieldName1": "value1",
936
- * "fieldName2":{"$operator":"value2"}
937
- * }, {
938
- * "fieldName3": "value3",
939
- * "fieldName4":{"$operator":"value4"}
940
- * }]`
941
- *
942
- * Learn more about [filters in API Query Language](https://dev.wix.com/docs/rest/articles/get-started/api-query-language#filters).
943
- * @replacedBy requests
944
- * @targetRemovalDate 2025-09-01
945
932
  */
946
933
  filters?: Record<string, any>[] | null;
947
- /** @maxSize 3 */
948
- automationFilters?: AutomationFilters[];
949
- }
950
- interface AutomationFilters {
951
- /**
952
- * Array of filters in the following format:
953
- *
954
- * `"filter" :
955
- * [{
956
- * "fieldName1": "value1",
957
- * "fieldName2":{"$operator":"value2"}
958
- * }, {
959
- * "fieldName3": "value3",
960
- * "fieldName4":{"$operator":"value4"}
961
- * }]`
962
- *
963
- * Learn more about [filters in API Query Language](https://dev.wix.com/docs/rest/articles/get-started/api-query-language#filters).
964
- */
965
- filter?: Record<string, any> | null;
966
934
  }
967
935
  interface BulkCountAutomationsWithDraftsResponse {
968
936
  /** Total automations count */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_automations_automations-v-2",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.automations.v2.automation"
51
51
  }
52
52
  },
53
- "falconPackageHash": "ca126a3430c0d27d517973c966e2a98af88aa3a1d96ec16c906cb218"
53
+ "falconPackageHash": "3a02b8dfa83a5fbd11b34fa5ab27fd99a300a0b9a16c7b264276ebd7"
54
54
  }