@spotto/contract 1.0.23 → 1.0.24
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.
|
@@ -5,20 +5,20 @@ exports.READER_TYPES = ['FIXED', 'ROVING', 'MOVING'];
|
|
|
5
5
|
exports.READER_TYPE_DETAILS = [
|
|
6
6
|
{
|
|
7
7
|
id: 'FIXED',
|
|
8
|
-
name: '
|
|
9
|
-
description: '
|
|
8
|
+
name: 'Fixed',
|
|
9
|
+
description: 'Plugged in with a Spotto location assigned. These readers are fixed in place and do not move unless the Spotto location is manually reassigned.',
|
|
10
10
|
visible: true,
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
id: 'ROVING',
|
|
14
|
-
name: '
|
|
15
|
-
description: '
|
|
14
|
+
name: 'Handheld',
|
|
15
|
+
description: 'Typically RFID handheld scanners or a BLE phone applications. These readers detect location tags or use GPS to locate assets instead of being linked to a Spotto location',
|
|
16
16
|
visible: true,
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
id: 'MOVING',
|
|
20
|
-
name: '
|
|
21
|
-
description: '
|
|
20
|
+
name: 'Vehicle',
|
|
21
|
+
description: 'GPS enabled readers attached to a vehicle will detect the location and any assets that are travelling with it',
|
|
22
22
|
visible: true,
|
|
23
23
|
},
|
|
24
24
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/readers/constants/types.ts"],"names":[],"mappings":";;;AAEa,QAAA,YAAY,GAAiB,CAAC,OAAO,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC;AAU3D,QAAA,mBAAmB,GAAwB;IACtD;QACE,EAAE,EAAE,OAAO;QACX,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/readers/constants/types.ts"],"names":[],"mappings":";;;AAEa,QAAA,YAAY,GAAiB,CAAC,OAAO,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC;AAU3D,QAAA,mBAAmB,GAAwB;IACtD;QACE,EAAE,EAAE,OAAO;QACX,IAAI,EAAE,OAAO;QACb,WAAW,EACT,iJAAiJ;QACnJ,OAAO,EAAE,IAAI;KACd;IACD;QACE,EAAE,EAAE,QAAQ;QACZ,IAAI,EAAE,UAAU;QAChB,WAAW,EACT,2KAA2K;QAC7K,OAAO,EAAE,IAAI;KACd;IACD;QACE,EAAE,EAAE,QAAQ;QACZ,IAAI,EAAE,SAAS;QACf,WAAW,EACT,+GAA+G;QACjH,OAAO,EAAE,IAAI;KACd;CACF,CAAC"}
|
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.24",
|
|
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.11"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "4991b2d9dc288e52df1b7fdc7171ed662550152f"
|
|
18
18
|
}
|