@spotto/contract 1.0.69-alpha.22 → 1.0.69-alpha.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/views/shared.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { SortOrders } from '../shared';
|
|
2
2
|
import { AssetSortField } from '../assets/get/query';
|
|
3
|
-
import { LocationStatus } from '../locations/constants';
|
|
4
3
|
export declare type ViewEntityType = 'asset';
|
|
5
4
|
export declare type ViewVisibility = 'private' | 'organisation';
|
|
6
5
|
export interface AssetViewFilters {
|
|
@@ -13,7 +12,7 @@ export interface AssetViewFilters {
|
|
|
13
12
|
createdAt?: string;
|
|
14
13
|
updatedAt?: string;
|
|
15
14
|
lastSeen?: string;
|
|
16
|
-
|
|
15
|
+
dispatched?: boolean;
|
|
17
16
|
}
|
|
18
17
|
export declare type ViewFilters = AssetViewFilters;
|
|
19
18
|
interface BaseViewDisplay {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spotto/contract",
|
|
3
3
|
"license": "ISC",
|
|
4
|
-
"version": "1.0.69-alpha.
|
|
4
|
+
"version": "1.0.69-alpha.23",
|
|
5
5
|
"description": "Spotto's API Contract type definitions",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"@types/geojson": "^7946.0.11",
|
|
19
19
|
"shx": "^0.3.4"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "944f732263f7c8328f70cb230a8bbd37aad7cfa1"
|
|
22
22
|
}
|