@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.
@@ -303,9 +303,7 @@ export interface EScriptCreate {
303
303
  export interface PaperScriptCreate {
304
304
  patientRecordId: number;
305
305
  uploaded: string;
306
- filename: string;
307
- contentType: string;
308
- folder: string;
306
+ fileKey: string;
309
307
  }
310
308
  export declare const CompoundDirectAnimalId: {
311
309
  readonly dog: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",