UNPKG

event-booking-api

Version:

Package for easy access to Event App API

13 lines (12 loc) 554 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CURRENCY_TYPE = exports.CURRENCY = exports.EVENT_TYPE = exports.TICKET_ATTENDEE_TYPE = exports.TICKET_VISIBILITY = exports.BOOLEAN_TYPE = void 0; exports.BOOLEAN_TYPE = [0, 1]; exports.TICKET_VISIBILITY = ["public", "private", "event"]; exports.TICKET_ATTENDEE_TYPE = ["sp", "del", "ex"]; exports.EVENT_TYPE = ["hybrid", "virtual", "onsite"]; exports.CURRENCY = { EUR: "EUR", USD: "USD", }; exports.CURRENCY_TYPE = [exports.CURRENCY.EUR, exports.CURRENCY.USD];