@bringg/dashboard-sdk 9.40.0-pre.1 → 9.41.0
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/BringgDashboardSDK.d.ts +2 -0
- package/dist/BringgDashboardSDK.js +2 -0
- package/dist/BringgDashboardSDK.js.map +1 -1
- package/dist/LookUp/lookup-api.d.ts +3 -2
- package/dist/LookUp/lookup-api.js +11 -0
- package/dist/LookUp/lookup-api.js.map +1 -1
- package/dist/LookUp/lookup-service.d.ts +3 -1
- package/dist/LookUp/lookup-service.js +13 -0
- package/dist/LookUp/lookup-service.js.map +1 -1
- package/dist/LookUp/lookup.consts.d.ts +18 -1
- package/dist/Relay/Relay.consts.d.ts +6 -0
- package/dist/Relay/Relay.consts.js +8 -0
- package/dist/Relay/Relay.consts.js.map +1 -0
- package/dist/Relay/RelayApi.d.ts +7 -0
- package/dist/Relay/RelayApi.js +57 -0
- package/dist/Relay/RelayApi.js.map +1 -0
- package/dist/Relay/Service/Relay.service.d.ts +8 -0
- package/dist/Relay/Service/Relay.service.js +63 -0
- package/dist/Relay/Service/Relay.service.js.map +1 -0
- package/dist/Services/ServiceRequest.js +1 -1
- package/dist/bringg-dashboard-sdk-cjs2.js +611 -78
- package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
- package/dist/bringg-dashboard-sdk.js +378 -70
- package/dist/bringg-dashboard-sdk.min.js +1 -1
- package/dist/bringg-dashboard-sdk.min.js.map +1 -1
- package/package.json +2 -2
|
@@ -2694,6 +2694,7 @@ var RatesApi_1 = __importDefault(__webpack_require__(7072));
|
|
|
2694
2694
|
var ReasonToCancelTasksApi_1 = __importDefault(__webpack_require__(19199));
|
|
2695
2695
|
var ReasonToChangeInventory_1 = __importDefault(__webpack_require__(89032));
|
|
2696
2696
|
var ReasonToReassignTasksApi_1 = __importDefault(__webpack_require__(52121));
|
|
2697
|
+
var RelayApi_1 = __importDefault(__webpack_require__(53395));
|
|
2697
2698
|
var ReportPreference_1 = __importDefault(__webpack_require__(79086));
|
|
2698
2699
|
var reports_1 = __importDefault(__webpack_require__(96457));
|
|
2699
2700
|
var ResourceUploadApi_1 = __importDefault(__webpack_require__(5496));
|
|
@@ -3023,6 +3024,7 @@ function init(session) {
|
|
|
3023
3024
|
bringg = new BringgDashboardSDK(session);
|
|
3024
3025
|
bringg.v2 = {
|
|
3025
3026
|
vehicles: new vehicles_api_1.default(session),
|
|
3027
|
+
relay: new RelayApi_1.default(session),
|
|
3026
3028
|
tasks: new tasks_api_1.default(session),
|
|
3027
3029
|
tags: new tags_api_1.default(session),
|
|
3028
3030
|
customers: new customers_api_1.default(session),
|
|
@@ -11512,6 +11514,17 @@ var Lookup = /** @class */ (function () {
|
|
|
11512
11514
|
});
|
|
11513
11515
|
});
|
|
11514
11516
|
};
|
|
11517
|
+
Lookup.prototype.getParkingSpots = function (query, commonOptions) {
|
|
11518
|
+
if (commonOptions === void 0) { commonOptions = {}; }
|
|
11519
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11520
|
+
return __generator(this, function (_a) {
|
|
11521
|
+
switch (_a.label) {
|
|
11522
|
+
case 0: return [4 /*yield*/, this.lookUpEntity.getParkingSpots(query, commonOptions)];
|
|
11523
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
11524
|
+
}
|
|
11525
|
+
});
|
|
11526
|
+
});
|
|
11527
|
+
};
|
|
11515
11528
|
return Lookup;
|
|
11516
11529
|
}());
|
|
11517
11530
|
exports["default"] = Lookup;
|
|
@@ -11574,6 +11587,7 @@ exports.Routes = {
|
|
|
11574
11587
|
GET_TASKS_TITLES: "".concat(baseRoute, "/task/title"),
|
|
11575
11588
|
GET_PLANNED_ROUTES: "".concat(baseRoute, "/planned-route"),
|
|
11576
11589
|
GET_TEAMS: "".concat(baseRoute, "/team"),
|
|
11590
|
+
GET_PARKING_SPOTS: "".concat(baseRoute, "/parking-spot"),
|
|
11577
11591
|
GET_WAYPOINT_ZIPCODE: "".concat(baseRoute, "/waypoint/zipcode"),
|
|
11578
11592
|
GET_WAYPOINT_ADDRESS: "".concat(baseRoute, "/waypoint/address"),
|
|
11579
11593
|
GET_WAYPOINT_PHONE: "".concat(baseRoute, "/waypoint/phone"),
|
|
@@ -11731,6 +11745,18 @@ var LookupService = /** @class */ (function () {
|
|
|
11731
11745
|
});
|
|
11732
11746
|
});
|
|
11733
11747
|
};
|
|
11748
|
+
LookupService.prototype.getParkingSpots = function (query, commonOptions) {
|
|
11749
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11750
|
+
return __generator(this, function (_a) {
|
|
11751
|
+
return [2 /*return*/, this.service.routeGenerator
|
|
11752
|
+
.get(exports.Routes.GET_PARKING_SPOTS)
|
|
11753
|
+
.withQueryString(query)
|
|
11754
|
+
.setException('Failed to get parking spots from lookup service')
|
|
11755
|
+
.withCommonOptions(commonOptions)
|
|
11756
|
+
.invoke()];
|
|
11757
|
+
});
|
|
11758
|
+
});
|
|
11759
|
+
};
|
|
11734
11760
|
return LookupService;
|
|
11735
11761
|
}());
|
|
11736
11762
|
exports["default"] = LookupService;
|
|
@@ -17716,6 +17742,155 @@ exports["default"] = ReasonToReassignTasks;
|
|
|
17716
17742
|
|
|
17717
17743
|
/***/ }),
|
|
17718
17744
|
|
|
17745
|
+
/***/ 20767:
|
|
17746
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
17747
|
+
|
|
17748
|
+
"use strict";
|
|
17749
|
+
|
|
17750
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
17751
|
+
exports.Routes = exports.baseRoute = void 0;
|
|
17752
|
+
exports.baseRoute = '/task-service/relay';
|
|
17753
|
+
exports.Routes = {
|
|
17754
|
+
GET_RELAYS_BY_TASK_ID: "".concat(exports.baseRoute)
|
|
17755
|
+
};
|
|
17756
|
+
//# sourceMappingURL=Relay.consts.js.map
|
|
17757
|
+
|
|
17758
|
+
/***/ }),
|
|
17759
|
+
|
|
17760
|
+
/***/ 53395:
|
|
17761
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
17762
|
+
|
|
17763
|
+
"use strict";
|
|
17764
|
+
|
|
17765
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
17766
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
17767
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
17768
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
17769
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
17770
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
17771
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
17772
|
+
});
|
|
17773
|
+
};
|
|
17774
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
17775
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
17776
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
17777
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
17778
|
+
function step(op) {
|
|
17779
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
17780
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
17781
|
+
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;
|
|
17782
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
17783
|
+
switch (op[0]) {
|
|
17784
|
+
case 0: case 1: t = op; break;
|
|
17785
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
17786
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
17787
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
17788
|
+
default:
|
|
17789
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
17790
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
17791
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
17792
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
17793
|
+
if (t[2]) _.ops.pop();
|
|
17794
|
+
_.trys.pop(); continue;
|
|
17795
|
+
}
|
|
17796
|
+
op = body.call(thisArg, _);
|
|
17797
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
17798
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
17799
|
+
}
|
|
17800
|
+
};
|
|
17801
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17802
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17803
|
+
};
|
|
17804
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
17805
|
+
var Relay_service_1 = __importDefault(__webpack_require__(82542));
|
|
17806
|
+
var RelayApi = /** @class */ (function () {
|
|
17807
|
+
function RelayApi(session) {
|
|
17808
|
+
this.relayService = new Relay_service_1.default(session);
|
|
17809
|
+
}
|
|
17810
|
+
RelayApi.prototype.getRelaysByTaskId = function (taskId) {
|
|
17811
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
17812
|
+
return __generator(this, function (_a) {
|
|
17813
|
+
return [2 /*return*/, this.relayService.getRelaysByTaskId(taskId)];
|
|
17814
|
+
});
|
|
17815
|
+
});
|
|
17816
|
+
};
|
|
17817
|
+
return RelayApi;
|
|
17818
|
+
}());
|
|
17819
|
+
exports["default"] = RelayApi;
|
|
17820
|
+
//# sourceMappingURL=RelayApi.js.map
|
|
17821
|
+
|
|
17822
|
+
/***/ }),
|
|
17823
|
+
|
|
17824
|
+
/***/ 82542:
|
|
17825
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
17826
|
+
|
|
17827
|
+
"use strict";
|
|
17828
|
+
|
|
17829
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
17830
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
17831
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
17832
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
17833
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
17834
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
17835
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
17836
|
+
});
|
|
17837
|
+
};
|
|
17838
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
17839
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
17840
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
17841
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
17842
|
+
function step(op) {
|
|
17843
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
17844
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
17845
|
+
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;
|
|
17846
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
17847
|
+
switch (op[0]) {
|
|
17848
|
+
case 0: case 1: t = op; break;
|
|
17849
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
17850
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
17851
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
17852
|
+
default:
|
|
17853
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
17854
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
17855
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
17856
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
17857
|
+
if (t[2]) _.ops.pop();
|
|
17858
|
+
_.trys.pop(); continue;
|
|
17859
|
+
}
|
|
17860
|
+
op = body.call(thisArg, _);
|
|
17861
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
17862
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
17863
|
+
}
|
|
17864
|
+
};
|
|
17865
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17866
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17867
|
+
};
|
|
17868
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
17869
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
17870
|
+
var Relay_consts_1 = __webpack_require__(20767);
|
|
17871
|
+
var RelayService = /** @class */ (function () {
|
|
17872
|
+
function RelayService(session) {
|
|
17873
|
+
this.service = new CrudService_1.default(session, 'relay', 'task-service');
|
|
17874
|
+
}
|
|
17875
|
+
RelayService.prototype.getRelaysByTaskId = function (taskId, commonOptions) {
|
|
17876
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
17877
|
+
return __generator(this, function (_a) {
|
|
17878
|
+
return [2 /*return*/, this.service.routeGenerator
|
|
17879
|
+
.get(Relay_consts_1.Routes.GET_RELAYS_BY_TASK_ID)
|
|
17880
|
+
.withQueryString({ task_id: taskId })
|
|
17881
|
+
.setException("failed to fetch relays for task ".concat(taskId))
|
|
17882
|
+
.withCommonOptions(commonOptions)
|
|
17883
|
+
.invoke()];
|
|
17884
|
+
});
|
|
17885
|
+
});
|
|
17886
|
+
};
|
|
17887
|
+
return RelayService;
|
|
17888
|
+
}());
|
|
17889
|
+
exports["default"] = RelayService;
|
|
17890
|
+
//# sourceMappingURL=Relay.service.js.map
|
|
17891
|
+
|
|
17892
|
+
/***/ }),
|
|
17893
|
+
|
|
17719
17894
|
/***/ 10816:
|
|
17720
17895
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
17721
17896
|
|
|
@@ -22536,7 +22711,7 @@ var lodash_1 = __webpack_require__(96486);
|
|
|
22536
22711
|
var BringgException_1 = __webpack_require__(43605);
|
|
22537
22712
|
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
22538
22713
|
var abort_1 = __webpack_require__(34179);
|
|
22539
|
-
var version = '9.
|
|
22714
|
+
var version = '9.41.0';
|
|
22540
22715
|
function logErrorResponse(response) {
|
|
22541
22716
|
var data = response.data, status = response.status;
|
|
22542
22717
|
try {
|
|
@@ -35244,6 +35419,7 @@ __exportStar(__webpack_require__(19289), exports);
|
|
|
35244
35419
|
__exportStar(__webpack_require__(96900), exports);
|
|
35245
35420
|
__exportStar(__webpack_require__(60416), exports);
|
|
35246
35421
|
__exportStar(__webpack_require__(95444), exports);
|
|
35422
|
+
__exportStar(__webpack_require__(84639), exports);
|
|
35247
35423
|
__exportStar(__webpack_require__(60410), exports);
|
|
35248
35424
|
__exportStar(__webpack_require__(38214), exports);
|
|
35249
35425
|
__exportStar(__webpack_require__(58504), exports);
|
|
@@ -35308,6 +35484,7 @@ __exportStar(__webpack_require__(62548), exports);
|
|
|
35308
35484
|
__exportStar(__webpack_require__(93403), exports);
|
|
35309
35485
|
__exportStar(__webpack_require__(1373), exports);
|
|
35310
35486
|
__exportStar(__webpack_require__(64323), exports);
|
|
35487
|
+
__exportStar(__webpack_require__(87785), exports);
|
|
35311
35488
|
__exportStar(__webpack_require__(63413), exports);
|
|
35312
35489
|
__exportStar(__webpack_require__(10228), exports);
|
|
35313
35490
|
__exportStar(__webpack_require__(53543), exports);
|
|
@@ -35340,6 +35517,7 @@ __exportStar(__webpack_require__(78394), exports);
|
|
|
35340
35517
|
__exportStar(__webpack_require__(93422), exports);
|
|
35341
35518
|
__exportStar(__webpack_require__(15814), exports);
|
|
35342
35519
|
__exportStar(__webpack_require__(92086), exports);
|
|
35520
|
+
__exportStar(__webpack_require__(63569), exports);
|
|
35343
35521
|
__exportStar(__webpack_require__(38798), exports);
|
|
35344
35522
|
__exportStar(__webpack_require__(686), exports);
|
|
35345
35523
|
__exportStar(__webpack_require__(23400), exports);
|
|
@@ -35689,34 +35867,13 @@ var SharedEntityAccessLevel;
|
|
|
35689
35867
|
|
|
35690
35868
|
/***/ }),
|
|
35691
35869
|
|
|
35692
|
-
/***/ 13538:
|
|
35693
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
35694
|
-
|
|
35695
|
-
"use strict";
|
|
35696
|
-
|
|
35697
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35698
|
-
exports.AnalyticsServiceRpcAction = exports.ANALYTICS_SERVICE_RPC_QUEUE_NAME_FOR_MVP = exports.ANALYTICS_SERVICE_RPC_QUEUE_NAME = void 0;
|
|
35699
|
-
exports.ANALYTICS_SERVICE_RPC_QUEUE_NAME = 'analytics-service-rpc-queue';
|
|
35700
|
-
exports.ANALYTICS_SERVICE_RPC_QUEUE_NAME_FOR_MVP = 'analytics-service-rpc-queue-mvp';
|
|
35701
|
-
var AnalyticsServiceRpcAction;
|
|
35702
|
-
(function (AnalyticsServiceRpcAction) {
|
|
35703
|
-
AnalyticsServiceRpcAction["CheckIsWebhookAuthConfigUsedInReportScheduledJobs"] = "analytics-service:report-scheduled-jobs:check-is-webhook-auth-config-used";
|
|
35704
|
-
AnalyticsServiceRpcAction["GetScheduledJobsCountByWebhookAuthConfigIds"] = "analytics-service:scheduled-jobs:get-count-by-webhook-auth-config-ids";
|
|
35705
|
-
AnalyticsServiceRpcAction["GetOwnFleetWidgetCatalogItems"] = "analytics-service:own-fleet:widget-catalog-items:get-list";
|
|
35706
|
-
AnalyticsServiceRpcAction["GetOwnFleetPrestoDbMeta"] = "analytics-service:own-fleet:prestodb:get-meta";
|
|
35707
|
-
AnalyticsServiceRpcAction["OwnFleetPrestoDbLoad"] = "analytics-service:own-fleet:prestodb:load";
|
|
35708
|
-
})(AnalyticsServiceRpcAction || (exports.AnalyticsServiceRpcAction = AnalyticsServiceRpcAction = {}));
|
|
35709
|
-
//# sourceMappingURL=rpc.js.map
|
|
35710
|
-
|
|
35711
|
-
/***/ }),
|
|
35712
|
-
|
|
35713
35870
|
/***/ 95112:
|
|
35714
35871
|
/***/ ((__unused_webpack_module, exports) => {
|
|
35715
35872
|
|
|
35716
35873
|
"use strict";
|
|
35717
35874
|
|
|
35718
35875
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35719
|
-
exports.DeliveryHubDruidCube = exports.OwnFleetDruidCube = exports.CubeDataSource = exports.
|
|
35876
|
+
exports.DeliveryHubDruidCube = exports.OwnFleetDruidCube = exports.CubeDataSource = exports.ANALYTICS_CONTINUE_WAIT_ERROR = exports.TimeDimensionGranularityEnum = void 0;
|
|
35720
35877
|
var TimeDimensionGranularityEnum;
|
|
35721
35878
|
(function (TimeDimensionGranularityEnum) {
|
|
35722
35879
|
TimeDimensionGranularityEnum["hour"] = "hour";
|
|
@@ -35725,20 +35882,7 @@ var TimeDimensionGranularityEnum;
|
|
|
35725
35882
|
TimeDimensionGranularityEnum["month"] = "month";
|
|
35726
35883
|
TimeDimensionGranularityEnum["year"] = "year";
|
|
35727
35884
|
})(TimeDimensionGranularityEnum || (exports.TimeDimensionGranularityEnum = TimeDimensionGranularityEnum = {}));
|
|
35728
|
-
|
|
35729
|
-
(function (PredefinedDateRange) {
|
|
35730
|
-
PredefinedDateRange["today"] = "today";
|
|
35731
|
-
PredefinedDateRange["yesterday"] = "yesterday";
|
|
35732
|
-
PredefinedDateRange["tomorrow"] = "tomorrow";
|
|
35733
|
-
PredefinedDateRange["this week"] = "this week";
|
|
35734
|
-
PredefinedDateRange["this month"] = "this month";
|
|
35735
|
-
PredefinedDateRange["from 6 days ago to now"] = "from 6 days ago to now";
|
|
35736
|
-
PredefinedDateRange["from 29 days ago to now"] = "from 29 days ago to now";
|
|
35737
|
-
PredefinedDateRange["last month"] = "last month";
|
|
35738
|
-
PredefinedDateRange["next 7 days"] = "next 7 days";
|
|
35739
|
-
PredefinedDateRange["next 30 days"] = "next 30 days";
|
|
35740
|
-
PredefinedDateRange["next month"] = "next month";
|
|
35741
|
-
})(PredefinedDateRange || (exports.PredefinedDateRange = PredefinedDateRange = {}));
|
|
35885
|
+
exports.ANALYTICS_CONTINUE_WAIT_ERROR = 'Continue wait';
|
|
35742
35886
|
var CubeDataSource;
|
|
35743
35887
|
(function (CubeDataSource) {
|
|
35744
35888
|
CubeDataSource["Presto"] = "prestodb";
|
|
@@ -35751,6 +35895,7 @@ var OwnFleetDruidCube;
|
|
|
35751
35895
|
OwnFleetDruidCube["FleetEvents"] = "FleetEvents";
|
|
35752
35896
|
OwnFleetDruidCube["Runs"] = "Runs";
|
|
35753
35897
|
OwnFleetDruidCube["TosModelEvaluation"] = "TosModelEvaluation";
|
|
35898
|
+
OwnFleetDruidCube["RouteAdherence"] = "RouteAdherence";
|
|
35754
35899
|
})(OwnFleetDruidCube || (exports.OwnFleetDruidCube = OwnFleetDruidCube = {}));
|
|
35755
35900
|
var DeliveryHubDruidCube;
|
|
35756
35901
|
(function (DeliveryHubDruidCube) {
|
|
@@ -35854,37 +35999,117 @@ var DashboardFilterOwnFleet;
|
|
|
35854
35999
|
|
|
35855
36000
|
/***/ }),
|
|
35856
36001
|
|
|
35857
|
-
/***/
|
|
36002
|
+
/***/ 52677:
|
|
35858
36003
|
/***/ ((__unused_webpack_module, exports) => {
|
|
35859
36004
|
|
|
35860
36005
|
"use strict";
|
|
35861
36006
|
|
|
35862
36007
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35863
|
-
//# sourceMappingURL=
|
|
36008
|
+
//# sourceMappingURL=delivery_hub_bar_chart_data.js.map
|
|
35864
36009
|
|
|
35865
36010
|
/***/ }),
|
|
35866
36011
|
|
|
35867
|
-
/***/
|
|
36012
|
+
/***/ 1468:
|
|
35868
36013
|
/***/ ((__unused_webpack_module, exports) => {
|
|
35869
36014
|
|
|
35870
36015
|
"use strict";
|
|
35871
36016
|
|
|
35872
36017
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35873
|
-
//# sourceMappingURL=
|
|
36018
|
+
//# sourceMappingURL=delivery_hub_basic_line_chart_data.js.map
|
|
35874
36019
|
|
|
35875
36020
|
/***/ }),
|
|
35876
36021
|
|
|
35877
|
-
/***/
|
|
36022
|
+
/***/ 95881:
|
|
35878
36023
|
/***/ ((__unused_webpack_module, exports) => {
|
|
35879
36024
|
|
|
35880
36025
|
"use strict";
|
|
35881
36026
|
|
|
35882
36027
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35883
|
-
//# sourceMappingURL=
|
|
36028
|
+
//# sourceMappingURL=delivery_hub_donut_chart_data.js.map
|
|
35884
36029
|
|
|
35885
36030
|
/***/ }),
|
|
35886
36031
|
|
|
35887
|
-
/***/
|
|
36032
|
+
/***/ 85055:
|
|
36033
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36034
|
+
|
|
36035
|
+
"use strict";
|
|
36036
|
+
|
|
36037
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36038
|
+
//# sourceMappingURL=delivery_hub_double_y_axis_chart.js.map
|
|
36039
|
+
|
|
36040
|
+
/***/ }),
|
|
36041
|
+
|
|
36042
|
+
/***/ 5495:
|
|
36043
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36044
|
+
|
|
36045
|
+
"use strict";
|
|
36046
|
+
|
|
36047
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36048
|
+
//# sourceMappingURL=delivery_hub_line_chart_data.js.map
|
|
36049
|
+
|
|
36050
|
+
/***/ }),
|
|
36051
|
+
|
|
36052
|
+
/***/ 54926:
|
|
36053
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36054
|
+
|
|
36055
|
+
"use strict";
|
|
36056
|
+
|
|
36057
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36058
|
+
//# sourceMappingURL=delivery_hub_multihorizontal_reversed_bar_chart_data.js.map
|
|
36059
|
+
|
|
36060
|
+
/***/ }),
|
|
36061
|
+
|
|
36062
|
+
/***/ 31468:
|
|
36063
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36064
|
+
|
|
36065
|
+
"use strict";
|
|
36066
|
+
|
|
36067
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36068
|
+
//# sourceMappingURL=delivery_hub_number_chart_data.js.map
|
|
36069
|
+
|
|
36070
|
+
/***/ }),
|
|
36071
|
+
|
|
36072
|
+
/***/ 39890:
|
|
36073
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36074
|
+
|
|
36075
|
+
"use strict";
|
|
36076
|
+
|
|
36077
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36078
|
+
//# sourceMappingURL=delivery_hub_pie_chart_data.js.map
|
|
36079
|
+
|
|
36080
|
+
/***/ }),
|
|
36081
|
+
|
|
36082
|
+
/***/ 4233:
|
|
36083
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36084
|
+
|
|
36085
|
+
"use strict";
|
|
36086
|
+
|
|
36087
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36088
|
+
//# sourceMappingURL=delivery_hub_reversed_bar_chart_data.js.map
|
|
36089
|
+
|
|
36090
|
+
/***/ }),
|
|
36091
|
+
|
|
36092
|
+
/***/ 66561:
|
|
36093
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36094
|
+
|
|
36095
|
+
"use strict";
|
|
36096
|
+
|
|
36097
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36098
|
+
//# sourceMappingURL=delivery_hub_reversed_full_width_bar_chart_data.js.map
|
|
36099
|
+
|
|
36100
|
+
/***/ }),
|
|
36101
|
+
|
|
36102
|
+
/***/ 10305:
|
|
36103
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36104
|
+
|
|
36105
|
+
"use strict";
|
|
36106
|
+
|
|
36107
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36108
|
+
//# sourceMappingURL=delivery_hub_widget_data_common.js.map
|
|
36109
|
+
|
|
36110
|
+
/***/ }),
|
|
36111
|
+
|
|
36112
|
+
/***/ 34477:
|
|
35888
36113
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
35889
36114
|
|
|
35890
36115
|
"use strict";
|
|
@@ -35904,42 +36129,173 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
35904
36129
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
35905
36130
|
};
|
|
35906
36131
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35907
|
-
__exportStar(__webpack_require__(
|
|
35908
|
-
__exportStar(__webpack_require__(
|
|
35909
|
-
__exportStar(__webpack_require__(
|
|
35910
|
-
__exportStar(__webpack_require__(
|
|
35911
|
-
__exportStar(__webpack_require__(
|
|
36132
|
+
__exportStar(__webpack_require__(52677), exports);
|
|
36133
|
+
__exportStar(__webpack_require__(1468), exports);
|
|
36134
|
+
__exportStar(__webpack_require__(95881), exports);
|
|
36135
|
+
__exportStar(__webpack_require__(85055), exports);
|
|
36136
|
+
__exportStar(__webpack_require__(5495), exports);
|
|
36137
|
+
__exportStar(__webpack_require__(54926), exports);
|
|
36138
|
+
__exportStar(__webpack_require__(31468), exports);
|
|
36139
|
+
__exportStar(__webpack_require__(39890), exports);
|
|
36140
|
+
__exportStar(__webpack_require__(4233), exports);
|
|
36141
|
+
__exportStar(__webpack_require__(66561), exports);
|
|
36142
|
+
__exportStar(__webpack_require__(10305), exports);
|
|
35912
36143
|
//# sourceMappingURL=index.js.map
|
|
35913
36144
|
|
|
35914
36145
|
/***/ }),
|
|
35915
36146
|
|
|
35916
|
-
/***/
|
|
36147
|
+
/***/ 75758:
|
|
36148
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
36149
|
+
|
|
36150
|
+
"use strict";
|
|
36151
|
+
|
|
36152
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
36153
|
+
if (k2 === undefined) k2 = k;
|
|
36154
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
36155
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
36156
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
36157
|
+
}
|
|
36158
|
+
Object.defineProperty(o, k2, desc);
|
|
36159
|
+
}) : (function(o, m, k, k2) {
|
|
36160
|
+
if (k2 === undefined) k2 = k;
|
|
36161
|
+
o[k2] = m[k];
|
|
36162
|
+
}));
|
|
36163
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
36164
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
36165
|
+
};
|
|
36166
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36167
|
+
__exportStar(__webpack_require__(11378), exports);
|
|
36168
|
+
__exportStar(__webpack_require__(83583), exports);
|
|
36169
|
+
__exportStar(__webpack_require__(61383), exports);
|
|
36170
|
+
__exportStar(__webpack_require__(39335), exports);
|
|
36171
|
+
__exportStar(__webpack_require__(22261), exports);
|
|
36172
|
+
__exportStar(__webpack_require__(92451), exports);
|
|
36173
|
+
__exportStar(__webpack_require__(53535), exports);
|
|
36174
|
+
__exportStar(__webpack_require__(20999), exports);
|
|
36175
|
+
__exportStar(__webpack_require__(4888), exports);
|
|
36176
|
+
__exportStar(__webpack_require__(53006), exports);
|
|
36177
|
+
__exportStar(__webpack_require__(82979), exports);
|
|
36178
|
+
//# sourceMappingURL=index.js.map
|
|
36179
|
+
|
|
36180
|
+
/***/ }),
|
|
36181
|
+
|
|
36182
|
+
/***/ 11378:
|
|
35917
36183
|
/***/ ((__unused_webpack_module, exports) => {
|
|
35918
36184
|
|
|
35919
36185
|
"use strict";
|
|
35920
36186
|
|
|
35921
36187
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35922
|
-
//# sourceMappingURL=
|
|
36188
|
+
//# sourceMappingURL=own_fleet_bar_chart_data.js.map
|
|
35923
36189
|
|
|
35924
36190
|
/***/ }),
|
|
35925
36191
|
|
|
35926
|
-
/***/
|
|
36192
|
+
/***/ 83583:
|
|
35927
36193
|
/***/ ((__unused_webpack_module, exports) => {
|
|
35928
36194
|
|
|
35929
36195
|
"use strict";
|
|
35930
36196
|
|
|
35931
36197
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35932
|
-
//# sourceMappingURL=
|
|
36198
|
+
//# sourceMappingURL=own_fleet_basic_line_chart_data.js.map
|
|
35933
36199
|
|
|
35934
36200
|
/***/ }),
|
|
35935
36201
|
|
|
35936
|
-
/***/
|
|
36202
|
+
/***/ 61383:
|
|
35937
36203
|
/***/ ((__unused_webpack_module, exports) => {
|
|
35938
36204
|
|
|
35939
36205
|
"use strict";
|
|
35940
36206
|
|
|
35941
36207
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35942
|
-
//# sourceMappingURL=
|
|
36208
|
+
//# sourceMappingURL=own_fleet_donut_chart_data.js.map
|
|
36209
|
+
|
|
36210
|
+
/***/ }),
|
|
36211
|
+
|
|
36212
|
+
/***/ 39335:
|
|
36213
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36214
|
+
|
|
36215
|
+
"use strict";
|
|
36216
|
+
|
|
36217
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36218
|
+
//# sourceMappingURL=own_fleet_double_y_axis_chart.js.map
|
|
36219
|
+
|
|
36220
|
+
/***/ }),
|
|
36221
|
+
|
|
36222
|
+
/***/ 22261:
|
|
36223
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36224
|
+
|
|
36225
|
+
"use strict";
|
|
36226
|
+
|
|
36227
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36228
|
+
//# sourceMappingURL=own_fleet_line_chart_data.js.map
|
|
36229
|
+
|
|
36230
|
+
/***/ }),
|
|
36231
|
+
|
|
36232
|
+
/***/ 92451:
|
|
36233
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36234
|
+
|
|
36235
|
+
"use strict";
|
|
36236
|
+
|
|
36237
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36238
|
+
//# sourceMappingURL=own_fleet_multihorizontal_reversed_bar_chart_data.js.map
|
|
36239
|
+
|
|
36240
|
+
/***/ }),
|
|
36241
|
+
|
|
36242
|
+
/***/ 53535:
|
|
36243
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36244
|
+
|
|
36245
|
+
"use strict";
|
|
36246
|
+
|
|
36247
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36248
|
+
//# sourceMappingURL=own_fleet_number_chart_data.js.map
|
|
36249
|
+
|
|
36250
|
+
/***/ }),
|
|
36251
|
+
|
|
36252
|
+
/***/ 20999:
|
|
36253
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36254
|
+
|
|
36255
|
+
"use strict";
|
|
36256
|
+
|
|
36257
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36258
|
+
//# sourceMappingURL=own_fleet_pie_chart_data.js.map
|
|
36259
|
+
|
|
36260
|
+
/***/ }),
|
|
36261
|
+
|
|
36262
|
+
/***/ 4888:
|
|
36263
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36264
|
+
|
|
36265
|
+
"use strict";
|
|
36266
|
+
|
|
36267
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36268
|
+
//# sourceMappingURL=own_fleet_reversed_bar_chart_data.js.map
|
|
36269
|
+
|
|
36270
|
+
/***/ }),
|
|
36271
|
+
|
|
36272
|
+
/***/ 53006:
|
|
36273
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36274
|
+
|
|
36275
|
+
"use strict";
|
|
36276
|
+
|
|
36277
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36278
|
+
//# sourceMappingURL=own_fleet_reversed_full_width_bar_chart_data.js.map
|
|
36279
|
+
|
|
36280
|
+
/***/ }),
|
|
36281
|
+
|
|
36282
|
+
/***/ 82979:
|
|
36283
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36284
|
+
|
|
36285
|
+
"use strict";
|
|
36286
|
+
|
|
36287
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36288
|
+
//# sourceMappingURL=own_fleet_widget_data_common.js.map
|
|
36289
|
+
|
|
36290
|
+
/***/ }),
|
|
36291
|
+
|
|
36292
|
+
/***/ 3465:
|
|
36293
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36294
|
+
|
|
36295
|
+
"use strict";
|
|
36296
|
+
|
|
36297
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36298
|
+
//# sourceMappingURL=widget_data_common.js.map
|
|
35943
36299
|
|
|
35944
36300
|
/***/ }),
|
|
35945
36301
|
|
|
@@ -36052,24 +36408,23 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
36052
36408
|
__exportStar(__webpack_require__(9439), exports);
|
|
36053
36409
|
__exportStar(__webpack_require__(52783), exports);
|
|
36054
36410
|
__exportStar(__webpack_require__(29085), exports);
|
|
36055
|
-
__exportStar(__webpack_require__(13538), exports);
|
|
36056
36411
|
__exportStar(__webpack_require__(95112), exports);
|
|
36057
36412
|
__exportStar(__webpack_require__(70856), exports);
|
|
36058
36413
|
__exportStar(__webpack_require__(92270), exports);
|
|
36059
36414
|
__exportStar(__webpack_require__(45879), exports);
|
|
36060
36415
|
__exportStar(__webpack_require__(57505), exports);
|
|
36061
36416
|
__exportStar(__webpack_require__(21585), exports);
|
|
36062
|
-
__exportStar(__webpack_require__(
|
|
36063
|
-
__exportStar(__webpack_require__(
|
|
36417
|
+
__exportStar(__webpack_require__(34477), exports);
|
|
36418
|
+
__exportStar(__webpack_require__(75758), exports);
|
|
36419
|
+
__exportStar(__webpack_require__(3465), exports);
|
|
36064
36420
|
__exportStar(__webpack_require__(33596), exports);
|
|
36065
36421
|
__exportStar(__webpack_require__(48350), exports);
|
|
36066
|
-
__exportStar(__webpack_require__(
|
|
36422
|
+
__exportStar(__webpack_require__(85323), exports);
|
|
36067
36423
|
__exportStar(__webpack_require__(91684), exports);
|
|
36068
36424
|
__exportStar(__webpack_require__(28327), exports);
|
|
36069
36425
|
__exportStar(__webpack_require__(42586), exports);
|
|
36070
36426
|
__exportStar(__webpack_require__(25720), exports);
|
|
36071
36427
|
__exportStar(__webpack_require__(87024), exports);
|
|
36072
|
-
__exportStar(__webpack_require__(12772), exports);
|
|
36073
36428
|
__exportStar(__webpack_require__(89792), exports);
|
|
36074
36429
|
__exportStar(__webpack_require__(29414), exports);
|
|
36075
36430
|
__exportStar(__webpack_require__(72615), exports);
|
|
@@ -36078,13 +36433,102 @@ __exportStar(__webpack_require__(52539), exports);
|
|
|
36078
36433
|
|
|
36079
36434
|
/***/ }),
|
|
36080
36435
|
|
|
36081
|
-
/***/
|
|
36436
|
+
/***/ 70281:
|
|
36082
36437
|
/***/ ((__unused_webpack_module, exports) => {
|
|
36083
36438
|
|
|
36084
36439
|
"use strict";
|
|
36085
36440
|
|
|
36086
36441
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36087
|
-
//# sourceMappingURL=
|
|
36442
|
+
//# sourceMappingURL=analytics_rpc_queue_base.js.map
|
|
36443
|
+
|
|
36444
|
+
/***/ }),
|
|
36445
|
+
|
|
36446
|
+
/***/ 31009:
|
|
36447
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36448
|
+
|
|
36449
|
+
"use strict";
|
|
36450
|
+
|
|
36451
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36452
|
+
exports.ANALYTICS_SERVICE_RPC_QUEUE_NAME = exports.AnalyticsServiceRpcQueueAction = void 0;
|
|
36453
|
+
var AnalyticsServiceRpcQueueAction;
|
|
36454
|
+
(function (AnalyticsServiceRpcQueueAction) {
|
|
36455
|
+
AnalyticsServiceRpcQueueAction["CheckIsWebhookAuthConfigUsedInReportScheduledJobs"] = "analytics-service:report-scheduled-jobs:check-is-webhook-auth-config-used";
|
|
36456
|
+
AnalyticsServiceRpcQueueAction["GetScheduledJobsCountByWebhookAuthConfigIds"] = "analytics-service:scheduled-jobs:get-count-by-webhook-auth-config-ids";
|
|
36457
|
+
AnalyticsServiceRpcQueueAction["GetOwnFleetWidgetCatalogItems"] = "analytics-service:own-fleet:widget-catalog-items:get-list";
|
|
36458
|
+
AnalyticsServiceRpcQueueAction["GetOwnFleetPrestoDbMeta"] = "analytics-service:own-fleet:prestodb:get-meta";
|
|
36459
|
+
AnalyticsServiceRpcQueueAction["GetOwnFleetReportCoreObjects"] = "analytics-service:own-fleet:report:get-core-objects";
|
|
36460
|
+
})(AnalyticsServiceRpcQueueAction || (exports.AnalyticsServiceRpcQueueAction = AnalyticsServiceRpcQueueAction = {}));
|
|
36461
|
+
exports.ANALYTICS_SERVICE_RPC_QUEUE_NAME = 'analytics-service-rpc-queue';
|
|
36462
|
+
//# sourceMappingURL=analytics_service_rpc_queue.js.map
|
|
36463
|
+
|
|
36464
|
+
/***/ }),
|
|
36465
|
+
|
|
36466
|
+
/***/ 44108:
|
|
36467
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36468
|
+
|
|
36469
|
+
"use strict";
|
|
36470
|
+
|
|
36471
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36472
|
+
exports.DRUID_DB_LOAD_RPC_QUEUE_NAME = exports.DruidDbLoadRpcQueueAction = void 0;
|
|
36473
|
+
var DruidDbLoadRpcQueueAction;
|
|
36474
|
+
(function (DruidDbLoadRpcQueueAction) {
|
|
36475
|
+
DruidDbLoadRpcQueueAction["GetOwnFleetNumberChartData"] = "analytics-service:own-fleet:number-chart:get-data";
|
|
36476
|
+
DruidDbLoadRpcQueueAction["GetOwnFleetLineChartData"] = "analytics-service:own-fleet:line-chart:get-data";
|
|
36477
|
+
DruidDbLoadRpcQueueAction["GetOwnFleetBarChartData"] = "analytics-service:own-fleet:bar-chart:get-data";
|
|
36478
|
+
DruidDbLoadRpcQueueAction["GetOwnFleetPieChartData"] = "analytics-service:own-fleet:pie-chart:get-data";
|
|
36479
|
+
DruidDbLoadRpcQueueAction["GetOwnFleetDonutChartData"] = "analytics-service:own-fleet:donut-chart:get-data";
|
|
36480
|
+
DruidDbLoadRpcQueueAction["GetOwnFleetReversedBarChartData"] = "analytics-service:own-fleet:reversed-bar-chart:get-data";
|
|
36481
|
+
DruidDbLoadRpcQueueAction["GetOwnFleetReversedFullWidthBarChartData"] = "analytics-service:own-fleet:reversed-full-width-bar-chart:get-data";
|
|
36482
|
+
DruidDbLoadRpcQueueAction["GetOwnFleetBasicLineChartData"] = "analytics-service:own-fleet:basic-line-chart:get-data";
|
|
36483
|
+
DruidDbLoadRpcQueueAction["GetOwnFleetMultiHorizontalReversedBarChartData"] = "analytics-service:own-fleet:multi-horizontal-reversed-bar-chart:get-data";
|
|
36484
|
+
DruidDbLoadRpcQueueAction["GetOwnFleetDoubleYAxisChartData"] = "analytics-service:own-fleet:double-y-axis-chart:get-data";
|
|
36485
|
+
})(DruidDbLoadRpcQueueAction || (exports.DruidDbLoadRpcQueueAction = DruidDbLoadRpcQueueAction = {}));
|
|
36486
|
+
exports.DRUID_DB_LOAD_RPC_QUEUE_NAME = 'analytics-service-druid-db-load-rpc-queue';
|
|
36487
|
+
//# sourceMappingURL=druid_db_load_rpc_queue.js.map
|
|
36488
|
+
|
|
36489
|
+
/***/ }),
|
|
36490
|
+
|
|
36491
|
+
/***/ 85323:
|
|
36492
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
36493
|
+
|
|
36494
|
+
"use strict";
|
|
36495
|
+
|
|
36496
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
36497
|
+
if (k2 === undefined) k2 = k;
|
|
36498
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
36499
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
36500
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
36501
|
+
}
|
|
36502
|
+
Object.defineProperty(o, k2, desc);
|
|
36503
|
+
}) : (function(o, m, k, k2) {
|
|
36504
|
+
if (k2 === undefined) k2 = k;
|
|
36505
|
+
o[k2] = m[k];
|
|
36506
|
+
}));
|
|
36507
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
36508
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
36509
|
+
};
|
|
36510
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36511
|
+
__exportStar(__webpack_require__(70281), exports);
|
|
36512
|
+
__exportStar(__webpack_require__(31009), exports);
|
|
36513
|
+
__exportStar(__webpack_require__(44108), exports);
|
|
36514
|
+
__exportStar(__webpack_require__(1190), exports);
|
|
36515
|
+
//# sourceMappingURL=index.js.map
|
|
36516
|
+
|
|
36517
|
+
/***/ }),
|
|
36518
|
+
|
|
36519
|
+
/***/ 1190:
|
|
36520
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36521
|
+
|
|
36522
|
+
"use strict";
|
|
36523
|
+
|
|
36524
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36525
|
+
exports.PRESTO_DB_LOAD_RPC_QUEUE_NAME = exports.PrestoDbLoadRpcQueueAction = void 0;
|
|
36526
|
+
var PrestoDbLoadRpcQueueAction;
|
|
36527
|
+
(function (PrestoDbLoadRpcQueueAction) {
|
|
36528
|
+
PrestoDbLoadRpcQueueAction["OwnFleetPrestoDbLoad"] = "analytics-service:own-fleet:prestodb:load";
|
|
36529
|
+
})(PrestoDbLoadRpcQueueAction || (exports.PrestoDbLoadRpcQueueAction = PrestoDbLoadRpcQueueAction = {}));
|
|
36530
|
+
exports.PRESTO_DB_LOAD_RPC_QUEUE_NAME = 'analytics-service-presto-db-load-rpc-queue';
|
|
36531
|
+
//# sourceMappingURL=presto_db_load_rpc_queue.js.map
|
|
36088
36532
|
|
|
36089
36533
|
/***/ }),
|
|
36090
36534
|
|
|
@@ -36193,16 +36637,6 @@ var CronDayOfWeek;
|
|
|
36193
36637
|
|
|
36194
36638
|
/***/ }),
|
|
36195
36639
|
|
|
36196
|
-
/***/ 12772:
|
|
36197
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
36198
|
-
|
|
36199
|
-
"use strict";
|
|
36200
|
-
|
|
36201
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36202
|
-
//# sourceMappingURL=webhook_auth_config.js.map
|
|
36203
|
-
|
|
36204
|
-
/***/ }),
|
|
36205
|
-
|
|
36206
36640
|
/***/ 89792:
|
|
36207
36641
|
/***/ ((__unused_webpack_module, exports) => {
|
|
36208
36642
|
|
|
@@ -36227,6 +36661,7 @@ var OwnFleetReportCoreObjects;
|
|
|
36227
36661
|
OwnFleetReportCoreObjects["Users"] = "Users";
|
|
36228
36662
|
OwnFleetReportCoreObjects["Vehicles"] = "Vehicles";
|
|
36229
36663
|
OwnFleetReportCoreObjects["Carriers"] = "Carriers";
|
|
36664
|
+
OwnFleetReportCoreObjects["CapacitySlots"] = "CapacitySlots";
|
|
36230
36665
|
})(OwnFleetReportCoreObjects || (exports.OwnFleetReportCoreObjects = OwnFleetReportCoreObjects = {}));
|
|
36231
36666
|
var DeliveryHubReportCoreObjects;
|
|
36232
36667
|
(function (DeliveryHubReportCoreObjects) {
|
|
@@ -36346,6 +36781,7 @@ var ApplicationUuid;
|
|
|
36346
36781
|
ApplicationUuid["ExclusionWindowTasksLimitApp"] = "376233f1-8be5-4366-9218-6d66e7a8d2de";
|
|
36347
36782
|
ApplicationUuid["Availability"] = "2c6bf985-414b-4411-888a-c0840e660411";
|
|
36348
36783
|
ApplicationUuid["TaskManagedAttributes"] = "d50d31d3-282e-4fb1-a17b-050e5b531650";
|
|
36784
|
+
ApplicationUuid["Relay"] = "6c385991-9359-4e0f-91de-b3bea2943cc9";
|
|
36349
36785
|
})(ApplicationUuid || (exports.ApplicationUuid = ApplicationUuid = {}));
|
|
36350
36786
|
var TaskTimePredictionApplicationFieldName;
|
|
36351
36787
|
(function (TaskTimePredictionApplicationFieldName) {
|
|
@@ -36994,6 +37430,27 @@ var CustomerExperienceCancelEventTypes;
|
|
|
36994
37430
|
|
|
36995
37431
|
/***/ }),
|
|
36996
37432
|
|
|
37433
|
+
/***/ 84639:
|
|
37434
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
37435
|
+
|
|
37436
|
+
"use strict";
|
|
37437
|
+
|
|
37438
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
37439
|
+
exports.ServiceAction = exports.RESPONSE_CODE = void 0;
|
|
37440
|
+
var RESPONSE_CODE;
|
|
37441
|
+
(function (RESPONSE_CODE) {
|
|
37442
|
+
RESPONSE_CODE[RESPONSE_CODE["SUCCESS"] = 0] = "SUCCESS";
|
|
37443
|
+
RESPONSE_CODE[RESPONSE_CODE["VALIDATION_ERROR"] = 1] = "VALIDATION_ERROR";
|
|
37444
|
+
RESPONSE_CODE[RESPONSE_CODE["LOCK_ERROR"] = 2] = "LOCK_ERROR";
|
|
37445
|
+
})(RESPONSE_CODE || (exports.RESPONSE_CODE = RESPONSE_CODE = {}));
|
|
37446
|
+
var ServiceAction;
|
|
37447
|
+
(function (ServiceAction) {
|
|
37448
|
+
ServiceAction["UPSERT"] = "upsert";
|
|
37449
|
+
})(ServiceAction || (exports.ServiceAction = ServiceAction = {}));
|
|
37450
|
+
//# sourceMappingURL=customers_service.js.map
|
|
37451
|
+
|
|
37452
|
+
/***/ }),
|
|
37453
|
+
|
|
36997
37454
|
/***/ 60410:
|
|
36998
37455
|
/***/ ((__unused_webpack_module, exports) => {
|
|
36999
37456
|
|
|
@@ -37933,7 +38390,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
37933
38390
|
"use strict";
|
|
37934
38391
|
|
|
37935
38392
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
37936
|
-
exports.
|
|
38393
|
+
exports.MenuOrigin = exports.EntitySubType = exports.EntityType = void 0;
|
|
37937
38394
|
var EntityType;
|
|
37938
38395
|
(function (EntityType) {
|
|
37939
38396
|
EntityType["MENU"] = "menu";
|
|
@@ -37949,11 +38406,11 @@ var EntitySubType;
|
|
|
37949
38406
|
EntitySubType["SIZE"] = "size";
|
|
37950
38407
|
EntitySubType["PICKER_OPTION"] = "picker_option";
|
|
37951
38408
|
})(EntitySubType || (exports.EntitySubType = EntitySubType = {}));
|
|
37952
|
-
var
|
|
37953
|
-
(function (
|
|
37954
|
-
|
|
37955
|
-
|
|
37956
|
-
})(
|
|
38409
|
+
var MenuOrigin;
|
|
38410
|
+
(function (MenuOrigin) {
|
|
38411
|
+
MenuOrigin["MANUAL"] = "manual";
|
|
38412
|
+
MenuOrigin["SYSTEM"] = "system";
|
|
38413
|
+
})(MenuOrigin || (exports.MenuOrigin = MenuOrigin = {}));
|
|
37957
38414
|
//# sourceMappingURL=menu.js.map
|
|
37958
38415
|
|
|
37959
38416
|
/***/ }),
|
|
@@ -38854,6 +39311,69 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
38854
39311
|
|
|
38855
39312
|
/***/ }),
|
|
38856
39313
|
|
|
39314
|
+
/***/ 87785:
|
|
39315
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
39316
|
+
|
|
39317
|
+
"use strict";
|
|
39318
|
+
|
|
39319
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
39320
|
+
if (k2 === undefined) k2 = k;
|
|
39321
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
39322
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
39323
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
39324
|
+
}
|
|
39325
|
+
Object.defineProperty(o, k2, desc);
|
|
39326
|
+
}) : (function(o, m, k, k2) {
|
|
39327
|
+
if (k2 === undefined) k2 = k;
|
|
39328
|
+
o[k2] = m[k];
|
|
39329
|
+
}));
|
|
39330
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
39331
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
39332
|
+
};
|
|
39333
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
39334
|
+
__exportStar(__webpack_require__(94637), exports);
|
|
39335
|
+
__exportStar(__webpack_require__(49066), exports);
|
|
39336
|
+
//# sourceMappingURL=index.js.map
|
|
39337
|
+
|
|
39338
|
+
/***/ }),
|
|
39339
|
+
|
|
39340
|
+
/***/ 94637:
|
|
39341
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
39342
|
+
|
|
39343
|
+
"use strict";
|
|
39344
|
+
|
|
39345
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
39346
|
+
exports.RELAY_MANAGED_ATTRIBUTES = exports.RelayManagedAttribute = void 0;
|
|
39347
|
+
var RelayManagedAttribute;
|
|
39348
|
+
(function (RelayManagedAttribute) {
|
|
39349
|
+
RelayManagedAttribute["RelayUuid"] = "relay_uuid";
|
|
39350
|
+
RelayManagedAttribute["PreviousRelayLeg"] = "previous_relay_leg";
|
|
39351
|
+
RelayManagedAttribute["NextRelayLeg"] = "next_relay_leg";
|
|
39352
|
+
RelayManagedAttribute["RelayLegPosition"] = "relay_leg_position";
|
|
39353
|
+
})(RelayManagedAttribute || (exports.RelayManagedAttribute = RelayManagedAttribute = {}));
|
|
39354
|
+
exports.RELAY_MANAGED_ATTRIBUTES = Object.values(RelayManagedAttribute);
|
|
39355
|
+
//# sourceMappingURL=managed_attributes.js.map
|
|
39356
|
+
|
|
39357
|
+
/***/ }),
|
|
39358
|
+
|
|
39359
|
+
/***/ 49066:
|
|
39360
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
39361
|
+
|
|
39362
|
+
"use strict";
|
|
39363
|
+
|
|
39364
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
39365
|
+
exports.FailedRelayCreationReason = void 0;
|
|
39366
|
+
var FailedRelayCreationReason;
|
|
39367
|
+
(function (FailedRelayCreationReason) {
|
|
39368
|
+
FailedRelayCreationReason[FailedRelayCreationReason["TaskIsNotLinked"] = 1] = "TaskIsNotLinked";
|
|
39369
|
+
FailedRelayCreationReason[FailedRelayCreationReason["TaskIsNotOpen"] = 2] = "TaskIsNotOpen";
|
|
39370
|
+
FailedRelayCreationReason[FailedRelayCreationReason["MaxAllowedRelayParkingSpotsIsThree"] = 3] = "MaxAllowedRelayParkingSpotsIsThree";
|
|
39371
|
+
FailedRelayCreationReason[FailedRelayCreationReason["CreationProcessFailed"] = 4] = "CreationProcessFailed";
|
|
39372
|
+
})(FailedRelayCreationReason || (exports.FailedRelayCreationReason = FailedRelayCreationReason = {}));
|
|
39373
|
+
//# sourceMappingURL=relay_requests.js.map
|
|
39374
|
+
|
|
39375
|
+
/***/ }),
|
|
39376
|
+
|
|
38857
39377
|
/***/ 63413:
|
|
38858
39378
|
/***/ ((__unused_webpack_module, exports) => {
|
|
38859
39379
|
|
|
@@ -39639,6 +40159,9 @@ var TaskHistoryEvent;
|
|
|
39639
40159
|
TaskHistoryEvent[TaskHistoryEvent["way_point_time_window_changed"] = 50] = "way_point_time_window_changed";
|
|
39640
40160
|
TaskHistoryEvent[TaskHistoryEvent["custom_attribute_changed"] = 51] = "custom_attribute_changed";
|
|
39641
40161
|
TaskHistoryEvent[TaskHistoryEvent["carrier_selector"] = 52] = "carrier_selector";
|
|
40162
|
+
TaskHistoryEvent[TaskHistoryEvent["task_field_primitive_value_changed"] = 53] = "task_field_primitive_value_changed";
|
|
40163
|
+
TaskHistoryEvent[TaskHistoryEvent["task_created"] = 54] = "task_created";
|
|
40164
|
+
TaskHistoryEvent[TaskHistoryEvent["way_point_field_value_changed"] = 55] = "way_point_field_value_changed";
|
|
39642
40165
|
})(TaskHistoryEvent || (exports.TaskHistoryEvent = TaskHistoryEvent = {}));
|
|
39643
40166
|
var TaskCustomAttributesChangeOrigin;
|
|
39644
40167
|
(function (TaskCustomAttributesChangeOrigin) {
|
|
@@ -39883,6 +40406,16 @@ var AutoScheduleType;
|
|
|
39883
40406
|
|
|
39884
40407
|
/***/ }),
|
|
39885
40408
|
|
|
40409
|
+
/***/ 63569:
|
|
40410
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
40411
|
+
|
|
40412
|
+
"use strict";
|
|
40413
|
+
|
|
40414
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
40415
|
+
//# sourceMappingURL=task_managed_attribute.js.map
|
|
40416
|
+
|
|
40417
|
+
/***/ }),
|
|
40418
|
+
|
|
39886
40419
|
/***/ 38798:
|
|
39887
40420
|
/***/ ((__unused_webpack_module, exports) => {
|
|
39888
40421
|
|