@globalfishingwatch/api-types
Advanced tools
Comparing version 4.1.2 to 4.1.3
# @globalfishingwatch/api-types | ||
## 4.1.3 | ||
### Patch Changes | ||
- 2f7db18f: Fishing map/color cycling | ||
## 4.1.2 | ||
@@ -4,0 +10,0 @@ |
import { ApiAppName, Dataset } from '.'; | ||
export declare type ColorCyclingType = 'fill' | 'line'; | ||
export interface DataviewConfig<Type = any> { | ||
type?: Type; | ||
color?: string; | ||
colorCyclingType?: ColorCyclingType; | ||
visible?: boolean; | ||
@@ -6,0 +8,0 @@ filters?: Record<string, any>; |
{ | ||
"name": "@globalfishingwatch/api-types", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "Typescript definitions for API responses", | ||
@@ -46,3 +46,3 @@ "author": "satellitestudio <contact@satellitestud.io>", | ||
}, | ||
"gitHead": "f2915523d9b6beb64dbe34ed7b260778f6b4a7d0" | ||
"gitHead": "efda5ae60aecb6322c585899349130783940fcd5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31336
420