@orderingstack/ordering-types 1.18.3 → 1.18.4

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.
@@ -428,7 +428,7 @@ export interface IOrderLine {
428
428
  id: string;
429
429
  price: string;
430
430
  product: IOrderProduct;
431
- productConfig: Partial<IProductState>;
431
+ productConfig?: Partial<IProductState>;
432
432
  productId: string;
433
433
  quantity: number;
434
434
  source: string;
@@ -428,7 +428,7 @@ export interface IOrderLine {
428
428
  id: string;
429
429
  price: string;
430
430
  product: IOrderProduct;
431
- productConfig: Partial<IProductState>;
431
+ productConfig?: Partial<IProductState>;
432
432
  productId: string;
433
433
  quantity: number;
434
434
  source: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.18.3",
3
+ "version": "1.18.4",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",