@3sc/common-component 0.0.506 → 0.0.508
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 +1 -0
- 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
|
@@ -44016,6 +44016,7 @@ const nC = {
|
|
|
44016
44016
|
TENANT_IDS: id == null ? void 0 : id.tenant_id,
|
|
44017
44017
|
SNOP_IDS: od == null ? void 0 : od.snop_id
|
|
44018
44018
|
}, { TENANT_ID: dz, BU_ID: fz } = tC, { TENANT_IDS: pz, BU_IDS: hz } = nC, ru = async ({ baseUrl: e, payload: t }) => {
|
|
44019
|
+
console.log("setting api", e, t);
|
|
44019
44020
|
try {
|
|
44020
44021
|
const n = `${e}${nu.SETTING}/v1?${dz}=${pz}&${fz}=${hz}`;
|
|
44021
44022
|
return await kt.post(n, t, La);
|