@arsedizioni/ars-utils 18.2.484 → 18.2.485
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.
|
@@ -675,11 +675,10 @@ export declare enum ClipperArchiveFileType {
|
|
|
675
675
|
}
|
|
676
676
|
export declare const ClipperArchiveFileTypes: NameValueItem<ClipperArchiveFileType>[];
|
|
677
677
|
export declare enum ClipperArchiveFileStorageType {
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
Binary = 2,
|
|
681
|
-
Permalink = 3
|
|
678
|
+
ArsCloud = 2,
|
|
679
|
+
OtherCloud = 3
|
|
682
680
|
}
|
|
681
|
+
export declare const ClipperArchiveFileStorageTypes: NameValueItem<ClipperArchiveFileStorageType>[];
|
|
683
682
|
export interface ClipperArchiveFileInfo {
|
|
684
683
|
id?: string | null;
|
|
685
684
|
parentFolderId?: string | null;
|