UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

53 lines 1.48 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COURIER_ACTION_FLOW = { ALLOCATED: [ { label: 'JOB ACCEPTED', actionType: 'ACCEPTED', image: require('../assets/courier_accepted.png'), }, { label: 'JOB REJECTED', actionType: 'REJECTED', image: require('../assets/courier_rejected.png'), }, ], ACCEPTED: [ { label: 'ARRIVED COLLECTION', actionType: 'ARRIVED_AT', stopType: 'collection', image: require('../assets/arrived_collection.png'), }, ], ARRIVED_AT: { collection: [ { label: 'COLLECTED', actionType: 'STOP_MADE', image: require('../assets/collected.png'), stopType: 'collection', }, ], delivery: [ { label: 'DELIVERED', actionType: 'STOP_MADE', image: require('../assets/delivered.png'), stopType: 'delivery', }, ], }, STOP_MADE: { collection: [ { label: 'ARRIVED DELIVERY', actionType: 'ARRIVED_AT', image: require('../assets/arrived_delivery.png'), stopType: 'delivery', }, ], } }; //# sourceMappingURL=courier-actions.js.map