@globalfishingwatch/api-types
Advanced tools
Comparing version 2.5.0 to 2.5.1
# @globalfishingwatch/api-types | ||
## 2.5.1 | ||
### Patch Changes | ||
- include public in workspace types definition | ||
## 2.5.0 | ||
@@ -4,0 +10,0 @@ |
@@ -8,9 +8,9 @@ export interface UserPermission { | ||
id: number; | ||
email: string; | ||
firstName: string; | ||
lastName: string; | ||
photo: string; | ||
email?: string; | ||
firstName?: string; | ||
lastName?: string; | ||
photo?: string; | ||
type: string; | ||
permissions: [UserPermission]; | ||
permissions: UserPermission[]; | ||
} | ||
//# sourceMappingURL=user.d.ts.map |
@@ -14,2 +14,3 @@ import { AOI, Dataview, DataviewInstance } from '.'; | ||
category?: string; | ||
public?: boolean; | ||
aoi?: AOI; | ||
@@ -16,0 +17,0 @@ viewport: WorkspaceViewport; |
{ | ||
"name": "@globalfishingwatch/api-types", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Typescript definitions for API responses", | ||
@@ -30,3 +30,3 @@ "author": "satellitestudio <contact@satellitestud.io>", | ||
}, | ||
"gitHead": "1089a247871ae5242812e9d44cbb68756532ffb4" | ||
"gitHead": "686338fb894907611bf586c0d962493c4c8514bb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15231
214