@spotto/contract 1.0.5 → 1.0.6
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.
|
@@ -13,5 +13,6 @@ export interface GetExternalUserResponse extends BaseGetUserResponse {
|
|
|
13
13
|
export interface GetInternalUserResponse extends BaseGetUserResponse {
|
|
14
14
|
type: 'INTERNAL';
|
|
15
15
|
email: string;
|
|
16
|
+
lastLogin?: number;
|
|
16
17
|
}
|
|
17
18
|
export declare type GetUserResponse = GetExternalUserResponse | GetInternalUserResponse;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spotto/contract",
|
|
3
3
|
"license": "ISC",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"description": "Spotto's API Contract type definitions",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/geojson": "^7946.0.8"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "37d5660bdb686c1d4d821576a772c49c834410c2"
|
|
18
18
|
}
|