lml-main
Version:
This is now a mono repository published into many standalone packages.
46 lines • 990 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.mockJob = function (refId) { return ({
refId: refId,
jobNumber: '123456',
label: {
label: 'T1',
},
deleted: false,
createdAt: '',
completeBy: '',
pickupBy: '',
readyAt: '',
vehicleType: '',
instructions: '',
customer: {
accountNumber: '123',
refId: refId,
serviceLevel: 'GOLD',
name: 'Bruno Pussington',
phone: '123',
},
manualAllocationOnly: false,
stops: [],
currentTag: {
courier: {
refId: refId,
},
callSign: 'BRUNO',
},
}); };
exports.mockIncident = function (incidentId) { return ({
incidentId: incidentId,
timestamp: '',
updatedAt: '',
impact: {
code: '111',
description: 'bad',
},
reason: {
code: '111',
description: 'bad',
},
user: 'BRUNO',
}); };
//# sourceMappingURL=data.js.map