@bringg/dashboard-sdk 0.4.74 → 0.4.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AnalyticsReports/AnalyticsReportsApi.d.ts +4 -0
- package/dist/AnalyticsReports/AnalyticsReportsApi.js +12 -0
- package/dist/AnalyticsReports/AnalyticsReportsApi.js.map +1 -1
- package/dist/AnalyticsReports/Entity/AnalyticsReportsEntity.d.ts +6 -1
- package/dist/AnalyticsReports/Entity/AnalyticsReportsEntity.js +54 -4
- package/dist/AnalyticsReports/Entity/AnalyticsReportsEntity.js.map +1 -1
- package/dist/Core/BringgException.d.ts +1 -0
- package/dist/Core/BringgException.js.map +1 -1
- package/dist/Services/ServiceRequest.js +1 -1
- package/dist/Services/SessionBasedService.js +1 -0
- package/dist/Services/SessionBasedService.js.map +1 -1
- package/dist/bringg-dashboard-sdk-cjs2.js +677 -538
- package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
- package/dist/bringg-dashboard-sdk.js +21 -8
- package/dist/bringg-dashboard-sdk.min.js +3 -3
- package/dist/bringg-dashboard-sdk.min.js.map +1 -1
- package/dist/stats.json +2587 -2441
- package/package.json +2 -2
|
@@ -19645,6 +19645,7 @@ var SessionBasedService = /** @class */ (function () {
|
|
|
19645
19645
|
if (responseAsDefault.success === false) {
|
|
19646
19646
|
bringgException = exceptionProducer();
|
|
19647
19647
|
bringgException.details = responseAsDefault.message;
|
|
19648
|
+
bringgException.rc = responseAsDefault.rc;
|
|
19648
19649
|
throw bringgException;
|
|
19649
19650
|
}
|
|
19650
19651
|
return [2 /*return*/, extractor(response)];
|
|
@@ -22025,33 +22026,33 @@ var FleetApi_1 = __webpack_require__(300);
|
|
|
22025
22026
|
var RuleApi_1 = __webpack_require__(302);
|
|
22026
22027
|
var PushTokenSubscriptionApi_1 = __webpack_require__(304);
|
|
22027
22028
|
var TaskApi_1 = __webpack_require__(306);
|
|
22028
|
-
var ApplicationMerchantConfigurationApi_1 = __webpack_require__(
|
|
22029
|
-
var ApplicationTeamConfigurationApi_1 = __webpack_require__(
|
|
22030
|
-
var GoogleMapsHelperApi_1 = __webpack_require__(
|
|
22031
|
-
var OnboardingApi_1 = __webpack_require__(
|
|
22032
|
-
var FleetRouterApi_1 = __webpack_require__(
|
|
22029
|
+
var ApplicationMerchantConfigurationApi_1 = __webpack_require__(406);
|
|
22030
|
+
var ApplicationTeamConfigurationApi_1 = __webpack_require__(408);
|
|
22031
|
+
var GoogleMapsHelperApi_1 = __webpack_require__(410);
|
|
22032
|
+
var OnboardingApi_1 = __webpack_require__(412);
|
|
22033
|
+
var FleetRouterApi_1 = __webpack_require__(414);
|
|
22033
22034
|
var AuthService_1 = __webpack_require__(104);
|
|
22034
|
-
var ServiceApi_1 = __webpack_require__(
|
|
22035
|
-
var FleetTemplateApi_1 = __webpack_require__(
|
|
22036
|
-
var OpenFleetApi_1 = __webpack_require__(
|
|
22037
|
-
var GeocodingApi_1 = __webpack_require__(
|
|
22038
|
-
var ApplicationApi_1 = __webpack_require__(
|
|
22039
|
-
var CustomerAvailabilityHourApi_1 = __webpack_require__(
|
|
22040
|
-
var ShiftsApi_1 = __webpack_require__(
|
|
22041
|
-
var ExclusionWindowApi_1 = __webpack_require__(
|
|
22042
|
-
var Country_1 = __webpack_require__(
|
|
22043
|
-
var OauthApplicationApi_1 = __webpack_require__(
|
|
22044
|
-
var Inventory_1 = __webpack_require__(
|
|
22045
|
-
var PushNotificationRegistration_1 = __webpack_require__(
|
|
22046
|
-
var ReasonToCancelTasksApi_1 = __webpack_require__(
|
|
22047
|
-
var CustomFilterApi_1 = __webpack_require__(
|
|
22048
|
-
var FloatingInventoryApi_1 = __webpack_require__(
|
|
22049
|
-
var ServiceAreaApi_1 = __webpack_require__(
|
|
22050
|
-
var BillingApi_1 = __webpack_require__(
|
|
22051
|
-
var UserAnalyticsApi_1 = __webpack_require__(
|
|
22052
|
-
var AnalyticsReportsApi_1 = __webpack_require__(
|
|
22053
|
-
var ServicePlansApi_1 = __webpack_require__(
|
|
22054
|
-
var AlertsApi_1 = __webpack_require__(
|
|
22035
|
+
var ServiceApi_1 = __webpack_require__(416);
|
|
22036
|
+
var FleetTemplateApi_1 = __webpack_require__(418);
|
|
22037
|
+
var OpenFleetApi_1 = __webpack_require__(420);
|
|
22038
|
+
var GeocodingApi_1 = __webpack_require__(422);
|
|
22039
|
+
var ApplicationApi_1 = __webpack_require__(424);
|
|
22040
|
+
var CustomerAvailabilityHourApi_1 = __webpack_require__(426);
|
|
22041
|
+
var ShiftsApi_1 = __webpack_require__(428);
|
|
22042
|
+
var ExclusionWindowApi_1 = __webpack_require__(430);
|
|
22043
|
+
var Country_1 = __webpack_require__(432);
|
|
22044
|
+
var OauthApplicationApi_1 = __webpack_require__(433);
|
|
22045
|
+
var Inventory_1 = __webpack_require__(435);
|
|
22046
|
+
var PushNotificationRegistration_1 = __webpack_require__(437);
|
|
22047
|
+
var ReasonToCancelTasksApi_1 = __webpack_require__(439);
|
|
22048
|
+
var CustomFilterApi_1 = __webpack_require__(441);
|
|
22049
|
+
var FloatingInventoryApi_1 = __webpack_require__(443);
|
|
22050
|
+
var ServiceAreaApi_1 = __webpack_require__(446);
|
|
22051
|
+
var BillingApi_1 = __webpack_require__(448);
|
|
22052
|
+
var UserAnalyticsApi_1 = __webpack_require__(450);
|
|
22053
|
+
var AnalyticsReportsApi_1 = __webpack_require__(455);
|
|
22054
|
+
var ServicePlansApi_1 = __webpack_require__(457);
|
|
22055
|
+
var AlertsApi_1 = __webpack_require__(460);
|
|
22055
22056
|
var BringgDashboardSDK = /** @class */ (function () {
|
|
22056
22057
|
function BringgDashboardSDK(session) {
|
|
22057
22058
|
this.applicationMerchantConfiguration = null;
|
|
@@ -30030,7 +30031,7 @@ var axios_1 = __webpack_require__(146);
|
|
|
30030
30031
|
var Logger_1 = __webpack_require__(39);
|
|
30031
30032
|
var lodash_1 = __webpack_require__(10);
|
|
30032
30033
|
var BringgException_1 = __webpack_require__(15);
|
|
30033
|
-
var version = '0.4.
|
|
30034
|
+
var version = '0.4.78';
|
|
30034
30035
|
function logErrorResponse(response) {
|
|
30035
30036
|
var data = response.data, status = response.status;
|
|
30036
30037
|
try {
|
|
@@ -31649,9 +31650,6 @@ __exportStar(__webpack_require__(358), exports);
|
|
|
31649
31650
|
__exportStar(__webpack_require__(359), exports);
|
|
31650
31651
|
__exportStar(__webpack_require__(360), exports);
|
|
31651
31652
|
__exportStar(__webpack_require__(361), exports);
|
|
31652
|
-
__exportStar(__webpack_require__(362), exports);
|
|
31653
|
-
__exportStar(__webpack_require__(363), exports);
|
|
31654
|
-
__exportStar(__webpack_require__(364), exports);
|
|
31655
31653
|
__exportStar(__webpack_require__(365), exports);
|
|
31656
31654
|
__exportStar(__webpack_require__(366), exports);
|
|
31657
31655
|
__exportStar(__webpack_require__(367), exports);
|
|
@@ -31687,8 +31685,11 @@ __exportStar(__webpack_require__(396), exports);
|
|
|
31687
31685
|
__exportStar(__webpack_require__(397), exports);
|
|
31688
31686
|
__exportStar(__webpack_require__(398), exports);
|
|
31689
31687
|
__exportStar(__webpack_require__(399), exports);
|
|
31688
|
+
__exportStar(__webpack_require__(400), exports);
|
|
31689
|
+
__exportStar(__webpack_require__(401), exports);
|
|
31690
31690
|
__exportStar(__webpack_require__(402), exports);
|
|
31691
31691
|
__exportStar(__webpack_require__(403), exports);
|
|
31692
|
+
__exportStar(__webpack_require__(404), exports);
|
|
31692
31693
|
//# sourceMappingURL=index.js.map
|
|
31693
31694
|
|
|
31694
31695
|
/***/ }),
|
|
@@ -36587,7 +36588,7 @@ var Logger_1 = __webpack_require__(39);
|
|
|
36587
36588
|
//export types
|
|
36588
36589
|
var BringgDashboardSDK_1 = __webpack_require__(61);
|
|
36589
36590
|
Object.defineProperty(exports, "BringgDashboardSDK", { enumerable: true, get: function () { return BringgDashboardSDK_1.BringgDashboardSDK; } });
|
|
36590
|
-
var VehicleTypeConsts = __webpack_require__(
|
|
36591
|
+
var VehicleTypeConsts = __webpack_require__(463);
|
|
36591
36592
|
exports.VehicleTypeConsts = VehicleTypeConsts;
|
|
36592
36593
|
var TaskInventoryConsts = __webpack_require__(136);
|
|
36593
36594
|
exports.TaskInventoryConsts = TaskInventoryConsts;
|
|
@@ -36595,7 +36596,7 @@ var RunConsts = __webpack_require__(133);
|
|
|
36595
36596
|
exports.RunConsts = RunConsts;
|
|
36596
36597
|
var ReasonToChangeInventory = __webpack_require__(135);
|
|
36597
36598
|
exports.ReasonToChangeInventory = ReasonToChangeInventory;
|
|
36598
|
-
var PlannedRoutesConsts = __webpack_require__(
|
|
36599
|
+
var PlannedRoutesConsts = __webpack_require__(464);
|
|
36599
36600
|
exports.PlannedRoutesConsts = PlannedRoutesConsts;
|
|
36600
36601
|
var NotificationTypesConsts = __webpack_require__(140);
|
|
36601
36602
|
exports.NotificationTypesConsts = NotificationTypesConsts;
|
|
@@ -36605,19 +36606,19 @@ var LanguageConsts = __webpack_require__(139);
|
|
|
36605
36606
|
exports.LanguageConsts = LanguageConsts;
|
|
36606
36607
|
var DashboardConsts = __webpack_require__(134);
|
|
36607
36608
|
exports.DashboardConsts = DashboardConsts;
|
|
36608
|
-
var CrewConsts = __webpack_require__(
|
|
36609
|
+
var CrewConsts = __webpack_require__(465);
|
|
36609
36610
|
exports.CrewConsts = CrewConsts;
|
|
36610
36611
|
var ChatMessageConsts = __webpack_require__(138);
|
|
36611
36612
|
exports.ChatMessageConsts = ChatMessageConsts;
|
|
36612
36613
|
var ChatConversationConsts = __webpack_require__(137);
|
|
36613
36614
|
exports.ChatConversationConsts = ChatConversationConsts;
|
|
36614
|
-
var Responses = __webpack_require__(
|
|
36615
|
+
var Responses = __webpack_require__(466);
|
|
36615
36616
|
exports.Responses = Responses;
|
|
36616
|
-
var TagConsts = __webpack_require__(
|
|
36617
|
+
var TagConsts = __webpack_require__(467);
|
|
36617
36618
|
exports.TagConsts = TagConsts;
|
|
36618
|
-
var DeliveryBlockConsts = __webpack_require__(
|
|
36619
|
+
var DeliveryBlockConsts = __webpack_require__(468);
|
|
36619
36620
|
exports.DeliveryBlockConsts = DeliveryBlockConsts;
|
|
36620
|
-
var ResourceUploadType_1 = __webpack_require__(
|
|
36621
|
+
var ResourceUploadType_1 = __webpack_require__(469);
|
|
36621
36622
|
exports.ResourceUploadType = ResourceUploadType_1.default;
|
|
36622
36623
|
module.exports = {};
|
|
36623
36624
|
lodash_1.extend(module.exports, BringgDashboardSDK_1.BringgDashboardSDK);
|
|
@@ -51918,7 +51919,7 @@ exports.default = PushTokenSubscriptionEntity;
|
|
|
51918
51919
|
|
|
51919
51920
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51920
51921
|
var Tasks_consts_1 = __webpack_require__(100);
|
|
51921
|
-
var TaskEntity_1 = __webpack_require__(
|
|
51922
|
+
var TaskEntity_1 = __webpack_require__(405);
|
|
51922
51923
|
var TaskHelpers_1 = __webpack_require__(102);
|
|
51923
51924
|
var Tasks = /** @class */ (function () {
|
|
51924
51925
|
function Tasks(session) {
|
|
@@ -52232,7 +52233,6 @@ var ApplicationUuid;
|
|
|
52232
52233
|
ApplicationUuid["DriverPayments"] = "88260a80-c003-4d66-bf81-5f15443286ed";
|
|
52233
52234
|
ApplicationUuid["ETA"] = "9369f5d4-57d8-4806-b2c9-fcc6f4e51531";
|
|
52234
52235
|
ApplicationUuid["ExternalFleetApp"] = "271c52e5-0a1a-40cb-9f24-730ec91e4afc";
|
|
52235
|
-
ApplicationUuid["FoodToYou"] = "90f9cc61-ef43-419a-ac82-6a1d1bf5875e";
|
|
52236
52236
|
ApplicationUuid["FailedDeliveryManager"] = "de7f883b-bab4-4e25-a830-83bd1c5cb270";
|
|
52237
52237
|
ApplicationUuid["FedexFreight"] = "064844ab-e6f4-4b0e-8e26-383a408cab2a";
|
|
52238
52238
|
ApplicationUuid["FedexIl"] = "1b4e301f-86d1-4711-9947-08e3d8e73c6a";
|
|
@@ -52394,7 +52394,14 @@ exports.__esModule = true;
|
|
|
52394
52394
|
"use strict";
|
|
52395
52395
|
|
|
52396
52396
|
exports.__esModule = true;
|
|
52397
|
-
|
|
52397
|
+
exports.CustomFilterOperator = void 0;
|
|
52398
|
+
var CustomFilterOperator;
|
|
52399
|
+
(function (CustomFilterOperator) {
|
|
52400
|
+
CustomFilterOperator[CustomFilterOperator["Equal"] = 0] = "Equal";
|
|
52401
|
+
CustomFilterOperator[CustomFilterOperator["GreaterThan"] = 1] = "GreaterThan";
|
|
52402
|
+
CustomFilterOperator[CustomFilterOperator["LessThan"] = 2] = "LessThan";
|
|
52403
|
+
})(CustomFilterOperator = exports.CustomFilterOperator || (exports.CustomFilterOperator = {}));
|
|
52404
|
+
//# sourceMappingURL=custom_filter.js.map
|
|
52398
52405
|
|
|
52399
52406
|
/***/ }),
|
|
52400
52407
|
/* 318 */
|
|
@@ -52403,7 +52410,7 @@ exports.__esModule = true;
|
|
|
52403
52410
|
"use strict";
|
|
52404
52411
|
|
|
52405
52412
|
exports.__esModule = true;
|
|
52406
|
-
//# sourceMappingURL=
|
|
52413
|
+
//# sourceMappingURL=customer.js.map
|
|
52407
52414
|
|
|
52408
52415
|
/***/ }),
|
|
52409
52416
|
/* 319 */
|
|
@@ -52411,6 +52418,15 @@ exports.__esModule = true;
|
|
|
52411
52418
|
|
|
52412
52419
|
"use strict";
|
|
52413
52420
|
|
|
52421
|
+
exports.__esModule = true;
|
|
52422
|
+
//# sourceMappingURL=customer_configuration.js.map
|
|
52423
|
+
|
|
52424
|
+
/***/ }),
|
|
52425
|
+
/* 320 */
|
|
52426
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52427
|
+
|
|
52428
|
+
"use strict";
|
|
52429
|
+
|
|
52414
52430
|
exports.__esModule = true;
|
|
52415
52431
|
exports.TaskPhase = exports.ApiVersion = void 0;
|
|
52416
52432
|
var ApiVersion;
|
|
@@ -52429,7 +52445,7 @@ var TaskPhase;
|
|
|
52429
52445
|
//# sourceMappingURL=customer_experience.js.map
|
|
52430
52446
|
|
|
52431
52447
|
/***/ }),
|
|
52432
|
-
/*
|
|
52448
|
+
/* 321 */
|
|
52433
52449
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52434
52450
|
|
|
52435
52451
|
"use strict";
|
|
@@ -52444,7 +52460,7 @@ var BreakType;
|
|
|
52444
52460
|
//# sourceMappingURL=delivery_block.js.map
|
|
52445
52461
|
|
|
52446
52462
|
/***/ }),
|
|
52447
|
-
/*
|
|
52463
|
+
/* 322 */
|
|
52448
52464
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52449
52465
|
|
|
52450
52466
|
"use strict";
|
|
@@ -52453,7 +52469,7 @@ exports.__esModule = true;
|
|
|
52453
52469
|
//# sourceMappingURL=delivery_block_schedule.js.map
|
|
52454
52470
|
|
|
52455
52471
|
/***/ }),
|
|
52456
|
-
/*
|
|
52472
|
+
/* 323 */
|
|
52457
52473
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52458
52474
|
|
|
52459
52475
|
"use strict";
|
|
@@ -52527,7 +52543,37 @@ var DeliveryProviderDeliverFromCapability;
|
|
|
52527
52543
|
//# sourceMappingURL=delivery_provider.js.map
|
|
52528
52544
|
|
|
52529
52545
|
/***/ }),
|
|
52530
|
-
/*
|
|
52546
|
+
/* 324 */
|
|
52547
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52548
|
+
|
|
52549
|
+
"use strict";
|
|
52550
|
+
|
|
52551
|
+
exports.__esModule = true;
|
|
52552
|
+
exports.DisputeReason = void 0;
|
|
52553
|
+
var DisputeReason;
|
|
52554
|
+
(function (DisputeReason) {
|
|
52555
|
+
DisputeReason[DisputeReason["DRIVER_ARRIVED_LATE"] = 0] = "DRIVER_ARRIVED_LATE";
|
|
52556
|
+
DisputeReason[DisputeReason["DRIVER_ARRIVED_EARLY"] = 1] = "DRIVER_ARRIVED_EARLY";
|
|
52557
|
+
DisputeReason[DisputeReason["POOR_DELIVERY_EXECUTION"] = 2] = "POOR_DELIVERY_EXECUTION";
|
|
52558
|
+
DisputeReason[DisputeReason["DRIVER_BEHAVIOR_COMPLAINT"] = 3] = "DRIVER_BEHAVIOR_COMPLAINT";
|
|
52559
|
+
DisputeReason[DisputeReason["FLEET_CANCELLED_AFTER_ORDER_PREP"] = 4] = "FLEET_CANCELLED_AFTER_ORDER_PREP";
|
|
52560
|
+
DisputeReason[DisputeReason["DRIVER_NEVER_ARRIVED_TO_PICKUP"] = 5] = "DRIVER_NEVER_ARRIVED_TO_PICKUP";
|
|
52561
|
+
DisputeReason[DisputeReason["DRIVER_NEVER_ARRIVED_TO_DROPOFF"] = 6] = "DRIVER_NEVER_ARRIVED_TO_DROPOFF";
|
|
52562
|
+
DisputeReason[DisputeReason["OTHER"] = 100] = "OTHER";
|
|
52563
|
+
})(DisputeReason = exports.DisputeReason || (exports.DisputeReason = {}));
|
|
52564
|
+
//# sourceMappingURL=dispute.js.map
|
|
52565
|
+
|
|
52566
|
+
/***/ }),
|
|
52567
|
+
/* 325 */
|
|
52568
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52569
|
+
|
|
52570
|
+
"use strict";
|
|
52571
|
+
|
|
52572
|
+
exports.__esModule = true;
|
|
52573
|
+
//# sourceMappingURL=emulated_delivery_provider_types.js.map
|
|
52574
|
+
|
|
52575
|
+
/***/ }),
|
|
52576
|
+
/* 326 */
|
|
52531
52577
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52532
52578
|
|
|
52533
52579
|
"use strict";
|
|
@@ -52653,7 +52699,7 @@ var EventType;
|
|
|
52653
52699
|
//# sourceMappingURL=event.js.map
|
|
52654
52700
|
|
|
52655
52701
|
/***/ }),
|
|
52656
|
-
/*
|
|
52702
|
+
/* 327 */
|
|
52657
52703
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52658
52704
|
|
|
52659
52705
|
"use strict";
|
|
@@ -52680,7 +52726,7 @@ var AggregatorType;
|
|
|
52680
52726
|
//# sourceMappingURL=external_data_team.js.map
|
|
52681
52727
|
|
|
52682
52728
|
/***/ }),
|
|
52683
|
-
/*
|
|
52729
|
+
/* 328 */
|
|
52684
52730
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52685
52731
|
|
|
52686
52732
|
"use strict";
|
|
@@ -52754,7 +52800,49 @@ exports.FleetTypeToCapabilities = (_a = {},
|
|
|
52754
52800
|
//# sourceMappingURL=fleet.js.map
|
|
52755
52801
|
|
|
52756
52802
|
/***/ }),
|
|
52757
|
-
/*
|
|
52803
|
+
/* 329 */
|
|
52804
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52805
|
+
|
|
52806
|
+
"use strict";
|
|
52807
|
+
|
|
52808
|
+
exports.__esModule = true;
|
|
52809
|
+
exports.PreferredMethod = void 0;
|
|
52810
|
+
var PreferredMethod;
|
|
52811
|
+
(function (PreferredMethod) {
|
|
52812
|
+
PreferredMethod["Priority"] = "priority";
|
|
52813
|
+
PreferredMethod["Fastest"] = "fastest";
|
|
52814
|
+
PreferredMethod["Cheapest"] = "cheapest";
|
|
52815
|
+
})(PreferredMethod = exports.PreferredMethod || (exports.PreferredMethod = {}));
|
|
52816
|
+
//# sourceMappingURL=fleet_router_rules.js.map
|
|
52817
|
+
|
|
52818
|
+
/***/ }),
|
|
52819
|
+
/* 330 */
|
|
52820
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52821
|
+
|
|
52822
|
+
"use strict";
|
|
52823
|
+
|
|
52824
|
+
exports.__esModule = true;
|
|
52825
|
+
//# sourceMappingURL=fleet_template.js.map
|
|
52826
|
+
|
|
52827
|
+
/***/ }),
|
|
52828
|
+
/* 331 */
|
|
52829
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52830
|
+
|
|
52831
|
+
"use strict";
|
|
52832
|
+
|
|
52833
|
+
exports.__esModule = true;
|
|
52834
|
+
exports.OWNERSHIP_ORIGIN = void 0;
|
|
52835
|
+
var OWNERSHIP_ORIGIN;
|
|
52836
|
+
(function (OWNERSHIP_ORIGIN) {
|
|
52837
|
+
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["DRIVER_API"] = 1] = "DRIVER_API";
|
|
52838
|
+
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["WEB_API"] = 2] = "WEB_API";
|
|
52839
|
+
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["SERVICES_API"] = 3] = "SERVICES_API";
|
|
52840
|
+
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["FLOATING_INVENTORY_APP"] = 4] = "FLOATING_INVENTORY_APP";
|
|
52841
|
+
})(OWNERSHIP_ORIGIN = exports.OWNERSHIP_ORIGIN || (exports.OWNERSHIP_ORIGIN = {}));
|
|
52842
|
+
//# sourceMappingURL=floating_inventory.js.map
|
|
52843
|
+
|
|
52844
|
+
/***/ }),
|
|
52845
|
+
/* 332 */
|
|
52758
52846
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52759
52847
|
|
|
52760
52848
|
"use strict";
|
|
@@ -52763,7 +52851,7 @@ exports.__esModule = true;
|
|
|
52763
52851
|
//# sourceMappingURL=franchisee.js.map
|
|
52764
52852
|
|
|
52765
52853
|
/***/ }),
|
|
52766
|
-
/*
|
|
52854
|
+
/* 333 */
|
|
52767
52855
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52768
52856
|
|
|
52769
52857
|
"use strict";
|
|
@@ -52772,7 +52860,16 @@ exports.__esModule = true;
|
|
|
52772
52860
|
//# sourceMappingURL=geocoding.js.map
|
|
52773
52861
|
|
|
52774
52862
|
/***/ }),
|
|
52775
|
-
/*
|
|
52863
|
+
/* 334 */
|
|
52864
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52865
|
+
|
|
52866
|
+
"use strict";
|
|
52867
|
+
|
|
52868
|
+
exports.__esModule = true;
|
|
52869
|
+
//# sourceMappingURL=handling_units.js.map
|
|
52870
|
+
|
|
52871
|
+
/***/ }),
|
|
52872
|
+
/* 335 */
|
|
52776
52873
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52777
52874
|
|
|
52778
52875
|
"use strict";
|
|
@@ -52790,7 +52887,7 @@ var IntegrationName;
|
|
|
52790
52887
|
//# sourceMappingURL=integration.js.map
|
|
52791
52888
|
|
|
52792
52889
|
/***/ }),
|
|
52793
|
-
/*
|
|
52890
|
+
/* 336 */
|
|
52794
52891
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52795
52892
|
|
|
52796
52893
|
"use strict";
|
|
@@ -52806,7 +52903,7 @@ exports.KEYSET_PAGINATION_VER = 2;
|
|
|
52806
52903
|
//# sourceMappingURL=keyset_pagination.js.map
|
|
52807
52904
|
|
|
52808
52905
|
/***/ }),
|
|
52809
|
-
/*
|
|
52906
|
+
/* 337 */
|
|
52810
52907
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52811
52908
|
|
|
52812
52909
|
"use strict";
|
|
@@ -52815,7 +52912,7 @@ exports.__esModule = true;
|
|
|
52815
52912
|
//# sourceMappingURL=language.js.map
|
|
52816
52913
|
|
|
52817
52914
|
/***/ }),
|
|
52818
|
-
/*
|
|
52915
|
+
/* 338 */
|
|
52819
52916
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52820
52917
|
|
|
52821
52918
|
"use strict";
|
|
@@ -52824,7 +52921,7 @@ exports.__esModule = true;
|
|
|
52824
52921
|
//# sourceMappingURL=location.js.map
|
|
52825
52922
|
|
|
52826
52923
|
/***/ }),
|
|
52827
|
-
/*
|
|
52924
|
+
/* 339 */
|
|
52828
52925
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52829
52926
|
|
|
52830
52927
|
"use strict";
|
|
@@ -52854,7 +52951,7 @@ var Origin;
|
|
|
52854
52951
|
//# sourceMappingURL=menu.js.map
|
|
52855
52952
|
|
|
52856
52953
|
/***/ }),
|
|
52857
|
-
/*
|
|
52954
|
+
/* 340 */
|
|
52858
52955
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52859
52956
|
|
|
52860
52957
|
"use strict";
|
|
@@ -52892,7 +52989,7 @@ var EnvironmentTypes;
|
|
|
52892
52989
|
//# sourceMappingURL=merchant.js.map
|
|
52893
52990
|
|
|
52894
52991
|
/***/ }),
|
|
52895
|
-
/*
|
|
52992
|
+
/* 341 */
|
|
52896
52993
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52897
52994
|
|
|
52898
52995
|
"use strict";
|
|
@@ -52955,7 +53052,29 @@ var GrabMode;
|
|
|
52955
53052
|
//# sourceMappingURL=merchant_configuration.js.map
|
|
52956
53053
|
|
|
52957
53054
|
/***/ }),
|
|
52958
|
-
/*
|
|
53055
|
+
/* 342 */
|
|
53056
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53057
|
+
|
|
53058
|
+
"use strict";
|
|
53059
|
+
|
|
53060
|
+
exports.__esModule = true;
|
|
53061
|
+
exports.SubscriptionNotificationType = exports.SubscriptionType = void 0;
|
|
53062
|
+
var SubscriptionType;
|
|
53063
|
+
(function (SubscriptionType) {
|
|
53064
|
+
SubscriptionType[SubscriptionType["Email"] = 0] = "Email";
|
|
53065
|
+
})(SubscriptionType = exports.SubscriptionType || (exports.SubscriptionType = {}));
|
|
53066
|
+
var SubscriptionNotificationType;
|
|
53067
|
+
(function (SubscriptionNotificationType) {
|
|
53068
|
+
SubscriptionNotificationType[SubscriptionNotificationType["InvalidInventory"] = 0] = "InvalidInventory";
|
|
53069
|
+
SubscriptionNotificationType[SubscriptionNotificationType["EtlReport"] = 1] = "EtlReport";
|
|
53070
|
+
SubscriptionNotificationType[SubscriptionNotificationType["WebhookFailures"] = 2] = "WebhookFailures";
|
|
53071
|
+
SubscriptionNotificationType[SubscriptionNotificationType["MenuIssue"] = 3] = "MenuIssue";
|
|
53072
|
+
SubscriptionNotificationType[SubscriptionNotificationType["IntegrationPollingError"] = 4] = "IntegrationPollingError";
|
|
53073
|
+
})(SubscriptionNotificationType = exports.SubscriptionNotificationType || (exports.SubscriptionNotificationType = {}));
|
|
53074
|
+
//# sourceMappingURL=notification_subscription.js.map
|
|
53075
|
+
|
|
53076
|
+
/***/ }),
|
|
53077
|
+
/* 343 */
|
|
52959
53078
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52960
53079
|
|
|
52961
53080
|
"use strict";
|
|
@@ -52964,7 +53083,7 @@ exports.__esModule = true;
|
|
|
52964
53083
|
//# sourceMappingURL=notification_template.js.map
|
|
52965
53084
|
|
|
52966
53085
|
/***/ }),
|
|
52967
|
-
/*
|
|
53086
|
+
/* 344 */
|
|
52968
53087
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52969
53088
|
|
|
52970
53089
|
"use strict";
|
|
@@ -52980,29 +53099,16 @@ var NotificationTypes;
|
|
|
52980
53099
|
//# sourceMappingURL=notification_type.js.map
|
|
52981
53100
|
|
|
52982
53101
|
/***/ }),
|
|
52983
|
-
/*
|
|
53102
|
+
/* 345 */
|
|
52984
53103
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52985
53104
|
|
|
52986
53105
|
"use strict";
|
|
52987
53106
|
|
|
52988
53107
|
exports.__esModule = true;
|
|
52989
|
-
|
|
52990
|
-
var SubscriptionType;
|
|
52991
|
-
(function (SubscriptionType) {
|
|
52992
|
-
SubscriptionType[SubscriptionType["Email"] = 0] = "Email";
|
|
52993
|
-
})(SubscriptionType = exports.SubscriptionType || (exports.SubscriptionType = {}));
|
|
52994
|
-
var SubscriptionNotificationType;
|
|
52995
|
-
(function (SubscriptionNotificationType) {
|
|
52996
|
-
SubscriptionNotificationType[SubscriptionNotificationType["InvalidInventory"] = 0] = "InvalidInventory";
|
|
52997
|
-
SubscriptionNotificationType[SubscriptionNotificationType["EtlReport"] = 1] = "EtlReport";
|
|
52998
|
-
SubscriptionNotificationType[SubscriptionNotificationType["WebhookFailures"] = 2] = "WebhookFailures";
|
|
52999
|
-
SubscriptionNotificationType[SubscriptionNotificationType["MenuIssue"] = 3] = "MenuIssue";
|
|
53000
|
-
SubscriptionNotificationType[SubscriptionNotificationType["IntegrationPollingError"] = 4] = "IntegrationPollingError";
|
|
53001
|
-
})(SubscriptionNotificationType = exports.SubscriptionNotificationType || (exports.SubscriptionNotificationType = {}));
|
|
53002
|
-
//# sourceMappingURL=notification_subscription.js.map
|
|
53108
|
+
//# sourceMappingURL=open_fleet.js.map
|
|
53003
53109
|
|
|
53004
53110
|
/***/ }),
|
|
53005
|
-
/*
|
|
53111
|
+
/* 346 */
|
|
53006
53112
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53007
53113
|
|
|
53008
53114
|
"use strict";
|
|
@@ -53022,7 +53128,56 @@ var OptInMethod;
|
|
|
53022
53128
|
//# sourceMappingURL=opt_in_out_history.js.map
|
|
53023
53129
|
|
|
53024
53130
|
/***/ }),
|
|
53025
|
-
/*
|
|
53131
|
+
/* 347 */
|
|
53132
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53133
|
+
|
|
53134
|
+
"use strict";
|
|
53135
|
+
|
|
53136
|
+
exports.__esModule = true;
|
|
53137
|
+
exports.RouteItemType = exports.OPTIMIZATION_TYPE = void 0;
|
|
53138
|
+
var OPTIMIZATION_TYPE;
|
|
53139
|
+
(function (OPTIMIZATION_TYPE) {
|
|
53140
|
+
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["ANONYMOUS"] = 1] = "ANONYMOUS";
|
|
53141
|
+
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["NAMED_VRP"] = 2] = "NAMED_VRP";
|
|
53142
|
+
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["NAMED_PDP"] = 3] = "NAMED_PDP";
|
|
53143
|
+
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["ROUTE_BASED"] = 4] = "ROUTE_BASED";
|
|
53144
|
+
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["CREW_BASED"] = 5] = "CREW_BASED";
|
|
53145
|
+
})(OPTIMIZATION_TYPE = exports.OPTIMIZATION_TYPE || (exports.OPTIMIZATION_TYPE = {}));
|
|
53146
|
+
var RouteItemType;
|
|
53147
|
+
(function (RouteItemType) {
|
|
53148
|
+
RouteItemType["Break"] = "break";
|
|
53149
|
+
})(RouteItemType = exports.RouteItemType || (exports.RouteItemType = {}));
|
|
53150
|
+
//# sourceMappingURL=optimization_type.js.map
|
|
53151
|
+
|
|
53152
|
+
/***/ }),
|
|
53153
|
+
/* 348 */
|
|
53154
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53155
|
+
|
|
53156
|
+
"use strict";
|
|
53157
|
+
|
|
53158
|
+
exports.__esModule = true;
|
|
53159
|
+
//# sourceMappingURL=package.js.map
|
|
53160
|
+
|
|
53161
|
+
/***/ }),
|
|
53162
|
+
/* 349 */
|
|
53163
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53164
|
+
|
|
53165
|
+
"use strict";
|
|
53166
|
+
|
|
53167
|
+
exports.__esModule = true;
|
|
53168
|
+
//# sourceMappingURL=parking_spot.js.map
|
|
53169
|
+
|
|
53170
|
+
/***/ }),
|
|
53171
|
+
/* 350 */
|
|
53172
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53173
|
+
|
|
53174
|
+
"use strict";
|
|
53175
|
+
|
|
53176
|
+
exports.__esModule = true;
|
|
53177
|
+
//# sourceMappingURL=planned_delivery_window.js.map
|
|
53178
|
+
|
|
53179
|
+
/***/ }),
|
|
53180
|
+
/* 351 */
|
|
53026
53181
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53027
53182
|
|
|
53028
53183
|
"use strict";
|
|
@@ -53031,7 +53186,16 @@ exports.__esModule = true;
|
|
|
53031
53186
|
//# sourceMappingURL=planned_route.js.map
|
|
53032
53187
|
|
|
53033
53188
|
/***/ }),
|
|
53034
|
-
/*
|
|
53189
|
+
/* 352 */
|
|
53190
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53191
|
+
|
|
53192
|
+
"use strict";
|
|
53193
|
+
|
|
53194
|
+
exports.__esModule = true;
|
|
53195
|
+
//# sourceMappingURL=predicate.js.map
|
|
53196
|
+
|
|
53197
|
+
/***/ }),
|
|
53198
|
+
/* 353 */
|
|
53035
53199
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53036
53200
|
|
|
53037
53201
|
"use strict";
|
|
@@ -53085,16 +53249,27 @@ var PrivilegeTypes;
|
|
|
53085
53249
|
//# sourceMappingURL=privilege.js.map
|
|
53086
53250
|
|
|
53087
53251
|
/***/ }),
|
|
53088
|
-
/*
|
|
53252
|
+
/* 354 */
|
|
53089
53253
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53090
53254
|
|
|
53091
53255
|
"use strict";
|
|
53092
53256
|
|
|
53093
53257
|
exports.__esModule = true;
|
|
53094
|
-
|
|
53258
|
+
exports.PushNotificationEnvironment = exports.DevicePlatform = void 0;
|
|
53259
|
+
var DevicePlatform;
|
|
53260
|
+
(function (DevicePlatform) {
|
|
53261
|
+
DevicePlatform[DevicePlatform["Android"] = 1] = "Android";
|
|
53262
|
+
DevicePlatform[DevicePlatform["IOS"] = 2] = "IOS";
|
|
53263
|
+
})(DevicePlatform = exports.DevicePlatform || (exports.DevicePlatform = {}));
|
|
53264
|
+
var PushNotificationEnvironment;
|
|
53265
|
+
(function (PushNotificationEnvironment) {
|
|
53266
|
+
PushNotificationEnvironment[PushNotificationEnvironment["Release"] = 1] = "Release";
|
|
53267
|
+
PushNotificationEnvironment[PushNotificationEnvironment["Development"] = 2] = "Development";
|
|
53268
|
+
})(PushNotificationEnvironment = exports.PushNotificationEnvironment || (exports.PushNotificationEnvironment = {}));
|
|
53269
|
+
//# sourceMappingURL=push_notification_registration.js.map
|
|
53095
53270
|
|
|
53096
53271
|
/***/ }),
|
|
53097
|
-
/*
|
|
53272
|
+
/* 355 */
|
|
53098
53273
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53099
53274
|
|
|
53100
53275
|
"use strict";
|
|
@@ -53108,72 +53283,148 @@ var ApplicationType;
|
|
|
53108
53283
|
//# sourceMappingURL=push_token_subscription.js.map
|
|
53109
53284
|
|
|
53110
53285
|
/***/ }),
|
|
53111
|
-
/*
|
|
53286
|
+
/* 356 */
|
|
53112
53287
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53113
53288
|
|
|
53114
53289
|
"use strict";
|
|
53115
53290
|
|
|
53116
53291
|
exports.__esModule = true;
|
|
53117
|
-
|
|
53118
|
-
var DevicePlatform;
|
|
53119
|
-
(function (DevicePlatform) {
|
|
53120
|
-
DevicePlatform[DevicePlatform["Android"] = 1] = "Android";
|
|
53121
|
-
DevicePlatform[DevicePlatform["IOS"] = 2] = "IOS";
|
|
53122
|
-
})(DevicePlatform = exports.DevicePlatform || (exports.DevicePlatform = {}));
|
|
53123
|
-
var PushNotificationEnvironment;
|
|
53124
|
-
(function (PushNotificationEnvironment) {
|
|
53125
|
-
PushNotificationEnvironment[PushNotificationEnvironment["Release"] = 1] = "Release";
|
|
53126
|
-
PushNotificationEnvironment[PushNotificationEnvironment["Development"] = 2] = "Development";
|
|
53127
|
-
})(PushNotificationEnvironment = exports.PushNotificationEnvironment || (exports.PushNotificationEnvironment = {}));
|
|
53128
|
-
//# sourceMappingURL=push_notification_registration.js.map
|
|
53292
|
+
//# sourceMappingURL=quote.js.map
|
|
53129
53293
|
|
|
53130
53294
|
/***/ }),
|
|
53131
|
-
/*
|
|
53295
|
+
/* 357 */
|
|
53132
53296
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53133
53297
|
|
|
53134
53298
|
"use strict";
|
|
53135
53299
|
|
|
53136
53300
|
exports.__esModule = true;
|
|
53137
|
-
//# sourceMappingURL=
|
|
53301
|
+
//# sourceMappingURL=rating.js.map
|
|
53138
53302
|
|
|
53139
53303
|
/***/ }),
|
|
53140
|
-
/*
|
|
53304
|
+
/* 358 */
|
|
53141
53305
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53142
53306
|
|
|
53143
53307
|
"use strict";
|
|
53144
53308
|
|
|
53145
53309
|
exports.__esModule = true;
|
|
53146
|
-
//# sourceMappingURL=
|
|
53310
|
+
//# sourceMappingURL=reason_to_cancel_task.js.map
|
|
53147
53311
|
|
|
53148
53312
|
/***/ }),
|
|
53149
|
-
/*
|
|
53313
|
+
/* 359 */
|
|
53150
53314
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53151
53315
|
|
|
53152
53316
|
"use strict";
|
|
53153
53317
|
|
|
53154
53318
|
exports.__esModule = true;
|
|
53155
|
-
//# sourceMappingURL=
|
|
53319
|
+
//# sourceMappingURL=reason_to_change_inventory.js.map
|
|
53156
53320
|
|
|
53157
53321
|
/***/ }),
|
|
53158
|
-
/*
|
|
53322
|
+
/* 360 */
|
|
53159
53323
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53160
53324
|
|
|
53161
53325
|
"use strict";
|
|
53162
53326
|
|
|
53163
53327
|
exports.__esModule = true;
|
|
53164
|
-
//# sourceMappingURL=
|
|
53328
|
+
//# sourceMappingURL=reason_to_reassign_task.js.map
|
|
53165
53329
|
|
|
53166
53330
|
/***/ }),
|
|
53167
|
-
/*
|
|
53331
|
+
/* 361 */
|
|
53332
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53333
|
+
|
|
53334
|
+
"use strict";
|
|
53335
|
+
|
|
53336
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
53337
|
+
if (k2 === undefined) k2 = k;
|
|
53338
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
53339
|
+
}) : (function(o, m, k, k2) {
|
|
53340
|
+
if (k2 === undefined) k2 = k;
|
|
53341
|
+
o[k2] = m[k];
|
|
53342
|
+
}));
|
|
53343
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
53344
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
53345
|
+
};
|
|
53346
|
+
exports.__esModule = true;
|
|
53347
|
+
__exportStar(__webpack_require__(362), exports);
|
|
53348
|
+
__exportStar(__webpack_require__(363), exports);
|
|
53349
|
+
__exportStar(__webpack_require__(364), exports);
|
|
53350
|
+
//# sourceMappingURL=index.js.map
|
|
53351
|
+
|
|
53352
|
+
/***/ }),
|
|
53353
|
+
/* 362 */
|
|
53168
53354
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53169
53355
|
|
|
53170
53356
|
"use strict";
|
|
53171
53357
|
|
|
53172
53358
|
exports.__esModule = true;
|
|
53173
|
-
|
|
53359
|
+
exports.Order = void 0;
|
|
53360
|
+
var Order;
|
|
53361
|
+
(function (Order) {
|
|
53362
|
+
Order["asc"] = "asc";
|
|
53363
|
+
Order["desc"] = "desc";
|
|
53364
|
+
})(Order = exports.Order || (exports.Order = {}));
|
|
53365
|
+
//# sourceMappingURL=report.js.map
|
|
53174
53366
|
|
|
53175
53367
|
/***/ }),
|
|
53176
|
-
/*
|
|
53368
|
+
/* 363 */
|
|
53369
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53370
|
+
|
|
53371
|
+
"use strict";
|
|
53372
|
+
|
|
53373
|
+
exports.__esModule = true;
|
|
53374
|
+
exports.ReportExportingStatus = exports.ReportExecuteOrigin = void 0;
|
|
53375
|
+
var ReportExecuteOrigin;
|
|
53376
|
+
(function (ReportExecuteOrigin) {
|
|
53377
|
+
ReportExecuteOrigin[ReportExecuteOrigin["Scheduled"] = 0] = "Scheduled";
|
|
53378
|
+
ReportExecuteOrigin[ReportExecuteOrigin["ExportNow"] = 1] = "ExportNow";
|
|
53379
|
+
ReportExecuteOrigin[ReportExecuteOrigin["Download"] = 2] = "Download";
|
|
53380
|
+
})(ReportExecuteOrigin = exports.ReportExecuteOrigin || (exports.ReportExecuteOrigin = {}));
|
|
53381
|
+
var ReportExportingStatus;
|
|
53382
|
+
(function (ReportExportingStatus) {
|
|
53383
|
+
ReportExportingStatus["InProgress"] = "InProgress";
|
|
53384
|
+
ReportExportingStatus["Completed"] = "Completed";
|
|
53385
|
+
ReportExportingStatus["Error"] = "Error";
|
|
53386
|
+
ReportExportingStatus["Canceled"] = "Canceled";
|
|
53387
|
+
})(ReportExportingStatus = exports.ReportExportingStatus || (exports.ReportExportingStatus = {}));
|
|
53388
|
+
//# sourceMappingURL=report_export.js.map
|
|
53389
|
+
|
|
53390
|
+
/***/ }),
|
|
53391
|
+
/* 364 */
|
|
53392
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53393
|
+
|
|
53394
|
+
"use strict";
|
|
53395
|
+
|
|
53396
|
+
exports.__esModule = true;
|
|
53397
|
+
exports.CronDayOfWeek = exports.ReportExportFormat = exports.ReportDeliveryType = exports.RecurrencePeriod = void 0;
|
|
53398
|
+
var RecurrencePeriod;
|
|
53399
|
+
(function (RecurrencePeriod) {
|
|
53400
|
+
RecurrencePeriod["Monthly"] = "Monthly";
|
|
53401
|
+
RecurrencePeriod["Weekly"] = "Weekly";
|
|
53402
|
+
RecurrencePeriod["Daily"] = "Daily";
|
|
53403
|
+
})(RecurrencePeriod = exports.RecurrencePeriod || (exports.RecurrencePeriod = {}));
|
|
53404
|
+
var ReportDeliveryType;
|
|
53405
|
+
(function (ReportDeliveryType) {
|
|
53406
|
+
ReportDeliveryType[ReportDeliveryType["Email"] = 0] = "Email";
|
|
53407
|
+
ReportDeliveryType[ReportDeliveryType["ApiOrUrl"] = 1] = "ApiOrUrl";
|
|
53408
|
+
})(ReportDeliveryType = exports.ReportDeliveryType || (exports.ReportDeliveryType = {}));
|
|
53409
|
+
var ReportExportFormat;
|
|
53410
|
+
(function (ReportExportFormat) {
|
|
53411
|
+
ReportExportFormat[ReportExportFormat["CSV"] = 0] = "CSV";
|
|
53412
|
+
ReportExportFormat[ReportExportFormat["JSON"] = 1] = "JSON";
|
|
53413
|
+
})(ReportExportFormat = exports.ReportExportFormat || (exports.ReportExportFormat = {}));
|
|
53414
|
+
var CronDayOfWeek;
|
|
53415
|
+
(function (CronDayOfWeek) {
|
|
53416
|
+
CronDayOfWeek[CronDayOfWeek["Sunday"] = 1] = "Sunday";
|
|
53417
|
+
CronDayOfWeek[CronDayOfWeek["Monday"] = 2] = "Monday";
|
|
53418
|
+
CronDayOfWeek[CronDayOfWeek["Tuesday"] = 3] = "Tuesday";
|
|
53419
|
+
CronDayOfWeek[CronDayOfWeek["Wednesday"] = 4] = "Wednesday";
|
|
53420
|
+
CronDayOfWeek[CronDayOfWeek["Thursday"] = 5] = "Thursday";
|
|
53421
|
+
CronDayOfWeek[CronDayOfWeek["Friday"] = 6] = "Friday";
|
|
53422
|
+
CronDayOfWeek[CronDayOfWeek["Saturday"] = 7] = "Saturday";
|
|
53423
|
+
})(CronDayOfWeek = exports.CronDayOfWeek || (exports.CronDayOfWeek = {}));
|
|
53424
|
+
//# sourceMappingURL=reports_scheduled_jobs.js.map
|
|
53425
|
+
|
|
53426
|
+
/***/ }),
|
|
53427
|
+
/* 365 */
|
|
53177
53428
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53178
53429
|
|
|
53179
53430
|
"use strict";
|
|
@@ -53182,7 +53433,7 @@ exports.__esModule = true;
|
|
|
53182
53433
|
//# sourceMappingURL=report_preference.js.map
|
|
53183
53434
|
|
|
53184
53435
|
/***/ }),
|
|
53185
|
-
/*
|
|
53436
|
+
/* 366 */
|
|
53186
53437
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53187
53438
|
|
|
53188
53439
|
"use strict";
|
|
@@ -53251,7 +53502,63 @@ var FILTER_TYPES;
|
|
|
53251
53502
|
//# sourceMappingURL=reports.js.map
|
|
53252
53503
|
|
|
53253
53504
|
/***/ }),
|
|
53254
|
-
/*
|
|
53505
|
+
/* 367 */
|
|
53506
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53507
|
+
|
|
53508
|
+
"use strict";
|
|
53509
|
+
|
|
53510
|
+
exports.__esModule = true;
|
|
53511
|
+
exports.RequestOrigin = void 0;
|
|
53512
|
+
var RequestOrigin;
|
|
53513
|
+
(function (RequestOrigin) {
|
|
53514
|
+
RequestOrigin[RequestOrigin["DriverApi"] = 1] = "DriverApi";
|
|
53515
|
+
RequestOrigin[RequestOrigin["WebApi"] = 2] = "WebApi";
|
|
53516
|
+
RequestOrigin[RequestOrigin["RakeService"] = 3] = "RakeService";
|
|
53517
|
+
RequestOrigin[RequestOrigin["ScheduledRakeTask"] = 4] = "ScheduledRakeTask";
|
|
53518
|
+
RequestOrigin[RequestOrigin["CustomerExperienceApi"] = 5] = "CustomerExperienceApi";
|
|
53519
|
+
RequestOrigin[RequestOrigin["OpenFleetApi"] = 6] = "OpenFleetApi";
|
|
53520
|
+
})(RequestOrigin = exports.RequestOrigin || (exports.RequestOrigin = {}));
|
|
53521
|
+
//# sourceMappingURL=request_origin.js.map
|
|
53522
|
+
|
|
53523
|
+
/***/ }),
|
|
53524
|
+
/* 368 */
|
|
53525
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53526
|
+
|
|
53527
|
+
"use strict";
|
|
53528
|
+
|
|
53529
|
+
exports.__esModule = true;
|
|
53530
|
+
exports.RuleRequestType = exports.FactType = exports.Entity = exports.RuleCategory = exports.AttributeDatatype = void 0;
|
|
53531
|
+
var AttributeDatatype;
|
|
53532
|
+
(function (AttributeDatatype) {
|
|
53533
|
+
AttributeDatatype["String"] = "string";
|
|
53534
|
+
AttributeDatatype["Number"] = "number";
|
|
53535
|
+
AttributeDatatype["Boolean"] = "boolean";
|
|
53536
|
+
AttributeDatatype["Datetime"] = "datetime";
|
|
53537
|
+
AttributeDatatype["Array"] = "array";
|
|
53538
|
+
})(AttributeDatatype = exports.AttributeDatatype || (exports.AttributeDatatype = {}));
|
|
53539
|
+
var RuleCategory;
|
|
53540
|
+
(function (RuleCategory) {
|
|
53541
|
+
RuleCategory[RuleCategory["FleetRouter"] = 0] = "FleetRouter";
|
|
53542
|
+
RuleCategory[RuleCategory["Alert"] = 1] = "Alert";
|
|
53543
|
+
})(RuleCategory = exports.RuleCategory || (exports.RuleCategory = {}));
|
|
53544
|
+
var Entity;
|
|
53545
|
+
(function (Entity) {
|
|
53546
|
+
Entity["Fleet"] = "fleet";
|
|
53547
|
+
Entity["Action"] = "action";
|
|
53548
|
+
})(Entity = exports.Entity || (exports.Entity = {}));
|
|
53549
|
+
var FactType;
|
|
53550
|
+
(function (FactType) {
|
|
53551
|
+
FactType["Task"] = "task";
|
|
53552
|
+
FactType["Waypoint"] = "waypoint";
|
|
53553
|
+
})(FactType = exports.FactType || (exports.FactType = {}));
|
|
53554
|
+
var RuleRequestType;
|
|
53555
|
+
(function (RuleRequestType) {
|
|
53556
|
+
RuleRequestType["Evaluate"] = "rule:evaluate";
|
|
53557
|
+
})(RuleRequestType = exports.RuleRequestType || (exports.RuleRequestType = {}));
|
|
53558
|
+
//# sourceMappingURL=rule_types.js.map
|
|
53559
|
+
|
|
53560
|
+
/***/ }),
|
|
53561
|
+
/* 369 */
|
|
53255
53562
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53256
53563
|
|
|
53257
53564
|
"use strict";
|
|
@@ -53305,7 +53612,7 @@ var OFFLINE_ONLINE_EVENT_TYPES;
|
|
|
53305
53612
|
//# sourceMappingURL=run.js.map
|
|
53306
53613
|
|
|
53307
53614
|
/***/ }),
|
|
53308
|
-
/*
|
|
53615
|
+
/* 370 */
|
|
53309
53616
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53310
53617
|
|
|
53311
53618
|
"use strict";
|
|
@@ -53321,7 +53628,7 @@ var ScanType;
|
|
|
53321
53628
|
//# sourceMappingURL=scan.js.map
|
|
53322
53629
|
|
|
53323
53630
|
/***/ }),
|
|
53324
|
-
/*
|
|
53631
|
+
/* 371 */
|
|
53325
53632
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53326
53633
|
|
|
53327
53634
|
"use strict";
|
|
@@ -53330,7 +53637,16 @@ exports.__esModule = true;
|
|
|
53330
53637
|
//# sourceMappingURL=serializer.js.map
|
|
53331
53638
|
|
|
53332
53639
|
/***/ }),
|
|
53333
|
-
/*
|
|
53640
|
+
/* 372 */
|
|
53641
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53642
|
+
|
|
53643
|
+
"use strict";
|
|
53644
|
+
|
|
53645
|
+
exports.__esModule = true;
|
|
53646
|
+
//# sourceMappingURL=service.js.map
|
|
53647
|
+
|
|
53648
|
+
/***/ }),
|
|
53649
|
+
/* 373 */
|
|
53334
53650
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53335
53651
|
|
|
53336
53652
|
"use strict";
|
|
@@ -53339,7 +53655,7 @@ exports.__esModule = true;
|
|
|
53339
53655
|
//# sourceMappingURL=service_area.js.map
|
|
53340
53656
|
|
|
53341
53657
|
/***/ }),
|
|
53342
|
-
/*
|
|
53658
|
+
/* 374 */
|
|
53343
53659
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53344
53660
|
|
|
53345
53661
|
"use strict";
|
|
@@ -53348,7 +53664,7 @@ exports.__esModule = true;
|
|
|
53348
53664
|
//# sourceMappingURL=service_event.js.map
|
|
53349
53665
|
|
|
53350
53666
|
/***/ }),
|
|
53351
|
-
/*
|
|
53667
|
+
/* 375 */
|
|
53352
53668
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53353
53669
|
|
|
53354
53670
|
"use strict";
|
|
@@ -53357,7 +53673,7 @@ exports.__esModule = true;
|
|
|
53357
53673
|
//# sourceMappingURL=service_plan.js.map
|
|
53358
53674
|
|
|
53359
53675
|
/***/ }),
|
|
53360
|
-
/*
|
|
53676
|
+
/* 376 */
|
|
53361
53677
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53362
53678
|
|
|
53363
53679
|
"use strict";
|
|
@@ -53373,7 +53689,7 @@ var ServiceWindowType;
|
|
|
53373
53689
|
//# sourceMappingURL=service_window.js.map
|
|
53374
53690
|
|
|
53375
53691
|
/***/ }),
|
|
53376
|
-
/*
|
|
53692
|
+
/* 377 */
|
|
53377
53693
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53378
53694
|
|
|
53379
53695
|
"use strict";
|
|
@@ -53412,7 +53728,7 @@ var SharingMethod;
|
|
|
53412
53728
|
//# sourceMappingURL=shared_location.js.map
|
|
53413
53729
|
|
|
53414
53730
|
/***/ }),
|
|
53415
|
-
/*
|
|
53731
|
+
/* 378 */
|
|
53416
53732
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53417
53733
|
|
|
53418
53734
|
"use strict";
|
|
@@ -53435,7 +53751,7 @@ var ShiftRule;
|
|
|
53435
53751
|
//# sourceMappingURL=shift.js.map
|
|
53436
53752
|
|
|
53437
53753
|
/***/ }),
|
|
53438
|
-
/*
|
|
53754
|
+
/* 379 */
|
|
53439
53755
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53440
53756
|
|
|
53441
53757
|
"use strict";
|
|
@@ -53444,7 +53760,7 @@ exports.__esModule = true;
|
|
|
53444
53760
|
//# sourceMappingURL=skill.js.map
|
|
53445
53761
|
|
|
53446
53762
|
/***/ }),
|
|
53447
|
-
/*
|
|
53763
|
+
/* 380 */
|
|
53448
53764
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53449
53765
|
|
|
53450
53766
|
"use strict";
|
|
@@ -53453,7 +53769,7 @@ exports.__esModule = true;
|
|
|
53453
53769
|
//# sourceMappingURL=sms_data.js.map
|
|
53454
53770
|
|
|
53455
53771
|
/***/ }),
|
|
53456
|
-
/*
|
|
53772
|
+
/* 381 */
|
|
53457
53773
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53458
53774
|
|
|
53459
53775
|
"use strict";
|
|
@@ -53470,7 +53786,7 @@ var NumberType;
|
|
|
53470
53786
|
//# sourceMappingURL=sms_number.js.map
|
|
53471
53787
|
|
|
53472
53788
|
/***/ }),
|
|
53473
|
-
/*
|
|
53789
|
+
/* 382 */
|
|
53474
53790
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53475
53791
|
|
|
53476
53792
|
"use strict";
|
|
@@ -53479,7 +53795,7 @@ exports.__esModule = true;
|
|
|
53479
53795
|
//# sourceMappingURL=sms_setting.js.map
|
|
53480
53796
|
|
|
53481
53797
|
/***/ }),
|
|
53482
|
-
/*
|
|
53798
|
+
/* 383 */
|
|
53483
53799
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53484
53800
|
|
|
53485
53801
|
"use strict";
|
|
@@ -53488,7 +53804,7 @@ exports.__esModule = true;
|
|
|
53488
53804
|
//# sourceMappingURL=tag.js.map
|
|
53489
53805
|
|
|
53490
53806
|
/***/ }),
|
|
53491
|
-
/*
|
|
53807
|
+
/* 384 */
|
|
53492
53808
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53493
53809
|
|
|
53494
53810
|
"use strict";
|
|
@@ -53497,7 +53813,7 @@ exports.__esModule = true;
|
|
|
53497
53813
|
//# sourceMappingURL=tag_customer_configuration.js.map
|
|
53498
53814
|
|
|
53499
53815
|
/***/ }),
|
|
53500
|
-
/*
|
|
53816
|
+
/* 385 */
|
|
53501
53817
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53502
53818
|
|
|
53503
53819
|
"use strict";
|
|
@@ -53506,7 +53822,7 @@ exports.__esModule = true;
|
|
|
53506
53822
|
//# sourceMappingURL=tag_merchant_configuration.js.map
|
|
53507
53823
|
|
|
53508
53824
|
/***/ }),
|
|
53509
|
-
/*
|
|
53825
|
+
/* 386 */
|
|
53510
53826
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53511
53827
|
|
|
53512
53828
|
"use strict";
|
|
@@ -53515,13 +53831,13 @@ exports.__esModule = true;
|
|
|
53515
53831
|
//# sourceMappingURL=tag_rules_configuration.js.map
|
|
53516
53832
|
|
|
53517
53833
|
/***/ }),
|
|
53518
|
-
/*
|
|
53834
|
+
/* 387 */
|
|
53519
53835
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53520
53836
|
|
|
53521
53837
|
"use strict";
|
|
53522
53838
|
|
|
53523
53839
|
exports.__esModule = true;
|
|
53524
|
-
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;
|
|
53840
|
+
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.TaskHistoryEvent = exports.NoteType = void 0;
|
|
53525
53841
|
var NoteType;
|
|
53526
53842
|
(function (NoteType) {
|
|
53527
53843
|
NoteType["FormattedTaskNote"] = "FormattedTaskNote";
|
|
@@ -53533,6 +53849,59 @@ var NoteType;
|
|
|
53533
53849
|
NoteType["Signature"] = "Signature";
|
|
53534
53850
|
NoteType["Document"] = "Document";
|
|
53535
53851
|
})(NoteType = exports.NoteType || (exports.NoteType = {}));
|
|
53852
|
+
var TaskHistoryEvent;
|
|
53853
|
+
(function (TaskHistoryEvent) {
|
|
53854
|
+
TaskHistoryEvent[TaskHistoryEvent["status_changed"] = 0] = "status_changed";
|
|
53855
|
+
TaskHistoryEvent[TaskHistoryEvent["application_event"] = 1] = "application_event";
|
|
53856
|
+
TaskHistoryEvent[TaskHistoryEvent["postpone_notification_event"] = 2] = "postpone_notification_event";
|
|
53857
|
+
TaskHistoryEvent[TaskHistoryEvent["late_notification_event"] = 3] = "late_notification_event";
|
|
53858
|
+
TaskHistoryEvent[TaskHistoryEvent["reassigned"] = 4] = "reassigned";
|
|
53859
|
+
TaskHistoryEvent[TaskHistoryEvent["shared_location_sent"] = 5] = "shared_location_sent";
|
|
53860
|
+
TaskHistoryEvent[TaskHistoryEvent["client_alert"] = 6] = "client_alert";
|
|
53861
|
+
TaskHistoryEvent[TaskHistoryEvent["estimations_updated"] = 7] = "estimations_updated";
|
|
53862
|
+
TaskHistoryEvent[TaskHistoryEvent["marked_as_done"] = 8] = "marked_as_done";
|
|
53863
|
+
TaskHistoryEvent[TaskHistoryEvent["activity_change"] = 9] = "activity_change";
|
|
53864
|
+
TaskHistoryEvent[TaskHistoryEvent["administrator_notification"] = 10] = "administrator_notification";
|
|
53865
|
+
TaskHistoryEvent[TaskHistoryEvent["user_rated"] = 11] = "user_rated";
|
|
53866
|
+
TaskHistoryEvent[TaskHistoryEvent["shared_location_cancelled"] = 12] = "shared_location_cancelled";
|
|
53867
|
+
TaskHistoryEvent[TaskHistoryEvent["customer_alert"] = 13] = "customer_alert";
|
|
53868
|
+
TaskHistoryEvent[TaskHistoryEvent["reject_event"] = 14] = "reject_event";
|
|
53869
|
+
TaskHistoryEvent[TaskHistoryEvent["dismiss_task"] = 15] = "dismiss_task";
|
|
53870
|
+
TaskHistoryEvent[TaskHistoryEvent["payment_event"] = 16] = "payment_event";
|
|
53871
|
+
TaskHistoryEvent[TaskHistoryEvent["customer_added_note"] = 17] = "customer_added_note";
|
|
53872
|
+
TaskHistoryEvent[TaskHistoryEvent["driver_turned_off_gps"] = 18] = "driver_turned_off_gps";
|
|
53873
|
+
TaskHistoryEvent[TaskHistoryEvent["driver_gps_back"] = 19] = "driver_gps_back";
|
|
53874
|
+
TaskHistoryEvent[TaskHistoryEvent["client_sent_tip"] = 20] = "client_sent_tip";
|
|
53875
|
+
TaskHistoryEvent[TaskHistoryEvent["driver_lost_gps_reception"] = 21] = "driver_lost_gps_reception";
|
|
53876
|
+
TaskHistoryEvent[TaskHistoryEvent["driver_found_gps_reception"] = 22] = "driver_found_gps_reception";
|
|
53877
|
+
TaskHistoryEvent[TaskHistoryEvent["auto_dispatch_no_drivers_found"] = 23] = "auto_dispatch_no_drivers_found";
|
|
53878
|
+
TaskHistoryEvent[TaskHistoryEvent["task_started_event"] = 24] = "task_started_event";
|
|
53879
|
+
TaskHistoryEvent[TaskHistoryEvent["task_cancelled_Event"] = 25] = "task_cancelled_Event";
|
|
53880
|
+
TaskHistoryEvent[TaskHistoryEvent["webhooks_event"] = 26] = "webhooks_event";
|
|
53881
|
+
TaskHistoryEvent[TaskHistoryEvent["checkin_out_of_geofence"] = 27] = "checkin_out_of_geofence";
|
|
53882
|
+
TaskHistoryEvent[TaskHistoryEvent["shared_location_sent_via_push"] = 28] = "shared_location_sent_via_push";
|
|
53883
|
+
TaskHistoryEvent[TaskHistoryEvent["customer_called_driver"] = 29] = "customer_called_driver";
|
|
53884
|
+
TaskHistoryEvent[TaskHistoryEvent["driver_called_customer"] = 30] = "driver_called_customer";
|
|
53885
|
+
TaskHistoryEvent[TaskHistoryEvent["customer_smsed_driver"] = 31] = "customer_smsed_driver";
|
|
53886
|
+
TaskHistoryEvent[TaskHistoryEvent["driver_smsed_customer"] = 32] = "driver_smsed_customer";
|
|
53887
|
+
TaskHistoryEvent[TaskHistoryEvent["eta_updated"] = 33] = "eta_updated";
|
|
53888
|
+
TaskHistoryEvent[TaskHistoryEvent["task_forward_declined"] = 34] = "task_forward_declined";
|
|
53889
|
+
TaskHistoryEvent[TaskHistoryEvent["task_forward_accepted"] = 35] = "task_forward_accepted";
|
|
53890
|
+
TaskHistoryEvent[TaskHistoryEvent["task_rescheduled"] = 36] = "task_rescheduled";
|
|
53891
|
+
TaskHistoryEvent[TaskHistoryEvent["distance_traveled_updated_manually"] = 37] = "distance_traveled_updated_manually";
|
|
53892
|
+
TaskHistoryEvent[TaskHistoryEvent["geocode"] = 38] = "geocode";
|
|
53893
|
+
TaskHistoryEvent[TaskHistoryEvent["task_assigned_to_team"] = 39] = "task_assigned_to_team";
|
|
53894
|
+
TaskHistoryEvent[TaskHistoryEvent["notnow_task"] = 40] = "notnow_task";
|
|
53895
|
+
TaskHistoryEvent[TaskHistoryEvent["preparation_status_changed"] = 41] = "preparation_status_changed";
|
|
53896
|
+
TaskHistoryEvent[TaskHistoryEvent["task_broadcasted"] = 42] = "task_broadcasted";
|
|
53897
|
+
TaskHistoryEvent[TaskHistoryEvent["route_optimized"] = 43] = "route_optimized";
|
|
53898
|
+
TaskHistoryEvent[TaskHistoryEvent["external_fleet_changed"] = 44] = "external_fleet_changed";
|
|
53899
|
+
TaskHistoryEvent[TaskHistoryEvent["external_delivery_changed"] = 45] = "external_delivery_changed";
|
|
53900
|
+
TaskHistoryEvent[TaskHistoryEvent["reschedule_virtual_task"] = 46] = "reschedule_virtual_task";
|
|
53901
|
+
TaskHistoryEvent[TaskHistoryEvent["task_schedule_ready_time_window_updated"] = 47] = "task_schedule_ready_time_window_updated";
|
|
53902
|
+
TaskHistoryEvent[TaskHistoryEvent["task_ready_to_execute_changed"] = 48] = "task_ready_to_execute_changed";
|
|
53903
|
+
TaskHistoryEvent[TaskHistoryEvent["way_point_sla_changed"] = 49] = "way_point_sla_changed";
|
|
53904
|
+
})(TaskHistoryEvent = exports.TaskHistoryEvent || (exports.TaskHistoryEvent = {}));
|
|
53536
53905
|
var TaskHistoryOrigin;
|
|
53537
53906
|
(function (TaskHistoryOrigin) {
|
|
53538
53907
|
TaskHistoryOrigin[TaskHistoryOrigin["UNKNOWN"] = 0] = "UNKNOWN";
|
|
@@ -53671,7 +54040,7 @@ var Association;
|
|
|
53671
54040
|
//# sourceMappingURL=task.js.map
|
|
53672
54041
|
|
|
53673
54042
|
/***/ }),
|
|
53674
|
-
/*
|
|
54043
|
+
/* 388 */
|
|
53675
54044
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53676
54045
|
|
|
53677
54046
|
"use strict";
|
|
@@ -53692,7 +54061,7 @@ var AutoScheduleType;
|
|
|
53692
54061
|
//# sourceMappingURL=task_configuration.js.map
|
|
53693
54062
|
|
|
53694
54063
|
/***/ }),
|
|
53695
|
-
/*
|
|
54064
|
+
/* 389 */
|
|
53696
54065
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53697
54066
|
|
|
53698
54067
|
"use strict";
|
|
@@ -53701,7 +54070,7 @@ exports.__esModule = true;
|
|
|
53701
54070
|
//# sourceMappingURL=task_payment_history.js.map
|
|
53702
54071
|
|
|
53703
54072
|
/***/ }),
|
|
53704
|
-
/*
|
|
54073
|
+
/* 390 */
|
|
53705
54074
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53706
54075
|
|
|
53707
54076
|
"use strict";
|
|
@@ -53715,7 +54084,7 @@ var TaskServiceType;
|
|
|
53715
54084
|
//# sourceMappingURL=task_service.js.map
|
|
53716
54085
|
|
|
53717
54086
|
/***/ }),
|
|
53718
|
-
/*
|
|
54087
|
+
/* 391 */
|
|
53719
54088
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53720
54089
|
|
|
53721
54090
|
"use strict";
|
|
@@ -53724,25 +54093,25 @@ exports.__esModule = true;
|
|
|
53724
54093
|
//# sourceMappingURL=team_configuration.js.map
|
|
53725
54094
|
|
|
53726
54095
|
/***/ }),
|
|
53727
|
-
/*
|
|
54096
|
+
/* 392 */
|
|
53728
54097
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53729
54098
|
|
|
53730
54099
|
"use strict";
|
|
53731
54100
|
|
|
53732
54101
|
exports.__esModule = true;
|
|
53733
|
-
//# sourceMappingURL=
|
|
54102
|
+
//# sourceMappingURL=team_service_zip_codes.js.map
|
|
53734
54103
|
|
|
53735
54104
|
/***/ }),
|
|
53736
|
-
/*
|
|
54105
|
+
/* 393 */
|
|
53737
54106
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53738
54107
|
|
|
53739
54108
|
"use strict";
|
|
53740
54109
|
|
|
53741
54110
|
exports.__esModule = true;
|
|
53742
|
-
//# sourceMappingURL=
|
|
54111
|
+
//# sourceMappingURL=teams.js.map
|
|
53743
54112
|
|
|
53744
54113
|
/***/ }),
|
|
53745
|
-
/*
|
|
54114
|
+
/* 394 */
|
|
53746
54115
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53747
54116
|
|
|
53748
54117
|
"use strict";
|
|
@@ -53751,37 +54120,25 @@ exports.__esModule = true;
|
|
|
53751
54120
|
//# sourceMappingURL=user_configuration.js.map
|
|
53752
54121
|
|
|
53753
54122
|
/***/ }),
|
|
53754
|
-
/*
|
|
54123
|
+
/* 395 */
|
|
53755
54124
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53756
54125
|
|
|
53757
54126
|
"use strict";
|
|
53758
54127
|
|
|
53759
54128
|
exports.__esModule = true;
|
|
53760
|
-
//# sourceMappingURL=
|
|
54129
|
+
//# sourceMappingURL=user_realtime_data.js.map
|
|
53761
54130
|
|
|
53762
54131
|
/***/ }),
|
|
53763
|
-
/*
|
|
54132
|
+
/* 396 */
|
|
53764
54133
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53765
54134
|
|
|
53766
54135
|
"use strict";
|
|
53767
54136
|
|
|
53768
54137
|
exports.__esModule = true;
|
|
53769
|
-
|
|
53770
|
-
var DisputeReason;
|
|
53771
|
-
(function (DisputeReason) {
|
|
53772
|
-
DisputeReason[DisputeReason["DRIVER_ARRIVED_LATE"] = 0] = "DRIVER_ARRIVED_LATE";
|
|
53773
|
-
DisputeReason[DisputeReason["DRIVER_ARRIVED_EARLY"] = 1] = "DRIVER_ARRIVED_EARLY";
|
|
53774
|
-
DisputeReason[DisputeReason["POOR_DELIVERY_EXECUTION"] = 2] = "POOR_DELIVERY_EXECUTION";
|
|
53775
|
-
DisputeReason[DisputeReason["DRIVER_BEHAVIOR_COMPLAINT"] = 3] = "DRIVER_BEHAVIOR_COMPLAINT";
|
|
53776
|
-
DisputeReason[DisputeReason["FLEET_CANCELLED_AFTER_ORDER_PREP"] = 4] = "FLEET_CANCELLED_AFTER_ORDER_PREP";
|
|
53777
|
-
DisputeReason[DisputeReason["DRIVER_NEVER_ARRIVED_TO_PICKUP"] = 5] = "DRIVER_NEVER_ARRIVED_TO_PICKUP";
|
|
53778
|
-
DisputeReason[DisputeReason["DRIVER_NEVER_ARRIVED_TO_DROPOFF"] = 6] = "DRIVER_NEVER_ARRIVED_TO_DROPOFF";
|
|
53779
|
-
DisputeReason[DisputeReason["OTHER"] = 100] = "OTHER";
|
|
53780
|
-
})(DisputeReason = exports.DisputeReason || (exports.DisputeReason = {}));
|
|
53781
|
-
//# sourceMappingURL=dispute.js.map
|
|
54138
|
+
//# sourceMappingURL=user_types.js.map
|
|
53782
54139
|
|
|
53783
54140
|
/***/ }),
|
|
53784
|
-
/*
|
|
54141
|
+
/* 397 */
|
|
53785
54142
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53786
54143
|
|
|
53787
54144
|
"use strict";
|
|
@@ -53818,7 +54175,7 @@ var UserStatus;
|
|
|
53818
54175
|
//# sourceMappingURL=users.js.map
|
|
53819
54176
|
|
|
53820
54177
|
/***/ }),
|
|
53821
|
-
/*
|
|
54178
|
+
/* 398 */
|
|
53822
54179
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53823
54180
|
|
|
53824
54181
|
"use strict";
|
|
@@ -53827,7 +54184,7 @@ exports.__esModule = true;
|
|
|
53827
54184
|
//# sourceMappingURL=vehicle.js.map
|
|
53828
54185
|
|
|
53829
54186
|
/***/ }),
|
|
53830
|
-
/*
|
|
54187
|
+
/* 399 */
|
|
53831
54188
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53832
54189
|
|
|
53833
54190
|
"use strict";
|
|
@@ -53836,7 +54193,7 @@ exports.__esModule = true;
|
|
|
53836
54193
|
//# sourceMappingURL=vehicle_type.js.map
|
|
53837
54194
|
|
|
53838
54195
|
/***/ }),
|
|
53839
|
-
/*
|
|
54196
|
+
/* 400 */
|
|
53840
54197
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53841
54198
|
|
|
53842
54199
|
"use strict";
|
|
@@ -53845,7 +54202,7 @@ exports.__esModule = true;
|
|
|
53845
54202
|
//# sourceMappingURL=web_application_configuration.js.map
|
|
53846
54203
|
|
|
53847
54204
|
/***/ }),
|
|
53848
|
-
/*
|
|
54205
|
+
/* 401 */
|
|
53849
54206
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53850
54207
|
|
|
53851
54208
|
"use strict";
|
|
@@ -53854,7 +54211,7 @@ exports.__esModule = true;
|
|
|
53854
54211
|
//# sourceMappingURL=webhooks.js.map
|
|
53855
54212
|
|
|
53856
54213
|
/***/ }),
|
|
53857
|
-
/*
|
|
54214
|
+
/* 402 */
|
|
53858
54215
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53859
54216
|
|
|
53860
54217
|
"use strict";
|
|
@@ -53870,16 +54227,7 @@ var Plan;
|
|
|
53870
54227
|
//# sourceMappingURL=webhooks_configuration.js.map
|
|
53871
54228
|
|
|
53872
54229
|
/***/ }),
|
|
53873
|
-
/*
|
|
53874
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53875
|
-
|
|
53876
|
-
"use strict";
|
|
53877
|
-
|
|
53878
|
-
exports.__esModule = true;
|
|
53879
|
-
//# sourceMappingURL=fleet_template.js.map
|
|
53880
|
-
|
|
53881
|
-
/***/ }),
|
|
53882
|
-
/* 385 */
|
|
54230
|
+
/* 403 */
|
|
53883
54231
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53884
54232
|
|
|
53885
54233
|
"use strict";
|
|
@@ -53888,7 +54236,7 @@ exports.__esModule = true;
|
|
|
53888
54236
|
//# sourceMappingURL=widget.js.map
|
|
53889
54237
|
|
|
53890
54238
|
/***/ }),
|
|
53891
|
-
/*
|
|
54239
|
+
/* 404 */
|
|
53892
54240
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53893
54241
|
|
|
53894
54242
|
"use strict";
|
|
@@ -53897,278 +54245,7 @@ exports.__esModule = true;
|
|
|
53897
54245
|
//# sourceMappingURL=windows.js.map
|
|
53898
54246
|
|
|
53899
54247
|
/***/ }),
|
|
53900
|
-
/*
|
|
53901
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53902
|
-
|
|
53903
|
-
"use strict";
|
|
53904
|
-
|
|
53905
|
-
exports.__esModule = true;
|
|
53906
|
-
//# sourceMappingURL=open_fleet.js.map
|
|
53907
|
-
|
|
53908
|
-
/***/ }),
|
|
53909
|
-
/* 388 */
|
|
53910
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53911
|
-
|
|
53912
|
-
"use strict";
|
|
53913
|
-
|
|
53914
|
-
exports.__esModule = true;
|
|
53915
|
-
//# sourceMappingURL=service.js.map
|
|
53916
|
-
|
|
53917
|
-
/***/ }),
|
|
53918
|
-
/* 389 */
|
|
53919
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53920
|
-
|
|
53921
|
-
"use strict";
|
|
53922
|
-
|
|
53923
|
-
exports.__esModule = true;
|
|
53924
|
-
//# sourceMappingURL=planned_delivery_window.js.map
|
|
53925
|
-
|
|
53926
|
-
/***/ }),
|
|
53927
|
-
/* 390 */
|
|
53928
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53929
|
-
|
|
53930
|
-
"use strict";
|
|
53931
|
-
|
|
53932
|
-
exports.__esModule = true;
|
|
53933
|
-
//# sourceMappingURL=user_realtime_data.js.map
|
|
53934
|
-
|
|
53935
|
-
/***/ }),
|
|
53936
|
-
/* 391 */
|
|
53937
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53938
|
-
|
|
53939
|
-
"use strict";
|
|
53940
|
-
|
|
53941
|
-
exports.__esModule = true;
|
|
53942
|
-
exports.RouteItemType = exports.OPTIMIZATION_TYPE = void 0;
|
|
53943
|
-
var OPTIMIZATION_TYPE;
|
|
53944
|
-
(function (OPTIMIZATION_TYPE) {
|
|
53945
|
-
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["ANONYMOUS"] = 1] = "ANONYMOUS";
|
|
53946
|
-
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["NAMED_VRP"] = 2] = "NAMED_VRP";
|
|
53947
|
-
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["NAMED_PDP"] = 3] = "NAMED_PDP";
|
|
53948
|
-
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["ROUTE_BASED"] = 4] = "ROUTE_BASED";
|
|
53949
|
-
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["CREW_BASED"] = 5] = "CREW_BASED";
|
|
53950
|
-
})(OPTIMIZATION_TYPE = exports.OPTIMIZATION_TYPE || (exports.OPTIMIZATION_TYPE = {}));
|
|
53951
|
-
var RouteItemType;
|
|
53952
|
-
(function (RouteItemType) {
|
|
53953
|
-
RouteItemType["Break"] = "break";
|
|
53954
|
-
})(RouteItemType = exports.RouteItemType || (exports.RouteItemType = {}));
|
|
53955
|
-
//# sourceMappingURL=optimization_type.js.map
|
|
53956
|
-
|
|
53957
|
-
/***/ }),
|
|
53958
|
-
/* 392 */
|
|
53959
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53960
|
-
|
|
53961
|
-
"use strict";
|
|
53962
|
-
|
|
53963
|
-
exports.__esModule = true;
|
|
53964
|
-
exports.CustomFilterOperator = void 0;
|
|
53965
|
-
var CustomFilterOperator;
|
|
53966
|
-
(function (CustomFilterOperator) {
|
|
53967
|
-
CustomFilterOperator[CustomFilterOperator["Equal"] = 0] = "Equal";
|
|
53968
|
-
CustomFilterOperator[CustomFilterOperator["GreaterThan"] = 1] = "GreaterThan";
|
|
53969
|
-
CustomFilterOperator[CustomFilterOperator["LessThan"] = 2] = "LessThan";
|
|
53970
|
-
})(CustomFilterOperator = exports.CustomFilterOperator || (exports.CustomFilterOperator = {}));
|
|
53971
|
-
//# sourceMappingURL=custom_filter.js.map
|
|
53972
|
-
|
|
53973
|
-
/***/ }),
|
|
53974
|
-
/* 393 */
|
|
53975
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53976
|
-
|
|
53977
|
-
"use strict";
|
|
53978
|
-
|
|
53979
|
-
exports.__esModule = true;
|
|
53980
|
-
exports.RequestOrigin = void 0;
|
|
53981
|
-
var RequestOrigin;
|
|
53982
|
-
(function (RequestOrigin) {
|
|
53983
|
-
RequestOrigin[RequestOrigin["DriverApi"] = 1] = "DriverApi";
|
|
53984
|
-
RequestOrigin[RequestOrigin["WebApi"] = 2] = "WebApi";
|
|
53985
|
-
RequestOrigin[RequestOrigin["RakeService"] = 3] = "RakeService";
|
|
53986
|
-
RequestOrigin[RequestOrigin["ScheduledRakeTask"] = 4] = "ScheduledRakeTask";
|
|
53987
|
-
RequestOrigin[RequestOrigin["CustomerExperienceApi"] = 5] = "CustomerExperienceApi";
|
|
53988
|
-
RequestOrigin[RequestOrigin["OpenFleetApi"] = 6] = "OpenFleetApi";
|
|
53989
|
-
})(RequestOrigin = exports.RequestOrigin || (exports.RequestOrigin = {}));
|
|
53990
|
-
//# sourceMappingURL=request_origin.js.map
|
|
53991
|
-
|
|
53992
|
-
/***/ }),
|
|
53993
|
-
/* 394 */
|
|
53994
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53995
|
-
|
|
53996
|
-
"use strict";
|
|
53997
|
-
|
|
53998
|
-
exports.__esModule = true;
|
|
53999
|
-
exports.OWNERSHIP_ORIGIN = void 0;
|
|
54000
|
-
var OWNERSHIP_ORIGIN;
|
|
54001
|
-
(function (OWNERSHIP_ORIGIN) {
|
|
54002
|
-
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["DRIVER_API"] = 1] = "DRIVER_API";
|
|
54003
|
-
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["WEB_API"] = 2] = "WEB_API";
|
|
54004
|
-
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["SERVICES_API"] = 3] = "SERVICES_API";
|
|
54005
|
-
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["FLOATING_INVENTORY_APP"] = 4] = "FLOATING_INVENTORY_APP";
|
|
54006
|
-
})(OWNERSHIP_ORIGIN = exports.OWNERSHIP_ORIGIN || (exports.OWNERSHIP_ORIGIN = {}));
|
|
54007
|
-
//# sourceMappingURL=floating_inventory.js.map
|
|
54008
|
-
|
|
54009
|
-
/***/ }),
|
|
54010
|
-
/* 395 */
|
|
54011
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54012
|
-
|
|
54013
|
-
"use strict";
|
|
54014
|
-
|
|
54015
|
-
exports.__esModule = true;
|
|
54016
|
-
exports.PreferredMethod = void 0;
|
|
54017
|
-
var PreferredMethod;
|
|
54018
|
-
(function (PreferredMethod) {
|
|
54019
|
-
PreferredMethod["Priority"] = "priority";
|
|
54020
|
-
PreferredMethod["Fastest"] = "fastest";
|
|
54021
|
-
PreferredMethod["Cheapest"] = "cheapest";
|
|
54022
|
-
})(PreferredMethod = exports.PreferredMethod || (exports.PreferredMethod = {}));
|
|
54023
|
-
//# sourceMappingURL=fleet_router_rules.js.map
|
|
54024
|
-
|
|
54025
|
-
/***/ }),
|
|
54026
|
-
/* 396 */
|
|
54027
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54028
|
-
|
|
54029
|
-
"use strict";
|
|
54030
|
-
|
|
54031
|
-
exports.__esModule = true;
|
|
54032
|
-
//# sourceMappingURL=predicate.js.map
|
|
54033
|
-
|
|
54034
|
-
/***/ }),
|
|
54035
|
-
/* 397 */
|
|
54036
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54037
|
-
|
|
54038
|
-
"use strict";
|
|
54039
|
-
|
|
54040
|
-
exports.__esModule = true;
|
|
54041
|
-
//# sourceMappingURL=parking_spot.js.map
|
|
54042
|
-
|
|
54043
|
-
/***/ }),
|
|
54044
|
-
/* 398 */
|
|
54045
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54046
|
-
|
|
54047
|
-
"use strict";
|
|
54048
|
-
|
|
54049
|
-
exports.__esModule = true;
|
|
54050
|
-
exports.RuleRequestType = exports.FactType = exports.Entity = exports.RuleCategory = exports.AttributeDatatype = void 0;
|
|
54051
|
-
var AttributeDatatype;
|
|
54052
|
-
(function (AttributeDatatype) {
|
|
54053
|
-
AttributeDatatype["String"] = "string";
|
|
54054
|
-
AttributeDatatype["Number"] = "number";
|
|
54055
|
-
AttributeDatatype["Boolean"] = "boolean";
|
|
54056
|
-
AttributeDatatype["Datetime"] = "datetime";
|
|
54057
|
-
AttributeDatatype["Array"] = "array";
|
|
54058
|
-
})(AttributeDatatype = exports.AttributeDatatype || (exports.AttributeDatatype = {}));
|
|
54059
|
-
var RuleCategory;
|
|
54060
|
-
(function (RuleCategory) {
|
|
54061
|
-
RuleCategory[RuleCategory["FleetRouter"] = 0] = "FleetRouter";
|
|
54062
|
-
RuleCategory[RuleCategory["Alert"] = 1] = "Alert";
|
|
54063
|
-
})(RuleCategory = exports.RuleCategory || (exports.RuleCategory = {}));
|
|
54064
|
-
var Entity;
|
|
54065
|
-
(function (Entity) {
|
|
54066
|
-
Entity["Fleet"] = "fleet";
|
|
54067
|
-
Entity["Action"] = "action";
|
|
54068
|
-
})(Entity = exports.Entity || (exports.Entity = {}));
|
|
54069
|
-
var FactType;
|
|
54070
|
-
(function (FactType) {
|
|
54071
|
-
FactType["Task"] = "task";
|
|
54072
|
-
FactType["Waypoint"] = "waypoint";
|
|
54073
|
-
})(FactType = exports.FactType || (exports.FactType = {}));
|
|
54074
|
-
var RuleRequestType;
|
|
54075
|
-
(function (RuleRequestType) {
|
|
54076
|
-
RuleRequestType["Evaluate"] = "rule:evaluate";
|
|
54077
|
-
})(RuleRequestType = exports.RuleRequestType || (exports.RuleRequestType = {}));
|
|
54078
|
-
//# sourceMappingURL=rule_types.js.map
|
|
54079
|
-
|
|
54080
|
-
/***/ }),
|
|
54081
|
-
/* 399 */
|
|
54082
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54083
|
-
|
|
54084
|
-
"use strict";
|
|
54085
|
-
|
|
54086
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
54087
|
-
if (k2 === undefined) k2 = k;
|
|
54088
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
54089
|
-
}) : (function(o, m, k, k2) {
|
|
54090
|
-
if (k2 === undefined) k2 = k;
|
|
54091
|
-
o[k2] = m[k];
|
|
54092
|
-
}));
|
|
54093
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
54094
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
54095
|
-
};
|
|
54096
|
-
exports.__esModule = true;
|
|
54097
|
-
__exportStar(__webpack_require__(400), exports);
|
|
54098
|
-
__exportStar(__webpack_require__(401), exports);
|
|
54099
|
-
//# sourceMappingURL=index.js.map
|
|
54100
|
-
|
|
54101
|
-
/***/ }),
|
|
54102
|
-
/* 400 */
|
|
54103
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54104
|
-
|
|
54105
|
-
"use strict";
|
|
54106
|
-
|
|
54107
|
-
exports.__esModule = true;
|
|
54108
|
-
exports.Order = void 0;
|
|
54109
|
-
var Order;
|
|
54110
|
-
(function (Order) {
|
|
54111
|
-
Order["asc"] = "asc";
|
|
54112
|
-
Order["desc"] = "desc";
|
|
54113
|
-
})(Order = exports.Order || (exports.Order = {}));
|
|
54114
|
-
//# sourceMappingURL=report.js.map
|
|
54115
|
-
|
|
54116
|
-
/***/ }),
|
|
54117
|
-
/* 401 */
|
|
54118
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54119
|
-
|
|
54120
|
-
"use strict";
|
|
54121
|
-
|
|
54122
|
-
exports.__esModule = true;
|
|
54123
|
-
exports.CronDayOfWeek = exports.ReportExportFormat = exports.ReportDeliveryType = exports.RecurrencePeriod = void 0;
|
|
54124
|
-
var RecurrencePeriod;
|
|
54125
|
-
(function (RecurrencePeriod) {
|
|
54126
|
-
RecurrencePeriod["Monthly"] = "Monthly";
|
|
54127
|
-
RecurrencePeriod["Weekly"] = "Weekly";
|
|
54128
|
-
RecurrencePeriod["Daily"] = "Daily";
|
|
54129
|
-
})(RecurrencePeriod = exports.RecurrencePeriod || (exports.RecurrencePeriod = {}));
|
|
54130
|
-
var ReportDeliveryType;
|
|
54131
|
-
(function (ReportDeliveryType) {
|
|
54132
|
-
ReportDeliveryType[ReportDeliveryType["Email"] = 0] = "Email";
|
|
54133
|
-
ReportDeliveryType[ReportDeliveryType["ApiOrUrl"] = 1] = "ApiOrUrl";
|
|
54134
|
-
})(ReportDeliveryType = exports.ReportDeliveryType || (exports.ReportDeliveryType = {}));
|
|
54135
|
-
var ReportExportFormat;
|
|
54136
|
-
(function (ReportExportFormat) {
|
|
54137
|
-
ReportExportFormat[ReportExportFormat["CSV"] = 0] = "CSV";
|
|
54138
|
-
ReportExportFormat[ReportExportFormat["JSON"] = 1] = "JSON";
|
|
54139
|
-
})(ReportExportFormat = exports.ReportExportFormat || (exports.ReportExportFormat = {}));
|
|
54140
|
-
var CronDayOfWeek;
|
|
54141
|
-
(function (CronDayOfWeek) {
|
|
54142
|
-
CronDayOfWeek[CronDayOfWeek["Sunday"] = 1] = "Sunday";
|
|
54143
|
-
CronDayOfWeek[CronDayOfWeek["Monday"] = 2] = "Monday";
|
|
54144
|
-
CronDayOfWeek[CronDayOfWeek["Tuesday"] = 3] = "Tuesday";
|
|
54145
|
-
CronDayOfWeek[CronDayOfWeek["Wednesday"] = 4] = "Wednesday";
|
|
54146
|
-
CronDayOfWeek[CronDayOfWeek["Thursday"] = 5] = "Thursday";
|
|
54147
|
-
CronDayOfWeek[CronDayOfWeek["Friday"] = 6] = "Friday";
|
|
54148
|
-
CronDayOfWeek[CronDayOfWeek["Saturday"] = 7] = "Saturday";
|
|
54149
|
-
})(CronDayOfWeek = exports.CronDayOfWeek || (exports.CronDayOfWeek = {}));
|
|
54150
|
-
//# sourceMappingURL=reports_scheduled_jobs.js.map
|
|
54151
|
-
|
|
54152
|
-
/***/ }),
|
|
54153
|
-
/* 402 */
|
|
54154
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54155
|
-
|
|
54156
|
-
"use strict";
|
|
54157
|
-
|
|
54158
|
-
exports.__esModule = true;
|
|
54159
|
-
//# sourceMappingURL=handling_units.js.map
|
|
54160
|
-
|
|
54161
|
-
/***/ }),
|
|
54162
|
-
/* 403 */
|
|
54163
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54164
|
-
|
|
54165
|
-
"use strict";
|
|
54166
|
-
|
|
54167
|
-
exports.__esModule = true;
|
|
54168
|
-
//# sourceMappingURL=emulated_delivery_provider_types.js.map
|
|
54169
|
-
|
|
54170
|
-
/***/ }),
|
|
54171
|
-
/* 404 */
|
|
54248
|
+
/* 405 */
|
|
54172
54249
|
/***/ (function(module, exports, __webpack_require__) {
|
|
54173
54250
|
|
|
54174
54251
|
"use strict";
|
|
@@ -54779,7 +54856,7 @@ exports.default = TaskEntity;
|
|
|
54779
54856
|
//# sourceMappingURL=TaskEntity.js.map
|
|
54780
54857
|
|
|
54781
54858
|
/***/ }),
|
|
54782
|
-
/*
|
|
54859
|
+
/* 406 */
|
|
54783
54860
|
/***/ (function(module, exports, __webpack_require__) {
|
|
54784
54861
|
|
|
54785
54862
|
"use strict";
|
|
@@ -54821,7 +54898,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
54821
54898
|
}
|
|
54822
54899
|
};
|
|
54823
54900
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54824
|
-
var ApplicationMerchantConfigurationEntity_1 = __webpack_require__(
|
|
54901
|
+
var ApplicationMerchantConfigurationEntity_1 = __webpack_require__(407);
|
|
54825
54902
|
var ApplicationMerchantConfigurationApi = /** @class */ (function () {
|
|
54826
54903
|
function ApplicationMerchantConfigurationApi(session, merchantConfigurationApi) {
|
|
54827
54904
|
this.entity = new ApplicationMerchantConfigurationEntity_1.default(session);
|
|
@@ -54940,7 +55017,7 @@ exports.default = ApplicationMerchantConfigurationApi;
|
|
|
54940
55017
|
//# sourceMappingURL=ApplicationMerchantConfigurationApi.js.map
|
|
54941
55018
|
|
|
54942
55019
|
/***/ }),
|
|
54943
|
-
/*
|
|
55020
|
+
/* 407 */
|
|
54944
55021
|
/***/ (function(module, exports, __webpack_require__) {
|
|
54945
55022
|
|
|
54946
55023
|
"use strict";
|
|
@@ -55170,7 +55247,7 @@ exports.default = ApplicationMerchantConfigurationEntity;
|
|
|
55170
55247
|
//# sourceMappingURL=ApplicationMerchantConfigurationEntity.js.map
|
|
55171
55248
|
|
|
55172
55249
|
/***/ }),
|
|
55173
|
-
/*
|
|
55250
|
+
/* 408 */
|
|
55174
55251
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55175
55252
|
|
|
55176
55253
|
"use strict";
|
|
@@ -55212,7 +55289,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
55212
55289
|
}
|
|
55213
55290
|
};
|
|
55214
55291
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55215
|
-
var ApplicationTeamConfigurationEntity_1 = __webpack_require__(
|
|
55292
|
+
var ApplicationTeamConfigurationEntity_1 = __webpack_require__(409);
|
|
55216
55293
|
var ApplicationTeamConfigurationApi = /** @class */ (function () {
|
|
55217
55294
|
function ApplicationTeamConfigurationApi(session) {
|
|
55218
55295
|
this.entity = new ApplicationTeamConfigurationEntity_1.default(session);
|
|
@@ -55253,7 +55330,7 @@ exports.default = ApplicationTeamConfigurationApi;
|
|
|
55253
55330
|
//# sourceMappingURL=ApplicationTeamConfigurationApi.js.map
|
|
55254
55331
|
|
|
55255
55332
|
/***/ }),
|
|
55256
|
-
/*
|
|
55333
|
+
/* 409 */
|
|
55257
55334
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55258
55335
|
|
|
55259
55336
|
"use strict";
|
|
@@ -55366,13 +55443,13 @@ exports.default = ApplicationTeamConfigurationEntity;
|
|
|
55366
55443
|
//# sourceMappingURL=ApplicationTeamConfigurationEntity.js.map
|
|
55367
55444
|
|
|
55368
55445
|
/***/ }),
|
|
55369
|
-
/*
|
|
55446
|
+
/* 410 */
|
|
55370
55447
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55371
55448
|
|
|
55372
55449
|
"use strict";
|
|
55373
55450
|
|
|
55374
55451
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55375
|
-
var GoogleMapsHelper_1 = __webpack_require__(
|
|
55452
|
+
var GoogleMapsHelper_1 = __webpack_require__(411);
|
|
55376
55453
|
var GoogleMapsHelperApi = /** @class */ (function () {
|
|
55377
55454
|
function GoogleMapsHelperApi(session) {
|
|
55378
55455
|
this.googleMapsHelperEntity = new GoogleMapsHelper_1.default(session);
|
|
@@ -55386,7 +55463,7 @@ exports.default = GoogleMapsHelperApi;
|
|
|
55386
55463
|
//# sourceMappingURL=GoogleMapsHelperApi.js.map
|
|
55387
55464
|
|
|
55388
55465
|
/***/ }),
|
|
55389
|
-
/*
|
|
55466
|
+
/* 411 */
|
|
55390
55467
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55391
55468
|
|
|
55392
55469
|
"use strict";
|
|
@@ -55467,7 +55544,7 @@ exports.default = GoogleMapsHelper;
|
|
|
55467
55544
|
//# sourceMappingURL=GoogleMapsHelper.js.map
|
|
55468
55545
|
|
|
55469
55546
|
/***/ }),
|
|
55470
|
-
/*
|
|
55547
|
+
/* 412 */
|
|
55471
55548
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55472
55549
|
|
|
55473
55550
|
"use strict";
|
|
@@ -55509,7 +55586,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
55509
55586
|
}
|
|
55510
55587
|
};
|
|
55511
55588
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55512
|
-
var OnboardingEntity_1 = __webpack_require__(
|
|
55589
|
+
var OnboardingEntity_1 = __webpack_require__(413);
|
|
55513
55590
|
var OnboardingApi = /** @class */ (function () {
|
|
55514
55591
|
function OnboardingApi(session) {
|
|
55515
55592
|
this.onboardingEntity = new OnboardingEntity_1.default(session);
|
|
@@ -55534,7 +55611,7 @@ exports.default = OnboardingApi;
|
|
|
55534
55611
|
//# sourceMappingURL=OnboardingApi.js.map
|
|
55535
55612
|
|
|
55536
55613
|
/***/ }),
|
|
55537
|
-
/*
|
|
55614
|
+
/* 413 */
|
|
55538
55615
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55539
55616
|
|
|
55540
55617
|
"use strict";
|
|
@@ -55567,13 +55644,13 @@ exports.default = OnboardingEntity;
|
|
|
55567
55644
|
//# sourceMappingURL=OnboardingEntity.js.map
|
|
55568
55645
|
|
|
55569
55646
|
/***/ }),
|
|
55570
|
-
/*
|
|
55647
|
+
/* 414 */
|
|
55571
55648
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55572
55649
|
|
|
55573
55650
|
"use strict";
|
|
55574
55651
|
|
|
55575
55652
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55576
|
-
var FleetRouterEntity_1 = __webpack_require__(
|
|
55653
|
+
var FleetRouterEntity_1 = __webpack_require__(415);
|
|
55577
55654
|
var FleetRouterApi = /** @class */ (function () {
|
|
55578
55655
|
function FleetRouterApi(session) {
|
|
55579
55656
|
this.fleetRouterEntity = new FleetRouterEntity_1.default(session);
|
|
@@ -55599,7 +55676,7 @@ exports.default = FleetRouterApi;
|
|
|
55599
55676
|
//# sourceMappingURL=FleetRouterApi.js.map
|
|
55600
55677
|
|
|
55601
55678
|
/***/ }),
|
|
55602
|
-
/*
|
|
55679
|
+
/* 415 */
|
|
55603
55680
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55604
55681
|
|
|
55605
55682
|
"use strict";
|
|
@@ -55638,7 +55715,7 @@ exports.default = FleetRouterEntity;
|
|
|
55638
55715
|
//# sourceMappingURL=FleetRouterEntity.js.map
|
|
55639
55716
|
|
|
55640
55717
|
/***/ }),
|
|
55641
|
-
/*
|
|
55718
|
+
/* 416 */
|
|
55642
55719
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55643
55720
|
|
|
55644
55721
|
"use strict";
|
|
@@ -55680,7 +55757,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
55680
55757
|
}
|
|
55681
55758
|
};
|
|
55682
55759
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55683
|
-
var ServiceEntity_1 = __webpack_require__(
|
|
55760
|
+
var ServiceEntity_1 = __webpack_require__(417);
|
|
55684
55761
|
var ServiceApi = /** @class */ (function () {
|
|
55685
55762
|
function ServiceApi(session) {
|
|
55686
55763
|
this.entity = new ServiceEntity_1.default(session);
|
|
@@ -55701,7 +55778,7 @@ exports.default = ServiceApi;
|
|
|
55701
55778
|
//# sourceMappingURL=ServiceApi.js.map
|
|
55702
55779
|
|
|
55703
55780
|
/***/ }),
|
|
55704
|
-
/*
|
|
55781
|
+
/* 417 */
|
|
55705
55782
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55706
55783
|
|
|
55707
55784
|
"use strict";
|
|
@@ -55784,7 +55861,7 @@ exports.default = ServiceEntity;
|
|
|
55784
55861
|
//# sourceMappingURL=ServiceEntity.js.map
|
|
55785
55862
|
|
|
55786
55863
|
/***/ }),
|
|
55787
|
-
/*
|
|
55864
|
+
/* 418 */
|
|
55788
55865
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55789
55866
|
|
|
55790
55867
|
"use strict";
|
|
@@ -55826,7 +55903,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
55826
55903
|
}
|
|
55827
55904
|
};
|
|
55828
55905
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55829
|
-
var FleetTemplateEntity_1 = __webpack_require__(
|
|
55906
|
+
var FleetTemplateEntity_1 = __webpack_require__(419);
|
|
55830
55907
|
var FleetTemplateApi = /** @class */ (function () {
|
|
55831
55908
|
function FleetTemplateApi(session) {
|
|
55832
55909
|
this.entity = new FleetTemplateEntity_1.default(session);
|
|
@@ -55854,7 +55931,7 @@ exports.default = FleetTemplateApi;
|
|
|
55854
55931
|
//# sourceMappingURL=FleetTemplateApi.js.map
|
|
55855
55932
|
|
|
55856
55933
|
/***/ }),
|
|
55857
|
-
/*
|
|
55934
|
+
/* 419 */
|
|
55858
55935
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55859
55936
|
|
|
55860
55937
|
"use strict";
|
|
@@ -55955,7 +56032,7 @@ exports.fleetTemplatesExtractor = fleetTemplatesExtractor;
|
|
|
55955
56032
|
//# sourceMappingURL=FleetTemplateEntity.js.map
|
|
55956
56033
|
|
|
55957
56034
|
/***/ }),
|
|
55958
|
-
/*
|
|
56035
|
+
/* 420 */
|
|
55959
56036
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55960
56037
|
|
|
55961
56038
|
"use strict";
|
|
@@ -55997,7 +56074,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
55997
56074
|
}
|
|
55998
56075
|
};
|
|
55999
56076
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56000
|
-
var OpenFleetEntity_1 = __webpack_require__(
|
|
56077
|
+
var OpenFleetEntity_1 = __webpack_require__(421);
|
|
56001
56078
|
var OpenFleetApi = /** @class */ (function () {
|
|
56002
56079
|
function OpenFleetApi(session) {
|
|
56003
56080
|
this.entity = new OpenFleetEntity_1.default(session);
|
|
@@ -56064,7 +56141,7 @@ exports.default = OpenFleetApi;
|
|
|
56064
56141
|
//# sourceMappingURL=OpenFleetApi.js.map
|
|
56065
56142
|
|
|
56066
56143
|
/***/ }),
|
|
56067
|
-
/*
|
|
56144
|
+
/* 421 */
|
|
56068
56145
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56069
56146
|
|
|
56070
56147
|
"use strict";
|
|
@@ -56212,13 +56289,13 @@ exports.default = OpenFleetEntity;
|
|
|
56212
56289
|
//# sourceMappingURL=OpenFleetEntity.js.map
|
|
56213
56290
|
|
|
56214
56291
|
/***/ }),
|
|
56215
|
-
/*
|
|
56292
|
+
/* 422 */
|
|
56216
56293
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56217
56294
|
|
|
56218
56295
|
"use strict";
|
|
56219
56296
|
|
|
56220
56297
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56221
|
-
var Geocoding_1 = __webpack_require__(
|
|
56298
|
+
var Geocoding_1 = __webpack_require__(423);
|
|
56222
56299
|
var GeocodingApi = /** @class */ (function () {
|
|
56223
56300
|
function GeocodingApi(session) {
|
|
56224
56301
|
this.geocodingEntity = new Geocoding_1.default(session);
|
|
@@ -56235,7 +56312,7 @@ exports.default = GeocodingApi;
|
|
|
56235
56312
|
//# sourceMappingURL=GeocodingApi.js.map
|
|
56236
56313
|
|
|
56237
56314
|
/***/ }),
|
|
56238
|
-
/*
|
|
56315
|
+
/* 423 */
|
|
56239
56316
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56240
56317
|
|
|
56241
56318
|
"use strict";
|
|
@@ -56336,7 +56413,7 @@ exports.default = GeocodingEntity;
|
|
|
56336
56413
|
//# sourceMappingURL=Geocoding.js.map
|
|
56337
56414
|
|
|
56338
56415
|
/***/ }),
|
|
56339
|
-
/*
|
|
56416
|
+
/* 424 */
|
|
56340
56417
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56341
56418
|
|
|
56342
56419
|
"use strict";
|
|
@@ -56378,7 +56455,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
56378
56455
|
}
|
|
56379
56456
|
};
|
|
56380
56457
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56381
|
-
var ApplicationEntity_1 = __webpack_require__(
|
|
56458
|
+
var ApplicationEntity_1 = __webpack_require__(425);
|
|
56382
56459
|
var ApplicationApi = /** @class */ (function () {
|
|
56383
56460
|
function ApplicationApi(session) {
|
|
56384
56461
|
this.entity = new ApplicationEntity_1.default(session);
|
|
@@ -56399,7 +56476,7 @@ exports.default = ApplicationApi;
|
|
|
56399
56476
|
//# sourceMappingURL=ApplicationApi.js.map
|
|
56400
56477
|
|
|
56401
56478
|
/***/ }),
|
|
56402
|
-
/*
|
|
56479
|
+
/* 425 */
|
|
56403
56480
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56404
56481
|
|
|
56405
56482
|
"use strict";
|
|
@@ -56468,7 +56545,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
56468
56545
|
};
|
|
56469
56546
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56470
56547
|
var StoreEntity_1 = __webpack_require__(11);
|
|
56471
|
-
var uuid_1 = __webpack_require__(
|
|
56548
|
+
var uuid_1 = __webpack_require__(470);
|
|
56472
56549
|
var _ = __webpack_require__(10);
|
|
56473
56550
|
var entityName = 'application_action';
|
|
56474
56551
|
var ApplicationEntity = /** @class */ (function (_super) {
|
|
@@ -56562,7 +56639,7 @@ exports.default = ApplicationEntity;
|
|
|
56562
56639
|
//# sourceMappingURL=ApplicationEntity.js.map
|
|
56563
56640
|
|
|
56564
56641
|
/***/ }),
|
|
56565
|
-
/*
|
|
56642
|
+
/* 426 */
|
|
56566
56643
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56567
56644
|
|
|
56568
56645
|
"use strict";
|
|
@@ -56604,7 +56681,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
56604
56681
|
}
|
|
56605
56682
|
};
|
|
56606
56683
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56607
|
-
var CustomerAvailabilityHourEntity_1 = __webpack_require__(
|
|
56684
|
+
var CustomerAvailabilityHourEntity_1 = __webpack_require__(427);
|
|
56608
56685
|
var CustomerAvailabilityHourApi = /** @class */ (function () {
|
|
56609
56686
|
function CustomerAvailabilityHourApi(session) {
|
|
56610
56687
|
this.customerAvailabilityHourEntity = new CustomerAvailabilityHourEntity_1.default(session);
|
|
@@ -56622,7 +56699,7 @@ exports.default = CustomerAvailabilityHourApi;
|
|
|
56622
56699
|
//# sourceMappingURL=CustomerAvailabilityHourApi.js.map
|
|
56623
56700
|
|
|
56624
56701
|
/***/ }),
|
|
56625
|
-
/*
|
|
56702
|
+
/* 427 */
|
|
56626
56703
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56627
56704
|
|
|
56628
56705
|
"use strict";
|
|
@@ -56733,13 +56810,13 @@ exports.default = CustomerAvailabilityHourEntity;
|
|
|
56733
56810
|
//# sourceMappingURL=CustomerAvailabilityHourEntity.js.map
|
|
56734
56811
|
|
|
56735
56812
|
/***/ }),
|
|
56736
|
-
/*
|
|
56813
|
+
/* 428 */
|
|
56737
56814
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56738
56815
|
|
|
56739
56816
|
"use strict";
|
|
56740
56817
|
|
|
56741
56818
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56742
|
-
var Shifts_1 = __webpack_require__(
|
|
56819
|
+
var Shifts_1 = __webpack_require__(429);
|
|
56743
56820
|
var ShiftsApi = /** @class */ (function () {
|
|
56744
56821
|
function ShiftsApi(session) {
|
|
56745
56822
|
this.shiftsEntity = new Shifts_1.default(session);
|
|
@@ -56762,7 +56839,7 @@ exports.default = ShiftsApi;
|
|
|
56762
56839
|
//# sourceMappingURL=ShiftsApi.js.map
|
|
56763
56840
|
|
|
56764
56841
|
/***/ }),
|
|
56765
|
-
/*
|
|
56842
|
+
/* 429 */
|
|
56766
56843
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56767
56844
|
|
|
56768
56845
|
"use strict";
|
|
@@ -56877,7 +56954,7 @@ exports.default = ShiftsEntity;
|
|
|
56877
56954
|
//# sourceMappingURL=Shifts.js.map
|
|
56878
56955
|
|
|
56879
56956
|
/***/ }),
|
|
56880
|
-
/*
|
|
56957
|
+
/* 430 */
|
|
56881
56958
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56882
56959
|
|
|
56883
56960
|
"use strict";
|
|
@@ -56919,7 +56996,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
56919
56996
|
}
|
|
56920
56997
|
};
|
|
56921
56998
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56922
|
-
var ExclusionWindowEntity_1 = __webpack_require__(
|
|
56999
|
+
var ExclusionWindowEntity_1 = __webpack_require__(431);
|
|
56923
57000
|
var ExclusionWindowApi = /** @class */ (function () {
|
|
56924
57001
|
function ExclusionWindowApi(session) {
|
|
56925
57002
|
this.exclusionWindowEntity = new ExclusionWindowEntity_1.default(session);
|
|
@@ -56965,7 +57042,7 @@ exports.default = ExclusionWindowApi;
|
|
|
56965
57042
|
//# sourceMappingURL=ExclusionWindowApi.js.map
|
|
56966
57043
|
|
|
56967
57044
|
/***/ }),
|
|
56968
|
-
/*
|
|
57045
|
+
/* 431 */
|
|
56969
57046
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56970
57047
|
|
|
56971
57048
|
"use strict";
|
|
@@ -57055,7 +57132,7 @@ exports.default = ExclusionWindowEntity;
|
|
|
57055
57132
|
//# sourceMappingURL=ExclusionWindowEntity.js.map
|
|
57056
57133
|
|
|
57057
57134
|
/***/ }),
|
|
57058
|
-
/*
|
|
57135
|
+
/* 432 */
|
|
57059
57136
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57060
57137
|
|
|
57061
57138
|
"use strict";
|
|
@@ -57091,7 +57168,7 @@ exports.default = Country;
|
|
|
57091
57168
|
//# sourceMappingURL=Country.js.map
|
|
57092
57169
|
|
|
57093
57170
|
/***/ }),
|
|
57094
|
-
/*
|
|
57171
|
+
/* 433 */
|
|
57095
57172
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57096
57173
|
|
|
57097
57174
|
"use strict";
|
|
@@ -57133,7 +57210,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
57133
57210
|
}
|
|
57134
57211
|
};
|
|
57135
57212
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57136
|
-
var OauthApplicationEntity_1 = __webpack_require__(
|
|
57213
|
+
var OauthApplicationEntity_1 = __webpack_require__(434);
|
|
57137
57214
|
var OauthApplicationApi = /** @class */ (function () {
|
|
57138
57215
|
function OauthApplicationApi(session) {
|
|
57139
57216
|
this.entity = new OauthApplicationEntity_1.default(session);
|
|
@@ -57193,7 +57270,7 @@ exports.default = OauthApplicationApi;
|
|
|
57193
57270
|
//# sourceMappingURL=OauthApplicationApi.js.map
|
|
57194
57271
|
|
|
57195
57272
|
/***/ }),
|
|
57196
|
-
/*
|
|
57273
|
+
/* 434 */
|
|
57197
57274
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57198
57275
|
|
|
57199
57276
|
"use strict";
|
|
@@ -57310,13 +57387,13 @@ exports.default = OauthApplicationEntity;
|
|
|
57310
57387
|
//# sourceMappingURL=OauthApplicationEntity.js.map
|
|
57311
57388
|
|
|
57312
57389
|
/***/ }),
|
|
57313
|
-
/*
|
|
57390
|
+
/* 435 */
|
|
57314
57391
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57315
57392
|
|
|
57316
57393
|
"use strict";
|
|
57317
57394
|
|
|
57318
57395
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57319
|
-
var InventoryEntity_1 = __webpack_require__(
|
|
57396
|
+
var InventoryEntity_1 = __webpack_require__(436);
|
|
57320
57397
|
var Inventory = /** @class */ (function () {
|
|
57321
57398
|
function Inventory(session) {
|
|
57322
57399
|
this.inventory = new InventoryEntity_1.default(session);
|
|
@@ -57339,7 +57416,7 @@ exports.default = Inventory;
|
|
|
57339
57416
|
//# sourceMappingURL=Inventory.js.map
|
|
57340
57417
|
|
|
57341
57418
|
/***/ }),
|
|
57342
|
-
/*
|
|
57419
|
+
/* 436 */
|
|
57343
57420
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57344
57421
|
|
|
57345
57422
|
"use strict";
|
|
@@ -57376,7 +57453,7 @@ exports.default = InventoryEntity;
|
|
|
57376
57453
|
//# sourceMappingURL=InventoryEntity.js.map
|
|
57377
57454
|
|
|
57378
57455
|
/***/ }),
|
|
57379
|
-
/*
|
|
57456
|
+
/* 437 */
|
|
57380
57457
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57381
57458
|
|
|
57382
57459
|
"use strict";
|
|
@@ -57418,7 +57495,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
57418
57495
|
}
|
|
57419
57496
|
};
|
|
57420
57497
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57421
|
-
var PushNotificationRegistrationEntity_1 = __webpack_require__(
|
|
57498
|
+
var PushNotificationRegistrationEntity_1 = __webpack_require__(438);
|
|
57422
57499
|
var PushNotificationRegistration = /** @class */ (function () {
|
|
57423
57500
|
function PushNotificationRegistration(session) {
|
|
57424
57501
|
this.pushNotificationRegistrationEntity = new PushNotificationRegistrationEntity_1.default(session);
|
|
@@ -57443,7 +57520,7 @@ exports.default = PushNotificationRegistration;
|
|
|
57443
57520
|
//# sourceMappingURL=PushNotificationRegistration.js.map
|
|
57444
57521
|
|
|
57445
57522
|
/***/ }),
|
|
57446
|
-
/*
|
|
57523
|
+
/* 438 */
|
|
57447
57524
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57448
57525
|
|
|
57449
57526
|
"use strict";
|
|
@@ -57476,7 +57553,7 @@ exports.default = PushNotificationRegistrationEntity;
|
|
|
57476
57553
|
//# sourceMappingURL=PushNotificationRegistrationEntity.js.map
|
|
57477
57554
|
|
|
57478
57555
|
/***/ }),
|
|
57479
|
-
/*
|
|
57556
|
+
/* 439 */
|
|
57480
57557
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57481
57558
|
|
|
57482
57559
|
"use strict";
|
|
@@ -57518,7 +57595,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
57518
57595
|
}
|
|
57519
57596
|
};
|
|
57520
57597
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57521
|
-
var ReasonToCancelTasksEntity_1 = __webpack_require__(
|
|
57598
|
+
var ReasonToCancelTasksEntity_1 = __webpack_require__(440);
|
|
57522
57599
|
var ReasonToCancelTasks = /** @class */ (function () {
|
|
57523
57600
|
function ReasonToCancelTasks(session) {
|
|
57524
57601
|
this.reasonToCancelTasksEntity = new ReasonToCancelTasksEntity_1.default(session);
|
|
@@ -57539,7 +57616,7 @@ exports.default = ReasonToCancelTasks;
|
|
|
57539
57616
|
//# sourceMappingURL=ReasonToCancelTasksApi.js.map
|
|
57540
57617
|
|
|
57541
57618
|
/***/ }),
|
|
57542
|
-
/*
|
|
57619
|
+
/* 440 */
|
|
57543
57620
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57544
57621
|
|
|
57545
57622
|
"use strict";
|
|
@@ -57587,7 +57664,7 @@ exports.default = ReasonToCancelTasksEntity;
|
|
|
57587
57664
|
//# sourceMappingURL=ReasonToCancelTasksEntity.js.map
|
|
57588
57665
|
|
|
57589
57666
|
/***/ }),
|
|
57590
|
-
/*
|
|
57667
|
+
/* 441 */
|
|
57591
57668
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57592
57669
|
|
|
57593
57670
|
"use strict";
|
|
@@ -57629,7 +57706,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
57629
57706
|
}
|
|
57630
57707
|
};
|
|
57631
57708
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57632
|
-
var CustomFilterEntity_1 = __webpack_require__(
|
|
57709
|
+
var CustomFilterEntity_1 = __webpack_require__(442);
|
|
57633
57710
|
var CustomFilterApi = /** @class */ (function () {
|
|
57634
57711
|
function CustomFilterApi(session) {
|
|
57635
57712
|
this.customFilterEntity = new CustomFilterEntity_1.default(session);
|
|
@@ -57668,7 +57745,7 @@ exports.default = CustomFilterApi;
|
|
|
57668
57745
|
//# sourceMappingURL=CustomFilterApi.js.map
|
|
57669
57746
|
|
|
57670
57747
|
/***/ }),
|
|
57671
|
-
/*
|
|
57748
|
+
/* 442 */
|
|
57672
57749
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57673
57750
|
|
|
57674
57751
|
"use strict";
|
|
@@ -57706,13 +57783,13 @@ exports.default = CustomFilterEntity;
|
|
|
57706
57783
|
//# sourceMappingURL=CustomFilterEntity.js.map
|
|
57707
57784
|
|
|
57708
57785
|
/***/ }),
|
|
57709
|
-
/*
|
|
57786
|
+
/* 443 */
|
|
57710
57787
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57711
57788
|
|
|
57712
57789
|
"use strict";
|
|
57713
57790
|
|
|
57714
57791
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57715
|
-
var FloatingInventoryEntity_1 = __webpack_require__(
|
|
57792
|
+
var FloatingInventoryEntity_1 = __webpack_require__(444);
|
|
57716
57793
|
var FloatingInventory = /** @class */ (function () {
|
|
57717
57794
|
function FloatingInventory(session) {
|
|
57718
57795
|
this.floatingInventory = new FloatingInventoryEntity_1.default(session);
|
|
@@ -57726,7 +57803,7 @@ exports.default = FloatingInventory;
|
|
|
57726
57803
|
//# sourceMappingURL=FloatingInventoryApi.js.map
|
|
57727
57804
|
|
|
57728
57805
|
/***/ }),
|
|
57729
|
-
/*
|
|
57806
|
+
/* 444 */
|
|
57730
57807
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57731
57808
|
|
|
57732
57809
|
"use strict";
|
|
@@ -57748,7 +57825,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
57748
57825
|
})();
|
|
57749
57826
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57750
57827
|
var Entity_1 = __webpack_require__(5);
|
|
57751
|
-
var FloatingInventory_consts_1 = __webpack_require__(
|
|
57828
|
+
var FloatingInventory_consts_1 = __webpack_require__(445);
|
|
57752
57829
|
var BASE_ROUTE = 'floating_inventories';
|
|
57753
57830
|
var USERS_WITH_AVAILABLE_FLOATING_INVENTORY = "/" + BASE_ROUTE + "/users_with_available_floating_inventory";
|
|
57754
57831
|
var FloatingInventoryEntity = /** @class */ (function (_super) {
|
|
@@ -57773,7 +57850,7 @@ exports.default = FloatingInventoryEntity;
|
|
|
57773
57850
|
//# sourceMappingURL=FloatingInventoryEntity.js.map
|
|
57774
57851
|
|
|
57775
57852
|
/***/ }),
|
|
57776
|
-
/*
|
|
57853
|
+
/* 445 */
|
|
57777
57854
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57778
57855
|
|
|
57779
57856
|
"use strict";
|
|
@@ -57785,13 +57862,13 @@ exports.userIdsExtractor = userIdsExtractor;
|
|
|
57785
57862
|
//# sourceMappingURL=FloatingInventory.consts.js.map
|
|
57786
57863
|
|
|
57787
57864
|
/***/ }),
|
|
57788
|
-
/*
|
|
57865
|
+
/* 446 */
|
|
57789
57866
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57790
57867
|
|
|
57791
57868
|
"use strict";
|
|
57792
57869
|
|
|
57793
57870
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57794
|
-
var ServiceAreaEntity_1 = __webpack_require__(
|
|
57871
|
+
var ServiceAreaEntity_1 = __webpack_require__(447);
|
|
57795
57872
|
var ServiceAreaApi = /** @class */ (function () {
|
|
57796
57873
|
function ServiceAreaApi(session) {
|
|
57797
57874
|
this.serviceAreaEntity = new ServiceAreaEntity_1.default(session);
|
|
@@ -57820,7 +57897,7 @@ exports.default = ServiceAreaApi;
|
|
|
57820
57897
|
//# sourceMappingURL=ServiceAreaApi.js.map
|
|
57821
57898
|
|
|
57822
57899
|
/***/ }),
|
|
57823
|
-
/*
|
|
57900
|
+
/* 447 */
|
|
57824
57901
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57825
57902
|
|
|
57826
57903
|
"use strict";
|
|
@@ -57870,13 +57947,13 @@ exports.default = ServiceAreaEntity;
|
|
|
57870
57947
|
//# sourceMappingURL=ServiceAreaEntity.js.map
|
|
57871
57948
|
|
|
57872
57949
|
/***/ }),
|
|
57873
|
-
/*
|
|
57950
|
+
/* 448 */
|
|
57874
57951
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57875
57952
|
|
|
57876
57953
|
"use strict";
|
|
57877
57954
|
|
|
57878
57955
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57879
|
-
var BillingEntity_1 = __webpack_require__(
|
|
57956
|
+
var BillingEntity_1 = __webpack_require__(449);
|
|
57880
57957
|
var BillingApi = /** @class */ (function () {
|
|
57881
57958
|
function BillingApi(session) {
|
|
57882
57959
|
this.billingEntity = new BillingEntity_1.default(session);
|
|
@@ -57929,7 +58006,7 @@ exports.default = BillingApi;
|
|
|
57929
58006
|
//# sourceMappingURL=BillingApi.js.map
|
|
57930
58007
|
|
|
57931
58008
|
/***/ }),
|
|
57932
|
-
/*
|
|
58009
|
+
/* 449 */
|
|
57933
58010
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57934
58011
|
|
|
57935
58012
|
"use strict";
|
|
@@ -58167,7 +58244,7 @@ exports.default = BillingEntity;
|
|
|
58167
58244
|
//# sourceMappingURL=BillingEntity.js.map
|
|
58168
58245
|
|
|
58169
58246
|
/***/ }),
|
|
58170
|
-
/*
|
|
58247
|
+
/* 450 */
|
|
58171
58248
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58172
58249
|
|
|
58173
58250
|
"use strict";
|
|
@@ -58209,8 +58286,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
58209
58286
|
}
|
|
58210
58287
|
};
|
|
58211
58288
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58212
|
-
var user_analytics_1 = __webpack_require__(
|
|
58213
|
-
var types_1 = __webpack_require__(
|
|
58289
|
+
var user_analytics_1 = __webpack_require__(451);
|
|
58290
|
+
var types_1 = __webpack_require__(454);
|
|
58214
58291
|
var UserAnalyticsApi = /** @class */ (function () {
|
|
58215
58292
|
function UserAnalyticsApi(session) {
|
|
58216
58293
|
this.session = session;
|
|
@@ -58266,13 +58343,13 @@ exports.default = UserAnalyticsApi;
|
|
|
58266
58343
|
//# sourceMappingURL=UserAnalyticsApi.js.map
|
|
58267
58344
|
|
|
58268
58345
|
/***/ }),
|
|
58269
|
-
/*
|
|
58346
|
+
/* 451 */
|
|
58270
58347
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58271
58348
|
|
|
58272
58349
|
"use strict";
|
|
58273
58350
|
|
|
58274
58351
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58275
|
-
const pendo_1 = __webpack_require__(
|
|
58352
|
+
const pendo_1 = __webpack_require__(452);
|
|
58276
58353
|
class AnalyticsApi {
|
|
58277
58354
|
constructor() {
|
|
58278
58355
|
this.provider = new pendo_1.PendoProvider();
|
|
@@ -58292,14 +58369,14 @@ exports.default = AnalyticsApi;
|
|
|
58292
58369
|
//# sourceMappingURL=index.js.map
|
|
58293
58370
|
|
|
58294
58371
|
/***/ }),
|
|
58295
|
-
/*
|
|
58372
|
+
/* 452 */
|
|
58296
58373
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58297
58374
|
|
|
58298
58375
|
"use strict";
|
|
58299
58376
|
|
|
58300
58377
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58301
58378
|
exports.PendoProvider = void 0;
|
|
58302
|
-
const pendoSnippet_1 = __webpack_require__(
|
|
58379
|
+
const pendoSnippet_1 = __webpack_require__(453);
|
|
58303
58380
|
class PendoProvider {
|
|
58304
58381
|
async addSnippet({ apiKey }) {
|
|
58305
58382
|
(0, pendoSnippet_1.addSnippet)(apiKey);
|
|
@@ -58321,7 +58398,7 @@ exports.PendoProvider = PendoProvider;
|
|
|
58321
58398
|
//# sourceMappingURL=pendo.js.map
|
|
58322
58399
|
|
|
58323
58400
|
/***/ }),
|
|
58324
|
-
/*
|
|
58401
|
+
/* 453 */
|
|
58325
58402
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58326
58403
|
|
|
58327
58404
|
"use strict";
|
|
@@ -58350,7 +58427,7 @@ exports.addSnippet = addSnippet;
|
|
|
58350
58427
|
//# sourceMappingURL=pendoSnippet.js.map
|
|
58351
58428
|
|
|
58352
58429
|
/***/ }),
|
|
58353
|
-
/*
|
|
58430
|
+
/* 454 */
|
|
58354
58431
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58355
58432
|
|
|
58356
58433
|
"use strict";
|
|
@@ -58366,13 +58443,13 @@ var Role;
|
|
|
58366
58443
|
//# sourceMappingURL=types.js.map
|
|
58367
58444
|
|
|
58368
58445
|
/***/ }),
|
|
58369
|
-
/*
|
|
58446
|
+
/* 455 */
|
|
58370
58447
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58371
58448
|
|
|
58372
58449
|
"use strict";
|
|
58373
58450
|
|
|
58374
58451
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58375
|
-
var AnalyticsReportsEntity_1 = __webpack_require__(
|
|
58452
|
+
var AnalyticsReportsEntity_1 = __webpack_require__(456);
|
|
58376
58453
|
var AnalyticsReportsApi = /** @class */ (function () {
|
|
58377
58454
|
function AnalyticsReportsApi(session) {
|
|
58378
58455
|
this.analyticsReportsEntity = new AnalyticsReportsEntity_1.default(session);
|
|
@@ -58401,13 +58478,25 @@ var AnalyticsReportsApi = /** @class */ (function () {
|
|
|
58401
58478
|
AnalyticsReportsApi.prototype.deleteReportScheduledJob = function (jobId) {
|
|
58402
58479
|
return this.analyticsReportsEntity.deleteReportScheduledJob(jobId);
|
|
58403
58480
|
};
|
|
58481
|
+
AnalyticsReportsApi.prototype.getApiLink = function () {
|
|
58482
|
+
return this.analyticsReportsEntity.getApiLink();
|
|
58483
|
+
};
|
|
58484
|
+
AnalyticsReportsApi.prototype.getActiveReportExecutions = function () {
|
|
58485
|
+
return this.analyticsReportsEntity.getActiveReportExecutions();
|
|
58486
|
+
};
|
|
58487
|
+
AnalyticsReportsApi.prototype.exportReport = function (reportId, queryParams) {
|
|
58488
|
+
return this.analyticsReportsEntity.exportReport(reportId, queryParams);
|
|
58489
|
+
};
|
|
58490
|
+
AnalyticsReportsApi.prototype.downloadReport = function (reportId, queryParams) {
|
|
58491
|
+
return this.analyticsReportsEntity.downloadReport(reportId, queryParams);
|
|
58492
|
+
};
|
|
58404
58493
|
return AnalyticsReportsApi;
|
|
58405
58494
|
}());
|
|
58406
58495
|
exports.default = AnalyticsReportsApi;
|
|
58407
58496
|
//# sourceMappingURL=AnalyticsReportsApi.js.map
|
|
58408
58497
|
|
|
58409
58498
|
/***/ }),
|
|
58410
|
-
/*
|
|
58499
|
+
/* 456 */
|
|
58411
58500
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58412
58501
|
|
|
58413
58502
|
"use strict";
|
|
@@ -58469,7 +58558,7 @@ var Version;
|
|
|
58469
58558
|
(function (Version) {
|
|
58470
58559
|
Version["v1"] = "v1";
|
|
58471
58560
|
})(Version || (Version = {}));
|
|
58472
|
-
var BaseRoute = '/
|
|
58561
|
+
var BaseRoute = '/analytics-service';
|
|
58473
58562
|
var createRoute = function (route, version) {
|
|
58474
58563
|
if (version === void 0) { version = Version.v1; }
|
|
58475
58564
|
return BaseRoute + "/" + version + route;
|
|
@@ -58479,19 +58568,21 @@ var Routes = {
|
|
|
58479
58568
|
GET_SYSTEM_REPORTS: createRoute('/system-reports'),
|
|
58480
58569
|
GET_REPORT: createRoute('/reports/{:reportId}'),
|
|
58481
58570
|
DELETE_REPORT: createRoute('/reports/{:reportId}'),
|
|
58482
|
-
GET_EXECUTED_REPORT: createRoute('/reports/{:reportId}/execute'),
|
|
58483
58571
|
CREATE_SCHEDULE_JOB: createRoute('/scheduled-jobs'),
|
|
58484
58572
|
UPDATE_SCHEDULE_JOB: createRoute('/scheduled-jobs/{:jobId}'),
|
|
58485
58573
|
GET_SCHEDULE_JOB: createRoute('/scheduled-jobs/{:jobId}'),
|
|
58486
58574
|
DELETE_SCHEDULE_JOB: createRoute('/scheduled-jobs/{:jobId}'),
|
|
58487
|
-
|
|
58575
|
+
GET_API_LINK: createRoute('/api-link'),
|
|
58576
|
+
GET_ACTIVE_REPORT_EXECUTIONS: createRoute('/report-executions/active'),
|
|
58577
|
+
START_EXPORT_REPORT: createRoute('/reports/{:reportId}/start-export'),
|
|
58578
|
+
START_DOWNLOAD_REPORT: createRoute('/reports/{:reportId}/start-download')
|
|
58488
58579
|
};
|
|
58489
58580
|
var AnalyticsReportsEntity = /** @class */ (function (_super) {
|
|
58490
58581
|
__extends(AnalyticsReportsEntity, _super);
|
|
58491
58582
|
function AnalyticsReportsEntity(session) {
|
|
58492
58583
|
return _super.call(this, {
|
|
58493
58584
|
session: session,
|
|
58494
|
-
entityName: '
|
|
58585
|
+
entityName: 'analytics-service'
|
|
58495
58586
|
}) || this;
|
|
58496
58587
|
}
|
|
58497
58588
|
AnalyticsReportsEntity.prototype.getReport = function (reportId) {
|
|
@@ -58578,19 +58669,67 @@ var AnalyticsReportsEntity = /** @class */ (function (_super) {
|
|
|
58578
58669
|
});
|
|
58579
58670
|
});
|
|
58580
58671
|
};
|
|
58672
|
+
AnalyticsReportsEntity.prototype.getApiLink = function () {
|
|
58673
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
58674
|
+
return __generator(this, function (_a) {
|
|
58675
|
+
switch (_a.label) {
|
|
58676
|
+
case 0: return [4 /*yield*/, this.service.routeGenerator.get(Routes.GET_API_LINK).invoke()];
|
|
58677
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
58678
|
+
}
|
|
58679
|
+
});
|
|
58680
|
+
});
|
|
58681
|
+
};
|
|
58682
|
+
AnalyticsReportsEntity.prototype.getActiveReportExecutions = function () {
|
|
58683
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
58684
|
+
return __generator(this, function (_a) {
|
|
58685
|
+
switch (_a.label) {
|
|
58686
|
+
case 0: return [4 /*yield*/, this.service.routeGenerator.get(Routes.GET_ACTIVE_REPORT_EXECUTIONS).invoke()];
|
|
58687
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
58688
|
+
}
|
|
58689
|
+
});
|
|
58690
|
+
});
|
|
58691
|
+
};
|
|
58692
|
+
AnalyticsReportsEntity.prototype.exportReport = function (reportId, queryParams) {
|
|
58693
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
58694
|
+
return __generator(this, function (_a) {
|
|
58695
|
+
switch (_a.label) {
|
|
58696
|
+
case 0: return [4 /*yield*/, this.service.routeGenerator
|
|
58697
|
+
.post(Routes.START_EXPORT_REPORT)
|
|
58698
|
+
.withRouteParams({ reportId: reportId })
|
|
58699
|
+
.withPayload(queryParams)
|
|
58700
|
+
.invoke()];
|
|
58701
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
58702
|
+
}
|
|
58703
|
+
});
|
|
58704
|
+
});
|
|
58705
|
+
};
|
|
58706
|
+
AnalyticsReportsEntity.prototype.downloadReport = function (reportId, queryParams) {
|
|
58707
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
58708
|
+
return __generator(this, function (_a) {
|
|
58709
|
+
switch (_a.label) {
|
|
58710
|
+
case 0: return [4 /*yield*/, this.service.routeGenerator
|
|
58711
|
+
.post(Routes.START_DOWNLOAD_REPORT)
|
|
58712
|
+
.withRouteParams({ reportId: reportId })
|
|
58713
|
+
.withPayload(queryParams)
|
|
58714
|
+
.invoke()];
|
|
58715
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
58716
|
+
}
|
|
58717
|
+
});
|
|
58718
|
+
});
|
|
58719
|
+
};
|
|
58581
58720
|
return AnalyticsReportsEntity;
|
|
58582
58721
|
}(Entity_1.default));
|
|
58583
58722
|
exports.default = AnalyticsReportsEntity;
|
|
58584
58723
|
//# sourceMappingURL=AnalyticsReportsEntity.js.map
|
|
58585
58724
|
|
|
58586
58725
|
/***/ }),
|
|
58587
|
-
/*
|
|
58726
|
+
/* 457 */
|
|
58588
58727
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58589
58728
|
|
|
58590
58729
|
"use strict";
|
|
58591
58730
|
|
|
58592
58731
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58593
|
-
var ServicePlansEntity_1 = __webpack_require__(
|
|
58732
|
+
var ServicePlansEntity_1 = __webpack_require__(458);
|
|
58594
58733
|
var ServicePlansApi = /** @class */ (function () {
|
|
58595
58734
|
function ServicePlansApi(session) {
|
|
58596
58735
|
this.servicePlansEntity = new ServicePlansEntity_1.default(session);
|
|
@@ -58607,7 +58746,7 @@ exports.default = ServicePlansApi;
|
|
|
58607
58746
|
//# sourceMappingURL=ServicePlansApi.js.map
|
|
58608
58747
|
|
|
58609
58748
|
/***/ }),
|
|
58610
|
-
/*
|
|
58749
|
+
/* 458 */
|
|
58611
58750
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58612
58751
|
|
|
58613
58752
|
"use strict";
|
|
@@ -58666,7 +58805,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
58666
58805
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58667
58806
|
var Entity_1 = __webpack_require__(5);
|
|
58668
58807
|
var StoreEntity_1 = __webpack_require__(11);
|
|
58669
|
-
var ServicePlans_consts_1 = __webpack_require__(
|
|
58808
|
+
var ServicePlans_consts_1 = __webpack_require__(459);
|
|
58670
58809
|
var ServicePlanSEntity = /** @class */ (function (_super) {
|
|
58671
58810
|
__extends(ServicePlanSEntity, _super);
|
|
58672
58811
|
function ServicePlanSEntity(session) {
|
|
@@ -58696,7 +58835,7 @@ exports.default = ServicePlanSEntity;
|
|
|
58696
58835
|
//# sourceMappingURL=ServicePlansEntity.js.map
|
|
58697
58836
|
|
|
58698
58837
|
/***/ }),
|
|
58699
|
-
/*
|
|
58838
|
+
/* 459 */
|
|
58700
58839
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58701
58840
|
|
|
58702
58841
|
"use strict";
|
|
@@ -58710,13 +58849,13 @@ exports.planningResponseExtractor = planningResponseExtractor;
|
|
|
58710
58849
|
//# sourceMappingURL=ServicePlans.consts.js.map
|
|
58711
58850
|
|
|
58712
58851
|
/***/ }),
|
|
58713
|
-
/*
|
|
58852
|
+
/* 460 */
|
|
58714
58853
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58715
58854
|
|
|
58716
58855
|
"use strict";
|
|
58717
58856
|
|
|
58718
58857
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58719
|
-
var AlertsEntity_1 = __webpack_require__(
|
|
58858
|
+
var AlertsEntity_1 = __webpack_require__(461);
|
|
58720
58859
|
var AlertsApi = /** @class */ (function () {
|
|
58721
58860
|
function AlertsApi(session) {
|
|
58722
58861
|
this.alertsEntity = new AlertsEntity_1.default(session);
|
|
@@ -58745,7 +58884,7 @@ exports.default = AlertsApi;
|
|
|
58745
58884
|
//# sourceMappingURL=AlertsApi.js.map
|
|
58746
58885
|
|
|
58747
58886
|
/***/ }),
|
|
58748
|
-
/*
|
|
58887
|
+
/* 461 */
|
|
58749
58888
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58750
58889
|
|
|
58751
58890
|
"use strict";
|
|
@@ -58803,7 +58942,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
58803
58942
|
};
|
|
58804
58943
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58805
58944
|
var StoreEntity_1 = __webpack_require__(11);
|
|
58806
|
-
var Alerts_consts_1 = __webpack_require__(
|
|
58945
|
+
var Alerts_consts_1 = __webpack_require__(462);
|
|
58807
58946
|
// Some adjustments to StoreEntity logic is required if proxying through store is required
|
|
58808
58947
|
var AlertsEntity = /** @class */ (function (_super) {
|
|
58809
58948
|
__extends(AlertsEntity, _super);
|
|
@@ -58878,7 +59017,7 @@ exports.default = AlertsEntity;
|
|
|
58878
59017
|
//# sourceMappingURL=AlertsEntity.js.map
|
|
58879
59018
|
|
|
58880
59019
|
/***/ }),
|
|
58881
|
-
/*
|
|
59020
|
+
/* 462 */
|
|
58882
59021
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58883
59022
|
|
|
58884
59023
|
"use strict";
|
|
@@ -58904,7 +59043,7 @@ exports.Routes = {
|
|
|
58904
59043
|
//# sourceMappingURL=Alerts.consts.js.map
|
|
58905
59044
|
|
|
58906
59045
|
/***/ }),
|
|
58907
|
-
/*
|
|
59046
|
+
/* 463 */
|
|
58908
59047
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58909
59048
|
|
|
58910
59049
|
"use strict";
|
|
@@ -58913,7 +59052,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
58913
59052
|
//# sourceMappingURL=VehicleType.consts.js.map
|
|
58914
59053
|
|
|
58915
59054
|
/***/ }),
|
|
58916
|
-
/*
|
|
59055
|
+
/* 464 */
|
|
58917
59056
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58918
59057
|
|
|
58919
59058
|
"use strict";
|
|
@@ -58922,7 +59061,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
58922
59061
|
//# sourceMappingURL=PlannedRoutes.consts.js.map
|
|
58923
59062
|
|
|
58924
59063
|
/***/ }),
|
|
58925
|
-
/*
|
|
59064
|
+
/* 465 */
|
|
58926
59065
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58927
59066
|
|
|
58928
59067
|
"use strict";
|
|
@@ -58931,7 +59070,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
58931
59070
|
//# sourceMappingURL=Crew.consts.js.map
|
|
58932
59071
|
|
|
58933
59072
|
/***/ }),
|
|
58934
|
-
/*
|
|
59073
|
+
/* 466 */
|
|
58935
59074
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58936
59075
|
|
|
58937
59076
|
"use strict";
|
|
@@ -58940,7 +59079,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
58940
59079
|
//# sourceMappingURL=Responses.js.map
|
|
58941
59080
|
|
|
58942
59081
|
/***/ }),
|
|
58943
|
-
/*
|
|
59082
|
+
/* 467 */
|
|
58944
59083
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58945
59084
|
|
|
58946
59085
|
"use strict";
|
|
@@ -58952,7 +59091,7 @@ exports.defaultExtractor = defaultExtractor;
|
|
|
58952
59091
|
//# sourceMappingURL=Tag.consts.js.map
|
|
58953
59092
|
|
|
58954
59093
|
/***/ }),
|
|
58955
|
-
/*
|
|
59094
|
+
/* 468 */
|
|
58956
59095
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58957
59096
|
|
|
58958
59097
|
"use strict";
|
|
@@ -58961,7 +59100,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
58961
59100
|
//# sourceMappingURL=DeliveryBlocks.consts.js.map
|
|
58962
59101
|
|
|
58963
59102
|
/***/ }),
|
|
58964
|
-
/*
|
|
59103
|
+
/* 469 */
|
|
58965
59104
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58966
59105
|
|
|
58967
59106
|
"use strict";
|
|
@@ -58975,7 +59114,7 @@ exports.default = ResourceUploadType;
|
|
|
58975
59114
|
//# sourceMappingURL=ResourceUploadType.js.map
|
|
58976
59115
|
|
|
58977
59116
|
/***/ }),
|
|
58978
|
-
/*
|
|
59117
|
+
/* 470 */
|
|
58979
59118
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
58980
59119
|
|
|
58981
59120
|
"use strict";
|