@orderingstack/ordering-types 0.1.8 → 0.1.9

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.
@@ -185,6 +185,7 @@ export interface OrderCoupon {
185
185
  data?: {
186
186
  campaign?: string;
187
187
  categoryId?: string;
188
+ productId?: string;
188
189
  enableKey?: string;
189
190
  userId?: string;
190
191
  };
@@ -185,6 +185,7 @@ export interface OrderCoupon {
185
185
  data?: {
186
186
  campaign?: string;
187
187
  categoryId?: string;
188
+ productId?: string;
188
189
  enableKey?: string;
189
190
  userId?: string;
190
191
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",