@globalfishingwatch/api-types
Advanced tools
Comparing version 2.4.0 to 2.4.1
# @globalfishingwatch/api-types | ||
## 2.4.1 | ||
### Patch Changes | ||
- d3685955: update dataset types | ||
## 2.4.0 | ||
@@ -4,0 +10,0 @@ |
@@ -58,3 +58,4 @@ export interface UploadResponse { | ||
relatedDatasets: RelatedDataset[] | null; | ||
fieldsAllowed: string[]; | ||
} | ||
//# sourceMappingURL=datasets.d.ts.map |
@@ -15,7 +15,3 @@ export interface SearchResult<T = any> { | ||
} | ||
export interface SearchEntry<T = any> { | ||
dataset: string; | ||
results: SearchResult<T>; | ||
} | ||
export declare type APISearch<T> = SearchEntry<T>[]; | ||
export declare type APISearch<T> = SearchResult<T>; | ||
//# sourceMappingURL=search.d.ts.map |
@@ -12,2 +12,6 @@ export interface Vessel { | ||
} | ||
export interface VesselSearch extends Vessel { | ||
dataset: string; | ||
source: string; | ||
} | ||
//# sourceMappingURL=vessel.d.ts.map |
{ | ||
"name": "@globalfishingwatch/api-types", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Typescript definitions for API responses", | ||
@@ -29,3 +29,4 @@ "author": "satellitestudio <contact@satellitestud.io>", | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "b11cd47829672b546c925d4e0ae2c44efa63bd63" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14783
210