@globalfishingwatch/api-types
Advanced tools
Comparing version 2.6.1 to 2.6.2
# @globalfishingwatch/api-types | ||
## 2.6.2 | ||
### Patch Changes | ||
- include vessel origin api type | ||
## 2.6.1 | ||
@@ -4,0 +10,0 @@ |
@@ -11,2 +11,3 @@ export interface Vessel { | ||
fleet?: string; | ||
origin?: string; | ||
} | ||
@@ -13,0 +14,0 @@ export interface VesselSearch extends Vessel { |
{ | ||
"name": "@globalfishingwatch/api-types", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"description": "Typescript definitions for API responses", | ||
@@ -30,3 +30,3 @@ "author": "satellitestudio <contact@satellitestud.io>", | ||
}, | ||
"gitHead": "4f866455a99d23cd70a75e2733f26e608698902e" | ||
"gitHead": "729a1836792c657e7a0502ed9a4d4e8ad931f6c4" | ||
} |
Sorry, the diff of this file is not supported yet
16248
227