@monkvision/types
Advanced tools
Comparing version 4.4.5 to 4.5.0
@@ -25,23 +25,2 @@ import { AdditionalData, TaskName, Vehicle } from './state'; | ||
/** | ||
* Enumeration of Monk response format. | ||
*/ | ||
export declare enum BusinessClients { | ||
/** | ||
* Default format. | ||
*/ | ||
DEFAULT = "default", | ||
/** | ||
* Toyota format. | ||
*/ | ||
TOYOTA = "toyota", | ||
/** | ||
* Veb format. | ||
*/ | ||
VEB = "veb", | ||
/** | ||
* Tesla format. | ||
*/ | ||
TESLA = "tesla" | ||
} | ||
/** | ||
* Options used to specify a callback that will be called by the API when a task is complete. | ||
@@ -141,5 +120,5 @@ */ | ||
* | ||
* @default BusinessClients.DEFAULT | ||
* @default 'default' | ||
*/ | ||
outputFormat?: BusinessClients; | ||
outputFormat?: string; | ||
/** | ||
@@ -146,0 +125,0 @@ * The custom pricing matrix to use. |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PricingMethodology = exports.BusinessClients = exports.MonkApiPermission = void 0; | ||
exports.PricingMethodology = exports.MonkApiPermission = void 0; | ||
/** | ||
@@ -28,24 +28,2 @@ * Enumeration of the API permissions included in the Monk authentication token. | ||
/** | ||
* Enumeration of Monk response format. | ||
*/ | ||
var BusinessClients; | ||
(function (BusinessClients) { | ||
/** | ||
* Default format. | ||
*/ | ||
BusinessClients["DEFAULT"] = "default"; | ||
/** | ||
* Toyota format. | ||
*/ | ||
BusinessClients["TOYOTA"] = "toyota"; | ||
/** | ||
* Veb format. | ||
*/ | ||
BusinessClients["VEB"] = "veb"; | ||
/** | ||
* Tesla format. | ||
*/ | ||
BusinessClients["TESLA"] = "tesla"; | ||
})(BusinessClients = exports.BusinessClients || (exports.BusinessClients = {})); | ||
/** | ||
* The different methodologies that can be used to calculate pricing values. | ||
@@ -52,0 +30,0 @@ */ |
{ | ||
"name": "@monkvision/types", | ||
"version": "4.4.5", | ||
"version": "4.5.0", | ||
"license": "BSD-3-Clause-Clear", | ||
@@ -29,6 +29,6 @@ "packageManager": "yarn@3.2.4", | ||
"devDependencies": { | ||
"@monkvision/eslint-config-base": "4.4.5", | ||
"@monkvision/eslint-config-typescript": "4.4.5", | ||
"@monkvision/prettier-config": "4.4.5", | ||
"@monkvision/typescript-config": "4.4.5", | ||
"@monkvision/eslint-config-base": "4.5.0", | ||
"@monkvision/eslint-config-typescript": "4.5.0", | ||
"@monkvision/prettier-config": "4.5.0", | ||
"@monkvision/typescript-config": "4.5.0", | ||
"@types/node": "^18.11.9", | ||
@@ -67,3 +67,3 @@ "@typescript-eslint/eslint-plugin": "^5.43.0", | ||
"homepage": "https://github.com/monkvision/monkjs", | ||
"gitHead": "06828436c12ee0507d0b7316b657674193bc7975" | ||
"gitHead": "e40cad7d6a9d675a219d9d59fd832b189026772e" | ||
} |
121804
3493