@obb871001/api-integration-sdk 1.0.335 → 1.0.336

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
@@ -7980,10 +7980,14 @@ const No = /* @__PURE__ */ _i(Eo), Lo = ({
7980
7980
  title: Ba[s] || "System Prompt",
7981
7981
  description: jl[s] || "We are processing your transfer",
7982
7982
  status: "warning",
7983
- duration: 999999
7983
+ duration: 999999,
7984
+ id: "trasnferingInGame"
7984
7985
  }
7985
7986
  }) : i && d.dispatch({
7986
- type: "ui/clearToast"
7987
+ type: "ui/removeToast",
7988
+ payload: {
7989
+ id: "trasnferingInGame"
7990
+ }
7987
7991
  });
7988
7992
  }, [m, i, d, s]), {
7989
7993
  sendMessage: E,
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.335",
4
+ "version": "1.0.336",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",