@3sc/common-component 0.0.453 → 0.0.454
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/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -45812,21 +45812,21 @@ const sz = {
|
|
|
45812
45812
|
}
|
|
45813
45813
|
}, { TENANT_ID: sh, BU_ID: ih } = Rw, { TENANT_IDS: ah, BU_IDS: lh } = Pw, iz = async (e) => {
|
|
45814
45814
|
try {
|
|
45815
|
-
const t = localStorage.getItem("i18nextLng"), n = `${e}${Yc.NOTIFICATION}/v1?${sh}=${ah}&${ih}=${lh}&
|
|
45815
|
+
const t = localStorage.getItem("i18nextLng"), n = `${e}${Yc.NOTIFICATION}/v1?${sh}=${ah}&${ih}=${lh}&lang=${t}`;
|
|
45816
45816
|
return await kt.get(n, Aa);
|
|
45817
45817
|
} catch (t) {
|
|
45818
45818
|
return t;
|
|
45819
45819
|
}
|
|
45820
45820
|
}, My = async (e, t, n) => {
|
|
45821
45821
|
try {
|
|
45822
|
-
const r = `${e}${Yc.NOTIFICATION}${th.VERSION}?${sh}=${ah}&${ih}=${lh}&
|
|
45822
|
+
const r = `${e}${Yc.NOTIFICATION}${th.VERSION}?${sh}=${ah}&${ih}=${lh}&lang=${lng}`;
|
|
45823
45823
|
return await kt.put(r, t, Aa);
|
|
45824
45824
|
} catch (r) {
|
|
45825
45825
|
return r;
|
|
45826
45826
|
}
|
|
45827
45827
|
}, az = async ({ baseUrl: e, id: t, snopId: n }) => {
|
|
45828
45828
|
try {
|
|
45829
|
-
const r = `${e}${Yc.NOTIFICATION}${th.VERSION}?${sh}=${ah}&${ih}=${lh}&id=${t}&
|
|
45829
|
+
const r = `${e}${Yc.NOTIFICATION}${th.VERSION}?${sh}=${ah}&${ih}=${lh}&id=${t}&lang=${lng}`;
|
|
45830
45830
|
return await kt.get(r, Aa);
|
|
45831
45831
|
} catch (r) {
|
|
45832
45832
|
return r;
|