@artisan-commerce/types 0.14.0-canary.21 → 0.14.0-canary.22
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/CHANGELOG.md +9 -0
- package/dist/bundle.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.14.0-canary.22](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/types@0.14.0-canary.21...@artisan-commerce/types@0.14.0-canary.22) (2021-10-21)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **global:** add clean shopping cart to remove benefits and fix coupon docs ([dd3e66a](https://bitbucket.org/tradesystem/artisn_sdk/commit/dd3e66a5aa19430ec745b6e726c1b45c103e1b82))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [0.14.0-canary.21](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/types@0.14.0-canary.20...@artisan-commerce/types@0.14.0-canary.21) (2021-10-20)
|
|
7
16
|
|
|
8
17
|
**Note:** Version bump only for package @artisan-commerce/types
|
package/dist/bundle.d.ts
CHANGED
|
@@ -920,7 +920,7 @@ interface Benefit {
|
|
|
920
920
|
accountId: number;
|
|
921
921
|
/**
|
|
922
922
|
* An array of benefit awards if the benefit is of `PRODUCT` type, and an
|
|
923
|
-
* object if the benefit is of `ALTER_DELIVERY` or `DISCOUNT` type
|
|
923
|
+
* object if the benefit is of `ALTER_DELIVERY` or `DISCOUNT` type,
|
|
924
924
|
* see {@link Award}
|
|
925
925
|
* */
|
|
926
926
|
award: Award | Award[];
|
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.
|
|
4
|
+
"version": "0.14.0-canary.22",
|
|
5
5
|
"main": "./dist/bundle.d.ts",
|
|
6
6
|
"module": "./dist/bundle.d.ts",
|
|
7
7
|
"types": "./dist/bundle.d.ts",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"npm-run-all": "^4.1.5",
|
|
49
49
|
"prettier": "^2.1.2"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "ffaf983ec187d83a7744d9432a2510beac4ddcf3"
|
|
52
52
|
}
|