@globalfishingwatch/api-types
Advanced tools
Comparing version 4.2.5 to 4.2.6
@@ -16,7 +16,3 @@ export interface UploadResponse { | ||
export declare enum EndpointId { | ||
Tracks = "carriers-tracks", | ||
Vessel = "carriers-vessel", | ||
VesselList = "carriers-list-vessels", | ||
VesselSearch = "carriers-search-vessels", | ||
VesselAdvancedSearch = "carriers-advanced-search-vessels", | ||
Events = "carriers-events", | ||
FourwingsTiles = "4wings-tiles", | ||
@@ -26,4 +22,9 @@ FourwingsBreaks = "4wings-bins", | ||
FourwingsInteraction = "4wings-interaction", | ||
Tracks = "carriers-tracks", | ||
UserContextTiles = "user-context-tiles", | ||
UserTracks = "user-tracks-data" | ||
UserTracks = "user-tracks-data", | ||
Vessel = "carriers-vessel", | ||
VesselList = "carriers-list-vessels", | ||
VesselSearch = "carriers-search-vessels", | ||
VesselAdvancedSearch = "carriers-advanced-search-vessels" | ||
} | ||
@@ -30,0 +31,0 @@ export interface Endpoint { |
@@ -98,2 +98,7 @@ export interface PointCoordinate { | ||
} | ||
export interface ApiEvents<T = ApiEvent> { | ||
entries: T[]; | ||
limit: number | null; | ||
total: number; | ||
} | ||
//# sourceMappingURL=events.d.ts.map |
@@ -1,2 +0,2 @@ | ||
var e,r,n,s,i,t,o,a,c,d;!function(e){e.Tracks="carriers-tracks",e.Vessel="carriers-vessel",e.VesselList="carriers-list-vessels",e.VesselSearch="carriers-search-vessels",e.VesselAdvancedSearch="carriers-advanced-search-vessels",e.FourwingsTiles="4wings-tiles",e.FourwingsBreaks="4wings-bins",e.FourwingsLegend="4wings-legend",e.FourwingsInteraction="4wings-interaction",e.UserContextTiles="user-context-tiles",e.UserTracks="user-tracks-data"}(e||(e={})),function(e){e.Vessels="carriers-vessels:v1",e.Events="carriers-events:v1",e.Ports="carriers-ports:v1",e.Tracks="carriers-tracks:v1",e.Fourwings="4wings:v1",e.Context="user-context-layer:v1",e.Download="data-download:v1",e.UserTracks="user-tracks:v1"}(r||(r={})),function(e){e.Done="done",e.Importing="importing",e.Error="error"}(n||(n={})),function(e){e.Context="context",e.Environment="environment"}(s||(s={})),function(e){e.Context="context",e.Events="events",e.Environment="environment",e.Fishing="fishing",e.Presence="presence"}(i||(i={})),function(e){e.Encounter="encounter",e.Fishing="fishing",e.Gap="gap",e.Port="port",e.Loitering="loitering"}(t||(t={})),function(e){e.Carrier="carrier",e.Fishing="fishing"}(o||(o={})),function(e){e.Authorized="authorized",e.Partially="partially",e.Unmatched="unmatched"}(a||(a={})),function(e){e.NotStarted="not-started",e.Generating="generating",e.Done="done",e.Failed="failed"}(c||(c={})),function(e){e.Idle="idle",e.Aborted="aborted",e.Loading="loading",e.Finished="finished",e.Error="error"}(d||(d={}));export{a as AuthorizationOptions,s as DatasetCategory,n as DatasetStatus,r as DatasetTypes,i as DataviewCategory,e as EndpointId,t as EventTypes,o as EventVesselTypeEnum,c as ReportStatus,d as ResourceStatus}; | ||
var e,r,n,s,i,t,o,a,c,d;!function(e){e.Events="carriers-events",e.FourwingsTiles="4wings-tiles",e.FourwingsBreaks="4wings-bins",e.FourwingsLegend="4wings-legend",e.FourwingsInteraction="4wings-interaction",e.Tracks="carriers-tracks",e.UserContextTiles="user-context-tiles",e.UserTracks="user-tracks-data",e.Vessel="carriers-vessel",e.VesselList="carriers-list-vessels",e.VesselSearch="carriers-search-vessels",e.VesselAdvancedSearch="carriers-advanced-search-vessels"}(e||(e={})),function(e){e.Vessels="carriers-vessels:v1",e.Events="carriers-events:v1",e.Ports="carriers-ports:v1",e.Tracks="carriers-tracks:v1",e.Fourwings="4wings:v1",e.Context="user-context-layer:v1",e.Download="data-download:v1",e.UserTracks="user-tracks:v1"}(r||(r={})),function(e){e.Done="done",e.Importing="importing",e.Error="error"}(n||(n={})),function(e){e.Context="context",e.Environment="environment"}(s||(s={})),function(e){e.Context="context",e.Events="events",e.Environment="environment",e.Fishing="fishing",e.Presence="presence"}(i||(i={})),function(e){e.Encounter="encounter",e.Fishing="fishing",e.Gap="gap",e.Port="port",e.Loitering="loitering"}(t||(t={})),function(e){e.Carrier="carrier",e.Fishing="fishing"}(o||(o={})),function(e){e.Authorized="authorized",e.Partially="partially",e.Unmatched="unmatched"}(a||(a={})),function(e){e.NotStarted="not-started",e.Generating="generating",e.Done="done",e.Failed="failed"}(c||(c={})),function(e){e.Idle="idle",e.Aborted="aborted",e.Loading="loading",e.Finished="finished",e.Error="error"}(d||(d={}));export{a as AuthorizationOptions,s as DatasetCategory,n as DatasetStatus,r as DatasetTypes,i as DataviewCategory,e as EndpointId,t as EventTypes,o as EventVesselTypeEnum,c as ReportStatus,d as ResourceStatus}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@globalfishingwatch/api-types", | ||
"version": "4.2.5", | ||
"version": "4.2.6", | ||
"description": "Typescript definitions for API responses", | ||
@@ -47,3 +47,3 @@ "author": "satellitestudio <contact@satellitestud.io>", | ||
}, | ||
"gitHead": "6c391d2de67a2ca10353fb8ecfce5137c88d1ba6" | ||
"gitHead": "d6f790247f147c9c06b05d9fa183e17678167b07" | ||
} |
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
27976
426