@wix/auto_sdk_ecom_current-cart 1.0.0 → 1.0.1

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.
@@ -1022,15 +1022,15 @@ export interface LineItemPricesData {
1022
1022
  totalPriceBeforeTax?: MultiCurrencyPrice;
1023
1023
  /** Tax details. */
1024
1024
  taxDetails?: ItemTaxFullDetails;
1025
- /** Total discount for all line items. */
1025
+ /** Total discount applied for the line item. */
1026
1026
  totalDiscount?: MultiCurrencyPrice;
1027
- /** Catalog price after catalog discount and automatic discounts. */
1027
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
1028
1028
  price?: MultiCurrencyPrice;
1029
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
1029
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
1030
1030
  priceBeforeDiscounts?: MultiCurrencyPrice;
1031
- /** Total price **after** catalog-defined discount and line item discounts. */
1031
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
1032
1032
  lineItemPrice?: MultiCurrencyPrice;
1033
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
1033
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
1034
1034
  fullPrice?: MultiCurrencyPrice;
1035
1035
  }
1036
1036
  export interface ItemTaxFullDetails {
@@ -964,15 +964,15 @@ export interface LineItemPricesData {
964
964
  totalPriceBeforeTax?: MultiCurrencyPrice;
965
965
  /** Tax details. */
966
966
  taxDetails?: ItemTaxFullDetails;
967
- /** Total discount for all line items. */
967
+ /** Total discount applied for the line item. */
968
968
  totalDiscount?: MultiCurrencyPrice;
969
- /** Catalog price after catalog discount and automatic discounts. */
969
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
970
970
  price?: MultiCurrencyPrice;
971
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
971
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
972
972
  priceBeforeDiscounts?: MultiCurrencyPrice;
973
- /** Total price **after** catalog-defined discount and line item discounts. */
973
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
974
974
  lineItemPrice?: MultiCurrencyPrice;
975
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
975
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
976
976
  fullPrice?: MultiCurrencyPrice;
977
977
  }
978
978
  export interface ItemTaxFullDetails {
@@ -1022,15 +1022,15 @@ export interface LineItemPricesData {
1022
1022
  totalPriceBeforeTax?: MultiCurrencyPrice;
1023
1023
  /** Tax details. */
1024
1024
  taxDetails?: ItemTaxFullDetails;
1025
- /** Total discount for all line items. */
1025
+ /** Total discount applied for the line item. */
1026
1026
  totalDiscount?: MultiCurrencyPrice;
1027
- /** Catalog price after catalog discount and automatic discounts. */
1027
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
1028
1028
  price?: MultiCurrencyPrice;
1029
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
1029
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
1030
1030
  priceBeforeDiscounts?: MultiCurrencyPrice;
1031
- /** Total price **after** catalog-defined discount and line item discounts. */
1031
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
1032
1032
  lineItemPrice?: MultiCurrencyPrice;
1033
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
1033
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
1034
1034
  fullPrice?: MultiCurrencyPrice;
1035
1035
  }
1036
1036
  export interface ItemTaxFullDetails {
@@ -964,15 +964,15 @@ export interface LineItemPricesData {
964
964
  totalPriceBeforeTax?: MultiCurrencyPrice;
965
965
  /** Tax details. */
966
966
  taxDetails?: ItemTaxFullDetails;
967
- /** Total discount for all line items. */
967
+ /** Total discount applied for the line item. */
968
968
  totalDiscount?: MultiCurrencyPrice;
969
- /** Catalog price after catalog discount and automatic discounts. */
969
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
970
970
  price?: MultiCurrencyPrice;
971
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
971
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
972
972
  priceBeforeDiscounts?: MultiCurrencyPrice;
973
- /** Total price **after** catalog-defined discount and line item discounts. */
973
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
974
974
  lineItemPrice?: MultiCurrencyPrice;
975
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
975
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
976
976
  fullPrice?: MultiCurrencyPrice;
977
977
  }
978
978
  export interface ItemTaxFullDetails {
@@ -1022,15 +1022,15 @@ export interface LineItemPricesData {
1022
1022
  totalPriceBeforeTax?: MultiCurrencyPrice;
1023
1023
  /** Tax details. */
1024
1024
  taxDetails?: ItemTaxFullDetails;
1025
- /** Total discount for all line items. */
1025
+ /** Total discount applied for the line item. */
1026
1026
  totalDiscount?: MultiCurrencyPrice;
1027
- /** Catalog price after catalog discount and automatic discounts. */
1027
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
1028
1028
  price?: MultiCurrencyPrice;
1029
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
1029
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
1030
1030
  priceBeforeDiscounts?: MultiCurrencyPrice;
1031
- /** Total price **after** catalog-defined discount and line item discounts. */
1031
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
1032
1032
  lineItemPrice?: MultiCurrencyPrice;
1033
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
1033
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
1034
1034
  fullPrice?: MultiCurrencyPrice;
1035
1035
  }
1036
1036
  export interface ItemTaxFullDetails {
@@ -1098,15 +1098,15 @@ export interface LineItemPricesData {
1098
1098
  totalPriceBeforeTax?: MultiCurrencyPrice;
1099
1099
  /** Tax details. */
1100
1100
  taxDetails?: ItemTaxFullDetails;
1101
- /** Total discount for all line items. */
1101
+ /** Total discount applied for the line item. */
1102
1102
  totalDiscount?: MultiCurrencyPrice;
1103
- /** Catalog price after catalog discount and automatic discounts. */
1103
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
1104
1104
  price?: MultiCurrencyPrice;
1105
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
1105
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
1106
1106
  priceBeforeDiscounts?: MultiCurrencyPrice;
1107
- /** Total price **after** catalog-defined discount and line item discounts. */
1107
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
1108
1108
  lineItemPrice?: MultiCurrencyPrice;
1109
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
1109
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
1110
1110
  fullPrice?: MultiCurrencyPrice;
1111
1111
  }
1112
1112
  export interface ItemTaxFullDetails {
@@ -1022,15 +1022,15 @@ export interface LineItemPricesData {
1022
1022
  totalPriceBeforeTax?: MultiCurrencyPrice;
1023
1023
  /** Tax details. */
1024
1024
  taxDetails?: ItemTaxFullDetails;
1025
- /** Total discount for all line items. */
1025
+ /** Total discount applied for the line item. */
1026
1026
  totalDiscount?: MultiCurrencyPrice;
1027
- /** Catalog price after catalog discount and automatic discounts. */
1027
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
1028
1028
  price?: MultiCurrencyPrice;
1029
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
1029
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
1030
1030
  priceBeforeDiscounts?: MultiCurrencyPrice;
1031
- /** Total price **after** catalog-defined discount and line item discounts. */
1031
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
1032
1032
  lineItemPrice?: MultiCurrencyPrice;
1033
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
1033
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
1034
1034
  fullPrice?: MultiCurrencyPrice;
1035
1035
  }
1036
1036
  export interface ItemTaxFullDetails {
@@ -1098,15 +1098,15 @@ export interface LineItemPricesData {
1098
1098
  totalPriceBeforeTax?: MultiCurrencyPrice;
1099
1099
  /** Tax details. */
1100
1100
  taxDetails?: ItemTaxFullDetails;
1101
- /** Total discount for all line items. */
1101
+ /** Total discount applied for the line item. */
1102
1102
  totalDiscount?: MultiCurrencyPrice;
1103
- /** Catalog price after catalog discount and automatic discounts. */
1103
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
1104
1104
  price?: MultiCurrencyPrice;
1105
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
1105
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
1106
1106
  priceBeforeDiscounts?: MultiCurrencyPrice;
1107
- /** Total price **after** catalog-defined discount and line item discounts. */
1107
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
1108
1108
  lineItemPrice?: MultiCurrencyPrice;
1109
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
1109
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
1110
1110
  fullPrice?: MultiCurrencyPrice;
1111
1111
  }
1112
1112
  export interface ItemTaxFullDetails {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_current-cart",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.ecom.v1.cart"
49
49
  }
50
50
  },
51
- "falconPackageHash": "5b129596c31fdf953ab768c21a652074b0c62d4aae0d35db76ca87a7"
51
+ "falconPackageHash": "9ad72747c758f0fc8cc36dd62921deb26b653a0ba558fcd88a524750"
52
52
  }