@bringg/dashboard-sdk 9.40.0 → 9.41.1
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.consts.d.ts +1 -0
- 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 +587 -78
- package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
- package/dist/bringg-dashboard-sdk.js +376 -68
- 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),
|
|
@@ -17740,6 +17742,155 @@ exports["default"] = ReasonToReassignTasks;
|
|
|
17740
17742
|
|
|
17741
17743
|
/***/ }),
|
|
17742
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
|
+
|
|
17743
17894
|
/***/ 10816:
|
|
17744
17895
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
17745
17896
|
|
|
@@ -22560,7 +22711,7 @@ var lodash_1 = __webpack_require__(96486);
|
|
|
22560
22711
|
var BringgException_1 = __webpack_require__(43605);
|
|
22561
22712
|
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
22562
22713
|
var abort_1 = __webpack_require__(34179);
|
|
22563
|
-
var version = '9.
|
|
22714
|
+
var version = '9.41.1';
|
|
22564
22715
|
function logErrorResponse(response) {
|
|
22565
22716
|
var data = response.data, status = response.status;
|
|
22566
22717
|
try {
|
|
@@ -35268,6 +35419,7 @@ __exportStar(__webpack_require__(19289), exports);
|
|
|
35268
35419
|
__exportStar(__webpack_require__(96900), exports);
|
|
35269
35420
|
__exportStar(__webpack_require__(60416), exports);
|
|
35270
35421
|
__exportStar(__webpack_require__(95444), exports);
|
|
35422
|
+
__exportStar(__webpack_require__(84639), exports);
|
|
35271
35423
|
__exportStar(__webpack_require__(60410), exports);
|
|
35272
35424
|
__exportStar(__webpack_require__(38214), exports);
|
|
35273
35425
|
__exportStar(__webpack_require__(58504), exports);
|
|
@@ -35332,6 +35484,7 @@ __exportStar(__webpack_require__(62548), exports);
|
|
|
35332
35484
|
__exportStar(__webpack_require__(93403), exports);
|
|
35333
35485
|
__exportStar(__webpack_require__(1373), exports);
|
|
35334
35486
|
__exportStar(__webpack_require__(64323), exports);
|
|
35487
|
+
__exportStar(__webpack_require__(87785), exports);
|
|
35335
35488
|
__exportStar(__webpack_require__(63413), exports);
|
|
35336
35489
|
__exportStar(__webpack_require__(10228), exports);
|
|
35337
35490
|
__exportStar(__webpack_require__(53543), exports);
|
|
@@ -35364,6 +35517,7 @@ __exportStar(__webpack_require__(78394), exports);
|
|
|
35364
35517
|
__exportStar(__webpack_require__(93422), exports);
|
|
35365
35518
|
__exportStar(__webpack_require__(15814), exports);
|
|
35366
35519
|
__exportStar(__webpack_require__(92086), exports);
|
|
35520
|
+
__exportStar(__webpack_require__(63569), exports);
|
|
35367
35521
|
__exportStar(__webpack_require__(38798), exports);
|
|
35368
35522
|
__exportStar(__webpack_require__(686), exports);
|
|
35369
35523
|
__exportStar(__webpack_require__(23400), exports);
|
|
@@ -35713,34 +35867,13 @@ var SharedEntityAccessLevel;
|
|
|
35713
35867
|
|
|
35714
35868
|
/***/ }),
|
|
35715
35869
|
|
|
35716
|
-
/***/ 13538:
|
|
35717
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
35718
|
-
|
|
35719
|
-
"use strict";
|
|
35720
|
-
|
|
35721
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35722
|
-
exports.AnalyticsServiceRpcAction = exports.ANALYTICS_SERVICE_RPC_QUEUE_NAME_FOR_MVP = exports.ANALYTICS_SERVICE_RPC_QUEUE_NAME = void 0;
|
|
35723
|
-
exports.ANALYTICS_SERVICE_RPC_QUEUE_NAME = 'analytics-service-rpc-queue';
|
|
35724
|
-
exports.ANALYTICS_SERVICE_RPC_QUEUE_NAME_FOR_MVP = 'analytics-service-rpc-queue-mvp';
|
|
35725
|
-
var AnalyticsServiceRpcAction;
|
|
35726
|
-
(function (AnalyticsServiceRpcAction) {
|
|
35727
|
-
AnalyticsServiceRpcAction["CheckIsWebhookAuthConfigUsedInReportScheduledJobs"] = "analytics-service:report-scheduled-jobs:check-is-webhook-auth-config-used";
|
|
35728
|
-
AnalyticsServiceRpcAction["GetScheduledJobsCountByWebhookAuthConfigIds"] = "analytics-service:scheduled-jobs:get-count-by-webhook-auth-config-ids";
|
|
35729
|
-
AnalyticsServiceRpcAction["GetOwnFleetWidgetCatalogItems"] = "analytics-service:own-fleet:widget-catalog-items:get-list";
|
|
35730
|
-
AnalyticsServiceRpcAction["GetOwnFleetPrestoDbMeta"] = "analytics-service:own-fleet:prestodb:get-meta";
|
|
35731
|
-
AnalyticsServiceRpcAction["OwnFleetPrestoDbLoad"] = "analytics-service:own-fleet:prestodb:load";
|
|
35732
|
-
})(AnalyticsServiceRpcAction || (exports.AnalyticsServiceRpcAction = AnalyticsServiceRpcAction = {}));
|
|
35733
|
-
//# sourceMappingURL=rpc.js.map
|
|
35734
|
-
|
|
35735
|
-
/***/ }),
|
|
35736
|
-
|
|
35737
35870
|
/***/ 95112:
|
|
35738
35871
|
/***/ ((__unused_webpack_module, exports) => {
|
|
35739
35872
|
|
|
35740
35873
|
"use strict";
|
|
35741
35874
|
|
|
35742
35875
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35743
|
-
exports.DeliveryHubDruidCube = exports.OwnFleetDruidCube = exports.CubeDataSource = exports.
|
|
35876
|
+
exports.DeliveryHubDruidCube = exports.OwnFleetDruidCube = exports.CubeDataSource = exports.ANALYTICS_CONTINUE_WAIT_ERROR = exports.TimeDimensionGranularityEnum = void 0;
|
|
35744
35877
|
var TimeDimensionGranularityEnum;
|
|
35745
35878
|
(function (TimeDimensionGranularityEnum) {
|
|
35746
35879
|
TimeDimensionGranularityEnum["hour"] = "hour";
|
|
@@ -35749,20 +35882,7 @@ var TimeDimensionGranularityEnum;
|
|
|
35749
35882
|
TimeDimensionGranularityEnum["month"] = "month";
|
|
35750
35883
|
TimeDimensionGranularityEnum["year"] = "year";
|
|
35751
35884
|
})(TimeDimensionGranularityEnum || (exports.TimeDimensionGranularityEnum = TimeDimensionGranularityEnum = {}));
|
|
35752
|
-
|
|
35753
|
-
(function (PredefinedDateRange) {
|
|
35754
|
-
PredefinedDateRange["today"] = "today";
|
|
35755
|
-
PredefinedDateRange["yesterday"] = "yesterday";
|
|
35756
|
-
PredefinedDateRange["tomorrow"] = "tomorrow";
|
|
35757
|
-
PredefinedDateRange["this week"] = "this week";
|
|
35758
|
-
PredefinedDateRange["this month"] = "this month";
|
|
35759
|
-
PredefinedDateRange["from 6 days ago to now"] = "from 6 days ago to now";
|
|
35760
|
-
PredefinedDateRange["from 29 days ago to now"] = "from 29 days ago to now";
|
|
35761
|
-
PredefinedDateRange["last month"] = "last month";
|
|
35762
|
-
PredefinedDateRange["next 7 days"] = "next 7 days";
|
|
35763
|
-
PredefinedDateRange["next 30 days"] = "next 30 days";
|
|
35764
|
-
PredefinedDateRange["next month"] = "next month";
|
|
35765
|
-
})(PredefinedDateRange || (exports.PredefinedDateRange = PredefinedDateRange = {}));
|
|
35885
|
+
exports.ANALYTICS_CONTINUE_WAIT_ERROR = 'Continue wait';
|
|
35766
35886
|
var CubeDataSource;
|
|
35767
35887
|
(function (CubeDataSource) {
|
|
35768
35888
|
CubeDataSource["Presto"] = "prestodb";
|
|
@@ -35775,6 +35895,7 @@ var OwnFleetDruidCube;
|
|
|
35775
35895
|
OwnFleetDruidCube["FleetEvents"] = "FleetEvents";
|
|
35776
35896
|
OwnFleetDruidCube["Runs"] = "Runs";
|
|
35777
35897
|
OwnFleetDruidCube["TosModelEvaluation"] = "TosModelEvaluation";
|
|
35898
|
+
OwnFleetDruidCube["RouteAdherence"] = "RouteAdherence";
|
|
35778
35899
|
})(OwnFleetDruidCube || (exports.OwnFleetDruidCube = OwnFleetDruidCube = {}));
|
|
35779
35900
|
var DeliveryHubDruidCube;
|
|
35780
35901
|
(function (DeliveryHubDruidCube) {
|
|
@@ -35878,37 +35999,117 @@ var DashboardFilterOwnFleet;
|
|
|
35878
35999
|
|
|
35879
36000
|
/***/ }),
|
|
35880
36001
|
|
|
35881
|
-
/***/
|
|
36002
|
+
/***/ 52677:
|
|
36003
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
36004
|
+
|
|
36005
|
+
"use strict";
|
|
36006
|
+
|
|
36007
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36008
|
+
//# sourceMappingURL=delivery_hub_bar_chart_data.js.map
|
|
36009
|
+
|
|
36010
|
+
/***/ }),
|
|
36011
|
+
|
|
36012
|
+
/***/ 1468:
|
|
35882
36013
|
/***/ ((__unused_webpack_module, exports) => {
|
|
35883
36014
|
|
|
35884
36015
|
"use strict";
|
|
35885
36016
|
|
|
35886
36017
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35887
|
-
//# sourceMappingURL=
|
|
36018
|
+
//# sourceMappingURL=delivery_hub_basic_line_chart_data.js.map
|
|
35888
36019
|
|
|
35889
36020
|
/***/ }),
|
|
35890
36021
|
|
|
35891
|
-
/***/
|
|
36022
|
+
/***/ 95881:
|
|
35892
36023
|
/***/ ((__unused_webpack_module, exports) => {
|
|
35893
36024
|
|
|
35894
36025
|
"use strict";
|
|
35895
36026
|
|
|
35896
36027
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35897
|
-
//# sourceMappingURL=
|
|
36028
|
+
//# sourceMappingURL=delivery_hub_donut_chart_data.js.map
|
|
35898
36029
|
|
|
35899
36030
|
/***/ }),
|
|
35900
36031
|
|
|
35901
|
-
/***/
|
|
36032
|
+
/***/ 85055:
|
|
35902
36033
|
/***/ ((__unused_webpack_module, exports) => {
|
|
35903
36034
|
|
|
35904
36035
|
"use strict";
|
|
35905
36036
|
|
|
35906
36037
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35907
|
-
//# sourceMappingURL=
|
|
36038
|
+
//# sourceMappingURL=delivery_hub_double_y_axis_chart.js.map
|
|
35908
36039
|
|
|
35909
36040
|
/***/ }),
|
|
35910
36041
|
|
|
35911
|
-
/***/
|
|
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:
|
|
35912
36113
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
35913
36114
|
|
|
35914
36115
|
"use strict";
|
|
@@ -35928,42 +36129,173 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
35928
36129
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
35929
36130
|
};
|
|
35930
36131
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35931
|
-
__exportStar(__webpack_require__(
|
|
35932
|
-
__exportStar(__webpack_require__(
|
|
35933
|
-
__exportStar(__webpack_require__(
|
|
35934
|
-
__exportStar(__webpack_require__(
|
|
35935
|
-
__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);
|
|
35936
36143
|
//# sourceMappingURL=index.js.map
|
|
35937
36144
|
|
|
35938
36145
|
/***/ }),
|
|
35939
36146
|
|
|
35940
|
-
/***/
|
|
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:
|
|
35941
36183
|
/***/ ((__unused_webpack_module, exports) => {
|
|
35942
36184
|
|
|
35943
36185
|
"use strict";
|
|
35944
36186
|
|
|
35945
36187
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35946
|
-
//# sourceMappingURL=
|
|
36188
|
+
//# sourceMappingURL=own_fleet_bar_chart_data.js.map
|
|
35947
36189
|
|
|
35948
36190
|
/***/ }),
|
|
35949
36191
|
|
|
35950
|
-
/***/
|
|
36192
|
+
/***/ 83583:
|
|
35951
36193
|
/***/ ((__unused_webpack_module, exports) => {
|
|
35952
36194
|
|
|
35953
36195
|
"use strict";
|
|
35954
36196
|
|
|
35955
36197
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35956
|
-
//# sourceMappingURL=
|
|
36198
|
+
//# sourceMappingURL=own_fleet_basic_line_chart_data.js.map
|
|
35957
36199
|
|
|
35958
36200
|
/***/ }),
|
|
35959
36201
|
|
|
35960
|
-
/***/
|
|
36202
|
+
/***/ 61383:
|
|
35961
36203
|
/***/ ((__unused_webpack_module, exports) => {
|
|
35962
36204
|
|
|
35963
36205
|
"use strict";
|
|
35964
36206
|
|
|
35965
36207
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35966
|
-
//# 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
|
|
35967
36299
|
|
|
35968
36300
|
/***/ }),
|
|
35969
36301
|
|
|
@@ -36076,24 +36408,23 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
36076
36408
|
__exportStar(__webpack_require__(9439), exports);
|
|
36077
36409
|
__exportStar(__webpack_require__(52783), exports);
|
|
36078
36410
|
__exportStar(__webpack_require__(29085), exports);
|
|
36079
|
-
__exportStar(__webpack_require__(13538), exports);
|
|
36080
36411
|
__exportStar(__webpack_require__(95112), exports);
|
|
36081
36412
|
__exportStar(__webpack_require__(70856), exports);
|
|
36082
36413
|
__exportStar(__webpack_require__(92270), exports);
|
|
36083
36414
|
__exportStar(__webpack_require__(45879), exports);
|
|
36084
36415
|
__exportStar(__webpack_require__(57505), exports);
|
|
36085
36416
|
__exportStar(__webpack_require__(21585), exports);
|
|
36086
|
-
__exportStar(__webpack_require__(
|
|
36087
|
-
__exportStar(__webpack_require__(
|
|
36417
|
+
__exportStar(__webpack_require__(34477), exports);
|
|
36418
|
+
__exportStar(__webpack_require__(75758), exports);
|
|
36419
|
+
__exportStar(__webpack_require__(3465), exports);
|
|
36088
36420
|
__exportStar(__webpack_require__(33596), exports);
|
|
36089
36421
|
__exportStar(__webpack_require__(48350), exports);
|
|
36090
|
-
__exportStar(__webpack_require__(
|
|
36422
|
+
__exportStar(__webpack_require__(85323), exports);
|
|
36091
36423
|
__exportStar(__webpack_require__(91684), exports);
|
|
36092
36424
|
__exportStar(__webpack_require__(28327), exports);
|
|
36093
36425
|
__exportStar(__webpack_require__(42586), exports);
|
|
36094
36426
|
__exportStar(__webpack_require__(25720), exports);
|
|
36095
36427
|
__exportStar(__webpack_require__(87024), exports);
|
|
36096
|
-
__exportStar(__webpack_require__(12772), exports);
|
|
36097
36428
|
__exportStar(__webpack_require__(89792), exports);
|
|
36098
36429
|
__exportStar(__webpack_require__(29414), exports);
|
|
36099
36430
|
__exportStar(__webpack_require__(72615), exports);
|
|
@@ -36102,13 +36433,102 @@ __exportStar(__webpack_require__(52539), exports);
|
|
|
36102
36433
|
|
|
36103
36434
|
/***/ }),
|
|
36104
36435
|
|
|
36105
|
-
/***/
|
|
36436
|
+
/***/ 70281:
|
|
36106
36437
|
/***/ ((__unused_webpack_module, exports) => {
|
|
36107
36438
|
|
|
36108
36439
|
"use strict";
|
|
36109
36440
|
|
|
36110
36441
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36111
|
-
//# 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
|
|
36112
36532
|
|
|
36113
36533
|
/***/ }),
|
|
36114
36534
|
|
|
@@ -36217,16 +36637,6 @@ var CronDayOfWeek;
|
|
|
36217
36637
|
|
|
36218
36638
|
/***/ }),
|
|
36219
36639
|
|
|
36220
|
-
/***/ 12772:
|
|
36221
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
36222
|
-
|
|
36223
|
-
"use strict";
|
|
36224
|
-
|
|
36225
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
36226
|
-
//# sourceMappingURL=webhook_auth_config.js.map
|
|
36227
|
-
|
|
36228
|
-
/***/ }),
|
|
36229
|
-
|
|
36230
36640
|
/***/ 89792:
|
|
36231
36641
|
/***/ ((__unused_webpack_module, exports) => {
|
|
36232
36642
|
|
|
@@ -36251,6 +36661,7 @@ var OwnFleetReportCoreObjects;
|
|
|
36251
36661
|
OwnFleetReportCoreObjects["Users"] = "Users";
|
|
36252
36662
|
OwnFleetReportCoreObjects["Vehicles"] = "Vehicles";
|
|
36253
36663
|
OwnFleetReportCoreObjects["Carriers"] = "Carriers";
|
|
36664
|
+
OwnFleetReportCoreObjects["CapacitySlots"] = "CapacitySlots";
|
|
36254
36665
|
})(OwnFleetReportCoreObjects || (exports.OwnFleetReportCoreObjects = OwnFleetReportCoreObjects = {}));
|
|
36255
36666
|
var DeliveryHubReportCoreObjects;
|
|
36256
36667
|
(function (DeliveryHubReportCoreObjects) {
|
|
@@ -36370,6 +36781,7 @@ var ApplicationUuid;
|
|
|
36370
36781
|
ApplicationUuid["ExclusionWindowTasksLimitApp"] = "376233f1-8be5-4366-9218-6d66e7a8d2de";
|
|
36371
36782
|
ApplicationUuid["Availability"] = "2c6bf985-414b-4411-888a-c0840e660411";
|
|
36372
36783
|
ApplicationUuid["TaskManagedAttributes"] = "d50d31d3-282e-4fb1-a17b-050e5b531650";
|
|
36784
|
+
ApplicationUuid["Relay"] = "6c385991-9359-4e0f-91de-b3bea2943cc9";
|
|
36373
36785
|
})(ApplicationUuid || (exports.ApplicationUuid = ApplicationUuid = {}));
|
|
36374
36786
|
var TaskTimePredictionApplicationFieldName;
|
|
36375
36787
|
(function (TaskTimePredictionApplicationFieldName) {
|
|
@@ -37018,6 +37430,27 @@ var CustomerExperienceCancelEventTypes;
|
|
|
37018
37430
|
|
|
37019
37431
|
/***/ }),
|
|
37020
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
|
+
|
|
37021
37454
|
/***/ 60410:
|
|
37022
37455
|
/***/ ((__unused_webpack_module, exports) => {
|
|
37023
37456
|
|
|
@@ -37957,7 +38390,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
37957
38390
|
"use strict";
|
|
37958
38391
|
|
|
37959
38392
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
37960
|
-
exports.
|
|
38393
|
+
exports.MenuOrigin = exports.EntitySubType = exports.EntityType = void 0;
|
|
37961
38394
|
var EntityType;
|
|
37962
38395
|
(function (EntityType) {
|
|
37963
38396
|
EntityType["MENU"] = "menu";
|
|
@@ -37973,11 +38406,11 @@ var EntitySubType;
|
|
|
37973
38406
|
EntitySubType["SIZE"] = "size";
|
|
37974
38407
|
EntitySubType["PICKER_OPTION"] = "picker_option";
|
|
37975
38408
|
})(EntitySubType || (exports.EntitySubType = EntitySubType = {}));
|
|
37976
|
-
var
|
|
37977
|
-
(function (
|
|
37978
|
-
|
|
37979
|
-
|
|
37980
|
-
})(
|
|
38409
|
+
var MenuOrigin;
|
|
38410
|
+
(function (MenuOrigin) {
|
|
38411
|
+
MenuOrigin["MANUAL"] = "manual";
|
|
38412
|
+
MenuOrigin["SYSTEM"] = "system";
|
|
38413
|
+
})(MenuOrigin || (exports.MenuOrigin = MenuOrigin = {}));
|
|
37981
38414
|
//# sourceMappingURL=menu.js.map
|
|
37982
38415
|
|
|
37983
38416
|
/***/ }),
|
|
@@ -38878,6 +39311,69 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
38878
39311
|
|
|
38879
39312
|
/***/ }),
|
|
38880
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
|
+
|
|
38881
39377
|
/***/ 63413:
|
|
38882
39378
|
/***/ ((__unused_webpack_module, exports) => {
|
|
38883
39379
|
|
|
@@ -39663,6 +40159,9 @@ var TaskHistoryEvent;
|
|
|
39663
40159
|
TaskHistoryEvent[TaskHistoryEvent["way_point_time_window_changed"] = 50] = "way_point_time_window_changed";
|
|
39664
40160
|
TaskHistoryEvent[TaskHistoryEvent["custom_attribute_changed"] = 51] = "custom_attribute_changed";
|
|
39665
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";
|
|
39666
40165
|
})(TaskHistoryEvent || (exports.TaskHistoryEvent = TaskHistoryEvent = {}));
|
|
39667
40166
|
var TaskCustomAttributesChangeOrigin;
|
|
39668
40167
|
(function (TaskCustomAttributesChangeOrigin) {
|
|
@@ -39907,6 +40406,16 @@ var AutoScheduleType;
|
|
|
39907
40406
|
|
|
39908
40407
|
/***/ }),
|
|
39909
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
|
+
|
|
39910
40419
|
/***/ 38798:
|
|
39911
40420
|
/***/ ((__unused_webpack_module, exports) => {
|
|
39912
40421
|
|