@bringg/dashboard-sdk 0.10.7 → 0.10.9
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/AlertConfiguration/AlertConfigurationApi.d.ts +1 -1
- package/dist/AlertConfiguration/Entity/AlertConfigurationEntity.d.ts +1 -1
- package/dist/AlertConfiguration/Entity/AlertConfigurationEntity.js.map +1 -1
- package/dist/AlertConfiguration/Entity/ConfigurationEntity.d.ts +1 -1
- package/dist/Services/ServiceRequest.js +1 -1
- package/dist/User/Store/UsersStore.d.ts +1 -0
- package/dist/User/Store/UsersStore.js +34 -12
- package/dist/User/Store/UsersStore.js.map +1 -1
- package/dist/bringg-dashboard-sdk-cjs2.js +423 -393
- package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
- package/dist/bringg-dashboard-sdk.js +31 -31
- package/dist/bringg-dashboard-sdk.min.js +4 -4
- package/dist/bringg-dashboard-sdk.min.js.map +1 -1
- package/package.json +2 -2
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 144);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -812,7 +812,7 @@ var OuterSubscriber = /*@__PURE__*/ (function (_super) {
|
|
|
812
812
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
813
813
|
exports.BaseRoutes = void 0;
|
|
814
814
|
var BaseService_1 = __webpack_require__(96);
|
|
815
|
-
var CrudService_1 = __webpack_require__(
|
|
815
|
+
var CrudService_1 = __webpack_require__(199);
|
|
816
816
|
var lodash_1 = __webpack_require__(11);
|
|
817
817
|
var BaseRoutes;
|
|
818
818
|
(function (BaseRoutes) {
|
|
@@ -18643,7 +18643,7 @@ var async = /*@__PURE__*/ new _AsyncScheduler__WEBPACK_IMPORTED_MODULE_1__[/* As
|
|
|
18643
18643
|
else {}
|
|
18644
18644
|
}.call(this));
|
|
18645
18645
|
|
|
18646
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(104), __webpack_require__(
|
|
18646
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(104), __webpack_require__(145)(module)))
|
|
18647
18647
|
|
|
18648
18648
|
/***/ }),
|
|
18649
18649
|
/* 12 */
|
|
@@ -18796,7 +18796,7 @@ exports.BringgException = exports.logOnException = void 0;
|
|
|
18796
18796
|
var _ = __webpack_require__(11);
|
|
18797
18797
|
var Logger_1 = __webpack_require__(39);
|
|
18798
18798
|
var ExceptionReason_1 = __webpack_require__(47);
|
|
18799
|
-
var extendable_error_1 = __webpack_require__(
|
|
18799
|
+
var extendable_error_1 = __webpack_require__(165);
|
|
18800
18800
|
var logOnException = function (target, propertyKey, descriptor) {
|
|
18801
18801
|
var originalMethod = descriptor.value;
|
|
18802
18802
|
descriptor.value = function () {
|
|
@@ -19571,7 +19571,7 @@ var Enums_1 = __webpack_require__(67);
|
|
|
19571
19571
|
var BringgException_1 = __webpack_require__(15);
|
|
19572
19572
|
var lodash_1 = __webpack_require__(11);
|
|
19573
19573
|
var ExceptionReason_1 = __webpack_require__(47);
|
|
19574
|
-
var responseMessageToString_1 = __webpack_require__(
|
|
19574
|
+
var responseMessageToString_1 = __webpack_require__(198);
|
|
19575
19575
|
exports.HTTP_EVENTS = {
|
|
19576
19576
|
HTTP_REQUEST_FAILURE: 'http failure'
|
|
19577
19577
|
};
|
|
@@ -20135,7 +20135,7 @@ function localstorage() {
|
|
|
20135
20135
|
}
|
|
20136
20136
|
}
|
|
20137
20137
|
|
|
20138
|
-
module.exports = __webpack_require__(
|
|
20138
|
+
module.exports = __webpack_require__(177)(exports);
|
|
20139
20139
|
|
|
20140
20140
|
const {formatters} = module.exports;
|
|
20141
20141
|
|
|
@@ -20954,7 +20954,7 @@ var _a;
|
|
|
20954
20954
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20955
20955
|
exports.THROTTLE_TIME = exports.ActionToFunction = exports.Actions = void 0;
|
|
20956
20956
|
var operators_1 = __webpack_require__(65);
|
|
20957
|
-
var Subject_1 = __webpack_require__(
|
|
20957
|
+
var Subject_1 = __webpack_require__(200);
|
|
20958
20958
|
var lodash_1 = __webpack_require__(11);
|
|
20959
20959
|
var Logger_1 = __webpack_require__(39);
|
|
20960
20960
|
var Actions;
|
|
@@ -22027,21 +22027,21 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
22027
22027
|
};
|
|
22028
22028
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22029
22029
|
exports.BringgDashboardSDK = void 0;
|
|
22030
|
-
var Session_1 = __webpack_require__(
|
|
22031
|
-
var MerchantApi_1 = __webpack_require__(
|
|
22032
|
-
var RolloutsApi_1 = __webpack_require__(
|
|
22033
|
-
var runs_1 = __webpack_require__(
|
|
22034
|
-
var Customer_1 = __webpack_require__(
|
|
22035
|
-
var dashboard_1 = __webpack_require__(
|
|
22036
|
-
var ReasonToChangeInventory_1 = __webpack_require__(
|
|
22037
|
-
var TaskInventory_1 = __webpack_require__(
|
|
22038
|
-
var ChatConversationApi_1 = __webpack_require__(
|
|
22039
|
-
var Crew_1 = __webpack_require__(
|
|
22040
|
-
var PlannedRoutesApi_1 = __webpack_require__(
|
|
22030
|
+
var Session_1 = __webpack_require__(146);
|
|
22031
|
+
var MerchantApi_1 = __webpack_require__(196);
|
|
22032
|
+
var RolloutsApi_1 = __webpack_require__(213);
|
|
22033
|
+
var runs_1 = __webpack_require__(216);
|
|
22034
|
+
var Customer_1 = __webpack_require__(336);
|
|
22035
|
+
var dashboard_1 = __webpack_require__(338);
|
|
22036
|
+
var ReasonToChangeInventory_1 = __webpack_require__(340);
|
|
22037
|
+
var TaskInventory_1 = __webpack_require__(342);
|
|
22038
|
+
var ChatConversationApi_1 = __webpack_require__(344);
|
|
22039
|
+
var Crew_1 = __webpack_require__(348);
|
|
22040
|
+
var PlannedRoutesApi_1 = __webpack_require__(351);
|
|
22041
22041
|
var ConfigurationProvider_1 = __webpack_require__(130);
|
|
22042
|
-
var Language_1 = __webpack_require__(
|
|
22043
|
-
var NotificationType_1 = __webpack_require__(
|
|
22044
|
-
var Users_1 = __webpack_require__(
|
|
22042
|
+
var Language_1 = __webpack_require__(353);
|
|
22043
|
+
var NotificationType_1 = __webpack_require__(356);
|
|
22044
|
+
var Users_1 = __webpack_require__(359);
|
|
22045
22045
|
var NotificationTemplate_1 = __webpack_require__(363);
|
|
22046
22046
|
var customer_configuration_1 = __webpack_require__(366);
|
|
22047
22047
|
var CrossAppTransport_1 = __webpack_require__(368);
|
|
@@ -22461,8 +22461,8 @@ exports.BringgDashboardSDK = BringgDashboardSDK;
|
|
|
22461
22461
|
/* 62 */
|
|
22462
22462
|
/***/ (function(module, exports, __webpack_require__) {
|
|
22463
22463
|
|
|
22464
|
-
const encodePacket = __webpack_require__(
|
|
22465
|
-
const decodePacket = __webpack_require__(
|
|
22464
|
+
const encodePacket = __webpack_require__(183);
|
|
22465
|
+
const decodePacket = __webpack_require__(184);
|
|
22466
22466
|
|
|
22467
22467
|
const SEPARATOR = String.fromCharCode(30); // see https://en.wikipedia.org/wiki/Delimiter#ASCII_delimited_text
|
|
22468
22468
|
|
|
@@ -22561,7 +22561,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
22561
22561
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
22562
22562
|
};
|
|
22563
22563
|
exports.__esModule = true;
|
|
22564
|
-
__exportStar(__webpack_require__(218), exports);
|
|
22565
22564
|
__exportStar(__webpack_require__(219), exports);
|
|
22566
22565
|
__exportStar(__webpack_require__(220), exports);
|
|
22567
22566
|
__exportStar(__webpack_require__(221), exports);
|
|
@@ -22673,6 +22672,7 @@ __exportStar(__webpack_require__(331), exports);
|
|
|
22673
22672
|
__exportStar(__webpack_require__(332), exports);
|
|
22674
22673
|
__exportStar(__webpack_require__(333), exports);
|
|
22675
22674
|
__exportStar(__webpack_require__(334), exports);
|
|
22675
|
+
__exportStar(__webpack_require__(335), exports);
|
|
22676
22676
|
//# sourceMappingURL=index.js.map
|
|
22677
22677
|
|
|
22678
22678
|
/***/ }),
|
|
@@ -30510,11 +30510,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
30510
30510
|
};
|
|
30511
30511
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30512
30512
|
exports.AnonymousServiceRequest = exports.AuthorizedServiceRequest = exports.ResponseHandler = exports.RequestOptions = exports.logErrorResponse = void 0;
|
|
30513
|
-
var axios_1 = __webpack_require__(
|
|
30513
|
+
var axios_1 = __webpack_require__(147);
|
|
30514
30514
|
var Logger_1 = __webpack_require__(39);
|
|
30515
30515
|
var lodash_1 = __webpack_require__(11);
|
|
30516
30516
|
var BringgException_1 = __webpack_require__(15);
|
|
30517
|
-
var version = '0.10.
|
|
30517
|
+
var version = '0.10.9';
|
|
30518
30518
|
function logErrorResponse(response) {
|
|
30519
30519
|
var data = response.data, status = response.status;
|
|
30520
30520
|
try {
|
|
@@ -31031,8 +31031,8 @@ exports.decode = function(qs){
|
|
|
31031
31031
|
|
|
31032
31032
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31033
31033
|
exports.Decoder = exports.Encoder = exports.PacketType = exports.protocol = void 0;
|
|
31034
|
-
const Emitter = __webpack_require__(
|
|
31035
|
-
const binary_1 = __webpack_require__(
|
|
31034
|
+
const Emitter = __webpack_require__(189);
|
|
31035
|
+
const binary_1 = __webpack_require__(190);
|
|
31036
31036
|
const is_binary_1 = __webpack_require__(127);
|
|
31037
31037
|
const debug = __webpack_require__(32)("socket.io-parser");
|
|
31038
31038
|
/**
|
|
@@ -31632,10 +31632,10 @@ exports.config = {
|
|
|
31632
31632
|
"use strict";
|
|
31633
31633
|
|
|
31634
31634
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31635
|
-
var isArray_1 = __webpack_require__(
|
|
31636
|
-
var isObject_1 = __webpack_require__(
|
|
31635
|
+
var isArray_1 = __webpack_require__(203);
|
|
31636
|
+
var isObject_1 = __webpack_require__(204);
|
|
31637
31637
|
var isFunction_1 = __webpack_require__(131);
|
|
31638
|
-
var UnsubscriptionError_1 = __webpack_require__(
|
|
31638
|
+
var UnsubscriptionError_1 = __webpack_require__(205);
|
|
31639
31639
|
var Subscription = (function () {
|
|
31640
31640
|
function Subscription(unsubscribe) {
|
|
31641
31641
|
this.closed = false;
|
|
@@ -31851,7 +31851,7 @@ var __values = (this && this.__values) || function(o) {
|
|
|
31851
31851
|
};
|
|
31852
31852
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31853
31853
|
exports.userToGroupsMapper = exports.groupFilter = exports.GROUP_VALUES = exports.UserEvents = exports.successExtractor = exports.countExtractor = exports.usersExtractor = exports.userExtractor = exports.defaultExtractor = exports.UsersScopes = void 0;
|
|
31854
|
-
var UserHelpers_1 = __webpack_require__(
|
|
31854
|
+
var UserHelpers_1 = __webpack_require__(141);
|
|
31855
31855
|
var UsersScopes;
|
|
31856
31856
|
(function (UsersScopes) {
|
|
31857
31857
|
UsersScopes["DRIVERS"] = "drivers";
|
|
@@ -32007,11 +32007,11 @@ exports.RESEND_CONFIRMATION_EMAIL_ROUTE = exports.UNWIND_ROUTE = exports.IMPERSO
|
|
|
32007
32007
|
var Enums_1 = __webpack_require__(67);
|
|
32008
32008
|
var URLEndpoint_1 = __webpack_require__(68);
|
|
32009
32009
|
var ServiceRequest_1 = __webpack_require__(91);
|
|
32010
|
-
var User_1 = __webpack_require__(
|
|
32010
|
+
var User_1 = __webpack_require__(167);
|
|
32011
32011
|
var Route_1 = __webpack_require__(19);
|
|
32012
32012
|
var BringgException_1 = __webpack_require__(15);
|
|
32013
32013
|
var ExceptionReason_1 = __webpack_require__(47);
|
|
32014
|
-
var sha1 = __webpack_require__(
|
|
32014
|
+
var sha1 = __webpack_require__(168);
|
|
32015
32015
|
var lodash_1 = __webpack_require__(11);
|
|
32016
32016
|
var BringgDashboardSDK_1 = __webpack_require__(61);
|
|
32017
32017
|
exports.CREATE_TOKEN_ROUTE = new Route_1.Route('/tokens', 1 /* POST */);
|
|
@@ -32462,7 +32462,7 @@ module.exports = function isCancel(value) {
|
|
|
32462
32462
|
/* WEBPACK VAR INJECTION */(function(process) {
|
|
32463
32463
|
|
|
32464
32464
|
var utils = __webpack_require__(23);
|
|
32465
|
-
var normalizeHeaderName = __webpack_require__(
|
|
32465
|
+
var normalizeHeaderName = __webpack_require__(153);
|
|
32466
32466
|
|
|
32467
32467
|
var DEFAULT_CONTENT_TYPE = {
|
|
32468
32468
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
@@ -32758,12 +32758,12 @@ process.umask = function() { return 0; };
|
|
|
32758
32758
|
|
|
32759
32759
|
|
|
32760
32760
|
var utils = __webpack_require__(23);
|
|
32761
|
-
var settle = __webpack_require__(
|
|
32762
|
-
var cookies = __webpack_require__(
|
|
32761
|
+
var settle = __webpack_require__(154);
|
|
32762
|
+
var cookies = __webpack_require__(156);
|
|
32763
32763
|
var buildURL = __webpack_require__(108);
|
|
32764
|
-
var buildFullPath = __webpack_require__(
|
|
32765
|
-
var parseHeaders = __webpack_require__(
|
|
32766
|
-
var isURLSameOrigin = __webpack_require__(
|
|
32764
|
+
var buildFullPath = __webpack_require__(157);
|
|
32765
|
+
var parseHeaders = __webpack_require__(160);
|
|
32766
|
+
var isURLSameOrigin = __webpack_require__(161);
|
|
32767
32767
|
var createError = __webpack_require__(113);
|
|
32768
32768
|
|
|
32769
32769
|
module.exports = function xhrAdapter(config) {
|
|
@@ -32943,7 +32943,7 @@ module.exports = function xhrAdapter(config) {
|
|
|
32943
32943
|
"use strict";
|
|
32944
32944
|
|
|
32945
32945
|
|
|
32946
|
-
var enhanceError = __webpack_require__(
|
|
32946
|
+
var enhanceError = __webpack_require__(155);
|
|
32947
32947
|
|
|
32948
32948
|
/**
|
|
32949
32949
|
* Create an Error with the specified message, config, error code, request and response.
|
|
@@ -33096,9 +33096,9 @@ module.exports = Cancel;
|
|
|
33096
33096
|
|
|
33097
33097
|
|
|
33098
33098
|
|
|
33099
|
-
var base64 = __webpack_require__(
|
|
33100
|
-
var ieee754 = __webpack_require__(
|
|
33101
|
-
var isArray = __webpack_require__(
|
|
33099
|
+
var base64 = __webpack_require__(169)
|
|
33100
|
+
var ieee754 = __webpack_require__(170)
|
|
33101
|
+
var isArray = __webpack_require__(171)
|
|
33102
33102
|
|
|
33103
33103
|
exports.Buffer = Buffer
|
|
33104
33104
|
exports.SlowBuffer = SlowBuffer
|
|
@@ -34999,11 +34999,11 @@ function queryKey(uri, query) {
|
|
|
34999
34999
|
|
|
35000
35000
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35001
35001
|
exports.Manager = void 0;
|
|
35002
|
-
const eio = __webpack_require__(
|
|
35002
|
+
const eio = __webpack_require__(179);
|
|
35003
35003
|
const socket_1 = __webpack_require__(126);
|
|
35004
35004
|
const parser = __webpack_require__(95);
|
|
35005
35005
|
const on_1 = __webpack_require__(128);
|
|
35006
|
-
const Backoff = __webpack_require__(
|
|
35006
|
+
const Backoff = __webpack_require__(192);
|
|
35007
35007
|
const typed_events_1 = __webpack_require__(129);
|
|
35008
35008
|
const debug = __webpack_require__(32)("socket.io-client:manager");
|
|
35009
35009
|
class Manager extends typed_events_1.StrictEventEmitter {
|
|
@@ -35378,9 +35378,9 @@ exports.Manager = Manager;
|
|
|
35378
35378
|
/***/ (function(module, exports, __webpack_require__) {
|
|
35379
35379
|
|
|
35380
35380
|
const XMLHttpRequest = __webpack_require__(121);
|
|
35381
|
-
const XHR = __webpack_require__(
|
|
35382
|
-
const JSONP = __webpack_require__(
|
|
35383
|
-
const websocket = __webpack_require__(
|
|
35381
|
+
const XHR = __webpack_require__(182);
|
|
35382
|
+
const JSONP = __webpack_require__(186);
|
|
35383
|
+
const websocket = __webpack_require__(187);
|
|
35384
35384
|
|
|
35385
35385
|
exports.polling = polling;
|
|
35386
35386
|
exports.websocket = websocket;
|
|
@@ -35430,7 +35430,7 @@ function polling(opts) {
|
|
|
35430
35430
|
|
|
35431
35431
|
// browser shim for xmlhttprequest module
|
|
35432
35432
|
|
|
35433
|
-
const hasCORS = __webpack_require__(
|
|
35433
|
+
const hasCORS = __webpack_require__(181);
|
|
35434
35434
|
const globalThis = __webpack_require__(69);
|
|
35435
35435
|
|
|
35436
35436
|
module.exports = function(opts) {
|
|
@@ -36351,7 +36351,7 @@ exports.on = on;
|
|
|
36351
36351
|
|
|
36352
36352
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36353
36353
|
exports.StrictEventEmitter = void 0;
|
|
36354
|
-
const Emitter = __webpack_require__(
|
|
36354
|
+
const Emitter = __webpack_require__(191);
|
|
36355
36355
|
/**
|
|
36356
36356
|
* Strictly typed version of an `EventEmitter`. A `TypedEventEmitter` takes type
|
|
36357
36357
|
* parameters for mappings of event names to event data types, and strictly
|
|
@@ -36709,6 +36709,42 @@ exports.defaultExtractor = defaultExtractor;
|
|
|
36709
36709
|
|
|
36710
36710
|
"use strict";
|
|
36711
36711
|
|
|
36712
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36713
|
+
exports.UserHelpers = void 0;
|
|
36714
|
+
var types_1 = __webpack_require__(64);
|
|
36715
|
+
var lodash_1 = __webpack_require__(11);
|
|
36716
|
+
var UserHelpers = /** @class */ (function () {
|
|
36717
|
+
function UserHelpers() {
|
|
36718
|
+
}
|
|
36719
|
+
UserHelpers.isOfflineDriver = function (user) {
|
|
36720
|
+
return user.driver === true && user.status === types_1.Connection.Offline;
|
|
36721
|
+
};
|
|
36722
|
+
UserHelpers.isOnlineDriver = function (user) {
|
|
36723
|
+
return user.driver === true && user.status === types_1.Connection.Online;
|
|
36724
|
+
};
|
|
36725
|
+
UserHelpers.isOnShiftDriver = function (user) {
|
|
36726
|
+
return user.driver === true && !lodash_1.isNil(user.active_shift_id);
|
|
36727
|
+
};
|
|
36728
|
+
UserHelpers.isCustomer = function (user) {
|
|
36729
|
+
return user.customer === true;
|
|
36730
|
+
};
|
|
36731
|
+
UserHelpers.isAdmin = function (user) {
|
|
36732
|
+
return user.admin === true;
|
|
36733
|
+
};
|
|
36734
|
+
UserHelpers.isDispatcher = function (user) {
|
|
36735
|
+
return user.dispatcher === true;
|
|
36736
|
+
};
|
|
36737
|
+
return UserHelpers;
|
|
36738
|
+
}());
|
|
36739
|
+
exports.UserHelpers = UserHelpers;
|
|
36740
|
+
//# sourceMappingURL=UserHelpers.js.map
|
|
36741
|
+
|
|
36742
|
+
/***/ }),
|
|
36743
|
+
/* 142 */
|
|
36744
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
36745
|
+
|
|
36746
|
+
"use strict";
|
|
36747
|
+
|
|
36712
36748
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36713
36749
|
exports.notificationsTemplateExtractor = exports.defaultExtractor = void 0;
|
|
36714
36750
|
var defaultExtractor = function (response) { return response; };
|
|
@@ -36720,7 +36756,7 @@ exports.notificationsTemplateExtractor = notificationsTemplateExtractor;
|
|
|
36720
36756
|
//# sourceMappingURL=NotificationTemplate.consts.js.map
|
|
36721
36757
|
|
|
36722
36758
|
/***/ }),
|
|
36723
|
-
/*
|
|
36759
|
+
/* 143 */
|
|
36724
36760
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36725
36761
|
|
|
36726
36762
|
"use strict";
|
|
@@ -36747,7 +36783,7 @@ exports.getCsvFieldsExtractor = getCsvFieldsExtractor;
|
|
|
36747
36783
|
//# sourceMappingURL=Vehicle.consts.js.map
|
|
36748
36784
|
|
|
36749
36785
|
/***/ }),
|
|
36750
|
-
/*
|
|
36786
|
+
/* 144 */
|
|
36751
36787
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36752
36788
|
|
|
36753
36789
|
"use strict";
|
|
@@ -36771,7 +36807,7 @@ var PlannedRoutesConsts = __webpack_require__(504);
|
|
|
36771
36807
|
exports.PlannedRoutesConsts = PlannedRoutesConsts;
|
|
36772
36808
|
var NotificationTypesConsts = __webpack_require__(140);
|
|
36773
36809
|
exports.NotificationTypesConsts = NotificationTypesConsts;
|
|
36774
|
-
var NotificationTemplateConsts = __webpack_require__(
|
|
36810
|
+
var NotificationTemplateConsts = __webpack_require__(142);
|
|
36775
36811
|
exports.NotificationTemplateConsts = NotificationTemplateConsts;
|
|
36776
36812
|
var LanguageConsts = __webpack_require__(139);
|
|
36777
36813
|
exports.LanguageConsts = LanguageConsts;
|
|
@@ -36809,7 +36845,7 @@ lodash_1.extend(module.exports, {
|
|
|
36809
36845
|
//# sourceMappingURL=index.js.map
|
|
36810
36846
|
|
|
36811
36847
|
/***/ }),
|
|
36812
|
-
/*
|
|
36848
|
+
/* 145 */
|
|
36813
36849
|
/***/ (function(module, exports) {
|
|
36814
36850
|
|
|
36815
36851
|
module.exports = function(module) {
|
|
@@ -36837,7 +36873,7 @@ module.exports = function(module) {
|
|
|
36837
36873
|
|
|
36838
36874
|
|
|
36839
36875
|
/***/ }),
|
|
36840
|
-
/*
|
|
36876
|
+
/* 146 */
|
|
36841
36877
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36842
36878
|
|
|
36843
36879
|
"use strict";
|
|
@@ -36891,15 +36927,15 @@ var __values = (this && this.__values) || function(o) {
|
|
|
36891
36927
|
};
|
|
36892
36928
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36893
36929
|
var AuthService_1 = __webpack_require__(105);
|
|
36894
|
-
var PersistentConnection_1 = __webpack_require__(
|
|
36930
|
+
var PersistentConnection_1 = __webpack_require__(173);
|
|
36895
36931
|
var ConfigurationProvider_1 = __webpack_require__(130);
|
|
36896
36932
|
var URLEndpoint_1 = __webpack_require__(68);
|
|
36897
36933
|
var BringgDashboardSDK_1 = __webpack_require__(61);
|
|
36898
36934
|
var PubSubEvents_1 = __webpack_require__(63);
|
|
36899
|
-
var BringgDashboardSDK_consts_1 = __webpack_require__(
|
|
36935
|
+
var BringgDashboardSDK_consts_1 = __webpack_require__(194);
|
|
36900
36936
|
var Logger_1 = __webpack_require__(39);
|
|
36901
36937
|
var Enums_1 = __webpack_require__(67);
|
|
36902
|
-
var deepmerge = __webpack_require__(
|
|
36938
|
+
var deepmerge = __webpack_require__(195);
|
|
36903
36939
|
var Session = /** @class */ (function () {
|
|
36904
36940
|
function Session(user) {
|
|
36905
36941
|
this.merchant = null;
|
|
@@ -37223,13 +37259,13 @@ exports.default = Session;
|
|
|
37223
37259
|
//# sourceMappingURL=Session.js.map
|
|
37224
37260
|
|
|
37225
37261
|
/***/ }),
|
|
37226
|
-
/*
|
|
37262
|
+
/* 147 */
|
|
37227
37263
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37228
37264
|
|
|
37229
|
-
module.exports = __webpack_require__(
|
|
37265
|
+
module.exports = __webpack_require__(148);
|
|
37230
37266
|
|
|
37231
37267
|
/***/ }),
|
|
37232
|
-
/*
|
|
37268
|
+
/* 148 */
|
|
37233
37269
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37234
37270
|
|
|
37235
37271
|
"use strict";
|
|
@@ -37237,7 +37273,7 @@ module.exports = __webpack_require__(147);
|
|
|
37237
37273
|
|
|
37238
37274
|
var utils = __webpack_require__(23);
|
|
37239
37275
|
var bind = __webpack_require__(107);
|
|
37240
|
-
var Axios = __webpack_require__(
|
|
37276
|
+
var Axios = __webpack_require__(149);
|
|
37241
37277
|
var mergeConfig = __webpack_require__(114);
|
|
37242
37278
|
var defaults = __webpack_require__(110);
|
|
37243
37279
|
|
|
@@ -37273,17 +37309,17 @@ axios.create = function create(instanceConfig) {
|
|
|
37273
37309
|
|
|
37274
37310
|
// Expose Cancel & CancelToken
|
|
37275
37311
|
axios.Cancel = __webpack_require__(115);
|
|
37276
|
-
axios.CancelToken = __webpack_require__(
|
|
37312
|
+
axios.CancelToken = __webpack_require__(162);
|
|
37277
37313
|
axios.isCancel = __webpack_require__(109);
|
|
37278
37314
|
|
|
37279
37315
|
// Expose all/spread
|
|
37280
37316
|
axios.all = function all(promises) {
|
|
37281
37317
|
return Promise.all(promises);
|
|
37282
37318
|
};
|
|
37283
|
-
axios.spread = __webpack_require__(
|
|
37319
|
+
axios.spread = __webpack_require__(163);
|
|
37284
37320
|
|
|
37285
37321
|
// Expose isAxiosError
|
|
37286
|
-
axios.isAxiosError = __webpack_require__(
|
|
37322
|
+
axios.isAxiosError = __webpack_require__(164);
|
|
37287
37323
|
|
|
37288
37324
|
module.exports = axios;
|
|
37289
37325
|
|
|
@@ -37292,7 +37328,7 @@ module.exports.default = axios;
|
|
|
37292
37328
|
|
|
37293
37329
|
|
|
37294
37330
|
/***/ }),
|
|
37295
|
-
/*
|
|
37331
|
+
/* 149 */
|
|
37296
37332
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37297
37333
|
|
|
37298
37334
|
"use strict";
|
|
@@ -37300,8 +37336,8 @@ module.exports.default = axios;
|
|
|
37300
37336
|
|
|
37301
37337
|
var utils = __webpack_require__(23);
|
|
37302
37338
|
var buildURL = __webpack_require__(108);
|
|
37303
|
-
var InterceptorManager = __webpack_require__(
|
|
37304
|
-
var dispatchRequest = __webpack_require__(
|
|
37339
|
+
var InterceptorManager = __webpack_require__(150);
|
|
37340
|
+
var dispatchRequest = __webpack_require__(151);
|
|
37305
37341
|
var mergeConfig = __webpack_require__(114);
|
|
37306
37342
|
|
|
37307
37343
|
/**
|
|
@@ -37394,7 +37430,7 @@ module.exports = Axios;
|
|
|
37394
37430
|
|
|
37395
37431
|
|
|
37396
37432
|
/***/ }),
|
|
37397
|
-
/*
|
|
37433
|
+
/* 150 */
|
|
37398
37434
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37399
37435
|
|
|
37400
37436
|
"use strict";
|
|
@@ -37453,14 +37489,14 @@ module.exports = InterceptorManager;
|
|
|
37453
37489
|
|
|
37454
37490
|
|
|
37455
37491
|
/***/ }),
|
|
37456
|
-
/*
|
|
37492
|
+
/* 151 */
|
|
37457
37493
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37458
37494
|
|
|
37459
37495
|
"use strict";
|
|
37460
37496
|
|
|
37461
37497
|
|
|
37462
37498
|
var utils = __webpack_require__(23);
|
|
37463
|
-
var transformData = __webpack_require__(
|
|
37499
|
+
var transformData = __webpack_require__(152);
|
|
37464
37500
|
var isCancel = __webpack_require__(109);
|
|
37465
37501
|
var defaults = __webpack_require__(110);
|
|
37466
37502
|
|
|
@@ -37539,7 +37575,7 @@ module.exports = function dispatchRequest(config) {
|
|
|
37539
37575
|
|
|
37540
37576
|
|
|
37541
37577
|
/***/ }),
|
|
37542
|
-
/*
|
|
37578
|
+
/* 152 */
|
|
37543
37579
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37544
37580
|
|
|
37545
37581
|
"use strict";
|
|
@@ -37566,7 +37602,7 @@ module.exports = function transformData(data, headers, fns) {
|
|
|
37566
37602
|
|
|
37567
37603
|
|
|
37568
37604
|
/***/ }),
|
|
37569
|
-
/*
|
|
37605
|
+
/* 153 */
|
|
37570
37606
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37571
37607
|
|
|
37572
37608
|
"use strict";
|
|
@@ -37585,7 +37621,7 @@ module.exports = function normalizeHeaderName(headers, normalizedName) {
|
|
|
37585
37621
|
|
|
37586
37622
|
|
|
37587
37623
|
/***/ }),
|
|
37588
|
-
/*
|
|
37624
|
+
/* 154 */
|
|
37589
37625
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37590
37626
|
|
|
37591
37627
|
"use strict";
|
|
@@ -37617,7 +37653,7 @@ module.exports = function settle(resolve, reject, response) {
|
|
|
37617
37653
|
|
|
37618
37654
|
|
|
37619
37655
|
/***/ }),
|
|
37620
|
-
/*
|
|
37656
|
+
/* 155 */
|
|
37621
37657
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37622
37658
|
|
|
37623
37659
|
"use strict";
|
|
@@ -37666,7 +37702,7 @@ module.exports = function enhanceError(error, config, code, request, response) {
|
|
|
37666
37702
|
|
|
37667
37703
|
|
|
37668
37704
|
/***/ }),
|
|
37669
|
-
/*
|
|
37705
|
+
/* 156 */
|
|
37670
37706
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37671
37707
|
|
|
37672
37708
|
"use strict";
|
|
@@ -37726,14 +37762,14 @@ module.exports = (
|
|
|
37726
37762
|
|
|
37727
37763
|
|
|
37728
37764
|
/***/ }),
|
|
37729
|
-
/*
|
|
37765
|
+
/* 157 */
|
|
37730
37766
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37731
37767
|
|
|
37732
37768
|
"use strict";
|
|
37733
37769
|
|
|
37734
37770
|
|
|
37735
|
-
var isAbsoluteURL = __webpack_require__(
|
|
37736
|
-
var combineURLs = __webpack_require__(
|
|
37771
|
+
var isAbsoluteURL = __webpack_require__(158);
|
|
37772
|
+
var combineURLs = __webpack_require__(159);
|
|
37737
37773
|
|
|
37738
37774
|
/**
|
|
37739
37775
|
* Creates a new URL by combining the baseURL with the requestedURL,
|
|
@@ -37753,7 +37789,7 @@ module.exports = function buildFullPath(baseURL, requestedURL) {
|
|
|
37753
37789
|
|
|
37754
37790
|
|
|
37755
37791
|
/***/ }),
|
|
37756
|
-
/*
|
|
37792
|
+
/* 158 */
|
|
37757
37793
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37758
37794
|
|
|
37759
37795
|
"use strict";
|
|
@@ -37774,7 +37810,7 @@ module.exports = function isAbsoluteURL(url) {
|
|
|
37774
37810
|
|
|
37775
37811
|
|
|
37776
37812
|
/***/ }),
|
|
37777
|
-
/*
|
|
37813
|
+
/* 159 */
|
|
37778
37814
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37779
37815
|
|
|
37780
37816
|
"use strict";
|
|
@@ -37795,7 +37831,7 @@ module.exports = function combineURLs(baseURL, relativeURL) {
|
|
|
37795
37831
|
|
|
37796
37832
|
|
|
37797
37833
|
/***/ }),
|
|
37798
|
-
/*
|
|
37834
|
+
/* 160 */
|
|
37799
37835
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37800
37836
|
|
|
37801
37837
|
"use strict";
|
|
@@ -37855,7 +37891,7 @@ module.exports = function parseHeaders(headers) {
|
|
|
37855
37891
|
|
|
37856
37892
|
|
|
37857
37893
|
/***/ }),
|
|
37858
|
-
/*
|
|
37894
|
+
/* 161 */
|
|
37859
37895
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37860
37896
|
|
|
37861
37897
|
"use strict";
|
|
@@ -37930,7 +37966,7 @@ module.exports = (
|
|
|
37930
37966
|
|
|
37931
37967
|
|
|
37932
37968
|
/***/ }),
|
|
37933
|
-
/*
|
|
37969
|
+
/* 162 */
|
|
37934
37970
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37935
37971
|
|
|
37936
37972
|
"use strict";
|
|
@@ -37994,7 +38030,7 @@ module.exports = CancelToken;
|
|
|
37994
38030
|
|
|
37995
38031
|
|
|
37996
38032
|
/***/ }),
|
|
37997
|
-
/*
|
|
38033
|
+
/* 163 */
|
|
37998
38034
|
/***/ (function(module, exports, __webpack_require__) {
|
|
37999
38035
|
|
|
38000
38036
|
"use strict";
|
|
@@ -38028,7 +38064,7 @@ module.exports = function spread(callback) {
|
|
|
38028
38064
|
|
|
38029
38065
|
|
|
38030
38066
|
/***/ }),
|
|
38031
|
-
/*
|
|
38067
|
+
/* 164 */
|
|
38032
38068
|
/***/ (function(module, exports, __webpack_require__) {
|
|
38033
38069
|
|
|
38034
38070
|
"use strict";
|
|
@@ -38046,19 +38082,19 @@ module.exports = function isAxiosError(payload) {
|
|
|
38046
38082
|
|
|
38047
38083
|
|
|
38048
38084
|
/***/ }),
|
|
38049
|
-
/*
|
|
38085
|
+
/* 165 */
|
|
38050
38086
|
/***/ (function(module, exports, __webpack_require__) {
|
|
38051
38087
|
|
|
38052
38088
|
"use strict";
|
|
38053
38089
|
|
|
38054
38090
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38055
38091
|
exports.ExtendableError = void 0;
|
|
38056
|
-
var extendable_error_1 = __webpack_require__(
|
|
38092
|
+
var extendable_error_1 = __webpack_require__(166);
|
|
38057
38093
|
Object.defineProperty(exports, "ExtendableError", { enumerable: true, get: function () { return extendable_error_1.ExtendableError; } });
|
|
38058
38094
|
//# sourceMappingURL=index.js.map
|
|
38059
38095
|
|
|
38060
38096
|
/***/ }),
|
|
38061
|
-
/*
|
|
38097
|
+
/* 166 */
|
|
38062
38098
|
/***/ (function(module, exports, __webpack_require__) {
|
|
38063
38099
|
|
|
38064
38100
|
"use strict";
|
|
@@ -38115,7 +38151,7 @@ Object.setPrototypeOf(ExtendableError, Error);
|
|
|
38115
38151
|
//# sourceMappingURL=extendable-error.js.map
|
|
38116
38152
|
|
|
38117
38153
|
/***/ }),
|
|
38118
|
-
/*
|
|
38154
|
+
/* 167 */
|
|
38119
38155
|
/***/ (function(module, exports, __webpack_require__) {
|
|
38120
38156
|
|
|
38121
38157
|
"use strict";
|
|
@@ -38150,11 +38186,11 @@ exports.default = User;
|
|
|
38150
38186
|
//# sourceMappingURL=User.js.map
|
|
38151
38187
|
|
|
38152
38188
|
/***/ }),
|
|
38153
|
-
/*
|
|
38189
|
+
/* 168 */
|
|
38154
38190
|
/***/ (function(module, exports, __webpack_require__) {
|
|
38155
38191
|
|
|
38156
38192
|
/* WEBPACK VAR INJECTION */(function(Buffer) {(function() {
|
|
38157
|
-
var crypt = __webpack_require__(
|
|
38193
|
+
var crypt = __webpack_require__(172),
|
|
38158
38194
|
utf8 = __webpack_require__(117).utf8,
|
|
38159
38195
|
bin = __webpack_require__(117).bin,
|
|
38160
38196
|
|
|
@@ -38239,7 +38275,7 @@ exports.default = User;
|
|
|
38239
38275
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(116).Buffer))
|
|
38240
38276
|
|
|
38241
38277
|
/***/ }),
|
|
38242
|
-
/*
|
|
38278
|
+
/* 169 */
|
|
38243
38279
|
/***/ (function(module, exports, __webpack_require__) {
|
|
38244
38280
|
|
|
38245
38281
|
"use strict";
|
|
@@ -38398,7 +38434,7 @@ function fromByteArray (uint8) {
|
|
|
38398
38434
|
|
|
38399
38435
|
|
|
38400
38436
|
/***/ }),
|
|
38401
|
-
/*
|
|
38437
|
+
/* 170 */
|
|
38402
38438
|
/***/ (function(module, exports) {
|
|
38403
38439
|
|
|
38404
38440
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
@@ -38488,7 +38524,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
38488
38524
|
|
|
38489
38525
|
|
|
38490
38526
|
/***/ }),
|
|
38491
|
-
/*
|
|
38527
|
+
/* 171 */
|
|
38492
38528
|
/***/ (function(module, exports) {
|
|
38493
38529
|
|
|
38494
38530
|
var toString = {}.toString;
|
|
@@ -38499,7 +38535,7 @@ module.exports = Array.isArray || function (arr) {
|
|
|
38499
38535
|
|
|
38500
38536
|
|
|
38501
38537
|
/***/ }),
|
|
38502
|
-
/*
|
|
38538
|
+
/* 172 */
|
|
38503
38539
|
/***/ (function(module, exports) {
|
|
38504
38540
|
|
|
38505
38541
|
(function() {
|
|
@@ -38601,7 +38637,7 @@ module.exports = Array.isArray || function (arr) {
|
|
|
38601
38637
|
|
|
38602
38638
|
|
|
38603
38639
|
/***/ }),
|
|
38604
|
-
/*
|
|
38640
|
+
/* 173 */
|
|
38605
38641
|
/***/ (function(module, exports, __webpack_require__) {
|
|
38606
38642
|
|
|
38607
38643
|
"use strict";
|
|
@@ -38645,8 +38681,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
38645
38681
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38646
38682
|
exports.BringgAlive = exports.UserWireMessage = exports.REALTIME_CONNECTION_RETRY_TIME = void 0;
|
|
38647
38683
|
var Logger_1 = __webpack_require__(39);
|
|
38648
|
-
var RealtimeConnection_1 = __webpack_require__(
|
|
38649
|
-
var Polly_1 = __webpack_require__(
|
|
38684
|
+
var RealtimeConnection_1 = __webpack_require__(174);
|
|
38685
|
+
var Polly_1 = __webpack_require__(193);
|
|
38650
38686
|
var PubSubEvents_1 = __webpack_require__(63);
|
|
38651
38687
|
exports.REALTIME_CONNECTION_RETRY_TIME = 5000;
|
|
38652
38688
|
var UserWireMessage = /** @class */ (function () {
|
|
@@ -38828,7 +38864,7 @@ exports.default = PersistentConnection;
|
|
|
38828
38864
|
//# sourceMappingURL=PersistentConnection.js.map
|
|
38829
38865
|
|
|
38830
38866
|
/***/ }),
|
|
38831
|
-
/*
|
|
38867
|
+
/* 174 */
|
|
38832
38868
|
/***/ (function(module, exports, __webpack_require__) {
|
|
38833
38869
|
|
|
38834
38870
|
"use strict";
|
|
@@ -38872,7 +38908,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
38872
38908
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38873
38909
|
exports.RealtimeConnection = void 0;
|
|
38874
38910
|
var Logger_1 = __webpack_require__(39);
|
|
38875
|
-
var socket_io_client_1 = __webpack_require__(
|
|
38911
|
+
var socket_io_client_1 = __webpack_require__(175);
|
|
38876
38912
|
var RealtimeConnection = /** @class */ (function () {
|
|
38877
38913
|
function RealtimeConnection(endpoint, notifiable) {
|
|
38878
38914
|
this.endpoint = endpoint;
|
|
@@ -39025,14 +39061,14 @@ exports.RealtimeConnection = RealtimeConnection;
|
|
|
39025
39061
|
//# sourceMappingURL=RealtimeConnection.js.map
|
|
39026
39062
|
|
|
39027
39063
|
/***/ }),
|
|
39028
|
-
/*
|
|
39064
|
+
/* 175 */
|
|
39029
39065
|
/***/ (function(module, exports, __webpack_require__) {
|
|
39030
39066
|
|
|
39031
39067
|
"use strict";
|
|
39032
39068
|
|
|
39033
39069
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39034
39070
|
exports.io = exports.Socket = exports.Manager = exports.protocol = void 0;
|
|
39035
|
-
const url_1 = __webpack_require__(
|
|
39071
|
+
const url_1 = __webpack_require__(176);
|
|
39036
39072
|
const manager_1 = __webpack_require__(119);
|
|
39037
39073
|
const debug = __webpack_require__(32)("socket.io-client");
|
|
39038
39074
|
/**
|
|
@@ -39103,7 +39139,7 @@ exports.default = lookup;
|
|
|
39103
39139
|
|
|
39104
39140
|
|
|
39105
39141
|
/***/ }),
|
|
39106
|
-
/*
|
|
39142
|
+
/* 176 */
|
|
39107
39143
|
/***/ (function(module, exports, __webpack_require__) {
|
|
39108
39144
|
|
|
39109
39145
|
"use strict";
|
|
@@ -39176,7 +39212,7 @@ exports.url = url;
|
|
|
39176
39212
|
|
|
39177
39213
|
|
|
39178
39214
|
/***/ }),
|
|
39179
|
-
/*
|
|
39215
|
+
/* 177 */
|
|
39180
39216
|
/***/ (function(module, exports, __webpack_require__) {
|
|
39181
39217
|
|
|
39182
39218
|
|
|
@@ -39192,7 +39228,7 @@ function setup(env) {
|
|
|
39192
39228
|
createDebug.disable = disable;
|
|
39193
39229
|
createDebug.enable = enable;
|
|
39194
39230
|
createDebug.enabled = enabled;
|
|
39195
|
-
createDebug.humanize = __webpack_require__(
|
|
39231
|
+
createDebug.humanize = __webpack_require__(178);
|
|
39196
39232
|
createDebug.destroy = destroy;
|
|
39197
39233
|
|
|
39198
39234
|
Object.keys(env).forEach(key => {
|
|
@@ -39443,7 +39479,7 @@ module.exports = setup;
|
|
|
39443
39479
|
|
|
39444
39480
|
|
|
39445
39481
|
/***/ }),
|
|
39446
|
-
/*
|
|
39482
|
+
/* 178 */
|
|
39447
39483
|
/***/ (function(module, exports) {
|
|
39448
39484
|
|
|
39449
39485
|
/**
|
|
@@ -39611,10 +39647,10 @@ function plural(ms, msAbs, n, name) {
|
|
|
39611
39647
|
|
|
39612
39648
|
|
|
39613
39649
|
/***/ }),
|
|
39614
|
-
/*
|
|
39650
|
+
/* 179 */
|
|
39615
39651
|
/***/ (function(module, exports, __webpack_require__) {
|
|
39616
39652
|
|
|
39617
|
-
const Socket = __webpack_require__(
|
|
39653
|
+
const Socket = __webpack_require__(180);
|
|
39618
39654
|
|
|
39619
39655
|
module.exports = (uri, opts) => new Socket(uri, opts);
|
|
39620
39656
|
|
|
@@ -39631,7 +39667,7 @@ module.exports.parser = __webpack_require__(62);
|
|
|
39631
39667
|
|
|
39632
39668
|
|
|
39633
39669
|
/***/ }),
|
|
39634
|
-
/*
|
|
39670
|
+
/* 180 */
|
|
39635
39671
|
/***/ (function(module, exports, __webpack_require__) {
|
|
39636
39672
|
|
|
39637
39673
|
const transports = __webpack_require__(120);
|
|
@@ -40320,7 +40356,7 @@ module.exports = Socket;
|
|
|
40320
40356
|
|
|
40321
40357
|
|
|
40322
40358
|
/***/ }),
|
|
40323
|
-
/*
|
|
40359
|
+
/* 181 */
|
|
40324
40360
|
/***/ (function(module, exports) {
|
|
40325
40361
|
|
|
40326
40362
|
|
|
@@ -40343,7 +40379,7 @@ try {
|
|
|
40343
40379
|
|
|
40344
40380
|
|
|
40345
40381
|
/***/ }),
|
|
40346
|
-
/*
|
|
40382
|
+
/* 182 */
|
|
40347
40383
|
/***/ (function(module, exports, __webpack_require__) {
|
|
40348
40384
|
|
|
40349
40385
|
/* global attachEvent */
|
|
@@ -40681,7 +40717,7 @@ module.exports.Request = Request;
|
|
|
40681
40717
|
|
|
40682
40718
|
|
|
40683
40719
|
/***/ }),
|
|
40684
|
-
/*
|
|
40720
|
+
/* 183 */
|
|
40685
40721
|
/***/ (function(module, exports, __webpack_require__) {
|
|
40686
40722
|
|
|
40687
40723
|
const { PACKET_TYPES } = __webpack_require__(123);
|
|
@@ -40733,7 +40769,7 @@ module.exports = encodePacket;
|
|
|
40733
40769
|
|
|
40734
40770
|
|
|
40735
40771
|
/***/ }),
|
|
40736
|
-
/*
|
|
40772
|
+
/* 184 */
|
|
40737
40773
|
/***/ (function(module, exports, __webpack_require__) {
|
|
40738
40774
|
|
|
40739
40775
|
const { PACKET_TYPES_REVERSE, ERROR_PACKET } = __webpack_require__(123);
|
|
@@ -40742,7 +40778,7 @@ const withNativeArrayBuffer = typeof ArrayBuffer === "function";
|
|
|
40742
40778
|
|
|
40743
40779
|
let base64decoder;
|
|
40744
40780
|
if (withNativeArrayBuffer) {
|
|
40745
|
-
base64decoder = __webpack_require__(
|
|
40781
|
+
base64decoder = __webpack_require__(185);
|
|
40746
40782
|
}
|
|
40747
40783
|
|
|
40748
40784
|
const decodePacket = (encodedPacket, binaryType) => {
|
|
@@ -40796,7 +40832,7 @@ module.exports = decodePacket;
|
|
|
40796
40832
|
|
|
40797
40833
|
|
|
40798
40834
|
/***/ }),
|
|
40799
|
-
/*
|
|
40835
|
+
/* 185 */
|
|
40800
40836
|
/***/ (function(module, exports) {
|
|
40801
40837
|
|
|
40802
40838
|
/*
|
|
@@ -40861,7 +40897,7 @@ module.exports = decodePacket;
|
|
|
40861
40897
|
|
|
40862
40898
|
|
|
40863
40899
|
/***/ }),
|
|
40864
|
-
/*
|
|
40900
|
+
/* 186 */
|
|
40865
40901
|
/***/ (function(module, exports, __webpack_require__) {
|
|
40866
40902
|
|
|
40867
40903
|
const Polling = __webpack_require__(122);
|
|
@@ -41062,7 +41098,7 @@ module.exports = JSONPPolling;
|
|
|
41062
41098
|
|
|
41063
41099
|
|
|
41064
41100
|
/***/ }),
|
|
41065
|
-
/*
|
|
41101
|
+
/* 187 */
|
|
41066
41102
|
/***/ (function(module, exports, __webpack_require__) {
|
|
41067
41103
|
|
|
41068
41104
|
/* WEBPACK VAR INJECTION */(function(Buffer) {const Transport = __webpack_require__(92);
|
|
@@ -41075,7 +41111,7 @@ const {
|
|
|
41075
41111
|
usingBrowserWebSocket,
|
|
41076
41112
|
defaultBinaryType,
|
|
41077
41113
|
nextTick
|
|
41078
|
-
} = __webpack_require__(
|
|
41114
|
+
} = __webpack_require__(188);
|
|
41079
41115
|
|
|
41080
41116
|
const debug = __webpack_require__(32)("engine.io-client:websocket");
|
|
41081
41117
|
|
|
@@ -41325,7 +41361,7 @@ module.exports = WS;
|
|
|
41325
41361
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(116).Buffer))
|
|
41326
41362
|
|
|
41327
41363
|
/***/ }),
|
|
41328
|
-
/*
|
|
41364
|
+
/* 188 */
|
|
41329
41365
|
/***/ (function(module, exports, __webpack_require__) {
|
|
41330
41366
|
|
|
41331
41367
|
const globalThis = __webpack_require__(69);
|
|
@@ -41348,7 +41384,7 @@ module.exports = {
|
|
|
41348
41384
|
|
|
41349
41385
|
|
|
41350
41386
|
/***/ }),
|
|
41351
|
-
/*
|
|
41387
|
+
/* 189 */
|
|
41352
41388
|
/***/ (function(module, exports, __webpack_require__) {
|
|
41353
41389
|
|
|
41354
41390
|
|
|
@@ -41529,7 +41565,7 @@ Emitter.prototype.hasListeners = function(event){
|
|
|
41529
41565
|
|
|
41530
41566
|
|
|
41531
41567
|
/***/ }),
|
|
41532
|
-
/*
|
|
41568
|
+
/* 190 */
|
|
41533
41569
|
/***/ (function(module, exports, __webpack_require__) {
|
|
41534
41570
|
|
|
41535
41571
|
"use strict";
|
|
@@ -41616,7 +41652,7 @@ function _reconstructPacket(data, buffers) {
|
|
|
41616
41652
|
|
|
41617
41653
|
|
|
41618
41654
|
/***/ }),
|
|
41619
|
-
/*
|
|
41655
|
+
/* 191 */
|
|
41620
41656
|
/***/ (function(module, exports, __webpack_require__) {
|
|
41621
41657
|
|
|
41622
41658
|
|
|
@@ -41797,7 +41833,7 @@ Emitter.prototype.hasListeners = function(event){
|
|
|
41797
41833
|
|
|
41798
41834
|
|
|
41799
41835
|
/***/ }),
|
|
41800
|
-
/*
|
|
41836
|
+
/* 192 */
|
|
41801
41837
|
/***/ (function(module, exports) {
|
|
41802
41838
|
|
|
41803
41839
|
|
|
@@ -41888,7 +41924,7 @@ Backoff.prototype.setJitter = function(jitter){
|
|
|
41888
41924
|
|
|
41889
41925
|
|
|
41890
41926
|
/***/ }),
|
|
41891
|
-
/*
|
|
41927
|
+
/* 193 */
|
|
41892
41928
|
/***/ (function(module, exports, __webpack_require__) {
|
|
41893
41929
|
|
|
41894
41930
|
"use strict";
|
|
@@ -42043,7 +42079,7 @@ exports.default = Polly;
|
|
|
42043
42079
|
//# sourceMappingURL=Polly.js.map
|
|
42044
42080
|
|
|
42045
42081
|
/***/ }),
|
|
42046
|
-
/*
|
|
42082
|
+
/* 194 */
|
|
42047
42083
|
/***/ (function(module, exports, __webpack_require__) {
|
|
42048
42084
|
|
|
42049
42085
|
"use strict";
|
|
@@ -42059,7 +42095,7 @@ var GlobalEvents;
|
|
|
42059
42095
|
//# sourceMappingURL=BringgDashboardSDK.consts.js.map
|
|
42060
42096
|
|
|
42061
42097
|
/***/ }),
|
|
42062
|
-
/*
|
|
42098
|
+
/* 195 */
|
|
42063
42099
|
/***/ (function(module, exports, __webpack_require__) {
|
|
42064
42100
|
|
|
42065
42101
|
"use strict";
|
|
@@ -42199,7 +42235,7 @@ module.exports = deepmerge_1;
|
|
|
42199
42235
|
|
|
42200
42236
|
|
|
42201
42237
|
/***/ }),
|
|
42202
|
-
/*
|
|
42238
|
+
/* 196 */
|
|
42203
42239
|
/***/ (function(module, exports, __webpack_require__) {
|
|
42204
42240
|
|
|
42205
42241
|
"use strict";
|
|
@@ -42247,7 +42283,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
42247
42283
|
}
|
|
42248
42284
|
};
|
|
42249
42285
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42250
|
-
var MerchantEntity_1 = __webpack_require__(
|
|
42286
|
+
var MerchantEntity_1 = __webpack_require__(197);
|
|
42251
42287
|
var lodash_1 = __webpack_require__(11);
|
|
42252
42288
|
var cached_promise_1 = __webpack_require__(72);
|
|
42253
42289
|
var MerchantApi = /** @class */ (function () {
|
|
@@ -42318,7 +42354,7 @@ exports.default = MerchantApi;
|
|
|
42318
42354
|
//# sourceMappingURL=MerchantApi.js.map
|
|
42319
42355
|
|
|
42320
42356
|
/***/ }),
|
|
42321
|
-
/*
|
|
42357
|
+
/* 197 */
|
|
42322
42358
|
/***/ (function(module, exports, __webpack_require__) {
|
|
42323
42359
|
|
|
42324
42360
|
"use strict";
|
|
@@ -42377,7 +42413,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
42377
42413
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42378
42414
|
var StoreEntity_1 = __webpack_require__(8);
|
|
42379
42415
|
var lodash_1 = __webpack_require__(11);
|
|
42380
|
-
var Merchant_consts_1 = __webpack_require__(
|
|
42416
|
+
var Merchant_consts_1 = __webpack_require__(212);
|
|
42381
42417
|
var BaseRoute = '/merchant';
|
|
42382
42418
|
var ROUTES = {
|
|
42383
42419
|
GET_MERCHANT: BaseRoute,
|
|
@@ -42535,7 +42571,7 @@ exports.default = MerchantEntity;
|
|
|
42535
42571
|
//# sourceMappingURL=MerchantEntity.js.map
|
|
42536
42572
|
|
|
42537
42573
|
/***/ }),
|
|
42538
|
-
/*
|
|
42574
|
+
/* 198 */
|
|
42539
42575
|
/***/ (function(module, exports, __webpack_require__) {
|
|
42540
42576
|
|
|
42541
42577
|
"use strict";
|
|
@@ -42572,7 +42608,7 @@ exports.responseMessageToString = responseMessageToString;
|
|
|
42572
42608
|
//# sourceMappingURL=responseMessageToString.js.map
|
|
42573
42609
|
|
|
42574
42610
|
/***/ }),
|
|
42575
|
-
/*
|
|
42611
|
+
/* 199 */
|
|
42576
42612
|
/***/ (function(module, exports, __webpack_require__) {
|
|
42577
42613
|
|
|
42578
42614
|
"use strict";
|
|
@@ -42731,7 +42767,7 @@ exports.default = CrudService;
|
|
|
42731
42767
|
//# sourceMappingURL=CrudService.js.map
|
|
42732
42768
|
|
|
42733
42769
|
/***/ }),
|
|
42734
|
-
/*
|
|
42770
|
+
/* 200 */
|
|
42735
42771
|
/***/ (function(module, exports, __webpack_require__) {
|
|
42736
42772
|
|
|
42737
42773
|
"use strict";
|
|
@@ -42750,11 +42786,11 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
42750
42786
|
};
|
|
42751
42787
|
})();
|
|
42752
42788
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42753
|
-
var Observable_1 = __webpack_require__(
|
|
42789
|
+
var Observable_1 = __webpack_require__(201);
|
|
42754
42790
|
var Subscriber_1 = __webpack_require__(97);
|
|
42755
42791
|
var Subscription_1 = __webpack_require__(99);
|
|
42756
|
-
var ObjectUnsubscribedError_1 = __webpack_require__(
|
|
42757
|
-
var SubjectSubscription_1 = __webpack_require__(
|
|
42792
|
+
var ObjectUnsubscribedError_1 = __webpack_require__(210);
|
|
42793
|
+
var SubjectSubscription_1 = __webpack_require__(211);
|
|
42758
42794
|
var rxSubscriber_1 = __webpack_require__(100);
|
|
42759
42795
|
var SubjectSubscriber = (function (_super) {
|
|
42760
42796
|
__extends(SubjectSubscriber, _super);
|
|
@@ -42908,16 +42944,16 @@ exports.AnonymousSubject = AnonymousSubject;
|
|
|
42908
42944
|
//# sourceMappingURL=Subject.js.map
|
|
42909
42945
|
|
|
42910
42946
|
/***/ }),
|
|
42911
|
-
/*
|
|
42947
|
+
/* 201 */
|
|
42912
42948
|
/***/ (function(module, exports, __webpack_require__) {
|
|
42913
42949
|
|
|
42914
42950
|
"use strict";
|
|
42915
42951
|
|
|
42916
42952
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42917
|
-
var canReportError_1 = __webpack_require__(
|
|
42918
|
-
var toSubscriber_1 = __webpack_require__(
|
|
42919
|
-
var observable_1 = __webpack_require__(
|
|
42920
|
-
var pipe_1 = __webpack_require__(
|
|
42953
|
+
var canReportError_1 = __webpack_require__(202);
|
|
42954
|
+
var toSubscriber_1 = __webpack_require__(206);
|
|
42955
|
+
var observable_1 = __webpack_require__(207);
|
|
42956
|
+
var pipe_1 = __webpack_require__(208);
|
|
42921
42957
|
var config_1 = __webpack_require__(98);
|
|
42922
42958
|
var Observable = (function () {
|
|
42923
42959
|
function Observable(subscribe) {
|
|
@@ -43031,7 +43067,7 @@ function getPromiseCtor(promiseCtor) {
|
|
|
43031
43067
|
//# sourceMappingURL=Observable.js.map
|
|
43032
43068
|
|
|
43033
43069
|
/***/ }),
|
|
43034
|
-
/*
|
|
43070
|
+
/* 202 */
|
|
43035
43071
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43036
43072
|
|
|
43037
43073
|
"use strict";
|
|
@@ -43057,7 +43093,7 @@ exports.canReportError = canReportError;
|
|
|
43057
43093
|
//# sourceMappingURL=canReportError.js.map
|
|
43058
43094
|
|
|
43059
43095
|
/***/ }),
|
|
43060
|
-
/*
|
|
43096
|
+
/* 203 */
|
|
43061
43097
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43062
43098
|
|
|
43063
43099
|
"use strict";
|
|
@@ -43067,7 +43103,7 @@ exports.isArray = (function () { return Array.isArray || (function (x) { return
|
|
|
43067
43103
|
//# sourceMappingURL=isArray.js.map
|
|
43068
43104
|
|
|
43069
43105
|
/***/ }),
|
|
43070
|
-
/*
|
|
43106
|
+
/* 204 */
|
|
43071
43107
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43072
43108
|
|
|
43073
43109
|
"use strict";
|
|
@@ -43080,7 +43116,7 @@ exports.isObject = isObject;
|
|
|
43080
43116
|
//# sourceMappingURL=isObject.js.map
|
|
43081
43117
|
|
|
43082
43118
|
/***/ }),
|
|
43083
|
-
/*
|
|
43119
|
+
/* 205 */
|
|
43084
43120
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43085
43121
|
|
|
43086
43122
|
"use strict";
|
|
@@ -43102,7 +43138,7 @@ exports.UnsubscriptionError = UnsubscriptionErrorImpl;
|
|
|
43102
43138
|
//# sourceMappingURL=UnsubscriptionError.js.map
|
|
43103
43139
|
|
|
43104
43140
|
/***/ }),
|
|
43105
|
-
/*
|
|
43141
|
+
/* 206 */
|
|
43106
43142
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43107
43143
|
|
|
43108
43144
|
"use strict";
|
|
@@ -43129,7 +43165,7 @@ exports.toSubscriber = toSubscriber;
|
|
|
43129
43165
|
//# sourceMappingURL=toSubscriber.js.map
|
|
43130
43166
|
|
|
43131
43167
|
/***/ }),
|
|
43132
|
-
/*
|
|
43168
|
+
/* 207 */
|
|
43133
43169
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43134
43170
|
|
|
43135
43171
|
"use strict";
|
|
@@ -43139,13 +43175,13 @@ exports.observable = (function () { return typeof Symbol === 'function' && Symbo
|
|
|
43139
43175
|
//# sourceMappingURL=observable.js.map
|
|
43140
43176
|
|
|
43141
43177
|
/***/ }),
|
|
43142
|
-
/*
|
|
43178
|
+
/* 208 */
|
|
43143
43179
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43144
43180
|
|
|
43145
43181
|
"use strict";
|
|
43146
43182
|
|
|
43147
43183
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43148
|
-
var noop_1 = __webpack_require__(
|
|
43184
|
+
var noop_1 = __webpack_require__(209);
|
|
43149
43185
|
function pipe() {
|
|
43150
43186
|
var fns = [];
|
|
43151
43187
|
for (var _i = 0; _i < arguments.length; _i++) {
|
|
@@ -43169,7 +43205,7 @@ exports.pipeFromArray = pipeFromArray;
|
|
|
43169
43205
|
//# sourceMappingURL=pipe.js.map
|
|
43170
43206
|
|
|
43171
43207
|
/***/ }),
|
|
43172
|
-
/*
|
|
43208
|
+
/* 209 */
|
|
43173
43209
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43174
43210
|
|
|
43175
43211
|
"use strict";
|
|
@@ -43180,7 +43216,7 @@ exports.noop = noop;
|
|
|
43180
43216
|
//# sourceMappingURL=noop.js.map
|
|
43181
43217
|
|
|
43182
43218
|
/***/ }),
|
|
43183
|
-
/*
|
|
43219
|
+
/* 210 */
|
|
43184
43220
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43185
43221
|
|
|
43186
43222
|
"use strict";
|
|
@@ -43200,7 +43236,7 @@ exports.ObjectUnsubscribedError = ObjectUnsubscribedErrorImpl;
|
|
|
43200
43236
|
//# sourceMappingURL=ObjectUnsubscribedError.js.map
|
|
43201
43237
|
|
|
43202
43238
|
/***/ }),
|
|
43203
|
-
/*
|
|
43239
|
+
/* 211 */
|
|
43204
43240
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43205
43241
|
|
|
43206
43242
|
"use strict";
|
|
@@ -43251,7 +43287,7 @@ exports.SubjectSubscription = SubjectSubscription;
|
|
|
43251
43287
|
//# sourceMappingURL=SubjectSubscription.js.map
|
|
43252
43288
|
|
|
43253
43289
|
/***/ }),
|
|
43254
|
-
/*
|
|
43290
|
+
/* 212 */
|
|
43255
43291
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43256
43292
|
|
|
43257
43293
|
"use strict";
|
|
@@ -43263,13 +43299,13 @@ exports.merchantExtractor = merchantExtractor;
|
|
|
43263
43299
|
//# sourceMappingURL=Merchant.consts.js.map
|
|
43264
43300
|
|
|
43265
43301
|
/***/ }),
|
|
43266
|
-
/*
|
|
43302
|
+
/* 213 */
|
|
43267
43303
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43268
43304
|
|
|
43269
43305
|
"use strict";
|
|
43270
43306
|
|
|
43271
43307
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43272
|
-
var RolloutsEntity_1 = __webpack_require__(
|
|
43308
|
+
var RolloutsEntity_1 = __webpack_require__(214);
|
|
43273
43309
|
var RolloutsApi = /** @class */ (function () {
|
|
43274
43310
|
function RolloutsApi(session) {
|
|
43275
43311
|
this.rolloutsEntity = new RolloutsEntity_1.default(session);
|
|
@@ -43286,7 +43322,7 @@ exports.default = RolloutsApi;
|
|
|
43286
43322
|
//# sourceMappingURL=RolloutsApi.js.map
|
|
43287
43323
|
|
|
43288
43324
|
/***/ }),
|
|
43289
|
-
/*
|
|
43325
|
+
/* 214 */
|
|
43290
43326
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43291
43327
|
|
|
43292
43328
|
"use strict";
|
|
@@ -43308,7 +43344,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
43308
43344
|
})();
|
|
43309
43345
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43310
43346
|
var StoreEntity_1 = __webpack_require__(8);
|
|
43311
|
-
var Rollouts_consts_1 = __webpack_require__(
|
|
43347
|
+
var Rollouts_consts_1 = __webpack_require__(215);
|
|
43312
43348
|
var RolloutsEntity = /** @class */ (function (_super) {
|
|
43313
43349
|
__extends(RolloutsEntity, _super);
|
|
43314
43350
|
function RolloutsEntity(session) {
|
|
@@ -43333,7 +43369,7 @@ exports.default = RolloutsEntity;
|
|
|
43333
43369
|
//# sourceMappingURL=RolloutsEntity.js.map
|
|
43334
43370
|
|
|
43335
43371
|
/***/ }),
|
|
43336
|
-
/*
|
|
43372
|
+
/* 215 */
|
|
43337
43373
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43338
43374
|
|
|
43339
43375
|
"use strict";
|
|
@@ -43347,7 +43383,7 @@ exports.Routes = {
|
|
|
43347
43383
|
//# sourceMappingURL=Rollouts.consts.js.map
|
|
43348
43384
|
|
|
43349
43385
|
/***/ }),
|
|
43350
|
-
/*
|
|
43386
|
+
/* 216 */
|
|
43351
43387
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43352
43388
|
|
|
43353
43389
|
"use strict";
|
|
@@ -43400,8 +43436,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
43400
43436
|
}
|
|
43401
43437
|
};
|
|
43402
43438
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43403
|
-
var runs_service_1 = __webpack_require__(
|
|
43404
|
-
var RunStore_1 = __webpack_require__(
|
|
43439
|
+
var runs_service_1 = __webpack_require__(217);
|
|
43440
|
+
var RunStore_1 = __webpack_require__(218);
|
|
43405
43441
|
var Runs = /** @class */ (function () {
|
|
43406
43442
|
function Runs(session) {
|
|
43407
43443
|
var _this = this;
|
|
@@ -43640,7 +43676,7 @@ exports.default = Runs;
|
|
|
43640
43676
|
//# sourceMappingURL=runs.js.map
|
|
43641
43677
|
|
|
43642
43678
|
/***/ }),
|
|
43643
|
-
/*
|
|
43679
|
+
/* 217 */
|
|
43644
43680
|
/***/ (function(module, exports, __webpack_require__) {
|
|
43645
43681
|
|
|
43646
43682
|
"use strict";
|
|
@@ -44012,7 +44048,7 @@ exports.RunsService = RunsService;
|
|
|
44012
44048
|
//# sourceMappingURL=runs.service.js.map
|
|
44013
44049
|
|
|
44014
44050
|
/***/ }),
|
|
44015
|
-
/*
|
|
44051
|
+
/* 218 */
|
|
44016
44052
|
/***/ (function(module, exports, __webpack_require__) {
|
|
44017
44053
|
|
|
44018
44054
|
"use strict";
|
|
@@ -44185,7 +44221,7 @@ exports.default = RunStore;
|
|
|
44185
44221
|
//# sourceMappingURL=RunStore.js.map
|
|
44186
44222
|
|
|
44187
44223
|
/***/ }),
|
|
44188
|
-
/*
|
|
44224
|
+
/* 219 */
|
|
44189
44225
|
/***/ (function(module, exports, __webpack_require__) {
|
|
44190
44226
|
|
|
44191
44227
|
"use strict";
|
|
@@ -44202,7 +44238,7 @@ var ActionType;
|
|
|
44202
44238
|
//# sourceMappingURL=action.js.map
|
|
44203
44239
|
|
|
44204
44240
|
/***/ }),
|
|
44205
|
-
/*
|
|
44241
|
+
/* 220 */
|
|
44206
44242
|
/***/ (function(module, exports, __webpack_require__) {
|
|
44207
44243
|
|
|
44208
44244
|
"use strict";
|
|
@@ -44217,7 +44253,7 @@ var OwnerType;
|
|
|
44217
44253
|
//# sourceMappingURL=action_data.js.map
|
|
44218
44254
|
|
|
44219
44255
|
/***/ }),
|
|
44220
|
-
/*
|
|
44256
|
+
/* 221 */
|
|
44221
44257
|
/***/ (function(module, exports, __webpack_require__) {
|
|
44222
44258
|
|
|
44223
44259
|
"use strict";
|
|
@@ -44226,7 +44262,7 @@ exports.__esModule = true;
|
|
|
44226
44262
|
//# sourceMappingURL=actual_break.js.map
|
|
44227
44263
|
|
|
44228
44264
|
/***/ }),
|
|
44229
|
-
/*
|
|
44265
|
+
/* 222 */
|
|
44230
44266
|
/***/ (function(module, exports, __webpack_require__) {
|
|
44231
44267
|
|
|
44232
44268
|
"use strict";
|
|
@@ -44235,7 +44271,7 @@ exports.__esModule = true;
|
|
|
44235
44271
|
//# sourceMappingURL=admin_users.js.map
|
|
44236
44272
|
|
|
44237
44273
|
/***/ }),
|
|
44238
|
-
/*
|
|
44274
|
+
/* 223 */
|
|
44239
44275
|
/***/ (function(module, exports, __webpack_require__) {
|
|
44240
44276
|
|
|
44241
44277
|
"use strict";
|
|
@@ -44316,42 +44352,6 @@ var AlertDisplayCategory;
|
|
|
44316
44352
|
})(AlertDisplayCategory = exports.AlertDisplayCategory || (exports.AlertDisplayCategory = {}));
|
|
44317
44353
|
//# sourceMappingURL=alert.js.map
|
|
44318
44354
|
|
|
44319
|
-
/***/ }),
|
|
44320
|
-
/* 223 */
|
|
44321
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
44322
|
-
|
|
44323
|
-
"use strict";
|
|
44324
|
-
|
|
44325
|
-
exports.__esModule = true;
|
|
44326
|
-
exports.NumericOperator = exports.TriggerParamsValueType = exports.TimeTriggerUnitOfTime = exports.AlertSeverity = void 0;
|
|
44327
|
-
var AlertSeverity;
|
|
44328
|
-
(function (AlertSeverity) {
|
|
44329
|
-
AlertSeverity[AlertSeverity["Low"] = 1] = "Low";
|
|
44330
|
-
AlertSeverity[AlertSeverity["Medium"] = 2] = "Medium";
|
|
44331
|
-
AlertSeverity[AlertSeverity["High"] = 3] = "High";
|
|
44332
|
-
})(AlertSeverity = exports.AlertSeverity || (exports.AlertSeverity = {}));
|
|
44333
|
-
var TimeTriggerUnitOfTime;
|
|
44334
|
-
(function (TimeTriggerUnitOfTime) {
|
|
44335
|
-
TimeTriggerUnitOfTime["MINUTES"] = "minutes";
|
|
44336
|
-
TimeTriggerUnitOfTime["HOURS"] = "hours";
|
|
44337
|
-
TimeTriggerUnitOfTime["DAYS"] = "days";
|
|
44338
|
-
})(TimeTriggerUnitOfTime = exports.TimeTriggerUnitOfTime || (exports.TimeTriggerUnitOfTime = {}));
|
|
44339
|
-
var TriggerParamsValueType;
|
|
44340
|
-
(function (TriggerParamsValueType) {
|
|
44341
|
-
TriggerParamsValueType["ChangedTo"] = "ChangedTo";
|
|
44342
|
-
TriggerParamsValueType["ChangedBy"] = "ChangedBy";
|
|
44343
|
-
})(TriggerParamsValueType = exports.TriggerParamsValueType || (exports.TriggerParamsValueType = {}));
|
|
44344
|
-
var NumericOperator;
|
|
44345
|
-
(function (NumericOperator) {
|
|
44346
|
-
NumericOperator["LESS_THAN"] = "LESS_THAN";
|
|
44347
|
-
NumericOperator["LESS_THAN_OR_EQUALS"] = "LESS_THAN_OR_EQUALS";
|
|
44348
|
-
NumericOperator["GREATER_THAN"] = "GREATER_THAN";
|
|
44349
|
-
NumericOperator["GREATER_THAN_OR_EQUALS"] = "GREATER_THAN_OR_EQUALS";
|
|
44350
|
-
NumericOperator["EQUALS"] = "EQUALS";
|
|
44351
|
-
NumericOperator["NOT_EQUALS"] = "NOT_EQUALS";
|
|
44352
|
-
})(NumericOperator = exports.NumericOperator || (exports.NumericOperator = {}));
|
|
44353
|
-
//# sourceMappingURL=alerts_configuration.js.map
|
|
44354
|
-
|
|
44355
44355
|
/***/ }),
|
|
44356
44356
|
/* 224 */
|
|
44357
44357
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -44665,6 +44665,8 @@ var DeliveryBlockResourceLocationType;
|
|
|
44665
44665
|
DeliveryBlockResourceLocationType[DeliveryBlockResourceLocationType["DRIVER_ADDRESS"] = 1] = "DRIVER_ADDRESS";
|
|
44666
44666
|
DeliveryBlockResourceLocationType[DeliveryBlockResourceLocationType["TEAM_ADDRESS"] = 2] = "TEAM_ADDRESS";
|
|
44667
44667
|
DeliveryBlockResourceLocationType[DeliveryBlockResourceLocationType["PARKING_SPOT"] = 3] = "PARKING_SPOT";
|
|
44668
|
+
DeliveryBlockResourceLocationType[DeliveryBlockResourceLocationType["VEHICLE_DEFAULT_PARKING"] = 4] = "VEHICLE_DEFAULT_PARKING";
|
|
44669
|
+
DeliveryBlockResourceLocationType[DeliveryBlockResourceLocationType["LAST_DRIVER_LOCATION"] = 5] = "LAST_DRIVER_LOCATION";
|
|
44668
44670
|
})(DeliveryBlockResourceLocationType = exports.DeliveryBlockResourceLocationType || (exports.DeliveryBlockResourceLocationType = {}));
|
|
44669
44671
|
//# sourceMappingURL=delivery_block.js.map
|
|
44670
44672
|
|
|
@@ -44992,6 +44994,9 @@ var EventType;
|
|
|
44992
44994
|
EventType["QuoteReceived"] = "quote_received";
|
|
44993
44995
|
EventType["DeliveryBlockAssigned"] = "delivery_block:assigned";
|
|
44994
44996
|
EventType["DeliveryBlockUnassigned"] = "delivery_block:unassigned";
|
|
44997
|
+
EventType["DeliveryBlockCreated"] = "delivery_block:created";
|
|
44998
|
+
EventType["DeliveryBlockUpdated"] = "delivery_block:updated";
|
|
44999
|
+
EventType["DeliveryBlockDestroyed"] = "delivery_block:destroyed";
|
|
44995
45000
|
EventType["DriverShiftScheduleUpdated"] = "driver_shift_schedule:updated";
|
|
44996
45001
|
EventType["SchedulerEvent"] = "scheduler_event";
|
|
44997
45002
|
EventType["MobileAnalyticsEvent"] = "mobile_analytics_event";
|
|
@@ -45007,8 +45012,9 @@ var EventType;
|
|
|
45007
45012
|
EventType["TimeBasedEvent"] = "time_based_event";
|
|
45008
45013
|
EventType["OpenFleetIntegrationEvent"] = "open_fleet:integration_event";
|
|
45009
45014
|
EventType["WorkflowTimeBasedEvent"] = "workflow:time_based_event";
|
|
45010
|
-
EventType["WorkflowManualTriggerEvent"] = "workflow:manual_trigger";
|
|
45011
45015
|
EventType["SendSmsFailed"] = "send_sms_failed";
|
|
45016
|
+
EventType["VrpAutoDispatchFailed"] = "vrp_auto_dispatch_failed";
|
|
45017
|
+
EventType["FleetDeliveryActionCreateFailed"] = "fleet_delivery_action:create:failed";
|
|
45012
45018
|
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
45013
45019
|
//# sourceMappingURL=event.js.map
|
|
45014
45020
|
|
|
@@ -45962,61 +45968,6 @@ var RequestOrigin;
|
|
|
45962
45968
|
|
|
45963
45969
|
"use strict";
|
|
45964
45970
|
|
|
45965
|
-
exports.__esModule = true;
|
|
45966
|
-
exports.RuleRequestType = exports.FactType = exports.Entity = exports.RuleCategory = exports.RuleCompareOperator = exports.AttributeDatatype = void 0;
|
|
45967
|
-
var AttributeDatatype;
|
|
45968
|
-
(function (AttributeDatatype) {
|
|
45969
|
-
AttributeDatatype["String"] = "string";
|
|
45970
|
-
AttributeDatatype["Number"] = "number";
|
|
45971
|
-
AttributeDatatype["Boolean"] = "boolean";
|
|
45972
|
-
AttributeDatatype["Datetime"] = "datetime";
|
|
45973
|
-
AttributeDatatype["Array"] = "array";
|
|
45974
|
-
})(AttributeDatatype = exports.AttributeDatatype || (exports.AttributeDatatype = {}));
|
|
45975
|
-
var RuleCompareOperator;
|
|
45976
|
-
(function (RuleCompareOperator) {
|
|
45977
|
-
RuleCompareOperator["EQUALS"] = "EQUALS";
|
|
45978
|
-
RuleCompareOperator["NOT_EQUALS"] = "NOT_EQUALS";
|
|
45979
|
-
RuleCompareOperator["INCLUDE"] = "INCLUDE";
|
|
45980
|
-
RuleCompareOperator["EXCLUDE"] = "EXCLUDE";
|
|
45981
|
-
RuleCompareOperator["LESS_THAN"] = "LESS_THAN";
|
|
45982
|
-
RuleCompareOperator["LESS_THAN_OR_EQUALS"] = "LESS_THAN_OR_EQUALS";
|
|
45983
|
-
RuleCompareOperator["GREATER_THAN"] = "GREATER_THAN";
|
|
45984
|
-
RuleCompareOperator["GREATER_THAN_OR_EQUALS"] = "GREATER_THAN_OR_EQUALS";
|
|
45985
|
-
RuleCompareOperator["IN"] = "IN";
|
|
45986
|
-
RuleCompareOperator["IN_RANGE"] = "IN_RANGE";
|
|
45987
|
-
RuleCompareOperator["CHANGED"] = "CHANGED";
|
|
45988
|
-
})(RuleCompareOperator = exports.RuleCompareOperator || (exports.RuleCompareOperator = {}));
|
|
45989
|
-
var RuleCategory;
|
|
45990
|
-
(function (RuleCategory) {
|
|
45991
|
-
RuleCategory[RuleCategory["FleetRouter"] = 0] = "FleetRouter";
|
|
45992
|
-
RuleCategory[RuleCategory["Alert"] = 1] = "Alert";
|
|
45993
|
-
RuleCategory[RuleCategory["Rate"] = 2] = "Rate";
|
|
45994
|
-
})(RuleCategory = exports.RuleCategory || (exports.RuleCategory = {}));
|
|
45995
|
-
var Entity;
|
|
45996
|
-
(function (Entity) {
|
|
45997
|
-
Entity["Fleet"] = "fleet";
|
|
45998
|
-
Entity["DeliveryProvider"] = "delivery_provider";
|
|
45999
|
-
Entity["Action"] = "action";
|
|
46000
|
-
})(Entity = exports.Entity || (exports.Entity = {}));
|
|
46001
|
-
var FactType;
|
|
46002
|
-
(function (FactType) {
|
|
46003
|
-
FactType["Task"] = "task";
|
|
46004
|
-
FactType["Waypoint"] = "waypoint";
|
|
46005
|
-
FactType["Run"] = "run";
|
|
46006
|
-
FactType["Rate"] = "rate";
|
|
46007
|
-
})(FactType = exports.FactType || (exports.FactType = {}));
|
|
46008
|
-
var RuleRequestType;
|
|
46009
|
-
(function (RuleRequestType) {
|
|
46010
|
-
RuleRequestType["Evaluate"] = "rule:evaluate";
|
|
46011
|
-
})(RuleRequestType = exports.RuleRequestType || (exports.RuleRequestType = {}));
|
|
46012
|
-
//# sourceMappingURL=rule_types.js.map
|
|
46013
|
-
|
|
46014
|
-
/***/ }),
|
|
46015
|
-
/* 297 */
|
|
46016
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
46017
|
-
|
|
46018
|
-
"use strict";
|
|
46019
|
-
|
|
46020
45971
|
exports.__esModule = true;
|
|
46021
45972
|
exports.OFFLINE_ONLINE_EVENT_TYPES = exports.RUN_HISTORY_TYPES = exports.HOME_EVENT_TYPES = exports.START_END_METHODS = void 0;
|
|
46022
45973
|
var START_END_METHODS;
|
|
@@ -46066,7 +46017,7 @@ var OFFLINE_ONLINE_EVENT_TYPES;
|
|
|
46066
46017
|
//# sourceMappingURL=run.js.map
|
|
46067
46018
|
|
|
46068
46019
|
/***/ }),
|
|
46069
|
-
/*
|
|
46020
|
+
/* 297 */
|
|
46070
46021
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46071
46022
|
|
|
46072
46023
|
"use strict";
|
|
@@ -46082,7 +46033,7 @@ var ScanType;
|
|
|
46082
46033
|
//# sourceMappingURL=scan.js.map
|
|
46083
46034
|
|
|
46084
46035
|
/***/ }),
|
|
46085
|
-
/*
|
|
46036
|
+
/* 298 */
|
|
46086
46037
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46087
46038
|
|
|
46088
46039
|
"use strict";
|
|
@@ -46091,7 +46042,7 @@ exports.__esModule = true;
|
|
|
46091
46042
|
//# sourceMappingURL=serializer.js.map
|
|
46092
46043
|
|
|
46093
46044
|
/***/ }),
|
|
46094
|
-
/*
|
|
46045
|
+
/* 299 */
|
|
46095
46046
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46096
46047
|
|
|
46097
46048
|
"use strict";
|
|
@@ -46100,7 +46051,7 @@ exports.__esModule = true;
|
|
|
46100
46051
|
//# sourceMappingURL=service.js.map
|
|
46101
46052
|
|
|
46102
46053
|
/***/ }),
|
|
46103
|
-
/*
|
|
46054
|
+
/* 300 */
|
|
46104
46055
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46105
46056
|
|
|
46106
46057
|
"use strict";
|
|
@@ -46109,7 +46060,7 @@ exports.__esModule = true;
|
|
|
46109
46060
|
//# sourceMappingURL=service_area.js.map
|
|
46110
46061
|
|
|
46111
46062
|
/***/ }),
|
|
46112
|
-
/*
|
|
46063
|
+
/* 301 */
|
|
46113
46064
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46114
46065
|
|
|
46115
46066
|
"use strict";
|
|
@@ -46118,7 +46069,7 @@ exports.__esModule = true;
|
|
|
46118
46069
|
//# sourceMappingURL=service_event.js.map
|
|
46119
46070
|
|
|
46120
46071
|
/***/ }),
|
|
46121
|
-
/*
|
|
46072
|
+
/* 302 */
|
|
46122
46073
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46123
46074
|
|
|
46124
46075
|
"use strict";
|
|
@@ -46127,7 +46078,7 @@ exports.__esModule = true;
|
|
|
46127
46078
|
//# sourceMappingURL=service_plan.js.map
|
|
46128
46079
|
|
|
46129
46080
|
/***/ }),
|
|
46130
|
-
/*
|
|
46081
|
+
/* 303 */
|
|
46131
46082
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46132
46083
|
|
|
46133
46084
|
"use strict";
|
|
@@ -46143,7 +46094,7 @@ var ServiceWindowType;
|
|
|
46143
46094
|
//# sourceMappingURL=service_window.js.map
|
|
46144
46095
|
|
|
46145
46096
|
/***/ }),
|
|
46146
|
-
/*
|
|
46097
|
+
/* 304 */
|
|
46147
46098
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46148
46099
|
|
|
46149
46100
|
"use strict";
|
|
@@ -46182,7 +46133,7 @@ var SharingMethod;
|
|
|
46182
46133
|
//# sourceMappingURL=shared_location.js.map
|
|
46183
46134
|
|
|
46184
46135
|
/***/ }),
|
|
46185
|
-
/*
|
|
46136
|
+
/* 305 */
|
|
46186
46137
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46187
46138
|
|
|
46188
46139
|
"use strict";
|
|
@@ -46205,7 +46156,7 @@ var ShiftRule;
|
|
|
46205
46156
|
//# sourceMappingURL=shift.js.map
|
|
46206
46157
|
|
|
46207
46158
|
/***/ }),
|
|
46208
|
-
/*
|
|
46159
|
+
/* 306 */
|
|
46209
46160
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46210
46161
|
|
|
46211
46162
|
"use strict";
|
|
@@ -46214,7 +46165,7 @@ exports.__esModule = true;
|
|
|
46214
46165
|
//# sourceMappingURL=skill.js.map
|
|
46215
46166
|
|
|
46216
46167
|
/***/ }),
|
|
46217
|
-
/*
|
|
46168
|
+
/* 307 */
|
|
46218
46169
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46219
46170
|
|
|
46220
46171
|
"use strict";
|
|
@@ -46223,7 +46174,7 @@ exports.__esModule = true;
|
|
|
46223
46174
|
//# sourceMappingURL=sms_data.js.map
|
|
46224
46175
|
|
|
46225
46176
|
/***/ }),
|
|
46226
|
-
/*
|
|
46177
|
+
/* 308 */
|
|
46227
46178
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46228
46179
|
|
|
46229
46180
|
"use strict";
|
|
@@ -46240,7 +46191,7 @@ var NumberType;
|
|
|
46240
46191
|
//# sourceMappingURL=sms_number.js.map
|
|
46241
46192
|
|
|
46242
46193
|
/***/ }),
|
|
46243
|
-
/*
|
|
46194
|
+
/* 309 */
|
|
46244
46195
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46245
46196
|
|
|
46246
46197
|
"use strict";
|
|
@@ -46249,7 +46200,7 @@ exports.__esModule = true;
|
|
|
46249
46200
|
//# sourceMappingURL=sms_setting.js.map
|
|
46250
46201
|
|
|
46251
46202
|
/***/ }),
|
|
46252
|
-
/*
|
|
46203
|
+
/* 310 */
|
|
46253
46204
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46254
46205
|
|
|
46255
46206
|
"use strict";
|
|
@@ -46258,7 +46209,7 @@ exports.__esModule = true;
|
|
|
46258
46209
|
//# sourceMappingURL=tag.js.map
|
|
46259
46210
|
|
|
46260
46211
|
/***/ }),
|
|
46261
|
-
/*
|
|
46212
|
+
/* 311 */
|
|
46262
46213
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46263
46214
|
|
|
46264
46215
|
"use strict";
|
|
@@ -46267,7 +46218,7 @@ exports.__esModule = true;
|
|
|
46267
46218
|
//# sourceMappingURL=tag_customer_configuration.js.map
|
|
46268
46219
|
|
|
46269
46220
|
/***/ }),
|
|
46270
|
-
/*
|
|
46221
|
+
/* 312 */
|
|
46271
46222
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46272
46223
|
|
|
46273
46224
|
"use strict";
|
|
@@ -46276,7 +46227,7 @@ exports.__esModule = true;
|
|
|
46276
46227
|
//# sourceMappingURL=tag_merchant_configuration.js.map
|
|
46277
46228
|
|
|
46278
46229
|
/***/ }),
|
|
46279
|
-
/*
|
|
46230
|
+
/* 313 */
|
|
46280
46231
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46281
46232
|
|
|
46282
46233
|
"use strict";
|
|
@@ -46285,7 +46236,7 @@ exports.__esModule = true;
|
|
|
46285
46236
|
//# sourceMappingURL=tag_rules_configuration.js.map
|
|
46286
46237
|
|
|
46287
46238
|
/***/ }),
|
|
46288
|
-
/*
|
|
46239
|
+
/* 314 */
|
|
46289
46240
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46290
46241
|
|
|
46291
46242
|
"use strict";
|
|
@@ -46502,7 +46453,7 @@ var Association;
|
|
|
46502
46453
|
//# sourceMappingURL=task.js.map
|
|
46503
46454
|
|
|
46504
46455
|
/***/ }),
|
|
46505
|
-
/*
|
|
46456
|
+
/* 315 */
|
|
46506
46457
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46507
46458
|
|
|
46508
46459
|
"use strict";
|
|
@@ -46511,7 +46462,7 @@ exports.__esModule = true;
|
|
|
46511
46462
|
//# sourceMappingURL=task_aggregations.js.map
|
|
46512
46463
|
|
|
46513
46464
|
/***/ }),
|
|
46514
|
-
/*
|
|
46465
|
+
/* 316 */
|
|
46515
46466
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46516
46467
|
|
|
46517
46468
|
"use strict";
|
|
@@ -46532,7 +46483,7 @@ var AutoScheduleType;
|
|
|
46532
46483
|
//# sourceMappingURL=task_configuration.js.map
|
|
46533
46484
|
|
|
46534
46485
|
/***/ }),
|
|
46535
|
-
/*
|
|
46486
|
+
/* 317 */
|
|
46536
46487
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46537
46488
|
|
|
46538
46489
|
"use strict";
|
|
@@ -46541,7 +46492,7 @@ exports.__esModule = true;
|
|
|
46541
46492
|
//# sourceMappingURL=task_payment_history.js.map
|
|
46542
46493
|
|
|
46543
46494
|
/***/ }),
|
|
46544
|
-
/*
|
|
46495
|
+
/* 318 */
|
|
46545
46496
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46546
46497
|
|
|
46547
46498
|
"use strict";
|
|
@@ -46555,7 +46506,7 @@ var TaskServiceType;
|
|
|
46555
46506
|
//# sourceMappingURL=task_service.js.map
|
|
46556
46507
|
|
|
46557
46508
|
/***/ }),
|
|
46558
|
-
/*
|
|
46509
|
+
/* 319 */
|
|
46559
46510
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46560
46511
|
|
|
46561
46512
|
"use strict";
|
|
@@ -46564,7 +46515,7 @@ exports.__esModule = true;
|
|
|
46564
46515
|
//# sourceMappingURL=team_configuration.js.map
|
|
46565
46516
|
|
|
46566
46517
|
/***/ }),
|
|
46567
|
-
/*
|
|
46518
|
+
/* 320 */
|
|
46568
46519
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46569
46520
|
|
|
46570
46521
|
"use strict";
|
|
@@ -46573,7 +46524,7 @@ exports.__esModule = true;
|
|
|
46573
46524
|
//# sourceMappingURL=team_service_zip_codes.js.map
|
|
46574
46525
|
|
|
46575
46526
|
/***/ }),
|
|
46576
|
-
/*
|
|
46527
|
+
/* 321 */
|
|
46577
46528
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46578
46529
|
|
|
46579
46530
|
"use strict";
|
|
@@ -46582,7 +46533,7 @@ exports.__esModule = true;
|
|
|
46582
46533
|
//# sourceMappingURL=teams.js.map
|
|
46583
46534
|
|
|
46584
46535
|
/***/ }),
|
|
46585
|
-
/*
|
|
46536
|
+
/* 322 */
|
|
46586
46537
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46587
46538
|
|
|
46588
46539
|
"use strict";
|
|
@@ -46591,7 +46542,7 @@ exports.__esModule = true;
|
|
|
46591
46542
|
//# sourceMappingURL=upload.js.map
|
|
46592
46543
|
|
|
46593
46544
|
/***/ }),
|
|
46594
|
-
/*
|
|
46545
|
+
/* 323 */
|
|
46595
46546
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46596
46547
|
|
|
46597
46548
|
"use strict";
|
|
@@ -46608,7 +46559,7 @@ var ClusterModeType;
|
|
|
46608
46559
|
//# sourceMappingURL=user_configuration.js.map
|
|
46609
46560
|
|
|
46610
46561
|
/***/ }),
|
|
46611
|
-
/*
|
|
46562
|
+
/* 324 */
|
|
46612
46563
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46613
46564
|
|
|
46614
46565
|
"use strict";
|
|
@@ -46617,7 +46568,7 @@ exports.__esModule = true;
|
|
|
46617
46568
|
//# sourceMappingURL=user_realtime_data.js.map
|
|
46618
46569
|
|
|
46619
46570
|
/***/ }),
|
|
46620
|
-
/*
|
|
46571
|
+
/* 325 */
|
|
46621
46572
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46622
46573
|
|
|
46623
46574
|
"use strict";
|
|
@@ -46626,7 +46577,7 @@ exports.__esModule = true;
|
|
|
46626
46577
|
//# sourceMappingURL=user_types.js.map
|
|
46627
46578
|
|
|
46628
46579
|
/***/ }),
|
|
46629
|
-
/*
|
|
46580
|
+
/* 326 */
|
|
46630
46581
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46631
46582
|
|
|
46632
46583
|
"use strict";
|
|
@@ -46663,7 +46614,7 @@ var UserStatus;
|
|
|
46663
46614
|
//# sourceMappingURL=users.js.map
|
|
46664
46615
|
|
|
46665
46616
|
/***/ }),
|
|
46666
|
-
/*
|
|
46617
|
+
/* 327 */
|
|
46667
46618
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46668
46619
|
|
|
46669
46620
|
"use strict";
|
|
@@ -46672,7 +46623,7 @@ exports.__esModule = true;
|
|
|
46672
46623
|
//# sourceMappingURL=vehicle.js.map
|
|
46673
46624
|
|
|
46674
46625
|
/***/ }),
|
|
46675
|
-
/*
|
|
46626
|
+
/* 328 */
|
|
46676
46627
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46677
46628
|
|
|
46678
46629
|
"use strict";
|
|
@@ -46681,7 +46632,7 @@ exports.__esModule = true;
|
|
|
46681
46632
|
//# sourceMappingURL=vehicle_type.js.map
|
|
46682
46633
|
|
|
46683
46634
|
/***/ }),
|
|
46684
|
-
/*
|
|
46635
|
+
/* 329 */
|
|
46685
46636
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46686
46637
|
|
|
46687
46638
|
"use strict";
|
|
@@ -46690,7 +46641,7 @@ exports.__esModule = true;
|
|
|
46690
46641
|
//# sourceMappingURL=web_application_configuration.js.map
|
|
46691
46642
|
|
|
46692
46643
|
/***/ }),
|
|
46693
|
-
/*
|
|
46644
|
+
/* 330 */
|
|
46694
46645
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46695
46646
|
|
|
46696
46647
|
"use strict";
|
|
@@ -46699,7 +46650,7 @@ exports.__esModule = true;
|
|
|
46699
46650
|
//# sourceMappingURL=webhooks.js.map
|
|
46700
46651
|
|
|
46701
46652
|
/***/ }),
|
|
46702
|
-
/*
|
|
46653
|
+
/* 331 */
|
|
46703
46654
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46704
46655
|
|
|
46705
46656
|
"use strict";
|
|
@@ -46715,7 +46666,7 @@ var Plan;
|
|
|
46715
46666
|
//# sourceMappingURL=webhooks_configuration.js.map
|
|
46716
46667
|
|
|
46717
46668
|
/***/ }),
|
|
46718
|
-
/*
|
|
46669
|
+
/* 332 */
|
|
46719
46670
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46720
46671
|
|
|
46721
46672
|
"use strict";
|
|
@@ -46724,7 +46675,7 @@ exports.__esModule = true;
|
|
|
46724
46675
|
//# sourceMappingURL=widget.js.map
|
|
46725
46676
|
|
|
46726
46677
|
/***/ }),
|
|
46727
|
-
/*
|
|
46678
|
+
/* 333 */
|
|
46728
46679
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46729
46680
|
|
|
46730
46681
|
"use strict";
|
|
@@ -46732,12 +46683,105 @@ exports.__esModule = true;
|
|
|
46732
46683
|
exports.__esModule = true;
|
|
46733
46684
|
//# sourceMappingURL=windows.js.map
|
|
46734
46685
|
|
|
46686
|
+
/***/ }),
|
|
46687
|
+
/* 334 */
|
|
46688
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
46689
|
+
|
|
46690
|
+
"use strict";
|
|
46691
|
+
|
|
46692
|
+
exports.__esModule = true;
|
|
46693
|
+
exports.NumericOperator = exports.TriggerParamsValueType = exports.TimeTriggerUnitOfTime = exports.AlertSeverity = void 0;
|
|
46694
|
+
var AlertSeverity;
|
|
46695
|
+
(function (AlertSeverity) {
|
|
46696
|
+
AlertSeverity[AlertSeverity["Low"] = 1] = "Low";
|
|
46697
|
+
AlertSeverity[AlertSeverity["Medium"] = 2] = "Medium";
|
|
46698
|
+
AlertSeverity[AlertSeverity["High"] = 3] = "High";
|
|
46699
|
+
})(AlertSeverity = exports.AlertSeverity || (exports.AlertSeverity = {}));
|
|
46700
|
+
var TimeTriggerUnitOfTime;
|
|
46701
|
+
(function (TimeTriggerUnitOfTime) {
|
|
46702
|
+
TimeTriggerUnitOfTime["MINUTES"] = "minutes";
|
|
46703
|
+
TimeTriggerUnitOfTime["HOURS"] = "hours";
|
|
46704
|
+
TimeTriggerUnitOfTime["DAYS"] = "days";
|
|
46705
|
+
})(TimeTriggerUnitOfTime = exports.TimeTriggerUnitOfTime || (exports.TimeTriggerUnitOfTime = {}));
|
|
46706
|
+
var TriggerParamsValueType;
|
|
46707
|
+
(function (TriggerParamsValueType) {
|
|
46708
|
+
TriggerParamsValueType["ChangedTo"] = "ChangedTo";
|
|
46709
|
+
TriggerParamsValueType["ChangedBy"] = "ChangedBy";
|
|
46710
|
+
})(TriggerParamsValueType = exports.TriggerParamsValueType || (exports.TriggerParamsValueType = {}));
|
|
46711
|
+
var NumericOperator;
|
|
46712
|
+
(function (NumericOperator) {
|
|
46713
|
+
NumericOperator["LESS_THAN"] = "LESS_THAN";
|
|
46714
|
+
NumericOperator["LESS_THAN_OR_EQUALS"] = "LESS_THAN_OR_EQUALS";
|
|
46715
|
+
NumericOperator["GREATER_THAN"] = "GREATER_THAN";
|
|
46716
|
+
NumericOperator["GREATER_THAN_OR_EQUALS"] = "GREATER_THAN_OR_EQUALS";
|
|
46717
|
+
NumericOperator["EQUALS"] = "EQUALS";
|
|
46718
|
+
NumericOperator["NOT_EQUALS"] = "NOT_EQUALS";
|
|
46719
|
+
})(NumericOperator = exports.NumericOperator || (exports.NumericOperator = {}));
|
|
46720
|
+
//# sourceMappingURL=alerts_configuration.js.map
|
|
46721
|
+
|
|
46735
46722
|
/***/ }),
|
|
46736
46723
|
/* 335 */
|
|
46737
46724
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46738
46725
|
|
|
46739
46726
|
"use strict";
|
|
46740
46727
|
|
|
46728
|
+
exports.__esModule = true;
|
|
46729
|
+
exports.RuleRequestType = exports.FactType = exports.Entity = exports.RuleCategory = exports.RuleCompareOperator = exports.AttributeDatatype = void 0;
|
|
46730
|
+
var AttributeDatatype;
|
|
46731
|
+
(function (AttributeDatatype) {
|
|
46732
|
+
AttributeDatatype["String"] = "string";
|
|
46733
|
+
AttributeDatatype["Number"] = "number";
|
|
46734
|
+
AttributeDatatype["Boolean"] = "boolean";
|
|
46735
|
+
AttributeDatatype["Datetime"] = "datetime";
|
|
46736
|
+
AttributeDatatype["Array"] = "array";
|
|
46737
|
+
})(AttributeDatatype = exports.AttributeDatatype || (exports.AttributeDatatype = {}));
|
|
46738
|
+
var RuleCompareOperator;
|
|
46739
|
+
(function (RuleCompareOperator) {
|
|
46740
|
+
RuleCompareOperator["EQUALS"] = "EQUALS";
|
|
46741
|
+
RuleCompareOperator["NOT_EQUALS"] = "NOT_EQUALS";
|
|
46742
|
+
RuleCompareOperator["INCLUDE"] = "INCLUDE";
|
|
46743
|
+
RuleCompareOperator["EXCLUDE"] = "EXCLUDE";
|
|
46744
|
+
RuleCompareOperator["LESS_THAN"] = "LESS_THAN";
|
|
46745
|
+
RuleCompareOperator["LESS_THAN_OR_EQUALS"] = "LESS_THAN_OR_EQUALS";
|
|
46746
|
+
RuleCompareOperator["GREATER_THAN"] = "GREATER_THAN";
|
|
46747
|
+
RuleCompareOperator["GREATER_THAN_OR_EQUALS"] = "GREATER_THAN_OR_EQUALS";
|
|
46748
|
+
RuleCompareOperator["IN"] = "IN";
|
|
46749
|
+
RuleCompareOperator["IN_RANGE"] = "IN_RANGE";
|
|
46750
|
+
RuleCompareOperator["CHANGED"] = "CHANGED";
|
|
46751
|
+
})(RuleCompareOperator = exports.RuleCompareOperator || (exports.RuleCompareOperator = {}));
|
|
46752
|
+
var RuleCategory;
|
|
46753
|
+
(function (RuleCategory) {
|
|
46754
|
+
RuleCategory[RuleCategory["FleetRouter"] = 0] = "FleetRouter";
|
|
46755
|
+
RuleCategory[RuleCategory["Alert"] = 1] = "Alert";
|
|
46756
|
+
RuleCategory[RuleCategory["Rate"] = 2] = "Rate";
|
|
46757
|
+
RuleCategory[RuleCategory["Workflow"] = 3] = "Workflow";
|
|
46758
|
+
})(RuleCategory = exports.RuleCategory || (exports.RuleCategory = {}));
|
|
46759
|
+
var Entity;
|
|
46760
|
+
(function (Entity) {
|
|
46761
|
+
Entity["Fleet"] = "fleet";
|
|
46762
|
+
Entity["DeliveryProvider"] = "delivery_provider";
|
|
46763
|
+
Entity["Action"] = "action";
|
|
46764
|
+
})(Entity = exports.Entity || (exports.Entity = {}));
|
|
46765
|
+
var FactType;
|
|
46766
|
+
(function (FactType) {
|
|
46767
|
+
FactType["Task"] = "task";
|
|
46768
|
+
FactType["Waypoint"] = "waypoint";
|
|
46769
|
+
FactType["Run"] = "run";
|
|
46770
|
+
FactType["Rate"] = "rate";
|
|
46771
|
+
FactType["User"] = "user";
|
|
46772
|
+
})(FactType = exports.FactType || (exports.FactType = {}));
|
|
46773
|
+
var RuleRequestType;
|
|
46774
|
+
(function (RuleRequestType) {
|
|
46775
|
+
RuleRequestType["Evaluate"] = "rule:evaluate";
|
|
46776
|
+
})(RuleRequestType = exports.RuleRequestType || (exports.RuleRequestType = {}));
|
|
46777
|
+
//# sourceMappingURL=rule_types.js.map
|
|
46778
|
+
|
|
46779
|
+
/***/ }),
|
|
46780
|
+
/* 336 */
|
|
46781
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
46782
|
+
|
|
46783
|
+
"use strict";
|
|
46784
|
+
|
|
46741
46785
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
46742
46786
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
46743
46787
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -46776,7 +46820,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
46776
46820
|
};
|
|
46777
46821
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46778
46822
|
exports.customerExtractor = void 0;
|
|
46779
|
-
var CustomerEntity_1 = __webpack_require__(
|
|
46823
|
+
var CustomerEntity_1 = __webpack_require__(337);
|
|
46780
46824
|
var customerExtractor = function (response) { return response.customer; };
|
|
46781
46825
|
exports.customerExtractor = customerExtractor;
|
|
46782
46826
|
var Customer = /** @class */ (function () {
|
|
@@ -46820,7 +46864,7 @@ exports.default = Customer;
|
|
|
46820
46864
|
//# sourceMappingURL=Customer.js.map
|
|
46821
46865
|
|
|
46822
46866
|
/***/ }),
|
|
46823
|
-
/*
|
|
46867
|
+
/* 337 */
|
|
46824
46868
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46825
46869
|
|
|
46826
46870
|
"use strict";
|
|
@@ -46906,7 +46950,7 @@ exports.default = CustomerEntity;
|
|
|
46906
46950
|
//# sourceMappingURL=CustomerEntity.js.map
|
|
46907
46951
|
|
|
46908
46952
|
/***/ }),
|
|
46909
|
-
/*
|
|
46953
|
+
/* 338 */
|
|
46910
46954
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46911
46955
|
|
|
46912
46956
|
"use strict";
|
|
@@ -46948,7 +46992,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
46948
46992
|
}
|
|
46949
46993
|
};
|
|
46950
46994
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46951
|
-
var dashboard_service_1 = __webpack_require__(
|
|
46995
|
+
var dashboard_service_1 = __webpack_require__(339);
|
|
46952
46996
|
var Dashboard = /** @class */ (function () {
|
|
46953
46997
|
function Dashboard(session) {
|
|
46954
46998
|
this.dashboardService = new dashboard_service_1.default(session);
|
|
@@ -46989,7 +47033,7 @@ exports.default = Dashboard;
|
|
|
46989
47033
|
//# sourceMappingURL=dashboard.js.map
|
|
46990
47034
|
|
|
46991
47035
|
/***/ }),
|
|
46992
|
-
/*
|
|
47036
|
+
/* 339 */
|
|
46993
47037
|
/***/ (function(module, exports, __webpack_require__) {
|
|
46994
47038
|
|
|
46995
47039
|
"use strict";
|
|
@@ -47113,7 +47157,7 @@ exports.WidgetGetResponseExtractor = WidgetGetResponseExtractor;
|
|
|
47113
47157
|
//# sourceMappingURL=dashboard.service.js.map
|
|
47114
47158
|
|
|
47115
47159
|
/***/ }),
|
|
47116
|
-
/*
|
|
47160
|
+
/* 340 */
|
|
47117
47161
|
/***/ (function(module, exports, __webpack_require__) {
|
|
47118
47162
|
|
|
47119
47163
|
"use strict";
|
|
@@ -47155,7 +47199,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
47155
47199
|
}
|
|
47156
47200
|
};
|
|
47157
47201
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47158
|
-
var ReasonToChangeInventory_service_1 = __webpack_require__(
|
|
47202
|
+
var ReasonToChangeInventory_service_1 = __webpack_require__(341);
|
|
47159
47203
|
var ReasonToChangeInventory = /** @class */ (function () {
|
|
47160
47204
|
function ReasonToChangeInventory(session) {
|
|
47161
47205
|
this.reasonToChangeInventoryService = new ReasonToChangeInventory_service_1.ReasonToChangeInventoryService(session);
|
|
@@ -47176,7 +47220,7 @@ exports.default = ReasonToChangeInventory;
|
|
|
47176
47220
|
//# sourceMappingURL=ReasonToChangeInventory.js.map
|
|
47177
47221
|
|
|
47178
47222
|
/***/ }),
|
|
47179
|
-
/*
|
|
47223
|
+
/* 341 */
|
|
47180
47224
|
/***/ (function(module, exports, __webpack_require__) {
|
|
47181
47225
|
|
|
47182
47226
|
"use strict";
|
|
@@ -47267,7 +47311,7 @@ exports.ReasonToChangeInventoryService = ReasonToChangeInventoryService;
|
|
|
47267
47311
|
//# sourceMappingURL=ReasonToChangeInventory.service.js.map
|
|
47268
47312
|
|
|
47269
47313
|
/***/ }),
|
|
47270
|
-
/*
|
|
47314
|
+
/* 342 */
|
|
47271
47315
|
/***/ (function(module, exports, __webpack_require__) {
|
|
47272
47316
|
|
|
47273
47317
|
"use strict";
|
|
@@ -47309,7 +47353,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
47309
47353
|
}
|
|
47310
47354
|
};
|
|
47311
47355
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47312
|
-
var TaskInventory_service_1 = __webpack_require__(
|
|
47356
|
+
var TaskInventory_service_1 = __webpack_require__(343);
|
|
47313
47357
|
var TaskInventory = /** @class */ (function () {
|
|
47314
47358
|
function TaskInventory(session) {
|
|
47315
47359
|
this.taskInventoryService = new TaskInventory_service_1.TaskInventoryService(session);
|
|
@@ -47344,7 +47388,7 @@ exports.default = TaskInventory;
|
|
|
47344
47388
|
//# sourceMappingURL=TaskInventory.js.map
|
|
47345
47389
|
|
|
47346
47390
|
/***/ }),
|
|
47347
|
-
/*
|
|
47391
|
+
/* 343 */
|
|
47348
47392
|
/***/ (function(module, exports, __webpack_require__) {
|
|
47349
47393
|
|
|
47350
47394
|
"use strict";
|
|
@@ -47457,14 +47501,14 @@ exports.TaskInventoryService = TaskInventoryService;
|
|
|
47457
47501
|
//# sourceMappingURL=TaskInventory.service.js.map
|
|
47458
47502
|
|
|
47459
47503
|
/***/ }),
|
|
47460
|
-
/*
|
|
47504
|
+
/* 344 */
|
|
47461
47505
|
/***/ (function(module, exports, __webpack_require__) {
|
|
47462
47506
|
|
|
47463
47507
|
"use strict";
|
|
47464
47508
|
|
|
47465
47509
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47466
|
-
var ChatConversation_1 = __webpack_require__(
|
|
47467
|
-
var ChatMessageApi_1 = __webpack_require__(
|
|
47510
|
+
var ChatConversation_1 = __webpack_require__(345);
|
|
47511
|
+
var ChatMessageApi_1 = __webpack_require__(346);
|
|
47468
47512
|
var ChatConversationApi = /** @class */ (function () {
|
|
47469
47513
|
function ChatConversationApi(session) {
|
|
47470
47514
|
this.chatConversationEntity = new ChatConversation_1.default(session);
|
|
@@ -47503,7 +47547,7 @@ exports.default = ChatConversationApi;
|
|
|
47503
47547
|
//# sourceMappingURL=ChatConversationApi.js.map
|
|
47504
47548
|
|
|
47505
47549
|
/***/ }),
|
|
47506
|
-
/*
|
|
47550
|
+
/* 345 */
|
|
47507
47551
|
/***/ (function(module, exports, __webpack_require__) {
|
|
47508
47552
|
|
|
47509
47553
|
"use strict";
|
|
@@ -47684,13 +47728,13 @@ exports.default = ChatConversation;
|
|
|
47684
47728
|
//# sourceMappingURL=ChatConversation.js.map
|
|
47685
47729
|
|
|
47686
47730
|
/***/ }),
|
|
47687
|
-
/*
|
|
47731
|
+
/* 346 */
|
|
47688
47732
|
/***/ (function(module, exports, __webpack_require__) {
|
|
47689
47733
|
|
|
47690
47734
|
"use strict";
|
|
47691
47735
|
|
|
47692
47736
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47693
|
-
var ChatMessage_1 = __webpack_require__(
|
|
47737
|
+
var ChatMessage_1 = __webpack_require__(347);
|
|
47694
47738
|
var ChatMessageApi = /** @class */ (function () {
|
|
47695
47739
|
function ChatMessageApi(session) {
|
|
47696
47740
|
this.chatMessageEntity = new ChatMessage_1.default(session);
|
|
@@ -47712,7 +47756,7 @@ exports.default = ChatMessageApi;
|
|
|
47712
47756
|
//# sourceMappingURL=ChatMessageApi.js.map
|
|
47713
47757
|
|
|
47714
47758
|
/***/ }),
|
|
47715
|
-
/*
|
|
47759
|
+
/* 347 */
|
|
47716
47760
|
/***/ (function(module, exports, __webpack_require__) {
|
|
47717
47761
|
|
|
47718
47762
|
"use strict";
|
|
@@ -47841,7 +47885,7 @@ exports.default = ChatMessage;
|
|
|
47841
47885
|
//# sourceMappingURL=ChatMessage.js.map
|
|
47842
47886
|
|
|
47843
47887
|
/***/ }),
|
|
47844
|
-
/*
|
|
47888
|
+
/* 348 */
|
|
47845
47889
|
/***/ (function(module, exports, __webpack_require__) {
|
|
47846
47890
|
|
|
47847
47891
|
"use strict";
|
|
@@ -47883,7 +47927,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
47883
47927
|
}
|
|
47884
47928
|
};
|
|
47885
47929
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47886
|
-
var CrewStore_1 = __webpack_require__(
|
|
47930
|
+
var CrewStore_1 = __webpack_require__(349);
|
|
47887
47931
|
var Crew = /** @class */ (function () {
|
|
47888
47932
|
function Crew(session, usersStore) {
|
|
47889
47933
|
this.crewStore = new CrewStore_1.default(session);
|
|
@@ -47977,7 +48021,7 @@ exports.default = Crew;
|
|
|
47977
48021
|
//# sourceMappingURL=Crew.js.map
|
|
47978
48022
|
|
|
47979
48023
|
/***/ }),
|
|
47980
|
-
/*
|
|
48024
|
+
/* 349 */
|
|
47981
48025
|
/***/ (function(module, exports, __webpack_require__) {
|
|
47982
48026
|
|
|
47983
48027
|
"use strict";
|
|
@@ -48067,7 +48111,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
|
48067
48111
|
};
|
|
48068
48112
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48069
48113
|
var BaseStore_1 = __webpack_require__(48);
|
|
48070
|
-
var CrewService_1 = __webpack_require__(
|
|
48114
|
+
var CrewService_1 = __webpack_require__(350);
|
|
48071
48115
|
var rxjs_1 = __webpack_require__(75);
|
|
48072
48116
|
var operators_1 = __webpack_require__(65);
|
|
48073
48117
|
var lodash_1 = __webpack_require__(11);
|
|
@@ -48213,7 +48257,7 @@ exports.default = CrewStore;
|
|
|
48213
48257
|
//# sourceMappingURL=CrewStore.js.map
|
|
48214
48258
|
|
|
48215
48259
|
/***/ }),
|
|
48216
|
-
/*
|
|
48260
|
+
/* 350 */
|
|
48217
48261
|
/***/ (function(module, exports, __webpack_require__) {
|
|
48218
48262
|
|
|
48219
48263
|
"use strict";
|
|
@@ -48378,13 +48422,13 @@ exports.default = CrewService;
|
|
|
48378
48422
|
//# sourceMappingURL=CrewService.js.map
|
|
48379
48423
|
|
|
48380
48424
|
/***/ }),
|
|
48381
|
-
/*
|
|
48425
|
+
/* 351 */
|
|
48382
48426
|
/***/ (function(module, exports, __webpack_require__) {
|
|
48383
48427
|
|
|
48384
48428
|
"use strict";
|
|
48385
48429
|
|
|
48386
48430
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48387
|
-
var PlannedRoutesEntity_1 = __webpack_require__(
|
|
48431
|
+
var PlannedRoutesEntity_1 = __webpack_require__(352);
|
|
48388
48432
|
var PlannedRoutes = /** @class */ (function () {
|
|
48389
48433
|
function PlannedRoutes(session) {
|
|
48390
48434
|
this.plannedRoutesEntity = new PlannedRoutesEntity_1.default(session);
|
|
@@ -48401,7 +48445,7 @@ exports.default = PlannedRoutes;
|
|
|
48401
48445
|
//# sourceMappingURL=PlannedRoutesApi.js.map
|
|
48402
48446
|
|
|
48403
48447
|
/***/ }),
|
|
48404
|
-
/*
|
|
48448
|
+
/* 352 */
|
|
48405
48449
|
/***/ (function(module, exports, __webpack_require__) {
|
|
48406
48450
|
|
|
48407
48451
|
"use strict";
|
|
@@ -48456,14 +48500,14 @@ exports.default = PlannedRoutesEntity;
|
|
|
48456
48500
|
//# sourceMappingURL=PlannedRoutesEntity.js.map
|
|
48457
48501
|
|
|
48458
48502
|
/***/ }),
|
|
48459
|
-
/*
|
|
48503
|
+
/* 353 */
|
|
48460
48504
|
/***/ (function(module, exports, __webpack_require__) {
|
|
48461
48505
|
|
|
48462
48506
|
"use strict";
|
|
48463
48507
|
|
|
48464
48508
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48465
48509
|
exports.Language = void 0;
|
|
48466
|
-
var LanguageStore_1 = __webpack_require__(
|
|
48510
|
+
var LanguageStore_1 = __webpack_require__(354);
|
|
48467
48511
|
var Language = /** @class */ (function () {
|
|
48468
48512
|
function Language(session) {
|
|
48469
48513
|
this.languageStore = new LanguageStore_1.default(session);
|
|
@@ -48477,7 +48521,7 @@ exports.Language = Language;
|
|
|
48477
48521
|
//# sourceMappingURL=Language.js.map
|
|
48478
48522
|
|
|
48479
48523
|
/***/ }),
|
|
48480
|
-
/*
|
|
48524
|
+
/* 354 */
|
|
48481
48525
|
/***/ (function(module, exports, __webpack_require__) {
|
|
48482
48526
|
|
|
48483
48527
|
"use strict";
|
|
@@ -48535,7 +48579,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
48535
48579
|
};
|
|
48536
48580
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48537
48581
|
var BaseStore_1 = __webpack_require__(48);
|
|
48538
|
-
var LanguageService_1 = __webpack_require__(
|
|
48582
|
+
var LanguageService_1 = __webpack_require__(355);
|
|
48539
48583
|
var LanguageStore = /** @class */ (function (_super) {
|
|
48540
48584
|
__extends(LanguageStore, _super);
|
|
48541
48585
|
function LanguageStore(session) {
|
|
@@ -48575,7 +48619,7 @@ exports.default = LanguageStore;
|
|
|
48575
48619
|
//# sourceMappingURL=LanguageStore.js.map
|
|
48576
48620
|
|
|
48577
48621
|
/***/ }),
|
|
48578
|
-
/*
|
|
48622
|
+
/* 355 */
|
|
48579
48623
|
/***/ (function(module, exports, __webpack_require__) {
|
|
48580
48624
|
|
|
48581
48625
|
"use strict";
|
|
@@ -48666,14 +48710,14 @@ exports.default = LanguageService;
|
|
|
48666
48710
|
//# sourceMappingURL=LanguageService.js.map
|
|
48667
48711
|
|
|
48668
48712
|
/***/ }),
|
|
48669
|
-
/*
|
|
48713
|
+
/* 356 */
|
|
48670
48714
|
/***/ (function(module, exports, __webpack_require__) {
|
|
48671
48715
|
|
|
48672
48716
|
"use strict";
|
|
48673
48717
|
|
|
48674
48718
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48675
48719
|
exports.NotificationType = void 0;
|
|
48676
|
-
var NotificationTypeStore_1 = __webpack_require__(
|
|
48720
|
+
var NotificationTypeStore_1 = __webpack_require__(357);
|
|
48677
48721
|
var NotificationType = /** @class */ (function () {
|
|
48678
48722
|
function NotificationType(session) {
|
|
48679
48723
|
this.notificationTypeStore = new NotificationTypeStore_1.default(session);
|
|
@@ -48687,7 +48731,7 @@ exports.NotificationType = NotificationType;
|
|
|
48687
48731
|
//# sourceMappingURL=NotificationType.js.map
|
|
48688
48732
|
|
|
48689
48733
|
/***/ }),
|
|
48690
|
-
/*
|
|
48734
|
+
/* 357 */
|
|
48691
48735
|
/***/ (function(module, exports, __webpack_require__) {
|
|
48692
48736
|
|
|
48693
48737
|
"use strict";
|
|
@@ -48745,7 +48789,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
48745
48789
|
};
|
|
48746
48790
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48747
48791
|
var BaseStore_1 = __webpack_require__(48);
|
|
48748
|
-
var NotificationTypeService_1 = __webpack_require__(
|
|
48792
|
+
var NotificationTypeService_1 = __webpack_require__(358);
|
|
48749
48793
|
var NotificationTypeStore = /** @class */ (function (_super) {
|
|
48750
48794
|
__extends(NotificationTypeStore, _super);
|
|
48751
48795
|
function NotificationTypeStore(session) {
|
|
@@ -48772,7 +48816,7 @@ exports.default = NotificationTypeStore;
|
|
|
48772
48816
|
//# sourceMappingURL=NotificationTypeStore.js.map
|
|
48773
48817
|
|
|
48774
48818
|
/***/ }),
|
|
48775
|
-
/*
|
|
48819
|
+
/* 358 */
|
|
48776
48820
|
/***/ (function(module, exports, __webpack_require__) {
|
|
48777
48821
|
|
|
48778
48822
|
"use strict";
|
|
@@ -48863,7 +48907,7 @@ exports.default = NotificationTypeService;
|
|
|
48863
48907
|
//# sourceMappingURL=NotificationTypeService.js.map
|
|
48864
48908
|
|
|
48865
48909
|
/***/ }),
|
|
48866
|
-
/*
|
|
48910
|
+
/* 359 */
|
|
48867
48911
|
/***/ (function(module, exports, __webpack_require__) {
|
|
48868
48912
|
|
|
48869
48913
|
"use strict";
|
|
@@ -48911,7 +48955,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
48911
48955
|
}
|
|
48912
48956
|
};
|
|
48913
48957
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48914
|
-
var UsersStore_1 = __webpack_require__(
|
|
48958
|
+
var UsersStore_1 = __webpack_require__(360);
|
|
48915
48959
|
var BringgException_1 = __webpack_require__(15);
|
|
48916
48960
|
var ExceptionReason_1 = __webpack_require__(47);
|
|
48917
48961
|
var lodash_1 = __webpack_require__(11);
|
|
@@ -49144,7 +49188,7 @@ exports.default = Users;
|
|
|
49144
49188
|
//# sourceMappingURL=Users.js.map
|
|
49145
49189
|
|
|
49146
49190
|
/***/ }),
|
|
49147
|
-
/*
|
|
49191
|
+
/* 360 */
|
|
49148
49192
|
/***/ (function(module, exports, __webpack_require__) {
|
|
49149
49193
|
|
|
49150
49194
|
"use strict";
|
|
@@ -49236,10 +49280,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
49236
49280
|
var types_1 = __webpack_require__(64);
|
|
49237
49281
|
var lodash_1 = __webpack_require__(11);
|
|
49238
49282
|
var BaseStore_1 = __webpack_require__(48);
|
|
49239
|
-
var UsersService_1 = __webpack_require__(
|
|
49283
|
+
var UsersService_1 = __webpack_require__(361);
|
|
49240
49284
|
var User_consts_1 = __webpack_require__(102);
|
|
49241
49285
|
var operators_1 = __webpack_require__(65);
|
|
49242
49286
|
var rxjs_1 = __webpack_require__(75);
|
|
49287
|
+
var UserHelpers_1 = __webpack_require__(141);
|
|
49243
49288
|
var THROTTLE_TIME = 500;
|
|
49244
49289
|
var UsersStore = /** @class */ (function (_super) {
|
|
49245
49290
|
__extends(UsersStore, _super);
|
|
@@ -49298,8 +49343,23 @@ var UsersStore = /** @class */ (function (_super) {
|
|
|
49298
49343
|
});
|
|
49299
49344
|
return _this;
|
|
49300
49345
|
}
|
|
49346
|
+
UsersStore.prototype.getRelevantDrivers = function (groupsToInit) {
|
|
49347
|
+
if (groupsToInit.length === Object.keys(User_consts_1.GROUP_VALUES).length) {
|
|
49348
|
+
return [];
|
|
49349
|
+
}
|
|
49350
|
+
else {
|
|
49351
|
+
return this.drivers.filter(function (driver) {
|
|
49352
|
+
return !((UserHelpers_1.UserHelpers.isOnlineDriver(driver) && groupsToInit.includes(User_consts_1.GROUP_VALUES.OnlineDrivers)) ||
|
|
49353
|
+
(UserHelpers_1.UserHelpers.isOfflineDriver(driver) && groupsToInit.includes(User_consts_1.GROUP_VALUES.OfflineDrivers)) ||
|
|
49354
|
+
(UserHelpers_1.UserHelpers.isOnShiftDriver(driver) && groupsToInit.includes(User_consts_1.GROUP_VALUES.OnShiftDrivers)) ||
|
|
49355
|
+
(UserHelpers_1.UserHelpers.isAdmin(driver) && groupsToInit.includes(User_consts_1.GROUP_VALUES.Admins)) ||
|
|
49356
|
+
(UserHelpers_1.UserHelpers.isDispatcher(driver) && groupsToInit.includes(User_consts_1.GROUP_VALUES.Dispatchers)) ||
|
|
49357
|
+
(UserHelpers_1.UserHelpers.isCustomer(driver) && groupsToInit.includes(User_consts_1.GROUP_VALUES.Customers)));
|
|
49358
|
+
});
|
|
49359
|
+
}
|
|
49360
|
+
};
|
|
49301
49361
|
UsersStore.prototype.initGroups = function (users, groupsToInit) {
|
|
49302
|
-
var e_3, _a, e_4,
|
|
49362
|
+
var e_3, _a, _b, e_4, _c, e_5, _d, e_6, _e, e_7, _f;
|
|
49303
49363
|
if (groupsToInit === void 0) { groupsToInit = Object.keys(User_consts_1.GROUP_VALUES); }
|
|
49304
49364
|
var groups = {};
|
|
49305
49365
|
try {
|
|
@@ -49315,7 +49375,9 @@ var UsersStore = /** @class */ (function (_super) {
|
|
|
49315
49375
|
}
|
|
49316
49376
|
finally { if (e_3) throw e_3.error; }
|
|
49317
49377
|
}
|
|
49318
|
-
|
|
49378
|
+
var relevantDrivers = this.getRelevantDrivers(groupsToInit);
|
|
49379
|
+
this.drivers.length = 0; // do not change drivers ref - manu pointer rely on it on their state on bringg-web
|
|
49380
|
+
(_b = this.drivers).push.apply(_b, __spreadArray([], __read(relevantDrivers)));
|
|
49319
49381
|
this.onlineDriversCounterByTeam = new Map();
|
|
49320
49382
|
try {
|
|
49321
49383
|
for (var users_1 = __values(users), users_1_1 = users_1.next(); !users_1_1.done; users_1_1 = users_1.next()) {
|
|
@@ -49325,8 +49387,8 @@ var UsersStore = /** @class */ (function (_super) {
|
|
|
49325
49387
|
var isDriverOnline = user.status === types_1.Connection.Online;
|
|
49326
49388
|
if (isDriverOnline) {
|
|
49327
49389
|
try {
|
|
49328
|
-
for (var
|
|
49329
|
-
var teamId =
|
|
49390
|
+
for (var _g = (e_5 = void 0, __values(user.team_ids)), _h = _g.next(); !_h.done; _h = _g.next()) {
|
|
49391
|
+
var teamId = _h.value;
|
|
49330
49392
|
this.onlineDriversCounterByTeam.set(teamId, this.onlineDriversCounterByTeam.has(teamId)
|
|
49331
49393
|
? this.onlineDriversCounterByTeam.get(teamId) + 1
|
|
49332
49394
|
: 1);
|
|
@@ -49335,7 +49397,7 @@ var UsersStore = /** @class */ (function (_super) {
|
|
|
49335
49397
|
catch (e_5_1) { e_5 = { error: e_5_1 }; }
|
|
49336
49398
|
finally {
|
|
49337
49399
|
try {
|
|
49338
|
-
if (
|
|
49400
|
+
if (_h && !_h.done && (_d = _g.return)) _d.call(_g);
|
|
49339
49401
|
}
|
|
49340
49402
|
finally { if (e_5) throw e_5.error; }
|
|
49341
49403
|
}
|
|
@@ -49353,7 +49415,7 @@ var UsersStore = /** @class */ (function (_super) {
|
|
|
49353
49415
|
catch (e_6_1) { e_6 = { error: e_6_1 }; }
|
|
49354
49416
|
finally {
|
|
49355
49417
|
try {
|
|
49356
|
-
if (groupIds_1_1 && !groupIds_1_1.done && (
|
|
49418
|
+
if (groupIds_1_1 && !groupIds_1_1.done && (_e = groupIds_1.return)) _e.call(groupIds_1);
|
|
49357
49419
|
}
|
|
49358
49420
|
finally { if (e_6) throw e_6.error; }
|
|
49359
49421
|
}
|
|
@@ -49362,7 +49424,7 @@ var UsersStore = /** @class */ (function (_super) {
|
|
|
49362
49424
|
catch (e_4_1) { e_4 = { error: e_4_1 }; }
|
|
49363
49425
|
finally {
|
|
49364
49426
|
try {
|
|
49365
|
-
if (users_1_1 && !users_1_1.done && (
|
|
49427
|
+
if (users_1_1 && !users_1_1.done && (_c = users_1.return)) _c.call(users_1);
|
|
49366
49428
|
}
|
|
49367
49429
|
finally { if (e_4) throw e_4.error; }
|
|
49368
49430
|
}
|
|
@@ -49375,7 +49437,7 @@ var UsersStore = /** @class */ (function (_super) {
|
|
|
49375
49437
|
catch (e_7_1) { e_7 = { error: e_7_1 }; }
|
|
49376
49438
|
finally {
|
|
49377
49439
|
try {
|
|
49378
|
-
if (groupsToInit_2_1 && !groupsToInit_2_1.done && (
|
|
49440
|
+
if (groupsToInit_2_1 && !groupsToInit_2_1.done && (_f = groupsToInit_2.return)) _f.call(groupsToInit_2);
|
|
49379
49441
|
}
|
|
49380
49442
|
finally { if (e_7) throw e_7.error; }
|
|
49381
49443
|
}
|
|
@@ -49489,13 +49551,14 @@ var UsersStore = /** @class */ (function (_super) {
|
|
|
49489
49551
|
};
|
|
49490
49552
|
UsersStore.prototype.getAllDrivers = function (request) {
|
|
49491
49553
|
return __awaiter(this, void 0, void 0, function () {
|
|
49492
|
-
var options, response, isOnlyCustomer;
|
|
49554
|
+
var options, response, isOnlyCustomer, isOnlyOnlineDrivers, groups;
|
|
49493
49555
|
var _this = this;
|
|
49494
49556
|
return __generator(this, function (_a) {
|
|
49495
49557
|
switch (_a.label) {
|
|
49496
49558
|
case 0:
|
|
49497
49559
|
options = request.options;
|
|
49498
49560
|
isOnlyCustomer = options === null || options === void 0 ? void 0 : options.onlyCustomers;
|
|
49561
|
+
isOnlyOnlineDrivers = options === null || options === void 0 ? void 0 : options.onlyOnlineDriver;
|
|
49499
49562
|
if (!isOnlyCustomer) return [3 /*break*/, 2];
|
|
49500
49563
|
return [4 /*yield*/, this.getOrFetchUsers(request, this.fetchedStatus.customers, function (isAllCustomersFetched) { return (_this.fetchedStatus.customers = isAllCustomersFetched); }, this.usersService.getAllDrivers, function () { return _this.getCustomers(); })];
|
|
49501
49564
|
case 1:
|
|
@@ -49508,14 +49571,17 @@ var UsersStore = /** @class */ (function (_super) {
|
|
|
49508
49571
|
args[_i] = arguments[_i];
|
|
49509
49572
|
}
|
|
49510
49573
|
return (_a = _this.usersService).getAllDrivers.apply(_a, __spreadArray([], __read(args)));
|
|
49511
|
-
}, function () { return _this.getAllLocalDrivers(); })];
|
|
49574
|
+
}, function () { return (isOnlyOnlineDrivers ? __spreadArray([], __read(_this.getOnlineDrivers())) : _this.getAllLocalDrivers()); })];
|
|
49512
49575
|
case 3:
|
|
49513
49576
|
response = _a.sent();
|
|
49514
49577
|
_a.label = 4;
|
|
49515
49578
|
case 4:
|
|
49516
|
-
|
|
49579
|
+
groups = isOnlyCustomer
|
|
49517
49580
|
? [User_consts_1.GROUP_VALUES.Customers]
|
|
49518
|
-
:
|
|
49581
|
+
: isOnlyOnlineDrivers
|
|
49582
|
+
? [User_consts_1.GROUP_VALUES.OnlineDrivers]
|
|
49583
|
+
: [User_consts_1.GROUP_VALUES.OfflineDrivers, User_consts_1.GROUP_VALUES.OnlineDrivers, User_consts_1.GROUP_VALUES.OnShiftDrivers];
|
|
49584
|
+
this.initGroups(response.users, groups);
|
|
49519
49585
|
return [2 /*return*/, response];
|
|
49520
49586
|
}
|
|
49521
49587
|
});
|
|
@@ -49735,7 +49801,7 @@ exports.default = UsersStore;
|
|
|
49735
49801
|
//# sourceMappingURL=UsersStore.js.map
|
|
49736
49802
|
|
|
49737
49803
|
/***/ }),
|
|
49738
|
-
/*
|
|
49804
|
+
/* 361 */
|
|
49739
49805
|
/***/ (function(module, exports, __webpack_require__) {
|
|
49740
49806
|
|
|
49741
49807
|
"use strict";
|
|
@@ -49803,7 +49869,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
49803
49869
|
}
|
|
49804
49870
|
};
|
|
49805
49871
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
49806
|
-
var PubSubService_1 = __webpack_require__(
|
|
49872
|
+
var PubSubService_1 = __webpack_require__(362);
|
|
49807
49873
|
var BringgException_1 = __webpack_require__(15);
|
|
49808
49874
|
var Route_1 = __webpack_require__(19);
|
|
49809
49875
|
var User_consts_1 = __webpack_require__(102);
|
|
@@ -50112,7 +50178,7 @@ exports.default = UsersService;
|
|
|
50112
50178
|
//# sourceMappingURL=UsersService.js.map
|
|
50113
50179
|
|
|
50114
50180
|
/***/ }),
|
|
50115
|
-
/*
|
|
50181
|
+
/* 362 */
|
|
50116
50182
|
/***/ (function(module, exports, __webpack_require__) {
|
|
50117
50183
|
|
|
50118
50184
|
"use strict";
|
|
@@ -50158,42 +50224,6 @@ var PubSubService = /** @class */ (function (_super) {
|
|
|
50158
50224
|
exports.PubSubService = PubSubService;
|
|
50159
50225
|
//# sourceMappingURL=PubSubService.js.map
|
|
50160
50226
|
|
|
50161
|
-
/***/ }),
|
|
50162
|
-
/* 362 */
|
|
50163
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
50164
|
-
|
|
50165
|
-
"use strict";
|
|
50166
|
-
|
|
50167
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
50168
|
-
exports.UserHelpers = void 0;
|
|
50169
|
-
var types_1 = __webpack_require__(64);
|
|
50170
|
-
var lodash_1 = __webpack_require__(11);
|
|
50171
|
-
var UserHelpers = /** @class */ (function () {
|
|
50172
|
-
function UserHelpers() {
|
|
50173
|
-
}
|
|
50174
|
-
UserHelpers.isOfflineDriver = function (user) {
|
|
50175
|
-
return user.driver === true && user.status === types_1.Connection.Offline;
|
|
50176
|
-
};
|
|
50177
|
-
UserHelpers.isOnlineDriver = function (user) {
|
|
50178
|
-
return user.driver === true && user.status === types_1.Connection.Online;
|
|
50179
|
-
};
|
|
50180
|
-
UserHelpers.isOnShiftDriver = function (user) {
|
|
50181
|
-
return user.driver === true && !lodash_1.isNil(user.active_shift_id);
|
|
50182
|
-
};
|
|
50183
|
-
UserHelpers.isCustomer = function (user) {
|
|
50184
|
-
return user.customer === true;
|
|
50185
|
-
};
|
|
50186
|
-
UserHelpers.isAdmin = function (user) {
|
|
50187
|
-
return user.admin === true;
|
|
50188
|
-
};
|
|
50189
|
-
UserHelpers.isDispatcher = function (user) {
|
|
50190
|
-
return user.dispatcher === true;
|
|
50191
|
-
};
|
|
50192
|
-
return UserHelpers;
|
|
50193
|
-
}());
|
|
50194
|
-
exports.UserHelpers = UserHelpers;
|
|
50195
|
-
//# sourceMappingURL=UserHelpers.js.map
|
|
50196
|
-
|
|
50197
50227
|
/***/ }),
|
|
50198
50228
|
/* 363 */
|
|
50199
50229
|
/***/ (function(module, exports, __webpack_require__) {
|
|
@@ -50425,7 +50455,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
50425
50455
|
exports.Routes = void 0;
|
|
50426
50456
|
var BringgException_1 = __webpack_require__(15);
|
|
50427
50457
|
var Route_1 = __webpack_require__(19);
|
|
50428
|
-
var NotificationTemplate_consts_1 = __webpack_require__(
|
|
50458
|
+
var NotificationTemplate_consts_1 = __webpack_require__(142);
|
|
50429
50459
|
var SessionBasedService_1 = __webpack_require__(24);
|
|
50430
50460
|
exports.Routes = {
|
|
50431
50461
|
GET_ALL: new Route_1.Route('/merchant/notification_templates', 0 /* GET */),
|
|
@@ -54339,7 +54369,7 @@ exports.skillsExtractor = skillsExtractor;
|
|
|
54339
54369
|
|
|
54340
54370
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54341
54371
|
var VehicleEntity_1 = __webpack_require__(417);
|
|
54342
|
-
var Vehicle_consts_1 = __webpack_require__(
|
|
54372
|
+
var Vehicle_consts_1 = __webpack_require__(143);
|
|
54343
54373
|
var Vehicles = /** @class */ (function () {
|
|
54344
54374
|
function Vehicles(session) {
|
|
54345
54375
|
this.vehicleEntity = new VehicleEntity_1.default(session);
|
|
@@ -54442,7 +54472,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
54442
54472
|
exports.Routes = void 0;
|
|
54443
54473
|
var StoreEntity_1 = __webpack_require__(8);
|
|
54444
54474
|
var Entity_1 = __webpack_require__(5);
|
|
54445
|
-
var Vehicle_consts_1 = __webpack_require__(
|
|
54475
|
+
var Vehicle_consts_1 = __webpack_require__(143);
|
|
54446
54476
|
var lodash_1 = __webpack_require__(11);
|
|
54447
54477
|
exports.Routes = {
|
|
54448
54478
|
GET_ASSIGNMENT_HISTORY: '/vehicles/get_assignment_history/',
|