@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.
@@ -49,6 +49,7 @@ export interface AssetFilters {
49
49
  manifestIds?: string[];
50
50
  supportsWith?: boolean;
51
51
  withAsset?: boolean;
52
+ dispatched?: boolean;
52
53
  createdAt?: DateCondition[];
53
54
  updatedAt?: DateCondition[];
54
55
  lastSeen?: DateCondition[];
@@ -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
- locationStatus?: LocationStatus[];
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.22",
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": "549c46d509801128f4849a0c3bec63868b02d83b"
21
+ "gitHead": "944f732263f7c8328f70cb230a8bbd37aad7cfa1"
22
22
  }