@wix/auto_sdk_ecom_totals-calculator 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.
@@ -618,15 +618,15 @@ export interface LineItemPricesData {
618
618
  totalPriceBeforeTax?: MultiCurrencyPrice;
619
619
  /** Tax details. */
620
620
  taxDetails?: ItemTaxFullDetails;
621
- /** Total discount for all line items. */
621
+ /** Total discount applied for the line item. */
622
622
  totalDiscount?: MultiCurrencyPrice;
623
- /** Catalog price after catalog discount and automatic discounts. */
623
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
624
624
  price?: MultiCurrencyPrice;
625
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
625
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
626
626
  priceBeforeDiscounts?: MultiCurrencyPrice;
627
- /** Total price **after** catalog-defined discount and line item discounts. */
627
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
628
628
  lineItemPrice?: MultiCurrencyPrice;
629
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
629
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
630
630
  fullPrice?: MultiCurrencyPrice;
631
631
  }
632
632
  export interface ItemTaxFullDetails {
@@ -618,15 +618,15 @@ export interface LineItemPricesData {
618
618
  totalPriceBeforeTax?: MultiCurrencyPrice;
619
619
  /** Tax details. */
620
620
  taxDetails?: ItemTaxFullDetails;
621
- /** Total discount for all line items. */
621
+ /** Total discount applied for the line item. */
622
622
  totalDiscount?: MultiCurrencyPrice;
623
- /** Catalog price after catalog discount and automatic discounts. */
623
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
624
624
  price?: MultiCurrencyPrice;
625
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
625
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
626
626
  priceBeforeDiscounts?: MultiCurrencyPrice;
627
- /** Total price **after** catalog-defined discount and line item discounts. */
627
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
628
628
  lineItemPrice?: MultiCurrencyPrice;
629
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
629
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
630
630
  fullPrice?: MultiCurrencyPrice;
631
631
  }
632
632
  export interface ItemTaxFullDetails {
@@ -618,15 +618,15 @@ export interface LineItemPricesData {
618
618
  totalPriceBeforeTax?: MultiCurrencyPrice;
619
619
  /** Tax details. */
620
620
  taxDetails?: ItemTaxFullDetails;
621
- /** Total discount for all line items. */
621
+ /** Total discount applied for the line item. */
622
622
  totalDiscount?: MultiCurrencyPrice;
623
- /** Catalog price after catalog discount and automatic discounts. */
623
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
624
624
  price?: MultiCurrencyPrice;
625
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
625
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
626
626
  priceBeforeDiscounts?: MultiCurrencyPrice;
627
- /** Total price **after** catalog-defined discount and line item discounts. */
627
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
628
628
  lineItemPrice?: MultiCurrencyPrice;
629
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
629
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
630
630
  fullPrice?: MultiCurrencyPrice;
631
631
  }
632
632
  export interface ItemTaxFullDetails {
@@ -618,15 +618,15 @@ export interface LineItemPricesData {
618
618
  totalPriceBeforeTax?: MultiCurrencyPrice;
619
619
  /** Tax details. */
620
620
  taxDetails?: ItemTaxFullDetails;
621
- /** Total discount for all line items. */
621
+ /** Total discount applied for the line item. */
622
622
  totalDiscount?: MultiCurrencyPrice;
623
- /** Catalog price after catalog discount and automatic discounts. */
623
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
624
624
  price?: MultiCurrencyPrice;
625
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
625
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
626
626
  priceBeforeDiscounts?: MultiCurrencyPrice;
627
- /** Total price **after** catalog-defined discount and line item discounts. */
627
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
628
628
  lineItemPrice?: MultiCurrencyPrice;
629
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
629
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
630
630
  fullPrice?: MultiCurrencyPrice;
631
631
  }
632
632
  export interface ItemTaxFullDetails {
@@ -618,15 +618,15 @@ export interface LineItemPricesData {
618
618
  totalPriceBeforeTax?: MultiCurrencyPrice;
619
619
  /** Tax details. */
620
620
  taxDetails?: ItemTaxFullDetails;
621
- /** Total discount for all line items. */
621
+ /** Total discount applied for the line item. */
622
622
  totalDiscount?: MultiCurrencyPrice;
623
- /** Catalog price after catalog discount and automatic discounts. */
623
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
624
624
  price?: MultiCurrencyPrice;
625
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
625
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
626
626
  priceBeforeDiscounts?: MultiCurrencyPrice;
627
- /** Total price **after** catalog-defined discount and line item discounts. */
627
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
628
628
  lineItemPrice?: MultiCurrencyPrice;
629
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
629
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
630
630
  fullPrice?: MultiCurrencyPrice;
631
631
  }
632
632
  export interface ItemTaxFullDetails {
@@ -670,15 +670,15 @@ export interface LineItemPricesData {
670
670
  totalPriceBeforeTax?: MultiCurrencyPrice;
671
671
  /** Tax details. */
672
672
  taxDetails?: ItemTaxFullDetails;
673
- /** Total discount for all line items. */
673
+ /** Total discount applied for the line item. */
674
674
  totalDiscount?: MultiCurrencyPrice;
675
- /** Catalog price after catalog discount and automatic discounts. */
675
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
676
676
  price?: MultiCurrencyPrice;
677
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
677
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
678
678
  priceBeforeDiscounts?: MultiCurrencyPrice;
679
- /** Total price **after** catalog-defined discount and line item discounts. */
679
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
680
680
  lineItemPrice?: MultiCurrencyPrice;
681
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
681
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
682
682
  fullPrice?: MultiCurrencyPrice;
683
683
  }
684
684
  export interface ItemTaxFullDetails {
@@ -618,15 +618,15 @@ export interface LineItemPricesData {
618
618
  totalPriceBeforeTax?: MultiCurrencyPrice;
619
619
  /** Tax details. */
620
620
  taxDetails?: ItemTaxFullDetails;
621
- /** Total discount for all line items. */
621
+ /** Total discount applied for the line item. */
622
622
  totalDiscount?: MultiCurrencyPrice;
623
- /** Catalog price after catalog discount and automatic discounts. */
623
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
624
624
  price?: MultiCurrencyPrice;
625
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
625
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
626
626
  priceBeforeDiscounts?: MultiCurrencyPrice;
627
- /** Total price **after** catalog-defined discount and line item discounts. */
627
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
628
628
  lineItemPrice?: MultiCurrencyPrice;
629
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
629
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
630
630
  fullPrice?: MultiCurrencyPrice;
631
631
  }
632
632
  export interface ItemTaxFullDetails {
@@ -670,15 +670,15 @@ export interface LineItemPricesData {
670
670
  totalPriceBeforeTax?: MultiCurrencyPrice;
671
671
  /** Tax details. */
672
672
  taxDetails?: ItemTaxFullDetails;
673
- /** Total discount for all line items. */
673
+ /** Total discount applied for the line item. */
674
674
  totalDiscount?: MultiCurrencyPrice;
675
- /** Catalog price after catalog discount and automatic discounts. */
675
+ /** Catalog price **after** catalog-defined discount and automatic discounts. */
676
676
  price?: MultiCurrencyPrice;
677
- /** Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. */
677
+ /** Item price **before** automatic discounts, coupons, and global discounts, **after** catalog-defined discount. Defaults to `price` when not provided. */
678
678
  priceBeforeDiscounts?: MultiCurrencyPrice;
679
- /** Total price **after** catalog-defined discount and line item discounts. */
679
+ /** Total price **after** catalog-defined discount and automatic discounts, taking line item's quantity into account. */
680
680
  lineItemPrice?: MultiCurrencyPrice;
681
- /** Item price **before** line item discounts and **before** catalog-defined discount. Defaults to `price` when not provided. */
681
+ /** Item price **before** all discounts. Defaults to `price` when not provided. */
682
682
  fullPrice?: MultiCurrencyPrice;
683
683
  }
684
684
  export interface ItemTaxFullDetails {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_totals-calculator",
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.totals_calculation"
49
49
  }
50
50
  },
51
- "falconPackageHash": "2d445f2e4f6e93658568dbae395cdf2df55f931b54dadafce3a496d2"
51
+ "falconPackageHash": "31dfbfb0748f1fce1f40b1a8546f0b966c67d475f005fc834ca98a25"
52
52
  }