@wix/ecom 1.0.717 → 1.0.719

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.719",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -27,7 +27,7 @@
27
27
  "@wix/ecom_checkout": "1.0.76",
28
28
  "@wix/ecom_checkout-content": "1.0.3",
29
29
  "@wix/ecom_checkout-settings": "1.0.46",
30
- "@wix/ecom_checkout-templates": "1.0.76",
30
+ "@wix/ecom_checkout-templates": "1.0.77",
31
31
  "@wix/ecom_currencies": "1.0.33",
32
32
  "@wix/ecom_current-cart": "1.0.67",
33
33
  "@wix/ecom_custom-triggers": "1.0.22",
@@ -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": "928deeb9d2cc17e821d0ebad999c57e7301340286a91ae2f7d46d6b9"
78
78
  }
@@ -12697,12 +12697,7 @@ interface V1LineItem {
12697
12697
  * > **Note:** For more information on what to pass to `lineItems.catalogReference`, see [eCommerce Integration in the Wix Stores Catalog API](https://dev.wix.com/api/rest/wix-stores/catalog/ecommerce-integration).
12698
12698
  */
12699
12699
  catalogReference?: CatalogReference$3;
12700
- /**
12701
- * Overriding values for catalog item properties.
12702
- *
12703
- * To override catalog fields, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
12704
- * Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
12705
- */
12700
+ /** Overriding values for catalog item properties. */
12706
12701
  catalogOverrideFields?: CatalogOverrideFields;
12707
12702
  }
12708
12703
  /** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
@@ -27263,11 +27258,11 @@ interface OrderPaymentRequestsQueryBuilder {
27263
27258
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
27264
27259
  * @documentationMaturity preview
27265
27260
  */
27266
- ascending: (...propertyNames: Array<'source.appId' | 'source.externalId' | 'status' | 'orderNumber' | 'amount.amount' | 'paymentGatewayOrderId' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27261
+ ascending: (...propertyNames: Array<'status' | 'orderNumber' | 'amount.amount' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27267
27262
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
27268
27263
  * @documentationMaturity preview
27269
27264
  */
27270
- descending: (...propertyNames: Array<'source.appId' | 'source.externalId' | 'status' | 'orderNumber' | 'amount.amount' | 'paymentGatewayOrderId' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27265
+ descending: (...propertyNames: Array<'status' | 'orderNumber' | 'amount.amount' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27271
27266
  /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
27272
27267
  * @documentationMaturity preview
27273
27268
  */
@@ -12697,12 +12697,7 @@ interface V1LineItem {
12697
12697
  * > **Note:** For more information on what to pass to `lineItems.catalogReference`, see [eCommerce Integration in the Wix Stores Catalog API](https://dev.wix.com/api/rest/wix-stores/catalog/ecommerce-integration).
12698
12698
  */
12699
12699
  catalogReference?: CatalogReference$3;
12700
- /**
12701
- * Overriding values for catalog item properties.
12702
- *
12703
- * To override catalog fields, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
12704
- * Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
12705
- */
12700
+ /** Overriding values for catalog item properties. */
12706
12701
  catalogOverrideFields?: CatalogOverrideFields;
12707
12702
  }
12708
12703
  /** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
@@ -27263,11 +27258,11 @@ interface OrderPaymentRequestsQueryBuilder {
27263
27258
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
27264
27259
  * @documentationMaturity preview
27265
27260
  */
27266
- ascending: (...propertyNames: Array<'source.appId' | 'source.externalId' | 'status' | 'orderNumber' | 'amount.amount' | 'paymentGatewayOrderId' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27261
+ ascending: (...propertyNames: Array<'status' | 'orderNumber' | 'amount.amount' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27267
27262
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
27268
27263
  * @documentationMaturity preview
27269
27264
  */
27270
- descending: (...propertyNames: Array<'source.appId' | 'source.externalId' | 'status' | 'orderNumber' | 'amount.amount' | 'paymentGatewayOrderId' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27265
+ descending: (...propertyNames: Array<'status' | 'orderNumber' | 'amount.amount' | 'title' | 'description' | 'expirationDate' | '_createdDate' | '_updatedDate'>) => OrderPaymentRequestsQueryBuilder;
27271
27266
  /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
27272
27267
  * @documentationMaturity preview
27273
27268
  */
@@ -15278,12 +15278,7 @@ interface V1LineItem$1 {
15278
15278
  * > **Note:** For more information on what to pass to `lineItems.catalogReference`, see [eCommerce Integration in the Wix Stores Catalog API](https://dev.wix.com/api/rest/wix-stores/catalog/ecommerce-integration).
15279
15279
  */
15280
15280
  catalogReference?: CatalogReference$7;
15281
- /**
15282
- * Overriding values for catalog item properties.
15283
- *
15284
- * To override catalog fields, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
15285
- * Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
15286
- */
15281
+ /** Overriding values for catalog item properties. */
15287
15282
  catalogOverrideFields?: CatalogOverrideFields$1;
15288
15283
  }
15289
15284
  /** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
@@ -15960,12 +15955,7 @@ interface V1LineItem {
15960
15955
  * > **Note:** For more information on what to pass to `lineItems.catalogReference`, see [eCommerce Integration in the Wix Stores Catalog API](https://dev.wix.com/api/rest/wix-stores/catalog/ecommerce-integration).
15961
15956
  */
15962
15957
  catalogReference?: CatalogReference$6;
15963
- /**
15964
- * Overriding values for catalog item properties.
15965
- *
15966
- * To override catalog fields, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
15967
- * Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
15968
- */
15958
+ /** Overriding values for catalog item properties. */
15969
15959
  catalogOverrideFields?: CatalogOverrideFields;
15970
15960
  }
15971
15961
  /** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */