@stoker-platform/web-client 0.5.87 → 0.5.88
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/bundle.js +2 -2
- package/package.json +2 -2
package/dist/bundle.js
CHANGED
|
@@ -8,7 +8,7 @@ import { getFunctions as Ue, httpsCallable as Je, connectFunctionsEmulator as mp
|
|
|
8
8
|
import { ReCaptchaEnterpriseProvider as pp, initializeAppCheck as Yn, onTokenChanged as Jn } from "firebase/app-check";
|
|
9
9
|
import { getPerformance as gp } from "firebase/performance";
|
|
10
10
|
import { getRemoteConfig as yp, fetchAndActivate as _p } from "firebase/remote-config";
|
|
11
|
-
const vp = "0.5.
|
|
11
|
+
const vp = "0.5.87", wp = (t) => !!t.auth, ct = (t, e) => {
|
|
12
12
|
if (e?.operations)
|
|
13
13
|
return e.operations.includes(t);
|
|
14
14
|
}, Nn = (t, e) => e ? e.Role ? t.access?.includes(e.Role) : !1 : !0, bp = (t, e) => e ? !e.Role || t.restrictCreate === !0 ? !1 : typeof t.restrictCreate == "object" ? t.restrictCreate?.includes(e.Role) : !0 : !0, Op = (t, e) => e ? !e.Role || t.restrictUpdate === !0 ? !1 : typeof t.restrictUpdate == "object" ? t.restrictUpdate?.includes(e.Role) : !0 : !0, te = (t, e) => t.filter((r) => r.name === e)[0], ve = (t) => ["OneToOne", "OneToMany", "ManyToOne", "ManyToMany"].includes(t.type), xd = (t, e) => {
|
|
@@ -2179,7 +2179,7 @@ const Qo = (t, e, r, n, s, i, a, o, c, l) => (t === "create" && (r.Collection_Pa
|
|
|
2179
2179
|
const r = {
|
|
2180
2180
|
Collection_Path: t.Collection_Path
|
|
2181
2181
|
};
|
|
2182
|
-
if (e)
|
|
2182
|
+
if (t.deleted !== void 0 && (r.deleted = t.deleted), e)
|
|
2183
2183
|
for (const n of e)
|
|
2184
2184
|
t[n] !== void 0 && (r[n] = t[n]);
|
|
2185
2185
|
return r;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stoker-platform/web-client",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.88",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"files": [
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@stoker-platform/types": "0.5.62",
|
|
28
|
-
"@stoker-platform/utils": "0.5.
|
|
28
|
+
"@stoker-platform/utils": "0.5.75",
|
|
29
29
|
"@types/lodash": "^4.17.24",
|
|
30
30
|
"@types/luxon": "^3.7.1",
|
|
31
31
|
"firebase": "^12.14.0",
|