@arsedizioni/ars-utils 18.2.469 → 18.2.471
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;
|
|
@@ -689,6 +689,7 @@ export declare class ClipperFileInfo {
|
|
|
689
689
|
teamId?: string | null;
|
|
690
690
|
topicId?: string | null;
|
|
691
691
|
topicPath?: string | null;
|
|
692
|
+
topics?: string[] | null;
|
|
692
693
|
tags?: string | null;
|
|
693
694
|
isPrivate?: boolean | null;
|
|
694
695
|
isFile?: boolean | null;
|
|
@@ -731,7 +732,7 @@ export declare class ClipperFileInfo {
|
|
|
731
732
|
validUntilDate?: Date | null;
|
|
732
733
|
expiringDate?: Date | null;
|
|
733
734
|
expiringInfo?: string | null;
|
|
734
|
-
uniqueId:
|
|
735
|
+
uniqueId: string;
|
|
735
736
|
}
|
|
736
737
|
export interface ClipperFolderInfo extends Folder {
|
|
737
738
|
teamId?: string | null;
|