@spotto/contract 1.0.69-alpha.3 → 1.0.69-alpha.5

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.
@@ -45,7 +45,7 @@ export interface IReaderEventPayload {
45
45
  deviceId?: string;
46
46
  location?: IEmbeddedEntity;
47
47
  }
48
- export declare type ISnapshotEventPayload = Pick<GetSnapshotResponse, 'reader' | 'manifest' | 'detectedAssets' | 'undetectedAssets' | 'sightedTypes' | 'sightedAssets' | 'computed' | 'fields' | 'submitted' | 'created' | 'geolocation'>;
48
+ export declare type ISnapshotEventPayload = Pick<GetSnapshotResponse, 'reader' | 'manifest' | 'detectedAssets' | 'undetectedAssets' | 'sightedTypes' | 'sightedAssets' | 'computed' | 'fields' | 'submitted' | 'created' | 'geolocation' | 'types' | 'type'>;
49
49
  export interface IAssetCrudEvent extends IBaseEvent {
50
50
  type: AssetCrudEventType;
51
51
  asset: GetAssetResponse | IEmbeddedEntity;
@@ -14,7 +14,6 @@ export interface AssetPreferences {
14
14
  }
15
15
  export interface LocationPreferences {
16
16
  manifestsEnabled: boolean;
17
- nestedManifestsEnabled: boolean;
18
17
  }
19
18
  export interface SnapshotPreferences {
20
19
  mainMenuEnabled?: boolean;
@@ -12,7 +12,7 @@ export interface SnapshotFilters {
12
12
  readerIds?: string[];
13
13
  timeFrom?: number;
14
14
  timeTo?: number;
15
- snapshotType?: SnapshotTypeEnum;
15
+ snapshotType?: SnapshotTypeEnum[];
16
16
  locationPathBeginsWith?: string[];
17
17
  typePathBeginsWith?: string[];
18
18
  }
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.3",
4
+ "version": "1.0.69-alpha.5",
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": "739727959b0860dd3678c88875f021d142aa08a7"
21
+ "gitHead": "b3bedf08cde05de9ab82a4a699a2d2582b28777c"
22
22
  }