@bringg/dashboard-sdk 0.4.62 → 0.4.63

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.
@@ -22023,30 +22023,30 @@ var FleetApi_1 = __webpack_require__(300);
22023
22023
  var RuleApi_1 = __webpack_require__(302);
22024
22024
  var PushTokenSubscriptionApi_1 = __webpack_require__(304);
22025
22025
  var TaskApi_1 = __webpack_require__(306);
22026
- var ApplicationMerchantConfigurationApi_1 = __webpack_require__(399);
22027
- var GoogleMapsHelperApi_1 = __webpack_require__(401);
22028
- var OnboardingApi_1 = __webpack_require__(403);
22029
- var FleetRouterApi_1 = __webpack_require__(405);
22026
+ var ApplicationMerchantConfigurationApi_1 = __webpack_require__(402);
22027
+ var GoogleMapsHelperApi_1 = __webpack_require__(404);
22028
+ var OnboardingApi_1 = __webpack_require__(406);
22029
+ var FleetRouterApi_1 = __webpack_require__(408);
22030
22030
  var AuthService_1 = __webpack_require__(104);
22031
- var ServiceApi_1 = __webpack_require__(407);
22032
- var FleetTemplateApi_1 = __webpack_require__(409);
22033
- var OpenFleetApi_1 = __webpack_require__(411);
22034
- var GeocodingApi_1 = __webpack_require__(413);
22035
- var ApplicationApi_1 = __webpack_require__(415);
22036
- var CustomerAvailabilityHourApi_1 = __webpack_require__(417);
22037
- var ShiftsApi_1 = __webpack_require__(419);
22038
- var ExclusionWindowApi_1 = __webpack_require__(421);
22039
- var Country_1 = __webpack_require__(423);
22040
- var OauthApplicationApi_1 = __webpack_require__(424);
22041
- var Inventory_1 = __webpack_require__(426);
22042
- var PushNotificationRegistration_1 = __webpack_require__(428);
22043
- var ReasonToCancelTasksApi_1 = __webpack_require__(430);
22044
- var CustomFilterApi_1 = __webpack_require__(432);
22045
- var FloatingInventoryApi_1 = __webpack_require__(434);
22046
- var ServiceAreaApi_1 = __webpack_require__(437);
22047
- var BillingApi_1 = __webpack_require__(439);
22048
- var analytics_api_1 = __webpack_require__(441);
22049
- var AnalyticsReportsApi_1 = __webpack_require__(443);
22031
+ var ServiceApi_1 = __webpack_require__(410);
22032
+ var FleetTemplateApi_1 = __webpack_require__(412);
22033
+ var OpenFleetApi_1 = __webpack_require__(414);
22034
+ var GeocodingApi_1 = __webpack_require__(416);
22035
+ var ApplicationApi_1 = __webpack_require__(418);
22036
+ var CustomerAvailabilityHourApi_1 = __webpack_require__(420);
22037
+ var ShiftsApi_1 = __webpack_require__(422);
22038
+ var ExclusionWindowApi_1 = __webpack_require__(424);
22039
+ var Country_1 = __webpack_require__(426);
22040
+ var OauthApplicationApi_1 = __webpack_require__(427);
22041
+ var Inventory_1 = __webpack_require__(429);
22042
+ var PushNotificationRegistration_1 = __webpack_require__(431);
22043
+ var ReasonToCancelTasksApi_1 = __webpack_require__(433);
22044
+ var CustomFilterApi_1 = __webpack_require__(435);
22045
+ var FloatingInventoryApi_1 = __webpack_require__(437);
22046
+ var ServiceAreaApi_1 = __webpack_require__(440);
22047
+ var BillingApi_1 = __webpack_require__(442);
22048
+ var analytics_api_1 = __webpack_require__(444);
22049
+ var AnalyticsReportsApi_1 = __webpack_require__(446);
22050
22050
  var BringgDashboardSDK = /** @class */ (function () {
22051
22051
  function BringgDashboardSDK(session) {
22052
22052
  this.applicationMerchantConfiguration = null;
@@ -30008,7 +30008,7 @@ var axios_1 = __webpack_require__(146);
30008
30008
  var Logger_1 = __webpack_require__(39);
30009
30009
  var lodash_1 = __webpack_require__(10);
30010
30010
  var BringgException_1 = __webpack_require__(15);
30011
- var version = '0.4.62';
30011
+ var version = '0.4.63';
30012
30012
  function logErrorResponse(response) {
30013
30013
  var data = response.data, status = response.status;
30014
30014
  try {
@@ -31438,7 +31438,7 @@ exports.KEYSET_PAGINATION_VER = 2;
31438
31438
  "use strict";
31439
31439
 
31440
31440
  Object.defineProperty(exports, "__esModule", { value: true });
31441
- exports.Routes = exports.baseRoute = exports.TaskRealTimeEvents = exports.formExtractor = exports.taskIdsExtractor = exports.scanCodeExtractor = exports.locationExtractor = exports.tasksExtractor = exports.successExtractor = exports.taskExtractor = exports.defaultExtractor = exports.noteTypes = exports.taskToGroupMapper = exports.groupFilter = exports.GROUP_VALUES = exports.DONE_TASK_STATUES = exports.OPEN_TASK_STATUES = void 0;
31441
+ exports.Routes = exports.baseRoute = exports.TaskRealTimeEvents = exports.formExtractor = exports.taskIdsExtractor = exports.scanCodeExtractor = exports.locationExtractor = exports.childTasksExtractor = exports.tasksExtractor = exports.successExtractor = exports.taskExtractor = exports.defaultExtractor = exports.noteTypes = exports.taskToGroupMapper = exports.groupFilter = exports.GROUP_VALUES = exports.DONE_TASK_STATUES = exports.OPEN_TASK_STATUES = void 0;
31442
31442
  var types_1 = __webpack_require__(101);
31443
31443
  var TaskHelpers_1 = __webpack_require__(102);
31444
31444
  exports.OPEN_TASK_STATUES = [
@@ -31489,6 +31489,8 @@ var successExtractor = function (response) { return response.success; };
31489
31489
  exports.successExtractor = successExtractor;
31490
31490
  var tasksExtractor = function (response) { return response.tasks; };
31491
31491
  exports.tasksExtractor = tasksExtractor;
31492
+ var childTasksExtractor = function (response) { return response.child_tasks; };
31493
+ exports.childTasksExtractor = childTasksExtractor;
31492
31494
  var locationExtractor = function (response) { return response.data; };
31493
31495
  exports.locationExtractor = locationExtractor;
31494
31496
  var scanCodeExtractor = function (response) { return response.scan_string; };
@@ -31514,6 +31516,7 @@ exports.Routes = {
31514
31516
  GET_PLANNING_TASKS: exports.baseRoute + "/planning",
31515
31517
  GET_INVALID_TASKS: exports.baseRoute + "/invalids",
31516
31518
  GET_TASK: exports.baseRoute + "/{:id}",
31519
+ GET_CHILD_TASKS: exports.baseRoute + "/{:id}/child_tasks",
31517
31520
  BATCH_GET_TASK: exports.baseRoute + "/batch_get",
31518
31521
  GET_CLOSED_TASKS_WITH_QUERY: exports.baseRoute + "/closed_with_query",
31519
31522
  UPDATE_TASK: exports.baseRoute + "/{:id}",
@@ -31658,6 +31661,7 @@ __exportStar(__webpack_require__(394), exports);
31658
31661
  __exportStar(__webpack_require__(395), exports);
31659
31662
  __exportStar(__webpack_require__(396), exports);
31660
31663
  __exportStar(__webpack_require__(397), exports);
31664
+ __exportStar(__webpack_require__(400), exports);
31661
31665
  //# sourceMappingURL=index.js.map
31662
31666
 
31663
31667
  /***/ }),
@@ -36550,7 +36554,7 @@ var Logger_1 = __webpack_require__(39);
36550
36554
  //export types
36551
36555
  var BringgDashboardSDK_1 = __webpack_require__(61);
36552
36556
  Object.defineProperty(exports, "BringgDashboardSDK", { enumerable: true, get: function () { return BringgDashboardSDK_1.BringgDashboardSDK; } });
36553
- var VehicleTypeConsts = __webpack_require__(445);
36557
+ var VehicleTypeConsts = __webpack_require__(448);
36554
36558
  exports.VehicleTypeConsts = VehicleTypeConsts;
36555
36559
  var TaskInventoryConsts = __webpack_require__(136);
36556
36560
  exports.TaskInventoryConsts = TaskInventoryConsts;
@@ -36558,7 +36562,7 @@ var RunConsts = __webpack_require__(133);
36558
36562
  exports.RunConsts = RunConsts;
36559
36563
  var ReasonToChangeInventory = __webpack_require__(135);
36560
36564
  exports.ReasonToChangeInventory = ReasonToChangeInventory;
36561
- var PlannedRoutesConsts = __webpack_require__(446);
36565
+ var PlannedRoutesConsts = __webpack_require__(449);
36562
36566
  exports.PlannedRoutesConsts = PlannedRoutesConsts;
36563
36567
  var NotificationTypesConsts = __webpack_require__(140);
36564
36568
  exports.NotificationTypesConsts = NotificationTypesConsts;
@@ -36568,19 +36572,19 @@ var LanguageConsts = __webpack_require__(139);
36568
36572
  exports.LanguageConsts = LanguageConsts;
36569
36573
  var DashboardConsts = __webpack_require__(134);
36570
36574
  exports.DashboardConsts = DashboardConsts;
36571
- var CrewConsts = __webpack_require__(447);
36575
+ var CrewConsts = __webpack_require__(450);
36572
36576
  exports.CrewConsts = CrewConsts;
36573
36577
  var ChatMessageConsts = __webpack_require__(138);
36574
36578
  exports.ChatMessageConsts = ChatMessageConsts;
36575
36579
  var ChatConversationConsts = __webpack_require__(137);
36576
36580
  exports.ChatConversationConsts = ChatConversationConsts;
36577
- var Responses = __webpack_require__(448);
36581
+ var Responses = __webpack_require__(451);
36578
36582
  exports.Responses = Responses;
36579
- var TagConsts = __webpack_require__(449);
36583
+ var TagConsts = __webpack_require__(452);
36580
36584
  exports.TagConsts = TagConsts;
36581
- var DeliveryBlockConsts = __webpack_require__(450);
36585
+ var DeliveryBlockConsts = __webpack_require__(453);
36582
36586
  exports.DeliveryBlockConsts = DeliveryBlockConsts;
36583
- var ResourceUploadType_1 = __webpack_require__(451);
36587
+ var ResourceUploadType_1 = __webpack_require__(454);
36584
36588
  exports.ResourceUploadType = ResourceUploadType_1.default;
36585
36589
  module.exports = {};
36586
36590
  lodash_1.extend(module.exports, BringgDashboardSDK_1.BringgDashboardSDK);
@@ -51848,7 +51852,7 @@ exports.default = PushTokenSubscriptionEntity;
51848
51852
 
51849
51853
  Object.defineProperty(exports, "__esModule", { value: true });
51850
51854
  var Tasks_consts_1 = __webpack_require__(100);
51851
- var TaskEntity_1 = __webpack_require__(398);
51855
+ var TaskEntity_1 = __webpack_require__(401);
51852
51856
  var TaskHelpers_1 = __webpack_require__(102);
51853
51857
  var Tasks = /** @class */ (function () {
51854
51858
  function Tasks(session) {
@@ -51906,6 +51910,9 @@ var Tasks = /** @class */ (function () {
51906
51910
  Tasks.prototype.massAssign = function (userId, taskIds, options, targetRun) {
51907
51911
  return this.taskEntity.massAssign(userId, taskIds, options, targetRun);
51908
51912
  };
51913
+ Tasks.prototype.getChildTasks = function (taskId) {
51914
+ return this.taskEntity.getChildTasks(taskId);
51915
+ };
51909
51916
  Tasks.prototype.massUnassign = function (taskIds, options) {
51910
51917
  return this.taskEntity.massUnassign(taskIds, options);
51911
51918
  };
@@ -52106,6 +52113,17 @@ var ALERT_TYPES;
52106
52113
  ALERT_TYPES[ALERT_TYPES["ROUTE_OPTIMIZATION_ORDERS_LEFT_OUTSIDE_OPTIMIZATION"] = 45] = "ROUTE_OPTIMIZATION_ORDERS_LEFT_OUTSIDE_OPTIMIZATION";
52107
52114
  ALERT_TYPES[ALERT_TYPES["ROUTE_OPTIMIZATION_TASKS_REMOVED_BEFORE_OPTIMIZATION"] = 46] = "ROUTE_OPTIMIZATION_TASKS_REMOVED_BEFORE_OPTIMIZATION";
52108
52115
  ALERT_TYPES[ALERT_TYPES["FAILED_TO_CANCEL_FLEET_DELIVERY"] = 47] = "FAILED_TO_CANCEL_FLEET_DELIVERY";
52116
+ ALERT_TYPES[ALERT_TYPES["TMP_DAY_AND_ROSS_ORDER_TOTAL_WEIGHT_CHANGED"] = 100] = "TMP_DAY_AND_ROSS_ORDER_TOTAL_WEIGHT_CHANGED";
52117
+ ALERT_TYPES[ALERT_TYPES["TMP_DAY_AND_ROSS_INVENTORY_SIZE_CHANGED"] = 101] = "TMP_DAY_AND_ROSS_INVENTORY_SIZE_CHANGED";
52118
+ ALERT_TYPES[ALERT_TYPES["TMP_DAY_AND_ROSS_PICKUP_ORDER_TIME_WINDOW_CHANGED"] = 102] = "TMP_DAY_AND_ROSS_PICKUP_ORDER_TIME_WINDOW_CHANGED";
52119
+ ALERT_TYPES[ALERT_TYPES["TMP_DAY_AND_ROSS_DELIVERY_ORDER_TIME_WINDOW_CHANGED"] = 103] = "TMP_DAY_AND_ROSS_DELIVERY_ORDER_TIME_WINDOW_CHANGED";
52120
+ ALERT_TYPES[ALERT_TYPES["TMP_DAY_AND_ROSS_PICKUP_ORDER_SCHEDULED_TIME_CHANGED"] = 104] = "TMP_DAY_AND_ROSS_PICKUP_ORDER_SCHEDULED_TIME_CHANGED";
52121
+ ALERT_TYPES[ALERT_TYPES["TMP_DAY_AND_ROSS_DELIVERY_ORDER_SCHEDULED_TIME_CHANGED"] = 105] = "TMP_DAY_AND_ROSS_DELIVERY_ORDER_SCHEDULED_TIME_CHANGED";
52122
+ ALERT_TYPES[ALERT_TYPES["TMP_DAY_AND_ROSS_ORDER_DANGEROUS_GOODS_STATUS_CHANGED"] = 106] = "TMP_DAY_AND_ROSS_ORDER_DANGEROUS_GOODS_STATUS_CHANGED";
52123
+ ALERT_TYPES[ALERT_TYPES["TMP_DAY_AND_ROSS_PICKUP_ORDER_LOCATION_CHANGED"] = 107] = "TMP_DAY_AND_ROSS_PICKUP_ORDER_LOCATION_CHANGED";
52124
+ ALERT_TYPES[ALERT_TYPES["TMP_DAY_AND_ROSS_DELIVERY_ORDER_LOCATION_CHANGED"] = 108] = "TMP_DAY_AND_ROSS_DELIVERY_ORDER_LOCATION_CHANGED";
52125
+ ALERT_TYPES[ALERT_TYPES["TMP_DAY_AND_ROSS_ORDER_SERVICE_PLAN_CHANGED"] = 109] = "TMP_DAY_AND_ROSS_ORDER_SERVICE_PLAN_CHANGED";
52126
+ ALERT_TYPES[ALERT_TYPES["TMP_DAY_AND_ROSS_ORDER_REQUIRED_SKILLS_CHANGED"] = 110] = "TMP_DAY_AND_ROSS_ORDER_REQUIRED_SKILLS_CHANGED";
52109
52127
  })(ALERT_TYPES = exports.ALERT_TYPES || (exports.ALERT_TYPES = {}));
52110
52128
  exports.ALERT_TYPES_VALUES = Object.values(ALERT_TYPES).filter(function (t) { return typeof t === 'number'; });
52111
52129
  //# sourceMappingURL=alert.js.map
@@ -52898,6 +52916,7 @@ var PrivilegeTypes;
52898
52916
  PrivilegeTypes["LOCK_UNLOCK_TASK"] = "lock_unlock_task";
52899
52917
  PrivilegeTypes["RESCHEDULE_CANCELLED_ORDER"] = "reschedule_cancelled_order";
52900
52918
  PrivilegeTypes["BILLING_PORTAL"] = "billing_portal";
52919
+ PrivilegeTypes["CUSTOMIZE_LIST_LAYOUT"] = "customize_list_layout";
52901
52920
  })(PrivilegeTypes = exports.PrivilegeTypes || (exports.PrivilegeTypes = {}));
52902
52921
  //# sourceMappingURL=privilege.js.map
52903
52922
 
@@ -53885,6 +53904,27 @@ var RuleRequestType;
53885
53904
 
53886
53905
  "use strict";
53887
53906
 
53907
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
53908
+ if (k2 === undefined) k2 = k;
53909
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
53910
+ }) : (function(o, m, k, k2) {
53911
+ if (k2 === undefined) k2 = k;
53912
+ o[k2] = m[k];
53913
+ }));
53914
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
53915
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
53916
+ };
53917
+ exports.__esModule = true;
53918
+ __exportStar(__webpack_require__(398), exports);
53919
+ __exportStar(__webpack_require__(399), exports);
53920
+ //# sourceMappingURL=index.js.map
53921
+
53922
+ /***/ }),
53923
+ /* 398 */
53924
+ /***/ (function(module, exports, __webpack_require__) {
53925
+
53926
+ "use strict";
53927
+
53888
53928
  exports.__esModule = true;
53889
53929
  exports.Order = void 0;
53890
53930
  var Order;
@@ -53895,7 +53935,42 @@ var Order;
53895
53935
  //# sourceMappingURL=report.js.map
53896
53936
 
53897
53937
  /***/ }),
53898
- /* 398 */
53938
+ /* 399 */
53939
+ /***/ (function(module, exports, __webpack_require__) {
53940
+
53941
+ "use strict";
53942
+
53943
+ exports.__esModule = true;
53944
+ exports.ReportExportFormat = exports.ReportDeliveryType = exports.RecurrencePeriod = void 0;
53945
+ var RecurrencePeriod;
53946
+ (function (RecurrencePeriod) {
53947
+ RecurrencePeriod["Monthly"] = "Monthly";
53948
+ RecurrencePeriod["Weekly"] = "Weekly";
53949
+ RecurrencePeriod["Daily"] = "Daily";
53950
+ })(RecurrencePeriod = exports.RecurrencePeriod || (exports.RecurrencePeriod = {}));
53951
+ var ReportDeliveryType;
53952
+ (function (ReportDeliveryType) {
53953
+ ReportDeliveryType["Email"] = "Email";
53954
+ ReportDeliveryType["ApiOrUrl"] = "ApiOrUrl";
53955
+ })(ReportDeliveryType = exports.ReportDeliveryType || (exports.ReportDeliveryType = {}));
53956
+ var ReportExportFormat;
53957
+ (function (ReportExportFormat) {
53958
+ ReportExportFormat["Csv"] = "Email";
53959
+ ReportExportFormat["Json"] = "ApiOrUrl";
53960
+ })(ReportExportFormat = exports.ReportExportFormat || (exports.ReportExportFormat = {}));
53961
+ //# sourceMappingURL=reports_scheduled_jobs.js.map
53962
+
53963
+ /***/ }),
53964
+ /* 400 */
53965
+ /***/ (function(module, exports, __webpack_require__) {
53966
+
53967
+ "use strict";
53968
+
53969
+ exports.__esModule = true;
53970
+ //# sourceMappingURL=handling_units.js.map
53971
+
53972
+ /***/ }),
53973
+ /* 401 */
53899
53974
  /***/ (function(module, exports, __webpack_require__) {
53900
53975
 
53901
53976
  "use strict";
@@ -54194,6 +54269,14 @@ var TaskEntity = /** @class */ (function (_super) {
54194
54269
  TaskEntity.prototype.getInvalidTasksIds = function () {
54195
54270
  return this.groupedValues.get(Tasks_consts_1.GROUP_VALUES.Invalid) || [];
54196
54271
  };
54272
+ TaskEntity.prototype.getChildTasks = function (taskId) {
54273
+ return this.service.routeGenerator
54274
+ .get(Tasks_consts_1.Routes.GET_CHILD_TASKS)
54275
+ .withExtractor(Tasks_consts_1.childTasksExtractor)
54276
+ .withRouteParams({ id: taskId })
54277
+ .setException("failed to get child tasks for task " + taskId)
54278
+ .invoke();
54279
+ };
54197
54280
  TaskEntity.prototype.getPickupQRCode = function (taskId) {
54198
54281
  return this.service.routeGenerator
54199
54282
  .get(Tasks_consts_1.Routes.GET_PICKUP_QR_CODE)
@@ -54498,7 +54581,7 @@ exports.default = TaskEntity;
54498
54581
  //# sourceMappingURL=TaskEntity.js.map
54499
54582
 
54500
54583
  /***/ }),
54501
- /* 399 */
54584
+ /* 402 */
54502
54585
  /***/ (function(module, exports, __webpack_require__) {
54503
54586
 
54504
54587
  "use strict";
@@ -54540,7 +54623,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
54540
54623
  }
54541
54624
  };
54542
54625
  Object.defineProperty(exports, "__esModule", { value: true });
54543
- var ApplicationMerchantConfigurationEntity_1 = __webpack_require__(400);
54626
+ var ApplicationMerchantConfigurationEntity_1 = __webpack_require__(403);
54544
54627
  var ApplicationMerchantConfigurationApi = /** @class */ (function () {
54545
54628
  function ApplicationMerchantConfigurationApi(session, merchantConfigurationApi) {
54546
54629
  this.entity = new ApplicationMerchantConfigurationEntity_1.default(session);
@@ -54659,7 +54742,7 @@ exports.default = ApplicationMerchantConfigurationApi;
54659
54742
  //# sourceMappingURL=ApplicationMerchantConfigurationApi.js.map
54660
54743
 
54661
54744
  /***/ }),
54662
- /* 400 */
54745
+ /* 403 */
54663
54746
  /***/ (function(module, exports, __webpack_require__) {
54664
54747
 
54665
54748
  "use strict";
@@ -54889,13 +54972,13 @@ exports.default = ApplicationMerchantConfigurationEntity;
54889
54972
  //# sourceMappingURL=ApplicationMerchantConfigurationEntity.js.map
54890
54973
 
54891
54974
  /***/ }),
54892
- /* 401 */
54975
+ /* 404 */
54893
54976
  /***/ (function(module, exports, __webpack_require__) {
54894
54977
 
54895
54978
  "use strict";
54896
54979
 
54897
54980
  Object.defineProperty(exports, "__esModule", { value: true });
54898
- var GoogleMapsHelper_1 = __webpack_require__(402);
54981
+ var GoogleMapsHelper_1 = __webpack_require__(405);
54899
54982
  var GoogleMapsHelperApi = /** @class */ (function () {
54900
54983
  function GoogleMapsHelperApi(session) {
54901
54984
  this.googleMapsHelperEntity = new GoogleMapsHelper_1.default(session);
@@ -54909,7 +54992,7 @@ exports.default = GoogleMapsHelperApi;
54909
54992
  //# sourceMappingURL=GoogleMapsHelperApi.js.map
54910
54993
 
54911
54994
  /***/ }),
54912
- /* 402 */
54995
+ /* 405 */
54913
54996
  /***/ (function(module, exports, __webpack_require__) {
54914
54997
 
54915
54998
  "use strict";
@@ -54990,7 +55073,7 @@ exports.default = GoogleMapsHelper;
54990
55073
  //# sourceMappingURL=GoogleMapsHelper.js.map
54991
55074
 
54992
55075
  /***/ }),
54993
- /* 403 */
55076
+ /* 406 */
54994
55077
  /***/ (function(module, exports, __webpack_require__) {
54995
55078
 
54996
55079
  "use strict";
@@ -55032,7 +55115,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55032
55115
  }
55033
55116
  };
55034
55117
  Object.defineProperty(exports, "__esModule", { value: true });
55035
- var OnboardingEntity_1 = __webpack_require__(404);
55118
+ var OnboardingEntity_1 = __webpack_require__(407);
55036
55119
  var OnboardingApi = /** @class */ (function () {
55037
55120
  function OnboardingApi(session) {
55038
55121
  this.onboardingEntity = new OnboardingEntity_1.default(session);
@@ -55057,7 +55140,7 @@ exports.default = OnboardingApi;
55057
55140
  //# sourceMappingURL=OnboardingApi.js.map
55058
55141
 
55059
55142
  /***/ }),
55060
- /* 404 */
55143
+ /* 407 */
55061
55144
  /***/ (function(module, exports, __webpack_require__) {
55062
55145
 
55063
55146
  "use strict";
@@ -55090,13 +55173,13 @@ exports.default = OnboardingEntity;
55090
55173
  //# sourceMappingURL=OnboardingEntity.js.map
55091
55174
 
55092
55175
  /***/ }),
55093
- /* 405 */
55176
+ /* 408 */
55094
55177
  /***/ (function(module, exports, __webpack_require__) {
55095
55178
 
55096
55179
  "use strict";
55097
55180
 
55098
55181
  Object.defineProperty(exports, "__esModule", { value: true });
55099
- var FleetRouterEntity_1 = __webpack_require__(406);
55182
+ var FleetRouterEntity_1 = __webpack_require__(409);
55100
55183
  var FleetRouterApi = /** @class */ (function () {
55101
55184
  function FleetRouterApi(session) {
55102
55185
  this.fleetRouterEntity = new FleetRouterEntity_1.default(session);
@@ -55122,7 +55205,7 @@ exports.default = FleetRouterApi;
55122
55205
  //# sourceMappingURL=FleetRouterApi.js.map
55123
55206
 
55124
55207
  /***/ }),
55125
- /* 406 */
55208
+ /* 409 */
55126
55209
  /***/ (function(module, exports, __webpack_require__) {
55127
55210
 
55128
55211
  "use strict";
@@ -55161,7 +55244,7 @@ exports.default = FleetRouterEntity;
55161
55244
  //# sourceMappingURL=FleetRouterEntity.js.map
55162
55245
 
55163
55246
  /***/ }),
55164
- /* 407 */
55247
+ /* 410 */
55165
55248
  /***/ (function(module, exports, __webpack_require__) {
55166
55249
 
55167
55250
  "use strict";
@@ -55203,7 +55286,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55203
55286
  }
55204
55287
  };
55205
55288
  Object.defineProperty(exports, "__esModule", { value: true });
55206
- var ServiceEntity_1 = __webpack_require__(408);
55289
+ var ServiceEntity_1 = __webpack_require__(411);
55207
55290
  var ServiceApi = /** @class */ (function () {
55208
55291
  function ServiceApi(session) {
55209
55292
  this.entity = new ServiceEntity_1.default(session);
@@ -55224,7 +55307,7 @@ exports.default = ServiceApi;
55224
55307
  //# sourceMappingURL=ServiceApi.js.map
55225
55308
 
55226
55309
  /***/ }),
55227
- /* 408 */
55310
+ /* 411 */
55228
55311
  /***/ (function(module, exports, __webpack_require__) {
55229
55312
 
55230
55313
  "use strict";
@@ -55307,7 +55390,7 @@ exports.default = ServiceEntity;
55307
55390
  //# sourceMappingURL=ServiceEntity.js.map
55308
55391
 
55309
55392
  /***/ }),
55310
- /* 409 */
55393
+ /* 412 */
55311
55394
  /***/ (function(module, exports, __webpack_require__) {
55312
55395
 
55313
55396
  "use strict";
@@ -55349,7 +55432,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55349
55432
  }
55350
55433
  };
55351
55434
  Object.defineProperty(exports, "__esModule", { value: true });
55352
- var FleetTemplateEntity_1 = __webpack_require__(410);
55435
+ var FleetTemplateEntity_1 = __webpack_require__(413);
55353
55436
  var FleetTemplateApi = /** @class */ (function () {
55354
55437
  function FleetTemplateApi(session) {
55355
55438
  this.entity = new FleetTemplateEntity_1.default(session);
@@ -55377,7 +55460,7 @@ exports.default = FleetTemplateApi;
55377
55460
  //# sourceMappingURL=FleetTemplateApi.js.map
55378
55461
 
55379
55462
  /***/ }),
55380
- /* 410 */
55463
+ /* 413 */
55381
55464
  /***/ (function(module, exports, __webpack_require__) {
55382
55465
 
55383
55466
  "use strict";
@@ -55478,7 +55561,7 @@ exports.fleetTemplatesExtractor = fleetTemplatesExtractor;
55478
55561
  //# sourceMappingURL=FleetTemplateEntity.js.map
55479
55562
 
55480
55563
  /***/ }),
55481
- /* 411 */
55564
+ /* 414 */
55482
55565
  /***/ (function(module, exports, __webpack_require__) {
55483
55566
 
55484
55567
  "use strict";
@@ -55520,7 +55603,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55520
55603
  }
55521
55604
  };
55522
55605
  Object.defineProperty(exports, "__esModule", { value: true });
55523
- var OpenFleetEntity_1 = __webpack_require__(412);
55606
+ var OpenFleetEntity_1 = __webpack_require__(415);
55524
55607
  var OpenFleetApi = /** @class */ (function () {
55525
55608
  function OpenFleetApi(session) {
55526
55609
  this.entity = new OpenFleetEntity_1.default(session);
@@ -55587,7 +55670,7 @@ exports.default = OpenFleetApi;
55587
55670
  //# sourceMappingURL=OpenFleetApi.js.map
55588
55671
 
55589
55672
  /***/ }),
55590
- /* 412 */
55673
+ /* 415 */
55591
55674
  /***/ (function(module, exports, __webpack_require__) {
55592
55675
 
55593
55676
  "use strict";
@@ -55735,13 +55818,13 @@ exports.default = OpenFleetEntity;
55735
55818
  //# sourceMappingURL=OpenFleetEntity.js.map
55736
55819
 
55737
55820
  /***/ }),
55738
- /* 413 */
55821
+ /* 416 */
55739
55822
  /***/ (function(module, exports, __webpack_require__) {
55740
55823
 
55741
55824
  "use strict";
55742
55825
 
55743
55826
  Object.defineProperty(exports, "__esModule", { value: true });
55744
- var Geocoding_1 = __webpack_require__(414);
55827
+ var Geocoding_1 = __webpack_require__(417);
55745
55828
  var GeocodingApi = /** @class */ (function () {
55746
55829
  function GeocodingApi(session) {
55747
55830
  this.geocodingEntity = new Geocoding_1.default(session);
@@ -55758,7 +55841,7 @@ exports.default = GeocodingApi;
55758
55841
  //# sourceMappingURL=GeocodingApi.js.map
55759
55842
 
55760
55843
  /***/ }),
55761
- /* 414 */
55844
+ /* 417 */
55762
55845
  /***/ (function(module, exports, __webpack_require__) {
55763
55846
 
55764
55847
  "use strict";
@@ -55859,7 +55942,7 @@ exports.default = GeocodingEntity;
55859
55942
  //# sourceMappingURL=Geocoding.js.map
55860
55943
 
55861
55944
  /***/ }),
55862
- /* 415 */
55945
+ /* 418 */
55863
55946
  /***/ (function(module, exports, __webpack_require__) {
55864
55947
 
55865
55948
  "use strict";
@@ -55901,7 +55984,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55901
55984
  }
55902
55985
  };
55903
55986
  Object.defineProperty(exports, "__esModule", { value: true });
55904
- var ApplicationEntity_1 = __webpack_require__(416);
55987
+ var ApplicationEntity_1 = __webpack_require__(419);
55905
55988
  var ApplicationApi = /** @class */ (function () {
55906
55989
  function ApplicationApi(session) {
55907
55990
  this.entity = new ApplicationEntity_1.default(session);
@@ -55922,7 +56005,7 @@ exports.default = ApplicationApi;
55922
56005
  //# sourceMappingURL=ApplicationApi.js.map
55923
56006
 
55924
56007
  /***/ }),
55925
- /* 416 */
56008
+ /* 419 */
55926
56009
  /***/ (function(module, exports, __webpack_require__) {
55927
56010
 
55928
56011
  "use strict";
@@ -55991,7 +56074,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55991
56074
  };
55992
56075
  Object.defineProperty(exports, "__esModule", { value: true });
55993
56076
  var StoreEntity_1 = __webpack_require__(11);
55994
- var uuid_1 = __webpack_require__(452);
56077
+ var uuid_1 = __webpack_require__(455);
55995
56078
  var _ = __webpack_require__(10);
55996
56079
  var entityName = 'application_action';
55997
56080
  var ApplicationEntity = /** @class */ (function (_super) {
@@ -56085,7 +56168,7 @@ exports.default = ApplicationEntity;
56085
56168
  //# sourceMappingURL=ApplicationEntity.js.map
56086
56169
 
56087
56170
  /***/ }),
56088
- /* 417 */
56171
+ /* 420 */
56089
56172
  /***/ (function(module, exports, __webpack_require__) {
56090
56173
 
56091
56174
  "use strict";
@@ -56127,7 +56210,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56127
56210
  }
56128
56211
  };
56129
56212
  Object.defineProperty(exports, "__esModule", { value: true });
56130
- var CustomerAvailabilityHourEntity_1 = __webpack_require__(418);
56213
+ var CustomerAvailabilityHourEntity_1 = __webpack_require__(421);
56131
56214
  var CustomerAvailabilityHourApi = /** @class */ (function () {
56132
56215
  function CustomerAvailabilityHourApi(session) {
56133
56216
  this.customerAvailabilityHourEntity = new CustomerAvailabilityHourEntity_1.default(session);
@@ -56145,7 +56228,7 @@ exports.default = CustomerAvailabilityHourApi;
56145
56228
  //# sourceMappingURL=CustomerAvailabilityHourApi.js.map
56146
56229
 
56147
56230
  /***/ }),
56148
- /* 418 */
56231
+ /* 421 */
56149
56232
  /***/ (function(module, exports, __webpack_require__) {
56150
56233
 
56151
56234
  "use strict";
@@ -56256,13 +56339,13 @@ exports.default = CustomerAvailabilityHourEntity;
56256
56339
  //# sourceMappingURL=CustomerAvailabilityHourEntity.js.map
56257
56340
 
56258
56341
  /***/ }),
56259
- /* 419 */
56342
+ /* 422 */
56260
56343
  /***/ (function(module, exports, __webpack_require__) {
56261
56344
 
56262
56345
  "use strict";
56263
56346
 
56264
56347
  Object.defineProperty(exports, "__esModule", { value: true });
56265
- var Shifts_1 = __webpack_require__(420);
56348
+ var Shifts_1 = __webpack_require__(423);
56266
56349
  var ShiftsApi = /** @class */ (function () {
56267
56350
  function ShiftsApi(session) {
56268
56351
  this.shiftsEntity = new Shifts_1.default(session);
@@ -56285,7 +56368,7 @@ exports.default = ShiftsApi;
56285
56368
  //# sourceMappingURL=ShiftsApi.js.map
56286
56369
 
56287
56370
  /***/ }),
56288
- /* 420 */
56371
+ /* 423 */
56289
56372
  /***/ (function(module, exports, __webpack_require__) {
56290
56373
 
56291
56374
  "use strict";
@@ -56400,7 +56483,7 @@ exports.default = ShiftsEntity;
56400
56483
  //# sourceMappingURL=Shifts.js.map
56401
56484
 
56402
56485
  /***/ }),
56403
- /* 421 */
56486
+ /* 424 */
56404
56487
  /***/ (function(module, exports, __webpack_require__) {
56405
56488
 
56406
56489
  "use strict";
@@ -56442,7 +56525,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56442
56525
  }
56443
56526
  };
56444
56527
  Object.defineProperty(exports, "__esModule", { value: true });
56445
- var ExclusionWindowEntity_1 = __webpack_require__(422);
56528
+ var ExclusionWindowEntity_1 = __webpack_require__(425);
56446
56529
  var ExclusionWindowApi = /** @class */ (function () {
56447
56530
  function ExclusionWindowApi(session) {
56448
56531
  this.exclusionWindowEntity = new ExclusionWindowEntity_1.default(session);
@@ -56488,7 +56571,7 @@ exports.default = ExclusionWindowApi;
56488
56571
  //# sourceMappingURL=ExclusionWindowApi.js.map
56489
56572
 
56490
56573
  /***/ }),
56491
- /* 422 */
56574
+ /* 425 */
56492
56575
  /***/ (function(module, exports, __webpack_require__) {
56493
56576
 
56494
56577
  "use strict";
@@ -56578,7 +56661,7 @@ exports.default = ExclusionWindowEntity;
56578
56661
  //# sourceMappingURL=ExclusionWindowEntity.js.map
56579
56662
 
56580
56663
  /***/ }),
56581
- /* 423 */
56664
+ /* 426 */
56582
56665
  /***/ (function(module, exports, __webpack_require__) {
56583
56666
 
56584
56667
  "use strict";
@@ -56614,7 +56697,7 @@ exports.default = Country;
56614
56697
  //# sourceMappingURL=Country.js.map
56615
56698
 
56616
56699
  /***/ }),
56617
- /* 424 */
56700
+ /* 427 */
56618
56701
  /***/ (function(module, exports, __webpack_require__) {
56619
56702
 
56620
56703
  "use strict";
@@ -56656,7 +56739,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56656
56739
  }
56657
56740
  };
56658
56741
  Object.defineProperty(exports, "__esModule", { value: true });
56659
- var OauthApplicationEntity_1 = __webpack_require__(425);
56742
+ var OauthApplicationEntity_1 = __webpack_require__(428);
56660
56743
  var OauthApplicationApi = /** @class */ (function () {
56661
56744
  function OauthApplicationApi(session) {
56662
56745
  this.entity = new OauthApplicationEntity_1.default(session);
@@ -56716,7 +56799,7 @@ exports.default = OauthApplicationApi;
56716
56799
  //# sourceMappingURL=OauthApplicationApi.js.map
56717
56800
 
56718
56801
  /***/ }),
56719
- /* 425 */
56802
+ /* 428 */
56720
56803
  /***/ (function(module, exports, __webpack_require__) {
56721
56804
 
56722
56805
  "use strict";
@@ -56833,13 +56916,13 @@ exports.default = OauthApplicationEntity;
56833
56916
  //# sourceMappingURL=OauthApplicationEntity.js.map
56834
56917
 
56835
56918
  /***/ }),
56836
- /* 426 */
56919
+ /* 429 */
56837
56920
  /***/ (function(module, exports, __webpack_require__) {
56838
56921
 
56839
56922
  "use strict";
56840
56923
 
56841
56924
  Object.defineProperty(exports, "__esModule", { value: true });
56842
- var InventoryEntity_1 = __webpack_require__(427);
56925
+ var InventoryEntity_1 = __webpack_require__(430);
56843
56926
  var Inventory = /** @class */ (function () {
56844
56927
  function Inventory(session) {
56845
56928
  this.inventory = new InventoryEntity_1.default(session);
@@ -56862,7 +56945,7 @@ exports.default = Inventory;
56862
56945
  //# sourceMappingURL=Inventory.js.map
56863
56946
 
56864
56947
  /***/ }),
56865
- /* 427 */
56948
+ /* 430 */
56866
56949
  /***/ (function(module, exports, __webpack_require__) {
56867
56950
 
56868
56951
  "use strict";
@@ -56899,7 +56982,7 @@ exports.default = InventoryEntity;
56899
56982
  //# sourceMappingURL=InventoryEntity.js.map
56900
56983
 
56901
56984
  /***/ }),
56902
- /* 428 */
56985
+ /* 431 */
56903
56986
  /***/ (function(module, exports, __webpack_require__) {
56904
56987
 
56905
56988
  "use strict";
@@ -56941,7 +57024,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56941
57024
  }
56942
57025
  };
56943
57026
  Object.defineProperty(exports, "__esModule", { value: true });
56944
- var PushNotificationRegistrationEntity_1 = __webpack_require__(429);
57027
+ var PushNotificationRegistrationEntity_1 = __webpack_require__(432);
56945
57028
  var PushNotificationRegistration = /** @class */ (function () {
56946
57029
  function PushNotificationRegistration(session) {
56947
57030
  this.pushNotificationRegistrationEntity = new PushNotificationRegistrationEntity_1.default(session);
@@ -56966,7 +57049,7 @@ exports.default = PushNotificationRegistration;
56966
57049
  //# sourceMappingURL=PushNotificationRegistration.js.map
56967
57050
 
56968
57051
  /***/ }),
56969
- /* 429 */
57052
+ /* 432 */
56970
57053
  /***/ (function(module, exports, __webpack_require__) {
56971
57054
 
56972
57055
  "use strict";
@@ -56999,7 +57082,7 @@ exports.default = PushNotificationRegistrationEntity;
56999
57082
  //# sourceMappingURL=PushNotificationRegistrationEntity.js.map
57000
57083
 
57001
57084
  /***/ }),
57002
- /* 430 */
57085
+ /* 433 */
57003
57086
  /***/ (function(module, exports, __webpack_require__) {
57004
57087
 
57005
57088
  "use strict";
@@ -57041,7 +57124,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
57041
57124
  }
57042
57125
  };
57043
57126
  Object.defineProperty(exports, "__esModule", { value: true });
57044
- var ReasonToCancelTasksEntity_1 = __webpack_require__(431);
57127
+ var ReasonToCancelTasksEntity_1 = __webpack_require__(434);
57045
57128
  var ReasonToCancelTasks = /** @class */ (function () {
57046
57129
  function ReasonToCancelTasks(session) {
57047
57130
  this.reasonToCancelTasksEntity = new ReasonToCancelTasksEntity_1.default(session);
@@ -57062,7 +57145,7 @@ exports.default = ReasonToCancelTasks;
57062
57145
  //# sourceMappingURL=ReasonToCancelTasksApi.js.map
57063
57146
 
57064
57147
  /***/ }),
57065
- /* 431 */
57148
+ /* 434 */
57066
57149
  /***/ (function(module, exports, __webpack_require__) {
57067
57150
 
57068
57151
  "use strict";
@@ -57110,7 +57193,7 @@ exports.default = ReasonToCancelTasksEntity;
57110
57193
  //# sourceMappingURL=ReasonToCancelTasksEntity.js.map
57111
57194
 
57112
57195
  /***/ }),
57113
- /* 432 */
57196
+ /* 435 */
57114
57197
  /***/ (function(module, exports, __webpack_require__) {
57115
57198
 
57116
57199
  "use strict";
@@ -57152,7 +57235,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
57152
57235
  }
57153
57236
  };
57154
57237
  Object.defineProperty(exports, "__esModule", { value: true });
57155
- var CustomFilterEntity_1 = __webpack_require__(433);
57238
+ var CustomFilterEntity_1 = __webpack_require__(436);
57156
57239
  var CustomFilterApi = /** @class */ (function () {
57157
57240
  function CustomFilterApi(session) {
57158
57241
  this.customFilterEntity = new CustomFilterEntity_1.default(session);
@@ -57191,7 +57274,7 @@ exports.default = CustomFilterApi;
57191
57274
  //# sourceMappingURL=CustomFilterApi.js.map
57192
57275
 
57193
57276
  /***/ }),
57194
- /* 433 */
57277
+ /* 436 */
57195
57278
  /***/ (function(module, exports, __webpack_require__) {
57196
57279
 
57197
57280
  "use strict";
@@ -57229,13 +57312,13 @@ exports.default = CustomFilterEntity;
57229
57312
  //# sourceMappingURL=CustomFilterEntity.js.map
57230
57313
 
57231
57314
  /***/ }),
57232
- /* 434 */
57315
+ /* 437 */
57233
57316
  /***/ (function(module, exports, __webpack_require__) {
57234
57317
 
57235
57318
  "use strict";
57236
57319
 
57237
57320
  Object.defineProperty(exports, "__esModule", { value: true });
57238
- var FloatingInventoryEntity_1 = __webpack_require__(435);
57321
+ var FloatingInventoryEntity_1 = __webpack_require__(438);
57239
57322
  var FloatingInventory = /** @class */ (function () {
57240
57323
  function FloatingInventory(session) {
57241
57324
  this.floatingInventory = new FloatingInventoryEntity_1.default(session);
@@ -57249,7 +57332,7 @@ exports.default = FloatingInventory;
57249
57332
  //# sourceMappingURL=FloatingInventoryApi.js.map
57250
57333
 
57251
57334
  /***/ }),
57252
- /* 435 */
57335
+ /* 438 */
57253
57336
  /***/ (function(module, exports, __webpack_require__) {
57254
57337
 
57255
57338
  "use strict";
@@ -57271,7 +57354,7 @@ var __extends = (this && this.__extends) || (function () {
57271
57354
  })();
57272
57355
  Object.defineProperty(exports, "__esModule", { value: true });
57273
57356
  var Entity_1 = __webpack_require__(5);
57274
- var FloatingInventory_consts_1 = __webpack_require__(436);
57357
+ var FloatingInventory_consts_1 = __webpack_require__(439);
57275
57358
  var BASE_ROUTE = 'floating_inventories';
57276
57359
  var USERS_WITH_AVAILABLE_FLOATING_INVENTORY = "/" + BASE_ROUTE + "/users_with_available_floating_inventory";
57277
57360
  var FloatingInventoryEntity = /** @class */ (function (_super) {
@@ -57296,7 +57379,7 @@ exports.default = FloatingInventoryEntity;
57296
57379
  //# sourceMappingURL=FloatingInventoryEntity.js.map
57297
57380
 
57298
57381
  /***/ }),
57299
- /* 436 */
57382
+ /* 439 */
57300
57383
  /***/ (function(module, exports, __webpack_require__) {
57301
57384
 
57302
57385
  "use strict";
@@ -57308,13 +57391,13 @@ exports.userIdsExtractor = userIdsExtractor;
57308
57391
  //# sourceMappingURL=FloatingInventory.consts.js.map
57309
57392
 
57310
57393
  /***/ }),
57311
- /* 437 */
57394
+ /* 440 */
57312
57395
  /***/ (function(module, exports, __webpack_require__) {
57313
57396
 
57314
57397
  "use strict";
57315
57398
 
57316
57399
  Object.defineProperty(exports, "__esModule", { value: true });
57317
- var ServiceAreaEntity_1 = __webpack_require__(438);
57400
+ var ServiceAreaEntity_1 = __webpack_require__(441);
57318
57401
  var ServiceAreaApi = /** @class */ (function () {
57319
57402
  function ServiceAreaApi(session) {
57320
57403
  this.serviceAreaEntity = new ServiceAreaEntity_1.default(session);
@@ -57343,7 +57426,7 @@ exports.default = ServiceAreaApi;
57343
57426
  //# sourceMappingURL=ServiceAreaApi.js.map
57344
57427
 
57345
57428
  /***/ }),
57346
- /* 438 */
57429
+ /* 441 */
57347
57430
  /***/ (function(module, exports, __webpack_require__) {
57348
57431
 
57349
57432
  "use strict";
@@ -57393,13 +57476,13 @@ exports.default = ServiceAreaEntity;
57393
57476
  //# sourceMappingURL=ServiceAreaEntity.js.map
57394
57477
 
57395
57478
  /***/ }),
57396
- /* 439 */
57479
+ /* 442 */
57397
57480
  /***/ (function(module, exports, __webpack_require__) {
57398
57481
 
57399
57482
  "use strict";
57400
57483
 
57401
57484
  Object.defineProperty(exports, "__esModule", { value: true });
57402
- var BillingEntity_1 = __webpack_require__(440);
57485
+ var BillingEntity_1 = __webpack_require__(443);
57403
57486
  var BillingApi = /** @class */ (function () {
57404
57487
  function BillingApi(session) {
57405
57488
  this.billingEntity = new BillingEntity_1.default(session);
@@ -57452,7 +57535,7 @@ exports.default = BillingApi;
57452
57535
  //# sourceMappingURL=BillingApi.js.map
57453
57536
 
57454
57537
  /***/ }),
57455
- /* 440 */
57538
+ /* 443 */
57456
57539
  /***/ (function(module, exports, __webpack_require__) {
57457
57540
 
57458
57541
  "use strict";
@@ -57729,13 +57812,13 @@ exports.default = BillingEntity;
57729
57812
  //# sourceMappingURL=BillingEntity.js.map
57730
57813
 
57731
57814
  /***/ }),
57732
- /* 441 */
57815
+ /* 444 */
57733
57816
  /***/ (function(module, exports, __webpack_require__) {
57734
57817
 
57735
57818
  "use strict";
57736
57819
 
57737
57820
  Object.defineProperty(exports, "__esModule", { value: true });
57738
- const pendo_1 = __webpack_require__(442);
57821
+ const pendo_1 = __webpack_require__(445);
57739
57822
  class AnalyticsApi {
57740
57823
  constructor() {
57741
57824
  this.provider = new pendo_1.PendoProvider();
@@ -57755,7 +57838,7 @@ exports.default = AnalyticsApi;
57755
57838
  //# sourceMappingURL=index.js.map
57756
57839
 
57757
57840
  /***/ }),
57758
- /* 442 */
57841
+ /* 445 */
57759
57842
  /***/ (function(module, exports, __webpack_require__) {
57760
57843
 
57761
57844
  "use strict";
@@ -57797,13 +57880,13 @@ exports.PendoProvider = PendoProvider;
57797
57880
  //# sourceMappingURL=pendo.js.map
57798
57881
 
57799
57882
  /***/ }),
57800
- /* 443 */
57883
+ /* 446 */
57801
57884
  /***/ (function(module, exports, __webpack_require__) {
57802
57885
 
57803
57886
  "use strict";
57804
57887
 
57805
57888
  Object.defineProperty(exports, "__esModule", { value: true });
57806
- var AnalyticsReportsEntity_1 = __webpack_require__(444);
57889
+ var AnalyticsReportsEntity_1 = __webpack_require__(447);
57807
57890
  var AnalyticsReportsApi = /** @class */ (function () {
57808
57891
  function AnalyticsReportsApi(session) {
57809
57892
  this.analyticsReportsEntity = new AnalyticsReportsEntity_1.default(session);
@@ -57832,7 +57915,7 @@ exports.default = AnalyticsReportsApi;
57832
57915
  //# sourceMappingURL=AnalyticsReportsApi.js.map
57833
57916
 
57834
57917
  /***/ }),
57835
- /* 444 */
57918
+ /* 447 */
57836
57919
  /***/ (function(module, exports, __webpack_require__) {
57837
57920
 
57838
57921
  "use strict";
@@ -57993,7 +58076,7 @@ exports.default = AnalyticsReportsEntity;
57993
58076
  //# sourceMappingURL=AnalyticsReportsEntity.js.map
57994
58077
 
57995
58078
  /***/ }),
57996
- /* 445 */
58079
+ /* 448 */
57997
58080
  /***/ (function(module, exports, __webpack_require__) {
57998
58081
 
57999
58082
  "use strict";
@@ -58002,7 +58085,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
58002
58085
  //# sourceMappingURL=VehicleType.consts.js.map
58003
58086
 
58004
58087
  /***/ }),
58005
- /* 446 */
58088
+ /* 449 */
58006
58089
  /***/ (function(module, exports, __webpack_require__) {
58007
58090
 
58008
58091
  "use strict";
@@ -58011,7 +58094,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
58011
58094
  //# sourceMappingURL=PlannedRoutes.consts.js.map
58012
58095
 
58013
58096
  /***/ }),
58014
- /* 447 */
58097
+ /* 450 */
58015
58098
  /***/ (function(module, exports, __webpack_require__) {
58016
58099
 
58017
58100
  "use strict";
@@ -58020,7 +58103,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
58020
58103
  //# sourceMappingURL=Crew.consts.js.map
58021
58104
 
58022
58105
  /***/ }),
58023
- /* 448 */
58106
+ /* 451 */
58024
58107
  /***/ (function(module, exports, __webpack_require__) {
58025
58108
 
58026
58109
  "use strict";
@@ -58029,7 +58112,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
58029
58112
  //# sourceMappingURL=Responses.js.map
58030
58113
 
58031
58114
  /***/ }),
58032
- /* 449 */
58115
+ /* 452 */
58033
58116
  /***/ (function(module, exports, __webpack_require__) {
58034
58117
 
58035
58118
  "use strict";
@@ -58041,7 +58124,7 @@ exports.defaultExtractor = defaultExtractor;
58041
58124
  //# sourceMappingURL=Tag.consts.js.map
58042
58125
 
58043
58126
  /***/ }),
58044
- /* 450 */
58127
+ /* 453 */
58045
58128
  /***/ (function(module, exports, __webpack_require__) {
58046
58129
 
58047
58130
  "use strict";
@@ -58050,7 +58133,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
58050
58133
  //# sourceMappingURL=DeliveryBlocks.consts.js.map
58051
58134
 
58052
58135
  /***/ }),
58053
- /* 451 */
58136
+ /* 454 */
58054
58137
  /***/ (function(module, exports, __webpack_require__) {
58055
58138
 
58056
58139
  "use strict";
@@ -58064,7 +58147,7 @@ exports.default = ResourceUploadType;
58064
58147
  //# sourceMappingURL=ResourceUploadType.js.map
58065
58148
 
58066
58149
  /***/ }),
58067
- /* 452 */
58150
+ /* 455 */
58068
58151
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
58069
58152
 
58070
58153
  "use strict";