@natch-the-storage/heathershaw-platform-types 1.6.4 → 1.6.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.
- package/build/validators.d.ts +4 -2
- package/package.json +1 -1
package/build/validators.d.ts
CHANGED
|
@@ -433,7 +433,7 @@ export interface CDScriptList {
|
|
|
433
433
|
costPrice: number;
|
|
434
434
|
}
|
|
435
435
|
export interface CDScript {
|
|
436
|
-
|
|
436
|
+
key: string;
|
|
437
437
|
name: string;
|
|
438
438
|
price: number;
|
|
439
439
|
quantity: number;
|
|
@@ -453,8 +453,10 @@ export interface CDScript {
|
|
|
453
453
|
repeatsLeft: number;
|
|
454
454
|
supplyNumber: number;
|
|
455
455
|
};
|
|
456
|
+
formulation: {
|
|
457
|
+
properties?: CDScriptProperties[];
|
|
458
|
+
};
|
|
456
459
|
itemCount: number;
|
|
457
|
-
properties?: CDScriptProperties;
|
|
458
460
|
}
|
|
459
461
|
export interface CDCustomerCreate {
|
|
460
462
|
firstName: string;
|