@bringg/dashboard-sdk 0.19.9 → 0.19.10
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/Services/ServiceRequest.js +1 -1
- package/dist/Templates/Entity/TemplatesEntity.d.ts +8 -0
- package/dist/Templates/Entity/TemplatesEntity.js +81 -0
- package/dist/Templates/Entity/TemplatesEntity.js.map +1 -0
- package/dist/Templates/Templates.consts.d.ts +6 -0
- package/dist/Templates/Templates.consts.js +8 -0
- package/dist/Templates/Templates.consts.js.map +1 -0
- package/dist/Templates/TemplatesApi.d.ts +7 -0
- package/dist/Templates/TemplatesApi.js +14 -0
- package/dist/Templates/TemplatesApi.js.map +1 -0
- package/dist/bringg-dashboard-sdk-cjs2.js +185 -62
- package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
- package/dist/bringg-dashboard-sdk.js +41 -2
- package/dist/bringg-dashboard-sdk.min.js +2 -2
- package/dist/bringg-dashboard-sdk.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -22455,15 +22455,16 @@ var FloatingInventoryApi_1 = __webpack_require__(456);
|
|
|
22455
22455
|
var ServiceAreaApi_1 = __webpack_require__(459);
|
|
22456
22456
|
var BillingApi_1 = __webpack_require__(461);
|
|
22457
22457
|
var PackageApi_1 = __webpack_require__(463);
|
|
22458
|
-
var
|
|
22459
|
-
var
|
|
22460
|
-
var
|
|
22461
|
-
var
|
|
22462
|
-
var
|
|
22463
|
-
var
|
|
22464
|
-
var
|
|
22465
|
-
var
|
|
22466
|
-
var
|
|
22458
|
+
var TemplatesApi_1 = __webpack_require__(466);
|
|
22459
|
+
var UserAnalyticsApi_1 = __webpack_require__(469);
|
|
22460
|
+
var AnalyticsReportsApi_1 = __webpack_require__(474);
|
|
22461
|
+
var ServicePlansApi_1 = __webpack_require__(476);
|
|
22462
|
+
var AlertsApi_1 = __webpack_require__(478);
|
|
22463
|
+
var DeliveryCatalogApi_1 = __webpack_require__(481);
|
|
22464
|
+
var RouteOptimizationApi_1 = __webpack_require__(483);
|
|
22465
|
+
var RatesApi_1 = __webpack_require__(484);
|
|
22466
|
+
var RouteOptimizationService_1 = __webpack_require__(487);
|
|
22467
|
+
var ParkingSpotApi_1 = __webpack_require__(489);
|
|
22467
22468
|
var BringgDashboardSDK = /** @class */ (function () {
|
|
22468
22469
|
function BringgDashboardSDK(session) {
|
|
22469
22470
|
this.applicationMerchantConfiguration = null;
|
|
@@ -22588,6 +22589,7 @@ var BringgDashboardSDK = /** @class */ (function () {
|
|
|
22588
22589
|
bringg.alertsApi = new AlertsApi_1.default(session);
|
|
22589
22590
|
bringg.deliveryCatalog = new DeliveryCatalogApi_1.default(session);
|
|
22590
22591
|
bringg.packageApi = new PackageApi_1.default(session);
|
|
22592
|
+
bringg.templatesApi = new TemplatesApi_1.default(session);
|
|
22591
22593
|
bringg.routeOptimizationApi = new RouteOptimizationApi_1.default(session);
|
|
22592
22594
|
bringg.ratesApi = new RatesApi_1.default(session);
|
|
22593
22595
|
bringg.routeOptimizationService = new RouteOptimizationService_1.default(session);
|
|
@@ -30876,7 +30878,7 @@ var axios_1 = __webpack_require__(138);
|
|
|
30876
30878
|
var Logger_1 = __webpack_require__(43);
|
|
30877
30879
|
var lodash_1 = __webpack_require__(11);
|
|
30878
30880
|
var BringgException_1 = __webpack_require__(15);
|
|
30879
|
-
var version = '0.19.
|
|
30881
|
+
var version = '0.19.10';
|
|
30880
30882
|
function logErrorResponse(response) {
|
|
30881
30883
|
var data = response.data, status = response.status;
|
|
30882
30884
|
try {
|
|
@@ -35070,7 +35072,7 @@ var Logger_1 = __webpack_require__(43);
|
|
|
35070
35072
|
//export types
|
|
35071
35073
|
var BringgDashboardSDK_1 = __webpack_require__(67);
|
|
35072
35074
|
Object.defineProperty(exports, "BringgDashboardSDK", { enumerable: true, get: function () { return BringgDashboardSDK_1.BringgDashboardSDK; } });
|
|
35073
|
-
var VehicleTypeConsts = __webpack_require__(
|
|
35075
|
+
var VehicleTypeConsts = __webpack_require__(491);
|
|
35074
35076
|
exports.VehicleTypeConsts = VehicleTypeConsts;
|
|
35075
35077
|
var TaskInventoryConsts = __webpack_require__(125);
|
|
35076
35078
|
exports.TaskInventoryConsts = TaskInventoryConsts;
|
|
@@ -35078,7 +35080,7 @@ var RunConsts = __webpack_require__(77);
|
|
|
35078
35080
|
exports.RunConsts = RunConsts;
|
|
35079
35081
|
var ReasonToChangeInventory = __webpack_require__(124);
|
|
35080
35082
|
exports.ReasonToChangeInventory = ReasonToChangeInventory;
|
|
35081
|
-
var PlannedRoutesConsts = __webpack_require__(
|
|
35083
|
+
var PlannedRoutesConsts = __webpack_require__(492);
|
|
35082
35084
|
exports.PlannedRoutesConsts = PlannedRoutesConsts;
|
|
35083
35085
|
var NotificationTypesConsts = __webpack_require__(129);
|
|
35084
35086
|
exports.NotificationTypesConsts = NotificationTypesConsts;
|
|
@@ -35088,19 +35090,19 @@ var LanguageConsts = __webpack_require__(128);
|
|
|
35088
35090
|
exports.LanguageConsts = LanguageConsts;
|
|
35089
35091
|
var DashboardConsts = __webpack_require__(123);
|
|
35090
35092
|
exports.DashboardConsts = DashboardConsts;
|
|
35091
|
-
var CrewConsts = __webpack_require__(
|
|
35093
|
+
var CrewConsts = __webpack_require__(493);
|
|
35092
35094
|
exports.CrewConsts = CrewConsts;
|
|
35093
35095
|
var ChatMessageConsts = __webpack_require__(127);
|
|
35094
35096
|
exports.ChatMessageConsts = ChatMessageConsts;
|
|
35095
35097
|
var ChatConversationConsts = __webpack_require__(126);
|
|
35096
35098
|
exports.ChatConversationConsts = ChatConversationConsts;
|
|
35097
|
-
var Responses = __webpack_require__(
|
|
35099
|
+
var Responses = __webpack_require__(494);
|
|
35098
35100
|
exports.Responses = Responses;
|
|
35099
|
-
var TagConsts = __webpack_require__(
|
|
35101
|
+
var TagConsts = __webpack_require__(495);
|
|
35100
35102
|
exports.TagConsts = TagConsts;
|
|
35101
|
-
var DeliveryBlockConsts = __webpack_require__(
|
|
35103
|
+
var DeliveryBlockConsts = __webpack_require__(496);
|
|
35102
35104
|
exports.DeliveryBlockConsts = DeliveryBlockConsts;
|
|
35103
|
-
var ResourceUploadType_1 = __webpack_require__(
|
|
35105
|
+
var ResourceUploadType_1 = __webpack_require__(497);
|
|
35104
35106
|
exports.ResourceUploadType = ResourceUploadType_1.default;
|
|
35105
35107
|
var runs_consts_1 = __webpack_require__(77);
|
|
35106
35108
|
Object.defineProperty(exports, "RunStatus", { enumerable: true, get: function () { return runs_consts_1.RunStatus; } });
|
|
@@ -37373,7 +37375,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
37373
37375
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37374
37376
|
exports.RealtimeConnection = void 0;
|
|
37375
37377
|
var Logger_1 = __webpack_require__(43);
|
|
37376
|
-
var socket_io_client_1 = __webpack_require__(
|
|
37378
|
+
var socket_io_client_1 = __webpack_require__(498);
|
|
37377
37379
|
var RealtimeConnection = /** @class */ (function () {
|
|
37378
37380
|
function RealtimeConnection(endpoint, notifiable) {
|
|
37379
37381
|
this.endpoint = endpoint;
|
|
@@ -53986,7 +53988,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
53986
53988
|
};
|
|
53987
53989
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53988
53990
|
var StoreEntity_1 = __webpack_require__(8);
|
|
53989
|
-
var uuid_1 = __webpack_require__(
|
|
53991
|
+
var uuid_1 = __webpack_require__(499);
|
|
53990
53992
|
var _ = __webpack_require__(11);
|
|
53991
53993
|
var pDefer = __webpack_require__(438);
|
|
53992
53994
|
var entityName = 'application_action';
|
|
@@ -55935,6 +55937,127 @@ exports.Routes = {
|
|
|
55935
55937
|
|
|
55936
55938
|
"use strict";
|
|
55937
55939
|
|
|
55940
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55941
|
+
var TemplatesEntity_1 = __webpack_require__(467);
|
|
55942
|
+
var TemplatesApi = /** @class */ (function () {
|
|
55943
|
+
function TemplatesApi(session) {
|
|
55944
|
+
this.templatesEntity = new TemplatesEntity_1.default(session);
|
|
55945
|
+
}
|
|
55946
|
+
TemplatesApi.prototype.printZPLPDF = function (body) {
|
|
55947
|
+
return this.templatesEntity.printZPLPDF(body);
|
|
55948
|
+
};
|
|
55949
|
+
return TemplatesApi;
|
|
55950
|
+
}());
|
|
55951
|
+
exports.default = TemplatesApi;
|
|
55952
|
+
//# sourceMappingURL=TemplatesApi.js.map
|
|
55953
|
+
|
|
55954
|
+
/***/ }),
|
|
55955
|
+
/* 467 */
|
|
55956
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
55957
|
+
|
|
55958
|
+
"use strict";
|
|
55959
|
+
|
|
55960
|
+
var __extends = (this && this.__extends) || (function () {
|
|
55961
|
+
var extendStatics = function (d, b) {
|
|
55962
|
+
extendStatics = Object.setPrototypeOf ||
|
|
55963
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
55964
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
55965
|
+
return extendStatics(d, b);
|
|
55966
|
+
};
|
|
55967
|
+
return function (d, b) {
|
|
55968
|
+
if (typeof b !== "function" && b !== null)
|
|
55969
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
55970
|
+
extendStatics(d, b);
|
|
55971
|
+
function __() { this.constructor = d; }
|
|
55972
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
55973
|
+
};
|
|
55974
|
+
})();
|
|
55975
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
55976
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
55977
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
55978
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
55979
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
55980
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
55981
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
55982
|
+
});
|
|
55983
|
+
};
|
|
55984
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
55985
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
55986
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
55987
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
55988
|
+
function step(op) {
|
|
55989
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
55990
|
+
while (_) try {
|
|
55991
|
+
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;
|
|
55992
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
55993
|
+
switch (op[0]) {
|
|
55994
|
+
case 0: case 1: t = op; break;
|
|
55995
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
55996
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
55997
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
55998
|
+
default:
|
|
55999
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
56000
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
56001
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
56002
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
56003
|
+
if (t[2]) _.ops.pop();
|
|
56004
|
+
_.trys.pop(); continue;
|
|
56005
|
+
}
|
|
56006
|
+
op = body.call(thisArg, _);
|
|
56007
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
56008
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
56009
|
+
}
|
|
56010
|
+
};
|
|
56011
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56012
|
+
var Entity_1 = __webpack_require__(4);
|
|
56013
|
+
var Templates_consts_1 = __webpack_require__(468);
|
|
56014
|
+
var TemplatesEntity = /** @class */ (function (_super) {
|
|
56015
|
+
__extends(TemplatesEntity, _super);
|
|
56016
|
+
function TemplatesEntity(session) {
|
|
56017
|
+
return _super.call(this, {
|
|
56018
|
+
session: session,
|
|
56019
|
+
entityName: 'templates'
|
|
56020
|
+
}) || this;
|
|
56021
|
+
}
|
|
56022
|
+
TemplatesEntity.prototype.printZPLPDF = function (body) {
|
|
56023
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
56024
|
+
return __generator(this, function (_a) {
|
|
56025
|
+
switch (_a.label) {
|
|
56026
|
+
case 0: return [4 /*yield*/, this.service.routeGenerator
|
|
56027
|
+
.get(Templates_consts_1.Routes.ZPL_PRINTER)
|
|
56028
|
+
.withPayload(body)
|
|
56029
|
+
.setException('failed to print a PDF from ZPL')
|
|
56030
|
+
.invoke()];
|
|
56031
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
56032
|
+
}
|
|
56033
|
+
});
|
|
56034
|
+
});
|
|
56035
|
+
};
|
|
56036
|
+
return TemplatesEntity;
|
|
56037
|
+
}(Entity_1.default));
|
|
56038
|
+
exports.default = TemplatesEntity;
|
|
56039
|
+
//# sourceMappingURL=TemplatesEntity.js.map
|
|
56040
|
+
|
|
56041
|
+
/***/ }),
|
|
56042
|
+
/* 468 */
|
|
56043
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
56044
|
+
|
|
56045
|
+
"use strict";
|
|
56046
|
+
|
|
56047
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56048
|
+
exports.Routes = void 0;
|
|
56049
|
+
var baseRoute = 'templates-service/v1';
|
|
56050
|
+
exports.Routes = {
|
|
56051
|
+
ZPL_PRINTER: baseRoute + "/printer/zpl"
|
|
56052
|
+
};
|
|
56053
|
+
//# sourceMappingURL=Templates.consts.js.map
|
|
56054
|
+
|
|
56055
|
+
/***/ }),
|
|
56056
|
+
/* 469 */
|
|
56057
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
56058
|
+
|
|
56059
|
+
"use strict";
|
|
56060
|
+
|
|
55938
56061
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
55939
56062
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
55940
56063
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -55972,8 +56095,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
55972
56095
|
}
|
|
55973
56096
|
};
|
|
55974
56097
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55975
|
-
var user_analytics_1 = __webpack_require__(
|
|
55976
|
-
var types_1 = __webpack_require__(
|
|
56098
|
+
var user_analytics_1 = __webpack_require__(470);
|
|
56099
|
+
var types_1 = __webpack_require__(473);
|
|
55977
56100
|
var UserAnalyticsApi = /** @class */ (function () {
|
|
55978
56101
|
function UserAnalyticsApi(session) {
|
|
55979
56102
|
this.session = session;
|
|
@@ -56029,13 +56152,13 @@ exports.default = UserAnalyticsApi;
|
|
|
56029
56152
|
//# sourceMappingURL=UserAnalyticsApi.js.map
|
|
56030
56153
|
|
|
56031
56154
|
/***/ }),
|
|
56032
|
-
/*
|
|
56155
|
+
/* 470 */
|
|
56033
56156
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56034
56157
|
|
|
56035
56158
|
"use strict";
|
|
56036
56159
|
|
|
56037
56160
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56038
|
-
const pendo_1 = __webpack_require__(
|
|
56161
|
+
const pendo_1 = __webpack_require__(471);
|
|
56039
56162
|
class AnalyticsApi {
|
|
56040
56163
|
constructor() {
|
|
56041
56164
|
this.provider = new pendo_1.PendoProvider();
|
|
@@ -56055,14 +56178,14 @@ exports.default = AnalyticsApi;
|
|
|
56055
56178
|
//# sourceMappingURL=index.js.map
|
|
56056
56179
|
|
|
56057
56180
|
/***/ }),
|
|
56058
|
-
/*
|
|
56181
|
+
/* 471 */
|
|
56059
56182
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56060
56183
|
|
|
56061
56184
|
"use strict";
|
|
56062
56185
|
|
|
56063
56186
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56064
56187
|
exports.PendoProvider = void 0;
|
|
56065
|
-
const pendoSnippet_1 = __webpack_require__(
|
|
56188
|
+
const pendoSnippet_1 = __webpack_require__(472);
|
|
56066
56189
|
class PendoProvider {
|
|
56067
56190
|
async addSnippet({ apiKey }) {
|
|
56068
56191
|
(0, pendoSnippet_1.addSnippet)(apiKey);
|
|
@@ -56084,7 +56207,7 @@ exports.PendoProvider = PendoProvider;
|
|
|
56084
56207
|
//# sourceMappingURL=pendo.js.map
|
|
56085
56208
|
|
|
56086
56209
|
/***/ }),
|
|
56087
|
-
/*
|
|
56210
|
+
/* 472 */
|
|
56088
56211
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56089
56212
|
|
|
56090
56213
|
"use strict";
|
|
@@ -56113,7 +56236,7 @@ exports.addSnippet = addSnippet;
|
|
|
56113
56236
|
//# sourceMappingURL=pendoSnippet.js.map
|
|
56114
56237
|
|
|
56115
56238
|
/***/ }),
|
|
56116
|
-
/*
|
|
56239
|
+
/* 473 */
|
|
56117
56240
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56118
56241
|
|
|
56119
56242
|
"use strict";
|
|
@@ -56129,7 +56252,7 @@ var Role;
|
|
|
56129
56252
|
//# sourceMappingURL=types.js.map
|
|
56130
56253
|
|
|
56131
56254
|
/***/ }),
|
|
56132
|
-
/*
|
|
56255
|
+
/* 474 */
|
|
56133
56256
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56134
56257
|
|
|
56135
56258
|
"use strict";
|
|
@@ -56171,7 +56294,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
56171
56294
|
}
|
|
56172
56295
|
};
|
|
56173
56296
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56174
|
-
var AnalyticsReportsEntity_1 = __webpack_require__(
|
|
56297
|
+
var AnalyticsReportsEntity_1 = __webpack_require__(475);
|
|
56175
56298
|
var AnalyticsReportsApi = /** @class */ (function () {
|
|
56176
56299
|
function AnalyticsReportsApi(session) {
|
|
56177
56300
|
this.analyticsReportsEntity = new AnalyticsReportsEntity_1.default(session);
|
|
@@ -56262,7 +56385,7 @@ exports.default = AnalyticsReportsApi;
|
|
|
56262
56385
|
//# sourceMappingURL=AnalyticsReportsApi.js.map
|
|
56263
56386
|
|
|
56264
56387
|
/***/ }),
|
|
56265
|
-
/*
|
|
56388
|
+
/* 475 */
|
|
56266
56389
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56267
56390
|
|
|
56268
56391
|
"use strict";
|
|
@@ -56633,13 +56756,13 @@ exports.default = AnalyticsReportsEntity;
|
|
|
56633
56756
|
//# sourceMappingURL=AnalyticsReportsEntity.js.map
|
|
56634
56757
|
|
|
56635
56758
|
/***/ }),
|
|
56636
|
-
/*
|
|
56759
|
+
/* 476 */
|
|
56637
56760
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56638
56761
|
|
|
56639
56762
|
"use strict";
|
|
56640
56763
|
|
|
56641
56764
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56642
|
-
var ServicePlansEntity_1 = __webpack_require__(
|
|
56765
|
+
var ServicePlansEntity_1 = __webpack_require__(477);
|
|
56643
56766
|
var ServicePlans_consts_1 = __webpack_require__(133);
|
|
56644
56767
|
var ServicePlansApi = /** @class */ (function () {
|
|
56645
56768
|
function ServicePlansApi(session) {
|
|
@@ -56666,7 +56789,7 @@ exports.default = ServicePlansApi;
|
|
|
56666
56789
|
//# sourceMappingURL=ServicePlansApi.js.map
|
|
56667
56790
|
|
|
56668
56791
|
/***/ }),
|
|
56669
|
-
/*
|
|
56792
|
+
/* 477 */
|
|
56670
56793
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56671
56794
|
|
|
56672
56795
|
"use strict";
|
|
@@ -56789,13 +56912,13 @@ exports.default = ServicePlanSEntity;
|
|
|
56789
56912
|
//# sourceMappingURL=ServicePlansEntity.js.map
|
|
56790
56913
|
|
|
56791
56914
|
/***/ }),
|
|
56792
|
-
/*
|
|
56915
|
+
/* 478 */
|
|
56793
56916
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56794
56917
|
|
|
56795
56918
|
"use strict";
|
|
56796
56919
|
|
|
56797
56920
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56798
|
-
var AlertsEntity_1 = __webpack_require__(
|
|
56921
|
+
var AlertsEntity_1 = __webpack_require__(479);
|
|
56799
56922
|
var AlertsApi = /** @class */ (function () {
|
|
56800
56923
|
function AlertsApi(session) {
|
|
56801
56924
|
this.alertsEntity = new AlertsEntity_1.default(session);
|
|
@@ -56830,7 +56953,7 @@ exports.default = AlertsApi;
|
|
|
56830
56953
|
//# sourceMappingURL=AlertsApi.js.map
|
|
56831
56954
|
|
|
56832
56955
|
/***/ }),
|
|
56833
|
-
/*
|
|
56956
|
+
/* 479 */
|
|
56834
56957
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56835
56958
|
|
|
56836
56959
|
"use strict";
|
|
@@ -56888,7 +57011,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
56888
57011
|
};
|
|
56889
57012
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56890
57013
|
var StoreEntity_1 = __webpack_require__(8);
|
|
56891
|
-
var Alerts_consts_1 = __webpack_require__(
|
|
57014
|
+
var Alerts_consts_1 = __webpack_require__(480);
|
|
56892
57015
|
// Some adjustments to StoreEntity logic is required if proxying through store is required
|
|
56893
57016
|
var AlertsEntity = /** @class */ (function (_super) {
|
|
56894
57017
|
__extends(AlertsEntity, _super);
|
|
@@ -56987,7 +57110,7 @@ exports.default = AlertsEntity;
|
|
|
56987
57110
|
//# sourceMappingURL=AlertsEntity.js.map
|
|
56988
57111
|
|
|
56989
57112
|
/***/ }),
|
|
56990
|
-
/*
|
|
57113
|
+
/* 480 */
|
|
56991
57114
|
/***/ (function(module, exports, __webpack_require__) {
|
|
56992
57115
|
|
|
56993
57116
|
"use strict";
|
|
@@ -57015,7 +57138,7 @@ exports.Routes = {
|
|
|
57015
57138
|
//# sourceMappingURL=Alerts.consts.js.map
|
|
57016
57139
|
|
|
57017
57140
|
/***/ }),
|
|
57018
|
-
/*
|
|
57141
|
+
/* 481 */
|
|
57019
57142
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57020
57143
|
|
|
57021
57144
|
"use strict";
|
|
@@ -57057,7 +57180,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
57057
57180
|
}
|
|
57058
57181
|
};
|
|
57059
57182
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57060
|
-
var DeliveryCatalogEntity_1 = __webpack_require__(
|
|
57183
|
+
var DeliveryCatalogEntity_1 = __webpack_require__(482);
|
|
57061
57184
|
var DeliveryCatalogApi = /** @class */ (function () {
|
|
57062
57185
|
function DeliveryCatalogApi(session) {
|
|
57063
57186
|
this.deliveryCatalogEntity = new DeliveryCatalogEntity_1.default(session);
|
|
@@ -57198,7 +57321,7 @@ exports.default = DeliveryCatalogApi;
|
|
|
57198
57321
|
//# sourceMappingURL=DeliveryCatalogApi.js.map
|
|
57199
57322
|
|
|
57200
57323
|
/***/ }),
|
|
57201
|
-
/*
|
|
57324
|
+
/* 482 */
|
|
57202
57325
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57203
57326
|
|
|
57204
57327
|
"use strict";
|
|
@@ -57423,7 +57546,7 @@ exports.default = DeliveryCatalogEntity;
|
|
|
57423
57546
|
//# sourceMappingURL=DeliveryCatalogEntity.js.map
|
|
57424
57547
|
|
|
57425
57548
|
/***/ }),
|
|
57426
|
-
/*
|
|
57549
|
+
/* 483 */
|
|
57427
57550
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57428
57551
|
|
|
57429
57552
|
"use strict";
|
|
@@ -57495,13 +57618,13 @@ exports.default = RouteOptimizationApi;
|
|
|
57495
57618
|
//# sourceMappingURL=RouteOptimizationApi.js.map
|
|
57496
57619
|
|
|
57497
57620
|
/***/ }),
|
|
57498
|
-
/*
|
|
57621
|
+
/* 484 */
|
|
57499
57622
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57500
57623
|
|
|
57501
57624
|
"use strict";
|
|
57502
57625
|
|
|
57503
57626
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57504
|
-
var RatesEntity_1 = __webpack_require__(
|
|
57627
|
+
var RatesEntity_1 = __webpack_require__(485);
|
|
57505
57628
|
var RatesApi = /** @class */ (function () {
|
|
57506
57629
|
function RatesApi(session) {
|
|
57507
57630
|
this.ratesEntity = new RatesEntity_1.default(session);
|
|
@@ -57518,7 +57641,7 @@ exports.default = RatesApi;
|
|
|
57518
57641
|
//# sourceMappingURL=RatesApi.js.map
|
|
57519
57642
|
|
|
57520
57643
|
/***/ }),
|
|
57521
|
-
/*
|
|
57644
|
+
/* 485 */
|
|
57522
57645
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57523
57646
|
|
|
57524
57647
|
"use strict";
|
|
@@ -57576,7 +57699,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
57576
57699
|
};
|
|
57577
57700
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57578
57701
|
var Entity_1 = __webpack_require__(4);
|
|
57579
|
-
var Rates_consts_1 = __webpack_require__(
|
|
57702
|
+
var Rates_consts_1 = __webpack_require__(486);
|
|
57580
57703
|
// Yet no internal rates related store and socket events
|
|
57581
57704
|
// enough to extend Entity instead of StoreEntity
|
|
57582
57705
|
var RatesEntity = /** @class */ (function (_super) {
|
|
@@ -57621,7 +57744,7 @@ exports.default = RatesEntity;
|
|
|
57621
57744
|
//# sourceMappingURL=RatesEntity.js.map
|
|
57622
57745
|
|
|
57623
57746
|
/***/ }),
|
|
57624
|
-
/*
|
|
57747
|
+
/* 486 */
|
|
57625
57748
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57626
57749
|
|
|
57627
57750
|
"use strict";
|
|
@@ -57635,14 +57758,14 @@ exports.Routes = {
|
|
|
57635
57758
|
//# sourceMappingURL=Rates.consts.js.map
|
|
57636
57759
|
|
|
57637
57760
|
/***/ }),
|
|
57638
|
-
/*
|
|
57761
|
+
/* 487 */
|
|
57639
57762
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57640
57763
|
|
|
57641
57764
|
"use strict";
|
|
57642
57765
|
|
|
57643
57766
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57644
57767
|
var StoreEntity_1 = __webpack_require__(8);
|
|
57645
|
-
var RouteOptimization_consts_1 = __webpack_require__(
|
|
57768
|
+
var RouteOptimization_consts_1 = __webpack_require__(488);
|
|
57646
57769
|
var RouteOptimizationService = /** @class */ (function () {
|
|
57647
57770
|
function RouteOptimizationService(session) {
|
|
57648
57771
|
var _this = this;
|
|
@@ -57685,7 +57808,7 @@ exports.default = RouteOptimizationService;
|
|
|
57685
57808
|
//# sourceMappingURL=RouteOptimizationService.js.map
|
|
57686
57809
|
|
|
57687
57810
|
/***/ }),
|
|
57688
|
-
/*
|
|
57811
|
+
/* 488 */
|
|
57689
57812
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57690
57813
|
|
|
57691
57814
|
"use strict";
|
|
@@ -57700,13 +57823,13 @@ var OptimizationEvents;
|
|
|
57700
57823
|
//# sourceMappingURL=RouteOptimization.consts.js.map
|
|
57701
57824
|
|
|
57702
57825
|
/***/ }),
|
|
57703
|
-
/*
|
|
57826
|
+
/* 489 */
|
|
57704
57827
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57705
57828
|
|
|
57706
57829
|
"use strict";
|
|
57707
57830
|
|
|
57708
57831
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57709
|
-
var ParkingSpotEntity_1 = __webpack_require__(
|
|
57832
|
+
var ParkingSpotEntity_1 = __webpack_require__(490);
|
|
57710
57833
|
var ParkingSpotApi = /** @class */ (function () {
|
|
57711
57834
|
function ParkingSpotApi(session) {
|
|
57712
57835
|
this.parkingSpotEntity = new ParkingSpotEntity_1.default(session);
|
|
@@ -57720,7 +57843,7 @@ exports.default = ParkingSpotApi;
|
|
|
57720
57843
|
//# sourceMappingURL=ParkingSpotApi.js.map
|
|
57721
57844
|
|
|
57722
57845
|
/***/ }),
|
|
57723
|
-
/*
|
|
57846
|
+
/* 490 */
|
|
57724
57847
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57725
57848
|
|
|
57726
57849
|
"use strict";
|
|
@@ -57814,7 +57937,7 @@ exports.default = ParkingSpotEntity;
|
|
|
57814
57937
|
//# sourceMappingURL=ParkingSpotEntity.js.map
|
|
57815
57938
|
|
|
57816
57939
|
/***/ }),
|
|
57817
|
-
/*
|
|
57940
|
+
/* 491 */
|
|
57818
57941
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57819
57942
|
|
|
57820
57943
|
"use strict";
|
|
@@ -57823,7 +57946,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
57823
57946
|
//# sourceMappingURL=VehicleType.consts.js.map
|
|
57824
57947
|
|
|
57825
57948
|
/***/ }),
|
|
57826
|
-
/*
|
|
57949
|
+
/* 492 */
|
|
57827
57950
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57828
57951
|
|
|
57829
57952
|
"use strict";
|
|
@@ -57832,7 +57955,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
57832
57955
|
//# sourceMappingURL=PlannedRoutes.consts.js.map
|
|
57833
57956
|
|
|
57834
57957
|
/***/ }),
|
|
57835
|
-
/*
|
|
57958
|
+
/* 493 */
|
|
57836
57959
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57837
57960
|
|
|
57838
57961
|
"use strict";
|
|
@@ -57841,7 +57964,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
57841
57964
|
//# sourceMappingURL=Crew.consts.js.map
|
|
57842
57965
|
|
|
57843
57966
|
/***/ }),
|
|
57844
|
-
/*
|
|
57967
|
+
/* 494 */
|
|
57845
57968
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57846
57969
|
|
|
57847
57970
|
"use strict";
|
|
@@ -57850,7 +57973,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
57850
57973
|
//# sourceMappingURL=Responses.js.map
|
|
57851
57974
|
|
|
57852
57975
|
/***/ }),
|
|
57853
|
-
/*
|
|
57976
|
+
/* 495 */
|
|
57854
57977
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57855
57978
|
|
|
57856
57979
|
"use strict";
|
|
@@ -57862,7 +57985,7 @@ exports.defaultExtractor = defaultExtractor;
|
|
|
57862
57985
|
//# sourceMappingURL=Tag.consts.js.map
|
|
57863
57986
|
|
|
57864
57987
|
/***/ }),
|
|
57865
|
-
/*
|
|
57988
|
+
/* 496 */
|
|
57866
57989
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57867
57990
|
|
|
57868
57991
|
"use strict";
|
|
@@ -57877,7 +58000,7 @@ var DateRangeType;
|
|
|
57877
58000
|
//# sourceMappingURL=DeliveryBlocks.consts.js.map
|
|
57878
58001
|
|
|
57879
58002
|
/***/ }),
|
|
57880
|
-
/*
|
|
58003
|
+
/* 497 */
|
|
57881
58004
|
/***/ (function(module, exports, __webpack_require__) {
|
|
57882
58005
|
|
|
57883
58006
|
"use strict";
|
|
@@ -57891,7 +58014,7 @@ exports.default = ResourceUploadType;
|
|
|
57891
58014
|
//# sourceMappingURL=ResourceUploadType.js.map
|
|
57892
58015
|
|
|
57893
58016
|
/***/ }),
|
|
57894
|
-
/*
|
|
58017
|
+
/* 498 */
|
|
57895
58018
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
57896
58019
|
|
|
57897
58020
|
"use strict";
|
|
@@ -60717,7 +60840,7 @@ Object.assign(lookup, {
|
|
|
60717
60840
|
|
|
60718
60841
|
|
|
60719
60842
|
/***/ }),
|
|
60720
|
-
/*
|
|
60843
|
+
/* 499 */
|
|
60721
60844
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
60722
60845
|
|
|
60723
60846
|
"use strict";
|