@funkit/api-base
Advanced tools
Comparing version 1.3.2 to 1.3.3
# @funkit/api-base | ||
## 1.3.3 | ||
### Patch Changes | ||
- 14dc95f: feat: expose sourceOfFund field in CheckoutHistoryItem | ||
- fdcb791: feat: export RiskValues type | ||
## 1.3.2 | ||
@@ -4,0 +11,0 @@ |
@@ -99,2 +99,3 @@ /**===============* | ||
version: number; | ||
sourceOfFund: string; | ||
clientMetadata: object; | ||
@@ -141,3 +142,3 @@ refundState?: CheckoutRefundState; | ||
}; | ||
type RiskValues = 'Severe' | 'High' | 'Medium' | 'Low'; | ||
export type RiskValues = 'Severe' | 'High' | 'Medium' | 'Low'; | ||
type ExposureType = 'direct' | 'indirect'; | ||
@@ -144,0 +145,0 @@ type Exposure = { |
{ | ||
"name": "@funkit/api-base", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Base API for Funkit", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
221853
2685