@natch-the-storage/heathershaw-platform-types 1.12.1 → 1.12.2

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.
@@ -647,6 +647,16 @@ export interface CDPriceOptionUpdate {
647
647
  quantity: number;
648
648
  price: number;
649
649
  }
650
+ export interface CDBulkUpdateResult {
651
+ formulationId: number;
652
+ formulationPriceId: number;
653
+ quantity: number;
654
+ price: number;
655
+ }
656
+ export interface CDBulkUpdateResultList {
657
+ invalidFormulationPrices: CDBulkUpdateResult[];
658
+ successfulUpdates: CDBulkUpdateResult[];
659
+ }
650
660
  export declare const parseCategory: (category: string) => "Compounding" | "Order or delivery" | "Prescription" | "Profile or account" | "General";
651
661
  export interface ContactFormInternalCreate {
652
662
  category: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.12.1",
3
+ "version": "1.12.2",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",