@bringg/dashboard-sdk 0.4.72 → 0.4.76
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/Alerts/Alerts.consts.d.ts +11 -0
- package/dist/Alerts/Alerts.consts.js +20 -0
- package/dist/Alerts/Alerts.consts.js.map +1 -0
- package/dist/Alerts/AlertsApi.d.ts +12 -0
- package/dist/Alerts/AlertsApi.js +29 -0
- package/dist/Alerts/AlertsApi.js.map +1 -0
- package/dist/Alerts/Entity/AlertsEntity.d.ts +11 -0
- package/dist/Alerts/Entity/AlertsEntity.js +127 -0
- package/dist/Alerts/Entity/AlertsEntity.js.map +1 -0
- package/dist/AnalyticsReports/AnalyticsReportsApi.d.ts +4 -2
- package/dist/AnalyticsReports/AnalyticsReportsApi.js +11 -5
- package/dist/AnalyticsReports/AnalyticsReportsApi.js.map +1 -1
- package/dist/AnalyticsReports/Entity/AnalyticsReportsEntity.d.ts +7 -4
- package/dist/AnalyticsReports/Entity/AnalyticsReportsEntity.js +44 -18
- package/dist/AnalyticsReports/Entity/AnalyticsReportsEntity.js.map +1 -1
- package/dist/BringgDashboardSDK.d.ts +2 -0
- package/dist/BringgDashboardSDK.js +2 -0
- package/dist/BringgDashboardSDK.js.map +1 -1
- package/dist/Core/StoreEntity.d.ts +1 -1
- package/dist/Core/StoreEntity.js +2 -0
- package/dist/Core/StoreEntity.js.map +1 -1
- package/dist/Services/ServiceRequest.js +1 -1
- package/dist/bringg-dashboard-sdk-cjs2.js +878 -554
- package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
- package/dist/bringg-dashboard-sdk.js +77 -12
- package/dist/bringg-dashboard-sdk.min.js +3 -3
- package/dist/bringg-dashboard-sdk.min.js.map +1 -1
- package/dist/stats.json +3043 -2335
- package/dist/utils/consts/keyset-pagination.consts.js +2 -0
- package/dist/utils/consts/keyset-pagination.consts.js.map +1 -1
- package/package.json +2 -2
|
@@ -18496,6 +18496,8 @@ var StoreEntity = /** @class */ (function (_super) {
|
|
|
18496
18496
|
_this.onCreate = function (entity) {
|
|
18497
18497
|
_this._onCreate.forEach(function (fn) { return fn(entity); });
|
|
18498
18498
|
};
|
|
18499
|
+
// TODO: create a separate method registerOnBatchCreate with infrastructure
|
|
18500
|
+
// to avoid union T | T[] here
|
|
18499
18501
|
_this.registerOnCreate = function (fn) {
|
|
18500
18502
|
_this._onCreate.push(fn);
|
|
18501
18503
|
return function () { return _this._onCreate.splice(_this._onCreate.indexOf(fn), 1); };
|
|
@@ -22023,32 +22025,33 @@ var FleetApi_1 = __webpack_require__(300);
|
|
|
22023
22025
|
var RuleApi_1 = __webpack_require__(302);
|
|
22024
22026
|
var PushTokenSubscriptionApi_1 = __webpack_require__(304);
|
|
22025
22027
|
var TaskApi_1 = __webpack_require__(306);
|
|
22026
|
-
var ApplicationMerchantConfigurationApi_1 = __webpack_require__(
|
|
22027
|
-
var ApplicationTeamConfigurationApi_1 = __webpack_require__(
|
|
22028
|
-
var GoogleMapsHelperApi_1 = __webpack_require__(
|
|
22029
|
-
var OnboardingApi_1 = __webpack_require__(
|
|
22030
|
-
var FleetRouterApi_1 = __webpack_require__(
|
|
22028
|
+
var ApplicationMerchantConfigurationApi_1 = __webpack_require__(406);
|
|
22029
|
+
var ApplicationTeamConfigurationApi_1 = __webpack_require__(408);
|
|
22030
|
+
var GoogleMapsHelperApi_1 = __webpack_require__(410);
|
|
22031
|
+
var OnboardingApi_1 = __webpack_require__(412);
|
|
22032
|
+
var FleetRouterApi_1 = __webpack_require__(414);
|
|
22031
22033
|
var AuthService_1 = __webpack_require__(104);
|
|
22032
|
-
var ServiceApi_1 = __webpack_require__(
|
|
22033
|
-
var FleetTemplateApi_1 = __webpack_require__(
|
|
22034
|
-
var OpenFleetApi_1 = __webpack_require__(
|
|
22035
|
-
var GeocodingApi_1 = __webpack_require__(
|
|
22036
|
-
var ApplicationApi_1 = __webpack_require__(
|
|
22037
|
-
var CustomerAvailabilityHourApi_1 = __webpack_require__(
|
|
22038
|
-
var ShiftsApi_1 = __webpack_require__(
|
|
22039
|
-
var ExclusionWindowApi_1 = __webpack_require__(
|
|
22040
|
-
var Country_1 = __webpack_require__(
|
|
22041
|
-
var OauthApplicationApi_1 = __webpack_require__(
|
|
22042
|
-
var Inventory_1 = __webpack_require__(
|
|
22043
|
-
var PushNotificationRegistration_1 = __webpack_require__(
|
|
22044
|
-
var ReasonToCancelTasksApi_1 = __webpack_require__(
|
|
22045
|
-
var CustomFilterApi_1 = __webpack_require__(
|
|
22046
|
-
var FloatingInventoryApi_1 = __webpack_require__(
|
|
22047
|
-
var ServiceAreaApi_1 = __webpack_require__(
|
|
22048
|
-
var BillingApi_1 = __webpack_require__(
|
|
22049
|
-
var UserAnalyticsApi_1 = __webpack_require__(
|
|
22050
|
-
var AnalyticsReportsApi_1 = __webpack_require__(
|
|
22051
|
-
var ServicePlansApi_1 = __webpack_require__(
|
|
22034
|
+
var ServiceApi_1 = __webpack_require__(416);
|
|
22035
|
+
var FleetTemplateApi_1 = __webpack_require__(418);
|
|
22036
|
+
var OpenFleetApi_1 = __webpack_require__(420);
|
|
22037
|
+
var GeocodingApi_1 = __webpack_require__(422);
|
|
22038
|
+
var ApplicationApi_1 = __webpack_require__(424);
|
|
22039
|
+
var CustomerAvailabilityHourApi_1 = __webpack_require__(426);
|
|
22040
|
+
var ShiftsApi_1 = __webpack_require__(428);
|
|
22041
|
+
var ExclusionWindowApi_1 = __webpack_require__(430);
|
|
22042
|
+
var Country_1 = __webpack_require__(432);
|
|
22043
|
+
var OauthApplicationApi_1 = __webpack_require__(433);
|
|
22044
|
+
var Inventory_1 = __webpack_require__(435);
|
|
22045
|
+
var PushNotificationRegistration_1 = __webpack_require__(437);
|
|
22046
|
+
var ReasonToCancelTasksApi_1 = __webpack_require__(439);
|
|
22047
|
+
var CustomFilterApi_1 = __webpack_require__(441);
|
|
22048
|
+
var FloatingInventoryApi_1 = __webpack_require__(443);
|
|
22049
|
+
var ServiceAreaApi_1 = __webpack_require__(446);
|
|
22050
|
+
var BillingApi_1 = __webpack_require__(448);
|
|
22051
|
+
var UserAnalyticsApi_1 = __webpack_require__(450);
|
|
22052
|
+
var AnalyticsReportsApi_1 = __webpack_require__(455);
|
|
22053
|
+
var ServicePlansApi_1 = __webpack_require__(457);
|
|
22054
|
+
var AlertsApi_1 = __webpack_require__(460);
|
|
22052
22055
|
var BringgDashboardSDK = /** @class */ (function () {
|
|
22053
22056
|
function BringgDashboardSDK(session) {
|
|
22054
22057
|
this.applicationMerchantConfiguration = null;
|
|
@@ -22166,6 +22169,7 @@ var BringgDashboardSDK = /** @class */ (function () {
|
|
|
22166
22169
|
bringg.userAnalytics = new UserAnalyticsApi_1.default(session);
|
|
22167
22170
|
bringg.analyticsReports = new AnalyticsReportsApi_1.default(session);
|
|
22168
22171
|
bringg.servicePlans = new ServicePlansApi_1.default(session);
|
|
22172
|
+
bringg.alertsApi = new AlertsApi_1.default(session);
|
|
22169
22173
|
// dependent
|
|
22170
22174
|
bringg.crews = new Crew_1.default(session, bringg.users);
|
|
22171
22175
|
bringg.applicationMerchantConfiguration = new ApplicationMerchantConfigurationApi_1.default(session, bringg.merchantConfiguration);
|
|
@@ -30026,7 +30030,7 @@ var axios_1 = __webpack_require__(146);
|
|
|
30026
30030
|
var Logger_1 = __webpack_require__(39);
|
|
30027
30031
|
var lodash_1 = __webpack_require__(10);
|
|
30028
30032
|
var BringgException_1 = __webpack_require__(15);
|
|
30029
|
-
var version = '0.4.
|
|
30033
|
+
var version = '0.4.76';
|
|
30030
30034
|
function logErrorResponse(response) {
|
|
30031
30035
|
var data = response.data, status = response.status;
|
|
30032
30036
|
try {
|
|
@@ -31441,6 +31445,8 @@ exports.userToGroupMapper = userToGroupMapper;
|
|
|
31441
31445
|
|
|
31442
31446
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31443
31447
|
exports.KEYSET_PAGINATION_VER = exports.KeysetPaginationPageAction = void 0;
|
|
31448
|
+
// Warning! Those are moved to @bringg/types/keyset_pagination
|
|
31449
|
+
// and potentially will be removed from here
|
|
31444
31450
|
var KeysetPaginationPageAction;
|
|
31445
31451
|
(function (KeysetPaginationPageAction) {
|
|
31446
31452
|
KeysetPaginationPageAction["NEXT"] = "next";
|
|
@@ -31643,9 +31649,6 @@ __exportStar(__webpack_require__(358), exports);
|
|
|
31643
31649
|
__exportStar(__webpack_require__(359), exports);
|
|
31644
31650
|
__exportStar(__webpack_require__(360), exports);
|
|
31645
31651
|
__exportStar(__webpack_require__(361), exports);
|
|
31646
|
-
__exportStar(__webpack_require__(362), exports);
|
|
31647
|
-
__exportStar(__webpack_require__(363), exports);
|
|
31648
|
-
__exportStar(__webpack_require__(364), exports);
|
|
31649
31652
|
__exportStar(__webpack_require__(365), exports);
|
|
31650
31653
|
__exportStar(__webpack_require__(366), exports);
|
|
31651
31654
|
__exportStar(__webpack_require__(367), exports);
|
|
@@ -31680,8 +31683,12 @@ __exportStar(__webpack_require__(395), exports);
|
|
|
31680
31683
|
__exportStar(__webpack_require__(396), exports);
|
|
31681
31684
|
__exportStar(__webpack_require__(397), exports);
|
|
31682
31685
|
__exportStar(__webpack_require__(398), exports);
|
|
31686
|
+
__exportStar(__webpack_require__(399), exports);
|
|
31687
|
+
__exportStar(__webpack_require__(400), exports);
|
|
31683
31688
|
__exportStar(__webpack_require__(401), exports);
|
|
31684
31689
|
__exportStar(__webpack_require__(402), exports);
|
|
31690
|
+
__exportStar(__webpack_require__(403), exports);
|
|
31691
|
+
__exportStar(__webpack_require__(404), exports);
|
|
31685
31692
|
//# sourceMappingURL=index.js.map
|
|
31686
31693
|
|
|
31687
31694
|
/***/ }),
|
|
@@ -36580,7 +36587,7 @@ var Logger_1 = __webpack_require__(39);
|
|
|
36580
36587
|
//export types
|
|
36581
36588
|
var BringgDashboardSDK_1 = __webpack_require__(61);
|
|
36582
36589
|
Object.defineProperty(exports, "BringgDashboardSDK", { enumerable: true, get: function () { return BringgDashboardSDK_1.BringgDashboardSDK; } });
|
|
36583
|
-
var VehicleTypeConsts = __webpack_require__(
|
|
36590
|
+
var VehicleTypeConsts = __webpack_require__(463);
|
|
36584
36591
|
exports.VehicleTypeConsts = VehicleTypeConsts;
|
|
36585
36592
|
var TaskInventoryConsts = __webpack_require__(136);
|
|
36586
36593
|
exports.TaskInventoryConsts = TaskInventoryConsts;
|
|
@@ -36588,7 +36595,7 @@ var RunConsts = __webpack_require__(133);
|
|
|
36588
36595
|
exports.RunConsts = RunConsts;
|
|
36589
36596
|
var ReasonToChangeInventory = __webpack_require__(135);
|
|
36590
36597
|
exports.ReasonToChangeInventory = ReasonToChangeInventory;
|
|
36591
|
-
var PlannedRoutesConsts = __webpack_require__(
|
|
36598
|
+
var PlannedRoutesConsts = __webpack_require__(464);
|
|
36592
36599
|
exports.PlannedRoutesConsts = PlannedRoutesConsts;
|
|
36593
36600
|
var NotificationTypesConsts = __webpack_require__(140);
|
|
36594
36601
|
exports.NotificationTypesConsts = NotificationTypesConsts;
|
|
@@ -36598,19 +36605,19 @@ var LanguageConsts = __webpack_require__(139);
|
|
|
36598
36605
|
exports.LanguageConsts = LanguageConsts;
|
|
36599
36606
|
var DashboardConsts = __webpack_require__(134);
|
|
36600
36607
|
exports.DashboardConsts = DashboardConsts;
|
|
36601
|
-
var CrewConsts = __webpack_require__(
|
|
36608
|
+
var CrewConsts = __webpack_require__(465);
|
|
36602
36609
|
exports.CrewConsts = CrewConsts;
|
|
36603
36610
|
var ChatMessageConsts = __webpack_require__(138);
|
|
36604
36611
|
exports.ChatMessageConsts = ChatMessageConsts;
|
|
36605
36612
|
var ChatConversationConsts = __webpack_require__(137);
|
|
36606
36613
|
exports.ChatConversationConsts = ChatConversationConsts;
|
|
36607
|
-
var Responses = __webpack_require__(
|
|
36614
|
+
var Responses = __webpack_require__(466);
|
|
36608
36615
|
exports.Responses = Responses;
|
|
36609
|
-
var TagConsts = __webpack_require__(
|
|
36616
|
+
var TagConsts = __webpack_require__(467);
|
|
36610
36617
|
exports.TagConsts = TagConsts;
|
|
36611
|
-
var DeliveryBlockConsts = __webpack_require__(
|
|
36618
|
+
var DeliveryBlockConsts = __webpack_require__(468);
|
|
36612
36619
|
exports.DeliveryBlockConsts = DeliveryBlockConsts;
|
|
36613
|
-
var ResourceUploadType_1 = __webpack_require__(
|
|
36620
|
+
var ResourceUploadType_1 = __webpack_require__(469);
|
|
36614
36621
|
exports.ResourceUploadType = ResourceUploadType_1.default;
|
|
36615
36622
|
module.exports = {};
|
|
36616
36623
|
lodash_1.extend(module.exports, BringgDashboardSDK_1.BringgDashboardSDK);
|
|
@@ -51911,7 +51918,7 @@ exports.default = PushTokenSubscriptionEntity;
|
|
|
51911
51918
|
|
|
51912
51919
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51913
51920
|
var Tasks_consts_1 = __webpack_require__(100);
|
|
51914
|
-
var TaskEntity_1 = __webpack_require__(
|
|
51921
|
+
var TaskEntity_1 = __webpack_require__(405);
|
|
51915
51922
|
var TaskHelpers_1 = __webpack_require__(102);
|
|
51916
51923
|
var Tasks = /** @class */ (function () {
|
|
51917
51924
|
function Tasks(session) {
|
|
@@ -52225,7 +52232,6 @@ var ApplicationUuid;
|
|
|
52225
52232
|
ApplicationUuid["DriverPayments"] = "88260a80-c003-4d66-bf81-5f15443286ed";
|
|
52226
52233
|
ApplicationUuid["ETA"] = "9369f5d4-57d8-4806-b2c9-fcc6f4e51531";
|
|
52227
52234
|
ApplicationUuid["ExternalFleetApp"] = "271c52e5-0a1a-40cb-9f24-730ec91e4afc";
|
|
52228
|
-
ApplicationUuid["FoodToYou"] = "90f9cc61-ef43-419a-ac82-6a1d1bf5875e";
|
|
52229
52235
|
ApplicationUuid["FailedDeliveryManager"] = "de7f883b-bab4-4e25-a830-83bd1c5cb270";
|
|
52230
52236
|
ApplicationUuid["FedexFreight"] = "064844ab-e6f4-4b0e-8e26-383a408cab2a";
|
|
52231
52237
|
ApplicationUuid["FedexIl"] = "1b4e301f-86d1-4711-9947-08e3d8e73c6a";
|
|
@@ -52281,6 +52287,7 @@ var ApplicationUuid;
|
|
|
52281
52287
|
ApplicationUuid["WebhookApp"] = "52228df2-2759-432d-8865-2593d2ba6c12";
|
|
52282
52288
|
ApplicationUuid["EventBasedActions"] = "56cc30b4-1600-42ca-ba58-94220961f110";
|
|
52283
52289
|
ApplicationUuid["InventoryTriggeredActions"] = "bef201bc-f003-4ee5-9780-a03cb6951d3d";
|
|
52290
|
+
ApplicationUuid["RuleEngine"] = "e6d7c261-9d8d-4042-bd1e-5355cc5a348a";
|
|
52284
52291
|
})(ApplicationUuid = exports.ApplicationUuid || (exports.ApplicationUuid = {}));
|
|
52285
52292
|
//# sourceMappingURL=application.js.map
|
|
52286
52293
|
|
|
@@ -52386,7 +52393,14 @@ exports.__esModule = true;
|
|
|
52386
52393
|
"use strict";
|
|
52387
52394
|
|
|
52388
52395
|
exports.__esModule = true;
|
|
52389
|
-
|
|
52396
|
+
exports.CustomFilterOperator = void 0;
|
|
52397
|
+
var CustomFilterOperator;
|
|
52398
|
+
(function (CustomFilterOperator) {
|
|
52399
|
+
CustomFilterOperator[CustomFilterOperator["Equal"] = 0] = "Equal";
|
|
52400
|
+
CustomFilterOperator[CustomFilterOperator["GreaterThan"] = 1] = "GreaterThan";
|
|
52401
|
+
CustomFilterOperator[CustomFilterOperator["LessThan"] = 2] = "LessThan";
|
|
52402
|
+
})(CustomFilterOperator = exports.CustomFilterOperator || (exports.CustomFilterOperator = {}));
|
|
52403
|
+
//# sourceMappingURL=custom_filter.js.map
|
|
52390
52404
|
|
|
52391
52405
|
/***/ }),
|
|
52392
52406
|
/* 318 */
|
|
@@ -52395,7 +52409,7 @@ exports.__esModule = true;
|
|
|
52395
52409
|
"use strict";
|
|
52396
52410
|
|
|
52397
52411
|
exports.__esModule = true;
|
|
52398
|
-
//# sourceMappingURL=
|
|
52412
|
+
//# sourceMappingURL=customer.js.map
|
|
52399
52413
|
|
|
52400
52414
|
/***/ }),
|
|
52401
52415
|
/* 319 */
|
|
@@ -52403,6 +52417,15 @@ exports.__esModule = true;
|
|
|
52403
52417
|
|
|
52404
52418
|
"use strict";
|
|
52405
52419
|
|
|
52420
|
+
exports.__esModule = true;
|
|
52421
|
+
//# sourceMappingURL=customer_configuration.js.map
|
|
52422
|
+
|
|
52423
|
+
/***/ }),
|
|
52424
|
+
/* 320 */
|
|
52425
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52426
|
+
|
|
52427
|
+
"use strict";
|
|
52428
|
+
|
|
52406
52429
|
exports.__esModule = true;
|
|
52407
52430
|
exports.TaskPhase = exports.ApiVersion = void 0;
|
|
52408
52431
|
var ApiVersion;
|
|
@@ -52421,7 +52444,7 @@ var TaskPhase;
|
|
|
52421
52444
|
//# sourceMappingURL=customer_experience.js.map
|
|
52422
52445
|
|
|
52423
52446
|
/***/ }),
|
|
52424
|
-
/*
|
|
52447
|
+
/* 321 */
|
|
52425
52448
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52426
52449
|
|
|
52427
52450
|
"use strict";
|
|
@@ -52436,7 +52459,7 @@ var BreakType;
|
|
|
52436
52459
|
//# sourceMappingURL=delivery_block.js.map
|
|
52437
52460
|
|
|
52438
52461
|
/***/ }),
|
|
52439
|
-
/*
|
|
52462
|
+
/* 322 */
|
|
52440
52463
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52441
52464
|
|
|
52442
52465
|
"use strict";
|
|
@@ -52445,7 +52468,7 @@ exports.__esModule = true;
|
|
|
52445
52468
|
//# sourceMappingURL=delivery_block_schedule.js.map
|
|
52446
52469
|
|
|
52447
52470
|
/***/ }),
|
|
52448
|
-
/*
|
|
52471
|
+
/* 323 */
|
|
52449
52472
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52450
52473
|
|
|
52451
52474
|
"use strict";
|
|
@@ -52519,7 +52542,37 @@ var DeliveryProviderDeliverFromCapability;
|
|
|
52519
52542
|
//# sourceMappingURL=delivery_provider.js.map
|
|
52520
52543
|
|
|
52521
52544
|
/***/ }),
|
|
52522
|
-
/*
|
|
52545
|
+
/* 324 */
|
|
52546
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52547
|
+
|
|
52548
|
+
"use strict";
|
|
52549
|
+
|
|
52550
|
+
exports.__esModule = true;
|
|
52551
|
+
exports.DisputeReason = void 0;
|
|
52552
|
+
var DisputeReason;
|
|
52553
|
+
(function (DisputeReason) {
|
|
52554
|
+
DisputeReason[DisputeReason["DRIVER_ARRIVED_LATE"] = 0] = "DRIVER_ARRIVED_LATE";
|
|
52555
|
+
DisputeReason[DisputeReason["DRIVER_ARRIVED_EARLY"] = 1] = "DRIVER_ARRIVED_EARLY";
|
|
52556
|
+
DisputeReason[DisputeReason["POOR_DELIVERY_EXECUTION"] = 2] = "POOR_DELIVERY_EXECUTION";
|
|
52557
|
+
DisputeReason[DisputeReason["DRIVER_BEHAVIOR_COMPLAINT"] = 3] = "DRIVER_BEHAVIOR_COMPLAINT";
|
|
52558
|
+
DisputeReason[DisputeReason["FLEET_CANCELLED_AFTER_ORDER_PREP"] = 4] = "FLEET_CANCELLED_AFTER_ORDER_PREP";
|
|
52559
|
+
DisputeReason[DisputeReason["DRIVER_NEVER_ARRIVED_TO_PICKUP"] = 5] = "DRIVER_NEVER_ARRIVED_TO_PICKUP";
|
|
52560
|
+
DisputeReason[DisputeReason["DRIVER_NEVER_ARRIVED_TO_DROPOFF"] = 6] = "DRIVER_NEVER_ARRIVED_TO_DROPOFF";
|
|
52561
|
+
DisputeReason[DisputeReason["OTHER"] = 100] = "OTHER";
|
|
52562
|
+
})(DisputeReason = exports.DisputeReason || (exports.DisputeReason = {}));
|
|
52563
|
+
//# sourceMappingURL=dispute.js.map
|
|
52564
|
+
|
|
52565
|
+
/***/ }),
|
|
52566
|
+
/* 325 */
|
|
52567
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52568
|
+
|
|
52569
|
+
"use strict";
|
|
52570
|
+
|
|
52571
|
+
exports.__esModule = true;
|
|
52572
|
+
//# sourceMappingURL=emulated_delivery_provider_types.js.map
|
|
52573
|
+
|
|
52574
|
+
/***/ }),
|
|
52575
|
+
/* 326 */
|
|
52523
52576
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52524
52577
|
|
|
52525
52578
|
"use strict";
|
|
@@ -52645,7 +52698,7 @@ var EventType;
|
|
|
52645
52698
|
//# sourceMappingURL=event.js.map
|
|
52646
52699
|
|
|
52647
52700
|
/***/ }),
|
|
52648
|
-
/*
|
|
52701
|
+
/* 327 */
|
|
52649
52702
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52650
52703
|
|
|
52651
52704
|
"use strict";
|
|
@@ -52672,7 +52725,7 @@ var AggregatorType;
|
|
|
52672
52725
|
//# sourceMappingURL=external_data_team.js.map
|
|
52673
52726
|
|
|
52674
52727
|
/***/ }),
|
|
52675
|
-
/*
|
|
52728
|
+
/* 328 */
|
|
52676
52729
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52677
52730
|
|
|
52678
52731
|
"use strict";
|
|
@@ -52707,6 +52760,7 @@ var FleetType;
|
|
|
52707
52760
|
FleetType[FleetType["EasyPost"] = 24] = "EasyPost";
|
|
52708
52761
|
FleetType[FleetType["Roadie"] = 25] = "Roadie";
|
|
52709
52762
|
FleetType[FleetType["FiveString"] = 26] = "FiveString";
|
|
52763
|
+
FleetType[FleetType["PointPickup"] = 27] = "PointPickup";
|
|
52710
52764
|
FleetType[FleetType["EmulatedDeliveryProvider"] = 999] = "EmulatedDeliveryProvider";
|
|
52711
52765
|
})(FleetType = exports.FleetType || (exports.FleetType = {}));
|
|
52712
52766
|
exports.FleetTypeToCapabilities = (_a = {},
|
|
@@ -52734,6 +52788,7 @@ exports.FleetTypeToCapabilities = (_a = {},
|
|
|
52734
52788
|
_a[FleetType.EasyPost] = { create_delivery: true, get_quote: false, is_green: false },
|
|
52735
52789
|
_a[FleetType.Roadie] = { create_delivery: true, get_quote: true, update_delivery: true, is_green: false },
|
|
52736
52790
|
_a[FleetType.FiveString] = { create_delivery: true, get_quote: true, update_delivery: true, is_green: false },
|
|
52791
|
+
_a[FleetType.PointPickup] = { create_delivery: true, get_quote: false, update_delivery: true, is_green: false },
|
|
52737
52792
|
_a[FleetType.EmulatedDeliveryProvider] = {
|
|
52738
52793
|
create_delivery: true,
|
|
52739
52794
|
get_quote: true,
|
|
@@ -52744,7 +52799,49 @@ exports.FleetTypeToCapabilities = (_a = {},
|
|
|
52744
52799
|
//# sourceMappingURL=fleet.js.map
|
|
52745
52800
|
|
|
52746
52801
|
/***/ }),
|
|
52747
|
-
/*
|
|
52802
|
+
/* 329 */
|
|
52803
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52804
|
+
|
|
52805
|
+
"use strict";
|
|
52806
|
+
|
|
52807
|
+
exports.__esModule = true;
|
|
52808
|
+
exports.PreferredMethod = void 0;
|
|
52809
|
+
var PreferredMethod;
|
|
52810
|
+
(function (PreferredMethod) {
|
|
52811
|
+
PreferredMethod["Priority"] = "priority";
|
|
52812
|
+
PreferredMethod["Fastest"] = "fastest";
|
|
52813
|
+
PreferredMethod["Cheapest"] = "cheapest";
|
|
52814
|
+
})(PreferredMethod = exports.PreferredMethod || (exports.PreferredMethod = {}));
|
|
52815
|
+
//# sourceMappingURL=fleet_router_rules.js.map
|
|
52816
|
+
|
|
52817
|
+
/***/ }),
|
|
52818
|
+
/* 330 */
|
|
52819
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52820
|
+
|
|
52821
|
+
"use strict";
|
|
52822
|
+
|
|
52823
|
+
exports.__esModule = true;
|
|
52824
|
+
//# sourceMappingURL=fleet_template.js.map
|
|
52825
|
+
|
|
52826
|
+
/***/ }),
|
|
52827
|
+
/* 331 */
|
|
52828
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52829
|
+
|
|
52830
|
+
"use strict";
|
|
52831
|
+
|
|
52832
|
+
exports.__esModule = true;
|
|
52833
|
+
exports.OWNERSHIP_ORIGIN = void 0;
|
|
52834
|
+
var OWNERSHIP_ORIGIN;
|
|
52835
|
+
(function (OWNERSHIP_ORIGIN) {
|
|
52836
|
+
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["DRIVER_API"] = 1] = "DRIVER_API";
|
|
52837
|
+
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["WEB_API"] = 2] = "WEB_API";
|
|
52838
|
+
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["SERVICES_API"] = 3] = "SERVICES_API";
|
|
52839
|
+
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["FLOATING_INVENTORY_APP"] = 4] = "FLOATING_INVENTORY_APP";
|
|
52840
|
+
})(OWNERSHIP_ORIGIN = exports.OWNERSHIP_ORIGIN || (exports.OWNERSHIP_ORIGIN = {}));
|
|
52841
|
+
//# sourceMappingURL=floating_inventory.js.map
|
|
52842
|
+
|
|
52843
|
+
/***/ }),
|
|
52844
|
+
/* 332 */
|
|
52748
52845
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52749
52846
|
|
|
52750
52847
|
"use strict";
|
|
@@ -52753,7 +52850,7 @@ exports.__esModule = true;
|
|
|
52753
52850
|
//# sourceMappingURL=franchisee.js.map
|
|
52754
52851
|
|
|
52755
52852
|
/***/ }),
|
|
52756
|
-
/*
|
|
52853
|
+
/* 333 */
|
|
52757
52854
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52758
52855
|
|
|
52759
52856
|
"use strict";
|
|
@@ -52762,7 +52859,16 @@ exports.__esModule = true;
|
|
|
52762
52859
|
//# sourceMappingURL=geocoding.js.map
|
|
52763
52860
|
|
|
52764
52861
|
/***/ }),
|
|
52765
|
-
/*
|
|
52862
|
+
/* 334 */
|
|
52863
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52864
|
+
|
|
52865
|
+
"use strict";
|
|
52866
|
+
|
|
52867
|
+
exports.__esModule = true;
|
|
52868
|
+
//# sourceMappingURL=handling_units.js.map
|
|
52869
|
+
|
|
52870
|
+
/***/ }),
|
|
52871
|
+
/* 335 */
|
|
52766
52872
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52767
52873
|
|
|
52768
52874
|
"use strict";
|
|
@@ -52780,7 +52886,23 @@ var IntegrationName;
|
|
|
52780
52886
|
//# sourceMappingURL=integration.js.map
|
|
52781
52887
|
|
|
52782
52888
|
/***/ }),
|
|
52783
|
-
/*
|
|
52889
|
+
/* 336 */
|
|
52890
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52891
|
+
|
|
52892
|
+
"use strict";
|
|
52893
|
+
|
|
52894
|
+
exports.__esModule = true;
|
|
52895
|
+
exports.KEYSET_PAGINATION_VER = exports.KeysetPaginationPageAction = void 0;
|
|
52896
|
+
var KeysetPaginationPageAction;
|
|
52897
|
+
(function (KeysetPaginationPageAction) {
|
|
52898
|
+
KeysetPaginationPageAction["NEXT"] = "next";
|
|
52899
|
+
KeysetPaginationPageAction["PREVIOUS"] = "previous";
|
|
52900
|
+
})(KeysetPaginationPageAction = exports.KeysetPaginationPageAction || (exports.KeysetPaginationPageAction = {}));
|
|
52901
|
+
exports.KEYSET_PAGINATION_VER = 2;
|
|
52902
|
+
//# sourceMappingURL=keyset_pagination.js.map
|
|
52903
|
+
|
|
52904
|
+
/***/ }),
|
|
52905
|
+
/* 337 */
|
|
52784
52906
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52785
52907
|
|
|
52786
52908
|
"use strict";
|
|
@@ -52789,7 +52911,7 @@ exports.__esModule = true;
|
|
|
52789
52911
|
//# sourceMappingURL=language.js.map
|
|
52790
52912
|
|
|
52791
52913
|
/***/ }),
|
|
52792
|
-
/*
|
|
52914
|
+
/* 338 */
|
|
52793
52915
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52794
52916
|
|
|
52795
52917
|
"use strict";
|
|
@@ -52798,7 +52920,7 @@ exports.__esModule = true;
|
|
|
52798
52920
|
//# sourceMappingURL=location.js.map
|
|
52799
52921
|
|
|
52800
52922
|
/***/ }),
|
|
52801
|
-
/*
|
|
52923
|
+
/* 339 */
|
|
52802
52924
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52803
52925
|
|
|
52804
52926
|
"use strict";
|
|
@@ -52828,7 +52950,7 @@ var Origin;
|
|
|
52828
52950
|
//# sourceMappingURL=menu.js.map
|
|
52829
52951
|
|
|
52830
52952
|
/***/ }),
|
|
52831
|
-
/*
|
|
52953
|
+
/* 340 */
|
|
52832
52954
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52833
52955
|
|
|
52834
52956
|
"use strict";
|
|
@@ -52866,7 +52988,7 @@ var EnvironmentTypes;
|
|
|
52866
52988
|
//# sourceMappingURL=merchant.js.map
|
|
52867
52989
|
|
|
52868
52990
|
/***/ }),
|
|
52869
|
-
/*
|
|
52991
|
+
/* 341 */
|
|
52870
52992
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52871
52993
|
|
|
52872
52994
|
"use strict";
|
|
@@ -52929,7 +53051,29 @@ var GrabMode;
|
|
|
52929
53051
|
//# sourceMappingURL=merchant_configuration.js.map
|
|
52930
53052
|
|
|
52931
53053
|
/***/ }),
|
|
52932
|
-
/*
|
|
53054
|
+
/* 342 */
|
|
53055
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53056
|
+
|
|
53057
|
+
"use strict";
|
|
53058
|
+
|
|
53059
|
+
exports.__esModule = true;
|
|
53060
|
+
exports.SubscriptionNotificationType = exports.SubscriptionType = void 0;
|
|
53061
|
+
var SubscriptionType;
|
|
53062
|
+
(function (SubscriptionType) {
|
|
53063
|
+
SubscriptionType[SubscriptionType["Email"] = 0] = "Email";
|
|
53064
|
+
})(SubscriptionType = exports.SubscriptionType || (exports.SubscriptionType = {}));
|
|
53065
|
+
var SubscriptionNotificationType;
|
|
53066
|
+
(function (SubscriptionNotificationType) {
|
|
53067
|
+
SubscriptionNotificationType[SubscriptionNotificationType["InvalidInventory"] = 0] = "InvalidInventory";
|
|
53068
|
+
SubscriptionNotificationType[SubscriptionNotificationType["EtlReport"] = 1] = "EtlReport";
|
|
53069
|
+
SubscriptionNotificationType[SubscriptionNotificationType["WebhookFailures"] = 2] = "WebhookFailures";
|
|
53070
|
+
SubscriptionNotificationType[SubscriptionNotificationType["MenuIssue"] = 3] = "MenuIssue";
|
|
53071
|
+
SubscriptionNotificationType[SubscriptionNotificationType["IntegrationPollingError"] = 4] = "IntegrationPollingError";
|
|
53072
|
+
})(SubscriptionNotificationType = exports.SubscriptionNotificationType || (exports.SubscriptionNotificationType = {}));
|
|
53073
|
+
//# sourceMappingURL=notification_subscription.js.map
|
|
53074
|
+
|
|
53075
|
+
/***/ }),
|
|
53076
|
+
/* 343 */
|
|
52933
53077
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52934
53078
|
|
|
52935
53079
|
"use strict";
|
|
@@ -52938,7 +53082,7 @@ exports.__esModule = true;
|
|
|
52938
53082
|
//# sourceMappingURL=notification_template.js.map
|
|
52939
53083
|
|
|
52940
53084
|
/***/ }),
|
|
52941
|
-
/*
|
|
53085
|
+
/* 344 */
|
|
52942
53086
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52943
53087
|
|
|
52944
53088
|
"use strict";
|
|
@@ -52954,29 +53098,16 @@ var NotificationTypes;
|
|
|
52954
53098
|
//# sourceMappingURL=notification_type.js.map
|
|
52955
53099
|
|
|
52956
53100
|
/***/ }),
|
|
52957
|
-
/*
|
|
53101
|
+
/* 345 */
|
|
52958
53102
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52959
53103
|
|
|
52960
53104
|
"use strict";
|
|
52961
53105
|
|
|
52962
53106
|
exports.__esModule = true;
|
|
52963
|
-
|
|
52964
|
-
var SubscriptionType;
|
|
52965
|
-
(function (SubscriptionType) {
|
|
52966
|
-
SubscriptionType[SubscriptionType["Email"] = 0] = "Email";
|
|
52967
|
-
})(SubscriptionType = exports.SubscriptionType || (exports.SubscriptionType = {}));
|
|
52968
|
-
var SubscriptionNotificationType;
|
|
52969
|
-
(function (SubscriptionNotificationType) {
|
|
52970
|
-
SubscriptionNotificationType[SubscriptionNotificationType["InvalidInventory"] = 0] = "InvalidInventory";
|
|
52971
|
-
SubscriptionNotificationType[SubscriptionNotificationType["EtlReport"] = 1] = "EtlReport";
|
|
52972
|
-
SubscriptionNotificationType[SubscriptionNotificationType["WebhookFailures"] = 2] = "WebhookFailures";
|
|
52973
|
-
SubscriptionNotificationType[SubscriptionNotificationType["MenuIssue"] = 3] = "MenuIssue";
|
|
52974
|
-
SubscriptionNotificationType[SubscriptionNotificationType["IntegrationPollingError"] = 4] = "IntegrationPollingError";
|
|
52975
|
-
})(SubscriptionNotificationType = exports.SubscriptionNotificationType || (exports.SubscriptionNotificationType = {}));
|
|
52976
|
-
//# sourceMappingURL=notification_subscription.js.map
|
|
53107
|
+
//# sourceMappingURL=open_fleet.js.map
|
|
52977
53108
|
|
|
52978
53109
|
/***/ }),
|
|
52979
|
-
/*
|
|
53110
|
+
/* 346 */
|
|
52980
53111
|
/***/ (function(module, exports, __webpack_require__) {
|
|
52981
53112
|
|
|
52982
53113
|
"use strict";
|
|
@@ -52996,7 +53127,56 @@ var OptInMethod;
|
|
|
52996
53127
|
//# sourceMappingURL=opt_in_out_history.js.map
|
|
52997
53128
|
|
|
52998
53129
|
/***/ }),
|
|
52999
|
-
/*
|
|
53130
|
+
/* 347 */
|
|
53131
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53132
|
+
|
|
53133
|
+
"use strict";
|
|
53134
|
+
|
|
53135
|
+
exports.__esModule = true;
|
|
53136
|
+
exports.RouteItemType = exports.OPTIMIZATION_TYPE = void 0;
|
|
53137
|
+
var OPTIMIZATION_TYPE;
|
|
53138
|
+
(function (OPTIMIZATION_TYPE) {
|
|
53139
|
+
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["ANONYMOUS"] = 1] = "ANONYMOUS";
|
|
53140
|
+
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["NAMED_VRP"] = 2] = "NAMED_VRP";
|
|
53141
|
+
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["NAMED_PDP"] = 3] = "NAMED_PDP";
|
|
53142
|
+
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["ROUTE_BASED"] = 4] = "ROUTE_BASED";
|
|
53143
|
+
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["CREW_BASED"] = 5] = "CREW_BASED";
|
|
53144
|
+
})(OPTIMIZATION_TYPE = exports.OPTIMIZATION_TYPE || (exports.OPTIMIZATION_TYPE = {}));
|
|
53145
|
+
var RouteItemType;
|
|
53146
|
+
(function (RouteItemType) {
|
|
53147
|
+
RouteItemType["Break"] = "break";
|
|
53148
|
+
})(RouteItemType = exports.RouteItemType || (exports.RouteItemType = {}));
|
|
53149
|
+
//# sourceMappingURL=optimization_type.js.map
|
|
53150
|
+
|
|
53151
|
+
/***/ }),
|
|
53152
|
+
/* 348 */
|
|
53153
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53154
|
+
|
|
53155
|
+
"use strict";
|
|
53156
|
+
|
|
53157
|
+
exports.__esModule = true;
|
|
53158
|
+
//# sourceMappingURL=package.js.map
|
|
53159
|
+
|
|
53160
|
+
/***/ }),
|
|
53161
|
+
/* 349 */
|
|
53162
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53163
|
+
|
|
53164
|
+
"use strict";
|
|
53165
|
+
|
|
53166
|
+
exports.__esModule = true;
|
|
53167
|
+
//# sourceMappingURL=parking_spot.js.map
|
|
53168
|
+
|
|
53169
|
+
/***/ }),
|
|
53170
|
+
/* 350 */
|
|
53171
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53172
|
+
|
|
53173
|
+
"use strict";
|
|
53174
|
+
|
|
53175
|
+
exports.__esModule = true;
|
|
53176
|
+
//# sourceMappingURL=planned_delivery_window.js.map
|
|
53177
|
+
|
|
53178
|
+
/***/ }),
|
|
53179
|
+
/* 351 */
|
|
53000
53180
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53001
53181
|
|
|
53002
53182
|
"use strict";
|
|
@@ -53005,7 +53185,16 @@ exports.__esModule = true;
|
|
|
53005
53185
|
//# sourceMappingURL=planned_route.js.map
|
|
53006
53186
|
|
|
53007
53187
|
/***/ }),
|
|
53008
|
-
/*
|
|
53188
|
+
/* 352 */
|
|
53189
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53190
|
+
|
|
53191
|
+
"use strict";
|
|
53192
|
+
|
|
53193
|
+
exports.__esModule = true;
|
|
53194
|
+
//# sourceMappingURL=predicate.js.map
|
|
53195
|
+
|
|
53196
|
+
/***/ }),
|
|
53197
|
+
/* 353 */
|
|
53009
53198
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53010
53199
|
|
|
53011
53200
|
"use strict";
|
|
@@ -53059,16 +53248,27 @@ var PrivilegeTypes;
|
|
|
53059
53248
|
//# sourceMappingURL=privilege.js.map
|
|
53060
53249
|
|
|
53061
53250
|
/***/ }),
|
|
53062
|
-
/*
|
|
53251
|
+
/* 354 */
|
|
53063
53252
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53064
53253
|
|
|
53065
53254
|
"use strict";
|
|
53066
53255
|
|
|
53067
53256
|
exports.__esModule = true;
|
|
53068
|
-
|
|
53257
|
+
exports.PushNotificationEnvironment = exports.DevicePlatform = void 0;
|
|
53258
|
+
var DevicePlatform;
|
|
53259
|
+
(function (DevicePlatform) {
|
|
53260
|
+
DevicePlatform[DevicePlatform["Android"] = 1] = "Android";
|
|
53261
|
+
DevicePlatform[DevicePlatform["IOS"] = 2] = "IOS";
|
|
53262
|
+
})(DevicePlatform = exports.DevicePlatform || (exports.DevicePlatform = {}));
|
|
53263
|
+
var PushNotificationEnvironment;
|
|
53264
|
+
(function (PushNotificationEnvironment) {
|
|
53265
|
+
PushNotificationEnvironment[PushNotificationEnvironment["Release"] = 1] = "Release";
|
|
53266
|
+
PushNotificationEnvironment[PushNotificationEnvironment["Development"] = 2] = "Development";
|
|
53267
|
+
})(PushNotificationEnvironment = exports.PushNotificationEnvironment || (exports.PushNotificationEnvironment = {}));
|
|
53268
|
+
//# sourceMappingURL=push_notification_registration.js.map
|
|
53069
53269
|
|
|
53070
53270
|
/***/ }),
|
|
53071
|
-
/*
|
|
53271
|
+
/* 355 */
|
|
53072
53272
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53073
53273
|
|
|
53074
53274
|
"use strict";
|
|
@@ -53082,72 +53282,148 @@ var ApplicationType;
|
|
|
53082
53282
|
//# sourceMappingURL=push_token_subscription.js.map
|
|
53083
53283
|
|
|
53084
53284
|
/***/ }),
|
|
53085
|
-
/*
|
|
53285
|
+
/* 356 */
|
|
53086
53286
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53087
53287
|
|
|
53088
53288
|
"use strict";
|
|
53089
53289
|
|
|
53090
53290
|
exports.__esModule = true;
|
|
53091
|
-
|
|
53092
|
-
var DevicePlatform;
|
|
53093
|
-
(function (DevicePlatform) {
|
|
53094
|
-
DevicePlatform[DevicePlatform["Android"] = 1] = "Android";
|
|
53095
|
-
DevicePlatform[DevicePlatform["IOS"] = 2] = "IOS";
|
|
53096
|
-
})(DevicePlatform = exports.DevicePlatform || (exports.DevicePlatform = {}));
|
|
53097
|
-
var PushNotificationEnvironment;
|
|
53098
|
-
(function (PushNotificationEnvironment) {
|
|
53099
|
-
PushNotificationEnvironment[PushNotificationEnvironment["Release"] = 1] = "Release";
|
|
53100
|
-
PushNotificationEnvironment[PushNotificationEnvironment["Development"] = 2] = "Development";
|
|
53101
|
-
})(PushNotificationEnvironment = exports.PushNotificationEnvironment || (exports.PushNotificationEnvironment = {}));
|
|
53102
|
-
//# sourceMappingURL=push_notification_registration.js.map
|
|
53291
|
+
//# sourceMappingURL=quote.js.map
|
|
53103
53292
|
|
|
53104
53293
|
/***/ }),
|
|
53105
|
-
/*
|
|
53294
|
+
/* 357 */
|
|
53106
53295
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53107
53296
|
|
|
53108
53297
|
"use strict";
|
|
53109
53298
|
|
|
53110
53299
|
exports.__esModule = true;
|
|
53111
|
-
//# sourceMappingURL=
|
|
53300
|
+
//# sourceMappingURL=rating.js.map
|
|
53112
53301
|
|
|
53113
53302
|
/***/ }),
|
|
53114
|
-
/*
|
|
53303
|
+
/* 358 */
|
|
53115
53304
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53116
53305
|
|
|
53117
53306
|
"use strict";
|
|
53118
53307
|
|
|
53119
53308
|
exports.__esModule = true;
|
|
53120
|
-
//# sourceMappingURL=
|
|
53309
|
+
//# sourceMappingURL=reason_to_cancel_task.js.map
|
|
53121
53310
|
|
|
53122
53311
|
/***/ }),
|
|
53123
|
-
/*
|
|
53312
|
+
/* 359 */
|
|
53124
53313
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53125
53314
|
|
|
53126
53315
|
"use strict";
|
|
53127
53316
|
|
|
53128
53317
|
exports.__esModule = true;
|
|
53129
|
-
//# sourceMappingURL=
|
|
53318
|
+
//# sourceMappingURL=reason_to_change_inventory.js.map
|
|
53130
53319
|
|
|
53131
53320
|
/***/ }),
|
|
53132
|
-
/*
|
|
53321
|
+
/* 360 */
|
|
53133
53322
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53134
53323
|
|
|
53135
53324
|
"use strict";
|
|
53136
53325
|
|
|
53137
53326
|
exports.__esModule = true;
|
|
53138
|
-
//# sourceMappingURL=
|
|
53327
|
+
//# sourceMappingURL=reason_to_reassign_task.js.map
|
|
53139
53328
|
|
|
53140
53329
|
/***/ }),
|
|
53141
|
-
/*
|
|
53330
|
+
/* 361 */
|
|
53142
53331
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53143
53332
|
|
|
53144
53333
|
"use strict";
|
|
53145
53334
|
|
|
53335
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
53336
|
+
if (k2 === undefined) k2 = k;
|
|
53337
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
53338
|
+
}) : (function(o, m, k, k2) {
|
|
53339
|
+
if (k2 === undefined) k2 = k;
|
|
53340
|
+
o[k2] = m[k];
|
|
53341
|
+
}));
|
|
53342
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
53343
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
53344
|
+
};
|
|
53146
53345
|
exports.__esModule = true;
|
|
53147
|
-
|
|
53346
|
+
__exportStar(__webpack_require__(362), exports);
|
|
53347
|
+
__exportStar(__webpack_require__(363), exports);
|
|
53348
|
+
__exportStar(__webpack_require__(364), exports);
|
|
53349
|
+
//# sourceMappingURL=index.js.map
|
|
53148
53350
|
|
|
53149
53351
|
/***/ }),
|
|
53150
|
-
/*
|
|
53352
|
+
/* 362 */
|
|
53353
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53354
|
+
|
|
53355
|
+
"use strict";
|
|
53356
|
+
|
|
53357
|
+
exports.__esModule = true;
|
|
53358
|
+
exports.Order = void 0;
|
|
53359
|
+
var Order;
|
|
53360
|
+
(function (Order) {
|
|
53361
|
+
Order["asc"] = "asc";
|
|
53362
|
+
Order["desc"] = "desc";
|
|
53363
|
+
})(Order = exports.Order || (exports.Order = {}));
|
|
53364
|
+
//# sourceMappingURL=report.js.map
|
|
53365
|
+
|
|
53366
|
+
/***/ }),
|
|
53367
|
+
/* 363 */
|
|
53368
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53369
|
+
|
|
53370
|
+
"use strict";
|
|
53371
|
+
|
|
53372
|
+
exports.__esModule = true;
|
|
53373
|
+
exports.ReportExportingStatus = exports.ReportExecuteOrigin = void 0;
|
|
53374
|
+
var ReportExecuteOrigin;
|
|
53375
|
+
(function (ReportExecuteOrigin) {
|
|
53376
|
+
ReportExecuteOrigin[ReportExecuteOrigin["Scheduled"] = 0] = "Scheduled";
|
|
53377
|
+
ReportExecuteOrigin[ReportExecuteOrigin["ExportNow"] = 1] = "ExportNow";
|
|
53378
|
+
ReportExecuteOrigin[ReportExecuteOrigin["Download"] = 2] = "Download";
|
|
53379
|
+
})(ReportExecuteOrigin = exports.ReportExecuteOrigin || (exports.ReportExecuteOrigin = {}));
|
|
53380
|
+
var ReportExportingStatus;
|
|
53381
|
+
(function (ReportExportingStatus) {
|
|
53382
|
+
ReportExportingStatus["InProgress"] = "InProgress";
|
|
53383
|
+
ReportExportingStatus["Completed"] = "Completed";
|
|
53384
|
+
ReportExportingStatus["Error"] = "Error";
|
|
53385
|
+
ReportExportingStatus["Canceled"] = "Canceled";
|
|
53386
|
+
})(ReportExportingStatus = exports.ReportExportingStatus || (exports.ReportExportingStatus = {}));
|
|
53387
|
+
//# sourceMappingURL=report_export.js.map
|
|
53388
|
+
|
|
53389
|
+
/***/ }),
|
|
53390
|
+
/* 364 */
|
|
53391
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53392
|
+
|
|
53393
|
+
"use strict";
|
|
53394
|
+
|
|
53395
|
+
exports.__esModule = true;
|
|
53396
|
+
exports.CronDayOfWeek = exports.ReportExportFormat = exports.ReportDeliveryType = exports.RecurrencePeriod = void 0;
|
|
53397
|
+
var RecurrencePeriod;
|
|
53398
|
+
(function (RecurrencePeriod) {
|
|
53399
|
+
RecurrencePeriod["Monthly"] = "Monthly";
|
|
53400
|
+
RecurrencePeriod["Weekly"] = "Weekly";
|
|
53401
|
+
RecurrencePeriod["Daily"] = "Daily";
|
|
53402
|
+
})(RecurrencePeriod = exports.RecurrencePeriod || (exports.RecurrencePeriod = {}));
|
|
53403
|
+
var ReportDeliveryType;
|
|
53404
|
+
(function (ReportDeliveryType) {
|
|
53405
|
+
ReportDeliveryType[ReportDeliveryType["Email"] = 0] = "Email";
|
|
53406
|
+
ReportDeliveryType[ReportDeliveryType["ApiOrUrl"] = 1] = "ApiOrUrl";
|
|
53407
|
+
})(ReportDeliveryType = exports.ReportDeliveryType || (exports.ReportDeliveryType = {}));
|
|
53408
|
+
var ReportExportFormat;
|
|
53409
|
+
(function (ReportExportFormat) {
|
|
53410
|
+
ReportExportFormat[ReportExportFormat["CSV"] = 0] = "CSV";
|
|
53411
|
+
ReportExportFormat[ReportExportFormat["JSON"] = 1] = "JSON";
|
|
53412
|
+
})(ReportExportFormat = exports.ReportExportFormat || (exports.ReportExportFormat = {}));
|
|
53413
|
+
var CronDayOfWeek;
|
|
53414
|
+
(function (CronDayOfWeek) {
|
|
53415
|
+
CronDayOfWeek[CronDayOfWeek["Sunday"] = 1] = "Sunday";
|
|
53416
|
+
CronDayOfWeek[CronDayOfWeek["Monday"] = 2] = "Monday";
|
|
53417
|
+
CronDayOfWeek[CronDayOfWeek["Tuesday"] = 3] = "Tuesday";
|
|
53418
|
+
CronDayOfWeek[CronDayOfWeek["Wednesday"] = 4] = "Wednesday";
|
|
53419
|
+
CronDayOfWeek[CronDayOfWeek["Thursday"] = 5] = "Thursday";
|
|
53420
|
+
CronDayOfWeek[CronDayOfWeek["Friday"] = 6] = "Friday";
|
|
53421
|
+
CronDayOfWeek[CronDayOfWeek["Saturday"] = 7] = "Saturday";
|
|
53422
|
+
})(CronDayOfWeek = exports.CronDayOfWeek || (exports.CronDayOfWeek = {}));
|
|
53423
|
+
//# sourceMappingURL=reports_scheduled_jobs.js.map
|
|
53424
|
+
|
|
53425
|
+
/***/ }),
|
|
53426
|
+
/* 365 */
|
|
53151
53427
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53152
53428
|
|
|
53153
53429
|
"use strict";
|
|
@@ -53156,7 +53432,7 @@ exports.__esModule = true;
|
|
|
53156
53432
|
//# sourceMappingURL=report_preference.js.map
|
|
53157
53433
|
|
|
53158
53434
|
/***/ }),
|
|
53159
|
-
/*
|
|
53435
|
+
/* 366 */
|
|
53160
53436
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53161
53437
|
|
|
53162
53438
|
"use strict";
|
|
@@ -53225,7 +53501,63 @@ var FILTER_TYPES;
|
|
|
53225
53501
|
//# sourceMappingURL=reports.js.map
|
|
53226
53502
|
|
|
53227
53503
|
/***/ }),
|
|
53228
|
-
/*
|
|
53504
|
+
/* 367 */
|
|
53505
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53506
|
+
|
|
53507
|
+
"use strict";
|
|
53508
|
+
|
|
53509
|
+
exports.__esModule = true;
|
|
53510
|
+
exports.RequestOrigin = void 0;
|
|
53511
|
+
var RequestOrigin;
|
|
53512
|
+
(function (RequestOrigin) {
|
|
53513
|
+
RequestOrigin[RequestOrigin["DriverApi"] = 1] = "DriverApi";
|
|
53514
|
+
RequestOrigin[RequestOrigin["WebApi"] = 2] = "WebApi";
|
|
53515
|
+
RequestOrigin[RequestOrigin["RakeService"] = 3] = "RakeService";
|
|
53516
|
+
RequestOrigin[RequestOrigin["ScheduledRakeTask"] = 4] = "ScheduledRakeTask";
|
|
53517
|
+
RequestOrigin[RequestOrigin["CustomerExperienceApi"] = 5] = "CustomerExperienceApi";
|
|
53518
|
+
RequestOrigin[RequestOrigin["OpenFleetApi"] = 6] = "OpenFleetApi";
|
|
53519
|
+
})(RequestOrigin = exports.RequestOrigin || (exports.RequestOrigin = {}));
|
|
53520
|
+
//# sourceMappingURL=request_origin.js.map
|
|
53521
|
+
|
|
53522
|
+
/***/ }),
|
|
53523
|
+
/* 368 */
|
|
53524
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53525
|
+
|
|
53526
|
+
"use strict";
|
|
53527
|
+
|
|
53528
|
+
exports.__esModule = true;
|
|
53529
|
+
exports.RuleRequestType = exports.FactType = exports.Entity = exports.RuleCategory = exports.AttributeDatatype = void 0;
|
|
53530
|
+
var AttributeDatatype;
|
|
53531
|
+
(function (AttributeDatatype) {
|
|
53532
|
+
AttributeDatatype["String"] = "string";
|
|
53533
|
+
AttributeDatatype["Number"] = "number";
|
|
53534
|
+
AttributeDatatype["Boolean"] = "boolean";
|
|
53535
|
+
AttributeDatatype["Datetime"] = "datetime";
|
|
53536
|
+
AttributeDatatype["Array"] = "array";
|
|
53537
|
+
})(AttributeDatatype = exports.AttributeDatatype || (exports.AttributeDatatype = {}));
|
|
53538
|
+
var RuleCategory;
|
|
53539
|
+
(function (RuleCategory) {
|
|
53540
|
+
RuleCategory[RuleCategory["FleetRouter"] = 0] = "FleetRouter";
|
|
53541
|
+
RuleCategory[RuleCategory["Alert"] = 1] = "Alert";
|
|
53542
|
+
})(RuleCategory = exports.RuleCategory || (exports.RuleCategory = {}));
|
|
53543
|
+
var Entity;
|
|
53544
|
+
(function (Entity) {
|
|
53545
|
+
Entity["Fleet"] = "fleet";
|
|
53546
|
+
Entity["Action"] = "action";
|
|
53547
|
+
})(Entity = exports.Entity || (exports.Entity = {}));
|
|
53548
|
+
var FactType;
|
|
53549
|
+
(function (FactType) {
|
|
53550
|
+
FactType["Task"] = "task";
|
|
53551
|
+
FactType["Waypoint"] = "waypoint";
|
|
53552
|
+
})(FactType = exports.FactType || (exports.FactType = {}));
|
|
53553
|
+
var RuleRequestType;
|
|
53554
|
+
(function (RuleRequestType) {
|
|
53555
|
+
RuleRequestType["Evaluate"] = "rule:evaluate";
|
|
53556
|
+
})(RuleRequestType = exports.RuleRequestType || (exports.RuleRequestType = {}));
|
|
53557
|
+
//# sourceMappingURL=rule_types.js.map
|
|
53558
|
+
|
|
53559
|
+
/***/ }),
|
|
53560
|
+
/* 369 */
|
|
53229
53561
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53230
53562
|
|
|
53231
53563
|
"use strict";
|
|
@@ -53279,7 +53611,7 @@ var OFFLINE_ONLINE_EVENT_TYPES;
|
|
|
53279
53611
|
//# sourceMappingURL=run.js.map
|
|
53280
53612
|
|
|
53281
53613
|
/***/ }),
|
|
53282
|
-
/*
|
|
53614
|
+
/* 370 */
|
|
53283
53615
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53284
53616
|
|
|
53285
53617
|
"use strict";
|
|
@@ -53295,7 +53627,7 @@ var ScanType;
|
|
|
53295
53627
|
//# sourceMappingURL=scan.js.map
|
|
53296
53628
|
|
|
53297
53629
|
/***/ }),
|
|
53298
|
-
/*
|
|
53630
|
+
/* 371 */
|
|
53299
53631
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53300
53632
|
|
|
53301
53633
|
"use strict";
|
|
@@ -53304,7 +53636,16 @@ exports.__esModule = true;
|
|
|
53304
53636
|
//# sourceMappingURL=serializer.js.map
|
|
53305
53637
|
|
|
53306
53638
|
/***/ }),
|
|
53307
|
-
/*
|
|
53639
|
+
/* 372 */
|
|
53640
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
53641
|
+
|
|
53642
|
+
"use strict";
|
|
53643
|
+
|
|
53644
|
+
exports.__esModule = true;
|
|
53645
|
+
//# sourceMappingURL=service.js.map
|
|
53646
|
+
|
|
53647
|
+
/***/ }),
|
|
53648
|
+
/* 373 */
|
|
53308
53649
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53309
53650
|
|
|
53310
53651
|
"use strict";
|
|
@@ -53313,7 +53654,7 @@ exports.__esModule = true;
|
|
|
53313
53654
|
//# sourceMappingURL=service_area.js.map
|
|
53314
53655
|
|
|
53315
53656
|
/***/ }),
|
|
53316
|
-
/*
|
|
53657
|
+
/* 374 */
|
|
53317
53658
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53318
53659
|
|
|
53319
53660
|
"use strict";
|
|
@@ -53322,7 +53663,7 @@ exports.__esModule = true;
|
|
|
53322
53663
|
//# sourceMappingURL=service_event.js.map
|
|
53323
53664
|
|
|
53324
53665
|
/***/ }),
|
|
53325
|
-
/*
|
|
53666
|
+
/* 375 */
|
|
53326
53667
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53327
53668
|
|
|
53328
53669
|
"use strict";
|
|
@@ -53331,7 +53672,7 @@ exports.__esModule = true;
|
|
|
53331
53672
|
//# sourceMappingURL=service_plan.js.map
|
|
53332
53673
|
|
|
53333
53674
|
/***/ }),
|
|
53334
|
-
/*
|
|
53675
|
+
/* 376 */
|
|
53335
53676
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53336
53677
|
|
|
53337
53678
|
"use strict";
|
|
@@ -53347,7 +53688,7 @@ var ServiceWindowType;
|
|
|
53347
53688
|
//# sourceMappingURL=service_window.js.map
|
|
53348
53689
|
|
|
53349
53690
|
/***/ }),
|
|
53350
|
-
/*
|
|
53691
|
+
/* 377 */
|
|
53351
53692
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53352
53693
|
|
|
53353
53694
|
"use strict";
|
|
@@ -53386,7 +53727,7 @@ var SharingMethod;
|
|
|
53386
53727
|
//# sourceMappingURL=shared_location.js.map
|
|
53387
53728
|
|
|
53388
53729
|
/***/ }),
|
|
53389
|
-
/*
|
|
53730
|
+
/* 378 */
|
|
53390
53731
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53391
53732
|
|
|
53392
53733
|
"use strict";
|
|
@@ -53409,7 +53750,7 @@ var ShiftRule;
|
|
|
53409
53750
|
//# sourceMappingURL=shift.js.map
|
|
53410
53751
|
|
|
53411
53752
|
/***/ }),
|
|
53412
|
-
/*
|
|
53753
|
+
/* 379 */
|
|
53413
53754
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53414
53755
|
|
|
53415
53756
|
"use strict";
|
|
@@ -53418,7 +53759,7 @@ exports.__esModule = true;
|
|
|
53418
53759
|
//# sourceMappingURL=skill.js.map
|
|
53419
53760
|
|
|
53420
53761
|
/***/ }),
|
|
53421
|
-
/*
|
|
53762
|
+
/* 380 */
|
|
53422
53763
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53423
53764
|
|
|
53424
53765
|
"use strict";
|
|
@@ -53427,7 +53768,7 @@ exports.__esModule = true;
|
|
|
53427
53768
|
//# sourceMappingURL=sms_data.js.map
|
|
53428
53769
|
|
|
53429
53770
|
/***/ }),
|
|
53430
|
-
/*
|
|
53771
|
+
/* 381 */
|
|
53431
53772
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53432
53773
|
|
|
53433
53774
|
"use strict";
|
|
@@ -53444,7 +53785,7 @@ var NumberType;
|
|
|
53444
53785
|
//# sourceMappingURL=sms_number.js.map
|
|
53445
53786
|
|
|
53446
53787
|
/***/ }),
|
|
53447
|
-
/*
|
|
53788
|
+
/* 382 */
|
|
53448
53789
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53449
53790
|
|
|
53450
53791
|
"use strict";
|
|
@@ -53453,7 +53794,7 @@ exports.__esModule = true;
|
|
|
53453
53794
|
//# sourceMappingURL=sms_setting.js.map
|
|
53454
53795
|
|
|
53455
53796
|
/***/ }),
|
|
53456
|
-
/*
|
|
53797
|
+
/* 383 */
|
|
53457
53798
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53458
53799
|
|
|
53459
53800
|
"use strict";
|
|
@@ -53462,7 +53803,7 @@ exports.__esModule = true;
|
|
|
53462
53803
|
//# sourceMappingURL=tag.js.map
|
|
53463
53804
|
|
|
53464
53805
|
/***/ }),
|
|
53465
|
-
/*
|
|
53806
|
+
/* 384 */
|
|
53466
53807
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53467
53808
|
|
|
53468
53809
|
"use strict";
|
|
@@ -53471,7 +53812,7 @@ exports.__esModule = true;
|
|
|
53471
53812
|
//# sourceMappingURL=tag_customer_configuration.js.map
|
|
53472
53813
|
|
|
53473
53814
|
/***/ }),
|
|
53474
|
-
/*
|
|
53815
|
+
/* 385 */
|
|
53475
53816
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53476
53817
|
|
|
53477
53818
|
"use strict";
|
|
@@ -53480,7 +53821,7 @@ exports.__esModule = true;
|
|
|
53480
53821
|
//# sourceMappingURL=tag_merchant_configuration.js.map
|
|
53481
53822
|
|
|
53482
53823
|
/***/ }),
|
|
53483
|
-
/*
|
|
53824
|
+
/* 386 */
|
|
53484
53825
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53485
53826
|
|
|
53486
53827
|
"use strict";
|
|
@@ -53489,13 +53830,13 @@ exports.__esModule = true;
|
|
|
53489
53830
|
//# sourceMappingURL=tag_rules_configuration.js.map
|
|
53490
53831
|
|
|
53491
53832
|
/***/ }),
|
|
53492
|
-
/*
|
|
53833
|
+
/* 387 */
|
|
53493
53834
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53494
53835
|
|
|
53495
53836
|
"use strict";
|
|
53496
53837
|
|
|
53497
53838
|
exports.__esModule = true;
|
|
53498
|
-
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;
|
|
53839
|
+
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;
|
|
53499
53840
|
var NoteType;
|
|
53500
53841
|
(function (NoteType) {
|
|
53501
53842
|
NoteType["FormattedTaskNote"] = "FormattedTaskNote";
|
|
@@ -53507,6 +53848,59 @@ var NoteType;
|
|
|
53507
53848
|
NoteType["Signature"] = "Signature";
|
|
53508
53849
|
NoteType["Document"] = "Document";
|
|
53509
53850
|
})(NoteType = exports.NoteType || (exports.NoteType = {}));
|
|
53851
|
+
var TaskHistoryEvent;
|
|
53852
|
+
(function (TaskHistoryEvent) {
|
|
53853
|
+
TaskHistoryEvent[TaskHistoryEvent["status_changed"] = 0] = "status_changed";
|
|
53854
|
+
TaskHistoryEvent[TaskHistoryEvent["application_event"] = 1] = "application_event";
|
|
53855
|
+
TaskHistoryEvent[TaskHistoryEvent["postpone_notification_event"] = 2] = "postpone_notification_event";
|
|
53856
|
+
TaskHistoryEvent[TaskHistoryEvent["late_notification_event"] = 3] = "late_notification_event";
|
|
53857
|
+
TaskHistoryEvent[TaskHistoryEvent["reassigned"] = 4] = "reassigned";
|
|
53858
|
+
TaskHistoryEvent[TaskHistoryEvent["shared_location_sent"] = 5] = "shared_location_sent";
|
|
53859
|
+
TaskHistoryEvent[TaskHistoryEvent["client_alert"] = 6] = "client_alert";
|
|
53860
|
+
TaskHistoryEvent[TaskHistoryEvent["estimations_updated"] = 7] = "estimations_updated";
|
|
53861
|
+
TaskHistoryEvent[TaskHistoryEvent["marked_as_done"] = 8] = "marked_as_done";
|
|
53862
|
+
TaskHistoryEvent[TaskHistoryEvent["activity_change"] = 9] = "activity_change";
|
|
53863
|
+
TaskHistoryEvent[TaskHistoryEvent["administrator_notification"] = 10] = "administrator_notification";
|
|
53864
|
+
TaskHistoryEvent[TaskHistoryEvent["user_rated"] = 11] = "user_rated";
|
|
53865
|
+
TaskHistoryEvent[TaskHistoryEvent["shared_location_cancelled"] = 12] = "shared_location_cancelled";
|
|
53866
|
+
TaskHistoryEvent[TaskHistoryEvent["customer_alert"] = 13] = "customer_alert";
|
|
53867
|
+
TaskHistoryEvent[TaskHistoryEvent["reject_event"] = 14] = "reject_event";
|
|
53868
|
+
TaskHistoryEvent[TaskHistoryEvent["dismiss_task"] = 15] = "dismiss_task";
|
|
53869
|
+
TaskHistoryEvent[TaskHistoryEvent["payment_event"] = 16] = "payment_event";
|
|
53870
|
+
TaskHistoryEvent[TaskHistoryEvent["customer_added_note"] = 17] = "customer_added_note";
|
|
53871
|
+
TaskHistoryEvent[TaskHistoryEvent["driver_turned_off_gps"] = 18] = "driver_turned_off_gps";
|
|
53872
|
+
TaskHistoryEvent[TaskHistoryEvent["driver_gps_back"] = 19] = "driver_gps_back";
|
|
53873
|
+
TaskHistoryEvent[TaskHistoryEvent["client_sent_tip"] = 20] = "client_sent_tip";
|
|
53874
|
+
TaskHistoryEvent[TaskHistoryEvent["driver_lost_gps_reception"] = 21] = "driver_lost_gps_reception";
|
|
53875
|
+
TaskHistoryEvent[TaskHistoryEvent["driver_found_gps_reception"] = 22] = "driver_found_gps_reception";
|
|
53876
|
+
TaskHistoryEvent[TaskHistoryEvent["auto_dispatch_no_drivers_found"] = 23] = "auto_dispatch_no_drivers_found";
|
|
53877
|
+
TaskHistoryEvent[TaskHistoryEvent["task_started_event"] = 24] = "task_started_event";
|
|
53878
|
+
TaskHistoryEvent[TaskHistoryEvent["task_cancelled_Event"] = 25] = "task_cancelled_Event";
|
|
53879
|
+
TaskHistoryEvent[TaskHistoryEvent["webhooks_event"] = 26] = "webhooks_event";
|
|
53880
|
+
TaskHistoryEvent[TaskHistoryEvent["checkin_out_of_geofence"] = 27] = "checkin_out_of_geofence";
|
|
53881
|
+
TaskHistoryEvent[TaskHistoryEvent["shared_location_sent_via_push"] = 28] = "shared_location_sent_via_push";
|
|
53882
|
+
TaskHistoryEvent[TaskHistoryEvent["customer_called_driver"] = 29] = "customer_called_driver";
|
|
53883
|
+
TaskHistoryEvent[TaskHistoryEvent["driver_called_customer"] = 30] = "driver_called_customer";
|
|
53884
|
+
TaskHistoryEvent[TaskHistoryEvent["customer_smsed_driver"] = 31] = "customer_smsed_driver";
|
|
53885
|
+
TaskHistoryEvent[TaskHistoryEvent["driver_smsed_customer"] = 32] = "driver_smsed_customer";
|
|
53886
|
+
TaskHistoryEvent[TaskHistoryEvent["eta_updated"] = 33] = "eta_updated";
|
|
53887
|
+
TaskHistoryEvent[TaskHistoryEvent["task_forward_declined"] = 34] = "task_forward_declined";
|
|
53888
|
+
TaskHistoryEvent[TaskHistoryEvent["task_forward_accepted"] = 35] = "task_forward_accepted";
|
|
53889
|
+
TaskHistoryEvent[TaskHistoryEvent["task_rescheduled"] = 36] = "task_rescheduled";
|
|
53890
|
+
TaskHistoryEvent[TaskHistoryEvent["distance_traveled_updated_manually"] = 37] = "distance_traveled_updated_manually";
|
|
53891
|
+
TaskHistoryEvent[TaskHistoryEvent["geocode"] = 38] = "geocode";
|
|
53892
|
+
TaskHistoryEvent[TaskHistoryEvent["task_assigned_to_team"] = 39] = "task_assigned_to_team";
|
|
53893
|
+
TaskHistoryEvent[TaskHistoryEvent["notnow_task"] = 40] = "notnow_task";
|
|
53894
|
+
TaskHistoryEvent[TaskHistoryEvent["preparation_status_changed"] = 41] = "preparation_status_changed";
|
|
53895
|
+
TaskHistoryEvent[TaskHistoryEvent["task_broadcasted"] = 42] = "task_broadcasted";
|
|
53896
|
+
TaskHistoryEvent[TaskHistoryEvent["route_optimized"] = 43] = "route_optimized";
|
|
53897
|
+
TaskHistoryEvent[TaskHistoryEvent["external_fleet_changed"] = 44] = "external_fleet_changed";
|
|
53898
|
+
TaskHistoryEvent[TaskHistoryEvent["external_delivery_changed"] = 45] = "external_delivery_changed";
|
|
53899
|
+
TaskHistoryEvent[TaskHistoryEvent["reschedule_virtual_task"] = 46] = "reschedule_virtual_task";
|
|
53900
|
+
TaskHistoryEvent[TaskHistoryEvent["task_schedule_ready_time_window_updated"] = 47] = "task_schedule_ready_time_window_updated";
|
|
53901
|
+
TaskHistoryEvent[TaskHistoryEvent["task_ready_to_execute_changed"] = 48] = "task_ready_to_execute_changed";
|
|
53902
|
+
TaskHistoryEvent[TaskHistoryEvent["way_point_sla_changed"] = 49] = "way_point_sla_changed";
|
|
53903
|
+
})(TaskHistoryEvent = exports.TaskHistoryEvent || (exports.TaskHistoryEvent = {}));
|
|
53510
53904
|
var TaskHistoryOrigin;
|
|
53511
53905
|
(function (TaskHistoryOrigin) {
|
|
53512
53906
|
TaskHistoryOrigin[TaskHistoryOrigin["UNKNOWN"] = 0] = "UNKNOWN";
|
|
@@ -53645,7 +54039,7 @@ var Association;
|
|
|
53645
54039
|
//# sourceMappingURL=task.js.map
|
|
53646
54040
|
|
|
53647
54041
|
/***/ }),
|
|
53648
|
-
/*
|
|
54042
|
+
/* 388 */
|
|
53649
54043
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53650
54044
|
|
|
53651
54045
|
"use strict";
|
|
@@ -53666,7 +54060,7 @@ var AutoScheduleType;
|
|
|
53666
54060
|
//# sourceMappingURL=task_configuration.js.map
|
|
53667
54061
|
|
|
53668
54062
|
/***/ }),
|
|
53669
|
-
/*
|
|
54063
|
+
/* 389 */
|
|
53670
54064
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53671
54065
|
|
|
53672
54066
|
"use strict";
|
|
@@ -53675,7 +54069,7 @@ exports.__esModule = true;
|
|
|
53675
54069
|
//# sourceMappingURL=task_payment_history.js.map
|
|
53676
54070
|
|
|
53677
54071
|
/***/ }),
|
|
53678
|
-
/*
|
|
54072
|
+
/* 390 */
|
|
53679
54073
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53680
54074
|
|
|
53681
54075
|
"use strict";
|
|
@@ -53689,7 +54083,7 @@ var TaskServiceType;
|
|
|
53689
54083
|
//# sourceMappingURL=task_service.js.map
|
|
53690
54084
|
|
|
53691
54085
|
/***/ }),
|
|
53692
|
-
/*
|
|
54086
|
+
/* 391 */
|
|
53693
54087
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53694
54088
|
|
|
53695
54089
|
"use strict";
|
|
@@ -53698,25 +54092,25 @@ exports.__esModule = true;
|
|
|
53698
54092
|
//# sourceMappingURL=team_configuration.js.map
|
|
53699
54093
|
|
|
53700
54094
|
/***/ }),
|
|
53701
|
-
/*
|
|
54095
|
+
/* 392 */
|
|
53702
54096
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53703
54097
|
|
|
53704
54098
|
"use strict";
|
|
53705
54099
|
|
|
53706
54100
|
exports.__esModule = true;
|
|
53707
|
-
//# sourceMappingURL=
|
|
54101
|
+
//# sourceMappingURL=team_service_zip_codes.js.map
|
|
53708
54102
|
|
|
53709
54103
|
/***/ }),
|
|
53710
|
-
/*
|
|
54104
|
+
/* 393 */
|
|
53711
54105
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53712
54106
|
|
|
53713
54107
|
"use strict";
|
|
53714
54108
|
|
|
53715
54109
|
exports.__esModule = true;
|
|
53716
|
-
//# sourceMappingURL=
|
|
54110
|
+
//# sourceMappingURL=teams.js.map
|
|
53717
54111
|
|
|
53718
54112
|
/***/ }),
|
|
53719
|
-
/*
|
|
54113
|
+
/* 394 */
|
|
53720
54114
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53721
54115
|
|
|
53722
54116
|
"use strict";
|
|
@@ -53725,37 +54119,25 @@ exports.__esModule = true;
|
|
|
53725
54119
|
//# sourceMappingURL=user_configuration.js.map
|
|
53726
54120
|
|
|
53727
54121
|
/***/ }),
|
|
53728
|
-
/*
|
|
54122
|
+
/* 395 */
|
|
53729
54123
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53730
54124
|
|
|
53731
54125
|
"use strict";
|
|
53732
54126
|
|
|
53733
54127
|
exports.__esModule = true;
|
|
53734
|
-
//# sourceMappingURL=
|
|
54128
|
+
//# sourceMappingURL=user_realtime_data.js.map
|
|
53735
54129
|
|
|
53736
54130
|
/***/ }),
|
|
53737
|
-
/*
|
|
54131
|
+
/* 396 */
|
|
53738
54132
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53739
54133
|
|
|
53740
54134
|
"use strict";
|
|
53741
54135
|
|
|
53742
54136
|
exports.__esModule = true;
|
|
53743
|
-
|
|
53744
|
-
var DisputeReason;
|
|
53745
|
-
(function (DisputeReason) {
|
|
53746
|
-
DisputeReason[DisputeReason["DRIVER_ARRIVED_LATE"] = 0] = "DRIVER_ARRIVED_LATE";
|
|
53747
|
-
DisputeReason[DisputeReason["DRIVER_ARRIVED_EARLY"] = 1] = "DRIVER_ARRIVED_EARLY";
|
|
53748
|
-
DisputeReason[DisputeReason["POOR_DELIVERY_EXECUTION"] = 2] = "POOR_DELIVERY_EXECUTION";
|
|
53749
|
-
DisputeReason[DisputeReason["DRIVER_BEHAVIOR_COMPLAINT"] = 3] = "DRIVER_BEHAVIOR_COMPLAINT";
|
|
53750
|
-
DisputeReason[DisputeReason["FLEET_CANCELLED_AFTER_ORDER_PREP"] = 4] = "FLEET_CANCELLED_AFTER_ORDER_PREP";
|
|
53751
|
-
DisputeReason[DisputeReason["DRIVER_NEVER_ARRIVED_TO_PICKUP"] = 5] = "DRIVER_NEVER_ARRIVED_TO_PICKUP";
|
|
53752
|
-
DisputeReason[DisputeReason["DRIVER_NEVER_ARRIVED_TO_DROPOFF"] = 6] = "DRIVER_NEVER_ARRIVED_TO_DROPOFF";
|
|
53753
|
-
DisputeReason[DisputeReason["OTHER"] = 100] = "OTHER";
|
|
53754
|
-
})(DisputeReason = exports.DisputeReason || (exports.DisputeReason = {}));
|
|
53755
|
-
//# sourceMappingURL=dispute.js.map
|
|
54137
|
+
//# sourceMappingURL=user_types.js.map
|
|
53756
54138
|
|
|
53757
54139
|
/***/ }),
|
|
53758
|
-
/*
|
|
54140
|
+
/* 397 */
|
|
53759
54141
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53760
54142
|
|
|
53761
54143
|
"use strict";
|
|
@@ -53792,7 +54174,7 @@ var UserStatus;
|
|
|
53792
54174
|
//# sourceMappingURL=users.js.map
|
|
53793
54175
|
|
|
53794
54176
|
/***/ }),
|
|
53795
|
-
/*
|
|
54177
|
+
/* 398 */
|
|
53796
54178
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53797
54179
|
|
|
53798
54180
|
"use strict";
|
|
@@ -53801,7 +54183,7 @@ exports.__esModule = true;
|
|
|
53801
54183
|
//# sourceMappingURL=vehicle.js.map
|
|
53802
54184
|
|
|
53803
54185
|
/***/ }),
|
|
53804
|
-
/*
|
|
54186
|
+
/* 399 */
|
|
53805
54187
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53806
54188
|
|
|
53807
54189
|
"use strict";
|
|
@@ -53810,7 +54192,7 @@ exports.__esModule = true;
|
|
|
53810
54192
|
//# sourceMappingURL=vehicle_type.js.map
|
|
53811
54193
|
|
|
53812
54194
|
/***/ }),
|
|
53813
|
-
/*
|
|
54195
|
+
/* 400 */
|
|
53814
54196
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53815
54197
|
|
|
53816
54198
|
"use strict";
|
|
@@ -53819,7 +54201,7 @@ exports.__esModule = true;
|
|
|
53819
54201
|
//# sourceMappingURL=web_application_configuration.js.map
|
|
53820
54202
|
|
|
53821
54203
|
/***/ }),
|
|
53822
|
-
/*
|
|
54204
|
+
/* 401 */
|
|
53823
54205
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53824
54206
|
|
|
53825
54207
|
"use strict";
|
|
@@ -53828,7 +54210,7 @@ exports.__esModule = true;
|
|
|
53828
54210
|
//# sourceMappingURL=webhooks.js.map
|
|
53829
54211
|
|
|
53830
54212
|
/***/ }),
|
|
53831
|
-
/*
|
|
54213
|
+
/* 402 */
|
|
53832
54214
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53833
54215
|
|
|
53834
54216
|
"use strict";
|
|
@@ -53844,16 +54226,7 @@ var Plan;
|
|
|
53844
54226
|
//# sourceMappingURL=webhooks_configuration.js.map
|
|
53845
54227
|
|
|
53846
54228
|
/***/ }),
|
|
53847
|
-
/*
|
|
53848
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53849
|
-
|
|
53850
|
-
"use strict";
|
|
53851
|
-
|
|
53852
|
-
exports.__esModule = true;
|
|
53853
|
-
//# sourceMappingURL=fleet_template.js.map
|
|
53854
|
-
|
|
53855
|
-
/***/ }),
|
|
53856
|
-
/* 384 */
|
|
54229
|
+
/* 403 */
|
|
53857
54230
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53858
54231
|
|
|
53859
54232
|
"use strict";
|
|
@@ -53862,7 +54235,7 @@ exports.__esModule = true;
|
|
|
53862
54235
|
//# sourceMappingURL=widget.js.map
|
|
53863
54236
|
|
|
53864
54237
|
/***/ }),
|
|
53865
|
-
/*
|
|
54238
|
+
/* 404 */
|
|
53866
54239
|
/***/ (function(module, exports, __webpack_require__) {
|
|
53867
54240
|
|
|
53868
54241
|
"use strict";
|
|
@@ -53871,282 +54244,7 @@ exports.__esModule = true;
|
|
|
53871
54244
|
//# sourceMappingURL=windows.js.map
|
|
53872
54245
|
|
|
53873
54246
|
/***/ }),
|
|
53874
|
-
/*
|
|
53875
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53876
|
-
|
|
53877
|
-
"use strict";
|
|
53878
|
-
|
|
53879
|
-
exports.__esModule = true;
|
|
53880
|
-
//# sourceMappingURL=open_fleet.js.map
|
|
53881
|
-
|
|
53882
|
-
/***/ }),
|
|
53883
|
-
/* 387 */
|
|
53884
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53885
|
-
|
|
53886
|
-
"use strict";
|
|
53887
|
-
|
|
53888
|
-
exports.__esModule = true;
|
|
53889
|
-
//# sourceMappingURL=service.js.map
|
|
53890
|
-
|
|
53891
|
-
/***/ }),
|
|
53892
|
-
/* 388 */
|
|
53893
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53894
|
-
|
|
53895
|
-
"use strict";
|
|
53896
|
-
|
|
53897
|
-
exports.__esModule = true;
|
|
53898
|
-
//# sourceMappingURL=planned_delivery_window.js.map
|
|
53899
|
-
|
|
53900
|
-
/***/ }),
|
|
53901
|
-
/* 389 */
|
|
53902
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53903
|
-
|
|
53904
|
-
"use strict";
|
|
53905
|
-
|
|
53906
|
-
exports.__esModule = true;
|
|
53907
|
-
//# sourceMappingURL=user_realtime_data.js.map
|
|
53908
|
-
|
|
53909
|
-
/***/ }),
|
|
53910
|
-
/* 390 */
|
|
53911
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53912
|
-
|
|
53913
|
-
"use strict";
|
|
53914
|
-
|
|
53915
|
-
exports.__esModule = true;
|
|
53916
|
-
exports.RouteItemType = exports.OPTIMIZATION_TYPE = void 0;
|
|
53917
|
-
var OPTIMIZATION_TYPE;
|
|
53918
|
-
(function (OPTIMIZATION_TYPE) {
|
|
53919
|
-
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["ANONYMOUS"] = 1] = "ANONYMOUS";
|
|
53920
|
-
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["NAMED_VRP"] = 2] = "NAMED_VRP";
|
|
53921
|
-
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["NAMED_PDP"] = 3] = "NAMED_PDP";
|
|
53922
|
-
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["ROUTE_BASED"] = 4] = "ROUTE_BASED";
|
|
53923
|
-
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["CREW_BASED"] = 5] = "CREW_BASED";
|
|
53924
|
-
})(OPTIMIZATION_TYPE = exports.OPTIMIZATION_TYPE || (exports.OPTIMIZATION_TYPE = {}));
|
|
53925
|
-
var RouteItemType;
|
|
53926
|
-
(function (RouteItemType) {
|
|
53927
|
-
RouteItemType["Break"] = "break";
|
|
53928
|
-
})(RouteItemType = exports.RouteItemType || (exports.RouteItemType = {}));
|
|
53929
|
-
//# sourceMappingURL=optimization_type.js.map
|
|
53930
|
-
|
|
53931
|
-
/***/ }),
|
|
53932
|
-
/* 391 */
|
|
53933
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53934
|
-
|
|
53935
|
-
"use strict";
|
|
53936
|
-
|
|
53937
|
-
exports.__esModule = true;
|
|
53938
|
-
exports.CustomFilterOperator = void 0;
|
|
53939
|
-
var CustomFilterOperator;
|
|
53940
|
-
(function (CustomFilterOperator) {
|
|
53941
|
-
CustomFilterOperator[CustomFilterOperator["Equal"] = 0] = "Equal";
|
|
53942
|
-
CustomFilterOperator[CustomFilterOperator["GreaterThan"] = 1] = "GreaterThan";
|
|
53943
|
-
CustomFilterOperator[CustomFilterOperator["LessThan"] = 2] = "LessThan";
|
|
53944
|
-
})(CustomFilterOperator = exports.CustomFilterOperator || (exports.CustomFilterOperator = {}));
|
|
53945
|
-
//# sourceMappingURL=custom_filter.js.map
|
|
53946
|
-
|
|
53947
|
-
/***/ }),
|
|
53948
|
-
/* 392 */
|
|
53949
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53950
|
-
|
|
53951
|
-
"use strict";
|
|
53952
|
-
|
|
53953
|
-
exports.__esModule = true;
|
|
53954
|
-
exports.RequestOrigin = void 0;
|
|
53955
|
-
var RequestOrigin;
|
|
53956
|
-
(function (RequestOrigin) {
|
|
53957
|
-
RequestOrigin[RequestOrigin["DriverApi"] = 1] = "DriverApi";
|
|
53958
|
-
RequestOrigin[RequestOrigin["WebApi"] = 2] = "WebApi";
|
|
53959
|
-
RequestOrigin[RequestOrigin["RakeService"] = 3] = "RakeService";
|
|
53960
|
-
RequestOrigin[RequestOrigin["ScheduledRakeTask"] = 4] = "ScheduledRakeTask";
|
|
53961
|
-
RequestOrigin[RequestOrigin["CustomerExperienceApi"] = 5] = "CustomerExperienceApi";
|
|
53962
|
-
RequestOrigin[RequestOrigin["OpenFleetApi"] = 6] = "OpenFleetApi";
|
|
53963
|
-
})(RequestOrigin = exports.RequestOrigin || (exports.RequestOrigin = {}));
|
|
53964
|
-
//# sourceMappingURL=request_origin.js.map
|
|
53965
|
-
|
|
53966
|
-
/***/ }),
|
|
53967
|
-
/* 393 */
|
|
53968
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53969
|
-
|
|
53970
|
-
"use strict";
|
|
53971
|
-
|
|
53972
|
-
exports.__esModule = true;
|
|
53973
|
-
exports.OWNERSHIP_ORIGIN = void 0;
|
|
53974
|
-
var OWNERSHIP_ORIGIN;
|
|
53975
|
-
(function (OWNERSHIP_ORIGIN) {
|
|
53976
|
-
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["DRIVER_API"] = 1] = "DRIVER_API";
|
|
53977
|
-
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["WEB_API"] = 2] = "WEB_API";
|
|
53978
|
-
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["SERVICES_API"] = 3] = "SERVICES_API";
|
|
53979
|
-
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["FLOATING_INVENTORY_APP"] = 4] = "FLOATING_INVENTORY_APP";
|
|
53980
|
-
})(OWNERSHIP_ORIGIN = exports.OWNERSHIP_ORIGIN || (exports.OWNERSHIP_ORIGIN = {}));
|
|
53981
|
-
//# sourceMappingURL=floating_inventory.js.map
|
|
53982
|
-
|
|
53983
|
-
/***/ }),
|
|
53984
|
-
/* 394 */
|
|
53985
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
53986
|
-
|
|
53987
|
-
"use strict";
|
|
53988
|
-
|
|
53989
|
-
exports.__esModule = true;
|
|
53990
|
-
exports.PreferredMethod = void 0;
|
|
53991
|
-
var PreferredMethod;
|
|
53992
|
-
(function (PreferredMethod) {
|
|
53993
|
-
PreferredMethod["Priority"] = "priority";
|
|
53994
|
-
PreferredMethod["Fastest"] = "fastest";
|
|
53995
|
-
PreferredMethod["Cheapest"] = "cheapest";
|
|
53996
|
-
})(PreferredMethod = exports.PreferredMethod || (exports.PreferredMethod = {}));
|
|
53997
|
-
//# sourceMappingURL=fleet_router_rules.js.map
|
|
53998
|
-
|
|
53999
|
-
/***/ }),
|
|
54000
|
-
/* 395 */
|
|
54001
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54002
|
-
|
|
54003
|
-
"use strict";
|
|
54004
|
-
|
|
54005
|
-
exports.__esModule = true;
|
|
54006
|
-
//# sourceMappingURL=predicate.js.map
|
|
54007
|
-
|
|
54008
|
-
/***/ }),
|
|
54009
|
-
/* 396 */
|
|
54010
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54011
|
-
|
|
54012
|
-
"use strict";
|
|
54013
|
-
|
|
54014
|
-
exports.__esModule = true;
|
|
54015
|
-
//# sourceMappingURL=parking_spot.js.map
|
|
54016
|
-
|
|
54017
|
-
/***/ }),
|
|
54018
|
-
/* 397 */
|
|
54019
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54020
|
-
|
|
54021
|
-
"use strict";
|
|
54022
|
-
|
|
54023
|
-
exports.__esModule = true;
|
|
54024
|
-
exports.RuleRequestType = exports.FactName = exports.FactType = exports.Entity = exports.RuleCategory = exports.AttributeDatatype = void 0;
|
|
54025
|
-
var AttributeDatatype;
|
|
54026
|
-
(function (AttributeDatatype) {
|
|
54027
|
-
AttributeDatatype[AttributeDatatype["String"] = 0] = "String";
|
|
54028
|
-
AttributeDatatype[AttributeDatatype["Number"] = 1] = "Number";
|
|
54029
|
-
AttributeDatatype[AttributeDatatype["Boolean"] = 2] = "Boolean";
|
|
54030
|
-
})(AttributeDatatype = exports.AttributeDatatype || (exports.AttributeDatatype = {}));
|
|
54031
|
-
var RuleCategory;
|
|
54032
|
-
(function (RuleCategory) {
|
|
54033
|
-
RuleCategory[RuleCategory["FleetRouter"] = 0] = "FleetRouter";
|
|
54034
|
-
RuleCategory[RuleCategory["Action"] = 1] = "Action";
|
|
54035
|
-
})(RuleCategory = exports.RuleCategory || (exports.RuleCategory = {}));
|
|
54036
|
-
var Entity;
|
|
54037
|
-
(function (Entity) {
|
|
54038
|
-
Entity["Fleet"] = "fleet";
|
|
54039
|
-
Entity["Action"] = "action";
|
|
54040
|
-
})(Entity = exports.Entity || (exports.Entity = {}));
|
|
54041
|
-
var FactType;
|
|
54042
|
-
(function (FactType) {
|
|
54043
|
-
FactType[FactType["Task"] = 0] = "Task";
|
|
54044
|
-
FactType[FactType["Waypoint"] = 1] = "Waypoint";
|
|
54045
|
-
})(FactType = exports.FactType || (exports.FactType = {}));
|
|
54046
|
-
var FactName;
|
|
54047
|
-
(function (FactName) {
|
|
54048
|
-
FactName["Task"] = "Task";
|
|
54049
|
-
FactName["FirstWaypoint"] = "FirstWaypoint";
|
|
54050
|
-
FactName["LastWaypoint"] = "LastWaypoint";
|
|
54051
|
-
})(FactName = exports.FactName || (exports.FactName = {}));
|
|
54052
|
-
var RuleRequestType;
|
|
54053
|
-
(function (RuleRequestType) {
|
|
54054
|
-
RuleRequestType["Evaluate"] = "rule:evaluate";
|
|
54055
|
-
})(RuleRequestType = exports.RuleRequestType || (exports.RuleRequestType = {}));
|
|
54056
|
-
//# sourceMappingURL=rule_types.js.map
|
|
54057
|
-
|
|
54058
|
-
/***/ }),
|
|
54059
|
-
/* 398 */
|
|
54060
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54061
|
-
|
|
54062
|
-
"use strict";
|
|
54063
|
-
|
|
54064
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
54065
|
-
if (k2 === undefined) k2 = k;
|
|
54066
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
54067
|
-
}) : (function(o, m, k, k2) {
|
|
54068
|
-
if (k2 === undefined) k2 = k;
|
|
54069
|
-
o[k2] = m[k];
|
|
54070
|
-
}));
|
|
54071
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
54072
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
54073
|
-
};
|
|
54074
|
-
exports.__esModule = true;
|
|
54075
|
-
__exportStar(__webpack_require__(399), exports);
|
|
54076
|
-
__exportStar(__webpack_require__(400), exports);
|
|
54077
|
-
//# sourceMappingURL=index.js.map
|
|
54078
|
-
|
|
54079
|
-
/***/ }),
|
|
54080
|
-
/* 399 */
|
|
54081
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54082
|
-
|
|
54083
|
-
"use strict";
|
|
54084
|
-
|
|
54085
|
-
exports.__esModule = true;
|
|
54086
|
-
exports.Order = void 0;
|
|
54087
|
-
var Order;
|
|
54088
|
-
(function (Order) {
|
|
54089
|
-
Order["asc"] = "asc";
|
|
54090
|
-
Order["desc"] = "desc";
|
|
54091
|
-
})(Order = exports.Order || (exports.Order = {}));
|
|
54092
|
-
//# sourceMappingURL=report.js.map
|
|
54093
|
-
|
|
54094
|
-
/***/ }),
|
|
54095
|
-
/* 400 */
|
|
54096
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54097
|
-
|
|
54098
|
-
"use strict";
|
|
54099
|
-
|
|
54100
|
-
exports.__esModule = true;
|
|
54101
|
-
exports.CronDayOfWeek = exports.ReportExportFormat = exports.ReportDeliveryType = exports.RecurrencePeriod = void 0;
|
|
54102
|
-
var RecurrencePeriod;
|
|
54103
|
-
(function (RecurrencePeriod) {
|
|
54104
|
-
RecurrencePeriod["Monthly"] = "Monthly";
|
|
54105
|
-
RecurrencePeriod["Weekly"] = "Weekly";
|
|
54106
|
-
RecurrencePeriod["Daily"] = "Daily";
|
|
54107
|
-
})(RecurrencePeriod = exports.RecurrencePeriod || (exports.RecurrencePeriod = {}));
|
|
54108
|
-
var ReportDeliveryType;
|
|
54109
|
-
(function (ReportDeliveryType) {
|
|
54110
|
-
ReportDeliveryType[ReportDeliveryType["Email"] = 0] = "Email";
|
|
54111
|
-
ReportDeliveryType[ReportDeliveryType["ApiOrUrl"] = 1] = "ApiOrUrl";
|
|
54112
|
-
})(ReportDeliveryType = exports.ReportDeliveryType || (exports.ReportDeliveryType = {}));
|
|
54113
|
-
var ReportExportFormat;
|
|
54114
|
-
(function (ReportExportFormat) {
|
|
54115
|
-
ReportExportFormat[ReportExportFormat["CSV"] = 0] = "CSV";
|
|
54116
|
-
ReportExportFormat[ReportExportFormat["JSON"] = 1] = "JSON";
|
|
54117
|
-
})(ReportExportFormat = exports.ReportExportFormat || (exports.ReportExportFormat = {}));
|
|
54118
|
-
var CronDayOfWeek;
|
|
54119
|
-
(function (CronDayOfWeek) {
|
|
54120
|
-
CronDayOfWeek[CronDayOfWeek["Sunday"] = 1] = "Sunday";
|
|
54121
|
-
CronDayOfWeek[CronDayOfWeek["Monday"] = 2] = "Monday";
|
|
54122
|
-
CronDayOfWeek[CronDayOfWeek["Tuesday"] = 3] = "Tuesday";
|
|
54123
|
-
CronDayOfWeek[CronDayOfWeek["Wednesday"] = 4] = "Wednesday";
|
|
54124
|
-
CronDayOfWeek[CronDayOfWeek["Thursday"] = 5] = "Thursday";
|
|
54125
|
-
CronDayOfWeek[CronDayOfWeek["Friday"] = 6] = "Friday";
|
|
54126
|
-
CronDayOfWeek[CronDayOfWeek["Saturday"] = 7] = "Saturday";
|
|
54127
|
-
})(CronDayOfWeek = exports.CronDayOfWeek || (exports.CronDayOfWeek = {}));
|
|
54128
|
-
//# sourceMappingURL=reports_scheduled_jobs.js.map
|
|
54129
|
-
|
|
54130
|
-
/***/ }),
|
|
54131
|
-
/* 401 */
|
|
54132
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54133
|
-
|
|
54134
|
-
"use strict";
|
|
54135
|
-
|
|
54136
|
-
exports.__esModule = true;
|
|
54137
|
-
//# sourceMappingURL=handling_units.js.map
|
|
54138
|
-
|
|
54139
|
-
/***/ }),
|
|
54140
|
-
/* 402 */
|
|
54141
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
54142
|
-
|
|
54143
|
-
"use strict";
|
|
54144
|
-
|
|
54145
|
-
exports.__esModule = true;
|
|
54146
|
-
//# sourceMappingURL=emulated_delivery_provider_types.js.map
|
|
54147
|
-
|
|
54148
|
-
/***/ }),
|
|
54149
|
-
/* 403 */
|
|
54247
|
+
/* 405 */
|
|
54150
54248
|
/***/ (function(module, exports, __webpack_require__) {
|
|
54151
54249
|
|
|
54152
54250
|
"use strict";
|
|
@@ -54757,7 +54855,7 @@ exports.default = TaskEntity;
|
|
|
54757
54855
|
//# sourceMappingURL=TaskEntity.js.map
|
|
54758
54856
|
|
|
54759
54857
|
/***/ }),
|
|
54760
|
-
/*
|
|
54858
|
+
/* 406 */
|
|
54761
54859
|
/***/ (function(module, exports, __webpack_require__) {
|
|
54762
54860
|
|
|
54763
54861
|
"use strict";
|
|
@@ -54799,7 +54897,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
54799
54897
|
}
|
|
54800
54898
|
};
|
|
54801
54899
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54802
|
-
var ApplicationMerchantConfigurationEntity_1 = __webpack_require__(
|
|
54900
|
+
var ApplicationMerchantConfigurationEntity_1 = __webpack_require__(407);
|
|
54803
54901
|
var ApplicationMerchantConfigurationApi = /** @class */ (function () {
|
|
54804
54902
|
function ApplicationMerchantConfigurationApi(session, merchantConfigurationApi) {
|
|
54805
54903
|
this.entity = new ApplicationMerchantConfigurationEntity_1.default(session);
|
|
@@ -54918,7 +55016,7 @@ exports.default = ApplicationMerchantConfigurationApi;
|
|
|
54918
55016
|
//# sourceMappingURL=ApplicationMerchantConfigurationApi.js.map
|
|
54919
55017
|
|
|
54920
55018
|
/***/ }),
|
|
54921
|
-
/*
|
|
55019
|
+
/* 407 */
|
|
54922
55020
|
/***/ (function(module, exports, __webpack_require__) {
|
|
54923
55021
|
|
|
54924
55022
|
"use strict";
|
|
@@ -55148,7 +55246,7 @@ exports.default = ApplicationMerchantConfigurationEntity;
|
|
|
55148
55246
|
//# sourceMappingURL=ApplicationMerchantConfigurationEntity.js.map
|
|
55149
55247
|
|
|
55150
55248
|
/***/ }),
|
|
55151
|
-
/*
|
|
55249
|
+
/* 408 */
|
|
55152
55250
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55153
55251
|
|
|
55154
55252
|
"use strict";
|
|
@@ -55190,7 +55288,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
55190
55288
|
}
|
|
55191
55289
|
};
|
|
55192
55290
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55193
|
-
var ApplicationTeamConfigurationEntity_1 = __webpack_require__(
|
|
55291
|
+
var ApplicationTeamConfigurationEntity_1 = __webpack_require__(409);
|
|
55194
55292
|
var ApplicationTeamConfigurationApi = /** @class */ (function () {
|
|
55195
55293
|
function ApplicationTeamConfigurationApi(session) {
|
|
55196
55294
|
this.entity = new ApplicationTeamConfigurationEntity_1.default(session);
|
|
@@ -55231,7 +55329,7 @@ exports.default = ApplicationTeamConfigurationApi;
|
|
|
55231
55329
|
//# sourceMappingURL=ApplicationTeamConfigurationApi.js.map
|
|
55232
55330
|
|
|
55233
55331
|
/***/ }),
|
|
55234
|
-
/*
|
|
55332
|
+
/* 409 */
|
|
55235
55333
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55236
55334
|
|
|
55237
55335
|
"use strict";
|
|
@@ -55344,13 +55442,13 @@ exports.default = ApplicationTeamConfigurationEntity;
|
|
|
55344
55442
|
//# sourceMappingURL=ApplicationTeamConfigurationEntity.js.map
|
|
55345
55443
|
|
|
55346
55444
|
/***/ }),
|
|
55347
|
-
/*
|
|
55445
|
+
/* 410 */
|
|
55348
55446
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55349
55447
|
|
|
55350
55448
|
"use strict";
|
|
55351
55449
|
|
|
55352
55450
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55353
|
-
var GoogleMapsHelper_1 = __webpack_require__(
|
|
55451
|
+
var GoogleMapsHelper_1 = __webpack_require__(411);
|
|
55354
55452
|
var GoogleMapsHelperApi = /** @class */ (function () {
|
|
55355
55453
|
function GoogleMapsHelperApi(session) {
|
|
55356
55454
|
this.googleMapsHelperEntity = new GoogleMapsHelper_1.default(session);
|
|
@@ -55364,7 +55462,7 @@ exports.default = GoogleMapsHelperApi;
|
|
|
55364
55462
|
//# sourceMappingURL=GoogleMapsHelperApi.js.map
|
|
55365
55463
|
|
|
55366
55464
|
/***/ }),
|
|
55367
|
-
/*
|
|
55465
|
+
/* 411 */
|
|
55368
55466
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55369
55467
|
|
|
55370
55468
|
"use strict";
|
|
@@ -55445,7 +55543,7 @@ exports.default = GoogleMapsHelper;
|
|
|
55445
55543
|
//# sourceMappingURL=GoogleMapsHelper.js.map
|
|
55446
55544
|
|
|
55447
55545
|
/***/ }),
|
|
55448
|
-
/*
|
|
55546
|
+
/* 412 */
|
|
55449
55547
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55450
55548
|
|
|
55451
55549
|
"use strict";
|
|
@@ -55487,7 +55585,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
55487
55585
|
}
|
|
55488
55586
|
};
|
|
55489
55587
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55490
|
-
var OnboardingEntity_1 = __webpack_require__(
|
|
55588
|
+
var OnboardingEntity_1 = __webpack_require__(413);
|
|
55491
55589
|
var OnboardingApi = /** @class */ (function () {
|
|
55492
55590
|
function OnboardingApi(session) {
|
|
55493
55591
|
this.onboardingEntity = new OnboardingEntity_1.default(session);
|
|
@@ -55512,7 +55610,7 @@ exports.default = OnboardingApi;
|
|
|
55512
55610
|
//# sourceMappingURL=OnboardingApi.js.map
|
|
55513
55611
|
|
|
55514
55612
|
/***/ }),
|
|
55515
|
-
/*
|
|
55613
|
+
/* 413 */
|
|
55516
55614
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55517
55615
|
|
|
55518
55616
|
"use strict";
|
|
@@ -55545,13 +55643,13 @@ exports.default = OnboardingEntity;
|
|
|
55545
55643
|
//# sourceMappingURL=OnboardingEntity.js.map
|
|
55546
55644
|
|
|
55547
55645
|
/***/ }),
|
|
55548
|
-
/*
|
|
55646
|
+
/* 414 */
|
|
55549
55647
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55550
55648
|
|
|
55551
55649
|
"use strict";
|
|
55552
55650
|
|
|
55553
55651
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55554
|
-
var FleetRouterEntity_1 = __webpack_require__(
|
|
55652
|
+
var FleetRouterEntity_1 = __webpack_require__(415);
|
|
55555
55653
|
var FleetRouterApi = /** @class */ (function () {
|
|
55556
55654
|
function FleetRouterApi(session) {
|
|
55557
55655
|
this.fleetRouterEntity = new FleetRouterEntity_1.default(session);
|
|
@@ -55577,7 +55675,7 @@ exports.default = FleetRouterApi;
|
|
|
55577
55675
|
//# sourceMappingURL=FleetRouterApi.js.map
|
|
55578
55676
|
|
|
55579
55677
|
/***/ }),
|
|
55580
|
-
/*
|
|
55678
|
+
/* 415 */
|
|
55581
55679
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55582
55680
|
|
|
55583
55681
|
"use strict";
|
|
@@ -55616,7 +55714,7 @@ exports.default = FleetRouterEntity;
|
|
|
55616
55714
|
//# sourceMappingURL=FleetRouterEntity.js.map
|
|
55617
55715
|
|
|
55618
55716
|
/***/ }),
|
|
55619
|
-
/*
|
|
55717
|
+
/* 416 */
|
|
55620
55718
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55621
55719
|
|
|
55622
55720
|
"use strict";
|
|
@@ -55658,7 +55756,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
55658
55756
|
}
|
|
55659
55757
|
};
|
|
55660
55758
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55661
|
-
var ServiceEntity_1 = __webpack_require__(
|
|
55759
|
+
var ServiceEntity_1 = __webpack_require__(417);
|
|
55662
55760
|
var ServiceApi = /** @class */ (function () {
|
|
55663
55761
|
function ServiceApi(session) {
|
|
55664
55762
|
this.entity = new ServiceEntity_1.default(session);
|
|
@@ -55679,7 +55777,7 @@ exports.default = ServiceApi;
|
|
|
55679
55777
|
//# sourceMappingURL=ServiceApi.js.map
|
|
55680
55778
|
|
|
55681
55779
|
/***/ }),
|
|
55682
|
-
/*
|
|
55780
|
+
/* 417 */
|
|
55683
55781
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55684
55782
|
|
|
55685
55783
|
"use strict";
|
|
@@ -55762,7 +55860,7 @@ exports.default = ServiceEntity;
|
|
|
55762
55860
|
//# sourceMappingURL=ServiceEntity.js.map
|
|
55763
55861
|
|
|
55764
55862
|
/***/ }),
|
|
55765
|
-
/*
|
|
55863
|
+
/* 418 */
|
|
55766
55864
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55767
55865
|
|
|
55768
55866
|
"use strict";
|
|
@@ -55804,7 +55902,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
55804
55902
|
}
|
|
55805
55903
|
};
|
|
55806
55904
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55807
|
-
var FleetTemplateEntity_1 = __webpack_require__(
|
|
55905
|
+
var FleetTemplateEntity_1 = __webpack_require__(419);
|
|
55808
55906
|
var FleetTemplateApi = /** @class */ (function () {
|
|
55809
55907
|
function FleetTemplateApi(session) {
|
|
55810
55908
|
this.entity = new FleetTemplateEntity_1.default(session);
|
|
@@ -55832,7 +55930,7 @@ exports.default = FleetTemplateApi;
|
|
|
55832
55930
|
//# sourceMappingURL=FleetTemplateApi.js.map
|
|
55833
55931
|
|
|
55834
55932
|
/***/ }),
|
|
55835
|
-
/*
|
|
55933
|
+
/* 419 */
|
|
55836
55934
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55837
55935
|
|
|
55838
55936
|
"use strict";
|
|
@@ -55933,7 +56031,7 @@ exports.fleetTemplatesExtractor = fleetTemplatesExtractor;
|
|
|
55933
56031
|
//# sourceMappingURL=FleetTemplateEntity.js.map
|
|
55934
56032
|
|
|
55935
56033
|
/***/ }),
|
|
55936
|
-
/*
|
|
56034
|
+
/* 420 */
|
|
55937
56035
|
/***/ (function(module, exports, __webpack_require__) {
|
|
55938
56036
|
|
|
55939
56037
|
"use strict";
|
|
@@ -55975,7 +56073,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
55975
56073
|
}
|
|
55976
56074
|
};
|
|
55977
56075
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55978
|
-
var OpenFleetEntity_1 = __webpack_require__(
|
|
56076
|
+
var OpenFleetEntity_1 = __webpack_require__(421);
|
|
55979
56077
|
var OpenFleetApi = /** @class */ (function () {
|
|
55980
56078
|
function OpenFleetApi(session) {
|
|
55981
56079
|
this.entity = new OpenFleetEntity_1.default(session);
|
|
@@ -56042,7 +56140,7 @@ exports.default = OpenFleetApi;
|
|
|
56042
56140
|
//# sourceMappingURL=OpenFleetApi.js.map
|
|
56043
56141
|
|
|
56044
56142
|
/***/ }),
|
|
56045
|
-
/*
|
|
56143
|
+
/* 421 */
|
|
56046
56144
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56047
56145
|
|
|
56048
56146
|
"use strict";
|
|
@@ -56190,13 +56288,13 @@ exports.default = OpenFleetEntity;
|
|
|
56190
56288
|
//# sourceMappingURL=OpenFleetEntity.js.map
|
|
56191
56289
|
|
|
56192
56290
|
/***/ }),
|
|
56193
|
-
/*
|
|
56291
|
+
/* 422 */
|
|
56194
56292
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56195
56293
|
|
|
56196
56294
|
"use strict";
|
|
56197
56295
|
|
|
56198
56296
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56199
|
-
var Geocoding_1 = __webpack_require__(
|
|
56297
|
+
var Geocoding_1 = __webpack_require__(423);
|
|
56200
56298
|
var GeocodingApi = /** @class */ (function () {
|
|
56201
56299
|
function GeocodingApi(session) {
|
|
56202
56300
|
this.geocodingEntity = new Geocoding_1.default(session);
|
|
@@ -56213,7 +56311,7 @@ exports.default = GeocodingApi;
|
|
|
56213
56311
|
//# sourceMappingURL=GeocodingApi.js.map
|
|
56214
56312
|
|
|
56215
56313
|
/***/ }),
|
|
56216
|
-
/*
|
|
56314
|
+
/* 423 */
|
|
56217
56315
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56218
56316
|
|
|
56219
56317
|
"use strict";
|
|
@@ -56314,7 +56412,7 @@ exports.default = GeocodingEntity;
|
|
|
56314
56412
|
//# sourceMappingURL=Geocoding.js.map
|
|
56315
56413
|
|
|
56316
56414
|
/***/ }),
|
|
56317
|
-
/*
|
|
56415
|
+
/* 424 */
|
|
56318
56416
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56319
56417
|
|
|
56320
56418
|
"use strict";
|
|
@@ -56356,7 +56454,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
56356
56454
|
}
|
|
56357
56455
|
};
|
|
56358
56456
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56359
|
-
var ApplicationEntity_1 = __webpack_require__(
|
|
56457
|
+
var ApplicationEntity_1 = __webpack_require__(425);
|
|
56360
56458
|
var ApplicationApi = /** @class */ (function () {
|
|
56361
56459
|
function ApplicationApi(session) {
|
|
56362
56460
|
this.entity = new ApplicationEntity_1.default(session);
|
|
@@ -56377,7 +56475,7 @@ exports.default = ApplicationApi;
|
|
|
56377
56475
|
//# sourceMappingURL=ApplicationApi.js.map
|
|
56378
56476
|
|
|
56379
56477
|
/***/ }),
|
|
56380
|
-
/*
|
|
56478
|
+
/* 425 */
|
|
56381
56479
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56382
56480
|
|
|
56383
56481
|
"use strict";
|
|
@@ -56446,7 +56544,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
56446
56544
|
};
|
|
56447
56545
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56448
56546
|
var StoreEntity_1 = __webpack_require__(11);
|
|
56449
|
-
var uuid_1 = __webpack_require__(
|
|
56547
|
+
var uuid_1 = __webpack_require__(470);
|
|
56450
56548
|
var _ = __webpack_require__(10);
|
|
56451
56549
|
var entityName = 'application_action';
|
|
56452
56550
|
var ApplicationEntity = /** @class */ (function (_super) {
|
|
@@ -56540,7 +56638,7 @@ exports.default = ApplicationEntity;
|
|
|
56540
56638
|
//# sourceMappingURL=ApplicationEntity.js.map
|
|
56541
56639
|
|
|
56542
56640
|
/***/ }),
|
|
56543
|
-
/*
|
|
56641
|
+
/* 426 */
|
|
56544
56642
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56545
56643
|
|
|
56546
56644
|
"use strict";
|
|
@@ -56582,7 +56680,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
56582
56680
|
}
|
|
56583
56681
|
};
|
|
56584
56682
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56585
|
-
var CustomerAvailabilityHourEntity_1 = __webpack_require__(
|
|
56683
|
+
var CustomerAvailabilityHourEntity_1 = __webpack_require__(427);
|
|
56586
56684
|
var CustomerAvailabilityHourApi = /** @class */ (function () {
|
|
56587
56685
|
function CustomerAvailabilityHourApi(session) {
|
|
56588
56686
|
this.customerAvailabilityHourEntity = new CustomerAvailabilityHourEntity_1.default(session);
|
|
@@ -56600,7 +56698,7 @@ exports.default = CustomerAvailabilityHourApi;
|
|
|
56600
56698
|
//# sourceMappingURL=CustomerAvailabilityHourApi.js.map
|
|
56601
56699
|
|
|
56602
56700
|
/***/ }),
|
|
56603
|
-
/*
|
|
56701
|
+
/* 427 */
|
|
56604
56702
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56605
56703
|
|
|
56606
56704
|
"use strict";
|
|
@@ -56711,13 +56809,13 @@ exports.default = CustomerAvailabilityHourEntity;
|
|
|
56711
56809
|
//# sourceMappingURL=CustomerAvailabilityHourEntity.js.map
|
|
56712
56810
|
|
|
56713
56811
|
/***/ }),
|
|
56714
|
-
/*
|
|
56812
|
+
/* 428 */
|
|
56715
56813
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56716
56814
|
|
|
56717
56815
|
"use strict";
|
|
56718
56816
|
|
|
56719
56817
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56720
|
-
var Shifts_1 = __webpack_require__(
|
|
56818
|
+
var Shifts_1 = __webpack_require__(429);
|
|
56721
56819
|
var ShiftsApi = /** @class */ (function () {
|
|
56722
56820
|
function ShiftsApi(session) {
|
|
56723
56821
|
this.shiftsEntity = new Shifts_1.default(session);
|
|
@@ -56740,7 +56838,7 @@ exports.default = ShiftsApi;
|
|
|
56740
56838
|
//# sourceMappingURL=ShiftsApi.js.map
|
|
56741
56839
|
|
|
56742
56840
|
/***/ }),
|
|
56743
|
-
/*
|
|
56841
|
+
/* 429 */
|
|
56744
56842
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56745
56843
|
|
|
56746
56844
|
"use strict";
|
|
@@ -56855,7 +56953,7 @@ exports.default = ShiftsEntity;
|
|
|
56855
56953
|
//# sourceMappingURL=Shifts.js.map
|
|
56856
56954
|
|
|
56857
56955
|
/***/ }),
|
|
56858
|
-
/*
|
|
56956
|
+
/* 430 */
|
|
56859
56957
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56860
56958
|
|
|
56861
56959
|
"use strict";
|
|
@@ -56897,7 +56995,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
56897
56995
|
}
|
|
56898
56996
|
};
|
|
56899
56997
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56900
|
-
var ExclusionWindowEntity_1 = __webpack_require__(
|
|
56998
|
+
var ExclusionWindowEntity_1 = __webpack_require__(431);
|
|
56901
56999
|
var ExclusionWindowApi = /** @class */ (function () {
|
|
56902
57000
|
function ExclusionWindowApi(session) {
|
|
56903
57001
|
this.exclusionWindowEntity = new ExclusionWindowEntity_1.default(session);
|
|
@@ -56943,7 +57041,7 @@ exports.default = ExclusionWindowApi;
|
|
|
56943
57041
|
//# sourceMappingURL=ExclusionWindowApi.js.map
|
|
56944
57042
|
|
|
56945
57043
|
/***/ }),
|
|
56946
|
-
/*
|
|
57044
|
+
/* 431 */
|
|
56947
57045
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56948
57046
|
|
|
56949
57047
|
"use strict";
|
|
@@ -57033,7 +57131,7 @@ exports.default = ExclusionWindowEntity;
|
|
|
57033
57131
|
//# sourceMappingURL=ExclusionWindowEntity.js.map
|
|
57034
57132
|
|
|
57035
57133
|
/***/ }),
|
|
57036
|
-
/*
|
|
57134
|
+
/* 432 */
|
|
57037
57135
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57038
57136
|
|
|
57039
57137
|
"use strict";
|
|
@@ -57069,7 +57167,7 @@ exports.default = Country;
|
|
|
57069
57167
|
//# sourceMappingURL=Country.js.map
|
|
57070
57168
|
|
|
57071
57169
|
/***/ }),
|
|
57072
|
-
/*
|
|
57170
|
+
/* 433 */
|
|
57073
57171
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57074
57172
|
|
|
57075
57173
|
"use strict";
|
|
@@ -57111,7 +57209,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
57111
57209
|
}
|
|
57112
57210
|
};
|
|
57113
57211
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57114
|
-
var OauthApplicationEntity_1 = __webpack_require__(
|
|
57212
|
+
var OauthApplicationEntity_1 = __webpack_require__(434);
|
|
57115
57213
|
var OauthApplicationApi = /** @class */ (function () {
|
|
57116
57214
|
function OauthApplicationApi(session) {
|
|
57117
57215
|
this.entity = new OauthApplicationEntity_1.default(session);
|
|
@@ -57171,7 +57269,7 @@ exports.default = OauthApplicationApi;
|
|
|
57171
57269
|
//# sourceMappingURL=OauthApplicationApi.js.map
|
|
57172
57270
|
|
|
57173
57271
|
/***/ }),
|
|
57174
|
-
/*
|
|
57272
|
+
/* 434 */
|
|
57175
57273
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57176
57274
|
|
|
57177
57275
|
"use strict";
|
|
@@ -57288,13 +57386,13 @@ exports.default = OauthApplicationEntity;
|
|
|
57288
57386
|
//# sourceMappingURL=OauthApplicationEntity.js.map
|
|
57289
57387
|
|
|
57290
57388
|
/***/ }),
|
|
57291
|
-
/*
|
|
57389
|
+
/* 435 */
|
|
57292
57390
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57293
57391
|
|
|
57294
57392
|
"use strict";
|
|
57295
57393
|
|
|
57296
57394
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57297
|
-
var InventoryEntity_1 = __webpack_require__(
|
|
57395
|
+
var InventoryEntity_1 = __webpack_require__(436);
|
|
57298
57396
|
var Inventory = /** @class */ (function () {
|
|
57299
57397
|
function Inventory(session) {
|
|
57300
57398
|
this.inventory = new InventoryEntity_1.default(session);
|
|
@@ -57317,7 +57415,7 @@ exports.default = Inventory;
|
|
|
57317
57415
|
//# sourceMappingURL=Inventory.js.map
|
|
57318
57416
|
|
|
57319
57417
|
/***/ }),
|
|
57320
|
-
/*
|
|
57418
|
+
/* 436 */
|
|
57321
57419
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57322
57420
|
|
|
57323
57421
|
"use strict";
|
|
@@ -57354,7 +57452,7 @@ exports.default = InventoryEntity;
|
|
|
57354
57452
|
//# sourceMappingURL=InventoryEntity.js.map
|
|
57355
57453
|
|
|
57356
57454
|
/***/ }),
|
|
57357
|
-
/*
|
|
57455
|
+
/* 437 */
|
|
57358
57456
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57359
57457
|
|
|
57360
57458
|
"use strict";
|
|
@@ -57396,7 +57494,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
57396
57494
|
}
|
|
57397
57495
|
};
|
|
57398
57496
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57399
|
-
var PushNotificationRegistrationEntity_1 = __webpack_require__(
|
|
57497
|
+
var PushNotificationRegistrationEntity_1 = __webpack_require__(438);
|
|
57400
57498
|
var PushNotificationRegistration = /** @class */ (function () {
|
|
57401
57499
|
function PushNotificationRegistration(session) {
|
|
57402
57500
|
this.pushNotificationRegistrationEntity = new PushNotificationRegistrationEntity_1.default(session);
|
|
@@ -57421,7 +57519,7 @@ exports.default = PushNotificationRegistration;
|
|
|
57421
57519
|
//# sourceMappingURL=PushNotificationRegistration.js.map
|
|
57422
57520
|
|
|
57423
57521
|
/***/ }),
|
|
57424
|
-
/*
|
|
57522
|
+
/* 438 */
|
|
57425
57523
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57426
57524
|
|
|
57427
57525
|
"use strict";
|
|
@@ -57454,7 +57552,7 @@ exports.default = PushNotificationRegistrationEntity;
|
|
|
57454
57552
|
//# sourceMappingURL=PushNotificationRegistrationEntity.js.map
|
|
57455
57553
|
|
|
57456
57554
|
/***/ }),
|
|
57457
|
-
/*
|
|
57555
|
+
/* 439 */
|
|
57458
57556
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57459
57557
|
|
|
57460
57558
|
"use strict";
|
|
@@ -57496,7 +57594,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
57496
57594
|
}
|
|
57497
57595
|
};
|
|
57498
57596
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57499
|
-
var ReasonToCancelTasksEntity_1 = __webpack_require__(
|
|
57597
|
+
var ReasonToCancelTasksEntity_1 = __webpack_require__(440);
|
|
57500
57598
|
var ReasonToCancelTasks = /** @class */ (function () {
|
|
57501
57599
|
function ReasonToCancelTasks(session) {
|
|
57502
57600
|
this.reasonToCancelTasksEntity = new ReasonToCancelTasksEntity_1.default(session);
|
|
@@ -57517,7 +57615,7 @@ exports.default = ReasonToCancelTasks;
|
|
|
57517
57615
|
//# sourceMappingURL=ReasonToCancelTasksApi.js.map
|
|
57518
57616
|
|
|
57519
57617
|
/***/ }),
|
|
57520
|
-
/*
|
|
57618
|
+
/* 440 */
|
|
57521
57619
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57522
57620
|
|
|
57523
57621
|
"use strict";
|
|
@@ -57565,7 +57663,7 @@ exports.default = ReasonToCancelTasksEntity;
|
|
|
57565
57663
|
//# sourceMappingURL=ReasonToCancelTasksEntity.js.map
|
|
57566
57664
|
|
|
57567
57665
|
/***/ }),
|
|
57568
|
-
/*
|
|
57666
|
+
/* 441 */
|
|
57569
57667
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57570
57668
|
|
|
57571
57669
|
"use strict";
|
|
@@ -57607,7 +57705,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
57607
57705
|
}
|
|
57608
57706
|
};
|
|
57609
57707
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57610
|
-
var CustomFilterEntity_1 = __webpack_require__(
|
|
57708
|
+
var CustomFilterEntity_1 = __webpack_require__(442);
|
|
57611
57709
|
var CustomFilterApi = /** @class */ (function () {
|
|
57612
57710
|
function CustomFilterApi(session) {
|
|
57613
57711
|
this.customFilterEntity = new CustomFilterEntity_1.default(session);
|
|
@@ -57646,7 +57744,7 @@ exports.default = CustomFilterApi;
|
|
|
57646
57744
|
//# sourceMappingURL=CustomFilterApi.js.map
|
|
57647
57745
|
|
|
57648
57746
|
/***/ }),
|
|
57649
|
-
/*
|
|
57747
|
+
/* 442 */
|
|
57650
57748
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57651
57749
|
|
|
57652
57750
|
"use strict";
|
|
@@ -57684,13 +57782,13 @@ exports.default = CustomFilterEntity;
|
|
|
57684
57782
|
//# sourceMappingURL=CustomFilterEntity.js.map
|
|
57685
57783
|
|
|
57686
57784
|
/***/ }),
|
|
57687
|
-
/*
|
|
57785
|
+
/* 443 */
|
|
57688
57786
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57689
57787
|
|
|
57690
57788
|
"use strict";
|
|
57691
57789
|
|
|
57692
57790
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57693
|
-
var FloatingInventoryEntity_1 = __webpack_require__(
|
|
57791
|
+
var FloatingInventoryEntity_1 = __webpack_require__(444);
|
|
57694
57792
|
var FloatingInventory = /** @class */ (function () {
|
|
57695
57793
|
function FloatingInventory(session) {
|
|
57696
57794
|
this.floatingInventory = new FloatingInventoryEntity_1.default(session);
|
|
@@ -57704,7 +57802,7 @@ exports.default = FloatingInventory;
|
|
|
57704
57802
|
//# sourceMappingURL=FloatingInventoryApi.js.map
|
|
57705
57803
|
|
|
57706
57804
|
/***/ }),
|
|
57707
|
-
/*
|
|
57805
|
+
/* 444 */
|
|
57708
57806
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57709
57807
|
|
|
57710
57808
|
"use strict";
|
|
@@ -57726,7 +57824,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
57726
57824
|
})();
|
|
57727
57825
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57728
57826
|
var Entity_1 = __webpack_require__(5);
|
|
57729
|
-
var FloatingInventory_consts_1 = __webpack_require__(
|
|
57827
|
+
var FloatingInventory_consts_1 = __webpack_require__(445);
|
|
57730
57828
|
var BASE_ROUTE = 'floating_inventories';
|
|
57731
57829
|
var USERS_WITH_AVAILABLE_FLOATING_INVENTORY = "/" + BASE_ROUTE + "/users_with_available_floating_inventory";
|
|
57732
57830
|
var FloatingInventoryEntity = /** @class */ (function (_super) {
|
|
@@ -57751,7 +57849,7 @@ exports.default = FloatingInventoryEntity;
|
|
|
57751
57849
|
//# sourceMappingURL=FloatingInventoryEntity.js.map
|
|
57752
57850
|
|
|
57753
57851
|
/***/ }),
|
|
57754
|
-
/*
|
|
57852
|
+
/* 445 */
|
|
57755
57853
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57756
57854
|
|
|
57757
57855
|
"use strict";
|
|
@@ -57763,13 +57861,13 @@ exports.userIdsExtractor = userIdsExtractor;
|
|
|
57763
57861
|
//# sourceMappingURL=FloatingInventory.consts.js.map
|
|
57764
57862
|
|
|
57765
57863
|
/***/ }),
|
|
57766
|
-
/*
|
|
57864
|
+
/* 446 */
|
|
57767
57865
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57768
57866
|
|
|
57769
57867
|
"use strict";
|
|
57770
57868
|
|
|
57771
57869
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57772
|
-
var ServiceAreaEntity_1 = __webpack_require__(
|
|
57870
|
+
var ServiceAreaEntity_1 = __webpack_require__(447);
|
|
57773
57871
|
var ServiceAreaApi = /** @class */ (function () {
|
|
57774
57872
|
function ServiceAreaApi(session) {
|
|
57775
57873
|
this.serviceAreaEntity = new ServiceAreaEntity_1.default(session);
|
|
@@ -57798,7 +57896,7 @@ exports.default = ServiceAreaApi;
|
|
|
57798
57896
|
//# sourceMappingURL=ServiceAreaApi.js.map
|
|
57799
57897
|
|
|
57800
57898
|
/***/ }),
|
|
57801
|
-
/*
|
|
57899
|
+
/* 447 */
|
|
57802
57900
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57803
57901
|
|
|
57804
57902
|
"use strict";
|
|
@@ -57848,13 +57946,13 @@ exports.default = ServiceAreaEntity;
|
|
|
57848
57946
|
//# sourceMappingURL=ServiceAreaEntity.js.map
|
|
57849
57947
|
|
|
57850
57948
|
/***/ }),
|
|
57851
|
-
/*
|
|
57949
|
+
/* 448 */
|
|
57852
57950
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57853
57951
|
|
|
57854
57952
|
"use strict";
|
|
57855
57953
|
|
|
57856
57954
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57857
|
-
var BillingEntity_1 = __webpack_require__(
|
|
57955
|
+
var BillingEntity_1 = __webpack_require__(449);
|
|
57858
57956
|
var BillingApi = /** @class */ (function () {
|
|
57859
57957
|
function BillingApi(session) {
|
|
57860
57958
|
this.billingEntity = new BillingEntity_1.default(session);
|
|
@@ -57907,7 +58005,7 @@ exports.default = BillingApi;
|
|
|
57907
58005
|
//# sourceMappingURL=BillingApi.js.map
|
|
57908
58006
|
|
|
57909
58007
|
/***/ }),
|
|
57910
|
-
/*
|
|
58008
|
+
/* 449 */
|
|
57911
58009
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57912
58010
|
|
|
57913
58011
|
"use strict";
|
|
@@ -58145,7 +58243,7 @@ exports.default = BillingEntity;
|
|
|
58145
58243
|
//# sourceMappingURL=BillingEntity.js.map
|
|
58146
58244
|
|
|
58147
58245
|
/***/ }),
|
|
58148
|
-
/*
|
|
58246
|
+
/* 450 */
|
|
58149
58247
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58150
58248
|
|
|
58151
58249
|
"use strict";
|
|
@@ -58187,8 +58285,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
58187
58285
|
}
|
|
58188
58286
|
};
|
|
58189
58287
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58190
|
-
var user_analytics_1 = __webpack_require__(
|
|
58191
|
-
var types_1 = __webpack_require__(
|
|
58288
|
+
var user_analytics_1 = __webpack_require__(451);
|
|
58289
|
+
var types_1 = __webpack_require__(454);
|
|
58192
58290
|
var UserAnalyticsApi = /** @class */ (function () {
|
|
58193
58291
|
function UserAnalyticsApi(session) {
|
|
58194
58292
|
this.session = session;
|
|
@@ -58244,13 +58342,13 @@ exports.default = UserAnalyticsApi;
|
|
|
58244
58342
|
//# sourceMappingURL=UserAnalyticsApi.js.map
|
|
58245
58343
|
|
|
58246
58344
|
/***/ }),
|
|
58247
|
-
/*
|
|
58345
|
+
/* 451 */
|
|
58248
58346
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58249
58347
|
|
|
58250
58348
|
"use strict";
|
|
58251
58349
|
|
|
58252
58350
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58253
|
-
const pendo_1 = __webpack_require__(
|
|
58351
|
+
const pendo_1 = __webpack_require__(452);
|
|
58254
58352
|
class AnalyticsApi {
|
|
58255
58353
|
constructor() {
|
|
58256
58354
|
this.provider = new pendo_1.PendoProvider();
|
|
@@ -58270,14 +58368,14 @@ exports.default = AnalyticsApi;
|
|
|
58270
58368
|
//# sourceMappingURL=index.js.map
|
|
58271
58369
|
|
|
58272
58370
|
/***/ }),
|
|
58273
|
-
/*
|
|
58371
|
+
/* 452 */
|
|
58274
58372
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58275
58373
|
|
|
58276
58374
|
"use strict";
|
|
58277
58375
|
|
|
58278
58376
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58279
58377
|
exports.PendoProvider = void 0;
|
|
58280
|
-
const pendoSnippet_1 = __webpack_require__(
|
|
58378
|
+
const pendoSnippet_1 = __webpack_require__(453);
|
|
58281
58379
|
class PendoProvider {
|
|
58282
58380
|
async addSnippet({ apiKey }) {
|
|
58283
58381
|
(0, pendoSnippet_1.addSnippet)(apiKey);
|
|
@@ -58299,7 +58397,7 @@ exports.PendoProvider = PendoProvider;
|
|
|
58299
58397
|
//# sourceMappingURL=pendo.js.map
|
|
58300
58398
|
|
|
58301
58399
|
/***/ }),
|
|
58302
|
-
/*
|
|
58400
|
+
/* 453 */
|
|
58303
58401
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58304
58402
|
|
|
58305
58403
|
"use strict";
|
|
@@ -58328,7 +58426,7 @@ exports.addSnippet = addSnippet;
|
|
|
58328
58426
|
//# sourceMappingURL=pendoSnippet.js.map
|
|
58329
58427
|
|
|
58330
58428
|
/***/ }),
|
|
58331
|
-
/*
|
|
58429
|
+
/* 454 */
|
|
58332
58430
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58333
58431
|
|
|
58334
58432
|
"use strict";
|
|
@@ -58344,13 +58442,13 @@ var Role;
|
|
|
58344
58442
|
//# sourceMappingURL=types.js.map
|
|
58345
58443
|
|
|
58346
58444
|
/***/ }),
|
|
58347
|
-
/*
|
|
58445
|
+
/* 455 */
|
|
58348
58446
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58349
58447
|
|
|
58350
58448
|
"use strict";
|
|
58351
58449
|
|
|
58352
58450
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58353
|
-
var AnalyticsReportsEntity_1 = __webpack_require__(
|
|
58451
|
+
var AnalyticsReportsEntity_1 = __webpack_require__(456);
|
|
58354
58452
|
var AnalyticsReportsApi = /** @class */ (function () {
|
|
58355
58453
|
function AnalyticsReportsApi(session) {
|
|
58356
58454
|
this.analyticsReportsEntity = new AnalyticsReportsEntity_1.default(session);
|
|
@@ -58364,9 +58462,6 @@ var AnalyticsReportsApi = /** @class */ (function () {
|
|
|
58364
58462
|
AnalyticsReportsApi.prototype.getUserReports = function (queryString) {
|
|
58365
58463
|
return this.analyticsReportsEntity.getUserReports(queryString);
|
|
58366
58464
|
};
|
|
58367
|
-
AnalyticsReportsApi.prototype.getExecutedReport = function (reportId, queryParams) {
|
|
58368
|
-
return this.analyticsReportsEntity.getExecutedReport(reportId, queryParams);
|
|
58369
|
-
};
|
|
58370
58465
|
AnalyticsReportsApi.prototype.getSystemReports = function (queryString) {
|
|
58371
58466
|
return this.analyticsReportsEntity.getSystemReports(queryString);
|
|
58372
58467
|
};
|
|
@@ -58382,8 +58477,17 @@ var AnalyticsReportsApi = /** @class */ (function () {
|
|
|
58382
58477
|
AnalyticsReportsApi.prototype.deleteReportScheduledJob = function (jobId) {
|
|
58383
58478
|
return this.analyticsReportsEntity.deleteReportScheduledJob(jobId);
|
|
58384
58479
|
};
|
|
58385
|
-
AnalyticsReportsApi.prototype.
|
|
58386
|
-
return this.analyticsReportsEntity.
|
|
58480
|
+
AnalyticsReportsApi.prototype.getApiLink = function () {
|
|
58481
|
+
return this.analyticsReportsEntity.getApiLink();
|
|
58482
|
+
};
|
|
58483
|
+
AnalyticsReportsApi.prototype.getActiveReportExecutions = function () {
|
|
58484
|
+
return this.analyticsReportsEntity.getActiveReportExecutions();
|
|
58485
|
+
};
|
|
58486
|
+
AnalyticsReportsApi.prototype.exportReport = function (reportId, queryParams) {
|
|
58487
|
+
return this.analyticsReportsEntity.exportReport(reportId, queryParams);
|
|
58488
|
+
};
|
|
58489
|
+
AnalyticsReportsApi.prototype.downloadReport = function (reportId, queryParams) {
|
|
58490
|
+
return this.analyticsReportsEntity.downloadReport(reportId, queryParams);
|
|
58387
58491
|
};
|
|
58388
58492
|
return AnalyticsReportsApi;
|
|
58389
58493
|
}());
|
|
@@ -58391,7 +58495,7 @@ exports.default = AnalyticsReportsApi;
|
|
|
58391
58495
|
//# sourceMappingURL=AnalyticsReportsApi.js.map
|
|
58392
58496
|
|
|
58393
58497
|
/***/ }),
|
|
58394
|
-
/*
|
|
58498
|
+
/* 456 */
|
|
58395
58499
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58396
58500
|
|
|
58397
58501
|
"use strict";
|
|
@@ -58463,12 +58567,14 @@ var Routes = {
|
|
|
58463
58567
|
GET_SYSTEM_REPORTS: createRoute('/system-reports'),
|
|
58464
58568
|
GET_REPORT: createRoute('/reports/{:reportId}'),
|
|
58465
58569
|
DELETE_REPORT: createRoute('/reports/{:reportId}'),
|
|
58466
|
-
GET_EXECUTED_REPORT: createRoute('/reports/{:reportId}/execute'),
|
|
58467
58570
|
CREATE_SCHEDULE_JOB: createRoute('/scheduled-jobs'),
|
|
58468
58571
|
UPDATE_SCHEDULE_JOB: createRoute('/scheduled-jobs/{:jobId}'),
|
|
58469
58572
|
GET_SCHEDULE_JOB: createRoute('/scheduled-jobs/{:jobId}'),
|
|
58470
58573
|
DELETE_SCHEDULE_JOB: createRoute('/scheduled-jobs/{:jobId}'),
|
|
58471
|
-
|
|
58574
|
+
GET_API_LINK: createRoute('/api-link'),
|
|
58575
|
+
GET_ACTIVE_REPORT_EXECUTIONS: createRoute('/report-executions/active'),
|
|
58576
|
+
START_EXPORT_REPORT: createRoute('/reports/{:reportId}/start-export'),
|
|
58577
|
+
START_DOWNLOAD_REPORT: createRoute('/reports/{:reportId}/start-download')
|
|
58472
58578
|
};
|
|
58473
58579
|
var AnalyticsReportsEntity = /** @class */ (function (_super) {
|
|
58474
58580
|
__extends(AnalyticsReportsEntity, _super);
|
|
@@ -58508,20 +58614,6 @@ var AnalyticsReportsEntity = /** @class */ (function (_super) {
|
|
|
58508
58614
|
});
|
|
58509
58615
|
});
|
|
58510
58616
|
};
|
|
58511
|
-
AnalyticsReportsEntity.prototype.getExecutedReport = function (reportId, queryParams) {
|
|
58512
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
58513
|
-
return __generator(this, function (_a) {
|
|
58514
|
-
switch (_a.label) {
|
|
58515
|
-
case 0: return [4 /*yield*/, this.service.routeGenerator
|
|
58516
|
-
.post(Routes.GET_EXECUTED_REPORT)
|
|
58517
|
-
.withRouteParams({ reportId: reportId })
|
|
58518
|
-
.withPayload(queryParams)
|
|
58519
|
-
.invoke()];
|
|
58520
|
-
case 1: return [2 /*return*/, _a.sent()];
|
|
58521
|
-
}
|
|
58522
|
-
});
|
|
58523
|
-
});
|
|
58524
|
-
};
|
|
58525
58617
|
AnalyticsReportsEntity.prototype.getSystemReports = function (queryString) {
|
|
58526
58618
|
return __awaiter(this, void 0, void 0, function () {
|
|
58527
58619
|
return __generator(this, function (_a) {
|
|
@@ -58576,11 +58668,49 @@ var AnalyticsReportsEntity = /** @class */ (function (_super) {
|
|
|
58576
58668
|
});
|
|
58577
58669
|
});
|
|
58578
58670
|
};
|
|
58579
|
-
AnalyticsReportsEntity.prototype.
|
|
58671
|
+
AnalyticsReportsEntity.prototype.getApiLink = function () {
|
|
58672
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
58673
|
+
return __generator(this, function (_a) {
|
|
58674
|
+
switch (_a.label) {
|
|
58675
|
+
case 0: return [4 /*yield*/, this.service.routeGenerator.get(Routes.GET_API_LINK).invoke()];
|
|
58676
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
58677
|
+
}
|
|
58678
|
+
});
|
|
58679
|
+
});
|
|
58680
|
+
};
|
|
58681
|
+
AnalyticsReportsEntity.prototype.getActiveReportExecutions = function () {
|
|
58682
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
58683
|
+
return __generator(this, function (_a) {
|
|
58684
|
+
switch (_a.label) {
|
|
58685
|
+
case 0: return [4 /*yield*/, this.service.routeGenerator.get(Routes.GET_ACTIVE_REPORT_EXECUTIONS).invoke()];
|
|
58686
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
58687
|
+
}
|
|
58688
|
+
});
|
|
58689
|
+
});
|
|
58690
|
+
};
|
|
58691
|
+
AnalyticsReportsEntity.prototype.exportReport = function (reportId, queryParams) {
|
|
58692
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
58693
|
+
return __generator(this, function (_a) {
|
|
58694
|
+
switch (_a.label) {
|
|
58695
|
+
case 0: return [4 /*yield*/, this.service.routeGenerator
|
|
58696
|
+
.post(Routes.START_EXPORT_REPORT)
|
|
58697
|
+
.withRouteParams({ reportId: reportId })
|
|
58698
|
+
.withPayload(queryParams)
|
|
58699
|
+
.invoke()];
|
|
58700
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
58701
|
+
}
|
|
58702
|
+
});
|
|
58703
|
+
});
|
|
58704
|
+
};
|
|
58705
|
+
AnalyticsReportsEntity.prototype.downloadReport = function (reportId, queryParams) {
|
|
58580
58706
|
return __awaiter(this, void 0, void 0, function () {
|
|
58581
58707
|
return __generator(this, function (_a) {
|
|
58582
58708
|
switch (_a.label) {
|
|
58583
|
-
case 0: return [4 /*yield*/, this.service.routeGenerator
|
|
58709
|
+
case 0: return [4 /*yield*/, this.service.routeGenerator
|
|
58710
|
+
.post(Routes.START_DOWNLOAD_REPORT)
|
|
58711
|
+
.withRouteParams({ reportId: reportId })
|
|
58712
|
+
.withPayload(queryParams)
|
|
58713
|
+
.invoke()];
|
|
58584
58714
|
case 1: return [2 /*return*/, _a.sent()];
|
|
58585
58715
|
}
|
|
58586
58716
|
});
|
|
@@ -58592,13 +58722,13 @@ exports.default = AnalyticsReportsEntity;
|
|
|
58592
58722
|
//# sourceMappingURL=AnalyticsReportsEntity.js.map
|
|
58593
58723
|
|
|
58594
58724
|
/***/ }),
|
|
58595
|
-
/*
|
|
58725
|
+
/* 457 */
|
|
58596
58726
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58597
58727
|
|
|
58598
58728
|
"use strict";
|
|
58599
58729
|
|
|
58600
58730
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58601
|
-
var ServicePlansEntity_1 = __webpack_require__(
|
|
58731
|
+
var ServicePlansEntity_1 = __webpack_require__(458);
|
|
58602
58732
|
var ServicePlansApi = /** @class */ (function () {
|
|
58603
58733
|
function ServicePlansApi(session) {
|
|
58604
58734
|
this.servicePlansEntity = new ServicePlansEntity_1.default(session);
|
|
@@ -58615,7 +58745,7 @@ exports.default = ServicePlansApi;
|
|
|
58615
58745
|
//# sourceMappingURL=ServicePlansApi.js.map
|
|
58616
58746
|
|
|
58617
58747
|
/***/ }),
|
|
58618
|
-
/*
|
|
58748
|
+
/* 458 */
|
|
58619
58749
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58620
58750
|
|
|
58621
58751
|
"use strict";
|
|
@@ -58674,7 +58804,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
58674
58804
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58675
58805
|
var Entity_1 = __webpack_require__(5);
|
|
58676
58806
|
var StoreEntity_1 = __webpack_require__(11);
|
|
58677
|
-
var ServicePlans_consts_1 = __webpack_require__(
|
|
58807
|
+
var ServicePlans_consts_1 = __webpack_require__(459);
|
|
58678
58808
|
var ServicePlanSEntity = /** @class */ (function (_super) {
|
|
58679
58809
|
__extends(ServicePlanSEntity, _super);
|
|
58680
58810
|
function ServicePlanSEntity(session) {
|
|
@@ -58704,7 +58834,7 @@ exports.default = ServicePlanSEntity;
|
|
|
58704
58834
|
//# sourceMappingURL=ServicePlansEntity.js.map
|
|
58705
58835
|
|
|
58706
58836
|
/***/ }),
|
|
58707
|
-
/*
|
|
58837
|
+
/* 459 */
|
|
58708
58838
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58709
58839
|
|
|
58710
58840
|
"use strict";
|
|
@@ -58718,7 +58848,201 @@ exports.planningResponseExtractor = planningResponseExtractor;
|
|
|
58718
58848
|
//# sourceMappingURL=ServicePlans.consts.js.map
|
|
58719
58849
|
|
|
58720
58850
|
/***/ }),
|
|
58721
|
-
/*
|
|
58851
|
+
/* 460 */
|
|
58852
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
58853
|
+
|
|
58854
|
+
"use strict";
|
|
58855
|
+
|
|
58856
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58857
|
+
var AlertsEntity_1 = __webpack_require__(461);
|
|
58858
|
+
var AlertsApi = /** @class */ (function () {
|
|
58859
|
+
function AlertsApi(session) {
|
|
58860
|
+
this.alertsEntity = new AlertsEntity_1.default(session);
|
|
58861
|
+
}
|
|
58862
|
+
AlertsApi.prototype.attachSubscriptions = function () {
|
|
58863
|
+
this.alertsEntity.attachSubscriptions();
|
|
58864
|
+
};
|
|
58865
|
+
AlertsApi.prototype.subscribeOnCreate = function (cb) {
|
|
58866
|
+
return this.alertsEntity.registerOnCreate(cb);
|
|
58867
|
+
};
|
|
58868
|
+
AlertsApi.prototype.subscribeOnDelete = function (cb) {
|
|
58869
|
+
return this.alertsEntity.registerOnDelete(cb);
|
|
58870
|
+
};
|
|
58871
|
+
AlertsApi.prototype.getAlertsKeySetPagination = function (queryParams) {
|
|
58872
|
+
return this.alertsEntity.getAlertsKeySetPagination(queryParams);
|
|
58873
|
+
};
|
|
58874
|
+
AlertsApi.prototype.dismiss = function (uuid) {
|
|
58875
|
+
return this.alertsEntity.dismiss(uuid);
|
|
58876
|
+
};
|
|
58877
|
+
AlertsApi.prototype.batchDismiss = function (uuids) {
|
|
58878
|
+
return this.alertsEntity.batchDismiss(uuids);
|
|
58879
|
+
};
|
|
58880
|
+
return AlertsApi;
|
|
58881
|
+
}());
|
|
58882
|
+
exports.default = AlertsApi;
|
|
58883
|
+
//# sourceMappingURL=AlertsApi.js.map
|
|
58884
|
+
|
|
58885
|
+
/***/ }),
|
|
58886
|
+
/* 461 */
|
|
58887
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
58888
|
+
|
|
58889
|
+
"use strict";
|
|
58890
|
+
|
|
58891
|
+
var __extends = (this && this.__extends) || (function () {
|
|
58892
|
+
var extendStatics = function (d, b) {
|
|
58893
|
+
extendStatics = Object.setPrototypeOf ||
|
|
58894
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
58895
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
58896
|
+
return extendStatics(d, b);
|
|
58897
|
+
};
|
|
58898
|
+
return function (d, b) {
|
|
58899
|
+
if (typeof b !== "function" && b !== null)
|
|
58900
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
58901
|
+
extendStatics(d, b);
|
|
58902
|
+
function __() { this.constructor = d; }
|
|
58903
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
58904
|
+
};
|
|
58905
|
+
})();
|
|
58906
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
58907
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
58908
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
58909
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
58910
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
58911
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
58912
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
58913
|
+
});
|
|
58914
|
+
};
|
|
58915
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
58916
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
58917
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
58918
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
58919
|
+
function step(op) {
|
|
58920
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
58921
|
+
while (_) try {
|
|
58922
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
58923
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
58924
|
+
switch (op[0]) {
|
|
58925
|
+
case 0: case 1: t = op; break;
|
|
58926
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
58927
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
58928
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
58929
|
+
default:
|
|
58930
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
58931
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
58932
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
58933
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
58934
|
+
if (t[2]) _.ops.pop();
|
|
58935
|
+
_.trys.pop(); continue;
|
|
58936
|
+
}
|
|
58937
|
+
op = body.call(thisArg, _);
|
|
58938
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
58939
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
58940
|
+
}
|
|
58941
|
+
};
|
|
58942
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58943
|
+
var StoreEntity_1 = __webpack_require__(11);
|
|
58944
|
+
var Alerts_consts_1 = __webpack_require__(462);
|
|
58945
|
+
// Some adjustments to StoreEntity logic is required if proxying through store is required
|
|
58946
|
+
var AlertsEntity = /** @class */ (function (_super) {
|
|
58947
|
+
__extends(AlertsEntity, _super);
|
|
58948
|
+
function AlertsEntity(session) {
|
|
58949
|
+
var _this = _super.call(this, {
|
|
58950
|
+
session: session,
|
|
58951
|
+
entityName: 'alerts'
|
|
58952
|
+
// Those are used for internal store logic, not applicable to alerts at the moment
|
|
58953
|
+
// check StoreEntity -> Entity -> CrudService for more detail
|
|
58954
|
+
// potentially can be used for alerts if:
|
|
58955
|
+
// 1) id - uuid conflict is resolved: methods expect to use entity.id as identifier
|
|
58956
|
+
// but alert.uuid is used for alerts
|
|
58957
|
+
// 2) alerts api complies to url rules, check CrudService for the rules
|
|
58958
|
+
// routes: [BaseRoutes.GetAll, BaseRoutes.Delete]
|
|
58959
|
+
}) || this;
|
|
58960
|
+
_this.isSubscriptionsAttached = false;
|
|
58961
|
+
return _this;
|
|
58962
|
+
}
|
|
58963
|
+
AlertsEntity.prototype.attachSubscriptions = function () {
|
|
58964
|
+
if (!this.isSubscriptionsAttached) {
|
|
58965
|
+
this.realTime.on(Alerts_consts_1.AlertRealTimeEvents.CREATED, this.onCreate);
|
|
58966
|
+
this.realTime.on(Alerts_consts_1.AlertRealTimeEvents.DELETED, this.onDelete);
|
|
58967
|
+
this.isSubscriptionsAttached = true;
|
|
58968
|
+
}
|
|
58969
|
+
};
|
|
58970
|
+
AlertsEntity.prototype.getAlertsKeySetPagination = function (queryParams) {
|
|
58971
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
58972
|
+
return __generator(this, function (_a) {
|
|
58973
|
+
switch (_a.label) {
|
|
58974
|
+
case 0: return [4 /*yield*/, this.service.routeGenerator
|
|
58975
|
+
.get(Alerts_consts_1.Routes.GET_ALL)
|
|
58976
|
+
.withQueryString(queryParams)
|
|
58977
|
+
.setException('failed to get alerts')
|
|
58978
|
+
.withExtractor(Alerts_consts_1.alertsExtractor)
|
|
58979
|
+
.invoke()];
|
|
58980
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
58981
|
+
}
|
|
58982
|
+
});
|
|
58983
|
+
});
|
|
58984
|
+
};
|
|
58985
|
+
AlertsEntity.prototype.dismiss = function (uuid) {
|
|
58986
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
58987
|
+
return __generator(this, function (_a) {
|
|
58988
|
+
switch (_a.label) {
|
|
58989
|
+
case 0: return [4 /*yield*/, this.service.routeGenerator
|
|
58990
|
+
.delete(Alerts_consts_1.Routes.DISMISS)
|
|
58991
|
+
.withRouteParams({ uuid: uuid })
|
|
58992
|
+
.setException("failed to dismiss alert " + uuid)
|
|
58993
|
+
.invoke()];
|
|
58994
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
58995
|
+
}
|
|
58996
|
+
});
|
|
58997
|
+
});
|
|
58998
|
+
};
|
|
58999
|
+
AlertsEntity.prototype.batchDismiss = function (uuids) {
|
|
59000
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
59001
|
+
return __generator(this, function (_a) {
|
|
59002
|
+
switch (_a.label) {
|
|
59003
|
+
case 0: return [4 /*yield*/, this.service.routeGenerator
|
|
59004
|
+
.post(Alerts_consts_1.Routes.BATCH_DISMISS)
|
|
59005
|
+
.withPayload({ ids: uuids })
|
|
59006
|
+
.setException("failed to dismiss alerts " + uuids.toString())
|
|
59007
|
+
.invoke()];
|
|
59008
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
59009
|
+
}
|
|
59010
|
+
});
|
|
59011
|
+
});
|
|
59012
|
+
};
|
|
59013
|
+
return AlertsEntity;
|
|
59014
|
+
}(StoreEntity_1.default));
|
|
59015
|
+
exports.default = AlertsEntity;
|
|
59016
|
+
//# sourceMappingURL=AlertsEntity.js.map
|
|
59017
|
+
|
|
59018
|
+
/***/ }),
|
|
59019
|
+
/* 462 */
|
|
59020
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
59021
|
+
|
|
59022
|
+
"use strict";
|
|
59023
|
+
|
|
59024
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59025
|
+
exports.Routes = exports.AlertRealTimeEvents = exports.alertsExtractor = void 0;
|
|
59026
|
+
var alertsExtractor = function (_a) {
|
|
59027
|
+
var alerts = _a.alerts;
|
|
59028
|
+
return alerts;
|
|
59029
|
+
};
|
|
59030
|
+
exports.alertsExtractor = alertsExtractor;
|
|
59031
|
+
var AlertRealTimeEvents;
|
|
59032
|
+
(function (AlertRealTimeEvents) {
|
|
59033
|
+
AlertRealTimeEvents["CREATED"] = "new alert";
|
|
59034
|
+
AlertRealTimeEvents["DELETED"] = "remove alert";
|
|
59035
|
+
})(AlertRealTimeEvents = exports.AlertRealTimeEvents || (exports.AlertRealTimeEvents = {}));
|
|
59036
|
+
var baseRoute = '/alerts';
|
|
59037
|
+
exports.Routes = {
|
|
59038
|
+
GET_ALL: "" + baseRoute,
|
|
59039
|
+
DISMISS: baseRoute + "/{:uuid}",
|
|
59040
|
+
BATCH_DISMISS: baseRoute + "/dismiss_by_ids"
|
|
59041
|
+
};
|
|
59042
|
+
//# sourceMappingURL=Alerts.consts.js.map
|
|
59043
|
+
|
|
59044
|
+
/***/ }),
|
|
59045
|
+
/* 463 */
|
|
58722
59046
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58723
59047
|
|
|
58724
59048
|
"use strict";
|
|
@@ -58727,7 +59051,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
58727
59051
|
//# sourceMappingURL=VehicleType.consts.js.map
|
|
58728
59052
|
|
|
58729
59053
|
/***/ }),
|
|
58730
|
-
/*
|
|
59054
|
+
/* 464 */
|
|
58731
59055
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58732
59056
|
|
|
58733
59057
|
"use strict";
|
|
@@ -58736,7 +59060,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
58736
59060
|
//# sourceMappingURL=PlannedRoutes.consts.js.map
|
|
58737
59061
|
|
|
58738
59062
|
/***/ }),
|
|
58739
|
-
/*
|
|
59063
|
+
/* 465 */
|
|
58740
59064
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58741
59065
|
|
|
58742
59066
|
"use strict";
|
|
@@ -58745,7 +59069,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
58745
59069
|
//# sourceMappingURL=Crew.consts.js.map
|
|
58746
59070
|
|
|
58747
59071
|
/***/ }),
|
|
58748
|
-
/*
|
|
59072
|
+
/* 466 */
|
|
58749
59073
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58750
59074
|
|
|
58751
59075
|
"use strict";
|
|
@@ -58754,7 +59078,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
58754
59078
|
//# sourceMappingURL=Responses.js.map
|
|
58755
59079
|
|
|
58756
59080
|
/***/ }),
|
|
58757
|
-
/*
|
|
59081
|
+
/* 467 */
|
|
58758
59082
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58759
59083
|
|
|
58760
59084
|
"use strict";
|
|
@@ -58766,7 +59090,7 @@ exports.defaultExtractor = defaultExtractor;
|
|
|
58766
59090
|
//# sourceMappingURL=Tag.consts.js.map
|
|
58767
59091
|
|
|
58768
59092
|
/***/ }),
|
|
58769
|
-
/*
|
|
59093
|
+
/* 468 */
|
|
58770
59094
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58771
59095
|
|
|
58772
59096
|
"use strict";
|
|
@@ -58775,7 +59099,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
58775
59099
|
//# sourceMappingURL=DeliveryBlocks.consts.js.map
|
|
58776
59100
|
|
|
58777
59101
|
/***/ }),
|
|
58778
|
-
/*
|
|
59102
|
+
/* 469 */
|
|
58779
59103
|
/***/ (function(module, exports, __webpack_require__) {
|
|
58780
59104
|
|
|
58781
59105
|
"use strict";
|
|
@@ -58789,7 +59113,7 @@ exports.default = ResourceUploadType;
|
|
|
58789
59113
|
//# sourceMappingURL=ResourceUploadType.js.map
|
|
58790
59114
|
|
|
58791
59115
|
/***/ }),
|
|
58792
|
-
/*
|
|
59116
|
+
/* 470 */
|
|
58793
59117
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
58794
59118
|
|
|
58795
59119
|
"use strict";
|