@arsedizioni/ars-utils 18.2.469 → 18.2.470
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.
|
@@ -680,7 +680,7 @@ export declare enum ClipperArchiveFileStorageType {
|
|
|
680
680
|
Binary = 2,
|
|
681
681
|
Permalink = 3
|
|
682
682
|
}
|
|
683
|
-
export
|
|
683
|
+
export interface ClipperFileInfo {
|
|
684
684
|
id?: string | null;
|
|
685
685
|
parentFolderId?: string | null;
|
|
686
686
|
isFolder: boolean | null;
|
|
@@ -731,7 +731,7 @@ export declare class ClipperFileInfo {
|
|
|
731
731
|
validUntilDate?: Date | null;
|
|
732
732
|
expiringDate?: Date | null;
|
|
733
733
|
expiringInfo?: string | null;
|
|
734
|
-
uniqueId
|
|
734
|
+
uniqueId?: string | null;
|
|
735
735
|
}
|
|
736
736
|
export interface ClipperFolderInfo extends Folder {
|
|
737
737
|
teamId?: string | null;
|