@wix/ecom 1.0.717 → 1.0.718

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/ecom",
3
- "version": "1.0.717",
3
+ "version": "1.0.718",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -38,7 +38,7 @@
38
38
  "@wix/ecom_local-delivery-options": "1.0.5",
39
39
  "@wix/ecom_order-fulfillments": "1.0.43",
40
40
  "@wix/ecom_order-invoices": "1.0.36",
41
- "@wix/ecom_order-payment-requests": "1.0.5",
41
+ "@wix/ecom_order-payment-requests": "1.0.6",
42
42
  "@wix/ecom_order-transactions": "1.0.62",
43
43
  "@wix/ecom_orders": "1.0.102",
44
44
  "@wix/ecom_orders-settings": "1.0.42",
@@ -74,5 +74,5 @@
74
74
  "fqdn": ""
75
75
  }
76
76
  },
77
- "falconPackageHash": "4f4a79c242675629a00e6eb6d0caca5af9b930d3baba8ff9531fc506"
77
+ "falconPackageHash": "b581b12e6dacefe92baaf665593d9bf7e5289a5103b3a8587e6d1e22"
78
78
  }
@@ -27263,11 +27263,11 @@ interface OrderPaymentRequestsQueryBuilder {
27263
27263
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
27264
27264
  * @documentationMaturity preview
27265
27265
  */
27266
- ascending: (...propertyNames: Array<'source.appId' | 'source.externalId' | 'status' | 'orderNumber' | 'amount.amount' | 'paymentGatewayOrderId' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27266
+ ascending: (...propertyNames: Array<'status' | 'orderNumber' | 'amount.amount' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27267
27267
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
27268
27268
  * @documentationMaturity preview
27269
27269
  */
27270
- descending: (...propertyNames: Array<'source.appId' | 'source.externalId' | 'status' | 'orderNumber' | 'amount.amount' | 'paymentGatewayOrderId' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27270
+ descending: (...propertyNames: Array<'status' | 'orderNumber' | 'amount.amount' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27271
27271
  /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
27272
27272
  * @documentationMaturity preview
27273
27273
  */
@@ -27263,11 +27263,11 @@ interface OrderPaymentRequestsQueryBuilder {
27263
27263
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
27264
27264
  * @documentationMaturity preview
27265
27265
  */
27266
- ascending: (...propertyNames: Array<'source.appId' | 'source.externalId' | 'status' | 'orderNumber' | 'amount.amount' | 'paymentGatewayOrderId' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27266
+ ascending: (...propertyNames: Array<'status' | 'orderNumber' | 'amount.amount' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27267
27267
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
27268
27268
  * @documentationMaturity preview
27269
27269
  */
27270
- descending: (...propertyNames: Array<'source.appId' | 'source.externalId' | 'status' | 'orderNumber' | 'amount.amount' | 'paymentGatewayOrderId' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27270
+ descending: (...propertyNames: Array<'status' | 'orderNumber' | 'amount.amount' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27271
27271
  /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
27272
27272
  * @documentationMaturity preview
27273
27273
  */