@obb871001/api-integration-sdk 1.0.366 → 1.0.368

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
@@ -6190,8 +6190,8 @@ const Ca = /* @__PURE__ */ yi(qt), Pa = (e) => {
6190
6190
  const { start_time: D, end_time: S, limit: L = 25 } = M || {};
6191
6191
  return await e.get("/report/totalprofit", {
6192
6192
  params: {
6193
- start_time: `${Ee(D).format("YYYY-MM-DD")} 12:00:00`,
6194
- end_time: `${Ee(S).format("YYYY-MM-DD")} 11:59:59`,
6193
+ str_date: `${Ee(D).format("YYYY-MM-DD")} 12:00:00`,
6194
+ end_date: `${Ee(S).format("YYYY-MM-DD")} 11:59:59`,
6195
6195
  limit: L
6196
6196
  }
6197
6197
  });
@@ -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,
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.366",
4
+ "version": "1.0.368",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",