@bringg/dashboard-sdk 0.4.45 → 0.4.49

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.45';
30006
+ var version = '0.4.49';
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);
@@ -43377,7 +43382,7 @@ var RunsService = /** @class */ (function (_super) {
43377
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'), {
43378
43383
  vehicle_id: vehicleId,
43379
43384
  previous_vehicle_id: previousVehicleId,
43380
- tasks_ids: tasksIds
43385
+ task_ids: tasksIds
43381
43386
  }, { id: id })];
43382
43387
  case 1:
43383
43388
  response = _a.sent();
@@ -43393,7 +43398,7 @@ var RunsService = /** @class */ (function (_super) {
43393
43398
  switch (_a.label) {
43394
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'), {
43395
43400
  previous_vehicle_id: previousVehicleId,
43396
- tasks_ids: tasksIds
43401
+ task_ids: tasksIds
43397
43402
  }, { id: id })];
43398
43403
  case 1:
43399
43404
  response = _a.sent();
@@ -51645,7 +51650,7 @@ exports.default = PushTokenSubscriptionEntity;
51645
51650
 
51646
51651
  Object.defineProperty(exports, "__esModule", { value: true });
51647
51652
  var Tasks_consts_1 = __webpack_require__(100);
51648
- var TaskEntity_1 = __webpack_require__(393);
51653
+ var TaskEntity_1 = __webpack_require__(396);
51649
51654
  var TaskHelpers_1 = __webpack_require__(102);
51650
51655
  var Tasks = /** @class */ (function () {
51651
51656
  function Tasks(session) {
@@ -52339,6 +52344,8 @@ var FleetType;
52339
52344
  FleetType[FleetType["Lyft"] = 21] = "Lyft";
52340
52345
  FleetType[FleetType["Deliveroo"] = 22] = "Deliveroo";
52341
52346
  FleetType[FleetType["ShippyPro"] = 23] = "ShippyPro";
52347
+ FleetType[FleetType["EasyPost"] = 24] = "EasyPost";
52348
+ FleetType[FleetType["Roadie"] = 25] = "Roadie";
52342
52349
  })(FleetType = exports.FleetType || (exports.FleetType = {}));
52343
52350
  exports.FleetTypeToCapabilities = (_a = {},
52344
52351
  _a[FleetType.Uber] = { create_delivery: true, get_quote: true, multiple_time_windows: true, is_green: false },
@@ -52362,6 +52369,8 @@ exports.FleetTypeToCapabilities = (_a = {},
52362
52369
  _a[FleetType.Lyft] = { create_delivery: true, get_quote: true, is_green: false },
52363
52370
  _a[FleetType.Deliveroo] = { create_delivery: true, get_quote: true, is_green: false },
52364
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 },
52365
52374
  _a);
52366
52375
  //# sourceMappingURL=fleet.js.map
52367
52376
 
@@ -52675,6 +52684,7 @@ var PrivilegeTypes;
52675
52684
  PrivilegeTypes["CANCEL_TASK"] = "cancel_task";
52676
52685
  PrivilegeTypes["LOCK_UNLOCK_TASK"] = "lock_unlock_task";
52677
52686
  PrivilegeTypes["RESCHEDULE_CANCELLED_ORDER"] = "reschedule_cancelled_order";
52687
+ PrivilegeTypes["BILLING_PORTAL"] = "billing_portal";
52678
52688
  })(PrivilegeTypes = exports.PrivilegeTypes || (exports.PrivilegeTypes = {}));
52679
52689
  //# sourceMappingURL=privilege.js.map
52680
52690
 
@@ -52684,6 +52694,15 @@ var PrivilegeTypes;
52684
52694
 
52685
52695
  "use strict";
52686
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
+
52687
52706
  exports.__esModule = true;
52688
52707
  exports.ApplicationType = void 0;
52689
52708
  var ApplicationType;
@@ -52693,7 +52712,7 @@ var ApplicationType;
52693
52712
  //# sourceMappingURL=push_token_subscription.js.map
52694
52713
 
52695
52714
  /***/ }),
52696
- /* 338 */
52715
+ /* 339 */
52697
52716
  /***/ (function(module, exports, __webpack_require__) {
52698
52717
 
52699
52718
  "use strict";
@@ -52713,7 +52732,7 @@ var PushNotificationEnvironment;
52713
52732
  //# sourceMappingURL=push_notification_registration.js.map
52714
52733
 
52715
52734
  /***/ }),
52716
- /* 339 */
52735
+ /* 340 */
52717
52736
  /***/ (function(module, exports, __webpack_require__) {
52718
52737
 
52719
52738
  "use strict";
@@ -52722,7 +52741,7 @@ exports.__esModule = true;
52722
52741
  //# sourceMappingURL=quote.js.map
52723
52742
 
52724
52743
  /***/ }),
52725
- /* 340 */
52744
+ /* 341 */
52726
52745
  /***/ (function(module, exports, __webpack_require__) {
52727
52746
 
52728
52747
  "use strict";
@@ -52731,7 +52750,7 @@ exports.__esModule = true;
52731
52750
  //# sourceMappingURL=rating.js.map
52732
52751
 
52733
52752
  /***/ }),
52734
- /* 341 */
52753
+ /* 342 */
52735
52754
  /***/ (function(module, exports, __webpack_require__) {
52736
52755
 
52737
52756
  "use strict";
@@ -52740,7 +52759,7 @@ exports.__esModule = true;
52740
52759
  //# sourceMappingURL=reason_to_cancel_task.js.map
52741
52760
 
52742
52761
  /***/ }),
52743
- /* 342 */
52762
+ /* 343 */
52744
52763
  /***/ (function(module, exports, __webpack_require__) {
52745
52764
 
52746
52765
  "use strict";
@@ -52749,7 +52768,7 @@ exports.__esModule = true;
52749
52768
  //# sourceMappingURL=reason_to_change_inventory.js.map
52750
52769
 
52751
52770
  /***/ }),
52752
- /* 343 */
52771
+ /* 344 */
52753
52772
  /***/ (function(module, exports, __webpack_require__) {
52754
52773
 
52755
52774
  "use strict";
@@ -52758,7 +52777,7 @@ exports.__esModule = true;
52758
52777
  //# sourceMappingURL=reason_to_reassign_task.js.map
52759
52778
 
52760
52779
  /***/ }),
52761
- /* 344 */
52780
+ /* 345 */
52762
52781
  /***/ (function(module, exports, __webpack_require__) {
52763
52782
 
52764
52783
  "use strict";
@@ -52767,7 +52786,7 @@ exports.__esModule = true;
52767
52786
  //# sourceMappingURL=report_preference.js.map
52768
52787
 
52769
52788
  /***/ }),
52770
- /* 345 */
52789
+ /* 346 */
52771
52790
  /***/ (function(module, exports, __webpack_require__) {
52772
52791
 
52773
52792
  "use strict";
@@ -52818,6 +52837,8 @@ var WIDGET_GROUPING_TYPES;
52818
52837
  WIDGET_GROUPING_TYPES["GROUP_BY_WP1_ARRIVAL"] = "GROUP_BY_WP1_ARRIVAL";
52819
52838
  WIDGET_GROUPING_TYPES["GROUP_BY_WP2_ARRIVAL"] = "GROUP_BY_WP2_ARRIVAL";
52820
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";
52821
52842
  })(WIDGET_GROUPING_TYPES = exports.WIDGET_GROUPING_TYPES || (exports.WIDGET_GROUPING_TYPES = {}));
52822
52843
  var UserRole;
52823
52844
  (function (UserRole) {
@@ -52828,12 +52849,13 @@ var UserRole;
52828
52849
  var FILTER_TYPES;
52829
52850
  (function (FILTER_TYPES) {
52830
52851
  FILTER_TYPES["TIME_RANGE"] = "TIME_RANGE";
52852
+ FILTER_TYPES["COMPARE_RANGE"] = "COMPARE_RANGE";
52831
52853
  FILTER_TYPES["FLEETS"] = "FLEETS";
52832
52854
  })(FILTER_TYPES = exports.FILTER_TYPES || (exports.FILTER_TYPES = {}));
52833
52855
  //# sourceMappingURL=reports.js.map
52834
52856
 
52835
52857
  /***/ }),
52836
- /* 346 */
52858
+ /* 347 */
52837
52859
  /***/ (function(module, exports, __webpack_require__) {
52838
52860
 
52839
52861
  "use strict";
@@ -52887,7 +52909,7 @@ var OFFLINE_ONLINE_EVENT_TYPES;
52887
52909
  //# sourceMappingURL=run.js.map
52888
52910
 
52889
52911
  /***/ }),
52890
- /* 347 */
52912
+ /* 348 */
52891
52913
  /***/ (function(module, exports, __webpack_require__) {
52892
52914
 
52893
52915
  "use strict";
@@ -52903,7 +52925,7 @@ var ScanType;
52903
52925
  //# sourceMappingURL=scan.js.map
52904
52926
 
52905
52927
  /***/ }),
52906
- /* 348 */
52928
+ /* 349 */
52907
52929
  /***/ (function(module, exports, __webpack_require__) {
52908
52930
 
52909
52931
  "use strict";
@@ -52912,7 +52934,7 @@ exports.__esModule = true;
52912
52934
  //# sourceMappingURL=serializer.js.map
52913
52935
 
52914
52936
  /***/ }),
52915
- /* 349 */
52937
+ /* 350 */
52916
52938
  /***/ (function(module, exports, __webpack_require__) {
52917
52939
 
52918
52940
  "use strict";
@@ -52921,7 +52943,7 @@ exports.__esModule = true;
52921
52943
  //# sourceMappingURL=service_area.js.map
52922
52944
 
52923
52945
  /***/ }),
52924
- /* 350 */
52946
+ /* 351 */
52925
52947
  /***/ (function(module, exports, __webpack_require__) {
52926
52948
 
52927
52949
  "use strict";
@@ -52930,7 +52952,7 @@ exports.__esModule = true;
52930
52952
  //# sourceMappingURL=service_event.js.map
52931
52953
 
52932
52954
  /***/ }),
52933
- /* 351 */
52955
+ /* 352 */
52934
52956
  /***/ (function(module, exports, __webpack_require__) {
52935
52957
 
52936
52958
  "use strict";
@@ -52939,7 +52961,7 @@ exports.__esModule = true;
52939
52961
  //# sourceMappingURL=service_plan.js.map
52940
52962
 
52941
52963
  /***/ }),
52942
- /* 352 */
52964
+ /* 353 */
52943
52965
  /***/ (function(module, exports, __webpack_require__) {
52944
52966
 
52945
52967
  "use strict";
@@ -52955,7 +52977,7 @@ var ServiceWindowType;
52955
52977
  //# sourceMappingURL=service_window.js.map
52956
52978
 
52957
52979
  /***/ }),
52958
- /* 353 */
52980
+ /* 354 */
52959
52981
  /***/ (function(module, exports, __webpack_require__) {
52960
52982
 
52961
52983
  "use strict";
@@ -52994,7 +53016,7 @@ var SharingMethod;
52994
53016
  //# sourceMappingURL=shared_location.js.map
52995
53017
 
52996
53018
  /***/ }),
52997
- /* 354 */
53019
+ /* 355 */
52998
53020
  /***/ (function(module, exports, __webpack_require__) {
52999
53021
 
53000
53022
  "use strict";
@@ -53017,7 +53039,7 @@ var ShiftRule;
53017
53039
  //# sourceMappingURL=shift.js.map
53018
53040
 
53019
53041
  /***/ }),
53020
- /* 355 */
53042
+ /* 356 */
53021
53043
  /***/ (function(module, exports, __webpack_require__) {
53022
53044
 
53023
53045
  "use strict";
@@ -53026,7 +53048,7 @@ exports.__esModule = true;
53026
53048
  //# sourceMappingURL=skill.js.map
53027
53049
 
53028
53050
  /***/ }),
53029
- /* 356 */
53051
+ /* 357 */
53030
53052
  /***/ (function(module, exports, __webpack_require__) {
53031
53053
 
53032
53054
  "use strict";
@@ -53035,7 +53057,7 @@ exports.__esModule = true;
53035
53057
  //# sourceMappingURL=sms_data.js.map
53036
53058
 
53037
53059
  /***/ }),
53038
- /* 357 */
53060
+ /* 358 */
53039
53061
  /***/ (function(module, exports, __webpack_require__) {
53040
53062
 
53041
53063
  "use strict";
@@ -53047,11 +53069,12 @@ var NumberType;
53047
53069
  NumberType[NumberType["Regular"] = 0] = "Regular";
53048
53070
  NumberType[NumberType["AlphanumericSender"] = 1] = "AlphanumericSender";
53049
53071
  NumberType[NumberType["FreeSms"] = 2] = "FreeSms";
53072
+ NumberType[NumberType["TollFree"] = 3] = "TollFree";
53050
53073
  })(NumberType = exports.NumberType || (exports.NumberType = {}));
53051
53074
  //# sourceMappingURL=sms_number.js.map
53052
53075
 
53053
53076
  /***/ }),
53054
- /* 358 */
53077
+ /* 359 */
53055
53078
  /***/ (function(module, exports, __webpack_require__) {
53056
53079
 
53057
53080
  "use strict";
@@ -53060,7 +53083,7 @@ exports.__esModule = true;
53060
53083
  //# sourceMappingURL=sms_setting.js.map
53061
53084
 
53062
53085
  /***/ }),
53063
- /* 359 */
53086
+ /* 360 */
53064
53087
  /***/ (function(module, exports, __webpack_require__) {
53065
53088
 
53066
53089
  "use strict";
@@ -53069,7 +53092,7 @@ exports.__esModule = true;
53069
53092
  //# sourceMappingURL=tag.js.map
53070
53093
 
53071
53094
  /***/ }),
53072
- /* 360 */
53095
+ /* 361 */
53073
53096
  /***/ (function(module, exports, __webpack_require__) {
53074
53097
 
53075
53098
  "use strict";
@@ -53078,7 +53101,7 @@ exports.__esModule = true;
53078
53101
  //# sourceMappingURL=tag_customer_configuration.js.map
53079
53102
 
53080
53103
  /***/ }),
53081
- /* 361 */
53104
+ /* 362 */
53082
53105
  /***/ (function(module, exports, __webpack_require__) {
53083
53106
 
53084
53107
  "use strict";
@@ -53087,7 +53110,7 @@ exports.__esModule = true;
53087
53110
  //# sourceMappingURL=tag_merchant_configuration.js.map
53088
53111
 
53089
53112
  /***/ }),
53090
- /* 362 */
53113
+ /* 363 */
53091
53114
  /***/ (function(module, exports, __webpack_require__) {
53092
53115
 
53093
53116
  "use strict";
@@ -53096,7 +53119,7 @@ exports.__esModule = true;
53096
53119
  //# sourceMappingURL=tag_rules_configuration.js.map
53097
53120
 
53098
53121
  /***/ }),
53099
- /* 363 */
53122
+ /* 364 */
53100
53123
  /***/ (function(module, exports, __webpack_require__) {
53101
53124
 
53102
53125
  "use strict";
@@ -53244,7 +53267,7 @@ var Association;
53244
53267
  //# sourceMappingURL=task.js.map
53245
53268
 
53246
53269
  /***/ }),
53247
- /* 364 */
53270
+ /* 365 */
53248
53271
  /***/ (function(module, exports, __webpack_require__) {
53249
53272
 
53250
53273
  "use strict";
@@ -53265,7 +53288,7 @@ var AutoScheduleType;
53265
53288
  //# sourceMappingURL=task_configuration.js.map
53266
53289
 
53267
53290
  /***/ }),
53268
- /* 365 */
53291
+ /* 366 */
53269
53292
  /***/ (function(module, exports, __webpack_require__) {
53270
53293
 
53271
53294
  "use strict";
@@ -53274,7 +53297,7 @@ exports.__esModule = true;
53274
53297
  //# sourceMappingURL=task_payment_history.js.map
53275
53298
 
53276
53299
  /***/ }),
53277
- /* 366 */
53300
+ /* 367 */
53278
53301
  /***/ (function(module, exports, __webpack_require__) {
53279
53302
 
53280
53303
  "use strict";
@@ -53288,7 +53311,7 @@ var TaskServiceType;
53288
53311
  //# sourceMappingURL=task_service.js.map
53289
53312
 
53290
53313
  /***/ }),
53291
- /* 367 */
53314
+ /* 368 */
53292
53315
  /***/ (function(module, exports, __webpack_require__) {
53293
53316
 
53294
53317
  "use strict";
@@ -53297,7 +53320,7 @@ exports.__esModule = true;
53297
53320
  //# sourceMappingURL=team_configuration.js.map
53298
53321
 
53299
53322
  /***/ }),
53300
- /* 368 */
53323
+ /* 369 */
53301
53324
  /***/ (function(module, exports, __webpack_require__) {
53302
53325
 
53303
53326
  "use strict";
@@ -53306,7 +53329,7 @@ exports.__esModule = true;
53306
53329
  //# sourceMappingURL=teams.js.map
53307
53330
 
53308
53331
  /***/ }),
53309
- /* 369 */
53332
+ /* 370 */
53310
53333
  /***/ (function(module, exports, __webpack_require__) {
53311
53334
 
53312
53335
  "use strict";
@@ -53315,7 +53338,7 @@ exports.__esModule = true;
53315
53338
  //# sourceMappingURL=team_service_zip_codes.js.map
53316
53339
 
53317
53340
  /***/ }),
53318
- /* 370 */
53341
+ /* 371 */
53319
53342
  /***/ (function(module, exports, __webpack_require__) {
53320
53343
 
53321
53344
  "use strict";
@@ -53324,7 +53347,7 @@ exports.__esModule = true;
53324
53347
  //# sourceMappingURL=user_configuration.js.map
53325
53348
 
53326
53349
  /***/ }),
53327
- /* 371 */
53350
+ /* 372 */
53328
53351
  /***/ (function(module, exports, __webpack_require__) {
53329
53352
 
53330
53353
  "use strict";
@@ -53333,7 +53356,7 @@ exports.__esModule = true;
53333
53356
  //# sourceMappingURL=user_types.js.map
53334
53357
 
53335
53358
  /***/ }),
53336
- /* 372 */
53359
+ /* 373 */
53337
53360
  /***/ (function(module, exports, __webpack_require__) {
53338
53361
 
53339
53362
  "use strict";
@@ -53354,7 +53377,7 @@ var DisputeReason;
53354
53377
  //# sourceMappingURL=dispute.js.map
53355
53378
 
53356
53379
  /***/ }),
53357
- /* 373 */
53380
+ /* 374 */
53358
53381
  /***/ (function(module, exports, __webpack_require__) {
53359
53382
 
53360
53383
  "use strict";
@@ -53391,7 +53414,7 @@ var UserStatus;
53391
53414
  //# sourceMappingURL=users.js.map
53392
53415
 
53393
53416
  /***/ }),
53394
- /* 374 */
53417
+ /* 375 */
53395
53418
  /***/ (function(module, exports, __webpack_require__) {
53396
53419
 
53397
53420
  "use strict";
@@ -53400,7 +53423,7 @@ exports.__esModule = true;
53400
53423
  //# sourceMappingURL=vehicle.js.map
53401
53424
 
53402
53425
  /***/ }),
53403
- /* 375 */
53426
+ /* 376 */
53404
53427
  /***/ (function(module, exports, __webpack_require__) {
53405
53428
 
53406
53429
  "use strict";
@@ -53409,7 +53432,7 @@ exports.__esModule = true;
53409
53432
  //# sourceMappingURL=vehicle_type.js.map
53410
53433
 
53411
53434
  /***/ }),
53412
- /* 376 */
53435
+ /* 377 */
53413
53436
  /***/ (function(module, exports, __webpack_require__) {
53414
53437
 
53415
53438
  "use strict";
@@ -53418,7 +53441,7 @@ exports.__esModule = true;
53418
53441
  //# sourceMappingURL=web_application_configuration.js.map
53419
53442
 
53420
53443
  /***/ }),
53421
- /* 377 */
53444
+ /* 378 */
53422
53445
  /***/ (function(module, exports, __webpack_require__) {
53423
53446
 
53424
53447
  "use strict";
@@ -53427,7 +53450,7 @@ exports.__esModule = true;
53427
53450
  //# sourceMappingURL=webhooks.js.map
53428
53451
 
53429
53452
  /***/ }),
53430
- /* 378 */
53453
+ /* 379 */
53431
53454
  /***/ (function(module, exports, __webpack_require__) {
53432
53455
 
53433
53456
  "use strict";
@@ -53443,7 +53466,7 @@ var Plan;
53443
53466
  //# sourceMappingURL=webhooks_configuration.js.map
53444
53467
 
53445
53468
  /***/ }),
53446
- /* 379 */
53469
+ /* 380 */
53447
53470
  /***/ (function(module, exports, __webpack_require__) {
53448
53471
 
53449
53472
  "use strict";
@@ -53452,7 +53475,7 @@ exports.__esModule = true;
53452
53475
  //# sourceMappingURL=fleet_template.js.map
53453
53476
 
53454
53477
  /***/ }),
53455
- /* 380 */
53478
+ /* 381 */
53456
53479
  /***/ (function(module, exports, __webpack_require__) {
53457
53480
 
53458
53481
  "use strict";
@@ -53461,7 +53484,7 @@ exports.__esModule = true;
53461
53484
  //# sourceMappingURL=widget.js.map
53462
53485
 
53463
53486
  /***/ }),
53464
- /* 381 */
53487
+ /* 382 */
53465
53488
  /***/ (function(module, exports, __webpack_require__) {
53466
53489
 
53467
53490
  "use strict";
@@ -53470,7 +53493,7 @@ exports.__esModule = true;
53470
53493
  //# sourceMappingURL=windows.js.map
53471
53494
 
53472
53495
  /***/ }),
53473
- /* 382 */
53496
+ /* 383 */
53474
53497
  /***/ (function(module, exports, __webpack_require__) {
53475
53498
 
53476
53499
  "use strict";
@@ -53479,7 +53502,7 @@ exports.__esModule = true;
53479
53502
  //# sourceMappingURL=open_fleet.js.map
53480
53503
 
53481
53504
  /***/ }),
53482
- /* 383 */
53505
+ /* 384 */
53483
53506
  /***/ (function(module, exports, __webpack_require__) {
53484
53507
 
53485
53508
  "use strict";
@@ -53488,7 +53511,7 @@ exports.__esModule = true;
53488
53511
  //# sourceMappingURL=service.js.map
53489
53512
 
53490
53513
  /***/ }),
53491
- /* 384 */
53514
+ /* 385 */
53492
53515
  /***/ (function(module, exports, __webpack_require__) {
53493
53516
 
53494
53517
  "use strict";
@@ -53497,7 +53520,7 @@ exports.__esModule = true;
53497
53520
  //# sourceMappingURL=planned_delivery_window.js.map
53498
53521
 
53499
53522
  /***/ }),
53500
- /* 385 */
53523
+ /* 386 */
53501
53524
  /***/ (function(module, exports, __webpack_require__) {
53502
53525
 
53503
53526
  "use strict";
@@ -53506,7 +53529,7 @@ exports.__esModule = true;
53506
53529
  //# sourceMappingURL=user_realtime_data.js.map
53507
53530
 
53508
53531
  /***/ }),
53509
- /* 386 */
53532
+ /* 387 */
53510
53533
  /***/ (function(module, exports, __webpack_require__) {
53511
53534
 
53512
53535
  "use strict";
@@ -53524,7 +53547,7 @@ var OPTIMIZATION_TYPE;
53524
53547
  //# sourceMappingURL=optimization_type.js.map
53525
53548
 
53526
53549
  /***/ }),
53527
- /* 387 */
53550
+ /* 388 */
53528
53551
  /***/ (function(module, exports, __webpack_require__) {
53529
53552
 
53530
53553
  "use strict";
@@ -53540,7 +53563,7 @@ var CustomFilterOperator;
53540
53563
  //# sourceMappingURL=custom_filter.js.map
53541
53564
 
53542
53565
  /***/ }),
53543
- /* 388 */
53566
+ /* 389 */
53544
53567
  /***/ (function(module, exports, __webpack_require__) {
53545
53568
 
53546
53569
  "use strict";
@@ -53559,7 +53582,7 @@ var RequestOrigin;
53559
53582
  //# sourceMappingURL=request_origin.js.map
53560
53583
 
53561
53584
  /***/ }),
53562
- /* 389 */
53585
+ /* 390 */
53563
53586
  /***/ (function(module, exports, __webpack_require__) {
53564
53587
 
53565
53588
  "use strict";
@@ -53576,7 +53599,7 @@ var OWNERSHIP_ORIGIN;
53576
53599
  //# sourceMappingURL=floating_inventory.js.map
53577
53600
 
53578
53601
  /***/ }),
53579
- /* 390 */
53602
+ /* 391 */
53580
53603
  /***/ (function(module, exports, __webpack_require__) {
53581
53604
 
53582
53605
  "use strict";
@@ -53592,7 +53615,7 @@ var PreferredMethod;
53592
53615
  //# sourceMappingURL=fleet_router_rules.js.map
53593
53616
 
53594
53617
  /***/ }),
53595
- /* 391 */
53618
+ /* 392 */
53596
53619
  /***/ (function(module, exports, __webpack_require__) {
53597
53620
 
53598
53621
  "use strict";
@@ -53601,7 +53624,7 @@ exports.__esModule = true;
53601
53624
  //# sourceMappingURL=predicate.js.map
53602
53625
 
53603
53626
  /***/ }),
53604
- /* 392 */
53627
+ /* 393 */
53605
53628
  /***/ (function(module, exports, __webpack_require__) {
53606
53629
 
53607
53630
  "use strict";
@@ -53610,7 +53633,48 @@ exports.__esModule = true;
53610
53633
  //# sourceMappingURL=parking_spot.js.map
53611
53634
 
53612
53635
  /***/ }),
53613
- /* 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 */
53614
53678
  /***/ (function(module, exports, __webpack_require__) {
53615
53679
 
53616
53680
  "use strict";
@@ -54213,7 +54277,7 @@ exports.default = TaskEntity;
54213
54277
  //# sourceMappingURL=TaskEntity.js.map
54214
54278
 
54215
54279
  /***/ }),
54216
- /* 394 */
54280
+ /* 397 */
54217
54281
  /***/ (function(module, exports, __webpack_require__) {
54218
54282
 
54219
54283
  "use strict";
@@ -54255,7 +54319,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
54255
54319
  }
54256
54320
  };
54257
54321
  Object.defineProperty(exports, "__esModule", { value: true });
54258
- var ApplicationMerchantConfigurationEntity_1 = __webpack_require__(395);
54322
+ var ApplicationMerchantConfigurationEntity_1 = __webpack_require__(398);
54259
54323
  var ApplicationMerchantConfigurationApi = /** @class */ (function () {
54260
54324
  function ApplicationMerchantConfigurationApi(session, merchantConfigurationApi) {
54261
54325
  this.entity = new ApplicationMerchantConfigurationEntity_1.default(session);
@@ -54374,7 +54438,7 @@ exports.default = ApplicationMerchantConfigurationApi;
54374
54438
  //# sourceMappingURL=ApplicationMerchantConfigurationApi.js.map
54375
54439
 
54376
54440
  /***/ }),
54377
- /* 395 */
54441
+ /* 398 */
54378
54442
  /***/ (function(module, exports, __webpack_require__) {
54379
54443
 
54380
54444
  "use strict";
@@ -54604,13 +54668,13 @@ exports.default = ApplicationMerchantConfigurationEntity;
54604
54668
  //# sourceMappingURL=ApplicationMerchantConfigurationEntity.js.map
54605
54669
 
54606
54670
  /***/ }),
54607
- /* 396 */
54671
+ /* 399 */
54608
54672
  /***/ (function(module, exports, __webpack_require__) {
54609
54673
 
54610
54674
  "use strict";
54611
54675
 
54612
54676
  Object.defineProperty(exports, "__esModule", { value: true });
54613
- var GoogleMapsHelper_1 = __webpack_require__(397);
54677
+ var GoogleMapsHelper_1 = __webpack_require__(400);
54614
54678
  var GoogleMapsHelperApi = /** @class */ (function () {
54615
54679
  function GoogleMapsHelperApi(session) {
54616
54680
  this.googleMapsHelperEntity = new GoogleMapsHelper_1.default(session);
@@ -54624,7 +54688,7 @@ exports.default = GoogleMapsHelperApi;
54624
54688
  //# sourceMappingURL=GoogleMapsHelperApi.js.map
54625
54689
 
54626
54690
  /***/ }),
54627
- /* 397 */
54691
+ /* 400 */
54628
54692
  /***/ (function(module, exports, __webpack_require__) {
54629
54693
 
54630
54694
  "use strict";
@@ -54705,7 +54769,7 @@ exports.default = GoogleMapsHelper;
54705
54769
  //# sourceMappingURL=GoogleMapsHelper.js.map
54706
54770
 
54707
54771
  /***/ }),
54708
- /* 398 */
54772
+ /* 401 */
54709
54773
  /***/ (function(module, exports, __webpack_require__) {
54710
54774
 
54711
54775
  "use strict";
@@ -54747,7 +54811,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
54747
54811
  }
54748
54812
  };
54749
54813
  Object.defineProperty(exports, "__esModule", { value: true });
54750
- var OnboardingEntity_1 = __webpack_require__(399);
54814
+ var OnboardingEntity_1 = __webpack_require__(402);
54751
54815
  var OnboardingApi = /** @class */ (function () {
54752
54816
  function OnboardingApi(session) {
54753
54817
  this.onboardingEntity = new OnboardingEntity_1.default(session);
@@ -54772,7 +54836,7 @@ exports.default = OnboardingApi;
54772
54836
  //# sourceMappingURL=OnboardingApi.js.map
54773
54837
 
54774
54838
  /***/ }),
54775
- /* 399 */
54839
+ /* 402 */
54776
54840
  /***/ (function(module, exports, __webpack_require__) {
54777
54841
 
54778
54842
  "use strict";
@@ -54805,13 +54869,13 @@ exports.default = OnboardingEntity;
54805
54869
  //# sourceMappingURL=OnboardingEntity.js.map
54806
54870
 
54807
54871
  /***/ }),
54808
- /* 400 */
54872
+ /* 403 */
54809
54873
  /***/ (function(module, exports, __webpack_require__) {
54810
54874
 
54811
54875
  "use strict";
54812
54876
 
54813
54877
  Object.defineProperty(exports, "__esModule", { value: true });
54814
- var FleetRouterEntity_1 = __webpack_require__(401);
54878
+ var FleetRouterEntity_1 = __webpack_require__(404);
54815
54879
  var FleetRouterApi = /** @class */ (function () {
54816
54880
  function FleetRouterApi(session) {
54817
54881
  this.fleetRouterEntity = new FleetRouterEntity_1.default(session);
@@ -54837,7 +54901,7 @@ exports.default = FleetRouterApi;
54837
54901
  //# sourceMappingURL=FleetRouterApi.js.map
54838
54902
 
54839
54903
  /***/ }),
54840
- /* 401 */
54904
+ /* 404 */
54841
54905
  /***/ (function(module, exports, __webpack_require__) {
54842
54906
 
54843
54907
  "use strict";
@@ -54876,7 +54940,7 @@ exports.default = FleetRouterEntity;
54876
54940
  //# sourceMappingURL=FleetRouterEntity.js.map
54877
54941
 
54878
54942
  /***/ }),
54879
- /* 402 */
54943
+ /* 405 */
54880
54944
  /***/ (function(module, exports, __webpack_require__) {
54881
54945
 
54882
54946
  "use strict";
@@ -54918,7 +54982,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
54918
54982
  }
54919
54983
  };
54920
54984
  Object.defineProperty(exports, "__esModule", { value: true });
54921
- var ServiceEntity_1 = __webpack_require__(403);
54985
+ var ServiceEntity_1 = __webpack_require__(406);
54922
54986
  var ServiceApi = /** @class */ (function () {
54923
54987
  function ServiceApi(session) {
54924
54988
  this.entity = new ServiceEntity_1.default(session);
@@ -54939,7 +55003,7 @@ exports.default = ServiceApi;
54939
55003
  //# sourceMappingURL=ServiceApi.js.map
54940
55004
 
54941
55005
  /***/ }),
54942
- /* 403 */
55006
+ /* 406 */
54943
55007
  /***/ (function(module, exports, __webpack_require__) {
54944
55008
 
54945
55009
  "use strict";
@@ -55022,7 +55086,7 @@ exports.default = ServiceEntity;
55022
55086
  //# sourceMappingURL=ServiceEntity.js.map
55023
55087
 
55024
55088
  /***/ }),
55025
- /* 404 */
55089
+ /* 407 */
55026
55090
  /***/ (function(module, exports, __webpack_require__) {
55027
55091
 
55028
55092
  "use strict";
@@ -55064,7 +55128,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55064
55128
  }
55065
55129
  };
55066
55130
  Object.defineProperty(exports, "__esModule", { value: true });
55067
- var FleetTemplateEntity_1 = __webpack_require__(405);
55131
+ var FleetTemplateEntity_1 = __webpack_require__(408);
55068
55132
  var FleetTemplateApi = /** @class */ (function () {
55069
55133
  function FleetTemplateApi(session) {
55070
55134
  this.entity = new FleetTemplateEntity_1.default(session);
@@ -55092,7 +55156,7 @@ exports.default = FleetTemplateApi;
55092
55156
  //# sourceMappingURL=FleetTemplateApi.js.map
55093
55157
 
55094
55158
  /***/ }),
55095
- /* 405 */
55159
+ /* 408 */
55096
55160
  /***/ (function(module, exports, __webpack_require__) {
55097
55161
 
55098
55162
  "use strict";
@@ -55193,7 +55257,7 @@ exports.fleetTemplatesExtractor = fleetTemplatesExtractor;
55193
55257
  //# sourceMappingURL=FleetTemplateEntity.js.map
55194
55258
 
55195
55259
  /***/ }),
55196
- /* 406 */
55260
+ /* 409 */
55197
55261
  /***/ (function(module, exports, __webpack_require__) {
55198
55262
 
55199
55263
  "use strict";
@@ -55235,7 +55299,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55235
55299
  }
55236
55300
  };
55237
55301
  Object.defineProperty(exports, "__esModule", { value: true });
55238
- var OpenFleetEntity_1 = __webpack_require__(407);
55302
+ var OpenFleetEntity_1 = __webpack_require__(410);
55239
55303
  var OpenFleetApi = /** @class */ (function () {
55240
55304
  function OpenFleetApi(session) {
55241
55305
  this.entity = new OpenFleetEntity_1.default(session);
@@ -55302,7 +55366,7 @@ exports.default = OpenFleetApi;
55302
55366
  //# sourceMappingURL=OpenFleetApi.js.map
55303
55367
 
55304
55368
  /***/ }),
55305
- /* 407 */
55369
+ /* 410 */
55306
55370
  /***/ (function(module, exports, __webpack_require__) {
55307
55371
 
55308
55372
  "use strict";
@@ -55450,13 +55514,13 @@ exports.default = OpenFleetEntity;
55450
55514
  //# sourceMappingURL=OpenFleetEntity.js.map
55451
55515
 
55452
55516
  /***/ }),
55453
- /* 408 */
55517
+ /* 411 */
55454
55518
  /***/ (function(module, exports, __webpack_require__) {
55455
55519
 
55456
55520
  "use strict";
55457
55521
 
55458
55522
  Object.defineProperty(exports, "__esModule", { value: true });
55459
- var Geocoding_1 = __webpack_require__(409);
55523
+ var Geocoding_1 = __webpack_require__(412);
55460
55524
  var GeocodingApi = /** @class */ (function () {
55461
55525
  function GeocodingApi(session) {
55462
55526
  this.geocodingEntity = new Geocoding_1.default(session);
@@ -55473,7 +55537,7 @@ exports.default = GeocodingApi;
55473
55537
  //# sourceMappingURL=GeocodingApi.js.map
55474
55538
 
55475
55539
  /***/ }),
55476
- /* 409 */
55540
+ /* 412 */
55477
55541
  /***/ (function(module, exports, __webpack_require__) {
55478
55542
 
55479
55543
  "use strict";
@@ -55574,7 +55638,7 @@ exports.default = GeocodingEntity;
55574
55638
  //# sourceMappingURL=Geocoding.js.map
55575
55639
 
55576
55640
  /***/ }),
55577
- /* 410 */
55641
+ /* 413 */
55578
55642
  /***/ (function(module, exports, __webpack_require__) {
55579
55643
 
55580
55644
  "use strict";
@@ -55616,7 +55680,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55616
55680
  }
55617
55681
  };
55618
55682
  Object.defineProperty(exports, "__esModule", { value: true });
55619
- var ApplicationEntity_1 = __webpack_require__(411);
55683
+ var ApplicationEntity_1 = __webpack_require__(414);
55620
55684
  var ApplicationApi = /** @class */ (function () {
55621
55685
  function ApplicationApi(session) {
55622
55686
  this.entity = new ApplicationEntity_1.default(session);
@@ -55637,7 +55701,7 @@ exports.default = ApplicationApi;
55637
55701
  //# sourceMappingURL=ApplicationApi.js.map
55638
55702
 
55639
55703
  /***/ }),
55640
- /* 411 */
55704
+ /* 414 */
55641
55705
  /***/ (function(module, exports, __webpack_require__) {
55642
55706
 
55643
55707
  "use strict";
@@ -55706,7 +55770,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55706
55770
  };
55707
55771
  Object.defineProperty(exports, "__esModule", { value: true });
55708
55772
  var StoreEntity_1 = __webpack_require__(11);
55709
- var uuid_1 = __webpack_require__(445);
55773
+ var uuid_1 = __webpack_require__(450);
55710
55774
  var _ = __webpack_require__(10);
55711
55775
  var entityName = 'application_action';
55712
55776
  var ApplicationEntity = /** @class */ (function (_super) {
@@ -55800,7 +55864,7 @@ exports.default = ApplicationEntity;
55800
55864
  //# sourceMappingURL=ApplicationEntity.js.map
55801
55865
 
55802
55866
  /***/ }),
55803
- /* 412 */
55867
+ /* 415 */
55804
55868
  /***/ (function(module, exports, __webpack_require__) {
55805
55869
 
55806
55870
  "use strict";
@@ -55842,7 +55906,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55842
55906
  }
55843
55907
  };
55844
55908
  Object.defineProperty(exports, "__esModule", { value: true });
55845
- var CustomerAvailabilityHourEntity_1 = __webpack_require__(413);
55909
+ var CustomerAvailabilityHourEntity_1 = __webpack_require__(416);
55846
55910
  var CustomerAvailabilityHourApi = /** @class */ (function () {
55847
55911
  function CustomerAvailabilityHourApi(session) {
55848
55912
  this.customerAvailabilityHourEntity = new CustomerAvailabilityHourEntity_1.default(session);
@@ -55860,7 +55924,7 @@ exports.default = CustomerAvailabilityHourApi;
55860
55924
  //# sourceMappingURL=CustomerAvailabilityHourApi.js.map
55861
55925
 
55862
55926
  /***/ }),
55863
- /* 413 */
55927
+ /* 416 */
55864
55928
  /***/ (function(module, exports, __webpack_require__) {
55865
55929
 
55866
55930
  "use strict";
@@ -55971,13 +56035,13 @@ exports.default = CustomerAvailabilityHourEntity;
55971
56035
  //# sourceMappingURL=CustomerAvailabilityHourEntity.js.map
55972
56036
 
55973
56037
  /***/ }),
55974
- /* 414 */
56038
+ /* 417 */
55975
56039
  /***/ (function(module, exports, __webpack_require__) {
55976
56040
 
55977
56041
  "use strict";
55978
56042
 
55979
56043
  Object.defineProperty(exports, "__esModule", { value: true });
55980
- var Shifts_1 = __webpack_require__(415);
56044
+ var Shifts_1 = __webpack_require__(418);
55981
56045
  var ShiftsApi = /** @class */ (function () {
55982
56046
  function ShiftsApi(session) {
55983
56047
  this.shiftsEntity = new Shifts_1.default(session);
@@ -56000,7 +56064,7 @@ exports.default = ShiftsApi;
56000
56064
  //# sourceMappingURL=ShiftsApi.js.map
56001
56065
 
56002
56066
  /***/ }),
56003
- /* 415 */
56067
+ /* 418 */
56004
56068
  /***/ (function(module, exports, __webpack_require__) {
56005
56069
 
56006
56070
  "use strict";
@@ -56115,7 +56179,7 @@ exports.default = ShiftsEntity;
56115
56179
  //# sourceMappingURL=Shifts.js.map
56116
56180
 
56117
56181
  /***/ }),
56118
- /* 416 */
56182
+ /* 419 */
56119
56183
  /***/ (function(module, exports, __webpack_require__) {
56120
56184
 
56121
56185
  "use strict";
@@ -56157,7 +56221,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56157
56221
  }
56158
56222
  };
56159
56223
  Object.defineProperty(exports, "__esModule", { value: true });
56160
- var ExclusionWindowEntity_1 = __webpack_require__(417);
56224
+ var ExclusionWindowEntity_1 = __webpack_require__(420);
56161
56225
  var ExclusionWindowApi = /** @class */ (function () {
56162
56226
  function ExclusionWindowApi(session) {
56163
56227
  this.exclusionWindowEntity = new ExclusionWindowEntity_1.default(session);
@@ -56203,7 +56267,7 @@ exports.default = ExclusionWindowApi;
56203
56267
  //# sourceMappingURL=ExclusionWindowApi.js.map
56204
56268
 
56205
56269
  /***/ }),
56206
- /* 417 */
56270
+ /* 420 */
56207
56271
  /***/ (function(module, exports, __webpack_require__) {
56208
56272
 
56209
56273
  "use strict";
@@ -56293,7 +56357,7 @@ exports.default = ExclusionWindowEntity;
56293
56357
  //# sourceMappingURL=ExclusionWindowEntity.js.map
56294
56358
 
56295
56359
  /***/ }),
56296
- /* 418 */
56360
+ /* 421 */
56297
56361
  /***/ (function(module, exports, __webpack_require__) {
56298
56362
 
56299
56363
  "use strict";
@@ -56329,7 +56393,7 @@ exports.default = Country;
56329
56393
  //# sourceMappingURL=Country.js.map
56330
56394
 
56331
56395
  /***/ }),
56332
- /* 419 */
56396
+ /* 422 */
56333
56397
  /***/ (function(module, exports, __webpack_require__) {
56334
56398
 
56335
56399
  "use strict";
@@ -56371,7 +56435,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56371
56435
  }
56372
56436
  };
56373
56437
  Object.defineProperty(exports, "__esModule", { value: true });
56374
- var OauthApplicationEntity_1 = __webpack_require__(420);
56438
+ var OauthApplicationEntity_1 = __webpack_require__(423);
56375
56439
  var OauthApplicationApi = /** @class */ (function () {
56376
56440
  function OauthApplicationApi(session) {
56377
56441
  this.entity = new OauthApplicationEntity_1.default(session);
@@ -56431,7 +56495,7 @@ exports.default = OauthApplicationApi;
56431
56495
  //# sourceMappingURL=OauthApplicationApi.js.map
56432
56496
 
56433
56497
  /***/ }),
56434
- /* 420 */
56498
+ /* 423 */
56435
56499
  /***/ (function(module, exports, __webpack_require__) {
56436
56500
 
56437
56501
  "use strict";
@@ -56548,13 +56612,13 @@ exports.default = OauthApplicationEntity;
56548
56612
  //# sourceMappingURL=OauthApplicationEntity.js.map
56549
56613
 
56550
56614
  /***/ }),
56551
- /* 421 */
56615
+ /* 424 */
56552
56616
  /***/ (function(module, exports, __webpack_require__) {
56553
56617
 
56554
56618
  "use strict";
56555
56619
 
56556
56620
  Object.defineProperty(exports, "__esModule", { value: true });
56557
- var InventoryEntity_1 = __webpack_require__(422);
56621
+ var InventoryEntity_1 = __webpack_require__(425);
56558
56622
  var Inventory = /** @class */ (function () {
56559
56623
  function Inventory(session) {
56560
56624
  this.inventory = new InventoryEntity_1.default(session);
@@ -56577,7 +56641,7 @@ exports.default = Inventory;
56577
56641
  //# sourceMappingURL=Inventory.js.map
56578
56642
 
56579
56643
  /***/ }),
56580
- /* 422 */
56644
+ /* 425 */
56581
56645
  /***/ (function(module, exports, __webpack_require__) {
56582
56646
 
56583
56647
  "use strict";
@@ -56614,7 +56678,7 @@ exports.default = InventoryEntity;
56614
56678
  //# sourceMappingURL=InventoryEntity.js.map
56615
56679
 
56616
56680
  /***/ }),
56617
- /* 423 */
56681
+ /* 426 */
56618
56682
  /***/ (function(module, exports, __webpack_require__) {
56619
56683
 
56620
56684
  "use strict";
@@ -56656,7 +56720,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56656
56720
  }
56657
56721
  };
56658
56722
  Object.defineProperty(exports, "__esModule", { value: true });
56659
- var PushNotificationRegistrationEntity_1 = __webpack_require__(424);
56723
+ var PushNotificationRegistrationEntity_1 = __webpack_require__(427);
56660
56724
  var PushNotificationRegistration = /** @class */ (function () {
56661
56725
  function PushNotificationRegistration(session) {
56662
56726
  this.pushNotificationRegistrationEntity = new PushNotificationRegistrationEntity_1.default(session);
@@ -56681,7 +56745,7 @@ exports.default = PushNotificationRegistration;
56681
56745
  //# sourceMappingURL=PushNotificationRegistration.js.map
56682
56746
 
56683
56747
  /***/ }),
56684
- /* 424 */
56748
+ /* 427 */
56685
56749
  /***/ (function(module, exports, __webpack_require__) {
56686
56750
 
56687
56751
  "use strict";
@@ -56714,7 +56778,7 @@ exports.default = PushNotificationRegistrationEntity;
56714
56778
  //# sourceMappingURL=PushNotificationRegistrationEntity.js.map
56715
56779
 
56716
56780
  /***/ }),
56717
- /* 425 */
56781
+ /* 428 */
56718
56782
  /***/ (function(module, exports, __webpack_require__) {
56719
56783
 
56720
56784
  "use strict";
@@ -56756,7 +56820,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56756
56820
  }
56757
56821
  };
56758
56822
  Object.defineProperty(exports, "__esModule", { value: true });
56759
- var ReasonToCancelTasksEntity_1 = __webpack_require__(426);
56823
+ var ReasonToCancelTasksEntity_1 = __webpack_require__(429);
56760
56824
  var ReasonToCancelTasks = /** @class */ (function () {
56761
56825
  function ReasonToCancelTasks(session) {
56762
56826
  this.reasonToCancelTasksEntity = new ReasonToCancelTasksEntity_1.default(session);
@@ -56777,7 +56841,7 @@ exports.default = ReasonToCancelTasks;
56777
56841
  //# sourceMappingURL=ReasonToCancelTasksApi.js.map
56778
56842
 
56779
56843
  /***/ }),
56780
- /* 426 */
56844
+ /* 429 */
56781
56845
  /***/ (function(module, exports, __webpack_require__) {
56782
56846
 
56783
56847
  "use strict";
@@ -56825,7 +56889,7 @@ exports.default = ReasonToCancelTasksEntity;
56825
56889
  //# sourceMappingURL=ReasonToCancelTasksEntity.js.map
56826
56890
 
56827
56891
  /***/ }),
56828
- /* 427 */
56892
+ /* 430 */
56829
56893
  /***/ (function(module, exports, __webpack_require__) {
56830
56894
 
56831
56895
  "use strict";
@@ -56867,7 +56931,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56867
56931
  }
56868
56932
  };
56869
56933
  Object.defineProperty(exports, "__esModule", { value: true });
56870
- var CustomFilterEntity_1 = __webpack_require__(428);
56934
+ var CustomFilterEntity_1 = __webpack_require__(431);
56871
56935
  var CustomFilterApi = /** @class */ (function () {
56872
56936
  function CustomFilterApi(session) {
56873
56937
  this.customFilterEntity = new CustomFilterEntity_1.default(session);
@@ -56906,7 +56970,7 @@ exports.default = CustomFilterApi;
56906
56970
  //# sourceMappingURL=CustomFilterApi.js.map
56907
56971
 
56908
56972
  /***/ }),
56909
- /* 428 */
56973
+ /* 431 */
56910
56974
  /***/ (function(module, exports, __webpack_require__) {
56911
56975
 
56912
56976
  "use strict";
@@ -56944,13 +57008,13 @@ exports.default = CustomFilterEntity;
56944
57008
  //# sourceMappingURL=CustomFilterEntity.js.map
56945
57009
 
56946
57010
  /***/ }),
56947
- /* 429 */
57011
+ /* 432 */
56948
57012
  /***/ (function(module, exports, __webpack_require__) {
56949
57013
 
56950
57014
  "use strict";
56951
57015
 
56952
57016
  Object.defineProperty(exports, "__esModule", { value: true });
56953
- var FloatingInventoryEntity_1 = __webpack_require__(430);
57017
+ var FloatingInventoryEntity_1 = __webpack_require__(433);
56954
57018
  var FloatingInventory = /** @class */ (function () {
56955
57019
  function FloatingInventory(session) {
56956
57020
  this.floatingInventory = new FloatingInventoryEntity_1.default(session);
@@ -56964,7 +57028,7 @@ exports.default = FloatingInventory;
56964
57028
  //# sourceMappingURL=FloatingInventoryApi.js.map
56965
57029
 
56966
57030
  /***/ }),
56967
- /* 430 */
57031
+ /* 433 */
56968
57032
  /***/ (function(module, exports, __webpack_require__) {
56969
57033
 
56970
57034
  "use strict";
@@ -56986,7 +57050,7 @@ var __extends = (this && this.__extends) || (function () {
56986
57050
  })();
56987
57051
  Object.defineProperty(exports, "__esModule", { value: true });
56988
57052
  var Entity_1 = __webpack_require__(5);
56989
- var FloatingInventory_consts_1 = __webpack_require__(431);
57053
+ var FloatingInventory_consts_1 = __webpack_require__(434);
56990
57054
  var BASE_ROUTE = 'floating_inventories';
56991
57055
  var USERS_WITH_AVAILABLE_FLOATING_INVENTORY = "/" + BASE_ROUTE + "/users_with_available_floating_inventory";
56992
57056
  var FloatingInventoryEntity = /** @class */ (function (_super) {
@@ -57011,7 +57075,7 @@ exports.default = FloatingInventoryEntity;
57011
57075
  //# sourceMappingURL=FloatingInventoryEntity.js.map
57012
57076
 
57013
57077
  /***/ }),
57014
- /* 431 */
57078
+ /* 434 */
57015
57079
  /***/ (function(module, exports, __webpack_require__) {
57016
57080
 
57017
57081
  "use strict";
@@ -57023,13 +57087,13 @@ exports.userIdsExtractor = userIdsExtractor;
57023
57087
  //# sourceMappingURL=FloatingInventory.consts.js.map
57024
57088
 
57025
57089
  /***/ }),
57026
- /* 432 */
57090
+ /* 435 */
57027
57091
  /***/ (function(module, exports, __webpack_require__) {
57028
57092
 
57029
57093
  "use strict";
57030
57094
 
57031
57095
  Object.defineProperty(exports, "__esModule", { value: true });
57032
- var ServiceAreaEntity_1 = __webpack_require__(433);
57096
+ var ServiceAreaEntity_1 = __webpack_require__(436);
57033
57097
  var ServiceAreaApi = /** @class */ (function () {
57034
57098
  function ServiceAreaApi(session) {
57035
57099
  this.serviceAreaEntity = new ServiceAreaEntity_1.default(session);
@@ -57058,7 +57122,7 @@ exports.default = ServiceAreaApi;
57058
57122
  //# sourceMappingURL=ServiceAreaApi.js.map
57059
57123
 
57060
57124
  /***/ }),
57061
- /* 433 */
57125
+ /* 436 */
57062
57126
  /***/ (function(module, exports, __webpack_require__) {
57063
57127
 
57064
57128
  "use strict";
@@ -57108,13 +57172,13 @@ exports.default = ServiceAreaEntity;
57108
57172
  //# sourceMappingURL=ServiceAreaEntity.js.map
57109
57173
 
57110
57174
  /***/ }),
57111
- /* 434 */
57175
+ /* 437 */
57112
57176
  /***/ (function(module, exports, __webpack_require__) {
57113
57177
 
57114
57178
  "use strict";
57115
57179
 
57116
57180
  Object.defineProperty(exports, "__esModule", { value: true });
57117
- var BillingEntity_1 = __webpack_require__(435);
57181
+ var BillingEntity_1 = __webpack_require__(438);
57118
57182
  var BillingApi = /** @class */ (function () {
57119
57183
  function BillingApi(session) {
57120
57184
  this.billingEntity = new BillingEntity_1.default(session);
@@ -57167,7 +57231,7 @@ exports.default = BillingApi;
57167
57231
  //# sourceMappingURL=BillingApi.js.map
57168
57232
 
57169
57233
  /***/ }),
57170
- /* 435 */
57234
+ /* 438 */
57171
57235
  /***/ (function(module, exports, __webpack_require__) {
57172
57236
 
57173
57237
  "use strict";
@@ -57444,13 +57508,13 @@ exports.default = BillingEntity;
57444
57508
  //# sourceMappingURL=BillingEntity.js.map
57445
57509
 
57446
57510
  /***/ }),
57447
- /* 436 */
57511
+ /* 439 */
57448
57512
  /***/ (function(module, exports, __webpack_require__) {
57449
57513
 
57450
57514
  "use strict";
57451
57515
 
57452
57516
  Object.defineProperty(exports, "__esModule", { value: true });
57453
- const pendo_1 = __webpack_require__(437);
57517
+ const pendo_1 = __webpack_require__(440);
57454
57518
  class AnalyticsApi {
57455
57519
  constructor() {
57456
57520
  this.provider = new pendo_1.PendoProvider();
@@ -57470,7 +57534,7 @@ exports.default = AnalyticsApi;
57470
57534
  //# sourceMappingURL=index.js.map
57471
57535
 
57472
57536
  /***/ }),
57473
- /* 437 */
57537
+ /* 440 */
57474
57538
  /***/ (function(module, exports, __webpack_require__) {
57475
57539
 
57476
57540
  "use strict";
@@ -57512,7 +57576,137 @@ exports.PendoProvider = PendoProvider;
57512
57576
  //# sourceMappingURL=pendo.js.map
57513
57577
 
57514
57578
  /***/ }),
57515
- /* 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 */
57516
57710
  /***/ (function(module, exports, __webpack_require__) {
57517
57711
 
57518
57712
  "use strict";
@@ -57521,7 +57715,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
57521
57715
  //# sourceMappingURL=VehicleType.consts.js.map
57522
57716
 
57523
57717
  /***/ }),
57524
- /* 439 */
57718
+ /* 444 */
57525
57719
  /***/ (function(module, exports, __webpack_require__) {
57526
57720
 
57527
57721
  "use strict";
@@ -57530,7 +57724,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
57530
57724
  //# sourceMappingURL=PlannedRoutes.consts.js.map
57531
57725
 
57532
57726
  /***/ }),
57533
- /* 440 */
57727
+ /* 445 */
57534
57728
  /***/ (function(module, exports, __webpack_require__) {
57535
57729
 
57536
57730
  "use strict";
@@ -57539,7 +57733,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
57539
57733
  //# sourceMappingURL=Crew.consts.js.map
57540
57734
 
57541
57735
  /***/ }),
57542
- /* 441 */
57736
+ /* 446 */
57543
57737
  /***/ (function(module, exports, __webpack_require__) {
57544
57738
 
57545
57739
  "use strict";
@@ -57548,7 +57742,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
57548
57742
  //# sourceMappingURL=Responses.js.map
57549
57743
 
57550
57744
  /***/ }),
57551
- /* 442 */
57745
+ /* 447 */
57552
57746
  /***/ (function(module, exports, __webpack_require__) {
57553
57747
 
57554
57748
  "use strict";
@@ -57560,7 +57754,7 @@ exports.defaultExtractor = defaultExtractor;
57560
57754
  //# sourceMappingURL=Tag.consts.js.map
57561
57755
 
57562
57756
  /***/ }),
57563
- /* 443 */
57757
+ /* 448 */
57564
57758
  /***/ (function(module, exports, __webpack_require__) {
57565
57759
 
57566
57760
  "use strict";
@@ -57569,7 +57763,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
57569
57763
  //# sourceMappingURL=DeliveryBlocks.consts.js.map
57570
57764
 
57571
57765
  /***/ }),
57572
- /* 444 */
57766
+ /* 449 */
57573
57767
  /***/ (function(module, exports, __webpack_require__) {
57574
57768
 
57575
57769
  "use strict";
@@ -57583,7 +57777,7 @@ exports.default = ResourceUploadType;
57583
57777
  //# sourceMappingURL=ResourceUploadType.js.map
57584
57778
 
57585
57779
  /***/ }),
57586
- /* 445 */
57780
+ /* 450 */
57587
57781
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
57588
57782
 
57589
57783
  "use strict";