@natch-the-storage/heathershaw-platform-types 1.11.5 → 1.11.6

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.
@@ -627,8 +627,8 @@ export interface CDFormulationList {
627
627
  export interface CDPriceOptionUpdate {
628
628
  formulationPriceId: number;
629
629
  formulationId: number;
630
- quantity: number;
631
- price: number;
630
+ quantity?: number;
631
+ price?: number;
632
632
  }
633
633
  export declare const parseCategory: (category: string) => "Compounding" | "Order or delivery" | "Prescription" | "Profile or account" | "General";
634
634
  export interface ContactFormInternalCreate {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.11.5",
3
+ "version": "1.11.6",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",