@orderingstack/ordering-types 1.16.1 → 1.17.0

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.
@@ -275,7 +275,7 @@ export interface IOrderCoupon {
275
275
  campaign?: string;
276
276
  categoryId?: string;
277
277
  productId?: string;
278
- enableKey?: string;
278
+ enableKey?: string | string[];
279
279
  userId?: string;
280
280
  extra?: IStringKeyRecord<string>;
281
281
  };
@@ -275,7 +275,7 @@ export interface IOrderCoupon {
275
275
  campaign?: string;
276
276
  categoryId?: string;
277
277
  productId?: string;
278
- enableKey?: string;
278
+ enableKey?: string | string[];
279
279
  userId?: string;
280
280
  extra?: IStringKeyRecord<string>;
281
281
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.16.1",
3
+ "version": "1.17.0",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",