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
|
-
|
29
|
+
documentOriginalFileName: string;
|
30
30
|
documentContent: string;
|
31
31
|
documentMetadata: any;
|
32
32
|
}
|