@bringg/dashboard-sdk 8.15.0-pre → 8.15.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/dist/CustomerAvailabilityHour/CustomerAvailabilityHour.consts.d.ts +5 -0
- package/dist/CustomerAvailabilityHour/CustomerAvailabilityHourApi.d.ts +1 -1
- package/dist/CustomerAvailabilityHour/Entity/CustomerAvailabilityHourEntity.d.ts +2 -2
- package/dist/CustomerAvailabilityHour/Entity/CustomerAvailabilityHourEntity.js.map +1 -1
- package/dist/OptimizationResult/optimization-result-api.d.ts +2 -2
- package/dist/OptimizationResult/optimization-result-service.d.ts +2 -2
- package/dist/OptimizationResult/optimization-result-service.js +2 -2
- package/dist/OptimizationResult/optimization-result-service.js.map +1 -1
- package/dist/Services/ServiceRequest.js +1 -1
- package/dist/Workflow/v2/workflows-service.d.ts +1 -1
- package/dist/Workflow/v2/workflows-service.js +14 -8
- package/dist/Workflow/v2/workflows-service.js.map +1 -1
- package/dist/bringg-dashboard-sdk-cjs2.js +441 -392
- package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
- package/dist/bringg-dashboard-sdk.js +191 -180
- package/dist/bringg-dashboard-sdk.min.js +1 -1
- package/dist/bringg-dashboard-sdk.min.js.map +1 -1
- package/dist/utils/cached-item.d.ts +9 -0
- package/dist/utils/cached-item.js +24 -0
- package/dist/utils/cached-item.js.map +1 -0
- package/package.json +2 -2
|
@@ -1546,7 +1546,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
|
|
|
1546
1546
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1547
1547
|
|
|
1548
1548
|
"use strict";
|
|
1549
|
-
eval("\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};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.Routes = void 0;\nvar CrudService_1 = __webpack_require__(/*! ../Core/CrudService */ \"./dist/Core/CrudService.js\");\nvar entityName = 'optimization_result';\nvar prefix = 'own-fleet-optimization-service';\nexports.Routes = {\n GET: \"/\".concat(prefix, \"/optimization_result\"),\n GET_ALL: \"/\".concat(prefix, \"/optimization_results\")\n};\nvar OptimizationResultService = /** @class */ (function () {\n function OptimizationResultService(session) {\n this.service = new CrudService_1.default(session, entityName, prefix);\n }\n OptimizationResultService.prototype.load = function (teamId, requestUuid) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.service.routeGenerator\n .get(exports.Routes.GET)\n .setException('
|
|
1549
|
+
eval("\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};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.Routes = void 0;\nvar CrudService_1 = __webpack_require__(/*! ../Core/CrudService */ \"./dist/Core/CrudService.js\");\nvar entityName = 'optimization_result';\nvar prefix = 'own-fleet-optimization-service';\nexports.Routes = {\n GET: \"/\".concat(prefix, \"/optimization_result\"),\n GET_ALL: \"/\".concat(prefix, \"/optimization_results\")\n};\nvar OptimizationResultService = /** @class */ (function () {\n function OptimizationResultService(session) {\n this.service = new CrudService_1.default(session, entityName, prefix);\n }\n OptimizationResultService.prototype.load = function (teamId, requestUuid) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.service.routeGenerator\n .get(exports.Routes.GET)\n .setException('failed to load optimization result')\n .withQueryString({ team_id: teamId, request_uuid: requestUuid })\n .invoke()];\n case 1: return [2 /*return*/, _a.sent()];\n }\n });\n });\n };\n OptimizationResultService.prototype.loadAll = function (teamId, startTime, sortDirection, pageSize) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.service.routeGenerator\n .get(exports.Routes.GET_ALL)\n .setException('failed to load optimization results')\n .withQueryString({\n team_id: teamId,\n start_time: startTime,\n sort_direction: sortDirection,\n page_size: pageSize\n })\n .invoke()];\n case 1: return [2 /*return*/, _a.sent()];\n }\n });\n });\n };\n return OptimizationResultService;\n}());\nexports[\"default\"] = OptimizationResultService;\n//# sourceMappingURL=optimization-result-service.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./dist/OptimizationResult/optimization-result-service.js?");
|
|
1550
1550
|
|
|
1551
1551
|
/***/ }),
|
|
1552
1552
|
|
|
@@ -2327,7 +2327,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexpo
|
|
|
2327
2327
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2328
2328
|
|
|
2329
2329
|
"use strict";
|
|
2330
|
-
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};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AnonymousServiceRequest = exports.AuthorizedServiceRequest = exports.ResponseHandler = exports.RequestOptions = exports.logErrorResponse = void 0;\nvar axios_1 = __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 = __webpack_require__(/*! ../Core/Logger */ \"./dist/Core/Logger.js\");\nvar abort_1 = __webpack_require__(/*! ../utils/abort */ \"./dist/utils/abort.js\");\nvar version = '8.15.0-pre';\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?");
|
|
2330
|
+
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};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AnonymousServiceRequest = exports.AuthorizedServiceRequest = exports.ResponseHandler = exports.RequestOptions = exports.logErrorResponse = void 0;\nvar axios_1 = __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 = __webpack_require__(/*! ../Core/Logger */ \"./dist/Core/Logger.js\");\nvar abort_1 = __webpack_require__(/*! ../utils/abort */ \"./dist/utils/abort.js\");\nvar version = '8.15.1';\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?");
|
|
2331
2331
|
|
|
2332
2332
|
/***/ }),
|
|
2333
2333
|
|
|
@@ -3218,7 +3218,7 @@ eval("\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _argument
|
|
|
3218
3218
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3219
3219
|
|
|
3220
3220
|
"use strict";
|
|
3221
|
-
eval("\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};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar CrudService_1 = __webpack_require__(/*! ../../Core/CrudService */ \"./dist/Core/CrudService.js\");\nvar entityName = 'rule-service/workflow';\nvar baseRoute = \"/\".concat(entityName);\nvar WorkflowsService = /** @class */ (function () {\n function WorkflowsService(session) {\n this.service = new CrudService_1.default(session, entityName);\n }\n WorkflowsService.prototype.loadAll = function (commonOptions) {\n if (commonOptions === void 0) { commonOptions = {}; }\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.service.getAll(undefined, commonOptions)];\n });\n });\n };\n WorkflowsService.prototype.delete = function (id, commonOptions) {\n if (commonOptions === void 0) { commonOptions = {}; }\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.service.delete(id, undefined, commonOptions)];\n });\n });\n };\n WorkflowsService.prototype.update = function (id, workflow, commonOptions) {\n if (commonOptions === void 0) { commonOptions = {}; }\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.service.update(id, workflow, commonOptions)];\n });\n });\n };\n WorkflowsService.prototype.patch = function (id, workflow, commonOptions) {\n if (commonOptions === void 0) { commonOptions = {}; }\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.service.patch(id, workflow, commonOptions)];\n });\n });\n };\n WorkflowsService.prototype.create = function (workflow, commonOptions) {\n if (commonOptions === void 0) { commonOptions = {}; }\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.service.create(workflow, commonOptions)];\n });\n });\n };\n WorkflowsService.prototype.duplicate = function (workflowId, commonOptions) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.service.routeGenerator\n .post(\"\".concat(baseRoute, \"/{:id}/duplicate\"))\n .withRouteParams({ id: workflowId })\n .setException(\"failed to duplicate workflow \".concat(workflowId))\n .withCommonOptions(commonOptions)\n .invoke()];\n });\n });\n };\n WorkflowsService.prototype.getTemplates = function (commonOptions) {\n return this.service.routeGenerator\n .get(\"\".concat(baseRoute, \"/templates\"))\n .setException(\"failed to get workflow templates\")\n .withCommonOptions(commonOptions)\n .invoke();\n };\n //todo - remove https://bringg.atlassian.net/browse/BRNGG-24362\n WorkflowsService.prototype.manualTrigger = function (triggerName, triggerRequest, commonOptions) {\n return this.service.routeGenerator\n .post(\"\".concat(baseRoute, \"/manual/{:name}\"))\n .withRouteParams({ name: triggerName })\n .withPayload(triggerRequest)\n .setException(\"failed to manual trigger: \".concat(triggerName))\n .withCommonOptions(commonOptions)\n .invoke();\n };\n WorkflowsService.prototype.getManualTriggersConfig = function (commonOptions) {\n return this.service.routeGenerator\n .get(\"\".concat(baseRoute, \"/v2/manual\"))\n .setException('failed to get manual triggers configuration')\n .withCommonOptions(commonOptions)\n .invoke();\n };\n WorkflowsService.prototype.getManualTriggersV3 = function (commonOptions) {\n return __awaiter(this, void 0, void 0, function () {\n var _a;\n return __generator(this, function (
|
|
3221
|
+
eval("\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};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar CrudService_1 = __webpack_require__(/*! ../../Core/CrudService */ \"./dist/Core/CrudService.js\");\nvar cached_item_1 = __webpack_require__(/*! ../../utils/cached-item */ \"./dist/utils/cached-item.js\");\nvar entityName = 'rule-service/workflow';\nvar baseRoute = \"/\".concat(entityName);\nvar WorkflowsService = /** @class */ (function () {\n function WorkflowsService(session) {\n this.service = new CrudService_1.default(session, entityName);\n this.manualTriggersCache = new cached_item_1.CachedItem();\n }\n WorkflowsService.prototype.loadAll = function (commonOptions) {\n if (commonOptions === void 0) { commonOptions = {}; }\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.service.getAll(undefined, commonOptions)];\n });\n });\n };\n WorkflowsService.prototype.delete = function (id, commonOptions) {\n if (commonOptions === void 0) { commonOptions = {}; }\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n this.manualTriggersCache.invalidate();\n return [2 /*return*/, this.service.delete(id, undefined, commonOptions)];\n });\n });\n };\n WorkflowsService.prototype.update = function (id, workflow, commonOptions) {\n if (commonOptions === void 0) { commonOptions = {}; }\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n this.manualTriggersCache.invalidate();\n return [2 /*return*/, this.service.update(id, workflow, commonOptions)];\n });\n });\n };\n WorkflowsService.prototype.patch = function (id, workflow, commonOptions) {\n if (commonOptions === void 0) { commonOptions = {}; }\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n this.manualTriggersCache.invalidate();\n return [2 /*return*/, this.service.patch(id, workflow, commonOptions)];\n });\n });\n };\n WorkflowsService.prototype.create = function (workflow, commonOptions) {\n if (commonOptions === void 0) { commonOptions = {}; }\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n this.manualTriggersCache.invalidate();\n return [2 /*return*/, this.service.create(workflow, commonOptions)];\n });\n });\n };\n WorkflowsService.prototype.duplicate = function (workflowId, commonOptions) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.service.routeGenerator\n .post(\"\".concat(baseRoute, \"/{:id}/duplicate\"))\n .withRouteParams({ id: workflowId })\n .setException(\"failed to duplicate workflow \".concat(workflowId))\n .withCommonOptions(commonOptions)\n .invoke()];\n });\n });\n };\n WorkflowsService.prototype.getTemplates = function (commonOptions) {\n return this.service.routeGenerator\n .get(\"\".concat(baseRoute, \"/templates\"))\n .setException(\"failed to get workflow templates\")\n .withCommonOptions(commonOptions)\n .invoke();\n };\n //todo - remove https://bringg.atlassian.net/browse/BRNGG-24362\n WorkflowsService.prototype.manualTrigger = function (triggerName, triggerRequest, commonOptions) {\n return this.service.routeGenerator\n .post(\"\".concat(baseRoute, \"/manual/{:name}\"))\n .withRouteParams({ name: triggerName })\n .withPayload(triggerRequest)\n .setException(\"failed to manual trigger: \".concat(triggerName))\n .withCommonOptions(commonOptions)\n .invoke();\n };\n WorkflowsService.prototype.getManualTriggersConfig = function (commonOptions) {\n return this.service.routeGenerator\n .get(\"\".concat(baseRoute, \"/v2/manual\"))\n .setException('failed to get manual triggers configuration')\n .withCommonOptions(commonOptions)\n .invoke();\n };\n WorkflowsService.prototype.getManualTriggersV3 = function (commonOptions) {\n return __awaiter(this, void 0, void 0, function () {\n var _a, _b;\n return __generator(this, function (_c) {\n switch (_c.label) {\n case 0:\n if (!!this.manualTriggersCache.isValid()) return [3 /*break*/, 2];\n _b = (_a = this.manualTriggersCache).set;\n return [4 /*yield*/, this.service.routeGenerator\n .get(\"\".concat(baseRoute, \"/v3/manual\"))\n .setException('failed to get manual triggers configuration')\n .withCommonOptions(commonOptions)\n .invoke()];\n case 1:\n _b.apply(_a, [_c.sent()]);\n _c.label = 2;\n case 2: return [2 /*return*/, this.manualTriggersCache.get()];\n }\n });\n });\n };\n return WorkflowsService;\n}());\nexports[\"default\"] = WorkflowsService;\n//# sourceMappingURL=workflows-service.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./dist/Workflow/v2/workflows-service.js?");
|
|
3222
3222
|
|
|
3223
3223
|
/***/ }),
|
|
3224
3224
|
|
|
@@ -3332,6 +3332,17 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexpo
|
|
|
3332
3332
|
|
|
3333
3333
|
/***/ }),
|
|
3334
3334
|
|
|
3335
|
+
/***/ "./dist/utils/cached-item.js":
|
|
3336
|
+
/*!***********************************!*\
|
|
3337
|
+
!*** ./dist/utils/cached-item.js ***!
|
|
3338
|
+
\***********************************/
|
|
3339
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
3340
|
+
|
|
3341
|
+
"use strict";
|
|
3342
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.CachedItem = void 0;\nvar CachedItem = /** @class */ (function () {\n function CachedItem() {\n this.valid = false;\n }\n CachedItem.prototype.set = function (toCache) {\n this.cached = toCache;\n this.valid = true;\n };\n CachedItem.prototype.isValid = function () {\n return this.valid;\n };\n CachedItem.prototype.get = function () {\n return this.isValid() ? this.cached : undefined;\n };\n CachedItem.prototype.invalidate = function () {\n this.valid = false;\n };\n return CachedItem;\n}());\nexports.CachedItem = CachedItem;\n//# sourceMappingURL=cached-item.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./dist/utils/cached-item.js?");
|
|
3343
|
+
|
|
3344
|
+
/***/ }),
|
|
3345
|
+
|
|
3335
3346
|
/***/ "./dist/utils/consts/keyset-pagination.consts.js":
|
|
3336
3347
|
/*!*******************************************************!*\
|
|
3337
3348
|
!*** ./dist/utils/consts/keyset-pagination.consts.js ***!
|
|
@@ -3647,7 +3658,7 @@ eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3647
3658
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3648
3659
|
|
|
3649
3660
|
"use strict";
|
|
3650
|
-
eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\nexports.__esModule = true;\n__exportStar(__webpack_require__(/*! ./types/action */ \"./node_modules/@bringg/types/types/action.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/action_data */ \"./node_modules/@bringg/types/types/action_data.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/actual_break */ \"./node_modules/@bringg/types/types/actual_break.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/addons_management */ \"./node_modules/@bringg/types/types/addons_management/index.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/admin_users */ \"./node_modules/@bringg/types/types/admin_users.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/alert */ \"./node_modules/@bringg/types/types/alert.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/analytics */ \"./node_modules/@bringg/types/types/analytics/index.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/application */ \"./node_modules/@bringg/types/types/application.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/async_operation_status */ \"./node_modules/@bringg/types/types/async_operation_status.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/auth */ \"./node_modules/@bringg/types/types/auth.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/chat */ \"./node_modules/@bringg/types/types/chat/index.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/chat_conversation */ \"./node_modules/@bringg/types/types/chat_conversation.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/chat_message */ \"./node_modules/@bringg/types/types/chat_message.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/common */ \"./node_modules/@bringg/types/types/common.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/company */ \"./node_modules/@bringg/types/types/company.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/config_loader */ \"./node_modules/@bringg/types/types/config_loader.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/country */ \"./node_modules/@bringg/types/types/country.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/crew */ \"./node_modules/@bringg/types/types/crew.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/currency */ \"./node_modules/@bringg/types/types/currency.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/custom_attribute */ \"./node_modules/@bringg/types/types/custom_attribute.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/custom_filter */ \"./node_modules/@bringg/types/types/custom_filter.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/customer */ \"./node_modules/@bringg/types/types/customer.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/customer_configuration */ \"./node_modules/@bringg/types/types/customer_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/customer_experience */ \"./node_modules/@bringg/types/types/customer_experience.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/dashboard_ui_configuration */ \"./node_modules/@bringg/types/types/dashboard_ui_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_block */ \"./node_modules/@bringg/types/types/delivery_block.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_block_schedule */ \"./node_modules/@bringg/types/types/delivery_block_schedule.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_provider */ \"./node_modules/@bringg/types/types/delivery_provider.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_provider_aggregator_item */ \"./node_modules/@bringg/types/types/delivery_provider_aggregator_item.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_provider_category_item */ \"./node_modules/@bringg/types/types/delivery_provider_category_item.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_provider_display_destination_item */ \"./node_modules/@bringg/types/types/delivery_provider_display_destination_item.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_provider_lookup_item */ \"./node_modules/@bringg/types/types/delivery_provider_lookup_item.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_provider_offering */ \"./node_modules/@bringg/types/types/delivery_provider_offering.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/deprecated_alert_types */ \"./node_modules/@bringg/types/types/deprecated_alert_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/dispute */ \"./node_modules/@bringg/types/types/dispute.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/driver_unavailability */ \"./node_modules/@bringg/types/types/driver_unavailability.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/emulated_delivery_provider_types */ \"./node_modules/@bringg/types/types/emulated_delivery_provider_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/error_code */ \"./node_modules/@bringg/types/types/error_code.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/event */ \"./node_modules/@bringg/types/types/event.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/external_data_team */ \"./node_modules/@bringg/types/types/external_data_team.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/filter_conditions */ \"./node_modules/@bringg/types/types/filter_conditions.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/fleet */ \"./node_modules/@bringg/types/types/fleet.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/fleet_router_rules */ \"./node_modules/@bringg/types/types/fleet_router_rules.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/fleet_template */ \"./node_modules/@bringg/types/types/fleet_template.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/floating_inventory */ \"./node_modules/@bringg/types/types/floating_inventory.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/franchisee */ \"./node_modules/@bringg/types/types/franchisee.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/geocoding */ \"./node_modules/@bringg/types/types/geocoding.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/handling_units */ \"./node_modules/@bringg/types/types/handling_units.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/integration */ \"./node_modules/@bringg/types/types/integration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/keyset_pagination */ \"./node_modules/@bringg/types/types/keyset_pagination.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/language */ \"./node_modules/@bringg/types/types/language.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/location */ \"./node_modules/@bringg/types/types/location.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/mapbox */ \"./node_modules/@bringg/types/types/mapbox.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/menu */ \"./node_modules/@bringg/types/types/menu.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/merchant */ \"./node_modules/@bringg/types/types/merchant.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/merchant_configuration */ \"./node_modules/@bringg/types/types/merchant_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/merchant_prototypes */ \"./node_modules/@bringg/types/types/merchant_prototypes.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/merchant_secrets_service */ \"./node_modules/@bringg/types/types/merchant_secrets_service.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/notification_subscription */ \"./node_modules/@bringg/types/types/notification_subscription.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/notification_template */ \"./node_modules/@bringg/types/types/notification_template.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/notification_type */ \"./node_modules/@bringg/types/types/notification_type.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/open_fleet */ \"./node_modules/@bringg/types/types/open_fleet.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/opt_in_out_history */ \"./node_modules/@bringg/types/types/opt_in_out_history.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/optimization_configuration */ \"./node_modules/@bringg/types/types/optimization_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/optimization_result */ \"./node_modules/@bringg/types/types/optimization_result.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/optimization_simulator */ \"./node_modules/@bringg/types/types/optimization_simulator.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/optimization_type */ \"./node_modules/@bringg/types/types/optimization_type.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/package */ \"./node_modules/@bringg/types/types/package.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/parking_spot */ \"./node_modules/@bringg/types/types/parking_spot.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/planned_delivery_window */ \"./node_modules/@bringg/types/types/planned_delivery_window.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/planned_route */ \"./node_modules/@bringg/types/types/planned_route.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/predicate */ \"./node_modules/@bringg/types/types/predicate.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/privilege */ \"./node_modules/@bringg/types/types/privilege.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/push_notification_registration */ \"./node_modules/@bringg/types/types/push_notification_registration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/push_token_subscription */ \"./node_modules/@bringg/types/types/push_token_subscription.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/quote */ \"./node_modules/@bringg/types/types/quote.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/rate_card */ \"./node_modules/@bringg/types/types/rate_card.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/rating */ \"./node_modules/@bringg/types/types/rating.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/realtime_event */ \"./node_modules/@bringg/types/types/realtime_event.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/reason_to_cancel_task */ \"./node_modules/@bringg/types/types/reason_to_cancel_task.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/reason_to_change_inventory */ \"./node_modules/@bringg/types/types/reason_to_change_inventory.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/reason_to_reassign_task */ \"./node_modules/@bringg/types/types/reason_to_reassign_task.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/report_preference */ \"./node_modules/@bringg/types/types/report_preference.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/reports */ \"./node_modules/@bringg/types/types/reports.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/request_origin */ \"./node_modules/@bringg/types/types/request_origin.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/route_kpi */ \"./node_modules/@bringg/types/types/route_kpi.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/route_optimization */ \"./node_modules/@bringg/types/types/route_optimization.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/route-settings */ \"./node_modules/@bringg/types/types/route-settings.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/routesMonitoring */ \"./node_modules/@bringg/types/types/routesMonitoring/index.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/rpc */ \"./node_modules/@bringg/types/types/rpc.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/run */ \"./node_modules/@bringg/types/types/run.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/scan */ \"./node_modules/@bringg/types/types/scan.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/serializer */ \"./node_modules/@bringg/types/types/serializer.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/service */ \"./node_modules/@bringg/types/types/service.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/service_area */ \"./node_modules/@bringg/types/types/service_area.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/service_event */ \"./node_modules/@bringg/types/types/service_event.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/service_plan */ \"./node_modules/@bringg/types/types/service_plan.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/service_window */ \"./node_modules/@bringg/types/types/service_window.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/shared_location */ \"./node_modules/@bringg/types/types/shared_location.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/shift */ \"./node_modules/@bringg/types/types/shift.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/skill */ \"./node_modules/@bringg/types/types/skill.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/sms_data */ \"./node_modules/@bringg/types/types/sms_data.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/sms_number */ \"./node_modules/@bringg/types/types/sms_number.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/sms_provider_account */ \"./node_modules/@bringg/types/types/sms_provider_account.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/sms_setting */ \"./node_modules/@bringg/types/types/sms_setting.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/support-ticket */ \"./node_modules/@bringg/types/types/support-ticket.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/tag */ \"./node_modules/@bringg/types/types/tag.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/tag_customer_configuration */ \"./node_modules/@bringg/types/types/tag_customer_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/tag_merchant_configuration */ \"./node_modules/@bringg/types/types/tag_merchant_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/tag_rules_configuration */ \"./node_modules/@bringg/types/types/tag_rules_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task */ \"./node_modules/@bringg/types/types/task.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task_aggregations */ \"./node_modules/@bringg/types/types/task_aggregations.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task_configuration */ \"./node_modules/@bringg/types/types/task_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task_payment_history */ \"./node_modules/@bringg/types/types/task_payment_history.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task_rates */ \"./node_modules/@bringg/types/types/task_rates.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task_reassign_reasons */ \"./node_modules/@bringg/types/types/task_reassign_reasons.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task_reject */ \"./node_modules/@bringg/types/types/task_reject.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task_service */ \"./node_modules/@bringg/types/types/task_service.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/taskRejectReason */ \"./node_modules/@bringg/types/types/taskRejectReason/index.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/team_configuration */ \"./node_modules/@bringg/types/types/team_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/team_service_zip_codes */ \"./node_modules/@bringg/types/types/team_service_zip_codes.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/teams */ \"./node_modules/@bringg/types/types/teams.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/template_languages */ \"./node_modules/@bringg/types/types/template_languages.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/template_merchants */ \"./node_modules/@bringg/types/types/template_merchants.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/templates */ \"./node_modules/@bringg/types/types/templates.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/tender_notify */ \"./node_modules/@bringg/types/types/tender_notify.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/twilio_number */ \"./node_modules/@bringg/types/types/twilio_number.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/upload */ \"./node_modules/@bringg/types/types/upload.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/user_configuration */ \"./node_modules/@bringg/types/types/user_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/user_realtime_data */ \"./node_modules/@bringg/types/types/user_realtime_data.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/user_types */ \"./node_modules/@bringg/types/types/user_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/users */ \"./node_modules/@bringg/types/types/users.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/vehicle */ \"./node_modules/@bringg/types/types/vehicle.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/vehicle_category */ \"./node_modules/@bringg/types/types/vehicle_category.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/vehicle_type */ \"./node_modules/@bringg/types/types/vehicle_type.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/web_application_configuration */ \"./node_modules/@bringg/types/types/web_application_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/webhook_authentication_configuration */ \"./node_modules/@bringg/types/types/webhook_authentication_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/webhooks */ \"./node_modules/@bringg/types/types/webhooks.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/webhooks_configuration */ \"./node_modules/@bringg/types/types/webhooks_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/widget */ \"./node_modules/@bringg/types/types/widget.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/windows */ \"./node_modules/@bringg/types/types/windows.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/workflow */ \"./node_modules/@bringg/types/types/workflow/index.js\"), exports);\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/index.js?");
|
|
3661
|
+
eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n__exportStar(__webpack_require__(/*! ./types/action */ \"./node_modules/@bringg/types/types/action.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/action_data */ \"./node_modules/@bringg/types/types/action_data.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/actual_break */ \"./node_modules/@bringg/types/types/actual_break.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/addons_management */ \"./node_modules/@bringg/types/types/addons_management/index.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/admin_users */ \"./node_modules/@bringg/types/types/admin_users.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/alert */ \"./node_modules/@bringg/types/types/alert.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/analytics */ \"./node_modules/@bringg/types/types/analytics/index.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/application */ \"./node_modules/@bringg/types/types/application.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/async_operation_status */ \"./node_modules/@bringg/types/types/async_operation_status.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/auth */ \"./node_modules/@bringg/types/types/auth.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/chat */ \"./node_modules/@bringg/types/types/chat/index.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/chat_conversation */ \"./node_modules/@bringg/types/types/chat_conversation.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/chat_message */ \"./node_modules/@bringg/types/types/chat_message.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/common */ \"./node_modules/@bringg/types/types/common.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/company */ \"./node_modules/@bringg/types/types/company.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/config_loader */ \"./node_modules/@bringg/types/types/config_loader.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/country */ \"./node_modules/@bringg/types/types/country.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/crew */ \"./node_modules/@bringg/types/types/crew.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/currency */ \"./node_modules/@bringg/types/types/currency.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/custom_attribute */ \"./node_modules/@bringg/types/types/custom_attribute.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/custom_filter */ \"./node_modules/@bringg/types/types/custom_filter.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/customer */ \"./node_modules/@bringg/types/types/customer.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/customer_configuration */ \"./node_modules/@bringg/types/types/customer_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/customer_experience */ \"./node_modules/@bringg/types/types/customer_experience.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/dashboard_ui_configuration */ \"./node_modules/@bringg/types/types/dashboard_ui_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_block */ \"./node_modules/@bringg/types/types/delivery_block.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_block_schedule */ \"./node_modules/@bringg/types/types/delivery_block_schedule.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_provider */ \"./node_modules/@bringg/types/types/delivery_provider.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_provider_aggregator_item */ \"./node_modules/@bringg/types/types/delivery_provider_aggregator_item.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_provider_category_item */ \"./node_modules/@bringg/types/types/delivery_provider_category_item.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_provider_display_destination_item */ \"./node_modules/@bringg/types/types/delivery_provider_display_destination_item.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_provider_lookup_item */ \"./node_modules/@bringg/types/types/delivery_provider_lookup_item.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/delivery_provider_offering */ \"./node_modules/@bringg/types/types/delivery_provider_offering.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/deprecated_alert_types */ \"./node_modules/@bringg/types/types/deprecated_alert_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/dispute */ \"./node_modules/@bringg/types/types/dispute.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/driver_unavailability */ \"./node_modules/@bringg/types/types/driver_unavailability.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/emulated_delivery_provider_types */ \"./node_modules/@bringg/types/types/emulated_delivery_provider_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/error_code */ \"./node_modules/@bringg/types/types/error_code.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/event */ \"./node_modules/@bringg/types/types/event.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/external_data_team */ \"./node_modules/@bringg/types/types/external_data_team.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/filter_conditions */ \"./node_modules/@bringg/types/types/filter_conditions.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/fleet */ \"./node_modules/@bringg/types/types/fleet.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/fleet_router_rules */ \"./node_modules/@bringg/types/types/fleet_router_rules.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/fleet_template */ \"./node_modules/@bringg/types/types/fleet_template.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/floating_inventory */ \"./node_modules/@bringg/types/types/floating_inventory.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/franchisee */ \"./node_modules/@bringg/types/types/franchisee.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/geocoding */ \"./node_modules/@bringg/types/types/geocoding.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/handling_units */ \"./node_modules/@bringg/types/types/handling_units.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/integration */ \"./node_modules/@bringg/types/types/integration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/keyset_pagination */ \"./node_modules/@bringg/types/types/keyset_pagination.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/language */ \"./node_modules/@bringg/types/types/language.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/location */ \"./node_modules/@bringg/types/types/location.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/mapbox */ \"./node_modules/@bringg/types/types/mapbox.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/menu */ \"./node_modules/@bringg/types/types/menu.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/merchant */ \"./node_modules/@bringg/types/types/merchant.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/merchant_configuration */ \"./node_modules/@bringg/types/types/merchant_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/merchant_prototypes */ \"./node_modules/@bringg/types/types/merchant_prototypes.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/merchant_secrets_service */ \"./node_modules/@bringg/types/types/merchant_secrets_service.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/notification_subscription */ \"./node_modules/@bringg/types/types/notification_subscription.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/notification_template */ \"./node_modules/@bringg/types/types/notification_template.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/notification_type */ \"./node_modules/@bringg/types/types/notification_type.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/open_fleet */ \"./node_modules/@bringg/types/types/open_fleet.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/opt_in_out_history */ \"./node_modules/@bringg/types/types/opt_in_out_history.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/optimization_configuration */ \"./node_modules/@bringg/types/types/optimization_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/optimization_result */ \"./node_modules/@bringg/types/types/optimization_result.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/optimization_simulator */ \"./node_modules/@bringg/types/types/optimization_simulator.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/optimization_type */ \"./node_modules/@bringg/types/types/optimization_type.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/package */ \"./node_modules/@bringg/types/types/package.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/parking_spot */ \"./node_modules/@bringg/types/types/parking_spot.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/planned_delivery_window */ \"./node_modules/@bringg/types/types/planned_delivery_window.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/planned_route */ \"./node_modules/@bringg/types/types/planned_route.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/predicate */ \"./node_modules/@bringg/types/types/predicate.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/privilege */ \"./node_modules/@bringg/types/types/privilege.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/push_notification_registration */ \"./node_modules/@bringg/types/types/push_notification_registration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/push_token_subscription */ \"./node_modules/@bringg/types/types/push_token_subscription.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/quote */ \"./node_modules/@bringg/types/types/quote.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/rate_card */ \"./node_modules/@bringg/types/types/rate_card.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/rating */ \"./node_modules/@bringg/types/types/rating.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/realtime_event */ \"./node_modules/@bringg/types/types/realtime_event.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/reason_to_cancel_task */ \"./node_modules/@bringg/types/types/reason_to_cancel_task.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/reason_to_change_inventory */ \"./node_modules/@bringg/types/types/reason_to_change_inventory.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/reason_to_reassign_task */ \"./node_modules/@bringg/types/types/reason_to_reassign_task.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/report_preference */ \"./node_modules/@bringg/types/types/report_preference.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/reports */ \"./node_modules/@bringg/types/types/reports.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/request_origin */ \"./node_modules/@bringg/types/types/request_origin.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/route_kpi */ \"./node_modules/@bringg/types/types/route_kpi.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/route_optimization */ \"./node_modules/@bringg/types/types/route_optimization.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/route-settings */ \"./node_modules/@bringg/types/types/route-settings.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/routesMonitoring */ \"./node_modules/@bringg/types/types/routesMonitoring/index.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/rpc */ \"./node_modules/@bringg/types/types/rpc.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/run */ \"./node_modules/@bringg/types/types/run.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/scan */ \"./node_modules/@bringg/types/types/scan.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/serializer */ \"./node_modules/@bringg/types/types/serializer.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/service */ \"./node_modules/@bringg/types/types/service.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/service_area */ \"./node_modules/@bringg/types/types/service_area.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/service_event */ \"./node_modules/@bringg/types/types/service_event.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/service_plan */ \"./node_modules/@bringg/types/types/service_plan.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/service_window */ \"./node_modules/@bringg/types/types/service_window.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/shared_location */ \"./node_modules/@bringg/types/types/shared_location.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/shift */ \"./node_modules/@bringg/types/types/shift.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/skill */ \"./node_modules/@bringg/types/types/skill.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/sms_data */ \"./node_modules/@bringg/types/types/sms_data.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/sms_number */ \"./node_modules/@bringg/types/types/sms_number.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/sms_provider_account */ \"./node_modules/@bringg/types/types/sms_provider_account.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/sms_setting */ \"./node_modules/@bringg/types/types/sms_setting.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/support-ticket */ \"./node_modules/@bringg/types/types/support-ticket.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/tag */ \"./node_modules/@bringg/types/types/tag.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/tag_customer_configuration */ \"./node_modules/@bringg/types/types/tag_customer_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/tag_merchant_configuration */ \"./node_modules/@bringg/types/types/tag_merchant_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/tag_rules_configuration */ \"./node_modules/@bringg/types/types/tag_rules_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task */ \"./node_modules/@bringg/types/types/task.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task_aggregations */ \"./node_modules/@bringg/types/types/task_aggregations.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task_configuration */ \"./node_modules/@bringg/types/types/task_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task_payment_history */ \"./node_modules/@bringg/types/types/task_payment_history.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task_rates */ \"./node_modules/@bringg/types/types/task_rates.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task_reassign_reasons */ \"./node_modules/@bringg/types/types/task_reassign_reasons.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task_reject */ \"./node_modules/@bringg/types/types/task_reject.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/task_service */ \"./node_modules/@bringg/types/types/task_service.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/taskRejectReason */ \"./node_modules/@bringg/types/types/taskRejectReason/index.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/team_configuration */ \"./node_modules/@bringg/types/types/team_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/team_service_zip_codes */ \"./node_modules/@bringg/types/types/team_service_zip_codes.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/teams */ \"./node_modules/@bringg/types/types/teams.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/template_languages */ \"./node_modules/@bringg/types/types/template_languages.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/template_merchants */ \"./node_modules/@bringg/types/types/template_merchants.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/templates */ \"./node_modules/@bringg/types/types/templates.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/tender_notify */ \"./node_modules/@bringg/types/types/tender_notify.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/twilio_number */ \"./node_modules/@bringg/types/types/twilio_number.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/upload */ \"./node_modules/@bringg/types/types/upload.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/user_configuration */ \"./node_modules/@bringg/types/types/user_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/user_realtime_data */ \"./node_modules/@bringg/types/types/user_realtime_data.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/user_types */ \"./node_modules/@bringg/types/types/user_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/users */ \"./node_modules/@bringg/types/types/users.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/vehicle */ \"./node_modules/@bringg/types/types/vehicle.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/vehicle_category */ \"./node_modules/@bringg/types/types/vehicle_category.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/vehicle_type */ \"./node_modules/@bringg/types/types/vehicle_type.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/web_application_configuration */ \"./node_modules/@bringg/types/types/web_application_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/webhook_authentication_configuration */ \"./node_modules/@bringg/types/types/webhook_authentication_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/webhooks */ \"./node_modules/@bringg/types/types/webhooks.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/webhooks_configuration */ \"./node_modules/@bringg/types/types/webhooks_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/widget */ \"./node_modules/@bringg/types/types/widget.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/windows */ \"./node_modules/@bringg/types/types/windows.js\"), exports);\n__exportStar(__webpack_require__(/*! ./types/workflow */ \"./node_modules/@bringg/types/types/workflow/index.js\"), exports);\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/index.js?");
|
|
3651
3662
|
|
|
3652
3663
|
/***/ }),
|
|
3653
3664
|
|
|
@@ -3658,7 +3669,7 @@ eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ?
|
|
|
3658
3669
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3659
3670
|
|
|
3660
3671
|
"use strict";
|
|
3661
|
-
eval("\
|
|
3672
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ActionKey = exports.ActionType = void 0;\nvar ActionType;\n(function (ActionType) {\n ActionType[ActionType[\"ALERT\"] = 0] = \"ALERT\";\n ActionType[ActionType[\"INTERNAL_SMS\"] = 1] = \"INTERNAL_SMS\";\n ActionType[ActionType[\"INTERNAL_EMAIL\"] = 2] = \"INTERNAL_EMAIL\";\n ActionType[ActionType[\"WEBHOOK\"] = 3] = \"WEBHOOK\";\n ActionType[ActionType[\"ENTITY_UPDATE\"] = 4] = \"ENTITY_UPDATE\";\n ActionType[ActionType[\"RELEASE\"] = 5] = \"RELEASE\";\n ActionType[ActionType[\"MARK_NOT_READY\"] = 6] = \"MARK_NOT_READY\";\n ActionType[ActionType[\"FINISH_TASK\"] = 7] = \"FINISH_TASK\";\n ActionType[ActionType[\"SHARE_WITH_CUSTOMER\"] = 8] = \"SHARE_WITH_CUSTOMER\";\n ActionType[ActionType[\"AUTO_UNASSIGN\"] = 9] = \"AUTO_UNASSIGN\";\n ActionType[ActionType[\"RESCHEDULE_TASKS\"] = 10] = \"RESCHEDULE_TASKS\";\n ActionType[ActionType[\"SHARED_LOCATION\"] = 11] = \"SHARED_LOCATION\";\n ActionType[ActionType[\"CONVERT_LINKED_TO_MM\"] = 12] = \"CONVERT_LINKED_TO_MM\";\n ActionType[ActionType[\"CONVERT_MM_TO_LINKED\"] = 13] = \"CONVERT_MM_TO_LINKED\";\n ActionType[ActionType[\"OPTIMIZATION\"] = 14] = \"OPTIMIZATION\";\n ActionType[ActionType[\"CANCEL_TASK\"] = 15] = \"CANCEL_TASK\";\n ActionType[ActionType[\"TOTAL_WEIGHT_NULLIFY\"] = 16] = \"TOTAL_WEIGHT_NULLIFY\";\n ActionType[ActionType[\"TOTAL_HANDLING_UNITS_NULLIFY_ALL\"] = 17] = \"TOTAL_HANDLING_UNITS_NULLIFY_ALL\";\n ActionType[ActionType[\"LEAN_COPY\"] = 18] = \"LEAN_COPY\";\n ActionType[ActionType[\"CALCULATE_AVAILABILITY_STATE\"] = 19] = \"CALCULATE_AVAILABILITY_STATE\";\n ActionType[ActionType[\"CALCULATE_AVAILABILITY_STATE_GENERIC\"] = 20] = \"CALCULATE_AVAILABILITY_STATE_GENERIC\";\n ActionType[ActionType[\"ASSIGN_TEAM_BY_PDW\"] = 21] = \"ASSIGN_TEAM_BY_PDW\";\n ActionType[ActionType[\"NARROW_ACTIONABLE_WP_TIME_WINDOW\"] = 22] = \"NARROW_ACTIONABLE_WP_TIME_WINDOW\";\n ActionType[ActionType[\"EMAIL_SHARED_LOCATION\"] = 23] = \"EMAIL_SHARED_LOCATION\";\n ActionType[ActionType[\"TASK_WEBHOOK\"] = 24] = \"TASK_WEBHOOK\";\n ActionType[ActionType[\"TASKS_WEBHOOK\"] = 25] = \"TASKS_WEBHOOK\";\n ActionType[ActionType[\"DUPLICATE_TASK\"] = 26] = \"DUPLICATE_TASK\";\n ActionType[ActionType[\"USER_WEBHOOK\"] = 27] = \"USER_WEBHOOK\";\n})(ActionType || (exports.ActionType = ActionType = {}));\nvar ActionKey;\n(function (ActionKey) {\n ActionKey[\"UPDATE\"] = \"updateEntity\";\n ActionKey[\"GENERIC_ACTION\"] = \"genericAction\";\n ActionKey[\"ALERT\"] = \"alert\";\n ActionKey[\"SHARED_LOCATION\"] = \"sharedLocation\";\n ActionKey[\"OPTIMIZATION\"] = \"optimization\";\n ActionKey[\"CANCEL_TASK\"] = \"cancelTask\";\n ActionKey[\"CALCULATE_AVAILABILITY_STATE\"] = \"calculateAvailabilityState\";\n ActionKey[\"NARROW_ACTIONABLE_WP_TIME_WINDOW\"] = \"narrowActionableWpTimeWindow\";\n ActionKey[\"EMAIL_SHARED_LOCATION\"] = \"emailSharedLocation\";\n ActionKey[\"TASK_WEBHOOK\"] = \"taskWebhook\";\n ActionKey[\"TASKS_WEBHOOK\"] = \"tasksWebhook\";\n ActionKey[\"USER_WEBHOOK\"] = \"userWebhook\";\n})(ActionKey || (exports.ActionKey = ActionKey = {}));\n//# sourceMappingURL=action.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/action.js?");
|
|
3662
3673
|
|
|
3663
3674
|
/***/ }),
|
|
3664
3675
|
|
|
@@ -3669,7 +3680,7 @@ eval("\nexports.__esModule = true;\nexports.ActionKey = exports.ActionType = voi
|
|
|
3669
3680
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3670
3681
|
|
|
3671
3682
|
"use strict";
|
|
3672
|
-
eval("\
|
|
3683
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.OwnerType = void 0;\nvar OwnerType;\n(function (OwnerType) {\n OwnerType[OwnerType[\"Driver\"] = 0] = \"Driver\";\n OwnerType[OwnerType[\"Store\"] = 1] = \"Store\";\n})(OwnerType || (exports.OwnerType = OwnerType = {}));\n//# sourceMappingURL=action_data.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/action_data.js?");
|
|
3673
3684
|
|
|
3674
3685
|
/***/ }),
|
|
3675
3686
|
|
|
@@ -3680,7 +3691,7 @@ eval("\nexports.__esModule = true;\nexports.OwnerType = void 0;\nvar OwnerType;\
|
|
|
3680
3691
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3681
3692
|
|
|
3682
3693
|
"use strict";
|
|
3683
|
-
eval("\
|
|
3694
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=actual_break.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/actual_break.js?");
|
|
3684
3695
|
|
|
3685
3696
|
/***/ }),
|
|
3686
3697
|
|
|
@@ -3691,7 +3702,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=actual_break.js.map\n\n
|
|
|
3691
3702
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3692
3703
|
|
|
3693
3704
|
"use strict";
|
|
3694
|
-
eval("\
|
|
3705
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AcceleratorSliderContentType = exports.AcceleratorStatus = void 0;\nvar AcceleratorStatus;\n(function (AcceleratorStatus) {\n AcceleratorStatus[AcceleratorStatus[\"Pending\"] = 0] = \"Pending\";\n AcceleratorStatus[AcceleratorStatus[\"Active\"] = 1] = \"Active\";\n})(AcceleratorStatus || (exports.AcceleratorStatus = AcceleratorStatus = {}));\nvar AcceleratorSliderContentType;\n(function (AcceleratorSliderContentType) {\n AcceleratorSliderContentType[\"Image\"] = \"image\";\n AcceleratorSliderContentType[\"Video\"] = \"video\";\n})(AcceleratorSliderContentType || (exports.AcceleratorSliderContentType = AcceleratorSliderContentType = {}));\n//# sourceMappingURL=accelerator.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/addons_management/accelerator.js?");
|
|
3695
3706
|
|
|
3696
3707
|
/***/ }),
|
|
3697
3708
|
|
|
@@ -3702,7 +3713,7 @@ eval("\nexports.__esModule = true;\nexports.AcceleratorSliderContentType = expor
|
|
|
3702
3713
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3703
3714
|
|
|
3704
3715
|
"use strict";
|
|
3705
|
-
eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\
|
|
3716
|
+
eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n__exportStar(__webpack_require__(/*! ./accelerator */ \"./node_modules/@bringg/types/types/addons_management/accelerator.js\"), exports);\n__exportStar(__webpack_require__(/*! ./tier */ \"./node_modules/@bringg/types/types/addons_management/tier.js\"), exports);\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/addons_management/index.js?");
|
|
3706
3717
|
|
|
3707
3718
|
/***/ }),
|
|
3708
3719
|
|
|
@@ -3713,7 +3724,7 @@ eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ?
|
|
|
3713
3724
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3714
3725
|
|
|
3715
3726
|
"use strict";
|
|
3716
|
-
eval("\
|
|
3727
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=tier.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/addons_management/tier.js?");
|
|
3717
3728
|
|
|
3718
3729
|
/***/ }),
|
|
3719
3730
|
|
|
@@ -3724,7 +3735,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=tier.js.map\n\n//# sour
|
|
|
3724
3735
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3725
3736
|
|
|
3726
3737
|
"use strict";
|
|
3727
|
-
eval("\
|
|
3738
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=admin_users.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/admin_users.js?");
|
|
3728
3739
|
|
|
3729
3740
|
/***/ }),
|
|
3730
3741
|
|
|
@@ -3735,7 +3746,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=admin_users.js.map\n\n/
|
|
|
3735
3746
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3736
3747
|
|
|
3737
3748
|
"use strict";
|
|
3738
|
-
eval("\
|
|
3749
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AlertDisplayCategory = exports.ALERT_TYPES_VALUES = exports.ALERT_TYPES = void 0;\nvar ALERT_TYPES;\n(function (ALERT_TYPES) {\n ALERT_TYPES[ALERT_TYPES[\"UNACCEPTED\"] = 1] = \"UNACCEPTED\";\n ALERT_TYPES[ALERT_TYPES[\"LATE\"] = 2] = \"LATE\";\n ALERT_TYPES[ALERT_TYPES[\"FAILED_SMS\"] = 3] = \"FAILED_SMS\";\n ALERT_TYPES[ALERT_TYPES[\"MISSED_CLIENT_MESSAGE\"] = 4] = \"MISSED_CLIENT_MESSAGE\";\n ALERT_TYPES[ALERT_TYPES[\"FAILED_CONSUMER_APP\"] = 5] = \"FAILED_CONSUMER_APP\";\n ALERT_TYPES[ALERT_TYPES[\"STAYS_TOO_LONG_ON_SITE\"] = 6] = \"STAYS_TOO_LONG_ON_SITE\";\n ALERT_TYPES[ALERT_TYPES[\"UNKNOWN\"] = 7] = \"UNKNOWN\";\n ALERT_TYPES[ALERT_TYPES[\"PHONE_STOPPED_REPORTING\"] = 8] = \"PHONE_STOPPED_REPORTING\";\n ALERT_TYPES[ALERT_TYPES[\"LOW_BATTERY\"] = 9] = \"LOW_BATTERY\";\n ALERT_TYPES[ALERT_TYPES[\"FAILED_PUSHING_TO_DRIVER\"] = 10] = \"FAILED_PUSHING_TO_DRIVER\";\n ALERT_TYPES[ALERT_TYPES[\"DRIVER_LOST_GPS\"] = 11] = \"DRIVER_LOST_GPS\";\n ALERT_TYPES[ALERT_TYPES[\"ROGUE_CUSTOMER_SUSPECTED\"] = 12] = \"ROGUE_CUSTOMER_SUSPECTED\";\n ALERT_TYPES[ALERT_TYPES[\"ROGUE_ORDER_SUSPECTED\"] = 13] = \"ROGUE_ORDER_SUSPECTED\";\n ALERT_TYPES[ALERT_TYPES[\"FAILED_EMAIL\"] = 14] = \"FAILED_EMAIL\";\n ALERT_TYPES[ALERT_TYPES[\"DRIVER_FORCE_CLOSED_APP\"] = 15] = \"DRIVER_FORCE_CLOSED_APP\";\n ALERT_TYPES[ALERT_TYPES[\"ADDRESS_CANT_BE_FOUND\"] = 16] = \"ADDRESS_CANT_BE_FOUND\";\n ALERT_TYPES[ALERT_TYPES[\"DONE_LAST_ORDER\"] = 17] = \"DONE_LAST_ORDER\";\n ALERT_TYPES[ALERT_TYPES[\"DRIVER_OFF_ROUTE\"] = 18] = \"DRIVER_OFF_ROUTE\";\n ALERT_TYPES[ALERT_TYPES[\"CHECKIN_FAR_FROM_LOCATION\"] = 19] = \"CHECKIN_FAR_FROM_LOCATION\";\n ALERT_TYPES[ALERT_TYPES[\"SCANNING_OUTSIDE_GEOFENCE\"] = 20] = \"SCANNING_OUTSIDE_GEOFENCE\";\n ALERT_TYPES[ALERT_TYPES[\"DRIVER_ENDS_SHIFT_WITH_OPEN_TASKS\"] = 21] = \"DRIVER_ENDS_SHIFT_WITH_OPEN_TASKS\";\n ALERT_TYPES[ALERT_TYPES[\"COULD_NOT_CREATE_RETURNING_TASK\"] = 22] = \"COULD_NOT_CREATE_RETURNING_TASK\";\n ALERT_TYPES[ALERT_TYPES[\"DRIVER_ENDS_SHIFT_BEFORE_SCHEDULE\"] = 23] = \"DRIVER_ENDS_SHIFT_BEFORE_SCHEDULE\";\n ALERT_TYPES[ALERT_TYPES[\"DRIVER_DEPOSIT_CLIENT_DEPOSIT_AMOUNT_DIFFERENT_FROM_SERVER\"] = 24] = \"DRIVER_DEPOSIT_CLIENT_DEPOSIT_AMOUNT_DIFFERENT_FROM_SERVER\";\n ALERT_TYPES[ALERT_TYPES[\"DRIVER_DEPOSIT_CLIENT_DEPOSIT_AMOUNT_BASED_ON_TASK_IDS_DIFFERENT_FROM_SERVIER\"] = 25] = \"DRIVER_DEPOSIT_CLIENT_DEPOSIT_AMOUNT_BASED_ON_TASK_IDS_DIFFERENT_FROM_SERVIER\";\n ALERT_TYPES[ALERT_TYPES[\"REQUIRE_MORE_DRIVERS\"] = 26] = \"REQUIRE_MORE_DRIVERS\";\n ALERT_TYPES[ALERT_TYPES[\"TOO_MANY_DRIVERS\"] = 27] = \"TOO_MANY_DRIVERS\";\n ALERT_TYPES[ALERT_TYPES[\"USER_RATED_BELLOW_THRESHOLD\"] = 28] = \"USER_RATED_BELLOW_THRESHOLD\";\n ALERT_TYPES[ALERT_TYPES[\"WAY_POINT_NOT_GEOCODED\"] = 29] = \"WAY_POINT_NOT_GEOCODED\";\n ALERT_TYPES[ALERT_TYPES[\"MOBILE_BLUETOOTH_IS_OFF\"] = 30] = \"MOBILE_BLUETOOTH_IS_OFF\";\n ALERT_TYPES[ALERT_TYPES[\"ETA_TO_HOME\"] = 31] = \"ETA_TO_HOME\";\n ALERT_TYPES[ALERT_TYPES[\"UNASSIGNED_TASK_THAT_MUST_LEAVE\"] = 32] = \"UNASSIGNED_TASK_THAT_MUST_LEAVE\";\n ALERT_TYPES[ALERT_TYPES[\"GPS_IS_OFF\"] = 33] = \"GPS_IS_OFF\";\n ALERT_TYPES[ALERT_TYPES[\"FLEET_FAILED_TO_FIND_DRIVER\"] = 34] = \"FLEET_FAILED_TO_FIND_DRIVER\";\n ALERT_TYPES[ALERT_TYPES[\"FLEET_UNABLE_TO_DELIVER\"] = 35] = \"FLEET_UNABLE_TO_DELIVER\";\n ALERT_TYPES[ALERT_TYPES[\"NOT_ASSIGNED_BEFORE_SCHEDULE\"] = 36] = \"NOT_ASSIGNED_BEFORE_SCHEDULE\";\n ALERT_TYPES[ALERT_TYPES[\"NOT_ACCEPTED_BEFORE_SCHEDULE\"] = 37] = \"NOT_ACCEPTED_BEFORE_SCHEDULE\";\n ALERT_TYPES[ALERT_TYPES[\"NOT_STARTED_BEFORE_SCHEDULE\"] = 38] = \"NOT_STARTED_BEFORE_SCHEDULE\";\n ALERT_TYPES[ALERT_TYPES[\"ROUTE_OPTIMIZATION_FAILED\"] = 39] = \"ROUTE_OPTIMIZATION_FAILED\";\n ALERT_TYPES[ALERT_TYPES[\"VRP_AUTO_DISPATCH_FAILED_TO_ASSIGN_TASK\"] = 40] = \"VRP_AUTO_DISPATCH_FAILED_TO_ASSIGN_TASK\";\n ALERT_TYPES[ALERT_TYPES[\"DRIVER_STARTED_UNPRIORITIZED_TASK\"] = 41] = \"DRIVER_STARTED_UNPRIORITIZED_TASK\";\n ALERT_TYPES[ALERT_TYPES[\"DRIVER_CANCELLED_ORDER\"] = 42] = \"DRIVER_CANCELLED_ORDER\";\n ALERT_TYPES[ALERT_TYPES[\"BAD_OPTIMIZATION_PARAMETERS\"] = 43] = \"BAD_OPTIMIZATION_PARAMETERS\";\n ALERT_TYPES[ALERT_TYPES[\"FAILED_TO_CREATE_FLEET_DELIVERY\"] = 44] = \"FAILED_TO_CREATE_FLEET_DELIVERY\";\n ALERT_TYPES[ALERT_TYPES[\"ROUTE_OPTIMIZATION_ORDERS_LEFT_OUTSIDE_OPTIMIZATION\"] = 45] = \"ROUTE_OPTIMIZATION_ORDERS_LEFT_OUTSIDE_OPTIMIZATION\";\n ALERT_TYPES[ALERT_TYPES[\"ROUTE_OPTIMIZATION_TASKS_REMOVED_BEFORE_OPTIMIZATION\"] = 46] = \"ROUTE_OPTIMIZATION_TASKS_REMOVED_BEFORE_OPTIMIZATION\";\n ALERT_TYPES[ALERT_TYPES[\"FAILED_TO_CANCEL_FLEET_DELIVERY\"] = 47] = \"FAILED_TO_CANCEL_FLEET_DELIVERY\";\n ALERT_TYPES[ALERT_TYPES[\"FAILED_TO_UPDATE_FLEET_DELIVERY\"] = 48] = \"FAILED_TO_UPDATE_FLEET_DELIVERY\";\n ALERT_TYPES[ALERT_TYPES[\"TMP_DAY_AND_ROSS_ORDER_TOTAL_WEIGHT_CHANGED\"] = 100] = \"TMP_DAY_AND_ROSS_ORDER_TOTAL_WEIGHT_CHANGED\";\n ALERT_TYPES[ALERT_TYPES[\"TMP_DAY_AND_ROSS_INVENTORY_SIZE_CHANGED\"] = 101] = \"TMP_DAY_AND_ROSS_INVENTORY_SIZE_CHANGED\";\n ALERT_TYPES[ALERT_TYPES[\"TMP_DAY_AND_ROSS_PICKUP_ORDER_TIME_WINDOW_CHANGED\"] = 102] = \"TMP_DAY_AND_ROSS_PICKUP_ORDER_TIME_WINDOW_CHANGED\";\n ALERT_TYPES[ALERT_TYPES[\"TMP_DAY_AND_ROSS_DELIVERY_ORDER_TIME_WINDOW_CHANGED\"] = 103] = \"TMP_DAY_AND_ROSS_DELIVERY_ORDER_TIME_WINDOW_CHANGED\";\n ALERT_TYPES[ALERT_TYPES[\"TMP_DAY_AND_ROSS_PICKUP_ORDER_SCHEDULED_TIME_CHANGED\"] = 104] = \"TMP_DAY_AND_ROSS_PICKUP_ORDER_SCHEDULED_TIME_CHANGED\";\n ALERT_TYPES[ALERT_TYPES[\"TMP_DAY_AND_ROSS_DELIVERY_ORDER_SCHEDULED_TIME_CHANGED\"] = 105] = \"TMP_DAY_AND_ROSS_DELIVERY_ORDER_SCHEDULED_TIME_CHANGED\";\n ALERT_TYPES[ALERT_TYPES[\"TMP_DAY_AND_ROSS_ORDER_DANGEROUS_GOODS_STATUS_CHANGED\"] = 106] = \"TMP_DAY_AND_ROSS_ORDER_DANGEROUS_GOODS_STATUS_CHANGED\";\n ALERT_TYPES[ALERT_TYPES[\"TMP_DAY_AND_ROSS_PICKUP_ORDER_LOCATION_CHANGED\"] = 107] = \"TMP_DAY_AND_ROSS_PICKUP_ORDER_LOCATION_CHANGED\";\n ALERT_TYPES[ALERT_TYPES[\"TMP_DAY_AND_ROSS_DELIVERY_ORDER_LOCATION_CHANGED\"] = 108] = \"TMP_DAY_AND_ROSS_DELIVERY_ORDER_LOCATION_CHANGED\";\n ALERT_TYPES[ALERT_TYPES[\"TMP_DAY_AND_ROSS_ORDER_SERVICE_PLAN_CHANGED\"] = 109] = \"TMP_DAY_AND_ROSS_ORDER_SERVICE_PLAN_CHANGED\";\n ALERT_TYPES[ALERT_TYPES[\"TMP_DAY_AND_ROSS_ORDER_REQUIRED_SKILLS_CHANGED\"] = 110] = \"TMP_DAY_AND_ROSS_ORDER_REQUIRED_SKILLS_CHANGED\";\n ALERT_TYPES[ALERT_TYPES[\"TMP_DAY_AND_ROSS_NUMBER_OF_PALLETS_CHANGED\"] = 111] = \"TMP_DAY_AND_ROSS_NUMBER_OF_PALLETS_CHANGED\";\n ALERT_TYPES[ALERT_TYPES[\"TMP_DAY_AND_ROSS_RUN_BREACHED_BY_WEIGHT\"] = 112] = \"TMP_DAY_AND_ROSS_RUN_BREACHED_BY_WEIGHT\";\n ALERT_TYPES[ALERT_TYPES[\"TMP_DAY_AND_ROSS_RUN_BREACHED_BY_PALLETS\"] = 113] = \"TMP_DAY_AND_ROSS_RUN_BREACHED_BY_PALLETS\";\n})(ALERT_TYPES || (exports.ALERT_TYPES = ALERT_TYPES = {}));\nexports.ALERT_TYPES_VALUES = Object.values(ALERT_TYPES).filter(function (t) { return typeof t === 'number'; });\nvar AlertDisplayCategory;\n(function (AlertDisplayCategory) {\n AlertDisplayCategory[\"TASK\"] = \"task\";\n AlertDisplayCategory[\"DRIVER\"] = \"driver\";\n AlertDisplayCategory[\"OPTIMIZATION\"] = \"optimization\";\n})(AlertDisplayCategory || (exports.AlertDisplayCategory = AlertDisplayCategory = {}));\n//# sourceMappingURL=alert.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/alert.js?");
|
|
3739
3750
|
|
|
3740
3751
|
/***/ }),
|
|
3741
3752
|
|
|
@@ -3746,7 +3757,7 @@ eval("\nexports.__esModule = true;\nexports.AlertDisplayCategory = exports.ALERT
|
|
|
3746
3757
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3747
3758
|
|
|
3748
3759
|
"use strict";
|
|
3749
|
-
eval("\
|
|
3760
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=common.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/common/common.js?");
|
|
3750
3761
|
|
|
3751
3762
|
/***/ }),
|
|
3752
3763
|
|
|
@@ -3757,7 +3768,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=common.js.map\n\n//# so
|
|
|
3757
3768
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3758
3769
|
|
|
3759
3770
|
"use strict";
|
|
3760
|
-
eval("\
|
|
3771
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.SharedEntityAccessLevel = void 0;\nvar SharedEntityAccessLevel;\n(function (SharedEntityAccessLevel) {\n SharedEntityAccessLevel[SharedEntityAccessLevel[\"Viewer\"] = 0] = \"Viewer\";\n SharedEntityAccessLevel[SharedEntityAccessLevel[\"Editor\"] = 1] = \"Editor\";\n})(SharedEntityAccessLevel || (exports.SharedEntityAccessLevel = SharedEntityAccessLevel = {}));\n//# sourceMappingURL=entity_sharing.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/common/entity_sharing.js?");
|
|
3761
3772
|
|
|
3762
3773
|
/***/ }),
|
|
3763
3774
|
|
|
@@ -3768,7 +3779,7 @@ eval("\nexports.__esModule = true;\nexports.SharedEntityAccessLevel = void 0;\nv
|
|
|
3768
3779
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3769
3780
|
|
|
3770
3781
|
"use strict";
|
|
3771
|
-
eval("\
|
|
3782
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.CubeClientIdsV2 = exports.CubeDataSourceV2 = exports.CubeDataSource = void 0;\nvar CubeDataSource;\n(function (CubeDataSource) {\n CubeDataSource[\"Trino\"] = \"trino\";\n CubeDataSource[\"Druid\"] = \"druid\";\n})(CubeDataSource || (exports.CubeDataSource = CubeDataSource = {}));\nvar CubeDataSourceV2;\n(function (CubeDataSourceV2) {\n CubeDataSourceV2[\"Presto\"] = \"prestodb\";\n CubeDataSourceV2[\"Druid\"] = \"druid\";\n})(CubeDataSourceV2 || (exports.CubeDataSourceV2 = CubeDataSourceV2 = {}));\nvar CubeClientIdsV2;\n(function (CubeClientIdsV2) {\n CubeClientIdsV2[\"OwnFleet\"] = \"own-fleet\";\n CubeClientIdsV2[\"DeliveryHub\"] = \"delivery-hub\";\n})(CubeClientIdsV2 || (exports.CubeClientIdsV2 = CubeClientIdsV2 = {}));\n//# sourceMappingURL=cubejs.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/cubejs.js?");
|
|
3772
3783
|
|
|
3773
3784
|
/***/ }),
|
|
3774
3785
|
|
|
@@ -3779,7 +3790,7 @@ eval("\nexports.__esModule = true;\nexports.CubeClientIdsV2 = exports.CubeDataSo
|
|
|
3779
3790
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3780
3791
|
|
|
3781
3792
|
"use strict";
|
|
3782
|
-
eval("\
|
|
3793
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.EtosConfigurationLevel = void 0;\nvar EtosConfigurationLevel;\n(function (EtosConfigurationLevel) {\n EtosConfigurationLevel[\"TeamAndMerchant\"] = \"team & merchant\";\n EtosConfigurationLevel[\"Team\"] = \"team\";\n EtosConfigurationLevel[\"Merchant\"] = \"merchant\";\n})(EtosConfigurationLevel || (exports.EtosConfigurationLevel = EtosConfigurationLevel = {}));\n//# sourceMappingURL=dashboards.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/dashboards/dashboards.js?");
|
|
3783
3794
|
|
|
3784
3795
|
/***/ }),
|
|
3785
3796
|
|
|
@@ -3790,7 +3801,7 @@ eval("\nexports.__esModule = true;\nexports.EtosConfigurationLevel = void 0;\nva
|
|
|
3790
3801
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3791
3802
|
|
|
3792
3803
|
"use strict";
|
|
3793
|
-
eval("\
|
|
3804
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=dashboards_shares.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/dashboards/dashboards_shares.js?");
|
|
3794
3805
|
|
|
3795
3806
|
/***/ }),
|
|
3796
3807
|
|
|
@@ -3801,7 +3812,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=dashboards_shares.js.ma
|
|
|
3801
3812
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3802
3813
|
|
|
3803
3814
|
"use strict";
|
|
3804
|
-
eval("\
|
|
3815
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.FiltersExposureOperationType = void 0;\nvar FiltersExposureOperationType;\n(function (FiltersExposureOperationType) {\n FiltersExposureOperationType[\"Hybrid\"] = \"Hybrid\";\n FiltersExposureOperationType[\"ThirdPL\"] = \"3PL\";\n FiltersExposureOperationType[\"OwnFleet\"] = \"OwnFleet\";\n})(FiltersExposureOperationType || (exports.FiltersExposureOperationType = FiltersExposureOperationType = {}));\n//# sourceMappingURL=filters.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/dashboards/filters.js?");
|
|
3805
3816
|
|
|
3806
3817
|
/***/ }),
|
|
3807
3818
|
|
|
@@ -3812,7 +3823,7 @@ eval("\nexports.__esModule = true;\nexports.FiltersExposureOperationType = void
|
|
|
3812
3823
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3813
3824
|
|
|
3814
3825
|
"use strict";
|
|
3815
|
-
eval("\
|
|
3826
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.WidgetType = exports.UnitDimensionType = exports.UnitType = exports.GroupBy = exports.TimeGranularity = exports.TrendDirection = void 0;\nvar TrendDirection;\n(function (TrendDirection) {\n TrendDirection[TrendDirection[\"Asc\"] = 0] = \"Asc\";\n TrendDirection[TrendDirection[\"Desc\"] = 1] = \"Desc\";\n})(TrendDirection || (exports.TrendDirection = TrendDirection = {}));\nvar TimeGranularity;\n(function (TimeGranularity) {\n TimeGranularity[TimeGranularity[\"None\"] = 0] = \"None\";\n TimeGranularity[TimeGranularity[\"WoW\"] = 1] = \"WoW\";\n TimeGranularity[TimeGranularity[\"MoM\"] = 2] = \"MoM\";\n TimeGranularity[TimeGranularity[\"YoY\"] = 3] = \"YoY\";\n})(TimeGranularity || (exports.TimeGranularity = TimeGranularity = {}));\nvar GroupBy;\n(function (GroupBy) {\n GroupBy[GroupBy[\"Merchant\"] = 0] = \"Merchant\";\n GroupBy[GroupBy[\"Team\"] = 1] = \"Team\";\n GroupBy[GroupBy[\"ParentTeam\"] = 2] = \"ParentTeam\";\n GroupBy[GroupBy[\"Driver\"] = 3] = \"Driver\";\n GroupBy[GroupBy[\"Fleet\"] = 4] = \"Fleet\";\n GroupBy[GroupBy[\"All\"] = 5] = \"All\";\n GroupBy[GroupBy[\"TaskType\"] = 6] = \"TaskType\";\n GroupBy[GroupBy[\"DayOfWeek\"] = 7] = \"DayOfWeek\";\n GroupBy[GroupBy[\"HourOfDay\"] = 8] = \"HourOfDay\";\n GroupBy[GroupBy[\"Tags\"] = 9] = \"Tags\";\n GroupBy[GroupBy[\"ServicePlans\"] = 10] = \"ServicePlans\";\n})(GroupBy || (exports.GroupBy = GroupBy = {}));\nvar UnitType;\n(function (UnitType) {\n UnitType[UnitType[\"Percent\"] = 0] = \"Percent\";\n UnitType[UnitType[\"Distance\"] = 1] = \"Distance\";\n UnitType[UnitType[\"Money\"] = 2] = \"Money\";\n UnitType[UnitType[\"Number\"] = 3] = \"Number\";\n UnitType[UnitType[\"Time\"] = 4] = \"Time\";\n})(UnitType || (exports.UnitType = UnitType = {}));\nvar UnitDimensionType;\n(function (UnitDimensionType) {\n UnitDimensionType[UnitDimensionType[\"Weekday\"] = 0] = \"Weekday\";\n UnitDimensionType[UnitDimensionType[\"Hour\"] = 1] = \"Hour\";\n UnitDimensionType[UnitDimensionType[\"ETA\"] = 2] = \"ETA\";\n})(UnitDimensionType || (exports.UnitDimensionType = UnitDimensionType = {}));\nvar WidgetType;\n(function (WidgetType) {\n WidgetType[WidgetType[\"Number\"] = 0] = \"Number\";\n WidgetType[WidgetType[\"LineChart\"] = 1] = \"LineChart\";\n WidgetType[WidgetType[\"BarChart\"] = 2] = \"BarChart\";\n WidgetType[WidgetType[\"PieChart\"] = 3] = \"PieChart\";\n WidgetType[WidgetType[\"DonutChart\"] = 4] = \"DonutChart\";\n WidgetType[WidgetType[\"ReversedBarChart\"] = 5] = \"ReversedBarChart\";\n WidgetType[WidgetType[\"ReversedFullWidthBarChart\"] = 6] = \"ReversedFullWidthBarChart\";\n WidgetType[WidgetType[\"BasicLineChart\"] = 7] = \"BasicLineChart\";\n})(WidgetType || (exports.WidgetType = WidgetType = {}));\n//# sourceMappingURL=widgets.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/dashboards/widgets.js?");
|
|
3816
3827
|
|
|
3817
3828
|
/***/ }),
|
|
3818
3829
|
|
|
@@ -3823,7 +3834,7 @@ eval("\nexports.__esModule = true;\nexports.WidgetType = exports.UnitDimensionTy
|
|
|
3823
3834
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3824
3835
|
|
|
3825
3836
|
"use strict";
|
|
3826
|
-
eval("\
|
|
3837
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=widgets_catalog_items.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/dashboards/widgets_catalog_items.js?");
|
|
3827
3838
|
|
|
3828
3839
|
/***/ }),
|
|
3829
3840
|
|
|
@@ -3834,7 +3845,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=widgets_catalog_items.j
|
|
|
3834
3845
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3835
3846
|
|
|
3836
3847
|
"use strict";
|
|
3837
|
-
eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\
|
|
3848
|
+
eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n__exportStar(__webpack_require__(/*! ./common/common */ \"./node_modules/@bringg/types/types/analytics/common/common.js\"), exports);\n__exportStar(__webpack_require__(/*! ./common/entity_sharing */ \"./node_modules/@bringg/types/types/analytics/common/entity_sharing.js\"), exports);\n__exportStar(__webpack_require__(/*! ./cubejs */ \"./node_modules/@bringg/types/types/analytics/cubejs.js\"), exports);\n__exportStar(__webpack_require__(/*! ./dashboards/dashboards */ \"./node_modules/@bringg/types/types/analytics/dashboards/dashboards.js\"), exports);\n__exportStar(__webpack_require__(/*! ./dashboards/dashboards_shares */ \"./node_modules/@bringg/types/types/analytics/dashboards/dashboards_shares.js\"), exports);\n__exportStar(__webpack_require__(/*! ./dashboards/filters */ \"./node_modules/@bringg/types/types/analytics/dashboards/filters.js\"), exports);\n__exportStar(__webpack_require__(/*! ./dashboards/widgets */ \"./node_modules/@bringg/types/types/analytics/dashboards/widgets.js\"), exports);\n__exportStar(__webpack_require__(/*! ./dashboards/widgets_catalog_items */ \"./node_modules/@bringg/types/types/analytics/dashboards/widgets_catalog_items.js\"), exports);\n__exportStar(__webpack_require__(/*! ./reports/legacy_reports */ \"./node_modules/@bringg/types/types/analytics/reports/legacy_reports.js\"), exports);\n__exportStar(__webpack_require__(/*! ./reports/report */ \"./node_modules/@bringg/types/types/analytics/reports/report.js\"), exports);\n__exportStar(__webpack_require__(/*! ./reports/report_export */ \"./node_modules/@bringg/types/types/analytics/reports/report_export.js\"), exports);\n__exportStar(__webpack_require__(/*! ./reports/report_share */ \"./node_modules/@bringg/types/types/analytics/reports/report_share.js\"), exports);\n__exportStar(__webpack_require__(/*! ./reports/report_templates */ \"./node_modules/@bringg/types/types/analytics/reports/report_templates.js\"), exports);\n__exportStar(__webpack_require__(/*! ./reports/reports_scheduled_jobs */ \"./node_modules/@bringg/types/types/analytics/reports/reports_scheduled_jobs.js\"), exports);\n__exportStar(__webpack_require__(/*! ./reports/reports_stats */ \"./node_modules/@bringg/types/types/analytics/reports/reports_stats.js\"), exports);\n__exportStar(__webpack_require__(/*! ./users/users_permissions */ \"./node_modules/@bringg/types/types/analytics/users/users_permissions.js\"), exports);\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/index.js?");
|
|
3838
3849
|
|
|
3839
3850
|
/***/ }),
|
|
3840
3851
|
|
|
@@ -3845,7 +3856,7 @@ eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ?
|
|
|
3845
3856
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3846
3857
|
|
|
3847
3858
|
"use strict";
|
|
3848
|
-
eval("\
|
|
3859
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=legacy_reports.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/reports/legacy_reports.js?");
|
|
3849
3860
|
|
|
3850
3861
|
/***/ }),
|
|
3851
3862
|
|
|
@@ -3856,7 +3867,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=legacy_reports.js.map\n
|
|
|
3856
3867
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3857
3868
|
|
|
3858
3869
|
"use strict";
|
|
3859
|
-
eval("\
|
|
3870
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.Order = void 0;\nvar Order;\n(function (Order) {\n Order[\"asc\"] = \"asc\";\n Order[\"desc\"] = \"desc\";\n})(Order || (exports.Order = Order = {}));\n//# sourceMappingURL=report.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/reports/report.js?");
|
|
3860
3871
|
|
|
3861
3872
|
/***/ }),
|
|
3862
3873
|
|
|
@@ -3867,7 +3878,7 @@ eval("\nexports.__esModule = true;\nexports.Order = void 0;\nvar Order;\n(functi
|
|
|
3867
3878
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3868
3879
|
|
|
3869
3880
|
"use strict";
|
|
3870
|
-
eval("\
|
|
3881
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ReportExportingStatus = exports.ReportExecuteOrigin = void 0;\nvar ReportExecuteOrigin;\n(function (ReportExecuteOrigin) {\n ReportExecuteOrigin[ReportExecuteOrigin[\"Scheduled\"] = 0] = \"Scheduled\";\n ReportExecuteOrigin[ReportExecuteOrigin[\"ExportNow\"] = 1] = \"ExportNow\";\n ReportExecuteOrigin[ReportExecuteOrigin[\"Download\"] = 2] = \"Download\";\n ReportExecuteOrigin[ReportExecuteOrigin[\"DownloadDraft\"] = 3] = \"DownloadDraft\";\n})(ReportExecuteOrigin || (exports.ReportExecuteOrigin = ReportExecuteOrigin = {}));\nvar ReportExportingStatus;\n(function (ReportExportingStatus) {\n ReportExportingStatus[\"InProgress\"] = \"InProgress\";\n ReportExportingStatus[\"Completed\"] = \"Completed\";\n ReportExportingStatus[\"Error\"] = \"Error\";\n ReportExportingStatus[\"Canceled\"] = \"Canceled\";\n})(ReportExportingStatus || (exports.ReportExportingStatus = ReportExportingStatus = {}));\n//# sourceMappingURL=report_export.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/reports/report_export.js?");
|
|
3871
3882
|
|
|
3872
3883
|
/***/ }),
|
|
3873
3884
|
|
|
@@ -3878,7 +3889,7 @@ eval("\nexports.__esModule = true;\nexports.ReportExportingStatus = exports.Repo
|
|
|
3878
3889
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3879
3890
|
|
|
3880
3891
|
"use strict";
|
|
3881
|
-
eval("\
|
|
3892
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=report_share.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/reports/report_share.js?");
|
|
3882
3893
|
|
|
3883
3894
|
/***/ }),
|
|
3884
3895
|
|
|
@@ -3889,7 +3900,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=report_share.js.map\n\n
|
|
|
3889
3900
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3890
3901
|
|
|
3891
3902
|
"use strict";
|
|
3892
|
-
eval("\
|
|
3903
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.DeliveryHubReportCoreObjects = exports.OwnFleetReportCoreObjects = void 0;\nvar OwnFleetReportCoreObjects;\n(function (OwnFleetReportCoreObjects) {\n OwnFleetReportCoreObjects[\"None\"] = \"None\";\n OwnFleetReportCoreObjects[\"Tasks\"] = \"Tasks\";\n OwnFleetReportCoreObjects[\"Users\"] = \"Users\";\n OwnFleetReportCoreObjects[\"Vehicles\"] = \"Vehicles\";\n OwnFleetReportCoreObjects[\"Carriers\"] = \"Carriers\";\n})(OwnFleetReportCoreObjects || (exports.OwnFleetReportCoreObjects = OwnFleetReportCoreObjects = {}));\nvar DeliveryHubReportCoreObjects;\n(function (DeliveryHubReportCoreObjects) {\n DeliveryHubReportCoreObjects[\"Shipments\"] = \"Shipments\";\n})(DeliveryHubReportCoreObjects || (exports.DeliveryHubReportCoreObjects = DeliveryHubReportCoreObjects = {}));\n//# sourceMappingURL=report_templates.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/reports/report_templates.js?");
|
|
3893
3904
|
|
|
3894
3905
|
/***/ }),
|
|
3895
3906
|
|
|
@@ -3900,7 +3911,7 @@ eval("\nexports.__esModule = true;\nexports.DeliveryHubReportCoreObjects = expor
|
|
|
3900
3911
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3901
3912
|
|
|
3902
3913
|
"use strict";
|
|
3903
|
-
eval("\
|
|
3914
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.CronDayOfWeek = exports.ReportExportFormat = exports.ReportDeliveryType = exports.RecurrencePeriod = void 0;\nvar RecurrencePeriod;\n(function (RecurrencePeriod) {\n RecurrencePeriod[\"Monthly\"] = \"Monthly\";\n RecurrencePeriod[\"Weekly\"] = \"Weekly\";\n RecurrencePeriod[\"Daily\"] = \"Daily\";\n})(RecurrencePeriod || (exports.RecurrencePeriod = RecurrencePeriod = {}));\nvar ReportDeliveryType;\n(function (ReportDeliveryType) {\n ReportDeliveryType[ReportDeliveryType[\"Email\"] = 0] = \"Email\";\n ReportDeliveryType[ReportDeliveryType[\"ApiOrUrl\"] = 1] = \"ApiOrUrl\";\n})(ReportDeliveryType || (exports.ReportDeliveryType = ReportDeliveryType = {}));\nvar ReportExportFormat;\n(function (ReportExportFormat) {\n ReportExportFormat[ReportExportFormat[\"CSV\"] = 0] = \"CSV\";\n ReportExportFormat[ReportExportFormat[\"JSON\"] = 1] = \"JSON\";\n})(ReportExportFormat || (exports.ReportExportFormat = ReportExportFormat = {}));\nvar CronDayOfWeek;\n(function (CronDayOfWeek) {\n CronDayOfWeek[CronDayOfWeek[\"Sunday\"] = 0] = \"Sunday\";\n CronDayOfWeek[CronDayOfWeek[\"Monday\"] = 1] = \"Monday\";\n CronDayOfWeek[CronDayOfWeek[\"Tuesday\"] = 2] = \"Tuesday\";\n CronDayOfWeek[CronDayOfWeek[\"Wednesday\"] = 3] = \"Wednesday\";\n CronDayOfWeek[CronDayOfWeek[\"Thursday\"] = 4] = \"Thursday\";\n CronDayOfWeek[CronDayOfWeek[\"Friday\"] = 5] = \"Friday\";\n CronDayOfWeek[CronDayOfWeek[\"Saturday\"] = 6] = \"Saturday\";\n})(CronDayOfWeek || (exports.CronDayOfWeek = CronDayOfWeek = {}));\n//# sourceMappingURL=reports_scheduled_jobs.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/reports/reports_scheduled_jobs.js?");
|
|
3904
3915
|
|
|
3905
3916
|
/***/ }),
|
|
3906
3917
|
|
|
@@ -3911,7 +3922,7 @@ eval("\nexports.__esModule = true;\nexports.CronDayOfWeek = exports.ReportExport
|
|
|
3911
3922
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3912
3923
|
|
|
3913
3924
|
"use strict";
|
|
3914
|
-
eval("\
|
|
3925
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=reports_stats.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/reports/reports_stats.js?");
|
|
3915
3926
|
|
|
3916
3927
|
/***/ }),
|
|
3917
3928
|
|
|
@@ -3922,7 +3933,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=reports_stats.js.map\n\
|
|
|
3922
3933
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3923
3934
|
|
|
3924
3935
|
"use strict";
|
|
3925
|
-
eval("\
|
|
3936
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=users_permissions.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/users/users_permissions.js?");
|
|
3926
3937
|
|
|
3927
3938
|
/***/ }),
|
|
3928
3939
|
|
|
@@ -3933,7 +3944,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=users_permissions.js.ma
|
|
|
3933
3944
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3934
3945
|
|
|
3935
3946
|
"use strict";
|
|
3936
|
-
eval("\
|
|
3947
|
+
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[\"CocaColaIl\"] = \"1e8e105b-61e2-4f54-bc70-5c6117348b87\";\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[\"FedexIl\"] = \"1b4e301f-86d1-4711-9947-08e3d8e73c6a\";\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[\"JusteatWebhooks\"] = \"1aea54b2-d706-4c29-8b2b-47fe5660fd05\";\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[\"SingleDriverOptimizerApp\"] = \"2d6c4394-c504-4349-9395-cd01fded10f1\";\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[\"TaskScanner\"] = \"255ef1ae-0012-448a-ad55-7dbfec3f1223\";\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 || (exports.ApplicationUuid = ApplicationUuid = {}));\n//# sourceMappingURL=application.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/application.js?");
|
|
3937
3948
|
|
|
3938
3949
|
/***/ }),
|
|
3939
3950
|
|
|
@@ -3944,7 +3955,7 @@ eval("\nexports.__esModule = true;\nexports.ApplicationUuid = void 0;\nvar Appli
|
|
|
3944
3955
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3945
3956
|
|
|
3946
3957
|
"use strict";
|
|
3947
|
-
eval("\
|
|
3958
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AsyncOperationStatusType = void 0;\nvar AsyncOperationStatusType;\n(function (AsyncOperationStatusType) {\n AsyncOperationStatusType[\"SUCCESS\"] = \"success\";\n AsyncOperationStatusType[\"FAILURE\"] = \"failure\";\n})(AsyncOperationStatusType || (exports.AsyncOperationStatusType = AsyncOperationStatusType = {}));\n//# sourceMappingURL=async_operation_status.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/async_operation_status.js?");
|
|
3948
3959
|
|
|
3949
3960
|
/***/ }),
|
|
3950
3961
|
|
|
@@ -3955,7 +3966,7 @@ eval("\nexports.__esModule = true;\nexports.AsyncOperationStatusType = void 0;\n
|
|
|
3955
3966
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3956
3967
|
|
|
3957
3968
|
"use strict";
|
|
3958
|
-
eval("\
|
|
3969
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.LOGIN_ERRORS = void 0;\nvar LOGIN_ERRORS;\n(function (LOGIN_ERRORS) {\n LOGIN_ERRORS[\"MERCHANTS_DATA_REASON\"] = \"HTTP_FAILED_DEPENDENCY\";\n LOGIN_ERRORS[\"RECAPTCHA_REASON\"] = \"HTTP_LOCKED\";\n})(LOGIN_ERRORS || (exports.LOGIN_ERRORS = LOGIN_ERRORS = {}));\n//# sourceMappingURL=auth.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/auth.js?");
|
|
3959
3970
|
|
|
3960
3971
|
/***/ }),
|
|
3961
3972
|
|
|
@@ -3966,7 +3977,7 @@ eval("\nexports.__esModule = true;\nexports.LOGIN_ERRORS = void 0;\nvar LOGIN_ER
|
|
|
3966
3977
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3967
3978
|
|
|
3968
3979
|
"use strict";
|
|
3969
|
-
eval("\
|
|
3980
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=chat_merchant_apps_types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/chat/chat_merchant_apps_types.js?");
|
|
3970
3981
|
|
|
3971
3982
|
/***/ }),
|
|
3972
3983
|
|
|
@@ -3977,7 +3988,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=chat_merchant_apps_type
|
|
|
3977
3988
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3978
3989
|
|
|
3979
3990
|
"use strict";
|
|
3980
|
-
eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\
|
|
3991
|
+
eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n__exportStar(__webpack_require__(/*! ./chat_merchant_apps_types */ \"./node_modules/@bringg/types/types/chat/chat_merchant_apps_types.js\"), exports);\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/chat/index.js?");
|
|
3981
3992
|
|
|
3982
3993
|
/***/ }),
|
|
3983
3994
|
|
|
@@ -3988,7 +3999,7 @@ eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ?
|
|
|
3988
3999
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3989
4000
|
|
|
3990
4001
|
"use strict";
|
|
3991
|
-
eval("\
|
|
4002
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ChatConversationType = void 0;\nvar ChatConversationType;\n(function (ChatConversationType) {\n ChatConversationType[ChatConversationType[\"driver_and_team_dispatchers\"] = 0] = \"driver_and_team_dispatchers\";\n ChatConversationType[ChatConversationType[\"task\"] = 1] = \"task\";\n ChatConversationType[ChatConversationType[\"group\"] = 2] = \"group\";\n})(ChatConversationType || (exports.ChatConversationType = ChatConversationType = {}));\n//# sourceMappingURL=chat_conversation.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/chat_conversation.js?");
|
|
3992
4003
|
|
|
3993
4004
|
/***/ }),
|
|
3994
4005
|
|
|
@@ -3999,7 +4010,7 @@ eval("\nexports.__esModule = true;\nexports.ChatConversationType = void 0;\nvar
|
|
|
3999
4010
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4000
4011
|
|
|
4001
4012
|
"use strict";
|
|
4002
|
-
eval("\
|
|
4013
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ChatMessageOrigin = exports.ChatMessageType = void 0;\nvar ChatMessageType;\n(function (ChatMessageType) {\n ChatMessageType[\"TEXT\"] = \"text\";\n ChatMessageType[\"IMAGE\"] = \"image\";\n})(ChatMessageType || (exports.ChatMessageType = ChatMessageType = {}));\nvar ChatMessageOrigin;\n(function (ChatMessageOrigin) {\n ChatMessageOrigin[ChatMessageOrigin[\"MOBILE\"] = 0] = \"MOBILE\";\n ChatMessageOrigin[ChatMessageOrigin[\"WEB\"] = 1] = \"WEB\";\n ChatMessageOrigin[ChatMessageOrigin[\"SLACK\"] = 2] = \"SLACK\";\n})(ChatMessageOrigin || (exports.ChatMessageOrigin = ChatMessageOrigin = {}));\n//# sourceMappingURL=chat_message.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/chat_message.js?");
|
|
4003
4014
|
|
|
4004
4015
|
/***/ }),
|
|
4005
4016
|
|
|
@@ -4010,7 +4021,7 @@ eval("\nexports.__esModule = true;\nexports.ChatMessageOrigin = exports.ChatMess
|
|
|
4010
4021
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4011
4022
|
|
|
4012
4023
|
"use strict";
|
|
4013
|
-
eval("\
|
|
4024
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.Connection = exports.DayOfWeek = void 0;\nvar DayOfWeek;\n(function (DayOfWeek) {\n DayOfWeek[DayOfWeek[\"Monday\"] = 0] = \"Monday\";\n DayOfWeek[DayOfWeek[\"Tuesday\"] = 1] = \"Tuesday\";\n DayOfWeek[DayOfWeek[\"Wednesday\"] = 2] = \"Wednesday\";\n DayOfWeek[DayOfWeek[\"Thursday\"] = 3] = \"Thursday\";\n DayOfWeek[DayOfWeek[\"Friday\"] = 4] = \"Friday\";\n DayOfWeek[DayOfWeek[\"Saturday\"] = 5] = \"Saturday\";\n DayOfWeek[DayOfWeek[\"Sunday\"] = 6] = \"Sunday\";\n})(DayOfWeek || (exports.DayOfWeek = DayOfWeek = {}));\nvar Connection;\n(function (Connection) {\n Connection[\"Online\"] = \"online\";\n Connection[\"Offline\"] = \"offline\";\n})(Connection || (exports.Connection = Connection = {}));\n//# sourceMappingURL=common.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/common.js?");
|
|
4014
4025
|
|
|
4015
4026
|
/***/ }),
|
|
4016
4027
|
|
|
@@ -4021,7 +4032,7 @@ eval("\nexports.__esModule = true;\nexports.Connection = exports.DayOfWeek = voi
|
|
|
4021
4032
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4022
4033
|
|
|
4023
4034
|
"use strict";
|
|
4024
|
-
eval("\
|
|
4035
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=company.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/company.js?");
|
|
4025
4036
|
|
|
4026
4037
|
/***/ }),
|
|
4027
4038
|
|
|
@@ -4032,7 +4043,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=company.js.map\n\n//# s
|
|
|
4032
4043
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4033
4044
|
|
|
4034
4045
|
"use strict";
|
|
4035
|
-
eval("\
|
|
4046
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=config_loader.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/config_loader.js?");
|
|
4036
4047
|
|
|
4037
4048
|
/***/ }),
|
|
4038
4049
|
|
|
@@ -4043,7 +4054,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=config_loader.js.map\n\
|
|
|
4043
4054
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4044
4055
|
|
|
4045
4056
|
"use strict";
|
|
4046
|
-
eval("\
|
|
4057
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=country.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/country.js?");
|
|
4047
4058
|
|
|
4048
4059
|
/***/ }),
|
|
4049
4060
|
|
|
@@ -4054,7 +4065,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=country.js.map\n\n//# s
|
|
|
4054
4065
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4055
4066
|
|
|
4056
4067
|
"use strict";
|
|
4057
|
-
eval("\
|
|
4068
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=crew.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/crew.js?");
|
|
4058
4069
|
|
|
4059
4070
|
/***/ }),
|
|
4060
4071
|
|
|
@@ -4065,7 +4076,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=crew.js.map\n\n//# sour
|
|
|
4065
4076
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4066
4077
|
|
|
4067
4078
|
"use strict";
|
|
4068
|
-
eval("\nvar _a;\
|
|
4079
|
+
eval("\nvar _a;\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.Currencies = exports.Currency = void 0;\nvar Currency;\n(function (Currency) {\n Currency[\"AUD\"] = \"AUD\";\n Currency[\"BRL\"] = \"BRL\";\n Currency[\"CAD\"] = \"CAD\";\n Currency[\"CZK\"] = \"CZK\";\n Currency[\"CLP\"] = \"CLP\";\n Currency[\"DKK\"] = \"DKK\";\n Currency[\"EUR\"] = \"EUR\";\n Currency[\"HKD\"] = \"HKD\";\n Currency[\"HUF\"] = \"HUF\";\n Currency[\"JPY\"] = \"JPY\";\n Currency[\"MYR\"] = \"MYR\";\n Currency[\"MXN\"] = \"MXN\";\n Currency[\"NOK\"] = \"NOK\";\n Currency[\"NZD\"] = \"NZD\";\n Currency[\"PHP\"] = \"PHP\";\n Currency[\"PLN\"] = \"PLN\";\n Currency[\"GBP\"] = \"GBP\";\n Currency[\"SGD\"] = \"SGD\";\n Currency[\"SEK\"] = \"SEK\";\n Currency[\"CHF\"] = \"CHF\";\n Currency[\"TWD\"] = \"TWD\";\n Currency[\"THB\"] = \"THB\";\n Currency[\"TRY\"] = \"TRY\";\n Currency[\"USD\"] = \"USD\";\n Currency[\"LKR\"] = \"LKR\";\n Currency[\"KWD\"] = \"KWD\";\n Currency[\"NIS\"] = \"NIS\";\n Currency[\"JMD\"] = \"JMD\";\n Currency[\"RON\"] = \"RON\";\n Currency[\"ZAR\"] = \"ZAR\";\n Currency[\"COP\"] = \"COP\";\n Currency[\"ARS\"] = \"ARS\";\n Currency[\"PEN\"] = \"PEN\";\n Currency[\"UYU\"] = \"UYU\";\n Currency[\"PAB\"] = \"PAB\";\n Currency[\"CRC\"] = \"CRC\";\n})(Currency || (exports.Currency = Currency = {}));\nexports.Currencies = (_a = {},\n _a[Currency.AUD] = {\n title: 'Australian Dollar',\n code: Currency.AUD,\n symbol: '$'\n },\n _a[Currency.BRL] = {\n title: 'Brazilian Real',\n code: Currency.BRL,\n symbol: '$'\n },\n _a[Currency.CAD] = {\n title: 'Canadian Dollar',\n code: Currency.CAD,\n symbol: '$'\n },\n _a[Currency.CZK] = {\n title: 'Czech Koruna',\n code: Currency.CZK,\n symbol: 'Kč'\n },\n _a[Currency.CLP] = {\n title: 'Chilean Peso',\n code: Currency.CLP,\n symbol: '$'\n },\n _a[Currency.DKK] = {\n title: 'Danish Krone',\n code: Currency.DKK,\n symbol: 'kr'\n },\n _a[Currency.EUR] = {\n title: 'Euro',\n code: Currency.EUR,\n symbol: '€'\n },\n _a[Currency.HKD] = {\n title: 'Hong Kong Dollar',\n code: Currency.HKD,\n symbol: '$'\n },\n _a[Currency.HUF] = {\n title: 'Hungarian Forint',\n code: Currency.HUF,\n symbol: 'Ft'\n },\n _a[Currency.JPY] = {\n title: 'Japanese Yen',\n code: Currency.JPY,\n symbol: '¥'\n },\n _a[Currency.MYR] = {\n title: 'Malaysian Ringgit',\n code: Currency.MYR,\n symbol: 'RM'\n },\n _a[Currency.MXN] = {\n title: 'Mexican Peso',\n code: Currency.MXN,\n symbol: '$'\n },\n _a[Currency.NOK] = {\n title: 'Norwegian Krone',\n code: Currency.NOK,\n symbol: 'kr'\n },\n _a[Currency.NZD] = {\n title: 'New Zealand Dollar',\n code: Currency.NZD,\n symbol: '$'\n },\n _a[Currency.PHP] = {\n title: 'Philippine Peso',\n code: Currency.PHP,\n symbol: '₱'\n },\n _a[Currency.PLN] = {\n title: 'Polish Zloty',\n code: Currency.PLN,\n symbol: 'zł'\n },\n _a[Currency.GBP] = {\n title: 'Pound Sterling',\n code: Currency.GBP,\n symbol: '£'\n },\n _a[Currency.SGD] = {\n title: 'Singapore Dollar',\n code: Currency.SGD,\n symbol: '$'\n },\n _a[Currency.SEK] = {\n title: 'Swedish Krona',\n code: Currency.SEK,\n symbol: 'kr'\n },\n _a[Currency.CHF] = {\n title: 'Swiss Franc',\n code: Currency.CHF,\n symbol: 'CHF'\n },\n _a[Currency.TWD] = {\n title: 'Taiwan New Dollar',\n code: Currency.TWD,\n symbol: '$'\n },\n _a[Currency.THB] = {\n title: 'Thai Baht',\n code: Currency.THB,\n symbol: '฿'\n },\n _a[Currency.TRY] = {\n title: 'Turkish Lira',\n code: Currency.TRY,\n symbol: '₺'\n },\n _a[Currency.USD] = {\n title: 'U.S. Dollar',\n code: Currency.USD,\n symbol: '$'\n },\n _a[Currency.LKR] = {\n title: 'Sri Lankan rupee',\n code: Currency.LKR,\n symbol: '₨'\n },\n _a[Currency.KWD] = {\n title: 'Kuwaiti Dinar',\n code: Currency.KWD,\n symbol: 'ك'\n },\n _a[Currency.NIS] = {\n title: 'New Israeli Shekel',\n code: Currency.NIS,\n symbol: '₪'\n },\n _a[Currency.JMD] = {\n title: 'Jamaican Dollar',\n code: Currency.JMD,\n symbol: 'J$'\n },\n _a[Currency.RON] = {\n title: 'Romanian Leu',\n code: Currency.RON,\n symbol: 'lei'\n },\n _a[Currency.ZAR] = {\n title: 'South African Rand',\n code: Currency.ZAR,\n symbol: 'R'\n },\n _a[Currency.COP] = {\n title: 'Colombian Peso',\n code: Currency.COP,\n symbol: '$'\n },\n _a[Currency.ARS] = {\n title: 'Argentine Peso',\n code: Currency.ARS,\n symbol: '$'\n },\n _a[Currency.PEN] = {\n title: 'Peruvian Sol',\n code: Currency.PEN,\n symbol: 'S/.'\n },\n _a[Currency.UYU] = {\n title: 'Uruguayan Peso',\n code: Currency.UYU,\n symbol: '$U'\n },\n _a[Currency.PAB] = {\n title: 'Panamanian Balboa',\n code: Currency.PAB,\n symbol: 'B/.'\n },\n _a[Currency.CRC] = {\n title: 'Costa Rican Colon',\n code: Currency.CRC,\n symbol: '₡'\n },\n _a);\n//# sourceMappingURL=currency.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/currency.js?");
|
|
4069
4080
|
|
|
4070
4081
|
/***/ }),
|
|
4071
4082
|
|
|
@@ -4076,7 +4087,7 @@ eval("\nvar _a;\nexports.__esModule = true;\nexports.Currencies = exports.Curren
|
|
|
4076
4087
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4077
4088
|
|
|
4078
4089
|
"use strict";
|
|
4079
|
-
eval("\
|
|
4090
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.pathValidationRegExp = exports.CustomAttributesMandatoryRpcActions = exports.CustomAttributeConsumerEntity = exports.CustomAttributesRpcActions = exports.CustomAttributeResolverType = exports.CustomAttributeDataType = exports.CustomAttributeEntityType = void 0;\nvar CustomAttributeEntityType;\n(function (CustomAttributeEntityType) {\n CustomAttributeEntityType[CustomAttributeEntityType[\"Task\"] = 0] = \"Task\";\n CustomAttributeEntityType[CustomAttributeEntityType[\"Waypoint\"] = 1] = \"Waypoint\";\n CustomAttributeEntityType[CustomAttributeEntityType[\"Customer\"] = 2] = \"Customer\";\n CustomAttributeEntityType[CustomAttributeEntityType[\"Team\"] = 3] = \"Team\";\n CustomAttributeEntityType[CustomAttributeEntityType[\"User\"] = 4] = \"User\";\n})(CustomAttributeEntityType || (exports.CustomAttributeEntityType = CustomAttributeEntityType = {}));\nvar CustomAttributeDataType;\n(function (CustomAttributeDataType) {\n CustomAttributeDataType[CustomAttributeDataType[\"Number\"] = 0] = \"Number\";\n CustomAttributeDataType[CustomAttributeDataType[\"String\"] = 1] = \"String\";\n CustomAttributeDataType[CustomAttributeDataType[\"Boolean\"] = 2] = \"Boolean\";\n CustomAttributeDataType[CustomAttributeDataType[\"Enum\"] = 3] = \"Enum\";\n})(CustomAttributeDataType || (exports.CustomAttributeDataType = CustomAttributeDataType = {}));\nvar CustomAttributeResolverType;\n(function (CustomAttributeResolverType) {\n CustomAttributeResolverType[\"JSONata\"] = \"JSONata\";\n})(CustomAttributeResolverType || (exports.CustomAttributeResolverType = CustomAttributeResolverType = {}));\nvar CustomAttributesRpcActions;\n(function (CustomAttributesRpcActions) {\n CustomAttributesRpcActions[\"GetAll\"] = \"get_all\";\n CustomAttributesRpcActions[\"GetAllByIds\"] = \"get_all_by_ids\";\n CustomAttributesRpcActions[\"GetAllInternal\"] = \"get_all_internal\";\n CustomAttributesRpcActions[\"UpsertSuggestion\"] = \"upsert_suggestion\";\n CustomAttributesRpcActions[\"CheckUsage\"] = \"custom_attributes:check_record_usage\";\n})(CustomAttributesRpcActions || (exports.CustomAttributesRpcActions = CustomAttributesRpcActions = {}));\nvar CustomAttributeConsumerEntity;\n(function (CustomAttributeConsumerEntity) {\n CustomAttributeConsumerEntity[\"AnalyticsReport\"] = \"analytics_report\";\n CustomAttributeConsumerEntity[\"Rule\"] = \"rule\";\n CustomAttributeConsumerEntity[\"WorkflowRule\"] = \"workflow_rule\";\n CustomAttributeConsumerEntity[\"WorkflowTrigger\"] = \"workflow_trigger\";\n})(CustomAttributeConsumerEntity || (exports.CustomAttributeConsumerEntity = CustomAttributeConsumerEntity = {}));\nvar CustomAttributesMandatoryRpcActions;\n(function (CustomAttributesMandatoryRpcActions) {\n CustomAttributesMandatoryRpcActions[\"CheckUsage\"] = \"custom-attributes:check-record-usage\";\n})(CustomAttributesMandatoryRpcActions || (exports.CustomAttributesMandatoryRpcActions = CustomAttributesMandatoryRpcActions = {}));\nexports.pathValidationRegExp = /^[a-zA-Z_$\\d]+(\\[\\d+\\])*?$/;\n//# sourceMappingURL=custom_attribute.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/custom_attribute.js?");
|
|
4080
4091
|
|
|
4081
4092
|
/***/ }),
|
|
4082
4093
|
|
|
@@ -4087,7 +4098,7 @@ eval("\nexports.__esModule = true;\nexports.pathValidationRegExp = exports.Custo
|
|
|
4087
4098
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4088
4099
|
|
|
4089
4100
|
"use strict";
|
|
4090
|
-
eval("\
|
|
4101
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.CustomFilterOperator = void 0;\nvar CustomFilterOperator;\n(function (CustomFilterOperator) {\n CustomFilterOperator[CustomFilterOperator[\"Equal\"] = 0] = \"Equal\";\n CustomFilterOperator[CustomFilterOperator[\"GreaterThan\"] = 1] = \"GreaterThan\";\n CustomFilterOperator[CustomFilterOperator[\"LessThan\"] = 2] = \"LessThan\";\n})(CustomFilterOperator || (exports.CustomFilterOperator = CustomFilterOperator = {}));\n//# sourceMappingURL=custom_filter.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/custom_filter.js?");
|
|
4091
4102
|
|
|
4092
4103
|
/***/ }),
|
|
4093
4104
|
|
|
@@ -4098,7 +4109,7 @@ eval("\nexports.__esModule = true;\nexports.CustomFilterOperator = void 0;\nvar
|
|
|
4098
4109
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4099
4110
|
|
|
4100
4111
|
"use strict";
|
|
4101
|
-
eval("\
|
|
4112
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.CustomerKind = void 0;\nvar CustomerKind;\n(function (CustomerKind) {\n CustomerKind[CustomerKind[\"CUSTOMER\"] = 0] = \"CUSTOMER\";\n CustomerKind[CustomerKind[\"WAREHOUSE\"] = 1] = \"WAREHOUSE\";\n CustomerKind[CustomerKind[\"STORE\"] = 2] = \"STORE\";\n CustomerKind[CustomerKind[\"LOCKER\"] = 3] = \"LOCKER\";\n CustomerKind[CustomerKind[\"DISTRIBUTION_HUB\"] = 4] = \"DISTRIBUTION_HUB\";\n})(CustomerKind || (exports.CustomerKind = CustomerKind = {}));\n//# sourceMappingURL=customer.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/customer.js?");
|
|
4102
4113
|
|
|
4103
4114
|
/***/ }),
|
|
4104
4115
|
|
|
@@ -4109,7 +4120,7 @@ eval("\nexports.__esModule = true;\nexports.CustomerKind = void 0;\nvar Customer
|
|
|
4109
4120
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4110
4121
|
|
|
4111
4122
|
"use strict";
|
|
4112
|
-
eval("\
|
|
4123
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=customer_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/customer_configuration.js?");
|
|
4113
4124
|
|
|
4114
4125
|
/***/ }),
|
|
4115
4126
|
|
|
@@ -4120,7 +4131,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=customer_configuration.
|
|
|
4120
4131
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4121
4132
|
|
|
4122
4133
|
"use strict";
|
|
4123
|
-
eval("\
|
|
4134
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.CustomerExperienceCancelEventTypes = exports.TaskPhase = exports.ApiVersion = void 0;\nvar ApiVersion;\n(function (ApiVersion) {\n ApiVersion[ApiVersion[\"V1\"] = 1] = \"V1\";\n ApiVersion[ApiVersion[\"V2\"] = 2] = \"V2\";\n})(ApiVersion || (exports.ApiVersion = ApiVersion = {}));\nvar TaskPhase;\n(function (TaskPhase) {\n TaskPhase[\"CREATED\"] = \"created\";\n TaskPhase[\"SCHEDULING\"] = \"scheduling\";\n TaskPhase[\"SCHEDULED\"] = \"scheduled\";\n TaskPhase[\"DONE\"] = \"done\";\n TaskPhase[\"RATING\"] = \"rating\";\n})(TaskPhase || (exports.TaskPhase = TaskPhase = {}));\nvar CustomerExperienceCancelEventTypes;\n(function (CustomerExperienceCancelEventTypes) {\n CustomerExperienceCancelEventTypes[CustomerExperienceCancelEventTypes[\"DriverAssigned\"] = 0] = \"DriverAssigned\";\n CustomerExperienceCancelEventTypes[CustomerExperienceCancelEventTypes[\"TaskStarted\"] = 1] = \"TaskStarted\";\n})(CustomerExperienceCancelEventTypes || (exports.CustomerExperienceCancelEventTypes = CustomerExperienceCancelEventTypes = {}));\n//# sourceMappingURL=customer_experience.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/customer_experience.js?");
|
|
4124
4135
|
|
|
4125
4136
|
/***/ }),
|
|
4126
4137
|
|
|
@@ -4131,7 +4142,7 @@ eval("\nexports.__esModule = true;\nexports.CustomerExperienceCancelEventTypes =
|
|
|
4131
4142
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4132
4143
|
|
|
4133
4144
|
"use strict";
|
|
4134
|
-
eval("\
|
|
4145
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.OrderPageTabs = void 0;\nvar OrderPageTabs;\n(function (OrderPageTabs) {\n OrderPageTabs[OrderPageTabs[\"default\"] = 0] = \"default\";\n OrderPageTabs[OrderPageTabs[\"notes\"] = 1] = \"notes\";\n OrderPageTabs[OrderPageTabs[\"attachments\"] = 2] = \"attachments\";\n OrderPageTabs[OrderPageTabs[\"inventories\"] = 3] = \"inventories\";\n OrderPageTabs[OrderPageTabs[\"tracking\"] = 4] = \"tracking\";\n})(OrderPageTabs || (exports.OrderPageTabs = OrderPageTabs = {}));\n//# sourceMappingURL=dashboard_ui_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/dashboard_ui_configuration.js?");
|
|
4135
4146
|
|
|
4136
4147
|
/***/ }),
|
|
4137
4148
|
|
|
@@ -4142,7 +4153,7 @@ eval("\nexports.__esModule = true;\nexports.OrderPageTabs = void 0;\nvar OrderPa
|
|
|
4142
4153
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4143
4154
|
|
|
4144
4155
|
"use strict";
|
|
4145
|
-
eval("\
|
|
4156
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.DeliveryBlockResourceLocationType = exports.BreakType = void 0;\nvar BreakType;\n(function (BreakType) {\n BreakType[BreakType[\"Fixed\"] = 0] = \"Fixed\";\n BreakType[BreakType[\"Flex\"] = 1] = \"Flex\";\n BreakType[BreakType[\"Relative\"] = 2] = \"Relative\";\n})(BreakType || (exports.BreakType = BreakType = {}));\nvar DeliveryBlockResourceLocationType;\n(function (DeliveryBlockResourceLocationType) {\n DeliveryBlockResourceLocationType[DeliveryBlockResourceLocationType[\"DRIVER_ADDRESS\"] = 1] = \"DRIVER_ADDRESS\";\n DeliveryBlockResourceLocationType[DeliveryBlockResourceLocationType[\"TEAM_ADDRESS\"] = 2] = \"TEAM_ADDRESS\";\n DeliveryBlockResourceLocationType[DeliveryBlockResourceLocationType[\"PARKING_SPOT\"] = 3] = \"PARKING_SPOT\";\n DeliveryBlockResourceLocationType[DeliveryBlockResourceLocationType[\"VEHICLE_DEFAULT_PARKING\"] = 4] = \"VEHICLE_DEFAULT_PARKING\";\n DeliveryBlockResourceLocationType[DeliveryBlockResourceLocationType[\"LAST_DRIVER_LOCATION\"] = 5] = \"LAST_DRIVER_LOCATION\";\n})(DeliveryBlockResourceLocationType || (exports.DeliveryBlockResourceLocationType = DeliveryBlockResourceLocationType = {}));\n//# sourceMappingURL=delivery_block.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/delivery_block.js?");
|
|
4146
4157
|
|
|
4147
4158
|
/***/ }),
|
|
4148
4159
|
|
|
@@ -4153,7 +4164,7 @@ eval("\nexports.__esModule = true;\nexports.DeliveryBlockResourceLocationType =
|
|
|
4153
4164
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4154
4165
|
|
|
4155
4166
|
"use strict";
|
|
4156
|
-
eval("\
|
|
4167
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=delivery_block_schedule.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/delivery_block_schedule.js?");
|
|
4157
4168
|
|
|
4158
4169
|
/***/ }),
|
|
4159
4170
|
|
|
@@ -4164,7 +4175,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=delivery_block_schedule
|
|
|
4164
4175
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4165
4176
|
|
|
4166
4177
|
"use strict";
|
|
4167
|
-
eval("\
|
|
4178
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.DeliveryProviderFleetLegacyType = exports.DeliveryProviderContractType = exports.DeliveryProviderStatus = exports.DeliveryProviderEcoFriendlyType = exports.DeliveryProviderDeliverFromCapability = exports.DeliveryProviderSecurityCapability = exports.DeliveryProviderServiceCapability = exports.DeliveryProviderServiceLevelCapability = exports.DeliveryProviderCommitmentTimeCapability = exports.DeliveryProviderSkillCapability = exports.DeliveryProviderVehicleCapability = exports.DeliveryProviderIndustryCapability = void 0;\nvar DeliveryProviderIndustryCapability;\n(function (DeliveryProviderIndustryCapability) {\n DeliveryProviderIndustryCapability[\"big_and_bulky\"] = \"big_and_bulky\";\n DeliveryProviderIndustryCapability[\"restaurant\"] = \"restaurant\";\n DeliveryProviderIndustryCapability[\"groceries\"] = \"groceries\";\n DeliveryProviderIndustryCapability[\"healthcare\"] = \"healthcare\";\n DeliveryProviderIndustryCapability[\"automotive\"] = \"automotive\";\n DeliveryProviderIndustryCapability[\"meal_kit\"] = \"meal_kit\";\n})(DeliveryProviderIndustryCapability || (exports.DeliveryProviderIndustryCapability = DeliveryProviderIndustryCapability = {}));\nvar DeliveryProviderVehicleCapability;\n(function (DeliveryProviderVehicleCapability) {\n DeliveryProviderVehicleCapability[\"on_foot\"] = \"on_foot\";\n DeliveryProviderVehicleCapability[\"bikes\"] = \"bikes\";\n DeliveryProviderVehicleCapability[\"cargo_bikes\"] = \"bikes\";\n DeliveryProviderVehicleCapability[\"bicycles\"] = \"bicycles\";\n DeliveryProviderVehicleCapability[\"cars\"] = \"cars\";\n DeliveryProviderVehicleCapability[\"vans\"] = \"vans\";\n DeliveryProviderVehicleCapability[\"trucks\"] = \"trucks\";\n DeliveryProviderVehicleCapability[\"robots\"] = \"robots\";\n DeliveryProviderVehicleCapability[\"drones\"] = \"drones\";\n})(DeliveryProviderVehicleCapability || (exports.DeliveryProviderVehicleCapability = DeliveryProviderVehicleCapability = {}));\nvar DeliveryProviderSkillCapability;\n(function (DeliveryProviderSkillCapability) {\n DeliveryProviderSkillCapability[\"proof_of_delivery\"] = \"proof_of_delivery\";\n DeliveryProviderSkillCapability[\"quotes\"] = \"quotes\";\n DeliveryProviderSkillCapability[\"multi_parcel\"] = \"multi_parcel\";\n DeliveryProviderSkillCapability[\"update_order\"] = \"update_order\";\n DeliveryProviderSkillCapability[\"driver_live_tracking\"] = \"driver_live_tracking\";\n DeliveryProviderSkillCapability[\"cancel_order\"] = \"cancel_order\";\n})(DeliveryProviderSkillCapability || (exports.DeliveryProviderSkillCapability = DeliveryProviderSkillCapability = {}));\nvar DeliveryProviderCommitmentTimeCapability;\n(function (DeliveryProviderCommitmentTimeCapability) {\n DeliveryProviderCommitmentTimeCapability[\"min30\"] = \"min30\";\n DeliveryProviderCommitmentTimeCapability[\"min60\"] = \"min60\";\n DeliveryProviderCommitmentTimeCapability[\"min120\"] = \"min120\";\n})(DeliveryProviderCommitmentTimeCapability || (exports.DeliveryProviderCommitmentTimeCapability = DeliveryProviderCommitmentTimeCapability = {}));\nvar DeliveryProviderServiceLevelCapability;\n(function (DeliveryProviderServiceLevelCapability) {\n DeliveryProviderServiceLevelCapability[\"on_demand\"] = \"on_demand\";\n DeliveryProviderServiceLevelCapability[\"same_day\"] = \"same_day\";\n DeliveryProviderServiceLevelCapability[\"scheduled\"] = \"scheduled\";\n})(DeliveryProviderServiceLevelCapability || (exports.DeliveryProviderServiceLevelCapability = DeliveryProviderServiceLevelCapability = {}));\nvar DeliveryProviderServiceCapability;\n(function (DeliveryProviderServiceCapability) {\n DeliveryProviderServiceCapability[\"installation\"] = \"installation\";\n DeliveryProviderServiceCapability[\"assambly\"] = \"assambly\";\n DeliveryProviderServiceCapability[\"room_of_choice\"] = \"room_of_choice\";\n DeliveryProviderServiceCapability[\"over_the_threshold\"] = \"over_the_threshold\";\n DeliveryProviderServiceCapability[\"contactless\"] = \"contactless\";\n DeliveryProviderServiceCapability[\"dangerous_goods\"] = \"dangerous_goods\";\n DeliveryProviderServiceCapability[\"fragile\"] = \"fragile\";\n DeliveryProviderServiceCapability[\"alcohol\"] = \"alcohol\";\n DeliveryProviderServiceCapability[\"medical\"] = \"medical\";\n})(DeliveryProviderServiceCapability || (exports.DeliveryProviderServiceCapability = DeliveryProviderServiceCapability = {}));\nvar DeliveryProviderSecurityCapability;\n(function (DeliveryProviderSecurityCapability) {\n DeliveryProviderSecurityCapability[\"iso\"] = \"iso\";\n DeliveryProviderSecurityCapability[\"soc2\"] = \"soc2\";\n})(DeliveryProviderSecurityCapability || (exports.DeliveryProviderSecurityCapability = DeliveryProviderSecurityCapability = {}));\nvar DeliveryProviderDeliverFromCapability;\n(function (DeliveryProviderDeliverFromCapability) {\n DeliveryProviderDeliverFromCapability[\"store\"] = \"store\";\n DeliveryProviderDeliverFromCapability[\"warehouse\"] = \"warehouse\";\n})(DeliveryProviderDeliverFromCapability || (exports.DeliveryProviderDeliverFromCapability = DeliveryProviderDeliverFromCapability = {}));\nvar DeliveryProviderEcoFriendlyType;\n(function (DeliveryProviderEcoFriendlyType) {\n DeliveryProviderEcoFriendlyType[DeliveryProviderEcoFriendlyType[\"Yes\"] = 0] = \"Yes\";\n DeliveryProviderEcoFriendlyType[DeliveryProviderEcoFriendlyType[\"No\"] = 1] = \"No\";\n DeliveryProviderEcoFriendlyType[DeliveryProviderEcoFriendlyType[\"Partial\"] = 2] = \"Partial\";\n})(DeliveryProviderEcoFriendlyType || (exports.DeliveryProviderEcoFriendlyType = DeliveryProviderEcoFriendlyType = {}));\nvar DeliveryProviderStatus;\n(function (DeliveryProviderStatus) {\n DeliveryProviderStatus[DeliveryProviderStatus[\"Pending\"] = 0] = \"Pending\";\n DeliveryProviderStatus[DeliveryProviderStatus[\"InProgress\"] = 1] = \"InProgress\";\n DeliveryProviderStatus[DeliveryProviderStatus[\"Active\"] = 2] = \"Active\";\n DeliveryProviderStatus[DeliveryProviderStatus[\"Inactive\"] = 3] = \"Inactive\";\n})(DeliveryProviderStatus || (exports.DeliveryProviderStatus = DeliveryProviderStatus = {}));\nvar DeliveryProviderContractType;\n(function (DeliveryProviderContractType) {\n DeliveryProviderContractType[DeliveryProviderContractType[\"HubAggregator\"] = 0] = \"HubAggregator\";\n DeliveryProviderContractType[DeliveryProviderContractType[\"HubDirect\"] = 1] = \"HubDirect\";\n DeliveryProviderContractType[DeliveryProviderContractType[\"NonHub\"] = 2] = \"NonHub\";\n})(DeliveryProviderContractType || (exports.DeliveryProviderContractType = DeliveryProviderContractType = {}));\nvar DeliveryProviderFleetLegacyType;\n(function (DeliveryProviderFleetLegacyType) {\n DeliveryProviderFleetLegacyType[DeliveryProviderFleetLegacyType[\"BringgIntegration\"] = 0] = \"BringgIntegration\";\n DeliveryProviderFleetLegacyType[DeliveryProviderFleetLegacyType[\"SelfIntegration\"] = 1] = \"SelfIntegration\";\n DeliveryProviderFleetLegacyType[DeliveryProviderFleetLegacyType[\"Bringg2Bringg\"] = 2] = \"Bringg2Bringg\";\n DeliveryProviderFleetLegacyType[DeliveryProviderFleetLegacyType[\"Aggregator\"] = 3] = \"Aggregator\";\n})(DeliveryProviderFleetLegacyType || (exports.DeliveryProviderFleetLegacyType = DeliveryProviderFleetLegacyType = {}));\n//# sourceMappingURL=delivery_provider.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/delivery_provider.js?");
|
|
4168
4179
|
|
|
4169
4180
|
/***/ }),
|
|
4170
4181
|
|
|
@@ -4175,7 +4186,7 @@ eval("\nexports.__esModule = true;\nexports.DeliveryProviderFleetLegacyType = ex
|
|
|
4175
4186
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4176
4187
|
|
|
4177
4188
|
"use strict";
|
|
4178
|
-
eval("\
|
|
4189
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=delivery_provider_aggregator_item.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/delivery_provider_aggregator_item.js?");
|
|
4179
4190
|
|
|
4180
4191
|
/***/ }),
|
|
4181
4192
|
|
|
@@ -4186,7 +4197,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=delivery_provider_aggre
|
|
|
4186
4197
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4187
4198
|
|
|
4188
4199
|
"use strict";
|
|
4189
|
-
eval("\
|
|
4200
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=delivery_provider_category_item.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/delivery_provider_category_item.js?");
|
|
4190
4201
|
|
|
4191
4202
|
/***/ }),
|
|
4192
4203
|
|
|
@@ -4197,7 +4208,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=delivery_provider_categ
|
|
|
4197
4208
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4198
4209
|
|
|
4199
4210
|
"use strict";
|
|
4200
|
-
eval("\
|
|
4211
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=delivery_provider_display_destination_item.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/delivery_provider_display_destination_item.js?");
|
|
4201
4212
|
|
|
4202
4213
|
/***/ }),
|
|
4203
4214
|
|
|
@@ -4208,7 +4219,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=delivery_provider_displ
|
|
|
4208
4219
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4209
4220
|
|
|
4210
4221
|
"use strict";
|
|
4211
|
-
eval("\
|
|
4222
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.DeliveryProviderLookupType = void 0;\nvar DeliveryProviderLookupType;\n(function (DeliveryProviderLookupType) {\n DeliveryProviderLookupType[DeliveryProviderLookupType[\"ServiceLevels\"] = 0] = \"ServiceLevels\";\n DeliveryProviderLookupType[DeliveryProviderLookupType[\"VehicleTypes\"] = 1] = \"VehicleTypes\";\n DeliveryProviderLookupType[DeliveryProviderLookupType[\"ShippingOrigins\"] = 2] = \"ShippingOrigins\";\n DeliveryProviderLookupType[DeliveryProviderLookupType[\"DeliveryTypes\"] = 3] = \"DeliveryTypes\";\n DeliveryProviderLookupType[DeliveryProviderLookupType[\"AgeRestrictions\"] = 4] = \"AgeRestrictions\";\n DeliveryProviderLookupType[DeliveryProviderLookupType[\"WhiteGloves\"] = 5] = \"WhiteGloves\";\n})(DeliveryProviderLookupType || (exports.DeliveryProviderLookupType = DeliveryProviderLookupType = {}));\n//# sourceMappingURL=delivery_provider_lookup_item.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/delivery_provider_lookup_item.js?");
|
|
4212
4223
|
|
|
4213
4224
|
/***/ }),
|
|
4214
4225
|
|
|
@@ -4219,7 +4230,7 @@ eval("\nexports.__esModule = true;\nexports.DeliveryProviderLookupType = void 0;
|
|
|
4219
4230
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4220
4231
|
|
|
4221
4232
|
"use strict";
|
|
4222
|
-
eval("\
|
|
4233
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=delivery_provider_offering.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/delivery_provider_offering.js?");
|
|
4223
4234
|
|
|
4224
4235
|
/***/ }),
|
|
4225
4236
|
|
|
@@ -4230,7 +4241,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=delivery_provider_offer
|
|
|
4230
4241
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4231
4242
|
|
|
4232
4243
|
"use strict";
|
|
4233
|
-
eval("\
|
|
4244
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=deprecated_alert_types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/deprecated_alert_types.js?");
|
|
4234
4245
|
|
|
4235
4246
|
/***/ }),
|
|
4236
4247
|
|
|
@@ -4241,7 +4252,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=deprecated_alert_types.
|
|
|
4241
4252
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4242
4253
|
|
|
4243
4254
|
"use strict";
|
|
4244
|
-
eval("\
|
|
4255
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.DisputeReason = void 0;\nvar DisputeReason;\n(function (DisputeReason) {\n DisputeReason[DisputeReason[\"DRIVER_ARRIVED_LATE\"] = 0] = \"DRIVER_ARRIVED_LATE\";\n DisputeReason[DisputeReason[\"DRIVER_ARRIVED_EARLY\"] = 1] = \"DRIVER_ARRIVED_EARLY\";\n DisputeReason[DisputeReason[\"POOR_DELIVERY_EXECUTION\"] = 2] = \"POOR_DELIVERY_EXECUTION\";\n DisputeReason[DisputeReason[\"DRIVER_BEHAVIOR_COMPLAINT\"] = 3] = \"DRIVER_BEHAVIOR_COMPLAINT\";\n DisputeReason[DisputeReason[\"FLEET_CANCELLED_AFTER_ORDER_PREP\"] = 4] = \"FLEET_CANCELLED_AFTER_ORDER_PREP\";\n DisputeReason[DisputeReason[\"DRIVER_NEVER_ARRIVED_TO_PICKUP\"] = 5] = \"DRIVER_NEVER_ARRIVED_TO_PICKUP\";\n DisputeReason[DisputeReason[\"DRIVER_NEVER_ARRIVED_TO_DROPOFF\"] = 6] = \"DRIVER_NEVER_ARRIVED_TO_DROPOFF\";\n DisputeReason[DisputeReason[\"OTHER\"] = 100] = \"OTHER\";\n})(DisputeReason || (exports.DisputeReason = DisputeReason = {}));\n//# sourceMappingURL=dispute.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/dispute.js?");
|
|
4245
4256
|
|
|
4246
4257
|
/***/ }),
|
|
4247
4258
|
|
|
@@ -4252,7 +4263,7 @@ eval("\nexports.__esModule = true;\nexports.DisputeReason = void 0;\nvar Dispute
|
|
|
4252
4263
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4253
4264
|
|
|
4254
4265
|
"use strict";
|
|
4255
|
-
eval("\
|
|
4266
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=driver_unavailability.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/driver_unavailability.js?");
|
|
4256
4267
|
|
|
4257
4268
|
/***/ }),
|
|
4258
4269
|
|
|
@@ -4263,7 +4274,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=driver_unavailability.j
|
|
|
4263
4274
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4264
4275
|
|
|
4265
4276
|
"use strict";
|
|
4266
|
-
eval("\
|
|
4277
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.EmulatedDeliveryEvents = void 0;\nvar EmulatedDeliveryEvents;\n(function (EmulatedDeliveryEvents) {\n EmulatedDeliveryEvents[\"AssignDriverAndStart\"] = \"AssignDriverAndStart\";\n EmulatedDeliveryEvents[\"CancelOrder\"] = \"CancelOrder\";\n EmulatedDeliveryEvents[\"FinishOrder\"] = \"FinishOrder\";\n EmulatedDeliveryEvents[\"CheckInPickUp\"] = \"CheckInPickUp\";\n EmulatedDeliveryEvents[\"CheckOutPickUp\"] = \"CheckOutPickUp\";\n EmulatedDeliveryEvents[\"CheckInDropOff\"] = \"CheckInDropOff\";\n EmulatedDeliveryEvents[\"CheckOutDropOff\"] = \"CheckOutDropOff\";\n})(EmulatedDeliveryEvents || (exports.EmulatedDeliveryEvents = EmulatedDeliveryEvents = {}));\n//# sourceMappingURL=emulated_delivery_provider_types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/emulated_delivery_provider_types.js?");
|
|
4267
4278
|
|
|
4268
4279
|
/***/ }),
|
|
4269
4280
|
|
|
@@ -4274,7 +4285,7 @@ eval("\nexports.__esModule = true;\nexports.EmulatedDeliveryEvents = void 0;\nva
|
|
|
4274
4285
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4275
4286
|
|
|
4276
4287
|
"use strict";
|
|
4277
|
-
eval("\
|
|
4288
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ErrorCode = void 0;\nvar ErrorCode;\n(function (ErrorCode) {\n ErrorCode[\"TierCanUpgradeToIsFalse\"] = \"TIER_CAN_UPGRADE_TO_IS_FALSE\";\n})(ErrorCode || (exports.ErrorCode = ErrorCode = {}));\n//# sourceMappingURL=error_code.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/error_code.js?");
|
|
4278
4289
|
|
|
4279
4290
|
/***/ }),
|
|
4280
4291
|
|
|
@@ -4285,7 +4296,7 @@ eval("\nexports.__esModule = true;\nexports.ErrorCode = void 0;\nvar ErrorCode;\
|
|
|
4285
4296
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4286
4297
|
|
|
4287
4298
|
"use strict";
|
|
4288
|
-
eval("\nexports.__esModule = 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 || (exports.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[\"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 = exports.EventType || (exports.EventType = {}));\nvar AvailabilityCalculationOrigin;\n(function (AvailabilityCalculationOrigin) {\n AvailabilityCalculationOrigin[\"QUOTE_ORDERS\"] = \"QUOTE_ORDERS\";\n AvailabilityCalculationOrigin[\"AUTOMATION_PLATFORM\"] = \"AUTOMATION_PLATFORM\";\n})(AvailabilityCalculationOrigin = exports.AvailabilityCalculationOrigin || (exports.AvailabilityCalculationOrigin = {}));\n//# sourceMappingURL=event.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/event.js?");
|
|
4299
|
+
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[\"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 || (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?");
|
|
4289
4300
|
|
|
4290
4301
|
/***/ }),
|
|
4291
4302
|
|
|
@@ -4296,7 +4307,7 @@ eval("\nexports.__esModule = true;\nexports.AvailabilityCalculationOrigin = expo
|
|
|
4296
4307
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4297
4308
|
|
|
4298
4309
|
"use strict";
|
|
4299
|
-
eval("\
|
|
4310
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AggregatorType = exports.IntegrationType = void 0;\nvar IntegrationType;\n(function (IntegrationType) {\n IntegrationType[IntegrationType[\"Fleet\"] = 1] = \"Fleet\";\n IntegrationType[IntegrationType[\"Aggregator\"] = 2] = \"Aggregator\";\n IntegrationType[IntegrationType[\"POS\"] = 3] = \"POS\";\n})(IntegrationType || (exports.IntegrationType = IntegrationType = {}));\nvar AggregatorType;\n(function (AggregatorType) {\n AggregatorType[AggregatorType[\"Uber\"] = 1] = \"Uber\";\n AggregatorType[AggregatorType[\"Loggi\"] = 3] = \"Loggi\";\n AggregatorType[AggregatorType[\"Ifood\"] = 5] = \"Ifood\";\n AggregatorType[AggregatorType[\"McdPOS\"] = 6] = \"McdPOS\";\n AggregatorType[AggregatorType[\"Vtex\"] = 7] = \"Vtex\";\n AggregatorType[AggregatorType[\"Toast\"] = 8] = \"Toast\";\n AggregatorType[AggregatorType[\"GoogleFood\"] = 9] = \"GoogleFood\";\n AggregatorType[AggregatorType[\"Popeyes\"] = 10] = \"Popeyes\";\n})(AggregatorType || (exports.AggregatorType = AggregatorType = {}));\n//# sourceMappingURL=external_data_team.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/external_data_team.js?");
|
|
4300
4311
|
|
|
4301
4312
|
/***/ }),
|
|
4302
4313
|
|
|
@@ -4307,7 +4318,7 @@ eval("\nexports.__esModule = true;\nexports.AggregatorType = exports.Integration
|
|
|
4307
4318
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4308
4319
|
|
|
4309
4320
|
"use strict";
|
|
4310
|
-
eval("\
|
|
4321
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.FILTER_CONDITIONS = void 0;\nvar FILTER_CONDITIONS;\n(function (FILTER_CONDITIONS) {\n FILTER_CONDITIONS[\"CONTAINS\"] = \"CONTAINS\";\n FILTER_CONDITIONS[\"NOT_CONTAINS\"] = \"NOT_CONTAINS\";\n FILTER_CONDITIONS[\"EQUALS\"] = \"EQUALS\";\n FILTER_CONDITIONS[\"NOT_EQUALS\"] = \"NOT_EQUALS\";\n FILTER_CONDITIONS[\"IS_EMPTY\"] = \"IS_EMPTY\";\n FILTER_CONDITIONS[\"IS_NOT_EMPTY\"] = \"IS_NOT_EMPTY\";\n FILTER_CONDITIONS[\"BETWEEN\"] = \"BETWEEN\";\n FILTER_CONDITIONS[\"GREATER_THAN\"] = \"GREATER_THAN\";\n FILTER_CONDITIONS[\"GREATER_THAN_OR_EQUALS\"] = \"GREATER_THAN_OR_EQUALS\";\n FILTER_CONDITIONS[\"LESS_THAN\"] = \"LESS_THAN\";\n FILTER_CONDITIONS[\"LESS_THAN_OR_EQUALS\"] = \"LESS_THAN_OR_EQUALS\";\n})(FILTER_CONDITIONS || (exports.FILTER_CONDITIONS = FILTER_CONDITIONS = {}));\n//# sourceMappingURL=filter_conditions.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/filter_conditions.js?");
|
|
4311
4322
|
|
|
4312
4323
|
/***/ }),
|
|
4313
4324
|
|
|
@@ -4318,7 +4329,7 @@ eval("\nexports.__esModule = true;\nexports.FILTER_CONDITIONS = void 0;\nvar FIL
|
|
|
4318
4329
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4319
4330
|
|
|
4320
4331
|
"use strict";
|
|
4321
|
-
eval("\nvar _a;\
|
|
4332
|
+
eval("\nvar _a;\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.FleetTypeToCapabilities = exports.FleetType = exports.FleetStatus = exports.FleetEnvType = void 0;\nvar FleetEnvType;\n(function (FleetEnvType) {\n FleetEnvType[FleetEnvType[\"Production\"] = 0] = \"Production\";\n FleetEnvType[FleetEnvType[\"Staging\"] = 1] = \"Staging\";\n})(FleetEnvType || (exports.FleetEnvType = FleetEnvType = {}));\nvar FleetStatus;\n(function (FleetStatus) {\n FleetStatus[FleetStatus[\"Active\"] = 0] = \"Active\";\n FleetStatus[FleetStatus[\"Paused\"] = 1] = \"Paused\";\n FleetStatus[FleetStatus[\"Pending\"] = 2] = \"Pending\";\n FleetStatus[FleetStatus[\"Draft\"] = 3] = \"Draft\";\n FleetStatus[FleetStatus[\"Failed\"] = 4] = \"Failed\";\n})(FleetStatus || (exports.FleetStatus = FleetStatus = {}));\nvar FleetType;\n(function (FleetType) {\n FleetType[FleetType[\"Uber\"] = 1] = \"Uber\";\n FleetType[FleetType[\"Deliv\"] = 2] = \"Deliv\";\n FleetType[FleetType[\"Loggi\"] = 3] = \"Loggi\";\n FleetType[FleetType[\"Doordash\"] = 5] = \"Doordash\";\n FleetType[FleetType[\"Ifood\"] = 6] = \"Ifood\";\n FleetType[FleetType[\"Rappi\"] = 7] = \"Rappi\";\n FleetType[FleetType[\"MensajerosUrbanos\"] = 8] = \"MensajerosUrbanos\";\n FleetType[FleetType[\"PedidosYa\"] = 9] = \"PedidosYa\";\n FleetType[FleetType[\"Glovo\"] = 10] = \"Glovo\";\n FleetType[FleetType[\"Domicilios\"] = 11] = \"Domicilios\";\n FleetType[FleetType[\"Postmates\"] = 12] = \"Postmates\";\n FleetType[FleetType[\"FedEx\"] = 13] = \"FedEx\";\n FleetType[FleetType[\"Stuart\"] = 14] = \"Stuart\";\n FleetType[FleetType[\"Bringg\"] = 15] = \"Bringg\";\n FleetType[FleetType[\"Deliveright\"] = 16] = \"Deliveright\";\n FleetType[FleetType[\"Unmanaged\"] = 17] = \"Unmanaged\";\n FleetType[FleetType[\"SelfIntegrated\"] = 18] = \"SelfIntegrated\";\n FleetType[FleetType[\"Hertz\"] = 19] = \"Hertz\";\n FleetType[FleetType[\"Shipt\"] = 20] = \"Shipt\";\n FleetType[FleetType[\"Lyft\"] = 21] = \"Lyft\";\n FleetType[FleetType[\"Deliveroo\"] = 22] = \"Deliveroo\";\n FleetType[FleetType[\"ShippyPro\"] = 23] = \"ShippyPro\";\n FleetType[FleetType[\"EasyPost\"] = 24] = \"EasyPost\";\n FleetType[FleetType[\"Roadie\"] = 25] = \"Roadie\";\n FleetType[FleetType[\"FiveString\"] = 26] = \"FiveString\";\n FleetType[FleetType[\"PointPickup\"] = 27] = \"PointPickup\";\n FleetType[FleetType[\"GLS\"] = 28] = \"GLS\";\n FleetType[FleetType[\"TNT\"] = 29] = \"TNT\";\n FleetType[FleetType[\"IFoodRestaurants\"] = 30] = \"IFoodRestaurants\";\n FleetType[FleetType[\"Zenkraft\"] = 31] = \"Zenkraft\";\n FleetType[FleetType[\"DriveYello\"] = 32] = \"DriveYello\";\n FleetType[FleetType[\"Internal\"] = 33] = \"Internal\";\n FleetType[FleetType[\"EmulatedDeliveryProvider\"] = 999] = \"EmulatedDeliveryProvider\";\n})(FleetType || (exports.FleetType = FleetType = {}));\nexports.FleetTypeToCapabilities = (_a = {},\n _a[FleetType.Uber] = { create_delivery: true, get_quote: true, multiple_time_windows: true, is_green: false },\n _a[FleetType.Deliv] = { create_delivery: false, get_quote: false, is_green: false },\n _a[FleetType.Loggi] = { create_delivery: true, get_quote: false, is_green: false },\n _a[FleetType.Doordash] = { create_delivery: true, get_quote: true, is_green: false },\n _a[FleetType.Ifood] = { create_delivery: false, get_quote: false, is_green: false },\n _a[FleetType.Rappi] = { create_delivery: false, get_quote: false, is_green: false },\n _a[FleetType.MensajerosUrbanos] = { create_delivery: true, get_quote: false, is_green: false },\n _a[FleetType.PedidosYa] = { create_delivery: false, get_quote: false, is_green: false },\n _a[FleetType.Glovo] = { create_delivery: false, get_quote: false, is_green: false },\n _a[FleetType.Domicilios] = { create_delivery: false, get_quote: false, is_green: false },\n _a[FleetType.Postmates] = { create_delivery: true, get_quote: true, is_green: false },\n _a[FleetType.FedEx] = { create_delivery: true, get_quote: true, is_green: false },\n _a[FleetType.Stuart] = { create_delivery: true, get_quote: true, update_delivery: true, is_green: false },\n _a[FleetType.Bringg] = { create_delivery: true, get_quote: false, update_delivery: true, is_green: false },\n _a[FleetType.Deliveright] = { create_delivery: true, get_quote: false, is_green: false },\n _a[FleetType.SelfIntegrated] = { create_delivery: true, get_quote: true, update_delivery: true, is_green: false },\n _a[FleetType.Hertz] = { create_delivery: true, get_quote: false, is_green: false },\n _a[FleetType.Shipt] = { create_delivery: true, get_quote: false, is_green: false },\n _a[FleetType.Lyft] = { create_delivery: true, get_quote: true, is_green: false },\n _a[FleetType.Deliveroo] = { create_delivery: true, get_quote: true, is_green: false },\n _a[FleetType.ShippyPro] = { create_delivery: true, get_quote: false, is_green: false },\n _a[FleetType.EasyPost] = { create_delivery: true, get_quote: false, is_green: false },\n _a[FleetType.Roadie] = { create_delivery: true, get_quote: true, update_delivery: true, is_green: false },\n _a[FleetType.FiveString] = { create_delivery: true, get_quote: true, update_delivery: true, is_green: false },\n _a[FleetType.PointPickup] = { create_delivery: true, get_quote: true, update_delivery: true, is_green: false },\n _a[FleetType.GLS] = { create_delivery: true, get_quote: false, update_delivery: true, is_green: false },\n _a[FleetType.TNT] = { create_delivery: true, get_quote: false, update_delivery: true, is_green: false },\n _a[FleetType.IFoodRestaurants] = { create_delivery: true, get_quote: true, update_delivery: false, is_green: false },\n _a[FleetType.Zenkraft] = { create_delivery: true, get_quote: true, update_delivery: false, is_green: false },\n _a[FleetType.DriveYello] = { create_delivery: true, get_quote: true, update_delivery: true, is_green: false },\n _a[FleetType.EmulatedDeliveryProvider] = {\n create_delivery: true,\n get_quote: true,\n update_delivery: true,\n is_green: false\n },\n _a[FleetType.Internal] = { create_delivery: true, get_quote: true, update_delivery: true, is_green: false },\n _a);\n//# sourceMappingURL=fleet.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/fleet.js?");
|
|
4322
4333
|
|
|
4323
4334
|
/***/ }),
|
|
4324
4335
|
|
|
@@ -4329,7 +4340,7 @@ eval("\nvar _a;\nexports.__esModule = true;\nexports.FleetTypeToCapabilities = e
|
|
|
4329
4340
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4330
4341
|
|
|
4331
4342
|
"use strict";
|
|
4332
|
-
eval("\
|
|
4343
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.PreferredMethod = void 0;\nvar PreferredMethod;\n(function (PreferredMethod) {\n PreferredMethod[\"Priority\"] = \"priority\";\n PreferredMethod[\"Fastest\"] = \"fastest\";\n PreferredMethod[\"Cheapest\"] = \"cheapest\";\n})(PreferredMethod || (exports.PreferredMethod = PreferredMethod = {}));\n//# sourceMappingURL=fleet_router_rules.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/fleet_router_rules.js?");
|
|
4333
4344
|
|
|
4334
4345
|
/***/ }),
|
|
4335
4346
|
|
|
@@ -4340,7 +4351,7 @@ eval("\nexports.__esModule = true;\nexports.PreferredMethod = void 0;\nvar Prefe
|
|
|
4340
4351
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4341
4352
|
|
|
4342
4353
|
"use strict";
|
|
4343
|
-
eval("\
|
|
4354
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=fleet_template.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/fleet_template.js?");
|
|
4344
4355
|
|
|
4345
4356
|
/***/ }),
|
|
4346
4357
|
|
|
@@ -4351,7 +4362,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=fleet_template.js.map\n
|
|
|
4351
4362
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4352
4363
|
|
|
4353
4364
|
"use strict";
|
|
4354
|
-
eval("\
|
|
4365
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.FloatingInventoryHistoryEventTypes = exports.FloatingInventoryStatus = exports.FloatingInventoryOwnerType = exports.FloatingInventoryCustody = exports.OWNERSHIP_ORIGIN = void 0;\nvar OWNERSHIP_ORIGIN;\n(function (OWNERSHIP_ORIGIN) {\n OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN[\"DRIVER_API\"] = 1] = \"DRIVER_API\";\n OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN[\"WEB_API\"] = 2] = \"WEB_API\";\n OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN[\"SERVICES_API\"] = 3] = \"SERVICES_API\";\n OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN[\"FLOATING_INVENTORY_APP\"] = 4] = \"FLOATING_INVENTORY_APP\";\n})(OWNERSHIP_ORIGIN || (exports.OWNERSHIP_ORIGIN = OWNERSHIP_ORIGIN = {}));\nvar FloatingInventoryCustody;\n(function (FloatingInventoryCustody) {\n FloatingInventoryCustody[FloatingInventoryCustody[\"UNKNOWN\"] = 0] = \"UNKNOWN\";\n FloatingInventoryCustody[FloatingInventoryCustody[\"DISPATCHER\"] = 1] = \"DISPATCHER\";\n FloatingInventoryCustody[FloatingInventoryCustody[\"DRIVER\"] = 2] = \"DRIVER\";\n FloatingInventoryCustody[FloatingInventoryCustody[\"CUSTOMER\"] = 3] = \"CUSTOMER\";\n FloatingInventoryCustody[FloatingInventoryCustody[\"MISSING\"] = 4] = \"MISSING\";\n FloatingInventoryCustody[FloatingInventoryCustody[\"VEHICLE\"] = 5] = \"VEHICLE\";\n})(FloatingInventoryCustody || (exports.FloatingInventoryCustody = FloatingInventoryCustody = {}));\nvar FloatingInventoryOwnerType;\n(function (FloatingInventoryOwnerType) {\n FloatingInventoryOwnerType[\"DRIVER\"] = \"driver\";\n FloatingInventoryOwnerType[\"TEAM\"] = \"team\";\n FloatingInventoryOwnerType[\"NONE\"] = \"none\";\n})(FloatingInventoryOwnerType || (exports.FloatingInventoryOwnerType = FloatingInventoryOwnerType = {}));\nvar FloatingInventoryStatus;\n(function (FloatingInventoryStatus) {\n FloatingInventoryStatus[\"AVAILABLE\"] = \"available\";\n FloatingInventoryStatus[\"USED\"] = \"used\";\n FloatingInventoryStatus[\"MISSING\"] = \"missing\";\n})(FloatingInventoryStatus || (exports.FloatingInventoryStatus = FloatingInventoryStatus = {}));\nvar FloatingInventoryHistoryEventTypes;\n(function (FloatingInventoryHistoryEventTypes) {\n FloatingInventoryHistoryEventTypes[\"CREATED\"] = \"created\";\n FloatingInventoryHistoryEventTypes[\"USER_ASSIGNED\"] = \"user_assigned\";\n FloatingInventoryHistoryEventTypes[\"TEAM_ASSIGNED\"] = \"team_assigned\";\n FloatingInventoryHistoryEventTypes[\"REPORTED_MISSING\"] = \"reported_missing\";\n FloatingInventoryHistoryEventTypes[\"ITEM_FOUND\"] = \"item_found\";\n FloatingInventoryHistoryEventTypes[\"MASS_CUSTODY_CHANGE\"] = \"mass_custody_change\";\n})(FloatingInventoryHistoryEventTypes || (exports.FloatingInventoryHistoryEventTypes = FloatingInventoryHistoryEventTypes = {}));\n//# sourceMappingURL=floating_inventory.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/floating_inventory.js?");
|
|
4355
4366
|
|
|
4356
4367
|
/***/ }),
|
|
4357
4368
|
|
|
@@ -4362,7 +4373,7 @@ eval("\nexports.__esModule = true;\nexports.FloatingInventoryHistoryEventTypes =
|
|
|
4362
4373
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4363
4374
|
|
|
4364
4375
|
"use strict";
|
|
4365
|
-
eval("\
|
|
4376
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=franchisee.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/franchisee.js?");
|
|
4366
4377
|
|
|
4367
4378
|
/***/ }),
|
|
4368
4379
|
|
|
@@ -4373,7 +4384,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=franchisee.js.map\n\n//
|
|
|
4373
4384
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4374
4385
|
|
|
4375
4386
|
"use strict";
|
|
4376
|
-
eval("\
|
|
4387
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=geocoding.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/geocoding.js?");
|
|
4377
4388
|
|
|
4378
4389
|
/***/ }),
|
|
4379
4390
|
|
|
@@ -4384,7 +4395,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=geocoding.js.map\n\n//#
|
|
|
4384
4395
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4385
4396
|
|
|
4386
4397
|
"use strict";
|
|
4387
|
-
eval("\
|
|
4398
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=handling_units.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/handling_units.js?");
|
|
4388
4399
|
|
|
4389
4400
|
/***/ }),
|
|
4390
4401
|
|
|
@@ -4395,7 +4406,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=handling_units.js.map\n
|
|
|
4395
4406
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4396
4407
|
|
|
4397
4408
|
"use strict";
|
|
4398
|
-
eval("\
|
|
4409
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.IntegrationName = void 0;\nvar IntegrationName;\n(function (IntegrationName) {\n IntegrationName[IntegrationName[\"Ups\"] = 1] = \"Ups\";\n IntegrationName[IntegrationName[\"iFood\"] = 2] = \"iFood\";\n IntegrationName[IntegrationName[\"Arcos\"] = 3] = \"Arcos\";\n IntegrationName[IntegrationName[\"LeroyMerlin\"] = 4] = \"LeroyMerlin\";\n IntegrationName[IntegrationName[\"Salesforce\"] = 5] = \"Salesforce\";\n})(IntegrationName || (exports.IntegrationName = IntegrationName = {}));\n//# sourceMappingURL=integration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/integration.js?");
|
|
4399
4410
|
|
|
4400
4411
|
/***/ }),
|
|
4401
4412
|
|
|
@@ -4406,7 +4417,7 @@ eval("\nexports.__esModule = true;\nexports.IntegrationName = void 0;\nvar Integ
|
|
|
4406
4417
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4407
4418
|
|
|
4408
4419
|
"use strict";
|
|
4409
|
-
eval("\
|
|
4420
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.KEYSET_PAGINATION_VER = exports.KeysetPaginationPageAction = void 0;\nvar KeysetPaginationPageAction;\n(function (KeysetPaginationPageAction) {\n KeysetPaginationPageAction[\"NEXT\"] = \"next\";\n KeysetPaginationPageAction[\"NEXT_ONLY\"] = \"next_only\";\n KeysetPaginationPageAction[\"PREVIOUS\"] = \"previous\";\n})(KeysetPaginationPageAction || (exports.KeysetPaginationPageAction = KeysetPaginationPageAction = {}));\nexports.KEYSET_PAGINATION_VER = 2;\n//# sourceMappingURL=keyset_pagination.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/keyset_pagination.js?");
|
|
4410
4421
|
|
|
4411
4422
|
/***/ }),
|
|
4412
4423
|
|
|
@@ -4417,7 +4428,7 @@ eval("\nexports.__esModule = true;\nexports.KEYSET_PAGINATION_VER = exports.Keys
|
|
|
4417
4428
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4418
4429
|
|
|
4419
4430
|
"use strict";
|
|
4420
|
-
eval("\
|
|
4431
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=language.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/language.js?");
|
|
4421
4432
|
|
|
4422
4433
|
/***/ }),
|
|
4423
4434
|
|
|
@@ -4428,7 +4439,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=language.js.map\n\n//#
|
|
|
4428
4439
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4429
4440
|
|
|
4430
4441
|
"use strict";
|
|
4431
|
-
eval("\
|
|
4442
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=location.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/location.js?");
|
|
4432
4443
|
|
|
4433
4444
|
/***/ }),
|
|
4434
4445
|
|
|
@@ -4439,7 +4450,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=location.js.map\n\n//#
|
|
|
4439
4450
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4440
4451
|
|
|
4441
4452
|
"use strict";
|
|
4442
|
-
eval("\
|
|
4453
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=mapbox.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/mapbox.js?");
|
|
4443
4454
|
|
|
4444
4455
|
/***/ }),
|
|
4445
4456
|
|
|
@@ -4450,7 +4461,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=mapbox.js.map\n\n//# so
|
|
|
4450
4461
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4451
4462
|
|
|
4452
4463
|
"use strict";
|
|
4453
|
-
eval("\
|
|
4464
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.Origin = exports.EntitySubType = exports.EntityType = void 0;\nvar EntityType;\n(function (EntityType) {\n EntityType[\"MENU\"] = \"menu\";\n EntityType[\"SECTION\"] = \"section\";\n EntityType[\"PRODUCT\"] = \"product\";\n EntityType[\"COMPOSITE_PRODUCT\"] = \"composite_product\";\n EntityType[\"CHOICE\"] = \"choice\";\n EntityType[\"OPTION\"] = \"option\";\n EntityType[\"PICKER\"] = \"picker\";\n})(EntityType || (exports.EntityType = EntityType = {}));\nvar EntitySubType;\n(function (EntitySubType) {\n EntitySubType[\"SIZE\"] = \"size\";\n EntitySubType[\"PICKER_OPTION\"] = \"picker_option\";\n})(EntitySubType || (exports.EntitySubType = EntitySubType = {}));\nvar Origin;\n(function (Origin) {\n Origin[\"MANUAL\"] = \"manual\";\n Origin[\"SYSTEM\"] = \"system\";\n})(Origin || (exports.Origin = Origin = {}));\n//# sourceMappingURL=menu.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/menu.js?");
|
|
4454
4465
|
|
|
4455
4466
|
/***/ }),
|
|
4456
4467
|
|
|
@@ -4461,7 +4472,7 @@ eval("\nexports.__esModule = true;\nexports.Origin = exports.EntitySubType = exp
|
|
|
4461
4472
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4462
4473
|
|
|
4463
4474
|
"use strict";
|
|
4464
|
-
eval("\
|
|
4475
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.EnvironmentTypes = exports.SubscriptionTypes = exports.PrinterTypes = void 0;\nvar PrinterTypes;\n(function (PrinterTypes) {\n PrinterTypes[\"DEFAULT\"] = \"\";\n PrinterTypes[\"THREE_INCH\"] = \"3inch\";\n PrinterTypes[\"TWO_INCH\"] = \"2inch\";\n})(PrinterTypes || (exports.PrinterTypes = PrinterTypes = {}));\nvar SubscriptionTypes;\n(function (SubscriptionTypes) {\n SubscriptionTypes[SubscriptionTypes[\"TEST\"] = -1] = \"TEST\";\n SubscriptionTypes[SubscriptionTypes[\"UNKNOWN\"] = 0] = \"UNKNOWN\";\n SubscriptionTypes[SubscriptionTypes[\"PRODUCTION\"] = 1] = \"PRODUCTION\";\n SubscriptionTypes[SubscriptionTypes[\"CLOVER_DEMO\"] = 2] = \"CLOVER_DEMO\";\n SubscriptionTypes[SubscriptionTypes[\"CLOVER_UNKNOWN\"] = 4] = \"CLOVER_UNKNOWN\";\n SubscriptionTypes[SubscriptionTypes[\"CLOVER_FREE_TIER\"] = 5] = \"CLOVER_FREE_TIER\";\n SubscriptionTypes[SubscriptionTypes[\"CLOVER_PRO_TIER\"] = 6] = \"CLOVER_PRO_TIER\";\n SubscriptionTypes[SubscriptionTypes[\"CLOVER_TRIAL\"] = 7] = \"CLOVER_TRIAL\";\n SubscriptionTypes[SubscriptionTypes[\"CLOVER_UNINSTALLED\"] = 9] = \"CLOVER_UNINSTALLED\";\n SubscriptionTypes[SubscriptionTypes[\"DEACTIVATED\"] = 12] = \"DEACTIVATED\";\n SubscriptionTypes[SubscriptionTypes[\"PRODUCTION_UNPAID\"] = 13] = \"PRODUCTION_UNPAID\";\n SubscriptionTypes[SubscriptionTypes[\"BLOCKED_UNPAID\"] = 14] = \"BLOCKED_UNPAID\";\n SubscriptionTypes[SubscriptionTypes[\"STRIPE\"] = 17] = \"STRIPE\";\n SubscriptionTypes[SubscriptionTypes[\"ONE_TO_MANY\"] = 19] = \"ONE_TO_MANY\";\n})(SubscriptionTypes || (exports.SubscriptionTypes = SubscriptionTypes = {}));\nvar EnvironmentTypes;\n(function (EnvironmentTypes) {\n EnvironmentTypes[EnvironmentTypes[\"Production\"] = 0] = \"Production\";\n EnvironmentTypes[EnvironmentTypes[\"Test\"] = 1] = \"Test\";\n EnvironmentTypes[EnvironmentTypes[\"Internal\"] = 2] = \"Internal\";\n EnvironmentTypes[EnvironmentTypes[\"Carrier\"] = 3] = \"Carrier\";\n EnvironmentTypes[EnvironmentTypes[\"Template\"] = 4] = \"Template\";\n})(EnvironmentTypes || (exports.EnvironmentTypes = EnvironmentTypes = {}));\n//# sourceMappingURL=merchant.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/merchant.js?");
|
|
4465
4476
|
|
|
4466
4477
|
/***/ }),
|
|
4467
4478
|
|
|
@@ -4472,7 +4483,7 @@ eval("\nexports.__esModule = true;\nexports.EnvironmentTypes = exports.Subscript
|
|
|
4472
4483
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4473
4484
|
|
|
4474
4485
|
"use strict";
|
|
4475
|
-
eval("\
|
|
4486
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.DynamicCapacityValuesOptions = exports.EndOfWeekDay = exports.GrabMode = exports.SmsProvider = exports.SharingMode = exports.ChainOfCustodyType = exports.TipType = exports.FormDisplayMode = exports.HourFormat = exports.FuturePeriod = void 0;\nvar FuturePeriod;\n(function (FuturePeriod) {\n FuturePeriod[FuturePeriod[\"none\"] = -1] = \"none\";\n FuturePeriod[FuturePeriod[\"today\"] = 1] = \"today\";\n FuturePeriod[FuturePeriod[\"tomorrow\"] = 2] = \"tomorrow\";\n FuturePeriod[FuturePeriod[\"next_24_hours\"] = 3] = \"next_24_hours\";\n FuturePeriod[FuturePeriod[\"forever_and_ever\"] = 4] = \"forever_and_ever\";\n FuturePeriod[FuturePeriod[\"custom\"] = 5] = \"custom\";\n FuturePeriod[FuturePeriod[\"all_open_tasks\"] = 6] = \"all_open_tasks\";\n})(FuturePeriod || (exports.FuturePeriod = FuturePeriod = {}));\nvar HourFormat;\n(function (HourFormat) {\n HourFormat[HourFormat[\"Default\"] = 0] = \"Default\";\n HourFormat[HourFormat[\"TwelveHours\"] = 1] = \"TwelveHours\";\n HourFormat[HourFormat[\"TwentyFourHours\"] = 2] = \"TwentyFourHours\";\n})(HourFormat || (exports.HourFormat = HourFormat = {}));\nvar FormDisplayMode;\n(function (FormDisplayMode) {\n FormDisplayMode[FormDisplayMode[\"MANUAL\"] = 0] = \"MANUAL\";\n FormDisplayMode[FormDisplayMode[\"AFTER_CHECK_IN\"] = 1] = \"AFTER_CHECK_IN\";\n FormDisplayMode[FormDisplayMode[\"BEFORE_CHECKOUT\"] = 2] = \"BEFORE_CHECKOUT\";\n})(FormDisplayMode || (exports.FormDisplayMode = FormDisplayMode = {}));\nvar TipType;\n(function (TipType) {\n TipType[TipType[\"PERCENT\"] = 0] = \"PERCENT\";\n TipType[TipType[\"MONEY\"] = 1] = \"MONEY\";\n})(TipType || (exports.TipType = TipType = {}));\nvar ChainOfCustodyType;\n(function (ChainOfCustodyType) {\n ChainOfCustodyType[ChainOfCustodyType[\"WEAK\"] = 0] = \"WEAK\";\n ChainOfCustodyType[ChainOfCustodyType[\"STRONG\"] = 1] = \"STRONG\";\n ChainOfCustodyType[ChainOfCustodyType[\"NONE\"] = 2] = \"NONE\";\n ChainOfCustodyType[ChainOfCustodyType[\"UNLOAD\"] = 3] = \"UNLOAD\";\n})(ChainOfCustodyType || (exports.ChainOfCustodyType = ChainOfCustodyType = {}));\nvar SharingMode;\n(function (SharingMode) {\n SharingMode[SharingMode[\"ALL\"] = 0] = \"ALL\";\n SharingMode[SharingMode[\"EMAIL_ONLY\"] = 1] = \"EMAIL_ONLY\";\n SharingMode[SharingMode[\"PHONE_ONLY\"] = 2] = \"PHONE_ONLY\";\n SharingMode[SharingMode[\"NO_SHARING\"] = 3] = \"NO_SHARING\";\n SharingMode[SharingMode[\"WEBHOOKS_ONLY\"] = 4] = \"WEBHOOKS_ONLY\";\n})(SharingMode || (exports.SharingMode = SharingMode = {}));\nvar SmsProvider;\n(function (SmsProvider) {\n SmsProvider[SmsProvider[\"Twilio\"] = 0] = \"Twilio\";\n SmsProvider[SmsProvider[\"Nexmo\"] = 1] = \"Nexmo\";\n})(SmsProvider || (exports.SmsProvider = SmsProvider = {}));\nvar GrabMode;\n(function (GrabMode) {\n GrabMode[GrabMode[\"OFF\"] = 0] = \"OFF\";\n GrabMode[GrabMode[\"AUTOMATIC\"] = 1] = \"AUTOMATIC\";\n GrabMode[GrabMode[\"ON_DEMAND\"] = 2] = \"ON_DEMAND\";\n})(GrabMode || (exports.GrabMode = GrabMode = {}));\nvar EndOfWeekDay;\n(function (EndOfWeekDay) {\n EndOfWeekDay[EndOfWeekDay[\"Friday\"] = 0] = \"Friday\";\n EndOfWeekDay[EndOfWeekDay[\"Saturday\"] = 1] = \"Saturday\";\n EndOfWeekDay[EndOfWeekDay[\"Sunday\"] = 2] = \"Sunday\";\n EndOfWeekDay[EndOfWeekDay[\"Monday\"] = 3] = \"Monday\";\n EndOfWeekDay[EndOfWeekDay[\"Tuesday\"] = 4] = \"Tuesday\";\n EndOfWeekDay[EndOfWeekDay[\"Wednesday\"] = 5] = \"Wednesday\";\n EndOfWeekDay[EndOfWeekDay[\"Thursday\"] = 6] = \"Thursday\";\n})(EndOfWeekDay || (exports.EndOfWeekDay = EndOfWeekDay = {}));\nvar DynamicCapacityValuesOptions;\n(function (DynamicCapacityValuesOptions) {\n DynamicCapacityValuesOptions[DynamicCapacityValuesOptions[\"OFF\"] = 0] = \"OFF\";\n DynamicCapacityValuesOptions[DynamicCapacityValuesOptions[\"ALL\"] = 1] = \"ALL\";\n DynamicCapacityValuesOptions[DynamicCapacityValuesOptions[\"CURRENT_LOAD\"] = 2] = \"CURRENT_LOAD\";\n DynamicCapacityValuesOptions[DynamicCapacityValuesOptions[\"EXPECTED_PICKUP\"] = 3] = \"EXPECTED_PICKUP\";\n})(DynamicCapacityValuesOptions || (exports.DynamicCapacityValuesOptions = DynamicCapacityValuesOptions = {}));\n//# sourceMappingURL=merchant_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/merchant_configuration.js?");
|
|
4476
4487
|
|
|
4477
4488
|
/***/ }),
|
|
4478
4489
|
|
|
@@ -4483,7 +4494,7 @@ eval("\nexports.__esModule = true;\nexports.DynamicCapacityValuesOptions = expor
|
|
|
4483
4494
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4484
4495
|
|
|
4485
4496
|
"use strict";
|
|
4486
|
-
eval("\
|
|
4497
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=merchant_prototypes.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/merchant_prototypes.js?");
|
|
4487
4498
|
|
|
4488
4499
|
/***/ }),
|
|
4489
4500
|
|
|
@@ -4494,7 +4505,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=merchant_prototypes.js.
|
|
|
4494
4505
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4495
4506
|
|
|
4496
4507
|
"use strict";
|
|
4497
|
-
eval("\
|
|
4508
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.MerchantSecretsActions = exports.MerchantSecretType = void 0;\nvar MerchantSecretType;\n(function (MerchantSecretType) {\n MerchantSecretType[MerchantSecretType[\"STRING\"] = 0] = \"STRING\";\n MerchantSecretType[MerchantSecretType[\"JSON\"] = 1] = \"JSON\";\n})(MerchantSecretType || (exports.MerchantSecretType = MerchantSecretType = {}));\nvar MerchantSecretsActions;\n(function (MerchantSecretsActions) {\n MerchantSecretsActions[\"CREATE\"] = \"merchant_secrets:create\";\n MerchantSecretsActions[\"UPDATE\"] = \"merchant_secrets:update\";\n MerchantSecretsActions[\"FIND\"] = \"merchant_secrets:find\";\n MerchantSecretsActions[\"BULK_FIND\"] = \"merchant_secrets:bulkFind\";\n MerchantSecretsActions[\"DELETE\"] = \"merchant_secrets:delete\";\n})(MerchantSecretsActions || (exports.MerchantSecretsActions = MerchantSecretsActions = {}));\n//# sourceMappingURL=merchant_secrets_service.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/merchant_secrets_service.js?");
|
|
4498
4509
|
|
|
4499
4510
|
/***/ }),
|
|
4500
4511
|
|
|
@@ -4505,7 +4516,7 @@ eval("\nexports.__esModule = true;\nexports.MerchantSecretsActions = exports.Mer
|
|
|
4505
4516
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4506
4517
|
|
|
4507
4518
|
"use strict";
|
|
4508
|
-
eval("\
|
|
4519
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.SubscriptionNotificationType = exports.SubscriptionType = void 0;\nvar SubscriptionType;\n(function (SubscriptionType) {\n SubscriptionType[SubscriptionType[\"Email\"] = 0] = \"Email\";\n})(SubscriptionType || (exports.SubscriptionType = SubscriptionType = {}));\nvar SubscriptionNotificationType;\n(function (SubscriptionNotificationType) {\n SubscriptionNotificationType[SubscriptionNotificationType[\"InvalidInventory\"] = 0] = \"InvalidInventory\";\n SubscriptionNotificationType[SubscriptionNotificationType[\"EtlReport\"] = 1] = \"EtlReport\";\n SubscriptionNotificationType[SubscriptionNotificationType[\"WebhookFailures\"] = 2] = \"WebhookFailures\";\n SubscriptionNotificationType[SubscriptionNotificationType[\"MenuIssue\"] = 3] = \"MenuIssue\";\n SubscriptionNotificationType[SubscriptionNotificationType[\"IntegrationPollingError\"] = 4] = \"IntegrationPollingError\";\n})(SubscriptionNotificationType || (exports.SubscriptionNotificationType = SubscriptionNotificationType = {}));\n//# sourceMappingURL=notification_subscription.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/notification_subscription.js?");
|
|
4509
4520
|
|
|
4510
4521
|
/***/ }),
|
|
4511
4522
|
|
|
@@ -4516,7 +4527,7 @@ eval("\nexports.__esModule = true;\nexports.SubscriptionNotificationType = expor
|
|
|
4516
4527
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4517
4528
|
|
|
4518
4529
|
"use strict";
|
|
4519
|
-
eval("\
|
|
4530
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=notification_template.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/notification_template.js?");
|
|
4520
4531
|
|
|
4521
4532
|
/***/ }),
|
|
4522
4533
|
|
|
@@ -4527,7 +4538,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=notification_template.j
|
|
|
4527
4538
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4528
4539
|
|
|
4529
4540
|
"use strict";
|
|
4530
|
-
eval("\
|
|
4541
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.NotificationTypes = void 0;\nvar NotificationTypes;\n(function (NotificationTypes) {\n NotificationTypes[\"RatingScreenTitle\"] = \"rating_screen_title\";\n NotificationTypes[\"PostRatingPositiveTitle\"] = \"post_rating_positive_title\";\n NotificationTypes[\"PostRatingNegativeTitle\"] = \"post_rating_negative_title\";\n})(NotificationTypes || (exports.NotificationTypes = NotificationTypes = {}));\n//# sourceMappingURL=notification_type.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/notification_type.js?");
|
|
4531
4542
|
|
|
4532
4543
|
/***/ }),
|
|
4533
4544
|
|
|
@@ -4538,7 +4549,7 @@ eval("\nexports.__esModule = true;\nexports.NotificationTypes = void 0;\nvar Not
|
|
|
4538
4549
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4539
4550
|
|
|
4540
4551
|
"use strict";
|
|
4541
|
-
eval("\
|
|
4552
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=open_fleet.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/open_fleet.js?");
|
|
4542
4553
|
|
|
4543
4554
|
/***/ }),
|
|
4544
4555
|
|
|
@@ -4549,7 +4560,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=open_fleet.js.map\n\n//
|
|
|
4549
4560
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4550
4561
|
|
|
4551
4562
|
"use strict";
|
|
4552
|
-
eval("\
|
|
4563
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.OptInMethod = exports.OptInType = void 0;\nvar OptInType;\n(function (OptInType) {\n OptInType[OptInType[\"OPT_IN\"] = 1] = \"OPT_IN\";\n OptInType[OptInType[\"OPT_OUT\"] = 2] = \"OPT_OUT\";\n})(OptInType || (exports.OptInType = OptInType = {}));\nvar OptInMethod;\n(function (OptInMethod) {\n OptInMethod[OptInMethod[\"SMS\"] = 1] = \"SMS\";\n OptInMethod[OptInMethod[\"API\"] = 2] = \"API\";\n})(OptInMethod || (exports.OptInMethod = OptInMethod = {}));\n//# sourceMappingURL=opt_in_out_history.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/opt_in_out_history.js?");
|
|
4553
4564
|
|
|
4554
4565
|
/***/ }),
|
|
4555
4566
|
|
|
@@ -4560,7 +4571,7 @@ eval("\nexports.__esModule = true;\nexports.OptInMethod = exports.OptInType = vo
|
|
|
4560
4571
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4561
4572
|
|
|
4562
4573
|
"use strict";
|
|
4563
|
-
eval("\
|
|
4574
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=optimization_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/optimization_configuration.js?");
|
|
4564
4575
|
|
|
4565
4576
|
/***/ }),
|
|
4566
4577
|
|
|
@@ -4571,7 +4582,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=optimization_configurat
|
|
|
4571
4582
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4572
4583
|
|
|
4573
4584
|
"use strict";
|
|
4574
|
-
eval("\
|
|
4585
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.OptimizationEntityType = void 0;\nvar OptimizationEntityType;\n(function (OptimizationEntityType) {\n OptimizationEntityType[\"Task\"] = \"task\";\n OptimizationEntityType[\"ActualBreak\"] = \"actual_break\";\n OptimizationEntityType[\"RouteInfo\"] = \"route_info\";\n OptimizationEntityType[\"Directions\"] = \"directions\";\n OptimizationEntityType[\"UnassignedTask\"] = \"unassigned_task\";\n})(OptimizationEntityType || (exports.OptimizationEntityType = OptimizationEntityType = {}));\n//# sourceMappingURL=optimization_result.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/optimization_result.js?");
|
|
4575
4586
|
|
|
4576
4587
|
/***/ }),
|
|
4577
4588
|
|
|
@@ -4582,7 +4593,7 @@ eval("\nexports.__esModule = true;\nexports.OptimizationEntityType = void 0;\nva
|
|
|
4582
4593
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4583
4594
|
|
|
4584
4595
|
"use strict";
|
|
4585
|
-
eval("\
|
|
4596
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.OriginOptions = void 0;\nvar OriginOptions;\n(function (OriginOptions) {\n OriginOptions[OriginOptions[\"Manual\"] = 0] = \"Manual\";\n OriginOptions[OriginOptions[\"Automation\"] = 1] = \"Automation\";\n})(OriginOptions || (exports.OriginOptions = OriginOptions = {}));\n//# sourceMappingURL=optimization_simulator.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/optimization_simulator.js?");
|
|
4586
4597
|
|
|
4587
4598
|
/***/ }),
|
|
4588
4599
|
|
|
@@ -4593,7 +4604,7 @@ eval("\nexports.__esModule = true;\nexports.OriginOptions = void 0;\nvar OriginO
|
|
|
4593
4604
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4594
4605
|
|
|
4595
4606
|
"use strict";
|
|
4596
|
-
eval("\
|
|
4607
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.OptimizeFor = exports.RouteItemType = exports.OptimizationOrigin = exports.OptimizationResponseType = exports.OPTIMIZATION_TYPE = void 0;\nvar OPTIMIZATION_TYPE;\n(function (OPTIMIZATION_TYPE) {\n OPTIMIZATION_TYPE[OPTIMIZATION_TYPE[\"ANONYMOUS\"] = 1] = \"ANONYMOUS\";\n OPTIMIZATION_TYPE[OPTIMIZATION_TYPE[\"NAMED_VRP\"] = 2] = \"NAMED_VRP\";\n OPTIMIZATION_TYPE[OPTIMIZATION_TYPE[\"NAMED_PDP\"] = 3] = \"NAMED_PDP\";\n OPTIMIZATION_TYPE[OPTIMIZATION_TYPE[\"ROUTE_BASED\"] = 4] = \"ROUTE_BASED\";\n OPTIMIZATION_TYPE[OPTIMIZATION_TYPE[\"CREW_BASED\"] = 5] = \"CREW_BASED\";\n OPTIMIZATION_TYPE[OPTIMIZATION_TYPE[\"COMBINED\"] = 6] = \"COMBINED\";\n})(OPTIMIZATION_TYPE || (exports.OPTIMIZATION_TYPE = OPTIMIZATION_TYPE = {}));\nvar OptimizationResponseType;\n(function (OptimizationResponseType) {\n OptimizationResponseType[\"RouteInfo\"] = \"route_info\";\n OptimizationResponseType[\"Task\"] = \"task\";\n OptimizationResponseType[\"ActualBreak\"] = \"actual_break\";\n OptimizationResponseType[\"PreassignedBreak\"] = \"preassigned_break\";\n OptimizationResponseType[\"Directions\"] = \"directions\";\n OptimizationResponseType[\"UnassignedTask\"] = \"unassigned_task\";\n})(OptimizationResponseType || (exports.OptimizationResponseType = OptimizationResponseType = {}));\nvar OptimizationOrigin;\n(function (OptimizationOrigin) {\n OptimizationOrigin[\"ROUTE_OPTIMIZATION\"] = \"route_optimization\";\n OptimizationOrigin[\"ROUTE_OPTIMIZATION_QUOTES\"] = \"route_optimization_quotes\";\n OptimizationOrigin[\"AVAILABILITY_CALCULATION\"] = \"availability_calculation\";\n OptimizationOrigin[\"SCHEDULED_ROUTE_OPTIMIZATION\"] = \"scheduled_route_optimization\";\n OptimizationOrigin[\"SINGLE_DRIVER_OPTIMIZATION\"] = \"single_driver_optimization\";\n OptimizationOrigin[\"VRP_AUTO_DISPATCH\"] = \"vrp_auto_dispatch\";\n OptimizationOrigin[\"VRP_AUTO_DISPATCH_QUOTES\"] = \"vrp_auto_dispatch_quotes\";\n OptimizationOrigin[\"QUOTES_CACHE_REFRESH\"] = \"quotes_cache_refresh\";\n})(OptimizationOrigin || (exports.OptimizationOrigin = OptimizationOrigin = {}));\nvar RouteItemType;\n(function (RouteItemType) {\n RouteItemType[\"Break\"] = \"break\";\n})(RouteItemType || (exports.RouteItemType = RouteItemType = {}));\nvar OptimizeFor;\n(function (OptimizeFor) {\n OptimizeFor[\"CUSTOM\"] = \"custom\";\n OptimizeFor[\"NEXT_SHIFT\"] = \"next_shift\";\n})(OptimizeFor || (exports.OptimizeFor = OptimizeFor = {}));\n//# sourceMappingURL=optimization_type.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/optimization_type.js?");
|
|
4597
4608
|
|
|
4598
4609
|
/***/ }),
|
|
4599
4610
|
|
|
@@ -4604,7 +4615,7 @@ eval("\nexports.__esModule = true;\nexports.OptimizeFor = exports.RouteItemType
|
|
|
4604
4615
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4605
4616
|
|
|
4606
4617
|
"use strict";
|
|
4607
|
-
eval("\
|
|
4618
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=package.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/package.js?");
|
|
4608
4619
|
|
|
4609
4620
|
/***/ }),
|
|
4610
4621
|
|
|
@@ -4615,7 +4626,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=package.js.map\n\n//# s
|
|
|
4615
4626
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4616
4627
|
|
|
4617
4628
|
"use strict";
|
|
4618
|
-
eval("\
|
|
4629
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ParkingSpotType = void 0;\nvar ParkingSpotType;\n(function (ParkingSpotType) {\n ParkingSpotType[ParkingSpotType[\"Customer\"] = 1] = \"Customer\";\n ParkingSpotType[ParkingSpotType[\"Driver\"] = 2] = \"Driver\";\n})(ParkingSpotType || (exports.ParkingSpotType = ParkingSpotType = {}));\n//# sourceMappingURL=parking_spot.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/parking_spot.js?");
|
|
4619
4630
|
|
|
4620
4631
|
/***/ }),
|
|
4621
4632
|
|
|
@@ -4626,7 +4637,7 @@ eval("\nexports.__esModule = true;\nexports.ParkingSpotType = void 0;\nvar Parki
|
|
|
4626
4637
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4627
4638
|
|
|
4628
4639
|
"use strict";
|
|
4629
|
-
eval("\
|
|
4640
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=planned_delivery_window.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/planned_delivery_window.js?");
|
|
4630
4641
|
|
|
4631
4642
|
/***/ }),
|
|
4632
4643
|
|
|
@@ -4637,7 +4648,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=planned_delivery_window
|
|
|
4637
4648
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4638
4649
|
|
|
4639
4650
|
"use strict";
|
|
4640
|
-
eval("\
|
|
4651
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=planned_route.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/planned_route.js?");
|
|
4641
4652
|
|
|
4642
4653
|
/***/ }),
|
|
4643
4654
|
|
|
@@ -4648,7 +4659,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=planned_route.js.map\n\
|
|
|
4648
4659
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4649
4660
|
|
|
4650
4661
|
"use strict";
|
|
4651
|
-
eval("\
|
|
4662
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=predicate.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/predicate.js?");
|
|
4652
4663
|
|
|
4653
4664
|
/***/ }),
|
|
4654
4665
|
|
|
@@ -4659,7 +4670,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=predicate.js.map\n\n//#
|
|
|
4659
4670
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4660
4671
|
|
|
4661
4672
|
"use strict";
|
|
4662
|
-
eval("\nvar _a;\
|
|
4673
|
+
eval("\nvar _a;\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.PRIVILEGES_DEFAULTS = exports.PrivilegeTypes = void 0;\nvar PrivilegeTypes;\n(function (PrivilegeTypes) {\n PrivilegeTypes[\"DISPATCH_SCREEN\"] = \"dispatch\";\n PrivilegeTypes[\"CREATE_ORDERS\"] = \"create_order\";\n PrivilegeTypes[\"VIEW_TASK\"] = \"view_task\";\n PrivilegeTypes[\"ACKNOWLEDGE_FLOW\"] = \"acknowledge\";\n PrivilegeTypes[\"HISTORY\"] = \"history\";\n PrivilegeTypes[\"DRIVERS\"] = \"drivers\";\n PrivilegeTypes[\"DRIVER_PRORFILE\"] = \"driver_profile\";\n PrivilegeTypes[\"ADD_DRIVER\"] = \"add_driver\";\n PrivilegeTypes[\"CHANGE_DRIVER_ROLE\"] = \"change_driver_type\";\n PrivilegeTypes[\"ASSIGN_DRIVER_TO_TASK\"] = \"assign_driver_to_task\";\n PrivilegeTypes[\"TEAMS\"] = \"teams\";\n PrivilegeTypes[\"USER_TYPES\"] = \"user_types\";\n PrivilegeTypes[\"CUSTOMERS\"] = \"customers_menu\";\n PrivilegeTypes[\"REPORTS\"] = \"reports\";\n PrivilegeTypes[\"REPORTS_NEW\"] = \"reports_new\";\n PrivilegeTypes[\"DASHBOARD\"] = \"dashboard\";\n PrivilegeTypes[\"CASHOUT_EDIT_DISTANCE\"] = \"cashout_edit_distance\";\n PrivilegeTypes[\"ACCESS_SETTINGS_SCREEN\"] = \"access_settings_screen\";\n PrivilegeTypes[\"ENABLE_SETTING_PAGE\"] = \"enable_setting_page\";\n PrivilegeTypes[\"CUSTOMER_CARE\"] = \"customer_care\";\n PrivilegeTypes[\"MAINTAIN_DRIVER_SHIFT_TIMES\"] = \"maintain_driver_shift_times\";\n PrivilegeTypes[\"COMPLETE_TASK\"] = \"complete_task\";\n PrivilegeTypes[\"EDIT_DELIVERY_BLOCK\"] = \"edit_delivery_block\";\n PrivilegeTypes[\"SEE_SEND_TO_PREPARATION\"] = \"send_to_preparation\";\n PrivilegeTypes[\"ACCESS_TASKS\"] = \"access_task\";\n PrivilegeTypes[\"ACCESS_TO_ALL_TASKS\"] = \"access_to_all_tasks\";\n PrivilegeTypes[\"ACCESS_COMPANY_TASKS_ONLY\"] = \"access_company_tasks_only\";\n PrivilegeTypes[\"EDIT_COMPANY\"] = \"edit_company\";\n PrivilegeTypes[\"ENABLE_BI_DASHBOARD\"] = \"enable_bi_dashboard\";\n PrivilegeTypes[\"EDIT_EXCLUSION_WINDOWS\"] = \"edit_exclusion_windows\";\n PrivilegeTypes[\"EDIT_TASK_DETAILS\"] = \"edit_task_details\";\n PrivilegeTypes[\"TASKS_CSV_IMPORTER_EDIT_HEADERS\"] = \"tasks_csv_importer_edit_headers\";\n PrivilegeTypes[\"EDIT_SERVICE_AREAS\"] = \"edit_service_areas\";\n PrivilegeTypes[\"ACCESS_USERS\"] = \"access_user\";\n PrivilegeTypes[\"ACCESS_COMPANY_USERS_ONLY\"] = \"access_company_users_only\";\n PrivilegeTypes[\"ACCESS_TO_NONE_ORDERS\"] = \"access_to_none_orders\";\n PrivilegeTypes[\"CANCEL_TASK\"] = \"cancel_task\";\n PrivilegeTypes[\"LOCK_UNLOCK_TASK\"] = \"lock_unlock_task\";\n PrivilegeTypes[\"RESCHEDULE_CANCELLED_ORDER\"] = \"reschedule_cancelled_order\";\n PrivilegeTypes[\"BILLING_PORTAL\"] = \"billing_portal\";\n PrivilegeTypes[\"CUSTOMIZE_LIST_LAYOUT\"] = \"customize_list_layout\";\n PrivilegeTypes[\"ENABLE_ALERT_DISPLAY_NEW_FILTERS\"] = \"enable_alert_display_new_filters\";\n PrivilegeTypes[\"VIEW_CONSUMER_VERIFICATION_CODE\"] = \"view_consumer_verification_code\";\n PrivilegeTypes[\"EDIT_ANALYTICS_MASTER_DASHBOARD\"] = \"edit_analytics_master_dashboard\";\n PrivilegeTypes[\"IS_ANALYTICS_ADMIN\"] = \"is_analytics_admin\";\n PrivilegeTypes[\"SHARE_ANALYTICS_REPORTS\"] = \"share_analytics_reports\";\n PrivilegeTypes[\"SHARE_ANALYTICS_BI_DASHBOARDS\"] = \"share_analytics_dashboards\";\n PrivilegeTypes[\"CREATE_ANALYTICS_BI_DASHBOARDS\"] = \"create_analytics_bi_dashboards\";\n PrivilegeTypes[\"ALLOW_DISPATCHER_CREATE_VEHICLE\"] = \"allow_dispatcher_create_vehicle\";\n PrivilegeTypes[\"ALLOW_DISPATCHER_EDIT_SERVICE_AREA\"] = \"allow_dispatcher_edit_service_area\";\n PrivilegeTypes[\"SEND_TO_DRIVERS\"] = \"send_to_drivers\";\n PrivilegeTypes[\"OPTIMIZE_ORDERS\"] = \"optimize_orders\";\n PrivilegeTypes[\"ASSIGN_USER_TO_COMPANY\"] = \"assign_user_to_company\";\n PrivilegeTypes[\"ENABLE_WEBHOOKS\"] = \"enable_webhooks\";\n PrivilegeTypes[\"ENABLE_MERCHANT_LOGS\"] = \"enable_merchant_logs\";\n PrivilegeTypes[\"ENABLE_SELF_ASSIGNMENT_TO_TEAMS\"] = \"enable_self_assignment_to_teams\";\n PrivilegeTypes[\"ENABLE_CHAT\"] = \"enable_chat\";\n PrivilegeTypes[\"ALLOW_ASSIGN_VEHICLE_TO_RUN\"] = \"allow_assign_vehicle_to_run\";\n PrivilegeTypes[\"REASSIGN_FLEET\"] = \"reassign_fleet\";\n PrivilegeTypes[\"SHARE_ANALYTICS_DASHBOARDS\"] = \"share_analytics_dashboards\";\n PrivilegeTypes[\"MODIFY_PLANNED_ROUTE_IDENTIFIER\"] = \"modify_planned_route_identifier\";\n PrivilegeTypes[\"FLOATING_INVENTORY_TAKE_OWNERSHIP_FROM_DRIVER\"] = \"floating_inventory_take_ownership_from_driver\";\n PrivilegeTypes[\"FLOATING_INVENTORY_TRANSFER_OWNERSHIP_TO_TEAM\"] = \"floating_inventory_transfer_ownership_to_team\";\n PrivilegeTypes[\"IS_CHAT_ADMIN\"] = \"is_chat_admin\";\n})(PrivilegeTypes || (exports.PrivilegeTypes = PrivilegeTypes = {}));\nexports.PRIVILEGES_DEFAULTS = (_a = {},\n _a[PrivilegeTypes.CANCEL_TASK] = true,\n _a[PrivilegeTypes.LOCK_UNLOCK_TASK] = true,\n _a[PrivilegeTypes.RESCHEDULE_CANCELLED_ORDER] = true,\n _a[PrivilegeTypes.SEND_TO_DRIVERS] = true,\n _a[PrivilegeTypes.OPTIMIZE_ORDERS] = true,\n _a[PrivilegeTypes.EDIT_TASK_DETAILS] = true,\n _a[PrivilegeTypes.ENABLE_CHAT] = true,\n _a[PrivilegeTypes.SHARE_ANALYTICS_REPORTS] = true,\n _a[PrivilegeTypes.CREATE_ANALYTICS_BI_DASHBOARDS] = true,\n _a[PrivilegeTypes.MODIFY_PLANNED_ROUTE_IDENTIFIER] = true,\n _a[PrivilegeTypes.FLOATING_INVENTORY_TRANSFER_OWNERSHIP_TO_TEAM] = true,\n _a);\n//# sourceMappingURL=privilege.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/privilege.js?");
|
|
4663
4674
|
|
|
4664
4675
|
/***/ }),
|
|
4665
4676
|
|
|
@@ -4670,7 +4681,7 @@ eval("\nvar _a;\nexports.__esModule = true;\nexports.PRIVILEGES_DEFAULTS = expor
|
|
|
4670
4681
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4671
4682
|
|
|
4672
4683
|
"use strict";
|
|
4673
|
-
eval("\
|
|
4684
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.PushNotificationEnvironment = exports.DevicePlatform = void 0;\nvar DevicePlatform;\n(function (DevicePlatform) {\n DevicePlatform[DevicePlatform[\"Android\"] = 1] = \"Android\";\n DevicePlatform[DevicePlatform[\"IOS\"] = 2] = \"IOS\";\n})(DevicePlatform || (exports.DevicePlatform = DevicePlatform = {}));\nvar PushNotificationEnvironment;\n(function (PushNotificationEnvironment) {\n PushNotificationEnvironment[PushNotificationEnvironment[\"Release\"] = 1] = \"Release\";\n PushNotificationEnvironment[PushNotificationEnvironment[\"Development\"] = 2] = \"Development\";\n})(PushNotificationEnvironment || (exports.PushNotificationEnvironment = PushNotificationEnvironment = {}));\n//# sourceMappingURL=push_notification_registration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/push_notification_registration.js?");
|
|
4674
4685
|
|
|
4675
4686
|
/***/ }),
|
|
4676
4687
|
|
|
@@ -4681,7 +4692,7 @@ eval("\nexports.__esModule = true;\nexports.PushNotificationEnvironment = export
|
|
|
4681
4692
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4682
4693
|
|
|
4683
4694
|
"use strict";
|
|
4684
|
-
eval("\
|
|
4695
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ApplicationType = void 0;\nvar ApplicationType;\n(function (ApplicationType) {\n ApplicationType[ApplicationType[\"STORE_APP\"] = 0] = \"STORE_APP\";\n})(ApplicationType || (exports.ApplicationType = ApplicationType = {}));\n//# sourceMappingURL=push_token_subscription.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/push_token_subscription.js?");
|
|
4685
4696
|
|
|
4686
4697
|
/***/ }),
|
|
4687
4698
|
|
|
@@ -4692,7 +4703,7 @@ eval("\nexports.__esModule = true;\nexports.ApplicationType = void 0;\nvar Appli
|
|
|
4692
4703
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4693
4704
|
|
|
4694
4705
|
"use strict";
|
|
4695
|
-
eval("\
|
|
4706
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.VehicleTypeId = void 0;\nvar VehicleTypeId;\n(function (VehicleTypeId) {\n VehicleTypeId[VehicleTypeId[\"Walker\"] = 1] = \"Walker\";\n VehicleTypeId[VehicleTypeId[\"Bicycle\"] = 2] = \"Bicycle\";\n VehicleTypeId[VehicleTypeId[\"Car\"] = 3] = \"Car\";\n VehicleTypeId[VehicleTypeId[\"Truck\"] = 4] = \"Truck\";\n})(VehicleTypeId || (exports.VehicleTypeId = VehicleTypeId = {}));\n//# sourceMappingURL=quote.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/quote.js?");
|
|
4696
4707
|
|
|
4697
4708
|
/***/ }),
|
|
4698
4709
|
|
|
@@ -4703,7 +4714,7 @@ eval("\nexports.__esModule = true;\nexports.VehicleTypeId = void 0;\nvar Vehicle
|
|
|
4703
4714
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4704
4715
|
|
|
4705
4716
|
"use strict";
|
|
4706
|
-
eval("\
|
|
4717
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.RateCardRateBase = exports.RateCardTermType = exports.RateCardEntityType = void 0;\nvar RateCardEntityType;\n(function (RateCardEntityType) {\n RateCardEntityType[\"Fleet\"] = \"fleet\";\n RateCardEntityType[\"DeliveryProvider\"] = \"delivery_provider\";\n})(RateCardEntityType || (exports.RateCardEntityType = RateCardEntityType = {}));\nvar RateCardTermType;\n(function (RateCardTermType) {\n RateCardTermType[\"Base\"] = \"base\";\n RateCardTermType[\"Surcharge\"] = \"surcharge\";\n})(RateCardTermType || (exports.RateCardTermType = RateCardTermType = {}));\nvar RateCardRateBase;\n(function (RateCardRateBase) {\n RateCardRateBase[\"Flat\"] = \"flat\";\n RateCardRateBase[\"Units\"] = \"units\";\n RateCardRateBase[\"Miles\"] = \"miles\";\n RateCardRateBase[\"Weight\"] = \"weight\";\n})(RateCardRateBase || (exports.RateCardRateBase = RateCardRateBase = {}));\n//# sourceMappingURL=rate_card.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/rate_card.js?");
|
|
4707
4718
|
|
|
4708
4719
|
/***/ }),
|
|
4709
4720
|
|
|
@@ -4714,7 +4725,7 @@ eval("\nexports.__esModule = true;\nexports.RateCardRateBase = exports.RateCardT
|
|
|
4714
4725
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4715
4726
|
|
|
4716
4727
|
"use strict";
|
|
4717
|
-
eval("\
|
|
4728
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=rating.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/rating.js?");
|
|
4718
4729
|
|
|
4719
4730
|
/***/ }),
|
|
4720
4731
|
|
|
@@ -4725,7 +4736,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=rating.js.map\n\n//# so
|
|
|
4725
4736
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4726
4737
|
|
|
4727
4738
|
"use strict";
|
|
4728
|
-
eval("\
|
|
4739
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.RealtimeEvent = void 0;\nvar RealtimeEvent;\n(function (RealtimeEvent) {\n RealtimeEvent[\"ActualBreakUpdated\"] = \"actual_break:updated\";\n RealtimeEvent[\"AlertMassRemoved\"] = \"alert:mass_removed\";\n RealtimeEvent[\"AlertNew\"] = \"alert:new\";\n RealtimeEvent[\"AlertRemoved\"] = \"alert:removed\";\n RealtimeEvent[\"AlertUpdateOwner\"] = \"alert:update_owner\";\n RealtimeEvent[\"AnnouncementNew\"] = \"announcement:new\";\n RealtimeEvent[\"ApplicationActionDone\"] = \"application:action:done\";\n RealtimeEvent[\"ApplicationActionProcessDone\"] = \"application:action:process_done\";\n RealtimeEvent[\"ConversationMessageNew\"] = \"conversation:message:new\";\n RealtimeEvent[\"ConversationNew\"] = \"conversation:new\";\n RealtimeEvent[\"ConversationRemoved\"] = \"conversation:removed\";\n RealtimeEvent[\"ConversationUpdate\"] = \"conversation:update\";\n RealtimeEvent[\"DispatcherAlertNew\"] = \"dispatcher_alert:new\";\n RealtimeEvent[\"EmployeeActivityChange\"] = \"employee:activity_change\";\n RealtimeEvent[\"EmployeeUpdate\"] = \"employee:update\";\n RealtimeEvent[\"EmployeeLocationUpdate\"] = \"employee:location_update\";\n RealtimeEvent[\"EtaRecalculateDone\"] = \"eta_recalculate:done\";\n RealtimeEvent[\"FloatingInventoryAdded\"] = \"floating_inventory:added\";\n RealtimeEvent[\"FloatingInventoryRemoved\"] = \"floating_inventory:removed\";\n RealtimeEvent[\"MerchantConfigurationUpdated\"] = \"merchant:configuration_updated\";\n RealtimeEvent[\"UserConfigurationUpdated\"] = \"user:configuration_updated\";\n RealtimeEvent[\"MerchantUpdated\"] = \"merchant:updated\";\n RealtimeEvent[\"NoteCreated\"] = \"note:created\";\n RealtimeEvent[\"OptimizationDone\"] = \"optimization:done\";\n RealtimeEvent[\"OptimizationProgress\"] = \"optimization:progress\";\n RealtimeEvent[\"ReportExportProgress\"] = \"report_export_progress\";\n RealtimeEvent[\"RouteOptimizationFinished\"] = \"route_optimization:finished\";\n RealtimeEvent[\"RunCreated\"] = \"run:created\";\n RealtimeEvent[\"RunDeleted\"] = \"run:deleted\";\n RealtimeEvent[\"RunUpdated\"] = \"run:updated\";\n RealtimeEvent[\"ScanCreated\"] = \"scan:created\";\n RealtimeEvent[\"ShiftEnded\"] = \"shift:ended\";\n RealtimeEvent[\"SubscriptionUpdated\"] = \"subscription_updated\";\n RealtimeEvent[\"TaskBroadcasted\"] = \"task:broadcasted\";\n RealtimeEvent[\"TaskCancelled\"] = \"task:cancelled\";\n RealtimeEvent[\"TaskDeleted\"] = \"task:deleted\";\n RealtimeEvent[\"TaskDone\"] = \"task:done\";\n RealtimeEvent[\"TaskNew\"] = \"task:new\";\n RealtimeEvent[\"TaskRemoved\"] = \"task:removed\";\n RealtimeEvent[\"TaskUpdate\"] = \"task:update\";\n RealtimeEvent[\"TasksMassRemove\"] = \"tasks:mass_remove\";\n RealtimeEvent[\"TasksReadyToExecute\"] = \"tasks:ready_to_execute\";\n RealtimeEvent[\"TaskManagedAttributeUpdate\"] = \"task_managed_attribute:update\";\n RealtimeEvent[\"TaskManagedAttributeDelete\"] = \"task_managed_attribute:delete\";\n RealtimeEvent[\"TeamTaskAdded\"] = \"team:task_added\";\n RealtimeEvent[\"AskForLog\"] = \"ask_for_log\";\n RealtimeEvent[\"UserDeleted\"] = \"user:deleted\";\n RealtimeEvent[\"UserNew\"] = \"user:new\";\n RealtimeEvent[\"RequestRefresh\"] = \"request_refresh\";\n RealtimeEvent[\"VehicleAssigned\"] = \"vehicle:assigned\";\n RealtimeEvent[\"VehicleRemoved\"] = \"vehicle:removed\";\n RealtimeEvent[\"VehicleUpdate\"] = \"vehicle:update\";\n RealtimeEvent[\"VehicleDelete\"] = \"vehicle:delete\";\n RealtimeEvent[\"VrpAutoDispatchDone\"] = \"vrp_auto_dispatch:done\";\n RealtimeEvent[\"WayPointCheckin\"] = \"way_point:checkin\";\n RealtimeEvent[\"WayPointDeleted\"] = \"way_point:deleted\";\n RealtimeEvent[\"WayPointDone\"] = \"way_point:done\";\n RealtimeEvent[\"WayPointNew\"] = \"way_point:new\";\n RealtimeEvent[\"WayPointUpdated\"] = \"way_point:updated\";\n RealtimeEvent[\"WayPointViewed\"] = \"way_point:viewed\";\n RealtimeEvent[\"ZipCodesImportDone\"] = \"zip_codes_import:done\";\n RealtimeEvent[\"ServiceAreasImportDone\"] = \"service_areas_import:done\";\n RealtimeEvent[\"AsyncOperationStatus\"] = \"async_operation_status\";\n})(RealtimeEvent || (exports.RealtimeEvent = RealtimeEvent = {}));\n//# sourceMappingURL=realtime_event.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/realtime_event.js?");
|
|
4729
4740
|
|
|
4730
4741
|
/***/ }),
|
|
4731
4742
|
|
|
@@ -4736,7 +4747,7 @@ eval("\nexports.__esModule = true;\nexports.RealtimeEvent = void 0;\nvar Realtim
|
|
|
4736
4747
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4737
4748
|
|
|
4738
4749
|
"use strict";
|
|
4739
|
-
eval("\
|
|
4750
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ReasonToCancelTaskType = exports.ReasonOrderType = void 0;\nvar ReasonOrderType;\n(function (ReasonOrderType) {\n ReasonOrderType[ReasonOrderType[\"NONE\"] = 0] = \"NONE\";\n ReasonOrderType[ReasonOrderType[\"PICKUP\"] = 1] = \"PICKUP\";\n ReasonOrderType[ReasonOrderType[\"DROPOFF\"] = 2] = \"DROPOFF\";\n ReasonOrderType[ReasonOrderType[\"PICKUP_AND_DROPOFF\"] = 3] = \"PICKUP_AND_DROPOFF\";\n ReasonOrderType[ReasonOrderType[\"CURBSIDE\"] = 6] = \"CURBSIDE\";\n})(ReasonOrderType || (exports.ReasonOrderType = ReasonOrderType = {}));\nvar ReasonToCancelTaskType;\n(function (ReasonToCancelTaskType) {\n ReasonToCancelTaskType[\"CUSTOMER_WAS_NOT_AT_DESTINATION\"] = \"customer_was_not_at_destination\";\n ReasonToCancelTaskType[\"CUSTOMER_REFUSED_TO_ACCEPT\"] = \"customer_refused_to_accept\";\n ReasonToCancelTaskType[\"INCORRECT_ADDRESS\"] = \"incorrect_address\";\n ReasonToCancelTaskType[\"DAMAGED_GOODS\"] = \"damaged_goods\";\n ReasonToCancelTaskType[\"TECHNICAL_DIFFICULTIES\"] = \"technical_difficulties\";\n ReasonToCancelTaskType[\"OTHER\"] = \"other\";\n ReasonToCancelTaskType[\"RESERVATION_EXPIRED\"] = \"reservation_expired\";\n ReasonToCancelTaskType[\"CUSTOM\"] = \"custom\";\n ReasonToCancelTaskType[\"PRIMARY_ORDER_CANCELLED\"] = \"primary_order_cancelled\";\n})(ReasonToCancelTaskType || (exports.ReasonToCancelTaskType = ReasonToCancelTaskType = {}));\n//# sourceMappingURL=reason_to_cancel_task.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/reason_to_cancel_task.js?");
|
|
4740
4751
|
|
|
4741
4752
|
/***/ }),
|
|
4742
4753
|
|
|
@@ -4747,7 +4758,7 @@ eval("\nexports.__esModule = true;\nexports.ReasonToCancelTaskType = exports.Rea
|
|
|
4747
4758
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4748
4759
|
|
|
4749
4760
|
"use strict";
|
|
4750
|
-
eval("\
|
|
4761
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=reason_to_change_inventory.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/reason_to_change_inventory.js?");
|
|
4751
4762
|
|
|
4752
4763
|
/***/ }),
|
|
4753
4764
|
|
|
@@ -4758,7 +4769,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=reason_to_change_invent
|
|
|
4758
4769
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4759
4770
|
|
|
4760
4771
|
"use strict";
|
|
4761
|
-
eval("\
|
|
4772
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=reason_to_reassign_task.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/reason_to_reassign_task.js?");
|
|
4762
4773
|
|
|
4763
4774
|
/***/ }),
|
|
4764
4775
|
|
|
@@ -4769,7 +4780,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=reason_to_reassign_task
|
|
|
4769
4780
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4770
4781
|
|
|
4771
4782
|
"use strict";
|
|
4772
|
-
eval("\
|
|
4783
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=report_preference.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/report_preference.js?");
|
|
4773
4784
|
|
|
4774
4785
|
/***/ }),
|
|
4775
4786
|
|
|
@@ -4780,7 +4791,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=report_preference.js.ma
|
|
|
4780
4791
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4781
4792
|
|
|
4782
4793
|
"use strict";
|
|
4783
|
-
eval("\
|
|
4794
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.FILTER_TYPES = exports.UserRole = exports.WIDGET_GROUPING_TYPES = exports.NAV_MENU_HIERARCHY_TYPES = exports.LAYOUT_SOURCE = exports.NAV_MENU_TYPES = exports.TARGET_OPERATORS = exports.COMPONENT_TYPES = void 0;\nvar COMPONENT_TYPES;\n(function (COMPONENT_TYPES) {\n COMPONENT_TYPES[COMPONENT_TYPES[\"TIME_GRAPH\"] = 0] = \"TIME_GRAPH\";\n COMPONENT_TYPES[COMPONENT_TYPES[\"METRICS\"] = 1] = \"METRICS\";\n COMPONENT_TYPES[COMPONENT_TYPES[\"BIG_NUMBER\"] = 2] = \"BIG_NUMBER\";\n COMPONENT_TYPES[COMPONENT_TYPES[\"TIME_LINE\"] = 3] = \"TIME_LINE\";\n COMPONENT_TYPES[COMPONENT_TYPES[\"PIE\"] = 4] = \"PIE\";\n COMPONENT_TYPES[COMPONENT_TYPES[\"STACKED_SEGMENT_BAR\"] = 5] = \"STACKED_SEGMENT_BAR\";\n COMPONENT_TYPES[COMPONENT_TYPES[\"UNSTACKED_SEGMENT_BAR\"] = 6] = \"UNSTACKED_SEGMENT_BAR\";\n COMPONENT_TYPES[COMPONENT_TYPES[\"NON_TIME_BASED_STACKED_SEGMENT_BAR\"] = 7] = \"NON_TIME_BASED_STACKED_SEGMENT_BAR\";\n COMPONENT_TYPES[COMPONENT_TYPES[\"MULTIPLE_QUERIES\"] = 8] = \"MULTIPLE_QUERIES\";\n})(COMPONENT_TYPES || (exports.COMPONENT_TYPES = COMPONENT_TYPES = {}));\nvar TARGET_OPERATORS;\n(function (TARGET_OPERATORS) {\n TARGET_OPERATORS[TARGET_OPERATORS[\"BIGGER\"] = 0] = \"BIGGER\";\n TARGET_OPERATORS[TARGET_OPERATORS[\"SMALLER\"] = 1] = \"SMALLER\";\n})(TARGET_OPERATORS || (exports.TARGET_OPERATORS = TARGET_OPERATORS = {}));\nvar NAV_MENU_TYPES;\n(function (NAV_MENU_TYPES) {\n NAV_MENU_TYPES[NAV_MENU_TYPES[\"MERCHANTS_TEAMS\"] = 0] = \"MERCHANTS_TEAMS\";\n NAV_MENU_TYPES[NAV_MENU_TYPES[\"TEAMS\"] = 1] = \"TEAMS\";\n})(NAV_MENU_TYPES || (exports.NAV_MENU_TYPES = NAV_MENU_TYPES = {}));\nvar LAYOUT_SOURCE;\n(function (LAYOUT_SOURCE) {\n LAYOUT_SOURCE[LAYOUT_SOURCE[\"INSIGHT_APP\"] = 0] = \"INSIGHT_APP\";\n LAYOUT_SOURCE[LAYOUT_SOURCE[\"BI_DASHBOARD\"] = 1] = \"BI_DASHBOARD\";\n})(LAYOUT_SOURCE || (exports.LAYOUT_SOURCE = LAYOUT_SOURCE = {}));\nvar NAV_MENU_HIERARCHY_TYPES;\n(function (NAV_MENU_HIERARCHY_TYPES) {\n NAV_MENU_HIERARCHY_TYPES[NAV_MENU_HIERARCHY_TYPES[\"GLOBAL\"] = 0] = \"GLOBAL\";\n NAV_MENU_HIERARCHY_TYPES[NAV_MENU_HIERARCHY_TYPES[\"MERCHANT\"] = 1] = \"MERCHANT\";\n NAV_MENU_HIERARCHY_TYPES[NAV_MENU_HIERARCHY_TYPES[\"TEAM\"] = 2] = \"TEAM\";\n})(NAV_MENU_HIERARCHY_TYPES || (exports.NAV_MENU_HIERARCHY_TYPES = NAV_MENU_HIERARCHY_TYPES = {}));\nvar WIDGET_GROUPING_TYPES;\n(function (WIDGET_GROUPING_TYPES) {\n WIDGET_GROUPING_TYPES[\"GROUP_BY_ORIGIN\"] = \"GROUP_BY_ORIGIN\";\n WIDGET_GROUPING_TYPES[\"GROUP_BY_FLEET\"] = \"GROUP_BY_FLEET\";\n WIDGET_GROUPING_TYPES[\"GROUP_BY_MERCHANT\"] = \"GROUP_BY_MERCHANT\";\n WIDGET_GROUPING_TYPES[\"GROUP_BY_HOUR_OF_DAY\"] = \"GROUP_BY_HOUR_OF_DAY\";\n WIDGET_GROUPING_TYPES[\"GROUP_BY_DAY_OF_WEEK\"] = \"GROUP_BY_DAY_OF_WEEK\";\n WIDGET_GROUPING_TYPES[\"GROUP_BY_TEAM\"] = \"GROUP_BY_TEAM\";\n WIDGET_GROUPING_TYPES[\"GROUP_BY_WP1_ARRIVAL\"] = \"GROUP_BY_WP1_ARRIVAL\";\n WIDGET_GROUPING_TYPES[\"GROUP_BY_WP2_ARRIVAL\"] = \"GROUP_BY_WP2_ARRIVAL\";\n WIDGET_GROUPING_TYPES[\"GROUP_BY_CUSTOMER_WP\"] = \"GROUP_BY_CUSTOMER_WP\";\n WIDGET_GROUPING_TYPES[\"GROUP_BY_FLEET_WITH_INTERNAL_FLEETS\"] = \"GROUP_BY_FLEET_WITH_INTERNAL_FLEETS\";\n WIDGET_GROUPING_TYPES[\"GROUP_BY_RATING\"] = \"GROUP_BY_RATING\";\n WIDGET_GROUPING_TYPES[\"GROUP_BY_DRIVER\"] = \"GROUP_BY_DRIVER\";\n})(WIDGET_GROUPING_TYPES || (exports.WIDGET_GROUPING_TYPES = WIDGET_GROUPING_TYPES = {}));\nvar UserRole;\n(function (UserRole) {\n UserRole[UserRole[\"Partner\"] = 0] = \"Partner\";\n UserRole[UserRole[\"Admin\"] = 1] = \"Admin\";\n UserRole[UserRole[\"Dispatcher\"] = 2] = \"Dispatcher\";\n})(UserRole || (exports.UserRole = UserRole = {}));\nvar FILTER_TYPES;\n(function (FILTER_TYPES) {\n FILTER_TYPES[\"TIME_RANGE\"] = \"TIME_RANGE\";\n FILTER_TYPES[\"COMPARE_RANGE\"] = \"COMPARE_RANGE\";\n FILTER_TYPES[\"FLEETS\"] = \"FLEETS\";\n})(FILTER_TYPES || (exports.FILTER_TYPES = FILTER_TYPES = {}));\n//# sourceMappingURL=reports.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/reports.js?");
|
|
4784
4795
|
|
|
4785
4796
|
/***/ }),
|
|
4786
4797
|
|
|
@@ -4791,7 +4802,7 @@ eval("\nexports.__esModule = true;\nexports.FILTER_TYPES = exports.UserRole = ex
|
|
|
4791
4802
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4792
4803
|
|
|
4793
4804
|
"use strict";
|
|
4794
|
-
eval("\
|
|
4805
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.RequestOrigin = void 0;\nvar RequestOrigin;\n(function (RequestOrigin) {\n RequestOrigin[RequestOrigin[\"DriverApi\"] = 1] = \"DriverApi\";\n RequestOrigin[RequestOrigin[\"WebApi\"] = 2] = \"WebApi\";\n RequestOrigin[RequestOrigin[\"RakeService\"] = 3] = \"RakeService\";\n RequestOrigin[RequestOrigin[\"ScheduledRakeTask\"] = 4] = \"ScheduledRakeTask\";\n RequestOrigin[RequestOrigin[\"CustomerExperienceApi\"] = 5] = \"CustomerExperienceApi\";\n RequestOrigin[RequestOrigin[\"OpenFleetApi\"] = 6] = \"OpenFleetApi\";\n RequestOrigin[RequestOrigin[\"FloatingInventoryApp\"] = 7] = \"FloatingInventoryApp\";\n RequestOrigin[RequestOrigin[\"AutomationPlatform\"] = 8] = \"AutomationPlatform\";\n})(RequestOrigin || (exports.RequestOrigin = RequestOrigin = {}));\n//# sourceMappingURL=request_origin.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/request_origin.js?");
|
|
4795
4806
|
|
|
4796
4807
|
/***/ }),
|
|
4797
4808
|
|
|
@@ -4802,7 +4813,7 @@ eval("\nexports.__esModule = true;\nexports.RequestOrigin = void 0;\nvar Request
|
|
|
4802
4813
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4803
4814
|
|
|
4804
4815
|
"use strict";
|
|
4805
|
-
eval("\
|
|
4816
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=route-settings.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/route-settings.js?");
|
|
4806
4817
|
|
|
4807
4818
|
/***/ }),
|
|
4808
4819
|
|
|
@@ -4813,7 +4824,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=route-settings.js.map\n
|
|
|
4813
4824
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4814
4825
|
|
|
4815
4826
|
"use strict";
|
|
4816
|
-
eval("\
|
|
4827
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=route_kpi.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/route_kpi.js?");
|
|
4817
4828
|
|
|
4818
4829
|
/***/ }),
|
|
4819
4830
|
|
|
@@ -4824,7 +4835,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=route_kpi.js.map\n\n//#
|
|
|
4824
4835
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4825
4836
|
|
|
4826
4837
|
"use strict";
|
|
4827
|
-
eval("\
|
|
4838
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=route_optimization.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/route_optimization.js?");
|
|
4828
4839
|
|
|
4829
4840
|
/***/ }),
|
|
4830
4841
|
|
|
@@ -4835,7 +4846,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=route_optimization.js.m
|
|
|
4835
4846
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4836
4847
|
|
|
4837
4848
|
"use strict";
|
|
4838
|
-
eval("\
|
|
4849
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/routesMonitoring/index.js?");
|
|
4839
4850
|
|
|
4840
4851
|
/***/ }),
|
|
4841
4852
|
|
|
@@ -4846,7 +4857,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=index.js.map\n\n//# sou
|
|
|
4846
4857
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4847
4858
|
|
|
4848
4859
|
"use strict";
|
|
4849
|
-
eval("\
|
|
4860
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=rpc.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/rpc.js?");
|
|
4850
4861
|
|
|
4851
4862
|
/***/ }),
|
|
4852
4863
|
|
|
@@ -4857,7 +4868,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=rpc.js.map\n\n//# sourc
|
|
|
4857
4868
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4858
4869
|
|
|
4859
4870
|
"use strict";
|
|
4860
|
-
eval("\
|
|
4871
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.OFFLINE_ONLINE_EVENT_TYPES = exports.RUN_HISTORY_TYPES = exports.HOME_EVENT_TYPES = exports.RunStartAndEndMethods = void 0;\nvar RunStartAndEndMethods;\n(function (RunStartAndEndMethods) {\n RunStartAndEndMethods[RunStartAndEndMethods[\"UNKNOWN\"] = 0] = \"UNKNOWN\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_MANUAL_START_TASK\"] = 1] = \"FROM_MANUAL_START_TASK\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_AUTO_START_TASK\"] = 2] = \"FROM_AUTO_START_TASK\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_END_RUN\"] = 3] = \"FROM_END_RUN\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"HOME_FROM_DASHBOARD\"] = 4] = \"HOME_FROM_DASHBOARD\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"HOME_FROM_BEACON\"] = 5] = \"HOME_FROM_BEACON\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"HOME_FROM_GEOFENCE\"] = 6] = \"HOME_FROM_GEOFENCE\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"HOME_FROM_APP\"] = 7] = \"HOME_FROM_APP\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"HOME_FROM_API\"] = 8] = \"HOME_FROM_API\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"HOME_FROM_SERVER\"] = 9] = \"HOME_FROM_SERVER\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"HOME_FROM_POLYGON\"] = 10] = \"HOME_FROM_POLYGON\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_ROLE_CHANGE\"] = 11] = \"FROM_ROLE_CHANGE\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_END_TASK\"] = 12] = \"FROM_END_TASK\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_START_TASK\"] = 13] = \"FROM_START_TASK\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_END_SHIFT\"] = 14] = \"FROM_END_SHIFT\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"ROUTES_CREATE_TASK\"] = 15] = \"ROUTES_CREATE_TASK\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_AUTO_END_RUNS_FOR_ENDED_SHIFTS\"] = 16] = \"FROM_AUTO_END_RUNS_FOR_ENDED_SHIFTS\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"BULK_CLOSE_FROM_DISPATCH\"] = 17] = \"BULK_CLOSE_FROM_DISPATCH\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_AUTO_END_RUN_WITH_NO_TASKS\"] = 18] = \"FROM_AUTO_END_RUN_WITH_NO_TASKS\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_AUTO_END_RUN_WITH_NO_TASKS_AFTER_CANCEL\"] = 19] = \"FROM_AUTO_END_RUN_WITH_NO_TASKS_AFTER_CANCEL\";\n})(RunStartAndEndMethods || (exports.RunStartAndEndMethods = RunStartAndEndMethods = {}));\nvar HOME_EVENT_TYPES;\n(function (HOME_EVENT_TYPES) {\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"AUTOMATIC_FROM_APP_GEOFENCE\"] = 1] = \"AUTOMATIC_FROM_APP_GEOFENCE\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"MANUAL_FROM_APP\"] = 2] = \"MANUAL_FROM_APP\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"FROM_DASHBOARD\"] = 3] = \"FROM_DASHBOARD\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"FROM_API\"] = 4] = \"FROM_API\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"AUTOMATIC_FROM_SERVER\"] = 5] = \"AUTOMATIC_FROM_SERVER\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"AUTOMATIC_FROM_APP_POLYGON\"] = 6] = \"AUTOMATIC_FROM_APP_POLYGON\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"AUTOMATIC_FROM_APP_BEACON\"] = 7] = \"AUTOMATIC_FROM_APP_BEACON\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"AUTOMATIC_FROM_ROLE_CHANGE\"] = 8] = \"AUTOMATIC_FROM_ROLE_CHANGE\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"FROM_END_SHIFT\"] = 9] = \"FROM_END_SHIFT\";\n})(HOME_EVENT_TYPES || (exports.HOME_EVENT_TYPES = HOME_EVENT_TYPES = {}));\nvar RUN_HISTORY_TYPES;\n(function (RUN_HISTORY_TYPES) {\n RUN_HISTORY_TYPES[RUN_HISTORY_TYPES[\"ALERT\"] = 0] = \"ALERT\";\n RUN_HISTORY_TYPES[RUN_HISTORY_TYPES[\"HOME_EVENT\"] = 1] = \"HOME_EVENT\";\n RUN_HISTORY_TYPES[RUN_HISTORY_TYPES[\"OFFLINE_ONLINE_EVENT\"] = 2] = \"OFFLINE_ONLINE_EVENT\";\n RUN_HISTORY_TYPES[RUN_HISTORY_TYPES[\"SHIFT\"] = 3] = \"SHIFT\";\n RUN_HISTORY_TYPES[RUN_HISTORY_TYPES[\"TASK_HISTORY\"] = 4] = \"TASK_HISTORY\";\n})(RUN_HISTORY_TYPES || (exports.RUN_HISTORY_TYPES = RUN_HISTORY_TYPES = {}));\nvar OFFLINE_ONLINE_EVENT_TYPES;\n(function (OFFLINE_ONLINE_EVENT_TYPES) {\n OFFLINE_ONLINE_EVENT_TYPES[OFFLINE_ONLINE_EVENT_TYPES[\"OFFLINE\"] = 0] = \"OFFLINE\";\n OFFLINE_ONLINE_EVENT_TYPES[OFFLINE_ONLINE_EVENT_TYPES[\"ONLINE\"] = 1] = \"ONLINE\";\n})(OFFLINE_ONLINE_EVENT_TYPES || (exports.OFFLINE_ONLINE_EVENT_TYPES = OFFLINE_ONLINE_EVENT_TYPES = {}));\n//# sourceMappingURL=run.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/run.js?");
|
|
4861
4872
|
|
|
4862
4873
|
/***/ }),
|
|
4863
4874
|
|
|
@@ -4868,7 +4879,7 @@ eval("\nexports.__esModule = true;\nexports.OFFLINE_ONLINE_EVENT_TYPES = exports
|
|
|
4868
4879
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4869
4880
|
|
|
4870
4881
|
"use strict";
|
|
4871
|
-
eval("\
|
|
4882
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ScanType = void 0;\nvar ScanType;\n(function (ScanType) {\n ScanType[\"BarCode\"] = \"BarcodeScan\";\n ScanType[\"Ocr\"] = \"Ocr\";\n ScanType[\"Serial\"] = \"SerialScan\";\n})(ScanType || (exports.ScanType = ScanType = {}));\n//# sourceMappingURL=scan.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/scan.js?");
|
|
4872
4883
|
|
|
4873
4884
|
/***/ }),
|
|
4874
4885
|
|
|
@@ -4879,7 +4890,7 @@ eval("\nexports.__esModule = true;\nexports.ScanType = void 0;\nvar ScanType;\n(
|
|
|
4879
4890
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4880
4891
|
|
|
4881
4892
|
"use strict";
|
|
4882
|
-
eval("\
|
|
4893
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=serializer.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/serializer.js?");
|
|
4883
4894
|
|
|
4884
4895
|
/***/ }),
|
|
4885
4896
|
|
|
@@ -4890,7 +4901,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=serializer.js.map\n\n//
|
|
|
4890
4901
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4891
4902
|
|
|
4892
4903
|
"use strict";
|
|
4893
|
-
eval("\
|
|
4904
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=service.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/service.js?");
|
|
4894
4905
|
|
|
4895
4906
|
/***/ }),
|
|
4896
4907
|
|
|
@@ -4901,7 +4912,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=service.js.map\n\n//# s
|
|
|
4901
4912
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4902
4913
|
|
|
4903
4914
|
"use strict";
|
|
4904
|
-
eval("\
|
|
4915
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=service_area.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/service_area.js?");
|
|
4905
4916
|
|
|
4906
4917
|
/***/ }),
|
|
4907
4918
|
|
|
@@ -4912,7 +4923,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=service_area.js.map\n\n
|
|
|
4912
4923
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4913
4924
|
|
|
4914
4925
|
"use strict";
|
|
4915
|
-
eval("\
|
|
4926
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=service_event.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/service_event.js?");
|
|
4916
4927
|
|
|
4917
4928
|
/***/ }),
|
|
4918
4929
|
|
|
@@ -4923,7 +4934,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=service_event.js.map\n\
|
|
|
4923
4934
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4924
4935
|
|
|
4925
4936
|
"use strict";
|
|
4926
|
-
eval("\
|
|
4937
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=service_plan.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/service_plan.js?");
|
|
4927
4938
|
|
|
4928
4939
|
/***/ }),
|
|
4929
4940
|
|
|
@@ -4934,7 +4945,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=service_plan.js.map\n\n
|
|
|
4934
4945
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4935
4946
|
|
|
4936
4947
|
"use strict";
|
|
4937
|
-
eval("\
|
|
4948
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ServiceWindowType = void 0;\nvar ServiceWindowType;\n(function (ServiceWindowType) {\n ServiceWindowType[ServiceWindowType[\"Delivery\"] = 0] = \"Delivery\";\n ServiceWindowType[ServiceWindowType[\"Pickup\"] = 1] = \"Pickup\";\n ServiceWindowType[ServiceWindowType[\"EatIn\"] = 2] = \"EatIn\";\n})(ServiceWindowType || (exports.ServiceWindowType = ServiceWindowType = {}));\n//# sourceMappingURL=service_window.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/service_window.js?");
|
|
4938
4949
|
|
|
4939
4950
|
/***/ }),
|
|
4940
4951
|
|
|
@@ -4945,7 +4956,7 @@ eval("\nexports.__esModule = true;\nexports.ServiceWindowType = void 0;\nvar Ser
|
|
|
4945
4956
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4946
4957
|
|
|
4947
4958
|
"use strict";
|
|
4948
|
-
eval("\
|
|
4959
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.SharedLocationDisplayType = exports.SharingMethod = exports.SHARING_TYPES_WITH_DYNAMIC_DISPLAY_TYPE = exports.SharingType = void 0;\nvar SharingType;\n(function (SharingType) {\n SharingType[SharingType[\"Created\"] = 0] = \"Created\";\n SharingType[SharingType[\"Start\"] = 1] = \"Start\";\n SharingType[SharingType[\"CheckedIn\"] = 2] = \"CheckedIn\";\n SharingType[SharingType[\"CheckedOut\"] = 3] = \"CheckedOut\";\n SharingType[SharingType[\"Route\"] = 4] = \"Route\";\n SharingType[SharingType[\"Late\"] = 5] = \"Late\";\n SharingType[SharingType[\"Reschedule\"] = 6] = \"Reschedule\";\n SharingType[SharingType[\"ReadyForPickup\"] = 7] = \"ReadyForPickup\";\n SharingType[SharingType[\"ScheduleReady\"] = 8] = \"ScheduleReady\";\n SharingType[SharingType[\"Acknowledged\"] = 9] = \"Acknowledged\";\n SharingType[SharingType[\"Schedule\"] = 10] = \"Schedule\";\n SharingType[SharingType[\"OptIn\"] = 11] = \"OptIn\";\n SharingType[SharingType[\"EtaDelay\"] = 12] = \"EtaDelay\";\n SharingType[SharingType[\"CustomerPickup\"] = 13] = \"CustomerPickup\";\n SharingType[SharingType[\"OptInConfirmation\"] = 14] = \"OptInConfirmation\";\n SharingType[SharingType[\"CustomWorkflow\"] = 15] = \"CustomWorkflow\";\n SharingType[SharingType[\"NotificationByTemplateId\"] = 16] = \"NotificationByTemplateId\";\n})(SharingType || (exports.SharingType = SharingType = {}));\nexports.SHARING_TYPES_WITH_DYNAMIC_DISPLAY_TYPE = [\n SharingType.CustomWorkflow,\n SharingType.NotificationByTemplateId\n];\nvar SharingMethod;\n(function (SharingMethod) {\n SharingMethod[SharingMethod[\"Phone\"] = 0] = \"Phone\";\n SharingMethod[SharingMethod[\"Email\"] = 1] = \"Email\";\n SharingMethod[SharingMethod[\"Websocket\"] = 2] = \"Websocket\";\n SharingMethod[SharingMethod[\"None\"] = 3] = \"None\";\n SharingMethod[SharingMethod[\"Other\"] = 4] = \"Other\";\n SharingMethod[SharingMethod[\"Api\"] = 5] = \"Api\";\n SharingMethod[SharingMethod[\"Push\"] = 6] = \"Push\";\n SharingMethod[SharingMethod[\"Webhook\"] = 7] = \"Webhook\";\n})(SharingMethod || (exports.SharingMethod = SharingMethod = {}));\nvar SharedLocationDisplayType;\n(function (SharedLocationDisplayType) {\n SharedLocationDisplayType[SharedLocationDisplayType[\"Schedule\"] = 1] = \"Schedule\";\n SharedLocationDisplayType[SharedLocationDisplayType[\"Pickup\"] = 2] = \"Pickup\";\n SharedLocationDisplayType[SharedLocationDisplayType[\"ScheduleReady\"] = 3] = \"ScheduleReady\";\n SharedLocationDisplayType[SharedLocationDisplayType[\"Tracking\"] = 4] = \"Tracking\";\n SharedLocationDisplayType[SharedLocationDisplayType[\"None\"] = 5] = \"None\";\n})(SharedLocationDisplayType || (exports.SharedLocationDisplayType = SharedLocationDisplayType = {}));\n//# sourceMappingURL=shared_location.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/shared_location.js?");
|
|
4949
4960
|
|
|
4950
4961
|
/***/ }),
|
|
4951
4962
|
|
|
@@ -4956,7 +4967,7 @@ eval("\nexports.__esModule = true;\nexports.SharedLocationDisplayType = exports.
|
|
|
4956
4967
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4957
4968
|
|
|
4958
4969
|
"use strict";
|
|
4959
|
-
eval("\
|
|
4970
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ShiftRule = exports.ShiftNoteType = void 0;\nvar ShiftNoteType;\n(function (ShiftNoteType) {\n ShiftNoteType[\"ShiftForm\"] = \"ShiftForm\";\n ShiftNoteType[\"ShiftNote\"] = \"ShiftNote\";\n ShiftNoteType[\"ShiftPhoto\"] = \"ShiftPhoto\";\n ShiftNoteType[\"ShiftSignature\"] = \"ShiftSignature\";\n})(ShiftNoteType || (exports.ShiftNoteType = ShiftNoteType = {}));\nvar ShiftRule;\n(function (ShiftRule) {\n ShiftRule[ShiftRule[\"unknown\"] = -1] = \"unknown\";\n ShiftRule[ShiftRule[\"start_shift\"] = 0] = \"start_shift\";\n ShiftRule[ShiftRule[\"end_shift\"] = 1] = \"end_shift\";\n})(ShiftRule || (exports.ShiftRule = ShiftRule = {}));\n//# sourceMappingURL=shift.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/shift.js?");
|
|
4960
4971
|
|
|
4961
4972
|
/***/ }),
|
|
4962
4973
|
|
|
@@ -4967,7 +4978,7 @@ eval("\nexports.__esModule = true;\nexports.ShiftRule = exports.ShiftNoteType =
|
|
|
4967
4978
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4968
4979
|
|
|
4969
4980
|
"use strict";
|
|
4970
|
-
eval("\
|
|
4981
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=skill.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/skill.js?");
|
|
4971
4982
|
|
|
4972
4983
|
/***/ }),
|
|
4973
4984
|
|
|
@@ -4978,7 +4989,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=skill.js.map\n\n//# sou
|
|
|
4978
4989
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4979
4990
|
|
|
4980
4991
|
"use strict";
|
|
4981
|
-
eval("\
|
|
4992
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=sms_data.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/sms_data.js?");
|
|
4982
4993
|
|
|
4983
4994
|
/***/ }),
|
|
4984
4995
|
|
|
@@ -4989,7 +5000,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=sms_data.js.map\n\n//#
|
|
|
4989
5000
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4990
5001
|
|
|
4991
5002
|
"use strict";
|
|
4992
|
-
eval("\
|
|
5003
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.NumberType = void 0;\nvar NumberType;\n(function (NumberType) {\n NumberType[NumberType[\"Regular\"] = 0] = \"Regular\";\n NumberType[NumberType[\"AlphanumericSender\"] = 1] = \"AlphanumericSender\";\n NumberType[NumberType[\"FreeSms\"] = 2] = \"FreeSms\";\n NumberType[NumberType[\"TollFree\"] = 3] = \"TollFree\";\n})(NumberType || (exports.NumberType = NumberType = {}));\n//# sourceMappingURL=sms_number.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/sms_number.js?");
|
|
4993
5004
|
|
|
4994
5005
|
/***/ }),
|
|
4995
5006
|
|
|
@@ -5000,7 +5011,7 @@ eval("\nexports.__esModule = true;\nexports.NumberType = void 0;\nvar NumberType
|
|
|
5000
5011
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5001
5012
|
|
|
5002
5013
|
"use strict";
|
|
5003
|
-
eval("\
|
|
5014
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=sms_provider_account.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/sms_provider_account.js?");
|
|
5004
5015
|
|
|
5005
5016
|
/***/ }),
|
|
5006
5017
|
|
|
@@ -5011,7 +5022,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=sms_provider_account.js
|
|
|
5011
5022
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5012
5023
|
|
|
5013
5024
|
"use strict";
|
|
5014
|
-
eval("\
|
|
5025
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=sms_setting.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/sms_setting.js?");
|
|
5015
5026
|
|
|
5016
5027
|
/***/ }),
|
|
5017
5028
|
|
|
@@ -5022,7 +5033,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=sms_setting.js.map\n\n/
|
|
|
5022
5033
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5023
5034
|
|
|
5024
5035
|
"use strict";
|
|
5025
|
-
eval("\
|
|
5036
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=support-ticket.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/support-ticket.js?");
|
|
5026
5037
|
|
|
5027
5038
|
/***/ }),
|
|
5028
5039
|
|
|
@@ -5033,7 +5044,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=support-ticket.js.map\n
|
|
|
5033
5044
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5034
5045
|
|
|
5035
5046
|
"use strict";
|
|
5036
|
-
eval("\
|
|
5047
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=tag.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/tag.js?");
|
|
5037
5048
|
|
|
5038
5049
|
/***/ }),
|
|
5039
5050
|
|
|
@@ -5044,7 +5055,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=tag.js.map\n\n//# sourc
|
|
|
5044
5055
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5045
5056
|
|
|
5046
5057
|
"use strict";
|
|
5047
|
-
eval("\
|
|
5058
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=tag_customer_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/tag_customer_configuration.js?");
|
|
5048
5059
|
|
|
5049
5060
|
/***/ }),
|
|
5050
5061
|
|
|
@@ -5055,7 +5066,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=tag_customer_configurat
|
|
|
5055
5066
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5056
5067
|
|
|
5057
5068
|
"use strict";
|
|
5058
|
-
eval("\
|
|
5069
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=tag_merchant_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/tag_merchant_configuration.js?");
|
|
5059
5070
|
|
|
5060
5071
|
/***/ }),
|
|
5061
5072
|
|
|
@@ -5066,7 +5077,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=tag_merchant_configurat
|
|
|
5066
5077
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5067
5078
|
|
|
5068
5079
|
"use strict";
|
|
5069
|
-
eval("\
|
|
5080
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=tag_rules_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/tag_rules_configuration.js?");
|
|
5070
5081
|
|
|
5071
5082
|
/***/ }),
|
|
5072
5083
|
|
|
@@ -5077,7 +5088,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=tag_rules_configuration
|
|
|
5077
5088
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5078
5089
|
|
|
5079
5090
|
"use strict";
|
|
5080
|
-
eval("\nexports.__esModule = true;\nexports.CustomerFlowType = exports.Association = exports.InventoryServiceType = exports.DeliveryMethod = exports.RogueReasons = exports.PreparationStatus = exports.PaymentMethods = exports.PickupDropoffOption = exports.StatusChangedType = exports.TaskAutomaticallyCancelled = exports.TaskSubType = exports.TaskTypeId = exports.ScanningRole = exports.InventoryChangeType = exports.TaskStatus = exports.AddressType = exports.TaskHistoryOrigin = exports.TaskHistoryEvent = exports.NoteType = void 0;\nvar NoteType;\n(function (NoteType) {\n NoteType[\"FormattedTaskNote\"] = \"FormattedTaskNote\";\n NoteType[\"Form\"] = \"Form\";\n NoteType[\"TaskNote\"] = \"TaskNote\";\n NoteType[\"TaskPhoto\"] = \"TaskPhoto\";\n NoteType[\"TipSignature\"] = \"TipSignature\";\n NoteType[\"HtmlTaskNote\"] = \"HtmlTaskNote\";\n NoteType[\"Signature\"] = \"Signature\";\n NoteType[\"Document\"] = \"Document\";\n})(NoteType = exports.NoteType || (exports.NoteType = {}));\nvar TaskHistoryEvent;\n(function (TaskHistoryEvent) {\n TaskHistoryEvent[TaskHistoryEvent[\"status_changed\"] = 0] = \"status_changed\";\n TaskHistoryEvent[TaskHistoryEvent[\"application_event\"] = 1] = \"application_event\";\n TaskHistoryEvent[TaskHistoryEvent[\"postpone_notification_event\"] = 2] = \"postpone_notification_event\";\n TaskHistoryEvent[TaskHistoryEvent[\"late_notification_event\"] = 3] = \"late_notification_event\";\n TaskHistoryEvent[TaskHistoryEvent[\"reassigned\"] = 4] = \"reassigned\";\n TaskHistoryEvent[TaskHistoryEvent[\"shared_location_sent\"] = 5] = \"shared_location_sent\";\n TaskHistoryEvent[TaskHistoryEvent[\"client_alert\"] = 6] = \"client_alert\";\n TaskHistoryEvent[TaskHistoryEvent[\"estimations_updated\"] = 7] = \"estimations_updated\";\n TaskHistoryEvent[TaskHistoryEvent[\"marked_as_done\"] = 8] = \"marked_as_done\";\n TaskHistoryEvent[TaskHistoryEvent[\"activity_change\"] = 9] = \"activity_change\";\n TaskHistoryEvent[TaskHistoryEvent[\"administrator_notification\"] = 10] = \"administrator_notification\";\n TaskHistoryEvent[TaskHistoryEvent[\"user_rated\"] = 11] = \"user_rated\";\n TaskHistoryEvent[TaskHistoryEvent[\"shared_location_cancelled\"] = 12] = \"shared_location_cancelled\";\n TaskHistoryEvent[TaskHistoryEvent[\"customer_alert\"] = 13] = \"customer_alert\";\n TaskHistoryEvent[TaskHistoryEvent[\"reject_event\"] = 14] = \"reject_event\";\n TaskHistoryEvent[TaskHistoryEvent[\"dismiss_task\"] = 15] = \"dismiss_task\";\n TaskHistoryEvent[TaskHistoryEvent[\"payment_event\"] = 16] = \"payment_event\";\n TaskHistoryEvent[TaskHistoryEvent[\"customer_added_note\"] = 17] = \"customer_added_note\";\n TaskHistoryEvent[TaskHistoryEvent[\"driver_turned_off_gps\"] = 18] = \"driver_turned_off_gps\";\n TaskHistoryEvent[TaskHistoryEvent[\"driver_gps_back\"] = 19] = \"driver_gps_back\";\n TaskHistoryEvent[TaskHistoryEvent[\"client_sent_tip\"] = 20] = \"client_sent_tip\";\n TaskHistoryEvent[TaskHistoryEvent[\"driver_lost_gps_reception\"] = 21] = \"driver_lost_gps_reception\";\n TaskHistoryEvent[TaskHistoryEvent[\"driver_found_gps_reception\"] = 22] = \"driver_found_gps_reception\";\n TaskHistoryEvent[TaskHistoryEvent[\"auto_dispatch_no_drivers_found\"] = 23] = \"auto_dispatch_no_drivers_found\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_started_event\"] = 24] = \"task_started_event\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_cancelled_Event\"] = 25] = \"task_cancelled_Event\";\n TaskHistoryEvent[TaskHistoryEvent[\"webhooks_event\"] = 26] = \"webhooks_event\";\n TaskHistoryEvent[TaskHistoryEvent[\"checkin_out_of_geofence\"] = 27] = \"checkin_out_of_geofence\";\n TaskHistoryEvent[TaskHistoryEvent[\"shared_location_sent_via_push\"] = 28] = \"shared_location_sent_via_push\";\n TaskHistoryEvent[TaskHistoryEvent[\"customer_called_driver\"] = 29] = \"customer_called_driver\";\n TaskHistoryEvent[TaskHistoryEvent[\"driver_called_customer\"] = 30] = \"driver_called_customer\";\n TaskHistoryEvent[TaskHistoryEvent[\"customer_smsed_driver\"] = 31] = \"customer_smsed_driver\";\n TaskHistoryEvent[TaskHistoryEvent[\"driver_smsed_customer\"] = 32] = \"driver_smsed_customer\";\n TaskHistoryEvent[TaskHistoryEvent[\"eta_updated\"] = 33] = \"eta_updated\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_forward_declined\"] = 34] = \"task_forward_declined\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_forward_accepted\"] = 35] = \"task_forward_accepted\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_rescheduled\"] = 36] = \"task_rescheduled\";\n TaskHistoryEvent[TaskHistoryEvent[\"distance_traveled_updated_manually\"] = 37] = \"distance_traveled_updated_manually\";\n TaskHistoryEvent[TaskHistoryEvent[\"geocode\"] = 38] = \"geocode\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_assigned_to_team\"] = 39] = \"task_assigned_to_team\";\n TaskHistoryEvent[TaskHistoryEvent[\"notnow_task\"] = 40] = \"notnow_task\";\n TaskHistoryEvent[TaskHistoryEvent[\"preparation_status_changed\"] = 41] = \"preparation_status_changed\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_broadcasted\"] = 42] = \"task_broadcasted\";\n TaskHistoryEvent[TaskHistoryEvent[\"route_optimized\"] = 43] = \"route_optimized\";\n TaskHistoryEvent[TaskHistoryEvent[\"external_fleet_changed\"] = 44] = \"external_fleet_changed\";\n TaskHistoryEvent[TaskHistoryEvent[\"external_delivery_changed\"] = 45] = \"external_delivery_changed\";\n TaskHistoryEvent[TaskHistoryEvent[\"reschedule_virtual_task\"] = 46] = \"reschedule_virtual_task\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_schedule_ready_time_window_updated\"] = 47] = \"task_schedule_ready_time_window_updated\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_ready_to_execute_changed\"] = 48] = \"task_ready_to_execute_changed\";\n TaskHistoryEvent[TaskHistoryEvent[\"way_point_sla_changed\"] = 49] = \"way_point_sla_changed\";\n})(TaskHistoryEvent = exports.TaskHistoryEvent || (exports.TaskHistoryEvent = {}));\nvar TaskHistoryOrigin;\n(function (TaskHistoryOrigin) {\n TaskHistoryOrigin[TaskHistoryOrigin[\"UNKNOWN\"] = 0] = \"UNKNOWN\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"ROUTE_OPTIMIZATION\"] = 1] = \"ROUTE_OPTIMIZATION\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"AUTO_DISPATCH\"] = 2] = \"AUTO_DISPATCH\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"BROADCAST\"] = 3] = \"BROADCAST\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"MANUAL\"] = 4] = \"MANUAL\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"REJECT\"] = 5] = \"REJECT\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"AUTO_REJECT\"] = 6] = \"AUTO_REJECT\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"USER_ACCEPTED\"] = 7] = \"USER_ACCEPTED\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"FLEET\"] = 8] = \"FLEET\";\n})(TaskHistoryOrigin = exports.TaskHistoryOrigin || (exports.TaskHistoryOrigin = {}));\nvar AddressType;\n(function (AddressType) {\n AddressType[AddressType[\"Commercial\"] = 1] = \"Commercial\";\n AddressType[AddressType[\"Residential\"] = 2] = \"Residential\";\n AddressType[AddressType[\"Educational\"] = 3] = \"Educational\";\n AddressType[AddressType[\"Government\"] = 4] = \"Government\";\n AddressType[AddressType[\"Medical\"] = 5] = \"Medical\";\n AddressType[AddressType[\"Industrial\"] = 6] = \"Industrial\";\n})(AddressType = exports.AddressType || (exports.AddressType = {}));\nvar TaskStatus;\n(function (TaskStatus) {\n TaskStatus[TaskStatus[\"Created\"] = 0] = \"Created\";\n TaskStatus[TaskStatus[\"Assigned\"] = 1] = \"Assigned\";\n TaskStatus[TaskStatus[\"OnTheWay\"] = 2] = \"OnTheWay\";\n TaskStatus[TaskStatus[\"CheckedIn\"] = 3] = \"CheckedIn\";\n TaskStatus[TaskStatus[\"Done\"] = 4] = \"Done\";\n TaskStatus[TaskStatus[\"Late\"] = 5] = \"Late\";\n TaskStatus[TaskStatus[\"Accepted\"] = 6] = \"Accepted\";\n TaskStatus[TaskStatus[\"Cancelled\"] = 7] = \"Cancelled\";\n TaskStatus[TaskStatus[\"Rejected\"] = 8] = \"Rejected\";\n TaskStatus[TaskStatus[\"Unacknowledged\"] = 9] = \"Unacknowledged\";\n TaskStatus[TaskStatus[\"Pending\"] = 10] = \"Pending\";\n})(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));\nvar InventoryChangeType;\n(function (InventoryChangeType) {\n InventoryChangeType[InventoryChangeType[\"Quantity\"] = 0] = \"Quantity\";\n InventoryChangeType[InventoryChangeType[\"OriginalQuantity\"] = 1] = \"OriginalQuantity\";\n InventoryChangeType[InventoryChangeType[\"RejectedQuantity\"] = 2] = \"RejectedQuantity\";\n})(InventoryChangeType = exports.InventoryChangeType || (exports.InventoryChangeType = {}));\nvar ScanningRole;\n(function (ScanningRole) {\n ScanningRole[ScanningRole[\"DRIVER\"] = 0] = \"DRIVER\";\n ScanningRole[ScanningRole[\"DISPATCHER_STAGING\"] = 1] = \"DISPATCHER_STAGING\";\n ScanningRole[ScanningRole[\"DISPATCHER_COC\"] = 2] = \"DISPATCHER_COC\";\n})(ScanningRole = exports.ScanningRole || (exports.ScanningRole = {}));\nvar TaskTypeId;\n(function (TaskTypeId) {\n TaskTypeId[TaskTypeId[\"PICKUP\"] = 2] = \"PICKUP\";\n TaskTypeId[TaskTypeId[\"RETURN_TASK\"] = 3] = \"RETURN_TASK\";\n TaskTypeId[TaskTypeId[\"DELIVERY\"] = 4] = \"DELIVERY\";\n TaskTypeId[TaskTypeId[\"PICKUP_AND_DELIVERY\"] = 5] = \"PICKUP_AND_DELIVERY\";\n TaskTypeId[TaskTypeId[\"CLICK_AND_COLLECT\"] = 6] = \"CLICK_AND_COLLECT\";\n TaskTypeId[TaskTypeId[\"SERVICE\"] = 7] = \"SERVICE\";\n TaskTypeId[TaskTypeId[\"ROAMING\"] = 8] = \"ROAMING\";\n})(TaskTypeId = exports.TaskTypeId || (exports.TaskTypeId = {}));\nvar TaskSubType;\n(function (TaskSubType) {\n TaskSubType[TaskSubType[\"BACK_TO_WAREHOUSE\"] = 1] = \"BACK_TO_WAREHOUSE\";\n})(TaskSubType = exports.TaskSubType || (exports.TaskSubType = {}));\nvar TaskAutomaticallyCancelled;\n(function (TaskAutomaticallyCancelled) {\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"MANUAL\"] = 0] = \"MANUAL\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"AUTOMATIC\"] = 1] = \"AUTOMATIC\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_APPLICATION\"] = 2] = \"FROM_APPLICATION\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_LINKED_TASK\"] = 3] = \"FROM_LINKED_TASK\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_API\"] = 4] = \"FROM_API\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_FLEET\"] = 5] = \"FROM_FLEET\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"AUTOMATIC_FROM_FLEET\"] = 6] = \"AUTOMATIC_FROM_FLEET\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_CHILD_TASK\"] = 7] = \"FROM_CHILD_TASK\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_STORE_APP\"] = 8] = \"FROM_STORE_APP\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_CUSTOMER_APP\"] = 9] = \"FROM_CUSTOMER_APP\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_AUTOMATION_PLATFORM\"] = 10] = \"FROM_AUTOMATION_PLATFORM\";\n})(TaskAutomaticallyCancelled = exports.TaskAutomaticallyCancelled || (exports.TaskAutomaticallyCancelled = {}));\nvar StatusChangedType;\n(function (StatusChangedType) {\n StatusChangedType[StatusChangedType[\"Manual\"] = 0] = \"Manual\";\n StatusChangedType[StatusChangedType[\"Automatic\"] = 1] = \"Automatic\";\n StatusChangedType[StatusChangedType[\"Suggested\"] = 2] = \"Suggested\";\n StatusChangedType[StatusChangedType[\"AutoCorrectedByClient\"] = 4] = \"AutoCorrectedByClient\";\n StatusChangedType[StatusChangedType[\"AutoCorrectedByServer\"] = 5] = \"AutoCorrectedByServer\";\n StatusChangedType[StatusChangedType[\"AutomatedByActivityTrigger\"] = 6] = \"AutomatedByActivityTrigger\";\n StatusChangedType[StatusChangedType[\"FromDashboard\"] = 7] = \"FromDashboard\";\n StatusChangedType[StatusChangedType[\"FromApplication\"] = 8] = \"FromApplication\";\n StatusChangedType[StatusChangedType[\"FromRunEnv\"] = 9] = \"FromRunEnv\";\n StatusChangedType[StatusChangedType[\"AutomaticByServer\"] = 10] = \"AutomaticByServer\";\n StatusChangedType[StatusChangedType[\"FromApi\"] = 11] = \"FromApi\";\n StatusChangedType[StatusChangedType[\"AutomaticFromFleet\"] = 12] = \"AutomaticFromFleet\";\n})(StatusChangedType = exports.StatusChangedType || (exports.StatusChangedType = {}));\nvar PickupDropoffOption;\n(function (PickupDropoffOption) {\n PickupDropoffOption[PickupDropoffOption[\"PICKUP\"] = 0] = \"PICKUP\";\n PickupDropoffOption[PickupDropoffOption[\"DROPOFF\"] = 1] = \"DROPOFF\";\n PickupDropoffOption[PickupDropoffOption[\"BOTH\"] = 2] = \"BOTH\";\n})(PickupDropoffOption = exports.PickupDropoffOption || (exports.PickupDropoffOption = {}));\nvar PaymentMethods;\n(function (PaymentMethods) {\n PaymentMethods[PaymentMethods[\"UNKNOWN\"] = 0] = \"UNKNOWN\";\n PaymentMethods[PaymentMethods[\"CASH\"] = 1] = \"CASH\";\n PaymentMethods[PaymentMethods[\"CREDIT\"] = 2] = \"CREDIT\";\n PaymentMethods[PaymentMethods[\"CHEQUE\"] = 3] = \"CHEQUE\";\n PaymentMethods[PaymentMethods[\"CREDIT_CARD_TERMINAL\"] = 4] = \"CREDIT_CARD_TERMINAL\";\n})(PaymentMethods = exports.PaymentMethods || (exports.PaymentMethods = {}));\nvar PreparationStatus;\n(function (PreparationStatus) {\n PreparationStatus[PreparationStatus[\"ACKNOWLEDGED\"] = 0] = \"ACKNOWLEDGED\";\n PreparationStatus[PreparationStatus[\"START_PREPARATION\"] = 1] = \"START_PREPARATION\";\n PreparationStatus[PreparationStatus[\"PREPARATION_STARTED\"] = 2] = \"PREPARATION_STARTED\";\n PreparationStatus[PreparationStatus[\"READY_FOR_PICKUP\"] = 3] = \"READY_FOR_PICKUP\";\n PreparationStatus[PreparationStatus[\"PICKED_UP\"] = 4] = \"PICKED_UP\";\n PreparationStatus[PreparationStatus[\"SEND_TO_PREPARATION_FAILED\"] = 5] = \"SEND_TO_PREPARATION_FAILED\";\n PreparationStatus[PreparationStatus[\"UNACKNOWLEDGED\"] = 6] = \"UNACKNOWLEDGED\";\n})(PreparationStatus = exports.PreparationStatus || (exports.PreparationStatus = {}));\nvar RogueReasons;\n(function (RogueReasons) {\n RogueReasons[RogueReasons[\"TIME_WINDOW\"] = 0] = \"TIME_WINDOW\";\n RogueReasons[RogueReasons[\"CAPACITY\"] = 1] = \"CAPACITY\";\n})(RogueReasons = exports.RogueReasons || (exports.RogueReasons = {}));\nvar DeliveryMethod;\n(function (DeliveryMethod) {\n DeliveryMethod[\"Contactless\"] = \"contactless\";\n DeliveryMethod[\"StreetLevel\"] = \"street_level\";\n DeliveryMethod[\"AtRoom\"] = \"at_room\";\n DeliveryMethod[\"ThirdPartyPoint\"] = \"third_party_point\";\n DeliveryMethod[\"HomeDelivery\"] = \"home_delivery\";\n})(DeliveryMethod = exports.DeliveryMethod || (exports.DeliveryMethod = {}));\nvar InventoryServiceType;\n(function (InventoryServiceType) {\n InventoryServiceType[\"Installation\"] = \"installation\";\n InventoryServiceType[\"Recycle\"] = \"recycle\";\n InventoryServiceType[\"Fragile\"] = \"fragile\";\n InventoryServiceType[\"Heavy_weight\"] = \"heavy_weight\";\n InventoryServiceType[\"Flammable\"] = \"flammable\";\n})(InventoryServiceType = exports.InventoryServiceType || (exports.InventoryServiceType = {}));\nvar Association;\n(function (Association) {\n Association[\"WayPoint\"] = \"way_point\";\n Association[\"TaskInventory\"] = \"task_inventory\";\n Association[\"Form\"] = \"form\";\n Association[\"TaskNote\"] = \"task_note\";\n Association[\"TaskPhoto\"] = \"task_photo\";\n Association[\"Signature\"] = \"signature\";\n})(Association = exports.Association || (exports.Association = {}));\nvar CustomerFlowType;\n(function (CustomerFlowType) {\n CustomerFlowType[CustomerFlowType[\"ClickCollect\"] = 0] = \"ClickCollect\";\n CustomerFlowType[CustomerFlowType[\"Curbside\"] = 1] = \"Curbside\";\n})(CustomerFlowType = exports.CustomerFlowType || (exports.CustomerFlowType = {}));\n//# sourceMappingURL=task.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/task.js?");
|
|
5091
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.CustomerFlowType = exports.Association = exports.InventoryServiceType = exports.DeliveryMethod = exports.RogueReasons = exports.PreparationStatus = exports.PaymentMethods = exports.PickupDropoffOption = exports.StatusChangedType = exports.TaskAutomaticallyCancelled = exports.TaskSubType = exports.TaskTypeId = exports.ScanningRole = exports.InventoryChangeType = exports.TaskStatus = exports.OwnerInventoryType = exports.AddressType = exports.TaskHistoryOrigin = exports.TaskHistoryEvent = exports.NoteType = void 0;\nvar NoteType;\n(function (NoteType) {\n NoteType[\"FormattedTaskNote\"] = \"FormattedTaskNote\";\n NoteType[\"Form\"] = \"Form\";\n NoteType[\"TaskNote\"] = \"TaskNote\";\n NoteType[\"TaskPhoto\"] = \"TaskPhoto\";\n NoteType[\"TipSignature\"] = \"TipSignature\";\n NoteType[\"HtmlTaskNote\"] = \"HtmlTaskNote\";\n NoteType[\"Signature\"] = \"Signature\";\n NoteType[\"Document\"] = \"Document\";\n})(NoteType || (exports.NoteType = NoteType = {}));\nvar TaskHistoryEvent;\n(function (TaskHistoryEvent) {\n TaskHistoryEvent[TaskHistoryEvent[\"status_changed\"] = 0] = \"status_changed\";\n TaskHistoryEvent[TaskHistoryEvent[\"application_event\"] = 1] = \"application_event\";\n TaskHistoryEvent[TaskHistoryEvent[\"postpone_notification_event\"] = 2] = \"postpone_notification_event\";\n TaskHistoryEvent[TaskHistoryEvent[\"late_notification_event\"] = 3] = \"late_notification_event\";\n TaskHistoryEvent[TaskHistoryEvent[\"reassigned\"] = 4] = \"reassigned\";\n TaskHistoryEvent[TaskHistoryEvent[\"shared_location_sent\"] = 5] = \"shared_location_sent\";\n TaskHistoryEvent[TaskHistoryEvent[\"client_alert\"] = 6] = \"client_alert\";\n TaskHistoryEvent[TaskHistoryEvent[\"estimations_updated\"] = 7] = \"estimations_updated\";\n TaskHistoryEvent[TaskHistoryEvent[\"marked_as_done\"] = 8] = \"marked_as_done\";\n TaskHistoryEvent[TaskHistoryEvent[\"activity_change\"] = 9] = \"activity_change\";\n TaskHistoryEvent[TaskHistoryEvent[\"administrator_notification\"] = 10] = \"administrator_notification\";\n TaskHistoryEvent[TaskHistoryEvent[\"user_rated\"] = 11] = \"user_rated\";\n TaskHistoryEvent[TaskHistoryEvent[\"shared_location_cancelled\"] = 12] = \"shared_location_cancelled\";\n TaskHistoryEvent[TaskHistoryEvent[\"customer_alert\"] = 13] = \"customer_alert\";\n TaskHistoryEvent[TaskHistoryEvent[\"reject_event\"] = 14] = \"reject_event\";\n TaskHistoryEvent[TaskHistoryEvent[\"dismiss_task\"] = 15] = \"dismiss_task\";\n TaskHistoryEvent[TaskHistoryEvent[\"payment_event\"] = 16] = \"payment_event\";\n TaskHistoryEvent[TaskHistoryEvent[\"customer_added_note\"] = 17] = \"customer_added_note\";\n TaskHistoryEvent[TaskHistoryEvent[\"driver_turned_off_gps\"] = 18] = \"driver_turned_off_gps\";\n TaskHistoryEvent[TaskHistoryEvent[\"driver_gps_back\"] = 19] = \"driver_gps_back\";\n TaskHistoryEvent[TaskHistoryEvent[\"client_sent_tip\"] = 20] = \"client_sent_tip\";\n TaskHistoryEvent[TaskHistoryEvent[\"driver_lost_gps_reception\"] = 21] = \"driver_lost_gps_reception\";\n TaskHistoryEvent[TaskHistoryEvent[\"driver_found_gps_reception\"] = 22] = \"driver_found_gps_reception\";\n TaskHistoryEvent[TaskHistoryEvent[\"auto_dispatch_no_drivers_found\"] = 23] = \"auto_dispatch_no_drivers_found\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_started_event\"] = 24] = \"task_started_event\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_cancelled_Event\"] = 25] = \"task_cancelled_Event\";\n TaskHistoryEvent[TaskHistoryEvent[\"webhooks_event\"] = 26] = \"webhooks_event\";\n TaskHistoryEvent[TaskHistoryEvent[\"checkin_out_of_geofence\"] = 27] = \"checkin_out_of_geofence\";\n TaskHistoryEvent[TaskHistoryEvent[\"shared_location_sent_via_push\"] = 28] = \"shared_location_sent_via_push\";\n TaskHistoryEvent[TaskHistoryEvent[\"customer_called_driver\"] = 29] = \"customer_called_driver\";\n TaskHistoryEvent[TaskHistoryEvent[\"driver_called_customer\"] = 30] = \"driver_called_customer\";\n TaskHistoryEvent[TaskHistoryEvent[\"customer_smsed_driver\"] = 31] = \"customer_smsed_driver\";\n TaskHistoryEvent[TaskHistoryEvent[\"driver_smsed_customer\"] = 32] = \"driver_smsed_customer\";\n TaskHistoryEvent[TaskHistoryEvent[\"eta_updated\"] = 33] = \"eta_updated\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_forward_declined\"] = 34] = \"task_forward_declined\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_forward_accepted\"] = 35] = \"task_forward_accepted\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_rescheduled\"] = 36] = \"task_rescheduled\";\n TaskHistoryEvent[TaskHistoryEvent[\"distance_traveled_updated_manually\"] = 37] = \"distance_traveled_updated_manually\";\n TaskHistoryEvent[TaskHistoryEvent[\"geocode\"] = 38] = \"geocode\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_assigned_to_team\"] = 39] = \"task_assigned_to_team\";\n TaskHistoryEvent[TaskHistoryEvent[\"notnow_task\"] = 40] = \"notnow_task\";\n TaskHistoryEvent[TaskHistoryEvent[\"preparation_status_changed\"] = 41] = \"preparation_status_changed\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_broadcasted\"] = 42] = \"task_broadcasted\";\n TaskHistoryEvent[TaskHistoryEvent[\"route_optimized\"] = 43] = \"route_optimized\";\n TaskHistoryEvent[TaskHistoryEvent[\"external_fleet_changed\"] = 44] = \"external_fleet_changed\";\n TaskHistoryEvent[TaskHistoryEvent[\"external_delivery_changed\"] = 45] = \"external_delivery_changed\";\n TaskHistoryEvent[TaskHistoryEvent[\"reschedule_virtual_task\"] = 46] = \"reschedule_virtual_task\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_schedule_ready_time_window_updated\"] = 47] = \"task_schedule_ready_time_window_updated\";\n TaskHistoryEvent[TaskHistoryEvent[\"task_ready_to_execute_changed\"] = 48] = \"task_ready_to_execute_changed\";\n TaskHistoryEvent[TaskHistoryEvent[\"way_point_sla_changed\"] = 49] = \"way_point_sla_changed\";\n})(TaskHistoryEvent || (exports.TaskHistoryEvent = TaskHistoryEvent = {}));\nvar TaskHistoryOrigin;\n(function (TaskHistoryOrigin) {\n TaskHistoryOrigin[TaskHistoryOrigin[\"UNKNOWN\"] = 0] = \"UNKNOWN\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"ROUTE_OPTIMIZATION\"] = 1] = \"ROUTE_OPTIMIZATION\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"AUTO_DISPATCH\"] = 2] = \"AUTO_DISPATCH\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"BROADCAST\"] = 3] = \"BROADCAST\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"MANUAL\"] = 4] = \"MANUAL\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"REJECT\"] = 5] = \"REJECT\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"AUTO_REJECT\"] = 6] = \"AUTO_REJECT\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"USER_ACCEPTED\"] = 7] = \"USER_ACCEPTED\";\n TaskHistoryOrigin[TaskHistoryOrigin[\"FLEET\"] = 8] = \"FLEET\";\n})(TaskHistoryOrigin || (exports.TaskHistoryOrigin = TaskHistoryOrigin = {}));\nvar AddressType;\n(function (AddressType) {\n AddressType[AddressType[\"Commercial\"] = 1] = \"Commercial\";\n AddressType[AddressType[\"Residential\"] = 2] = \"Residential\";\n AddressType[AddressType[\"Educational\"] = 3] = \"Educational\";\n AddressType[AddressType[\"Government\"] = 4] = \"Government\";\n AddressType[AddressType[\"Medical\"] = 5] = \"Medical\";\n AddressType[AddressType[\"Industrial\"] = 6] = \"Industrial\";\n})(AddressType || (exports.AddressType = AddressType = {}));\nvar OwnerInventoryType;\n(function (OwnerInventoryType) {\n OwnerInventoryType[\"Customer\"] = \"CustomerInventory\";\n OwnerInventoryType[\"User\"] = \"UserInventory\";\n})(OwnerInventoryType || (exports.OwnerInventoryType = OwnerInventoryType = {}));\nvar TaskStatus;\n(function (TaskStatus) {\n TaskStatus[TaskStatus[\"Created\"] = 0] = \"Created\";\n TaskStatus[TaskStatus[\"Assigned\"] = 1] = \"Assigned\";\n TaskStatus[TaskStatus[\"OnTheWay\"] = 2] = \"OnTheWay\";\n TaskStatus[TaskStatus[\"CheckedIn\"] = 3] = \"CheckedIn\";\n TaskStatus[TaskStatus[\"Done\"] = 4] = \"Done\";\n TaskStatus[TaskStatus[\"Late\"] = 5] = \"Late\";\n TaskStatus[TaskStatus[\"Accepted\"] = 6] = \"Accepted\";\n TaskStatus[TaskStatus[\"Cancelled\"] = 7] = \"Cancelled\";\n TaskStatus[TaskStatus[\"Rejected\"] = 8] = \"Rejected\";\n TaskStatus[TaskStatus[\"Unacknowledged\"] = 9] = \"Unacknowledged\";\n TaskStatus[TaskStatus[\"Pending\"] = 10] = \"Pending\";\n})(TaskStatus || (exports.TaskStatus = TaskStatus = {}));\nvar InventoryChangeType;\n(function (InventoryChangeType) {\n InventoryChangeType[InventoryChangeType[\"Quantity\"] = 0] = \"Quantity\";\n InventoryChangeType[InventoryChangeType[\"OriginalQuantity\"] = 1] = \"OriginalQuantity\";\n InventoryChangeType[InventoryChangeType[\"RejectedQuantity\"] = 2] = \"RejectedQuantity\";\n})(InventoryChangeType || (exports.InventoryChangeType = InventoryChangeType = {}));\nvar ScanningRole;\n(function (ScanningRole) {\n ScanningRole[ScanningRole[\"DRIVER\"] = 0] = \"DRIVER\";\n ScanningRole[ScanningRole[\"DISPATCHER_STAGING\"] = 1] = \"DISPATCHER_STAGING\";\n ScanningRole[ScanningRole[\"DISPATCHER_COC\"] = 2] = \"DISPATCHER_COC\";\n})(ScanningRole || (exports.ScanningRole = ScanningRole = {}));\nvar TaskTypeId;\n(function (TaskTypeId) {\n TaskTypeId[TaskTypeId[\"PICKUP\"] = 2] = \"PICKUP\";\n TaskTypeId[TaskTypeId[\"RETURN_TASK\"] = 3] = \"RETURN_TASK\";\n TaskTypeId[TaskTypeId[\"DELIVERY\"] = 4] = \"DELIVERY\";\n TaskTypeId[TaskTypeId[\"PICKUP_AND_DELIVERY\"] = 5] = \"PICKUP_AND_DELIVERY\";\n TaskTypeId[TaskTypeId[\"CLICK_AND_COLLECT\"] = 6] = \"CLICK_AND_COLLECT\";\n TaskTypeId[TaskTypeId[\"SERVICE\"] = 7] = \"SERVICE\";\n TaskTypeId[TaskTypeId[\"ROAMING\"] = 8] = \"ROAMING\";\n})(TaskTypeId || (exports.TaskTypeId = TaskTypeId = {}));\nvar TaskSubType;\n(function (TaskSubType) {\n TaskSubType[TaskSubType[\"BACK_TO_WAREHOUSE\"] = 1] = \"BACK_TO_WAREHOUSE\";\n})(TaskSubType || (exports.TaskSubType = TaskSubType = {}));\nvar TaskAutomaticallyCancelled;\n(function (TaskAutomaticallyCancelled) {\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"MANUAL\"] = 0] = \"MANUAL\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"AUTOMATIC\"] = 1] = \"AUTOMATIC\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_APPLICATION\"] = 2] = \"FROM_APPLICATION\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_LINKED_TASK\"] = 3] = \"FROM_LINKED_TASK\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_API\"] = 4] = \"FROM_API\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_FLEET\"] = 5] = \"FROM_FLEET\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"AUTOMATIC_FROM_FLEET\"] = 6] = \"AUTOMATIC_FROM_FLEET\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_CHILD_TASK\"] = 7] = \"FROM_CHILD_TASK\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_STORE_APP\"] = 8] = \"FROM_STORE_APP\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_CUSTOMER_APP\"] = 9] = \"FROM_CUSTOMER_APP\";\n TaskAutomaticallyCancelled[TaskAutomaticallyCancelled[\"FROM_AUTOMATION_PLATFORM\"] = 10] = \"FROM_AUTOMATION_PLATFORM\";\n})(TaskAutomaticallyCancelled || (exports.TaskAutomaticallyCancelled = TaskAutomaticallyCancelled = {}));\nvar StatusChangedType;\n(function (StatusChangedType) {\n StatusChangedType[StatusChangedType[\"Manual\"] = 0] = \"Manual\";\n StatusChangedType[StatusChangedType[\"Automatic\"] = 1] = \"Automatic\";\n StatusChangedType[StatusChangedType[\"Suggested\"] = 2] = \"Suggested\";\n StatusChangedType[StatusChangedType[\"AutoCorrectedByClient\"] = 4] = \"AutoCorrectedByClient\";\n StatusChangedType[StatusChangedType[\"AutoCorrectedByServer\"] = 5] = \"AutoCorrectedByServer\";\n StatusChangedType[StatusChangedType[\"AutomatedByActivityTrigger\"] = 6] = \"AutomatedByActivityTrigger\";\n StatusChangedType[StatusChangedType[\"FromDashboard\"] = 7] = \"FromDashboard\";\n StatusChangedType[StatusChangedType[\"FromApplication\"] = 8] = \"FromApplication\";\n StatusChangedType[StatusChangedType[\"FromRunEnv\"] = 9] = \"FromRunEnv\";\n StatusChangedType[StatusChangedType[\"AutomaticByServer\"] = 10] = \"AutomaticByServer\";\n StatusChangedType[StatusChangedType[\"FromApi\"] = 11] = \"FromApi\";\n StatusChangedType[StatusChangedType[\"AutomaticFromFleet\"] = 12] = \"AutomaticFromFleet\";\n})(StatusChangedType || (exports.StatusChangedType = StatusChangedType = {}));\nvar PickupDropoffOption;\n(function (PickupDropoffOption) {\n PickupDropoffOption[PickupDropoffOption[\"PICKUP\"] = 0] = \"PICKUP\";\n PickupDropoffOption[PickupDropoffOption[\"DROPOFF\"] = 1] = \"DROPOFF\";\n PickupDropoffOption[PickupDropoffOption[\"BOTH\"] = 2] = \"BOTH\";\n})(PickupDropoffOption || (exports.PickupDropoffOption = PickupDropoffOption = {}));\nvar PaymentMethods;\n(function (PaymentMethods) {\n PaymentMethods[PaymentMethods[\"UNKNOWN\"] = 0] = \"UNKNOWN\";\n PaymentMethods[PaymentMethods[\"CASH\"] = 1] = \"CASH\";\n PaymentMethods[PaymentMethods[\"CREDIT\"] = 2] = \"CREDIT\";\n PaymentMethods[PaymentMethods[\"CHEQUE\"] = 3] = \"CHEQUE\";\n PaymentMethods[PaymentMethods[\"CREDIT_CARD_TERMINAL\"] = 4] = \"CREDIT_CARD_TERMINAL\";\n})(PaymentMethods || (exports.PaymentMethods = PaymentMethods = {}));\nvar PreparationStatus;\n(function (PreparationStatus) {\n PreparationStatus[PreparationStatus[\"ACKNOWLEDGED\"] = 0] = \"ACKNOWLEDGED\";\n PreparationStatus[PreparationStatus[\"START_PREPARATION\"] = 1] = \"START_PREPARATION\";\n PreparationStatus[PreparationStatus[\"PREPARATION_STARTED\"] = 2] = \"PREPARATION_STARTED\";\n PreparationStatus[PreparationStatus[\"READY_FOR_PICKUP\"] = 3] = \"READY_FOR_PICKUP\";\n PreparationStatus[PreparationStatus[\"PICKED_UP\"] = 4] = \"PICKED_UP\";\n PreparationStatus[PreparationStatus[\"SEND_TO_PREPARATION_FAILED\"] = 5] = \"SEND_TO_PREPARATION_FAILED\";\n PreparationStatus[PreparationStatus[\"UNACKNOWLEDGED\"] = 6] = \"UNACKNOWLEDGED\";\n})(PreparationStatus || (exports.PreparationStatus = PreparationStatus = {}));\nvar RogueReasons;\n(function (RogueReasons) {\n RogueReasons[RogueReasons[\"TIME_WINDOW\"] = 0] = \"TIME_WINDOW\";\n RogueReasons[RogueReasons[\"CAPACITY\"] = 1] = \"CAPACITY\";\n})(RogueReasons || (exports.RogueReasons = RogueReasons = {}));\nvar DeliveryMethod;\n(function (DeliveryMethod) {\n DeliveryMethod[\"Contactless\"] = \"contactless\";\n DeliveryMethod[\"StreetLevel\"] = \"street_level\";\n DeliveryMethod[\"AtRoom\"] = \"at_room\";\n DeliveryMethod[\"ThirdPartyPoint\"] = \"third_party_point\";\n DeliveryMethod[\"HomeDelivery\"] = \"home_delivery\";\n})(DeliveryMethod || (exports.DeliveryMethod = DeliveryMethod = {}));\nvar InventoryServiceType;\n(function (InventoryServiceType) {\n InventoryServiceType[\"Installation\"] = \"installation\";\n InventoryServiceType[\"Recycle\"] = \"recycle\";\n InventoryServiceType[\"Fragile\"] = \"fragile\";\n InventoryServiceType[\"Heavy_weight\"] = \"heavy_weight\";\n InventoryServiceType[\"Flammable\"] = \"flammable\";\n})(InventoryServiceType || (exports.InventoryServiceType = InventoryServiceType = {}));\nvar Association;\n(function (Association) {\n Association[\"WayPoint\"] = \"way_point\";\n Association[\"TaskInventory\"] = \"task_inventory\";\n Association[\"Form\"] = \"form\";\n Association[\"TaskNote\"] = \"task_note\";\n Association[\"TaskPhoto\"] = \"task_photo\";\n Association[\"Signature\"] = \"signature\";\n})(Association || (exports.Association = Association = {}));\nvar CustomerFlowType;\n(function (CustomerFlowType) {\n CustomerFlowType[CustomerFlowType[\"ClickCollect\"] = 0] = \"ClickCollect\";\n CustomerFlowType[CustomerFlowType[\"Curbside\"] = 1] = \"Curbside\";\n})(CustomerFlowType || (exports.CustomerFlowType = CustomerFlowType = {}));\n//# sourceMappingURL=task.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/task.js?");
|
|
5081
5092
|
|
|
5082
5093
|
/***/ }),
|
|
5083
5094
|
|
|
@@ -5088,7 +5099,7 @@ eval("\nexports.__esModule = true;\nexports.CustomerFlowType = exports.Associati
|
|
|
5088
5099
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
5089
5100
|
|
|
5090
5101
|
"use strict";
|
|
5091
|
-
eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\
|
|
5102
|
+
eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n__exportStar(__webpack_require__(/*! ./task_reject_reason */ \"./node_modules/@bringg/types/types/taskRejectReason/task_reject_reason.js\"), exports);\n__exportStar(__webpack_require__(/*! ./task_reject_reasons_api_types */ \"./node_modules/@bringg/types/types/taskRejectReason/task_reject_reasons_api_types.js\"), exports);\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/taskRejectReason/index.js?");
|
|
5092
5103
|
|
|
5093
5104
|
/***/ }),
|
|
5094
5105
|
|
|
@@ -5099,7 +5110,7 @@ eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ?
|
|
|
5099
5110
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5100
5111
|
|
|
5101
5112
|
"use strict";
|
|
5102
|
-
eval("\
|
|
5113
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=task_reject_reason.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/taskRejectReason/task_reject_reason.js?");
|
|
5103
5114
|
|
|
5104
5115
|
/***/ }),
|
|
5105
5116
|
|
|
@@ -5110,7 +5121,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=task_reject_reason.js.m
|
|
|
5110
5121
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5111
5122
|
|
|
5112
5123
|
"use strict";
|
|
5113
|
-
eval("\
|
|
5124
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=task_reject_reasons_api_types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/taskRejectReason/task_reject_reasons_api_types.js?");
|
|
5114
5125
|
|
|
5115
5126
|
/***/ }),
|
|
5116
5127
|
|
|
@@ -5121,7 +5132,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=task_reject_reasons_api
|
|
|
5121
5132
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5122
5133
|
|
|
5123
5134
|
"use strict";
|
|
5124
|
-
eval("\
|
|
5135
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=task_aggregations.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/task_aggregations.js?");
|
|
5125
5136
|
|
|
5126
5137
|
/***/ }),
|
|
5127
5138
|
|
|
@@ -5132,7 +5143,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=task_aggregations.js.ma
|
|
|
5132
5143
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5133
5144
|
|
|
5134
5145
|
"use strict";
|
|
5135
|
-
eval("\
|
|
5146
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AutoScheduleType = exports.ReadyToLeaveBy = void 0;\nvar ReadyToLeaveBy;\n(function (ReadyToLeaveBy) {\n ReadyToLeaveBy[ReadyToLeaveBy[\"AfterCreated\"] = 0] = \"AfterCreated\";\n ReadyToLeaveBy[ReadyToLeaveBy[\"AfterPrepared\"] = 1] = \"AfterPrepared\";\n ReadyToLeaveBy[ReadyToLeaveBy[\"BeforeScheduled\"] = 2] = \"BeforeScheduled\";\n})(ReadyToLeaveBy || (exports.ReadyToLeaveBy = ReadyToLeaveBy = {}));\nvar AutoScheduleType;\n(function (AutoScheduleType) {\n AutoScheduleType[AutoScheduleType[\"NextWindow\"] = 1] = \"NextWindow\";\n AutoScheduleType[AutoScheduleType[\"Quote\"] = 2] = \"Quote\";\n})(AutoScheduleType || (exports.AutoScheduleType = AutoScheduleType = {}));\n//# sourceMappingURL=task_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/task_configuration.js?");
|
|
5136
5147
|
|
|
5137
5148
|
/***/ }),
|
|
5138
5149
|
|
|
@@ -5143,7 +5154,7 @@ eval("\nexports.__esModule = true;\nexports.AutoScheduleType = exports.ReadyToLe
|
|
|
5143
5154
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5144
5155
|
|
|
5145
5156
|
"use strict";
|
|
5146
|
-
eval("\
|
|
5157
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=task_payment_history.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/task_payment_history.js?");
|
|
5147
5158
|
|
|
5148
5159
|
/***/ }),
|
|
5149
5160
|
|
|
@@ -5154,7 +5165,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=task_payment_history.js
|
|
|
5154
5165
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5155
5166
|
|
|
5156
5167
|
"use strict";
|
|
5157
|
-
eval("\
|
|
5168
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=task_rates.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/task_rates.js?");
|
|
5158
5169
|
|
|
5159
5170
|
/***/ }),
|
|
5160
5171
|
|
|
@@ -5165,7 +5176,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=task_rates.js.map\n\n//
|
|
|
5165
5176
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5166
5177
|
|
|
5167
5178
|
"use strict";
|
|
5168
|
-
eval("\
|
|
5179
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=task_reassign_reasons.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/task_reassign_reasons.js?");
|
|
5169
5180
|
|
|
5170
5181
|
/***/ }),
|
|
5171
5182
|
|
|
@@ -5176,7 +5187,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=task_reassign_reasons.j
|
|
|
5176
5187
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5177
5188
|
|
|
5178
5189
|
"use strict";
|
|
5179
|
-
eval("\
|
|
5190
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.TaskRejectType = void 0;\nvar TaskRejectType;\n(function (TaskRejectType) {\n TaskRejectType[TaskRejectType[\"reject\"] = 0] = \"reject\";\n TaskRejectType[TaskRejectType[\"dismiss\"] = 1] = \"dismiss\";\n TaskRejectType[TaskRejectType[\"now_now\"] = 2] = \"now_now\";\n})(TaskRejectType || (exports.TaskRejectType = TaskRejectType = {}));\n//# sourceMappingURL=task_reject.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/task_reject.js?");
|
|
5180
5191
|
|
|
5181
5192
|
/***/ }),
|
|
5182
5193
|
|
|
@@ -5187,7 +5198,7 @@ eval("\nexports.__esModule = true;\nexports.TaskRejectType = void 0;\nvar TaskRe
|
|
|
5187
5198
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5188
5199
|
|
|
5189
5200
|
"use strict";
|
|
5190
|
-
eval("\
|
|
5201
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.TaskServiceType = void 0;\nvar TaskServiceType;\n(function (TaskServiceType) {\n TaskServiceType[\"VALIDATE\"] = \"validate\";\n})(TaskServiceType || (exports.TaskServiceType = TaskServiceType = {}));\n//# sourceMappingURL=task_service.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/task_service.js?");
|
|
5191
5202
|
|
|
5192
5203
|
/***/ }),
|
|
5193
5204
|
|
|
@@ -5198,7 +5209,7 @@ eval("\nexports.__esModule = true;\nexports.TaskServiceType = void 0;\nvar TaskS
|
|
|
5198
5209
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5199
5210
|
|
|
5200
5211
|
"use strict";
|
|
5201
|
-
eval("\
|
|
5212
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=team_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/team_configuration.js?");
|
|
5202
5213
|
|
|
5203
5214
|
/***/ }),
|
|
5204
5215
|
|
|
@@ -5209,7 +5220,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=team_configuration.js.m
|
|
|
5209
5220
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5210
5221
|
|
|
5211
5222
|
"use strict";
|
|
5212
|
-
eval("\
|
|
5223
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=team_service_zip_codes.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/team_service_zip_codes.js?");
|
|
5213
5224
|
|
|
5214
5225
|
/***/ }),
|
|
5215
5226
|
|
|
@@ -5220,7 +5231,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=team_service_zip_codes.
|
|
|
5220
5231
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5221
5232
|
|
|
5222
5233
|
"use strict";
|
|
5223
|
-
eval("\
|
|
5234
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=teams.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/teams.js?");
|
|
5224
5235
|
|
|
5225
5236
|
/***/ }),
|
|
5226
5237
|
|
|
@@ -5231,7 +5242,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=teams.js.map\n\n//# sou
|
|
|
5231
5242
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5232
5243
|
|
|
5233
5244
|
"use strict";
|
|
5234
|
-
eval("\
|
|
5245
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=template_languages.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/template_languages.js?");
|
|
5235
5246
|
|
|
5236
5247
|
/***/ }),
|
|
5237
5248
|
|
|
@@ -5242,7 +5253,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=template_languages.js.m
|
|
|
5242
5253
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5243
5254
|
|
|
5244
5255
|
"use strict";
|
|
5245
|
-
eval("\
|
|
5256
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=template_merchants.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/template_merchants.js?");
|
|
5246
5257
|
|
|
5247
5258
|
/***/ }),
|
|
5248
5259
|
|
|
@@ -5253,7 +5264,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=template_merchants.js.m
|
|
|
5253
5264
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5254
5265
|
|
|
5255
5266
|
"use strict";
|
|
5256
|
-
eval("\
|
|
5267
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.TemplateRpcActions = exports.TemplateContentType = exports.TemplateTypeEnum = void 0;\nvar TemplateTypeEnum;\n(function (TemplateTypeEnum) {\n TemplateTypeEnum[\"package_label\"] = \"package_label\";\n TemplateTypeEnum[\"workflow_email\"] = \"workflow_email\";\n TemplateTypeEnum[\"customer_notification_email\"] = \"customer_notification_email\";\n})(TemplateTypeEnum || (exports.TemplateTypeEnum = TemplateTypeEnum = {}));\nvar TemplateContentType;\n(function (TemplateContentType) {\n TemplateContentType[\"label/zpl\"] = \"zpl\";\n TemplateContentType[\"text/x-handlebars-template\"] = \"text/x-handlebars-template\";\n TemplateContentType[\"text/html\"] = \"text/html\";\n})(TemplateContentType || (exports.TemplateContentType = TemplateContentType = {}));\nvar TemplateRpcActions;\n(function (TemplateRpcActions) {\n TemplateRpcActions[\"GENERATE_LABEL\"] = \"generate:package_label\";\n TemplateRpcActions[\"GET_TEMPLATE_DISPLAY_TYPE\"] = \"get:template_display_type\";\n})(TemplateRpcActions || (exports.TemplateRpcActions = TemplateRpcActions = {}));\n//# sourceMappingURL=templates.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/templates.js?");
|
|
5257
5268
|
|
|
5258
5269
|
/***/ }),
|
|
5259
5270
|
|
|
@@ -5264,7 +5275,7 @@ eval("\nexports.__esModule = true;\nexports.TemplateRpcActions = exports.Templat
|
|
|
5264
5275
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5265
5276
|
|
|
5266
5277
|
"use strict";
|
|
5267
|
-
eval("\
|
|
5278
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.TenderNotifyStatus = void 0;\nvar TenderNotifyStatus;\n(function (TenderNotifyStatus) {\n TenderNotifyStatus[\"Tender\"] = \"tender\";\n TenderNotifyStatus[\"Contact\"] = \"contact\";\n TenderNotifyStatus[\"Appointed\"] = \"appointed\";\n})(TenderNotifyStatus || (exports.TenderNotifyStatus = TenderNotifyStatus = {}));\n//# sourceMappingURL=tender_notify.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/tender_notify.js?");
|
|
5268
5279
|
|
|
5269
5280
|
/***/ }),
|
|
5270
5281
|
|
|
@@ -5275,7 +5286,7 @@ eval("\nexports.__esModule = true;\nexports.TenderNotifyStatus = void 0;\nvar Te
|
|
|
5275
5286
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5276
5287
|
|
|
5277
5288
|
"use strict";
|
|
5278
|
-
eval("\
|
|
5289
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=twilio_number.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/twilio_number.js?");
|
|
5279
5290
|
|
|
5280
5291
|
/***/ }),
|
|
5281
5292
|
|
|
@@ -5286,7 +5297,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=twilio_number.js.map\n\
|
|
|
5286
5297
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5287
5298
|
|
|
5288
5299
|
"use strict";
|
|
5289
|
-
eval("\
|
|
5300
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=upload.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/upload.js?");
|
|
5290
5301
|
|
|
5291
5302
|
/***/ }),
|
|
5292
5303
|
|
|
@@ -5297,7 +5308,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=upload.js.map\n\n//# so
|
|
|
5297
5308
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5298
5309
|
|
|
5299
5310
|
"use strict";
|
|
5300
|
-
eval("\
|
|
5311
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ClusterModeType = void 0;\nvar ClusterModeType;\n(function (ClusterModeType) {\n ClusterModeType[ClusterModeType[\"Location\"] = 1] = \"Location\";\n ClusterModeType[ClusterModeType[\"InventoryPickup\"] = 2] = \"InventoryPickup\";\n ClusterModeType[ClusterModeType[\"InventoryDropoff\"] = 3] = \"InventoryDropoff\";\n ClusterModeType[ClusterModeType[\"InventoryPickupDropoff\"] = 4] = \"InventoryPickupDropoff\";\n})(ClusterModeType || (exports.ClusterModeType = ClusterModeType = {}));\n//# sourceMappingURL=user_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/user_configuration.js?");
|
|
5301
5312
|
|
|
5302
5313
|
/***/ }),
|
|
5303
5314
|
|
|
@@ -5308,7 +5319,7 @@ eval("\nexports.__esModule = true;\nexports.ClusterModeType = void 0;\nvar Clust
|
|
|
5308
5319
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5309
5320
|
|
|
5310
5321
|
"use strict";
|
|
5311
|
-
eval("\
|
|
5322
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=user_realtime_data.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/user_realtime_data.js?");
|
|
5312
5323
|
|
|
5313
5324
|
/***/ }),
|
|
5314
5325
|
|
|
@@ -5319,7 +5330,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=user_realtime_data.js.m
|
|
|
5319
5330
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5320
5331
|
|
|
5321
5332
|
"use strict";
|
|
5322
|
-
eval("\
|
|
5333
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=user_types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/user_types.js?");
|
|
5323
5334
|
|
|
5324
5335
|
/***/ }),
|
|
5325
5336
|
|
|
@@ -5330,7 +5341,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=user_types.js.map\n\n//
|
|
|
5330
5341
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5331
5342
|
|
|
5332
5343
|
"use strict";
|
|
5333
|
-
eval("\
|
|
5344
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.UserStatus = exports.MobileTypes = exports.ActivityTypes = void 0;\nvar ActivityTypes;\n(function (ActivityTypes) {\n ActivityTypes[ActivityTypes[\"UNKNOWN\"] = 0] = \"UNKNOWN\";\n ActivityTypes[ActivityTypes[\"STATIONARY\"] = 1] = \"STATIONARY\";\n ActivityTypes[ActivityTypes[\"WALKING\"] = 2] = \"WALKING\";\n ActivityTypes[ActivityTypes[\"RUNNING\"] = 3] = \"RUNNING\";\n ActivityTypes[ActivityTypes[\"BICYCLE\"] = 4] = \"BICYCLE\";\n ActivityTypes[ActivityTypes[\"DRIVING\"] = 5] = \"DRIVING\";\n ActivityTypes[ActivityTypes[\"PUBLIC_TRANSPORT\"] = 6] = \"PUBLIC_TRANSPORT\";\n})(ActivityTypes || (exports.ActivityTypes = ActivityTypes = {}));\nvar MobileTypes;\n(function (MobileTypes) {\n MobileTypes[MobileTypes[\"UNKNOWN\"] = 0] = \"UNKNOWN\";\n MobileTypes[MobileTypes[\"ANDROID\"] = 1] = \"ANDROID\";\n MobileTypes[MobileTypes[\"IOS\"] = 2] = \"IOS\";\n MobileTypes[MobileTypes[\"WINDOWS\"] = 3] = \"WINDOWS\";\n})(MobileTypes || (exports.MobileTypes = MobileTypes = {}));\nvar UserStatus;\n(function (UserStatus) {\n UserStatus[\"FREE\"] = \"Free\";\n UserStatus[\"ASSIGNED\"] = \"Assigned\";\n UserStatus[\"ON_THE_WAY\"] = \"Started\";\n UserStatus[\"CHECKED_IN\"] = \"Checked-In\";\n UserStatus[\"LATE\"] = \"Late\";\n UserStatus[\"ACCEPTED\"] = \"Accepted\";\n UserStatus[\"ON_BREAK\"] = \"On-Break\";\n})(UserStatus || (exports.UserStatus = UserStatus = {}));\n//# sourceMappingURL=users.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/users.js?");
|
|
5334
5345
|
|
|
5335
5346
|
/***/ }),
|
|
5336
5347
|
|
|
@@ -5341,7 +5352,7 @@ eval("\nexports.__esModule = true;\nexports.UserStatus = exports.MobileTypes = e
|
|
|
5341
5352
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5342
5353
|
|
|
5343
5354
|
"use strict";
|
|
5344
|
-
eval("\
|
|
5355
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=vehicle.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/vehicle.js?");
|
|
5345
5356
|
|
|
5346
5357
|
/***/ }),
|
|
5347
5358
|
|
|
@@ -5352,7 +5363,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=vehicle.js.map\n\n//# s
|
|
|
5352
5363
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5353
5364
|
|
|
5354
5365
|
"use strict";
|
|
5355
|
-
eval("\
|
|
5366
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=vehicle_category.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/vehicle_category.js?");
|
|
5356
5367
|
|
|
5357
5368
|
/***/ }),
|
|
5358
5369
|
|
|
@@ -5363,7 +5374,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=vehicle_category.js.map
|
|
|
5363
5374
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5364
5375
|
|
|
5365
5376
|
"use strict";
|
|
5366
|
-
eval("\
|
|
5377
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.InternalVehicleCategory = void 0;\nvar InternalVehicleCategory;\n(function (InternalVehicleCategory) {\n InternalVehicleCategory[InternalVehicleCategory[\"Bicycle\"] = 0] = \"Bicycle\";\n InternalVehicleCategory[InternalVehicleCategory[\"Car\"] = 1] = \"Car\";\n InternalVehicleCategory[InternalVehicleCategory[\"Truck\"] = 2] = \"Truck\";\n})(InternalVehicleCategory || (exports.InternalVehicleCategory = InternalVehicleCategory = {}));\n//# sourceMappingURL=vehicle_type.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/vehicle_type.js?");
|
|
5367
5378
|
|
|
5368
5379
|
/***/ }),
|
|
5369
5380
|
|
|
@@ -5374,7 +5385,7 @@ eval("\nexports.__esModule = true;\nexports.InternalVehicleCategory = void 0;\nv
|
|
|
5374
5385
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5375
5386
|
|
|
5376
5387
|
"use strict";
|
|
5377
|
-
eval("\
|
|
5388
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=web_application_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/web_application_configuration.js?");
|
|
5378
5389
|
|
|
5379
5390
|
/***/ }),
|
|
5380
5391
|
|
|
@@ -5385,7 +5396,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=web_application_configu
|
|
|
5385
5396
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5386
5397
|
|
|
5387
5398
|
"use strict";
|
|
5388
|
-
eval("\
|
|
5399
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.OAuth2RequestType = exports.JWTTokenEncoding = exports.JWTAlgorithm = exports.AuthorizationType = exports.AuthenticationMethod = void 0;\nvar AuthenticationMethod;\n(function (AuthenticationMethod) {\n AuthenticationMethod[AuthenticationMethod[\"WEBHOOKS\"] = 0] = \"WEBHOOKS\";\n AuthenticationMethod[AuthenticationMethod[\"API\"] = 1] = \"API\";\n})(AuthenticationMethod || (exports.AuthenticationMethod = AuthenticationMethod = {}));\nvar AuthorizationType;\n(function (AuthorizationType) {\n AuthorizationType[AuthorizationType[\"JWT_TOKEN\"] = 0] = \"JWT_TOKEN\";\n AuthorizationType[AuthorizationType[\"OAUTH2\"] = 1] = \"OAUTH2\";\n AuthorizationType[AuthorizationType[\"STATIC_HEADER\"] = 2] = \"STATIC_HEADER\";\n})(AuthorizationType || (exports.AuthorizationType = AuthorizationType = {}));\nvar JWTAlgorithm;\n(function (JWTAlgorithm) {\n JWTAlgorithm[\"HS256\"] = \"HS256\";\n JWTAlgorithm[\"HS512\"] = \"HS512\";\n})(JWTAlgorithm || (exports.JWTAlgorithm = JWTAlgorithm = {}));\nvar JWTTokenEncoding;\n(function (JWTTokenEncoding) {\n JWTTokenEncoding[JWTTokenEncoding[\"BASE64\"] = 0] = \"BASE64\";\n JWTTokenEncoding[JWTTokenEncoding[\"NONE\"] = 1] = \"NONE\";\n})(JWTTokenEncoding || (exports.JWTTokenEncoding = JWTTokenEncoding = {}));\nvar OAuth2RequestType;\n(function (OAuth2RequestType) {\n OAuth2RequestType[OAuth2RequestType[\"FORM\"] = 0] = \"FORM\";\n OAuth2RequestType[OAuth2RequestType[\"JSON\"] = 1] = \"JSON\";\n OAuth2RequestType[OAuth2RequestType[\"QUERY_STRING\"] = 2] = \"QUERY_STRING\";\n})(OAuth2RequestType || (exports.OAuth2RequestType = OAuth2RequestType = {}));\n//# sourceMappingURL=webhook_authentication_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/webhook_authentication_configuration.js?");
|
|
5389
5400
|
|
|
5390
5401
|
/***/ }),
|
|
5391
5402
|
|
|
@@ -5396,7 +5407,7 @@ eval("\nexports.__esModule = true;\nexports.OAuth2RequestType = exports.JWTToken
|
|
|
5396
5407
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5397
5408
|
|
|
5398
5409
|
"use strict";
|
|
5399
|
-
eval("\
|
|
5410
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=webhooks.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/webhooks.js?");
|
|
5400
5411
|
|
|
5401
5412
|
/***/ }),
|
|
5402
5413
|
|
|
@@ -5407,7 +5418,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=webhooks.js.map\n\n//#
|
|
|
5407
5418
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5408
5419
|
|
|
5409
5420
|
"use strict";
|
|
5410
|
-
eval("\
|
|
5421
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.Plan = void 0;\nvar Plan;\n(function (Plan) {\n Plan[Plan[\"Simple\"] = 0] = \"Simple\";\n Plan[Plan[\"Advanced\"] = 1] = \"Advanced\";\n Plan[Plan[\"Full\"] = 2] = \"Full\";\n})(Plan || (exports.Plan = Plan = {}));\n//# sourceMappingURL=webhooks_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/webhooks_configuration.js?");
|
|
5411
5422
|
|
|
5412
5423
|
/***/ }),
|
|
5413
5424
|
|
|
@@ -5418,7 +5429,7 @@ eval("\nexports.__esModule = true;\nexports.Plan = void 0;\nvar Plan;\n(function
|
|
|
5418
5429
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5419
5430
|
|
|
5420
5431
|
"use strict";
|
|
5421
|
-
eval("\
|
|
5432
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=widget.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/widget.js?");
|
|
5422
5433
|
|
|
5423
5434
|
/***/ }),
|
|
5424
5435
|
|
|
@@ -5429,7 +5440,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=widget.js.map\n\n//# so
|
|
|
5429
5440
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5430
5441
|
|
|
5431
5442
|
"use strict";
|
|
5432
|
-
eval("\
|
|
5443
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ExclusionType = void 0;\nvar ExclusionType;\n(function (ExclusionType) {\n ExclusionType[ExclusionType[\"ALL\"] = 0] = \"ALL\";\n ExclusionType[ExclusionType[\"RECURREING_ORDERS\"] = 1] = \"RECURREING_ORDERS\";\n ExclusionType[ExclusionType[\"NON_RECURREING_ORDERS\"] = 2] = \"NON_RECURREING_ORDERS\";\n})(ExclusionType || (exports.ExclusionType = ExclusionType = {}));\n//# sourceMappingURL=windows.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/windows.js?");
|
|
5433
5444
|
|
|
5434
5445
|
/***/ }),
|
|
5435
5446
|
|
|
@@ -5440,7 +5451,7 @@ eval("\nexports.__esModule = true;\nexports.ExclusionType = void 0;\nvar Exclusi
|
|
|
5440
5451
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
5441
5452
|
|
|
5442
5453
|
"use strict";
|
|
5443
|
-
eval("\
|
|
5454
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar action_1 = __webpack_require__(/*! ../action */ \"./node_modules/@bringg/types/types/action.js\");\n//# sourceMappingURL=alert-action-types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/alert-action-types.js?");
|
|
5444
5455
|
|
|
5445
5456
|
/***/ }),
|
|
5446
5457
|
|
|
@@ -5451,7 +5462,7 @@ eval("\nexports.__esModule = true;\nvar action_1 = __webpack_require__(/*! ../ac
|
|
|
5451
5462
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5452
5463
|
|
|
5453
5464
|
"use strict";
|
|
5454
|
-
eval("\
|
|
5465
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.ManualTriggerParamDataType = exports.Views = exports.StringOperator = exports.NumericOperator = exports.TriggerParamsValueType = exports.TimeTriggerUnitOfTime = exports.AlertSeverity = void 0;\nvar AlertSeverity;\n(function (AlertSeverity) {\n AlertSeverity[AlertSeverity[\"Low\"] = 1] = \"Low\";\n AlertSeverity[AlertSeverity[\"Medium\"] = 2] = \"Medium\";\n AlertSeverity[AlertSeverity[\"High\"] = 3] = \"High\";\n})(AlertSeverity || (exports.AlertSeverity = AlertSeverity = {}));\nvar TimeTriggerUnitOfTime;\n(function (TimeTriggerUnitOfTime) {\n TimeTriggerUnitOfTime[\"MINUTES\"] = \"minutes\";\n TimeTriggerUnitOfTime[\"HOURS\"] = \"hours\";\n TimeTriggerUnitOfTime[\"DAYS\"] = \"days\";\n})(TimeTriggerUnitOfTime || (exports.TimeTriggerUnitOfTime = TimeTriggerUnitOfTime = {}));\nvar TriggerParamsValueType;\n(function (TriggerParamsValueType) {\n TriggerParamsValueType[\"ChangedTo\"] = \"ChangedTo\";\n TriggerParamsValueType[\"ChangedBy\"] = \"ChangedBy\";\n TriggerParamsValueType[\"Changed\"] = \"Changed\";\n TriggerParamsValueType[\"Added\"] = \"Added\";\n TriggerParamsValueType[\"Removed\"] = \"Removed\";\n})(TriggerParamsValueType || (exports.TriggerParamsValueType = TriggerParamsValueType = {}));\nvar NumericOperator;\n(function (NumericOperator) {\n NumericOperator[\"LESS_THAN\"] = \"LESS_THAN\";\n NumericOperator[\"LESS_THAN_OR_EQUALS\"] = \"LESS_THAN_OR_EQUALS\";\n NumericOperator[\"GREATER_THAN\"] = \"GREATER_THAN\";\n NumericOperator[\"GREATER_THAN_OR_EQUALS\"] = \"GREATER_THAN_OR_EQUALS\";\n NumericOperator[\"EQUALS\"] = \"EQUALS\";\n NumericOperator[\"NOT_EQUALS\"] = \"NOT_EQUALS\";\n})(NumericOperator || (exports.NumericOperator = NumericOperator = {}));\nvar StringOperator;\n(function (StringOperator) {\n StringOperator[\"EQUALS\"] = \"EQUALS\";\n StringOperator[\"NOT_EQUALS\"] = \"NOT_EQUALS\";\n StringOperator[\"INCLUDE\"] = \"INCLUDE\";\n StringOperator[\"EXCLUDE\"] = \"EXCLUDE\";\n})(StringOperator || (exports.StringOperator = StringOperator = {}));\nvar Views;\n(function (Views) {\n Views[\"Fleet\"] = \"FLEET\";\n})(Views || (exports.Views = Views = {}));\nvar ManualTriggerParamDataType;\n(function (ManualTriggerParamDataType) {\n ManualTriggerParamDataType[\"BOOLEAN\"] = \"boolean\";\n ManualTriggerParamDataType[\"STRING\"] = \"string\";\n ManualTriggerParamDataType[\"NUMBER\"] = \"number\";\n ManualTriggerParamDataType[\"DATE\"] = \"date\";\n ManualTriggerParamDataType[\"TIME\"] = \"time\";\n})(ManualTriggerParamDataType || (exports.ManualTriggerParamDataType = ManualTriggerParamDataType = {}));\n//# sourceMappingURL=alerts_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/alerts_configuration.js?");
|
|
5455
5466
|
|
|
5456
5467
|
/***/ }),
|
|
5457
5468
|
|
|
@@ -5462,7 +5473,7 @@ eval("\nexports.__esModule = true;\nexports.ManualTriggerParamDataType = exports
|
|
|
5462
5473
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
5463
5474
|
|
|
5464
5475
|
"use strict";
|
|
5465
|
-
eval("\
|
|
5476
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar action_1 = __webpack_require__(/*! ../action */ \"./node_modules/@bringg/types/types/action.js\");\n//# sourceMappingURL=calculate_availability_state_types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/calculate_availability_state_types.js?");
|
|
5466
5477
|
|
|
5467
5478
|
/***/ }),
|
|
5468
5479
|
|
|
@@ -5473,7 +5484,7 @@ eval("\nexports.__esModule = true;\nvar action_1 = __webpack_require__(/*! ../ac
|
|
|
5473
5484
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
5474
5485
|
|
|
5475
5486
|
"use strict";
|
|
5476
|
-
eval("\
|
|
5487
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar action_1 = __webpack_require__(/*! ../action */ \"./node_modules/@bringg/types/types/action.js\");\n//# sourceMappingURL=cancel_task_types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/cancel_task_types.js?");
|
|
5477
5488
|
|
|
5478
5489
|
/***/ }),
|
|
5479
5490
|
|
|
@@ -5484,7 +5495,7 @@ eval("\nexports.__esModule = true;\nvar action_1 = __webpack_require__(/*! ../ac
|
|
|
5484
5495
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
5485
5496
|
|
|
5486
5497
|
"use strict";
|
|
5487
|
-
eval("\
|
|
5498
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar action_1 = __webpack_require__(/*! ../action */ \"./node_modules/@bringg/types/types/action.js\");\n//# sourceMappingURL=email_shared_location.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/email_shared_location.js?");
|
|
5488
5499
|
|
|
5489
5500
|
/***/ }),
|
|
5490
5501
|
|
|
@@ -5495,7 +5506,7 @@ eval("\nexports.__esModule = true;\nvar action_1 = __webpack_require__(/*! ../ac
|
|
|
5495
5506
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
5496
5507
|
|
|
5497
5508
|
"use strict";
|
|
5498
|
-
eval("\
|
|
5509
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar action_1 = __webpack_require__(/*! ../action */ \"./node_modules/@bringg/types/types/action.js\");\n//# sourceMappingURL=generic-action-types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/generic-action-types.js?");
|
|
5499
5510
|
|
|
5500
5511
|
/***/ }),
|
|
5501
5512
|
|
|
@@ -5506,7 +5517,7 @@ eval("\nexports.__esModule = true;\nvar action_1 = __webpack_require__(/*! ../ac
|
|
|
5506
5517
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
5507
5518
|
|
|
5508
5519
|
"use strict";
|
|
5509
|
-
eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\
|
|
5520
|
+
eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n__exportStar(__webpack_require__(/*! ./alert-action-types */ \"./node_modules/@bringg/types/types/workflow/alert-action-types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./alerts_configuration */ \"./node_modules/@bringg/types/types/workflow/alerts_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./calculate_availability_state_types */ \"./node_modules/@bringg/types/types/workflow/calculate_availability_state_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./cancel_task_types */ \"./node_modules/@bringg/types/types/workflow/cancel_task_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./email_shared_location */ \"./node_modules/@bringg/types/types/workflow/email_shared_location.js\"), exports);\n__exportStar(__webpack_require__(/*! ./generic-action-types */ \"./node_modules/@bringg/types/types/workflow/generic-action-types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./narrow_actionable_wp_types */ \"./node_modules/@bringg/types/types/workflow/narrow_actionable_wp_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./optimization_types */ \"./node_modules/@bringg/types/types/workflow/optimization_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./rule_types */ \"./node_modules/@bringg/types/types/workflow/rule_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./share_location_types */ \"./node_modules/@bringg/types/types/workflow/share_location_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./update_entity_types */ \"./node_modules/@bringg/types/types/workflow/update_entity_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./webhook_types */ \"./node_modules/@bringg/types/types/workflow/webhook_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./workflow-template-strings */ \"./node_modules/@bringg/types/types/workflow/workflow-template-strings.js\"), exports);\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/index.js?");
|
|
5510
5521
|
|
|
5511
5522
|
/***/ }),
|
|
5512
5523
|
|
|
@@ -5517,7 +5528,7 @@ eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ?
|
|
|
5517
5528
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
5518
5529
|
|
|
5519
5530
|
"use strict";
|
|
5520
|
-
eval("\
|
|
5531
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar action_1 = __webpack_require__(/*! ../action */ \"./node_modules/@bringg/types/types/action.js\");\n//# sourceMappingURL=narrow_actionable_wp_types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/narrow_actionable_wp_types.js?");
|
|
5521
5532
|
|
|
5522
5533
|
/***/ }),
|
|
5523
5534
|
|
|
@@ -5528,7 +5539,7 @@ eval("\nexports.__esModule = true;\nvar action_1 = __webpack_require__(/*! ../ac
|
|
|
5528
5539
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
5529
5540
|
|
|
5530
5541
|
"use strict";
|
|
5531
|
-
eval("\
|
|
5542
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar action_1 = __webpack_require__(/*! ../action */ \"./node_modules/@bringg/types/types/action.js\");\n//# sourceMappingURL=optimization_types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/optimization_types.js?");
|
|
5532
5543
|
|
|
5533
5544
|
/***/ }),
|
|
5534
5545
|
|
|
@@ -5539,7 +5550,7 @@ eval("\nexports.__esModule = true;\nvar action_1 = __webpack_require__(/*! ../ac
|
|
|
5539
5550
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5540
5551
|
|
|
5541
5552
|
"use strict";
|
|
5542
|
-
eval("\
|
|
5553
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.DisplayFact = exports.RuleRequestType = exports.FactType = exports.Entity = exports.RuleCategory = exports.ArrayType = exports.RuleCompareOperator = exports.AttributeDatatype = void 0;\nvar AttributeDatatype;\n(function (AttributeDatatype) {\n AttributeDatatype[\"String\"] = \"string\";\n AttributeDatatype[\"Number\"] = \"number\";\n AttributeDatatype[\"Boolean\"] = \"boolean\";\n AttributeDatatype[\"Datetime\"] = \"datetime\";\n AttributeDatatype[\"Array\"] = \"array\";\n AttributeDatatype[\"StringArray\"] = \"string-array\";\n AttributeDatatype[\"NumberArray\"] = \"number-array\";\n AttributeDatatype[\"BooleanArray\"] = \"boolean-array\";\n AttributeDatatype[\"DatetimeArray\"] = \"datetime-array\";\n})(AttributeDatatype || (exports.AttributeDatatype = AttributeDatatype = {}));\nvar RuleCompareOperator;\n(function (RuleCompareOperator) {\n RuleCompareOperator[\"EQUALS\"] = \"EQUALS\";\n RuleCompareOperator[\"ARRAY_ELEMENT_EQUALS\"] = \"ARRAY_ELEMENT_EQUALS\";\n RuleCompareOperator[\"NOT_EQUALS\"] = \"NOT_EQUALS\";\n RuleCompareOperator[\"ARRAY_ELEMENT_NOT_EQUALS\"] = \"ARRAY_ELEMENT_NOT_EQUALS\";\n RuleCompareOperator[\"INCLUDE\"] = \"INCLUDE\";\n RuleCompareOperator[\"ARRAY_ELEMENT_INCLUDE\"] = \"ARRAY_ELEMENT_INCLUDE\";\n RuleCompareOperator[\"ARRAY_ELEMENT_INCLUDE_ONE_OF_THE_ITEMS_FROM_SUBSTRING_ARRAY\"] = \"ARRAY_ELEMENT_INCLUDE_ONE_OF_THE_ITEMS_FROM_SUBSTRING_ARRAY\";\n RuleCompareOperator[\"ARRAY_ELEMENT_EXCLUDE_ALL_ITEMS_FROM_SUBSTRING_ARRAY\"] = \"ARRAY_ELEMENT_EXCLUDE_ALL_ITEMS_FROM_SUBSTRING_ARRAY\";\n RuleCompareOperator[\"EXCLUDE\"] = \"EXCLUDE\";\n RuleCompareOperator[\"ARRAY_ELEMENT_EXCLUDE\"] = \"ARRAY_ELEMENT_EXCLUDE\";\n RuleCompareOperator[\"LESS_THAN\"] = \"LESS_THAN\";\n RuleCompareOperator[\"ARRAY_ELEMENT_LESS_THAN\"] = \"ARRAY_ELEMENT_LESS_THAN\";\n RuleCompareOperator[\"LESS_THAN_OR_EQUALS\"] = \"LESS_THAN_OR_EQUALS\";\n RuleCompareOperator[\"ARRAY_ELEMENT_LESS_THAN_OR_EQUALS\"] = \"ARRAY_ELEMENT_LESS_THAN_OR_EQUALS\";\n RuleCompareOperator[\"GREATER_THAN\"] = \"GREATER_THAN\";\n RuleCompareOperator[\"ARRAY_ELEMENT_GREATER_THAN\"] = \"ARRAY_ELEMENT_GREATER_THAN\";\n RuleCompareOperator[\"GREATER_THAN_OR_EQUALS\"] = \"GREATER_THAN_OR_EQUALS\";\n RuleCompareOperator[\"ARRAY_ELEMENT_GREATER_THAN_OR_EQUALS\"] = \"ARRAY_ELEMENT_GREATER_THAN_OR_EQUALS\";\n RuleCompareOperator[\"IN\"] = \"IN\";\n RuleCompareOperator[\"ARRAY_ELEMENT_IN\"] = \"ARRAY_ELEMENT_IN\";\n RuleCompareOperator[\"NOT_IN\"] = \"NOT_IN\";\n RuleCompareOperator[\"ARRAY_ELEMENT_NOT_IN\"] = \"ARRAY_ELEMENT_NOT_IN\";\n RuleCompareOperator[\"IN_RANGE\"] = \"IN_RANGE\";\n RuleCompareOperator[\"ARRAY_ELEMENT_IN_RANGE\"] = \"ARRAY_ELEMENT_IN_RANGE\";\n RuleCompareOperator[\"ARRAY_INTERSECTION_HAS_ONE\"] = \"ARRAY_INTERSECTION_HAS_ONE\";\n RuleCompareOperator[\"ARRAY_ELEMENT_ARRAY_INTERSECTION_HAS_ONE\"] = \"ARRAY_ELEMENT_ARRAY_INTERSECTION_HAS_ONE\";\n RuleCompareOperator[\"ARRAY_INTERSECTION_HAS_ALL\"] = \"ARRAY_INTERSECTION_HAS_ALL\";\n RuleCompareOperator[\"ARRAY_ELEMENT_ARRAY_INTERSECTION_HAS_ALL\"] = \"ARRAY_ELEMENT_ARRAY_INTERSECTION_HAS_ALL\";\n RuleCompareOperator[\"EMPTY\"] = \"EMPTY\";\n RuleCompareOperator[\"ARRAY_ELEMENT_EMPTY\"] = \"ARRAY_ELEMENT_EMPTY\";\n RuleCompareOperator[\"NOT_EMPTY\"] = \"NOT_EMPTY\";\n RuleCompareOperator[\"ARRAY_ELEMENT_NOT_EMPTY\"] = \"ARRAY_ELEMENT_NOT_EMPTY\";\n RuleCompareOperator[\"STARTS_WITH\"] = \"STARTS_WITH\";\n RuleCompareOperator[\"ARRAY_ELEMENT_STARTS_WITH\"] = \"ARRAY_ELEMENT_STARTS_WITH\";\n RuleCompareOperator[\"NOT_STARTS_WITH\"] = \"NOT_STARTS_WITH\";\n RuleCompareOperator[\"ARRAY_ELEMENT_NOT_STARTS_WITH\"] = \"ARRAY_ELEMENT_NOT_STARTS_WITH\";\n RuleCompareOperator[\"ENDS_WITH\"] = \"ENDS_WITH\";\n RuleCompareOperator[\"ARRAY_ELEMENT_ENDS_WITH\"] = \"ARRAY_ELEMENT_ENDS_WITH\";\n RuleCompareOperator[\"NOT_ENDS_WITH\"] = \"NOT_ENDS_WITH\";\n RuleCompareOperator[\"ARRAY_ELEMENT_NOT_ENDS_WITH\"] = \"ARRAY_ELEMENT_NOT_ENDS_WITH\";\n})(RuleCompareOperator || (exports.RuleCompareOperator = RuleCompareOperator = {}));\nvar ArrayType;\n(function (ArrayType) {\n ArrayType[\"ANY\"] = \"any\";\n ArrayType[\"ALL\"] = \"all\";\n})(ArrayType || (exports.ArrayType = ArrayType = {}));\nvar RuleCategory;\n(function (RuleCategory) {\n RuleCategory[RuleCategory[\"FleetRouter\"] = 0] = \"FleetRouter\";\n RuleCategory[RuleCategory[\"Alert\"] = 1] = \"Alert\";\n RuleCategory[RuleCategory[\"Rate\"] = 2] = \"Rate\";\n RuleCategory[RuleCategory[\"Workflow\"] = 3] = \"Workflow\";\n})(RuleCategory || (exports.RuleCategory = RuleCategory = {}));\nvar Entity;\n(function (Entity) {\n Entity[\"Fleet\"] = \"fleet\";\n Entity[\"DeliveryProvider\"] = \"delivery_provider\";\n Entity[\"Action\"] = \"action\";\n})(Entity || (exports.Entity = Entity = {}));\nvar FactType;\n(function (FactType) {\n FactType[\"Task\"] = \"task\";\n FactType[\"Waypoint\"] = \"waypoint\";\n FactType[\"Inventory\"] = \"inventory\";\n FactType[\"Run\"] = \"run\";\n FactType[\"Rate\"] = \"rate\";\n FactType[\"User\"] = \"user\";\n FactType[\"DeliveryBlock\"] = \"delivery_block\";\n})(FactType || (exports.FactType = FactType = {}));\nvar RuleRequestType;\n(function (RuleRequestType) {\n RuleRequestType[\"Evaluate\"] = \"rule:evaluate\";\n})(RuleRequestType || (exports.RuleRequestType = RuleRequestType = {}));\nvar DisplayFact;\n(function (DisplayFact) {\n DisplayFact[\"Task\"] = \"task\";\n DisplayFact[\"QueryTask\"] = \"query_task\";\n DisplayFact[\"User\"] = \"user\";\n DisplayFact[\"DeliveryBlock\"] = \"delivery_block\";\n})(DisplayFact || (exports.DisplayFact = DisplayFact = {}));\n//# sourceMappingURL=rule_types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/rule_types.js?");
|
|
5543
5554
|
|
|
5544
5555
|
/***/ }),
|
|
5545
5556
|
|
|
@@ -5550,7 +5561,7 @@ eval("\nexports.__esModule = true;\nexports.DisplayFact = exports.RuleRequestTyp
|
|
|
5550
5561
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
5551
5562
|
|
|
5552
5563
|
"use strict";
|
|
5553
|
-
eval("\
|
|
5564
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar action_1 = __webpack_require__(/*! ../action */ \"./node_modules/@bringg/types/types/action.js\");\n//# sourceMappingURL=share_location_types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/share_location_types.js?");
|
|
5554
5565
|
|
|
5555
5566
|
/***/ }),
|
|
5556
5567
|
|
|
@@ -5561,7 +5572,7 @@ eval("\nexports.__esModule = true;\nvar action_1 = __webpack_require__(/*! ../ac
|
|
|
5561
5572
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
5562
5573
|
|
|
5563
5574
|
"use strict";
|
|
5564
|
-
eval("\
|
|
5575
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.MathOperator = exports.ChangeType = void 0;\nvar action_1 = __webpack_require__(/*! ../action */ \"./node_modules/@bringg/types/types/action.js\");\nvar ChangeType;\n(function (ChangeType) {\n ChangeType[\"SPECIFIC_VALUE\"] = \"specific\";\n ChangeType[\"RELATIVE_VALUE\"] = \"relative\";\n})(ChangeType || (exports.ChangeType = ChangeType = {}));\nvar MathOperator;\n(function (MathOperator) {\n MathOperator[\"ADDITION\"] = \"addition\";\n MathOperator[\"SUBTRACTION\"] = \"subtraction\";\n})(MathOperator || (exports.MathOperator = MathOperator = {}));\n//# sourceMappingURL=update_entity_types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/update_entity_types.js?");
|
|
5565
5576
|
|
|
5566
5577
|
/***/ }),
|
|
5567
5578
|
|
|
@@ -5572,7 +5583,7 @@ eval("\nexports.__esModule = true;\nexports.MathOperator = exports.ChangeType =
|
|
|
5572
5583
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
5573
5584
|
|
|
5574
5585
|
"use strict";
|
|
5575
|
-
eval("\
|
|
5586
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar action_1 = __webpack_require__(/*! ../action */ \"./node_modules/@bringg/types/types/action.js\");\n//# sourceMappingURL=webhook_types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/webhook_types.js?");
|
|
5576
5587
|
|
|
5577
5588
|
/***/ }),
|
|
5578
5589
|
|
|
@@ -5583,7 +5594,7 @@ eval("\nexports.__esModule = true;\nvar action_1 = __webpack_require__(/*! ../ac
|
|
|
5583
5594
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5584
5595
|
|
|
5585
5596
|
"use strict";
|
|
5586
|
-
eval("\
|
|
5597
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\n//# sourceMappingURL=workflow-template-strings.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/workflow-template-strings.js?");
|
|
5587
5598
|
|
|
5588
5599
|
/***/ }),
|
|
5589
5600
|
|