@wix/automations 1.0.26 → 1.0.27
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/automations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.27",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/automations_activations": "1.0.20",
|
|
22
|
-
"@wix/automations_automations-service": "1.0.
|
|
22
|
+
"@wix/automations_automations-service": "1.0.12",
|
|
23
23
|
"@wix/automations_automations-service-v-2": "1.0.13"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "e913a030471714cb2bae3833eb840a5ae87a5759e41d6e884649107f"
|
|
49
49
|
}
|
|
@@ -341,17 +341,15 @@ interface QueryV2 extends QueryV2PagingMethodOneOf {
|
|
|
341
341
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
342
342
|
cursorPaging?: CursorPaging$1;
|
|
343
343
|
/**
|
|
344
|
-
* Filter object
|
|
345
|
-
*
|
|
346
|
-
*
|
|
347
|
-
* "fieldName2":{"$operator":"value2"}
|
|
348
|
-
* }`
|
|
349
|
-
* Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
|
|
344
|
+
* Filter object.
|
|
345
|
+
*
|
|
346
|
+
* Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
|
|
350
347
|
*/
|
|
351
348
|
filter?: Record<string, any> | null;
|
|
352
349
|
/**
|
|
353
|
-
* Sort object
|
|
354
|
-
*
|
|
350
|
+
* Sort object.
|
|
351
|
+
*
|
|
352
|
+
* Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
|
|
355
353
|
*/
|
|
356
354
|
sort?: Sorting$1[];
|
|
357
355
|
/** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
|
|
@@ -341,17 +341,15 @@ interface QueryV2 extends QueryV2PagingMethodOneOf {
|
|
|
341
341
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
342
342
|
cursorPaging?: CursorPaging$1;
|
|
343
343
|
/**
|
|
344
|
-
* Filter object
|
|
345
|
-
*
|
|
346
|
-
*
|
|
347
|
-
* "fieldName2":{"$operator":"value2"}
|
|
348
|
-
* }`
|
|
349
|
-
* Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
|
|
344
|
+
* Filter object.
|
|
345
|
+
*
|
|
346
|
+
* Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
|
|
350
347
|
*/
|
|
351
348
|
filter?: Record<string, any> | null;
|
|
352
349
|
/**
|
|
353
|
-
* Sort object
|
|
354
|
-
*
|
|
350
|
+
* Sort object.
|
|
351
|
+
*
|
|
352
|
+
* Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
|
|
355
353
|
*/
|
|
356
354
|
sort?: Sorting$1[];
|
|
357
355
|
/** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
|
|
@@ -236,17 +236,15 @@ interface QueryV2$1 extends QueryV2PagingMethodOneOf$1 {
|
|
|
236
236
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
237
237
|
cursorPaging?: CursorPaging$3;
|
|
238
238
|
/**
|
|
239
|
-
* Filter object
|
|
240
|
-
*
|
|
241
|
-
*
|
|
242
|
-
* "fieldName2":{"$operator":"value2"}
|
|
243
|
-
* }`
|
|
244
|
-
* Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
|
|
239
|
+
* Filter object.
|
|
240
|
+
*
|
|
241
|
+
* Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
|
|
245
242
|
*/
|
|
246
243
|
filter?: Record<string, any> | null;
|
|
247
244
|
/**
|
|
248
|
-
* Sort object
|
|
249
|
-
*
|
|
245
|
+
* Sort object.
|
|
246
|
+
*
|
|
247
|
+
* Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
|
|
250
248
|
*/
|
|
251
249
|
sort?: Sorting$3[];
|
|
252
250
|
/** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
|
|
@@ -1027,17 +1025,15 @@ interface QueryV2 extends QueryV2PagingMethodOneOf {
|
|
|
1027
1025
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
1028
1026
|
cursorPaging?: CursorPaging$2;
|
|
1029
1027
|
/**
|
|
1030
|
-
* Filter object
|
|
1031
|
-
*
|
|
1032
|
-
*
|
|
1033
|
-
* "fieldName2":{"$operator":"value2"}
|
|
1034
|
-
* }`
|
|
1035
|
-
* Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
|
|
1028
|
+
* Filter object.
|
|
1029
|
+
*
|
|
1030
|
+
* Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
|
|
1036
1031
|
*/
|
|
1037
1032
|
filter?: Record<string, any> | null;
|
|
1038
1033
|
/**
|
|
1039
|
-
* Sort object
|
|
1040
|
-
*
|
|
1034
|
+
* Sort object.
|
|
1035
|
+
*
|
|
1036
|
+
* Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
|
|
1041
1037
|
*/
|
|
1042
1038
|
sort?: Sorting$2[];
|
|
1043
1039
|
/** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
|