@sildeswj/common-libraries
Version:
This is common libraries used for all refeed projects
28 lines • 809 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.COUNTRY_CODES = exports.BUYER_COLLECTION_ORDER_STATUS = exports.COUNTRY_TIME_ZONES = exports.COLLECTION_ORDER_MEASURE_OPTIONS = exports.DEFAULT_TIMEZONE = exports.CAN_WEIGHT_KG = void 0;
exports.CAN_WEIGHT_KG = 16.5;
exports.DEFAULT_TIMEZONE = 'UTC';
exports.COLLECTION_ORDER_MEASURE_OPTIONS = {
KG: 'kg',
CAN: 'can',
PHOTO: 'photo',
};
exports.COUNTRY_TIME_ZONES = {
KR: 'Asia/Seoul',
VN: 'Asia/Ho_Chi_Minh',
US: 'America/New_York',
};
exports.BUYER_COLLECTION_ORDER_STATUS = {
ACTIVE: 'active',
DELETED: 'deleted',
RETURNED: 'returned',
PRINTED: 'printed',
};
exports.COUNTRY_CODES = {
KR: 'KR',
US: 'US',
JP: 'JP',
VN: 'VN',
};
//# sourceMappingURL=constants.js.map