@natch-the-storage/heathershaw-platform-types 1.10.27 → 1.10.28

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.
@@ -176,7 +176,7 @@ export interface Order {
176
176
  requiredDate: string;
177
177
  draft: boolean;
178
178
  }
179
- export type OrderCreate = Omit<Order, 'id' | 'status' | 'created'> & {
179
+ export type OrderCreate = Omit<Order, 'id' | 'status' | 'created' | 'draft'> & {
180
180
  draft?: boolean;
181
181
  };
182
182
  export type OrderUpdate = Partial<Order>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.10.27",
3
+ "version": "1.10.28",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",