@fiatconnect/fiatconnect-types
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [7.0.2](https://github.com/fiatconnect/fiatconnect-types/compare/v7.0.1...v7.0.2) (2022-08-22) | ||
### Bug Fixes | ||
* **webhook:** add timestamp ([#61](https://github.com/fiatconnect/fiatconnect-types/issues/61)) ([482e205](https://github.com/fiatconnect/fiatconnect-types/commit/482e2058210ca6e2311ace84581d034c50e2f62f)) | ||
### [7.0.1](https://github.com/fiatconnect/fiatconnect-types/compare/v7.0.0...v7.0.1) (2022-08-18) | ||
@@ -7,0 +14,0 @@ |
@@ -152,2 +152,3 @@ export declare type ClockResponse = { | ||
eventId: string; | ||
timestamp: string; | ||
address: string; | ||
@@ -154,0 +155,0 @@ payload: WebhookEventPayload[T]; |
{ | ||
"name": "@fiatconnect/fiatconnect-types", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "Types used in the FiatConnect specification. Offered as standalone module for payment providers and wallets to both use for FiatConnect APIs and integrations.", | ||
@@ -27,3 +27,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.33.0", | ||
"@typescript-eslint/eslint-plugin": "^5.33.1", | ||
"@valora/eslint-config-typescript": "^0.0.1", | ||
@@ -30,0 +30,0 @@ "eslint": "^7.32.0", |
@@ -241,2 +241,3 @@ /* | ||
eventId: string | ||
timestamp: string | ||
address: string | ||
@@ -243,0 +244,0 @@ payload: WebhookEventPayload[T] |
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
42283
869