@artisan-commerce/types 0.14.0-canary.41 → 0.14.0-canary.42

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
@@ -585,6 +585,8 @@ interface ShippingCost<T extends AdditionalInfo = AdditionalInfo> {
585
585
  total: number;
586
586
  /** Shipping cost additional info */
587
587
  additionalInfo?: T;
588
+ /** Discount net price */
589
+ discountNetPrice: number;
588
590
  }
589
591
  /**
590
592
  * Representation of a shipping cost tax.
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.41",
4
+ "version": "0.14.0-canary.42",
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": "e08dfcb9523f9ee21b02d66486893c79215935af",
26
+ "gitHead": "afab4d87d2e537759fd4d5fb7e26d5092df147cd",
27
27
  "nx": {
28
28
  "targets": {
29
29
  "build": {