@das-fed/utils 7.0.0-zhaohang.5 → 7.0.0-zhaohang.6
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/api-services/index.js +1 -1
- package/api-services/index.js.gz +0 -0
- package/api-services/modules/app-manage/index.js +1 -1
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/authentication/index.js +1 -1
- package/api-services/modules/authentication/index.js.gz +0 -0
- package/api-services/modules/bems/index.js +1 -1
- package/api-services/modules/bems/index.js.gz +0 -0
- package/api-services/modules/contract/index.js +1 -1
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/duty-manage/index.js +1 -1
- package/api-services/modules/duty-manage/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/index.js +631 -627
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/index.js +882 -900
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/gateway-edge/index.js +693 -675
- package/api-services/modules/gateway-edge/index.js.gz +0 -0
- package/api-services/modules/index.js +1 -1
- package/api-services/modules/index.js.gz +0 -0
- package/api-services/modules/iot/index.js +695 -677
- package/api-services/modules/iot/index.js.gz +0 -0
- package/api-services/modules/justauth/index.js +1 -1
- package/api-services/modules/justauth/index.js.gz +0 -0
- package/api-services/modules/knowledge/index.js +1 -1
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/link/index.js +1 -1
- package/api-services/modules/link/index.js.gz +0 -0
- package/api-services/modules/permission/index.js +1 -1
- package/api-services/modules/permission/index.js.gz +0 -0
- package/api-services/modules/platformManage/index.js +1 -1
- package/api-services/modules/platformManage/index.js.gz +0 -0
- package/api-services/modules/portal/index.js +1 -1
- package/api-services/modules/portal/index.js.gz +0 -0
- package/api-services/modules/space-manage/index.js +631 -627
- package/api-services/modules/space-manage/index.js.gz +0 -0
- package/api-services/modules/super-admin/index.js +704 -686
- package/api-services/modules/super-admin/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +1 -1
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/index.js +1 -1
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/modules/systemConfiguration/index.js +677 -691
- package/api-services/modules/systemConfiguration/index.js.gz +0 -0
- package/api-services/modules/tool/index.js +1 -1
- package/api-services/modules/tool/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +1 -1
- package/api-services/src/create-service/index.js.gz +0 -0
- package/create-api-service/index.js +1 -1
- package/create-api-service/index.js.gz +0 -0
- package/curring-http/index.js +392 -392
- package/curring-http/index.js.gz +0 -0
- package/package.json +4 -4
|
Binary file
|
|
@@ -3218,7 +3218,7 @@ const Mn = Vt.noRedireLogin ?? !1, kn = () => {
|
|
|
3218
3218
|
};
|
|
3219
3219
|
})), r = e), (a = t.config) != null && a.customErrorMessage && (p = (i = t.config) == null ? void 0 : i.customErrorMessage(p, n)), !((s = t.config) != null && s.ignoreErrorMessage) && p && ((l = (u = window.DasMessage) == null ? void 0 : u.error) == null || l.call(u, { message: p, showClose: !0 })), { data: r, code: n, msg: p };
|
|
3220
3220
|
}
|
|
3221
|
-
return ((c = t.config) == null ? void 0 : c.responseType) === "blob" ? t : { data: t.data ??
|
|
3221
|
+
return ((c = t.config) == null ? void 0 : c.responseType) === "blob" ? { data: t, code: n } : { data: t.data ?? t, code: n };
|
|
3222
3222
|
}, Dl = async (t, e) => {
|
|
3223
3223
|
var o, a, i, s;
|
|
3224
3224
|
let n = ((o = t == null ? void 0 : t.response) == null ? void 0 : o.data) || {}, r = (a = t.response) == null ? void 0 : a.message;
|
|
Binary file
|
|
@@ -3218,7 +3218,7 @@ const Mn = Vt.noRedireLogin ?? !1, kn = () => {
|
|
|
3218
3218
|
};
|
|
3219
3219
|
})), r = e), (a = t.config) != null && a.customErrorMessage && (p = (i = t.config) == null ? void 0 : i.customErrorMessage(p, n)), !((s = t.config) != null && s.ignoreErrorMessage) && p && ((l = (u = window.DasMessage) == null ? void 0 : u.error) == null || l.call(u, { message: p, showClose: !0 })), { data: r, code: n, msg: p };
|
|
3220
3220
|
}
|
|
3221
|
-
return ((c = t.config) == null ? void 0 : c.responseType) === "blob" ? t : { data: t.data ??
|
|
3221
|
+
return ((c = t.config) == null ? void 0 : c.responseType) === "blob" ? { data: t, code: n } : { data: t.data ?? t, code: n };
|
|
3222
3222
|
}, Fl = async (t, e) => {
|
|
3223
3223
|
var o, a, i, s;
|
|
3224
3224
|
let n = ((o = t == null ? void 0 : t.response) == null ? void 0 : o.data) || {}, r = (a = t.response) == null ? void 0 : a.message;
|
|
Binary file
|
|
@@ -3218,7 +3218,7 @@ const Mn = Vt.noRedireLogin ?? !1, kn = () => {
|
|
|
3218
3218
|
};
|
|
3219
3219
|
})), r = e), (a = t.config) != null && a.customErrorMessage && (p = (i = t.config) == null ? void 0 : i.customErrorMessage(p, n)), !((s = t.config) != null && s.ignoreErrorMessage) && p && ((l = (u = window.DasMessage) == null ? void 0 : u.error) == null || l.call(u, { message: p, showClose: !0 })), { data: r, code: n, msg: p };
|
|
3220
3220
|
}
|
|
3221
|
-
return ((c = t.config) == null ? void 0 : c.responseType) === "blob" ? t : { data: t.data ??
|
|
3221
|
+
return ((c = t.config) == null ? void 0 : c.responseType) === "blob" ? { data: t, code: n } : { data: t.data ?? t, code: n };
|
|
3222
3222
|
}, Fl = async (t, e) => {
|
|
3223
3223
|
var o, a, i, s;
|
|
3224
3224
|
let n = ((o = t == null ? void 0 : t.response) == null ? void 0 : o.data) || {}, r = (a = t.response) == null ? void 0 : a.message;
|
|
Binary file
|
|
@@ -3218,7 +3218,7 @@ const Mn = Vt.noRedireLogin ?? !1, kn = () => {
|
|
|
3218
3218
|
};
|
|
3219
3219
|
})), r = e), (a = t.config) != null && a.customErrorMessage && (p = (i = t.config) == null ? void 0 : i.customErrorMessage(p, n)), !((s = t.config) != null && s.ignoreErrorMessage) && p && ((l = (u = window.DasMessage) == null ? void 0 : u.error) == null || l.call(u, { message: p, showClose: !0 })), { data: r, code: n, msg: p };
|
|
3220
3220
|
}
|
|
3221
|
-
return ((c = t.config) == null ? void 0 : c.responseType) === "blob" ? t : { data: t.data ??
|
|
3221
|
+
return ((c = t.config) == null ? void 0 : c.responseType) === "blob" ? { data: t, code: n } : { data: t.data ?? t, code: n };
|
|
3222
3222
|
}, Fl = async (t, e) => {
|
|
3223
3223
|
var o, a, i, s;
|
|
3224
3224
|
let n = ((o = t == null ? void 0 : t.response) == null ? void 0 : o.data) || {}, r = (a = t.response) == null ? void 0 : a.message;
|
|
Binary file
|
|
@@ -3218,7 +3218,7 @@ const qn = Qt.noRedireLogin ?? !1, jn = () => {
|
|
|
3218
3218
|
};
|
|
3219
3219
|
})), r = e), (a = t.config) != null && a.customErrorMessage && (p = (i = t.config) == null ? void 0 : i.customErrorMessage(p, n)), !((s = t.config) != null && s.ignoreErrorMessage) && p && ((c = (u = window.DasMessage) == null ? void 0 : u.error) == null || c.call(u, { message: p, showClose: !0 })), { data: r, code: n, msg: p };
|
|
3220
3220
|
}
|
|
3221
|
-
return ((l = t.config) == null ? void 0 : l.responseType) === "blob" ? t : { data: t.data ??
|
|
3221
|
+
return ((l = t.config) == null ? void 0 : l.responseType) === "blob" ? { data: t, code: n } : { data: t.data ?? t, code: n };
|
|
3222
3222
|
}, Dc = async (t, e) => {
|
|
3223
3223
|
var o, a, i, s;
|
|
3224
3224
|
let n = ((o = t == null ? void 0 : t.response) == null ? void 0 : o.data) || {}, r = (a = t.response) == null ? void 0 : a.message;
|
|
Binary file
|
|
@@ -3218,7 +3218,7 @@ const Mn = Vt.noRedireLogin ?? !1, kn = () => {
|
|
|
3218
3218
|
};
|
|
3219
3219
|
})), r = e), (a = t.config) != null && a.customErrorMessage && (p = (i = t.config) == null ? void 0 : i.customErrorMessage(p, n)), !((s = t.config) != null && s.ignoreErrorMessage) && p && ((l = (u = window.DasMessage) == null ? void 0 : u.error) == null || l.call(u, { message: p, showClose: !0 })), { data: r, code: n, msg: p };
|
|
3220
3220
|
}
|
|
3221
|
-
return ((c = t.config) == null ? void 0 : c.responseType) === "blob" ? t : { data: t.data ??
|
|
3221
|
+
return ((c = t.config) == null ? void 0 : c.responseType) === "blob" ? { data: t, code: n } : { data: t.data ?? t, code: n };
|
|
3222
3222
|
}, Fl = async (t, e) => {
|
|
3223
3223
|
var o, a, i, s;
|
|
3224
3224
|
let n = ((o = t == null ? void 0 : t.response) == null ? void 0 : o.data) || {}, r = (a = t.response) == null ? void 0 : a.message;
|
|
Binary file
|