const SELECT = {
IP: 'ip',
TYPE: 'type',
IS_EU: 'is_eu',
CONTINENT: {
NAME: 'continent.name',
CODE: 'continent.code',
GEONAME_ID: 'continent.geoname_id',
COUNTRY: {
NAME: 'continent.country.name',
CODE: 'continent.country.code',
GEONAME_ID: 'continent.country.geoname_id',
PHONE_CODE: 'continent.country.phone_code',
CAPITAL: 'continent.country.capital',
TLD: 'continent.country.tld',
SUBDIVISION: {
NAME: 'continent.country.subdivision.name',
CODE: 'continent.country.subdivision.code'
},
CITY: {
NAME: 'continent.country.city.name',
GEONAME_ID: 'continent.country.city.geoname_id',
LATITUDE: 'continent.country.city.latitude',
LONGITUDE: 'continent.country.city.longitude',
ACCURACY_RADIUS: 'continent.country.city.accuracy_radius',
METRO_CODE: 'continent.country.city.metro_code',
POSTAL_CODE: 'continent.country.city.postal_code',
TIMEZONE: {
NAME: 'continent.country.city.timezone.name',
TIME_NOW: 'continent.country.city.timezone.time_now'
}
},
FLAG: {
IMG: 'continent.country.flag.img',
EMOJI: 'continent.country.flag.emoji',
EMOJI_UNICODE: 'continent.country.flag.emoji_unicode'
},
CURRENCY: {
NAME: 'continent.country.currency.name',
CODE: 'continent.country.currency.code',
SYMBOL: 'continent.country.currency.symbol'
}
}
},
REGISTERED_COUNTRY: {
NAME: 'registered_country.name',
CODE: 'registered_country.code',
GEONAME_ID: 'registered_country.geoname_id'
},
ASN: {
NUMBER: 'asn.number',
NAME: 'asn.name'
},
COMPLETION_TIME: {
MILISECONDS: 'completion_time.miliseconds',
SECONDS: 'completion_time.seconds'
}
}