@artisan-commerce/types 0.14.0-canary.24 → 0.14.0-canary.25

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 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.25](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/types@0.14.0-canary.24...@artisan-commerce/types@0.14.0-canary.25) (2021-11-05)
7
+
8
+
9
+ ### Features
10
+
11
+ * **global:** fix types and builders for store coupon and add condition to shipping cost ([2800a87](https://bitbucket.org/tradesystem/artisn_sdk/commit/2800a87a326c9f0ca5e0f1fbe202e15768fc32c9))
12
+
13
+
14
+
6
15
  ## [0.14.0-canary.24](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/types@0.14.0-canary.23...@artisan-commerce/types@0.14.0-canary.24) (2021-10-22)
7
16
 
8
17
 
package/dist/bundle.d.ts CHANGED
@@ -1156,7 +1156,7 @@ interface Coupon {
1156
1156
  /** Coupon unique identifier */
1157
1157
  id: number;
1158
1158
  /** Coupon image */
1159
- image: null;
1159
+ image: URLImage | null;
1160
1160
  /** Coupon name */
1161
1161
  name: string;
1162
1162
  /** Whether or not the coupon is exclusive to one store */
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.24",
4
+ "version": "0.14.0-canary.25",
5
5
  "main": "./dist/bundle.d.ts",
6
6
  "module": "./dist/bundle.d.ts",
7
7
  "types": "./dist/bundle.d.ts",
@@ -34,5 +34,5 @@
34
34
  "@react-native-firebase/firestore": "^12.8.0",
35
35
  "firebase": "^8.1.1"
36
36
  },
37
- "gitHead": "496782c54ad0d996b4b29371c06419dcd967df5e"
37
+ "gitHead": "b388e92c72e306a3f446181f11d0cb05ca55bbf3"
38
38
  }