@bloks/api
Advanced tools
Comparing version 25.0.37 to 25.0.38
@@ -133,2 +133,3 @@ import { Api as ProtonApi, JsonRpc } from '@proton/js'; | ||
generateAddress: typeof PROTON.generateAddress; | ||
deleteAddress: typeof PROTON.deleteAddress; | ||
withdrawMetal: typeof PROTON.withdrawMetal; | ||
@@ -135,0 +136,0 @@ withdrawalHistoryMetal: typeof PROTON.withdrawalHistoryMetal; |
@@ -10,2 +10,3 @@ import type { GenerateAddressBody, WithdrawBody } from '../types'; | ||
}>; | ||
export declare function deleteAddress(this: ApiClass, body: GenerateAddressBody): Promise<boolean>; | ||
export declare function withdrawMetal(this: ApiClass, body: WithdrawBody): Promise<{ | ||
@@ -12,0 +13,0 @@ id: string; |
{ | ||
"name": "@bloks/api", | ||
"version": "25.0.37", | ||
"version": "25.0.38", | ||
"author": "jafri", | ||
@@ -43,3 +43,3 @@ "module": "dist/api.esm.js", | ||
}, | ||
"gitHead": "6c132a63b173db768ec3caf5bba1a5e41a850693" | ||
"gitHead": "cee4c479a27a3f5c78b58f202250c9791fdd9031" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1123143
11980