UNPKG

@enable-tech/shared-types

Version:

This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.

33 lines 933 B
export declare enum E_ShipmentStatus { PACKING = "packing", PACKED = "packed", SHIPPED = "shipped", AWAITING = "awaiting", DELIVERING = "delivering", DELIVERED = "delivered", CANCELED = "canceled" } export declare enum E_ShipmentModuleMode { SET_CONSIGNOR = "setConsignor", UPDATE_CUSTOMER_INFO = "updateCustomerInfo", CREATE_DELIVERY_ORDER = "createDeliveryOrder" } export declare enum E_DeliveriesModuleMode { SET_DRIVER = "setDriver" } export declare enum E_DeliveryOrderDropOff { CUSTOMER = "customer", DISTRIBUTION_CENTER = "distribution_center" } export declare enum E_DeliveryOrderStatus { PENDING = "pending", ASSIGNED = "assigned", IN_PROGRESS = "in_progress", COMPLETED = "completed" } export declare enum E_TransportProgress { PICKING_UP = "picking_up", PICKED_UP = "picked_up", DELIVERING = "delivering" } //# sourceMappingURL=index.d.ts.map