@openlettermarketing/olc-react-sdk 2.0.3 → 2.0.4

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.
@@ -9,6 +9,7 @@ export interface Template {
9
9
  templateType: string;
10
10
  }
11
11
  export interface Product {
12
+ id: string | number;
12
13
  size: Array<{
13
14
  size: string;
14
15
  }>;
@@ -1,6 +1,7 @@
1
1
  interface Size {
2
2
  id: string;
3
3
  size: string;
4
+ title?: string;
4
5
  }
5
6
  interface Product {
6
7
  id: string;
@@ -1 +1 @@
1
- export const SDK_VERSION: "2.0.3";
1
+ export const SDK_VERSION: "2.0.4";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openlettermarketing/olc-react-sdk",
3
3
  "private": false,
4
- "version": "2.0.3",
4
+ "version": "2.0.4",
5
5
  "type": "module",
6
6
  "description": "Simplify template builder integration for any product.",
7
7
  "main": "build/index.js",