@bringg/dashboard-sdk 9.27.0-pre.4 → 9.27.0
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/dist/Services/ServiceRequest.js +1 -1
- package/dist/bringg-dashboard-sdk-cjs2.js +8 -2
- package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
- package/dist/bringg-dashboard-sdk.js +3 -3
- package/dist/bringg-dashboard-sdk.min.js +1 -1
- package/dist/bringg-dashboard-sdk.min.js.map +1 -1
- package/package.json +2 -2
|
@@ -2371,7 +2371,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexpo
|
|
|
2371
2371
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2372
2372
|
|
|
2373
2373
|
"use strict";
|
|
2374
|
-
eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nvar __generator = (this && this.__generator) || function (thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AnonymousServiceRequest = exports.AuthorizedServiceRequest = exports.ResponseHandler = exports.RequestOptions = exports.logErrorResponse = void 0;\nvar axios_1 = __importDefault(__webpack_require__(/*! axios */ \"./node_modules/axios/index.js\"));\nvar lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nvar BringgException_1 = __webpack_require__(/*! ../Core/BringgException */ \"./dist/Core/BringgException.js\");\nvar Logger_1 = __importDefault(__webpack_require__(/*! ../Core/Logger */ \"./dist/Core/Logger.js\"));\nvar abort_1 = __webpack_require__(/*! ../utils/abort */ \"./dist/utils/abort.js\");\nvar version = '9.27.0-pre.4';\nfunction logErrorResponse(response) {\n var data = response.data, status = response.status;\n try {\n Logger_1.default.error(response.config.method.toUpperCase(), response.config.url, status);\n }\n catch (e) {\n //\n }\n try {\n Logger_1.default.info(response.config.method.toUpperCase(), response.config.url, status, data);\n }\n catch (e) {\n //\n }\n try {\n Logger_1.default.debug(response);\n }\n catch (e) {\n //\n }\n}\nexports.logErrorResponse = logErrorResponse;\nvar DEFAULT_TIMEOUT = 120000;\nvar RequestOptions = /** @class */ (function () {\n function RequestOptions(clientId, timeout, \n // eslint-disable-next-line @typescript-eslint/ban-types\n queryString, authenticationToken, \n // eslint-disable-next-line @typescript-eslint/ban-types\n headers, responseType, signal) {\n // NiceToHave: move headers to HttpHeaders class\n this.headers = __assign(__assign({ 'Content-Type': 'application/json' }, headers), { 'sdk-version': version, Client: clientId });\n this.timeout = timeout;\n this.validateStatus = lodash_1.stubTrue;\n if (queryString) {\n this.params = queryString;\n }\n if (authenticationToken) {\n this.headers['Authorization'] = \"Token token=\".concat(authenticationToken);\n }\n if (responseType) {\n this.responseType = responseType;\n }\n if (signal) {\n this.signal = signal;\n }\n }\n RequestOptions.new = function (_a) {\n var _b = _a === void 0 ? {} : _a, _c = _b.clientId, clientId = _c === void 0 ? 'Bringg Dashboard' : _c, _d = _b.timeout, timeout = _d === void 0 ? DEFAULT_TIMEOUT : _d, queryString = _b.queryString, authenticationToken = _b.authenticationToken, headers = _b.headers, responseType = _b.responseType, signal = _b.signal;\n return new RequestOptions(clientId, timeout || DEFAULT_TIMEOUT, queryString, authenticationToken, headers, responseType, signal);\n };\n return RequestOptions;\n}());\nexports.RequestOptions = RequestOptions;\nvar ResponseHandler = /** @class */ (function () {\n function ResponseHandler(response, signal) {\n this.axiosPromise = response;\n this.signal = signal;\n }\n ResponseHandler.prototype.handle = function (consumer) {\n return __awaiter(this, void 0, void 0, function () {\n var axiosResponse, e_1;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0:\n if ((0, lodash_1.isUndefined)(consumer)) {\n throw new Error('consumer must be defined');\n }\n _a.label = 1;\n case 1:\n _a.trys.push([1, 3, , 4]);\n return [4 /*yield*/, this.axiosPromise];\n case 2:\n axiosResponse = _a.sent();\n return [2 /*return*/, consumer(axiosResponse)];\n case 3:\n e_1 = _a.sent();\n if (axios_1.default.isCancel(e_1)) {\n (0, abort_1.throwAbortError)(this.signal, 'Request Aborted');\n }\n if (e_1 instanceof BringgException_1.BringgException) {\n throw e_1;\n }\n return [2 /*return*/, consumer(e_1)];\n case 4: return [2 /*return*/];\n }\n });\n });\n };\n return ResponseHandler;\n}());\nexports.ResponseHandler = ResponseHandler;\nfunction get(axiosInstance, host, uri, queryString, signal) {\n return new ResponseHandler(axiosInstance.get(\"\".concat(host).concat(uri), { params: queryString, signal: signal }), signal);\n}\nfunction post(axiosInstance, host, uri, queryString, payload, signal) {\n return new ResponseHandler(axiosInstance.post(\"\".concat(host).concat(uri), payload, { params: queryString, signal: signal }), signal);\n}\nfunction put(axiosInstance, host, uri, queryString, payload, signal) {\n return new ResponseHandler(axiosInstance.put(\"\".concat(host).concat(uri), payload, { params: queryString, signal: signal }), signal);\n}\nfunction patch(axiosInstance, host, uri, queryString, payload, signal) {\n return new ResponseHandler(axiosInstance.patch(\"\".concat(host).concat(uri), payload, { params: queryString, signal: signal }), signal);\n}\nfunction remove(axiosInstance, host, uri, queryString, payload, signal) {\n return new ResponseHandler(axiosInstance.delete(\"\".concat(host).concat(uri), { params: queryString, data: payload, signal: signal }), signal);\n}\nfunction routify(axiosInstance, endpoint, route, \n// eslint-disable-next-line @typescript-eslint/ban-types\nrouteParams, queryString, payload, signal) {\n switch (route.httpMethod) {\n case 0 /* HttpMethod.GET */:\n return get(axiosInstance, endpoint.encode(), route.applyParams(routeParams), queryString, signal);\n case 1 /* HttpMethod.POST */:\n return post(axiosInstance, endpoint.encode(), route.applyParams(routeParams), queryString, payload, signal);\n case 2 /* HttpMethod.PUT */:\n return put(axiosInstance, endpoint.encode(), route.applyParams(routeParams), queryString, payload, signal);\n case 3 /* HttpMethod.PATCH */:\n return patch(axiosInstance, endpoint.encode(), route.applyParams(routeParams), queryString, payload, signal);\n case 4 /* HttpMethod.DELETE */:\n return remove(axiosInstance, endpoint.encode(), route.applyParams(routeParams), queryString, payload, signal);\n }\n}\nfunction wrapWithInterceptors(axios) {\n axios.interceptors.request.use(function (req) {\n var method = req.method, url = req.url, params = req.params, headers = req.headers, data = req.data;\n try {\n Logger_1.default.debug('REQUEST:', method.toUpperCase(), url);\n }\n catch (e) {\n //\n }\n try {\n Logger_1.default.trace('REQUEST-query-string:', params);\n Logger_1.default.trace('REQUEST-headers:', headers);\n Logger_1.default.trace('REQUEST-data:', data);\n }\n catch (e) {\n //\n }\n return req;\n });\n axios.interceptors.response.use(function (res) {\n var statusText = res.statusText, status = res.status, headers = res.headers, data = res.data;\n try {\n Logger_1.default.debug('RESPONSE:', res.config.url, status, statusText);\n }\n catch (e) {\n //\n }\n try {\n Logger_1.default.trace('RESPONSE-headers:', headers);\n Logger_1.default.trace('RESPONSE-data:', data);\n }\n catch (e) {\n //\n }\n return res;\n });\n return axios;\n}\nfunction axiosInstance(clientId, authenticationToken, \n// eslint-disable-next-line @typescript-eslint/ban-types\nheaders, responseType, timeout, signal) {\n return wrapWithInterceptors(axios_1.default.create(RequestOptions.new({ clientId: clientId, authenticationToken: authenticationToken, headers: headers, responseType: responseType, timeout: timeout, signal: signal })));\n}\n// eslint-disable-next-line @typescript-eslint/ban-types\nfunction anonymousAxiosInstance(clientId, headers, signal) {\n return wrapWithInterceptors(axios_1.default.create(RequestOptions.new({ clientId: clientId, headers: headers, signal: signal })));\n}\nvar AuthorizedServiceRequest = /** @class */ (function () {\n function AuthorizedServiceRequest(clientId, authToken) {\n this.authToken = authToken;\n this.clientId = clientId;\n }\n AuthorizedServiceRequest.prototype.invoke = function (endpoint, route, \n // eslint-disable-next-line @typescript-eslint/ban-types\n routeParams, \n // eslint-disable-next-line @typescript-eslint/ban-types\n queryString, payload, \n // eslint-disable-next-line @typescript-eslint/ban-types\n headers, responseType, timeout, signal) {\n if (signal === null || signal === void 0 ? void 0 : signal.aborted) {\n (0, abort_1.throwAbortError)(signal, 'Request aborted (before even started the request)');\n }\n return routify(axiosInstance(this.clientId, this.authToken, headers, responseType, timeout), endpoint, route, routeParams, queryString, payload, signal);\n };\n return AuthorizedServiceRequest;\n}());\nexports.AuthorizedServiceRequest = AuthorizedServiceRequest;\nvar AnonymousServiceRequest = /** @class */ (function () {\n function AnonymousServiceRequest(clientId, headers) {\n this.clientId = clientId;\n this.headers = headers;\n }\n AnonymousServiceRequest.prototype.invoke = function (endpoint, route, \n // eslint-disable-next-line @typescript-eslint/ban-types\n routeParams, \n // eslint-disable-next-line @typescript-eslint/ban-types\n queryString, payload, signal) {\n if (signal === null || signal === void 0 ? void 0 : signal.aborted) {\n (0, abort_1.throwAbortError)(signal, 'Request aborted (before even started the request)');\n }\n return routify(anonymousAxiosInstance(this.clientId, this.headers, signal), endpoint, route, routeParams, queryString, payload);\n };\n return AnonymousServiceRequest;\n}());\nexports.AnonymousServiceRequest = AnonymousServiceRequest;\n//# sourceMappingURL=ServiceRequest.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./dist/Services/ServiceRequest.js?");
|
|
2374
|
+
eval("\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nvar __generator = (this && this.__generator) || function (thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AnonymousServiceRequest = exports.AuthorizedServiceRequest = exports.ResponseHandler = exports.RequestOptions = exports.logErrorResponse = void 0;\nvar axios_1 = __importDefault(__webpack_require__(/*! axios */ \"./node_modules/axios/index.js\"));\nvar lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nvar BringgException_1 = __webpack_require__(/*! ../Core/BringgException */ \"./dist/Core/BringgException.js\");\nvar Logger_1 = __importDefault(__webpack_require__(/*! ../Core/Logger */ \"./dist/Core/Logger.js\"));\nvar abort_1 = __webpack_require__(/*! ../utils/abort */ \"./dist/utils/abort.js\");\nvar version = '9.27.0';\nfunction logErrorResponse(response) {\n var data = response.data, status = response.status;\n try {\n Logger_1.default.error(response.config.method.toUpperCase(), response.config.url, status);\n }\n catch (e) {\n //\n }\n try {\n Logger_1.default.info(response.config.method.toUpperCase(), response.config.url, status, data);\n }\n catch (e) {\n //\n }\n try {\n Logger_1.default.debug(response);\n }\n catch (e) {\n //\n }\n}\nexports.logErrorResponse = logErrorResponse;\nvar DEFAULT_TIMEOUT = 120000;\nvar RequestOptions = /** @class */ (function () {\n function RequestOptions(clientId, timeout, \n // eslint-disable-next-line @typescript-eslint/ban-types\n queryString, authenticationToken, \n // eslint-disable-next-line @typescript-eslint/ban-types\n headers, responseType, signal) {\n // NiceToHave: move headers to HttpHeaders class\n this.headers = __assign(__assign({ 'Content-Type': 'application/json' }, headers), { 'sdk-version': version, Client: clientId });\n this.timeout = timeout;\n this.validateStatus = lodash_1.stubTrue;\n if (queryString) {\n this.params = queryString;\n }\n if (authenticationToken) {\n this.headers['Authorization'] = \"Token token=\".concat(authenticationToken);\n }\n if (responseType) {\n this.responseType = responseType;\n }\n if (signal) {\n this.signal = signal;\n }\n }\n RequestOptions.new = function (_a) {\n var _b = _a === void 0 ? {} : _a, _c = _b.clientId, clientId = _c === void 0 ? 'Bringg Dashboard' : _c, _d = _b.timeout, timeout = _d === void 0 ? DEFAULT_TIMEOUT : _d, queryString = _b.queryString, authenticationToken = _b.authenticationToken, headers = _b.headers, responseType = _b.responseType, signal = _b.signal;\n return new RequestOptions(clientId, timeout || DEFAULT_TIMEOUT, queryString, authenticationToken, headers, responseType, signal);\n };\n return RequestOptions;\n}());\nexports.RequestOptions = RequestOptions;\nvar ResponseHandler = /** @class */ (function () {\n function ResponseHandler(response, signal) {\n this.axiosPromise = response;\n this.signal = signal;\n }\n ResponseHandler.prototype.handle = function (consumer) {\n return __awaiter(this, void 0, void 0, function () {\n var axiosResponse, e_1;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0:\n if ((0, lodash_1.isUndefined)(consumer)) {\n throw new Error('consumer must be defined');\n }\n _a.label = 1;\n case 1:\n _a.trys.push([1, 3, , 4]);\n return [4 /*yield*/, this.axiosPromise];\n case 2:\n axiosResponse = _a.sent();\n return [2 /*return*/, consumer(axiosResponse)];\n case 3:\n e_1 = _a.sent();\n if (axios_1.default.isCancel(e_1)) {\n (0, abort_1.throwAbortError)(this.signal, 'Request Aborted');\n }\n if (e_1 instanceof BringgException_1.BringgException) {\n throw e_1;\n }\n return [2 /*return*/, consumer(e_1)];\n case 4: return [2 /*return*/];\n }\n });\n });\n };\n return ResponseHandler;\n}());\nexports.ResponseHandler = ResponseHandler;\nfunction get(axiosInstance, host, uri, queryString, signal) {\n return new ResponseHandler(axiosInstance.get(\"\".concat(host).concat(uri), { params: queryString, signal: signal }), signal);\n}\nfunction post(axiosInstance, host, uri, queryString, payload, signal) {\n return new ResponseHandler(axiosInstance.post(\"\".concat(host).concat(uri), payload, { params: queryString, signal: signal }), signal);\n}\nfunction put(axiosInstance, host, uri, queryString, payload, signal) {\n return new ResponseHandler(axiosInstance.put(\"\".concat(host).concat(uri), payload, { params: queryString, signal: signal }), signal);\n}\nfunction patch(axiosInstance, host, uri, queryString, payload, signal) {\n return new ResponseHandler(axiosInstance.patch(\"\".concat(host).concat(uri), payload, { params: queryString, signal: signal }), signal);\n}\nfunction remove(axiosInstance, host, uri, queryString, payload, signal) {\n return new ResponseHandler(axiosInstance.delete(\"\".concat(host).concat(uri), { params: queryString, data: payload, signal: signal }), signal);\n}\nfunction routify(axiosInstance, endpoint, route, \n// eslint-disable-next-line @typescript-eslint/ban-types\nrouteParams, queryString, payload, signal) {\n switch (route.httpMethod) {\n case 0 /* HttpMethod.GET */:\n return get(axiosInstance, endpoint.encode(), route.applyParams(routeParams), queryString, signal);\n case 1 /* HttpMethod.POST */:\n return post(axiosInstance, endpoint.encode(), route.applyParams(routeParams), queryString, payload, signal);\n case 2 /* HttpMethod.PUT */:\n return put(axiosInstance, endpoint.encode(), route.applyParams(routeParams), queryString, payload, signal);\n case 3 /* HttpMethod.PATCH */:\n return patch(axiosInstance, endpoint.encode(), route.applyParams(routeParams), queryString, payload, signal);\n case 4 /* HttpMethod.DELETE */:\n return remove(axiosInstance, endpoint.encode(), route.applyParams(routeParams), queryString, payload, signal);\n }\n}\nfunction wrapWithInterceptors(axios) {\n axios.interceptors.request.use(function (req) {\n var method = req.method, url = req.url, params = req.params, headers = req.headers, data = req.data;\n try {\n Logger_1.default.debug('REQUEST:', method.toUpperCase(), url);\n }\n catch (e) {\n //\n }\n try {\n Logger_1.default.trace('REQUEST-query-string:', params);\n Logger_1.default.trace('REQUEST-headers:', headers);\n Logger_1.default.trace('REQUEST-data:', data);\n }\n catch (e) {\n //\n }\n return req;\n });\n axios.interceptors.response.use(function (res) {\n var statusText = res.statusText, status = res.status, headers = res.headers, data = res.data;\n try {\n Logger_1.default.debug('RESPONSE:', res.config.url, status, statusText);\n }\n catch (e) {\n //\n }\n try {\n Logger_1.default.trace('RESPONSE-headers:', headers);\n Logger_1.default.trace('RESPONSE-data:', data);\n }\n catch (e) {\n //\n }\n return res;\n });\n return axios;\n}\nfunction axiosInstance(clientId, authenticationToken, \n// eslint-disable-next-line @typescript-eslint/ban-types\nheaders, responseType, timeout, signal) {\n return wrapWithInterceptors(axios_1.default.create(RequestOptions.new({ clientId: clientId, authenticationToken: authenticationToken, headers: headers, responseType: responseType, timeout: timeout, signal: signal })));\n}\n// eslint-disable-next-line @typescript-eslint/ban-types\nfunction anonymousAxiosInstance(clientId, headers, signal) {\n return wrapWithInterceptors(axios_1.default.create(RequestOptions.new({ clientId: clientId, headers: headers, signal: signal })));\n}\nvar AuthorizedServiceRequest = /** @class */ (function () {\n function AuthorizedServiceRequest(clientId, authToken) {\n this.authToken = authToken;\n this.clientId = clientId;\n }\n AuthorizedServiceRequest.prototype.invoke = function (endpoint, route, \n // eslint-disable-next-line @typescript-eslint/ban-types\n routeParams, \n // eslint-disable-next-line @typescript-eslint/ban-types\n queryString, payload, \n // eslint-disable-next-line @typescript-eslint/ban-types\n headers, responseType, timeout, signal) {\n if (signal === null || signal === void 0 ? void 0 : signal.aborted) {\n (0, abort_1.throwAbortError)(signal, 'Request aborted (before even started the request)');\n }\n return routify(axiosInstance(this.clientId, this.authToken, headers, responseType, timeout), endpoint, route, routeParams, queryString, payload, signal);\n };\n return AuthorizedServiceRequest;\n}());\nexports.AuthorizedServiceRequest = AuthorizedServiceRequest;\nvar AnonymousServiceRequest = /** @class */ (function () {\n function AnonymousServiceRequest(clientId, headers) {\n this.clientId = clientId;\n this.headers = headers;\n }\n AnonymousServiceRequest.prototype.invoke = function (endpoint, route, \n // eslint-disable-next-line @typescript-eslint/ban-types\n routeParams, \n // eslint-disable-next-line @typescript-eslint/ban-types\n queryString, payload, signal) {\n if (signal === null || signal === void 0 ? void 0 : signal.aborted) {\n (0, abort_1.throwAbortError)(signal, 'Request aborted (before even started the request)');\n }\n return routify(anonymousAxiosInstance(this.clientId, this.headers, signal), endpoint, route, routeParams, queryString, payload);\n };\n return AnonymousServiceRequest;\n}());\nexports.AnonymousServiceRequest = AnonymousServiceRequest;\n//# sourceMappingURL=ServiceRequest.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./dist/Services/ServiceRequest.js?");
|
|
2375
2375
|
|
|
2376
2376
|
/***/ }),
|
|
2377
2377
|
|
|
@@ -4252,7 +4252,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//#
|
|
|
4252
4252
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4253
4253
|
|
|
4254
4254
|
"use strict";
|
|
4255
|
-
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ApplicationUuid = void 0;\nvar ApplicationUuid;\n(function (ApplicationUuid) {\n ApplicationUuid[\"AutoAssign\"] = \"7083ab3d-c7de-40fd-83bb-f2c10bd0fa88\";\n ApplicationUuid[\"AAA\"] = \"3ecfa3f6-1a21-11e8-accf-0ed5f89f718b\";\n ApplicationUuid[\"CustomAttributeApplication\"] = \"eb377388-08b9-48e2-9752-5066b4446d50\";\n ApplicationUuid[\"ActOnTriggerApp\"] = \"8ebe8358-62d3-11ea-bc55-0242ac130003\";\n ApplicationUuid[\"AutoBreaks\"] = \"9310325e-d7d5-11ea-87d0-0242ac130003\";\n ApplicationUuid[\"AvailableDrivers\"] = \"17fea9d6-9f5e-4234-91b4-34d6677ba5be\";\n ApplicationUuid[\"Bitly\"] = \"f4b3ade5-4997-418e-8f99-1813dd1e56df\";\n ApplicationUuid[\"BackToWarehouse\"] = \"d21a5684-8997-11e8-9a94-a6cf71072f73\";\n ApplicationUuid[\"Boulanger\"] = \"34dc733d-7d17-4e44-8884-bb1ec1197da6\";\n ApplicationUuid[\"Clover\"] = \"7661994f-da60-4f5d-bda9-4c132fb19484\";\n ApplicationUuid[\"CocaCola\"] = \"eaf03283-dce4-4567-b6bf-f3eb3573357e\";\n ApplicationUuid[\"CancellationTasks\"] = \"94c67d35-e289-44de-a19d-8ee0b02b00e0\";\n ApplicationUuid[\"Chat\"] = \"6ee9296a-38bd-4d8e-81c6-b16001a20ee3\";\n ApplicationUuid[\"CocaColaBrazilApp\"] = \"f9bd58a4-a514-11ea-bb37-0242ac130002\";\n ApplicationUuid[\"CocaColaChile\"] = \"075c7b23-a847-4510-bc86-79fd0d5be557\";\n ApplicationUuid[\"ComingHomeApp\"] = \"c7d80d71-fe64-43b1-9d66-c8a76db31ea5\";\n ApplicationUuid[\"Conduit\"] = \"1294eec3-550d-4d71-8831-d9051750742a\";\n ApplicationUuid[\"CoopApp\"] = \"6b88b9d4-d79a-4d62-8ded-fa0e5c7d67be\";\n ApplicationUuid[\"CustomerExperienceApp\"] = \"caf4e836-e507-4f68-bb9c-c4511bb69750\";\n ApplicationUuid[\"CustomerExperienceWebApp\"] = \"a4338daf-babe-4fc4-a2d4-9050da8c1782\";\n ApplicationUuid[\"DataTrac\"] = \"d07f52b1-bf43-400f-88ab-40426de4b17c\";\n ApplicationUuid[\"DetectDriverOffRoute\"] = \"dd2ad97a-ffee-11e5-86aa-5e5517507c66\";\n ApplicationUuid[\"DHL\"] = \"ec424a40-a9b9-11e6-80f5-76304dec7eb7\";\n ApplicationUuid[\"DispatcherNotifier\"] = \"f574941d-fd43-4c4e-bd85-9b4107e569f3\";\n ApplicationUuid[\"DriverActivityVerifier\"] = \"f68bae82-dac7-411c-a772-792226bc8ea4\";\n ApplicationUuid[\"DriverPayments\"] = \"88260a80-c003-4d66-bf81-5f15443286ed\";\n ApplicationUuid[\"ETA\"] = \"9369f5d4-57d8-4806-b2c9-fcc6f4e51531\";\n ApplicationUuid[\"ExternalFleetApp\"] = \"271c52e5-0a1a-40cb-9f24-730ec91e4afc\";\n ApplicationUuid[\"FailedDeliveryManager\"] = \"de7f883b-bab4-4e25-a830-83bd1c5cb270\";\n ApplicationUuid[\"FedexFreight\"] = \"064844ab-e6f4-4b0e-8e26-383a408cab2a\";\n ApplicationUuid[\"FleetRouterApp\"] = \"0ee6e692-3948-4346-b57c-671d3c8b7237\";\n ApplicationUuid[\"FloatingInventoryApp\"] = \"d7409473-fc0b-4d1e-a085-04634f5acd4f\";\n ApplicationUuid[\"GeocodingFiltering\"] = \"afc79118-6409-43f5-94aa-268dd3d98539\";\n ApplicationUuid[\"HoursStats\"] = \"88b80320-7587-447c-88bf-04e12737aebc\";\n ApplicationUuid[\"Integration\"] = \"2a4c90a3-b433-40f5-88bc-d4e9020197dc\";\n ApplicationUuid[\"KFC\"] = \"9250b181-92c1-4a3d-8934-8fdb6c791567\";\n ApplicationUuid[\"LeroyMerlinIntegrationApp\"] = \"45c6821b-a645-424c-9bb6-9564f1f1d19f\";\n ApplicationUuid[\"LastLocationEstimator\"] = \"325328e0-9347-11e5-abc1-69640172f3ad\";\n ApplicationUuid[\"ManagerAuthorizationRules\"] = \"2a634eb8-145a-4269-978c-515878beda80\";\n ApplicationUuid[\"MiddleMile\"] = \"13b785c1-5814-49b5-956a-b6f068161f41\";\n ApplicationUuid[\"Nextel\"] = \"a91c3e27-ed17-4d0b-9c46-5981cd2cd09c\";\n ApplicationUuid[\"OAuth\"] = \"811570c1-3e34-4b55-884a-6500dd50d310\";\n ApplicationUuid[\"Panera\"] = \"7e0b2c26-cfa2-4106-b4d6-c9aa3adc5478\";\n ApplicationUuid[\"ParcelShop\"] = \"cd854cf7-0342-45e1-8212-dee71f599951\";\n ApplicationUuid[\"Pickup\"] = \"3b62707b-22ad-4601-bef9-804927d6ca9f\";\n ApplicationUuid[\"PlannedEtaApp\"] = \"e5a10347-ed56-44f4-8613-fe17f94a077f\";\n ApplicationUuid[\"Preparation\"] = \"515a459e-bba3-4a52-889e-54b5b967cbf9\";\n ApplicationUuid[\"QuotesApp\"] = \"c43a6eaa-dd2a-4d88-a339-861686546f08\";\n ApplicationUuid[\"RapidSosApp\"] = \"76d2338f-6da3-412b-815b-b0e90d862b86\";\n ApplicationUuid[\"RDS\"] = \"5ba318c1-aa07-448b-a25d-3a42e1e70ef0\";\n ApplicationUuid[\"RealtimeEtaApp\"] = \"2fd6d6c6-f4b4-4b85-854c-4ee193512899\";\n ApplicationUuid[\"RouteOptimizer2\"] = \"9dd3a937-b51e-41ed-afb4-6c3d97cdd620\";\n ApplicationUuid[\"ShareLocation\"] = \"f8b6d7e6-bbeb-4468-be51-fb012d001fe3\";\n ApplicationUuid[\"SuperAdmin\"] = \"2b8d33ba-41dc-4db5-bf42-791cd340154e\";\n ApplicationUuid[\"ShareLocationOnUpdate\"] = \"b9c4b248-c517-11e9-aa8c-2a2ae2dbcce4\";\n ApplicationUuid[\"Shell\"] = \"7167224f-1689-44eb-a615-ca2935e71b83\";\n ApplicationUuid[\"Shopify\"] = \"2c376813-6647-498f-b53f-a53352ba02d7\";\n ApplicationUuid[\"SingleSignOn\"] = \"ec763a46-8ad7-48d8-aab7-dcefcb794ff9\";\n ApplicationUuid[\"SmsDriverNotifier\"] = \"cbd475f3-a88b-45cb-aaf5-4d9bbe2c2f0b\";\n ApplicationUuid[\"StoreAppApp\"] = \"b4152c59-70a3-415e-b414-ce419550782e\";\n ApplicationUuid[\"TowNow\"] = \"cd52a2c2-193d-4f92-bf01-3412194e18b2\";\n ApplicationUuid[\"TasksETL\"] = \"3043914f-9be6-43c6-b1d8-e249410c79bc\";\n ApplicationUuid[\"TaskSchedulingApp\"] = \"779d22c8-e18a-4723-9fd9-b5475178c244\";\n ApplicationUuid[\"TaskSkillsApp\"] = \"b6dbfed4-d416-48eb-9552-610b15ff5748\";\n ApplicationUuid[\"TaskTimesPredictions\"] = \"6c573459-dad9-4486-bdaa-b7ff32bd3019\";\n ApplicationUuid[\"TaskValidation\"] = \"56ca6350-b2bf-11e9-a2a3-2a2ae2dbcce4\";\n ApplicationUuid[\"TimeBasedTrigger\"] = \"fa7399cd-745a-47b5-ba3d-34c3fa4c03ad\";\n ApplicationUuid[\"UserRoleSkills\"] = \"f917dda7-806e-4d2c-bb07-47039375e4ec\";\n ApplicationUuid[\"UpsIntegration\"] = \"b8cc8bb2-78be-11ea-bc55-0242ac130003\";\n ApplicationUuid[\"VrpAutoDispatch\"] = \"da0db19e-5836-4750-959e-4689fb78a82c\";\n ApplicationUuid[\"Wizard\"] = \"d1c9bbe8-ec15-11e4-adf3-1681e6b88ec1\";\n ApplicationUuid[\"Walmart\"] = \"f9b14523-4a9a-4baf-b97e-2b9d9f3e913a\";\n ApplicationUuid[\"Webhooks\"] = \"5920d1a0-4c82-11e4-916c-0800200c9a66\";\n ApplicationUuid[\"WebhookTimeZone\"] = \"d3b976db-a8cf-4930-9489-b13d21075180\";\n ApplicationUuid[\"WebhookApp\"] = \"52228df2-2759-432d-8865-2593d2ba6c12\";\n ApplicationUuid[\"EventBasedActions\"] = \"56cc30b4-1600-42ca-ba58-94220961f110\";\n ApplicationUuid[\"InventoryTriggeredActions\"] = \"bef201bc-f003-4ee5-9780-a03cb6951d3d\";\n ApplicationUuid[\"RuleEngine\"] = \"e6d7c261-9d8d-4042-bd1e-5355cc5a348a\";\n ApplicationUuid[\"Recurrences\"] = \"707e4ead-ac57-489d-8dd3-fcb5b14aae5d\";\n ApplicationUuid[\"TaskService\"] = \"5ca4a73e-5298-4b8a-a36f-d1cc76e20f49\";\n ApplicationUuid[\"ExclusionWindowTasksLimitApp\"] = \"376233f1-8be5-4366-9218-6d66e7a8d2de\";\n ApplicationUuid[\"Availability\"] = \"2c6bf985-414b-4411-888a-c0840e660411\";\n ApplicationUuid[\"TaskManagedAttributes\"] = \"d50d31d3-282e-4fb1-a17b-050e5b531650\";\n})(ApplicationUuid || (exports.ApplicationUuid = ApplicationUuid = {}));\n//# sourceMappingURL=application.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/application.js?");
|
|
4255
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.TaskTimePredictionApplicationFieldName = exports.ApplicationUuid = void 0;\nvar ApplicationUuid;\n(function (ApplicationUuid) {\n ApplicationUuid[\"AutoAssign\"] = \"7083ab3d-c7de-40fd-83bb-f2c10bd0fa88\";\n ApplicationUuid[\"AAA\"] = \"3ecfa3f6-1a21-11e8-accf-0ed5f89f718b\";\n ApplicationUuid[\"CustomAttributeApplication\"] = \"eb377388-08b9-48e2-9752-5066b4446d50\";\n ApplicationUuid[\"ActOnTriggerApp\"] = \"8ebe8358-62d3-11ea-bc55-0242ac130003\";\n ApplicationUuid[\"AutoBreaks\"] = \"9310325e-d7d5-11ea-87d0-0242ac130003\";\n ApplicationUuid[\"AvailableDrivers\"] = \"17fea9d6-9f5e-4234-91b4-34d6677ba5be\";\n ApplicationUuid[\"Bitly\"] = \"f4b3ade5-4997-418e-8f99-1813dd1e56df\";\n ApplicationUuid[\"BackToWarehouse\"] = \"d21a5684-8997-11e8-9a94-a6cf71072f73\";\n ApplicationUuid[\"Boulanger\"] = \"34dc733d-7d17-4e44-8884-bb1ec1197da6\";\n ApplicationUuid[\"Clover\"] = \"7661994f-da60-4f5d-bda9-4c132fb19484\";\n ApplicationUuid[\"CocaCola\"] = \"eaf03283-dce4-4567-b6bf-f3eb3573357e\";\n ApplicationUuid[\"CancellationTasks\"] = \"94c67d35-e289-44de-a19d-8ee0b02b00e0\";\n ApplicationUuid[\"Chat\"] = \"6ee9296a-38bd-4d8e-81c6-b16001a20ee3\";\n ApplicationUuid[\"CocaColaBrazilApp\"] = \"f9bd58a4-a514-11ea-bb37-0242ac130002\";\n ApplicationUuid[\"CocaColaChile\"] = \"075c7b23-a847-4510-bc86-79fd0d5be557\";\n ApplicationUuid[\"ComingHomeApp\"] = \"c7d80d71-fe64-43b1-9d66-c8a76db31ea5\";\n ApplicationUuid[\"Conduit\"] = \"1294eec3-550d-4d71-8831-d9051750742a\";\n ApplicationUuid[\"CoopApp\"] = \"6b88b9d4-d79a-4d62-8ded-fa0e5c7d67be\";\n ApplicationUuid[\"CustomerExperienceApp\"] = \"caf4e836-e507-4f68-bb9c-c4511bb69750\";\n ApplicationUuid[\"CustomerExperienceWebApp\"] = \"a4338daf-babe-4fc4-a2d4-9050da8c1782\";\n ApplicationUuid[\"DataTrac\"] = \"d07f52b1-bf43-400f-88ab-40426de4b17c\";\n ApplicationUuid[\"DetectDriverOffRoute\"] = \"dd2ad97a-ffee-11e5-86aa-5e5517507c66\";\n ApplicationUuid[\"DHL\"] = \"ec424a40-a9b9-11e6-80f5-76304dec7eb7\";\n ApplicationUuid[\"DispatcherNotifier\"] = \"f574941d-fd43-4c4e-bd85-9b4107e569f3\";\n ApplicationUuid[\"DriverActivityVerifier\"] = \"f68bae82-dac7-411c-a772-792226bc8ea4\";\n ApplicationUuid[\"DriverPayments\"] = \"88260a80-c003-4d66-bf81-5f15443286ed\";\n ApplicationUuid[\"ETA\"] = \"9369f5d4-57d8-4806-b2c9-fcc6f4e51531\";\n ApplicationUuid[\"ExternalFleetApp\"] = \"271c52e5-0a1a-40cb-9f24-730ec91e4afc\";\n ApplicationUuid[\"FailedDeliveryManager\"] = \"de7f883b-bab4-4e25-a830-83bd1c5cb270\";\n ApplicationUuid[\"FedexFreight\"] = \"064844ab-e6f4-4b0e-8e26-383a408cab2a\";\n ApplicationUuid[\"FleetRouterApp\"] = \"0ee6e692-3948-4346-b57c-671d3c8b7237\";\n ApplicationUuid[\"FloatingInventoryApp\"] = \"d7409473-fc0b-4d1e-a085-04634f5acd4f\";\n ApplicationUuid[\"GeocodingFiltering\"] = \"afc79118-6409-43f5-94aa-268dd3d98539\";\n ApplicationUuid[\"HoursStats\"] = \"88b80320-7587-447c-88bf-04e12737aebc\";\n ApplicationUuid[\"Integration\"] = \"2a4c90a3-b433-40f5-88bc-d4e9020197dc\";\n ApplicationUuid[\"KFC\"] = \"9250b181-92c1-4a3d-8934-8fdb6c791567\";\n ApplicationUuid[\"LeroyMerlinIntegrationApp\"] = \"45c6821b-a645-424c-9bb6-9564f1f1d19f\";\n ApplicationUuid[\"LastLocationEstimator\"] = \"325328e0-9347-11e5-abc1-69640172f3ad\";\n ApplicationUuid[\"ManagerAuthorizationRules\"] = \"2a634eb8-145a-4269-978c-515878beda80\";\n ApplicationUuid[\"MiddleMile\"] = \"13b785c1-5814-49b5-956a-b6f068161f41\";\n ApplicationUuid[\"Nextel\"] = \"a91c3e27-ed17-4d0b-9c46-5981cd2cd09c\";\n ApplicationUuid[\"OAuth\"] = \"811570c1-3e34-4b55-884a-6500dd50d310\";\n ApplicationUuid[\"Panera\"] = \"7e0b2c26-cfa2-4106-b4d6-c9aa3adc5478\";\n ApplicationUuid[\"ParcelShop\"] = \"cd854cf7-0342-45e1-8212-dee71f599951\";\n ApplicationUuid[\"Pickup\"] = \"3b62707b-22ad-4601-bef9-804927d6ca9f\";\n ApplicationUuid[\"PlannedEtaApp\"] = \"e5a10347-ed56-44f4-8613-fe17f94a077f\";\n ApplicationUuid[\"Preparation\"] = \"515a459e-bba3-4a52-889e-54b5b967cbf9\";\n ApplicationUuid[\"QuotesApp\"] = \"c43a6eaa-dd2a-4d88-a339-861686546f08\";\n ApplicationUuid[\"RapidSosApp\"] = \"76d2338f-6da3-412b-815b-b0e90d862b86\";\n ApplicationUuid[\"RDS\"] = \"5ba318c1-aa07-448b-a25d-3a42e1e70ef0\";\n ApplicationUuid[\"RealtimeEtaApp\"] = \"2fd6d6c6-f4b4-4b85-854c-4ee193512899\";\n ApplicationUuid[\"RouteOptimizer2\"] = \"9dd3a937-b51e-41ed-afb4-6c3d97cdd620\";\n ApplicationUuid[\"ShareLocation\"] = \"f8b6d7e6-bbeb-4468-be51-fb012d001fe3\";\n ApplicationUuid[\"SuperAdmin\"] = \"2b8d33ba-41dc-4db5-bf42-791cd340154e\";\n ApplicationUuid[\"ShareLocationOnUpdate\"] = \"b9c4b248-c517-11e9-aa8c-2a2ae2dbcce4\";\n ApplicationUuid[\"Shell\"] = \"7167224f-1689-44eb-a615-ca2935e71b83\";\n ApplicationUuid[\"Shopify\"] = \"2c376813-6647-498f-b53f-a53352ba02d7\";\n ApplicationUuid[\"SingleSignOn\"] = \"ec763a46-8ad7-48d8-aab7-dcefcb794ff9\";\n ApplicationUuid[\"SmsDriverNotifier\"] = \"cbd475f3-a88b-45cb-aaf5-4d9bbe2c2f0b\";\n ApplicationUuid[\"StoreAppApp\"] = \"b4152c59-70a3-415e-b414-ce419550782e\";\n ApplicationUuid[\"TowNow\"] = \"cd52a2c2-193d-4f92-bf01-3412194e18b2\";\n ApplicationUuid[\"TasksETL\"] = \"3043914f-9be6-43c6-b1d8-e249410c79bc\";\n ApplicationUuid[\"TaskSchedulingApp\"] = \"779d22c8-e18a-4723-9fd9-b5475178c244\";\n ApplicationUuid[\"TaskSkillsApp\"] = \"b6dbfed4-d416-48eb-9552-610b15ff5748\";\n ApplicationUuid[\"TaskTimesPredictions\"] = \"6c573459-dad9-4486-bdaa-b7ff32bd3019\";\n ApplicationUuid[\"TaskValidation\"] = \"56ca6350-b2bf-11e9-a2a3-2a2ae2dbcce4\";\n ApplicationUuid[\"TimeBasedTrigger\"] = \"fa7399cd-745a-47b5-ba3d-34c3fa4c03ad\";\n ApplicationUuid[\"UserRoleSkills\"] = \"f917dda7-806e-4d2c-bb07-47039375e4ec\";\n ApplicationUuid[\"UpsIntegration\"] = \"b8cc8bb2-78be-11ea-bc55-0242ac130003\";\n ApplicationUuid[\"VrpAutoDispatch\"] = \"da0db19e-5836-4750-959e-4689fb78a82c\";\n ApplicationUuid[\"Wizard\"] = \"d1c9bbe8-ec15-11e4-adf3-1681e6b88ec1\";\n ApplicationUuid[\"Walmart\"] = \"f9b14523-4a9a-4baf-b97e-2b9d9f3e913a\";\n ApplicationUuid[\"Webhooks\"] = \"5920d1a0-4c82-11e4-916c-0800200c9a66\";\n ApplicationUuid[\"WebhookTimeZone\"] = \"d3b976db-a8cf-4930-9489-b13d21075180\";\n ApplicationUuid[\"WebhookApp\"] = \"52228df2-2759-432d-8865-2593d2ba6c12\";\n ApplicationUuid[\"EventBasedActions\"] = \"56cc30b4-1600-42ca-ba58-94220961f110\";\n ApplicationUuid[\"InventoryTriggeredActions\"] = \"bef201bc-f003-4ee5-9780-a03cb6951d3d\";\n ApplicationUuid[\"RuleEngine\"] = \"e6d7c261-9d8d-4042-bd1e-5355cc5a348a\";\n ApplicationUuid[\"Recurrences\"] = \"707e4ead-ac57-489d-8dd3-fcb5b14aae5d\";\n ApplicationUuid[\"TaskService\"] = \"5ca4a73e-5298-4b8a-a36f-d1cc76e20f49\";\n ApplicationUuid[\"ExclusionWindowTasksLimitApp\"] = \"376233f1-8be5-4366-9218-6d66e7a8d2de\";\n ApplicationUuid[\"Availability\"] = \"2c6bf985-414b-4411-888a-c0840e660411\";\n ApplicationUuid[\"TaskManagedAttributes\"] = \"d50d31d3-282e-4fb1-a17b-050e5b531650\";\n})(ApplicationUuid || (exports.ApplicationUuid = ApplicationUuid = {}));\nvar TaskTimePredictionApplicationFieldName;\n(function (TaskTimePredictionApplicationFieldName) {\n TaskTimePredictionApplicationFieldName[\"ProductionEtos\"] = \"etos\";\n TaskTimePredictionApplicationFieldName[\"SilentEtos\"] = \"predicted_etos\";\n})(TaskTimePredictionApplicationFieldName || (exports.TaskTimePredictionApplicationFieldName = TaskTimePredictionApplicationFieldName = {}));\n//# sourceMappingURL=application.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/application.js?");
|
|
4256
4256
|
|
|
4257
4257
|
/***/ }),
|
|
4258
4258
|
|
|
@@ -4692,7 +4692,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexpo
|
|
|
4692
4692
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4693
4693
|
|
|
4694
4694
|
"use strict";
|
|
4695
|
-
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AvailabilityCalculationOrigin = exports.EventType = exports.AssociationsChangedType = void 0;\nvar AssociationsChangedType;\n(function (AssociationsChangedType) {\n AssociationsChangedType[\"way_point\"] = \"way_point\";\n AssociationsChangedType[\"task_inventory\"] = \"task_inventory\";\n AssociationsChangedType[\"form\"] = \"form\";\n AssociationsChangedType[\"task_note\"] = \"task_note\";\n AssociationsChangedType[\"task_photo\"] = \"task_photo\";\n AssociationsChangedType[\"signature\"] = \"signature\";\n})(AssociationsChangedType || (exports.AssociationsChangedType = AssociationsChangedType = {}));\nvar EventType;\n(function (EventType) {\n EventType[\"ApplicationActionRun\"] = \"application:action:run\";\n EventType[\"UserPreLeftHome\"] = \"user:pre_left_home\";\n EventType[\"UserPreGotHome\"] = \"user:pre_got_home\";\n EventType[\"UserTypeChanged\"] = \"user_type_changed\";\n EventType[\"TaskCashoutCreated\"] = \"task:cashout:created\";\n EventType[\"EmployeeUpdateLocation\"] = \"employee:update_location\";\n EventType[\"EmployeeUpdate\"] = \"employee:update\";\n EventType[\"TaskNew\"] = \"task:new\";\n EventType[\"TaskAcknowledged\"] = \"task:acknowledged\";\n EventType[\"TaskPaymentHistoryCreated\"] = \"task_payment_history:created\";\n EventType[\"UserRated\"] = \"user:rated\";\n EventType[\"CustomerTipped\"] = \"customer:tipped\";\n EventType[\"CustomerCreated\"] = \"customer:created\";\n EventType[\"CustomerOptedIn\"] = \"customer:opted_in\";\n EventType[\"CustomerOptedOut\"] = \"customer:opted_out\";\n EventType[\"CustomerAvailabilityHoursCreated\"] = \"customer:availability_hours:created\";\n EventType[\"EmployeeTurnsOffline\"] = \"employee_turns_offline\";\n EventType[\"EmployeeTurnsOnline\"] = \"employee_turns_online\";\n EventType[\"ShiftStarted\"] = \"shift:started\";\n EventType[\"ShiftEnded\"] = \"shift:ended\";\n EventType[\"TaskWayPointAdded\"] = \"task:way_point:added\";\n EventType[\"TaskChangePreparation\"] = \"task:change_preparation\";\n EventType[\"TaskPreparationChanged\"] = \"task:preparation_changed\";\n EventType[\"TaskStatusChanged\"] = \"task:status_changed\";\n EventType[\"TaskDeleted\"] = \"task:deleted\";\n EventType[\"TaskUpdate\"] = \"task:update\";\n EventType[\"TaskPackagesChanged\"] = \"task:packages_changed\";\n EventType[\"TeamUserAdded\"] = \"team:user_added\";\n EventType[\"UserNew\"] = \"user:new\";\n EventType[\"TeamUserRemoved\"] = \"team:user_removed\";\n EventType[\"TeamTaskAdded\"] = \"team:task_added\";\n EventType[\"TeamTaskRemoved\"] = \"team:task_removed\";\n EventType[\"TaskCreated\"] = \"task:created\";\n EventType[\"TaskCreatedFinal\"] = \"task:created:final\";\n EventType[\"TaskCreatedFinalProcessingDone\"] = \"task:created:final:processing:done\";\n EventType[\"TaskRemoved\"] = \"task:removed\";\n EventType[\"TaskRejected\"] = \"task:rejected\";\n EventType[\"UserGotHome\"] = \"user:got_home\";\n EventType[\"UserLeftHome\"] = \"user:left_home\";\n EventType[\"TaskLate\"] = \"task:late\";\n EventType[\"AppAdded\"] = \"app:added\";\n EventType[\"AppRemoved\"] = \"app:removed\";\n EventType[\"RequestPush\"] = \"request_push\";\n EventType[\"UsersReadyToExecute\"] = \"users:ready_to_execute\";\n EventType[\"UserReadyToExecute\"] = \"user:ready_to_execute\";\n EventType[\"RequestOptimizeRoute\"] = \"request_optimize_route\";\n EventType[\"RequestRecalculateEta\"] = \"request_recalculate_eta\";\n EventType[\"RequestOptimizeDriverRoute\"] = \"request_optimize_driver_route\";\n EventType[\"RequestRescheduleCancelledTask\"] = \"request_reschedule_cancelled_task\";\n EventType[\"SharedLocationCreated\"] = \"shared_location:created\";\n EventType[\"MerchantCreated\"] = \"merchant_created\";\n EventType[\"UserActivityChange\"] = \"user_activity_change\";\n EventType[\"FormCreated\"] = \"form_created\";\n EventType[\"NoteCreated\"] = \"note_created\";\n EventType[\"FloatingInventoryUpdated\"] = \"floating_inventory:updated\";\n EventType[\"WayPointUpdated\"] = \"way_point:updated\";\n EventType[\"WayPointStarted\"] = \"way_point:started\";\n EventType[\"WayPointArrived\"] = \"way_point:checkin\";\n EventType[\"WayPointLeft\"] = \"way_point:checkout\";\n EventType[\"MassWayPointLeft\"] = \"mass:way_point:checkout\";\n EventType[\"WayPointOnTheWayProcessingDone\"] = \"way_point:on_the_way:processing:done\";\n EventType[\"TaskWayPointsDoneProcessingDone\"] = \"task:way_points:done:processing:done\";\n EventType[\"TaskProcessingDone\"] = \"task:processing:done\";\n EventType[\"WayPointRecalculateDistance\"] = \"way_point:recalculate_distance\";\n EventType[\"RecalculateDistance\"] = \"recalculate_distance\";\n EventType[\"TaskReadyToExecute\"] = \"task:ready_to_execute\";\n EventType[\"TeamUpdate\"] = \"team:update\";\n EventType[\"MerchantConfigurationUpdated\"] = \"merchant:configuration_updated\";\n EventType[\"RouteOptimized\"] = \"route:optimized\";\n EventType[\"RouteOptimizationProgress\"] = \"route:optimization:progress\";\n EventType[\"RouteOptimizationCanceled\"] = \"route:optimization:canceled\";\n EventType[\"RouteOptimizationPolling\"] = \"route:optimization:polling\";\n EventType[\"RouteOptimizationDone\"] = \"route:optimization:done\";\n EventType[\"RouteOptimizationApplied\"] = \"route:optimization:applied\";\n EventType[\"PlanningDone\"] = \"planning:done\";\n EventType[\"InventoryScheduledArrivalCreated\"] = \"inventory:scheduled_arrival:created\";\n EventType[\"Scanned\"] = \"scanned\";\n EventType[\"InventoryScanned\"] = \"inventory_scanned\";\n EventType[\"AlertCreated\"] = \"alert_created\";\n EventType[\"RunStarted\"] = \"run:started\";\n EventType[\"RunEnded\"] = \"run:ended\";\n EventType[\"RunDeleted\"] = \"run:deleted\";\n EventType[\"RunTaskAdded\"] = \"run:task:added\";\n EventType[\"RunTaskRemoved\"] = \"run:task:removed\";\n EventType[\"RunUpdated\"] = \"run:updated\";\n EventType[\"RunCreated\"] = \"run:created\";\n EventType[\"RunSendUpdateWebhook\"] = \"run:send_update_webhook\";\n EventType[\"RunCalculateAggregations\"] = \"run:calculate_aggregations\";\n EventType[\"InvoiceCreated\"] = \"invoice:created\";\n EventType[\"RunDebriefed\"] = \"run:debriefed\";\n EventType[\"TasksMassRemove\"] = \"tasks:mass_remove\";\n EventType[\"ManifestDone\"] = \"manifest:done\";\n EventType[\"LocationHistoryReceived\"] = \"location_history_received\";\n EventType[\"QuoteReceived\"] = \"quote_received\";\n EventType[\"DeliveryBlockAssigned\"] = \"delivery_block:assigned\";\n EventType[\"DeliveryBlockUnassigned\"] = \"delivery_block:unassigned\";\n EventType[\"DeliveryBlockCreated\"] = \"delivery_block:created\";\n EventType[\"DeliveryBlockUpdated\"] = \"delivery_block:updated\";\n EventType[\"DeliveryBlockDeleted\"] = \"delivery_block:deleted\";\n EventType[\"DriverShiftScheduleUpdated\"] = \"driver_shift_schedule:updated\";\n EventType[\"SchedulerEvent\"] = \"scheduler_event\";\n EventType[\"MobileAnalyticsEvent\"] = \"mobile_analytics_event\";\n EventType[\"MenuUpdated\"] = \"menu:updated\";\n EventType[\"TaskInventoryUpdate\"] = \"task_inventory:update\";\n EventType[\"MobileActionEvent\"] = \"mobile_action_event\";\n EventType[\"WayPointAnswersCreated\"] = \"way_point:answers:created\";\n EventType[\"WayPointScheduledArrivalUpdated\"] = \"way_point:scheduled_arrival:updated\";\n EventType[\"MaskedPhoneCallFinished\"] = \"masked_phone:call_finished\";\n EventType[\"RapidSosRequested\"] = \"rapid_sos_requested\";\n EventType[\"RatingSubmitted\"] = \"rating:submitted\";\n EventType[\"UserActualBreakUpdated\"] = \"user:actual_break:updated\";\n EventType[\"TimeBasedEvent\"] = \"time_based_event\";\n EventType[\"OpenFleetIntegrationEvent\"] = \"open_fleet:integration_event\";\n EventType[\"WorkflowTimeBasedEvent\"] = \"workflow:time_based_event\";\n EventType[\"WorkflowManual\"] = \"workflow:manual\";\n EventType[\"WorkflowProcessNextChunk\"] = \"workflow:process_next_chunk\";\n EventType[\"VrpAutoDispatchFailed\"] = \"vrp_auto_dispatch_failed\";\n EventType[\"PackageCreated\"] = \"package:created\";\n EventType[\"PackageUpdated\"] = \"package:updated\";\n EventType[\"PackageDeleted\"] = \"package:deleted\";\n EventType[\"FleetDeliveryActionCreateFailed\"] = \"fleet_delivery_action:create:failed\";\n EventType[\"FleetAssigned\"] = \"fleet:assigned\";\n EventType[\"NoFleetFound\"] = \"fleet_router:no_fleet_found\";\n EventType[\"SmsSendFailed\"] = \"sms:send:failed\";\n EventType[\"TaskAcceptedByExternalFleet\"] = \"task:accepted_by_external_fleet\";\n EventType[\"GroupTaskCalculateAggregations\"] = \"group_task:calculate_aggregations\";\n EventType[\"DriverUnavailabilityChange\"] = \"user:unavailability_change\";\n EventType[\"TaskReassignReasonCreated\"] = \"task_reassign_reason:created\";\n EventType[\"WayPointCalculateServiceAreas\"] = \"way_point:calculate_service_areas\";\n EventType[\"DeliveryWindowCreated\"] = \"delivery_window:created\";\n EventType[\"DeliveryWindowUpdated\"] = \"delivery_window:updated\";\n EventType[\"DeliveryWindowDeleted\"] = \"delivery_window:deleted\";\n EventType[\"PlannedDeliveryWindowUpdated\"] = \"planned_delivery_window:updated\";\n EventType[\"ExclusionWindowCreated\"] = \"exclusion_window:created\";\n EventType[\"ExclusionWindowUpdated\"] = \"exclusion_window:updated\";\n EventType[\"UnassignedAvailabilityTasks\"] = \"unassigned_availability_tasks\";\n EventType[\"DeliveryProviderOfferingCreated\"] = \"delivery_provider_offering:created\";\n EventType[\"DeliveryProviderOfferingUpdated\"] = \"delivery_provider_offering:updated\";\n EventType[\"RecurringTemplateTimesReassigned\"] = \"recurring_template:times_reassigned\";\n EventType[\"CustomWorkflowWebhookTaskEvent\"] = \"custom_workflow:webhook:task\";\n EventType[\"CustomWorkflowWebhookTasksEvent\"] = \"custom_workflow:webhook:tasks\";\n EventType[\"FeetStatusUpdate\"] = \"fleet:status:update\";\n EventType[\"CustomWorkflowWebhookUserEvent\"] = \"custom_workflow:webhook:user\";\n EventType[\"DeliveryWindowFillRatioChanged\"] = \"delivery_window_fill_ratio_changed\";\n EventType[\"CustomWorkflowWebhookDeliveryWindowEvent\"] = \"custom_workflow:webhook:delivery_window\";\n EventType[\"ServiceAreaUpdated\"] = \"service_area:updated\";\n EventType[\"TeamsServiceAreaUpdated\"] = \"teams_service_area:updated\";\n EventType[\"ServiceAreaZipcodeUpdated\"] = \"service_area_zipcode:updated\";\n EventType[\"DriverPaymentCreated\"] = \"driver_payment:created\";\n EventType[\"WayPointCheckout\"] = \"way_point:checkout\";\n})(EventType || (exports.EventType = EventType = {}));\nvar AvailabilityCalculationOrigin;\n(function (AvailabilityCalculationOrigin) {\n AvailabilityCalculationOrigin[\"QUOTE_ORDERS\"] = \"QUOTE_ORDERS\";\n AvailabilityCalculationOrigin[\"AUTOMATION_PLATFORM\"] = \"AUTOMATION_PLATFORM\";\n})(AvailabilityCalculationOrigin || (exports.AvailabilityCalculationOrigin = AvailabilityCalculationOrigin = {}));\n//# sourceMappingURL=event.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/event.js?");
|
|
4695
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AvailabilityCalculationOrigin = exports.EventType = exports.AssociationsChangedType = void 0;\nvar AssociationsChangedType;\n(function (AssociationsChangedType) {\n AssociationsChangedType[\"way_point\"] = \"way_point\";\n AssociationsChangedType[\"task_inventory\"] = \"task_inventory\";\n AssociationsChangedType[\"form\"] = \"form\";\n AssociationsChangedType[\"task_note\"] = \"task_note\";\n AssociationsChangedType[\"task_photo\"] = \"task_photo\";\n AssociationsChangedType[\"signature\"] = \"signature\";\n})(AssociationsChangedType || (exports.AssociationsChangedType = AssociationsChangedType = {}));\nvar EventType;\n(function (EventType) {\n EventType[\"ApplicationActionRun\"] = \"application:action:run\";\n EventType[\"UserPreLeftHome\"] = \"user:pre_left_home\";\n EventType[\"UserPreGotHome\"] = \"user:pre_got_home\";\n EventType[\"UserTypeChanged\"] = \"user_type_changed\";\n EventType[\"TaskCashoutCreated\"] = \"task:cashout:created\";\n EventType[\"EmployeeUpdateLocation\"] = \"employee:update_location\";\n EventType[\"EmployeeUpdate\"] = \"employee:update\";\n EventType[\"TaskNew\"] = \"task:new\";\n EventType[\"TaskAcknowledged\"] = \"task:acknowledged\";\n EventType[\"TaskPaymentHistoryCreated\"] = \"task_payment_history:created\";\n EventType[\"UserRated\"] = \"user:rated\";\n EventType[\"CustomerTipped\"] = \"customer:tipped\";\n EventType[\"CustomerCreated\"] = \"customer:created\";\n EventType[\"CustomerOptedIn\"] = \"customer:opted_in\";\n EventType[\"CustomerOptedOut\"] = \"customer:opted_out\";\n EventType[\"CustomerAvailabilityHoursCreated\"] = \"customer:availability_hours:created\";\n EventType[\"EmployeeTurnsOffline\"] = \"employee_turns_offline\";\n EventType[\"EmployeeTurnsOnline\"] = \"employee_turns_online\";\n EventType[\"ShiftStarted\"] = \"shift:started\";\n EventType[\"ShiftEnded\"] = \"shift:ended\";\n EventType[\"TaskWayPointAdded\"] = \"task:way_point:added\";\n EventType[\"TaskChangePreparation\"] = \"task:change_preparation\";\n EventType[\"TaskPreparationChanged\"] = \"task:preparation_changed\";\n EventType[\"TaskStatusChanged\"] = \"task:status_changed\";\n EventType[\"TaskDeleted\"] = \"task:deleted\";\n EventType[\"TaskUpdate\"] = \"task:update\";\n EventType[\"TaskPackagesChanged\"] = \"task:packages_changed\";\n EventType[\"TeamUserAdded\"] = \"team:user_added\";\n EventType[\"UserNew\"] = \"user:new\";\n EventType[\"TeamUserRemoved\"] = \"team:user_removed\";\n EventType[\"TeamTaskAdded\"] = \"team:task_added\";\n EventType[\"TeamTaskRemoved\"] = \"team:task_removed\";\n EventType[\"TaskCreated\"] = \"task:created\";\n EventType[\"TaskCreatedFinal\"] = \"task:created:final\";\n EventType[\"TaskCreatedFinalProcessingDone\"] = \"task:created:final:processing:done\";\n EventType[\"TaskRemoved\"] = \"task:removed\";\n EventType[\"TaskRejected\"] = \"task:rejected\";\n EventType[\"UserGotHome\"] = \"user:got_home\";\n EventType[\"UserLeftHome\"] = \"user:left_home\";\n EventType[\"TaskLate\"] = \"task:late\";\n EventType[\"AppAdded\"] = \"app:added\";\n EventType[\"AppRemoved\"] = \"app:removed\";\n EventType[\"RequestPush\"] = \"request_push\";\n EventType[\"UsersReadyToExecute\"] = \"users:ready_to_execute\";\n EventType[\"UserReadyToExecute\"] = \"user:ready_to_execute\";\n EventType[\"RequestOptimizeRoute\"] = \"request_optimize_route\";\n EventType[\"RequestRecalculateEta\"] = \"request_recalculate_eta\";\n EventType[\"RequestOptimizeDriverRoute\"] = \"request_optimize_driver_route\";\n EventType[\"RequestRescheduleCancelledTask\"] = \"request_reschedule_cancelled_task\";\n EventType[\"SharedLocationCreated\"] = \"shared_location:created\";\n EventType[\"MerchantCreated\"] = \"merchant_created\";\n EventType[\"UserActivityChange\"] = \"user_activity_change\";\n EventType[\"FormCreated\"] = \"form_created\";\n EventType[\"NoteCreated\"] = \"note_created\";\n EventType[\"FloatingInventoryUpdated\"] = \"floating_inventory:updated\";\n EventType[\"WayPointUpdated\"] = \"way_point:updated\";\n EventType[\"WayPointStarted\"] = \"way_point:started\";\n EventType[\"WayPointArrived\"] = \"way_point:checkin\";\n EventType[\"WayPointLeft\"] = \"way_point:checkout\";\n EventType[\"MassWayPointLeft\"] = \"mass:way_point:checkout\";\n EventType[\"WayPointOnTheWayProcessingDone\"] = \"way_point:on_the_way:processing:done\";\n EventType[\"TaskWayPointsDoneProcessingDone\"] = \"task:way_points:done:processing:done\";\n EventType[\"TaskProcessingDone\"] = \"task:processing:done\";\n EventType[\"WayPointRecalculateDistance\"] = \"way_point:recalculate_distance\";\n EventType[\"RecalculateDistance\"] = \"recalculate_distance\";\n EventType[\"TaskReadyToExecute\"] = \"task:ready_to_execute\";\n EventType[\"TeamUpdate\"] = \"team:update\";\n EventType[\"MerchantConfigurationUpdated\"] = \"merchant:configuration_updated\";\n EventType[\"RouteOptimized\"] = \"route:optimized\";\n EventType[\"RouteOptimizationProgress\"] = \"route:optimization:progress\";\n EventType[\"RouteOptimizationCanceled\"] = \"route:optimization:canceled\";\n EventType[\"RouteOptimizationPolling\"] = \"route:optimization:polling\";\n EventType[\"RouteOptimizationDone\"] = \"route:optimization:done\";\n EventType[\"RouteOptimizationApplied\"] = \"route:optimization:applied\";\n EventType[\"PlanningDone\"] = \"planning:done\";\n EventType[\"InventoryScheduledArrivalCreated\"] = \"inventory:scheduled_arrival:created\";\n EventType[\"Scanned\"] = \"scanned\";\n EventType[\"InventoryScanned\"] = \"inventory_scanned\";\n EventType[\"AlertCreated\"] = \"alert_created\";\n EventType[\"RunStarted\"] = \"run:started\";\n EventType[\"RunEnded\"] = \"run:ended\";\n EventType[\"RunDeleted\"] = \"run:deleted\";\n EventType[\"RunTaskAdded\"] = \"run:task:added\";\n EventType[\"RunTaskRemoved\"] = \"run:task:removed\";\n EventType[\"RunUpdated\"] = \"run:updated\";\n EventType[\"RunCreated\"] = \"run:created\";\n EventType[\"RunSendUpdateWebhook\"] = \"run:send_update_webhook\";\n EventType[\"RunCalculateAggregations\"] = \"run:calculate_aggregations\";\n EventType[\"InvoiceCreated\"] = \"invoice:created\";\n EventType[\"RunDebriefed\"] = \"run:debriefed\";\n EventType[\"TasksMassRemove\"] = \"tasks:mass_remove\";\n EventType[\"ManifestDone\"] = \"manifest:done\";\n EventType[\"LocationHistoryReceived\"] = \"location_history_received\";\n EventType[\"QuoteReceived\"] = \"quote_received\";\n EventType[\"DeliveryBlockAssigned\"] = \"delivery_block:assigned\";\n EventType[\"DeliveryBlockUnassigned\"] = \"delivery_block:unassigned\";\n EventType[\"DeliveryBlockCreated\"] = \"delivery_block:created\";\n EventType[\"DeliveryBlockUpdated\"] = \"delivery_block:updated\";\n EventType[\"DeliveryBlockDeleted\"] = \"delivery_block:deleted\";\n EventType[\"DriverShiftScheduleUpdated\"] = \"driver_shift_schedule:updated\";\n EventType[\"SchedulerEvent\"] = \"scheduler_event\";\n EventType[\"MobileAnalyticsEvent\"] = \"mobile_analytics_event\";\n EventType[\"MenuUpdated\"] = \"menu:updated\";\n EventType[\"TaskInventoryUpdate\"] = \"task_inventory:update\";\n EventType[\"MobileActionEvent\"] = \"mobile_action_event\";\n EventType[\"WayPointAnswersCreated\"] = \"way_point:answers:created\";\n EventType[\"WayPointScheduledArrivalUpdated\"] = \"way_point:scheduled_arrival:updated\";\n EventType[\"MaskedPhoneCallFinished\"] = \"masked_phone:call_finished\";\n EventType[\"RapidSosRequested\"] = \"rapid_sos_requested\";\n EventType[\"RatingSubmitted\"] = \"rating:submitted\";\n EventType[\"UserActualBreakUpdated\"] = \"user:actual_break:updated\";\n EventType[\"TimeBasedEvent\"] = \"time_based_event\";\n EventType[\"OpenFleetIntegrationEvent\"] = \"open_fleet:integration_event\";\n EventType[\"WorkflowTimeBasedEvent\"] = \"workflow:time_based_event\";\n EventType[\"WorkflowManual\"] = \"workflow:manual\";\n EventType[\"WorkflowProcessNextChunk\"] = \"workflow:process_next_chunk\";\n EventType[\"VrpAutoDispatchFailed\"] = \"vrp_auto_dispatch_failed\";\n EventType[\"PackageCreated\"] = \"package:created\";\n EventType[\"PackageUpdated\"] = \"package:updated\";\n EventType[\"PackageDeleted\"] = \"package:deleted\";\n EventType[\"FleetDeliveryActionCreateFailed\"] = \"fleet_delivery_action:create:failed\";\n EventType[\"FleetAssigned\"] = \"fleet:assigned\";\n EventType[\"NoFleetFound\"] = \"fleet_router:no_fleet_found\";\n EventType[\"SmsSendFailed\"] = \"sms:send:failed\";\n EventType[\"TaskAcceptedByExternalFleet\"] = \"task:accepted_by_external_fleet\";\n EventType[\"GroupTaskCalculateAggregations\"] = \"group_task:calculate_aggregations\";\n EventType[\"DriverUnavailabilityChange\"] = \"user:unavailability_change\";\n EventType[\"TaskReassignReasonCreated\"] = \"task_reassign_reason:created\";\n EventType[\"WayPointCalculateServiceAreas\"] = \"way_point:calculate_service_areas\";\n EventType[\"DeliveryWindowCreated\"] = \"delivery_window:created\";\n EventType[\"DeliveryWindowUpdated\"] = \"delivery_window:updated\";\n EventType[\"DeliveryWindowDeleted\"] = \"delivery_window:deleted\";\n EventType[\"PlannedDeliveryWindowUpdated\"] = \"planned_delivery_window:updated\";\n EventType[\"ExclusionWindowCreated\"] = \"exclusion_window:created\";\n EventType[\"ExclusionWindowUpdated\"] = \"exclusion_window:updated\";\n EventType[\"UnassignedAvailabilityTasks\"] = \"unassigned_availability_tasks\";\n EventType[\"DeliveryProviderOfferingCreated\"] = \"delivery_provider_offering:created\";\n EventType[\"DeliveryProviderOfferingUpdated\"] = \"delivery_provider_offering:updated\";\n EventType[\"RecurringTemplateTimesReassigned\"] = \"recurring_template:times_reassigned\";\n EventType[\"CustomWorkflowWebhookTaskEvent\"] = \"custom_workflow:webhook:task\";\n EventType[\"CustomWorkflowWebhookTasksEvent\"] = \"custom_workflow:webhook:tasks\";\n EventType[\"FeetStatusUpdate\"] = \"fleet:status:update\";\n EventType[\"CustomWorkflowWebhookUserEvent\"] = \"custom_workflow:webhook:user\";\n EventType[\"DeliveryWindowFillRatioChanged\"] = \"delivery_window_fill_ratio_changed\";\n EventType[\"CustomWorkflowWebhookDeliveryWindowEvent\"] = \"custom_workflow:webhook:delivery_window\";\n EventType[\"ServiceAreaUpdated\"] = \"service_area:updated\";\n EventType[\"ServiceAreaDeleted\"] = \"service_area:deleted\";\n EventType[\"TeamsServiceAreaUpdated\"] = \"teams_service_area:updated\";\n EventType[\"ServiceAreaZipcodeUpdated\"] = \"service_area_zipcode:updated\";\n EventType[\"DriverPaymentCreated\"] = \"driver_payment:created\";\n EventType[\"WayPointCheckout\"] = \"way_point:checkout\";\n})(EventType || (exports.EventType = EventType = {}));\nvar AvailabilityCalculationOrigin;\n(function (AvailabilityCalculationOrigin) {\n AvailabilityCalculationOrigin[\"QUOTE_ORDERS\"] = \"QUOTE_ORDERS\";\n AvailabilityCalculationOrigin[\"AUTOMATION_PLATFORM\"] = \"AUTOMATION_PLATFORM\";\n})(AvailabilityCalculationOrigin || (exports.AvailabilityCalculationOrigin = AvailabilityCalculationOrigin = {}));\n//# sourceMappingURL=event.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/event.js?");
|
|
4696
4696
|
|
|
4697
4697
|
/***/ }),
|
|
4698
4698
|
|