@natch-the-storage/heathershaw-platform-types 1.10.30 → 1.10.31

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.
@@ -1,4 +1,4 @@
1
- export declare const orderFulfillmentValues: readonly ["PICKUP", "POST", "COURIER", "DELIVERED"];
1
+ export declare const orderFulfillmentValues: readonly ["PICKUP", "POST", "COURIER", "DELIVER"];
2
2
  export declare const orderStatusValues: readonly ["RECEIVED", "PROCESSING", "DISPATCHED", "DELIVERED", "COMPLETED"];
3
3
  export declare const paperScriptReminderStatusValues: readonly ["PENDING", "RECEIVED", "ESCALATED"];
4
4
  export declare const quoteStatusValues: readonly ["PENDING", "PROCESSING", "RESOLVED"];
@@ -1,5 +1,5 @@
1
1
  //#region Enum value arrays ──────────────────────────────────────────────────────────
2
- export const orderFulfillmentValues = ['PICKUP', 'POST', 'COURIER', 'DELIVERED'];
2
+ export const orderFulfillmentValues = ['PICKUP', 'POST', 'COURIER', 'DELIVER'];
3
3
  export const orderStatusValues = [
4
4
  'RECEIVED',
5
5
  'PROCESSING',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.10.30",
3
+ "version": "1.10.31",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",