@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/tsconfig.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"module": "commonjs",
|
|
4
|
+
"declaration": true,
|
|
5
|
+
"removeComments": true,
|
|
6
|
+
"emitDecoratorMetadata": true,
|
|
7
|
+
"experimentalDecorators": true,
|
|
8
|
+
"allowSyntheticDefaultImports": true,
|
|
9
|
+
"target": "ES2021",
|
|
10
|
+
"sourceMap": true,
|
|
11
|
+
"outDir": "./dist",
|
|
12
|
+
"baseUrl": "./",
|
|
13
|
+
"incremental": true,
|
|
14
|
+
"skipLibCheck": true,
|
|
15
|
+
"strictNullChecks": false,
|
|
16
|
+
"noImplicitAny": false,
|
|
17
|
+
"strictBindCallApply": false,
|
|
18
|
+
"forceConsistentCasingInFileNames": false,
|
|
19
|
+
"noFallthroughCasesInSwitch": false
|
|
20
|
+
}
|
|
21
|
+
}
|