@funkit/api-base
Advanced tools
Comparing version 1.3.0 to 1.3.1
# @funkit/api-base | ||
## 1.3.1 | ||
### Patch Changes | ||
- f6a1693: feat: support new emailConfirmationApprovalRequired mesh status | ||
## 1.3.0 | ||
@@ -4,0 +10,0 @@ |
@@ -61,2 +61,3 @@ export interface GetCryptocurrencyHoldingsRequest { | ||
emailConfirmationRequired = "emailConfirmationRequired", | ||
emailConfirmationApprovalRequired = "emailConfirmationApprovalRequired", | ||
deviceConfirmationRequired = "deviceConfirmationRequired", | ||
@@ -85,2 +86,9 @@ mfaFailed = "mfaFailed", | ||
} | ||
export interface MeshCryptoCurrencyPosition { | ||
symbol: string; | ||
amount: number; | ||
} | ||
export interface GetCryptocurrencyHoldingsResponse { | ||
cryptocurrencyPositions: MeshCryptoCurrencyPosition[]; | ||
} | ||
export interface PreviewTransferResponse { | ||
@@ -87,0 +95,0 @@ /** The status of the operation. */ |
{ | ||
"name": "@funkit/api-base", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Base API for Funkit", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
221352
2683