@tatumio/flow 2.0.1-alpha.325 → 2.0.1-alpha.326

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@tatumio/flow",
3
- "version": "2.0.1-alpha.325",
3
+ "version": "2.0.1-alpha.326",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "@tatumio/shared-testing-common": "2.0.1-alpha.325",
9
- "@tatumio/api-client": "2.0.1-alpha.325",
8
+ "@tatumio/shared-testing-common": "2.0.1-alpha.326",
9
+ "@tatumio/api-client": "2.0.1-alpha.326",
10
10
  "axios": "^0.26.0",
11
11
  "form-data": "^4.0.0",
12
- "@tatumio/shared-core": "2.0.1-alpha.325",
12
+ "@tatumio/shared-core": "2.0.1-alpha.326",
13
13
  "dedent-js": "^1.0.1",
14
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.325",
14
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.326",
15
15
  "bignumber.js": "^9.0.2",
16
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.325",
16
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.326",
17
17
  "bip32": "^2.0.5",
18
18
  "bip39": "^3.0.2",
19
19
  "hdkey": "^2.0.1",
@@ -112,4 +112,11 @@ export declare const TatumFlowSDK: (args: SDKArguments) => {
112
112
  freezeApiKey: typeof import("@tatumio/api-client").ServiceUtilsService.freezeApiKey;
113
113
  unfreezeApiKey: typeof import("@tatumio/api-client").ServiceUtilsService.unfreezeApiKey;
114
114
  };
115
+ custodialManagedWallet: {
116
+ transfer: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialTransferManagedAddress;
117
+ getAll: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialGetWallets;
118
+ create: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialCreateWallet;
119
+ delete: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialDeleteWallet;
120
+ get: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialGetWallet;
121
+ };
115
122
  };