@bringg/dashboard-sdk 0.4.64 → 0.4.68

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.
Files changed (33) hide show
  1. package/dist/AnalyticsReports/AnalyticsReports.types.d.ts +5 -0
  2. package/dist/AnalyticsReports/AnalyticsReportsApi.d.ts +11 -8
  3. package/dist/AnalyticsReports/AnalyticsReportsApi.js +12 -0
  4. package/dist/AnalyticsReports/AnalyticsReportsApi.js.map +1 -1
  5. package/dist/AnalyticsReports/Entity/AnalyticsReportsEntity.d.ts +9 -5
  6. package/dist/AnalyticsReports/Entity/AnalyticsReportsEntity.js +67 -6
  7. package/dist/AnalyticsReports/Entity/AnalyticsReportsEntity.js.map +1 -1
  8. package/dist/ApplicationTeamConfiguration/ApplicationTeamConfigurationApi.d.ts +9 -0
  9. package/dist/ApplicationTeamConfiguration/ApplicationTeamConfigurationApi.js +77 -0
  10. package/dist/ApplicationTeamConfiguration/ApplicationTeamConfigurationApi.js.map +1 -0
  11. package/dist/ApplicationTeamConfiguration/Entity/ApplicationTeamConfigurationEntity.d.ts +9 -0
  12. package/dist/ApplicationTeamConfiguration/Entity/ApplicationTeamConfigurationEntity.js +107 -0
  13. package/dist/ApplicationTeamConfiguration/Entity/ApplicationTeamConfigurationEntity.js.map +1 -0
  14. package/dist/BringgDashboardSDK.d.ts +4 -0
  15. package/dist/BringgDashboardSDK.js +5 -0
  16. package/dist/BringgDashboardSDK.js.map +1 -1
  17. package/dist/ServicePlans/Entity/ServicePlansEntity.d.ts +8 -0
  18. package/dist/ServicePlans/Entity/ServicePlansEntity.js +83 -0
  19. package/dist/ServicePlans/Entity/ServicePlansEntity.js.map +1 -0
  20. package/dist/ServicePlans/ServicePlans.consts.d.ts +6 -0
  21. package/dist/ServicePlans/ServicePlans.consts.js +8 -0
  22. package/dist/ServicePlans/ServicePlans.consts.js.map +1 -0
  23. package/dist/ServicePlans/ServicePlansApi.d.ts +8 -0
  24. package/dist/ServicePlans/ServicePlansApi.js +17 -0
  25. package/dist/ServicePlans/ServicePlansApi.js.map +1 -0
  26. package/dist/Services/ServiceRequest.js +1 -1
  27. package/dist/bringg-dashboard-sdk-cjs2.js +779 -260
  28. package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
  29. package/dist/bringg-dashboard-sdk.js +103 -12
  30. package/dist/bringg-dashboard-sdk.min.js +2 -2
  31. package/dist/bringg-dashboard-sdk.min.js.map +1 -1
  32. package/dist/stats.json +2628 -1752
  33. package/package.json +87 -87
@@ -22023,33 +22023,36 @@ var FleetApi_1 = __webpack_require__(300);
22023
22023
  var RuleApi_1 = __webpack_require__(302);
22024
22024
  var PushTokenSubscriptionApi_1 = __webpack_require__(304);
22025
22025
  var TaskApi_1 = __webpack_require__(306);
22026
- var ApplicationMerchantConfigurationApi_1 = __webpack_require__(402);
22027
- var GoogleMapsHelperApi_1 = __webpack_require__(404);
22028
- var OnboardingApi_1 = __webpack_require__(406);
22029
- var FleetRouterApi_1 = __webpack_require__(408);
22026
+ var ApplicationMerchantConfigurationApi_1 = __webpack_require__(404);
22027
+ var ApplicationTeamConfigurationApi_1 = __webpack_require__(406);
22028
+ var GoogleMapsHelperApi_1 = __webpack_require__(408);
22029
+ var OnboardingApi_1 = __webpack_require__(410);
22030
+ var FleetRouterApi_1 = __webpack_require__(412);
22030
22031
  var AuthService_1 = __webpack_require__(104);
22031
- var ServiceApi_1 = __webpack_require__(410);
22032
- var FleetTemplateApi_1 = __webpack_require__(412);
22033
- var OpenFleetApi_1 = __webpack_require__(414);
22034
- var GeocodingApi_1 = __webpack_require__(416);
22035
- var ApplicationApi_1 = __webpack_require__(418);
22036
- var CustomerAvailabilityHourApi_1 = __webpack_require__(420);
22037
- var ShiftsApi_1 = __webpack_require__(422);
22038
- var ExclusionWindowApi_1 = __webpack_require__(424);
22039
- var Country_1 = __webpack_require__(426);
22040
- var OauthApplicationApi_1 = __webpack_require__(427);
22041
- var Inventory_1 = __webpack_require__(429);
22042
- var PushNotificationRegistration_1 = __webpack_require__(431);
22043
- var ReasonToCancelTasksApi_1 = __webpack_require__(433);
22044
- var CustomFilterApi_1 = __webpack_require__(435);
22045
- var FloatingInventoryApi_1 = __webpack_require__(437);
22046
- var ServiceAreaApi_1 = __webpack_require__(440);
22047
- var BillingApi_1 = __webpack_require__(442);
22048
- var analytics_api_1 = __webpack_require__(444);
22049
- var AnalyticsReportsApi_1 = __webpack_require__(446);
22032
+ var ServiceApi_1 = __webpack_require__(414);
22033
+ var FleetTemplateApi_1 = __webpack_require__(416);
22034
+ var OpenFleetApi_1 = __webpack_require__(418);
22035
+ var GeocodingApi_1 = __webpack_require__(420);
22036
+ var ApplicationApi_1 = __webpack_require__(422);
22037
+ var CustomerAvailabilityHourApi_1 = __webpack_require__(424);
22038
+ var ShiftsApi_1 = __webpack_require__(426);
22039
+ var ExclusionWindowApi_1 = __webpack_require__(428);
22040
+ var Country_1 = __webpack_require__(430);
22041
+ var OauthApplicationApi_1 = __webpack_require__(431);
22042
+ var Inventory_1 = __webpack_require__(433);
22043
+ var PushNotificationRegistration_1 = __webpack_require__(435);
22044
+ var ReasonToCancelTasksApi_1 = __webpack_require__(437);
22045
+ var CustomFilterApi_1 = __webpack_require__(439);
22046
+ var FloatingInventoryApi_1 = __webpack_require__(441);
22047
+ var ServiceAreaApi_1 = __webpack_require__(444);
22048
+ var BillingApi_1 = __webpack_require__(446);
22049
+ var analytics_api_1 = __webpack_require__(448);
22050
+ var AnalyticsReportsApi_1 = __webpack_require__(450);
22051
+ var ServicePlansApi_1 = __webpack_require__(452);
22050
22052
  var BringgDashboardSDK = /** @class */ (function () {
22051
22053
  function BringgDashboardSDK(session) {
22052
22054
  this.applicationMerchantConfiguration = null;
22055
+ this.applicationTeamConfiguration = null;
22053
22056
  this.chat = null;
22054
22057
  this.companies = null;
22055
22058
  this.credentials = {};
@@ -22162,9 +22165,11 @@ var BringgDashboardSDK = /** @class */ (function () {
22162
22165
  bringg.billing = new BillingApi_1.default(session);
22163
22166
  bringg.analytics = new analytics_api_1.default();
22164
22167
  bringg.analyticsReports = new AnalyticsReportsApi_1.default(session);
22168
+ bringg.servicePlans = new ServicePlansApi_1.default(session);
22165
22169
  // dependent
22166
22170
  bringg.crews = new Crew_1.default(session, bringg.users);
22167
22171
  bringg.applicationMerchantConfiguration = new ApplicationMerchantConfigurationApi_1.default(session, bringg.merchantConfiguration);
22172
+ bringg.applicationTeamConfiguration = new ApplicationTeamConfigurationApi_1.default(session);
22168
22173
  return [4 /*yield*/, BringgDashboardSDK.initSessionConfiguration(bringg)];
22169
22174
  case 1:
22170
22175
  _a.sent();
@@ -30008,7 +30013,7 @@ var axios_1 = __webpack_require__(146);
30008
30013
  var Logger_1 = __webpack_require__(39);
30009
30014
  var lodash_1 = __webpack_require__(10);
30010
30015
  var BringgException_1 = __webpack_require__(15);
30011
- var version = '0.4.64';
30016
+ var version = '0.4.68';
30012
30017
  function logErrorResponse(response) {
30013
30018
  var data = response.data, status = response.status;
30014
30019
  try {
@@ -31661,7 +31666,9 @@ __exportStar(__webpack_require__(394), exports);
31661
31666
  __exportStar(__webpack_require__(395), exports);
31662
31667
  __exportStar(__webpack_require__(396), exports);
31663
31668
  __exportStar(__webpack_require__(397), exports);
31664
- __exportStar(__webpack_require__(400), exports);
31669
+ __exportStar(__webpack_require__(398), exports);
31670
+ __exportStar(__webpack_require__(401), exports);
31671
+ __exportStar(__webpack_require__(402), exports);
31665
31672
  //# sourceMappingURL=index.js.map
31666
31673
 
31667
31674
  /***/ }),
@@ -36554,7 +36561,7 @@ var Logger_1 = __webpack_require__(39);
36554
36561
  //export types
36555
36562
  var BringgDashboardSDK_1 = __webpack_require__(61);
36556
36563
  Object.defineProperty(exports, "BringgDashboardSDK", { enumerable: true, get: function () { return BringgDashboardSDK_1.BringgDashboardSDK; } });
36557
- var VehicleTypeConsts = __webpack_require__(448);
36564
+ var VehicleTypeConsts = __webpack_require__(455);
36558
36565
  exports.VehicleTypeConsts = VehicleTypeConsts;
36559
36566
  var TaskInventoryConsts = __webpack_require__(136);
36560
36567
  exports.TaskInventoryConsts = TaskInventoryConsts;
@@ -36562,7 +36569,7 @@ var RunConsts = __webpack_require__(133);
36562
36569
  exports.RunConsts = RunConsts;
36563
36570
  var ReasonToChangeInventory = __webpack_require__(135);
36564
36571
  exports.ReasonToChangeInventory = ReasonToChangeInventory;
36565
- var PlannedRoutesConsts = __webpack_require__(449);
36572
+ var PlannedRoutesConsts = __webpack_require__(456);
36566
36573
  exports.PlannedRoutesConsts = PlannedRoutesConsts;
36567
36574
  var NotificationTypesConsts = __webpack_require__(140);
36568
36575
  exports.NotificationTypesConsts = NotificationTypesConsts;
@@ -36572,19 +36579,19 @@ var LanguageConsts = __webpack_require__(139);
36572
36579
  exports.LanguageConsts = LanguageConsts;
36573
36580
  var DashboardConsts = __webpack_require__(134);
36574
36581
  exports.DashboardConsts = DashboardConsts;
36575
- var CrewConsts = __webpack_require__(450);
36582
+ var CrewConsts = __webpack_require__(457);
36576
36583
  exports.CrewConsts = CrewConsts;
36577
36584
  var ChatMessageConsts = __webpack_require__(138);
36578
36585
  exports.ChatMessageConsts = ChatMessageConsts;
36579
36586
  var ChatConversationConsts = __webpack_require__(137);
36580
36587
  exports.ChatConversationConsts = ChatConversationConsts;
36581
- var Responses = __webpack_require__(451);
36588
+ var Responses = __webpack_require__(458);
36582
36589
  exports.Responses = Responses;
36583
- var TagConsts = __webpack_require__(452);
36590
+ var TagConsts = __webpack_require__(459);
36584
36591
  exports.TagConsts = TagConsts;
36585
- var DeliveryBlockConsts = __webpack_require__(453);
36592
+ var DeliveryBlockConsts = __webpack_require__(460);
36586
36593
  exports.DeliveryBlockConsts = DeliveryBlockConsts;
36587
- var ResourceUploadType_1 = __webpack_require__(454);
36594
+ var ResourceUploadType_1 = __webpack_require__(461);
36588
36595
  exports.ResourceUploadType = ResourceUploadType_1.default;
36589
36596
  module.exports = {};
36590
36597
  lodash_1.extend(module.exports, BringgDashboardSDK_1.BringgDashboardSDK);
@@ -51852,7 +51859,7 @@ exports.default = PushTokenSubscriptionEntity;
51852
51859
 
51853
51860
  Object.defineProperty(exports, "__esModule", { value: true });
51854
51861
  var Tasks_consts_1 = __webpack_require__(100);
51855
- var TaskEntity_1 = __webpack_require__(401);
51862
+ var TaskEntity_1 = __webpack_require__(403);
51856
51863
  var TaskHelpers_1 = __webpack_require__(102);
51857
51864
  var Tasks = /** @class */ (function () {
51858
51865
  function Tasks(session) {
@@ -52139,8 +52146,6 @@ exports.ApplicationUuid = void 0;
52139
52146
  var ApplicationUuid;
52140
52147
  (function (ApplicationUuid) {
52141
52148
  ApplicationUuid["AutoAssign"] = "7083ab3d-c7de-40fd-83bb-f2c10bd0fa88";
52142
- ApplicationUuid["AutoDispatch"] = "b624ae58-ee4c-47c0-9830-3d5963fec994";
52143
- ApplicationUuid["AutoDispatch2"] = "268fe0d3-639f-4a5e-987f-8e6ed17e4614";
52144
52149
  ApplicationUuid["AAA"] = "3ecfa3f6-1a21-11e8-accf-0ed5f89f718b";
52145
52150
  ApplicationUuid["ActOnTriggerApp"] = "8ebe8358-62d3-11ea-bc55-0242ac130003";
52146
52151
  ApplicationUuid["AutoBreaks"] = "9310325e-d7d5-11ea-87d0-0242ac130003";
@@ -52213,8 +52218,6 @@ var ApplicationUuid;
52213
52218
  ApplicationUuid["TaskSkillsApp"] = "b6dbfed4-d416-48eb-9552-610b15ff5748";
52214
52219
  ApplicationUuid["TaskTimesPredictions"] = "6c573459-dad9-4486-bdaa-b7ff32bd3019";
52215
52220
  ApplicationUuid["TaskValidation"] = "56ca6350-b2bf-11e9-a2a3-2a2ae2dbcce4";
52216
- ApplicationUuid["TheBatcher"] = "e4e35d4e-928a-49e7-a408-2ea5726cbe94";
52217
- ApplicationUuid["TheVRPBatcher"] = "fe3fc5af-91f0-48a9-b5ee-8a324ac3724d";
52218
52221
  ApplicationUuid["TimeBasedTrigger"] = "fa7399cd-745a-47b5-ba3d-34c3fa4c03ad";
52219
52222
  ApplicationUuid["UserRoleSkills"] = "f917dda7-806e-4d2c-bb07-47039375e4ec";
52220
52223
  ApplicationUuid["UpsIntegration"] = "b8cc8bb2-78be-11ea-bc55-0242ac130003";
@@ -52225,6 +52228,7 @@ var ApplicationUuid;
52225
52228
  ApplicationUuid["WebhookTimeZone"] = "d3b976db-a8cf-4930-9489-b13d21075180";
52226
52229
  ApplicationUuid["WebhookApp"] = "52228df2-2759-432d-8865-2593d2ba6c12";
52227
52230
  ApplicationUuid["EventBasedActions"] = "56cc30b4-1600-42ca-ba58-94220961f110";
52231
+ ApplicationUuid["InventoryTriggeredActions"] = "bef201bc-f003-4ee5-9780-a03cb6951d3d";
52228
52232
  })(ApplicationUuid = exports.ApplicationUuid || (exports.ApplicationUuid = {}));
52229
52233
  //# sourceMappingURL=application.js.map
52230
52234
 
@@ -52394,6 +52398,80 @@ exports.__esModule = true;
52394
52398
 
52395
52399
  "use strict";
52396
52400
 
52401
+ exports.__esModule = true;
52402
+ exports.DeliveryProviderDeliverFromCapability = exports.DeliveryProviderSecurityCapability = exports.DeliveryProviderServiceCapability = exports.DeliveryProviderServiceLevelCapability = exports.DeliveryProviderCommitmentTimeCapability = exports.DeliveryProviderSkillCapability = exports.DeliveryProviderVehicleCapability = exports.DeliveryProviderIndustryCapability = void 0;
52403
+ var DeliveryProviderIndustryCapability;
52404
+ (function (DeliveryProviderIndustryCapability) {
52405
+ DeliveryProviderIndustryCapability["big_and_bulky"] = "big_and_bulky";
52406
+ DeliveryProviderIndustryCapability["restaurant"] = "restaurant";
52407
+ DeliveryProviderIndustryCapability["groceries"] = "groceries";
52408
+ DeliveryProviderIndustryCapability["healthcare"] = "healthcare";
52409
+ DeliveryProviderIndustryCapability["automotive"] = "automotive";
52410
+ DeliveryProviderIndustryCapability["meal_kit"] = "meal_kit";
52411
+ })(DeliveryProviderIndustryCapability = exports.DeliveryProviderIndustryCapability || (exports.DeliveryProviderIndustryCapability = {}));
52412
+ var DeliveryProviderVehicleCapability;
52413
+ (function (DeliveryProviderVehicleCapability) {
52414
+ DeliveryProviderVehicleCapability["on_foot"] = "on_foot";
52415
+ DeliveryProviderVehicleCapability["bikes"] = "bikes";
52416
+ DeliveryProviderVehicleCapability["cargo_bikes"] = "bikes";
52417
+ DeliveryProviderVehicleCapability["bicycles"] = "bicycles";
52418
+ DeliveryProviderVehicleCapability["cars"] = "cars";
52419
+ DeliveryProviderVehicleCapability["vans"] = "vans";
52420
+ DeliveryProviderVehicleCapability["trucks"] = "trucks";
52421
+ DeliveryProviderVehicleCapability["robots"] = "robots";
52422
+ DeliveryProviderVehicleCapability["drones"] = "drones";
52423
+ })(DeliveryProviderVehicleCapability = exports.DeliveryProviderVehicleCapability || (exports.DeliveryProviderVehicleCapability = {}));
52424
+ var DeliveryProviderSkillCapability;
52425
+ (function (DeliveryProviderSkillCapability) {
52426
+ DeliveryProviderSkillCapability["proof_of_delivery"] = "proof_of_delivery";
52427
+ DeliveryProviderSkillCapability["quotes"] = "quotes";
52428
+ DeliveryProviderSkillCapability["multi_parcel"] = "multi_parcel";
52429
+ DeliveryProviderSkillCapability["update_order"] = "update_order";
52430
+ DeliveryProviderSkillCapability["driver_live_tracking"] = "driver_live_tracking";
52431
+ DeliveryProviderSkillCapability["cancel_order"] = "cancel_order";
52432
+ })(DeliveryProviderSkillCapability = exports.DeliveryProviderSkillCapability || (exports.DeliveryProviderSkillCapability = {}));
52433
+ var DeliveryProviderCommitmentTimeCapability;
52434
+ (function (DeliveryProviderCommitmentTimeCapability) {
52435
+ DeliveryProviderCommitmentTimeCapability["min30"] = "min30";
52436
+ DeliveryProviderCommitmentTimeCapability["min60"] = "min60";
52437
+ DeliveryProviderCommitmentTimeCapability["min120"] = "min120";
52438
+ })(DeliveryProviderCommitmentTimeCapability = exports.DeliveryProviderCommitmentTimeCapability || (exports.DeliveryProviderCommitmentTimeCapability = {}));
52439
+ var DeliveryProviderServiceLevelCapability;
52440
+ (function (DeliveryProviderServiceLevelCapability) {
52441
+ DeliveryProviderServiceLevelCapability["on_demand"] = "on_demand";
52442
+ DeliveryProviderServiceLevelCapability["same_day"] = "same_day";
52443
+ DeliveryProviderServiceLevelCapability["scheduled"] = "scheduled";
52444
+ })(DeliveryProviderServiceLevelCapability = exports.DeliveryProviderServiceLevelCapability || (exports.DeliveryProviderServiceLevelCapability = {}));
52445
+ var DeliveryProviderServiceCapability;
52446
+ (function (DeliveryProviderServiceCapability) {
52447
+ DeliveryProviderServiceCapability["installation"] = "installation";
52448
+ DeliveryProviderServiceCapability["assambly"] = "assambly";
52449
+ DeliveryProviderServiceCapability["room_of_choice"] = "room_of_choice";
52450
+ DeliveryProviderServiceCapability["over_the_threshold"] = "over_the_threshold";
52451
+ DeliveryProviderServiceCapability["contactless"] = "contactless";
52452
+ DeliveryProviderServiceCapability["dangerous_goods"] = "dangerous_goods";
52453
+ DeliveryProviderServiceCapability["fragile"] = "fragile";
52454
+ DeliveryProviderServiceCapability["alcohol"] = "alcohol";
52455
+ DeliveryProviderServiceCapability["medical"] = "medical";
52456
+ })(DeliveryProviderServiceCapability = exports.DeliveryProviderServiceCapability || (exports.DeliveryProviderServiceCapability = {}));
52457
+ var DeliveryProviderSecurityCapability;
52458
+ (function (DeliveryProviderSecurityCapability) {
52459
+ DeliveryProviderSecurityCapability["iso"] = "iso";
52460
+ DeliveryProviderSecurityCapability["soc2"] = "soc2";
52461
+ })(DeliveryProviderSecurityCapability = exports.DeliveryProviderSecurityCapability || (exports.DeliveryProviderSecurityCapability = {}));
52462
+ var DeliveryProviderDeliverFromCapability;
52463
+ (function (DeliveryProviderDeliverFromCapability) {
52464
+ DeliveryProviderDeliverFromCapability["store"] = "store";
52465
+ DeliveryProviderDeliverFromCapability["warehouse"] = "warehouse";
52466
+ })(DeliveryProviderDeliverFromCapability = exports.DeliveryProviderDeliverFromCapability || (exports.DeliveryProviderDeliverFromCapability = {}));
52467
+ //# sourceMappingURL=delivery_provider.js.map
52468
+
52469
+ /***/ }),
52470
+ /* 323 */
52471
+ /***/ (function(module, exports, __webpack_require__) {
52472
+
52473
+ "use strict";
52474
+
52397
52475
  exports.__esModule = true;
52398
52476
  exports.EventType = exports.AssociationsChangedType = void 0;
52399
52477
  var AssociationsChangedType;
@@ -52433,6 +52511,7 @@ var EventType;
52433
52511
  EventType["TaskStatusChanged"] = "task:status_changed";
52434
52512
  EventType["TaskDeleted"] = "task:deleted";
52435
52513
  EventType["TaskUpdate"] = "task:update";
52514
+ EventType["TaskPackagesChanged"] = "task:packages_changed";
52436
52515
  EventType["TeamUserAdded"] = "team:user_added";
52437
52516
  EventType["UserNew"] = "user:new";
52438
52517
  EventType["TeamUserRemoved"] = "team:user_removed";
@@ -52483,7 +52562,6 @@ var EventType;
52483
52562
  EventType["Scanned"] = "scanned";
52484
52563
  EventType["InventoryScanned"] = "inventory_scanned";
52485
52564
  EventType["AlertCreated"] = "alert_created";
52486
- EventType["CreateAlert"] = "create_alert";
52487
52565
  EventType["RunStarted"] = "run:started";
52488
52566
  EventType["RunEnded"] = "run:ended";
52489
52567
  EventType["RunTaskAdded"] = "run:task:added";
@@ -52494,7 +52572,6 @@ var EventType;
52494
52572
  EventType["TasksMassRemove"] = "tasks:mass_remove";
52495
52573
  EventType["ManifestDone"] = "manifest:done";
52496
52574
  EventType["LocationHistoryReceived"] = "location_history_received";
52497
- EventType["RunBatcher"] = "run_batcher";
52498
52575
  EventType["QuoteReceived"] = "quote_received";
52499
52576
  EventType["DeliveryBlockAssigned"] = "delivery_block:assigned";
52500
52577
  EventType["DeliveryBlockUnassigned"] = "delivery_block:unassigned";
@@ -52516,7 +52593,7 @@ var EventType;
52516
52593
  //# sourceMappingURL=event.js.map
52517
52594
 
52518
52595
  /***/ }),
52519
- /* 323 */
52596
+ /* 324 */
52520
52597
  /***/ (function(module, exports, __webpack_require__) {
52521
52598
 
52522
52599
  "use strict";
@@ -52543,7 +52620,7 @@ var AggregatorType;
52543
52620
  //# sourceMappingURL=external_data_team.js.map
52544
52621
 
52545
52622
  /***/ }),
52546
- /* 324 */
52623
+ /* 325 */
52547
52624
  /***/ (function(module, exports, __webpack_require__) {
52548
52625
 
52549
52626
  "use strict";
@@ -52577,6 +52654,8 @@ var FleetType;
52577
52654
  FleetType[FleetType["ShippyPro"] = 23] = "ShippyPro";
52578
52655
  FleetType[FleetType["EasyPost"] = 24] = "EasyPost";
52579
52656
  FleetType[FleetType["Roadie"] = 25] = "Roadie";
52657
+ FleetType[FleetType["FiveString"] = 26] = "FiveString";
52658
+ FleetType[FleetType["EmulatedDeliveryProvider"] = 999] = "EmulatedDeliveryProvider";
52580
52659
  })(FleetType = exports.FleetType || (exports.FleetType = {}));
52581
52660
  exports.FleetTypeToCapabilities = (_a = {},
52582
52661
  _a[FleetType.Uber] = { create_delivery: true, get_quote: true, multiple_time_windows: true, is_green: false },
@@ -52602,11 +52681,18 @@ exports.FleetTypeToCapabilities = (_a = {},
52602
52681
  _a[FleetType.ShippyPro] = { create_delivery: true, get_quote: false, is_green: false },
52603
52682
  _a[FleetType.EasyPost] = { create_delivery: true, get_quote: false, is_green: false },
52604
52683
  _a[FleetType.Roadie] = { create_delivery: true, get_quote: true, update_delivery: true, is_green: false },
52684
+ _a[FleetType.FiveString] = { create_delivery: true, get_quote: true, update_delivery: true, is_green: false },
52685
+ _a[FleetType.EmulatedDeliveryProvider] = {
52686
+ create_delivery: true,
52687
+ get_quote: true,
52688
+ update_delivery: true,
52689
+ is_green: false
52690
+ },
52605
52691
  _a);
52606
52692
  //# sourceMappingURL=fleet.js.map
52607
52693
 
52608
52694
  /***/ }),
52609
- /* 325 */
52695
+ /* 326 */
52610
52696
  /***/ (function(module, exports, __webpack_require__) {
52611
52697
 
52612
52698
  "use strict";
@@ -52615,7 +52701,7 @@ exports.__esModule = true;
52615
52701
  //# sourceMappingURL=franchisee.js.map
52616
52702
 
52617
52703
  /***/ }),
52618
- /* 326 */
52704
+ /* 327 */
52619
52705
  /***/ (function(module, exports, __webpack_require__) {
52620
52706
 
52621
52707
  "use strict";
@@ -52624,7 +52710,7 @@ exports.__esModule = true;
52624
52710
  //# sourceMappingURL=geocoding.js.map
52625
52711
 
52626
52712
  /***/ }),
52627
- /* 327 */
52713
+ /* 328 */
52628
52714
  /***/ (function(module, exports, __webpack_require__) {
52629
52715
 
52630
52716
  "use strict";
@@ -52642,7 +52728,7 @@ var IntegrationName;
52642
52728
  //# sourceMappingURL=integration.js.map
52643
52729
 
52644
52730
  /***/ }),
52645
- /* 328 */
52731
+ /* 329 */
52646
52732
  /***/ (function(module, exports, __webpack_require__) {
52647
52733
 
52648
52734
  "use strict";
@@ -52651,7 +52737,7 @@ exports.__esModule = true;
52651
52737
  //# sourceMappingURL=language.js.map
52652
52738
 
52653
52739
  /***/ }),
52654
- /* 329 */
52740
+ /* 330 */
52655
52741
  /***/ (function(module, exports, __webpack_require__) {
52656
52742
 
52657
52743
  "use strict";
@@ -52660,7 +52746,7 @@ exports.__esModule = true;
52660
52746
  //# sourceMappingURL=location.js.map
52661
52747
 
52662
52748
  /***/ }),
52663
- /* 330 */
52749
+ /* 331 */
52664
52750
  /***/ (function(module, exports, __webpack_require__) {
52665
52751
 
52666
52752
  "use strict";
@@ -52690,7 +52776,7 @@ var Origin;
52690
52776
  //# sourceMappingURL=menu.js.map
52691
52777
 
52692
52778
  /***/ }),
52693
- /* 331 */
52779
+ /* 332 */
52694
52780
  /***/ (function(module, exports, __webpack_require__) {
52695
52781
 
52696
52782
  "use strict";
@@ -52728,7 +52814,7 @@ var EnvironmentTypes;
52728
52814
  //# sourceMappingURL=merchant.js.map
52729
52815
 
52730
52816
  /***/ }),
52731
- /* 332 */
52817
+ /* 333 */
52732
52818
  /***/ (function(module, exports, __webpack_require__) {
52733
52819
 
52734
52820
  "use strict";
@@ -52791,7 +52877,7 @@ var GrabMode;
52791
52877
  //# sourceMappingURL=merchant_configuration.js.map
52792
52878
 
52793
52879
  /***/ }),
52794
- /* 333 */
52880
+ /* 334 */
52795
52881
  /***/ (function(module, exports, __webpack_require__) {
52796
52882
 
52797
52883
  "use strict";
@@ -52800,7 +52886,7 @@ exports.__esModule = true;
52800
52886
  //# sourceMappingURL=notification_template.js.map
52801
52887
 
52802
52888
  /***/ }),
52803
- /* 334 */
52889
+ /* 335 */
52804
52890
  /***/ (function(module, exports, __webpack_require__) {
52805
52891
 
52806
52892
  "use strict";
@@ -52816,7 +52902,7 @@ var NotificationTypes;
52816
52902
  //# sourceMappingURL=notification_type.js.map
52817
52903
 
52818
52904
  /***/ }),
52819
- /* 335 */
52905
+ /* 336 */
52820
52906
  /***/ (function(module, exports, __webpack_require__) {
52821
52907
 
52822
52908
  "use strict";
@@ -52838,7 +52924,7 @@ var SubscriptionNotificationType;
52838
52924
  //# sourceMappingURL=notification_subscription.js.map
52839
52925
 
52840
52926
  /***/ }),
52841
- /* 336 */
52927
+ /* 337 */
52842
52928
  /***/ (function(module, exports, __webpack_require__) {
52843
52929
 
52844
52930
  "use strict";
@@ -52858,7 +52944,7 @@ var OptInMethod;
52858
52944
  //# sourceMappingURL=opt_in_out_history.js.map
52859
52945
 
52860
52946
  /***/ }),
52861
- /* 337 */
52947
+ /* 338 */
52862
52948
  /***/ (function(module, exports, __webpack_require__) {
52863
52949
 
52864
52950
  "use strict";
@@ -52867,7 +52953,7 @@ exports.__esModule = true;
52867
52953
  //# sourceMappingURL=planned_route.js.map
52868
52954
 
52869
52955
  /***/ }),
52870
- /* 338 */
52956
+ /* 339 */
52871
52957
  /***/ (function(module, exports, __webpack_require__) {
52872
52958
 
52873
52959
  "use strict";
@@ -52921,7 +53007,7 @@ var PrivilegeTypes;
52921
53007
  //# sourceMappingURL=privilege.js.map
52922
53008
 
52923
53009
  /***/ }),
52924
- /* 339 */
53010
+ /* 340 */
52925
53011
  /***/ (function(module, exports, __webpack_require__) {
52926
53012
 
52927
53013
  "use strict";
@@ -52930,7 +53016,7 @@ exports.__esModule = true;
52930
53016
  //# sourceMappingURL=package.js.map
52931
53017
 
52932
53018
  /***/ }),
52933
- /* 340 */
53019
+ /* 341 */
52934
53020
  /***/ (function(module, exports, __webpack_require__) {
52935
53021
 
52936
53022
  "use strict";
@@ -52944,7 +53030,7 @@ var ApplicationType;
52944
53030
  //# sourceMappingURL=push_token_subscription.js.map
52945
53031
 
52946
53032
  /***/ }),
52947
- /* 341 */
53033
+ /* 342 */
52948
53034
  /***/ (function(module, exports, __webpack_require__) {
52949
53035
 
52950
53036
  "use strict";
@@ -52964,7 +53050,7 @@ var PushNotificationEnvironment;
52964
53050
  //# sourceMappingURL=push_notification_registration.js.map
52965
53051
 
52966
53052
  /***/ }),
52967
- /* 342 */
53053
+ /* 343 */
52968
53054
  /***/ (function(module, exports, __webpack_require__) {
52969
53055
 
52970
53056
  "use strict";
@@ -52973,7 +53059,7 @@ exports.__esModule = true;
52973
53059
  //# sourceMappingURL=quote.js.map
52974
53060
 
52975
53061
  /***/ }),
52976
- /* 343 */
53062
+ /* 344 */
52977
53063
  /***/ (function(module, exports, __webpack_require__) {
52978
53064
 
52979
53065
  "use strict";
@@ -52982,7 +53068,7 @@ exports.__esModule = true;
52982
53068
  //# sourceMappingURL=rating.js.map
52983
53069
 
52984
53070
  /***/ }),
52985
- /* 344 */
53071
+ /* 345 */
52986
53072
  /***/ (function(module, exports, __webpack_require__) {
52987
53073
 
52988
53074
  "use strict";
@@ -52991,7 +53077,7 @@ exports.__esModule = true;
52991
53077
  //# sourceMappingURL=reason_to_cancel_task.js.map
52992
53078
 
52993
53079
  /***/ }),
52994
- /* 345 */
53080
+ /* 346 */
52995
53081
  /***/ (function(module, exports, __webpack_require__) {
52996
53082
 
52997
53083
  "use strict";
@@ -53000,7 +53086,7 @@ exports.__esModule = true;
53000
53086
  //# sourceMappingURL=reason_to_change_inventory.js.map
53001
53087
 
53002
53088
  /***/ }),
53003
- /* 346 */
53089
+ /* 347 */
53004
53090
  /***/ (function(module, exports, __webpack_require__) {
53005
53091
 
53006
53092
  "use strict";
@@ -53009,7 +53095,7 @@ exports.__esModule = true;
53009
53095
  //# sourceMappingURL=reason_to_reassign_task.js.map
53010
53096
 
53011
53097
  /***/ }),
53012
- /* 347 */
53098
+ /* 348 */
53013
53099
  /***/ (function(module, exports, __webpack_require__) {
53014
53100
 
53015
53101
  "use strict";
@@ -53018,7 +53104,7 @@ exports.__esModule = true;
53018
53104
  //# sourceMappingURL=report_preference.js.map
53019
53105
 
53020
53106
  /***/ }),
53021
- /* 348 */
53107
+ /* 349 */
53022
53108
  /***/ (function(module, exports, __webpack_require__) {
53023
53109
 
53024
53110
  "use strict";
@@ -53087,7 +53173,7 @@ var FILTER_TYPES;
53087
53173
  //# sourceMappingURL=reports.js.map
53088
53174
 
53089
53175
  /***/ }),
53090
- /* 349 */
53176
+ /* 350 */
53091
53177
  /***/ (function(module, exports, __webpack_require__) {
53092
53178
 
53093
53179
  "use strict";
@@ -53141,7 +53227,7 @@ var OFFLINE_ONLINE_EVENT_TYPES;
53141
53227
  //# sourceMappingURL=run.js.map
53142
53228
 
53143
53229
  /***/ }),
53144
- /* 350 */
53230
+ /* 351 */
53145
53231
  /***/ (function(module, exports, __webpack_require__) {
53146
53232
 
53147
53233
  "use strict";
@@ -53157,7 +53243,7 @@ var ScanType;
53157
53243
  //# sourceMappingURL=scan.js.map
53158
53244
 
53159
53245
  /***/ }),
53160
- /* 351 */
53246
+ /* 352 */
53161
53247
  /***/ (function(module, exports, __webpack_require__) {
53162
53248
 
53163
53249
  "use strict";
@@ -53166,7 +53252,7 @@ exports.__esModule = true;
53166
53252
  //# sourceMappingURL=serializer.js.map
53167
53253
 
53168
53254
  /***/ }),
53169
- /* 352 */
53255
+ /* 353 */
53170
53256
  /***/ (function(module, exports, __webpack_require__) {
53171
53257
 
53172
53258
  "use strict";
@@ -53175,7 +53261,7 @@ exports.__esModule = true;
53175
53261
  //# sourceMappingURL=service_area.js.map
53176
53262
 
53177
53263
  /***/ }),
53178
- /* 353 */
53264
+ /* 354 */
53179
53265
  /***/ (function(module, exports, __webpack_require__) {
53180
53266
 
53181
53267
  "use strict";
@@ -53184,7 +53270,7 @@ exports.__esModule = true;
53184
53270
  //# sourceMappingURL=service_event.js.map
53185
53271
 
53186
53272
  /***/ }),
53187
- /* 354 */
53273
+ /* 355 */
53188
53274
  /***/ (function(module, exports, __webpack_require__) {
53189
53275
 
53190
53276
  "use strict";
@@ -53193,7 +53279,7 @@ exports.__esModule = true;
53193
53279
  //# sourceMappingURL=service_plan.js.map
53194
53280
 
53195
53281
  /***/ }),
53196
- /* 355 */
53282
+ /* 356 */
53197
53283
  /***/ (function(module, exports, __webpack_require__) {
53198
53284
 
53199
53285
  "use strict";
@@ -53209,7 +53295,7 @@ var ServiceWindowType;
53209
53295
  //# sourceMappingURL=service_window.js.map
53210
53296
 
53211
53297
  /***/ }),
53212
- /* 356 */
53298
+ /* 357 */
53213
53299
  /***/ (function(module, exports, __webpack_require__) {
53214
53300
 
53215
53301
  "use strict";
@@ -53248,7 +53334,7 @@ var SharingMethod;
53248
53334
  //# sourceMappingURL=shared_location.js.map
53249
53335
 
53250
53336
  /***/ }),
53251
- /* 357 */
53337
+ /* 358 */
53252
53338
  /***/ (function(module, exports, __webpack_require__) {
53253
53339
 
53254
53340
  "use strict";
@@ -53271,7 +53357,7 @@ var ShiftRule;
53271
53357
  //# sourceMappingURL=shift.js.map
53272
53358
 
53273
53359
  /***/ }),
53274
- /* 358 */
53360
+ /* 359 */
53275
53361
  /***/ (function(module, exports, __webpack_require__) {
53276
53362
 
53277
53363
  "use strict";
@@ -53280,7 +53366,7 @@ exports.__esModule = true;
53280
53366
  //# sourceMappingURL=skill.js.map
53281
53367
 
53282
53368
  /***/ }),
53283
- /* 359 */
53369
+ /* 360 */
53284
53370
  /***/ (function(module, exports, __webpack_require__) {
53285
53371
 
53286
53372
  "use strict";
@@ -53289,7 +53375,7 @@ exports.__esModule = true;
53289
53375
  //# sourceMappingURL=sms_data.js.map
53290
53376
 
53291
53377
  /***/ }),
53292
- /* 360 */
53378
+ /* 361 */
53293
53379
  /***/ (function(module, exports, __webpack_require__) {
53294
53380
 
53295
53381
  "use strict";
@@ -53306,7 +53392,7 @@ var NumberType;
53306
53392
  //# sourceMappingURL=sms_number.js.map
53307
53393
 
53308
53394
  /***/ }),
53309
- /* 361 */
53395
+ /* 362 */
53310
53396
  /***/ (function(module, exports, __webpack_require__) {
53311
53397
 
53312
53398
  "use strict";
@@ -53315,7 +53401,7 @@ exports.__esModule = true;
53315
53401
  //# sourceMappingURL=sms_setting.js.map
53316
53402
 
53317
53403
  /***/ }),
53318
- /* 362 */
53404
+ /* 363 */
53319
53405
  /***/ (function(module, exports, __webpack_require__) {
53320
53406
 
53321
53407
  "use strict";
@@ -53324,7 +53410,7 @@ exports.__esModule = true;
53324
53410
  //# sourceMappingURL=tag.js.map
53325
53411
 
53326
53412
  /***/ }),
53327
- /* 363 */
53413
+ /* 364 */
53328
53414
  /***/ (function(module, exports, __webpack_require__) {
53329
53415
 
53330
53416
  "use strict";
@@ -53333,7 +53419,7 @@ exports.__esModule = true;
53333
53419
  //# sourceMappingURL=tag_customer_configuration.js.map
53334
53420
 
53335
53421
  /***/ }),
53336
- /* 364 */
53422
+ /* 365 */
53337
53423
  /***/ (function(module, exports, __webpack_require__) {
53338
53424
 
53339
53425
  "use strict";
@@ -53342,7 +53428,7 @@ exports.__esModule = true;
53342
53428
  //# sourceMappingURL=tag_merchant_configuration.js.map
53343
53429
 
53344
53430
  /***/ }),
53345
- /* 365 */
53431
+ /* 366 */
53346
53432
  /***/ (function(module, exports, __webpack_require__) {
53347
53433
 
53348
53434
  "use strict";
@@ -53351,13 +53437,13 @@ exports.__esModule = true;
53351
53437
  //# sourceMappingURL=tag_rules_configuration.js.map
53352
53438
 
53353
53439
  /***/ }),
53354
- /* 366 */
53440
+ /* 367 */
53355
53441
  /***/ (function(module, exports, __webpack_require__) {
53356
53442
 
53357
53443
  "use strict";
53358
53444
 
53359
53445
  exports.__esModule = true;
53360
- exports.Association = exports.DeliveryMethod = exports.RogueReasons = exports.PreparationStatus = exports.PaymentMethods = exports.PickupDropoffOption = exports.StatusChangedType = exports.TaskAutomaticallyCancelled = exports.TaskTypeId = exports.ScanningRole = exports.InventoryChangeType = exports.TaskStatus = exports.AddressType = exports.TaskHistoryOrigin = exports.NoteType = void 0;
53446
+ exports.Association = exports.InventoryServiceType = exports.DeliveryMethod = exports.RogueReasons = exports.PreparationStatus = exports.PaymentMethods = exports.PickupDropoffOption = exports.StatusChangedType = exports.TaskAutomaticallyCancelled = exports.TaskTypeId = exports.ScanningRole = exports.InventoryChangeType = exports.TaskStatus = exports.AddressType = exports.TaskHistoryOrigin = exports.NoteType = void 0;
53361
53447
  var NoteType;
53362
53448
  (function (NoteType) {
53363
53449
  NoteType["FormattedTaskNote"] = "FormattedTaskNote";
@@ -53487,6 +53573,14 @@ var DeliveryMethod;
53487
53573
  DeliveryMethod["AtRoom"] = "at_room";
53488
53574
  DeliveryMethod["ThirdPartyPoint"] = "third_party_point";
53489
53575
  })(DeliveryMethod = exports.DeliveryMethod || (exports.DeliveryMethod = {}));
53576
+ var InventoryServiceType;
53577
+ (function (InventoryServiceType) {
53578
+ InventoryServiceType["Installation"] = "installation";
53579
+ InventoryServiceType["Recycle"] = "recycle";
53580
+ InventoryServiceType["Fragile"] = "fragile";
53581
+ InventoryServiceType["Heavy_weight"] = "heavy_weight";
53582
+ InventoryServiceType["Flammable"] = "flammable";
53583
+ })(InventoryServiceType = exports.InventoryServiceType || (exports.InventoryServiceType = {}));
53490
53584
  var Association;
53491
53585
  (function (Association) {
53492
53586
  Association["WayPoint"] = "way_point";
@@ -53499,7 +53593,7 @@ var Association;
53499
53593
  //# sourceMappingURL=task.js.map
53500
53594
 
53501
53595
  /***/ }),
53502
- /* 367 */
53596
+ /* 368 */
53503
53597
  /***/ (function(module, exports, __webpack_require__) {
53504
53598
 
53505
53599
  "use strict";
@@ -53520,7 +53614,7 @@ var AutoScheduleType;
53520
53614
  //# sourceMappingURL=task_configuration.js.map
53521
53615
 
53522
53616
  /***/ }),
53523
- /* 368 */
53617
+ /* 369 */
53524
53618
  /***/ (function(module, exports, __webpack_require__) {
53525
53619
 
53526
53620
  "use strict";
@@ -53529,7 +53623,7 @@ exports.__esModule = true;
53529
53623
  //# sourceMappingURL=task_payment_history.js.map
53530
53624
 
53531
53625
  /***/ }),
53532
- /* 369 */
53626
+ /* 370 */
53533
53627
  /***/ (function(module, exports, __webpack_require__) {
53534
53628
 
53535
53629
  "use strict";
@@ -53543,7 +53637,7 @@ var TaskServiceType;
53543
53637
  //# sourceMappingURL=task_service.js.map
53544
53638
 
53545
53639
  /***/ }),
53546
- /* 370 */
53640
+ /* 371 */
53547
53641
  /***/ (function(module, exports, __webpack_require__) {
53548
53642
 
53549
53643
  "use strict";
@@ -53552,7 +53646,7 @@ exports.__esModule = true;
53552
53646
  //# sourceMappingURL=team_configuration.js.map
53553
53647
 
53554
53648
  /***/ }),
53555
- /* 371 */
53649
+ /* 372 */
53556
53650
  /***/ (function(module, exports, __webpack_require__) {
53557
53651
 
53558
53652
  "use strict";
@@ -53561,7 +53655,7 @@ exports.__esModule = true;
53561
53655
  //# sourceMappingURL=teams.js.map
53562
53656
 
53563
53657
  /***/ }),
53564
- /* 372 */
53658
+ /* 373 */
53565
53659
  /***/ (function(module, exports, __webpack_require__) {
53566
53660
 
53567
53661
  "use strict";
@@ -53570,7 +53664,7 @@ exports.__esModule = true;
53570
53664
  //# sourceMappingURL=team_service_zip_codes.js.map
53571
53665
 
53572
53666
  /***/ }),
53573
- /* 373 */
53667
+ /* 374 */
53574
53668
  /***/ (function(module, exports, __webpack_require__) {
53575
53669
 
53576
53670
  "use strict";
@@ -53579,7 +53673,7 @@ exports.__esModule = true;
53579
53673
  //# sourceMappingURL=user_configuration.js.map
53580
53674
 
53581
53675
  /***/ }),
53582
- /* 374 */
53676
+ /* 375 */
53583
53677
  /***/ (function(module, exports, __webpack_require__) {
53584
53678
 
53585
53679
  "use strict";
@@ -53588,7 +53682,7 @@ exports.__esModule = true;
53588
53682
  //# sourceMappingURL=user_types.js.map
53589
53683
 
53590
53684
  /***/ }),
53591
- /* 375 */
53685
+ /* 376 */
53592
53686
  /***/ (function(module, exports, __webpack_require__) {
53593
53687
 
53594
53688
  "use strict";
@@ -53609,7 +53703,7 @@ var DisputeReason;
53609
53703
  //# sourceMappingURL=dispute.js.map
53610
53704
 
53611
53705
  /***/ }),
53612
- /* 376 */
53706
+ /* 377 */
53613
53707
  /***/ (function(module, exports, __webpack_require__) {
53614
53708
 
53615
53709
  "use strict";
@@ -53646,7 +53740,7 @@ var UserStatus;
53646
53740
  //# sourceMappingURL=users.js.map
53647
53741
 
53648
53742
  /***/ }),
53649
- /* 377 */
53743
+ /* 378 */
53650
53744
  /***/ (function(module, exports, __webpack_require__) {
53651
53745
 
53652
53746
  "use strict";
@@ -53655,7 +53749,7 @@ exports.__esModule = true;
53655
53749
  //# sourceMappingURL=vehicle.js.map
53656
53750
 
53657
53751
  /***/ }),
53658
- /* 378 */
53752
+ /* 379 */
53659
53753
  /***/ (function(module, exports, __webpack_require__) {
53660
53754
 
53661
53755
  "use strict";
@@ -53664,7 +53758,7 @@ exports.__esModule = true;
53664
53758
  //# sourceMappingURL=vehicle_type.js.map
53665
53759
 
53666
53760
  /***/ }),
53667
- /* 379 */
53761
+ /* 380 */
53668
53762
  /***/ (function(module, exports, __webpack_require__) {
53669
53763
 
53670
53764
  "use strict";
@@ -53673,7 +53767,7 @@ exports.__esModule = true;
53673
53767
  //# sourceMappingURL=web_application_configuration.js.map
53674
53768
 
53675
53769
  /***/ }),
53676
- /* 380 */
53770
+ /* 381 */
53677
53771
  /***/ (function(module, exports, __webpack_require__) {
53678
53772
 
53679
53773
  "use strict";
@@ -53682,7 +53776,7 @@ exports.__esModule = true;
53682
53776
  //# sourceMappingURL=webhooks.js.map
53683
53777
 
53684
53778
  /***/ }),
53685
- /* 381 */
53779
+ /* 382 */
53686
53780
  /***/ (function(module, exports, __webpack_require__) {
53687
53781
 
53688
53782
  "use strict";
@@ -53698,7 +53792,7 @@ var Plan;
53698
53792
  //# sourceMappingURL=webhooks_configuration.js.map
53699
53793
 
53700
53794
  /***/ }),
53701
- /* 382 */
53795
+ /* 383 */
53702
53796
  /***/ (function(module, exports, __webpack_require__) {
53703
53797
 
53704
53798
  "use strict";
@@ -53707,7 +53801,7 @@ exports.__esModule = true;
53707
53801
  //# sourceMappingURL=fleet_template.js.map
53708
53802
 
53709
53803
  /***/ }),
53710
- /* 383 */
53804
+ /* 384 */
53711
53805
  /***/ (function(module, exports, __webpack_require__) {
53712
53806
 
53713
53807
  "use strict";
@@ -53716,7 +53810,7 @@ exports.__esModule = true;
53716
53810
  //# sourceMappingURL=widget.js.map
53717
53811
 
53718
53812
  /***/ }),
53719
- /* 384 */
53813
+ /* 385 */
53720
53814
  /***/ (function(module, exports, __webpack_require__) {
53721
53815
 
53722
53816
  "use strict";
@@ -53725,7 +53819,7 @@ exports.__esModule = true;
53725
53819
  //# sourceMappingURL=windows.js.map
53726
53820
 
53727
53821
  /***/ }),
53728
- /* 385 */
53822
+ /* 386 */
53729
53823
  /***/ (function(module, exports, __webpack_require__) {
53730
53824
 
53731
53825
  "use strict";
@@ -53734,7 +53828,7 @@ exports.__esModule = true;
53734
53828
  //# sourceMappingURL=open_fleet.js.map
53735
53829
 
53736
53830
  /***/ }),
53737
- /* 386 */
53831
+ /* 387 */
53738
53832
  /***/ (function(module, exports, __webpack_require__) {
53739
53833
 
53740
53834
  "use strict";
@@ -53743,7 +53837,7 @@ exports.__esModule = true;
53743
53837
  //# sourceMappingURL=service.js.map
53744
53838
 
53745
53839
  /***/ }),
53746
- /* 387 */
53840
+ /* 388 */
53747
53841
  /***/ (function(module, exports, __webpack_require__) {
53748
53842
 
53749
53843
  "use strict";
@@ -53752,7 +53846,7 @@ exports.__esModule = true;
53752
53846
  //# sourceMappingURL=planned_delivery_window.js.map
53753
53847
 
53754
53848
  /***/ }),
53755
- /* 388 */
53849
+ /* 389 */
53756
53850
  /***/ (function(module, exports, __webpack_require__) {
53757
53851
 
53758
53852
  "use strict";
@@ -53761,13 +53855,13 @@ exports.__esModule = true;
53761
53855
  //# sourceMappingURL=user_realtime_data.js.map
53762
53856
 
53763
53857
  /***/ }),
53764
- /* 389 */
53858
+ /* 390 */
53765
53859
  /***/ (function(module, exports, __webpack_require__) {
53766
53860
 
53767
53861
  "use strict";
53768
53862
 
53769
53863
  exports.__esModule = true;
53770
- exports.OPTIMIZATION_TYPE = void 0;
53864
+ exports.RouteItemType = exports.OPTIMIZATION_TYPE = void 0;
53771
53865
  var OPTIMIZATION_TYPE;
53772
53866
  (function (OPTIMIZATION_TYPE) {
53773
53867
  OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["ANONYMOUS"] = 1] = "ANONYMOUS";
@@ -53776,10 +53870,14 @@ var OPTIMIZATION_TYPE;
53776
53870
  OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["ROUTE_BASED"] = 4] = "ROUTE_BASED";
53777
53871
  OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["CREW_BASED"] = 5] = "CREW_BASED";
53778
53872
  })(OPTIMIZATION_TYPE = exports.OPTIMIZATION_TYPE || (exports.OPTIMIZATION_TYPE = {}));
53873
+ var RouteItemType;
53874
+ (function (RouteItemType) {
53875
+ RouteItemType["Break"] = "break";
53876
+ })(RouteItemType = exports.RouteItemType || (exports.RouteItemType = {}));
53779
53877
  //# sourceMappingURL=optimization_type.js.map
53780
53878
 
53781
53879
  /***/ }),
53782
- /* 390 */
53880
+ /* 391 */
53783
53881
  /***/ (function(module, exports, __webpack_require__) {
53784
53882
 
53785
53883
  "use strict";
@@ -53795,7 +53893,7 @@ var CustomFilterOperator;
53795
53893
  //# sourceMappingURL=custom_filter.js.map
53796
53894
 
53797
53895
  /***/ }),
53798
- /* 391 */
53896
+ /* 392 */
53799
53897
  /***/ (function(module, exports, __webpack_require__) {
53800
53898
 
53801
53899
  "use strict";
@@ -53814,7 +53912,7 @@ var RequestOrigin;
53814
53912
  //# sourceMappingURL=request_origin.js.map
53815
53913
 
53816
53914
  /***/ }),
53817
- /* 392 */
53915
+ /* 393 */
53818
53916
  /***/ (function(module, exports, __webpack_require__) {
53819
53917
 
53820
53918
  "use strict";
@@ -53831,7 +53929,7 @@ var OWNERSHIP_ORIGIN;
53831
53929
  //# sourceMappingURL=floating_inventory.js.map
53832
53930
 
53833
53931
  /***/ }),
53834
- /* 393 */
53932
+ /* 394 */
53835
53933
  /***/ (function(module, exports, __webpack_require__) {
53836
53934
 
53837
53935
  "use strict";
@@ -53847,7 +53945,7 @@ var PreferredMethod;
53847
53945
  //# sourceMappingURL=fleet_router_rules.js.map
53848
53946
 
53849
53947
  /***/ }),
53850
- /* 394 */
53948
+ /* 395 */
53851
53949
  /***/ (function(module, exports, __webpack_require__) {
53852
53950
 
53853
53951
  "use strict";
@@ -53856,7 +53954,7 @@ exports.__esModule = true;
53856
53954
  //# sourceMappingURL=predicate.js.map
53857
53955
 
53858
53956
  /***/ }),
53859
- /* 395 */
53957
+ /* 396 */
53860
53958
  /***/ (function(module, exports, __webpack_require__) {
53861
53959
 
53862
53960
  "use strict";
@@ -53865,13 +53963,13 @@ exports.__esModule = true;
53865
53963
  //# sourceMappingURL=parking_spot.js.map
53866
53964
 
53867
53965
  /***/ }),
53868
- /* 396 */
53966
+ /* 397 */
53869
53967
  /***/ (function(module, exports, __webpack_require__) {
53870
53968
 
53871
53969
  "use strict";
53872
53970
 
53873
53971
  exports.__esModule = true;
53874
- exports.RuleRequestType = exports.FactType = exports.Entity = exports.RuleCategory = exports.AttributeDatatype = void 0;
53972
+ exports.RuleRequestType = exports.FactName = exports.FactType = exports.Entity = exports.RuleCategory = exports.AttributeDatatype = void 0;
53875
53973
  var AttributeDatatype;
53876
53974
  (function (AttributeDatatype) {
53877
53975
  AttributeDatatype[AttributeDatatype["String"] = 0] = "String";
@@ -53891,7 +53989,14 @@ var Entity;
53891
53989
  var FactType;
53892
53990
  (function (FactType) {
53893
53991
  FactType[FactType["Task"] = 0] = "Task";
53992
+ FactType[FactType["Waypoint"] = 1] = "Waypoint";
53894
53993
  })(FactType = exports.FactType || (exports.FactType = {}));
53994
+ var FactName;
53995
+ (function (FactName) {
53996
+ FactName["Task"] = "Task";
53997
+ FactName["FirstWaypoint"] = "FirstWaypoint";
53998
+ FactName["LastWaypoint"] = "LastWaypoint";
53999
+ })(FactName = exports.FactName || (exports.FactName = {}));
53895
54000
  var RuleRequestType;
53896
54001
  (function (RuleRequestType) {
53897
54002
  RuleRequestType["Evaluate"] = "rule:evaluate";
@@ -53899,7 +54004,7 @@ var RuleRequestType;
53899
54004
  //# sourceMappingURL=rule_types.js.map
53900
54005
 
53901
54006
  /***/ }),
53902
- /* 397 */
54007
+ /* 398 */
53903
54008
  /***/ (function(module, exports, __webpack_require__) {
53904
54009
 
53905
54010
  "use strict";
@@ -53915,12 +54020,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
53915
54020
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
53916
54021
  };
53917
54022
  exports.__esModule = true;
53918
- __exportStar(__webpack_require__(398), exports);
53919
54023
  __exportStar(__webpack_require__(399), exports);
54024
+ __exportStar(__webpack_require__(400), exports);
53920
54025
  //# sourceMappingURL=index.js.map
53921
54026
 
53922
54027
  /***/ }),
53923
- /* 398 */
54028
+ /* 399 */
53924
54029
  /***/ (function(module, exports, __webpack_require__) {
53925
54030
 
53926
54031
  "use strict";
@@ -53935,13 +54040,13 @@ var Order;
53935
54040
  //# sourceMappingURL=report.js.map
53936
54041
 
53937
54042
  /***/ }),
53938
- /* 399 */
54043
+ /* 400 */
53939
54044
  /***/ (function(module, exports, __webpack_require__) {
53940
54045
 
53941
54046
  "use strict";
53942
54047
 
53943
54048
  exports.__esModule = true;
53944
- exports.ReportExportFormat = exports.ReportDeliveryType = exports.RecurrencePeriod = void 0;
54049
+ exports.CronDayOfWeek = exports.ReportExportFormat = exports.ReportDeliveryType = exports.RecurrencePeriod = void 0;
53945
54050
  var RecurrencePeriod;
53946
54051
  (function (RecurrencePeriod) {
53947
54052
  RecurrencePeriod["Monthly"] = "Monthly";
@@ -53950,18 +54055,28 @@ var RecurrencePeriod;
53950
54055
  })(RecurrencePeriod = exports.RecurrencePeriod || (exports.RecurrencePeriod = {}));
53951
54056
  var ReportDeliveryType;
53952
54057
  (function (ReportDeliveryType) {
53953
- ReportDeliveryType["Email"] = "Email";
53954
- ReportDeliveryType["ApiOrUrl"] = "ApiOrUrl";
54058
+ ReportDeliveryType[ReportDeliveryType["Email"] = 0] = "Email";
54059
+ ReportDeliveryType[ReportDeliveryType["ApiOrUrl"] = 1] = "ApiOrUrl";
53955
54060
  })(ReportDeliveryType = exports.ReportDeliveryType || (exports.ReportDeliveryType = {}));
53956
54061
  var ReportExportFormat;
53957
54062
  (function (ReportExportFormat) {
53958
- ReportExportFormat["Csv"] = "Email";
53959
- ReportExportFormat["Json"] = "ApiOrUrl";
54063
+ ReportExportFormat[ReportExportFormat["CSV"] = 0] = "CSV";
54064
+ ReportExportFormat[ReportExportFormat["JSON"] = 1] = "JSON";
53960
54065
  })(ReportExportFormat = exports.ReportExportFormat || (exports.ReportExportFormat = {}));
54066
+ var CronDayOfWeek;
54067
+ (function (CronDayOfWeek) {
54068
+ CronDayOfWeek[CronDayOfWeek["Sunday"] = 1] = "Sunday";
54069
+ CronDayOfWeek[CronDayOfWeek["Monday"] = 2] = "Monday";
54070
+ CronDayOfWeek[CronDayOfWeek["Tuesday"] = 3] = "Tuesday";
54071
+ CronDayOfWeek[CronDayOfWeek["Wednesday"] = 4] = "Wednesday";
54072
+ CronDayOfWeek[CronDayOfWeek["Thursday"] = 5] = "Thursday";
54073
+ CronDayOfWeek[CronDayOfWeek["Friday"] = 6] = "Friday";
54074
+ CronDayOfWeek[CronDayOfWeek["Saturday"] = 7] = "Saturday";
54075
+ })(CronDayOfWeek = exports.CronDayOfWeek || (exports.CronDayOfWeek = {}));
53961
54076
  //# sourceMappingURL=reports_scheduled_jobs.js.map
53962
54077
 
53963
54078
  /***/ }),
53964
- /* 400 */
54079
+ /* 401 */
53965
54080
  /***/ (function(module, exports, __webpack_require__) {
53966
54081
 
53967
54082
  "use strict";
@@ -53970,7 +54085,16 @@ exports.__esModule = true;
53970
54085
  //# sourceMappingURL=handling_units.js.map
53971
54086
 
53972
54087
  /***/ }),
53973
- /* 401 */
54088
+ /* 402 */
54089
+ /***/ (function(module, exports, __webpack_require__) {
54090
+
54091
+ "use strict";
54092
+
54093
+ exports.__esModule = true;
54094
+ //# sourceMappingURL=emulated_delivery_provider_types.js.map
54095
+
54096
+ /***/ }),
54097
+ /* 403 */
53974
54098
  /***/ (function(module, exports, __webpack_require__) {
53975
54099
 
53976
54100
  "use strict";
@@ -54581,7 +54705,7 @@ exports.default = TaskEntity;
54581
54705
  //# sourceMappingURL=TaskEntity.js.map
54582
54706
 
54583
54707
  /***/ }),
54584
- /* 402 */
54708
+ /* 404 */
54585
54709
  /***/ (function(module, exports, __webpack_require__) {
54586
54710
 
54587
54711
  "use strict";
@@ -54623,7 +54747,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
54623
54747
  }
54624
54748
  };
54625
54749
  Object.defineProperty(exports, "__esModule", { value: true });
54626
- var ApplicationMerchantConfigurationEntity_1 = __webpack_require__(403);
54750
+ var ApplicationMerchantConfigurationEntity_1 = __webpack_require__(405);
54627
54751
  var ApplicationMerchantConfigurationApi = /** @class */ (function () {
54628
54752
  function ApplicationMerchantConfigurationApi(session, merchantConfigurationApi) {
54629
54753
  this.entity = new ApplicationMerchantConfigurationEntity_1.default(session);
@@ -54742,7 +54866,7 @@ exports.default = ApplicationMerchantConfigurationApi;
54742
54866
  //# sourceMappingURL=ApplicationMerchantConfigurationApi.js.map
54743
54867
 
54744
54868
  /***/ }),
54745
- /* 403 */
54869
+ /* 405 */
54746
54870
  /***/ (function(module, exports, __webpack_require__) {
54747
54871
 
54748
54872
  "use strict";
@@ -54972,46 +55096,11 @@ exports.default = ApplicationMerchantConfigurationEntity;
54972
55096
  //# sourceMappingURL=ApplicationMerchantConfigurationEntity.js.map
54973
55097
 
54974
55098
  /***/ }),
54975
- /* 404 */
54976
- /***/ (function(module, exports, __webpack_require__) {
54977
-
54978
- "use strict";
54979
-
54980
- Object.defineProperty(exports, "__esModule", { value: true });
54981
- var GoogleMapsHelper_1 = __webpack_require__(405);
54982
- var GoogleMapsHelperApi = /** @class */ (function () {
54983
- function GoogleMapsHelperApi(session) {
54984
- this.googleMapsHelperEntity = new GoogleMapsHelper_1.default(session);
54985
- }
54986
- GoogleMapsHelperApi.prototype.signUrl = function (url) {
54987
- return this.googleMapsHelperEntity.signUrl(url);
54988
- };
54989
- return GoogleMapsHelperApi;
54990
- }());
54991
- exports.default = GoogleMapsHelperApi;
54992
- //# sourceMappingURL=GoogleMapsHelperApi.js.map
54993
-
54994
- /***/ }),
54995
- /* 405 */
55099
+ /* 406 */
54996
55100
  /***/ (function(module, exports, __webpack_require__) {
54997
55101
 
54998
55102
  "use strict";
54999
55103
 
55000
- var __extends = (this && this.__extends) || (function () {
55001
- var extendStatics = function (d, b) {
55002
- extendStatics = Object.setPrototypeOf ||
55003
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
55004
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
55005
- return extendStatics(d, b);
55006
- };
55007
- return function (d, b) {
55008
- if (typeof b !== "function" && b !== null)
55009
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
55010
- extendStatics(d, b);
55011
- function __() { this.constructor = d; }
55012
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
55013
- };
55014
- })();
55015
55104
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
55016
55105
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
55017
55106
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -55049,35 +55138,67 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55049
55138
  }
55050
55139
  };
55051
55140
  Object.defineProperty(exports, "__esModule", { value: true });
55052
- var Entity_1 = __webpack_require__(5);
55053
- var GoogleMapsHelper = /** @class */ (function (_super) {
55054
- __extends(GoogleMapsHelper, _super);
55055
- function GoogleMapsHelper(session) {
55056
- return _super.call(this, { session: session, entityName: 'google_maps', routes: [] }) || this;
55141
+ var ApplicationTeamConfigurationEntity_1 = __webpack_require__(407);
55142
+ var ApplicationTeamConfigurationApi = /** @class */ (function () {
55143
+ function ApplicationTeamConfigurationApi(session) {
55144
+ this.entity = new ApplicationTeamConfigurationEntity_1.default(session);
55057
55145
  }
55058
- GoogleMapsHelper.prototype.signUrl = function (url) {
55146
+ ApplicationTeamConfigurationApi.prototype.getConfig = function (uuid, teamId) {
55059
55147
  return __awaiter(this, void 0, void 0, function () {
55060
55148
  return __generator(this, function (_a) {
55061
- return [2 /*return*/, this.service.routeGenerator
55062
- .post('/google_maps_helper/sign')
55063
- .withPayload({ url: url })
55064
- .withExtractor(function (res) { return res; })
55065
- .setException('Failed to sign google maps api url')
55066
- .invoke()];
55149
+ switch (_a.label) {
55150
+ case 0: return [4 /*yield*/, this.entity.getConfig(uuid, teamId)];
55151
+ case 1: return [2 /*return*/, _a.sent()];
55152
+ }
55067
55153
  });
55068
55154
  });
55069
55155
  };
55070
- return GoogleMapsHelper;
55071
- }(Entity_1.default));
55072
- exports.default = GoogleMapsHelper;
55073
- //# sourceMappingURL=GoogleMapsHelper.js.map
55156
+ ApplicationTeamConfigurationApi.prototype.updateConfig = function (uuid, teamId, data) {
55157
+ return __awaiter(this, void 0, void 0, function () {
55158
+ return __generator(this, function (_a) {
55159
+ switch (_a.label) {
55160
+ case 0: return [4 /*yield*/, this.entity.updateConfig(uuid, teamId, data)];
55161
+ case 1: return [2 /*return*/, _a.sent()];
55162
+ }
55163
+ });
55164
+ });
55165
+ };
55166
+ ApplicationTeamConfigurationApi.prototype.removeConfig = function (uuid, teamId) {
55167
+ return __awaiter(this, void 0, void 0, function () {
55168
+ return __generator(this, function (_a) {
55169
+ switch (_a.label) {
55170
+ case 0: return [4 /*yield*/, this.entity.removeConfig(uuid, teamId)];
55171
+ case 1: return [2 /*return*/, _a.sent()];
55172
+ }
55173
+ });
55174
+ });
55175
+ };
55176
+ return ApplicationTeamConfigurationApi;
55177
+ }());
55178
+ exports.default = ApplicationTeamConfigurationApi;
55179
+ //# sourceMappingURL=ApplicationTeamConfigurationApi.js.map
55074
55180
 
55075
55181
  /***/ }),
55076
- /* 406 */
55182
+ /* 407 */
55077
55183
  /***/ (function(module, exports, __webpack_require__) {
55078
55184
 
55079
55185
  "use strict";
55080
55186
 
55187
+ var __extends = (this && this.__extends) || (function () {
55188
+ var extendStatics = function (d, b) {
55189
+ extendStatics = Object.setPrototypeOf ||
55190
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
55191
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
55192
+ return extendStatics(d, b);
55193
+ };
55194
+ return function (d, b) {
55195
+ if (typeof b !== "function" && b !== null)
55196
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
55197
+ extendStatics(d, b);
55198
+ function __() { this.constructor = d; }
55199
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
55200
+ };
55201
+ })();
55081
55202
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
55082
55203
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
55083
55204
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -55115,7 +55236,206 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55115
55236
  }
55116
55237
  };
55117
55238
  Object.defineProperty(exports, "__esModule", { value: true });
55118
- var OnboardingEntity_1 = __webpack_require__(407);
55239
+ var Entity_1 = __webpack_require__(5);
55240
+ var ApplicationTeamConfigurationEntity = /** @class */ (function (_super) {
55241
+ __extends(ApplicationTeamConfigurationEntity, _super);
55242
+ function ApplicationTeamConfigurationEntity(session) {
55243
+ return _super.call(this, {
55244
+ session: session,
55245
+ entityName: 'applications',
55246
+ routePrefix: 'team',
55247
+ routes: [Entity_1.BaseRoutes.Get, Entity_1.BaseRoutes.Update, Entity_1.BaseRoutes.Delete, Entity_1.BaseRoutes.Create]
55248
+ }) || this;
55249
+ }
55250
+ ApplicationTeamConfigurationEntity.prototype.getConfig = function (uuid, teamId) {
55251
+ return __awaiter(this, void 0, void 0, function () {
55252
+ var response;
55253
+ return __generator(this, function (_a) {
55254
+ switch (_a.label) {
55255
+ case 0: return [4 /*yield*/, this.service.get(uuid, { teamId: teamId })];
55256
+ case 1:
55257
+ response = _a.sent();
55258
+ return [2 /*return*/, response && response.config];
55259
+ }
55260
+ });
55261
+ });
55262
+ };
55263
+ ApplicationTeamConfigurationEntity.prototype.updateConfig = function (uuid, teamId, data) {
55264
+ return __awaiter(this, void 0, void 0, function () {
55265
+ var result;
55266
+ return __generator(this, function (_a) {
55267
+ switch (_a.label) {
55268
+ case 0: return [4 /*yield*/, this.service.update(uuid, { data: data, teamId: teamId })];
55269
+ case 1:
55270
+ result = _a.sent();
55271
+ return [2 /*return*/, result.success];
55272
+ }
55273
+ });
55274
+ });
55275
+ };
55276
+ ApplicationTeamConfigurationEntity.prototype.removeConfig = function (uuid, teamId) {
55277
+ return __awaiter(this, void 0, void 0, function () {
55278
+ var result;
55279
+ return __generator(this, function (_a) {
55280
+ switch (_a.label) {
55281
+ case 0: return [4 /*yield*/, this.service.delete(uuid, { teamId: teamId })];
55282
+ case 1:
55283
+ result = _a.sent();
55284
+ return [2 /*return*/, result.success];
55285
+ }
55286
+ });
55287
+ });
55288
+ };
55289
+ return ApplicationTeamConfigurationEntity;
55290
+ }(Entity_1.default));
55291
+ exports.default = ApplicationTeamConfigurationEntity;
55292
+ //# sourceMappingURL=ApplicationTeamConfigurationEntity.js.map
55293
+
55294
+ /***/ }),
55295
+ /* 408 */
55296
+ /***/ (function(module, exports, __webpack_require__) {
55297
+
55298
+ "use strict";
55299
+
55300
+ Object.defineProperty(exports, "__esModule", { value: true });
55301
+ var GoogleMapsHelper_1 = __webpack_require__(409);
55302
+ var GoogleMapsHelperApi = /** @class */ (function () {
55303
+ function GoogleMapsHelperApi(session) {
55304
+ this.googleMapsHelperEntity = new GoogleMapsHelper_1.default(session);
55305
+ }
55306
+ GoogleMapsHelperApi.prototype.signUrl = function (url) {
55307
+ return this.googleMapsHelperEntity.signUrl(url);
55308
+ };
55309
+ return GoogleMapsHelperApi;
55310
+ }());
55311
+ exports.default = GoogleMapsHelperApi;
55312
+ //# sourceMappingURL=GoogleMapsHelperApi.js.map
55313
+
55314
+ /***/ }),
55315
+ /* 409 */
55316
+ /***/ (function(module, exports, __webpack_require__) {
55317
+
55318
+ "use strict";
55319
+
55320
+ var __extends = (this && this.__extends) || (function () {
55321
+ var extendStatics = function (d, b) {
55322
+ extendStatics = Object.setPrototypeOf ||
55323
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
55324
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
55325
+ return extendStatics(d, b);
55326
+ };
55327
+ return function (d, b) {
55328
+ if (typeof b !== "function" && b !== null)
55329
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
55330
+ extendStatics(d, b);
55331
+ function __() { this.constructor = d; }
55332
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
55333
+ };
55334
+ })();
55335
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
55336
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
55337
+ return new (P || (P = Promise))(function (resolve, reject) {
55338
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
55339
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
55340
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
55341
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
55342
+ });
55343
+ };
55344
+ var __generator = (this && this.__generator) || function (thisArg, body) {
55345
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
55346
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
55347
+ function verb(n) { return function (v) { return step([n, v]); }; }
55348
+ function step(op) {
55349
+ if (f) throw new TypeError("Generator is already executing.");
55350
+ while (_) try {
55351
+ 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;
55352
+ if (y = 0, t) op = [op[0] & 2, t.value];
55353
+ switch (op[0]) {
55354
+ case 0: case 1: t = op; break;
55355
+ case 4: _.label++; return { value: op[1], done: false };
55356
+ case 5: _.label++; y = op[1]; op = [0]; continue;
55357
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
55358
+ default:
55359
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
55360
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
55361
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
55362
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
55363
+ if (t[2]) _.ops.pop();
55364
+ _.trys.pop(); continue;
55365
+ }
55366
+ op = body.call(thisArg, _);
55367
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
55368
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
55369
+ }
55370
+ };
55371
+ Object.defineProperty(exports, "__esModule", { value: true });
55372
+ var Entity_1 = __webpack_require__(5);
55373
+ var GoogleMapsHelper = /** @class */ (function (_super) {
55374
+ __extends(GoogleMapsHelper, _super);
55375
+ function GoogleMapsHelper(session) {
55376
+ return _super.call(this, { session: session, entityName: 'google_maps', routes: [] }) || this;
55377
+ }
55378
+ GoogleMapsHelper.prototype.signUrl = function (url) {
55379
+ return __awaiter(this, void 0, void 0, function () {
55380
+ return __generator(this, function (_a) {
55381
+ return [2 /*return*/, this.service.routeGenerator
55382
+ .post('/google_maps_helper/sign')
55383
+ .withPayload({ url: url })
55384
+ .withExtractor(function (res) { return res; })
55385
+ .setException('Failed to sign google maps api url')
55386
+ .invoke()];
55387
+ });
55388
+ });
55389
+ };
55390
+ return GoogleMapsHelper;
55391
+ }(Entity_1.default));
55392
+ exports.default = GoogleMapsHelper;
55393
+ //# sourceMappingURL=GoogleMapsHelper.js.map
55394
+
55395
+ /***/ }),
55396
+ /* 410 */
55397
+ /***/ (function(module, exports, __webpack_require__) {
55398
+
55399
+ "use strict";
55400
+
55401
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
55402
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
55403
+ return new (P || (P = Promise))(function (resolve, reject) {
55404
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
55405
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
55406
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
55407
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
55408
+ });
55409
+ };
55410
+ var __generator = (this && this.__generator) || function (thisArg, body) {
55411
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
55412
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
55413
+ function verb(n) { return function (v) { return step([n, v]); }; }
55414
+ function step(op) {
55415
+ if (f) throw new TypeError("Generator is already executing.");
55416
+ while (_) try {
55417
+ 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;
55418
+ if (y = 0, t) op = [op[0] & 2, t.value];
55419
+ switch (op[0]) {
55420
+ case 0: case 1: t = op; break;
55421
+ case 4: _.label++; return { value: op[1], done: false };
55422
+ case 5: _.label++; y = op[1]; op = [0]; continue;
55423
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
55424
+ default:
55425
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
55426
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
55427
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
55428
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
55429
+ if (t[2]) _.ops.pop();
55430
+ _.trys.pop(); continue;
55431
+ }
55432
+ op = body.call(thisArg, _);
55433
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
55434
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
55435
+ }
55436
+ };
55437
+ Object.defineProperty(exports, "__esModule", { value: true });
55438
+ var OnboardingEntity_1 = __webpack_require__(411);
55119
55439
  var OnboardingApi = /** @class */ (function () {
55120
55440
  function OnboardingApi(session) {
55121
55441
  this.onboardingEntity = new OnboardingEntity_1.default(session);
@@ -55140,7 +55460,7 @@ exports.default = OnboardingApi;
55140
55460
  //# sourceMappingURL=OnboardingApi.js.map
55141
55461
 
55142
55462
  /***/ }),
55143
- /* 407 */
55463
+ /* 411 */
55144
55464
  /***/ (function(module, exports, __webpack_require__) {
55145
55465
 
55146
55466
  "use strict";
@@ -55173,13 +55493,13 @@ exports.default = OnboardingEntity;
55173
55493
  //# sourceMappingURL=OnboardingEntity.js.map
55174
55494
 
55175
55495
  /***/ }),
55176
- /* 408 */
55496
+ /* 412 */
55177
55497
  /***/ (function(module, exports, __webpack_require__) {
55178
55498
 
55179
55499
  "use strict";
55180
55500
 
55181
55501
  Object.defineProperty(exports, "__esModule", { value: true });
55182
- var FleetRouterEntity_1 = __webpack_require__(409);
55502
+ var FleetRouterEntity_1 = __webpack_require__(413);
55183
55503
  var FleetRouterApi = /** @class */ (function () {
55184
55504
  function FleetRouterApi(session) {
55185
55505
  this.fleetRouterEntity = new FleetRouterEntity_1.default(session);
@@ -55205,7 +55525,7 @@ exports.default = FleetRouterApi;
55205
55525
  //# sourceMappingURL=FleetRouterApi.js.map
55206
55526
 
55207
55527
  /***/ }),
55208
- /* 409 */
55528
+ /* 413 */
55209
55529
  /***/ (function(module, exports, __webpack_require__) {
55210
55530
 
55211
55531
  "use strict";
@@ -55244,7 +55564,7 @@ exports.default = FleetRouterEntity;
55244
55564
  //# sourceMappingURL=FleetRouterEntity.js.map
55245
55565
 
55246
55566
  /***/ }),
55247
- /* 410 */
55567
+ /* 414 */
55248
55568
  /***/ (function(module, exports, __webpack_require__) {
55249
55569
 
55250
55570
  "use strict";
@@ -55286,7 +55606,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55286
55606
  }
55287
55607
  };
55288
55608
  Object.defineProperty(exports, "__esModule", { value: true });
55289
- var ServiceEntity_1 = __webpack_require__(411);
55609
+ var ServiceEntity_1 = __webpack_require__(415);
55290
55610
  var ServiceApi = /** @class */ (function () {
55291
55611
  function ServiceApi(session) {
55292
55612
  this.entity = new ServiceEntity_1.default(session);
@@ -55307,7 +55627,7 @@ exports.default = ServiceApi;
55307
55627
  //# sourceMappingURL=ServiceApi.js.map
55308
55628
 
55309
55629
  /***/ }),
55310
- /* 411 */
55630
+ /* 415 */
55311
55631
  /***/ (function(module, exports, __webpack_require__) {
55312
55632
 
55313
55633
  "use strict";
@@ -55390,7 +55710,7 @@ exports.default = ServiceEntity;
55390
55710
  //# sourceMappingURL=ServiceEntity.js.map
55391
55711
 
55392
55712
  /***/ }),
55393
- /* 412 */
55713
+ /* 416 */
55394
55714
  /***/ (function(module, exports, __webpack_require__) {
55395
55715
 
55396
55716
  "use strict";
@@ -55432,7 +55752,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55432
55752
  }
55433
55753
  };
55434
55754
  Object.defineProperty(exports, "__esModule", { value: true });
55435
- var FleetTemplateEntity_1 = __webpack_require__(413);
55755
+ var FleetTemplateEntity_1 = __webpack_require__(417);
55436
55756
  var FleetTemplateApi = /** @class */ (function () {
55437
55757
  function FleetTemplateApi(session) {
55438
55758
  this.entity = new FleetTemplateEntity_1.default(session);
@@ -55460,7 +55780,7 @@ exports.default = FleetTemplateApi;
55460
55780
  //# sourceMappingURL=FleetTemplateApi.js.map
55461
55781
 
55462
55782
  /***/ }),
55463
- /* 413 */
55783
+ /* 417 */
55464
55784
  /***/ (function(module, exports, __webpack_require__) {
55465
55785
 
55466
55786
  "use strict";
@@ -55561,7 +55881,7 @@ exports.fleetTemplatesExtractor = fleetTemplatesExtractor;
55561
55881
  //# sourceMappingURL=FleetTemplateEntity.js.map
55562
55882
 
55563
55883
  /***/ }),
55564
- /* 414 */
55884
+ /* 418 */
55565
55885
  /***/ (function(module, exports, __webpack_require__) {
55566
55886
 
55567
55887
  "use strict";
@@ -55603,7 +55923,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55603
55923
  }
55604
55924
  };
55605
55925
  Object.defineProperty(exports, "__esModule", { value: true });
55606
- var OpenFleetEntity_1 = __webpack_require__(415);
55926
+ var OpenFleetEntity_1 = __webpack_require__(419);
55607
55927
  var OpenFleetApi = /** @class */ (function () {
55608
55928
  function OpenFleetApi(session) {
55609
55929
  this.entity = new OpenFleetEntity_1.default(session);
@@ -55670,7 +55990,7 @@ exports.default = OpenFleetApi;
55670
55990
  //# sourceMappingURL=OpenFleetApi.js.map
55671
55991
 
55672
55992
  /***/ }),
55673
- /* 415 */
55993
+ /* 419 */
55674
55994
  /***/ (function(module, exports, __webpack_require__) {
55675
55995
 
55676
55996
  "use strict";
@@ -55818,13 +56138,13 @@ exports.default = OpenFleetEntity;
55818
56138
  //# sourceMappingURL=OpenFleetEntity.js.map
55819
56139
 
55820
56140
  /***/ }),
55821
- /* 416 */
56141
+ /* 420 */
55822
56142
  /***/ (function(module, exports, __webpack_require__) {
55823
56143
 
55824
56144
  "use strict";
55825
56145
 
55826
56146
  Object.defineProperty(exports, "__esModule", { value: true });
55827
- var Geocoding_1 = __webpack_require__(417);
56147
+ var Geocoding_1 = __webpack_require__(421);
55828
56148
  var GeocodingApi = /** @class */ (function () {
55829
56149
  function GeocodingApi(session) {
55830
56150
  this.geocodingEntity = new Geocoding_1.default(session);
@@ -55841,7 +56161,7 @@ exports.default = GeocodingApi;
55841
56161
  //# sourceMappingURL=GeocodingApi.js.map
55842
56162
 
55843
56163
  /***/ }),
55844
- /* 417 */
56164
+ /* 421 */
55845
56165
  /***/ (function(module, exports, __webpack_require__) {
55846
56166
 
55847
56167
  "use strict";
@@ -55942,7 +56262,7 @@ exports.default = GeocodingEntity;
55942
56262
  //# sourceMappingURL=Geocoding.js.map
55943
56263
 
55944
56264
  /***/ }),
55945
- /* 418 */
56265
+ /* 422 */
55946
56266
  /***/ (function(module, exports, __webpack_require__) {
55947
56267
 
55948
56268
  "use strict";
@@ -55984,7 +56304,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
55984
56304
  }
55985
56305
  };
55986
56306
  Object.defineProperty(exports, "__esModule", { value: true });
55987
- var ApplicationEntity_1 = __webpack_require__(419);
56307
+ var ApplicationEntity_1 = __webpack_require__(423);
55988
56308
  var ApplicationApi = /** @class */ (function () {
55989
56309
  function ApplicationApi(session) {
55990
56310
  this.entity = new ApplicationEntity_1.default(session);
@@ -56005,7 +56325,7 @@ exports.default = ApplicationApi;
56005
56325
  //# sourceMappingURL=ApplicationApi.js.map
56006
56326
 
56007
56327
  /***/ }),
56008
- /* 419 */
56328
+ /* 423 */
56009
56329
  /***/ (function(module, exports, __webpack_require__) {
56010
56330
 
56011
56331
  "use strict";
@@ -56074,7 +56394,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56074
56394
  };
56075
56395
  Object.defineProperty(exports, "__esModule", { value: true });
56076
56396
  var StoreEntity_1 = __webpack_require__(11);
56077
- var uuid_1 = __webpack_require__(455);
56397
+ var uuid_1 = __webpack_require__(462);
56078
56398
  var _ = __webpack_require__(10);
56079
56399
  var entityName = 'application_action';
56080
56400
  var ApplicationEntity = /** @class */ (function (_super) {
@@ -56168,7 +56488,7 @@ exports.default = ApplicationEntity;
56168
56488
  //# sourceMappingURL=ApplicationEntity.js.map
56169
56489
 
56170
56490
  /***/ }),
56171
- /* 420 */
56491
+ /* 424 */
56172
56492
  /***/ (function(module, exports, __webpack_require__) {
56173
56493
 
56174
56494
  "use strict";
@@ -56210,7 +56530,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56210
56530
  }
56211
56531
  };
56212
56532
  Object.defineProperty(exports, "__esModule", { value: true });
56213
- var CustomerAvailabilityHourEntity_1 = __webpack_require__(421);
56533
+ var CustomerAvailabilityHourEntity_1 = __webpack_require__(425);
56214
56534
  var CustomerAvailabilityHourApi = /** @class */ (function () {
56215
56535
  function CustomerAvailabilityHourApi(session) {
56216
56536
  this.customerAvailabilityHourEntity = new CustomerAvailabilityHourEntity_1.default(session);
@@ -56228,7 +56548,7 @@ exports.default = CustomerAvailabilityHourApi;
56228
56548
  //# sourceMappingURL=CustomerAvailabilityHourApi.js.map
56229
56549
 
56230
56550
  /***/ }),
56231
- /* 421 */
56551
+ /* 425 */
56232
56552
  /***/ (function(module, exports, __webpack_require__) {
56233
56553
 
56234
56554
  "use strict";
@@ -56339,13 +56659,13 @@ exports.default = CustomerAvailabilityHourEntity;
56339
56659
  //# sourceMappingURL=CustomerAvailabilityHourEntity.js.map
56340
56660
 
56341
56661
  /***/ }),
56342
- /* 422 */
56662
+ /* 426 */
56343
56663
  /***/ (function(module, exports, __webpack_require__) {
56344
56664
 
56345
56665
  "use strict";
56346
56666
 
56347
56667
  Object.defineProperty(exports, "__esModule", { value: true });
56348
- var Shifts_1 = __webpack_require__(423);
56668
+ var Shifts_1 = __webpack_require__(427);
56349
56669
  var ShiftsApi = /** @class */ (function () {
56350
56670
  function ShiftsApi(session) {
56351
56671
  this.shiftsEntity = new Shifts_1.default(session);
@@ -56368,7 +56688,7 @@ exports.default = ShiftsApi;
56368
56688
  //# sourceMappingURL=ShiftsApi.js.map
56369
56689
 
56370
56690
  /***/ }),
56371
- /* 423 */
56691
+ /* 427 */
56372
56692
  /***/ (function(module, exports, __webpack_require__) {
56373
56693
 
56374
56694
  "use strict";
@@ -56483,7 +56803,7 @@ exports.default = ShiftsEntity;
56483
56803
  //# sourceMappingURL=Shifts.js.map
56484
56804
 
56485
56805
  /***/ }),
56486
- /* 424 */
56806
+ /* 428 */
56487
56807
  /***/ (function(module, exports, __webpack_require__) {
56488
56808
 
56489
56809
  "use strict";
@@ -56525,7 +56845,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56525
56845
  }
56526
56846
  };
56527
56847
  Object.defineProperty(exports, "__esModule", { value: true });
56528
- var ExclusionWindowEntity_1 = __webpack_require__(425);
56848
+ var ExclusionWindowEntity_1 = __webpack_require__(429);
56529
56849
  var ExclusionWindowApi = /** @class */ (function () {
56530
56850
  function ExclusionWindowApi(session) {
56531
56851
  this.exclusionWindowEntity = new ExclusionWindowEntity_1.default(session);
@@ -56571,7 +56891,7 @@ exports.default = ExclusionWindowApi;
56571
56891
  //# sourceMappingURL=ExclusionWindowApi.js.map
56572
56892
 
56573
56893
  /***/ }),
56574
- /* 425 */
56894
+ /* 429 */
56575
56895
  /***/ (function(module, exports, __webpack_require__) {
56576
56896
 
56577
56897
  "use strict";
@@ -56661,7 +56981,7 @@ exports.default = ExclusionWindowEntity;
56661
56981
  //# sourceMappingURL=ExclusionWindowEntity.js.map
56662
56982
 
56663
56983
  /***/ }),
56664
- /* 426 */
56984
+ /* 430 */
56665
56985
  /***/ (function(module, exports, __webpack_require__) {
56666
56986
 
56667
56987
  "use strict";
@@ -56697,7 +57017,7 @@ exports.default = Country;
56697
57017
  //# sourceMappingURL=Country.js.map
56698
57018
 
56699
57019
  /***/ }),
56700
- /* 427 */
57020
+ /* 431 */
56701
57021
  /***/ (function(module, exports, __webpack_require__) {
56702
57022
 
56703
57023
  "use strict";
@@ -56739,7 +57059,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
56739
57059
  }
56740
57060
  };
56741
57061
  Object.defineProperty(exports, "__esModule", { value: true });
56742
- var OauthApplicationEntity_1 = __webpack_require__(428);
57062
+ var OauthApplicationEntity_1 = __webpack_require__(432);
56743
57063
  var OauthApplicationApi = /** @class */ (function () {
56744
57064
  function OauthApplicationApi(session) {
56745
57065
  this.entity = new OauthApplicationEntity_1.default(session);
@@ -56799,7 +57119,7 @@ exports.default = OauthApplicationApi;
56799
57119
  //# sourceMappingURL=OauthApplicationApi.js.map
56800
57120
 
56801
57121
  /***/ }),
56802
- /* 428 */
57122
+ /* 432 */
56803
57123
  /***/ (function(module, exports, __webpack_require__) {
56804
57124
 
56805
57125
  "use strict";
@@ -56916,13 +57236,13 @@ exports.default = OauthApplicationEntity;
56916
57236
  //# sourceMappingURL=OauthApplicationEntity.js.map
56917
57237
 
56918
57238
  /***/ }),
56919
- /* 429 */
57239
+ /* 433 */
56920
57240
  /***/ (function(module, exports, __webpack_require__) {
56921
57241
 
56922
57242
  "use strict";
56923
57243
 
56924
57244
  Object.defineProperty(exports, "__esModule", { value: true });
56925
- var InventoryEntity_1 = __webpack_require__(430);
57245
+ var InventoryEntity_1 = __webpack_require__(434);
56926
57246
  var Inventory = /** @class */ (function () {
56927
57247
  function Inventory(session) {
56928
57248
  this.inventory = new InventoryEntity_1.default(session);
@@ -56945,7 +57265,7 @@ exports.default = Inventory;
56945
57265
  //# sourceMappingURL=Inventory.js.map
56946
57266
 
56947
57267
  /***/ }),
56948
- /* 430 */
57268
+ /* 434 */
56949
57269
  /***/ (function(module, exports, __webpack_require__) {
56950
57270
 
56951
57271
  "use strict";
@@ -56982,7 +57302,7 @@ exports.default = InventoryEntity;
56982
57302
  //# sourceMappingURL=InventoryEntity.js.map
56983
57303
 
56984
57304
  /***/ }),
56985
- /* 431 */
57305
+ /* 435 */
56986
57306
  /***/ (function(module, exports, __webpack_require__) {
56987
57307
 
56988
57308
  "use strict";
@@ -57024,7 +57344,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
57024
57344
  }
57025
57345
  };
57026
57346
  Object.defineProperty(exports, "__esModule", { value: true });
57027
- var PushNotificationRegistrationEntity_1 = __webpack_require__(432);
57347
+ var PushNotificationRegistrationEntity_1 = __webpack_require__(436);
57028
57348
  var PushNotificationRegistration = /** @class */ (function () {
57029
57349
  function PushNotificationRegistration(session) {
57030
57350
  this.pushNotificationRegistrationEntity = new PushNotificationRegistrationEntity_1.default(session);
@@ -57049,7 +57369,7 @@ exports.default = PushNotificationRegistration;
57049
57369
  //# sourceMappingURL=PushNotificationRegistration.js.map
57050
57370
 
57051
57371
  /***/ }),
57052
- /* 432 */
57372
+ /* 436 */
57053
57373
  /***/ (function(module, exports, __webpack_require__) {
57054
57374
 
57055
57375
  "use strict";
@@ -57082,7 +57402,7 @@ exports.default = PushNotificationRegistrationEntity;
57082
57402
  //# sourceMappingURL=PushNotificationRegistrationEntity.js.map
57083
57403
 
57084
57404
  /***/ }),
57085
- /* 433 */
57405
+ /* 437 */
57086
57406
  /***/ (function(module, exports, __webpack_require__) {
57087
57407
 
57088
57408
  "use strict";
@@ -57124,7 +57444,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
57124
57444
  }
57125
57445
  };
57126
57446
  Object.defineProperty(exports, "__esModule", { value: true });
57127
- var ReasonToCancelTasksEntity_1 = __webpack_require__(434);
57447
+ var ReasonToCancelTasksEntity_1 = __webpack_require__(438);
57128
57448
  var ReasonToCancelTasks = /** @class */ (function () {
57129
57449
  function ReasonToCancelTasks(session) {
57130
57450
  this.reasonToCancelTasksEntity = new ReasonToCancelTasksEntity_1.default(session);
@@ -57145,7 +57465,7 @@ exports.default = ReasonToCancelTasks;
57145
57465
  //# sourceMappingURL=ReasonToCancelTasksApi.js.map
57146
57466
 
57147
57467
  /***/ }),
57148
- /* 434 */
57468
+ /* 438 */
57149
57469
  /***/ (function(module, exports, __webpack_require__) {
57150
57470
 
57151
57471
  "use strict";
@@ -57193,7 +57513,7 @@ exports.default = ReasonToCancelTasksEntity;
57193
57513
  //# sourceMappingURL=ReasonToCancelTasksEntity.js.map
57194
57514
 
57195
57515
  /***/ }),
57196
- /* 435 */
57516
+ /* 439 */
57197
57517
  /***/ (function(module, exports, __webpack_require__) {
57198
57518
 
57199
57519
  "use strict";
@@ -57235,7 +57555,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
57235
57555
  }
57236
57556
  };
57237
57557
  Object.defineProperty(exports, "__esModule", { value: true });
57238
- var CustomFilterEntity_1 = __webpack_require__(436);
57558
+ var CustomFilterEntity_1 = __webpack_require__(440);
57239
57559
  var CustomFilterApi = /** @class */ (function () {
57240
57560
  function CustomFilterApi(session) {
57241
57561
  this.customFilterEntity = new CustomFilterEntity_1.default(session);
@@ -57274,7 +57594,7 @@ exports.default = CustomFilterApi;
57274
57594
  //# sourceMappingURL=CustomFilterApi.js.map
57275
57595
 
57276
57596
  /***/ }),
57277
- /* 436 */
57597
+ /* 440 */
57278
57598
  /***/ (function(module, exports, __webpack_require__) {
57279
57599
 
57280
57600
  "use strict";
@@ -57312,13 +57632,13 @@ exports.default = CustomFilterEntity;
57312
57632
  //# sourceMappingURL=CustomFilterEntity.js.map
57313
57633
 
57314
57634
  /***/ }),
57315
- /* 437 */
57635
+ /* 441 */
57316
57636
  /***/ (function(module, exports, __webpack_require__) {
57317
57637
 
57318
57638
  "use strict";
57319
57639
 
57320
57640
  Object.defineProperty(exports, "__esModule", { value: true });
57321
- var FloatingInventoryEntity_1 = __webpack_require__(438);
57641
+ var FloatingInventoryEntity_1 = __webpack_require__(442);
57322
57642
  var FloatingInventory = /** @class */ (function () {
57323
57643
  function FloatingInventory(session) {
57324
57644
  this.floatingInventory = new FloatingInventoryEntity_1.default(session);
@@ -57332,7 +57652,7 @@ exports.default = FloatingInventory;
57332
57652
  //# sourceMappingURL=FloatingInventoryApi.js.map
57333
57653
 
57334
57654
  /***/ }),
57335
- /* 438 */
57655
+ /* 442 */
57336
57656
  /***/ (function(module, exports, __webpack_require__) {
57337
57657
 
57338
57658
  "use strict";
@@ -57354,7 +57674,7 @@ var __extends = (this && this.__extends) || (function () {
57354
57674
  })();
57355
57675
  Object.defineProperty(exports, "__esModule", { value: true });
57356
57676
  var Entity_1 = __webpack_require__(5);
57357
- var FloatingInventory_consts_1 = __webpack_require__(439);
57677
+ var FloatingInventory_consts_1 = __webpack_require__(443);
57358
57678
  var BASE_ROUTE = 'floating_inventories';
57359
57679
  var USERS_WITH_AVAILABLE_FLOATING_INVENTORY = "/" + BASE_ROUTE + "/users_with_available_floating_inventory";
57360
57680
  var FloatingInventoryEntity = /** @class */ (function (_super) {
@@ -57379,7 +57699,7 @@ exports.default = FloatingInventoryEntity;
57379
57699
  //# sourceMappingURL=FloatingInventoryEntity.js.map
57380
57700
 
57381
57701
  /***/ }),
57382
- /* 439 */
57702
+ /* 443 */
57383
57703
  /***/ (function(module, exports, __webpack_require__) {
57384
57704
 
57385
57705
  "use strict";
@@ -57391,13 +57711,13 @@ exports.userIdsExtractor = userIdsExtractor;
57391
57711
  //# sourceMappingURL=FloatingInventory.consts.js.map
57392
57712
 
57393
57713
  /***/ }),
57394
- /* 440 */
57714
+ /* 444 */
57395
57715
  /***/ (function(module, exports, __webpack_require__) {
57396
57716
 
57397
57717
  "use strict";
57398
57718
 
57399
57719
  Object.defineProperty(exports, "__esModule", { value: true });
57400
- var ServiceAreaEntity_1 = __webpack_require__(441);
57720
+ var ServiceAreaEntity_1 = __webpack_require__(445);
57401
57721
  var ServiceAreaApi = /** @class */ (function () {
57402
57722
  function ServiceAreaApi(session) {
57403
57723
  this.serviceAreaEntity = new ServiceAreaEntity_1.default(session);
@@ -57426,7 +57746,7 @@ exports.default = ServiceAreaApi;
57426
57746
  //# sourceMappingURL=ServiceAreaApi.js.map
57427
57747
 
57428
57748
  /***/ }),
57429
- /* 441 */
57749
+ /* 445 */
57430
57750
  /***/ (function(module, exports, __webpack_require__) {
57431
57751
 
57432
57752
  "use strict";
@@ -57476,13 +57796,13 @@ exports.default = ServiceAreaEntity;
57476
57796
  //# sourceMappingURL=ServiceAreaEntity.js.map
57477
57797
 
57478
57798
  /***/ }),
57479
- /* 442 */
57799
+ /* 446 */
57480
57800
  /***/ (function(module, exports, __webpack_require__) {
57481
57801
 
57482
57802
  "use strict";
57483
57803
 
57484
57804
  Object.defineProperty(exports, "__esModule", { value: true });
57485
- var BillingEntity_1 = __webpack_require__(443);
57805
+ var BillingEntity_1 = __webpack_require__(447);
57486
57806
  var BillingApi = /** @class */ (function () {
57487
57807
  function BillingApi(session) {
57488
57808
  this.billingEntity = new BillingEntity_1.default(session);
@@ -57535,7 +57855,7 @@ exports.default = BillingApi;
57535
57855
  //# sourceMappingURL=BillingApi.js.map
57536
57856
 
57537
57857
  /***/ }),
57538
- /* 443 */
57858
+ /* 447 */
57539
57859
  /***/ (function(module, exports, __webpack_require__) {
57540
57860
 
57541
57861
  "use strict";
@@ -57812,13 +58132,13 @@ exports.default = BillingEntity;
57812
58132
  //# sourceMappingURL=BillingEntity.js.map
57813
58133
 
57814
58134
  /***/ }),
57815
- /* 444 */
58135
+ /* 448 */
57816
58136
  /***/ (function(module, exports, __webpack_require__) {
57817
58137
 
57818
58138
  "use strict";
57819
58139
 
57820
58140
  Object.defineProperty(exports, "__esModule", { value: true });
57821
- const pendo_1 = __webpack_require__(445);
58141
+ const pendo_1 = __webpack_require__(449);
57822
58142
  class AnalyticsApi {
57823
58143
  constructor() {
57824
58144
  this.provider = new pendo_1.PendoProvider();
@@ -57838,7 +58158,7 @@ exports.default = AnalyticsApi;
57838
58158
  //# sourceMappingURL=index.js.map
57839
58159
 
57840
58160
  /***/ }),
57841
- /* 445 */
58161
+ /* 449 */
57842
58162
  /***/ (function(module, exports, __webpack_require__) {
57843
58163
 
57844
58164
  "use strict";
@@ -57880,13 +58200,13 @@ exports.PendoProvider = PendoProvider;
57880
58200
  //# sourceMappingURL=pendo.js.map
57881
58201
 
57882
58202
  /***/ }),
57883
- /* 446 */
58203
+ /* 450 */
57884
58204
  /***/ (function(module, exports, __webpack_require__) {
57885
58205
 
57886
58206
  "use strict";
57887
58207
 
57888
58208
  Object.defineProperty(exports, "__esModule", { value: true });
57889
- var AnalyticsReportsEntity_1 = __webpack_require__(447);
58209
+ var AnalyticsReportsEntity_1 = __webpack_require__(451);
57890
58210
  var AnalyticsReportsApi = /** @class */ (function () {
57891
58211
  function AnalyticsReportsApi(session) {
57892
58212
  this.analyticsReportsEntity = new AnalyticsReportsEntity_1.default(session);
@@ -57906,6 +58226,18 @@ var AnalyticsReportsApi = /** @class */ (function () {
57906
58226
  AnalyticsReportsApi.prototype.getSystemReports = function (queryString) {
57907
58227
  return this.analyticsReportsEntity.getSystemReports(queryString);
57908
58228
  };
58229
+ AnalyticsReportsApi.prototype.createReportScheduledJob = function (queryParams) {
58230
+ return this.analyticsReportsEntity.createReportScheduledJob(queryParams);
58231
+ };
58232
+ AnalyticsReportsApi.prototype.updateReportScheduledJob = function (jobId, queryParams) {
58233
+ return this.analyticsReportsEntity.updateReportScheduledJob(jobId, queryParams);
58234
+ };
58235
+ AnalyticsReportsApi.prototype.getReportScheduledJob = function (jobId) {
58236
+ return this.analyticsReportsEntity.getReportScheduledJob(jobId);
58237
+ };
58238
+ AnalyticsReportsApi.prototype.deleteReportScheduledJob = function (jobId) {
58239
+ return this.analyticsReportsEntity.deleteReportScheduledJob(jobId);
58240
+ };
57909
58241
  AnalyticsReportsApi.prototype.getCubejsMeta = function () {
57910
58242
  return this.analyticsReportsEntity.getCubeMeta();
57911
58243
  };
@@ -57915,7 +58247,7 @@ exports.default = AnalyticsReportsApi;
57915
58247
  //# sourceMappingURL=AnalyticsReportsApi.js.map
57916
58248
 
57917
58249
  /***/ }),
57918
- /* 447 */
58250
+ /* 451 */
57919
58251
  /***/ (function(module, exports, __webpack_require__) {
57920
58252
 
57921
58253
  "use strict";
@@ -57978,13 +58310,21 @@ var Version;
57978
58310
  Version["v1"] = "v1";
57979
58311
  })(Version || (Version = {}));
57980
58312
  var BaseRoute = '/report-service';
58313
+ var createRoute = function (route, version) {
58314
+ if (version === void 0) { version = Version.v1; }
58315
+ return BaseRoute + "/" + version + route;
58316
+ };
57981
58317
  var Routes = {
57982
- GET_USER_REPORTS: BaseRoute + "/" + Version.v1 + "/reports",
57983
- GET_SYSTEM_REPORTS: BaseRoute + "/" + Version.v1 + "/system-reports",
57984
- GET_REPORT: BaseRoute + "/" + Version.v1 + "/reports/{:reportId}",
57985
- DELETE_REPORT: BaseRoute + "/" + Version.v1 + "/reports/{:reportId}",
57986
- GET_EXECUTED_REPORT: BaseRoute + "/" + Version.v1 + "/reports/{:reportId}/execute",
57987
- GET_CUBE_META: BaseRoute + "/" + Version.v1 + "/cubejs/meta"
58318
+ GET_USER_REPORTS: createRoute('/reports'),
58319
+ GET_SYSTEM_REPORTS: createRoute('/system-reports'),
58320
+ GET_REPORT: createRoute('/reports/{:reportId}'),
58321
+ DELETE_REPORT: createRoute('/reports/{:reportId}'),
58322
+ GET_EXECUTED_REPORT: createRoute('/reports/{:reportId}/execute'),
58323
+ CREATE_SCHEDULE_JOB: createRoute('/scheduled-jobs'),
58324
+ UPDATE_SCHEDULE_JOB: createRoute('/scheduled-jobs/{:jobId}'),
58325
+ GET_SCHEDULE_JOB: createRoute('/scheduled-jobs/{:jobId}'),
58326
+ DELETE_SCHEDULE_JOB: createRoute('/scheduled-jobs/{:jobId}'),
58327
+ GET_CUBE_META: createRoute('/cubejs/meta')
57988
58328
  };
57989
58329
  var AnalyticsReportsEntity = /** @class */ (function (_super) {
57990
58330
  __extends(AnalyticsReportsEntity, _super);
@@ -58060,6 +58400,59 @@ var AnalyticsReportsEntity = /** @class */ (function (_super) {
58060
58400
  });
58061
58401
  });
58062
58402
  };
58403
+ AnalyticsReportsEntity.prototype.createReportScheduledJob = function (queryParams) {
58404
+ return __awaiter(this, void 0, void 0, function () {
58405
+ return __generator(this, function (_a) {
58406
+ switch (_a.label) {
58407
+ case 0: return [4 /*yield*/, this.service.routeGenerator
58408
+ .post(Routes.CREATE_SCHEDULE_JOB)
58409
+ .withPayload(queryParams)
58410
+ .invoke()];
58411
+ case 1: return [2 /*return*/, _a.sent()];
58412
+ }
58413
+ });
58414
+ });
58415
+ };
58416
+ AnalyticsReportsEntity.prototype.updateReportScheduledJob = function (jobId, queryParams) {
58417
+ return __awaiter(this, void 0, void 0, function () {
58418
+ return __generator(this, function (_a) {
58419
+ switch (_a.label) {
58420
+ case 0: return [4 /*yield*/, this.service.routeGenerator
58421
+ .put(Routes.UPDATE_SCHEDULE_JOB)
58422
+ .withRouteParams({ jobId: jobId })
58423
+ .withPayload(queryParams)
58424
+ .invoke()];
58425
+ case 1: return [2 /*return*/, _a.sent()];
58426
+ }
58427
+ });
58428
+ });
58429
+ };
58430
+ AnalyticsReportsEntity.prototype.getReportScheduledJob = function (jobId) {
58431
+ return __awaiter(this, void 0, void 0, function () {
58432
+ return __generator(this, function (_a) {
58433
+ switch (_a.label) {
58434
+ case 0: return [4 /*yield*/, this.service.routeGenerator
58435
+ .get(Routes.GET_SCHEDULE_JOB)
58436
+ .withRouteParams({ jobId: jobId })
58437
+ .invoke()];
58438
+ case 1: return [2 /*return*/, _a.sent()];
58439
+ }
58440
+ });
58441
+ });
58442
+ };
58443
+ AnalyticsReportsEntity.prototype.deleteReportScheduledJob = function (jobId) {
58444
+ return __awaiter(this, void 0, void 0, function () {
58445
+ return __generator(this, function (_a) {
58446
+ switch (_a.label) {
58447
+ case 0: return [4 /*yield*/, this.service.routeGenerator
58448
+ .delete(Routes.DELETE_SCHEDULE_JOB)
58449
+ .withRouteParams({ jobId: jobId })
58450
+ .invoke()];
58451
+ case 1: return [2 /*return*/, _a.sent()];
58452
+ }
58453
+ });
58454
+ });
58455
+ };
58063
58456
  AnalyticsReportsEntity.prototype.getCubeMeta = function () {
58064
58457
  return __awaiter(this, void 0, void 0, function () {
58065
58458
  return __generator(this, function (_a) {
@@ -58076,7 +58469,133 @@ exports.default = AnalyticsReportsEntity;
58076
58469
  //# sourceMappingURL=AnalyticsReportsEntity.js.map
58077
58470
 
58078
58471
  /***/ }),
58079
- /* 448 */
58472
+ /* 452 */
58473
+ /***/ (function(module, exports, __webpack_require__) {
58474
+
58475
+ "use strict";
58476
+
58477
+ Object.defineProperty(exports, "__esModule", { value: true });
58478
+ var ServicePlansEntity_1 = __webpack_require__(453);
58479
+ var ServicePlansApi = /** @class */ (function () {
58480
+ function ServicePlansApi(session) {
58481
+ this.servicePlansEntity = new ServicePlansEntity_1.default(session);
58482
+ }
58483
+ ServicePlansApi.prototype.getAll = function () {
58484
+ return this.servicePlansEntity.getAll();
58485
+ };
58486
+ ServicePlansApi.prototype.get = function (id) {
58487
+ return this.servicePlansEntity.service.get(id);
58488
+ };
58489
+ return ServicePlansApi;
58490
+ }());
58491
+ exports.default = ServicePlansApi;
58492
+ //# sourceMappingURL=ServicePlansApi.js.map
58493
+
58494
+ /***/ }),
58495
+ /* 453 */
58496
+ /***/ (function(module, exports, __webpack_require__) {
58497
+
58498
+ "use strict";
58499
+
58500
+ var __extends = (this && this.__extends) || (function () {
58501
+ var extendStatics = function (d, b) {
58502
+ extendStatics = Object.setPrototypeOf ||
58503
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
58504
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
58505
+ return extendStatics(d, b);
58506
+ };
58507
+ return function (d, b) {
58508
+ if (typeof b !== "function" && b !== null)
58509
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
58510
+ extendStatics(d, b);
58511
+ function __() { this.constructor = d; }
58512
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
58513
+ };
58514
+ })();
58515
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
58516
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
58517
+ return new (P || (P = Promise))(function (resolve, reject) {
58518
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
58519
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
58520
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
58521
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
58522
+ });
58523
+ };
58524
+ var __generator = (this && this.__generator) || function (thisArg, body) {
58525
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
58526
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
58527
+ function verb(n) { return function (v) { return step([n, v]); }; }
58528
+ function step(op) {
58529
+ if (f) throw new TypeError("Generator is already executing.");
58530
+ while (_) try {
58531
+ 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;
58532
+ if (y = 0, t) op = [op[0] & 2, t.value];
58533
+ switch (op[0]) {
58534
+ case 0: case 1: t = op; break;
58535
+ case 4: _.label++; return { value: op[1], done: false };
58536
+ case 5: _.label++; y = op[1]; op = [0]; continue;
58537
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
58538
+ default:
58539
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
58540
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
58541
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
58542
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
58543
+ if (t[2]) _.ops.pop();
58544
+ _.trys.pop(); continue;
58545
+ }
58546
+ op = body.call(thisArg, _);
58547
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
58548
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
58549
+ }
58550
+ };
58551
+ Object.defineProperty(exports, "__esModule", { value: true });
58552
+ var Entity_1 = __webpack_require__(5);
58553
+ var StoreEntity_1 = __webpack_require__(11);
58554
+ var ServicePlans_consts_1 = __webpack_require__(454);
58555
+ var ServicePlanSEntity = /** @class */ (function (_super) {
58556
+ __extends(ServicePlanSEntity, _super);
58557
+ function ServicePlanSEntity(session) {
58558
+ return _super.call(this, {
58559
+ session: session,
58560
+ entityName: 'service_plans',
58561
+ routes: [Entity_1.BaseRoutes.Create, Entity_1.BaseRoutes.Get, Entity_1.BaseRoutes.Delete, Entity_1.BaseRoutes.GetAll]
58562
+ }) || this;
58563
+ }
58564
+ ServicePlanSEntity.prototype.getAll = function () {
58565
+ return __awaiter(this, void 0, void 0, function () {
58566
+ return __generator(this, function (_a) {
58567
+ return [2 /*return*/, this.getAllOrFetch(null, ServicePlans_consts_1.planningResponseExtractor, ServicePlans_consts_1.planningResponseExtractor)];
58568
+ });
58569
+ });
58570
+ };
58571
+ ServicePlanSEntity.prototype.get = function (id) {
58572
+ return __awaiter(this, void 0, void 0, function () {
58573
+ return __generator(this, function (_a) {
58574
+ return [2 /*return*/, this.getOrFetch(id, ServicePlans_consts_1.planningResponseExtractor, ServicePlans_consts_1.planningResponseExtractor)];
58575
+ });
58576
+ });
58577
+ };
58578
+ return ServicePlanSEntity;
58579
+ }(StoreEntity_1.default));
58580
+ exports.default = ServicePlanSEntity;
58581
+ //# sourceMappingURL=ServicePlansEntity.js.map
58582
+
58583
+ /***/ }),
58584
+ /* 454 */
58585
+ /***/ (function(module, exports, __webpack_require__) {
58586
+
58587
+ "use strict";
58588
+
58589
+ Object.defineProperty(exports, "__esModule", { value: true });
58590
+ exports.planningResponseExtractor = void 0;
58591
+ var planningResponseExtractor = function (response) {
58592
+ return response.service_plans;
58593
+ };
58594
+ exports.planningResponseExtractor = planningResponseExtractor;
58595
+ //# sourceMappingURL=ServicePlans.consts.js.map
58596
+
58597
+ /***/ }),
58598
+ /* 455 */
58080
58599
  /***/ (function(module, exports, __webpack_require__) {
58081
58600
 
58082
58601
  "use strict";
@@ -58085,7 +58604,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
58085
58604
  //# sourceMappingURL=VehicleType.consts.js.map
58086
58605
 
58087
58606
  /***/ }),
58088
- /* 449 */
58607
+ /* 456 */
58089
58608
  /***/ (function(module, exports, __webpack_require__) {
58090
58609
 
58091
58610
  "use strict";
@@ -58094,7 +58613,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
58094
58613
  //# sourceMappingURL=PlannedRoutes.consts.js.map
58095
58614
 
58096
58615
  /***/ }),
58097
- /* 450 */
58616
+ /* 457 */
58098
58617
  /***/ (function(module, exports, __webpack_require__) {
58099
58618
 
58100
58619
  "use strict";
@@ -58103,7 +58622,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
58103
58622
  //# sourceMappingURL=Crew.consts.js.map
58104
58623
 
58105
58624
  /***/ }),
58106
- /* 451 */
58625
+ /* 458 */
58107
58626
  /***/ (function(module, exports, __webpack_require__) {
58108
58627
 
58109
58628
  "use strict";
@@ -58112,7 +58631,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
58112
58631
  //# sourceMappingURL=Responses.js.map
58113
58632
 
58114
58633
  /***/ }),
58115
- /* 452 */
58634
+ /* 459 */
58116
58635
  /***/ (function(module, exports, __webpack_require__) {
58117
58636
 
58118
58637
  "use strict";
@@ -58124,7 +58643,7 @@ exports.defaultExtractor = defaultExtractor;
58124
58643
  //# sourceMappingURL=Tag.consts.js.map
58125
58644
 
58126
58645
  /***/ }),
58127
- /* 453 */
58646
+ /* 460 */
58128
58647
  /***/ (function(module, exports, __webpack_require__) {
58129
58648
 
58130
58649
  "use strict";
@@ -58133,7 +58652,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
58133
58652
  //# sourceMappingURL=DeliveryBlocks.consts.js.map
58134
58653
 
58135
58654
  /***/ }),
58136
- /* 454 */
58655
+ /* 461 */
58137
58656
  /***/ (function(module, exports, __webpack_require__) {
58138
58657
 
58139
58658
  "use strict";
@@ -58147,7 +58666,7 @@ exports.default = ResourceUploadType;
58147
58666
  //# sourceMappingURL=ResourceUploadType.js.map
58148
58667
 
58149
58668
  /***/ }),
58150
- /* 455 */
58669
+ /* 462 */
58151
58670
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
58152
58671
 
58153
58672
  "use strict";