@milaboratories/pl-client 2.5.2 → 2.5.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/core/final.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/core/final.ts +14 -8
package/dist/index.mjs
CHANGED
|
@@ -11677,8 +11677,7 @@ function su(o) {
|
|
|
11677
11677
|
const ei = /* @__PURE__ */ new Set(), ou = (o) => {
|
|
11678
11678
|
switch (o.type.name) {
|
|
11679
11679
|
case "StreamManager":
|
|
11680
|
-
if (!ce(o))
|
|
11681
|
-
return !1;
|
|
11680
|
+
if (!ce(o)) return !1;
|
|
11682
11681
|
if (o.fields === void 0 || S(o.error)) return !0;
|
|
11683
11682
|
const e = Kn(o, "downloadable");
|
|
11684
11683
|
return Kn(o, "stream").value === e.value;
|
|
@@ -11710,6 +11709,7 @@ const ei = /* @__PURE__ */ new Set(), ou = (o) => {
|
|
|
11710
11709
|
case "Frontend/FromFolder":
|
|
11711
11710
|
case "BObjectSpec":
|
|
11712
11711
|
case "Blob":
|
|
11712
|
+
case "LSProvider":
|
|
11713
11713
|
return !0;
|
|
11714
11714
|
case "UserProject":
|
|
11715
11715
|
case "Projects":
|
|
@@ -11717,7 +11717,7 @@ const ei = /* @__PURE__ */ new Set(), ou = (o) => {
|
|
|
11717
11717
|
return !1;
|
|
11718
11718
|
default:
|
|
11719
11719
|
if (o.type.name.startsWith("Blob/")) return !0;
|
|
11720
|
-
if (o.type.name.startsWith("BlobUpload/"))
|
|
11720
|
+
if (o.type.name.startsWith("BlobUpload/") || o.type.name.startsWith("BlobIndex/"))
|
|
11721
11721
|
return su(o);
|
|
11722
11722
|
if (o.type.name.startsWith("PColumnData/"))
|
|
11723
11723
|
return ce(o);
|