@bringg/dashboard-sdk 5.1.0 → 5.1.2

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.
@@ -1721,7 +1721,7 @@ eval("\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _argument
1721
1721
  /***/ (function(module, exports, __webpack_require__) {
1722
1722
 
1723
1723
  "use strict";
1724
- eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar OptimizationConfigurations_service_1 = __webpack_require__(/*! ./Service/OptimizationConfigurations.service */ \"./dist/OptimizationConfiguration/Service/OptimizationConfigurations.service.js\");\nvar OptimizationConfiguration = /** @class */ (function () {\n function OptimizationConfiguration(session) {\n this.optimizationConfigurationService = new OptimizationConfigurations_service_1.default(session);\n }\n OptimizationConfiguration.prototype.create = function (configuration) {\n return this.optimizationConfigurationService.create(configuration);\n };\n OptimizationConfiguration.prototype.list = function () {\n return this.optimizationConfigurationService.list();\n };\n OptimizationConfiguration.prototype.getById = function (id) {\n return this.optimizationConfigurationService.getById(id);\n };\n OptimizationConfiguration.prototype.update = function (id, configuration) {\n return this.optimizationConfigurationService.update(id, configuration);\n };\n OptimizationConfiguration.prototype.delete = function (id) {\n return this.optimizationConfigurationService.delete(id);\n };\n OptimizationConfiguration.prototype.getConfigurationAttributes = function () {\n return this.optimizationConfigurationService.getConfigurationAttributes();\n };\n OptimizationConfiguration.prototype.batchDelete = function (configurationIds) {\n return this.optimizationConfigurationService.batchDelete(configurationIds);\n };\n return OptimizationConfiguration;\n}());\nexports.default = OptimizationConfiguration;\n//# sourceMappingURL=OptimizationConfiguration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./dist/OptimizationConfiguration/OptimizationConfiguration.js?");
1724
+ eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar OptimizationConfigurations_service_1 = __webpack_require__(/*! ./Service/OptimizationConfigurations.service */ \"./dist/OptimizationConfiguration/Service/OptimizationConfigurations.service.js\");\nvar OptimizationConfiguration = /** @class */ (function () {\n function OptimizationConfiguration(session) {\n this.optimizationConfigurationService = new OptimizationConfigurations_service_1.default(session);\n }\n OptimizationConfiguration.prototype.create = function (configuration) {\n return this.optimizationConfigurationService.create(configuration);\n };\n OptimizationConfiguration.prototype.list = function () {\n return this.optimizationConfigurationService.list();\n };\n OptimizationConfiguration.prototype.getById = function (id) {\n return this.optimizationConfigurationService.getById(id);\n };\n OptimizationConfiguration.prototype.update = function (id, configuration) {\n return this.optimizationConfigurationService.update(id, configuration);\n };\n OptimizationConfiguration.prototype.delete = function (id) {\n return this.optimizationConfigurationService.delete(id);\n };\n OptimizationConfiguration.prototype.getConfigurationAttributes = function () {\n return this.optimizationConfigurationService.getConfigurationAttributes();\n };\n OptimizationConfiguration.prototype.batchDelete = function (configurationIds) {\n return this.optimizationConfigurationService.batchDelete(configurationIds);\n };\n OptimizationConfiguration.prototype.getMerchantTeamSettings = function () {\n return this.optimizationConfigurationService.getMerchantTeamSettings();\n };\n return OptimizationConfiguration;\n}());\nexports.default = OptimizationConfiguration;\n//# sourceMappingURL=OptimizationConfiguration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./dist/OptimizationConfiguration/OptimizationConfiguration.js?");
1725
1725
 
1726
1726
  /***/ }),
1727
1727
 
@@ -1734,7 +1734,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar Op
1734
1734
  /***/ (function(module, exports, __webpack_require__) {
1735
1735
 
1736
1736
  "use strict";
1737
- eval("\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\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 });\nvar BaseService_1 = __webpack_require__(/*! ../../Core/BaseService */ \"./dist/Core/BaseService.js\");\nvar SERVICE_NAME = 'settings-service';\nvar Routes = {\n CREATE: \"/\".concat(SERVICE_NAME, \"/optimization_configurations\"),\n LIST: \"/\".concat(SERVICE_NAME, \"/optimization_configurations\"),\n GET_BY_ID: \"/\".concat(SERVICE_NAME, \"/optimization_configurations/{:id}\"),\n UPDATE: \"/\".concat(SERVICE_NAME, \"/optimization_configurations/{:id}\"),\n DELETE: \"/\".concat(SERVICE_NAME, \"/optimization_configurations/{:id}\"),\n BATCH_DELETE: \"/\".concat(SERVICE_NAME, \"/optimization_configurations/batch-delete\"),\n GET_CONFIGURATION_ATTRIBUTES: \"/\".concat(SERVICE_NAME, \"/merchant_configurations/optimization_configurations_attributes\")\n};\nvar OptimizationConfigurationsEntity = /** @class */ (function (_super) {\n __extends(OptimizationConfigurationsEntity, _super);\n function OptimizationConfigurationsEntity(session) {\n return _super.call(this, session, 'optimization_configurations') || this;\n }\n OptimizationConfigurationsEntity.prototype.create = function (configuration) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.routeGenerator.post(Routes.CREATE).withPayload(configuration).invoke()];\n });\n });\n };\n OptimizationConfigurationsEntity.prototype.list = function () {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.routeGenerator.get(Routes.LIST).invoke()];\n });\n });\n };\n OptimizationConfigurationsEntity.prototype.getById = function (id) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.routeGenerator.get(Routes.GET_BY_ID).withRouteParams({ id: id }).invoke()];\n });\n });\n };\n OptimizationConfigurationsEntity.prototype.update = function (id, configuration) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.routeGenerator.put(Routes.UPDATE).withRouteParams({ id: id }).withPayload(configuration).invoke()];\n });\n });\n };\n OptimizationConfigurationsEntity.prototype.delete = function (id) {\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.routeGenerator.delete(Routes.DELETE).withRouteParams({ id: id }).invoke()];\n case 1:\n _a.sent();\n return [2 /*return*/];\n }\n });\n });\n };\n OptimizationConfigurationsEntity.prototype.getConfigurationAttributes = function () {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.routeGenerator.get(Routes.GET_CONFIGURATION_ATTRIBUTES).invoke()];\n });\n });\n };\n OptimizationConfigurationsEntity.prototype.batchDelete = function (configurationIds) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.routeGenerator.post(Routes.BATCH_DELETE).withPayload(configurationIds).invoke()];\n });\n });\n };\n return OptimizationConfigurationsEntity;\n}(BaseService_1.default));\nexports.default = OptimizationConfigurationsEntity;\n//# sourceMappingURL=OptimizationConfigurations.service.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./dist/OptimizationConfiguration/Service/OptimizationConfigurations.service.js?");
1737
+ eval("\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\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 });\nvar BaseService_1 = __webpack_require__(/*! ../../Core/BaseService */ \"./dist/Core/BaseService.js\");\nvar SERVICE_NAME = 'settings-service';\nvar Routes = {\n CREATE: \"/\".concat(SERVICE_NAME, \"/optimization_configurations\"),\n LIST: \"/\".concat(SERVICE_NAME, \"/optimization_configurations\"),\n GET_BY_ID: \"/\".concat(SERVICE_NAME, \"/optimization_configurations/{:id}\"),\n UPDATE: \"/\".concat(SERVICE_NAME, \"/optimization_configurations/{:id}\"),\n DELETE: \"/\".concat(SERVICE_NAME, \"/optimization_configurations/{:id}\"),\n BATCH_DELETE: \"/\".concat(SERVICE_NAME, \"/optimization_configurations/batch-delete\"),\n GET_CONFIGURATION_ATTRIBUTES: \"/\".concat(SERVICE_NAME, \"/merchant_configurations/optimization_configurations_attributes\"),\n GET_MERCHANT_TEAM_SETTINGS: \"/\".concat(SERVICE_NAME, \"/optimization_configurations/merchant_teams_settings\")\n};\nvar OptimizationConfigurationsEntity = /** @class */ (function (_super) {\n __extends(OptimizationConfigurationsEntity, _super);\n function OptimizationConfigurationsEntity(session) {\n return _super.call(this, session, 'optimization_configurations') || this;\n }\n OptimizationConfigurationsEntity.prototype.create = function (configuration) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.routeGenerator.post(Routes.CREATE).withPayload(configuration).invoke()];\n });\n });\n };\n OptimizationConfigurationsEntity.prototype.list = function () {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.routeGenerator.get(Routes.LIST).invoke()];\n });\n });\n };\n OptimizationConfigurationsEntity.prototype.getById = function (id) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.routeGenerator.get(Routes.GET_BY_ID).withRouteParams({ id: id }).invoke()];\n });\n });\n };\n OptimizationConfigurationsEntity.prototype.update = function (id, configuration) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.routeGenerator.put(Routes.UPDATE).withRouteParams({ id: id }).withPayload(configuration).invoke()];\n });\n });\n };\n OptimizationConfigurationsEntity.prototype.delete = function (id) {\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.routeGenerator.delete(Routes.DELETE).withRouteParams({ id: id }).invoke()];\n case 1:\n _a.sent();\n return [2 /*return*/];\n }\n });\n });\n };\n OptimizationConfigurationsEntity.prototype.getConfigurationAttributes = function () {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.routeGenerator.get(Routes.GET_CONFIGURATION_ATTRIBUTES).invoke()];\n });\n });\n };\n OptimizationConfigurationsEntity.prototype.batchDelete = function (configurationIds) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.routeGenerator.post(Routes.BATCH_DELETE).withPayload(configurationIds).invoke()];\n });\n });\n };\n OptimizationConfigurationsEntity.prototype.getMerchantTeamSettings = function () {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.routeGenerator.get(Routes.GET_MERCHANT_TEAM_SETTINGS).invoke()];\n });\n });\n };\n return OptimizationConfigurationsEntity;\n}(BaseService_1.default));\nexports.default = OptimizationConfigurationsEntity;\n//# sourceMappingURL=OptimizationConfigurations.service.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./dist/OptimizationConfiguration/Service/OptimizationConfigurations.service.js?");
1738
1738
 
1739
1739
  /***/ }),
1740
1740
 
@@ -2657,7 +2657,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexport
2657
2657
  /***/ (function(module, exports, __webpack_require__) {
2658
2658
 
2659
2659
  "use strict";
2660
- 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 Logger_1 = __webpack_require__(/*! ../Core/Logger */ \"./dist/Core/Logger.js\");\nvar lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nvar BringgException_1 = __webpack_require__(/*! ../Core/BringgException */ \"./dist/Core/BringgException.js\");\nvar abort_1 = __webpack_require__(/*! ../utils/abort */ \"./dist/utils/abort.js\");\nvar version = '5.1.0';\nfunction logErrorResponse(response) {\n var data = response.data, status = response.status;\n try {\n Logger_1.default.error(response.config.method.toUpperCase(), response.config.url, status);\n }\n catch (e) { }\n try {\n Logger_1.default.info(response.config.method.toUpperCase(), response.config.url, status, data);\n }\n catch (e) { }\n try {\n Logger_1.default.debug(response);\n }\n catch (e) { }\n}\nexports.logErrorResponse = logErrorResponse;\nvar DEFAULT_TIMEOUT = 120000;\nvar RequestOptions = /** @class */ (function () {\n function RequestOptions(clientId, timeout, queryString, authenticationToken, 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, routeParams, 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 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 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 try {\n Logger_1.default.trace('RESPONSE-headers:', headers);\n Logger_1.default.trace('RESPONSE-data:', data);\n }\n catch (e) { }\n return res;\n });\n return axios;\n}\nfunction axiosInstance(clientId, authenticationToken, headers, 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}\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, routeParams, queryString, payload, 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, routeParams, 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?");
2660
+ 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 Logger_1 = __webpack_require__(/*! ../Core/Logger */ \"./dist/Core/Logger.js\");\nvar lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nvar BringgException_1 = __webpack_require__(/*! ../Core/BringgException */ \"./dist/Core/BringgException.js\");\nvar abort_1 = __webpack_require__(/*! ../utils/abort */ \"./dist/utils/abort.js\");\nvar version = '5.1.2';\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 try {\n Logger_1.default.info(response.config.method.toUpperCase(), response.config.url, status, data);\n }\n catch (e) { }\n try {\n Logger_1.default.debug(response);\n }\n catch (e) { }\n}\nexports.logErrorResponse = logErrorResponse;\nvar DEFAULT_TIMEOUT = 120000;\nvar RequestOptions = /** @class */ (function () {\n function RequestOptions(clientId, timeout, queryString, authenticationToken, 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, routeParams, 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 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 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 try {\n Logger_1.default.trace('RESPONSE-headers:', headers);\n Logger_1.default.trace('RESPONSE-data:', data);\n }\n catch (e) { }\n return res;\n });\n return axios;\n}\nfunction axiosInstance(clientId, authenticationToken, headers, 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}\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, routeParams, queryString, payload, 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, routeParams, 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?");
2661
2661
 
2662
2662
  /***/ }),
2663
2663
 
@@ -3957,7 +3957,7 @@ eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {
3957
3957
  /***/ (function(module, exports, __webpack_require__) {
3958
3958
 
3959
3959
  "use strict";
3960
- 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/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/auth */ \"./node_modules/@bringg/types/types/auth.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/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/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/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_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_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_optimization */ \"./node_modules/@bringg/types/types/route_optimization.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/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_managed_attributes */ \"./node_modules/@bringg/types/types/task_managed_attributes.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/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?");
3960
+ 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/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/auth */ \"./node_modules/@bringg/types/types/auth.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/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/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/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_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_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_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/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/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_managed_attributes */ \"./node_modules/@bringg/types/types/task_managed_attributes.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/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?");
3961
3961
 
3962
3962
  /***/ }),
3963
3963
 
@@ -4542,7 +4542,7 @@ eval("\nexports.__esModule = true;\nexports.EmulatedDeliveryEvents = void 0;\nva
4542
4542
  /***/ (function(module, exports, __webpack_require__) {
4543
4543
 
4544
4544
  "use strict";
4545
- eval("\nexports.__esModule = true;\nexports.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[\"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[\"RunTaskAdded\"] = \"run:task:added\";\n EventType[\"RunTaskRemoved\"] = \"run:task:removed\";\n EventType[\"RunUpdated\"] = \"run:updated\";\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[\"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 = exports.EventType || (exports.EventType = {}));\n//# sourceMappingURL=event.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/event.js?");
4545
+ eval("\nexports.__esModule = true;\nexports.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[\"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[\"RunTaskAdded\"] = \"run:task:added\";\n EventType[\"RunTaskRemoved\"] = \"run:task:removed\";\n EventType[\"RunUpdated\"] = \"run:updated\";\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 = exports.EventType || (exports.EventType = {}));\n//# sourceMappingURL=event.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/event.js?");
4546
4546
 
4547
4547
  /***/ }),
4548
4548
 
@@ -4945,7 +4945,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=predicate.js.map\n\n//#
4945
4945
  /***/ (function(module, exports, __webpack_require__) {
4946
4946
 
4947
4947
  "use strict";
4948
- eval("\nexports.__esModule = true;\nexports.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[\"SHARE_ANALYTICS_REPORTS\"] = \"share_analytics_reports\";\n PrivilegeTypes[\"SHARE_ANALYTICS_BI_DASHBOARDS\"] = \"share_analytics_bi_dashboards\";\n PrivilegeTypes[\"CREATE_ANALYTICS_BI_DASHBOARDS\"] = \"create_analytics_bi_dashboards\";\n})(PrivilegeTypes = exports.PrivilegeTypes || (exports.PrivilegeTypes = {}));\n//# sourceMappingURL=privilege.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/privilege.js?");
4948
+ eval("\nexports.__esModule = true;\nexports.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[\"SHARE_ANALYTICS_REPORTS\"] = \"share_analytics_reports\";\n PrivilegeTypes[\"SHARE_ANALYTICS_BI_DASHBOARDS\"] = \"share_analytics_bi_dashboards\";\n PrivilegeTypes[\"CREATE_ANALYTICS_BI_DASHBOARDS\"] = \"create_analytics_bi_dashboards\";\n PrivilegeTypes[\"ALLOW_DISPATCHER_CREATE_VEHICLE\"] = \"allow_dispatcher_create_vehicle\";\n})(PrivilegeTypes = exports.PrivilegeTypes || (exports.PrivilegeTypes = {}));\n//# sourceMappingURL=privilege.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/privilege.js?");
4949
4949
 
4950
4950
  /***/ }),
4951
4951
 
@@ -5105,6 +5105,19 @@ eval("\nexports.__esModule = true;\nexports.RequestOrigin = void 0;\nvar Request
5105
5105
 
5106
5106
  /***/ }),
5107
5107
 
5108
+ /***/ "./node_modules/@bringg/types/types/route-settings.js":
5109
+ /*!************************************************************!*\
5110
+ !*** ./node_modules/@bringg/types/types/route-settings.js ***!
5111
+ \************************************************************/
5112
+ /*! no static exports found */
5113
+ /*! all exports used */
5114
+ /***/ (function(module, exports, __webpack_require__) {
5115
+
5116
+ "use strict";
5117
+ eval("\nexports.__esModule = true;\n//# sourceMappingURL=route-settings.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/route-settings.js?");
5118
+
5119
+ /***/ }),
5120
+
5108
5121
  /***/ "./node_modules/@bringg/types/types/route_optimization.js":
5109
5122
  /*!****************************************************************!*\
5110
5123
  !*** ./node_modules/@bringg/types/types/route_optimization.js ***!
@@ -5699,7 +5712,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=web_application_configu
5699
5712
  /***/ (function(module, exports, __webpack_require__) {
5700
5713
 
5701
5714
  "use strict";
5702
- eval("\nexports.__esModule = true;\nexports.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 || (exports.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 || (exports.AuthorizationType = {}));\nvar JWTAlgorithm;\n(function (JWTAlgorithm) {\n JWTAlgorithm[\"HS256\"] = \"HS256\";\n JWTAlgorithm[\"HS512\"] = \"HS512\";\n})(JWTAlgorithm = exports.JWTAlgorithm || (exports.JWTAlgorithm = {}));\n//# sourceMappingURL=webhook_authentication_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/webhook_authentication_configuration.js?");
5715
+ eval("\nexports.__esModule = 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 || (exports.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 || (exports.AuthorizationType = {}));\nvar JWTAlgorithm;\n(function (JWTAlgorithm) {\n JWTAlgorithm[\"HS256\"] = \"HS256\";\n JWTAlgorithm[\"HS512\"] = \"HS512\";\n})(JWTAlgorithm = exports.JWTAlgorithm || (exports.JWTAlgorithm = {}));\nvar JWTTokenEncoding;\n(function (JWTTokenEncoding) {\n JWTTokenEncoding[JWTTokenEncoding[\"BASE64\"] = 0] = \"BASE64\";\n JWTTokenEncoding[JWTTokenEncoding[\"NONE\"] = 1] = \"NONE\";\n})(JWTTokenEncoding = exports.JWTTokenEncoding || (exports.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 || (exports.OAuth2RequestType = {}));\n//# sourceMappingURL=webhook_authentication_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/webhook_authentication_configuration.js?");
5703
5716
 
5704
5717
  /***/ }),
5705
5718