@obb871001/api-integration-sdk 1.0.208 → 1.0.210
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 +3 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7196,9 +7196,7 @@ const Hr = /* @__PURE__ */ zi(Br), xe = {
|
|
|
7196
7196
|
onMaintainNoticeMember: S,
|
|
7197
7197
|
onTransferInGame: D,
|
|
7198
7198
|
onCashRegisterLimit: O
|
|
7199
|
-
} = t.current, k = De(_, "type", "")
|
|
7200
|
-
console.log(_);
|
|
7201
|
-
const x = {
|
|
7199
|
+
} = t.current, k = De(_, "type", ""), x = {
|
|
7202
7200
|
memberInfoUid: De(_, "member_info_uid", null),
|
|
7203
7201
|
data: De(_, "data", null),
|
|
7204
7202
|
memo: De(_, "memo", null),
|
|
@@ -7226,9 +7224,9 @@ const Hr = /* @__PURE__ */ zi(Br), xe = {
|
|
|
7226
7224
|
}), v?.(x));
|
|
7227
7225
|
break;
|
|
7228
7226
|
case xe.MAINTAIN_NOTICE:
|
|
7229
|
-
|
|
7227
|
+
U(N, {
|
|
7230
7228
|
notificationType: "maintainNotice"
|
|
7231
|
-
}), h?.(x);
|
|
7229
|
+
}), console.log("Trigger"), h?.(x);
|
|
7232
7230
|
break;
|
|
7233
7231
|
case xe.MAINTAIN_NOTICE_MEMBER:
|
|
7234
7232
|
L && (U(N), S?.(x), setTimeout(() => {
|