@globalfishingwatch/api-types
Advanced tools
Comparing version 2.14.0 to 2.14.1
# @globalfishingwatch/api-types | ||
## 2.14.1 | ||
### Patch Changes | ||
- update start and end api event types | ||
## 2.14.0 | ||
@@ -4,0 +10,0 @@ |
@@ -75,4 +75,4 @@ export interface PointCoordinate { | ||
vessel: EventVessel; | ||
start: number; | ||
end: number; | ||
start: number | string; | ||
end: number | string; | ||
rfmos: string[]; | ||
@@ -79,0 +79,0 @@ eezs: string[]; |
{ | ||
"name": "@globalfishingwatch/api-types", | ||
"version": "2.14.0", | ||
"version": "2.14.1", | ||
"description": "Typescript definitions for API responses", | ||
@@ -43,3 +43,3 @@ "author": "satellitestudio <contact@satellitestud.io>", | ||
}, | ||
"gitHead": "a9a2a8463a1cbde00922a298f4d06438fc67230d" | ||
"gitHead": "a89613f461ffe6d5da9efb351ee9e0a4da2a7910" | ||
} |
Sorry, the diff of this file is not supported yet
25525