buzzcasting-storage 3.2.2 → 3.2.3
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 +5 -1
- package/dist/buzzcasting-storage.esm.js +515 -515
- package/package.json +1 -1
|
@@ -83,7 +83,7 @@ export declare function clearContents(myNode: HTMLElement): void;
|
|
|
83
83
|
declare enum CSS_2 {
|
|
84
84
|
API = "color:white;background-color:grey;padding:0 4px 0 4px;border-radius:5px;",
|
|
85
85
|
APP = "color:white;background-color:navy;padding:0 4px 0 4px;border-radius:5px;",
|
|
86
|
-
BROADCAST = "color:
|
|
86
|
+
BROADCAST = "color:navy;background-color:orange;padding:0 4px 0 4px;border-radius:5px;",
|
|
87
87
|
DATA = "color:grey;background-color:lightskyblue;padding:0 4px 0 4px;border-radius:5px;",
|
|
88
88
|
CLOUD = "color:grey;background-color:mistyrose;padding:0 4px 0 4px;border-radius:5px;",
|
|
89
89
|
GET_DATA = "color:black;background-color:lime;padding:0 4px 0 4px;border-radius:5px;",
|
|
@@ -107,6 +107,9 @@ export declare enum EVENTS {
|
|
|
107
107
|
ADD_SLIDE = "addSlide",
|
|
108
108
|
APP_READY = "appReady",
|
|
109
109
|
API_UPDATE = "apiUpdate",
|
|
110
|
+
WS_API_REQUEST = "wsApiRequest",
|
|
111
|
+
WS_API_RESPONSE = "wsApiResponse",
|
|
112
|
+
WS_API_UPDATE = "wsApiRUpdate",
|
|
110
113
|
APPROVE_MESSAGE = "approveMessage",
|
|
111
114
|
CHANNEL = "channel",
|
|
112
115
|
CLEAN_MESSAGES = "cleanMessages",
|
|
@@ -397,6 +400,7 @@ export declare interface IStorageOptions {
|
|
|
397
400
|
period?: number;
|
|
398
401
|
retention?: number;
|
|
399
402
|
suspended?: boolean;
|
|
403
|
+
loglevel?: number;
|
|
400
404
|
}
|
|
401
405
|
|
|
402
406
|
export declare interface ITopic {
|