dccxx-s3-explorer 1.0.1-coopbank → 1.0.2-coopbank
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/s3-explorer.js
CHANGED
|
@@ -29627,7 +29627,7 @@ const qn = {
|
|
|
29627
29627
|
(async () => {
|
|
29628
29628
|
let $ = n || "vib-sample/";
|
|
29629
29629
|
$.endsWith("/") || ($ += "/");
|
|
29630
|
-
const ie = `${n}
|
|
29630
|
+
const ie = `${n}POC/FAQ/Uploads/`, fe = `${n}POC/HDSD/Uploads/`, be = `${n}POC/Normal_Files/Uploads/`, Ee = `${n}POC/FAQ/FAQs/`, At = `${n}POC/HDSD/general/`, vn = `${n}POC/Normal_Files/processed/`, [
|
|
29631
29631
|
_n,
|
|
29632
29632
|
fo,
|
|
29633
29633
|
or,
|
|
@@ -29666,7 +29666,7 @@ const qn = {
|
|
|
29666
29666
|
if (T(qt) && !(qt != null && qt.isFolder))
|
|
29667
29667
|
At.push({ ...qt, type: xr, unSupported: !0 });
|
|
29668
29668
|
else {
|
|
29669
|
-
let nn = (_r = (qt == null ? void 0 : qt.key) || "") == null ? void 0 : _r.replace(".docx", "").replace(".xlsx", "").replace(".txt", "").replace("/Uploads/", `/${or}/`);
|
|
29669
|
+
let nn = (_r = (qt == null ? void 0 : qt.key) || "") == null ? void 0 : _r.replace(".docx", "").replace(".xlsx", "").replace(".pdf", "").replace(".txt", "").replace("/Uploads/", `/${or}/`);
|
|
29670
29670
|
nn.endsWith("/") || (nn += "/"), (fo || []).find((It) => {
|
|
29671
29671
|
let Qt = ((It == null ? void 0 : It.key) || "").replace(".txt", "");
|
|
29672
29672
|
return Qt.endsWith("/") || (Qt += "/"), Qt === nn;
|