@spotto/contract 1.0.69-alpha.20 → 1.0.69-alpha.21

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.
@@ -134,7 +134,7 @@ export interface IAssetDispatchEvent extends IBaseEvent {
134
134
  type: 'AssetDispatch';
135
135
  asset: IAssetDispatchEventAsset;
136
136
  locationCurrent?: Partial<IEmbeddedEntity>;
137
- location?: Partial<IEmbeddedEntity>;
137
+ location?: AssetEventLocation;
138
138
  dispatchExpires: number;
139
139
  }
140
140
  export declare type GetEventResponse = IAssetCrudEvent | ILocationCrudEvent | IReaderCrudEvent | ISnapshotCrudEvent | IUserSearchEvent | IReaderArrivedEvent | IReaderExitedEvent | IArrivedEvent | IMovedEvent | IExitedEvent | IReaderOnlineEvent | IReaderOfflineEvent | IAssetDispatchEvent | IWorkflowActionExecutedEvent;
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.20",
4
+ "version": "1.0.69-alpha.21",
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": "fb9ebdac29646abb6c880aada7bf1691d1e07e9b"
21
+ "gitHead": "1e06b9d2ee7793a9b38c27b276e878e9a2ba75f1"
22
22
  }