@bringg/dashboard-sdk 0.4.44 → 0.4.48

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.
@@ -22020,29 +22020,30 @@ var WebApplicationConfigurationApi_1 = __webpack_require__(298);
22020
22020
  var FleetApi_1 = __webpack_require__(300);
22021
22021
  var PushTokenSubscriptionApi_1 = __webpack_require__(302);
22022
22022
  var TaskApi_1 = __webpack_require__(304);
22023
- var ApplicationMerchantConfigurationApi_1 = __webpack_require__(394);
22024
- var GoogleMapsHelperApi_1 = __webpack_require__(396);
22025
- var OnboardingApi_1 = __webpack_require__(398);
22026
- var FleetRouterApi_1 = __webpack_require__(400);
22023
+ var ApplicationMerchantConfigurationApi_1 = __webpack_require__(397);
22024
+ var GoogleMapsHelperApi_1 = __webpack_require__(399);
22025
+ var OnboardingApi_1 = __webpack_require__(401);
22026
+ var FleetRouterApi_1 = __webpack_require__(403);
22027
22027
  var AuthService_1 = __webpack_require__(104);
22028
- var ServiceApi_1 = __webpack_require__(402);
22029
- var FleetTemplateApi_1 = __webpack_require__(404);
22030
- var OpenFleetApi_1 = __webpack_require__(406);
22031
- var GeocodingApi_1 = __webpack_require__(408);
22032
- var ApplicationApi_1 = __webpack_require__(410);
22033
- var CustomerAvailabilityHourApi_1 = __webpack_require__(412);
22034
- var ShiftsApi_1 = __webpack_require__(414);
22035
- var ExclusionWindowApi_1 = __webpack_require__(416);
22036
- var Country_1 = __webpack_require__(418);
22037
- var OauthApplicationApi_1 = __webpack_require__(419);
22038
- var Inventory_1 = __webpack_require__(421);
22039
- var PushNotificationRegistration_1 = __webpack_require__(423);
22040
- var ReasonToCancelTasksApi_1 = __webpack_require__(425);
22041
- var CustomFilterApi_1 = __webpack_require__(427);
22042
- var FloatingInventoryApi_1 = __webpack_require__(429);
22043
- var ServiceAreaApi_1 = __webpack_require__(432);
22044
- var BillingApi_1 = __webpack_require__(434);
22045
- var analytics_api_1 = __webpack_require__(436);
22028
+ var ServiceApi_1 = __webpack_require__(405);
22029
+ var FleetTemplateApi_1 = __webpack_require__(407);
22030
+ var OpenFleetApi_1 = __webpack_require__(409);
22031
+ var GeocodingApi_1 = __webpack_require__(411);
22032
+ var ApplicationApi_1 = __webpack_require__(413);
22033
+ var CustomerAvailabilityHourApi_1 = __webpack_require__(415);
22034
+ var ShiftsApi_1 = __webpack_require__(417);
22035
+ var ExclusionWindowApi_1 = __webpack_require__(419);
22036
+ var Country_1 = __webpack_require__(421);
22037
+ var OauthApplicationApi_1 = __webpack_require__(422);
22038
+ var Inventory_1 = __webpack_require__(424);
22039
+ var PushNotificationRegistration_1 = __webpack_require__(426);
22040
+ var ReasonToCancelTasksApi_1 = __webpack_require__(428);
22041
+ var CustomFilterApi_1 = __webpack_require__(430);
22042
+ var FloatingInventoryApi_1 = __webpack_require__(432);
22043
+ var ServiceAreaApi_1 = __webpack_require__(435);
22044
+ var BillingApi_1 = __webpack_require__(437);
22045
+ var analytics_api_1 = __webpack_require__(439);
22046
+ var AnalyticsReportsApi_1 = __webpack_require__(441);
22046
22047
  var BringgDashboardSDK = /** @class */ (function () {
22047
22048
  function BringgDashboardSDK(session) {
22048
22049
  this.applicationMerchantConfiguration = null;
@@ -22155,6 +22156,7 @@ var BringgDashboardSDK = /** @class */ (function () {
22155
22156
  bringg.serviceAreas = new ServiceAreaApi_1.default(session);
22156
22157
  bringg.billing = new BillingApi_1.default(session);
22157
22158
  bringg.analytics = new analytics_api_1.default();
22159
+ bringg.analyticsReports = new AnalyticsReportsApi_1.default(session);
22158
22160
  // dependent
22159
22161
  bringg.crews = new Crew_1.default(session, bringg.users);
22160
22162
  bringg.applicationMerchantConfiguration = new ApplicationMerchantConfigurationApi_1.default(session, bringg.merchantConfiguration);
@@ -30001,7 +30003,7 @@ var axios_1 = __webpack_require__(146);
30001
30003
  var Logger_1 = __webpack_require__(39);
30002
30004
  var lodash_1 = __webpack_require__(10);
30003
30005
  var BringgException_1 = __webpack_require__(15);
30004
- var version = '0.4.44';
30006
+ var version = '0.4.48';
30005
30007
  function logErrorResponse(response) {
30006
30008
  var data = response.data, status = response.status;
30007
30009
  try {
@@ -31648,6 +31650,9 @@ __exportStar(__webpack_require__(389), exports);
31648
31650
  __exportStar(__webpack_require__(390), exports);
31649
31651
  __exportStar(__webpack_require__(391), exports);
31650
31652
  __exportStar(__webpack_require__(392), exports);
31653
+ __exportStar(__webpack_require__(393), exports);
31654
+ __exportStar(__webpack_require__(394), exports);
31655
+ __exportStar(__webpack_require__(395), exports);
31651
31656
  //# sourceMappingURL=index.js.map
31652
31657
 
31653
31658
  /***/ }),
@@ -36540,7 +36545,7 @@ var Logger_1 = __webpack_require__(39);
36540
36545
  //export types
36541
36546
  var BringgDashboardSDK_1 = __webpack_require__(61);
36542
36547
  Object.defineProperty(exports, "BringgDashboardSDK", { enumerable: true, get: function () { return BringgDashboardSDK_1.BringgDashboardSDK; } });
36543
- var VehicleTypeConsts = __webpack_require__(438);
36548
+ var VehicleTypeConsts = __webpack_require__(443);
36544
36549
  exports.VehicleTypeConsts = VehicleTypeConsts;
36545
36550
  var TaskInventoryConsts = __webpack_require__(136);
36546
36551
  exports.TaskInventoryConsts = TaskInventoryConsts;
@@ -36548,7 +36553,7 @@ var RunConsts = __webpack_require__(133);
36548
36553
  exports.RunConsts = RunConsts;
36549
36554
  var ReasonToChangeInventory = __webpack_require__(135);
36550
36555
  exports.ReasonToChangeInventory = ReasonToChangeInventory;
36551
- var PlannedRoutesConsts = __webpack_require__(439);
36556
+ var PlannedRoutesConsts = __webpack_require__(444);
36552
36557
  exports.PlannedRoutesConsts = PlannedRoutesConsts;
36553
36558
  var NotificationTypesConsts = __webpack_require__(140);
36554
36559
  exports.NotificationTypesConsts = NotificationTypesConsts;
@@ -36558,19 +36563,19 @@ var LanguageConsts = __webpack_require__(139);
36558
36563
  exports.LanguageConsts = LanguageConsts;
36559
36564
  var DashboardConsts = __webpack_require__(134);
36560
36565
  exports.DashboardConsts = DashboardConsts;
36561
- var CrewConsts = __webpack_require__(440);
36566
+ var CrewConsts = __webpack_require__(445);
36562
36567
  exports.CrewConsts = CrewConsts;
36563
36568
  var ChatMessageConsts = __webpack_require__(138);
36564
36569
  exports.ChatMessageConsts = ChatMessageConsts;
36565
36570
  var ChatConversationConsts = __webpack_require__(137);
36566
36571
  exports.ChatConversationConsts = ChatConversationConsts;
36567
- var Responses = __webpack_require__(441);
36572
+ var Responses = __webpack_require__(446);
36568
36573
  exports.Responses = Responses;
36569
- var TagConsts = __webpack_require__(442);
36574
+ var TagConsts = __webpack_require__(447);
36570
36575
  exports.TagConsts = TagConsts;
36571
- var DeliveryBlockConsts = __webpack_require__(443);
36576
+ var DeliveryBlockConsts = __webpack_require__(448);
36572
36577
  exports.DeliveryBlockConsts = DeliveryBlockConsts;
36573
- var ResourceUploadType_1 = __webpack_require__(444);
36578
+ var ResourceUploadType_1 = __webpack_require__(449);
36574
36579
  exports.ResourceUploadType = ResourceUploadType_1.default;
36575
36580
  module.exports = {};
36576
36581
  lodash_1.extend(module.exports, BringgDashboardSDK_1.BringgDashboardSDK);
@@ -43127,21 +43132,21 @@ var Runs = /** @class */ (function () {
43127
43132
  });
43128
43133
  });
43129
43134
  };
43130
- Runs.prototype.assignVehicle = function (id, vehicleId) {
43135
+ Runs.prototype.assignVehicle = function (id, vehicleId, previousVehicleId, tasksIds) {
43131
43136
  return __awaiter(this, void 0, void 0, function () {
43132
43137
  return __generator(this, function (_a) {
43133
43138
  switch (_a.label) {
43134
- case 0: return [4 /*yield*/, this.runsService.assignVehicle(id, vehicleId)];
43139
+ case 0: return [4 /*yield*/, this.runsService.assignVehicle(id, vehicleId, previousVehicleId, tasksIds)];
43135
43140
  case 1: return [2 /*return*/, _a.sent()];
43136
43141
  }
43137
43142
  });
43138
43143
  });
43139
43144
  };
43140
- Runs.prototype.unassignVehicle = function (id) {
43145
+ Runs.prototype.unassignVehicle = function (id, previousVehicleId, tasksIds) {
43141
43146
  return __awaiter(this, void 0, void 0, function () {
43142
43147
  return __generator(this, function (_a) {
43143
43148
  switch (_a.label) {
43144
- case 0: return [4 /*yield*/, this.runsService.unassignVehicle(id)];
43149
+ case 0: return [4 /*yield*/, this.runsService.unassignVehicle(id, previousVehicleId, tasksIds)];
43145
43150
  case 1: return [2 /*return*/, _a.sent()];
43146
43151
  }
43147
43152
  });
@@ -43369,12 +43374,16 @@ var RunsService = /** @class */ (function (_super) {
43369
43374
  });
43370
43375
  });
43371
43376
  };
43372
- RunsService.prototype.assignVehicle = function (id, vehicleId) {
43377
+ RunsService.prototype.assignVehicle = function (id, vehicleId, previousVehicleId, tasksIds) {
43373
43378
  return __awaiter(this, void 0, void 0, function () {
43374
43379
  var response;
43375
43380
  return __generator(this, function (_a) {
43376
43381
  switch (_a.label) {
43377
- case 0: return [4 /*yield*/, this.handleAuthorizedRequest(exports.Routes.ASSIGN_VEHICLE, runs_consts_1.defaultExtractor, BringgException_1.BringgException.serviceException('Failed to assign vehicle to run'), { vehicle_id: vehicleId }, { id: id })];
43382
+ case 0: return [4 /*yield*/, this.handleAuthorizedRequest(exports.Routes.ASSIGN_VEHICLE, runs_consts_1.defaultExtractor, BringgException_1.BringgException.serviceException('Failed to assign vehicle to run'), {
43383
+ vehicle_id: vehicleId,
43384
+ previous_vehicle_id: previousVehicleId,
43385
+ task_ids: tasksIds
43386
+ }, { id: id })];
43378
43387
  case 1:
43379
43388
  response = _a.sent();
43380
43389
  return [2 /*return*/, response];
@@ -43382,12 +43391,15 @@ var RunsService = /** @class */ (function (_super) {
43382
43391
  });
43383
43392
  });
43384
43393
  };
43385
- RunsService.prototype.unassignVehicle = function (id) {
43394
+ RunsService.prototype.unassignVehicle = function (id, previousVehicleId, tasksIds) {
43386
43395
  return __awaiter(this, void 0, void 0, function () {
43387
43396
  var response;
43388
43397
  return __generator(this, function (_a) {
43389
43398
  switch (_a.label) {
43390
- case 0: return [4 /*yield*/, this.handleAuthorizedRequest(exports.Routes.UNASSIGN_VEHICLE, runs_consts_1.defaultExtractor, BringgException_1.BringgException.serviceException('Failed to unassign vehicle from run'), undefined, { id: id })];
43399
+ case 0: return [4 /*yield*/, this.handleAuthorizedRequest(exports.Routes.UNASSIGN_VEHICLE, runs_consts_1.defaultExtractor, BringgException_1.BringgException.serviceException('Failed to unassign vehicle from run'), {
43400
+ previous_vehicle_id: previousVehicleId,
43401
+ task_ids: tasksIds
43402
+ }, { id: id })];
43391
43403
  case 1:
43392
43404
  response = _a.sent();
43393
43405
  return [2 /*return*/, response];
@@ -51638,7 +51650,7 @@ exports.default = PushTokenSubscriptionEntity;
51638
51650
 
51639
51651
  Object.defineProperty(exports, "__esModule", { value: true });
51640
51652
  var Tasks_consts_1 = __webpack_require__(100);
51641
- var TaskEntity_1 = __webpack_require__(393);
51653
+ var TaskEntity_1 = __webpack_require__(396);
51642
51654
  var TaskHelpers_1 = __webpack_require__(102);
51643
51655
  var Tasks = /** @class */ (function () {
51644
51656
  function Tasks(session) {
@@ -52332,6 +52344,8 @@ var FleetType;
52332
52344
  FleetType[FleetType["Lyft"] = 21] = "Lyft";
52333
52345
  FleetType[FleetType["Deliveroo"] = 22] = "Deliveroo";
52334
52346
  FleetType[FleetType["ShippyPro"] = 23] = "ShippyPro";
52347
+ FleetType[FleetType["EasyPost"] = 24] = "EasyPost";
52348
+ FleetType[FleetType["Roadie"] = 25] = "Roadie";
52335
52349
  })(FleetType = exports.FleetType || (exports.FleetType = {}));
52336
52350
  exports.FleetTypeToCapabilities = (_a = {},
52337
52351
  _a[FleetType.Uber] = { create_delivery: true, get_quote: true, multiple_time_windows: true, is_green: false },
@@ -52355,6 +52369,8 @@ exports.FleetTypeToCapabilities = (_a = {},
52355
52369
  _a[FleetType.Lyft] = { create_delivery: true, get_quote: true, is_green: false },
52356
52370
  _a[FleetType.Deliveroo] = { create_delivery: true, get_quote: true, is_green: false },
52357
52371
  _a[FleetType.ShippyPro] = { create_delivery: true, get_quote: false, is_green: false },
52372
+ _a[FleetType.EasyPost] = { create_delivery: true, get_quote: false, is_green: false },
52373
+ _a[FleetType.Roadie] = { create_delivery: true, get_quote: true, update_delivery: true, is_green: false },
52358
52374
  _a);
52359
52375
  //# sourceMappingURL=fleet.js.map
52360
52376
 
@@ -52668,6 +52684,7 @@ var PrivilegeTypes;
52668
52684
  PrivilegeTypes["CANCEL_TASK"] = "cancel_task";
52669
52685
  PrivilegeTypes["LOCK_UNLOCK_TASK"] = "lock_unlock_task";
52670
52686
  PrivilegeTypes["RESCHEDULE_CANCELLED_ORDER"] = "reschedule_cancelled_order";
52687
+ PrivilegeTypes["BILLING_PORTAL"] = "billing_portal";
52671
52688
  })(PrivilegeTypes = exports.PrivilegeTypes || (exports.PrivilegeTypes = {}));
52672
52689
  //# sourceMappingURL=privilege.js.map
52673
52690
 
@@ -52677,6 +52694,15 @@ var PrivilegeTypes;
52677
52694
 
52678
52695
  "use strict";
52679
52696
 
52697
+ exports.__esModule = true;
52698
+ //# sourceMappingURL=package.js.map
52699
+
52700
+ /***/ }),
52701
+ /* 338 */
52702
+ /***/ (function(module, exports, __webpack_require__) {
52703
+
52704
+ "use strict";
52705
+
52680
52706
  exports.__esModule = true;
52681
52707
  exports.ApplicationType = void 0;
52682
52708
  var ApplicationType;
@@ -52686,7 +52712,7 @@ var ApplicationType;
52686
52712
  //# sourceMappingURL=push_token_subscription.js.map
52687
52713
 
52688
52714
  /***/ }),
52689
- /* 338 */
52715
+ /* 339 */
52690
52716
  /***/ (function(module, exports, __webpack_require__) {
52691
52717
 
52692
52718
  "use strict";
@@ -52706,7 +52732,7 @@ var PushNotificationEnvironment;
52706
52732
  //# sourceMappingURL=push_notification_registration.js.map
52707
52733
 
52708
52734
  /***/ }),
52709
- /* 339 */
52735
+ /* 340 */
52710
52736
  /***/ (function(module, exports, __webpack_require__) {
52711
52737
 
52712
52738
  "use strict";
@@ -52715,7 +52741,7 @@ exports.__esModule = true;
52715
52741
  //# sourceMappingURL=quote.js.map
52716
52742
 
52717
52743
  /***/ }),
52718
- /* 340 */
52744
+ /* 341 */
52719
52745
  /***/ (function(module, exports, __webpack_require__) {
52720
52746
 
52721
52747
  "use strict";
@@ -52724,7 +52750,7 @@ exports.__esModule = true;
52724
52750
  //# sourceMappingURL=rating.js.map
52725
52751
 
52726
52752
  /***/ }),
52727
- /* 341 */
52753
+ /* 342 */
52728
52754
  /***/ (function(module, exports, __webpack_require__) {
52729
52755
 
52730
52756
  "use strict";
@@ -52733,7 +52759,7 @@ exports.__esModule = true;
52733
52759
  //# sourceMappingURL=reason_to_cancel_task.js.map
52734
52760
 
52735
52761
  /***/ }),
52736
- /* 342 */
52762
+ /* 343 */
52737
52763
  /***/ (function(module, exports, __webpack_require__) {
52738
52764
 
52739
52765
  "use strict";
@@ -52742,7 +52768,7 @@ exports.__esModule = true;
52742
52768
  //# sourceMappingURL=reason_to_change_inventory.js.map
52743
52769
 
52744
52770
  /***/ }),
52745
- /* 343 */
52771
+ /* 344 */
52746
52772
  /***/ (function(module, exports, __webpack_require__) {
52747
52773
 
52748
52774
  "use strict";
@@ -52751,7 +52777,7 @@ exports.__esModule = true;
52751
52777
  //# sourceMappingURL=reason_to_reassign_task.js.map
52752
52778
 
52753
52779
  /***/ }),
52754
- /* 344 */
52780
+ /* 345 */
52755
52781
  /***/ (function(module, exports, __webpack_require__) {
52756
52782
 
52757
52783
  "use strict";
@@ -52760,7 +52786,7 @@ exports.__esModule = true;
52760
52786
  //# sourceMappingURL=report_preference.js.map
52761
52787
 
52762
52788
  /***/ }),
52763
- /* 345 */
52789
+ /* 346 */
52764
52790
  /***/ (function(module, exports, __webpack_require__) {
52765
52791
 
52766
52792
  "use strict";
@@ -52811,6 +52837,8 @@ var WIDGET_GROUPING_TYPES;
52811
52837
  WIDGET_GROUPING_TYPES["GROUP_BY_WP1_ARRIVAL"] = "GROUP_BY_WP1_ARRIVAL";
52812
52838
  WIDGET_GROUPING_TYPES["GROUP_BY_WP2_ARRIVAL"] = "GROUP_BY_WP2_ARRIVAL";
52813
52839
  WIDGET_GROUPING_TYPES["GROUP_BY_FLEET_WITH_INTERNAL_FLEETS"] = "GROUP_BY_FLEET_WITH_INTERNAL_FLEETS";
52840
+ WIDGET_GROUPING_TYPES["GROUP_BY_RATING"] = "GROUP_BY_RATING";
52841
+ WIDGET_GROUPING_TYPES["GROUP_BY_DRIVER"] = "GROUP_BY_DRIVER";
52814
52842
  })(WIDGET_GROUPING_TYPES = exports.WIDGET_GROUPING_TYPES || (exports.WIDGET_GROUPING_TYPES = {}));
52815
52843
  var UserRole;
52816
52844
  (function (UserRole) {
@@ -52821,12 +52849,13 @@ var UserRole;
52821
52849
  var FILTER_TYPES;
52822
52850
  (function (FILTER_TYPES) {
52823
52851
  FILTER_TYPES["TIME_RANGE"] = "TIME_RANGE";
52852
+ FILTER_TYPES["COMPARE_RANGE"] = "COMPARE_RANGE";
52824
52853
  FILTER_TYPES["FLEETS"] = "FLEETS";
52825
52854
  })(FILTER_TYPES = exports.FILTER_TYPES || (exports.FILTER_TYPES = {}));
52826
52855
  //# sourceMappingURL=reports.js.map
52827
52856
 
52828
52857
  /***/ }),
52829
- /* 346 */
52858
+ /* 347 */
52830
52859
  /***/ (function(module, exports, __webpack_require__) {
52831
52860
 
52832
52861
  "use strict";
@@ -52880,7 +52909,7 @@ var OFFLINE_ONLINE_EVENT_TYPES;
52880
52909
  //# sourceMappingURL=run.js.map
52881
52910
 
52882
52911
  /***/ }),
52883
- /* 347 */
52912
+ /* 348 */
52884
52913
  /***/ (function(module, exports, __webpack_require__) {
52885
52914
 
52886
52915
  "use strict";
@@ -52896,7 +52925,7 @@ var ScanType;
52896
52925
  //# sourceMappingURL=scan.js.map
52897
52926
 
52898
52927
  /***/ }),
52899
- /* 348 */
52928
+ /* 349 */
52900
52929
  /***/ (function(module, exports, __webpack_require__) {
52901
52930
 
52902
52931
  "use strict";
@@ -52905,7 +52934,7 @@ exports.__esModule = true;
52905
52934
  //# sourceMappingURL=serializer.js.map
52906
52935
 
52907
52936
  /***/ }),
52908
- /* 349 */
52937
+ /* 350 */
52909
52938
  /***/ (function(module, exports, __webpack_require__) {
52910
52939
 
52911
52940
  "use strict";
@@ -52914,7 +52943,7 @@ exports.__esModule = true;
52914
52943
  //# sourceMappingURL=service_area.js.map
52915
52944
 
52916
52945
  /***/ }),
52917
- /* 350 */
52946
+ /* 351 */
52918
52947
  /***/ (function(module, exports, __webpack_require__) {
52919
52948
 
52920
52949
  "use strict";
@@ -52923,7 +52952,7 @@ exports.__esModule = true;
52923
52952
  //# sourceMappingURL=service_event.js.map
52924
52953
 
52925
52954
  /***/ }),
52926
- /* 351 */
52955
+ /* 352 */
52927
52956
  /***/ (function(module, exports, __webpack_require__) {
52928
52957
 
52929
52958
  "use strict";
@@ -52932,7 +52961,7 @@ exports.__esModule = true;
52932
52961
  //# sourceMappingURL=service_plan.js.map
52933
52962
 
52934
52963
  /***/ }),
52935
- /* 352 */
52964
+ /* 353 */
52936
52965
  /***/ (function(module, exports, __webpack_require__) {
52937
52966
 
52938
52967
  "use strict";
@@ -52948,7 +52977,7 @@ var ServiceWindowType;
52948
52977
  //# sourceMappingURL=service_window.js.map
52949
52978
 
52950
52979
  /***/ }),
52951
- /* 353 */
52980
+ /* 354 */
52952
52981
  /***/ (function(module, exports, __webpack_require__) {
52953
52982
 
52954
52983
  "use strict";
@@ -52987,7 +53016,7 @@ var SharingMethod;
52987
53016
  //# sourceMappingURL=shared_location.js.map
52988
53017
 
52989
53018
  /***/ }),
52990
- /* 354 */
53019
+ /* 355 */
52991
53020
  /***/ (function(module, exports, __webpack_require__) {
52992
53021
 
52993
53022
  "use strict";
@@ -53010,7 +53039,7 @@ var ShiftRule;
53010
53039
  //# sourceMappingURL=shift.js.map
53011
53040
 
53012
53041
  /***/ }),
53013
- /* 355 */
53042
+ /* 356 */
53014
53043
  /***/ (function(module, exports, __webpack_require__) {
53015
53044
 
53016
53045
  "use strict";
@@ -53019,7 +53048,7 @@ exports.__esModule = true;
53019
53048
  //# sourceMappingURL=skill.js.map
53020
53049
 
53021
53050
  /***/ }),
53022
- /* 356 */
53051
+ /* 357 */
53023
53052
  /***/ (function(module, exports, __webpack_require__) {
53024
53053
 
53025
53054
  "use strict";
@@ -53028,7 +53057,7 @@ exports.__esModule = true;
53028
53057
  //# sourceMappingURL=sms_data.js.map
53029
53058
 
53030
53059
  /***/ }),
53031
- /* 357 */
53060
+ /* 358 */
53032
53061
  /***/ (function(module, exports, __webpack_require__) {
53033
53062
 
53034
53063
  "use strict";
@@ -53040,11 +53069,12 @@ var NumberType;
53040
53069
  NumberType[NumberType["Regular"] = 0] = "Regular";
53041
53070
  NumberType[NumberType["AlphanumericSender"] = 1] = "AlphanumericSender";
53042
53071
  NumberType[NumberType["FreeSms"] = 2] = "FreeSms";
53072
+ NumberType[NumberType["TollFree"] = 3] = "TollFree";
53043
53073
  })(NumberType = exports.NumberType || (exports.NumberType = {}));
53044
53074
  //# sourceMappingURL=sms_number.js.map
53045
53075
 
53046
53076
  /***/ }),
53047
- /* 358 */
53077
+ /* 359 */
53048
53078
  /***/ (function(module, exports, __webpack_require__) {
53049
53079
 
53050
53080
  "use strict";
@@ -53053,7 +53083,7 @@ exports.__esModule = true;
53053
53083
  //# sourceMappingURL=sms_setting.js.map
53054
53084
 
53055
53085
  /***/ }),
53056
- /* 359 */
53086
+ /* 360 */
53057
53087
  /***/ (function(module, exports, __webpack_require__) {
53058
53088
 
53059
53089
  "use strict";
@@ -53062,7 +53092,7 @@ exports.__esModule = true;
53062
53092
  //# sourceMappingURL=tag.js.map
53063
53093
 
53064
53094
  /***/ }),
53065
- /* 360 */
53095
+ /* 361 */
53066
53096
  /***/ (function(module, exports, __webpack_require__) {
53067
53097
 
53068
53098
  "use strict";
@@ -53071,7 +53101,7 @@ exports.__esModule = true;
53071
53101
  //# sourceMappingURL=tag_customer_configuration.js.map
53072
53102
 
53073
53103
  /***/ }),
53074
- /* 361 */
53104
+ /* 362 */
53075
53105
  /***/ (function(module, exports, __webpack_require__) {
53076
53106
 
53077
53107
  "use strict";
@@ -53080,7 +53110,7 @@ exports.__esModule = true;
53080
53110
  //# sourceMappingURL=tag_merchant_configuration.js.map
53081
53111
 
53082
53112
  /***/ }),
53083
- /* 362 */
53113
+ /* 363 */
53084
53114
  /***/ (function(module, exports, __webpack_require__) {
53085
53115
 
53086
53116
  "use strict";
@@ -53089,7 +53119,7 @@ exports.__esModule = true;
53089
53119
  //# sourceMappingURL=tag_rules_configuration.js.map
53090
53120
 
53091
53121
  /***/ }),
53092
- /* 363 */
53122
+ /* 364 */
53093
53123
  /***/ (function(module, exports, __webpack_require__) {
53094
53124
 
53095
53125
  "use strict";
@@ -53237,7 +53267,7 @@ var Association;
53237
53267
  //# sourceMappingURL=task.js.map
53238
53268
 
53239
53269
  /***/ }),
53240
- /* 364 */
53270
+ /* 365 */
53241
53271
  /***/ (function(module, exports, __webpack_require__) {
53242
53272
 
53243
53273
  "use strict";
@@ -53258,7 +53288,7 @@ var AutoScheduleType;
53258
53288
  //# sourceMappingURL=task_configuration.js.map
53259
53289
 
53260
53290
  /***/ }),
53261
- /* 365 */
53291
+ /* 366 */
53262
53292
  /***/ (function(module, exports, __webpack_require__) {
53263
53293
 
53264
53294
  "use strict";
@@ -53267,7 +53297,7 @@ exports.__esModule = true;
53267
53297
  //# sourceMappingURL=task_payment_history.js.map
53268
53298
 
53269
53299
  /***/ }),
53270
- /* 366 */
53300
+ /* 367 */
53271
53301
  /***/ (function(module, exports, __webpack_require__) {
53272
53302
 
53273
53303
  "use strict";
@@ -53281,7 +53311,7 @@ var TaskServiceType;
53281
53311
  //# sourceMappingURL=task_service.js.map
53282
53312
 
53283
53313
  /***/ }),
53284
- /* 367 */
53314
+ /* 368 */
53285
53315
  /***/ (function(module, exports, __webpack_require__) {
53286
53316
 
53287
53317
  "use strict";
@@ -53290,7 +53320,7 @@ exports.__esModule = true;
53290
53320
  //# sourceMappingURL=team_configuration.js.map
53291
53321
 
53292
53322
  /***/ }),
53293
- /* 368 */
53323
+ /* 369 */
53294
53324
  /***/ (function(module, exports, __webpack_require__) {
53295
53325
 
53296
53326
  "use strict";
@@ -53299,7 +53329,7 @@ exports.__esModule = true;
53299
53329
  //# sourceMappingURL=teams.js.map
53300
53330
 
53301
53331
  /***/ }),
53302
- /* 369 */
53332
+ /* 370 */
53303
53333
  /***/ (function(module, exports, __webpack_require__) {
53304
53334
 
53305
53335
  "use strict";
@@ -53308,7 +53338,7 @@ exports.__esModule = true;
53308
53338
  //# sourceMappingURL=team_service_zip_codes.js.map
53309
53339
 
53310
53340
  /***/ }),
53311
- /* 370 */
53341
+ /* 371 */
53312
53342
  /***/ (function(module, exports, __webpack_require__) {
53313
53343
 
53314
53344
  "use strict";
@@ -53317,7 +53347,7 @@ exports.__esModule = true;
53317
53347
  //# sourceMappingURL=user_configuration.js.map
53318
53348
 
53319
53349
  /***/ }),
53320
- /* 371 */
53350
+ /* 372 */
53321
53351
  /***/ (function(module, exports, __webpack_require__) {
53322
53352
 
53323
53353
  "use strict";
@@ -53326,7 +53356,7 @@ exports.__esModule = true;
53326
53356
  //# sourceMappingURL=user_types.js.map
53327
53357
 
53328
53358
  /***/ }),
53329
- /* 372 */
53359
+ /* 373 */
53330
53360
  /***/ (function(module, exports, __webpack_require__) {
53331
53361
 
53332
53362
  "use strict";
@@ -53347,7 +53377,7 @@ var DisputeReason;
53347
53377
  //# sourceMappingURL=dispute.js.map
53348
53378
 
53349
53379
  /***/ }),
53350
- /* 373 */
53380
+ /* 374 */
53351
53381
  /***/ (function(module, exports, __webpack_require__) {
53352
53382
 
53353
53383
  "use strict";
@@ -53384,7 +53414,7 @@ var UserStatus;
53384
53414
  //# sourceMappingURL=users.js.map
53385
53415
 
53386
53416
  /***/ }),
53387
- /* 374 */
53417
+ /* 375 */
53388
53418
  /***/ (function(module, exports, __webpack_require__) {
53389
53419
 
53390
53420
  "use strict";
@@ -53393,7 +53423,7 @@ exports.__esModule = true;
53393
53423
  //# sourceMappingURL=vehicle.js.map
53394
53424
 
53395
53425
  /***/ }),
53396
- /* 375 */
53426
+ /* 376 */
53397
53427
  /***/ (function(module, exports, __webpack_require__) {
53398
53428
 
53399
53429
  "use strict";
@@ -53402,7 +53432,7 @@ exports.__esModule = true;
53402
53432
  //# sourceMappingURL=vehicle_type.js.map
53403
53433
 
53404
53434
  /***/ }),
53405
- /* 376 */
53435
+ /* 377 */
53406
53436
  /***/ (function(module, exports, __webpack_require__) {
53407
53437
 
53408
53438
  "use strict";
@@ -53411,7 +53441,7 @@ exports.__esModule = true;
53411
53441
  //# sourceMappingURL=web_application_configuration.js.map
53412
53442
 
53413
53443
  /***/ }),
53414
- /* 377 */
53444
+ /* 378 */
53415
53445
  /***/ (function(module, exports, __webpack_require__) {
53416
53446
 
53417
53447
  "use strict";
@@ -53420,7 +53450,7 @@ exports.__esModule = true;
53420
53450
  //# sourceMappingURL=webhooks.js.map
53421
53451
 
53422
53452
  /***/ }),
53423
- /* 378 */
53453
+ /* 379 */
53424
53454
  /***/ (function(module, exports, __webpack_require__) {
53425
53455
 
53426
53456
  "use strict";
@@ -53436,7 +53466,7 @@ var Plan;
53436
53466
  //# sourceMappingURL=webhooks_configuration.js.map
53437
53467
 
53438
53468
  /***/ }),
53439
- /* 379 */
53469
+ /* 380 */
53440
53470
  /***/ (function(module, exports, __webpack_require__) {
53441
53471
 
53442
53472
  "use strict";
@@ -53445,7 +53475,7 @@ exports.__esModule = true;
53445
53475
  //# sourceMappingURL=fleet_template.js.map
53446
53476
 
53447
53477
  /***/ }),
53448
- /* 380 */
53478
+ /* 381 */
53449
53479
  /***/ (function(module, exports, __webpack_require__) {
53450
53480
 
53451
53481
  "use strict";
@@ -53454,7 +53484,7 @@ exports.__esModule = true;
53454
53484
  //# sourceMappingURL=widget.js.map
53455
53485
 
53456
53486
  /***/ }),
53457
- /* 381 */
53487
+ /* 382 */
53458
53488
  /***/ (function(module, exports, __webpack_require__) {
53459
53489
 
53460
53490
  "use strict";
@@ -53463,7 +53493,7 @@ exports.__esModule = true;
53463
53493
  //# sourceMappingURL=windows.js.map
53464
53494
 
53465
53495
  /***/ }),
53466
- /* 382 */
53496
+ /* 383 */
53467
53497
  /***/ (function(module, exports, __webpack_require__) {
53468
53498
 
53469
53499
  "use strict";
@@ -53472,7 +53502,7 @@ exports.__esModule = true;
53472
53502
  //# sourceMappingURL=open_fleet.js.map
53473
53503
 
53474
53504
  /***/ }),
53475
- /* 383 */
53505
+ /* 384 */
53476
53506
  /***/ (function(module, exports, __webpack_require__) {
53477
53507
 
53478
53508
  "use strict";
@@ -53481,7 +53511,7 @@ exports.__esModule = true;
53481
53511
  //# sourceMappingURL=service.js.map
53482
53512
 
53483
53513
  /***/ }),
53484
- /* 384 */
53514
+ /* 385 */
53485
53515
  /***/ (function(module, exports, __webpack_require__) {
53486
53516
 
53487
53517
  "use strict";
@@ -53490,7 +53520,7 @@ exports.__esModule = true;
53490
53520
  //# sourceMappingURL=planned_delivery_window.js.map
53491
53521
 
53492
53522
  /***/ }),
53493
- /* 385 */
53523
+ /* 386 */
53494
53524
  /***/ (function(module, exports, __webpack_require__) {
53495
53525
 
53496
53526
  "use strict";
@@ -53499,7 +53529,7 @@ exports.__esModule = true;
53499
53529
  //# sourceMappingURL=user_realtime_data.js.map
53500
53530
 
53501
53531
  /***/ }),
53502
- /* 386 */
53532
+ /* 387 */
53503
53533
  /***/ (function(module, exports, __webpack_require__) {
53504
53534
 
53505
53535
  "use strict";
@@ -53517,7 +53547,7 @@ var OPTIMIZATION_TYPE;
53517
53547
  //# sourceMappingURL=optimization_type.js.map
53518
53548
 
53519
53549
  /***/ }),
53520
- /* 387 */
53550
+ /* 388 */
53521
53551
  /***/ (function(module, exports, __webpack_require__) {
53522
53552
 
53523
53553
  "use strict";
@@ -53533,7 +53563,7 @@ var CustomFilterOperator;
53533
53563
  //# sourceMappingURL=custom_filter.js.map
53534
53564
 
53535
53565
  /***/ }),
53536
- /* 388 */
53566
+ /* 389 */
53537
53567
  /***/ (function(module, exports, __webpack_require__) {
53538
53568
 
53539
53569
  "use strict";
@@ -53552,7 +53582,7 @@ var RequestOrigin;
53552
53582
  //# sourceMappingURL=request_origin.js.map
53553
53583
 
53554
53584
  /***/ }),
53555
- /* 389 */
53585
+ /* 390 */
53556
53586
  /***/ (function(module, exports, __webpack_require__) {
53557
53587
 
53558
53588
  "use strict";
@@ -53569,7 +53599,7 @@ var OWNERSHIP_ORIGIN;
53569
53599
  //# sourceMappingURL=floating_inventory.js.map
53570
53600
 
53571
53601
  /***/ }),
53572
- /* 390 */
53602
+ /* 391 */
53573
53603
  /***/ (function(module, exports, __webpack_require__) {
53574
53604
 
53575
53605
  "use strict";
@@ -53585,7 +53615,7 @@ var PreferredMethod;
53585
53615
  //# sourceMappingURL=fleet_router_rules.js.map
53586
53616
 
53587
53617
  /***/ }),
53588
- /* 391 */
53618
+ /* 392 */
53589
53619
  /***/ (function(module, exports, __webpack_require__) {
53590
53620
 
53591
53621
  "use strict";
@@ -53594,7 +53624,7 @@ exports.__esModule = true;
53594
53624
  //# sourceMappingURL=predicate.js.map
53595
53625
 
53596
53626
  /***/ }),
53597
- /* 392 */
53627
+ /* 393 */
53598
53628
  /***/ (function(module, exports, __webpack_require__) {
53599
53629
 
53600
53630
  "use strict";
@@ -53603,7 +53633,48 @@ exports.__esModule = true;
53603
53633
  //# sourceMappingURL=parking_spot.js.map
53604
53634
 
53605
53635
  /***/ }),
53606
- /* 393 */
53636
+ /* 394 */
53637
+ /***/ (function(module, exports, __webpack_require__) {
53638
+
53639
+ "use strict";
53640
+
53641
+ exports.__esModule = true;
53642
+ exports.RuleRequestType = exports.FactType = exports.Entity = exports.RuleCategory = exports.AttributeDatatype = void 0;
53643
+ var AttributeDatatype;
53644
+ (function (AttributeDatatype) {
53645
+ AttributeDatatype[AttributeDatatype["String"] = 0] = "String";
53646
+ AttributeDatatype[AttributeDatatype["Number"] = 1] = "Number";
53647
+ AttributeDatatype[AttributeDatatype["Boolean"] = 2] = "Boolean";
53648
+ })(AttributeDatatype = exports.AttributeDatatype || (exports.AttributeDatatype = {}));
53649
+ var RuleCategory;
53650
+ (function (RuleCategory) {
53651
+ RuleCategory[RuleCategory["FleetRouter"] = 0] = "FleetRouter";
53652
+ })(RuleCategory = exports.RuleCategory || (exports.RuleCategory = {}));
53653
+ var Entity;
53654
+ (function (Entity) {
53655
+ Entity["Fleet"] = "fleet";
53656
+ })(Entity = exports.Entity || (exports.Entity = {}));
53657
+ var FactType;
53658
+ (function (FactType) {
53659
+ FactType[FactType["Task"] = 0] = "Task";
53660
+ })(FactType = exports.FactType || (exports.FactType = {}));
53661
+ var RuleRequestType;
53662
+ (function (RuleRequestType) {
53663
+ RuleRequestType["Evaluate"] = "rule:evaluate";
53664
+ })(RuleRequestType = exports.RuleRequestType || (exports.RuleRequestType = {}));
53665
+ //# sourceMappingURL=rule_types.js.map
53666
+
53667
+ /***/ }),
53668
+ /* 395 */
53669
+ /***/ (function(module, exports, __webpack_require__) {
53670
+
53671
+ "use strict";
53672
+
53673
+ exports.__esModule = true;
53674
+ //# sourceMappingURL=report.js.map
53675
+
53676
+ /***/ }),
53677
+ /* 396 */
53607
53678
  /***/ (function(module, exports, __webpack_require__) {
53608
53679
 
53609
53680
  "use strict";
@@ -54206,7 +54277,7 @@ exports.default = TaskEntity;
54206
54277
  //# sourceMappingURL=TaskEntity.js.map
54207
54278
 
54208
54279
  /***/ }),
54209
- /* 394 */
54280
+ /* 397 */
54210
54281
  /***/ (function(module, exports, __webpack_require__) {
54211
54282
 
54212
54283
  "use strict";
@@ -54248,7 +54319,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
54248
54319
  }
54249
54320
  };
54250
54321
  Object.defineProperty(exports, "__esModule", { value: true });
54251
- var ApplicationMerchantConfigurationEntity_1 = __webpack_require__(395);
54322
+ var ApplicationMerchantConfigurationEntity_1 = __webpack_require__(398);
54252
54323
  var ApplicationMerchantConfigurationApi = /** @class */ (function () {
54253
54324
  function ApplicationMerchantConfigurationApi(session, merchantConfigurationApi) {
54254
54325
  this.entity = new ApplicationMerchantConfigurationEntity_1.default(session);
@@ -54367,7 +54438,7 @@ exports.default = ApplicationMerchantConfigurationApi;
54367
54438
  //# sourceMappingURL=ApplicationMerchantConfigurationApi.js.map
54368
54439
 
54369
54440
  /***/ }),
54370
- /* 395 */
54441
+ /* 398 */
54371
54442
  /***/ (function(module, exports, __webpack_require__) {
54372
54443
 
54373
54444
  "use strict";
@@ -54597,13 +54668,13 @@ exports.default = ApplicationMerchantConfigurationEntity;
54597
54668
  //# sourceMappingURL=ApplicationMerchantConfigurationEntity.js.map
54598
54669
 
54599
54670
  /***/ }),
54600
- /* 396 */
54671
+ /* 399 */
54601
54672
  /***/ (function(module, exports, __webpack_require__) {
54602
54673
 
54603
54674
  "use strict";
54604
54675
 
54605
54676
  Object.defineProperty(exports, "__esModule", { value: true });
54606
- var GoogleMapsHelper_1 = __webpack_require__(397);
54677
+ var GoogleMapsHelper_1 = __webpack_require__(400);
54607
54678
  var GoogleMapsHelperApi = /** @class */ (function () {
54608
54679
  function GoogleMapsHelperApi(session) {
54609
54680
  this.googleMapsHelperEntity = new GoogleMapsHelper_1.default(session);
@@ -54617,7 +54688,7 @@ exports.default = GoogleMapsHelperApi;
54617
54688
  //# sourceMappingURL=GoogleMapsHelperApi.js.map
54618
54689
 
54619
54690
  /***/ }),
54620
- /* 397 */
54691
+ /* 400 */
54621
54692
  /***/ (function(module, exports, __webpack_require__) {
54622
54693
 
54623
54694
  "use strict";
@@ -54698,7 +54769,7 @@ exports.default = GoogleMapsHelper;
54698
54769
  //# sourceMappingURL=GoogleMapsHelper.js.map
54699
54770
 
54700
54771
  /***/ }),
54701
- /* 398 */
54772
+ /* 401 */
54702
54773
  /***/ (function(module, exports, __webpack_require__) {
54703
54774
 
54704
54775
  "use strict";
@@ -54740,7 +54811,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
54740
54811
  }
54741
54812
  };
54742
54813
  Object.defineProperty(exports, "__esModule", { value: true });
54743
- var OnboardingEntity_1 = __webpack_require__(399);
54814
+ var OnboardingEntity_1 = __webpack_require__(402);
54744
54815
  var OnboardingApi = /** @class */ (function () {
54745
54816
  function OnboardingApi(session) {
54746
54817
  this.onboardingEntity = new OnboardingEntity_1.default(session);
@@ -54765,7 +54836,7 @@ exports.default = OnboardingApi;
54765
54836
  //# sourceMappingURL=OnboardingApi.js.map
54766
54837
 
54767
54838
  /***/ }),
54768
- /* 399 */
54839
+ /* 402 */
54769
54840
  /***/ (function(module, exports, __webpack_require__) {
54770
54841
 
54771
54842
  "use strict";
@@ -54798,13 +54869,13 @@ exports.default = OnboardingEntity;
54798
54869
  //# sourceMappingURL=OnboardingEntity.js.map
54799
54870
 
54800
54871
  /***/ }),
54801
- /* 400 */
54872
+ /* 403 */
54802
54873
  /***/ (function(module, exports, __webpack_require__) {
54803
54874
 
54804
54875
  "use strict";
54805
54876
 
54806
54877
  Object.defineProperty(exports, "__esModule", { value: true });
54807
- var FleetRouterEntity_1 = __webpack_require__(401);
54878
+ var FleetRouterEntity_1 = __webpack_require__(404);
54808
54879
  var FleetRouterApi = /** @class */ (function () {
54809
54880
  function FleetRouterApi(session) {
54810
54881
  this.fleetRouterEntity = new FleetRouterEntity_1.default(session);
@@ -54830,7 +54901,7 @@ exports.default = FleetRouterApi;
54830
54901
  //# sourceMappingURL=FleetRouterApi.js.map
54831
54902
 
54832
54903
  /***/ }),
54833
- /* 401 */
54904
+ /* 404 */
54834
54905
  /***/ (function(module, exports, __webpack_require__) {
54835
54906
 
54836
54907
  "use strict";
@@ -54869,7 +54940,7 @@ exports.default = FleetRouterEntity;
54869
54940
  //# sourceMappingURL=FleetRouterEntity.js.map
54870
54941
 
54871
54942
  /***/ }),
54872
- /* 402 */
54943
+ /* 405 */
54873
54944
  /***/ (function(module, exports, __webpack_require__) {
54874
54945
 
54875
54946
  "use strict";
@@ -54911,7 +54982,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
54911
54982
  }
54912
54983
  };
54913
54984
  Object.defineProperty(exports, "__esModule", { value: true });
54914
- var ServiceEntity_1 = __webpack_require__(403);
54985
+ var ServiceEntity_1 = __webpack_require__(406);
54915
54986
  var ServiceApi = /** @class */ (function () {
54916
54987
  function ServiceApi(session) {
54917
54988
  this.entity = new ServiceEntity_1.default(session);
@@ -54932,7 +55003,7 @@ exports.default = ServiceApi;
54932
55003
  //# sourceMappingURL=ServiceApi.js.map
54933
55004
 
54934
55005
  /***/ }),
54935
- /* 403 */
55006
+ /* 406 */
54936
55007
  /***/ (function(module, exports, __webpack_require__) {
54937
55008
 
54938
55009
  "use strict";
@@ -55015,7 +55086,7 @@ exports.default = ServiceEntity;
55015
55086
  //# sourceMappingURL=ServiceEntity.js.map
55016
55087
 
55017
55088
  /***/ }),
55018
- /* 404 */
55089
+ /* 407 */
55019
55090
  /***/ (function(module, exports, __webpack_require__) {
55020
55091
 
55021
55092
  "use strict";
@@ -55057,7 +55128,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55057
55128
  }
55058
55129
  };
55059
55130
  Object.defineProperty(exports, "__esModule", { value: true });
55060
- var FleetTemplateEntity_1 = __webpack_require__(405);
55131
+ var FleetTemplateEntity_1 = __webpack_require__(408);
55061
55132
  var FleetTemplateApi = /** @class */ (function () {
55062
55133
  function FleetTemplateApi(session) {
55063
55134
  this.entity = new FleetTemplateEntity_1.default(session);
@@ -55085,7 +55156,7 @@ exports.default = FleetTemplateApi;
55085
55156
  //# sourceMappingURL=FleetTemplateApi.js.map
55086
55157
 
55087
55158
  /***/ }),
55088
- /* 405 */
55159
+ /* 408 */
55089
55160
  /***/ (function(module, exports, __webpack_require__) {
55090
55161
 
55091
55162
  "use strict";
@@ -55186,7 +55257,7 @@ exports.fleetTemplatesExtractor = fleetTemplatesExtractor;
55186
55257
  //# sourceMappingURL=FleetTemplateEntity.js.map
55187
55258
 
55188
55259
  /***/ }),
55189
- /* 406 */
55260
+ /* 409 */
55190
55261
  /***/ (function(module, exports, __webpack_require__) {
55191
55262
 
55192
55263
  "use strict";
@@ -55228,7 +55299,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55228
55299
  }
55229
55300
  };
55230
55301
  Object.defineProperty(exports, "__esModule", { value: true });
55231
- var OpenFleetEntity_1 = __webpack_require__(407);
55302
+ var OpenFleetEntity_1 = __webpack_require__(410);
55232
55303
  var OpenFleetApi = /** @class */ (function () {
55233
55304
  function OpenFleetApi(session) {
55234
55305
  this.entity = new OpenFleetEntity_1.default(session);
@@ -55295,7 +55366,7 @@ exports.default = OpenFleetApi;
55295
55366
  //# sourceMappingURL=OpenFleetApi.js.map
55296
55367
 
55297
55368
  /***/ }),
55298
- /* 407 */
55369
+ /* 410 */
55299
55370
  /***/ (function(module, exports, __webpack_require__) {
55300
55371
 
55301
55372
  "use strict";
@@ -55443,13 +55514,13 @@ exports.default = OpenFleetEntity;
55443
55514
  //# sourceMappingURL=OpenFleetEntity.js.map
55444
55515
 
55445
55516
  /***/ }),
55446
- /* 408 */
55517
+ /* 411 */
55447
55518
  /***/ (function(module, exports, __webpack_require__) {
55448
55519
 
55449
55520
  "use strict";
55450
55521
 
55451
55522
  Object.defineProperty(exports, "__esModule", { value: true });
55452
- var Geocoding_1 = __webpack_require__(409);
55523
+ var Geocoding_1 = __webpack_require__(412);
55453
55524
  var GeocodingApi = /** @class */ (function () {
55454
55525
  function GeocodingApi(session) {
55455
55526
  this.geocodingEntity = new Geocoding_1.default(session);
@@ -55466,7 +55537,7 @@ exports.default = GeocodingApi;
55466
55537
  //# sourceMappingURL=GeocodingApi.js.map
55467
55538
 
55468
55539
  /***/ }),
55469
- /* 409 */
55540
+ /* 412 */
55470
55541
  /***/ (function(module, exports, __webpack_require__) {
55471
55542
 
55472
55543
  "use strict";
@@ -55567,7 +55638,7 @@ exports.default = GeocodingEntity;
55567
55638
  //# sourceMappingURL=Geocoding.js.map
55568
55639
 
55569
55640
  /***/ }),
55570
- /* 410 */
55641
+ /* 413 */
55571
55642
  /***/ (function(module, exports, __webpack_require__) {
55572
55643
 
55573
55644
  "use strict";
@@ -55609,7 +55680,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55609
55680
  }
55610
55681
  };
55611
55682
  Object.defineProperty(exports, "__esModule", { value: true });
55612
- var ApplicationEntity_1 = __webpack_require__(411);
55683
+ var ApplicationEntity_1 = __webpack_require__(414);
55613
55684
  var ApplicationApi = /** @class */ (function () {
55614
55685
  function ApplicationApi(session) {
55615
55686
  this.entity = new ApplicationEntity_1.default(session);
@@ -55630,7 +55701,7 @@ exports.default = ApplicationApi;
55630
55701
  //# sourceMappingURL=ApplicationApi.js.map
55631
55702
 
55632
55703
  /***/ }),
55633
- /* 411 */
55704
+ /* 414 */
55634
55705
  /***/ (function(module, exports, __webpack_require__) {
55635
55706
 
55636
55707
  "use strict";
@@ -55699,7 +55770,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55699
55770
  };
55700
55771
  Object.defineProperty(exports, "__esModule", { value: true });
55701
55772
  var StoreEntity_1 = __webpack_require__(11);
55702
- var uuid_1 = __webpack_require__(445);
55773
+ var uuid_1 = __webpack_require__(450);
55703
55774
  var _ = __webpack_require__(10);
55704
55775
  var entityName = 'application_action';
55705
55776
  var ApplicationEntity = /** @class */ (function (_super) {
@@ -55793,7 +55864,7 @@ exports.default = ApplicationEntity;
55793
55864
  //# sourceMappingURL=ApplicationEntity.js.map
55794
55865
 
55795
55866
  /***/ }),
55796
- /* 412 */
55867
+ /* 415 */
55797
55868
  /***/ (function(module, exports, __webpack_require__) {
55798
55869
 
55799
55870
  "use strict";
@@ -55835,7 +55906,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55835
55906
  }
55836
55907
  };
55837
55908
  Object.defineProperty(exports, "__esModule", { value: true });
55838
- var CustomerAvailabilityHourEntity_1 = __webpack_require__(413);
55909
+ var CustomerAvailabilityHourEntity_1 = __webpack_require__(416);
55839
55910
  var CustomerAvailabilityHourApi = /** @class */ (function () {
55840
55911
  function CustomerAvailabilityHourApi(session) {
55841
55912
  this.customerAvailabilityHourEntity = new CustomerAvailabilityHourEntity_1.default(session);
@@ -55853,7 +55924,7 @@ exports.default = CustomerAvailabilityHourApi;
55853
55924
  //# sourceMappingURL=CustomerAvailabilityHourApi.js.map
55854
55925
 
55855
55926
  /***/ }),
55856
- /* 413 */
55927
+ /* 416 */
55857
55928
  /***/ (function(module, exports, __webpack_require__) {
55858
55929
 
55859
55930
  "use strict";
@@ -55964,13 +56035,13 @@ exports.default = CustomerAvailabilityHourEntity;
55964
56035
  //# sourceMappingURL=CustomerAvailabilityHourEntity.js.map
55965
56036
 
55966
56037
  /***/ }),
55967
- /* 414 */
56038
+ /* 417 */
55968
56039
  /***/ (function(module, exports, __webpack_require__) {
55969
56040
 
55970
56041
  "use strict";
55971
56042
 
55972
56043
  Object.defineProperty(exports, "__esModule", { value: true });
55973
- var Shifts_1 = __webpack_require__(415);
56044
+ var Shifts_1 = __webpack_require__(418);
55974
56045
  var ShiftsApi = /** @class */ (function () {
55975
56046
  function ShiftsApi(session) {
55976
56047
  this.shiftsEntity = new Shifts_1.default(session);
@@ -55993,7 +56064,7 @@ exports.default = ShiftsApi;
55993
56064
  //# sourceMappingURL=ShiftsApi.js.map
55994
56065
 
55995
56066
  /***/ }),
55996
- /* 415 */
56067
+ /* 418 */
55997
56068
  /***/ (function(module, exports, __webpack_require__) {
55998
56069
 
55999
56070
  "use strict";
@@ -56108,7 +56179,7 @@ exports.default = ShiftsEntity;
56108
56179
  //# sourceMappingURL=Shifts.js.map
56109
56180
 
56110
56181
  /***/ }),
56111
- /* 416 */
56182
+ /* 419 */
56112
56183
  /***/ (function(module, exports, __webpack_require__) {
56113
56184
 
56114
56185
  "use strict";
@@ -56150,7 +56221,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56150
56221
  }
56151
56222
  };
56152
56223
  Object.defineProperty(exports, "__esModule", { value: true });
56153
- var ExclusionWindowEntity_1 = __webpack_require__(417);
56224
+ var ExclusionWindowEntity_1 = __webpack_require__(420);
56154
56225
  var ExclusionWindowApi = /** @class */ (function () {
56155
56226
  function ExclusionWindowApi(session) {
56156
56227
  this.exclusionWindowEntity = new ExclusionWindowEntity_1.default(session);
@@ -56196,7 +56267,7 @@ exports.default = ExclusionWindowApi;
56196
56267
  //# sourceMappingURL=ExclusionWindowApi.js.map
56197
56268
 
56198
56269
  /***/ }),
56199
- /* 417 */
56270
+ /* 420 */
56200
56271
  /***/ (function(module, exports, __webpack_require__) {
56201
56272
 
56202
56273
  "use strict";
@@ -56286,7 +56357,7 @@ exports.default = ExclusionWindowEntity;
56286
56357
  //# sourceMappingURL=ExclusionWindowEntity.js.map
56287
56358
 
56288
56359
  /***/ }),
56289
- /* 418 */
56360
+ /* 421 */
56290
56361
  /***/ (function(module, exports, __webpack_require__) {
56291
56362
 
56292
56363
  "use strict";
@@ -56322,7 +56393,7 @@ exports.default = Country;
56322
56393
  //# sourceMappingURL=Country.js.map
56323
56394
 
56324
56395
  /***/ }),
56325
- /* 419 */
56396
+ /* 422 */
56326
56397
  /***/ (function(module, exports, __webpack_require__) {
56327
56398
 
56328
56399
  "use strict";
@@ -56364,7 +56435,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56364
56435
  }
56365
56436
  };
56366
56437
  Object.defineProperty(exports, "__esModule", { value: true });
56367
- var OauthApplicationEntity_1 = __webpack_require__(420);
56438
+ var OauthApplicationEntity_1 = __webpack_require__(423);
56368
56439
  var OauthApplicationApi = /** @class */ (function () {
56369
56440
  function OauthApplicationApi(session) {
56370
56441
  this.entity = new OauthApplicationEntity_1.default(session);
@@ -56424,7 +56495,7 @@ exports.default = OauthApplicationApi;
56424
56495
  //# sourceMappingURL=OauthApplicationApi.js.map
56425
56496
 
56426
56497
  /***/ }),
56427
- /* 420 */
56498
+ /* 423 */
56428
56499
  /***/ (function(module, exports, __webpack_require__) {
56429
56500
 
56430
56501
  "use strict";
@@ -56541,13 +56612,13 @@ exports.default = OauthApplicationEntity;
56541
56612
  //# sourceMappingURL=OauthApplicationEntity.js.map
56542
56613
 
56543
56614
  /***/ }),
56544
- /* 421 */
56615
+ /* 424 */
56545
56616
  /***/ (function(module, exports, __webpack_require__) {
56546
56617
 
56547
56618
  "use strict";
56548
56619
 
56549
56620
  Object.defineProperty(exports, "__esModule", { value: true });
56550
- var InventoryEntity_1 = __webpack_require__(422);
56621
+ var InventoryEntity_1 = __webpack_require__(425);
56551
56622
  var Inventory = /** @class */ (function () {
56552
56623
  function Inventory(session) {
56553
56624
  this.inventory = new InventoryEntity_1.default(session);
@@ -56570,7 +56641,7 @@ exports.default = Inventory;
56570
56641
  //# sourceMappingURL=Inventory.js.map
56571
56642
 
56572
56643
  /***/ }),
56573
- /* 422 */
56644
+ /* 425 */
56574
56645
  /***/ (function(module, exports, __webpack_require__) {
56575
56646
 
56576
56647
  "use strict";
@@ -56607,7 +56678,7 @@ exports.default = InventoryEntity;
56607
56678
  //# sourceMappingURL=InventoryEntity.js.map
56608
56679
 
56609
56680
  /***/ }),
56610
- /* 423 */
56681
+ /* 426 */
56611
56682
  /***/ (function(module, exports, __webpack_require__) {
56612
56683
 
56613
56684
  "use strict";
@@ -56649,7 +56720,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56649
56720
  }
56650
56721
  };
56651
56722
  Object.defineProperty(exports, "__esModule", { value: true });
56652
- var PushNotificationRegistrationEntity_1 = __webpack_require__(424);
56723
+ var PushNotificationRegistrationEntity_1 = __webpack_require__(427);
56653
56724
  var PushNotificationRegistration = /** @class */ (function () {
56654
56725
  function PushNotificationRegistration(session) {
56655
56726
  this.pushNotificationRegistrationEntity = new PushNotificationRegistrationEntity_1.default(session);
@@ -56674,7 +56745,7 @@ exports.default = PushNotificationRegistration;
56674
56745
  //# sourceMappingURL=PushNotificationRegistration.js.map
56675
56746
 
56676
56747
  /***/ }),
56677
- /* 424 */
56748
+ /* 427 */
56678
56749
  /***/ (function(module, exports, __webpack_require__) {
56679
56750
 
56680
56751
  "use strict";
@@ -56707,7 +56778,7 @@ exports.default = PushNotificationRegistrationEntity;
56707
56778
  //# sourceMappingURL=PushNotificationRegistrationEntity.js.map
56708
56779
 
56709
56780
  /***/ }),
56710
- /* 425 */
56781
+ /* 428 */
56711
56782
  /***/ (function(module, exports, __webpack_require__) {
56712
56783
 
56713
56784
  "use strict";
@@ -56749,7 +56820,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56749
56820
  }
56750
56821
  };
56751
56822
  Object.defineProperty(exports, "__esModule", { value: true });
56752
- var ReasonToCancelTasksEntity_1 = __webpack_require__(426);
56823
+ var ReasonToCancelTasksEntity_1 = __webpack_require__(429);
56753
56824
  var ReasonToCancelTasks = /** @class */ (function () {
56754
56825
  function ReasonToCancelTasks(session) {
56755
56826
  this.reasonToCancelTasksEntity = new ReasonToCancelTasksEntity_1.default(session);
@@ -56770,7 +56841,7 @@ exports.default = ReasonToCancelTasks;
56770
56841
  //# sourceMappingURL=ReasonToCancelTasksApi.js.map
56771
56842
 
56772
56843
  /***/ }),
56773
- /* 426 */
56844
+ /* 429 */
56774
56845
  /***/ (function(module, exports, __webpack_require__) {
56775
56846
 
56776
56847
  "use strict";
@@ -56818,7 +56889,7 @@ exports.default = ReasonToCancelTasksEntity;
56818
56889
  //# sourceMappingURL=ReasonToCancelTasksEntity.js.map
56819
56890
 
56820
56891
  /***/ }),
56821
- /* 427 */
56892
+ /* 430 */
56822
56893
  /***/ (function(module, exports, __webpack_require__) {
56823
56894
 
56824
56895
  "use strict";
@@ -56860,7 +56931,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56860
56931
  }
56861
56932
  };
56862
56933
  Object.defineProperty(exports, "__esModule", { value: true });
56863
- var CustomFilterEntity_1 = __webpack_require__(428);
56934
+ var CustomFilterEntity_1 = __webpack_require__(431);
56864
56935
  var CustomFilterApi = /** @class */ (function () {
56865
56936
  function CustomFilterApi(session) {
56866
56937
  this.customFilterEntity = new CustomFilterEntity_1.default(session);
@@ -56899,7 +56970,7 @@ exports.default = CustomFilterApi;
56899
56970
  //# sourceMappingURL=CustomFilterApi.js.map
56900
56971
 
56901
56972
  /***/ }),
56902
- /* 428 */
56973
+ /* 431 */
56903
56974
  /***/ (function(module, exports, __webpack_require__) {
56904
56975
 
56905
56976
  "use strict";
@@ -56937,13 +57008,13 @@ exports.default = CustomFilterEntity;
56937
57008
  //# sourceMappingURL=CustomFilterEntity.js.map
56938
57009
 
56939
57010
  /***/ }),
56940
- /* 429 */
57011
+ /* 432 */
56941
57012
  /***/ (function(module, exports, __webpack_require__) {
56942
57013
 
56943
57014
  "use strict";
56944
57015
 
56945
57016
  Object.defineProperty(exports, "__esModule", { value: true });
56946
- var FloatingInventoryEntity_1 = __webpack_require__(430);
57017
+ var FloatingInventoryEntity_1 = __webpack_require__(433);
56947
57018
  var FloatingInventory = /** @class */ (function () {
56948
57019
  function FloatingInventory(session) {
56949
57020
  this.floatingInventory = new FloatingInventoryEntity_1.default(session);
@@ -56957,7 +57028,7 @@ exports.default = FloatingInventory;
56957
57028
  //# sourceMappingURL=FloatingInventoryApi.js.map
56958
57029
 
56959
57030
  /***/ }),
56960
- /* 430 */
57031
+ /* 433 */
56961
57032
  /***/ (function(module, exports, __webpack_require__) {
56962
57033
 
56963
57034
  "use strict";
@@ -56979,7 +57050,7 @@ var __extends = (this && this.__extends) || (function () {
56979
57050
  })();
56980
57051
  Object.defineProperty(exports, "__esModule", { value: true });
56981
57052
  var Entity_1 = __webpack_require__(5);
56982
- var FloatingInventory_consts_1 = __webpack_require__(431);
57053
+ var FloatingInventory_consts_1 = __webpack_require__(434);
56983
57054
  var BASE_ROUTE = 'floating_inventories';
56984
57055
  var USERS_WITH_AVAILABLE_FLOATING_INVENTORY = "/" + BASE_ROUTE + "/users_with_available_floating_inventory";
56985
57056
  var FloatingInventoryEntity = /** @class */ (function (_super) {
@@ -57004,7 +57075,7 @@ exports.default = FloatingInventoryEntity;
57004
57075
  //# sourceMappingURL=FloatingInventoryEntity.js.map
57005
57076
 
57006
57077
  /***/ }),
57007
- /* 431 */
57078
+ /* 434 */
57008
57079
  /***/ (function(module, exports, __webpack_require__) {
57009
57080
 
57010
57081
  "use strict";
@@ -57016,13 +57087,13 @@ exports.userIdsExtractor = userIdsExtractor;
57016
57087
  //# sourceMappingURL=FloatingInventory.consts.js.map
57017
57088
 
57018
57089
  /***/ }),
57019
- /* 432 */
57090
+ /* 435 */
57020
57091
  /***/ (function(module, exports, __webpack_require__) {
57021
57092
 
57022
57093
  "use strict";
57023
57094
 
57024
57095
  Object.defineProperty(exports, "__esModule", { value: true });
57025
- var ServiceAreaEntity_1 = __webpack_require__(433);
57096
+ var ServiceAreaEntity_1 = __webpack_require__(436);
57026
57097
  var ServiceAreaApi = /** @class */ (function () {
57027
57098
  function ServiceAreaApi(session) {
57028
57099
  this.serviceAreaEntity = new ServiceAreaEntity_1.default(session);
@@ -57051,7 +57122,7 @@ exports.default = ServiceAreaApi;
57051
57122
  //# sourceMappingURL=ServiceAreaApi.js.map
57052
57123
 
57053
57124
  /***/ }),
57054
- /* 433 */
57125
+ /* 436 */
57055
57126
  /***/ (function(module, exports, __webpack_require__) {
57056
57127
 
57057
57128
  "use strict";
@@ -57101,13 +57172,13 @@ exports.default = ServiceAreaEntity;
57101
57172
  //# sourceMappingURL=ServiceAreaEntity.js.map
57102
57173
 
57103
57174
  /***/ }),
57104
- /* 434 */
57175
+ /* 437 */
57105
57176
  /***/ (function(module, exports, __webpack_require__) {
57106
57177
 
57107
57178
  "use strict";
57108
57179
 
57109
57180
  Object.defineProperty(exports, "__esModule", { value: true });
57110
- var BillingEntity_1 = __webpack_require__(435);
57181
+ var BillingEntity_1 = __webpack_require__(438);
57111
57182
  var BillingApi = /** @class */ (function () {
57112
57183
  function BillingApi(session) {
57113
57184
  this.billingEntity = new BillingEntity_1.default(session);
@@ -57160,7 +57231,7 @@ exports.default = BillingApi;
57160
57231
  //# sourceMappingURL=BillingApi.js.map
57161
57232
 
57162
57233
  /***/ }),
57163
- /* 435 */
57234
+ /* 438 */
57164
57235
  /***/ (function(module, exports, __webpack_require__) {
57165
57236
 
57166
57237
  "use strict";
@@ -57437,13 +57508,13 @@ exports.default = BillingEntity;
57437
57508
  //# sourceMappingURL=BillingEntity.js.map
57438
57509
 
57439
57510
  /***/ }),
57440
- /* 436 */
57511
+ /* 439 */
57441
57512
  /***/ (function(module, exports, __webpack_require__) {
57442
57513
 
57443
57514
  "use strict";
57444
57515
 
57445
57516
  Object.defineProperty(exports, "__esModule", { value: true });
57446
- const pendo_1 = __webpack_require__(437);
57517
+ const pendo_1 = __webpack_require__(440);
57447
57518
  class AnalyticsApi {
57448
57519
  constructor() {
57449
57520
  this.provider = new pendo_1.PendoProvider();
@@ -57463,7 +57534,7 @@ exports.default = AnalyticsApi;
57463
57534
  //# sourceMappingURL=index.js.map
57464
57535
 
57465
57536
  /***/ }),
57466
- /* 437 */
57537
+ /* 440 */
57467
57538
  /***/ (function(module, exports, __webpack_require__) {
57468
57539
 
57469
57540
  "use strict";
@@ -57505,7 +57576,137 @@ exports.PendoProvider = PendoProvider;
57505
57576
  //# sourceMappingURL=pendo.js.map
57506
57577
 
57507
57578
  /***/ }),
57508
- /* 438 */
57579
+ /* 441 */
57580
+ /***/ (function(module, exports, __webpack_require__) {
57581
+
57582
+ "use strict";
57583
+
57584
+ Object.defineProperty(exports, "__esModule", { value: true });
57585
+ var AnalyticsRepotsEntity_1 = __webpack_require__(442);
57586
+ var AnalyticsReportsApi = /** @class */ (function () {
57587
+ function AnalyticsReportsApi(session) {
57588
+ this.analyticsReportsEntity = new AnalyticsRepotsEntity_1.default(session);
57589
+ }
57590
+ AnalyticsReportsApi.prototype.getUserReports = function (queryString) {
57591
+ return this.analyticsReportsEntity.getUserReports(queryString);
57592
+ };
57593
+ AnalyticsReportsApi.prototype.getSystemReports = function (queryString) {
57594
+ return this.analyticsReportsEntity.getSystemReports(queryString);
57595
+ };
57596
+ return AnalyticsReportsApi;
57597
+ }());
57598
+ exports.default = AnalyticsReportsApi;
57599
+ //# sourceMappingURL=AnalyticsReportsApi.js.map
57600
+
57601
+ /***/ }),
57602
+ /* 442 */
57603
+ /***/ (function(module, exports, __webpack_require__) {
57604
+
57605
+ "use strict";
57606
+
57607
+ var __extends = (this && this.__extends) || (function () {
57608
+ var extendStatics = function (d, b) {
57609
+ extendStatics = Object.setPrototypeOf ||
57610
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
57611
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
57612
+ return extendStatics(d, b);
57613
+ };
57614
+ return function (d, b) {
57615
+ if (typeof b !== "function" && b !== null)
57616
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
57617
+ extendStatics(d, b);
57618
+ function __() { this.constructor = d; }
57619
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
57620
+ };
57621
+ })();
57622
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
57623
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
57624
+ return new (P || (P = Promise))(function (resolve, reject) {
57625
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
57626
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
57627
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
57628
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
57629
+ });
57630
+ };
57631
+ var __generator = (this && this.__generator) || function (thisArg, body) {
57632
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
57633
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
57634
+ function verb(n) { return function (v) { return step([n, v]); }; }
57635
+ function step(op) {
57636
+ if (f) throw new TypeError("Generator is already executing.");
57637
+ while (_) try {
57638
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
57639
+ if (y = 0, t) op = [op[0] & 2, t.value];
57640
+ switch (op[0]) {
57641
+ case 0: case 1: t = op; break;
57642
+ case 4: _.label++; return { value: op[1], done: false };
57643
+ case 5: _.label++; y = op[1]; op = [0]; continue;
57644
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
57645
+ default:
57646
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
57647
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
57648
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
57649
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
57650
+ if (t[2]) _.ops.pop();
57651
+ _.trys.pop(); continue;
57652
+ }
57653
+ op = body.call(thisArg, _);
57654
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
57655
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
57656
+ }
57657
+ };
57658
+ Object.defineProperty(exports, "__esModule", { value: true });
57659
+ var Entity_1 = __webpack_require__(5);
57660
+ var Version;
57661
+ (function (Version) {
57662
+ Version["v1"] = "v1";
57663
+ })(Version || (Version = {}));
57664
+ var BaseRoute = '/report-service';
57665
+ var Routes = {
57666
+ GET_USER_REPORTS: BaseRoute + "/" + Version.v1 + "/reports",
57667
+ GET_SYSTEM_REPORTS: BaseRoute + "/" + Version.v1 + "/system-reports"
57668
+ };
57669
+ var AnalyticsReportsEntity = /** @class */ (function (_super) {
57670
+ __extends(AnalyticsReportsEntity, _super);
57671
+ function AnalyticsReportsEntity(session) {
57672
+ return _super.call(this, {
57673
+ session: session,
57674
+ entityName: 'report-service'
57675
+ }) || this;
57676
+ }
57677
+ AnalyticsReportsEntity.prototype.getUserReports = function (queryString) {
57678
+ return __awaiter(this, void 0, void 0, function () {
57679
+ return __generator(this, function (_a) {
57680
+ switch (_a.label) {
57681
+ case 0: return [4 /*yield*/, this.service.routeGenerator
57682
+ .get(Routes.GET_USER_REPORTS)
57683
+ .withQueryString(queryString)
57684
+ .invoke()];
57685
+ case 1: return [2 /*return*/, _a.sent()];
57686
+ }
57687
+ });
57688
+ });
57689
+ };
57690
+ AnalyticsReportsEntity.prototype.getSystemReports = function (queryString) {
57691
+ return __awaiter(this, void 0, void 0, function () {
57692
+ return __generator(this, function (_a) {
57693
+ switch (_a.label) {
57694
+ case 0: return [4 /*yield*/, this.service.routeGenerator
57695
+ .get(Routes.GET_SYSTEM_REPORTS)
57696
+ .withQueryString(queryString)
57697
+ .invoke()];
57698
+ case 1: return [2 /*return*/, _a.sent()];
57699
+ }
57700
+ });
57701
+ });
57702
+ };
57703
+ return AnalyticsReportsEntity;
57704
+ }(Entity_1.default));
57705
+ exports.default = AnalyticsReportsEntity;
57706
+ //# sourceMappingURL=AnalyticsRepotsEntity.js.map
57707
+
57708
+ /***/ }),
57709
+ /* 443 */
57509
57710
  /***/ (function(module, exports, __webpack_require__) {
57510
57711
 
57511
57712
  "use strict";
@@ -57514,7 +57715,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
57514
57715
  //# sourceMappingURL=VehicleType.consts.js.map
57515
57716
 
57516
57717
  /***/ }),
57517
- /* 439 */
57718
+ /* 444 */
57518
57719
  /***/ (function(module, exports, __webpack_require__) {
57519
57720
 
57520
57721
  "use strict";
@@ -57523,7 +57724,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
57523
57724
  //# sourceMappingURL=PlannedRoutes.consts.js.map
57524
57725
 
57525
57726
  /***/ }),
57526
- /* 440 */
57727
+ /* 445 */
57527
57728
  /***/ (function(module, exports, __webpack_require__) {
57528
57729
 
57529
57730
  "use strict";
@@ -57532,7 +57733,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
57532
57733
  //# sourceMappingURL=Crew.consts.js.map
57533
57734
 
57534
57735
  /***/ }),
57535
- /* 441 */
57736
+ /* 446 */
57536
57737
  /***/ (function(module, exports, __webpack_require__) {
57537
57738
 
57538
57739
  "use strict";
@@ -57541,7 +57742,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
57541
57742
  //# sourceMappingURL=Responses.js.map
57542
57743
 
57543
57744
  /***/ }),
57544
- /* 442 */
57745
+ /* 447 */
57545
57746
  /***/ (function(module, exports, __webpack_require__) {
57546
57747
 
57547
57748
  "use strict";
@@ -57553,7 +57754,7 @@ exports.defaultExtractor = defaultExtractor;
57553
57754
  //# sourceMappingURL=Tag.consts.js.map
57554
57755
 
57555
57756
  /***/ }),
57556
- /* 443 */
57757
+ /* 448 */
57557
57758
  /***/ (function(module, exports, __webpack_require__) {
57558
57759
 
57559
57760
  "use strict";
@@ -57562,7 +57763,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
57562
57763
  //# sourceMappingURL=DeliveryBlocks.consts.js.map
57563
57764
 
57564
57765
  /***/ }),
57565
- /* 444 */
57766
+ /* 449 */
57566
57767
  /***/ (function(module, exports, __webpack_require__) {
57567
57768
 
57568
57769
  "use strict";
@@ -57576,7 +57777,7 @@ exports.default = ResourceUploadType;
57576
57777
  //# sourceMappingURL=ResourceUploadType.js.map
57577
57778
 
57578
57779
  /***/ }),
57579
- /* 445 */
57780
+ /* 450 */
57580
57781
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
57581
57782
 
57582
57783
  "use strict";