hplx-feature-library 1.0.134 → 1.0.135
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.
|
@@ -23345,7 +23345,9 @@ function HS({ isOpen: o, document: u, onClose: C, onSave: P }) {
|
|
|
23345
23345
|
reportType: R === Vf.REPORT_TYPE_UNSPECIFIED ? "" : R,
|
|
23346
23346
|
createdAt: new Date(p).toISOString(),
|
|
23347
23347
|
filePath: u.filePath,
|
|
23348
|
-
mimeType: u.mimeType
|
|
23348
|
+
mimeType: u.mimeType,
|
|
23349
|
+
downloadPath: u.downloadPath,
|
|
23350
|
+
fileName: u.fileName
|
|
23349
23351
|
};
|
|
23350
23352
|
await P(D), C();
|
|
23351
23353
|
} catch (D) {
|