@orderingstack/ordering-types 1.30.1 → 1.30.2

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.
@@ -580,6 +580,7 @@ export interface IDiscount {
580
580
  product?: string;
581
581
  path?: string;
582
582
  price?: number | string;
583
+ extra?: IStringKeyRecord<string | undefined>;
583
584
  }
584
585
  export declare enum EOrderProductKind {
585
586
  GROUP = "group",
@@ -580,6 +580,7 @@ export interface IDiscount {
580
580
  product?: string;
581
581
  path?: string;
582
582
  price?: number | string;
583
+ extra?: IStringKeyRecord<string | undefined>;
583
584
  }
584
585
  export declare enum EOrderProductKind {
585
586
  GROUP = "group",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.30.1",
3
+ "version": "1.30.2",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",