@jimmygu/sfa-sdk-test 1.0.16 → 1.0.17

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
@@ -4901,7 +4901,7 @@ var HyperliquidService = class {
4901
4901
  async getStatus(params) {
4902
4902
  return request(OpenAPI, {
4903
4903
  method: "GET",
4904
- url: "/v0/deposit",
4904
+ url: "/v0/deposit/status",
4905
4905
  query: {
4906
4906
  depositId: params.depositId
4907
4907
  },
package/dist/index.mjs CHANGED
@@ -4839,7 +4839,7 @@ var HyperliquidService = class {
4839
4839
  async getStatus(params) {
4840
4840
  return request(OpenAPI, {
4841
4841
  method: "GET",
4842
- url: "/v0/deposit",
4842
+ url: "/v0/deposit/status",
4843
4843
  query: {
4844
4844
  depositId: params.depositId
4845
4845
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimmygu/sfa-sdk-test",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "TypeScript SDK for StableFlow AI API - Cross-chain token swap solution",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",