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

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.
@@ -641,12 +641,6 @@ export declare const CDProductFormsIdLabels: {
641
641
  id: string;
642
642
  label: string;
643
643
  }[];
644
- export interface CDPriceOptionUpdate {
645
- formulationPriceId: number;
646
- formulationId: number;
647
- quantity: number;
648
- price: number;
649
- }
650
644
  export interface CDBulkUpdateResult {
651
645
  formulationId: number;
652
646
  formulationPriceId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.12.2",
3
+ "version": "1.12.3",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",