@arsedizioni/ars-utils 18.2.465 → 18.2.466
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.
|
@@ -739,14 +739,14 @@ export interface ClipperFolderInfo extends Folder {
|
|
|
739
739
|
items: ClipperFileInfo[];
|
|
740
740
|
subFolders: ClipperFolderInfo[];
|
|
741
741
|
}
|
|
742
|
-
export
|
|
742
|
+
export declare class ClipperSearchArchiveFoldersParams {
|
|
743
743
|
teamId?: string | null;
|
|
744
744
|
privateOnly?: boolean | null;
|
|
745
745
|
}
|
|
746
746
|
export interface ClipperSearchArchiveFoldersResult extends ClipperFolderInfo {
|
|
747
747
|
teams: NameValueItem<string>[];
|
|
748
748
|
}
|
|
749
|
-
export
|
|
749
|
+
export declare class ClipperSearchArchiveFilesParams {
|
|
750
750
|
teamId?: string | null;
|
|
751
751
|
folderId?: string | null;
|
|
752
752
|
folderName?: string | null;
|