@artisan-commerce/types 0.14.0-canary.50 → 0.14.0-canary.51
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/dist/bundle.d.ts +2 -0
- package/package.json +2 -2
package/dist/bundle.d.ts
CHANGED
|
@@ -1105,6 +1105,8 @@ interface Wallet {
|
|
|
1105
1105
|
interface Benefit {
|
|
1106
1106
|
/** The account id of the benefit */
|
|
1107
1107
|
accountId: string;
|
|
1108
|
+
/** Cart benefit's alerts, see {@link Alert} */
|
|
1109
|
+
alerts: Alert[];
|
|
1108
1110
|
/**
|
|
1109
1111
|
* An array of benefit awards if the benefit is of `PRODUCT` type, and an
|
|
1110
1112
|
* object if the benefit is of `ALTER_DELIVERY` or `DISCOUNT` type,
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@artisan-commerce/types",
|
|
3
3
|
"description": "Artisn's types and interfaces library",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "0.14.0-canary.
|
|
5
|
+
"version": "0.14.0-canary.51",
|
|
6
6
|
"types": "./dist/bundle.d.ts",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"author": "Luis Eduardo Andrade",
|
|
26
26
|
"license": "MIT",
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "dc9c6871ee7e26d4bb2052aeff48305e7b9890f2",
|
|
28
28
|
"nx": {
|
|
29
29
|
"targets": {
|
|
30
30
|
"build": {
|