buzzcasting-storage 2.16.6 → 2.16.8
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.
- package/dist/buzzcasting-storage.d.ts +2 -1
- package/dist/buzzcasting-storage.esm.js +564 -576
- package/package.json +8 -8
|
@@ -135,7 +135,7 @@ export declare enum EVENTS {
|
|
|
135
135
|
|
|
136
136
|
export declare function filterAttributes(attributes: NamedNodeMap): IFilteredAttributes;
|
|
137
137
|
|
|
138
|
-
export declare function formatContent(message: IMessage): string;
|
|
138
|
+
export declare function formatContent(message: IMessage, titleCss?: string): string;
|
|
139
139
|
|
|
140
140
|
declare interface IAttachedMedia {
|
|
141
141
|
image?: string;
|
|
@@ -225,6 +225,7 @@ export declare interface IMessage {
|
|
|
225
225
|
published: string;
|
|
226
226
|
harvested: string;
|
|
227
227
|
utc: number;
|
|
228
|
+
expires: number;
|
|
228
229
|
channel: string;
|
|
229
230
|
type: string;
|
|
230
231
|
sender: ISender;
|