@orderingstack/ordering-types 1.29.2 → 1.30.1

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.
@@ -377,6 +377,7 @@ export interface IOrderCoupon {
377
377
  categoryId?: string;
378
378
  productId?: string;
379
379
  enableKey?: string | string[];
380
+ couponKey?: string;
380
381
  userId?: string;
381
382
  extra?: IStringKeyRecord<string>;
382
383
  };
@@ -377,6 +377,7 @@ export interface IOrderCoupon {
377
377
  categoryId?: string;
378
378
  productId?: string;
379
379
  enableKey?: string | string[];
380
+ couponKey?: string;
380
381
  userId?: string;
381
382
  extra?: IStringKeyRecord<string>;
382
383
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.29.2",
3
+ "version": "1.30.1",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",