@obb871001/api-integration-sdk 1.0.151 → 1.0.153
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33537,7 +33537,7 @@ const Lr = /* @__PURE__ */ ol(Nr), ve = {
|
|
|
33537
33537
|
const { data: _ } = await e.get("/carousels");
|
|
33538
33538
|
return _;
|
|
33539
33539
|
}, [e]), o = ie(async () => await e.get("/marquees"), [e]), i = ie(async () => await e.get("/notification"), [e]), c = ie(
|
|
33540
|
-
async (_) => await e.
|
|
33540
|
+
async (_) => await e.put(`/notification/${_}/read`),
|
|
33541
33541
|
[e]
|
|
33542
33542
|
);
|
|
33543
33543
|
return {
|