@bringg/dashboard-sdk 8.15.0 → 8.15.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/OptimizationResult/optimization-result-api.d.ts +2 -2
- package/dist/OptimizationResult/optimization-result-service.d.ts +2 -2
- package/dist/OptimizationResult/optimization-result-service.js +2 -2
- package/dist/OptimizationResult/optimization-result-service.js.map +1 -1
- package/dist/Services/ServiceRequest.js +1 -1
- package/dist/bringg-dashboard-sdk-cjs2.js +396 -384
- package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
- package/dist/bringg-dashboard-sdk.js +179 -179
- package/dist/bringg-dashboard-sdk.min.js +1 -1
- package/dist/bringg-dashboard-sdk.min.js.map +1 -1
- package/package.json +2 -2
|
@@ -14152,7 +14152,7 @@ var OptimizationResultService = /** @class */ (function () {
|
|
|
14152
14152
|
switch (_a.label) {
|
|
14153
14153
|
case 0: return [4 /*yield*/, this.service.routeGenerator
|
|
14154
14154
|
.get(exports.Routes.GET)
|
|
14155
|
-
.setException('
|
|
14155
|
+
.setException('failed to load optimization result')
|
|
14156
14156
|
.withQueryString({ team_id: teamId, request_uuid: requestUuid })
|
|
14157
14157
|
.invoke()];
|
|
14158
14158
|
case 1: return [2 /*return*/, _a.sent()];
|
|
@@ -14166,7 +14166,7 @@ var OptimizationResultService = /** @class */ (function () {
|
|
|
14166
14166
|
switch (_a.label) {
|
|
14167
14167
|
case 0: return [4 /*yield*/, this.service.routeGenerator
|
|
14168
14168
|
.get(exports.Routes.GET_ALL)
|
|
14169
|
-
.setException('
|
|
14169
|
+
.setException('failed to load optimization results')
|
|
14170
14170
|
.withQueryString({
|
|
14171
14171
|
team_id: teamId,
|
|
14172
14172
|
start_time: startTime,
|
|
@@ -20196,7 +20196,7 @@ var lodash_1 = __webpack_require__(96486);
|
|
|
20196
20196
|
var BringgException_1 = __webpack_require__(43605);
|
|
20197
20197
|
var Logger_1 = __webpack_require__(55860);
|
|
20198
20198
|
var abort_1 = __webpack_require__(34179);
|
|
20199
|
-
var version = '8.15.
|
|
20199
|
+
var version = '8.15.1';
|
|
20200
20200
|
function logErrorResponse(response) {
|
|
20201
20201
|
var data = response.data, status = response.status;
|
|
20202
20202
|
try {
|
|
@@ -30904,7 +30904,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
30904
30904
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
30905
30905
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
30906
30906
|
};
|
|
30907
|
-
exports
|
|
30907
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
30908
30908
|
__exportStar(__webpack_require__(82285), exports);
|
|
30909
30909
|
__exportStar(__webpack_require__(2267), exports);
|
|
30910
30910
|
__exportStar(__webpack_require__(13401), exports);
|
|
@@ -31056,7 +31056,7 @@ __exportStar(__webpack_require__(30167), exports);
|
|
|
31056
31056
|
|
|
31057
31057
|
"use strict";
|
|
31058
31058
|
|
|
31059
|
-
exports
|
|
31059
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31060
31060
|
exports.ActionKey = exports.ActionType = void 0;
|
|
31061
31061
|
var ActionType;
|
|
31062
31062
|
(function (ActionType) {
|
|
@@ -31086,7 +31086,9 @@ var ActionType;
|
|
|
31086
31086
|
ActionType[ActionType["EMAIL_SHARED_LOCATION"] = 23] = "EMAIL_SHARED_LOCATION";
|
|
31087
31087
|
ActionType[ActionType["TASK_WEBHOOK"] = 24] = "TASK_WEBHOOK";
|
|
31088
31088
|
ActionType[ActionType["TASKS_WEBHOOK"] = 25] = "TASKS_WEBHOOK";
|
|
31089
|
-
|
|
31089
|
+
ActionType[ActionType["DUPLICATE_TASK"] = 26] = "DUPLICATE_TASK";
|
|
31090
|
+
ActionType[ActionType["USER_WEBHOOK"] = 27] = "USER_WEBHOOK";
|
|
31091
|
+
})(ActionType || (exports.ActionType = ActionType = {}));
|
|
31090
31092
|
var ActionKey;
|
|
31091
31093
|
(function (ActionKey) {
|
|
31092
31094
|
ActionKey["UPDATE"] = "updateEntity";
|
|
@@ -31100,7 +31102,8 @@ var ActionKey;
|
|
|
31100
31102
|
ActionKey["EMAIL_SHARED_LOCATION"] = "emailSharedLocation";
|
|
31101
31103
|
ActionKey["TASK_WEBHOOK"] = "taskWebhook";
|
|
31102
31104
|
ActionKey["TASKS_WEBHOOK"] = "tasksWebhook";
|
|
31103
|
-
|
|
31105
|
+
ActionKey["USER_WEBHOOK"] = "userWebhook";
|
|
31106
|
+
})(ActionKey || (exports.ActionKey = ActionKey = {}));
|
|
31104
31107
|
//# sourceMappingURL=action.js.map
|
|
31105
31108
|
|
|
31106
31109
|
/***/ }),
|
|
@@ -31110,13 +31113,13 @@ var ActionKey;
|
|
|
31110
31113
|
|
|
31111
31114
|
"use strict";
|
|
31112
31115
|
|
|
31113
|
-
exports
|
|
31116
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31114
31117
|
exports.OwnerType = void 0;
|
|
31115
31118
|
var OwnerType;
|
|
31116
31119
|
(function (OwnerType) {
|
|
31117
31120
|
OwnerType[OwnerType["Driver"] = 0] = "Driver";
|
|
31118
31121
|
OwnerType[OwnerType["Store"] = 1] = "Store";
|
|
31119
|
-
})(OwnerType
|
|
31122
|
+
})(OwnerType || (exports.OwnerType = OwnerType = {}));
|
|
31120
31123
|
//# sourceMappingURL=action_data.js.map
|
|
31121
31124
|
|
|
31122
31125
|
/***/ }),
|
|
@@ -31126,7 +31129,7 @@ var OwnerType;
|
|
|
31126
31129
|
|
|
31127
31130
|
"use strict";
|
|
31128
31131
|
|
|
31129
|
-
exports
|
|
31132
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31130
31133
|
//# sourceMappingURL=actual_break.js.map
|
|
31131
31134
|
|
|
31132
31135
|
/***/ }),
|
|
@@ -31136,18 +31139,18 @@ exports.__esModule = true;
|
|
|
31136
31139
|
|
|
31137
31140
|
"use strict";
|
|
31138
31141
|
|
|
31139
|
-
exports
|
|
31142
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31140
31143
|
exports.AcceleratorSliderContentType = exports.AcceleratorStatus = void 0;
|
|
31141
31144
|
var AcceleratorStatus;
|
|
31142
31145
|
(function (AcceleratorStatus) {
|
|
31143
31146
|
AcceleratorStatus[AcceleratorStatus["Pending"] = 0] = "Pending";
|
|
31144
31147
|
AcceleratorStatus[AcceleratorStatus["Active"] = 1] = "Active";
|
|
31145
|
-
})(AcceleratorStatus
|
|
31148
|
+
})(AcceleratorStatus || (exports.AcceleratorStatus = AcceleratorStatus = {}));
|
|
31146
31149
|
var AcceleratorSliderContentType;
|
|
31147
31150
|
(function (AcceleratorSliderContentType) {
|
|
31148
31151
|
AcceleratorSliderContentType["Image"] = "image";
|
|
31149
31152
|
AcceleratorSliderContentType["Video"] = "video";
|
|
31150
|
-
})(AcceleratorSliderContentType
|
|
31153
|
+
})(AcceleratorSliderContentType || (exports.AcceleratorSliderContentType = AcceleratorSliderContentType = {}));
|
|
31151
31154
|
//# sourceMappingURL=accelerator.js.map
|
|
31152
31155
|
|
|
31153
31156
|
/***/ }),
|
|
@@ -31171,7 +31174,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
31171
31174
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
31172
31175
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
31173
31176
|
};
|
|
31174
|
-
exports
|
|
31177
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31175
31178
|
__exportStar(__webpack_require__(8016), exports);
|
|
31176
31179
|
__exportStar(__webpack_require__(24807), exports);
|
|
31177
31180
|
//# sourceMappingURL=index.js.map
|
|
@@ -31183,7 +31186,7 @@ __exportStar(__webpack_require__(24807), exports);
|
|
|
31183
31186
|
|
|
31184
31187
|
"use strict";
|
|
31185
31188
|
|
|
31186
|
-
exports
|
|
31189
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31187
31190
|
//# sourceMappingURL=tier.js.map
|
|
31188
31191
|
|
|
31189
31192
|
/***/ }),
|
|
@@ -31193,7 +31196,7 @@ exports.__esModule = true;
|
|
|
31193
31196
|
|
|
31194
31197
|
"use strict";
|
|
31195
31198
|
|
|
31196
|
-
exports
|
|
31199
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31197
31200
|
//# sourceMappingURL=admin_users.js.map
|
|
31198
31201
|
|
|
31199
31202
|
/***/ }),
|
|
@@ -31203,7 +31206,7 @@ exports.__esModule = true;
|
|
|
31203
31206
|
|
|
31204
31207
|
"use strict";
|
|
31205
31208
|
|
|
31206
|
-
exports
|
|
31209
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31207
31210
|
exports.AlertDisplayCategory = exports.ALERT_TYPES_VALUES = exports.ALERT_TYPES = void 0;
|
|
31208
31211
|
var ALERT_TYPES;
|
|
31209
31212
|
(function (ALERT_TYPES) {
|
|
@@ -31269,14 +31272,14 @@ var ALERT_TYPES;
|
|
|
31269
31272
|
ALERT_TYPES[ALERT_TYPES["TMP_DAY_AND_ROSS_NUMBER_OF_PALLETS_CHANGED"] = 111] = "TMP_DAY_AND_ROSS_NUMBER_OF_PALLETS_CHANGED";
|
|
31270
31273
|
ALERT_TYPES[ALERT_TYPES["TMP_DAY_AND_ROSS_RUN_BREACHED_BY_WEIGHT"] = 112] = "TMP_DAY_AND_ROSS_RUN_BREACHED_BY_WEIGHT";
|
|
31271
31274
|
ALERT_TYPES[ALERT_TYPES["TMP_DAY_AND_ROSS_RUN_BREACHED_BY_PALLETS"] = 113] = "TMP_DAY_AND_ROSS_RUN_BREACHED_BY_PALLETS";
|
|
31272
|
-
})(ALERT_TYPES
|
|
31275
|
+
})(ALERT_TYPES || (exports.ALERT_TYPES = ALERT_TYPES = {}));
|
|
31273
31276
|
exports.ALERT_TYPES_VALUES = Object.values(ALERT_TYPES).filter(function (t) { return typeof t === 'number'; });
|
|
31274
31277
|
var AlertDisplayCategory;
|
|
31275
31278
|
(function (AlertDisplayCategory) {
|
|
31276
31279
|
AlertDisplayCategory["TASK"] = "task";
|
|
31277
31280
|
AlertDisplayCategory["DRIVER"] = "driver";
|
|
31278
31281
|
AlertDisplayCategory["OPTIMIZATION"] = "optimization";
|
|
31279
|
-
})(AlertDisplayCategory
|
|
31282
|
+
})(AlertDisplayCategory || (exports.AlertDisplayCategory = AlertDisplayCategory = {}));
|
|
31280
31283
|
//# sourceMappingURL=alert.js.map
|
|
31281
31284
|
|
|
31282
31285
|
/***/ }),
|
|
@@ -31286,7 +31289,7 @@ var AlertDisplayCategory;
|
|
|
31286
31289
|
|
|
31287
31290
|
"use strict";
|
|
31288
31291
|
|
|
31289
|
-
exports
|
|
31292
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31290
31293
|
//# sourceMappingURL=common.js.map
|
|
31291
31294
|
|
|
31292
31295
|
/***/ }),
|
|
@@ -31296,13 +31299,13 @@ exports.__esModule = true;
|
|
|
31296
31299
|
|
|
31297
31300
|
"use strict";
|
|
31298
31301
|
|
|
31299
|
-
exports
|
|
31302
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31300
31303
|
exports.SharedEntityAccessLevel = void 0;
|
|
31301
31304
|
var SharedEntityAccessLevel;
|
|
31302
31305
|
(function (SharedEntityAccessLevel) {
|
|
31303
31306
|
SharedEntityAccessLevel[SharedEntityAccessLevel["Viewer"] = 0] = "Viewer";
|
|
31304
31307
|
SharedEntityAccessLevel[SharedEntityAccessLevel["Editor"] = 1] = "Editor";
|
|
31305
|
-
})(SharedEntityAccessLevel
|
|
31308
|
+
})(SharedEntityAccessLevel || (exports.SharedEntityAccessLevel = SharedEntityAccessLevel = {}));
|
|
31306
31309
|
//# sourceMappingURL=entity_sharing.js.map
|
|
31307
31310
|
|
|
31308
31311
|
/***/ }),
|
|
@@ -31312,23 +31315,23 @@ var SharedEntityAccessLevel;
|
|
|
31312
31315
|
|
|
31313
31316
|
"use strict";
|
|
31314
31317
|
|
|
31315
|
-
exports
|
|
31318
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31316
31319
|
exports.CubeClientIdsV2 = exports.CubeDataSourceV2 = exports.CubeDataSource = void 0;
|
|
31317
31320
|
var CubeDataSource;
|
|
31318
31321
|
(function (CubeDataSource) {
|
|
31319
31322
|
CubeDataSource["Trino"] = "trino";
|
|
31320
31323
|
CubeDataSource["Druid"] = "druid";
|
|
31321
|
-
})(CubeDataSource
|
|
31324
|
+
})(CubeDataSource || (exports.CubeDataSource = CubeDataSource = {}));
|
|
31322
31325
|
var CubeDataSourceV2;
|
|
31323
31326
|
(function (CubeDataSourceV2) {
|
|
31324
31327
|
CubeDataSourceV2["Presto"] = "prestodb";
|
|
31325
31328
|
CubeDataSourceV2["Druid"] = "druid";
|
|
31326
|
-
})(CubeDataSourceV2
|
|
31329
|
+
})(CubeDataSourceV2 || (exports.CubeDataSourceV2 = CubeDataSourceV2 = {}));
|
|
31327
31330
|
var CubeClientIdsV2;
|
|
31328
31331
|
(function (CubeClientIdsV2) {
|
|
31329
31332
|
CubeClientIdsV2["OwnFleet"] = "own-fleet";
|
|
31330
31333
|
CubeClientIdsV2["DeliveryHub"] = "delivery-hub";
|
|
31331
|
-
})(CubeClientIdsV2
|
|
31334
|
+
})(CubeClientIdsV2 || (exports.CubeClientIdsV2 = CubeClientIdsV2 = {}));
|
|
31332
31335
|
//# sourceMappingURL=cubejs.js.map
|
|
31333
31336
|
|
|
31334
31337
|
/***/ }),
|
|
@@ -31338,14 +31341,14 @@ var CubeClientIdsV2;
|
|
|
31338
31341
|
|
|
31339
31342
|
"use strict";
|
|
31340
31343
|
|
|
31341
|
-
exports
|
|
31344
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31342
31345
|
exports.EtosConfigurationLevel = void 0;
|
|
31343
31346
|
var EtosConfigurationLevel;
|
|
31344
31347
|
(function (EtosConfigurationLevel) {
|
|
31345
31348
|
EtosConfigurationLevel["TeamAndMerchant"] = "team & merchant";
|
|
31346
31349
|
EtosConfigurationLevel["Team"] = "team";
|
|
31347
31350
|
EtosConfigurationLevel["Merchant"] = "merchant";
|
|
31348
|
-
})(EtosConfigurationLevel
|
|
31351
|
+
})(EtosConfigurationLevel || (exports.EtosConfigurationLevel = EtosConfigurationLevel = {}));
|
|
31349
31352
|
//# sourceMappingURL=dashboards.js.map
|
|
31350
31353
|
|
|
31351
31354
|
/***/ }),
|
|
@@ -31355,7 +31358,7 @@ var EtosConfigurationLevel;
|
|
|
31355
31358
|
|
|
31356
31359
|
"use strict";
|
|
31357
31360
|
|
|
31358
|
-
exports
|
|
31361
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31359
31362
|
//# sourceMappingURL=dashboards_shares.js.map
|
|
31360
31363
|
|
|
31361
31364
|
/***/ }),
|
|
@@ -31365,14 +31368,14 @@ exports.__esModule = true;
|
|
|
31365
31368
|
|
|
31366
31369
|
"use strict";
|
|
31367
31370
|
|
|
31368
|
-
exports
|
|
31371
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31369
31372
|
exports.FiltersExposureOperationType = void 0;
|
|
31370
31373
|
var FiltersExposureOperationType;
|
|
31371
31374
|
(function (FiltersExposureOperationType) {
|
|
31372
31375
|
FiltersExposureOperationType["Hybrid"] = "Hybrid";
|
|
31373
31376
|
FiltersExposureOperationType["ThirdPL"] = "3PL";
|
|
31374
31377
|
FiltersExposureOperationType["OwnFleet"] = "OwnFleet";
|
|
31375
|
-
})(FiltersExposureOperationType
|
|
31378
|
+
})(FiltersExposureOperationType || (exports.FiltersExposureOperationType = FiltersExposureOperationType = {}));
|
|
31376
31379
|
//# sourceMappingURL=filters.js.map
|
|
31377
31380
|
|
|
31378
31381
|
/***/ }),
|
|
@@ -31382,20 +31385,20 @@ var FiltersExposureOperationType;
|
|
|
31382
31385
|
|
|
31383
31386
|
"use strict";
|
|
31384
31387
|
|
|
31385
|
-
exports
|
|
31388
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31386
31389
|
exports.WidgetType = exports.UnitDimensionType = exports.UnitType = exports.GroupBy = exports.TimeGranularity = exports.TrendDirection = void 0;
|
|
31387
31390
|
var TrendDirection;
|
|
31388
31391
|
(function (TrendDirection) {
|
|
31389
31392
|
TrendDirection[TrendDirection["Asc"] = 0] = "Asc";
|
|
31390
31393
|
TrendDirection[TrendDirection["Desc"] = 1] = "Desc";
|
|
31391
|
-
})(TrendDirection
|
|
31394
|
+
})(TrendDirection || (exports.TrendDirection = TrendDirection = {}));
|
|
31392
31395
|
var TimeGranularity;
|
|
31393
31396
|
(function (TimeGranularity) {
|
|
31394
31397
|
TimeGranularity[TimeGranularity["None"] = 0] = "None";
|
|
31395
31398
|
TimeGranularity[TimeGranularity["WoW"] = 1] = "WoW";
|
|
31396
31399
|
TimeGranularity[TimeGranularity["MoM"] = 2] = "MoM";
|
|
31397
31400
|
TimeGranularity[TimeGranularity["YoY"] = 3] = "YoY";
|
|
31398
|
-
})(TimeGranularity
|
|
31401
|
+
})(TimeGranularity || (exports.TimeGranularity = TimeGranularity = {}));
|
|
31399
31402
|
var GroupBy;
|
|
31400
31403
|
(function (GroupBy) {
|
|
31401
31404
|
GroupBy[GroupBy["Merchant"] = 0] = "Merchant";
|
|
@@ -31409,7 +31412,7 @@ var GroupBy;
|
|
|
31409
31412
|
GroupBy[GroupBy["HourOfDay"] = 8] = "HourOfDay";
|
|
31410
31413
|
GroupBy[GroupBy["Tags"] = 9] = "Tags";
|
|
31411
31414
|
GroupBy[GroupBy["ServicePlans"] = 10] = "ServicePlans";
|
|
31412
|
-
})(GroupBy
|
|
31415
|
+
})(GroupBy || (exports.GroupBy = GroupBy = {}));
|
|
31413
31416
|
var UnitType;
|
|
31414
31417
|
(function (UnitType) {
|
|
31415
31418
|
UnitType[UnitType["Percent"] = 0] = "Percent";
|
|
@@ -31417,13 +31420,13 @@ var UnitType;
|
|
|
31417
31420
|
UnitType[UnitType["Money"] = 2] = "Money";
|
|
31418
31421
|
UnitType[UnitType["Number"] = 3] = "Number";
|
|
31419
31422
|
UnitType[UnitType["Time"] = 4] = "Time";
|
|
31420
|
-
})(UnitType
|
|
31423
|
+
})(UnitType || (exports.UnitType = UnitType = {}));
|
|
31421
31424
|
var UnitDimensionType;
|
|
31422
31425
|
(function (UnitDimensionType) {
|
|
31423
31426
|
UnitDimensionType[UnitDimensionType["Weekday"] = 0] = "Weekday";
|
|
31424
31427
|
UnitDimensionType[UnitDimensionType["Hour"] = 1] = "Hour";
|
|
31425
31428
|
UnitDimensionType[UnitDimensionType["ETA"] = 2] = "ETA";
|
|
31426
|
-
})(UnitDimensionType
|
|
31429
|
+
})(UnitDimensionType || (exports.UnitDimensionType = UnitDimensionType = {}));
|
|
31427
31430
|
var WidgetType;
|
|
31428
31431
|
(function (WidgetType) {
|
|
31429
31432
|
WidgetType[WidgetType["Number"] = 0] = "Number";
|
|
@@ -31434,7 +31437,7 @@ var WidgetType;
|
|
|
31434
31437
|
WidgetType[WidgetType["ReversedBarChart"] = 5] = "ReversedBarChart";
|
|
31435
31438
|
WidgetType[WidgetType["ReversedFullWidthBarChart"] = 6] = "ReversedFullWidthBarChart";
|
|
31436
31439
|
WidgetType[WidgetType["BasicLineChart"] = 7] = "BasicLineChart";
|
|
31437
|
-
})(WidgetType
|
|
31440
|
+
})(WidgetType || (exports.WidgetType = WidgetType = {}));
|
|
31438
31441
|
//# sourceMappingURL=widgets.js.map
|
|
31439
31442
|
|
|
31440
31443
|
/***/ }),
|
|
@@ -31444,7 +31447,7 @@ var WidgetType;
|
|
|
31444
31447
|
|
|
31445
31448
|
"use strict";
|
|
31446
31449
|
|
|
31447
|
-
exports
|
|
31450
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31448
31451
|
//# sourceMappingURL=widgets_catalog_items.js.map
|
|
31449
31452
|
|
|
31450
31453
|
/***/ }),
|
|
@@ -31468,7 +31471,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
31468
31471
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
31469
31472
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
31470
31473
|
};
|
|
31471
|
-
exports
|
|
31474
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31472
31475
|
__exportStar(__webpack_require__(52783), exports);
|
|
31473
31476
|
__exportStar(__webpack_require__(29085), exports);
|
|
31474
31477
|
__exportStar(__webpack_require__(95112), exports);
|
|
@@ -31494,7 +31497,7 @@ __exportStar(__webpack_require__(32657), exports);
|
|
|
31494
31497
|
|
|
31495
31498
|
"use strict";
|
|
31496
31499
|
|
|
31497
|
-
exports
|
|
31500
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31498
31501
|
//# sourceMappingURL=legacy_reports.js.map
|
|
31499
31502
|
|
|
31500
31503
|
/***/ }),
|
|
@@ -31504,13 +31507,13 @@ exports.__esModule = true;
|
|
|
31504
31507
|
|
|
31505
31508
|
"use strict";
|
|
31506
31509
|
|
|
31507
|
-
exports
|
|
31510
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31508
31511
|
exports.Order = void 0;
|
|
31509
31512
|
var Order;
|
|
31510
31513
|
(function (Order) {
|
|
31511
31514
|
Order["asc"] = "asc";
|
|
31512
31515
|
Order["desc"] = "desc";
|
|
31513
|
-
})(Order
|
|
31516
|
+
})(Order || (exports.Order = Order = {}));
|
|
31514
31517
|
//# sourceMappingURL=report.js.map
|
|
31515
31518
|
|
|
31516
31519
|
/***/ }),
|
|
@@ -31520,7 +31523,7 @@ var Order;
|
|
|
31520
31523
|
|
|
31521
31524
|
"use strict";
|
|
31522
31525
|
|
|
31523
|
-
exports
|
|
31526
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31524
31527
|
exports.ReportExportingStatus = exports.ReportExecuteOrigin = void 0;
|
|
31525
31528
|
var ReportExecuteOrigin;
|
|
31526
31529
|
(function (ReportExecuteOrigin) {
|
|
@@ -31528,14 +31531,14 @@ var ReportExecuteOrigin;
|
|
|
31528
31531
|
ReportExecuteOrigin[ReportExecuteOrigin["ExportNow"] = 1] = "ExportNow";
|
|
31529
31532
|
ReportExecuteOrigin[ReportExecuteOrigin["Download"] = 2] = "Download";
|
|
31530
31533
|
ReportExecuteOrigin[ReportExecuteOrigin["DownloadDraft"] = 3] = "DownloadDraft";
|
|
31531
|
-
})(ReportExecuteOrigin
|
|
31534
|
+
})(ReportExecuteOrigin || (exports.ReportExecuteOrigin = ReportExecuteOrigin = {}));
|
|
31532
31535
|
var ReportExportingStatus;
|
|
31533
31536
|
(function (ReportExportingStatus) {
|
|
31534
31537
|
ReportExportingStatus["InProgress"] = "InProgress";
|
|
31535
31538
|
ReportExportingStatus["Completed"] = "Completed";
|
|
31536
31539
|
ReportExportingStatus["Error"] = "Error";
|
|
31537
31540
|
ReportExportingStatus["Canceled"] = "Canceled";
|
|
31538
|
-
})(ReportExportingStatus
|
|
31541
|
+
})(ReportExportingStatus || (exports.ReportExportingStatus = ReportExportingStatus = {}));
|
|
31539
31542
|
//# sourceMappingURL=report_export.js.map
|
|
31540
31543
|
|
|
31541
31544
|
/***/ }),
|
|
@@ -31545,7 +31548,7 @@ var ReportExportingStatus;
|
|
|
31545
31548
|
|
|
31546
31549
|
"use strict";
|
|
31547
31550
|
|
|
31548
|
-
exports
|
|
31551
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31549
31552
|
//# sourceMappingURL=report_share.js.map
|
|
31550
31553
|
|
|
31551
31554
|
/***/ }),
|
|
@@ -31555,7 +31558,7 @@ exports.__esModule = true;
|
|
|
31555
31558
|
|
|
31556
31559
|
"use strict";
|
|
31557
31560
|
|
|
31558
|
-
exports
|
|
31561
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31559
31562
|
exports.DeliveryHubReportCoreObjects = exports.OwnFleetReportCoreObjects = void 0;
|
|
31560
31563
|
var OwnFleetReportCoreObjects;
|
|
31561
31564
|
(function (OwnFleetReportCoreObjects) {
|
|
@@ -31564,11 +31567,11 @@ var OwnFleetReportCoreObjects;
|
|
|
31564
31567
|
OwnFleetReportCoreObjects["Users"] = "Users";
|
|
31565
31568
|
OwnFleetReportCoreObjects["Vehicles"] = "Vehicles";
|
|
31566
31569
|
OwnFleetReportCoreObjects["Carriers"] = "Carriers";
|
|
31567
|
-
})(OwnFleetReportCoreObjects
|
|
31570
|
+
})(OwnFleetReportCoreObjects || (exports.OwnFleetReportCoreObjects = OwnFleetReportCoreObjects = {}));
|
|
31568
31571
|
var DeliveryHubReportCoreObjects;
|
|
31569
31572
|
(function (DeliveryHubReportCoreObjects) {
|
|
31570
31573
|
DeliveryHubReportCoreObjects["Shipments"] = "Shipments";
|
|
31571
|
-
})(DeliveryHubReportCoreObjects
|
|
31574
|
+
})(DeliveryHubReportCoreObjects || (exports.DeliveryHubReportCoreObjects = DeliveryHubReportCoreObjects = {}));
|
|
31572
31575
|
//# sourceMappingURL=report_templates.js.map
|
|
31573
31576
|
|
|
31574
31577
|
/***/ }),
|
|
@@ -31578,24 +31581,24 @@ var DeliveryHubReportCoreObjects;
|
|
|
31578
31581
|
|
|
31579
31582
|
"use strict";
|
|
31580
31583
|
|
|
31581
|
-
exports
|
|
31584
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31582
31585
|
exports.CronDayOfWeek = exports.ReportExportFormat = exports.ReportDeliveryType = exports.RecurrencePeriod = void 0;
|
|
31583
31586
|
var RecurrencePeriod;
|
|
31584
31587
|
(function (RecurrencePeriod) {
|
|
31585
31588
|
RecurrencePeriod["Monthly"] = "Monthly";
|
|
31586
31589
|
RecurrencePeriod["Weekly"] = "Weekly";
|
|
31587
31590
|
RecurrencePeriod["Daily"] = "Daily";
|
|
31588
|
-
})(RecurrencePeriod
|
|
31591
|
+
})(RecurrencePeriod || (exports.RecurrencePeriod = RecurrencePeriod = {}));
|
|
31589
31592
|
var ReportDeliveryType;
|
|
31590
31593
|
(function (ReportDeliveryType) {
|
|
31591
31594
|
ReportDeliveryType[ReportDeliveryType["Email"] = 0] = "Email";
|
|
31592
31595
|
ReportDeliveryType[ReportDeliveryType["ApiOrUrl"] = 1] = "ApiOrUrl";
|
|
31593
|
-
})(ReportDeliveryType
|
|
31596
|
+
})(ReportDeliveryType || (exports.ReportDeliveryType = ReportDeliveryType = {}));
|
|
31594
31597
|
var ReportExportFormat;
|
|
31595
31598
|
(function (ReportExportFormat) {
|
|
31596
31599
|
ReportExportFormat[ReportExportFormat["CSV"] = 0] = "CSV";
|
|
31597
31600
|
ReportExportFormat[ReportExportFormat["JSON"] = 1] = "JSON";
|
|
31598
|
-
})(ReportExportFormat
|
|
31601
|
+
})(ReportExportFormat || (exports.ReportExportFormat = ReportExportFormat = {}));
|
|
31599
31602
|
var CronDayOfWeek;
|
|
31600
31603
|
(function (CronDayOfWeek) {
|
|
31601
31604
|
CronDayOfWeek[CronDayOfWeek["Sunday"] = 0] = "Sunday";
|
|
@@ -31605,7 +31608,7 @@ var CronDayOfWeek;
|
|
|
31605
31608
|
CronDayOfWeek[CronDayOfWeek["Thursday"] = 4] = "Thursday";
|
|
31606
31609
|
CronDayOfWeek[CronDayOfWeek["Friday"] = 5] = "Friday";
|
|
31607
31610
|
CronDayOfWeek[CronDayOfWeek["Saturday"] = 6] = "Saturday";
|
|
31608
|
-
})(CronDayOfWeek
|
|
31611
|
+
})(CronDayOfWeek || (exports.CronDayOfWeek = CronDayOfWeek = {}));
|
|
31609
31612
|
//# sourceMappingURL=reports_scheduled_jobs.js.map
|
|
31610
31613
|
|
|
31611
31614
|
/***/ }),
|
|
@@ -31615,7 +31618,7 @@ var CronDayOfWeek;
|
|
|
31615
31618
|
|
|
31616
31619
|
"use strict";
|
|
31617
31620
|
|
|
31618
|
-
exports
|
|
31621
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31619
31622
|
//# sourceMappingURL=reports_stats.js.map
|
|
31620
31623
|
|
|
31621
31624
|
/***/ }),
|
|
@@ -31625,7 +31628,7 @@ exports.__esModule = true;
|
|
|
31625
31628
|
|
|
31626
31629
|
"use strict";
|
|
31627
31630
|
|
|
31628
|
-
exports
|
|
31631
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31629
31632
|
//# sourceMappingURL=users_permissions.js.map
|
|
31630
31633
|
|
|
31631
31634
|
/***/ }),
|
|
@@ -31635,7 +31638,7 @@ exports.__esModule = true;
|
|
|
31635
31638
|
|
|
31636
31639
|
"use strict";
|
|
31637
31640
|
|
|
31638
|
-
exports
|
|
31641
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31639
31642
|
exports.ApplicationUuid = void 0;
|
|
31640
31643
|
var ApplicationUuid;
|
|
31641
31644
|
(function (ApplicationUuid) {
|
|
@@ -31726,7 +31729,7 @@ var ApplicationUuid;
|
|
|
31726
31729
|
ApplicationUuid["TaskService"] = "5ca4a73e-5298-4b8a-a36f-d1cc76e20f49";
|
|
31727
31730
|
ApplicationUuid["ExclusionWindowTasksLimitApp"] = "376233f1-8be5-4366-9218-6d66e7a8d2de";
|
|
31728
31731
|
ApplicationUuid["Availability"] = "2c6bf985-414b-4411-888a-c0840e660411";
|
|
31729
|
-
})(ApplicationUuid
|
|
31732
|
+
})(ApplicationUuid || (exports.ApplicationUuid = ApplicationUuid = {}));
|
|
31730
31733
|
//# sourceMappingURL=application.js.map
|
|
31731
31734
|
|
|
31732
31735
|
/***/ }),
|
|
@@ -31736,13 +31739,13 @@ var ApplicationUuid;
|
|
|
31736
31739
|
|
|
31737
31740
|
"use strict";
|
|
31738
31741
|
|
|
31739
|
-
exports
|
|
31742
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31740
31743
|
exports.AsyncOperationStatusType = void 0;
|
|
31741
31744
|
var AsyncOperationStatusType;
|
|
31742
31745
|
(function (AsyncOperationStatusType) {
|
|
31743
31746
|
AsyncOperationStatusType["SUCCESS"] = "success";
|
|
31744
31747
|
AsyncOperationStatusType["FAILURE"] = "failure";
|
|
31745
|
-
})(AsyncOperationStatusType
|
|
31748
|
+
})(AsyncOperationStatusType || (exports.AsyncOperationStatusType = AsyncOperationStatusType = {}));
|
|
31746
31749
|
//# sourceMappingURL=async_operation_status.js.map
|
|
31747
31750
|
|
|
31748
31751
|
/***/ }),
|
|
@@ -31752,13 +31755,13 @@ var AsyncOperationStatusType;
|
|
|
31752
31755
|
|
|
31753
31756
|
"use strict";
|
|
31754
31757
|
|
|
31755
|
-
exports
|
|
31758
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31756
31759
|
exports.LOGIN_ERRORS = void 0;
|
|
31757
31760
|
var LOGIN_ERRORS;
|
|
31758
31761
|
(function (LOGIN_ERRORS) {
|
|
31759
31762
|
LOGIN_ERRORS["MERCHANTS_DATA_REASON"] = "HTTP_FAILED_DEPENDENCY";
|
|
31760
31763
|
LOGIN_ERRORS["RECAPTCHA_REASON"] = "HTTP_LOCKED";
|
|
31761
|
-
})(LOGIN_ERRORS
|
|
31764
|
+
})(LOGIN_ERRORS || (exports.LOGIN_ERRORS = LOGIN_ERRORS = {}));
|
|
31762
31765
|
//# sourceMappingURL=auth.js.map
|
|
31763
31766
|
|
|
31764
31767
|
/***/ }),
|
|
@@ -31768,7 +31771,7 @@ var LOGIN_ERRORS;
|
|
|
31768
31771
|
|
|
31769
31772
|
"use strict";
|
|
31770
31773
|
|
|
31771
|
-
exports
|
|
31774
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31772
31775
|
//# sourceMappingURL=chat_merchant_apps_types.js.map
|
|
31773
31776
|
|
|
31774
31777
|
/***/ }),
|
|
@@ -31792,7 +31795,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
31792
31795
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
31793
31796
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
31794
31797
|
};
|
|
31795
|
-
exports
|
|
31798
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31796
31799
|
__exportStar(__webpack_require__(43720), exports);
|
|
31797
31800
|
//# sourceMappingURL=index.js.map
|
|
31798
31801
|
|
|
@@ -31803,14 +31806,14 @@ __exportStar(__webpack_require__(43720), exports);
|
|
|
31803
31806
|
|
|
31804
31807
|
"use strict";
|
|
31805
31808
|
|
|
31806
|
-
exports
|
|
31809
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31807
31810
|
exports.ChatConversationType = void 0;
|
|
31808
31811
|
var ChatConversationType;
|
|
31809
31812
|
(function (ChatConversationType) {
|
|
31810
31813
|
ChatConversationType[ChatConversationType["driver_and_team_dispatchers"] = 0] = "driver_and_team_dispatchers";
|
|
31811
31814
|
ChatConversationType[ChatConversationType["task"] = 1] = "task";
|
|
31812
31815
|
ChatConversationType[ChatConversationType["group"] = 2] = "group";
|
|
31813
|
-
})(ChatConversationType
|
|
31816
|
+
})(ChatConversationType || (exports.ChatConversationType = ChatConversationType = {}));
|
|
31814
31817
|
//# sourceMappingURL=chat_conversation.js.map
|
|
31815
31818
|
|
|
31816
31819
|
/***/ }),
|
|
@@ -31820,19 +31823,19 @@ var ChatConversationType;
|
|
|
31820
31823
|
|
|
31821
31824
|
"use strict";
|
|
31822
31825
|
|
|
31823
|
-
exports
|
|
31826
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31824
31827
|
exports.ChatMessageOrigin = exports.ChatMessageType = void 0;
|
|
31825
31828
|
var ChatMessageType;
|
|
31826
31829
|
(function (ChatMessageType) {
|
|
31827
31830
|
ChatMessageType["TEXT"] = "text";
|
|
31828
31831
|
ChatMessageType["IMAGE"] = "image";
|
|
31829
|
-
})(ChatMessageType
|
|
31832
|
+
})(ChatMessageType || (exports.ChatMessageType = ChatMessageType = {}));
|
|
31830
31833
|
var ChatMessageOrigin;
|
|
31831
31834
|
(function (ChatMessageOrigin) {
|
|
31832
31835
|
ChatMessageOrigin[ChatMessageOrigin["MOBILE"] = 0] = "MOBILE";
|
|
31833
31836
|
ChatMessageOrigin[ChatMessageOrigin["WEB"] = 1] = "WEB";
|
|
31834
31837
|
ChatMessageOrigin[ChatMessageOrigin["SLACK"] = 2] = "SLACK";
|
|
31835
|
-
})(ChatMessageOrigin
|
|
31838
|
+
})(ChatMessageOrigin || (exports.ChatMessageOrigin = ChatMessageOrigin = {}));
|
|
31836
31839
|
//# sourceMappingURL=chat_message.js.map
|
|
31837
31840
|
|
|
31838
31841
|
/***/ }),
|
|
@@ -31842,7 +31845,7 @@ var ChatMessageOrigin;
|
|
|
31842
31845
|
|
|
31843
31846
|
"use strict";
|
|
31844
31847
|
|
|
31845
|
-
exports
|
|
31848
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31846
31849
|
exports.Connection = exports.DayOfWeek = void 0;
|
|
31847
31850
|
var DayOfWeek;
|
|
31848
31851
|
(function (DayOfWeek) {
|
|
@@ -31853,12 +31856,12 @@ var DayOfWeek;
|
|
|
31853
31856
|
DayOfWeek[DayOfWeek["Friday"] = 4] = "Friday";
|
|
31854
31857
|
DayOfWeek[DayOfWeek["Saturday"] = 5] = "Saturday";
|
|
31855
31858
|
DayOfWeek[DayOfWeek["Sunday"] = 6] = "Sunday";
|
|
31856
|
-
})(DayOfWeek
|
|
31859
|
+
})(DayOfWeek || (exports.DayOfWeek = DayOfWeek = {}));
|
|
31857
31860
|
var Connection;
|
|
31858
31861
|
(function (Connection) {
|
|
31859
31862
|
Connection["Online"] = "online";
|
|
31860
31863
|
Connection["Offline"] = "offline";
|
|
31861
|
-
})(Connection
|
|
31864
|
+
})(Connection || (exports.Connection = Connection = {}));
|
|
31862
31865
|
//# sourceMappingURL=common.js.map
|
|
31863
31866
|
|
|
31864
31867
|
/***/ }),
|
|
@@ -31868,7 +31871,7 @@ var Connection;
|
|
|
31868
31871
|
|
|
31869
31872
|
"use strict";
|
|
31870
31873
|
|
|
31871
|
-
exports
|
|
31874
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31872
31875
|
//# sourceMappingURL=company.js.map
|
|
31873
31876
|
|
|
31874
31877
|
/***/ }),
|
|
@@ -31878,7 +31881,7 @@ exports.__esModule = true;
|
|
|
31878
31881
|
|
|
31879
31882
|
"use strict";
|
|
31880
31883
|
|
|
31881
|
-
exports
|
|
31884
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31882
31885
|
//# sourceMappingURL=config_loader.js.map
|
|
31883
31886
|
|
|
31884
31887
|
/***/ }),
|
|
@@ -31888,7 +31891,7 @@ exports.__esModule = true;
|
|
|
31888
31891
|
|
|
31889
31892
|
"use strict";
|
|
31890
31893
|
|
|
31891
|
-
exports
|
|
31894
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31892
31895
|
//# sourceMappingURL=country.js.map
|
|
31893
31896
|
|
|
31894
31897
|
/***/ }),
|
|
@@ -31898,7 +31901,7 @@ exports.__esModule = true;
|
|
|
31898
31901
|
|
|
31899
31902
|
"use strict";
|
|
31900
31903
|
|
|
31901
|
-
exports
|
|
31904
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31902
31905
|
//# sourceMappingURL=crew.js.map
|
|
31903
31906
|
|
|
31904
31907
|
/***/ }),
|
|
@@ -31909,7 +31912,7 @@ exports.__esModule = true;
|
|
|
31909
31912
|
"use strict";
|
|
31910
31913
|
|
|
31911
31914
|
var _a;
|
|
31912
|
-
exports
|
|
31915
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
31913
31916
|
exports.Currencies = exports.Currency = void 0;
|
|
31914
31917
|
var Currency;
|
|
31915
31918
|
(function (Currency) {
|
|
@@ -31949,7 +31952,7 @@ var Currency;
|
|
|
31949
31952
|
Currency["UYU"] = "UYU";
|
|
31950
31953
|
Currency["PAB"] = "PAB";
|
|
31951
31954
|
Currency["CRC"] = "CRC";
|
|
31952
|
-
})(Currency
|
|
31955
|
+
})(Currency || (exports.Currency = Currency = {}));
|
|
31953
31956
|
exports.Currencies = (_a = {},
|
|
31954
31957
|
_a[Currency.AUD] = {
|
|
31955
31958
|
title: 'Australian Dollar',
|
|
@@ -32141,7 +32144,7 @@ exports.Currencies = (_a = {},
|
|
|
32141
32144
|
|
|
32142
32145
|
"use strict";
|
|
32143
32146
|
|
|
32144
|
-
exports
|
|
32147
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32145
32148
|
exports.pathValidationRegExp = exports.CustomAttributesMandatoryRpcActions = exports.CustomAttributeConsumerEntity = exports.CustomAttributesRpcActions = exports.CustomAttributeResolverType = exports.CustomAttributeDataType = exports.CustomAttributeEntityType = void 0;
|
|
32146
32149
|
var CustomAttributeEntityType;
|
|
32147
32150
|
(function (CustomAttributeEntityType) {
|
|
@@ -32150,18 +32153,18 @@ var CustomAttributeEntityType;
|
|
|
32150
32153
|
CustomAttributeEntityType[CustomAttributeEntityType["Customer"] = 2] = "Customer";
|
|
32151
32154
|
CustomAttributeEntityType[CustomAttributeEntityType["Team"] = 3] = "Team";
|
|
32152
32155
|
CustomAttributeEntityType[CustomAttributeEntityType["User"] = 4] = "User";
|
|
32153
|
-
})(CustomAttributeEntityType
|
|
32156
|
+
})(CustomAttributeEntityType || (exports.CustomAttributeEntityType = CustomAttributeEntityType = {}));
|
|
32154
32157
|
var CustomAttributeDataType;
|
|
32155
32158
|
(function (CustomAttributeDataType) {
|
|
32156
32159
|
CustomAttributeDataType[CustomAttributeDataType["Number"] = 0] = "Number";
|
|
32157
32160
|
CustomAttributeDataType[CustomAttributeDataType["String"] = 1] = "String";
|
|
32158
32161
|
CustomAttributeDataType[CustomAttributeDataType["Boolean"] = 2] = "Boolean";
|
|
32159
32162
|
CustomAttributeDataType[CustomAttributeDataType["Enum"] = 3] = "Enum";
|
|
32160
|
-
})(CustomAttributeDataType
|
|
32163
|
+
})(CustomAttributeDataType || (exports.CustomAttributeDataType = CustomAttributeDataType = {}));
|
|
32161
32164
|
var CustomAttributeResolverType;
|
|
32162
32165
|
(function (CustomAttributeResolverType) {
|
|
32163
32166
|
CustomAttributeResolverType["JSONata"] = "JSONata";
|
|
32164
|
-
})(CustomAttributeResolverType
|
|
32167
|
+
})(CustomAttributeResolverType || (exports.CustomAttributeResolverType = CustomAttributeResolverType = {}));
|
|
32165
32168
|
var CustomAttributesRpcActions;
|
|
32166
32169
|
(function (CustomAttributesRpcActions) {
|
|
32167
32170
|
CustomAttributesRpcActions["GetAll"] = "get_all";
|
|
@@ -32169,18 +32172,18 @@ var CustomAttributesRpcActions;
|
|
|
32169
32172
|
CustomAttributesRpcActions["GetAllInternal"] = "get_all_internal";
|
|
32170
32173
|
CustomAttributesRpcActions["UpsertSuggestion"] = "upsert_suggestion";
|
|
32171
32174
|
CustomAttributesRpcActions["CheckUsage"] = "custom_attributes:check_record_usage";
|
|
32172
|
-
})(CustomAttributesRpcActions
|
|
32175
|
+
})(CustomAttributesRpcActions || (exports.CustomAttributesRpcActions = CustomAttributesRpcActions = {}));
|
|
32173
32176
|
var CustomAttributeConsumerEntity;
|
|
32174
32177
|
(function (CustomAttributeConsumerEntity) {
|
|
32175
32178
|
CustomAttributeConsumerEntity["AnalyticsReport"] = "analytics_report";
|
|
32176
32179
|
CustomAttributeConsumerEntity["Rule"] = "rule";
|
|
32177
32180
|
CustomAttributeConsumerEntity["WorkflowRule"] = "workflow_rule";
|
|
32178
32181
|
CustomAttributeConsumerEntity["WorkflowTrigger"] = "workflow_trigger";
|
|
32179
|
-
})(CustomAttributeConsumerEntity
|
|
32182
|
+
})(CustomAttributeConsumerEntity || (exports.CustomAttributeConsumerEntity = CustomAttributeConsumerEntity = {}));
|
|
32180
32183
|
var CustomAttributesMandatoryRpcActions;
|
|
32181
32184
|
(function (CustomAttributesMandatoryRpcActions) {
|
|
32182
32185
|
CustomAttributesMandatoryRpcActions["CheckUsage"] = "custom-attributes:check-record-usage";
|
|
32183
|
-
})(CustomAttributesMandatoryRpcActions
|
|
32186
|
+
})(CustomAttributesMandatoryRpcActions || (exports.CustomAttributesMandatoryRpcActions = CustomAttributesMandatoryRpcActions = {}));
|
|
32184
32187
|
exports.pathValidationRegExp = /^[a-zA-Z_$\d]+(\[\d+\])*?$/;
|
|
32185
32188
|
//# sourceMappingURL=custom_attribute.js.map
|
|
32186
32189
|
|
|
@@ -32191,14 +32194,14 @@ exports.pathValidationRegExp = /^[a-zA-Z_$\d]+(\[\d+\])*?$/;
|
|
|
32191
32194
|
|
|
32192
32195
|
"use strict";
|
|
32193
32196
|
|
|
32194
|
-
exports
|
|
32197
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32195
32198
|
exports.CustomFilterOperator = void 0;
|
|
32196
32199
|
var CustomFilterOperator;
|
|
32197
32200
|
(function (CustomFilterOperator) {
|
|
32198
32201
|
CustomFilterOperator[CustomFilterOperator["Equal"] = 0] = "Equal";
|
|
32199
32202
|
CustomFilterOperator[CustomFilterOperator["GreaterThan"] = 1] = "GreaterThan";
|
|
32200
32203
|
CustomFilterOperator[CustomFilterOperator["LessThan"] = 2] = "LessThan";
|
|
32201
|
-
})(CustomFilterOperator
|
|
32204
|
+
})(CustomFilterOperator || (exports.CustomFilterOperator = CustomFilterOperator = {}));
|
|
32202
32205
|
//# sourceMappingURL=custom_filter.js.map
|
|
32203
32206
|
|
|
32204
32207
|
/***/ }),
|
|
@@ -32208,7 +32211,7 @@ var CustomFilterOperator;
|
|
|
32208
32211
|
|
|
32209
32212
|
"use strict";
|
|
32210
32213
|
|
|
32211
|
-
exports
|
|
32214
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32212
32215
|
exports.CustomerKind = void 0;
|
|
32213
32216
|
var CustomerKind;
|
|
32214
32217
|
(function (CustomerKind) {
|
|
@@ -32217,7 +32220,7 @@ var CustomerKind;
|
|
|
32217
32220
|
CustomerKind[CustomerKind["STORE"] = 2] = "STORE";
|
|
32218
32221
|
CustomerKind[CustomerKind["LOCKER"] = 3] = "LOCKER";
|
|
32219
32222
|
CustomerKind[CustomerKind["DISTRIBUTION_HUB"] = 4] = "DISTRIBUTION_HUB";
|
|
32220
|
-
})(CustomerKind
|
|
32223
|
+
})(CustomerKind || (exports.CustomerKind = CustomerKind = {}));
|
|
32221
32224
|
//# sourceMappingURL=customer.js.map
|
|
32222
32225
|
|
|
32223
32226
|
/***/ }),
|
|
@@ -32227,7 +32230,7 @@ var CustomerKind;
|
|
|
32227
32230
|
|
|
32228
32231
|
"use strict";
|
|
32229
32232
|
|
|
32230
|
-
exports
|
|
32233
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32231
32234
|
//# sourceMappingURL=customer_configuration.js.map
|
|
32232
32235
|
|
|
32233
32236
|
/***/ }),
|
|
@@ -32237,13 +32240,13 @@ exports.__esModule = true;
|
|
|
32237
32240
|
|
|
32238
32241
|
"use strict";
|
|
32239
32242
|
|
|
32240
|
-
exports
|
|
32243
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32241
32244
|
exports.CustomerExperienceCancelEventTypes = exports.TaskPhase = exports.ApiVersion = void 0;
|
|
32242
32245
|
var ApiVersion;
|
|
32243
32246
|
(function (ApiVersion) {
|
|
32244
32247
|
ApiVersion[ApiVersion["V1"] = 1] = "V1";
|
|
32245
32248
|
ApiVersion[ApiVersion["V2"] = 2] = "V2";
|
|
32246
|
-
})(ApiVersion
|
|
32249
|
+
})(ApiVersion || (exports.ApiVersion = ApiVersion = {}));
|
|
32247
32250
|
var TaskPhase;
|
|
32248
32251
|
(function (TaskPhase) {
|
|
32249
32252
|
TaskPhase["CREATED"] = "created";
|
|
@@ -32251,12 +32254,12 @@ var TaskPhase;
|
|
|
32251
32254
|
TaskPhase["SCHEDULED"] = "scheduled";
|
|
32252
32255
|
TaskPhase["DONE"] = "done";
|
|
32253
32256
|
TaskPhase["RATING"] = "rating";
|
|
32254
|
-
})(TaskPhase
|
|
32257
|
+
})(TaskPhase || (exports.TaskPhase = TaskPhase = {}));
|
|
32255
32258
|
var CustomerExperienceCancelEventTypes;
|
|
32256
32259
|
(function (CustomerExperienceCancelEventTypes) {
|
|
32257
32260
|
CustomerExperienceCancelEventTypes[CustomerExperienceCancelEventTypes["DriverAssigned"] = 0] = "DriverAssigned";
|
|
32258
32261
|
CustomerExperienceCancelEventTypes[CustomerExperienceCancelEventTypes["TaskStarted"] = 1] = "TaskStarted";
|
|
32259
|
-
})(CustomerExperienceCancelEventTypes
|
|
32262
|
+
})(CustomerExperienceCancelEventTypes || (exports.CustomerExperienceCancelEventTypes = CustomerExperienceCancelEventTypes = {}));
|
|
32260
32263
|
//# sourceMappingURL=customer_experience.js.map
|
|
32261
32264
|
|
|
32262
32265
|
/***/ }),
|
|
@@ -32266,7 +32269,7 @@ var CustomerExperienceCancelEventTypes;
|
|
|
32266
32269
|
|
|
32267
32270
|
"use strict";
|
|
32268
32271
|
|
|
32269
|
-
exports
|
|
32272
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32270
32273
|
exports.OrderPageTabs = void 0;
|
|
32271
32274
|
var OrderPageTabs;
|
|
32272
32275
|
(function (OrderPageTabs) {
|
|
@@ -32275,7 +32278,7 @@ var OrderPageTabs;
|
|
|
32275
32278
|
OrderPageTabs[OrderPageTabs["attachments"] = 2] = "attachments";
|
|
32276
32279
|
OrderPageTabs[OrderPageTabs["inventories"] = 3] = "inventories";
|
|
32277
32280
|
OrderPageTabs[OrderPageTabs["tracking"] = 4] = "tracking";
|
|
32278
|
-
})(OrderPageTabs
|
|
32281
|
+
})(OrderPageTabs || (exports.OrderPageTabs = OrderPageTabs = {}));
|
|
32279
32282
|
//# sourceMappingURL=dashboard_ui_configuration.js.map
|
|
32280
32283
|
|
|
32281
32284
|
/***/ }),
|
|
@@ -32285,14 +32288,14 @@ var OrderPageTabs;
|
|
|
32285
32288
|
|
|
32286
32289
|
"use strict";
|
|
32287
32290
|
|
|
32288
|
-
exports
|
|
32291
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32289
32292
|
exports.DeliveryBlockResourceLocationType = exports.BreakType = void 0;
|
|
32290
32293
|
var BreakType;
|
|
32291
32294
|
(function (BreakType) {
|
|
32292
32295
|
BreakType[BreakType["Fixed"] = 0] = "Fixed";
|
|
32293
32296
|
BreakType[BreakType["Flex"] = 1] = "Flex";
|
|
32294
32297
|
BreakType[BreakType["Relative"] = 2] = "Relative";
|
|
32295
|
-
})(BreakType
|
|
32298
|
+
})(BreakType || (exports.BreakType = BreakType = {}));
|
|
32296
32299
|
var DeliveryBlockResourceLocationType;
|
|
32297
32300
|
(function (DeliveryBlockResourceLocationType) {
|
|
32298
32301
|
DeliveryBlockResourceLocationType[DeliveryBlockResourceLocationType["DRIVER_ADDRESS"] = 1] = "DRIVER_ADDRESS";
|
|
@@ -32300,7 +32303,7 @@ var DeliveryBlockResourceLocationType;
|
|
|
32300
32303
|
DeliveryBlockResourceLocationType[DeliveryBlockResourceLocationType["PARKING_SPOT"] = 3] = "PARKING_SPOT";
|
|
32301
32304
|
DeliveryBlockResourceLocationType[DeliveryBlockResourceLocationType["VEHICLE_DEFAULT_PARKING"] = 4] = "VEHICLE_DEFAULT_PARKING";
|
|
32302
32305
|
DeliveryBlockResourceLocationType[DeliveryBlockResourceLocationType["LAST_DRIVER_LOCATION"] = 5] = "LAST_DRIVER_LOCATION";
|
|
32303
|
-
})(DeliveryBlockResourceLocationType
|
|
32306
|
+
})(DeliveryBlockResourceLocationType || (exports.DeliveryBlockResourceLocationType = DeliveryBlockResourceLocationType = {}));
|
|
32304
32307
|
//# sourceMappingURL=delivery_block.js.map
|
|
32305
32308
|
|
|
32306
32309
|
/***/ }),
|
|
@@ -32310,7 +32313,7 @@ var DeliveryBlockResourceLocationType;
|
|
|
32310
32313
|
|
|
32311
32314
|
"use strict";
|
|
32312
32315
|
|
|
32313
|
-
exports
|
|
32316
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32314
32317
|
//# sourceMappingURL=delivery_block_schedule.js.map
|
|
32315
32318
|
|
|
32316
32319
|
/***/ }),
|
|
@@ -32320,7 +32323,7 @@ exports.__esModule = true;
|
|
|
32320
32323
|
|
|
32321
32324
|
"use strict";
|
|
32322
32325
|
|
|
32323
|
-
exports
|
|
32326
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32324
32327
|
exports.DeliveryProviderFleetLegacyType = exports.DeliveryProviderContractType = exports.DeliveryProviderStatus = exports.DeliveryProviderEcoFriendlyType = exports.DeliveryProviderDeliverFromCapability = exports.DeliveryProviderSecurityCapability = exports.DeliveryProviderServiceCapability = exports.DeliveryProviderServiceLevelCapability = exports.DeliveryProviderCommitmentTimeCapability = exports.DeliveryProviderSkillCapability = exports.DeliveryProviderVehicleCapability = exports.DeliveryProviderIndustryCapability = void 0;
|
|
32325
32328
|
var DeliveryProviderIndustryCapability;
|
|
32326
32329
|
(function (DeliveryProviderIndustryCapability) {
|
|
@@ -32330,7 +32333,7 @@ var DeliveryProviderIndustryCapability;
|
|
|
32330
32333
|
DeliveryProviderIndustryCapability["healthcare"] = "healthcare";
|
|
32331
32334
|
DeliveryProviderIndustryCapability["automotive"] = "automotive";
|
|
32332
32335
|
DeliveryProviderIndustryCapability["meal_kit"] = "meal_kit";
|
|
32333
|
-
})(DeliveryProviderIndustryCapability
|
|
32336
|
+
})(DeliveryProviderIndustryCapability || (exports.DeliveryProviderIndustryCapability = DeliveryProviderIndustryCapability = {}));
|
|
32334
32337
|
var DeliveryProviderVehicleCapability;
|
|
32335
32338
|
(function (DeliveryProviderVehicleCapability) {
|
|
32336
32339
|
DeliveryProviderVehicleCapability["on_foot"] = "on_foot";
|
|
@@ -32342,7 +32345,7 @@ var DeliveryProviderVehicleCapability;
|
|
|
32342
32345
|
DeliveryProviderVehicleCapability["trucks"] = "trucks";
|
|
32343
32346
|
DeliveryProviderVehicleCapability["robots"] = "robots";
|
|
32344
32347
|
DeliveryProviderVehicleCapability["drones"] = "drones";
|
|
32345
|
-
})(DeliveryProviderVehicleCapability
|
|
32348
|
+
})(DeliveryProviderVehicleCapability || (exports.DeliveryProviderVehicleCapability = DeliveryProviderVehicleCapability = {}));
|
|
32346
32349
|
var DeliveryProviderSkillCapability;
|
|
32347
32350
|
(function (DeliveryProviderSkillCapability) {
|
|
32348
32351
|
DeliveryProviderSkillCapability["proof_of_delivery"] = "proof_of_delivery";
|
|
@@ -32351,19 +32354,19 @@ var DeliveryProviderSkillCapability;
|
|
|
32351
32354
|
DeliveryProviderSkillCapability["update_order"] = "update_order";
|
|
32352
32355
|
DeliveryProviderSkillCapability["driver_live_tracking"] = "driver_live_tracking";
|
|
32353
32356
|
DeliveryProviderSkillCapability["cancel_order"] = "cancel_order";
|
|
32354
|
-
})(DeliveryProviderSkillCapability
|
|
32357
|
+
})(DeliveryProviderSkillCapability || (exports.DeliveryProviderSkillCapability = DeliveryProviderSkillCapability = {}));
|
|
32355
32358
|
var DeliveryProviderCommitmentTimeCapability;
|
|
32356
32359
|
(function (DeliveryProviderCommitmentTimeCapability) {
|
|
32357
32360
|
DeliveryProviderCommitmentTimeCapability["min30"] = "min30";
|
|
32358
32361
|
DeliveryProviderCommitmentTimeCapability["min60"] = "min60";
|
|
32359
32362
|
DeliveryProviderCommitmentTimeCapability["min120"] = "min120";
|
|
32360
|
-
})(DeliveryProviderCommitmentTimeCapability
|
|
32363
|
+
})(DeliveryProviderCommitmentTimeCapability || (exports.DeliveryProviderCommitmentTimeCapability = DeliveryProviderCommitmentTimeCapability = {}));
|
|
32361
32364
|
var DeliveryProviderServiceLevelCapability;
|
|
32362
32365
|
(function (DeliveryProviderServiceLevelCapability) {
|
|
32363
32366
|
DeliveryProviderServiceLevelCapability["on_demand"] = "on_demand";
|
|
32364
32367
|
DeliveryProviderServiceLevelCapability["same_day"] = "same_day";
|
|
32365
32368
|
DeliveryProviderServiceLevelCapability["scheduled"] = "scheduled";
|
|
32366
|
-
})(DeliveryProviderServiceLevelCapability
|
|
32369
|
+
})(DeliveryProviderServiceLevelCapability || (exports.DeliveryProviderServiceLevelCapability = DeliveryProviderServiceLevelCapability = {}));
|
|
32367
32370
|
var DeliveryProviderServiceCapability;
|
|
32368
32371
|
(function (DeliveryProviderServiceCapability) {
|
|
32369
32372
|
DeliveryProviderServiceCapability["installation"] = "installation";
|
|
@@ -32375,43 +32378,43 @@ var DeliveryProviderServiceCapability;
|
|
|
32375
32378
|
DeliveryProviderServiceCapability["fragile"] = "fragile";
|
|
32376
32379
|
DeliveryProviderServiceCapability["alcohol"] = "alcohol";
|
|
32377
32380
|
DeliveryProviderServiceCapability["medical"] = "medical";
|
|
32378
|
-
})(DeliveryProviderServiceCapability
|
|
32381
|
+
})(DeliveryProviderServiceCapability || (exports.DeliveryProviderServiceCapability = DeliveryProviderServiceCapability = {}));
|
|
32379
32382
|
var DeliveryProviderSecurityCapability;
|
|
32380
32383
|
(function (DeliveryProviderSecurityCapability) {
|
|
32381
32384
|
DeliveryProviderSecurityCapability["iso"] = "iso";
|
|
32382
32385
|
DeliveryProviderSecurityCapability["soc2"] = "soc2";
|
|
32383
|
-
})(DeliveryProviderSecurityCapability
|
|
32386
|
+
})(DeliveryProviderSecurityCapability || (exports.DeliveryProviderSecurityCapability = DeliveryProviderSecurityCapability = {}));
|
|
32384
32387
|
var DeliveryProviderDeliverFromCapability;
|
|
32385
32388
|
(function (DeliveryProviderDeliverFromCapability) {
|
|
32386
32389
|
DeliveryProviderDeliverFromCapability["store"] = "store";
|
|
32387
32390
|
DeliveryProviderDeliverFromCapability["warehouse"] = "warehouse";
|
|
32388
|
-
})(DeliveryProviderDeliverFromCapability
|
|
32391
|
+
})(DeliveryProviderDeliverFromCapability || (exports.DeliveryProviderDeliverFromCapability = DeliveryProviderDeliverFromCapability = {}));
|
|
32389
32392
|
var DeliveryProviderEcoFriendlyType;
|
|
32390
32393
|
(function (DeliveryProviderEcoFriendlyType) {
|
|
32391
32394
|
DeliveryProviderEcoFriendlyType[DeliveryProviderEcoFriendlyType["Yes"] = 0] = "Yes";
|
|
32392
32395
|
DeliveryProviderEcoFriendlyType[DeliveryProviderEcoFriendlyType["No"] = 1] = "No";
|
|
32393
32396
|
DeliveryProviderEcoFriendlyType[DeliveryProviderEcoFriendlyType["Partial"] = 2] = "Partial";
|
|
32394
|
-
})(DeliveryProviderEcoFriendlyType
|
|
32397
|
+
})(DeliveryProviderEcoFriendlyType || (exports.DeliveryProviderEcoFriendlyType = DeliveryProviderEcoFriendlyType = {}));
|
|
32395
32398
|
var DeliveryProviderStatus;
|
|
32396
32399
|
(function (DeliveryProviderStatus) {
|
|
32397
32400
|
DeliveryProviderStatus[DeliveryProviderStatus["Pending"] = 0] = "Pending";
|
|
32398
32401
|
DeliveryProviderStatus[DeliveryProviderStatus["InProgress"] = 1] = "InProgress";
|
|
32399
32402
|
DeliveryProviderStatus[DeliveryProviderStatus["Active"] = 2] = "Active";
|
|
32400
32403
|
DeliveryProviderStatus[DeliveryProviderStatus["Inactive"] = 3] = "Inactive";
|
|
32401
|
-
})(DeliveryProviderStatus
|
|
32404
|
+
})(DeliveryProviderStatus || (exports.DeliveryProviderStatus = DeliveryProviderStatus = {}));
|
|
32402
32405
|
var DeliveryProviderContractType;
|
|
32403
32406
|
(function (DeliveryProviderContractType) {
|
|
32404
32407
|
DeliveryProviderContractType[DeliveryProviderContractType["HubAggregator"] = 0] = "HubAggregator";
|
|
32405
32408
|
DeliveryProviderContractType[DeliveryProviderContractType["HubDirect"] = 1] = "HubDirect";
|
|
32406
32409
|
DeliveryProviderContractType[DeliveryProviderContractType["NonHub"] = 2] = "NonHub";
|
|
32407
|
-
})(DeliveryProviderContractType
|
|
32410
|
+
})(DeliveryProviderContractType || (exports.DeliveryProviderContractType = DeliveryProviderContractType = {}));
|
|
32408
32411
|
var DeliveryProviderFleetLegacyType;
|
|
32409
32412
|
(function (DeliveryProviderFleetLegacyType) {
|
|
32410
32413
|
DeliveryProviderFleetLegacyType[DeliveryProviderFleetLegacyType["BringgIntegration"] = 0] = "BringgIntegration";
|
|
32411
32414
|
DeliveryProviderFleetLegacyType[DeliveryProviderFleetLegacyType["SelfIntegration"] = 1] = "SelfIntegration";
|
|
32412
32415
|
DeliveryProviderFleetLegacyType[DeliveryProviderFleetLegacyType["Bringg2Bringg"] = 2] = "Bringg2Bringg";
|
|
32413
32416
|
DeliveryProviderFleetLegacyType[DeliveryProviderFleetLegacyType["Aggregator"] = 3] = "Aggregator";
|
|
32414
|
-
})(DeliveryProviderFleetLegacyType
|
|
32417
|
+
})(DeliveryProviderFleetLegacyType || (exports.DeliveryProviderFleetLegacyType = DeliveryProviderFleetLegacyType = {}));
|
|
32415
32418
|
//# sourceMappingURL=delivery_provider.js.map
|
|
32416
32419
|
|
|
32417
32420
|
/***/ }),
|
|
@@ -32421,7 +32424,7 @@ var DeliveryProviderFleetLegacyType;
|
|
|
32421
32424
|
|
|
32422
32425
|
"use strict";
|
|
32423
32426
|
|
|
32424
|
-
exports
|
|
32427
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32425
32428
|
//# sourceMappingURL=delivery_provider_aggregator_item.js.map
|
|
32426
32429
|
|
|
32427
32430
|
/***/ }),
|
|
@@ -32431,7 +32434,7 @@ exports.__esModule = true;
|
|
|
32431
32434
|
|
|
32432
32435
|
"use strict";
|
|
32433
32436
|
|
|
32434
|
-
exports
|
|
32437
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32435
32438
|
//# sourceMappingURL=delivery_provider_category_item.js.map
|
|
32436
32439
|
|
|
32437
32440
|
/***/ }),
|
|
@@ -32441,7 +32444,7 @@ exports.__esModule = true;
|
|
|
32441
32444
|
|
|
32442
32445
|
"use strict";
|
|
32443
32446
|
|
|
32444
|
-
exports
|
|
32447
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32445
32448
|
//# sourceMappingURL=delivery_provider_display_destination_item.js.map
|
|
32446
32449
|
|
|
32447
32450
|
/***/ }),
|
|
@@ -32451,7 +32454,7 @@ exports.__esModule = true;
|
|
|
32451
32454
|
|
|
32452
32455
|
"use strict";
|
|
32453
32456
|
|
|
32454
|
-
exports
|
|
32457
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32455
32458
|
exports.DeliveryProviderLookupType = void 0;
|
|
32456
32459
|
var DeliveryProviderLookupType;
|
|
32457
32460
|
(function (DeliveryProviderLookupType) {
|
|
@@ -32461,7 +32464,7 @@ var DeliveryProviderLookupType;
|
|
|
32461
32464
|
DeliveryProviderLookupType[DeliveryProviderLookupType["DeliveryTypes"] = 3] = "DeliveryTypes";
|
|
32462
32465
|
DeliveryProviderLookupType[DeliveryProviderLookupType["AgeRestrictions"] = 4] = "AgeRestrictions";
|
|
32463
32466
|
DeliveryProviderLookupType[DeliveryProviderLookupType["WhiteGloves"] = 5] = "WhiteGloves";
|
|
32464
|
-
})(DeliveryProviderLookupType
|
|
32467
|
+
})(DeliveryProviderLookupType || (exports.DeliveryProviderLookupType = DeliveryProviderLookupType = {}));
|
|
32465
32468
|
//# sourceMappingURL=delivery_provider_lookup_item.js.map
|
|
32466
32469
|
|
|
32467
32470
|
/***/ }),
|
|
@@ -32471,7 +32474,7 @@ var DeliveryProviderLookupType;
|
|
|
32471
32474
|
|
|
32472
32475
|
"use strict";
|
|
32473
32476
|
|
|
32474
|
-
exports
|
|
32477
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32475
32478
|
//# sourceMappingURL=delivery_provider_offering.js.map
|
|
32476
32479
|
|
|
32477
32480
|
/***/ }),
|
|
@@ -32481,7 +32484,7 @@ exports.__esModule = true;
|
|
|
32481
32484
|
|
|
32482
32485
|
"use strict";
|
|
32483
32486
|
|
|
32484
|
-
exports
|
|
32487
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32485
32488
|
//# sourceMappingURL=deprecated_alert_types.js.map
|
|
32486
32489
|
|
|
32487
32490
|
/***/ }),
|
|
@@ -32491,7 +32494,7 @@ exports.__esModule = true;
|
|
|
32491
32494
|
|
|
32492
32495
|
"use strict";
|
|
32493
32496
|
|
|
32494
|
-
exports
|
|
32497
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32495
32498
|
exports.DisputeReason = void 0;
|
|
32496
32499
|
var DisputeReason;
|
|
32497
32500
|
(function (DisputeReason) {
|
|
@@ -32503,7 +32506,7 @@ var DisputeReason;
|
|
|
32503
32506
|
DisputeReason[DisputeReason["DRIVER_NEVER_ARRIVED_TO_PICKUP"] = 5] = "DRIVER_NEVER_ARRIVED_TO_PICKUP";
|
|
32504
32507
|
DisputeReason[DisputeReason["DRIVER_NEVER_ARRIVED_TO_DROPOFF"] = 6] = "DRIVER_NEVER_ARRIVED_TO_DROPOFF";
|
|
32505
32508
|
DisputeReason[DisputeReason["OTHER"] = 100] = "OTHER";
|
|
32506
|
-
})(DisputeReason
|
|
32509
|
+
})(DisputeReason || (exports.DisputeReason = DisputeReason = {}));
|
|
32507
32510
|
//# sourceMappingURL=dispute.js.map
|
|
32508
32511
|
|
|
32509
32512
|
/***/ }),
|
|
@@ -32513,7 +32516,7 @@ var DisputeReason;
|
|
|
32513
32516
|
|
|
32514
32517
|
"use strict";
|
|
32515
32518
|
|
|
32516
|
-
exports
|
|
32519
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32517
32520
|
//# sourceMappingURL=driver_unavailability.js.map
|
|
32518
32521
|
|
|
32519
32522
|
/***/ }),
|
|
@@ -32523,7 +32526,7 @@ exports.__esModule = true;
|
|
|
32523
32526
|
|
|
32524
32527
|
"use strict";
|
|
32525
32528
|
|
|
32526
|
-
exports
|
|
32529
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32527
32530
|
exports.EmulatedDeliveryEvents = void 0;
|
|
32528
32531
|
var EmulatedDeliveryEvents;
|
|
32529
32532
|
(function (EmulatedDeliveryEvents) {
|
|
@@ -32534,7 +32537,7 @@ var EmulatedDeliveryEvents;
|
|
|
32534
32537
|
EmulatedDeliveryEvents["CheckOutPickUp"] = "CheckOutPickUp";
|
|
32535
32538
|
EmulatedDeliveryEvents["CheckInDropOff"] = "CheckInDropOff";
|
|
32536
32539
|
EmulatedDeliveryEvents["CheckOutDropOff"] = "CheckOutDropOff";
|
|
32537
|
-
})(EmulatedDeliveryEvents
|
|
32540
|
+
})(EmulatedDeliveryEvents || (exports.EmulatedDeliveryEvents = EmulatedDeliveryEvents = {}));
|
|
32538
32541
|
//# sourceMappingURL=emulated_delivery_provider_types.js.map
|
|
32539
32542
|
|
|
32540
32543
|
/***/ }),
|
|
@@ -32544,12 +32547,12 @@ var EmulatedDeliveryEvents;
|
|
|
32544
32547
|
|
|
32545
32548
|
"use strict";
|
|
32546
32549
|
|
|
32547
|
-
exports
|
|
32550
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32548
32551
|
exports.ErrorCode = void 0;
|
|
32549
32552
|
var ErrorCode;
|
|
32550
32553
|
(function (ErrorCode) {
|
|
32551
32554
|
ErrorCode["TierCanUpgradeToIsFalse"] = "TIER_CAN_UPGRADE_TO_IS_FALSE";
|
|
32552
|
-
})(ErrorCode
|
|
32555
|
+
})(ErrorCode || (exports.ErrorCode = ErrorCode = {}));
|
|
32553
32556
|
//# sourceMappingURL=error_code.js.map
|
|
32554
32557
|
|
|
32555
32558
|
/***/ }),
|
|
@@ -32559,7 +32562,7 @@ var ErrorCode;
|
|
|
32559
32562
|
|
|
32560
32563
|
"use strict";
|
|
32561
32564
|
|
|
32562
|
-
exports
|
|
32565
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32563
32566
|
exports.AvailabilityCalculationOrigin = exports.EventType = exports.AssociationsChangedType = void 0;
|
|
32564
32567
|
var AssociationsChangedType;
|
|
32565
32568
|
(function (AssociationsChangedType) {
|
|
@@ -32569,7 +32572,7 @@ var AssociationsChangedType;
|
|
|
32569
32572
|
AssociationsChangedType["task_note"] = "task_note";
|
|
32570
32573
|
AssociationsChangedType["task_photo"] = "task_photo";
|
|
32571
32574
|
AssociationsChangedType["signature"] = "signature";
|
|
32572
|
-
})(AssociationsChangedType
|
|
32575
|
+
})(AssociationsChangedType || (exports.AssociationsChangedType = AssociationsChangedType = {}));
|
|
32573
32576
|
var EventType;
|
|
32574
32577
|
(function (EventType) {
|
|
32575
32578
|
EventType["ApplicationActionRun"] = "application:action:run";
|
|
@@ -32712,12 +32715,14 @@ var EventType;
|
|
|
32712
32715
|
EventType["RecurringTemplateTimesReassigned"] = "recurring_template:times_reassigned";
|
|
32713
32716
|
EventType["CustomWorkflowWebhookTaskEvent"] = "custom_workflow:webhook:task";
|
|
32714
32717
|
EventType["CustomWorkflowWebhookTasksEvent"] = "custom_workflow:webhook:tasks";
|
|
32715
|
-
|
|
32718
|
+
EventType["FeetStatusUpdate"] = "fleet:status:update";
|
|
32719
|
+
EventType["CustomWorkflowWebhookUserEvent"] = "custom_workflow:webhook:user";
|
|
32720
|
+
})(EventType || (exports.EventType = EventType = {}));
|
|
32716
32721
|
var AvailabilityCalculationOrigin;
|
|
32717
32722
|
(function (AvailabilityCalculationOrigin) {
|
|
32718
32723
|
AvailabilityCalculationOrigin["QUOTE_ORDERS"] = "QUOTE_ORDERS";
|
|
32719
32724
|
AvailabilityCalculationOrigin["AUTOMATION_PLATFORM"] = "AUTOMATION_PLATFORM";
|
|
32720
|
-
})(AvailabilityCalculationOrigin
|
|
32725
|
+
})(AvailabilityCalculationOrigin || (exports.AvailabilityCalculationOrigin = AvailabilityCalculationOrigin = {}));
|
|
32721
32726
|
//# sourceMappingURL=event.js.map
|
|
32722
32727
|
|
|
32723
32728
|
/***/ }),
|
|
@@ -32727,14 +32732,14 @@ var AvailabilityCalculationOrigin;
|
|
|
32727
32732
|
|
|
32728
32733
|
"use strict";
|
|
32729
32734
|
|
|
32730
|
-
exports
|
|
32735
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32731
32736
|
exports.AggregatorType = exports.IntegrationType = void 0;
|
|
32732
32737
|
var IntegrationType;
|
|
32733
32738
|
(function (IntegrationType) {
|
|
32734
32739
|
IntegrationType[IntegrationType["Fleet"] = 1] = "Fleet";
|
|
32735
32740
|
IntegrationType[IntegrationType["Aggregator"] = 2] = "Aggregator";
|
|
32736
32741
|
IntegrationType[IntegrationType["POS"] = 3] = "POS";
|
|
32737
|
-
})(IntegrationType
|
|
32742
|
+
})(IntegrationType || (exports.IntegrationType = IntegrationType = {}));
|
|
32738
32743
|
var AggregatorType;
|
|
32739
32744
|
(function (AggregatorType) {
|
|
32740
32745
|
AggregatorType[AggregatorType["Uber"] = 1] = "Uber";
|
|
@@ -32745,7 +32750,7 @@ var AggregatorType;
|
|
|
32745
32750
|
AggregatorType[AggregatorType["Toast"] = 8] = "Toast";
|
|
32746
32751
|
AggregatorType[AggregatorType["GoogleFood"] = 9] = "GoogleFood";
|
|
32747
32752
|
AggregatorType[AggregatorType["Popeyes"] = 10] = "Popeyes";
|
|
32748
|
-
})(AggregatorType
|
|
32753
|
+
})(AggregatorType || (exports.AggregatorType = AggregatorType = {}));
|
|
32749
32754
|
//# sourceMappingURL=external_data_team.js.map
|
|
32750
32755
|
|
|
32751
32756
|
/***/ }),
|
|
@@ -32755,7 +32760,7 @@ var AggregatorType;
|
|
|
32755
32760
|
|
|
32756
32761
|
"use strict";
|
|
32757
32762
|
|
|
32758
|
-
exports
|
|
32763
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32759
32764
|
exports.FILTER_CONDITIONS = void 0;
|
|
32760
32765
|
var FILTER_CONDITIONS;
|
|
32761
32766
|
(function (FILTER_CONDITIONS) {
|
|
@@ -32770,7 +32775,7 @@ var FILTER_CONDITIONS;
|
|
|
32770
32775
|
FILTER_CONDITIONS["GREATER_THAN_OR_EQUALS"] = "GREATER_THAN_OR_EQUALS";
|
|
32771
32776
|
FILTER_CONDITIONS["LESS_THAN"] = "LESS_THAN";
|
|
32772
32777
|
FILTER_CONDITIONS["LESS_THAN_OR_EQUALS"] = "LESS_THAN_OR_EQUALS";
|
|
32773
|
-
})(FILTER_CONDITIONS
|
|
32778
|
+
})(FILTER_CONDITIONS || (exports.FILTER_CONDITIONS = FILTER_CONDITIONS = {}));
|
|
32774
32779
|
//# sourceMappingURL=filter_conditions.js.map
|
|
32775
32780
|
|
|
32776
32781
|
/***/ }),
|
|
@@ -32781,13 +32786,13 @@ var FILTER_CONDITIONS;
|
|
|
32781
32786
|
"use strict";
|
|
32782
32787
|
|
|
32783
32788
|
var _a;
|
|
32784
|
-
exports
|
|
32789
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32785
32790
|
exports.FleetTypeToCapabilities = exports.FleetType = exports.FleetStatus = exports.FleetEnvType = void 0;
|
|
32786
32791
|
var FleetEnvType;
|
|
32787
32792
|
(function (FleetEnvType) {
|
|
32788
32793
|
FleetEnvType[FleetEnvType["Production"] = 0] = "Production";
|
|
32789
32794
|
FleetEnvType[FleetEnvType["Staging"] = 1] = "Staging";
|
|
32790
|
-
})(FleetEnvType
|
|
32795
|
+
})(FleetEnvType || (exports.FleetEnvType = FleetEnvType = {}));
|
|
32791
32796
|
var FleetStatus;
|
|
32792
32797
|
(function (FleetStatus) {
|
|
32793
32798
|
FleetStatus[FleetStatus["Active"] = 0] = "Active";
|
|
@@ -32795,7 +32800,7 @@ var FleetStatus;
|
|
|
32795
32800
|
FleetStatus[FleetStatus["Pending"] = 2] = "Pending";
|
|
32796
32801
|
FleetStatus[FleetStatus["Draft"] = 3] = "Draft";
|
|
32797
32802
|
FleetStatus[FleetStatus["Failed"] = 4] = "Failed";
|
|
32798
|
-
})(FleetStatus
|
|
32803
|
+
})(FleetStatus || (exports.FleetStatus = FleetStatus = {}));
|
|
32799
32804
|
var FleetType;
|
|
32800
32805
|
(function (FleetType) {
|
|
32801
32806
|
FleetType[FleetType["Uber"] = 1] = "Uber";
|
|
@@ -32831,7 +32836,7 @@ var FleetType;
|
|
|
32831
32836
|
FleetType[FleetType["DriveYello"] = 32] = "DriveYello";
|
|
32832
32837
|
FleetType[FleetType["Internal"] = 33] = "Internal";
|
|
32833
32838
|
FleetType[FleetType["EmulatedDeliveryProvider"] = 999] = "EmulatedDeliveryProvider";
|
|
32834
|
-
})(FleetType
|
|
32839
|
+
})(FleetType || (exports.FleetType = FleetType = {}));
|
|
32835
32840
|
exports.FleetTypeToCapabilities = (_a = {},
|
|
32836
32841
|
_a[FleetType.Uber] = { create_delivery: true, get_quote: true, multiple_time_windows: true, is_green: false },
|
|
32837
32842
|
_a[FleetType.Deliv] = { create_delivery: false, get_quote: false, is_green: false },
|
|
@@ -32880,14 +32885,14 @@ exports.FleetTypeToCapabilities = (_a = {},
|
|
|
32880
32885
|
|
|
32881
32886
|
"use strict";
|
|
32882
32887
|
|
|
32883
|
-
exports
|
|
32888
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32884
32889
|
exports.PreferredMethod = void 0;
|
|
32885
32890
|
var PreferredMethod;
|
|
32886
32891
|
(function (PreferredMethod) {
|
|
32887
32892
|
PreferredMethod["Priority"] = "priority";
|
|
32888
32893
|
PreferredMethod["Fastest"] = "fastest";
|
|
32889
32894
|
PreferredMethod["Cheapest"] = "cheapest";
|
|
32890
|
-
})(PreferredMethod
|
|
32895
|
+
})(PreferredMethod || (exports.PreferredMethod = PreferredMethod = {}));
|
|
32891
32896
|
//# sourceMappingURL=fleet_router_rules.js.map
|
|
32892
32897
|
|
|
32893
32898
|
/***/ }),
|
|
@@ -32897,7 +32902,7 @@ var PreferredMethod;
|
|
|
32897
32902
|
|
|
32898
32903
|
"use strict";
|
|
32899
32904
|
|
|
32900
|
-
exports
|
|
32905
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32901
32906
|
//# sourceMappingURL=fleet_template.js.map
|
|
32902
32907
|
|
|
32903
32908
|
/***/ }),
|
|
@@ -32907,7 +32912,7 @@ exports.__esModule = true;
|
|
|
32907
32912
|
|
|
32908
32913
|
"use strict";
|
|
32909
32914
|
|
|
32910
|
-
exports
|
|
32915
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32911
32916
|
exports.FloatingInventoryHistoryEventTypes = exports.FloatingInventoryStatus = exports.FloatingInventoryOwnerType = exports.FloatingInventoryCustody = exports.OWNERSHIP_ORIGIN = void 0;
|
|
32912
32917
|
var OWNERSHIP_ORIGIN;
|
|
32913
32918
|
(function (OWNERSHIP_ORIGIN) {
|
|
@@ -32915,7 +32920,7 @@ var OWNERSHIP_ORIGIN;
|
|
|
32915
32920
|
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["WEB_API"] = 2] = "WEB_API";
|
|
32916
32921
|
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["SERVICES_API"] = 3] = "SERVICES_API";
|
|
32917
32922
|
OWNERSHIP_ORIGIN[OWNERSHIP_ORIGIN["FLOATING_INVENTORY_APP"] = 4] = "FLOATING_INVENTORY_APP";
|
|
32918
|
-
})(OWNERSHIP_ORIGIN
|
|
32923
|
+
})(OWNERSHIP_ORIGIN || (exports.OWNERSHIP_ORIGIN = OWNERSHIP_ORIGIN = {}));
|
|
32919
32924
|
var FloatingInventoryCustody;
|
|
32920
32925
|
(function (FloatingInventoryCustody) {
|
|
32921
32926
|
FloatingInventoryCustody[FloatingInventoryCustody["UNKNOWN"] = 0] = "UNKNOWN";
|
|
@@ -32924,19 +32929,19 @@ var FloatingInventoryCustody;
|
|
|
32924
32929
|
FloatingInventoryCustody[FloatingInventoryCustody["CUSTOMER"] = 3] = "CUSTOMER";
|
|
32925
32930
|
FloatingInventoryCustody[FloatingInventoryCustody["MISSING"] = 4] = "MISSING";
|
|
32926
32931
|
FloatingInventoryCustody[FloatingInventoryCustody["VEHICLE"] = 5] = "VEHICLE";
|
|
32927
|
-
})(FloatingInventoryCustody
|
|
32932
|
+
})(FloatingInventoryCustody || (exports.FloatingInventoryCustody = FloatingInventoryCustody = {}));
|
|
32928
32933
|
var FloatingInventoryOwnerType;
|
|
32929
32934
|
(function (FloatingInventoryOwnerType) {
|
|
32930
32935
|
FloatingInventoryOwnerType["DRIVER"] = "driver";
|
|
32931
32936
|
FloatingInventoryOwnerType["TEAM"] = "team";
|
|
32932
32937
|
FloatingInventoryOwnerType["NONE"] = "none";
|
|
32933
|
-
})(FloatingInventoryOwnerType
|
|
32938
|
+
})(FloatingInventoryOwnerType || (exports.FloatingInventoryOwnerType = FloatingInventoryOwnerType = {}));
|
|
32934
32939
|
var FloatingInventoryStatus;
|
|
32935
32940
|
(function (FloatingInventoryStatus) {
|
|
32936
32941
|
FloatingInventoryStatus["AVAILABLE"] = "available";
|
|
32937
32942
|
FloatingInventoryStatus["USED"] = "used";
|
|
32938
32943
|
FloatingInventoryStatus["MISSING"] = "missing";
|
|
32939
|
-
})(FloatingInventoryStatus
|
|
32944
|
+
})(FloatingInventoryStatus || (exports.FloatingInventoryStatus = FloatingInventoryStatus = {}));
|
|
32940
32945
|
var FloatingInventoryHistoryEventTypes;
|
|
32941
32946
|
(function (FloatingInventoryHistoryEventTypes) {
|
|
32942
32947
|
FloatingInventoryHistoryEventTypes["CREATED"] = "created";
|
|
@@ -32945,7 +32950,7 @@ var FloatingInventoryHistoryEventTypes;
|
|
|
32945
32950
|
FloatingInventoryHistoryEventTypes["REPORTED_MISSING"] = "reported_missing";
|
|
32946
32951
|
FloatingInventoryHistoryEventTypes["ITEM_FOUND"] = "item_found";
|
|
32947
32952
|
FloatingInventoryHistoryEventTypes["MASS_CUSTODY_CHANGE"] = "mass_custody_change";
|
|
32948
|
-
})(FloatingInventoryHistoryEventTypes
|
|
32953
|
+
})(FloatingInventoryHistoryEventTypes || (exports.FloatingInventoryHistoryEventTypes = FloatingInventoryHistoryEventTypes = {}));
|
|
32949
32954
|
//# sourceMappingURL=floating_inventory.js.map
|
|
32950
32955
|
|
|
32951
32956
|
/***/ }),
|
|
@@ -32955,7 +32960,7 @@ var FloatingInventoryHistoryEventTypes;
|
|
|
32955
32960
|
|
|
32956
32961
|
"use strict";
|
|
32957
32962
|
|
|
32958
|
-
exports
|
|
32963
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32959
32964
|
//# sourceMappingURL=franchisee.js.map
|
|
32960
32965
|
|
|
32961
32966
|
/***/ }),
|
|
@@ -32965,7 +32970,7 @@ exports.__esModule = true;
|
|
|
32965
32970
|
|
|
32966
32971
|
"use strict";
|
|
32967
32972
|
|
|
32968
|
-
exports
|
|
32973
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32969
32974
|
//# sourceMappingURL=geocoding.js.map
|
|
32970
32975
|
|
|
32971
32976
|
/***/ }),
|
|
@@ -32975,7 +32980,7 @@ exports.__esModule = true;
|
|
|
32975
32980
|
|
|
32976
32981
|
"use strict";
|
|
32977
32982
|
|
|
32978
|
-
exports
|
|
32983
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32979
32984
|
//# sourceMappingURL=handling_units.js.map
|
|
32980
32985
|
|
|
32981
32986
|
/***/ }),
|
|
@@ -32985,7 +32990,7 @@ exports.__esModule = true;
|
|
|
32985
32990
|
|
|
32986
32991
|
"use strict";
|
|
32987
32992
|
|
|
32988
|
-
exports
|
|
32993
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32989
32994
|
exports.IntegrationName = void 0;
|
|
32990
32995
|
var IntegrationName;
|
|
32991
32996
|
(function (IntegrationName) {
|
|
@@ -32994,7 +32999,7 @@ var IntegrationName;
|
|
|
32994
32999
|
IntegrationName[IntegrationName["Arcos"] = 3] = "Arcos";
|
|
32995
33000
|
IntegrationName[IntegrationName["LeroyMerlin"] = 4] = "LeroyMerlin";
|
|
32996
33001
|
IntegrationName[IntegrationName["Salesforce"] = 5] = "Salesforce";
|
|
32997
|
-
})(IntegrationName
|
|
33002
|
+
})(IntegrationName || (exports.IntegrationName = IntegrationName = {}));
|
|
32998
33003
|
//# sourceMappingURL=integration.js.map
|
|
32999
33004
|
|
|
33000
33005
|
/***/ }),
|
|
@@ -33004,14 +33009,14 @@ var IntegrationName;
|
|
|
33004
33009
|
|
|
33005
33010
|
"use strict";
|
|
33006
33011
|
|
|
33007
|
-
exports
|
|
33012
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33008
33013
|
exports.KEYSET_PAGINATION_VER = exports.KeysetPaginationPageAction = void 0;
|
|
33009
33014
|
var KeysetPaginationPageAction;
|
|
33010
33015
|
(function (KeysetPaginationPageAction) {
|
|
33011
33016
|
KeysetPaginationPageAction["NEXT"] = "next";
|
|
33012
33017
|
KeysetPaginationPageAction["NEXT_ONLY"] = "next_only";
|
|
33013
33018
|
KeysetPaginationPageAction["PREVIOUS"] = "previous";
|
|
33014
|
-
})(KeysetPaginationPageAction
|
|
33019
|
+
})(KeysetPaginationPageAction || (exports.KeysetPaginationPageAction = KeysetPaginationPageAction = {}));
|
|
33015
33020
|
exports.KEYSET_PAGINATION_VER = 2;
|
|
33016
33021
|
//# sourceMappingURL=keyset_pagination.js.map
|
|
33017
33022
|
|
|
@@ -33022,7 +33027,7 @@ exports.KEYSET_PAGINATION_VER = 2;
|
|
|
33022
33027
|
|
|
33023
33028
|
"use strict";
|
|
33024
33029
|
|
|
33025
|
-
exports
|
|
33030
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33026
33031
|
//# sourceMappingURL=language.js.map
|
|
33027
33032
|
|
|
33028
33033
|
/***/ }),
|
|
@@ -33032,7 +33037,7 @@ exports.__esModule = true;
|
|
|
33032
33037
|
|
|
33033
33038
|
"use strict";
|
|
33034
33039
|
|
|
33035
|
-
exports
|
|
33040
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33036
33041
|
//# sourceMappingURL=location.js.map
|
|
33037
33042
|
|
|
33038
33043
|
/***/ }),
|
|
@@ -33042,7 +33047,7 @@ exports.__esModule = true;
|
|
|
33042
33047
|
|
|
33043
33048
|
"use strict";
|
|
33044
33049
|
|
|
33045
|
-
exports
|
|
33050
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33046
33051
|
//# sourceMappingURL=mapbox.js.map
|
|
33047
33052
|
|
|
33048
33053
|
/***/ }),
|
|
@@ -33052,7 +33057,7 @@ exports.__esModule = true;
|
|
|
33052
33057
|
|
|
33053
33058
|
"use strict";
|
|
33054
33059
|
|
|
33055
|
-
exports
|
|
33060
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33056
33061
|
exports.Origin = exports.EntitySubType = exports.EntityType = void 0;
|
|
33057
33062
|
var EntityType;
|
|
33058
33063
|
(function (EntityType) {
|
|
@@ -33063,17 +33068,17 @@ var EntityType;
|
|
|
33063
33068
|
EntityType["CHOICE"] = "choice";
|
|
33064
33069
|
EntityType["OPTION"] = "option";
|
|
33065
33070
|
EntityType["PICKER"] = "picker";
|
|
33066
|
-
})(EntityType
|
|
33071
|
+
})(EntityType || (exports.EntityType = EntityType = {}));
|
|
33067
33072
|
var EntitySubType;
|
|
33068
33073
|
(function (EntitySubType) {
|
|
33069
33074
|
EntitySubType["SIZE"] = "size";
|
|
33070
33075
|
EntitySubType["PICKER_OPTION"] = "picker_option";
|
|
33071
|
-
})(EntitySubType
|
|
33076
|
+
})(EntitySubType || (exports.EntitySubType = EntitySubType = {}));
|
|
33072
33077
|
var Origin;
|
|
33073
33078
|
(function (Origin) {
|
|
33074
33079
|
Origin["MANUAL"] = "manual";
|
|
33075
33080
|
Origin["SYSTEM"] = "system";
|
|
33076
|
-
})(Origin
|
|
33081
|
+
})(Origin || (exports.Origin = Origin = {}));
|
|
33077
33082
|
//# sourceMappingURL=menu.js.map
|
|
33078
33083
|
|
|
33079
33084
|
/***/ }),
|
|
@@ -33083,14 +33088,14 @@ var Origin;
|
|
|
33083
33088
|
|
|
33084
33089
|
"use strict";
|
|
33085
33090
|
|
|
33086
|
-
exports
|
|
33091
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33087
33092
|
exports.EnvironmentTypes = exports.SubscriptionTypes = exports.PrinterTypes = void 0;
|
|
33088
33093
|
var PrinterTypes;
|
|
33089
33094
|
(function (PrinterTypes) {
|
|
33090
33095
|
PrinterTypes["DEFAULT"] = "";
|
|
33091
33096
|
PrinterTypes["THREE_INCH"] = "3inch";
|
|
33092
33097
|
PrinterTypes["TWO_INCH"] = "2inch";
|
|
33093
|
-
})(PrinterTypes
|
|
33098
|
+
})(PrinterTypes || (exports.PrinterTypes = PrinterTypes = {}));
|
|
33094
33099
|
var SubscriptionTypes;
|
|
33095
33100
|
(function (SubscriptionTypes) {
|
|
33096
33101
|
SubscriptionTypes[SubscriptionTypes["TEST"] = -1] = "TEST";
|
|
@@ -33107,7 +33112,7 @@ var SubscriptionTypes;
|
|
|
33107
33112
|
SubscriptionTypes[SubscriptionTypes["BLOCKED_UNPAID"] = 14] = "BLOCKED_UNPAID";
|
|
33108
33113
|
SubscriptionTypes[SubscriptionTypes["STRIPE"] = 17] = "STRIPE";
|
|
33109
33114
|
SubscriptionTypes[SubscriptionTypes["ONE_TO_MANY"] = 19] = "ONE_TO_MANY";
|
|
33110
|
-
})(SubscriptionTypes
|
|
33115
|
+
})(SubscriptionTypes || (exports.SubscriptionTypes = SubscriptionTypes = {}));
|
|
33111
33116
|
var EnvironmentTypes;
|
|
33112
33117
|
(function (EnvironmentTypes) {
|
|
33113
33118
|
EnvironmentTypes[EnvironmentTypes["Production"] = 0] = "Production";
|
|
@@ -33115,7 +33120,7 @@ var EnvironmentTypes;
|
|
|
33115
33120
|
EnvironmentTypes[EnvironmentTypes["Internal"] = 2] = "Internal";
|
|
33116
33121
|
EnvironmentTypes[EnvironmentTypes["Carrier"] = 3] = "Carrier";
|
|
33117
33122
|
EnvironmentTypes[EnvironmentTypes["Template"] = 4] = "Template";
|
|
33118
|
-
})(EnvironmentTypes
|
|
33123
|
+
})(EnvironmentTypes || (exports.EnvironmentTypes = EnvironmentTypes = {}));
|
|
33119
33124
|
//# sourceMappingURL=merchant.js.map
|
|
33120
33125
|
|
|
33121
33126
|
/***/ }),
|
|
@@ -33125,7 +33130,7 @@ var EnvironmentTypes;
|
|
|
33125
33130
|
|
|
33126
33131
|
"use strict";
|
|
33127
33132
|
|
|
33128
|
-
exports
|
|
33133
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33129
33134
|
exports.DynamicCapacityValuesOptions = exports.EndOfWeekDay = exports.GrabMode = exports.SmsProvider = exports.SharingMode = exports.ChainOfCustodyType = exports.TipType = exports.FormDisplayMode = exports.HourFormat = exports.FuturePeriod = void 0;
|
|
33130
33135
|
var FuturePeriod;
|
|
33131
33136
|
(function (FuturePeriod) {
|
|
@@ -33136,31 +33141,31 @@ var FuturePeriod;
|
|
|
33136
33141
|
FuturePeriod[FuturePeriod["forever_and_ever"] = 4] = "forever_and_ever";
|
|
33137
33142
|
FuturePeriod[FuturePeriod["custom"] = 5] = "custom";
|
|
33138
33143
|
FuturePeriod[FuturePeriod["all_open_tasks"] = 6] = "all_open_tasks";
|
|
33139
|
-
})(FuturePeriod
|
|
33144
|
+
})(FuturePeriod || (exports.FuturePeriod = FuturePeriod = {}));
|
|
33140
33145
|
var HourFormat;
|
|
33141
33146
|
(function (HourFormat) {
|
|
33142
33147
|
HourFormat[HourFormat["Default"] = 0] = "Default";
|
|
33143
33148
|
HourFormat[HourFormat["TwelveHours"] = 1] = "TwelveHours";
|
|
33144
33149
|
HourFormat[HourFormat["TwentyFourHours"] = 2] = "TwentyFourHours";
|
|
33145
|
-
})(HourFormat
|
|
33150
|
+
})(HourFormat || (exports.HourFormat = HourFormat = {}));
|
|
33146
33151
|
var FormDisplayMode;
|
|
33147
33152
|
(function (FormDisplayMode) {
|
|
33148
33153
|
FormDisplayMode[FormDisplayMode["MANUAL"] = 0] = "MANUAL";
|
|
33149
33154
|
FormDisplayMode[FormDisplayMode["AFTER_CHECK_IN"] = 1] = "AFTER_CHECK_IN";
|
|
33150
33155
|
FormDisplayMode[FormDisplayMode["BEFORE_CHECKOUT"] = 2] = "BEFORE_CHECKOUT";
|
|
33151
|
-
})(FormDisplayMode
|
|
33156
|
+
})(FormDisplayMode || (exports.FormDisplayMode = FormDisplayMode = {}));
|
|
33152
33157
|
var TipType;
|
|
33153
33158
|
(function (TipType) {
|
|
33154
33159
|
TipType[TipType["PERCENT"] = 0] = "PERCENT";
|
|
33155
33160
|
TipType[TipType["MONEY"] = 1] = "MONEY";
|
|
33156
|
-
})(TipType
|
|
33161
|
+
})(TipType || (exports.TipType = TipType = {}));
|
|
33157
33162
|
var ChainOfCustodyType;
|
|
33158
33163
|
(function (ChainOfCustodyType) {
|
|
33159
33164
|
ChainOfCustodyType[ChainOfCustodyType["WEAK"] = 0] = "WEAK";
|
|
33160
33165
|
ChainOfCustodyType[ChainOfCustodyType["STRONG"] = 1] = "STRONG";
|
|
33161
33166
|
ChainOfCustodyType[ChainOfCustodyType["NONE"] = 2] = "NONE";
|
|
33162
33167
|
ChainOfCustodyType[ChainOfCustodyType["UNLOAD"] = 3] = "UNLOAD";
|
|
33163
|
-
})(ChainOfCustodyType
|
|
33168
|
+
})(ChainOfCustodyType || (exports.ChainOfCustodyType = ChainOfCustodyType = {}));
|
|
33164
33169
|
var SharingMode;
|
|
33165
33170
|
(function (SharingMode) {
|
|
33166
33171
|
SharingMode[SharingMode["ALL"] = 0] = "ALL";
|
|
@@ -33168,18 +33173,18 @@ var SharingMode;
|
|
|
33168
33173
|
SharingMode[SharingMode["PHONE_ONLY"] = 2] = "PHONE_ONLY";
|
|
33169
33174
|
SharingMode[SharingMode["NO_SHARING"] = 3] = "NO_SHARING";
|
|
33170
33175
|
SharingMode[SharingMode["WEBHOOKS_ONLY"] = 4] = "WEBHOOKS_ONLY";
|
|
33171
|
-
})(SharingMode
|
|
33176
|
+
})(SharingMode || (exports.SharingMode = SharingMode = {}));
|
|
33172
33177
|
var SmsProvider;
|
|
33173
33178
|
(function (SmsProvider) {
|
|
33174
33179
|
SmsProvider[SmsProvider["Twilio"] = 0] = "Twilio";
|
|
33175
33180
|
SmsProvider[SmsProvider["Nexmo"] = 1] = "Nexmo";
|
|
33176
|
-
})(SmsProvider
|
|
33181
|
+
})(SmsProvider || (exports.SmsProvider = SmsProvider = {}));
|
|
33177
33182
|
var GrabMode;
|
|
33178
33183
|
(function (GrabMode) {
|
|
33179
33184
|
GrabMode[GrabMode["OFF"] = 0] = "OFF";
|
|
33180
33185
|
GrabMode[GrabMode["AUTOMATIC"] = 1] = "AUTOMATIC";
|
|
33181
33186
|
GrabMode[GrabMode["ON_DEMAND"] = 2] = "ON_DEMAND";
|
|
33182
|
-
})(GrabMode
|
|
33187
|
+
})(GrabMode || (exports.GrabMode = GrabMode = {}));
|
|
33183
33188
|
var EndOfWeekDay;
|
|
33184
33189
|
(function (EndOfWeekDay) {
|
|
33185
33190
|
EndOfWeekDay[EndOfWeekDay["Friday"] = 0] = "Friday";
|
|
@@ -33189,14 +33194,14 @@ var EndOfWeekDay;
|
|
|
33189
33194
|
EndOfWeekDay[EndOfWeekDay["Tuesday"] = 4] = "Tuesday";
|
|
33190
33195
|
EndOfWeekDay[EndOfWeekDay["Wednesday"] = 5] = "Wednesday";
|
|
33191
33196
|
EndOfWeekDay[EndOfWeekDay["Thursday"] = 6] = "Thursday";
|
|
33192
|
-
})(EndOfWeekDay
|
|
33197
|
+
})(EndOfWeekDay || (exports.EndOfWeekDay = EndOfWeekDay = {}));
|
|
33193
33198
|
var DynamicCapacityValuesOptions;
|
|
33194
33199
|
(function (DynamicCapacityValuesOptions) {
|
|
33195
33200
|
DynamicCapacityValuesOptions[DynamicCapacityValuesOptions["OFF"] = 0] = "OFF";
|
|
33196
33201
|
DynamicCapacityValuesOptions[DynamicCapacityValuesOptions["ALL"] = 1] = "ALL";
|
|
33197
33202
|
DynamicCapacityValuesOptions[DynamicCapacityValuesOptions["CURRENT_LOAD"] = 2] = "CURRENT_LOAD";
|
|
33198
33203
|
DynamicCapacityValuesOptions[DynamicCapacityValuesOptions["EXPECTED_PICKUP"] = 3] = "EXPECTED_PICKUP";
|
|
33199
|
-
})(DynamicCapacityValuesOptions
|
|
33204
|
+
})(DynamicCapacityValuesOptions || (exports.DynamicCapacityValuesOptions = DynamicCapacityValuesOptions = {}));
|
|
33200
33205
|
//# sourceMappingURL=merchant_configuration.js.map
|
|
33201
33206
|
|
|
33202
33207
|
/***/ }),
|
|
@@ -33206,7 +33211,7 @@ var DynamicCapacityValuesOptions;
|
|
|
33206
33211
|
|
|
33207
33212
|
"use strict";
|
|
33208
33213
|
|
|
33209
|
-
exports
|
|
33214
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33210
33215
|
//# sourceMappingURL=merchant_prototypes.js.map
|
|
33211
33216
|
|
|
33212
33217
|
/***/ }),
|
|
@@ -33216,13 +33221,13 @@ exports.__esModule = true;
|
|
|
33216
33221
|
|
|
33217
33222
|
"use strict";
|
|
33218
33223
|
|
|
33219
|
-
exports
|
|
33224
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33220
33225
|
exports.MerchantSecretsActions = exports.MerchantSecretType = void 0;
|
|
33221
33226
|
var MerchantSecretType;
|
|
33222
33227
|
(function (MerchantSecretType) {
|
|
33223
33228
|
MerchantSecretType[MerchantSecretType["STRING"] = 0] = "STRING";
|
|
33224
33229
|
MerchantSecretType[MerchantSecretType["JSON"] = 1] = "JSON";
|
|
33225
|
-
})(MerchantSecretType
|
|
33230
|
+
})(MerchantSecretType || (exports.MerchantSecretType = MerchantSecretType = {}));
|
|
33226
33231
|
var MerchantSecretsActions;
|
|
33227
33232
|
(function (MerchantSecretsActions) {
|
|
33228
33233
|
MerchantSecretsActions["CREATE"] = "merchant_secrets:create";
|
|
@@ -33230,7 +33235,7 @@ var MerchantSecretsActions;
|
|
|
33230
33235
|
MerchantSecretsActions["FIND"] = "merchant_secrets:find";
|
|
33231
33236
|
MerchantSecretsActions["BULK_FIND"] = "merchant_secrets:bulkFind";
|
|
33232
33237
|
MerchantSecretsActions["DELETE"] = "merchant_secrets:delete";
|
|
33233
|
-
})(MerchantSecretsActions
|
|
33238
|
+
})(MerchantSecretsActions || (exports.MerchantSecretsActions = MerchantSecretsActions = {}));
|
|
33234
33239
|
//# sourceMappingURL=merchant_secrets_service.js.map
|
|
33235
33240
|
|
|
33236
33241
|
/***/ }),
|
|
@@ -33240,12 +33245,12 @@ var MerchantSecretsActions;
|
|
|
33240
33245
|
|
|
33241
33246
|
"use strict";
|
|
33242
33247
|
|
|
33243
|
-
exports
|
|
33248
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33244
33249
|
exports.SubscriptionNotificationType = exports.SubscriptionType = void 0;
|
|
33245
33250
|
var SubscriptionType;
|
|
33246
33251
|
(function (SubscriptionType) {
|
|
33247
33252
|
SubscriptionType[SubscriptionType["Email"] = 0] = "Email";
|
|
33248
|
-
})(SubscriptionType
|
|
33253
|
+
})(SubscriptionType || (exports.SubscriptionType = SubscriptionType = {}));
|
|
33249
33254
|
var SubscriptionNotificationType;
|
|
33250
33255
|
(function (SubscriptionNotificationType) {
|
|
33251
33256
|
SubscriptionNotificationType[SubscriptionNotificationType["InvalidInventory"] = 0] = "InvalidInventory";
|
|
@@ -33253,7 +33258,7 @@ var SubscriptionNotificationType;
|
|
|
33253
33258
|
SubscriptionNotificationType[SubscriptionNotificationType["WebhookFailures"] = 2] = "WebhookFailures";
|
|
33254
33259
|
SubscriptionNotificationType[SubscriptionNotificationType["MenuIssue"] = 3] = "MenuIssue";
|
|
33255
33260
|
SubscriptionNotificationType[SubscriptionNotificationType["IntegrationPollingError"] = 4] = "IntegrationPollingError";
|
|
33256
|
-
})(SubscriptionNotificationType
|
|
33261
|
+
})(SubscriptionNotificationType || (exports.SubscriptionNotificationType = SubscriptionNotificationType = {}));
|
|
33257
33262
|
//# sourceMappingURL=notification_subscription.js.map
|
|
33258
33263
|
|
|
33259
33264
|
/***/ }),
|
|
@@ -33263,7 +33268,7 @@ var SubscriptionNotificationType;
|
|
|
33263
33268
|
|
|
33264
33269
|
"use strict";
|
|
33265
33270
|
|
|
33266
|
-
exports
|
|
33271
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33267
33272
|
//# sourceMappingURL=notification_template.js.map
|
|
33268
33273
|
|
|
33269
33274
|
/***/ }),
|
|
@@ -33273,14 +33278,14 @@ exports.__esModule = true;
|
|
|
33273
33278
|
|
|
33274
33279
|
"use strict";
|
|
33275
33280
|
|
|
33276
|
-
exports
|
|
33281
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33277
33282
|
exports.NotificationTypes = void 0;
|
|
33278
33283
|
var NotificationTypes;
|
|
33279
33284
|
(function (NotificationTypes) {
|
|
33280
33285
|
NotificationTypes["RatingScreenTitle"] = "rating_screen_title";
|
|
33281
33286
|
NotificationTypes["PostRatingPositiveTitle"] = "post_rating_positive_title";
|
|
33282
33287
|
NotificationTypes["PostRatingNegativeTitle"] = "post_rating_negative_title";
|
|
33283
|
-
})(NotificationTypes
|
|
33288
|
+
})(NotificationTypes || (exports.NotificationTypes = NotificationTypes = {}));
|
|
33284
33289
|
//# sourceMappingURL=notification_type.js.map
|
|
33285
33290
|
|
|
33286
33291
|
/***/ }),
|
|
@@ -33290,7 +33295,7 @@ var NotificationTypes;
|
|
|
33290
33295
|
|
|
33291
33296
|
"use strict";
|
|
33292
33297
|
|
|
33293
|
-
exports
|
|
33298
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33294
33299
|
//# sourceMappingURL=open_fleet.js.map
|
|
33295
33300
|
|
|
33296
33301
|
/***/ }),
|
|
@@ -33300,18 +33305,18 @@ exports.__esModule = true;
|
|
|
33300
33305
|
|
|
33301
33306
|
"use strict";
|
|
33302
33307
|
|
|
33303
|
-
exports
|
|
33308
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33304
33309
|
exports.OptInMethod = exports.OptInType = void 0;
|
|
33305
33310
|
var OptInType;
|
|
33306
33311
|
(function (OptInType) {
|
|
33307
33312
|
OptInType[OptInType["OPT_IN"] = 1] = "OPT_IN";
|
|
33308
33313
|
OptInType[OptInType["OPT_OUT"] = 2] = "OPT_OUT";
|
|
33309
|
-
})(OptInType
|
|
33314
|
+
})(OptInType || (exports.OptInType = OptInType = {}));
|
|
33310
33315
|
var OptInMethod;
|
|
33311
33316
|
(function (OptInMethod) {
|
|
33312
33317
|
OptInMethod[OptInMethod["SMS"] = 1] = "SMS";
|
|
33313
33318
|
OptInMethod[OptInMethod["API"] = 2] = "API";
|
|
33314
|
-
})(OptInMethod
|
|
33319
|
+
})(OptInMethod || (exports.OptInMethod = OptInMethod = {}));
|
|
33315
33320
|
//# sourceMappingURL=opt_in_out_history.js.map
|
|
33316
33321
|
|
|
33317
33322
|
/***/ }),
|
|
@@ -33321,7 +33326,7 @@ var OptInMethod;
|
|
|
33321
33326
|
|
|
33322
33327
|
"use strict";
|
|
33323
33328
|
|
|
33324
|
-
exports
|
|
33329
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33325
33330
|
//# sourceMappingURL=optimization_configuration.js.map
|
|
33326
33331
|
|
|
33327
33332
|
/***/ }),
|
|
@@ -33331,7 +33336,7 @@ exports.__esModule = true;
|
|
|
33331
33336
|
|
|
33332
33337
|
"use strict";
|
|
33333
33338
|
|
|
33334
|
-
exports
|
|
33339
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33335
33340
|
exports.OptimizationEntityType = void 0;
|
|
33336
33341
|
var OptimizationEntityType;
|
|
33337
33342
|
(function (OptimizationEntityType) {
|
|
@@ -33340,7 +33345,7 @@ var OptimizationEntityType;
|
|
|
33340
33345
|
OptimizationEntityType["RouteInfo"] = "route_info";
|
|
33341
33346
|
OptimizationEntityType["Directions"] = "directions";
|
|
33342
33347
|
OptimizationEntityType["UnassignedTask"] = "unassigned_task";
|
|
33343
|
-
})(OptimizationEntityType
|
|
33348
|
+
})(OptimizationEntityType || (exports.OptimizationEntityType = OptimizationEntityType = {}));
|
|
33344
33349
|
//# sourceMappingURL=optimization_result.js.map
|
|
33345
33350
|
|
|
33346
33351
|
/***/ }),
|
|
@@ -33350,13 +33355,13 @@ var OptimizationEntityType;
|
|
|
33350
33355
|
|
|
33351
33356
|
"use strict";
|
|
33352
33357
|
|
|
33353
|
-
exports
|
|
33358
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33354
33359
|
exports.OriginOptions = void 0;
|
|
33355
33360
|
var OriginOptions;
|
|
33356
33361
|
(function (OriginOptions) {
|
|
33357
33362
|
OriginOptions[OriginOptions["Manual"] = 0] = "Manual";
|
|
33358
33363
|
OriginOptions[OriginOptions["Automation"] = 1] = "Automation";
|
|
33359
|
-
})(OriginOptions
|
|
33364
|
+
})(OriginOptions || (exports.OriginOptions = OriginOptions = {}));
|
|
33360
33365
|
//# sourceMappingURL=optimization_simulator.js.map
|
|
33361
33366
|
|
|
33362
33367
|
/***/ }),
|
|
@@ -33366,7 +33371,7 @@ var OriginOptions;
|
|
|
33366
33371
|
|
|
33367
33372
|
"use strict";
|
|
33368
33373
|
|
|
33369
|
-
exports
|
|
33374
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33370
33375
|
exports.OptimizeFor = exports.RouteItemType = exports.OptimizationOrigin = exports.OptimizationResponseType = exports.OPTIMIZATION_TYPE = void 0;
|
|
33371
33376
|
var OPTIMIZATION_TYPE;
|
|
33372
33377
|
(function (OPTIMIZATION_TYPE) {
|
|
@@ -33376,7 +33381,7 @@ var OPTIMIZATION_TYPE;
|
|
|
33376
33381
|
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["ROUTE_BASED"] = 4] = "ROUTE_BASED";
|
|
33377
33382
|
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["CREW_BASED"] = 5] = "CREW_BASED";
|
|
33378
33383
|
OPTIMIZATION_TYPE[OPTIMIZATION_TYPE["COMBINED"] = 6] = "COMBINED";
|
|
33379
|
-
})(OPTIMIZATION_TYPE
|
|
33384
|
+
})(OPTIMIZATION_TYPE || (exports.OPTIMIZATION_TYPE = OPTIMIZATION_TYPE = {}));
|
|
33380
33385
|
var OptimizationResponseType;
|
|
33381
33386
|
(function (OptimizationResponseType) {
|
|
33382
33387
|
OptimizationResponseType["RouteInfo"] = "route_info";
|
|
@@ -33385,7 +33390,7 @@ var OptimizationResponseType;
|
|
|
33385
33390
|
OptimizationResponseType["PreassignedBreak"] = "preassigned_break";
|
|
33386
33391
|
OptimizationResponseType["Directions"] = "directions";
|
|
33387
33392
|
OptimizationResponseType["UnassignedTask"] = "unassigned_task";
|
|
33388
|
-
})(OptimizationResponseType
|
|
33393
|
+
})(OptimizationResponseType || (exports.OptimizationResponseType = OptimizationResponseType = {}));
|
|
33389
33394
|
var OptimizationOrigin;
|
|
33390
33395
|
(function (OptimizationOrigin) {
|
|
33391
33396
|
OptimizationOrigin["ROUTE_OPTIMIZATION"] = "route_optimization";
|
|
@@ -33396,16 +33401,16 @@ var OptimizationOrigin;
|
|
|
33396
33401
|
OptimizationOrigin["VRP_AUTO_DISPATCH"] = "vrp_auto_dispatch";
|
|
33397
33402
|
OptimizationOrigin["VRP_AUTO_DISPATCH_QUOTES"] = "vrp_auto_dispatch_quotes";
|
|
33398
33403
|
OptimizationOrigin["QUOTES_CACHE_REFRESH"] = "quotes_cache_refresh";
|
|
33399
|
-
})(OptimizationOrigin
|
|
33404
|
+
})(OptimizationOrigin || (exports.OptimizationOrigin = OptimizationOrigin = {}));
|
|
33400
33405
|
var RouteItemType;
|
|
33401
33406
|
(function (RouteItemType) {
|
|
33402
33407
|
RouteItemType["Break"] = "break";
|
|
33403
|
-
})(RouteItemType
|
|
33408
|
+
})(RouteItemType || (exports.RouteItemType = RouteItemType = {}));
|
|
33404
33409
|
var OptimizeFor;
|
|
33405
33410
|
(function (OptimizeFor) {
|
|
33406
33411
|
OptimizeFor["CUSTOM"] = "custom";
|
|
33407
33412
|
OptimizeFor["NEXT_SHIFT"] = "next_shift";
|
|
33408
|
-
})(OptimizeFor
|
|
33413
|
+
})(OptimizeFor || (exports.OptimizeFor = OptimizeFor = {}));
|
|
33409
33414
|
//# sourceMappingURL=optimization_type.js.map
|
|
33410
33415
|
|
|
33411
33416
|
/***/ }),
|
|
@@ -33415,7 +33420,7 @@ var OptimizeFor;
|
|
|
33415
33420
|
|
|
33416
33421
|
"use strict";
|
|
33417
33422
|
|
|
33418
|
-
exports
|
|
33423
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33419
33424
|
//# sourceMappingURL=package.js.map
|
|
33420
33425
|
|
|
33421
33426
|
/***/ }),
|
|
@@ -33425,13 +33430,13 @@ exports.__esModule = true;
|
|
|
33425
33430
|
|
|
33426
33431
|
"use strict";
|
|
33427
33432
|
|
|
33428
|
-
exports
|
|
33433
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33429
33434
|
exports.ParkingSpotType = void 0;
|
|
33430
33435
|
var ParkingSpotType;
|
|
33431
33436
|
(function (ParkingSpotType) {
|
|
33432
33437
|
ParkingSpotType[ParkingSpotType["Customer"] = 1] = "Customer";
|
|
33433
33438
|
ParkingSpotType[ParkingSpotType["Driver"] = 2] = "Driver";
|
|
33434
|
-
})(ParkingSpotType
|
|
33439
|
+
})(ParkingSpotType || (exports.ParkingSpotType = ParkingSpotType = {}));
|
|
33435
33440
|
//# sourceMappingURL=parking_spot.js.map
|
|
33436
33441
|
|
|
33437
33442
|
/***/ }),
|
|
@@ -33441,7 +33446,7 @@ var ParkingSpotType;
|
|
|
33441
33446
|
|
|
33442
33447
|
"use strict";
|
|
33443
33448
|
|
|
33444
|
-
exports
|
|
33449
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33445
33450
|
//# sourceMappingURL=planned_delivery_window.js.map
|
|
33446
33451
|
|
|
33447
33452
|
/***/ }),
|
|
@@ -33451,7 +33456,7 @@ exports.__esModule = true;
|
|
|
33451
33456
|
|
|
33452
33457
|
"use strict";
|
|
33453
33458
|
|
|
33454
|
-
exports
|
|
33459
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33455
33460
|
//# sourceMappingURL=planned_route.js.map
|
|
33456
33461
|
|
|
33457
33462
|
/***/ }),
|
|
@@ -33461,7 +33466,7 @@ exports.__esModule = true;
|
|
|
33461
33466
|
|
|
33462
33467
|
"use strict";
|
|
33463
33468
|
|
|
33464
|
-
exports
|
|
33469
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33465
33470
|
//# sourceMappingURL=predicate.js.map
|
|
33466
33471
|
|
|
33467
33472
|
/***/ }),
|
|
@@ -33472,7 +33477,7 @@ exports.__esModule = true;
|
|
|
33472
33477
|
"use strict";
|
|
33473
33478
|
|
|
33474
33479
|
var _a;
|
|
33475
|
-
exports
|
|
33480
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33476
33481
|
exports.PRIVILEGES_DEFAULTS = exports.PrivilegeTypes = void 0;
|
|
33477
33482
|
var PrivilegeTypes;
|
|
33478
33483
|
(function (PrivilegeTypes) {
|
|
@@ -33540,7 +33545,7 @@ var PrivilegeTypes;
|
|
|
33540
33545
|
PrivilegeTypes["FLOATING_INVENTORY_TAKE_OWNERSHIP_FROM_DRIVER"] = "floating_inventory_take_ownership_from_driver";
|
|
33541
33546
|
PrivilegeTypes["FLOATING_INVENTORY_TRANSFER_OWNERSHIP_TO_TEAM"] = "floating_inventory_transfer_ownership_to_team";
|
|
33542
33547
|
PrivilegeTypes["IS_CHAT_ADMIN"] = "is_chat_admin";
|
|
33543
|
-
})(PrivilegeTypes
|
|
33548
|
+
})(PrivilegeTypes || (exports.PrivilegeTypes = PrivilegeTypes = {}));
|
|
33544
33549
|
exports.PRIVILEGES_DEFAULTS = (_a = {},
|
|
33545
33550
|
_a[PrivilegeTypes.CANCEL_TASK] = true,
|
|
33546
33551
|
_a[PrivilegeTypes.LOCK_UNLOCK_TASK] = true,
|
|
@@ -33563,18 +33568,18 @@ exports.PRIVILEGES_DEFAULTS = (_a = {},
|
|
|
33563
33568
|
|
|
33564
33569
|
"use strict";
|
|
33565
33570
|
|
|
33566
|
-
exports
|
|
33571
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33567
33572
|
exports.PushNotificationEnvironment = exports.DevicePlatform = void 0;
|
|
33568
33573
|
var DevicePlatform;
|
|
33569
33574
|
(function (DevicePlatform) {
|
|
33570
33575
|
DevicePlatform[DevicePlatform["Android"] = 1] = "Android";
|
|
33571
33576
|
DevicePlatform[DevicePlatform["IOS"] = 2] = "IOS";
|
|
33572
|
-
})(DevicePlatform
|
|
33577
|
+
})(DevicePlatform || (exports.DevicePlatform = DevicePlatform = {}));
|
|
33573
33578
|
var PushNotificationEnvironment;
|
|
33574
33579
|
(function (PushNotificationEnvironment) {
|
|
33575
33580
|
PushNotificationEnvironment[PushNotificationEnvironment["Release"] = 1] = "Release";
|
|
33576
33581
|
PushNotificationEnvironment[PushNotificationEnvironment["Development"] = 2] = "Development";
|
|
33577
|
-
})(PushNotificationEnvironment
|
|
33582
|
+
})(PushNotificationEnvironment || (exports.PushNotificationEnvironment = PushNotificationEnvironment = {}));
|
|
33578
33583
|
//# sourceMappingURL=push_notification_registration.js.map
|
|
33579
33584
|
|
|
33580
33585
|
/***/ }),
|
|
@@ -33584,12 +33589,12 @@ var PushNotificationEnvironment;
|
|
|
33584
33589
|
|
|
33585
33590
|
"use strict";
|
|
33586
33591
|
|
|
33587
|
-
exports
|
|
33592
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33588
33593
|
exports.ApplicationType = void 0;
|
|
33589
33594
|
var ApplicationType;
|
|
33590
33595
|
(function (ApplicationType) {
|
|
33591
33596
|
ApplicationType[ApplicationType["STORE_APP"] = 0] = "STORE_APP";
|
|
33592
|
-
})(ApplicationType
|
|
33597
|
+
})(ApplicationType || (exports.ApplicationType = ApplicationType = {}));
|
|
33593
33598
|
//# sourceMappingURL=push_token_subscription.js.map
|
|
33594
33599
|
|
|
33595
33600
|
/***/ }),
|
|
@@ -33599,7 +33604,7 @@ var ApplicationType;
|
|
|
33599
33604
|
|
|
33600
33605
|
"use strict";
|
|
33601
33606
|
|
|
33602
|
-
exports
|
|
33607
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33603
33608
|
exports.VehicleTypeId = void 0;
|
|
33604
33609
|
var VehicleTypeId;
|
|
33605
33610
|
(function (VehicleTypeId) {
|
|
@@ -33607,7 +33612,7 @@ var VehicleTypeId;
|
|
|
33607
33612
|
VehicleTypeId[VehicleTypeId["Bicycle"] = 2] = "Bicycle";
|
|
33608
33613
|
VehicleTypeId[VehicleTypeId["Car"] = 3] = "Car";
|
|
33609
33614
|
VehicleTypeId[VehicleTypeId["Truck"] = 4] = "Truck";
|
|
33610
|
-
})(VehicleTypeId
|
|
33615
|
+
})(VehicleTypeId || (exports.VehicleTypeId = VehicleTypeId = {}));
|
|
33611
33616
|
//# sourceMappingURL=quote.js.map
|
|
33612
33617
|
|
|
33613
33618
|
/***/ }),
|
|
@@ -33617,25 +33622,25 @@ var VehicleTypeId;
|
|
|
33617
33622
|
|
|
33618
33623
|
"use strict";
|
|
33619
33624
|
|
|
33620
|
-
exports
|
|
33625
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33621
33626
|
exports.RateCardRateBase = exports.RateCardTermType = exports.RateCardEntityType = void 0;
|
|
33622
33627
|
var RateCardEntityType;
|
|
33623
33628
|
(function (RateCardEntityType) {
|
|
33624
33629
|
RateCardEntityType["Fleet"] = "fleet";
|
|
33625
33630
|
RateCardEntityType["DeliveryProvider"] = "delivery_provider";
|
|
33626
|
-
})(RateCardEntityType
|
|
33631
|
+
})(RateCardEntityType || (exports.RateCardEntityType = RateCardEntityType = {}));
|
|
33627
33632
|
var RateCardTermType;
|
|
33628
33633
|
(function (RateCardTermType) {
|
|
33629
33634
|
RateCardTermType["Base"] = "base";
|
|
33630
33635
|
RateCardTermType["Surcharge"] = "surcharge";
|
|
33631
|
-
})(RateCardTermType
|
|
33636
|
+
})(RateCardTermType || (exports.RateCardTermType = RateCardTermType = {}));
|
|
33632
33637
|
var RateCardRateBase;
|
|
33633
33638
|
(function (RateCardRateBase) {
|
|
33634
33639
|
RateCardRateBase["Flat"] = "flat";
|
|
33635
33640
|
RateCardRateBase["Units"] = "units";
|
|
33636
33641
|
RateCardRateBase["Miles"] = "miles";
|
|
33637
33642
|
RateCardRateBase["Weight"] = "weight";
|
|
33638
|
-
})(RateCardRateBase
|
|
33643
|
+
})(RateCardRateBase || (exports.RateCardRateBase = RateCardRateBase = {}));
|
|
33639
33644
|
//# sourceMappingURL=rate_card.js.map
|
|
33640
33645
|
|
|
33641
33646
|
/***/ }),
|
|
@@ -33645,7 +33650,7 @@ var RateCardRateBase;
|
|
|
33645
33650
|
|
|
33646
33651
|
"use strict";
|
|
33647
33652
|
|
|
33648
|
-
exports
|
|
33653
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33649
33654
|
//# sourceMappingURL=rating.js.map
|
|
33650
33655
|
|
|
33651
33656
|
/***/ }),
|
|
@@ -33655,7 +33660,7 @@ exports.__esModule = true;
|
|
|
33655
33660
|
|
|
33656
33661
|
"use strict";
|
|
33657
33662
|
|
|
33658
|
-
exports
|
|
33663
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33659
33664
|
exports.RealtimeEvent = void 0;
|
|
33660
33665
|
var RealtimeEvent;
|
|
33661
33666
|
(function (RealtimeEvent) {
|
|
@@ -33720,8 +33725,9 @@ var RealtimeEvent;
|
|
|
33720
33725
|
RealtimeEvent["WayPointUpdated"] = "way_point:updated";
|
|
33721
33726
|
RealtimeEvent["WayPointViewed"] = "way_point:viewed";
|
|
33722
33727
|
RealtimeEvent["ZipCodesImportDone"] = "zip_codes_import:done";
|
|
33728
|
+
RealtimeEvent["ServiceAreasImportDone"] = "service_areas_import:done";
|
|
33723
33729
|
RealtimeEvent["AsyncOperationStatus"] = "async_operation_status";
|
|
33724
|
-
})(RealtimeEvent
|
|
33730
|
+
})(RealtimeEvent || (exports.RealtimeEvent = RealtimeEvent = {}));
|
|
33725
33731
|
//# sourceMappingURL=realtime_event.js.map
|
|
33726
33732
|
|
|
33727
33733
|
/***/ }),
|
|
@@ -33731,7 +33737,7 @@ var RealtimeEvent;
|
|
|
33731
33737
|
|
|
33732
33738
|
"use strict";
|
|
33733
33739
|
|
|
33734
|
-
exports
|
|
33740
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33735
33741
|
exports.ReasonToCancelTaskType = exports.ReasonOrderType = void 0;
|
|
33736
33742
|
var ReasonOrderType;
|
|
33737
33743
|
(function (ReasonOrderType) {
|
|
@@ -33740,7 +33746,7 @@ var ReasonOrderType;
|
|
|
33740
33746
|
ReasonOrderType[ReasonOrderType["DROPOFF"] = 2] = "DROPOFF";
|
|
33741
33747
|
ReasonOrderType[ReasonOrderType["PICKUP_AND_DROPOFF"] = 3] = "PICKUP_AND_DROPOFF";
|
|
33742
33748
|
ReasonOrderType[ReasonOrderType["CURBSIDE"] = 6] = "CURBSIDE";
|
|
33743
|
-
})(ReasonOrderType
|
|
33749
|
+
})(ReasonOrderType || (exports.ReasonOrderType = ReasonOrderType = {}));
|
|
33744
33750
|
var ReasonToCancelTaskType;
|
|
33745
33751
|
(function (ReasonToCancelTaskType) {
|
|
33746
33752
|
ReasonToCancelTaskType["CUSTOMER_WAS_NOT_AT_DESTINATION"] = "customer_was_not_at_destination";
|
|
@@ -33752,7 +33758,7 @@ var ReasonToCancelTaskType;
|
|
|
33752
33758
|
ReasonToCancelTaskType["RESERVATION_EXPIRED"] = "reservation_expired";
|
|
33753
33759
|
ReasonToCancelTaskType["CUSTOM"] = "custom";
|
|
33754
33760
|
ReasonToCancelTaskType["PRIMARY_ORDER_CANCELLED"] = "primary_order_cancelled";
|
|
33755
|
-
})(ReasonToCancelTaskType
|
|
33761
|
+
})(ReasonToCancelTaskType || (exports.ReasonToCancelTaskType = ReasonToCancelTaskType = {}));
|
|
33756
33762
|
//# sourceMappingURL=reason_to_cancel_task.js.map
|
|
33757
33763
|
|
|
33758
33764
|
/***/ }),
|
|
@@ -33762,7 +33768,7 @@ var ReasonToCancelTaskType;
|
|
|
33762
33768
|
|
|
33763
33769
|
"use strict";
|
|
33764
33770
|
|
|
33765
|
-
exports
|
|
33771
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33766
33772
|
//# sourceMappingURL=reason_to_change_inventory.js.map
|
|
33767
33773
|
|
|
33768
33774
|
/***/ }),
|
|
@@ -33772,7 +33778,7 @@ exports.__esModule = true;
|
|
|
33772
33778
|
|
|
33773
33779
|
"use strict";
|
|
33774
33780
|
|
|
33775
|
-
exports
|
|
33781
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33776
33782
|
//# sourceMappingURL=reason_to_reassign_task.js.map
|
|
33777
33783
|
|
|
33778
33784
|
/***/ }),
|
|
@@ -33782,7 +33788,7 @@ exports.__esModule = true;
|
|
|
33782
33788
|
|
|
33783
33789
|
"use strict";
|
|
33784
33790
|
|
|
33785
|
-
exports
|
|
33791
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33786
33792
|
//# sourceMappingURL=report_preference.js.map
|
|
33787
33793
|
|
|
33788
33794
|
/***/ }),
|
|
@@ -33792,7 +33798,7 @@ exports.__esModule = true;
|
|
|
33792
33798
|
|
|
33793
33799
|
"use strict";
|
|
33794
33800
|
|
|
33795
|
-
exports
|
|
33801
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33796
33802
|
exports.FILTER_TYPES = exports.UserRole = exports.WIDGET_GROUPING_TYPES = exports.NAV_MENU_HIERARCHY_TYPES = exports.LAYOUT_SOURCE = exports.NAV_MENU_TYPES = exports.TARGET_OPERATORS = exports.COMPONENT_TYPES = void 0;
|
|
33797
33803
|
var COMPONENT_TYPES;
|
|
33798
33804
|
(function (COMPONENT_TYPES) {
|
|
@@ -33805,28 +33811,28 @@ var COMPONENT_TYPES;
|
|
|
33805
33811
|
COMPONENT_TYPES[COMPONENT_TYPES["UNSTACKED_SEGMENT_BAR"] = 6] = "UNSTACKED_SEGMENT_BAR";
|
|
33806
33812
|
COMPONENT_TYPES[COMPONENT_TYPES["NON_TIME_BASED_STACKED_SEGMENT_BAR"] = 7] = "NON_TIME_BASED_STACKED_SEGMENT_BAR";
|
|
33807
33813
|
COMPONENT_TYPES[COMPONENT_TYPES["MULTIPLE_QUERIES"] = 8] = "MULTIPLE_QUERIES";
|
|
33808
|
-
})(COMPONENT_TYPES
|
|
33814
|
+
})(COMPONENT_TYPES || (exports.COMPONENT_TYPES = COMPONENT_TYPES = {}));
|
|
33809
33815
|
var TARGET_OPERATORS;
|
|
33810
33816
|
(function (TARGET_OPERATORS) {
|
|
33811
33817
|
TARGET_OPERATORS[TARGET_OPERATORS["BIGGER"] = 0] = "BIGGER";
|
|
33812
33818
|
TARGET_OPERATORS[TARGET_OPERATORS["SMALLER"] = 1] = "SMALLER";
|
|
33813
|
-
})(TARGET_OPERATORS
|
|
33819
|
+
})(TARGET_OPERATORS || (exports.TARGET_OPERATORS = TARGET_OPERATORS = {}));
|
|
33814
33820
|
var NAV_MENU_TYPES;
|
|
33815
33821
|
(function (NAV_MENU_TYPES) {
|
|
33816
33822
|
NAV_MENU_TYPES[NAV_MENU_TYPES["MERCHANTS_TEAMS"] = 0] = "MERCHANTS_TEAMS";
|
|
33817
33823
|
NAV_MENU_TYPES[NAV_MENU_TYPES["TEAMS"] = 1] = "TEAMS";
|
|
33818
|
-
})(NAV_MENU_TYPES
|
|
33824
|
+
})(NAV_MENU_TYPES || (exports.NAV_MENU_TYPES = NAV_MENU_TYPES = {}));
|
|
33819
33825
|
var LAYOUT_SOURCE;
|
|
33820
33826
|
(function (LAYOUT_SOURCE) {
|
|
33821
33827
|
LAYOUT_SOURCE[LAYOUT_SOURCE["INSIGHT_APP"] = 0] = "INSIGHT_APP";
|
|
33822
33828
|
LAYOUT_SOURCE[LAYOUT_SOURCE["BI_DASHBOARD"] = 1] = "BI_DASHBOARD";
|
|
33823
|
-
})(LAYOUT_SOURCE
|
|
33829
|
+
})(LAYOUT_SOURCE || (exports.LAYOUT_SOURCE = LAYOUT_SOURCE = {}));
|
|
33824
33830
|
var NAV_MENU_HIERARCHY_TYPES;
|
|
33825
33831
|
(function (NAV_MENU_HIERARCHY_TYPES) {
|
|
33826
33832
|
NAV_MENU_HIERARCHY_TYPES[NAV_MENU_HIERARCHY_TYPES["GLOBAL"] = 0] = "GLOBAL";
|
|
33827
33833
|
NAV_MENU_HIERARCHY_TYPES[NAV_MENU_HIERARCHY_TYPES["MERCHANT"] = 1] = "MERCHANT";
|
|
33828
33834
|
NAV_MENU_HIERARCHY_TYPES[NAV_MENU_HIERARCHY_TYPES["TEAM"] = 2] = "TEAM";
|
|
33829
|
-
})(NAV_MENU_HIERARCHY_TYPES
|
|
33835
|
+
})(NAV_MENU_HIERARCHY_TYPES || (exports.NAV_MENU_HIERARCHY_TYPES = NAV_MENU_HIERARCHY_TYPES = {}));
|
|
33830
33836
|
var WIDGET_GROUPING_TYPES;
|
|
33831
33837
|
(function (WIDGET_GROUPING_TYPES) {
|
|
33832
33838
|
WIDGET_GROUPING_TYPES["GROUP_BY_ORIGIN"] = "GROUP_BY_ORIGIN";
|
|
@@ -33841,19 +33847,19 @@ var WIDGET_GROUPING_TYPES;
|
|
|
33841
33847
|
WIDGET_GROUPING_TYPES["GROUP_BY_FLEET_WITH_INTERNAL_FLEETS"] = "GROUP_BY_FLEET_WITH_INTERNAL_FLEETS";
|
|
33842
33848
|
WIDGET_GROUPING_TYPES["GROUP_BY_RATING"] = "GROUP_BY_RATING";
|
|
33843
33849
|
WIDGET_GROUPING_TYPES["GROUP_BY_DRIVER"] = "GROUP_BY_DRIVER";
|
|
33844
|
-
})(WIDGET_GROUPING_TYPES
|
|
33850
|
+
})(WIDGET_GROUPING_TYPES || (exports.WIDGET_GROUPING_TYPES = WIDGET_GROUPING_TYPES = {}));
|
|
33845
33851
|
var UserRole;
|
|
33846
33852
|
(function (UserRole) {
|
|
33847
33853
|
UserRole[UserRole["Partner"] = 0] = "Partner";
|
|
33848
33854
|
UserRole[UserRole["Admin"] = 1] = "Admin";
|
|
33849
33855
|
UserRole[UserRole["Dispatcher"] = 2] = "Dispatcher";
|
|
33850
|
-
})(UserRole
|
|
33856
|
+
})(UserRole || (exports.UserRole = UserRole = {}));
|
|
33851
33857
|
var FILTER_TYPES;
|
|
33852
33858
|
(function (FILTER_TYPES) {
|
|
33853
33859
|
FILTER_TYPES["TIME_RANGE"] = "TIME_RANGE";
|
|
33854
33860
|
FILTER_TYPES["COMPARE_RANGE"] = "COMPARE_RANGE";
|
|
33855
33861
|
FILTER_TYPES["FLEETS"] = "FLEETS";
|
|
33856
|
-
})(FILTER_TYPES
|
|
33862
|
+
})(FILTER_TYPES || (exports.FILTER_TYPES = FILTER_TYPES = {}));
|
|
33857
33863
|
//# sourceMappingURL=reports.js.map
|
|
33858
33864
|
|
|
33859
33865
|
/***/ }),
|
|
@@ -33863,7 +33869,7 @@ var FILTER_TYPES;
|
|
|
33863
33869
|
|
|
33864
33870
|
"use strict";
|
|
33865
33871
|
|
|
33866
|
-
exports
|
|
33872
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33867
33873
|
exports.RequestOrigin = void 0;
|
|
33868
33874
|
var RequestOrigin;
|
|
33869
33875
|
(function (RequestOrigin) {
|
|
@@ -33875,7 +33881,7 @@ var RequestOrigin;
|
|
|
33875
33881
|
RequestOrigin[RequestOrigin["OpenFleetApi"] = 6] = "OpenFleetApi";
|
|
33876
33882
|
RequestOrigin[RequestOrigin["FloatingInventoryApp"] = 7] = "FloatingInventoryApp";
|
|
33877
33883
|
RequestOrigin[RequestOrigin["AutomationPlatform"] = 8] = "AutomationPlatform";
|
|
33878
|
-
})(RequestOrigin
|
|
33884
|
+
})(RequestOrigin || (exports.RequestOrigin = RequestOrigin = {}));
|
|
33879
33885
|
//# sourceMappingURL=request_origin.js.map
|
|
33880
33886
|
|
|
33881
33887
|
/***/ }),
|
|
@@ -33885,7 +33891,7 @@ var RequestOrigin;
|
|
|
33885
33891
|
|
|
33886
33892
|
"use strict";
|
|
33887
33893
|
|
|
33888
|
-
exports
|
|
33894
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33889
33895
|
//# sourceMappingURL=route-settings.js.map
|
|
33890
33896
|
|
|
33891
33897
|
/***/ }),
|
|
@@ -33895,7 +33901,7 @@ exports.__esModule = true;
|
|
|
33895
33901
|
|
|
33896
33902
|
"use strict";
|
|
33897
33903
|
|
|
33898
|
-
exports
|
|
33904
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33899
33905
|
//# sourceMappingURL=route_kpi.js.map
|
|
33900
33906
|
|
|
33901
33907
|
/***/ }),
|
|
@@ -33905,7 +33911,7 @@ exports.__esModule = true;
|
|
|
33905
33911
|
|
|
33906
33912
|
"use strict";
|
|
33907
33913
|
|
|
33908
|
-
exports
|
|
33914
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33909
33915
|
//# sourceMappingURL=route_optimization.js.map
|
|
33910
33916
|
|
|
33911
33917
|
/***/ }),
|
|
@@ -33915,7 +33921,7 @@ exports.__esModule = true;
|
|
|
33915
33921
|
|
|
33916
33922
|
"use strict";
|
|
33917
33923
|
|
|
33918
|
-
exports
|
|
33924
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33919
33925
|
//# sourceMappingURL=index.js.map
|
|
33920
33926
|
|
|
33921
33927
|
/***/ }),
|
|
@@ -33925,7 +33931,7 @@ exports.__esModule = true;
|
|
|
33925
33931
|
|
|
33926
33932
|
"use strict";
|
|
33927
33933
|
|
|
33928
|
-
exports
|
|
33934
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33929
33935
|
//# sourceMappingURL=rpc.js.map
|
|
33930
33936
|
|
|
33931
33937
|
/***/ }),
|
|
@@ -33935,7 +33941,7 @@ exports.__esModule = true;
|
|
|
33935
33941
|
|
|
33936
33942
|
"use strict";
|
|
33937
33943
|
|
|
33938
|
-
exports
|
|
33944
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33939
33945
|
exports.OFFLINE_ONLINE_EVENT_TYPES = exports.RUN_HISTORY_TYPES = exports.HOME_EVENT_TYPES = exports.RunStartAndEndMethods = void 0;
|
|
33940
33946
|
var RunStartAndEndMethods;
|
|
33941
33947
|
(function (RunStartAndEndMethods) {
|
|
@@ -33959,7 +33965,7 @@ var RunStartAndEndMethods;
|
|
|
33959
33965
|
RunStartAndEndMethods[RunStartAndEndMethods["BULK_CLOSE_FROM_DISPATCH"] = 17] = "BULK_CLOSE_FROM_DISPATCH";
|
|
33960
33966
|
RunStartAndEndMethods[RunStartAndEndMethods["FROM_AUTO_END_RUN_WITH_NO_TASKS"] = 18] = "FROM_AUTO_END_RUN_WITH_NO_TASKS";
|
|
33961
33967
|
RunStartAndEndMethods[RunStartAndEndMethods["FROM_AUTO_END_RUN_WITH_NO_TASKS_AFTER_CANCEL"] = 19] = "FROM_AUTO_END_RUN_WITH_NO_TASKS_AFTER_CANCEL";
|
|
33962
|
-
})(RunStartAndEndMethods
|
|
33968
|
+
})(RunStartAndEndMethods || (exports.RunStartAndEndMethods = RunStartAndEndMethods = {}));
|
|
33963
33969
|
var HOME_EVENT_TYPES;
|
|
33964
33970
|
(function (HOME_EVENT_TYPES) {
|
|
33965
33971
|
HOME_EVENT_TYPES[HOME_EVENT_TYPES["AUTOMATIC_FROM_APP_GEOFENCE"] = 1] = "AUTOMATIC_FROM_APP_GEOFENCE";
|
|
@@ -33971,7 +33977,7 @@ var HOME_EVENT_TYPES;
|
|
|
33971
33977
|
HOME_EVENT_TYPES[HOME_EVENT_TYPES["AUTOMATIC_FROM_APP_BEACON"] = 7] = "AUTOMATIC_FROM_APP_BEACON";
|
|
33972
33978
|
HOME_EVENT_TYPES[HOME_EVENT_TYPES["AUTOMATIC_FROM_ROLE_CHANGE"] = 8] = "AUTOMATIC_FROM_ROLE_CHANGE";
|
|
33973
33979
|
HOME_EVENT_TYPES[HOME_EVENT_TYPES["FROM_END_SHIFT"] = 9] = "FROM_END_SHIFT";
|
|
33974
|
-
})(HOME_EVENT_TYPES
|
|
33980
|
+
})(HOME_EVENT_TYPES || (exports.HOME_EVENT_TYPES = HOME_EVENT_TYPES = {}));
|
|
33975
33981
|
var RUN_HISTORY_TYPES;
|
|
33976
33982
|
(function (RUN_HISTORY_TYPES) {
|
|
33977
33983
|
RUN_HISTORY_TYPES[RUN_HISTORY_TYPES["ALERT"] = 0] = "ALERT";
|
|
@@ -33979,12 +33985,12 @@ var RUN_HISTORY_TYPES;
|
|
|
33979
33985
|
RUN_HISTORY_TYPES[RUN_HISTORY_TYPES["OFFLINE_ONLINE_EVENT"] = 2] = "OFFLINE_ONLINE_EVENT";
|
|
33980
33986
|
RUN_HISTORY_TYPES[RUN_HISTORY_TYPES["SHIFT"] = 3] = "SHIFT";
|
|
33981
33987
|
RUN_HISTORY_TYPES[RUN_HISTORY_TYPES["TASK_HISTORY"] = 4] = "TASK_HISTORY";
|
|
33982
|
-
})(RUN_HISTORY_TYPES
|
|
33988
|
+
})(RUN_HISTORY_TYPES || (exports.RUN_HISTORY_TYPES = RUN_HISTORY_TYPES = {}));
|
|
33983
33989
|
var OFFLINE_ONLINE_EVENT_TYPES;
|
|
33984
33990
|
(function (OFFLINE_ONLINE_EVENT_TYPES) {
|
|
33985
33991
|
OFFLINE_ONLINE_EVENT_TYPES[OFFLINE_ONLINE_EVENT_TYPES["OFFLINE"] = 0] = "OFFLINE";
|
|
33986
33992
|
OFFLINE_ONLINE_EVENT_TYPES[OFFLINE_ONLINE_EVENT_TYPES["ONLINE"] = 1] = "ONLINE";
|
|
33987
|
-
})(OFFLINE_ONLINE_EVENT_TYPES
|
|
33993
|
+
})(OFFLINE_ONLINE_EVENT_TYPES || (exports.OFFLINE_ONLINE_EVENT_TYPES = OFFLINE_ONLINE_EVENT_TYPES = {}));
|
|
33988
33994
|
//# sourceMappingURL=run.js.map
|
|
33989
33995
|
|
|
33990
33996
|
/***/ }),
|
|
@@ -33994,14 +34000,14 @@ var OFFLINE_ONLINE_EVENT_TYPES;
|
|
|
33994
34000
|
|
|
33995
34001
|
"use strict";
|
|
33996
34002
|
|
|
33997
|
-
exports
|
|
34003
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33998
34004
|
exports.ScanType = void 0;
|
|
33999
34005
|
var ScanType;
|
|
34000
34006
|
(function (ScanType) {
|
|
34001
34007
|
ScanType["BarCode"] = "BarcodeScan";
|
|
34002
34008
|
ScanType["Ocr"] = "Ocr";
|
|
34003
34009
|
ScanType["Serial"] = "SerialScan";
|
|
34004
|
-
})(ScanType
|
|
34010
|
+
})(ScanType || (exports.ScanType = ScanType = {}));
|
|
34005
34011
|
//# sourceMappingURL=scan.js.map
|
|
34006
34012
|
|
|
34007
34013
|
/***/ }),
|
|
@@ -34011,7 +34017,7 @@ var ScanType;
|
|
|
34011
34017
|
|
|
34012
34018
|
"use strict";
|
|
34013
34019
|
|
|
34014
|
-
exports
|
|
34020
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34015
34021
|
//# sourceMappingURL=serializer.js.map
|
|
34016
34022
|
|
|
34017
34023
|
/***/ }),
|
|
@@ -34021,7 +34027,7 @@ exports.__esModule = true;
|
|
|
34021
34027
|
|
|
34022
34028
|
"use strict";
|
|
34023
34029
|
|
|
34024
|
-
exports
|
|
34030
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34025
34031
|
//# sourceMappingURL=service.js.map
|
|
34026
34032
|
|
|
34027
34033
|
/***/ }),
|
|
@@ -34031,7 +34037,7 @@ exports.__esModule = true;
|
|
|
34031
34037
|
|
|
34032
34038
|
"use strict";
|
|
34033
34039
|
|
|
34034
|
-
exports
|
|
34040
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34035
34041
|
//# sourceMappingURL=service_area.js.map
|
|
34036
34042
|
|
|
34037
34043
|
/***/ }),
|
|
@@ -34041,7 +34047,7 @@ exports.__esModule = true;
|
|
|
34041
34047
|
|
|
34042
34048
|
"use strict";
|
|
34043
34049
|
|
|
34044
|
-
exports
|
|
34050
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34045
34051
|
//# sourceMappingURL=service_event.js.map
|
|
34046
34052
|
|
|
34047
34053
|
/***/ }),
|
|
@@ -34051,7 +34057,7 @@ exports.__esModule = true;
|
|
|
34051
34057
|
|
|
34052
34058
|
"use strict";
|
|
34053
34059
|
|
|
34054
|
-
exports
|
|
34060
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34055
34061
|
//# sourceMappingURL=service_plan.js.map
|
|
34056
34062
|
|
|
34057
34063
|
/***/ }),
|
|
@@ -34061,14 +34067,14 @@ exports.__esModule = true;
|
|
|
34061
34067
|
|
|
34062
34068
|
"use strict";
|
|
34063
34069
|
|
|
34064
|
-
exports
|
|
34070
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34065
34071
|
exports.ServiceWindowType = void 0;
|
|
34066
34072
|
var ServiceWindowType;
|
|
34067
34073
|
(function (ServiceWindowType) {
|
|
34068
34074
|
ServiceWindowType[ServiceWindowType["Delivery"] = 0] = "Delivery";
|
|
34069
34075
|
ServiceWindowType[ServiceWindowType["Pickup"] = 1] = "Pickup";
|
|
34070
34076
|
ServiceWindowType[ServiceWindowType["EatIn"] = 2] = "EatIn";
|
|
34071
|
-
})(ServiceWindowType
|
|
34077
|
+
})(ServiceWindowType || (exports.ServiceWindowType = ServiceWindowType = {}));
|
|
34072
34078
|
//# sourceMappingURL=service_window.js.map
|
|
34073
34079
|
|
|
34074
34080
|
/***/ }),
|
|
@@ -34078,7 +34084,7 @@ var ServiceWindowType;
|
|
|
34078
34084
|
|
|
34079
34085
|
"use strict";
|
|
34080
34086
|
|
|
34081
|
-
exports
|
|
34087
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34082
34088
|
exports.SharedLocationDisplayType = exports.SharingMethod = exports.SHARING_TYPES_WITH_DYNAMIC_DISPLAY_TYPE = exports.SharingType = void 0;
|
|
34083
34089
|
var SharingType;
|
|
34084
34090
|
(function (SharingType) {
|
|
@@ -34099,7 +34105,7 @@ var SharingType;
|
|
|
34099
34105
|
SharingType[SharingType["OptInConfirmation"] = 14] = "OptInConfirmation";
|
|
34100
34106
|
SharingType[SharingType["CustomWorkflow"] = 15] = "CustomWorkflow";
|
|
34101
34107
|
SharingType[SharingType["NotificationByTemplateId"] = 16] = "NotificationByTemplateId";
|
|
34102
|
-
})(SharingType
|
|
34108
|
+
})(SharingType || (exports.SharingType = SharingType = {}));
|
|
34103
34109
|
exports.SHARING_TYPES_WITH_DYNAMIC_DISPLAY_TYPE = [
|
|
34104
34110
|
SharingType.CustomWorkflow,
|
|
34105
34111
|
SharingType.NotificationByTemplateId
|
|
@@ -34114,7 +34120,7 @@ var SharingMethod;
|
|
|
34114
34120
|
SharingMethod[SharingMethod["Api"] = 5] = "Api";
|
|
34115
34121
|
SharingMethod[SharingMethod["Push"] = 6] = "Push";
|
|
34116
34122
|
SharingMethod[SharingMethod["Webhook"] = 7] = "Webhook";
|
|
34117
|
-
})(SharingMethod
|
|
34123
|
+
})(SharingMethod || (exports.SharingMethod = SharingMethod = {}));
|
|
34118
34124
|
var SharedLocationDisplayType;
|
|
34119
34125
|
(function (SharedLocationDisplayType) {
|
|
34120
34126
|
SharedLocationDisplayType[SharedLocationDisplayType["Schedule"] = 1] = "Schedule";
|
|
@@ -34122,7 +34128,7 @@ var SharedLocationDisplayType;
|
|
|
34122
34128
|
SharedLocationDisplayType[SharedLocationDisplayType["ScheduleReady"] = 3] = "ScheduleReady";
|
|
34123
34129
|
SharedLocationDisplayType[SharedLocationDisplayType["Tracking"] = 4] = "Tracking";
|
|
34124
34130
|
SharedLocationDisplayType[SharedLocationDisplayType["None"] = 5] = "None";
|
|
34125
|
-
})(SharedLocationDisplayType
|
|
34131
|
+
})(SharedLocationDisplayType || (exports.SharedLocationDisplayType = SharedLocationDisplayType = {}));
|
|
34126
34132
|
//# sourceMappingURL=shared_location.js.map
|
|
34127
34133
|
|
|
34128
34134
|
/***/ }),
|
|
@@ -34132,7 +34138,7 @@ var SharedLocationDisplayType;
|
|
|
34132
34138
|
|
|
34133
34139
|
"use strict";
|
|
34134
34140
|
|
|
34135
|
-
exports
|
|
34141
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34136
34142
|
exports.ShiftRule = exports.ShiftNoteType = void 0;
|
|
34137
34143
|
var ShiftNoteType;
|
|
34138
34144
|
(function (ShiftNoteType) {
|
|
@@ -34140,13 +34146,13 @@ var ShiftNoteType;
|
|
|
34140
34146
|
ShiftNoteType["ShiftNote"] = "ShiftNote";
|
|
34141
34147
|
ShiftNoteType["ShiftPhoto"] = "ShiftPhoto";
|
|
34142
34148
|
ShiftNoteType["ShiftSignature"] = "ShiftSignature";
|
|
34143
|
-
})(ShiftNoteType
|
|
34149
|
+
})(ShiftNoteType || (exports.ShiftNoteType = ShiftNoteType = {}));
|
|
34144
34150
|
var ShiftRule;
|
|
34145
34151
|
(function (ShiftRule) {
|
|
34146
34152
|
ShiftRule[ShiftRule["unknown"] = -1] = "unknown";
|
|
34147
34153
|
ShiftRule[ShiftRule["start_shift"] = 0] = "start_shift";
|
|
34148
34154
|
ShiftRule[ShiftRule["end_shift"] = 1] = "end_shift";
|
|
34149
|
-
})(ShiftRule
|
|
34155
|
+
})(ShiftRule || (exports.ShiftRule = ShiftRule = {}));
|
|
34150
34156
|
//# sourceMappingURL=shift.js.map
|
|
34151
34157
|
|
|
34152
34158
|
/***/ }),
|
|
@@ -34156,7 +34162,7 @@ var ShiftRule;
|
|
|
34156
34162
|
|
|
34157
34163
|
"use strict";
|
|
34158
34164
|
|
|
34159
|
-
exports
|
|
34165
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34160
34166
|
//# sourceMappingURL=skill.js.map
|
|
34161
34167
|
|
|
34162
34168
|
/***/ }),
|
|
@@ -34166,7 +34172,7 @@ exports.__esModule = true;
|
|
|
34166
34172
|
|
|
34167
34173
|
"use strict";
|
|
34168
34174
|
|
|
34169
|
-
exports
|
|
34175
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34170
34176
|
//# sourceMappingURL=sms_data.js.map
|
|
34171
34177
|
|
|
34172
34178
|
/***/ }),
|
|
@@ -34176,7 +34182,7 @@ exports.__esModule = true;
|
|
|
34176
34182
|
|
|
34177
34183
|
"use strict";
|
|
34178
34184
|
|
|
34179
|
-
exports
|
|
34185
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34180
34186
|
exports.NumberType = void 0;
|
|
34181
34187
|
var NumberType;
|
|
34182
34188
|
(function (NumberType) {
|
|
@@ -34184,7 +34190,7 @@ var NumberType;
|
|
|
34184
34190
|
NumberType[NumberType["AlphanumericSender"] = 1] = "AlphanumericSender";
|
|
34185
34191
|
NumberType[NumberType["FreeSms"] = 2] = "FreeSms";
|
|
34186
34192
|
NumberType[NumberType["TollFree"] = 3] = "TollFree";
|
|
34187
|
-
})(NumberType
|
|
34193
|
+
})(NumberType || (exports.NumberType = NumberType = {}));
|
|
34188
34194
|
//# sourceMappingURL=sms_number.js.map
|
|
34189
34195
|
|
|
34190
34196
|
/***/ }),
|
|
@@ -34194,7 +34200,7 @@ var NumberType;
|
|
|
34194
34200
|
|
|
34195
34201
|
"use strict";
|
|
34196
34202
|
|
|
34197
|
-
exports
|
|
34203
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34198
34204
|
//# sourceMappingURL=sms_provider_account.js.map
|
|
34199
34205
|
|
|
34200
34206
|
/***/ }),
|
|
@@ -34204,7 +34210,7 @@ exports.__esModule = true;
|
|
|
34204
34210
|
|
|
34205
34211
|
"use strict";
|
|
34206
34212
|
|
|
34207
|
-
exports
|
|
34213
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34208
34214
|
//# sourceMappingURL=sms_setting.js.map
|
|
34209
34215
|
|
|
34210
34216
|
/***/ }),
|
|
@@ -34214,7 +34220,7 @@ exports.__esModule = true;
|
|
|
34214
34220
|
|
|
34215
34221
|
"use strict";
|
|
34216
34222
|
|
|
34217
|
-
exports
|
|
34223
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34218
34224
|
//# sourceMappingURL=support-ticket.js.map
|
|
34219
34225
|
|
|
34220
34226
|
/***/ }),
|
|
@@ -34224,7 +34230,7 @@ exports.__esModule = true;
|
|
|
34224
34230
|
|
|
34225
34231
|
"use strict";
|
|
34226
34232
|
|
|
34227
|
-
exports
|
|
34233
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34228
34234
|
//# sourceMappingURL=tag.js.map
|
|
34229
34235
|
|
|
34230
34236
|
/***/ }),
|
|
@@ -34234,7 +34240,7 @@ exports.__esModule = true;
|
|
|
34234
34240
|
|
|
34235
34241
|
"use strict";
|
|
34236
34242
|
|
|
34237
|
-
exports
|
|
34243
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34238
34244
|
//# sourceMappingURL=tag_customer_configuration.js.map
|
|
34239
34245
|
|
|
34240
34246
|
/***/ }),
|
|
@@ -34244,7 +34250,7 @@ exports.__esModule = true;
|
|
|
34244
34250
|
|
|
34245
34251
|
"use strict";
|
|
34246
34252
|
|
|
34247
|
-
exports
|
|
34253
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34248
34254
|
//# sourceMappingURL=tag_merchant_configuration.js.map
|
|
34249
34255
|
|
|
34250
34256
|
/***/ }),
|
|
@@ -34254,7 +34260,7 @@ exports.__esModule = true;
|
|
|
34254
34260
|
|
|
34255
34261
|
"use strict";
|
|
34256
34262
|
|
|
34257
|
-
exports
|
|
34263
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34258
34264
|
//# sourceMappingURL=tag_rules_configuration.js.map
|
|
34259
34265
|
|
|
34260
34266
|
/***/ }),
|
|
@@ -34264,8 +34270,8 @@ exports.__esModule = true;
|
|
|
34264
34270
|
|
|
34265
34271
|
"use strict";
|
|
34266
34272
|
|
|
34267
|
-
exports
|
|
34268
|
-
exports.CustomerFlowType = exports.Association = exports.InventoryServiceType = exports.DeliveryMethod = exports.RogueReasons = exports.PreparationStatus = exports.PaymentMethods = exports.PickupDropoffOption = exports.StatusChangedType = exports.TaskAutomaticallyCancelled = exports.TaskSubType = exports.TaskTypeId = exports.ScanningRole = exports.InventoryChangeType = exports.TaskStatus = exports.AddressType = exports.TaskHistoryOrigin = exports.TaskHistoryEvent = exports.NoteType = void 0;
|
|
34273
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34274
|
+
exports.CustomerFlowType = exports.Association = exports.InventoryServiceType = exports.DeliveryMethod = exports.RogueReasons = exports.PreparationStatus = exports.PaymentMethods = exports.PickupDropoffOption = exports.StatusChangedType = exports.TaskAutomaticallyCancelled = exports.TaskSubType = exports.TaskTypeId = exports.ScanningRole = exports.InventoryChangeType = exports.TaskStatus = exports.OwnerInventoryType = exports.AddressType = exports.TaskHistoryOrigin = exports.TaskHistoryEvent = exports.NoteType = void 0;
|
|
34269
34275
|
var NoteType;
|
|
34270
34276
|
(function (NoteType) {
|
|
34271
34277
|
NoteType["FormattedTaskNote"] = "FormattedTaskNote";
|
|
@@ -34276,7 +34282,7 @@ var NoteType;
|
|
|
34276
34282
|
NoteType["HtmlTaskNote"] = "HtmlTaskNote";
|
|
34277
34283
|
NoteType["Signature"] = "Signature";
|
|
34278
34284
|
NoteType["Document"] = "Document";
|
|
34279
|
-
})(NoteType
|
|
34285
|
+
})(NoteType || (exports.NoteType = NoteType = {}));
|
|
34280
34286
|
var TaskHistoryEvent;
|
|
34281
34287
|
(function (TaskHistoryEvent) {
|
|
34282
34288
|
TaskHistoryEvent[TaskHistoryEvent["status_changed"] = 0] = "status_changed";
|
|
@@ -34329,7 +34335,7 @@ var TaskHistoryEvent;
|
|
|
34329
34335
|
TaskHistoryEvent[TaskHistoryEvent["task_schedule_ready_time_window_updated"] = 47] = "task_schedule_ready_time_window_updated";
|
|
34330
34336
|
TaskHistoryEvent[TaskHistoryEvent["task_ready_to_execute_changed"] = 48] = "task_ready_to_execute_changed";
|
|
34331
34337
|
TaskHistoryEvent[TaskHistoryEvent["way_point_sla_changed"] = 49] = "way_point_sla_changed";
|
|
34332
|
-
})(TaskHistoryEvent
|
|
34338
|
+
})(TaskHistoryEvent || (exports.TaskHistoryEvent = TaskHistoryEvent = {}));
|
|
34333
34339
|
var TaskHistoryOrigin;
|
|
34334
34340
|
(function (TaskHistoryOrigin) {
|
|
34335
34341
|
TaskHistoryOrigin[TaskHistoryOrigin["UNKNOWN"] = 0] = "UNKNOWN";
|
|
@@ -34341,7 +34347,7 @@ var TaskHistoryOrigin;
|
|
|
34341
34347
|
TaskHistoryOrigin[TaskHistoryOrigin["AUTO_REJECT"] = 6] = "AUTO_REJECT";
|
|
34342
34348
|
TaskHistoryOrigin[TaskHistoryOrigin["USER_ACCEPTED"] = 7] = "USER_ACCEPTED";
|
|
34343
34349
|
TaskHistoryOrigin[TaskHistoryOrigin["FLEET"] = 8] = "FLEET";
|
|
34344
|
-
})(TaskHistoryOrigin
|
|
34350
|
+
})(TaskHistoryOrigin || (exports.TaskHistoryOrigin = TaskHistoryOrigin = {}));
|
|
34345
34351
|
var AddressType;
|
|
34346
34352
|
(function (AddressType) {
|
|
34347
34353
|
AddressType[AddressType["Commercial"] = 1] = "Commercial";
|
|
@@ -34350,7 +34356,12 @@ var AddressType;
|
|
|
34350
34356
|
AddressType[AddressType["Government"] = 4] = "Government";
|
|
34351
34357
|
AddressType[AddressType["Medical"] = 5] = "Medical";
|
|
34352
34358
|
AddressType[AddressType["Industrial"] = 6] = "Industrial";
|
|
34353
|
-
})(AddressType
|
|
34359
|
+
})(AddressType || (exports.AddressType = AddressType = {}));
|
|
34360
|
+
var OwnerInventoryType;
|
|
34361
|
+
(function (OwnerInventoryType) {
|
|
34362
|
+
OwnerInventoryType["Customer"] = "CustomerInventory";
|
|
34363
|
+
OwnerInventoryType["User"] = "UserInventory";
|
|
34364
|
+
})(OwnerInventoryType || (exports.OwnerInventoryType = OwnerInventoryType = {}));
|
|
34354
34365
|
var TaskStatus;
|
|
34355
34366
|
(function (TaskStatus) {
|
|
34356
34367
|
TaskStatus[TaskStatus["Created"] = 0] = "Created";
|
|
@@ -34364,19 +34375,19 @@ var TaskStatus;
|
|
|
34364
34375
|
TaskStatus[TaskStatus["Rejected"] = 8] = "Rejected";
|
|
34365
34376
|
TaskStatus[TaskStatus["Unacknowledged"] = 9] = "Unacknowledged";
|
|
34366
34377
|
TaskStatus[TaskStatus["Pending"] = 10] = "Pending";
|
|
34367
|
-
})(TaskStatus
|
|
34378
|
+
})(TaskStatus || (exports.TaskStatus = TaskStatus = {}));
|
|
34368
34379
|
var InventoryChangeType;
|
|
34369
34380
|
(function (InventoryChangeType) {
|
|
34370
34381
|
InventoryChangeType[InventoryChangeType["Quantity"] = 0] = "Quantity";
|
|
34371
34382
|
InventoryChangeType[InventoryChangeType["OriginalQuantity"] = 1] = "OriginalQuantity";
|
|
34372
34383
|
InventoryChangeType[InventoryChangeType["RejectedQuantity"] = 2] = "RejectedQuantity";
|
|
34373
|
-
})(InventoryChangeType
|
|
34384
|
+
})(InventoryChangeType || (exports.InventoryChangeType = InventoryChangeType = {}));
|
|
34374
34385
|
var ScanningRole;
|
|
34375
34386
|
(function (ScanningRole) {
|
|
34376
34387
|
ScanningRole[ScanningRole["DRIVER"] = 0] = "DRIVER";
|
|
34377
34388
|
ScanningRole[ScanningRole["DISPATCHER_STAGING"] = 1] = "DISPATCHER_STAGING";
|
|
34378
34389
|
ScanningRole[ScanningRole["DISPATCHER_COC"] = 2] = "DISPATCHER_COC";
|
|
34379
|
-
})(ScanningRole
|
|
34390
|
+
})(ScanningRole || (exports.ScanningRole = ScanningRole = {}));
|
|
34380
34391
|
var TaskTypeId;
|
|
34381
34392
|
(function (TaskTypeId) {
|
|
34382
34393
|
TaskTypeId[TaskTypeId["PICKUP"] = 2] = "PICKUP";
|
|
@@ -34386,11 +34397,11 @@ var TaskTypeId;
|
|
|
34386
34397
|
TaskTypeId[TaskTypeId["CLICK_AND_COLLECT"] = 6] = "CLICK_AND_COLLECT";
|
|
34387
34398
|
TaskTypeId[TaskTypeId["SERVICE"] = 7] = "SERVICE";
|
|
34388
34399
|
TaskTypeId[TaskTypeId["ROAMING"] = 8] = "ROAMING";
|
|
34389
|
-
})(TaskTypeId
|
|
34400
|
+
})(TaskTypeId || (exports.TaskTypeId = TaskTypeId = {}));
|
|
34390
34401
|
var TaskSubType;
|
|
34391
34402
|
(function (TaskSubType) {
|
|
34392
34403
|
TaskSubType[TaskSubType["BACK_TO_WAREHOUSE"] = 1] = "BACK_TO_WAREHOUSE";
|
|
34393
|
-
})(TaskSubType
|
|
34404
|
+
})(TaskSubType || (exports.TaskSubType = TaskSubType = {}));
|
|
34394
34405
|
var TaskAutomaticallyCancelled;
|
|
34395
34406
|
(function (TaskAutomaticallyCancelled) {
|
|
34396
34407
|
TaskAutomaticallyCancelled[TaskAutomaticallyCancelled["MANUAL"] = 0] = "MANUAL";
|
|
@@ -34404,7 +34415,7 @@ var TaskAutomaticallyCancelled;
|
|
|
34404
34415
|
TaskAutomaticallyCancelled[TaskAutomaticallyCancelled["FROM_STORE_APP"] = 8] = "FROM_STORE_APP";
|
|
34405
34416
|
TaskAutomaticallyCancelled[TaskAutomaticallyCancelled["FROM_CUSTOMER_APP"] = 9] = "FROM_CUSTOMER_APP";
|
|
34406
34417
|
TaskAutomaticallyCancelled[TaskAutomaticallyCancelled["FROM_AUTOMATION_PLATFORM"] = 10] = "FROM_AUTOMATION_PLATFORM";
|
|
34407
|
-
})(TaskAutomaticallyCancelled
|
|
34418
|
+
})(TaskAutomaticallyCancelled || (exports.TaskAutomaticallyCancelled = TaskAutomaticallyCancelled = {}));
|
|
34408
34419
|
var StatusChangedType;
|
|
34409
34420
|
(function (StatusChangedType) {
|
|
34410
34421
|
StatusChangedType[StatusChangedType["Manual"] = 0] = "Manual";
|
|
@@ -34419,13 +34430,13 @@ var StatusChangedType;
|
|
|
34419
34430
|
StatusChangedType[StatusChangedType["AutomaticByServer"] = 10] = "AutomaticByServer";
|
|
34420
34431
|
StatusChangedType[StatusChangedType["FromApi"] = 11] = "FromApi";
|
|
34421
34432
|
StatusChangedType[StatusChangedType["AutomaticFromFleet"] = 12] = "AutomaticFromFleet";
|
|
34422
|
-
})(StatusChangedType
|
|
34433
|
+
})(StatusChangedType || (exports.StatusChangedType = StatusChangedType = {}));
|
|
34423
34434
|
var PickupDropoffOption;
|
|
34424
34435
|
(function (PickupDropoffOption) {
|
|
34425
34436
|
PickupDropoffOption[PickupDropoffOption["PICKUP"] = 0] = "PICKUP";
|
|
34426
34437
|
PickupDropoffOption[PickupDropoffOption["DROPOFF"] = 1] = "DROPOFF";
|
|
34427
34438
|
PickupDropoffOption[PickupDropoffOption["BOTH"] = 2] = "BOTH";
|
|
34428
|
-
})(PickupDropoffOption
|
|
34439
|
+
})(PickupDropoffOption || (exports.PickupDropoffOption = PickupDropoffOption = {}));
|
|
34429
34440
|
var PaymentMethods;
|
|
34430
34441
|
(function (PaymentMethods) {
|
|
34431
34442
|
PaymentMethods[PaymentMethods["UNKNOWN"] = 0] = "UNKNOWN";
|
|
@@ -34433,7 +34444,7 @@ var PaymentMethods;
|
|
|
34433
34444
|
PaymentMethods[PaymentMethods["CREDIT"] = 2] = "CREDIT";
|
|
34434
34445
|
PaymentMethods[PaymentMethods["CHEQUE"] = 3] = "CHEQUE";
|
|
34435
34446
|
PaymentMethods[PaymentMethods["CREDIT_CARD_TERMINAL"] = 4] = "CREDIT_CARD_TERMINAL";
|
|
34436
|
-
})(PaymentMethods
|
|
34447
|
+
})(PaymentMethods || (exports.PaymentMethods = PaymentMethods = {}));
|
|
34437
34448
|
var PreparationStatus;
|
|
34438
34449
|
(function (PreparationStatus) {
|
|
34439
34450
|
PreparationStatus[PreparationStatus["ACKNOWLEDGED"] = 0] = "ACKNOWLEDGED";
|
|
@@ -34443,12 +34454,12 @@ var PreparationStatus;
|
|
|
34443
34454
|
PreparationStatus[PreparationStatus["PICKED_UP"] = 4] = "PICKED_UP";
|
|
34444
34455
|
PreparationStatus[PreparationStatus["SEND_TO_PREPARATION_FAILED"] = 5] = "SEND_TO_PREPARATION_FAILED";
|
|
34445
34456
|
PreparationStatus[PreparationStatus["UNACKNOWLEDGED"] = 6] = "UNACKNOWLEDGED";
|
|
34446
|
-
})(PreparationStatus
|
|
34457
|
+
})(PreparationStatus || (exports.PreparationStatus = PreparationStatus = {}));
|
|
34447
34458
|
var RogueReasons;
|
|
34448
34459
|
(function (RogueReasons) {
|
|
34449
34460
|
RogueReasons[RogueReasons["TIME_WINDOW"] = 0] = "TIME_WINDOW";
|
|
34450
34461
|
RogueReasons[RogueReasons["CAPACITY"] = 1] = "CAPACITY";
|
|
34451
|
-
})(RogueReasons
|
|
34462
|
+
})(RogueReasons || (exports.RogueReasons = RogueReasons = {}));
|
|
34452
34463
|
var DeliveryMethod;
|
|
34453
34464
|
(function (DeliveryMethod) {
|
|
34454
34465
|
DeliveryMethod["Contactless"] = "contactless";
|
|
@@ -34456,7 +34467,7 @@ var DeliveryMethod;
|
|
|
34456
34467
|
DeliveryMethod["AtRoom"] = "at_room";
|
|
34457
34468
|
DeliveryMethod["ThirdPartyPoint"] = "third_party_point";
|
|
34458
34469
|
DeliveryMethod["HomeDelivery"] = "home_delivery";
|
|
34459
|
-
})(DeliveryMethod
|
|
34470
|
+
})(DeliveryMethod || (exports.DeliveryMethod = DeliveryMethod = {}));
|
|
34460
34471
|
var InventoryServiceType;
|
|
34461
34472
|
(function (InventoryServiceType) {
|
|
34462
34473
|
InventoryServiceType["Installation"] = "installation";
|
|
@@ -34464,7 +34475,7 @@ var InventoryServiceType;
|
|
|
34464
34475
|
InventoryServiceType["Fragile"] = "fragile";
|
|
34465
34476
|
InventoryServiceType["Heavy_weight"] = "heavy_weight";
|
|
34466
34477
|
InventoryServiceType["Flammable"] = "flammable";
|
|
34467
|
-
})(InventoryServiceType
|
|
34478
|
+
})(InventoryServiceType || (exports.InventoryServiceType = InventoryServiceType = {}));
|
|
34468
34479
|
var Association;
|
|
34469
34480
|
(function (Association) {
|
|
34470
34481
|
Association["WayPoint"] = "way_point";
|
|
@@ -34473,12 +34484,12 @@ var Association;
|
|
|
34473
34484
|
Association["TaskNote"] = "task_note";
|
|
34474
34485
|
Association["TaskPhoto"] = "task_photo";
|
|
34475
34486
|
Association["Signature"] = "signature";
|
|
34476
|
-
})(Association
|
|
34487
|
+
})(Association || (exports.Association = Association = {}));
|
|
34477
34488
|
var CustomerFlowType;
|
|
34478
34489
|
(function (CustomerFlowType) {
|
|
34479
34490
|
CustomerFlowType[CustomerFlowType["ClickCollect"] = 0] = "ClickCollect";
|
|
34480
34491
|
CustomerFlowType[CustomerFlowType["Curbside"] = 1] = "Curbside";
|
|
34481
|
-
})(CustomerFlowType
|
|
34492
|
+
})(CustomerFlowType || (exports.CustomerFlowType = CustomerFlowType = {}));
|
|
34482
34493
|
//# sourceMappingURL=task.js.map
|
|
34483
34494
|
|
|
34484
34495
|
/***/ }),
|
|
@@ -34502,7 +34513,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
34502
34513
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
34503
34514
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
34504
34515
|
};
|
|
34505
|
-
exports
|
|
34516
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34506
34517
|
__exportStar(__webpack_require__(44882), exports);
|
|
34507
34518
|
__exportStar(__webpack_require__(87573), exports);
|
|
34508
34519
|
//# sourceMappingURL=index.js.map
|
|
@@ -34514,7 +34525,7 @@ __exportStar(__webpack_require__(87573), exports);
|
|
|
34514
34525
|
|
|
34515
34526
|
"use strict";
|
|
34516
34527
|
|
|
34517
|
-
exports
|
|
34528
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34518
34529
|
//# sourceMappingURL=task_reject_reason.js.map
|
|
34519
34530
|
|
|
34520
34531
|
/***/ }),
|
|
@@ -34524,7 +34535,7 @@ exports.__esModule = true;
|
|
|
34524
34535
|
|
|
34525
34536
|
"use strict";
|
|
34526
34537
|
|
|
34527
|
-
exports
|
|
34538
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34528
34539
|
//# sourceMappingURL=task_reject_reasons_api_types.js.map
|
|
34529
34540
|
|
|
34530
34541
|
/***/ }),
|
|
@@ -34534,7 +34545,7 @@ exports.__esModule = true;
|
|
|
34534
34545
|
|
|
34535
34546
|
"use strict";
|
|
34536
34547
|
|
|
34537
|
-
exports
|
|
34548
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34538
34549
|
//# sourceMappingURL=task_aggregations.js.map
|
|
34539
34550
|
|
|
34540
34551
|
/***/ }),
|
|
@@ -34544,19 +34555,19 @@ exports.__esModule = true;
|
|
|
34544
34555
|
|
|
34545
34556
|
"use strict";
|
|
34546
34557
|
|
|
34547
|
-
exports
|
|
34558
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34548
34559
|
exports.AutoScheduleType = exports.ReadyToLeaveBy = void 0;
|
|
34549
34560
|
var ReadyToLeaveBy;
|
|
34550
34561
|
(function (ReadyToLeaveBy) {
|
|
34551
34562
|
ReadyToLeaveBy[ReadyToLeaveBy["AfterCreated"] = 0] = "AfterCreated";
|
|
34552
34563
|
ReadyToLeaveBy[ReadyToLeaveBy["AfterPrepared"] = 1] = "AfterPrepared";
|
|
34553
34564
|
ReadyToLeaveBy[ReadyToLeaveBy["BeforeScheduled"] = 2] = "BeforeScheduled";
|
|
34554
|
-
})(ReadyToLeaveBy
|
|
34565
|
+
})(ReadyToLeaveBy || (exports.ReadyToLeaveBy = ReadyToLeaveBy = {}));
|
|
34555
34566
|
var AutoScheduleType;
|
|
34556
34567
|
(function (AutoScheduleType) {
|
|
34557
34568
|
AutoScheduleType[AutoScheduleType["NextWindow"] = 1] = "NextWindow";
|
|
34558
34569
|
AutoScheduleType[AutoScheduleType["Quote"] = 2] = "Quote";
|
|
34559
|
-
})(AutoScheduleType
|
|
34570
|
+
})(AutoScheduleType || (exports.AutoScheduleType = AutoScheduleType = {}));
|
|
34560
34571
|
//# sourceMappingURL=task_configuration.js.map
|
|
34561
34572
|
|
|
34562
34573
|
/***/ }),
|
|
@@ -34566,7 +34577,7 @@ var AutoScheduleType;
|
|
|
34566
34577
|
|
|
34567
34578
|
"use strict";
|
|
34568
34579
|
|
|
34569
|
-
exports
|
|
34580
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34570
34581
|
//# sourceMappingURL=task_payment_history.js.map
|
|
34571
34582
|
|
|
34572
34583
|
/***/ }),
|
|
@@ -34576,7 +34587,7 @@ exports.__esModule = true;
|
|
|
34576
34587
|
|
|
34577
34588
|
"use strict";
|
|
34578
34589
|
|
|
34579
|
-
exports
|
|
34590
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34580
34591
|
//# sourceMappingURL=task_rates.js.map
|
|
34581
34592
|
|
|
34582
34593
|
/***/ }),
|
|
@@ -34586,7 +34597,7 @@ exports.__esModule = true;
|
|
|
34586
34597
|
|
|
34587
34598
|
"use strict";
|
|
34588
34599
|
|
|
34589
|
-
exports
|
|
34600
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34590
34601
|
//# sourceMappingURL=task_reassign_reasons.js.map
|
|
34591
34602
|
|
|
34592
34603
|
/***/ }),
|
|
@@ -34596,14 +34607,14 @@ exports.__esModule = true;
|
|
|
34596
34607
|
|
|
34597
34608
|
"use strict";
|
|
34598
34609
|
|
|
34599
|
-
exports
|
|
34610
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34600
34611
|
exports.TaskRejectType = void 0;
|
|
34601
34612
|
var TaskRejectType;
|
|
34602
34613
|
(function (TaskRejectType) {
|
|
34603
34614
|
TaskRejectType[TaskRejectType["reject"] = 0] = "reject";
|
|
34604
34615
|
TaskRejectType[TaskRejectType["dismiss"] = 1] = "dismiss";
|
|
34605
34616
|
TaskRejectType[TaskRejectType["now_now"] = 2] = "now_now";
|
|
34606
|
-
})(TaskRejectType
|
|
34617
|
+
})(TaskRejectType || (exports.TaskRejectType = TaskRejectType = {}));
|
|
34607
34618
|
//# sourceMappingURL=task_reject.js.map
|
|
34608
34619
|
|
|
34609
34620
|
/***/ }),
|
|
@@ -34613,12 +34624,12 @@ var TaskRejectType;
|
|
|
34613
34624
|
|
|
34614
34625
|
"use strict";
|
|
34615
34626
|
|
|
34616
|
-
exports
|
|
34627
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34617
34628
|
exports.TaskServiceType = void 0;
|
|
34618
34629
|
var TaskServiceType;
|
|
34619
34630
|
(function (TaskServiceType) {
|
|
34620
34631
|
TaskServiceType["VALIDATE"] = "validate";
|
|
34621
|
-
})(TaskServiceType
|
|
34632
|
+
})(TaskServiceType || (exports.TaskServiceType = TaskServiceType = {}));
|
|
34622
34633
|
//# sourceMappingURL=task_service.js.map
|
|
34623
34634
|
|
|
34624
34635
|
/***/ }),
|
|
@@ -34628,7 +34639,7 @@ var TaskServiceType;
|
|
|
34628
34639
|
|
|
34629
34640
|
"use strict";
|
|
34630
34641
|
|
|
34631
|
-
exports
|
|
34642
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34632
34643
|
//# sourceMappingURL=team_configuration.js.map
|
|
34633
34644
|
|
|
34634
34645
|
/***/ }),
|
|
@@ -34638,7 +34649,7 @@ exports.__esModule = true;
|
|
|
34638
34649
|
|
|
34639
34650
|
"use strict";
|
|
34640
34651
|
|
|
34641
|
-
exports
|
|
34652
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34642
34653
|
//# sourceMappingURL=team_service_zip_codes.js.map
|
|
34643
34654
|
|
|
34644
34655
|
/***/ }),
|
|
@@ -34648,7 +34659,7 @@ exports.__esModule = true;
|
|
|
34648
34659
|
|
|
34649
34660
|
"use strict";
|
|
34650
34661
|
|
|
34651
|
-
exports
|
|
34662
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34652
34663
|
//# sourceMappingURL=teams.js.map
|
|
34653
34664
|
|
|
34654
34665
|
/***/ }),
|
|
@@ -34658,7 +34669,7 @@ exports.__esModule = true;
|
|
|
34658
34669
|
|
|
34659
34670
|
"use strict";
|
|
34660
34671
|
|
|
34661
|
-
exports
|
|
34672
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34662
34673
|
//# sourceMappingURL=template_languages.js.map
|
|
34663
34674
|
|
|
34664
34675
|
/***/ }),
|
|
@@ -34668,7 +34679,7 @@ exports.__esModule = true;
|
|
|
34668
34679
|
|
|
34669
34680
|
"use strict";
|
|
34670
34681
|
|
|
34671
|
-
exports
|
|
34682
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34672
34683
|
//# sourceMappingURL=template_merchants.js.map
|
|
34673
34684
|
|
|
34674
34685
|
/***/ }),
|
|
@@ -34678,24 +34689,25 @@ exports.__esModule = true;
|
|
|
34678
34689
|
|
|
34679
34690
|
"use strict";
|
|
34680
34691
|
|
|
34681
|
-
exports
|
|
34692
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34682
34693
|
exports.TemplateRpcActions = exports.TemplateContentType = exports.TemplateTypeEnum = void 0;
|
|
34683
34694
|
var TemplateTypeEnum;
|
|
34684
34695
|
(function (TemplateTypeEnum) {
|
|
34685
34696
|
TemplateTypeEnum["package_label"] = "package_label";
|
|
34686
34697
|
TemplateTypeEnum["workflow_email"] = "workflow_email";
|
|
34687
|
-
|
|
34698
|
+
TemplateTypeEnum["customer_notification_email"] = "customer_notification_email";
|
|
34699
|
+
})(TemplateTypeEnum || (exports.TemplateTypeEnum = TemplateTypeEnum = {}));
|
|
34688
34700
|
var TemplateContentType;
|
|
34689
34701
|
(function (TemplateContentType) {
|
|
34690
34702
|
TemplateContentType["label/zpl"] = "zpl";
|
|
34691
34703
|
TemplateContentType["text/x-handlebars-template"] = "text/x-handlebars-template";
|
|
34692
34704
|
TemplateContentType["text/html"] = "text/html";
|
|
34693
|
-
})(TemplateContentType
|
|
34705
|
+
})(TemplateContentType || (exports.TemplateContentType = TemplateContentType = {}));
|
|
34694
34706
|
var TemplateRpcActions;
|
|
34695
34707
|
(function (TemplateRpcActions) {
|
|
34696
34708
|
TemplateRpcActions["GENERATE_LABEL"] = "generate:package_label";
|
|
34697
34709
|
TemplateRpcActions["GET_TEMPLATE_DISPLAY_TYPE"] = "get:template_display_type";
|
|
34698
|
-
})(TemplateRpcActions
|
|
34710
|
+
})(TemplateRpcActions || (exports.TemplateRpcActions = TemplateRpcActions = {}));
|
|
34699
34711
|
//# sourceMappingURL=templates.js.map
|
|
34700
34712
|
|
|
34701
34713
|
/***/ }),
|
|
@@ -34705,14 +34717,14 @@ var TemplateRpcActions;
|
|
|
34705
34717
|
|
|
34706
34718
|
"use strict";
|
|
34707
34719
|
|
|
34708
|
-
exports
|
|
34720
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34709
34721
|
exports.TenderNotifyStatus = void 0;
|
|
34710
34722
|
var TenderNotifyStatus;
|
|
34711
34723
|
(function (TenderNotifyStatus) {
|
|
34712
34724
|
TenderNotifyStatus["Tender"] = "tender";
|
|
34713
34725
|
TenderNotifyStatus["Contact"] = "contact";
|
|
34714
34726
|
TenderNotifyStatus["Appointed"] = "appointed";
|
|
34715
|
-
})(TenderNotifyStatus
|
|
34727
|
+
})(TenderNotifyStatus || (exports.TenderNotifyStatus = TenderNotifyStatus = {}));
|
|
34716
34728
|
//# sourceMappingURL=tender_notify.js.map
|
|
34717
34729
|
|
|
34718
34730
|
/***/ }),
|
|
@@ -34722,7 +34734,7 @@ var TenderNotifyStatus;
|
|
|
34722
34734
|
|
|
34723
34735
|
"use strict";
|
|
34724
34736
|
|
|
34725
|
-
exports
|
|
34737
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34726
34738
|
//# sourceMappingURL=twilio_number.js.map
|
|
34727
34739
|
|
|
34728
34740
|
/***/ }),
|
|
@@ -34732,7 +34744,7 @@ exports.__esModule = true;
|
|
|
34732
34744
|
|
|
34733
34745
|
"use strict";
|
|
34734
34746
|
|
|
34735
|
-
exports
|
|
34747
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34736
34748
|
//# sourceMappingURL=upload.js.map
|
|
34737
34749
|
|
|
34738
34750
|
/***/ }),
|
|
@@ -34742,7 +34754,7 @@ exports.__esModule = true;
|
|
|
34742
34754
|
|
|
34743
34755
|
"use strict";
|
|
34744
34756
|
|
|
34745
|
-
exports
|
|
34757
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34746
34758
|
exports.ClusterModeType = void 0;
|
|
34747
34759
|
var ClusterModeType;
|
|
34748
34760
|
(function (ClusterModeType) {
|
|
@@ -34750,7 +34762,7 @@ var ClusterModeType;
|
|
|
34750
34762
|
ClusterModeType[ClusterModeType["InventoryPickup"] = 2] = "InventoryPickup";
|
|
34751
34763
|
ClusterModeType[ClusterModeType["InventoryDropoff"] = 3] = "InventoryDropoff";
|
|
34752
34764
|
ClusterModeType[ClusterModeType["InventoryPickupDropoff"] = 4] = "InventoryPickupDropoff";
|
|
34753
|
-
})(ClusterModeType
|
|
34765
|
+
})(ClusterModeType || (exports.ClusterModeType = ClusterModeType = {}));
|
|
34754
34766
|
//# sourceMappingURL=user_configuration.js.map
|
|
34755
34767
|
|
|
34756
34768
|
/***/ }),
|
|
@@ -34760,7 +34772,7 @@ var ClusterModeType;
|
|
|
34760
34772
|
|
|
34761
34773
|
"use strict";
|
|
34762
34774
|
|
|
34763
|
-
exports
|
|
34775
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34764
34776
|
//# sourceMappingURL=user_realtime_data.js.map
|
|
34765
34777
|
|
|
34766
34778
|
/***/ }),
|
|
@@ -34770,7 +34782,7 @@ exports.__esModule = true;
|
|
|
34770
34782
|
|
|
34771
34783
|
"use strict";
|
|
34772
34784
|
|
|
34773
|
-
exports
|
|
34785
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34774
34786
|
//# sourceMappingURL=user_types.js.map
|
|
34775
34787
|
|
|
34776
34788
|
/***/ }),
|
|
@@ -34780,7 +34792,7 @@ exports.__esModule = true;
|
|
|
34780
34792
|
|
|
34781
34793
|
"use strict";
|
|
34782
34794
|
|
|
34783
|
-
exports
|
|
34795
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34784
34796
|
exports.UserStatus = exports.MobileTypes = exports.ActivityTypes = void 0;
|
|
34785
34797
|
var ActivityTypes;
|
|
34786
34798
|
(function (ActivityTypes) {
|
|
@@ -34791,14 +34803,14 @@ var ActivityTypes;
|
|
|
34791
34803
|
ActivityTypes[ActivityTypes["BICYCLE"] = 4] = "BICYCLE";
|
|
34792
34804
|
ActivityTypes[ActivityTypes["DRIVING"] = 5] = "DRIVING";
|
|
34793
34805
|
ActivityTypes[ActivityTypes["PUBLIC_TRANSPORT"] = 6] = "PUBLIC_TRANSPORT";
|
|
34794
|
-
})(ActivityTypes
|
|
34806
|
+
})(ActivityTypes || (exports.ActivityTypes = ActivityTypes = {}));
|
|
34795
34807
|
var MobileTypes;
|
|
34796
34808
|
(function (MobileTypes) {
|
|
34797
34809
|
MobileTypes[MobileTypes["UNKNOWN"] = 0] = "UNKNOWN";
|
|
34798
34810
|
MobileTypes[MobileTypes["ANDROID"] = 1] = "ANDROID";
|
|
34799
34811
|
MobileTypes[MobileTypes["IOS"] = 2] = "IOS";
|
|
34800
34812
|
MobileTypes[MobileTypes["WINDOWS"] = 3] = "WINDOWS";
|
|
34801
|
-
})(MobileTypes
|
|
34813
|
+
})(MobileTypes || (exports.MobileTypes = MobileTypes = {}));
|
|
34802
34814
|
var UserStatus;
|
|
34803
34815
|
(function (UserStatus) {
|
|
34804
34816
|
UserStatus["FREE"] = "Free";
|
|
@@ -34808,7 +34820,7 @@ var UserStatus;
|
|
|
34808
34820
|
UserStatus["LATE"] = "Late";
|
|
34809
34821
|
UserStatus["ACCEPTED"] = "Accepted";
|
|
34810
34822
|
UserStatus["ON_BREAK"] = "On-Break";
|
|
34811
|
-
})(UserStatus
|
|
34823
|
+
})(UserStatus || (exports.UserStatus = UserStatus = {}));
|
|
34812
34824
|
//# sourceMappingURL=users.js.map
|
|
34813
34825
|
|
|
34814
34826
|
/***/ }),
|
|
@@ -34818,7 +34830,7 @@ var UserStatus;
|
|
|
34818
34830
|
|
|
34819
34831
|
"use strict";
|
|
34820
34832
|
|
|
34821
|
-
exports
|
|
34833
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34822
34834
|
//# sourceMappingURL=vehicle.js.map
|
|
34823
34835
|
|
|
34824
34836
|
/***/ }),
|
|
@@ -34828,7 +34840,7 @@ exports.__esModule = true;
|
|
|
34828
34840
|
|
|
34829
34841
|
"use strict";
|
|
34830
34842
|
|
|
34831
|
-
exports
|
|
34843
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34832
34844
|
//# sourceMappingURL=vehicle_category.js.map
|
|
34833
34845
|
|
|
34834
34846
|
/***/ }),
|
|
@@ -34838,14 +34850,14 @@ exports.__esModule = true;
|
|
|
34838
34850
|
|
|
34839
34851
|
"use strict";
|
|
34840
34852
|
|
|
34841
|
-
exports
|
|
34853
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34842
34854
|
exports.InternalVehicleCategory = void 0;
|
|
34843
34855
|
var InternalVehicleCategory;
|
|
34844
34856
|
(function (InternalVehicleCategory) {
|
|
34845
34857
|
InternalVehicleCategory[InternalVehicleCategory["Bicycle"] = 0] = "Bicycle";
|
|
34846
34858
|
InternalVehicleCategory[InternalVehicleCategory["Car"] = 1] = "Car";
|
|
34847
34859
|
InternalVehicleCategory[InternalVehicleCategory["Truck"] = 2] = "Truck";
|
|
34848
|
-
})(InternalVehicleCategory
|
|
34860
|
+
})(InternalVehicleCategory || (exports.InternalVehicleCategory = InternalVehicleCategory = {}));
|
|
34849
34861
|
//# sourceMappingURL=vehicle_type.js.map
|
|
34850
34862
|
|
|
34851
34863
|
/***/ }),
|
|
@@ -34855,7 +34867,7 @@ var InternalVehicleCategory;
|
|
|
34855
34867
|
|
|
34856
34868
|
"use strict";
|
|
34857
34869
|
|
|
34858
|
-
exports
|
|
34870
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34859
34871
|
//# sourceMappingURL=web_application_configuration.js.map
|
|
34860
34872
|
|
|
34861
34873
|
/***/ }),
|
|
@@ -34865,35 +34877,35 @@ exports.__esModule = true;
|
|
|
34865
34877
|
|
|
34866
34878
|
"use strict";
|
|
34867
34879
|
|
|
34868
|
-
exports
|
|
34880
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34869
34881
|
exports.OAuth2RequestType = exports.JWTTokenEncoding = exports.JWTAlgorithm = exports.AuthorizationType = exports.AuthenticationMethod = void 0;
|
|
34870
34882
|
var AuthenticationMethod;
|
|
34871
34883
|
(function (AuthenticationMethod) {
|
|
34872
34884
|
AuthenticationMethod[AuthenticationMethod["WEBHOOKS"] = 0] = "WEBHOOKS";
|
|
34873
34885
|
AuthenticationMethod[AuthenticationMethod["API"] = 1] = "API";
|
|
34874
|
-
})(AuthenticationMethod
|
|
34886
|
+
})(AuthenticationMethod || (exports.AuthenticationMethod = AuthenticationMethod = {}));
|
|
34875
34887
|
var AuthorizationType;
|
|
34876
34888
|
(function (AuthorizationType) {
|
|
34877
34889
|
AuthorizationType[AuthorizationType["JWT_TOKEN"] = 0] = "JWT_TOKEN";
|
|
34878
34890
|
AuthorizationType[AuthorizationType["OAUTH2"] = 1] = "OAUTH2";
|
|
34879
34891
|
AuthorizationType[AuthorizationType["STATIC_HEADER"] = 2] = "STATIC_HEADER";
|
|
34880
|
-
})(AuthorizationType
|
|
34892
|
+
})(AuthorizationType || (exports.AuthorizationType = AuthorizationType = {}));
|
|
34881
34893
|
var JWTAlgorithm;
|
|
34882
34894
|
(function (JWTAlgorithm) {
|
|
34883
34895
|
JWTAlgorithm["HS256"] = "HS256";
|
|
34884
34896
|
JWTAlgorithm["HS512"] = "HS512";
|
|
34885
|
-
})(JWTAlgorithm
|
|
34897
|
+
})(JWTAlgorithm || (exports.JWTAlgorithm = JWTAlgorithm = {}));
|
|
34886
34898
|
var JWTTokenEncoding;
|
|
34887
34899
|
(function (JWTTokenEncoding) {
|
|
34888
34900
|
JWTTokenEncoding[JWTTokenEncoding["BASE64"] = 0] = "BASE64";
|
|
34889
34901
|
JWTTokenEncoding[JWTTokenEncoding["NONE"] = 1] = "NONE";
|
|
34890
|
-
})(JWTTokenEncoding
|
|
34902
|
+
})(JWTTokenEncoding || (exports.JWTTokenEncoding = JWTTokenEncoding = {}));
|
|
34891
34903
|
var OAuth2RequestType;
|
|
34892
34904
|
(function (OAuth2RequestType) {
|
|
34893
34905
|
OAuth2RequestType[OAuth2RequestType["FORM"] = 0] = "FORM";
|
|
34894
34906
|
OAuth2RequestType[OAuth2RequestType["JSON"] = 1] = "JSON";
|
|
34895
34907
|
OAuth2RequestType[OAuth2RequestType["QUERY_STRING"] = 2] = "QUERY_STRING";
|
|
34896
|
-
})(OAuth2RequestType
|
|
34908
|
+
})(OAuth2RequestType || (exports.OAuth2RequestType = OAuth2RequestType = {}));
|
|
34897
34909
|
//# sourceMappingURL=webhook_authentication_configuration.js.map
|
|
34898
34910
|
|
|
34899
34911
|
/***/ }),
|
|
@@ -34903,7 +34915,7 @@ var OAuth2RequestType;
|
|
|
34903
34915
|
|
|
34904
34916
|
"use strict";
|
|
34905
34917
|
|
|
34906
|
-
exports
|
|
34918
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34907
34919
|
//# sourceMappingURL=webhooks.js.map
|
|
34908
34920
|
|
|
34909
34921
|
/***/ }),
|
|
@@ -34913,14 +34925,14 @@ exports.__esModule = true;
|
|
|
34913
34925
|
|
|
34914
34926
|
"use strict";
|
|
34915
34927
|
|
|
34916
|
-
exports
|
|
34928
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34917
34929
|
exports.Plan = void 0;
|
|
34918
34930
|
var Plan;
|
|
34919
34931
|
(function (Plan) {
|
|
34920
34932
|
Plan[Plan["Simple"] = 0] = "Simple";
|
|
34921
34933
|
Plan[Plan["Advanced"] = 1] = "Advanced";
|
|
34922
34934
|
Plan[Plan["Full"] = 2] = "Full";
|
|
34923
|
-
})(Plan
|
|
34935
|
+
})(Plan || (exports.Plan = Plan = {}));
|
|
34924
34936
|
//# sourceMappingURL=webhooks_configuration.js.map
|
|
34925
34937
|
|
|
34926
34938
|
/***/ }),
|
|
@@ -34930,7 +34942,7 @@ var Plan;
|
|
|
34930
34942
|
|
|
34931
34943
|
"use strict";
|
|
34932
34944
|
|
|
34933
|
-
exports
|
|
34945
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34934
34946
|
//# sourceMappingURL=widget.js.map
|
|
34935
34947
|
|
|
34936
34948
|
/***/ }),
|
|
@@ -34940,14 +34952,14 @@ exports.__esModule = true;
|
|
|
34940
34952
|
|
|
34941
34953
|
"use strict";
|
|
34942
34954
|
|
|
34943
|
-
exports
|
|
34955
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34944
34956
|
exports.ExclusionType = void 0;
|
|
34945
34957
|
var ExclusionType;
|
|
34946
34958
|
(function (ExclusionType) {
|
|
34947
34959
|
ExclusionType[ExclusionType["ALL"] = 0] = "ALL";
|
|
34948
34960
|
ExclusionType[ExclusionType["RECURREING_ORDERS"] = 1] = "RECURREING_ORDERS";
|
|
34949
34961
|
ExclusionType[ExclusionType["NON_RECURREING_ORDERS"] = 2] = "NON_RECURREING_ORDERS";
|
|
34950
|
-
})(ExclusionType
|
|
34962
|
+
})(ExclusionType || (exports.ExclusionType = ExclusionType = {}));
|
|
34951
34963
|
//# sourceMappingURL=windows.js.map
|
|
34952
34964
|
|
|
34953
34965
|
/***/ }),
|
|
@@ -34957,7 +34969,7 @@ var ExclusionType;
|
|
|
34957
34969
|
|
|
34958
34970
|
"use strict";
|
|
34959
34971
|
|
|
34960
|
-
exports
|
|
34972
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34961
34973
|
var action_1 = __webpack_require__(82285);
|
|
34962
34974
|
//# sourceMappingURL=alert-action-types.js.map
|
|
34963
34975
|
|
|
@@ -34968,20 +34980,20 @@ var action_1 = __webpack_require__(82285);
|
|
|
34968
34980
|
|
|
34969
34981
|
"use strict";
|
|
34970
34982
|
|
|
34971
|
-
exports
|
|
34983
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
34972
34984
|
exports.ManualTriggerParamDataType = exports.Views = exports.StringOperator = exports.NumericOperator = exports.TriggerParamsValueType = exports.TimeTriggerUnitOfTime = exports.AlertSeverity = void 0;
|
|
34973
34985
|
var AlertSeverity;
|
|
34974
34986
|
(function (AlertSeverity) {
|
|
34975
34987
|
AlertSeverity[AlertSeverity["Low"] = 1] = "Low";
|
|
34976
34988
|
AlertSeverity[AlertSeverity["Medium"] = 2] = "Medium";
|
|
34977
34989
|
AlertSeverity[AlertSeverity["High"] = 3] = "High";
|
|
34978
|
-
})(AlertSeverity
|
|
34990
|
+
})(AlertSeverity || (exports.AlertSeverity = AlertSeverity = {}));
|
|
34979
34991
|
var TimeTriggerUnitOfTime;
|
|
34980
34992
|
(function (TimeTriggerUnitOfTime) {
|
|
34981
34993
|
TimeTriggerUnitOfTime["MINUTES"] = "minutes";
|
|
34982
34994
|
TimeTriggerUnitOfTime["HOURS"] = "hours";
|
|
34983
34995
|
TimeTriggerUnitOfTime["DAYS"] = "days";
|
|
34984
|
-
})(TimeTriggerUnitOfTime
|
|
34996
|
+
})(TimeTriggerUnitOfTime || (exports.TimeTriggerUnitOfTime = TimeTriggerUnitOfTime = {}));
|
|
34985
34997
|
var TriggerParamsValueType;
|
|
34986
34998
|
(function (TriggerParamsValueType) {
|
|
34987
34999
|
TriggerParamsValueType["ChangedTo"] = "ChangedTo";
|
|
@@ -34989,7 +35001,7 @@ var TriggerParamsValueType;
|
|
|
34989
35001
|
TriggerParamsValueType["Changed"] = "Changed";
|
|
34990
35002
|
TriggerParamsValueType["Added"] = "Added";
|
|
34991
35003
|
TriggerParamsValueType["Removed"] = "Removed";
|
|
34992
|
-
})(TriggerParamsValueType
|
|
35004
|
+
})(TriggerParamsValueType || (exports.TriggerParamsValueType = TriggerParamsValueType = {}));
|
|
34993
35005
|
var NumericOperator;
|
|
34994
35006
|
(function (NumericOperator) {
|
|
34995
35007
|
NumericOperator["LESS_THAN"] = "LESS_THAN";
|
|
@@ -34998,18 +35010,18 @@ var NumericOperator;
|
|
|
34998
35010
|
NumericOperator["GREATER_THAN_OR_EQUALS"] = "GREATER_THAN_OR_EQUALS";
|
|
34999
35011
|
NumericOperator["EQUALS"] = "EQUALS";
|
|
35000
35012
|
NumericOperator["NOT_EQUALS"] = "NOT_EQUALS";
|
|
35001
|
-
})(NumericOperator
|
|
35013
|
+
})(NumericOperator || (exports.NumericOperator = NumericOperator = {}));
|
|
35002
35014
|
var StringOperator;
|
|
35003
35015
|
(function (StringOperator) {
|
|
35004
35016
|
StringOperator["EQUALS"] = "EQUALS";
|
|
35005
35017
|
StringOperator["NOT_EQUALS"] = "NOT_EQUALS";
|
|
35006
35018
|
StringOperator["INCLUDE"] = "INCLUDE";
|
|
35007
35019
|
StringOperator["EXCLUDE"] = "EXCLUDE";
|
|
35008
|
-
})(StringOperator
|
|
35020
|
+
})(StringOperator || (exports.StringOperator = StringOperator = {}));
|
|
35009
35021
|
var Views;
|
|
35010
35022
|
(function (Views) {
|
|
35011
35023
|
Views["Fleet"] = "FLEET";
|
|
35012
|
-
})(Views
|
|
35024
|
+
})(Views || (exports.Views = Views = {}));
|
|
35013
35025
|
var ManualTriggerParamDataType;
|
|
35014
35026
|
(function (ManualTriggerParamDataType) {
|
|
35015
35027
|
ManualTriggerParamDataType["BOOLEAN"] = "boolean";
|
|
@@ -35017,7 +35029,7 @@ var ManualTriggerParamDataType;
|
|
|
35017
35029
|
ManualTriggerParamDataType["NUMBER"] = "number";
|
|
35018
35030
|
ManualTriggerParamDataType["DATE"] = "date";
|
|
35019
35031
|
ManualTriggerParamDataType["TIME"] = "time";
|
|
35020
|
-
})(ManualTriggerParamDataType
|
|
35032
|
+
})(ManualTriggerParamDataType || (exports.ManualTriggerParamDataType = ManualTriggerParamDataType = {}));
|
|
35021
35033
|
//# sourceMappingURL=alerts_configuration.js.map
|
|
35022
35034
|
|
|
35023
35035
|
/***/ }),
|
|
@@ -35027,7 +35039,7 @@ var ManualTriggerParamDataType;
|
|
|
35027
35039
|
|
|
35028
35040
|
"use strict";
|
|
35029
35041
|
|
|
35030
|
-
exports
|
|
35042
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35031
35043
|
var action_1 = __webpack_require__(82285);
|
|
35032
35044
|
//# sourceMappingURL=calculate_availability_state_types.js.map
|
|
35033
35045
|
|
|
@@ -35038,7 +35050,7 @@ var action_1 = __webpack_require__(82285);
|
|
|
35038
35050
|
|
|
35039
35051
|
"use strict";
|
|
35040
35052
|
|
|
35041
|
-
exports
|
|
35053
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35042
35054
|
var action_1 = __webpack_require__(82285);
|
|
35043
35055
|
//# sourceMappingURL=cancel_task_types.js.map
|
|
35044
35056
|
|
|
@@ -35049,7 +35061,7 @@ var action_1 = __webpack_require__(82285);
|
|
|
35049
35061
|
|
|
35050
35062
|
"use strict";
|
|
35051
35063
|
|
|
35052
|
-
exports
|
|
35064
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35053
35065
|
var action_1 = __webpack_require__(82285);
|
|
35054
35066
|
//# sourceMappingURL=email_shared_location.js.map
|
|
35055
35067
|
|
|
@@ -35060,7 +35072,7 @@ var action_1 = __webpack_require__(82285);
|
|
|
35060
35072
|
|
|
35061
35073
|
"use strict";
|
|
35062
35074
|
|
|
35063
|
-
exports
|
|
35075
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35064
35076
|
var action_1 = __webpack_require__(82285);
|
|
35065
35077
|
//# sourceMappingURL=generic-action-types.js.map
|
|
35066
35078
|
|
|
@@ -35085,7 +35097,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
35085
35097
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
35086
35098
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
35087
35099
|
};
|
|
35088
|
-
exports
|
|
35100
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35089
35101
|
__exportStar(__webpack_require__(47085), exports);
|
|
35090
35102
|
__exportStar(__webpack_require__(97390), exports);
|
|
35091
35103
|
__exportStar(__webpack_require__(99848), exports);
|
|
@@ -35108,7 +35120,7 @@ __exportStar(__webpack_require__(50222), exports);
|
|
|
35108
35120
|
|
|
35109
35121
|
"use strict";
|
|
35110
35122
|
|
|
35111
|
-
exports
|
|
35123
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35112
35124
|
var action_1 = __webpack_require__(82285);
|
|
35113
35125
|
//# sourceMappingURL=narrow_actionable_wp_types.js.map
|
|
35114
35126
|
|
|
@@ -35119,7 +35131,7 @@ var action_1 = __webpack_require__(82285);
|
|
|
35119
35131
|
|
|
35120
35132
|
"use strict";
|
|
35121
35133
|
|
|
35122
|
-
exports
|
|
35134
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35123
35135
|
var action_1 = __webpack_require__(82285);
|
|
35124
35136
|
//# sourceMappingURL=optimization_types.js.map
|
|
35125
35137
|
|
|
@@ -35130,7 +35142,7 @@ var action_1 = __webpack_require__(82285);
|
|
|
35130
35142
|
|
|
35131
35143
|
"use strict";
|
|
35132
35144
|
|
|
35133
|
-
exports
|
|
35145
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35134
35146
|
exports.DisplayFact = exports.RuleRequestType = exports.FactType = exports.Entity = exports.RuleCategory = exports.ArrayType = exports.RuleCompareOperator = exports.AttributeDatatype = void 0;
|
|
35135
35147
|
var AttributeDatatype;
|
|
35136
35148
|
(function (AttributeDatatype) {
|
|
@@ -35143,7 +35155,7 @@ var AttributeDatatype;
|
|
|
35143
35155
|
AttributeDatatype["NumberArray"] = "number-array";
|
|
35144
35156
|
AttributeDatatype["BooleanArray"] = "boolean-array";
|
|
35145
35157
|
AttributeDatatype["DatetimeArray"] = "datetime-array";
|
|
35146
|
-
})(AttributeDatatype
|
|
35158
|
+
})(AttributeDatatype || (exports.AttributeDatatype = AttributeDatatype = {}));
|
|
35147
35159
|
var RuleCompareOperator;
|
|
35148
35160
|
(function (RuleCompareOperator) {
|
|
35149
35161
|
RuleCompareOperator["EQUALS"] = "EQUALS";
|
|
@@ -35186,25 +35198,25 @@ var RuleCompareOperator;
|
|
|
35186
35198
|
RuleCompareOperator["ARRAY_ELEMENT_ENDS_WITH"] = "ARRAY_ELEMENT_ENDS_WITH";
|
|
35187
35199
|
RuleCompareOperator["NOT_ENDS_WITH"] = "NOT_ENDS_WITH";
|
|
35188
35200
|
RuleCompareOperator["ARRAY_ELEMENT_NOT_ENDS_WITH"] = "ARRAY_ELEMENT_NOT_ENDS_WITH";
|
|
35189
|
-
})(RuleCompareOperator
|
|
35201
|
+
})(RuleCompareOperator || (exports.RuleCompareOperator = RuleCompareOperator = {}));
|
|
35190
35202
|
var ArrayType;
|
|
35191
35203
|
(function (ArrayType) {
|
|
35192
35204
|
ArrayType["ANY"] = "any";
|
|
35193
35205
|
ArrayType["ALL"] = "all";
|
|
35194
|
-
})(ArrayType
|
|
35206
|
+
})(ArrayType || (exports.ArrayType = ArrayType = {}));
|
|
35195
35207
|
var RuleCategory;
|
|
35196
35208
|
(function (RuleCategory) {
|
|
35197
35209
|
RuleCategory[RuleCategory["FleetRouter"] = 0] = "FleetRouter";
|
|
35198
35210
|
RuleCategory[RuleCategory["Alert"] = 1] = "Alert";
|
|
35199
35211
|
RuleCategory[RuleCategory["Rate"] = 2] = "Rate";
|
|
35200
35212
|
RuleCategory[RuleCategory["Workflow"] = 3] = "Workflow";
|
|
35201
|
-
})(RuleCategory
|
|
35213
|
+
})(RuleCategory || (exports.RuleCategory = RuleCategory = {}));
|
|
35202
35214
|
var Entity;
|
|
35203
35215
|
(function (Entity) {
|
|
35204
35216
|
Entity["Fleet"] = "fleet";
|
|
35205
35217
|
Entity["DeliveryProvider"] = "delivery_provider";
|
|
35206
35218
|
Entity["Action"] = "action";
|
|
35207
|
-
})(Entity
|
|
35219
|
+
})(Entity || (exports.Entity = Entity = {}));
|
|
35208
35220
|
var FactType;
|
|
35209
35221
|
(function (FactType) {
|
|
35210
35222
|
FactType["Task"] = "task";
|
|
@@ -35214,18 +35226,18 @@ var FactType;
|
|
|
35214
35226
|
FactType["Rate"] = "rate";
|
|
35215
35227
|
FactType["User"] = "user";
|
|
35216
35228
|
FactType["DeliveryBlock"] = "delivery_block";
|
|
35217
|
-
})(FactType
|
|
35229
|
+
})(FactType || (exports.FactType = FactType = {}));
|
|
35218
35230
|
var RuleRequestType;
|
|
35219
35231
|
(function (RuleRequestType) {
|
|
35220
35232
|
RuleRequestType["Evaluate"] = "rule:evaluate";
|
|
35221
|
-
})(RuleRequestType
|
|
35233
|
+
})(RuleRequestType || (exports.RuleRequestType = RuleRequestType = {}));
|
|
35222
35234
|
var DisplayFact;
|
|
35223
35235
|
(function (DisplayFact) {
|
|
35224
35236
|
DisplayFact["Task"] = "task";
|
|
35225
35237
|
DisplayFact["QueryTask"] = "query_task";
|
|
35226
35238
|
DisplayFact["User"] = "user";
|
|
35227
35239
|
DisplayFact["DeliveryBlock"] = "delivery_block";
|
|
35228
|
-
})(DisplayFact
|
|
35240
|
+
})(DisplayFact || (exports.DisplayFact = DisplayFact = {}));
|
|
35229
35241
|
//# sourceMappingURL=rule_types.js.map
|
|
35230
35242
|
|
|
35231
35243
|
/***/ }),
|
|
@@ -35235,7 +35247,7 @@ var DisplayFact;
|
|
|
35235
35247
|
|
|
35236
35248
|
"use strict";
|
|
35237
35249
|
|
|
35238
|
-
exports
|
|
35250
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35239
35251
|
var action_1 = __webpack_require__(82285);
|
|
35240
35252
|
//# sourceMappingURL=share_location_types.js.map
|
|
35241
35253
|
|
|
@@ -35246,19 +35258,19 @@ var action_1 = __webpack_require__(82285);
|
|
|
35246
35258
|
|
|
35247
35259
|
"use strict";
|
|
35248
35260
|
|
|
35249
|
-
exports
|
|
35261
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35250
35262
|
exports.MathOperator = exports.ChangeType = void 0;
|
|
35251
35263
|
var action_1 = __webpack_require__(82285);
|
|
35252
35264
|
var ChangeType;
|
|
35253
35265
|
(function (ChangeType) {
|
|
35254
35266
|
ChangeType["SPECIFIC_VALUE"] = "specific";
|
|
35255
35267
|
ChangeType["RELATIVE_VALUE"] = "relative";
|
|
35256
|
-
})(ChangeType
|
|
35268
|
+
})(ChangeType || (exports.ChangeType = ChangeType = {}));
|
|
35257
35269
|
var MathOperator;
|
|
35258
35270
|
(function (MathOperator) {
|
|
35259
35271
|
MathOperator["ADDITION"] = "addition";
|
|
35260
35272
|
MathOperator["SUBTRACTION"] = "subtraction";
|
|
35261
|
-
})(MathOperator
|
|
35273
|
+
})(MathOperator || (exports.MathOperator = MathOperator = {}));
|
|
35262
35274
|
//# sourceMappingURL=update_entity_types.js.map
|
|
35263
35275
|
|
|
35264
35276
|
/***/ }),
|
|
@@ -35268,7 +35280,7 @@ var MathOperator;
|
|
|
35268
35280
|
|
|
35269
35281
|
"use strict";
|
|
35270
35282
|
|
|
35271
|
-
exports
|
|
35283
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35272
35284
|
var action_1 = __webpack_require__(82285);
|
|
35273
35285
|
//# sourceMappingURL=webhook_types.js.map
|
|
35274
35286
|
|
|
@@ -35279,7 +35291,7 @@ var action_1 = __webpack_require__(82285);
|
|
|
35279
35291
|
|
|
35280
35292
|
"use strict";
|
|
35281
35293
|
|
|
35282
|
-
exports
|
|
35294
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35283
35295
|
//# sourceMappingURL=workflow-template-strings.js.map
|
|
35284
35296
|
|
|
35285
35297
|
/***/ }),
|