export const benItems = [ "19010003", "19010001", "19010002", "19010005" ]; export const historyBenField = [ "create_by", "create_dt", "update_by", "update_dt", "id" ] export const HourList = ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23']; export const MinuteList = [ '00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '54', '55', '56', '57', '58', '59', ]; export const months = ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12']; export const caliumRequestInitData = { dept: '', count: 0, content: '', } export const ORDER_OPTIONS = { asc: [ { value: 'ASC', label: '오름차순' }, { value: 'DESC', label: '내림차순' } ], desc: [ { value: 'DESC', label: '내림차순' }, { value: 'ASC', label: '오름차순' } ], }; export const PAGE_SIZE_OPTIONS = { default: [ { value: '50', label: '50개' }, { value: '100', label: '100개' } ], B: [ { value: '500', label: '500개' }, { value: '1000', label: '1000개' }, { value: '5000', label: '5000개' }, { value: '10000', label: '10000개' } ], }; export const STATUS_STYLES = { COMPLETE: { background: '#58AB62', color: 'white' }, EXPIRATION: { background: '#58AB62', color: 'white' }, WAIT: { background: '#FAAD14', color: 'black' }, FAIL: { background: '#ff4d4f', color: 'white' }, FINISH: { background: '#D9D9D9', color: 'black' }, REJECT: { background: '#ff4d4f', color: 'white' }, CANCEL: { background: '#ff4d4f', color: 'white' }, RESV_START: { background: '#58AB62', color: 'white' }, AUCTION_START: { background: '#4287f5', color: 'white' }, INPROGRESS: { background: '#4287f5', color: 'white' }, AUCTION_END: { background: '#A37FB8', color: 'white' }, END: { background: '#A37FB8', color: 'white' }, REGISTER: { background: '#FAAD14', color: 'black' }, STOP: { background: '#FFB59B', color: 'white' }, DELETE: { background: '#FFB59B', color: 'white' }, RUNNING: { background: '#4287f5', color: 'white' }, }; export const FieldLabels = { // DynamoDB 필드 'attribFieldName': '속성 명', 'pk': '파티션 키', 'sk': '정렬 키', 'DocType': '문서 타입', 'CreatedDateTime': '생성 일시', 'UpdatedDateTime': '수정 일시', 'DeletedDateTime': '삭제 일시', 'RestoredDateTime': '복원 일시', 'INSERT': '등록', 'UPDATE': '수정', 'DELETE': '삭제', //기본 'id': 'ID', 'userId': '사용자 ID', 'userIP': '사용자 IP', 'timestamp': '타임스탬프', 'message': '메시지', 'tranId': '트랜잭션 ID', 'group_id': '그룹 ID', 'update_dt': '수정 일시', 'updateDt': '수정 일시', 'update_by': '수정자', 'create_dt': '생성 일시', 'createDt': '생성 일시', 'create_by': '생성자', 'status': '상태', 'deleted': '삭제 여부', // 이벤트 필드 관련 'eventId': '이벤트 ID', 'eventName': '이벤트 명', 'repeatType': '반복 타입', 'eventOperationTime': '운영 시간(초)', 'eventStartDt': '시작 시간', 'eventEndDt': '종료 시간', 'roundTime': '라운드 시간(초)', 'roundCount': '라운드 수', 'hotTime': '핫타임', 'configId': '설정 ID', 'rewardGroupId': '보상 그룹 ID', 'attrib_type': '속성 타입', 'event_id': '이벤트 ID', 'is_active': '활성화 여부', 'start_day': '시작일', 'start_hour': '시작 시간', 'start_min': '시작 분', 'end_date': '종료 일시', 'instance_id': '인스턴스 ID', 'once_period_type': '주기 타입', 'day_of_week_type': '요일 타입', 'ffa_config_data_id': 'FFA 설정 ID', 'ffa_reward_group_id': 'FFA 보상 그룹 ID', 'ffa_hot_time': 'FFA 핫타임', 'round_count': '라운드 수', //dictionary 'max_count': '최대 보유 가능 수량', 'stack_max_count': '최대 스택 가능 수량', 'expire_type': '아이템 만료 타입', 'expire_start_dt': '만료 시작 시간', 'expire_end_dt': '만료 종료 시간', 'expire_time_sec': '만료 시간 연장 여부', 'user_tradable': '유저 간 거래 가능 여부', 'system_tradable': '상점에서 판매 가능 여부', 'throwable': '버리기 가능 여부', 'cart_buy': '상점에서 구매 가능 여부', 'rarity': '희귀도', 'default_attrib': '기본 속성', 'attrib_random_group': '랜덤 그룹', 'item_set': '아이템 세트', 'buff': '아이템 사용 시 획득 버프', 'dress_slot_type': '착용 부위', 'product_link': '제품 URL', 'prop_small_type': '제작 아이템 그룹', 'gacha_group_id': '랜덤박스 그룹 ID', 'ugq_action': 'UGQ 사용 가능 여부', 'linked_land': '연결된 랜드 ID', }; export const historyTables = { userBlock: 'black_list', landAuction: 'land_auction', landOwnerChange: 'land_ownership_changes', event: 'event', mail: 'mail', notice: 'notice', battleEvent: 'battle_event', caliumRequest: 'calium_request', menuBanner: 'menu_banner', }