fireblocks-sdk
Advanced tools
Comparing version 5.32.0 to 5.33.0
{ | ||
"name": "fireblocks-sdk", | ||
"version": "5.32.0", | ||
"version": "5.33.0", | ||
"main": "dist/src/fireblocks-sdk.js", | ||
@@ -18,5 +18,5 @@ "types": "dist/src/fireblocks-sdk.d.ts", | ||
"dependencies": { | ||
"@notabene/pii-sdk": "^1.17.0", | ||
"axios": "^1.6.0", | ||
"jsonwebtoken": "9.0.0", | ||
"@notabene/pii-sdk": "^1.17.1", | ||
"axios": "^1.7.7", | ||
"jsonwebtoken": "^9.0.2", | ||
"platform": "^1.3.6", | ||
@@ -23,0 +23,0 @@ "qs": "^6.11.0", |
@@ -1599,2 +1599,3 @@ import { AxiosResponseHeaders } from "axios"; | ||
feeLevel?: FeeLevel; | ||
useGasless?: boolean; | ||
} | ||
@@ -1791,2 +1792,3 @@ export interface SupportedBlockchain { | ||
feeLevel?: FeeLevel; | ||
useGasless?: boolean; | ||
} | ||
@@ -1852,4 +1854,6 @@ export interface JobCreatedResponse { | ||
feeLevel?: FeeLevel; | ||
fee?: string; | ||
note?: string; | ||
externalTxId?: string; | ||
useGasless?: boolean; | ||
} | ||
@@ -2040,3 +2044,3 @@ export declare enum SmartTransfersTicketDirection { | ||
baseAsset: string; | ||
ethNetwork?: number; | ||
ethNetwork?: string; | ||
ethContractAddress?: string; | ||
@@ -2043,0 +2047,0 @@ issuerAddress?: string; |
{ | ||
"name": "fireblocks-sdk", | ||
"version": "5.32.0", | ||
"version": "5.33.0", | ||
"main": "dist/src/fireblocks-sdk.js", | ||
@@ -18,5 +18,5 @@ "types": "dist/src/fireblocks-sdk.d.ts", | ||
"dependencies": { | ||
"@notabene/pii-sdk": "^1.17.0", | ||
"axios": "^1.6.0", | ||
"jsonwebtoken": "9.0.0", | ||
"@notabene/pii-sdk": "^1.17.1", | ||
"axios": "^1.7.7", | ||
"jsonwebtoken": "^9.0.2", | ||
"platform": "^1.3.6", | ||
@@ -23,0 +23,0 @@ "qs": "^6.11.0", |
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
359367
7757
+ Addedjsonwebtoken@9.0.2(transitive)
+ Addedlodash.includes@4.3.0(transitive)
+ Addedlodash.isboolean@3.0.3(transitive)
+ Addedlodash.isinteger@4.0.4(transitive)
+ Addedlodash.isnumber@3.0.3(transitive)
+ Addedlodash.isplainobject@4.0.6(transitive)
+ Addedlodash.isstring@4.0.1(transitive)
+ Addedlodash.once@4.1.1(transitive)
- Removedjsonwebtoken@9.0.0(transitive)
Updated@notabene/pii-sdk@^1.17.1
Updatedaxios@^1.7.7
Updatedjsonwebtoken@^9.0.2