@spotto/contract 0.1.1 → 0.1.2
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare type ReaderType = 'FIXED' | 'ROVING' | 'VIRTUAL' | 'PORTAL';
|
|
1
|
+
export declare type ReaderType = 'FIXED' | 'ROVING' | 'VIRTUAL' | 'PORTAL' | 'HANDSET';
|
|
2
2
|
export declare const READER_TYPES: ReaderType[];
|
|
3
3
|
export declare type Manufacturer = 'ZEBRA' | 'ZEBRA_IOT_BRIDGE' | 'IMPINJ' | 'BLUECATS' | 'TURCK' | 'THING_MAGIC' | 'IOTX3' | 'OTHER' | 'DETECT_APP';
|
|
4
4
|
export declare const MANUFACTURERS: Manufacturer[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/types/readers/constants.ts"],"names":[],"mappings":";;;AASa,QAAA,YAAY,GAAiB;IACxC,OAAO;IACP,QAAQ;IACR,SAAS;IACT,QAAQ;
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/types/readers/constants.ts"],"names":[],"mappings":";;;AASa,QAAA,YAAY,GAAiB;IACxC,OAAO;IACP,QAAQ;IACR,SAAS;IACT,QAAQ;IACR,SAAS;CACV,CAAC;AAiBW,QAAA,aAAa,GAAmB;IAC3C,OAAO;IACP,kBAAkB;IAClB,QAAQ;IACR,UAAU;IACV,OAAO;IACP,aAAa;IACb,OAAO;IACP,OAAO;IACP,YAAY;CACb,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spotto/contract",
|
|
3
3
|
"license": "ISC",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"description": "Spotto's API Contract",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@airtasker/spot": "^1.4.0",
|
|
20
|
-
"@spotto/core-lib": "^0.1.
|
|
20
|
+
"@spotto/core-lib": "^0.1.2",
|
|
21
21
|
"geojson-validation": "^1.0.2",
|
|
22
22
|
"joi": "^17.2.1",
|
|
23
23
|
"qs": "^6.9.4"
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"jest": "^26.6.3",
|
|
27
27
|
"ts-jest": "^26.5.3"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "5721c7e21821206a3fab13e422564fdb5b11f44f"
|
|
30
30
|
}
|