@orderingstack/ordering-types 1.8.7 → 1.8.8

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.
@@ -359,7 +359,7 @@ export interface IOrderLine {
359
359
  created: string;
360
360
  creator?: string;
361
361
  discounts?: IDiscount[];
362
- extra: IStringKeyRecord<string>;
362
+ extra?: IStringKeyRecord<string>;
363
363
  hash: string;
364
364
  id: string;
365
365
  price: string;
@@ -359,7 +359,7 @@ export interface IOrderLine {
359
359
  created: string;
360
360
  creator?: string;
361
361
  discounts?: IDiscount[];
362
- extra: IStringKeyRecord<string>;
362
+ extra?: IStringKeyRecord<string>;
363
363
  hash: string;
364
364
  id: string;
365
365
  price: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",