@fiatconnect/fiatconnect-types
Advanced tools
Comparing version 3.3.0 to 4.0.0
@@ -5,2 +5,6 @@ # Changelog | ||
### [4.0.0](https://github.com/fiatconnect/fiatconnect-types/compare/v3.3.0...v4.0.0) (2022-05-25) | ||
### ⚠ BREAKING CHANGES | ||
* **transfer request body:** Removed unused TransferRequestBody fields ([#34]((https://github.com/fiatconnect/fiatconnect-types/issues/34))) ([e175ee9](https://github.com/fiatconnect/specification/commit/e175ee9acd92a462d8f3669278992ac10b40ac99)) | ||
## [3.3.0](https://github.com/fiatconnect/fiatconnect-types/compare/v3.2.0...v3.3.0) (2022-05-23) | ||
@@ -7,0 +11,0 @@ ### Features |
@@ -79,5 +79,2 @@ export declare type ClockResponse = { | ||
export declare type TransferRequestBody = { | ||
fiatType: FiatType; | ||
cryptoType: CryptoType; | ||
amount: string; | ||
fiatAccountId: string; | ||
@@ -84,0 +81,0 @@ quoteId: string; |
{ | ||
"name": "@fiatconnect/fiatconnect-types", | ||
"version": "3.3.0", | ||
"version": "4.0.0", | ||
"description": "Types used in the FiatConnect specification. Offered as standalone module for payment providers and wallets to both use for FiatConnect APIs and integrations.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -150,5 +150,2 @@ | ||
export type TransferRequestBody = { | ||
fiatType: FiatType | ||
cryptoType: CryptoType | ||
amount: string | ||
fiatAccountId: string | ||
@@ -155,0 +152,0 @@ quoteId: string |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
35617
0
773