@natch-the-storage/heathershaw-platform-types 1.15.6 → 1.15.7

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.
@@ -322,9 +322,10 @@ export interface Quote {
322
322
  token?: string;
323
323
  fileKey?: string;
324
324
  productId?: number;
325
+ pricingId?: number;
325
326
  created: string;
326
327
  }
327
- export type QuoteCreate = Omit<Quote, 'id' | 'status' | 'created' | 'productId'>;
328
+ export type QuoteCreate = Omit<Quote, 'id' | 'status' | 'created' | 'productId' | 'pricingId'>;
328
329
  export interface RepeatReminder {
329
330
  id: number;
330
331
  orderId?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.15.6",
3
+ "version": "1.15.7",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",