@wix/auto_sdk_automations_automations-v-2 1.0.41 → 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.
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +2 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -22
- package/build/cjs/index.typings.js +2 -6
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +0 -19
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +2 -6
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -22
- package/build/es/index.typings.mjs +2 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +0 -19
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +2 -6
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +1 -22
- package/build/internal/cjs/index.typings.js +2 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +0 -19
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +2 -6
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +1 -22
- package/build/internal/es/index.typings.mjs +2 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +0 -19
- package/package.json +2 -2
|
@@ -944,25 +944,6 @@ interface BulkCountAutomationsWithDraftsRequest {
|
|
|
944
944
|
* @targetRemovalDate 2025-09-01
|
|
945
945
|
*/
|
|
946
946
|
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
947
|
}
|
|
967
948
|
interface BulkCountAutomationsWithDraftsResponse {
|
|
968
949
|
/** 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.
|
|
3
|
+
"version": "1.0.42",
|
|
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": "
|
|
53
|
+
"falconPackageHash": "ce616fc67013c3d8b89fe569262a9d33f1032deef65663c5524ed069"
|
|
54
54
|
}
|