@natch-the-storage/heathershaw-platform-types 1.16.7 → 1.16.9

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,6 +1,6 @@
1
1
  export declare const cDProductCategoryLabelValues: readonly ["OTC", "Schedule 4", "Schedule 8"];
2
2
  export declare const cDProductCategoryIdValues: readonly ["schedule_1", "schedule_4", "schedule_8"];
3
- export declare const logItemTypeValues: readonly ["CREATED", "DRAFTED", "CREATED_PAID", "UPDATED", "UPDATED_DRAFT", "PAYMENT_LINK_PHONE", "PAYMENT_LINK_EMAIL", "PAYMENT_LINK_BOTH", "PARTNER_ORDERED_INVOICE", "PARTNER_ORDERED_POS", "PAID", "MARKED_PAID", "PAYMENT_LINK_PAID"];
3
+ export declare const logItemTypeValues: readonly ["CREATED", "CREATED_PAID", "UPDATED", "UPDATED_DRAFT", "MARKED_FOR_PICKUP", "CANCELLED", "PAYMENT_LINK_PHONE", "PAYMENT_LINK_EMAIL", "PAYMENT_LINK_BOTH", "PARTNER_ORDERED_INVOICE", "PARTNER_ORDERED_POS", "PAID", "MARKED_PAID", "PAYMENT_LINK_PAID"];
4
4
  export declare const orderFulfillmentValues: readonly ["PICKUP", "POST", "COURIER", "DELIVER"];
5
5
  export declare const orderStatusValues: readonly ["TO_REVIEW", "AWAITING_PICKUP", "POSTED", "IN_TRANSIT", "DELIVERED", "COLLECTED", "CANCELLED"];
6
6
  export declare const patientRecordSubAccountRelationshipValues: readonly ["Child", "Spouse", "Parent", "Pet", "Other"];
@@ -185,6 +185,7 @@ export interface Order {
185
185
  partnerPharmacyProfileId?: number | null;
186
186
  patientRecordId?: number | null;
187
187
  directUserProfileId?: number | null;
188
+ for: string;
188
189
  address: OrderAddress;
189
190
  trackingNumber?: string;
190
191
  status: OrderStatus;
@@ -12,10 +12,11 @@ export const cDProductCategoryIdValues = [
12
12
  ];
13
13
  export const logItemTypeValues = [
14
14
  'CREATED',
15
- 'DRAFTED',
16
15
  'CREATED_PAID',
17
16
  'UPDATED',
18
17
  'UPDATED_DRAFT',
18
+ 'MARKED_FOR_PICKUP',
19
+ 'CANCELLED',
19
20
  'PAYMENT_LINK_PHONE',
20
21
  'PAYMENT_LINK_EMAIL',
21
22
  'PAYMENT_LINK_BOTH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.16.7",
3
+ "version": "1.16.9",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",