@natch-the-storage/heathershaw-platform-types 1.16.4 → 1.16.5

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.
@@ -213,7 +213,7 @@ export interface Order {
213
213
  requiredDate: string;
214
214
  draft: boolean;
215
215
  reasonMarkedPaid?: string;
216
- paymentLinkToken?: string;
216
+ paymentLinkToken?: string | null;
217
217
  log: LogItem[];
218
218
  }
219
219
  export type OrderCreate = Omit<Order, 'id' | 'status' | 'created' | 'draft' | 'paymentLinkToken' | 'log'> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.16.4",
3
+ "version": "1.16.5",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",