buzzcasting-storage 3.0.22 → 3.0.23
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.
|
@@ -308,14 +308,14 @@ export declare interface IQuery {
|
|
|
308
308
|
labels?: string[];
|
|
309
309
|
compare?: string;
|
|
310
310
|
period?: number;
|
|
311
|
-
type?:
|
|
312
|
-
order?:
|
|
311
|
+
type?: 'cloud' | 'messages' | 'series' | 'proxy' | 'slide';
|
|
312
|
+
order?: 'utc' | 'reach' | 'engagement' | 'impressions';
|
|
313
313
|
media?: number;
|
|
314
314
|
dynamics?: number;
|
|
315
315
|
geo?: number;
|
|
316
316
|
delay?: string;
|
|
317
317
|
approved?: string;
|
|
318
|
-
moderation?:
|
|
318
|
+
moderation?: 'realtime' | 'delayed' | 'approved' | 'none';
|
|
319
319
|
hrm?: string;
|
|
320
320
|
before?: number;
|
|
321
321
|
since?: number;
|
|
@@ -2,7 +2,7 @@ var Aa = Object.defineProperty;
|
|
|
2
2
|
var xa = (l, r, o) => r in l ? Aa(l, r, { enumerable: !0, configurable: !0, writable: !0, value: o }) : l[r] = o;
|
|
3
3
|
var k = (l, r, o) => xa(l, typeof r != "symbol" ? r + "" : r, o);
|
|
4
4
|
var N = /* @__PURE__ */ ((l) => (l.MESSAGES = "messages", l.CLOUD = "cloud", l.SERIES = "series", l.TOPICS = "topics", l.WIDGET = "widget", l.WIDGETS = "widgets", l.SLIDE = "slide", l))(N || {}), g = /* @__PURE__ */ ((l) => (l.API = "color:white;background-color:grey;padding:0 4px 0 4px;border-radius:5px;", l.APP = "color:white;background-color:navy;padding:0 4px 0 4px;border-radius:5px;", l.BROADCAST = "color:white;background-color:orange;padding:0 4px 0 4px;border-radius:5px;", l.DATA = "color:grey;background-color:lightskyblue;padding:0 4px 0 4px;border-radius:5px;", l.CLOUD = "color:grey;background-color:mistyrose;padding:0 4px 0 4px;border-radius:5px;", l.GET_DATA = "color:black;background-color:lime;padding:0 4px 0 4px;border-radius:5px;", l.HIDE = "color:white;background-color:red;padding:0 4px 0 4px;border-radius:5px;", l.MESSAGES = "color:white;background-color:darkslateblue;padding:0 4px 0 4px;border-radius:5px;", l.NO_UPDATES = "color:grey;border:1px solid grey;padding:0 4px 0 4px;border-radius:5px;", l.NONE = "color:transparent;background-color:transparent;", l.PRESENTATION = "color:white;background-color:darkred;padding:0 4px 0 4px;border-radius:5px;", l.SERIES = "color:grey;background-color:thistle;padding:0 4px 0 4px;border-radius:5px;", l.SLIDE = "color:black;background-color:yellow;padding:0 4px 0 4px;border-radius:5px;", l.STORAGE = "color:black;background-color:cyan;padding:0 4px 0 4px;border-radius:5px;", l.SUBSCRIBE = "color:white;background-color:dodgerblue;padding:0 4px 0 4px;border-radius:5px;", l.WIDGET = "color:gret;background-color:lemonchiffon;padding:0 4px 0 4px;border-radius:5px;", l.WS = "color:white;background-color:green;padding:0 4px 0 4px;border-radius:5px;", l))(g || {}), re = /* @__PURE__ */ ((l) => (l.ADD_SLIDE = "addSlide", l.APP_READY = "appReady", l.API_UPDATE = "apiUpdate", l.WS_API_REQUEST = "wsApiRequest", l.WS_API_RESPONSE = "wsApiResponse", l.WS_API_UPDATE = "wsApiUpdate", l.APPROVE_MESSAGE = "approveMessage", l.CHANNEL = "channel", l.CLEAN_MESSAGES = "cleanMessages", l.CLOSE_MODAL = "closeModal", l.CLOSE_BUILDER_MODAL = "closeBuilderModal", l.ERROR = "error", l.HIDE_MESSAGE = "hideMessage", l.HIDE_LABELS = "hideLabels", l.MAUPPUT_UPDATE = "layoutUpdate", l.PAUSE_PRESENTATION = "pausePresentation", l.PRESENTATION_READY = "presentationReady", l.PREV_SLIDE = "prevSlide", l.RELOAD_PRESENTATION = "reloadPresentation", l.SHOW_MODAL = "showModal", l.STAR_MESSAGE = "starMessage", l.GOTO_SLIDE = "gotoSlide", l.NEXT_SLIDE = "nextSlide", l.SHOW_BUILDER_MODAL = "showBuilderModal", l.SLIDE_DID_LOAD = "slideDidLoad", l.SLIDE_GOTO = "slideGoto", l.SLIDE_READY = "slideReady", l.SLIDE_LOAD = "loadSlide", l.SLIDE_STORE = "storeSlide", l.SLIDE_TRANSITIONER = "slideTransitioner", l.START_TRANSITIONER = "startTransitioner", l.STORAGE_INIT = "storageInit", l.SUBSCRIBE = "subscribe", l.SUSPEND_ACCOUNT = "suspendAccount", l.REMOVE_CLOUD = "removeCloud", l.UPDATE = "update", l.VERSION = "version", l.WIDGET_UPDATE = "widgetUpdate", l))(re || {}), Zt = /* @__PURE__ */ ((l) => (l.APPROVED = "approved", l.BEFORE = "before", l.DELAYED = "delayed", l.NONE = "none", l.REALTIME = "realtime", l))(Zt || {}), ye = /* @__PURE__ */ ((l) => (l.KEYVAL = "keyval", l.LOCAL = "local", l.SESSION = "session", l.DEXIE = "dexie", l.WINDOW = "window", l))(ye || {});
|
|
5
|
-
const ka = "3.0.
|
|
5
|
+
const ka = "3.0.22";
|
|
6
6
|
class Da {
|
|
7
7
|
constructor(r) {
|
|
8
8
|
k(this, "options");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "buzzcasting-storage",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.23",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Mark Tamis, TouchFlows SAS",
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
"idb-keyval": "^6.2.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@antfu/eslint-config": "^3.
|
|
35
|
+
"@antfu/eslint-config": "^3.15.0",
|
|
36
36
|
"@commitlint/cli": "^19.6.1",
|
|
37
37
|
"@commitlint/config-conventional": "^19.6.0",
|
|
38
38
|
"@types/node": "^22.10.7",
|
|
39
|
-
"@vitest/coverage-v8": "^3.0.
|
|
39
|
+
"@vitest/coverage-v8": "^3.0.3",
|
|
40
40
|
"camelcase": "^8.0.0",
|
|
41
41
|
"changelogen": "^0.5.7",
|
|
42
42
|
"eslint": "^9.18.0",
|
|
43
43
|
"lint-staged": "^15.4.1",
|
|
44
44
|
"typescript": "^5.7.3",
|
|
45
|
-
"vite": "^6.0.
|
|
45
|
+
"vite": "^6.0.11",
|
|
46
46
|
"vite-plugin-dts": "^4.5.0",
|
|
47
|
-
"vitest": "^3.0.
|
|
47
|
+
"vitest": "^3.0.3"
|
|
48
48
|
},
|
|
49
49
|
"lint-staged": {
|
|
50
50
|
"*.ts": "npm run lint"
|