@natch-the-storage/heathershaw-platform-types 1.6.0 → 1.6.1
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 +1 -3
- package/package.json +1 -1
package/build/validators.d.ts
CHANGED
|
@@ -303,9 +303,7 @@ export interface EScriptCreate {
|
|
|
303
303
|
export interface PaperScriptCreate {
|
|
304
304
|
patientRecordId: number;
|
|
305
305
|
uploaded: string;
|
|
306
|
-
|
|
307
|
-
contentType: string;
|
|
308
|
-
folder: string;
|
|
306
|
+
fileKey: string;
|
|
309
307
|
}
|
|
310
308
|
export declare const CompoundDirectAnimalId: {
|
|
311
309
|
readonly dog: {
|