digicust_types 1.8.114 → 1.8.115

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,7 +26,7 @@ export interface RossumPersistedDataModel {
26
26
  documentS3Name: string;
27
27
  documentMimeType: string;
28
28
  documentArrivedAt: Date;
29
- documentOriginalFilename: string;
29
+ documentOriginalFileName: string;
30
30
  documentContent: string;
31
31
  documentMetadata: any;
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.114",
3
+ "version": "1.8.115",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",