buzzcasting-storage 2.10.11 → 2.10.13
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 +3 -0
- package/dist/buzzcasting-storage.esm.js +457 -456
- package/package.json +1 -1
|
@@ -88,6 +88,7 @@ export declare enum EVENTS {
|
|
|
88
88
|
API_UPDATE = "apiUpdate",
|
|
89
89
|
APPROVE_MESSAGE = "approveMessage",
|
|
90
90
|
CHANNEL = "channel",
|
|
91
|
+
CLOSE_MODAL = "closeModal",
|
|
91
92
|
ERROR = "error",
|
|
92
93
|
GOTO_SLIDE = "gotoSlide",
|
|
93
94
|
HIDE_MESSAGE = "hideMessage",
|
|
@@ -105,6 +106,7 @@ export declare enum EVENTS {
|
|
|
105
106
|
START_TRANSITIONER = "startTransitioner",
|
|
106
107
|
STORAGE_INIT = "stroageInit",
|
|
107
108
|
SUBSCRIBE = "subscribe",
|
|
109
|
+
REMOVE_CLOUD = "removeCloud",
|
|
108
110
|
UPDATE = "update",
|
|
109
111
|
VERSION = "version",
|
|
110
112
|
WIDGET_UPDATE = "widgetUpdate"
|
|
@@ -232,6 +234,7 @@ export declare interface IMetrics {
|
|
|
232
234
|
export declare interface IModal {
|
|
233
235
|
showComponent: string;
|
|
234
236
|
props?: any;
|
|
237
|
+
timeout?: number;
|
|
235
238
|
}
|
|
236
239
|
|
|
237
240
|
/**
|