@obb871001/api-integration-sdk 1.0.358 → 1.0.359

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.js CHANGED
@@ -9709,7 +9709,7 @@ const iu = ({ onIdle: e, onActive: n, onAction: t, timeout: l = 6e5 }) => cs({
9709
9709
  select: (p) => {
9710
9710
  const { data: g } = p;
9711
9711
  return {
9712
- currentWager: g.wagering,
9712
+ currentWager: g.wagering || g.value,
9713
9713
  currentLevel: t.vip_level,
9714
9714
  currentVipStatus: g.status
9715
9715
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@obb871001/api-integration-sdk",
3
3
  "private": false,
4
- "version": "1.0.358",
4
+ "version": "1.0.359",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",