@wix/auto_sdk_ecom_orders 1.0.52 → 1.0.53
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.
|
@@ -6711,7 +6711,7 @@ export interface OrderSearchSpec extends SearchSpec {
|
|
|
6711
6711
|
sort: 'NONE';
|
|
6712
6712
|
},
|
|
6713
6713
|
{
|
|
6714
|
-
operators: ['$
|
|
6714
|
+
operators: ['$hasAll', '$hasSome'];
|
|
6715
6715
|
fields: [
|
|
6716
6716
|
'lineItems.catalogReference.appId',
|
|
6717
6717
|
'lineItems.catalogReference.catalogItemId',
|
|
@@ -6720,7 +6720,7 @@ export interface OrderSearchSpec extends SearchSpec {
|
|
|
6720
6720
|
sort: 'NONE';
|
|
6721
6721
|
},
|
|
6722
6722
|
{
|
|
6723
|
-
operators: ['$
|
|
6723
|
+
operators: ['$hasAll', '$hasSome'];
|
|
6724
6724
|
fields: [
|
|
6725
6725
|
'fulfillmentStatusesAggregate.statuses',
|
|
6726
6726
|
'lineItems.productName.original'
|
|
@@ -6711,7 +6711,7 @@ export interface OrderSearchSpec extends SearchSpec {
|
|
|
6711
6711
|
sort: 'NONE';
|
|
6712
6712
|
},
|
|
6713
6713
|
{
|
|
6714
|
-
operators: ['$
|
|
6714
|
+
operators: ['$hasAll', '$hasSome'];
|
|
6715
6715
|
fields: [
|
|
6716
6716
|
'lineItems.catalogReference.appId',
|
|
6717
6717
|
'lineItems.catalogReference.catalogItemId',
|
|
@@ -6720,7 +6720,7 @@ export interface OrderSearchSpec extends SearchSpec {
|
|
|
6720
6720
|
sort: 'NONE';
|
|
6721
6721
|
},
|
|
6722
6722
|
{
|
|
6723
|
-
operators: ['$
|
|
6723
|
+
operators: ['$hasAll', '$hasSome'];
|
|
6724
6724
|
fields: [
|
|
6725
6725
|
'fulfillmentStatusesAggregate.statuses',
|
|
6726
6726
|
'lineItems.productName.original'
|
|
@@ -7272,7 +7272,7 @@ export interface OrderSearchSpec extends SearchSpec {
|
|
|
7272
7272
|
sort: 'NONE';
|
|
7273
7273
|
},
|
|
7274
7274
|
{
|
|
7275
|
-
operators: ['$
|
|
7275
|
+
operators: ['$hasAll', '$hasSome'];
|
|
7276
7276
|
fields: [
|
|
7277
7277
|
'lineItems.catalogReference.appId',
|
|
7278
7278
|
'lineItems.catalogReference.catalogItemId',
|
|
@@ -7281,7 +7281,7 @@ export interface OrderSearchSpec extends SearchSpec {
|
|
|
7281
7281
|
sort: 'NONE';
|
|
7282
7282
|
},
|
|
7283
7283
|
{
|
|
7284
|
-
operators: ['$
|
|
7284
|
+
operators: ['$hasAll', '$hasSome'];
|
|
7285
7285
|
fields: [
|
|
7286
7286
|
'fulfillmentStatusesAggregate.statuses',
|
|
7287
7287
|
'lineItems.productName.original'
|
|
@@ -7272,7 +7272,7 @@ export interface OrderSearchSpec extends SearchSpec {
|
|
|
7272
7272
|
sort: 'NONE';
|
|
7273
7273
|
},
|
|
7274
7274
|
{
|
|
7275
|
-
operators: ['$
|
|
7275
|
+
operators: ['$hasAll', '$hasSome'];
|
|
7276
7276
|
fields: [
|
|
7277
7277
|
'lineItems.catalogReference.appId',
|
|
7278
7278
|
'lineItems.catalogReference.catalogItemId',
|
|
@@ -7281,7 +7281,7 @@ export interface OrderSearchSpec extends SearchSpec {
|
|
|
7281
7281
|
sort: 'NONE';
|
|
7282
7282
|
},
|
|
7283
7283
|
{
|
|
7284
|
-
operators: ['$
|
|
7284
|
+
operators: ['$hasAll', '$hasSome'];
|
|
7285
7285
|
fields: [
|
|
7286
7286
|
'fulfillmentStatusesAggregate.statuses',
|
|
7287
7287
|
'lineItems.productName.original'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_ecom_orders",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.53",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.ecom.v1.order"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "16d9e162e5250ed69c65c79e64e88d00ba26017dcd4a4b4968d8130d"
|
|
52
52
|
}
|