@beterdichtbij/component-library 0.19.0 → 0.20.0
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.
|
@@ -4,22 +4,4 @@ export declare const IsSvg: (filename: string) => boolean | "";
|
|
|
4
4
|
export declare const MapAttachmentsForApi: (files: BDAttachment[]) => string[];
|
|
5
5
|
export declare const CreateThumbnailUri: (attachment: ApiAttachment) => string;
|
|
6
6
|
export declare const CreateFullImageUri: (attachment: ApiAttachment) => string | null;
|
|
7
|
-
export declare const MapToAttachmentObjects: (attachments: ApiAttachment[], isImage: boolean) =>
|
|
8
|
-
Id?: number | undefined;
|
|
9
|
-
BerichtId?: number | undefined;
|
|
10
|
-
Naam: string;
|
|
11
|
-
MimeType: string | null;
|
|
12
|
-
DownloadUrl?: string | undefined;
|
|
13
|
-
identifier?: string | undefined;
|
|
14
|
-
conversationId?: string | number | undefined;
|
|
15
|
-
url?: string | undefined;
|
|
16
|
-
FileId?: string | undefined;
|
|
17
|
-
StandardAttachmentId?: string | number | undefined;
|
|
18
|
-
CorrelationId?: string | number | undefined;
|
|
19
|
-
ThumbnailUrl?: string | undefined;
|
|
20
|
-
standardAttachmentId?: string | undefined;
|
|
21
|
-
downloadUrl: string;
|
|
22
|
-
previewUrl: string;
|
|
23
|
-
fullImageUrl: string | null;
|
|
24
|
-
altName: string;
|
|
25
|
-
}[];
|
|
7
|
+
export declare const MapToAttachmentObjects: (attachments: ApiAttachment[], isImage: boolean) => BDAttachment[] | undefined;
|