@globalfishingwatch/api-types
Advanced tools
Comparing version 2.8.1 to 2.8.2
# @globalfishingwatch/api-types | ||
## 2.8.2 | ||
### Patch Changes | ||
- a9e66b1c: move metadata configuration to dataset types definition | ||
## 2.8.1 | ||
@@ -4,0 +10,0 @@ |
@@ -39,7 +39,15 @@ export interface UploadResponse { | ||
} | ||
export declare type DatasetCustomTypes = 'points' | 'lines' | 'geometries'; | ||
export interface DatasetConfiguration { | ||
index?: string; | ||
filePath?: string; | ||
srid?: number; | ||
file?: string; | ||
type?: DatasetCustomTypes; | ||
format?: 'geojson'; | ||
propertyToInclude?: string; | ||
srid?: number; | ||
propertyToIncludeRange?: { | ||
min: number; | ||
max: number; | ||
}; | ||
[key: string]: unknown; | ||
@@ -46,0 +54,0 @@ } |
{ | ||
"name": "@globalfishingwatch/api-types", | ||
"version": "2.8.1", | ||
"version": "2.8.2", | ||
"description": "Typescript definitions for API responses", | ||
@@ -33,3 +33,3 @@ "author": "satellitestudio <contact@satellitestud.io>", | ||
}, | ||
"gitHead": "62f94f86ce24b7d9b77a3f3328beb7c2d1179781" | ||
"gitHead": "1cf36bab885970b12d64933c570774aa8ffc09c3" | ||
} |
Sorry, the diff of this file is not supported yet
17590
241