@obb871001/api-integration-sdk 1.0.367 → 1.0.369
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 +6 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9518,7 +9518,8 @@ const nu = ({ onIdle: e, onActive: n, onAction: t, timeout: r = 6e5 }) => fs({
|
|
|
9518
9518
|
portrait: s,
|
|
9519
9519
|
url: u,
|
|
9520
9520
|
is_html_code: m,
|
|
9521
|
-
message: _
|
|
9521
|
+
message: _,
|
|
9522
|
+
bet_limit_info: c
|
|
9522
9523
|
} = l;
|
|
9523
9524
|
return {
|
|
9524
9525
|
gameCurrency: a,
|
|
@@ -9528,7 +9529,8 @@ const nu = ({ onIdle: e, onActive: n, onAction: t, timeout: r = 6e5 }) => fs({
|
|
|
9528
9529
|
isHtmlCode: m,
|
|
9529
9530
|
gameUrl: u,
|
|
9530
9531
|
decodeGameUrl: Os.decode(u),
|
|
9531
|
-
message: _
|
|
9532
|
+
message: _,
|
|
9533
|
+
betLimitInfo: c
|
|
9532
9534
|
};
|
|
9533
9535
|
},
|
|
9534
9536
|
enabled: !!e?.gameCode,
|
|
@@ -9821,7 +9823,7 @@ const nu = ({ onIdle: e, onActive: n, onAction: t, timeout: r = 6e5 }) => fs({
|
|
|
9821
9823
|
}) => ({
|
|
9822
9824
|
vipList: Zs({ options: e.vipList })
|
|
9823
9825
|
}), On = (e) => {
|
|
9824
|
-
switch (e) {
|
|
9826
|
+
switch (console.log(e), e) {
|
|
9825
9827
|
case "tw":
|
|
9826
9828
|
return "Tw";
|
|
9827
9829
|
case "en":
|
|
@@ -9837,7 +9839,7 @@ const nu = ({ onIdle: e, onActive: n, onAction: t, timeout: r = 6e5 }) => fs({
|
|
|
9837
9839
|
case "jp":
|
|
9838
9840
|
return "Jp";
|
|
9839
9841
|
default:
|
|
9840
|
-
return "
|
|
9842
|
+
return "Tw";
|
|
9841
9843
|
}
|
|
9842
9844
|
}, mt = "game-icon-ds88", Su = ({ gameData: e = {} } = {}) => {
|
|
9843
9845
|
const { lng: n } = se(), t = On(n), {
|