@artisan-commerce/types 0.14.0-canary.38 → 0.14.0-canary.39

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.
Files changed (2) hide show
  1. package/dist/bundle.d.ts +2 -0
  2. package/package.json +2 -2
package/dist/bundle.d.ts CHANGED
@@ -714,6 +714,8 @@ interface BillTotalCategory {
714
714
  total: number;
715
715
  /** discounts shopping cart */
716
716
  discounts: Discount[];
717
+ /** Taxes shopping cart */
718
+ taxes: PriceCategoryTax[];
717
719
  }
718
720
  /**
719
721
  * Representation of shopping cart discount.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@artisan-commerce/types",
3
3
  "description": "Artisn's types and interfaces library",
4
- "version": "0.14.0-canary.38",
4
+ "version": "0.14.0-canary.39",
5
5
  "types": "./dist/bundle.d.ts",
6
6
  "files": [
7
7
  "dist"
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "author": "Luis Eduardo Andrade",
25
25
  "license": "MIT",
26
- "gitHead": "3ae7512fd09b7e59227b159b7e0e3853964a03c0",
26
+ "gitHead": "0181e85a77db03d68cd7be1c1c85cc1488f14da7",
27
27
  "nx": {
28
28
  "targets": {
29
29
  "build": {