@parkflow/shared-types 1.0.1
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.
- package/.prettierrc +8 -0
- package/.vscode/settings.json +5 -0
- package/dist/decorators/index.d.ts +1 -0
- package/dist/decorators/index.js +14 -0
- package/dist/decorators/index.js.map +1 -0
- package/dist/decorators/is-base64-or-na/index.d.ts +1 -0
- package/dist/decorators/is-base64-or-na/index.js +14 -0
- package/dist/decorators/is-base64-or-na/index.js.map +1 -0
- package/dist/decorators/is-base64-or-na/is-base64-or-na-validation.decorator.d.ts +5 -0
- package/dist/decorators/is-base64-or-na/is-base64-or-na-validation.decorator.js +23 -0
- package/dist/decorators/is-base64-or-na/is-base64-or-na-validation.decorator.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +14 -0
- package/dist/index.js.map +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/dist/types/adaptive/einar/event.dto.d.ts +72 -0
- package/dist/types/adaptive/einar/event.dto.js +22 -0
- package/dist/types/adaptive/einar/event.dto.js.map +1 -0
- package/dist/types/adaptive/einar/index.d.ts +2 -0
- package/dist/types/adaptive/einar/index.js +15 -0
- package/dist/types/adaptive/einar/index.js.map +1 -0
- package/dist/types/adaptive/einar/job.dto.d.ts +8 -0
- package/dist/types/adaptive/einar/job.dto.js +8 -0
- package/dist/types/adaptive/einar/job.dto.js.map +1 -0
- package/dist/types/adaptive/index.d.ts +4 -0
- package/dist/types/adaptive/index.js +17 -0
- package/dist/types/adaptive/index.js.map +1 -0
- package/dist/types/adaptive/micro/index.d.ts +1 -0
- package/dist/types/adaptive/micro/index.js +14 -0
- package/dist/types/adaptive/micro/index.js.map +1 -0
- package/dist/types/adaptive/micro/micro-job.dto.d.ts +4 -0
- package/dist/types/adaptive/micro/micro-job.dto.js +8 -0
- package/dist/types/adaptive/micro/micro-job.dto.js.map +1 -0
- package/dist/types/adaptive/vidar/event.dto.d.ts +9 -0
- package/dist/types/adaptive/vidar/event.dto.js +42 -0
- package/dist/types/adaptive/vidar/event.dto.js.map +1 -0
- package/dist/types/adaptive/vidar/index.d.ts +3 -0
- package/dist/types/adaptive/vidar/index.js +16 -0
- package/dist/types/adaptive/vidar/index.js.map +1 -0
- package/dist/types/adaptive/vidar/job.dto.d.ts +8 -0
- package/dist/types/adaptive/vidar/job.dto.js +8 -0
- package/dist/types/adaptive/vidar/job.dto.js.map +1 -0
- package/dist/types/adaptive/vidar/vidar-direction.enum.d.ts +5 -0
- package/dist/types/adaptive/vidar/vidar-direction.enum.js +3 -0
- package/dist/types/adaptive/vidar/vidar-direction.enum.js.map +1 -0
- package/dist/types/adaptive/vidar-new/index.d.ts +4 -0
- package/dist/types/adaptive/vidar-new/index.js +17 -0
- package/dist/types/adaptive/vidar-new/index.js.map +1 -0
- package/dist/types/adaptive/vidar-new/vidar-new-job-base.dto.d.ts +15 -0
- package/dist/types/adaptive/vidar-new/vidar-new-job-base.dto.js +7 -0
- package/dist/types/adaptive/vidar-new/vidar-new-job-base.dto.js.map +1 -0
- package/dist/types/adaptive/vidar-new/vidar-new-job.dto.d.ts +4 -0
- package/dist/types/adaptive/vidar-new/vidar-new-job.dto.js +8 -0
- package/dist/types/adaptive/vidar-new/vidar-new-job.dto.js.map +1 -0
- package/dist/types/adaptive/vidar-new/vidar-new-job.type.d.ts +3 -0
- package/dist/types/adaptive/vidar-new/vidar-new-job.type.js +3 -0
- package/dist/types/adaptive/vidar-new/vidar-new-job.type.js.map +1 -0
- package/dist/types/adaptive/vidar-new/vidar-new.event.dto.d.ts +13 -0
- package/dist/types/adaptive/vidar-new/vidar-new.event.dto.js +59 -0
- package/dist/types/adaptive/vidar-new/vidar-new.event.dto.js.map +1 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.js +17 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/lpr/camera-type.d.ts +1 -0
- package/dist/types/lpr/camera-type.js +3 -0
- package/dist/types/lpr/camera-type.js.map +1 -0
- package/dist/types/lpr/index.d.ts +4 -0
- package/dist/types/lpr/index.js +17 -0
- package/dist/types/lpr/index.js.map +1 -0
- package/dist/types/lpr/lpr-direction.enum.d.ts +5 -0
- package/dist/types/lpr/lpr-direction.enum.js +10 -0
- package/dist/types/lpr/lpr-direction.enum.js.map +1 -0
- package/dist/types/lpr/lpr-job.interface.d.ts +22 -0
- package/dist/types/lpr/lpr-job.interface.js +3 -0
- package/dist/types/lpr/lpr-job.interface.js.map +1 -0
- package/dist/types/lpr/lpr-job.type.d.ts +3 -0
- package/dist/types/lpr/lpr-job.type.js +3 -0
- package/dist/types/lpr/lpr-job.type.js.map +1 -0
- package/dist/types/platesmart/event.dto.d.ts +50 -0
- package/dist/types/platesmart/event.dto.js +31 -0
- package/dist/types/platesmart/event.dto.js.map +1 -0
- package/dist/types/platesmart/index.d.ts +2 -0
- package/dist/types/platesmart/index.js +15 -0
- package/dist/types/platesmart/index.js.map +1 -0
- package/dist/types/platesmart/job.d.ts +10 -0
- package/dist/types/platesmart/job.js +10 -0
- package/dist/types/platesmart/job.js.map +1 -0
- package/dist/types/platesmart/orientation.enum.d.ts +0 -0
- package/dist/types/platesmart/orientation.enum.js +1 -0
- package/dist/types/platesmart/orientation.enum.js.map +1 -0
- package/dist/types/rekor/event.dto.d.ts +97 -0
- package/dist/types/rekor/event.dto.js +3 -0
- package/dist/types/rekor/event.dto.js.map +1 -0
- package/dist/types/rekor/index.d.ts +2 -0
- package/dist/types/rekor/index.js +15 -0
- package/dist/types/rekor/index.js.map +1 -0
- package/dist/types/rekor/job.d.ts +13 -0
- package/dist/types/rekor/job.js +7 -0
- package/dist/types/rekor/job.js.map +1 -0
- package/jest.config.js +8 -0
- package/package.json +36 -0
- package/src/decorators/index.ts +1 -0
- package/src/decorators/is-base64-or-na/index.ts +1 -0
- package/src/decorators/is-base64-or-na/is-base64-or-na-validation.decorator.ts +12 -0
- package/src/decorators/is-base64-or-na/is-base64-or-na.validation.decorator.spec.ts +60 -0
- package/src/index.ts +1 -0
- package/src/types/adaptive/einar/event.dto.ts +77 -0
- package/src/types/adaptive/einar/index.ts +2 -0
- package/src/types/adaptive/einar/job.dto.ts +9 -0
- package/src/types/adaptive/index.ts +4 -0
- package/src/types/adaptive/micro/README.md +32 -0
- package/src/types/adaptive/micro/index.ts +1 -0
- package/src/types/adaptive/micro/micro-job.dto.ts +5 -0
- package/src/types/adaptive/vidar/event.dto.ts +23 -0
- package/src/types/adaptive/vidar/filenames.tmpl +1 -0
- package/src/types/adaptive/vidar/index.ts +3 -0
- package/src/types/adaptive/vidar/job.dto.ts +9 -0
- package/src/types/adaptive/vidar/vidar-direction.enum.ts +5 -0
- package/src/types/adaptive/vidar/vidar.json.tmpl +8 -0
- package/src/types/adaptive/vidar-new/README.md +23 -0
- package/src/types/adaptive/vidar-new/index.ts +4 -0
- package/src/types/adaptive/vidar-new/vidar-new-job-base.dto.ts +19 -0
- package/src/types/adaptive/vidar-new/vidar-new-job.dto.ts +5 -0
- package/src/types/adaptive/vidar-new/vidar-new-job.type.ts +4 -0
- package/src/types/adaptive/vidar-new/vidar-new.event.dto.ts +40 -0
- package/src/types/adaptive/vidar-new/vidar-new.json.tmpl +12 -0
- package/src/types/index.ts +4 -0
- package/src/types/lpr/camera-type.ts +1 -0
- package/src/types/lpr/index.ts +4 -0
- package/src/types/lpr/lpr-direction.enum.ts +5 -0
- package/src/types/lpr/lpr-job.interface.ts +29 -0
- package/src/types/lpr/lpr-job.type.ts +4 -0
- package/src/types/platesmart/event.dto.ts +58 -0
- package/src/types/platesmart/index.ts +3 -0
- package/src/types/platesmart/job.ts +11 -0
- package/src/types/platesmart/orientation.enum.ts +5 -0
- package/src/types/rekor/event.dto.ts +108 -0
- package/src/types/rekor/index.ts +2 -0
- package/src/types/rekor/job.ts +13 -0
- package/tsconfig.build.json +8 -0
- package/tsconfig.json +21 -0
package/.prettierrc
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './is-base64-or-na';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./is-base64-or-na"), exports);
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/decorators/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAkC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './is-base64-or-na-validation.decorator';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./is-base64-or-na-validation.decorator"), exports);
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/decorators/is-base64-or-na/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yEAAuD"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ValidatorConstraintInterface, ValidationArguments } from 'class-validator';
|
|
2
|
+
export declare class IsBase64OrNA implements ValidatorConstraintInterface {
|
|
3
|
+
validate(text: string, args: ValidationArguments): boolean;
|
|
4
|
+
defaultMessage(args: ValidationArguments): string;
|
|
5
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.IsBase64OrNA = void 0;
|
|
10
|
+
const class_validator_1 = require("class-validator");
|
|
11
|
+
let IsBase64OrNA = class IsBase64OrNA {
|
|
12
|
+
validate(text, args) {
|
|
13
|
+
return text === 'n.a.' || (0, class_validator_1.isBase64)(text);
|
|
14
|
+
}
|
|
15
|
+
defaultMessage(args) {
|
|
16
|
+
return `Text ($value) is neither 'n.a.' nor is it base64 encoded!`;
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
IsBase64OrNA = __decorate([
|
|
20
|
+
(0, class_validator_1.ValidatorConstraint)({ name: 'IsBase64OrNA', async: false })
|
|
21
|
+
], IsBase64OrNA);
|
|
22
|
+
exports.IsBase64OrNA = IsBase64OrNA;
|
|
23
|
+
//# sourceMappingURL=is-base64-or-na-validation.decorator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"is-base64-or-na-validation.decorator.js","sourceRoot":"","sources":["../../../src/decorators/is-base64-or-na/is-base64-or-na-validation.decorator.ts"],"names":[],"mappings":";;;;;;;;;AAAA,qDAAmH;AAGnH,IAAa,YAAY,GAAzB,MAAa,YAAY;IACrB,QAAQ,CAAC,IAAY,EAAE,IAAyB;QAC5C,OAAO,IAAI,KAAK,MAAM,IAAI,IAAA,0BAAQ,EAAC,IAAI,CAAC,CAAC;IAC7C,CAAC;IAED,cAAc,CAAC,IAAyB;QACpC,OAAO,2DAA2D,CAAC;IACvE,CAAC;CACJ,CAAA;AARY,YAAY;IADxB,IAAA,qCAAmB,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC;GAC/C,YAAY,CAQxB;AARY,oCAAY"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './types';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./types"), exports);
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAwB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"program":{"fileNames":["../../../../../../usr/share/nodejs/typescript/lib/lib.es5.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2015.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2016.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2017.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2018.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2019.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2020.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2021.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.dom.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.dom.iterable.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.webworker.importscripts.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.scripthost.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2015.core.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2015.collection.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2015.generator.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2015.iterable.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2015.promise.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2015.proxy.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2015.reflect.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2015.symbol.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2016.array.include.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2017.object.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2017.string.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2017.intl.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2018.intl.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2018.promise.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2018.regexp.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2019.array.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2019.object.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2019.string.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2019.symbol.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2020.bigint.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2020.promise.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2020.string.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2020.intl.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2021.promise.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2021.string.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2021.weakref.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2021.intl.d.ts","../../../../../../usr/share/nodejs/typescript/lib/lib.es2021.full.d.ts","../src/types/adaptive/einar/event.dto.ts","../src/types/adaptive/einar/job.dto.ts","../src/types/adaptive/einar/index.ts","../src/types/adaptive/vidar/vidar-direction.enum.ts","../node_modules/class-validator/types/validation/ValidationError.d.ts","../node_modules/class-validator/types/validation/ValidatorOptions.d.ts","../node_modules/class-validator/types/validation-schema/ValidationSchema.d.ts","../node_modules/class-validator/types/container.d.ts","../node_modules/class-validator/types/validation/ValidationArguments.d.ts","../node_modules/class-validator/types/decorator/ValidationOptions.d.ts","../node_modules/class-validator/types/decorator/common/Allow.d.ts","../node_modules/class-validator/types/decorator/common/IsDefined.d.ts","../node_modules/class-validator/types/decorator/common/IsOptional.d.ts","../node_modules/class-validator/types/decorator/common/Validate.d.ts","../node_modules/class-validator/types/validation/ValidatorConstraintInterface.d.ts","../node_modules/class-validator/types/decorator/common/ValidateBy.d.ts","../node_modules/class-validator/types/decorator/common/ValidateIf.d.ts","../node_modules/class-validator/types/decorator/common/ValidateNested.d.ts","../node_modules/class-validator/types/decorator/common/ValidatePromise.d.ts","../node_modules/class-validator/types/decorator/common/IsLatLong.d.ts","../node_modules/class-validator/types/decorator/common/IsLatitude.d.ts","../node_modules/class-validator/types/decorator/common/IsLongitude.d.ts","../node_modules/class-validator/types/decorator/common/Equals.d.ts","../node_modules/class-validator/types/decorator/common/NotEquals.d.ts","../node_modules/class-validator/types/decorator/common/IsEmpty.d.ts","../node_modules/class-validator/types/decorator/common/IsNotEmpty.d.ts","../node_modules/class-validator/types/decorator/common/IsIn.d.ts","../node_modules/class-validator/types/decorator/common/IsNotIn.d.ts","../node_modules/class-validator/types/decorator/number/IsDivisibleBy.d.ts","../node_modules/class-validator/types/decorator/number/IsPositive.d.ts","../node_modules/class-validator/types/decorator/number/IsNegative.d.ts","../node_modules/class-validator/types/decorator/number/Max.d.ts","../node_modules/class-validator/types/decorator/number/Min.d.ts","../node_modules/class-validator/types/decorator/date/MinDate.d.ts","../node_modules/class-validator/types/decorator/date/MaxDate.d.ts","../node_modules/class-validator/types/decorator/string/Contains.d.ts","../node_modules/class-validator/types/decorator/string/NotContains.d.ts","../node_modules/@types/validator/lib/isBoolean.d.ts","../node_modules/@types/validator/lib/isEmail.d.ts","../node_modules/@types/validator/lib/isFQDN.d.ts","../node_modules/@types/validator/lib/isIBAN.d.ts","../node_modules/@types/validator/lib/isISO31661Alpha2.d.ts","../node_modules/@types/validator/lib/isISO4217.d.ts","../node_modules/@types/validator/lib/isISO6391.d.ts","../node_modules/@types/validator/lib/isTaxID.d.ts","../node_modules/@types/validator/lib/isURL.d.ts","../node_modules/@types/validator/index.d.ts","../node_modules/class-validator/types/decorator/string/IsAlpha.d.ts","../node_modules/class-validator/types/decorator/string/IsAlphanumeric.d.ts","../node_modules/class-validator/types/decorator/string/IsDecimal.d.ts","../node_modules/class-validator/types/decorator/string/IsAscii.d.ts","../node_modules/class-validator/types/decorator/string/IsBase64.d.ts","../node_modules/class-validator/types/decorator/string/IsByteLength.d.ts","../node_modules/class-validator/types/decorator/string/IsCreditCard.d.ts","../node_modules/class-validator/types/decorator/string/IsCurrency.d.ts","../node_modules/class-validator/types/decorator/string/IsEmail.d.ts","../node_modules/class-validator/types/decorator/string/IsFQDN.d.ts","../node_modules/class-validator/types/decorator/string/IsFullWidth.d.ts","../node_modules/class-validator/types/decorator/string/IsHalfWidth.d.ts","../node_modules/class-validator/types/decorator/string/IsVariableWidth.d.ts","../node_modules/class-validator/types/decorator/string/IsHexColor.d.ts","../node_modules/class-validator/types/decorator/string/IsHexadecimal.d.ts","../node_modules/class-validator/types/decorator/string/IsMacAddress.d.ts","../node_modules/class-validator/types/decorator/string/IsIP.d.ts","../node_modules/class-validator/types/decorator/string/IsPort.d.ts","../node_modules/class-validator/types/decorator/string/IsISBN.d.ts","../node_modules/class-validator/types/decorator/string/IsISIN.d.ts","../node_modules/class-validator/types/decorator/string/IsISO8601.d.ts","../node_modules/class-validator/types/decorator/string/IsJSON.d.ts","../node_modules/class-validator/types/decorator/string/IsJWT.d.ts","../node_modules/class-validator/types/decorator/string/IsLowercase.d.ts","../node_modules/class-validator/types/decorator/string/IsMobilePhone.d.ts","../node_modules/class-validator/types/decorator/string/IsISO31661Alpha2.d.ts","../node_modules/class-validator/types/decorator/string/IsISO31661Alpha3.d.ts","../node_modules/class-validator/types/decorator/string/IsMongoId.d.ts","../node_modules/class-validator/types/decorator/string/IsMultibyte.d.ts","../node_modules/class-validator/types/decorator/string/IsSurrogatePair.d.ts","../node_modules/class-validator/types/decorator/string/IsUrl.d.ts","../node_modules/class-validator/types/decorator/string/IsUUID.d.ts","../node_modules/class-validator/types/decorator/string/IsFirebasePushId.d.ts","../node_modules/class-validator/types/decorator/string/IsUppercase.d.ts","../node_modules/class-validator/types/decorator/string/Length.d.ts","../node_modules/class-validator/types/decorator/string/MaxLength.d.ts","../node_modules/class-validator/types/decorator/string/MinLength.d.ts","../node_modules/class-validator/types/decorator/string/Matches.d.ts","../node_modules/libphonenumber-js/types.d.ts","../node_modules/libphonenumber-js/index.d.cts","../node_modules/class-validator/types/decorator/string/IsPhoneNumber.d.ts","../node_modules/class-validator/types/decorator/string/IsMilitaryTime.d.ts","../node_modules/class-validator/types/decorator/string/IsHash.d.ts","../node_modules/class-validator/types/decorator/string/IsISSN.d.ts","../node_modules/class-validator/types/decorator/string/IsDateString.d.ts","../node_modules/class-validator/types/decorator/string/IsBooleanString.d.ts","../node_modules/class-validator/types/decorator/string/IsNumberString.d.ts","../node_modules/class-validator/types/decorator/string/IsBase32.d.ts","../node_modules/class-validator/types/decorator/string/IsBIC.d.ts","../node_modules/class-validator/types/decorator/string/IsBtcAddress.d.ts","../node_modules/class-validator/types/decorator/string/IsDataURI.d.ts","../node_modules/class-validator/types/decorator/string/IsEAN.d.ts","../node_modules/class-validator/types/decorator/string/IsEthereumAddress.d.ts","../node_modules/class-validator/types/decorator/string/IsHSL.d.ts","../node_modules/class-validator/types/decorator/string/IsIBAN.d.ts","../node_modules/class-validator/types/decorator/string/IsIdentityCard.d.ts","../node_modules/class-validator/types/decorator/string/IsISRC.d.ts","../node_modules/class-validator/types/decorator/string/IsLocale.d.ts","../node_modules/class-validator/types/decorator/string/IsMagnetURI.d.ts","../node_modules/class-validator/types/decorator/string/IsMimeType.d.ts","../node_modules/class-validator/types/decorator/string/IsOctal.d.ts","../node_modules/class-validator/types/decorator/string/IsPassportNumber.d.ts","../node_modules/class-validator/types/decorator/string/IsPostalCode.d.ts","../node_modules/class-validator/types/decorator/string/IsRFC3339.d.ts","../node_modules/class-validator/types/decorator/string/IsRgbColor.d.ts","../node_modules/class-validator/types/decorator/string/IsSemVer.d.ts","../node_modules/class-validator/types/decorator/string/IsStrongPassword.d.ts","../node_modules/class-validator/types/decorator/string/IsTimeZone.d.ts","../node_modules/class-validator/types/decorator/string/IsBase58.d.ts","../node_modules/class-validator/types/decorator/string/is-tax-id.d.ts","../node_modules/class-validator/types/decorator/string/is-iso4217-currency-code.d.ts","../node_modules/class-validator/types/decorator/typechecker/IsBoolean.d.ts","../node_modules/class-validator/types/decorator/typechecker/IsDate.d.ts","../node_modules/class-validator/types/decorator/typechecker/IsNumber.d.ts","../node_modules/class-validator/types/decorator/typechecker/IsEnum.d.ts","../node_modules/class-validator/types/decorator/typechecker/IsInt.d.ts","../node_modules/class-validator/types/decorator/typechecker/IsString.d.ts","../node_modules/class-validator/types/decorator/typechecker/IsArray.d.ts","../node_modules/class-validator/types/decorator/typechecker/IsObject.d.ts","../node_modules/class-validator/types/decorator/array/ArrayContains.d.ts","../node_modules/class-validator/types/decorator/array/ArrayNotContains.d.ts","../node_modules/class-validator/types/decorator/array/ArrayNotEmpty.d.ts","../node_modules/class-validator/types/decorator/array/ArrayMinSize.d.ts","../node_modules/class-validator/types/decorator/array/ArrayMaxSize.d.ts","../node_modules/class-validator/types/decorator/array/ArrayUnique.d.ts","../node_modules/class-validator/types/decorator/object/IsNotEmptyObject.d.ts","../node_modules/class-validator/types/decorator/object/IsInstance.d.ts","../node_modules/class-validator/types/decorator/decorators.d.ts","../node_modules/class-validator/types/validation/ValidationTypes.d.ts","../node_modules/class-validator/types/validation/Validator.d.ts","../node_modules/class-validator/types/register-decorator.d.ts","../node_modules/class-validator/types/metadata/ValidationMetadataArgs.d.ts","../node_modules/class-validator/types/metadata/ValidationMetadata.d.ts","../node_modules/class-validator/types/metadata/ConstraintMetadata.d.ts","../node_modules/class-validator/types/metadata/MetadataStorage.d.ts","../node_modules/class-validator/types/index.d.ts","../src/types/adaptive/vidar/event.dto.ts","../src/types/adaptive/vidar/job.dto.ts","../src/types/adaptive/vidar/index.ts","../src/types/adaptive/vidar-new/vidar-new-job-base.dto.ts","../src/types/adaptive/vidar-new/vidar-new-job.dto.ts","../src/decorators/is-base64-or-na/is-base64-or-na-validation.decorator.ts","../src/decorators/is-base64-or-na/index.ts","../src/decorators/index.ts","../src/types/adaptive/vidar-new/vidar-new.event.dto.ts","../src/types/adaptive/micro/micro-job.dto.ts","../src/types/adaptive/vidar-new/vidar-new-job.type.ts","../src/types/adaptive/vidar-new/index.ts","../src/types/adaptive/micro/index.ts","../src/types/adaptive/index.ts","../src/types/platesmart/event.dto.ts","../src/types/platesmart/job.ts","../src/types/platesmart/index.ts","../src/types/rekor/event.dto.ts","../src/types/rekor/job.ts","../src/types/rekor/index.ts","../src/types/lpr/lpr-job.type.ts","../src/types/lpr/camera-type.ts","../src/types/lpr/lpr-direction.enum.ts","../src/types/lpr/lpr-job.interface.ts","../src/types/lpr/index.ts","../src/types/index.ts","../src/index.ts","../src/types/platesmart/orientation.enum.ts"],"fileInfos":[{"version":"dadcdf3a8c37080fb5bc64750a3c27b178e376ff02142f6df03ac0778850b622","affectsGlobalScope":true},"e8d2e50f9e8fdd312d31f97571b4c7295b8f29f7f8363498edae2a9eb113ee36","4b1854aec637e8e041eff02899e16fd3c0c78685c622336aadfd67e6604bbe1b","d6f7d47355a0167969e9a8eedfb0994f21e038d360965ec06c30f6871038900b","4735756aff7c5857de387f321633f272e2daba4950c427ab200de954340c7c13","4cac3201303b24c71d334bcdab63aee38b7424f51ba9f8884515705b7cba7606","f59097764af44b6038195f8ef1ac7fb21a8ab5ca66585982e3028430c6846ed6","80510205fb587019e1ad42bfbc046d4f55f3c5a1c8b3debca7d6fe0adc93959f",{"version":"4ccd8a7993c9cfb684fefc2d082674cbd1ee1bfc2e58df6e4320b729f8efdea6","affectsGlobalScope":true},{"version":"52c80cc26accc88eed5d64b7e518ab2435b6d81c1da13a6031dd66ba2fb2d68d","affectsGlobalScope":true},{"version":"c364b5b0e0598d670c5ef4468e6e256c8d3a26b229e7699b6499befb2978373f","affectsGlobalScope":true},{"version":"3c7bf0c38d837f3bcc222f55d3b1a5808dbbcb13dba2a891a0956e8d2625ae26","affectsGlobalScope":true},{"version":"1698099d91846788bb88832710d14690d1474ac5b911a4cc40c40640202549af","affectsGlobalScope":true},{"version":"5a8c535851f6cb0d376f135a2a6640dec8070d48d03072c2f1ab70528d7cb4fe","affectsGlobalScope":true},{"version":"28065193ddf88bf697915b9236d2d00a27e85726563e88474f166790376e10d8","affectsGlobalScope":true},{"version":"5ae8604583db39e78e2d0a0685186f2cb6816fcd107e4ec290aa21d67dc6d64e","affectsGlobalScope":true},{"version":"93244f18d7b4e03df9b368257cdbcc90e7f833c9fd473213c4d182d02bde5df6","affectsGlobalScope":true},{"version":"fabe256ae14920149045215ce771a898aa2698b1b91fabaf5b716b53a33e9f8e","affectsGlobalScope":true},{"version":"6bea5787583501f63a4038b4d90962d044f99ac739dda29d03bc0ce6702b8fba","affectsGlobalScope":true},{"version":"e5d8d715990d96a37f3521a3f1460679507b261eec1b42dc84d4de835997b794","affectsGlobalScope":true},{"version":"622b6f32c2b022056eaced4449675b73b963d2c95e812e7c994e9a1d678395e5","affectsGlobalScope":true},{"version":"a003a6051b48dc64eaa8ad83789e4c2a540f3482bed821053b6770969bd598fb","affectsGlobalScope":true},{"version":"e90857fa86cecc3bc964a2d7db9d95a0c406bebfadeb4853a01a0079936f12f7","affectsGlobalScope":true},{"version":"8bbb03589e48f10b49996064f35256e858d205dcb364428fb4cc045061b1d786","affectsGlobalScope":true},{"version":"5044747370afee4b4c247e8a14c2969d245bbcf8396295dc5a60c659d796a71f","affectsGlobalScope":true},{"version":"d42841f3fb4fc368f35cba018a81bd0b38f1d00ae9b0449a63ab47ac1bcaba10","affectsGlobalScope":true},{"version":"a894424c7058bcc77c1a3c92fe289c0ff93792e583e064c683d021879479f7b8","affectsGlobalScope":true},{"version":"8f03386d697248c5d356fd53f2729b920ea124cd1414a6c22de03c5d24729277","affectsGlobalScope":true},{"version":"21ac76354ecc1324ee2e31ac5fcebfa91b1b6beb3e8c3fe6f3988538e9629c73","affectsGlobalScope":true},{"version":"0f71e010899461f256a976d1bece8f39710a8661ced0ae3a4a757f61e0b0200d","affectsGlobalScope":true},{"version":"fe7acdc1039eca904399190766d1c8766b7d2621413f972c8542dddd69612097","affectsGlobalScope":true},{"version":"c25aa843b930662d62f0e853dd1f347d08b66cdec09bd760151d4ba6ce220fe6","affectsGlobalScope":true},{"version":"3e47477f297e4fa0d556c40a872c2c45bddefa487fd054bf1f80bceb527a682b","affectsGlobalScope":true},{"version":"a902be9f4116b449dbac07ffe3f4d69abb664f8eddfaeb892225612469213788","affectsGlobalScope":true},{"version":"155d8d1e367e05af5e5708a860825785f00eabae01744cf7bc569664301415a4","affectsGlobalScope":true},{"version":"5b30b81cdeb239772daf44e6c0d5bf6adec9dbf8d534ed25c9a0e8a43b9abfff","affectsGlobalScope":true},{"version":"061f40294b7ad6ac2167c63159a20a50cee9f90299bf15584c35b251fef62990","affectsGlobalScope":true},{"version":"d836a4258d6b5ee12054b802002d7c9c5eb6a1adb6a654f0ee9429cbda03e1a0","affectsGlobalScope":true},{"version":"c021bff90eb33d29edfde16c9b861097bbf99aa290726d0d0ac65330aa7be85a","affectsGlobalScope":true},{"version":"1c4e64dc374ea5922d7632a52b167187ba7c7e35b34d3c1e22625be66ca1576d","affectsGlobalScope":true},{"version":"cd1bebc4db8fb52c5618ecad3f511f62c78921451c198220c5b2ee5610b4d7b9","affectsGlobalScope":true},{"version":"60232641bf6d841a87a1a6b1712c981fbf19101716f3ef061c325e4b15fcf616","affectsGlobalScope":true},{"version":"868df11ccdabb6de564f70b68aa6b379a243ef32c8f6ee6dc71056a3dd54578a","affectsGlobalScope":true},{"version":"cebef4c7f9b6afb02cd08e7288fab05d0be3e3c898c720775b8aa286e9f7cfed","affectsGlobalScope":true},{"version":"7e3c49afe9bf537f68ce2487d7996c6e5c2350c0f250939726add1efcb1bcf01","affectsGlobalScope":true},{"version":"6edba3b6648ad3377e6bab703ac0bf9e5bd1a8c7bdf627aba60d672fb67e3c6b","affectsGlobalScope":true},"5a42273482071face8b93615b0aa0d3fe35040110bd91b99bec631443355b460","9cd1a864ce8310931a46ea359c8e1d1083ba47bb9aaaee6c8e3a35c8e6b056c3","8c09146ed9033871feee7a28e117c3ab459deccde6760821854ce1b9d1baf653","0bf583d21b9bec3f54feff03357ed786445e556e5ab8f2454fdf3cf3cf208a21","936cee2e50f2838eb421eb6bdccb0540698da0f8d5e7dfcb2e9d98e260b4576e","cb5eaaa2a079305b1c5344af739b29c479746f7a7aefffc7175d23d8b7c8dbb0","71e1f9be523db70cb9bfb996fff45b70919a5edaccd9ce605b7387a0e64e1049","56749bf8b557c4c76181b2fd87e41bde2b67843303ae2eabb299623897d704d6","5a6fbec8c8e62c37e9685a91a6ef0f6ecaddb1ee90f7b2c2b71b454b40a0d9a6","e7435f2f56c50688250f3b6ef99d8f3a1443f4e3d65b4526dfb31dfd4ba532f8","6fc56a681a637069675b2e11b4aa105efe146f7a88876f23537e9ea139297cf9","33b7f4106cf45ae7ccbb95acd551e9a5cd3c27f598d48216bda84213b8ae0c7e","542c82f0d719084ec6dde3ce4a69be8db0f5fa3ea1e38129f95ee6897b82de78","c5079a23a0200a682ec3db25bc789d6cee4275b676a86ec1a3964d919b977e6a","8bcb884d06860a129dbffa3500d51116d9d1040bb3bf1c9762eb2f1e7fd5c85c","e55c0f31407e1e4eee10994001a4f570e1817897a707655f0bbe4d4a66920e9e","a37c2194c586faa8979f50a5c5ca165b0903d31ee62a9fe65e4494aa099712c0","6602339ddc9cd7e54261bda0e70fb356d9cdc10e3ec7feb5fa28982f8a4d9e34","7ffaa736b8a04b0b8af66092da536f71ef13a5ef0428c7711f32b94b68f7c8c8","7b4930d666bbe5d10a19fcc8f60cfa392d3ad3383b7f61e979881d2c251bc895","46342f04405a2be3fbfb5e38fe3411325769f14482b8cd48077f2d14b64abcfb","8fa675c4f44e6020328cf85fdf25419300f35d591b4f56f56e00f9d52b6fbb3b","ba98f23160cfa6b47ee8072b8f54201f21a1ee9addc2ef461ebadf559fe5c43a","45a4591b53459e21217dc9803367a651e5a1c30358a015f27de0b3e719db816b","9ef22bee37885193b9fae7f4cad9502542c12c7fe16afe61e826cdd822643d84","b0451895b894c102eed19d50bd5fcb3afd116097f77a7d83625624fafcca8939","bce17120b679ff4f1be70f5fe5c56044e07ed45f1e555db6486c6ded8e1da1c8","7590477bfa2e309e677ff7f31cb466f377fcd0e10a72950439c3203175309958","3f9ebd554335d2c4c4e7dc67af342d37dc8f2938afa64605d8a93236022cc8a5","1c077c9f6c0bc02a36207994a6e92a8fbf72d017c4567f640b52bf32984d2392","600b42323925b32902b17563654405968aa12ee39e665f83987b7759224cc317","32c8f85f6b4e145537dfe61b94ddd98b47dbdd1d37dc4b7042a8d969cd63a1aa","2426ed0e9982c3d734a6896b697adf5ae93d634b73eb15b48da8106634f6d911","057431f69d565fb44c246f9f64eac09cf309a9af7afb97e588ebef19cc33c779","960d026ca8bf27a8f7a3920ee50438b50ec913d635aa92542ca07558f9c59eca","14aaa5b8938496377d38e90d2b6f8cb1eabf8fe1ffb86e29233ab14977afd178","252eb4750d0439d1674ad0dc30d2a2a3e4655e08ad9e58a7e236b21e78d1d540","e344b4a389bb2dfa98f144f3f195387a02b6bdb69deed4a96d16cc283c567778","9eb48a18d9d78d2dc2683bfb79d083954d13cf066d9579cbdb8652b86601fbd7","2f4f96af192dc44a12bf238bcc08ebac498c9073f459740f6497fe0f8e1a432c","c5b3da7e2ecd5968f723282aba49d8d1a2e178d0afe48998dad93f81e2724091","efd2860dc74358ffa01d3de4c8fa2f966ae52c13c12b41ad931c078151b36601","09acacae732e3cc67a6415026cfae979ebe900905500147a629837b790a366b3","72154a9d896b0a0aed69fd2a58aa5aa8ab526078a65ff92f0d3c2237e9992610","99236ea5c4c583082975823fd19bcce6a44963c5c894e20384bc72e7eccf9b03","f6688a02946a3f7490aa9e26d76d1c97a388e42e77388cbab010b69982c86e9e","b027979b9e4e83be23db2d81e01d973b91fefe677feb93823486a83762f65012","0abbfb2bf7b8bec843fc02b083414060449dba628b5515fad0dd0200c183c367","b432e80d77b67b520142ee72b0aab3510fb56674767d5675fad4b719811e48dc","1cddd2e23f7adf5692324c97772d73e7b3b3b5738d9ccc252e933bc93927c749","cb579ce9fd139ab7fe2b498221035ee3fe9309edaa0ce5d1641e2732f055cbc0","506bc8f4d2d639bebb120e18d3752ddeee11321fd1070ad2ce05612753c628d6","4069e28d9ec7bb86c714d2d11b5811ebca88c114c12df3fb56b8fec4423dcf18","1977f62a560f3b0fc824281fd027a97ce06c4b2d47b408f3a439c29f1e9f7e10","627570f2487bd8d899dd4f36ecb20fe0eb2f8c379eff297e24caba0c985a6c43","445bbd11741254b30eb904776cbebc72b9d13b35e6a04a0dda331a7bbafe2428","85c9be6b38726347f80c528c950302900db744b558a95206c4de12e1d99b2dee","735baa325c8211ac962fa5927fa69d3702666d1247ceb16bf94c789ccd7bef26","9e82194af3a7d314ccbc64bb94bfb62f4bfea047db3422a7f6c5caf2d06540a9","083d6f3547ccbf25dfa37b950c50bee6691ed5c42107f038cc324dbca1e173ae","952a9eab21103b79b7a6cca8ad970c3872883aa71273f540285cad360c35da40","8ba48776335db39e0329018c04486907069f3d7ee06ce8b1a6134b7d745271cc","e6d5809e52ed7ef1860d1c483e005d1f71bab36772ef0fd80d5df6db1da0e815","6ee38318bdaa2852d9309e92842f099a9f40c5d3c5aff3833066c02ffd42dade","6ae7c7ada66314a0c3acfbf6f6edf379a12106d8d6a1a15bd35bd803908f2c31","e4b1e912737472765e6d2264b8721995f86a463a1225f5e2a27f783ecc013a7b","97146bbe9e6b1aab070510a45976faaf37724c747a42d08563aeae7ba0334b4f","c40d552bd2a4644b0617ec2f0f1c58618a25d098d2d4aa7c65fb446f3c305b54","ecb4c715f74eb8b0e289c87483f8a4933dfa566f0745b4c86231a077e2f13fea","424ddba00938bb9ae68138f1d03c669f43556fc3e9448ed676866c864ca3f1d6","a0fe12181346c8404aab9d9a938360133b770a0c08b75a2fce967d77ca4b543f","3cc6eb7935ff45d7628b93bb6aaf1a32e8cb3b24287f9e75694b607484b377b3","51451e948351903941a53ed002977984413a3e6a24f748339dd1ed156a6122bf","efd463021ccc91579ed8ae62584176baab2cd407c555c69214152480531a2072","29647c3b79320cfeecb5862e1f79220e059b26db2be52ea256df9cf9203fb401","e8cdefd2dc293cb4866ee8f04368e7001884650bb0f43357c4fe044cc2e1674f","582a3578ebba9238eb0c5d30b4d231356d3e8116fea497119920208fb48ccf85","185eae4a1e8a54e38f36cd6681cfa54c975a2fc3bc2ba6a39bf8163fac85188d","beb10125df9f84e4fdb9cfbc873127c2675fa80b7ac8ab47271da013d6deb964","132ec821b2aa219bf651f4617011e4c3e35914be27fd893804dd5553a98127b5","cee72255e129896f0240ceb58c22e207b83d2cc81d8446190d1b4ef9b507ccd6","3b54670e11a8d3512f87e46645aa9c83ae93afead4a302299a192ac5458aa586","c2fc4d3a130e9dc0e40f7e7d192ef2494a39c37da88b5454c8adf143623e5979","2e693158fc1eedba3a5766e032d3620c0e9c8ad0418e4769be8a0f103fdb52cd","516275ccf3e66dc391533afd4d326c44dd750345b68bb573fc592e4e4b74545f","07c342622568693847f6cb898679402dd19740f815fd43bec996daf24a1e2b85","97a9a666237c856414a5e728d6319ddafa5004c3e551ab6188499d37326addcb","c67b5331d5d7c5f0e3aff3b802fe4f1a0839aa607ea054999a580bd4cb92a910","6aacd53b14c96a0cd21435cae68eabe6d9a3d78dc5442ec6edcf391efd7989ef","a4096686f982f6977433ee9759ecbef49da29d7e6a5d8278f0fbc7b9f70fce12","2eb279b2ae63cf59b419eb41c4ccd8f0850a7114c0a6a0da386286799f62c38b","9c9b902ae773d4c1ca6bb8f05e06b1dc6ffe7514463e3ee9b9e28153014836ee","86df53d43eccf5f18b4bc8f876932bd8a4a2a9601eb06bbba13f937f3b2a2377","2147f8d114cf58c05106c3dccea9924d069c69508b5980ed4011d2b648af2ffe","edb8332e0c7c7ec8f8f321c96d29c80d5e90de63efdb1b96ad8299d383d4b6b9","fe61f001bd4bd0a374daa75a2ba6d1bb12c849060a607593a3d9a44e6b1df590","cfe8221c909ad721b3da6080570553dea2f0e729afbdbcf2c141252cf22f39b5","34e89249b6d840032b9acdec61d136877f84f2cd3e3980355b8a18f119809956","6f36ff8f8a898184277e7c6e3bf6126f91c7a8b6a841f5b5e6cb415cfc34820e","4b6378c9b1b3a2521316c96f5c777e32a1b14d05b034ccd223499e26de8a379c","07be5ae9bf5a51f3d98ffcfacf7de2fe4842a7e5016f741e9fad165bb929be93","cb1b37eda1afc730d2909a0f62cac4a256276d5e62fea36db1473981a5a65ab1","195f855b39c8a6e50eb1f37d8f794fbd98e41199dffbc98bf629506b6def73d7","da32b37d9dec18a1e66ce7a540c1a466c0a7499a02819a78c049810f8c80ec8f","108314a60f3cb2454f2d889c1fb8b3826795399e5d92e87b2918f14d70c01e69","d75cc838286d6b1260f0968557cd5f28495d7341c02ac93989fb5096deddfb47","d531dc11bb3a8a577bd9ff83e12638098bfc9e0856b25852b91aac70b0887f2a","19968b998a2ab7dfd39de0c942fc738b2b610895843fec25477bc393687babd8","c0e6319f0839d76beed6e37b45ec4bb80b394d836db308ae9db4dea0fe8a9297","1a7b11be5c442dab3f4af9faf20402798fddf1d3c904f7b310f05d91423ba870","f7d710adfc71513c378d52b898c45b0e03c068dc0a39116dc70fcee5198db326","2c817fa37b3d2aa72f01ce4d3f93413a7fbdecafe1b9fb7bd7baaa1bbd46eb08","682203aed293a0986cc2fccc6321d862742b48d7359118ac8f36b290d28920d2","7406d75a4761b34ce126f099eafe6643b929522e9696e5db5043f4e5c74a9e40","a6c48d85f87e1e6380d197ea96df7af736e440884e27474bcc0add1b5b6d81f3","ea1f9c60a912065c08e0876bd9500e8fa194738855effb4c7962f1bfb9b1da86","903f34c920e699dacbc483780b45d1f1edcb1ebf4b585a999ece78e403bb2db3","100ebfd0470433805c43be5ae377b7a15f56b5d7181c314c21789c4fe9789595","12533f60d36d03d3cf48d91dc0b1d585f530e4c9818a4d695f672f2901a74a86","21d9968dad7a7f021080167d874b718197a60535418e240389d0b651dd8110e7","2ef7349b243bce723d67901991d5ad0dfc534da994af61c7c172a99ff599e135","fa103f65225a4b42576ae02d17604b02330aea35b8aaf889a8423d38c18fa253","1b9173f64a1eaee88fa0c66ab4af8474e3c9741e0b0bd1d83bfca6f0574b6025","1b212f0159d984162b3e567678e377f522d7bee4d02ada1cc770549c51087170","46bd71615bdf9bfa8499b9cfce52da03507f7140c93866805d04155fa19caa1b","86cb49eb242fe19c5572f58624354ffb8743ff0f4522428ebcabc9d54a837c73","fc2fb9f11e930479d03430ee5b6588c3788695372b0ab42599f3ec7e78c0f6d5","bb1e5cf70d99c277c9f1fe7a216b527dd6bd2f26b307a8ab65d24248fb3319f5","817547eacf93922e22570ba411f23e9164544dead83e379c7ae9c1cfc700c2cf","a728478cb11ab09a46e664c0782610d7dd5c9db3f9a249f002c92918ca0308f7","9e91ef9c3e057d6d9df8bcbfbba0207e83ef9ab98aa302cf9223e81e32fdfe8d","66d30ef7f307f95b3f9c4f97e6c1a5e4c462703de03f2f81aca8a1a2f8739dbd","293ca178fd6c23ed33050052c6544c9d630f9d3b11d42c36aa86218472129243","90a4be0e17ba5824558c38c93894e7f480b3adf5edd1fe04877ab56c56111595","fadd55cddab059940934df39ce2689d37110cfe37cc6775f06b0e8decf3092d7","91324fe0902334523537221b6c0bef83901761cfd3bd1f140c9036fa6710fa2b","b4f3b4e20e2193179481ab325b8bd0871b986e1e8a8ed2961ce020c2dba7c02d","41744c67366a0482db029a21f0df4b52cd6f1c85cbc426b981b83b378ccb6e65","c3f3cf7561dd31867635c22f3c47c8491af4cfa3758c53e822a136828fc24e5d","a88ddea30fae38aa071a43b43205312dc5ff86f9e21d85ba26b14690dc19d95e","b5b2d0510e5455234016bbbaba3839ca21adbc715d1b9c3d6dede7d411a28545","5515f17f45c6aafe6459afa3318bba040cb466a8d91617041566808a5fd77a44","4df1f0c17953b0450aa988c9930061f8861b114e1649e1a16cfd70c5cbdf8d83","441104b363d80fe57eb79a50d495e0b7e3ebeb45a5f0d1a4067d71ef75e8fbfa","8c1b072afedeb5f28f953a011f82ec294ad8259896b77daeb8fc3b78b33baaf1","0d11278f4903bae288cec5ad582549433fd90c7e3a1634de237e103e0daa3ff4","6a2afa777969fc59b48ac448842ce08daff8a38966b447a71dd779664a5c5dee","17a4c985a586a576205f299f9683baa9530ea39aeb298bfa8a261b1e281acaa3","b76ee7c09e8b28aeb28ce10c1deb6349c93e37f13f17bb672056e0f18e7a8f66","a62636c0eff91ee5f84fed615d8483c5ebf75e68e73287a6f5255d0ae8e437fa","d8b5835178ec3654e004f3e119a95e207aab96afea536cb831ba3669cf397ff2","c01ef02cd0ba47cd0b2b370b9f1d1d47fbde3997448342f71eac59b622c73b4d","2a718d021c4455cbc0da51081cb96bf3330f789a8e412e0a3099a8e8beac1bc8","5508c6b9c9379243b607b3bafa1ae148490a146674bec6e3fd8399cbc28c07d5","85c51959c72e760991607de0cae11f7d1a5160dac1ac19e61aaa0c4f3a77b024","67f81aeec58f8a19344654331c1def4b77296ea1bb4de649a08554febc8df8e6","03cea3ee9ac0b0c6dd3c68f50a016e80e15e3c063b9d6bd6b34fd2246eb5bba1","ede199377826ad063bd5b03c2cca9d818a19ff0fb6e0fdcfff5858a027493a59","61393f193961850d7c3a7e9e054ccc216fd107704c75fc805470f55a37bf7d4d","f9e5e5a3ea1066d4e2fcf0f0f9753c7a2446a1ce17a1935158074856b1c678c5","800819fe3af1815e3e91cac123c43316d5980979f37027bac03a3623f6d05695","d78856db2e438c0c98ce71054a586b8be9fcab3864c7fa8cbddbbf0dcd50187b","93a8df7d140003a7e3dd216f98a6bee14c1d394754a8421c31e7e35f8ada2ea5","76dbe8fd57053d656ec46311c0da3a59aebeb377592865185e70152cd43cee05","c560d946bb952997ee6737a33adfddb70c2f690e10da30b492b409993a8f70ad","bebc4b74279ebb6fc509ae004d42cbf3892bdc8496224a1c10edc07125870574","a33b7b3f62cb727a492e018fa2969ffcbdfcdf33467b743e7beb7b45f395ca4a","969243a491d18f3c351061cdc074c0933f1f5f46c2b153d198254858e996c23e","eb1d130ae2a6ce8fb4237d4f3437f99ca527278ea1c9d22b3fa2ef5746903320","e27d0510726b828112e2deffad427299f4e773b8e168fd92d39c8d04aaf9ac61","d5c19655468e29f60c871b21e73af8ebc653f736e7123ade916f22c4a5f80ce5","6d296355bc27ee27f686d275492e1897ee158acd5027c54e8ecad29a653108ad"],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"emitDecoratorMetadata":true,"experimentalDecorators":true,"module":1,"noFallthroughCasesInSwitch":false,"noImplicitAny":false,"outDir":"./","removeComments":true,"skipLibCheck":true,"sourceMap":true,"strictNullChecks":false,"target":8},"fileIdsList":[[85,86,87,88,89,90,91,92,93],[94],[56],[57],[56,57,62],[58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181],[57,94],[57,134],[52,53,54,55,56,57,62,182,183,184,185,189],[62],[54,187,188],[56,186],[57,62],[52,53],[133],[197],[196],[190],[216],[48,49],[48],[50,193,202,203],[200],[202],[194,195,199,201],[51],[194],[195,200],[51,190,198],[51,190],[51,191,192],[191],[204,207,210,215],[211,212,213,214],[207,212,213],[204,210],[205,206],[205],[208,209]],"referencedMap":[[94,1],[85,2],[57,3],[174,4],[178,4],[177,4],[175,4],[176,4],[179,4],[58,4],[70,4],[59,4],[72,4],[74,4],[67,4],[68,4],[69,4],[73,4],[75,4],[60,4],[71,4],[61,4],[63,5],[64,4],[65,4],[66,4],[82,4],[81,4],[182,6],[76,4],[78,4],[77,4],[79,4],[80,4],[181,4],[180,4],[83,4],[95,7],[96,7],[98,4],[143,4],[142,4],[163,4],[99,4],[140,4],[144,4],[100,4],[101,4],[102,7],[145,4],[139,7],[97,7],[146,4],[103,7],[147,4],[104,7],[127,4],[105,4],[148,4],[106,4],[137,7],[108,4],[109,4],[149,4],[111,4],[113,4],[114,4],[120,4],[121,4],[115,7],[151,4],[138,7],[150,7],[116,4],[117,4],[152,4],[118,4],[110,7],[153,4],[136,4],[154,4],[119,7],[122,4],[123,4],[141,7],[155,4],[156,4],[135,8],[112,4],[157,7],[158,4],[159,4],[160,4],[161,7],[124,4],[162,4],[126,4],[128,4],[125,7],[107,4],[129,4],[132,4],[130,4],[131,4],[84,4],[165,4],[164,4],[172,4],[166,4],[167,4],[169,4],[170,4],[168,4],[173,4],[171,4],[190,9],[188,10],[189,11],[187,12],[186,4],[185,13],[184,14],[62,3],[134,15],[198,16],[197,17],[196,18],[217,19],[50,20],[49,21],[204,22],[203,23],[200,24],[202,25],[194,26],[195,27],[201,28],[199,29],[191,30],[193,31],[192,32],[216,33],[215,34],[214,35],[211,36],[207,37],[206,38],[210,39]],"exportedModulesMap":[[94,1],[85,2],[57,3],[174,4],[178,4],[177,4],[175,4],[176,4],[179,4],[58,4],[70,4],[59,4],[72,4],[74,4],[67,4],[68,4],[69,4],[73,4],[75,4],[60,4],[71,4],[61,4],[63,5],[64,4],[65,4],[66,4],[82,4],[81,4],[182,6],[76,4],[78,4],[77,4],[79,4],[80,4],[181,4],[180,4],[83,4],[95,7],[96,7],[98,4],[143,4],[142,4],[163,4],[99,4],[140,4],[144,4],[100,4],[101,4],[102,7],[145,4],[139,7],[97,7],[146,4],[103,7],[147,4],[104,7],[127,4],[105,4],[148,4],[106,4],[137,7],[108,4],[109,4],[149,4],[111,4],[113,4],[114,4],[120,4],[121,4],[115,7],[151,4],[138,7],[150,7],[116,4],[117,4],[152,4],[118,4],[110,7],[153,4],[136,4],[154,4],[119,7],[122,4],[123,4],[141,7],[155,4],[156,4],[135,8],[112,4],[157,7],[158,4],[159,4],[160,4],[161,7],[124,4],[162,4],[126,4],[128,4],[125,7],[107,4],[129,4],[132,4],[130,4],[131,4],[84,4],[165,4],[164,4],[172,4],[166,4],[167,4],[169,4],[170,4],[168,4],[173,4],[171,4],[190,9],[188,10],[189,11],[187,12],[186,4],[185,13],[184,14],[62,3],[134,15],[198,16],[197,17],[196,18],[217,19],[50,20],[49,21],[204,22],[203,23],[200,24],[202,25],[194,26],[195,27],[201,28],[199,29],[191,30],[193,31],[192,32],[216,33],[215,34],[214,35],[211,36],[207,37],[206,38],[210,39]],"semanticDiagnosticsPerFile":[94,85,86,87,88,89,90,91,92,93,55,57,174,178,177,175,176,179,58,70,59,72,74,67,68,69,73,75,60,71,61,63,64,65,66,82,81,182,76,78,77,79,80,181,180,83,95,96,98,143,142,163,99,140,144,100,101,102,145,139,97,146,103,147,104,127,105,148,106,137,108,109,149,111,113,114,120,121,115,151,138,150,116,117,152,118,110,153,136,154,119,122,123,141,155,156,135,112,157,158,159,160,161,124,162,126,128,125,107,129,132,130,131,84,165,164,172,166,167,169,170,168,173,171,190,188,189,187,186,185,54,56,52,183,184,62,53,134,133,198,197,196,217,48,50,49,204,203,200,202,194,195,201,199,191,193,192,51,216,212,215,213,214,211,205,207,206,218,208,210,209,9,10,14,13,2,15,16,17,18,19,20,21,22,3,4,26,23,24,25,27,28,29,5,30,31,32,33,6,34,35,36,37,7,42,38,39,40,41,8,47,46,43,44,45,1,12,11]},"version":"4.5.4"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
export declare class AdaptiveEventDto {
|
|
2
|
+
DetectorVersion: number;
|
|
3
|
+
DetectorID: string;
|
|
4
|
+
DetectorClassID: number;
|
|
5
|
+
DetectorClass: string;
|
|
6
|
+
EventTime: string;
|
|
7
|
+
EventTriggerTime: string;
|
|
8
|
+
State: string;
|
|
9
|
+
EventCode: 114;
|
|
10
|
+
EventInfo: EventInfo;
|
|
11
|
+
EventID: string;
|
|
12
|
+
DetectorEventType: string;
|
|
13
|
+
Config: DetectorConfig;
|
|
14
|
+
Device?: DeviceInfo;
|
|
15
|
+
}
|
|
16
|
+
export declare class EventInfo {
|
|
17
|
+
Text: string;
|
|
18
|
+
Confidence: number;
|
|
19
|
+
Country: string;
|
|
20
|
+
CountryCode: number;
|
|
21
|
+
Coords: number[];
|
|
22
|
+
BackgroundColor: string;
|
|
23
|
+
DedicatedAreaColor: string;
|
|
24
|
+
TextColor: string;
|
|
25
|
+
CharacterSize: number;
|
|
26
|
+
Direction: 'Approaching' | 'Moving away' | 'Unknown';
|
|
27
|
+
TriggerSource: TriggerSource;
|
|
28
|
+
MMR: MMR;
|
|
29
|
+
}
|
|
30
|
+
export declare class TriggerSource {
|
|
31
|
+
Name: string;
|
|
32
|
+
Source: string;
|
|
33
|
+
Timestamp: string;
|
|
34
|
+
}
|
|
35
|
+
export declare class MMR {
|
|
36
|
+
Category: string;
|
|
37
|
+
Make: string;
|
|
38
|
+
Model: string;
|
|
39
|
+
Color: string;
|
|
40
|
+
CategoryConfidence: number;
|
|
41
|
+
MakeAndModelConfidence: number;
|
|
42
|
+
ColorConfidence: number;
|
|
43
|
+
}
|
|
44
|
+
export declare class DetectorConfig {
|
|
45
|
+
Class: string;
|
|
46
|
+
DetectorClass: string;
|
|
47
|
+
Version: number;
|
|
48
|
+
DetectorClassID: number;
|
|
49
|
+
BuiltIn: boolean;
|
|
50
|
+
DetectorID: string;
|
|
51
|
+
DisplayName: string;
|
|
52
|
+
Description: string;
|
|
53
|
+
ViolationTimeMs: number;
|
|
54
|
+
RestoreDelayMs: number;
|
|
55
|
+
FpsLimit: number;
|
|
56
|
+
Enabled: boolean;
|
|
57
|
+
Mode: string;
|
|
58
|
+
Filter: string;
|
|
59
|
+
Whitelist: boolean;
|
|
60
|
+
Masks: object;
|
|
61
|
+
}
|
|
62
|
+
export declare class DeviceInfo {
|
|
63
|
+
Name: string;
|
|
64
|
+
Description: string;
|
|
65
|
+
Location: {
|
|
66
|
+
GPS: {
|
|
67
|
+
Latitude: number;
|
|
68
|
+
Longitude: number;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
Serial: string;
|
|
72
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeviceInfo = exports.DetectorConfig = exports.MMR = exports.TriggerSource = exports.EventInfo = exports.AdaptiveEventDto = void 0;
|
|
4
|
+
class AdaptiveEventDto {
|
|
5
|
+
}
|
|
6
|
+
exports.AdaptiveEventDto = AdaptiveEventDto;
|
|
7
|
+
class EventInfo {
|
|
8
|
+
}
|
|
9
|
+
exports.EventInfo = EventInfo;
|
|
10
|
+
class TriggerSource {
|
|
11
|
+
}
|
|
12
|
+
exports.TriggerSource = TriggerSource;
|
|
13
|
+
class MMR {
|
|
14
|
+
}
|
|
15
|
+
exports.MMR = MMR;
|
|
16
|
+
class DetectorConfig {
|
|
17
|
+
}
|
|
18
|
+
exports.DetectorConfig = DetectorConfig;
|
|
19
|
+
class DeviceInfo {
|
|
20
|
+
}
|
|
21
|
+
exports.DeviceInfo = DeviceInfo;
|
|
22
|
+
//# sourceMappingURL=event.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event.dto.js","sourceRoot":"","sources":["../../../../src/types/adaptive/einar/event.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,gBAAgB;CAc5B;AAdD,4CAcC;AAED,MAAa,SAAS;CAarB;AAbD,8BAaC;AAED,MAAa,aAAa;CAIzB;AAJD,sCAIC;AAED,MAAa,GAAG;CAQf;AARD,kBAQC;AAED,MAAa,cAAc;CAiB1B;AAjBD,wCAiBC;AAED,MAAa,UAAU;CAUtB;AAVD,gCAUC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./event.dto"), exports);
|
|
14
|
+
__exportStar(require("./job.dto"), exports);
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/adaptive/einar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA4B;AAC5B,4CAA0B"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AdaptiveJob = void 0;
|
|
4
|
+
const event_dto_1 = require("./event.dto");
|
|
5
|
+
class AdaptiveJob extends event_dto_1.AdaptiveEventDto {
|
|
6
|
+
}
|
|
7
|
+
exports.AdaptiveJob = AdaptiveJob;
|
|
8
|
+
//# sourceMappingURL=job.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"job.dto.js","sourceRoot":"","sources":["../../../../src/types/adaptive/einar/job.dto.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAE/C,MAAa,WAAY,SAAQ,4BAAgB;CAMhD;AAND,kCAMC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./einar"), exports);
|
|
14
|
+
__exportStar(require("./vidar"), exports);
|
|
15
|
+
__exportStar(require("./vidar-new"), exports);
|
|
16
|
+
__exportStar(require("./micro"), exports);
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/adaptive/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAwB;AACxB,0CAAwB;AACxB,8CAA4B;AAC5B,0CAAwB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './micro-job.dto';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./micro-job.dto"), exports);
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/adaptive/micro/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAgC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MicroJob = void 0;
|
|
4
|
+
const vidar_new_1 = require("../vidar-new");
|
|
5
|
+
class MicroJob extends vidar_new_1.VidarNewJobBase {
|
|
6
|
+
}
|
|
7
|
+
exports.MicroJob = MicroJob;
|
|
8
|
+
//# sourceMappingURL=micro-job.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"micro-job.dto.js","sourceRoot":"","sources":["../../../../src/types/adaptive/micro/micro-job.dto.ts"],"names":[],"mappings":";;;AAAA,4CAA+C;AAE/C,MAAa,QAAS,SAAQ,2BAAe;CAE5C;AAFD,4BAEC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.VidarEventDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class VidarEventDto {
|
|
15
|
+
}
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, class_validator_1.IsString)(),
|
|
18
|
+
__metadata("design:type", String)
|
|
19
|
+
], VidarEventDto.prototype, "cameraId", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, class_validator_1.IsNumberString)(),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], VidarEventDto.prototype, "vidarEventId", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, class_validator_1.IsNumberString)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], VidarEventDto.prototype, "eventTimestamp", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, class_validator_1.IsString)(),
|
|
30
|
+
(0, class_validator_1.Length)(0, 3),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], VidarEventDto.prototype, "state", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, class_validator_1.IsString)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], VidarEventDto.prototype, "text", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_validator_1.IsIn)(['0', '1', '2']),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], VidarEventDto.prototype, "direction", void 0);
|
|
41
|
+
exports.VidarEventDto = VidarEventDto;
|
|
42
|
+
//# sourceMappingURL=event.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event.dto.js","sourceRoot":"","sources":["../../../../src/types/adaptive/vidar/event.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AAGzE,MAAa,aAAa;CAmBzB;AAjBG;IADC,IAAA,0BAAQ,GAAE;;+CACM;AAGjB;IADC,IAAA,gCAAc,GAAE;;mDACI;AAGrB;IADC,IAAA,gCAAc,GAAE;;qDACM;AAIvB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,CAAC,EAAE,CAAC,CAAC;;4CACC;AAGd;IADC,IAAA,0BAAQ,GAAE;;2CACE;AAGb;IADC,IAAA,sBAAI,EAAC,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC;;gDACI;AAlB9B,sCAmBC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./vidar-direction.enum"), exports);
|
|
14
|
+
__exportStar(require("./event.dto"), exports);
|
|
15
|
+
__exportStar(require("./job.dto"), exports);
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/adaptive/vidar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAuC;AACvC,8CAA4B;AAC5B,4CAA0B"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VidarJob = void 0;
|
|
4
|
+
const event_dto_1 = require("./event.dto");
|
|
5
|
+
class VidarJob extends event_dto_1.VidarEventDto {
|
|
6
|
+
}
|
|
7
|
+
exports.VidarJob = VidarJob;
|
|
8
|
+
//# sourceMappingURL=job.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"job.dto.js","sourceRoot":"","sources":["../../../../src/types/adaptive/vidar/job.dto.ts"],"names":[],"mappings":";;;AAAA,2CAA4C;AAE5C,MAAa,QAAS,SAAQ,yBAAa;CAM1C;AAND,4BAMC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vidar-direction.enum.js","sourceRoot":"","sources":["../../../../src/types/adaptive/vidar/vidar-direction.enum.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./vidar-new-job.dto"), exports);
|
|
14
|
+
__exportStar(require("./vidar-new-job-base.dto"), exports);
|
|
15
|
+
__exportStar(require("./vidar-new.event.dto"), exports);
|
|
16
|
+
__exportStar(require("./vidar-new-job.type"), exports);
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/adaptive/vidar-new/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sDAAoC;AACpC,2DAAyC;AACzC,wDAAsC;AACtC,uDAAqC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { VidarDirection } from '../vidar/vidar-direction.enum';
|
|
2
|
+
export declare class VidarNewJobBase {
|
|
3
|
+
cameraId: string;
|
|
4
|
+
vidarEventId: string;
|
|
5
|
+
eventTimestamp: string;
|
|
6
|
+
state: string;
|
|
7
|
+
text: string;
|
|
8
|
+
direction: VidarDirection;
|
|
9
|
+
latitude: string;
|
|
10
|
+
longitude: string;
|
|
11
|
+
eventId: string;
|
|
12
|
+
payloadTimestamp: number;
|
|
13
|
+
vehicleImageUrl: string;
|
|
14
|
+
plateImageUrl: string;
|
|
15
|
+
}
|