@artisan-commerce/types 0.14.0-canary.30 → 0.14.0-canary.31

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.31](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/types@0.14.0-canary.30...@artisan-commerce/types@0.14.0-canary.31) (2022-01-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **artisn:** delete base64 key ([95cda3c](https://bitbucket.org/tradesystem/artisn_sdk/commit/95cda3c4209f6057c4fe6a8aa847e750faf68a21))
12
+
13
+
14
+
6
15
  ## [0.14.0-canary.30](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/types@0.14.0-canary.29...@artisan-commerce/types@0.14.0-canary.30) (2022-01-06)
7
16
 
8
17
 
package/dist/bundle.d.ts CHANGED
@@ -20,8 +20,6 @@ interface CDNImage {
20
20
  name: string;
21
21
  /** The url where the image is saved */
22
22
  url: string;
23
- /** The base 64 image value */
24
- base64: string | null;
25
23
  }
26
24
  /**
27
25
  * A image url.
@@ -1592,8 +1590,6 @@ interface Banner {
1592
1590
  coupon: BannerCoupon | null;
1593
1591
  /** Banner coupon's id */
1594
1592
  coupon_id: number | null;
1595
- /** The base 64 image value, see {@link CDNImage} */
1596
- image_base64: CDNImage["base64"] | null;
1597
1593
  /** The bucket where the image is saved */
1598
1594
  image_bucket: string | null;
1599
1595
  /** he cloud where the banner is saved, see {@link CDNImage} */
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.30",
4
+ "version": "0.14.0-canary.31",
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": "429a9e0db58d2400b8dfa8f28f70611f92b0353c"
37
+ "gitHead": "e1e0eab372bf2999fc64adaa082dd8c443ad6a6f"
38
38
  }