@globalfishingwatch/dataviews-client
Advanced tools
Comparing version 2.3.1 to 2.4.0
# @globalfishingwatch/dataviews-client | ||
## 2.4.0 | ||
### Minor Changes | ||
- 24344bc: Clean LegendRamp | ||
### Patch Changes | ||
- Updated dependencies [24344bc] | ||
- @globalfishingwatch/layer-composer@2.9.0 | ||
## 2.3.1 | ||
@@ -4,0 +15,0 @@ |
export { default } from './dataviews-client'; | ||
export { default as resolveDataviews } from './resolve-dataviews'; | ||
export type { Endpoint, EndpointParam, Dataset, DatasetTypes, DatasetStatus, DatasetConfiguration, Dataview, DataviewCreation, DataviewConfig, DataviewDatasetConfigParams, DataviewDatasetConfig, DataviewDatasetConfigDict, AOI, Workspace, WorkspaceCreation, WorkspaceDataviewConfig, WorkspaceDataviewConfigDict, Resource, } from './types'; | ||
export type { Endpoint, EndpointParam, Dataset, DatasetTypes, DatasetStatus, DatasetConfiguration, Dataview, DataviewCreation, DataviewConfig, DataviewDatasetConfigParams, DataviewDatasetConfig, DataviewDatasetConfigDict, AOI, Workspace, WorkspaceUpsert, WorkspaceDataviewConfig, WorkspaceDataviewConfigDict, Resource, } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -88,7 +88,2 @@ import { GeoJSON } from 'geojson'; | ||
} | ||
export interface WorkspaceCreation { | ||
name: string; | ||
description: string; | ||
dataviews: number[]; | ||
} | ||
export interface WorkspaceDataviewConfig { | ||
@@ -116,2 +111,6 @@ config: DataviewConfig; | ||
} | ||
export interface WorkspaceUpsert extends Partial<Omit<Workspace, 'aoi' | 'dataviews'>> { | ||
aoi?: number; | ||
dataviews?: number[]; | ||
} | ||
export interface Resource<T = unknown> { | ||
@@ -118,0 +117,0 @@ dataviewId: number | string; |
{ | ||
"name": "@globalfishingwatch/dataviews-client", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"description": "", | ||
@@ -32,3 +32,3 @@ "author": "satellitestudio <contact@satellitestud.io>", | ||
"@globalfishingwatch/api-client": "^1.3.2", | ||
"@globalfishingwatch/layer-composer": "^2.7.1", | ||
"@globalfishingwatch/layer-composer": "^2.9.0", | ||
"@globalfishingwatch/pbf": "^1.0.7", | ||
@@ -40,3 +40,3 @@ "qs": "^6.9.4" | ||
}, | ||
"gitHead": "bd8ba11b11c642981a00f543c87346e0129cf7b4" | ||
"gitHead": "77456c852c0cc6d25045f7cb1c0e46a52e6f7ffe" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
157140
246