@bringg/dashboard-sdk 2.9.2-pre → 2.9.2-pre.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.
- package/dist/ExclusionWindow/v2/exclusion-window-api.d.ts +1 -0
- package/dist/ExclusionWindow/v2/exclusion-window-api.js +9 -0
- package/dist/ExclusionWindow/v2/exclusion-window-api.js.map +1 -1
- package/dist/ExclusionWindow/v2/exclusion-window-service.d.ts +1 -0
- package/dist/ExclusionWindow/v2/exclusion-window-service.js +13 -0
- package/dist/ExclusionWindow/v2/exclusion-window-service.js.map +1 -1
- package/dist/Services/ServiceRequest.js +1 -1
- package/dist/bringg-dashboard-sdk-cjs2.js +977 -926
- package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
- package/dist/bringg-dashboard-sdk.js +43 -17
- package/dist/bringg-dashboard-sdk.min.js +5 -5
- package/dist/bringg-dashboard-sdk.min.js.map +1 -1
- package/package.json +2 -2
|
@@ -1084,7 +1084,7 @@ eval("\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _argument
|
|
|
1084
1084
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1085
1085
|
|
|
1086
1086
|
"use strict";
|
|
1087
|
-
eval("\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nvar __generator = (this && this.__generator) || function (thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.ExclusionWindowApi = void 0;\nvar data_store_1 = __webpack_require__(/*! ../../data-store */ \"./dist/data-store.js\");\nvar storable_data_service_1 = __webpack_require__(/*! ../../storable-data-service */ \"./dist/storable-data-service.js\");\nvar storable_api_builder_1 = __webpack_require__(/*! ../../storable-api-builder */ \"./dist/storable-api-builder.js\");\nvar exclusion_window_service_1 = __webpack_require__(/*! ./exclusion-window-service */ \"./dist/ExclusionWindow/v2/exclusion-window-service.js\");\nvar exclusion_window_consts_1 = __webpack_require__(/*! ./exclusion-window.consts */ \"./dist/ExclusionWindow/v2/exclusion-window.consts.js\");\nvar ExclusionWindowApi = /** @class */ (function () {\n function ExclusionWindowApi(session) {\n var groupFilters = [\n {\n groupType: exclusion_window_consts_1.ExclusionWindowsFilterGroups.Team,\n keyFunc: function (exclusionWindow) { return exclusionWindow.team_id; }\n }\n ];\n this.exclusionWindowStore = new data_store_1.default(groupFilters);\n this.exclusionWindowService = new exclusion_window_service_1.default(session);\n this.storableDataService = new storable_data_service_1.default(this.exclusionWindowStore);\n Object.assign(this, storable_api_builder_1.default.build(this.storableDataService, this.exclusionWindowService, {\n modify: ['update', 'create'],\n delete: ['delete'],\n load: ['load'],\n loadAll: [\n {\n action: 'loadAllByTeam',\n getOptions: function (_a) {\n var team_id = _a.team_id;\n return {\n groupType: exclusion_window_consts_1.ExclusionWindowsFilterGroups.Team,\n groupValue: team_id\n };\n }\n }\n ]\n }));\n }\n ExclusionWindowApi.prototype.copyFromMerchant = function (teamId, exclusionWindowId) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.exclusionWindowService.copyFromMerchant(teamId, exclusionWindowId)];\n });\n });\n };\n ExclusionWindowApi.prototype.get = function (id) {\n return this.exclusionWindowStore.get(id);\n };\n ExclusionWindowApi.prototype.getByIds = function (ids) {\n var _this = this;\n return ids.map(function (id) { return _this.get(id); });\n };\n ExclusionWindowApi.prototype.getAll = function () {\n return this.exclusionWindowStore.getAll();\n };\n ExclusionWindowApi.prototype.removeAll = function () {\n this.exclusionWindowStore.removeAll();\n };\n ExclusionWindowApi.prototype.getGroup = function (group, groupValue) {\n return this.exclusionWindowStore.getGroup(group, groupValue);\n };\n return ExclusionWindowApi;\n}());\nexports.ExclusionWindowApi = ExclusionWindowApi;\n//# sourceMappingURL=exclusion-window-api.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./dist/ExclusionWindow/v2/exclusion-window-api.js?");
|
|
1087
|
+
eval("\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nvar __generator = (this && this.__generator) || function (thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.ExclusionWindowApi = void 0;\nvar data_store_1 = __webpack_require__(/*! ../../data-store */ \"./dist/data-store.js\");\nvar storable_data_service_1 = __webpack_require__(/*! ../../storable-data-service */ \"./dist/storable-data-service.js\");\nvar storable_api_builder_1 = __webpack_require__(/*! ../../storable-api-builder */ \"./dist/storable-api-builder.js\");\nvar exclusion_window_service_1 = __webpack_require__(/*! ./exclusion-window-service */ \"./dist/ExclusionWindow/v2/exclusion-window-service.js\");\nvar exclusion_window_consts_1 = __webpack_require__(/*! ./exclusion-window.consts */ \"./dist/ExclusionWindow/v2/exclusion-window.consts.js\");\nvar ExclusionWindowApi = /** @class */ (function () {\n function ExclusionWindowApi(session) {\n var groupFilters = [\n {\n groupType: exclusion_window_consts_1.ExclusionWindowsFilterGroups.Team,\n keyFunc: function (exclusionWindow) { return exclusionWindow.team_id; }\n }\n ];\n this.exclusionWindowStore = new data_store_1.default(groupFilters);\n this.exclusionWindowService = new exclusion_window_service_1.default(session);\n this.storableDataService = new storable_data_service_1.default(this.exclusionWindowStore);\n Object.assign(this, storable_api_builder_1.default.build(this.storableDataService, this.exclusionWindowService, {\n modify: ['update', 'create'],\n delete: ['delete'],\n load: ['load'],\n loadAll: [\n {\n action: 'loadAllByTeam',\n getOptions: function (_a) {\n var team_id = _a.team_id;\n return {\n groupType: exclusion_window_consts_1.ExclusionWindowsFilterGroups.Team,\n groupValue: team_id\n };\n }\n },\n {\n action: 'loadAllWithoutTeam',\n getOptions: function () {\n return {\n groupType: exclusion_window_consts_1.ExclusionWindowsFilterGroups.Team,\n groupValue: null\n };\n }\n }\n ]\n }));\n }\n ExclusionWindowApi.prototype.copyFromMerchant = function (teamId, exclusionWindowId) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.exclusionWindowService.copyFromMerchant(teamId, exclusionWindowId)];\n });\n });\n };\n ExclusionWindowApi.prototype.get = function (id) {\n return this.exclusionWindowStore.get(id);\n };\n ExclusionWindowApi.prototype.getByIds = function (ids) {\n var _this = this;\n return ids.map(function (id) { return _this.get(id); });\n };\n ExclusionWindowApi.prototype.getAll = function () {\n return this.exclusionWindowStore.getAll();\n };\n ExclusionWindowApi.prototype.removeAll = function () {\n this.exclusionWindowStore.removeAll();\n };\n ExclusionWindowApi.prototype.getGroup = function (group, groupValue) {\n return this.exclusionWindowStore.getGroup(group, groupValue);\n };\n return ExclusionWindowApi;\n}());\nexports.ExclusionWindowApi = ExclusionWindowApi;\n//# sourceMappingURL=exclusion-window-api.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./dist/ExclusionWindow/v2/exclusion-window-api.js?");
|
|
1088
1088
|
|
|
1089
1089
|
/***/ }),
|
|
1090
1090
|
|
|
@@ -1097,7 +1097,7 @@ eval("\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _argument
|
|
|
1097
1097
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1098
1098
|
|
|
1099
1099
|
"use strict";
|
|
1100
|
-
eval("\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nvar __generator = (this && this.__generator) || function (thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.Routes = void 0;\nvar CrudService_1 = __webpack_require__(/*! ../../Core/CrudService */ \"./dist/Core/CrudService.js\");\nvar entityName = 'exclusion_windows';\nvar prefix = 'merchant';\nvar baseRoute = \"/\".concat(prefix, \"/\").concat(entityName);\nexports.Routes = {\n COPY_FROM_MERCHANT: \"\".concat(baseRoute, \"/copy_from_merchant\")\n};\nvar ExclusionWindowService = /** @class */ (function () {\n function ExclusionWindowService(session) {\n this.service = new CrudService_1.default(session, entityName, prefix);\n }\n ExclusionWindowService.prototype.loadAllByTeam = function (request) {\n return __awaiter(this, void 0, void 0, function () {\n var result;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.service.getAll(request)];\n case 1:\n result = _a.sent();\n return [2 /*return*/, result.exclusion_windows];\n }\n });\n });\n };\n ExclusionWindowService.prototype.create = function (request) {\n return __awaiter(this, void 0, void 0, function () {\n var result;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.service.create(request)];\n case 1:\n result = _a.sent();\n return [2 /*return*/, result.exclusion_window];\n }\n });\n });\n };\n ExclusionWindowService.prototype.update = function (id, request) {\n return __awaiter(this, void 0, void 0, function () {\n var result;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.service.update(id, request)];\n case 1:\n result = _a.sent();\n return [2 /*return*/, result.exclusion_window];\n }\n });\n });\n };\n ExclusionWindowService.prototype.delete = function (id) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.service.delete(id)];\n });\n });\n };\n ExclusionWindowService.prototype.copyFromMerchant = function (teamId, exclusionWindowId) {\n return __awaiter(this, void 0, void 0, function () {\n var result;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.service.routeGenerator\n .post(exports.Routes.COPY_FROM_MERCHANT)\n .withQueryString({ team_id: teamId, id: exclusionWindowId })\n .setException('Failed to copy exclusion windows from merchant')\n .invoke()];\n case 1:\n result = _a.sent();\n return [2 /*return*/, result.exclusion_windows];\n }\n });\n });\n };\n return ExclusionWindowService;\n}());\nexports.default = ExclusionWindowService;\n//# sourceMappingURL=exclusion-window-service.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./dist/ExclusionWindow/v2/exclusion-window-service.js?");
|
|
1100
|
+
eval("\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nvar __generator = (this && this.__generator) || function (thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.Routes = void 0;\nvar CrudService_1 = __webpack_require__(/*! ../../Core/CrudService */ \"./dist/Core/CrudService.js\");\nvar entityName = 'exclusion_windows';\nvar prefix = 'merchant';\nvar baseRoute = \"/\".concat(prefix, \"/\").concat(entityName);\nexports.Routes = {\n COPY_FROM_MERCHANT: \"\".concat(baseRoute, \"/copy_from_merchant\")\n};\nvar ExclusionWindowService = /** @class */ (function () {\n function ExclusionWindowService(session) {\n this.service = new CrudService_1.default(session, entityName, prefix);\n }\n ExclusionWindowService.prototype.loadAllByTeam = function (request) {\n return __awaiter(this, void 0, void 0, function () {\n var result;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.service.getAll(request)];\n case 1:\n result = _a.sent();\n return [2 /*return*/, result.exclusion_windows];\n }\n });\n });\n };\n ExclusionWindowService.prototype.loadAllWithoutTeam = function () {\n return __awaiter(this, void 0, void 0, function () {\n var result;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.service.getAll()];\n case 1:\n result = _a.sent();\n return [2 /*return*/, result.exclusion_windows];\n }\n });\n });\n };\n ExclusionWindowService.prototype.create = function (request) {\n return __awaiter(this, void 0, void 0, function () {\n var result;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.service.create(request)];\n case 1:\n result = _a.sent();\n return [2 /*return*/, result.exclusion_window];\n }\n });\n });\n };\n ExclusionWindowService.prototype.update = function (id, request) {\n return __awaiter(this, void 0, void 0, function () {\n var result;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.service.update(id, request)];\n case 1:\n result = _a.sent();\n return [2 /*return*/, result.exclusion_window];\n }\n });\n });\n };\n ExclusionWindowService.prototype.delete = function (id) {\n return __awaiter(this, void 0, void 0, function () {\n return __generator(this, function (_a) {\n return [2 /*return*/, this.service.delete(id)];\n });\n });\n };\n ExclusionWindowService.prototype.copyFromMerchant = function (teamId, exclusionWindowId) {\n return __awaiter(this, void 0, void 0, function () {\n var result;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, this.service.routeGenerator\n .post(exports.Routes.COPY_FROM_MERCHANT)\n .withQueryString({ team_id: teamId, id: exclusionWindowId })\n .setException('Failed to copy exclusion windows from merchant')\n .invoke()];\n case 1:\n result = _a.sent();\n return [2 /*return*/, result.exclusion_windows];\n }\n });\n });\n };\n return ExclusionWindowService;\n}());\nexports.default = ExclusionWindowService;\n//# sourceMappingURL=exclusion-window-service.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./dist/ExclusionWindow/v2/exclusion-window-service.js?");
|
|
1101
1101
|
|
|
1102
1102
|
/***/ }),
|
|
1103
1103
|
|
|
@@ -2605,7 +2605,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexport
|
|
|
2605
2605
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2606
2606
|
|
|
2607
2607
|
"use strict";
|
|
2608
|
-
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 = '2.9.2-pre';\nfunction logErrorResponse(response) {\n var data = response.data, status = response.status;\n try {\n Logger_1.default.error(response.config.method.toUpperCase(), response.config.url, status);\n }\n catch (e) { }\n 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?");
|
|
2608
|
+
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 = '2.9.2-pre.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?");
|
|
2609
2609
|
|
|
2610
2610
|
/***/ }),
|
|
2611
2611
|
|
|
@@ -3814,7 +3814,7 @@ eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3814
3814
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3815
3815
|
|
|
3816
3816
|
"use strict";
|
|
3817
|
-
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_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_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_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/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?");
|
|
3817
|
+
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_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_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_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?");
|
|
3818
3818
|
|
|
3819
3819
|
/***/ }),
|
|
3820
3820
|
|
|
@@ -3827,7 +3827,7 @@ eval("\nvar __createBinding = (this && this.__createBinding) || (Object.create ?
|
|
|
3827
3827
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3828
3828
|
|
|
3829
3829
|
"use strict";
|
|
3830
|
-
eval("\nexports.__esModule = true;\nexports.ActionKey = exports.ActionType = void 0;\nvar ActionType;\n(function (ActionType) {\n ActionType[ActionType[\"ALERT\"] = 0] = \"ALERT\";\n ActionType[ActionType[\"INTERNAL_SMS\"] = 1] = \"INTERNAL_SMS\";\n ActionType[ActionType[\"INTERNAL_EMAIL\"] = 2] = \"INTERNAL_EMAIL\";\n ActionType[ActionType[\"WEBHOOK\"] = 3] = \"WEBHOOK\";\n ActionType[ActionType[\"ENTITY_UPDATE\"] = 4] = \"ENTITY_UPDATE\";\n ActionType[ActionType[\"RELEASE\"] = 5] = \"RELEASE\";\n ActionType[ActionType[\"MARK_NOT_READY\"] = 6] = \"MARK_NOT_READY\";\n ActionType[ActionType[\"FINISH_TASK\"] = 7] = \"FINISH_TASK\";\n ActionType[ActionType[\"SHARE_WITH_CUSTOMER\"] = 8] = \"SHARE_WITH_CUSTOMER\";\n ActionType[ActionType[\"AUTO_UNASSIGN\"] = 9] = \"AUTO_UNASSIGN\";\n ActionType[ActionType[\"RESCHEDULE_TASKS\"] = 10] = \"RESCHEDULE_TASKS\";\n ActionType[ActionType[\"SHARED_LOCATION\"] = 11] = \"SHARED_LOCATION\";\n ActionType[ActionType[\"CONVERT_LINKED_TO_MM\"] = 12] = \"CONVERT_LINKED_TO_MM\";\n ActionType[ActionType[\"CONVERT_MM_TO_LINKED\"] = 13] = \"CONVERT_MM_TO_LINKED\";\n})(ActionType = exports.ActionType || (exports.ActionType = {}));\nvar ActionKey;\n(function (ActionKey) {\n ActionKey[\"UPDATE\"] = \"updateEntity\";\n ActionKey[\"GENERIC_ACTION\"] = \"genericAction\";\n ActionKey[\"ALERT\"] = \"alert\";\n ActionKey[\"SHARED_LOCATION\"] = \"sharedLocation\";\n})(ActionKey = exports.ActionKey || (exports.ActionKey = {}));\n//# sourceMappingURL=action.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/action.js?");
|
|
3830
|
+
eval("\nexports.__esModule = true;\nexports.ActionKey = exports.ActionType = void 0;\nvar ActionType;\n(function (ActionType) {\n ActionType[ActionType[\"ALERT\"] = 0] = \"ALERT\";\n ActionType[ActionType[\"INTERNAL_SMS\"] = 1] = \"INTERNAL_SMS\";\n ActionType[ActionType[\"INTERNAL_EMAIL\"] = 2] = \"INTERNAL_EMAIL\";\n ActionType[ActionType[\"WEBHOOK\"] = 3] = \"WEBHOOK\";\n ActionType[ActionType[\"ENTITY_UPDATE\"] = 4] = \"ENTITY_UPDATE\";\n ActionType[ActionType[\"RELEASE\"] = 5] = \"RELEASE\";\n ActionType[ActionType[\"MARK_NOT_READY\"] = 6] = \"MARK_NOT_READY\";\n ActionType[ActionType[\"FINISH_TASK\"] = 7] = \"FINISH_TASK\";\n ActionType[ActionType[\"SHARE_WITH_CUSTOMER\"] = 8] = \"SHARE_WITH_CUSTOMER\";\n ActionType[ActionType[\"AUTO_UNASSIGN\"] = 9] = \"AUTO_UNASSIGN\";\n ActionType[ActionType[\"RESCHEDULE_TASKS\"] = 10] = \"RESCHEDULE_TASKS\";\n ActionType[ActionType[\"SHARED_LOCATION\"] = 11] = \"SHARED_LOCATION\";\n ActionType[ActionType[\"CONVERT_LINKED_TO_MM\"] = 12] = \"CONVERT_LINKED_TO_MM\";\n ActionType[ActionType[\"CONVERT_MM_TO_LINKED\"] = 13] = \"CONVERT_MM_TO_LINKED\";\n ActionType[ActionType[\"OPTIMIZATION\"] = 14] = \"OPTIMIZATION\";\n})(ActionType = exports.ActionType || (exports.ActionType = {}));\nvar ActionKey;\n(function (ActionKey) {\n ActionKey[\"UPDATE\"] = \"updateEntity\";\n ActionKey[\"GENERIC_ACTION\"] = \"genericAction\";\n ActionKey[\"ALERT\"] = \"alert\";\n ActionKey[\"SHARED_LOCATION\"] = \"sharedLocation\";\n ActionKey[\"OPTIMIZATION\"] = \"optimization\";\n})(ActionKey = exports.ActionKey || (exports.ActionKey = {}));\n//# sourceMappingURL=action.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/action.js?");
|
|
3831
3831
|
|
|
3832
3832
|
/***/ }),
|
|
3833
3833
|
|
|
@@ -3896,16 +3896,16 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=common.js.map\n\n//# so
|
|
|
3896
3896
|
|
|
3897
3897
|
/***/ }),
|
|
3898
3898
|
|
|
3899
|
-
/***/ "./node_modules/@bringg/types/types/analytics/common/
|
|
3900
|
-
|
|
3901
|
-
!*** ./node_modules/@bringg/types/types/analytics/common/
|
|
3902
|
-
|
|
3899
|
+
/***/ "./node_modules/@bringg/types/types/analytics/common/entity_sharing.js":
|
|
3900
|
+
/*!*****************************************************************************!*\
|
|
3901
|
+
!*** ./node_modules/@bringg/types/types/analytics/common/entity_sharing.js ***!
|
|
3902
|
+
\*****************************************************************************/
|
|
3903
3903
|
/*! no static exports found */
|
|
3904
3904
|
/*! all exports used */
|
|
3905
3905
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3906
3906
|
|
|
3907
3907
|
"use strict";
|
|
3908
|
-
eval("\nexports.__esModule = true;\nexports.SharedEntityAccessLevel = void 0;\nvar SharedEntityAccessLevel;\n(function (SharedEntityAccessLevel) {\n SharedEntityAccessLevel[SharedEntityAccessLevel[\"Viewer\"] = 0] = \"Viewer\";\n SharedEntityAccessLevel[SharedEntityAccessLevel[\"Editor\"] = 1] = \"Editor\";\n})(SharedEntityAccessLevel = exports.SharedEntityAccessLevel || (exports.SharedEntityAccessLevel = {}));\n//# sourceMappingURL=
|
|
3908
|
+
eval("\nexports.__esModule = true;\nexports.SharedEntityAccessLevel = void 0;\nvar SharedEntityAccessLevel;\n(function (SharedEntityAccessLevel) {\n SharedEntityAccessLevel[SharedEntityAccessLevel[\"Viewer\"] = 0] = \"Viewer\";\n SharedEntityAccessLevel[SharedEntityAccessLevel[\"Editor\"] = 1] = \"Editor\";\n})(SharedEntityAccessLevel = exports.SharedEntityAccessLevel || (exports.SharedEntityAccessLevel = {}));\n//# sourceMappingURL=entity_sharing.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/common/entity_sharing.js?");
|
|
3909
3909
|
|
|
3910
3910
|
/***/ }),
|
|
3911
3911
|
|
|
@@ -3957,7 +3957,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=dashboards_shares.js.ma
|
|
|
3957
3957
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3958
3958
|
|
|
3959
3959
|
"use strict";
|
|
3960
|
-
eval("\
|
|
3960
|
+
eval("\nexports.__esModule = true;\nexports.WidgetType = exports.UnitDimensionType = exports.UnitType = exports.GroupBy = exports.TrendDirection = void 0;\nvar TrendDirection;\n(function (TrendDirection) {\n TrendDirection[TrendDirection[\"Asc\"] = 0] = \"Asc\";\n TrendDirection[TrendDirection[\"Desc\"] = 1] = \"Desc\";\n})(TrendDirection = exports.TrendDirection || (exports.TrendDirection = {}));\nvar GroupBy;\n(function (GroupBy) {\n GroupBy[GroupBy[\"Merchant\"] = 0] = \"Merchant\";\n GroupBy[GroupBy[\"Team\"] = 1] = \"Team\";\n GroupBy[GroupBy[\"ParentTeam\"] = 2] = \"ParentTeam\";\n GroupBy[GroupBy[\"Driver\"] = 3] = \"Driver\";\n GroupBy[GroupBy[\"Fleet\"] = 4] = \"Fleet\";\n GroupBy[GroupBy[\"All\"] = 5] = \"All\";\n})(GroupBy = exports.GroupBy || (exports.GroupBy = {}));\nvar UnitType;\n(function (UnitType) {\n UnitType[UnitType[\"Percent\"] = 0] = \"Percent\";\n UnitType[UnitType[\"Distance\"] = 1] = \"Distance\";\n UnitType[UnitType[\"Money\"] = 2] = \"Money\";\n UnitType[UnitType[\"Number\"] = 3] = \"Number\";\n UnitType[UnitType[\"Time\"] = 4] = \"Time\";\n})(UnitType = exports.UnitType || (exports.UnitType = {}));\nvar UnitDimensionType;\n(function (UnitDimensionType) {\n UnitDimensionType[UnitDimensionType[\"Weekday\"] = 0] = \"Weekday\";\n UnitDimensionType[UnitDimensionType[\"Hour\"] = 1] = \"Hour\";\n})(UnitDimensionType = exports.UnitDimensionType || (exports.UnitDimensionType = {}));\nvar WidgetType;\n(function (WidgetType) {\n WidgetType[WidgetType[\"Number\"] = 0] = \"Number\";\n WidgetType[WidgetType[\"LineChart\"] = 1] = \"LineChart\";\n WidgetType[WidgetType[\"BarChart\"] = 2] = \"BarChart\";\n WidgetType[WidgetType[\"PieChart\"] = 3] = \"PieChart\";\n WidgetType[WidgetType[\"DonutChart\"] = 4] = \"DonutChart\";\n WidgetType[WidgetType[\"ReversedBarChart\"] = 5] = \"ReversedBarChart\";\n WidgetType[WidgetType[\"ReversedFullWidthBarChart\"] = 6] = \"ReversedFullWidthBarChart\";\n})(WidgetType = exports.WidgetType || (exports.WidgetType = {}));\n//# sourceMappingURL=widgets.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/dashboards/widgets.js?");
|
|
3961
3961
|
|
|
3962
3962
|
/***/ }),
|
|
3963
3963
|
|
|
@@ -3983,7 +3983,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=widgets_catalog_items.j
|
|
|
3983
3983
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3984
3984
|
|
|
3985
3985
|
"use strict";
|
|
3986
|
-
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__(/*! ./common/common */ \"./node_modules/@bringg/types/types/analytics/common/common.js\"), exports);\n__exportStar(__webpack_require__(/*! ./common/
|
|
3986
|
+
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__(/*! ./common/common */ \"./node_modules/@bringg/types/types/analytics/common/common.js\"), exports);\n__exportStar(__webpack_require__(/*! ./common/entity_sharing */ \"./node_modules/@bringg/types/types/analytics/common/entity_sharing.js\"), exports);\n__exportStar(__webpack_require__(/*! ./cubejs */ \"./node_modules/@bringg/types/types/analytics/cubejs.js\"), exports);\n__exportStar(__webpack_require__(/*! ./dashboards/dashboards */ \"./node_modules/@bringg/types/types/analytics/dashboards/dashboards.js\"), exports);\n__exportStar(__webpack_require__(/*! ./dashboards/dashboards_shares */ \"./node_modules/@bringg/types/types/analytics/dashboards/dashboards_shares.js\"), exports);\n__exportStar(__webpack_require__(/*! ./dashboards/widgets */ \"./node_modules/@bringg/types/types/analytics/dashboards/widgets.js\"), exports);\n__exportStar(__webpack_require__(/*! ./dashboards/widgets_catalog_items */ \"./node_modules/@bringg/types/types/analytics/dashboards/widgets_catalog_items.js\"), exports);\n__exportStar(__webpack_require__(/*! ./reports/report */ \"./node_modules/@bringg/types/types/analytics/reports/report.js\"), exports);\n__exportStar(__webpack_require__(/*! ./reports/report_export */ \"./node_modules/@bringg/types/types/analytics/reports/report_export.js\"), exports);\n__exportStar(__webpack_require__(/*! ./reports/report_share */ \"./node_modules/@bringg/types/types/analytics/reports/report_share.js\"), exports);\n__exportStar(__webpack_require__(/*! ./reports/reports_scheduled_jobs */ \"./node_modules/@bringg/types/types/analytics/reports/reports_scheduled_jobs.js\"), exports);\n__exportStar(__webpack_require__(/*! ./reports/reports_stats */ \"./node_modules/@bringg/types/types/analytics/reports/reports_stats.js\"), exports);\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/analytics/index.js?");
|
|
3987
3987
|
|
|
3988
3988
|
/***/ }),
|
|
3989
3989
|
|
|
@@ -4542,7 +4542,7 @@ eval("\nexports.__esModule = true;\nexports.IntegrationName = void 0;\nvar Integ
|
|
|
4542
4542
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4543
4543
|
|
|
4544
4544
|
"use strict";
|
|
4545
|
-
eval("\nexports.__esModule = true;\nexports.KEYSET_PAGINATION_VER = exports.KeysetPaginationPageAction = void 0;\nvar KeysetPaginationPageAction;\n(function (KeysetPaginationPageAction) {\n KeysetPaginationPageAction[\"NEXT\"] = \"next\";\n KeysetPaginationPageAction[\"PREVIOUS\"] = \"previous\";\n})(KeysetPaginationPageAction = exports.KeysetPaginationPageAction || (exports.KeysetPaginationPageAction = {}));\nexports.KEYSET_PAGINATION_VER = 2;\n//# sourceMappingURL=keyset_pagination.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/keyset_pagination.js?");
|
|
4545
|
+
eval("\nexports.__esModule = true;\nexports.KEYSET_PAGINATION_VER = exports.KeysetPaginationPageAction = void 0;\nvar KeysetPaginationPageAction;\n(function (KeysetPaginationPageAction) {\n KeysetPaginationPageAction[\"NEXT\"] = \"next\";\n KeysetPaginationPageAction[\"NEXT_ONLY\"] = \"next_only\";\n KeysetPaginationPageAction[\"PREVIOUS\"] = \"previous\";\n})(KeysetPaginationPageAction = exports.KeysetPaginationPageAction || (exports.KeysetPaginationPageAction = {}));\nexports.KEYSET_PAGINATION_VER = 2;\n//# sourceMappingURL=keyset_pagination.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/keyset_pagination.js?");
|
|
4546
4546
|
|
|
4547
4547
|
/***/ }),
|
|
4548
4548
|
|
|
@@ -4620,7 +4620,7 @@ eval("\nexports.__esModule = true;\nexports.EnvironmentTypes = exports.Subscript
|
|
|
4620
4620
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4621
4621
|
|
|
4622
4622
|
"use strict";
|
|
4623
|
-
eval("\nexports.__esModule = true;\nexports.EndOfWeekDay = exports.GrabMode = exports.SmsProvider = exports.SharingMode = exports.ChainOfCustodyType = exports.TipType = exports.FormDisplayMode = exports.HourFormat = exports.FuturePeriod = void 0;\nvar FuturePeriod;\n(function (FuturePeriod) {\n FuturePeriod[FuturePeriod[\"none\"] = -1] = \"none\";\n FuturePeriod[FuturePeriod[\"today\"] = 1] = \"today\";\n FuturePeriod[FuturePeriod[\"tomorrow\"] = 2] = \"tomorrow\";\n FuturePeriod[FuturePeriod[\"next_24_hours\"] = 3] = \"next_24_hours\";\n FuturePeriod[FuturePeriod[\"forever_and_ever\"] = 4] = \"forever_and_ever\";\n FuturePeriod[FuturePeriod[\"custom\"] = 5] = \"custom\";\n FuturePeriod[FuturePeriod[\"all_open_tasks\"] = 6] = \"all_open_tasks\";\n})(FuturePeriod = exports.FuturePeriod || (exports.FuturePeriod = {}));\nvar HourFormat;\n(function (HourFormat) {\n HourFormat[HourFormat[\"Default\"] = 0] = \"Default\";\n HourFormat[HourFormat[\"TwelveHours\"] = 1] = \"TwelveHours\";\n HourFormat[HourFormat[\"TwentyFourHours\"] = 2] = \"TwentyFourHours\";\n})(HourFormat = exports.HourFormat || (exports.HourFormat = {}));\nvar FormDisplayMode;\n(function (FormDisplayMode) {\n FormDisplayMode[FormDisplayMode[\"MANUAL\"] = 0] = \"MANUAL\";\n FormDisplayMode[FormDisplayMode[\"AFTER_CHECK_IN\"] = 1] = \"AFTER_CHECK_IN\";\n FormDisplayMode[FormDisplayMode[\"BEFORE_CHECKOUT\"] = 2] = \"BEFORE_CHECKOUT\";\n})(FormDisplayMode = exports.FormDisplayMode || (exports.FormDisplayMode = {}));\nvar TipType;\n(function (TipType) {\n TipType[TipType[\"PERCENT\"] = 0] = \"PERCENT\";\n TipType[TipType[\"MONEY\"] = 1] = \"MONEY\";\n})(TipType = exports.TipType || (exports.TipType = {}));\nvar ChainOfCustodyType;\n(function (ChainOfCustodyType) {\n ChainOfCustodyType[ChainOfCustodyType[\"WEAK\"] = 0] = \"WEAK\";\n ChainOfCustodyType[ChainOfCustodyType[\"STRONG\"] = 1] = \"STRONG\";\n ChainOfCustodyType[ChainOfCustodyType[\"NONE\"] = 2] = \"NONE\";\n ChainOfCustodyType[ChainOfCustodyType[\"UNLOAD\"] = 3] = \"UNLOAD\";\n})(ChainOfCustodyType = exports.ChainOfCustodyType || (exports.ChainOfCustodyType = {}));\nvar SharingMode;\n(function (SharingMode) {\n SharingMode[SharingMode[\"ALL\"] = 0] = \"ALL\";\n SharingMode[SharingMode[\"EMAIL_ONLY\"] = 1] = \"EMAIL_ONLY\";\n SharingMode[SharingMode[\"PHONE_ONLY\"] = 2] = \"PHONE_ONLY\";\n SharingMode[SharingMode[\"NO_SHARING\"] = 3] = \"NO_SHARING\";\n SharingMode[SharingMode[\"WEBHOOKS_ONLY\"] = 4] = \"WEBHOOKS_ONLY\";\n})(SharingMode = exports.SharingMode || (exports.SharingMode = {}));\nvar SmsProvider;\n(function (SmsProvider) {\n SmsProvider[SmsProvider[\"Twilio\"] = 0] = \"Twilio\";\n SmsProvider[SmsProvider[\"Nexmo\"] = 1] = \"Nexmo\";\n})(SmsProvider = exports.SmsProvider || (exports.SmsProvider = {}));\nvar GrabMode;\n(function (GrabMode) {\n GrabMode[GrabMode[\"OFF\"] = 0] = \"OFF\";\n GrabMode[GrabMode[\"AUTOMATIC\"] = 1] = \"AUTOMATIC\";\n GrabMode[GrabMode[\"ON_DEMAND\"] = 2] = \"ON_DEMAND\";\n})(GrabMode = exports.GrabMode || (exports.GrabMode = {}));\nvar EndOfWeekDay;\n(function (EndOfWeekDay) {\n EndOfWeekDay[EndOfWeekDay[\"Friday\"] = 0] = \"Friday\";\n EndOfWeekDay[EndOfWeekDay[\"Saturday\"] = 1] = \"Saturday\";\n EndOfWeekDay[EndOfWeekDay[\"Sunday\"] = 2] = \"Sunday\";\n EndOfWeekDay[EndOfWeekDay[\"Monday\"] = 3] = \"Monday\";\n EndOfWeekDay[EndOfWeekDay[\"Tuesday\"] = 4] = \"Tuesday\";\n EndOfWeekDay[EndOfWeekDay[\"Wednesday\"] = 5] = \"Wednesday\";\n EndOfWeekDay[EndOfWeekDay[\"Thursday\"] = 6] = \"Thursday\";\n})(EndOfWeekDay = exports.EndOfWeekDay || (exports.EndOfWeekDay = {}));\n//# sourceMappingURL=merchant_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/merchant_configuration.js?");
|
|
4623
|
+
eval("\nexports.__esModule = true;\nexports.DynamicCapacityValuesOptions = exports.EndOfWeekDay = exports.GrabMode = exports.SmsProvider = exports.SharingMode = exports.ChainOfCustodyType = exports.TipType = exports.FormDisplayMode = exports.HourFormat = exports.FuturePeriod = void 0;\nvar FuturePeriod;\n(function (FuturePeriod) {\n FuturePeriod[FuturePeriod[\"none\"] = -1] = \"none\";\n FuturePeriod[FuturePeriod[\"today\"] = 1] = \"today\";\n FuturePeriod[FuturePeriod[\"tomorrow\"] = 2] = \"tomorrow\";\n FuturePeriod[FuturePeriod[\"next_24_hours\"] = 3] = \"next_24_hours\";\n FuturePeriod[FuturePeriod[\"forever_and_ever\"] = 4] = \"forever_and_ever\";\n FuturePeriod[FuturePeriod[\"custom\"] = 5] = \"custom\";\n FuturePeriod[FuturePeriod[\"all_open_tasks\"] = 6] = \"all_open_tasks\";\n})(FuturePeriod = exports.FuturePeriod || (exports.FuturePeriod = {}));\nvar HourFormat;\n(function (HourFormat) {\n HourFormat[HourFormat[\"Default\"] = 0] = \"Default\";\n HourFormat[HourFormat[\"TwelveHours\"] = 1] = \"TwelveHours\";\n HourFormat[HourFormat[\"TwentyFourHours\"] = 2] = \"TwentyFourHours\";\n})(HourFormat = exports.HourFormat || (exports.HourFormat = {}));\nvar FormDisplayMode;\n(function (FormDisplayMode) {\n FormDisplayMode[FormDisplayMode[\"MANUAL\"] = 0] = \"MANUAL\";\n FormDisplayMode[FormDisplayMode[\"AFTER_CHECK_IN\"] = 1] = \"AFTER_CHECK_IN\";\n FormDisplayMode[FormDisplayMode[\"BEFORE_CHECKOUT\"] = 2] = \"BEFORE_CHECKOUT\";\n})(FormDisplayMode = exports.FormDisplayMode || (exports.FormDisplayMode = {}));\nvar TipType;\n(function (TipType) {\n TipType[TipType[\"PERCENT\"] = 0] = \"PERCENT\";\n TipType[TipType[\"MONEY\"] = 1] = \"MONEY\";\n})(TipType = exports.TipType || (exports.TipType = {}));\nvar ChainOfCustodyType;\n(function (ChainOfCustodyType) {\n ChainOfCustodyType[ChainOfCustodyType[\"WEAK\"] = 0] = \"WEAK\";\n ChainOfCustodyType[ChainOfCustodyType[\"STRONG\"] = 1] = \"STRONG\";\n ChainOfCustodyType[ChainOfCustodyType[\"NONE\"] = 2] = \"NONE\";\n ChainOfCustodyType[ChainOfCustodyType[\"UNLOAD\"] = 3] = \"UNLOAD\";\n})(ChainOfCustodyType = exports.ChainOfCustodyType || (exports.ChainOfCustodyType = {}));\nvar SharingMode;\n(function (SharingMode) {\n SharingMode[SharingMode[\"ALL\"] = 0] = \"ALL\";\n SharingMode[SharingMode[\"EMAIL_ONLY\"] = 1] = \"EMAIL_ONLY\";\n SharingMode[SharingMode[\"PHONE_ONLY\"] = 2] = \"PHONE_ONLY\";\n SharingMode[SharingMode[\"NO_SHARING\"] = 3] = \"NO_SHARING\";\n SharingMode[SharingMode[\"WEBHOOKS_ONLY\"] = 4] = \"WEBHOOKS_ONLY\";\n})(SharingMode = exports.SharingMode || (exports.SharingMode = {}));\nvar SmsProvider;\n(function (SmsProvider) {\n SmsProvider[SmsProvider[\"Twilio\"] = 0] = \"Twilio\";\n SmsProvider[SmsProvider[\"Nexmo\"] = 1] = \"Nexmo\";\n})(SmsProvider = exports.SmsProvider || (exports.SmsProvider = {}));\nvar GrabMode;\n(function (GrabMode) {\n GrabMode[GrabMode[\"OFF\"] = 0] = \"OFF\";\n GrabMode[GrabMode[\"AUTOMATIC\"] = 1] = \"AUTOMATIC\";\n GrabMode[GrabMode[\"ON_DEMAND\"] = 2] = \"ON_DEMAND\";\n})(GrabMode = exports.GrabMode || (exports.GrabMode = {}));\nvar EndOfWeekDay;\n(function (EndOfWeekDay) {\n EndOfWeekDay[EndOfWeekDay[\"Friday\"] = 0] = \"Friday\";\n EndOfWeekDay[EndOfWeekDay[\"Saturday\"] = 1] = \"Saturday\";\n EndOfWeekDay[EndOfWeekDay[\"Sunday\"] = 2] = \"Sunday\";\n EndOfWeekDay[EndOfWeekDay[\"Monday\"] = 3] = \"Monday\";\n EndOfWeekDay[EndOfWeekDay[\"Tuesday\"] = 4] = \"Tuesday\";\n EndOfWeekDay[EndOfWeekDay[\"Wednesday\"] = 5] = \"Wednesday\";\n EndOfWeekDay[EndOfWeekDay[\"Thursday\"] = 6] = \"Thursday\";\n})(EndOfWeekDay = exports.EndOfWeekDay || (exports.EndOfWeekDay = {}));\nvar DynamicCapacityValuesOptions;\n(function (DynamicCapacityValuesOptions) {\n DynamicCapacityValuesOptions[DynamicCapacityValuesOptions[\"OFF\"] = 0] = \"OFF\";\n DynamicCapacityValuesOptions[DynamicCapacityValuesOptions[\"ALL\"] = 1] = \"ALL\";\n DynamicCapacityValuesOptions[DynamicCapacityValuesOptions[\"CURRENT_LOAD\"] = 2] = \"CURRENT_LOAD\";\n DynamicCapacityValuesOptions[DynamicCapacityValuesOptions[\"EXPECTED_PICKUP\"] = 3] = \"EXPECTED_PICKUP\";\n})(DynamicCapacityValuesOptions = exports.DynamicCapacityValuesOptions || (exports.DynamicCapacityValuesOptions = {}));\n//# sourceMappingURL=merchant_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/merchant_configuration.js?");
|
|
4624
4624
|
|
|
4625
4625
|
/***/ }),
|
|
4626
4626
|
|
|
@@ -4789,7 +4789,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=predicate.js.map\n\n//#
|
|
|
4789
4789
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4790
4790
|
|
|
4791
4791
|
"use strict";
|
|
4792
|
-
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[\"EDIT_ANALYTICS_MASTER_DASHBOARD\"] = \"edit_analytics_master_dashboard\";\n})(PrivilegeTypes = exports.PrivilegeTypes || (exports.PrivilegeTypes = {}));\n//# sourceMappingURL=privilege.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/privilege.js?");
|
|
4792
|
+
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?");
|
|
4793
4793
|
|
|
4794
4794
|
/***/ }),
|
|
4795
4795
|
|
|
@@ -4971,7 +4971,7 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=route_optimization.js.m
|
|
|
4971
4971
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4972
4972
|
|
|
4973
4973
|
"use strict";
|
|
4974
|
-
eval("\nexports.__esModule = true;\nexports.OFFLINE_ONLINE_EVENT_TYPES = exports.RUN_HISTORY_TYPES = exports.HOME_EVENT_TYPES = exports.
|
|
4974
|
+
eval("\nexports.__esModule = true;\nexports.OFFLINE_ONLINE_EVENT_TYPES = exports.RUN_HISTORY_TYPES = exports.HOME_EVENT_TYPES = exports.RunStartAndEndMethods = void 0;\nvar RunStartAndEndMethods;\n(function (RunStartAndEndMethods) {\n RunStartAndEndMethods[RunStartAndEndMethods[\"UNKNOWN\"] = 0] = \"UNKNOWN\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_MANUAL_START_TASK\"] = 1] = \"FROM_MANUAL_START_TASK\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_AUTO_START_TASK\"] = 2] = \"FROM_AUTO_START_TASK\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_END_RUN\"] = 3] = \"FROM_END_RUN\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"HOME_FROM_DASHBOARD\"] = 4] = \"HOME_FROM_DASHBOARD\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"HOME_FROM_BEACON\"] = 5] = \"HOME_FROM_BEACON\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"HOME_FROM_GEOFENCE\"] = 6] = \"HOME_FROM_GEOFENCE\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"HOME_FROM_APP\"] = 7] = \"HOME_FROM_APP\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"HOME_FROM_API\"] = 8] = \"HOME_FROM_API\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"HOME_FROM_SERVER\"] = 9] = \"HOME_FROM_SERVER\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"HOME_FROM_POLYGON\"] = 10] = \"HOME_FROM_POLYGON\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_ROLE_CHANGE\"] = 11] = \"FROM_ROLE_CHANGE\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_END_TASK\"] = 12] = \"FROM_END_TASK\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_START_TASK\"] = 13] = \"FROM_START_TASK\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_END_SHIFT\"] = 14] = \"FROM_END_SHIFT\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"ROUTES_CREATE_TASK\"] = 15] = \"ROUTES_CREATE_TASK\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_AUTO_END_RUNS_FOR_ENDED_SHIFTS\"] = 16] = \"FROM_AUTO_END_RUNS_FOR_ENDED_SHIFTS\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"BULK_CLOSE_FROM_DISPATCH\"] = 17] = \"BULK_CLOSE_FROM_DISPATCH\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_AUTO_END_RUN_WITH_NO_TASKS\"] = 18] = \"FROM_AUTO_END_RUN_WITH_NO_TASKS\";\n RunStartAndEndMethods[RunStartAndEndMethods[\"FROM_AUTO_END_RUN_WITH_NO_TASKS_AFTER_CANCEL\"] = 19] = \"FROM_AUTO_END_RUN_WITH_NO_TASKS_AFTER_CANCEL\";\n})(RunStartAndEndMethods = exports.RunStartAndEndMethods || (exports.RunStartAndEndMethods = {}));\nvar HOME_EVENT_TYPES;\n(function (HOME_EVENT_TYPES) {\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"AUTOMATIC_FROM_APP_GEOFENCE\"] = 1] = \"AUTOMATIC_FROM_APP_GEOFENCE\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"MANUAL_FROM_APP\"] = 2] = \"MANUAL_FROM_APP\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"FROM_DASHBOARD\"] = 3] = \"FROM_DASHBOARD\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"FROM_API\"] = 4] = \"FROM_API\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"AUTOMATIC_FROM_SERVER\"] = 5] = \"AUTOMATIC_FROM_SERVER\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"AUTOMATIC_FROM_APP_POLYGON\"] = 6] = \"AUTOMATIC_FROM_APP_POLYGON\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"AUTOMATIC_FROM_APP_BEACON\"] = 7] = \"AUTOMATIC_FROM_APP_BEACON\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"AUTOMATIC_FROM_ROLE_CHANGE\"] = 8] = \"AUTOMATIC_FROM_ROLE_CHANGE\";\n HOME_EVENT_TYPES[HOME_EVENT_TYPES[\"FROM_END_SHIFT\"] = 9] = \"FROM_END_SHIFT\";\n})(HOME_EVENT_TYPES = exports.HOME_EVENT_TYPES || (exports.HOME_EVENT_TYPES = {}));\nvar RUN_HISTORY_TYPES;\n(function (RUN_HISTORY_TYPES) {\n RUN_HISTORY_TYPES[RUN_HISTORY_TYPES[\"ALERT\"] = 0] = \"ALERT\";\n RUN_HISTORY_TYPES[RUN_HISTORY_TYPES[\"HOME_EVENT\"] = 1] = \"HOME_EVENT\";\n RUN_HISTORY_TYPES[RUN_HISTORY_TYPES[\"OFFLINE_ONLINE_EVENT\"] = 2] = \"OFFLINE_ONLINE_EVENT\";\n RUN_HISTORY_TYPES[RUN_HISTORY_TYPES[\"SHIFT\"] = 3] = \"SHIFT\";\n RUN_HISTORY_TYPES[RUN_HISTORY_TYPES[\"TASK_HISTORY\"] = 4] = \"TASK_HISTORY\";\n})(RUN_HISTORY_TYPES = exports.RUN_HISTORY_TYPES || (exports.RUN_HISTORY_TYPES = {}));\nvar OFFLINE_ONLINE_EVENT_TYPES;\n(function (OFFLINE_ONLINE_EVENT_TYPES) {\n OFFLINE_ONLINE_EVENT_TYPES[OFFLINE_ONLINE_EVENT_TYPES[\"OFFLINE\"] = 0] = \"OFFLINE\";\n OFFLINE_ONLINE_EVENT_TYPES[OFFLINE_ONLINE_EVENT_TYPES[\"ONLINE\"] = 1] = \"ONLINE\";\n})(OFFLINE_ONLINE_EVENT_TYPES = exports.OFFLINE_ONLINE_EVENT_TYPES || (exports.OFFLINE_ONLINE_EVENT_TYPES = {}));\n//# sourceMappingURL=run.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/run.js?");
|
|
4975
4975
|
|
|
4976
4976
|
/***/ }),
|
|
4977
4977
|
|
|
@@ -5508,6 +5508,19 @@ eval("\nexports.__esModule = true;\n//# sourceMappingURL=web_application_configu
|
|
|
5508
5508
|
|
|
5509
5509
|
/***/ }),
|
|
5510
5510
|
|
|
5511
|
+
/***/ "./node_modules/@bringg/types/types/webhook_authentication_configuration.js":
|
|
5512
|
+
/*!**********************************************************************************!*\
|
|
5513
|
+
!*** ./node_modules/@bringg/types/types/webhook_authentication_configuration.js ***!
|
|
5514
|
+
\**********************************************************************************/
|
|
5515
|
+
/*! no static exports found */
|
|
5516
|
+
/*! all exports used */
|
|
5517
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5518
|
+
|
|
5519
|
+
"use strict";
|
|
5520
|
+
eval("\nexports.__esModule = true;\n//# sourceMappingURL=webhook_authentication_configuration.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/webhook_authentication_configuration.js?");
|
|
5521
|
+
|
|
5522
|
+
/***/ }),
|
|
5523
|
+
|
|
5511
5524
|
/***/ "./node_modules/@bringg/types/types/webhooks.js":
|
|
5512
5525
|
/*!******************************************************!*\
|
|
5513
5526
|
!*** ./node_modules/@bringg/types/types/webhooks.js ***!
|
|
@@ -5608,7 +5621,20 @@ eval("\nexports.__esModule = true;\nvar action_1 = __webpack_require__(/*! ../ac
|
|
|
5608
5621
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5609
5622
|
|
|
5610
5623
|
"use strict";
|
|
5611
|
-
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__(/*! ./alert-action-types */ \"./node_modules/@bringg/types/types/workflow/alert-action-types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./alerts_configuration */ \"./node_modules/@bringg/types/types/workflow/alerts_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./generic-action-types */ \"./node_modules/@bringg/types/types/workflow/generic-action-types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./rule_types */ \"./node_modules/@bringg/types/types/workflow/rule_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./share_location_types */ \"./node_modules/@bringg/types/types/workflow/share_location_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./update_entity_types */ \"./node_modules/@bringg/types/types/workflow/update_entity_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./workflow-template-strings */ \"./node_modules/@bringg/types/types/workflow/workflow-template-strings.js\"), exports);\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/index.js?");
|
|
5624
|
+
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__(/*! ./alert-action-types */ \"./node_modules/@bringg/types/types/workflow/alert-action-types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./alerts_configuration */ \"./node_modules/@bringg/types/types/workflow/alerts_configuration.js\"), exports);\n__exportStar(__webpack_require__(/*! ./generic-action-types */ \"./node_modules/@bringg/types/types/workflow/generic-action-types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./optimization_types */ \"./node_modules/@bringg/types/types/workflow/optimization_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./rule_types */ \"./node_modules/@bringg/types/types/workflow/rule_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./share_location_types */ \"./node_modules/@bringg/types/types/workflow/share_location_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./update_entity_types */ \"./node_modules/@bringg/types/types/workflow/update_entity_types.js\"), exports);\n__exportStar(__webpack_require__(/*! ./workflow-template-strings */ \"./node_modules/@bringg/types/types/workflow/workflow-template-strings.js\"), exports);\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/index.js?");
|
|
5625
|
+
|
|
5626
|
+
/***/ }),
|
|
5627
|
+
|
|
5628
|
+
/***/ "./node_modules/@bringg/types/types/workflow/optimization_types.js":
|
|
5629
|
+
/*!*************************************************************************!*\
|
|
5630
|
+
!*** ./node_modules/@bringg/types/types/workflow/optimization_types.js ***!
|
|
5631
|
+
\*************************************************************************/
|
|
5632
|
+
/*! no static exports found */
|
|
5633
|
+
/*! all exports used */
|
|
5634
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5635
|
+
|
|
5636
|
+
"use strict";
|
|
5637
|
+
eval("\nexports.__esModule = true;\nvar action_1 = __webpack_require__(/*! ../action */ \"./node_modules/@bringg/types/types/action.js\");\n//# sourceMappingURL=optimization_types.js.map\n\n//# sourceURL=webpack://BringgDashboardSDK/./node_modules/@bringg/types/types/workflow/optimization_types.js?");
|
|
5612
5638
|
|
|
5613
5639
|
/***/ }),
|
|
5614
5640
|
|