@monkvision/types
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -1,3 +0,2 @@ | ||
import { TaskName } from './state'; | ||
import { VehicleType } from './sights'; | ||
import { AdditionalData, TaskName, Vehicle } from './state'; | ||
/** | ||
@@ -113,3 +112,3 @@ * Enumeration of the API permissions included in the Monk authentication token. | ||
*/ | ||
vehicleType?: VehicleType; | ||
vehicle?: Vehicle; | ||
/** | ||
@@ -133,2 +132,6 @@ * Boolean indicating if the API should generate dynamic crops or not. | ||
isVideoCapture?: boolean; | ||
/** | ||
* Additional data of the inspection. | ||
*/ | ||
additionalData?: AdditionalData; | ||
} |
{ | ||
"name": "@monkvision/types", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"license": "BSD-3-Clause-Clear", | ||
@@ -29,6 +29,6 @@ "packageManager": "yarn@3.2.4", | ||
"devDependencies": { | ||
"@monkvision/eslint-config-base": "4.1.0", | ||
"@monkvision/eslint-config-typescript": "4.1.0", | ||
"@monkvision/prettier-config": "4.1.0", | ||
"@monkvision/typescript-config": "4.1.0", | ||
"@monkvision/eslint-config-base": "4.2.0", | ||
"@monkvision/eslint-config-typescript": "4.2.0", | ||
"@monkvision/prettier-config": "4.2.0", | ||
"@monkvision/typescript-config": "4.2.0", | ||
"@types/node": "^18.11.9", | ||
@@ -67,3 +67,3 @@ "@typescript-eslint/eslint-plugin": "^5.43.0", | ||
"homepage": "https://github.com/monkvision/monkjs", | ||
"gitHead": "609b0e8613f5ceaa946b8b626ba4fd3936d25067" | ||
"gitHead": "68bce4b15bcd2db64421c9269bbc4a2b24af1d0c" | ||
} |
118617
3389