nationstates.js
Version:
A wrapper to interact with the NationStates API.
71 lines (70 loc) • 1.9 kB
text/typescript
export enum NationPublic {
admirable = "admirable",
admirables = "admirables",
animal = "animal",
animaltrait = "animaltrait",
answered = "answered",
banner = "banner",
banners = "banners",
capital = "capital",
category = "category",
census = "census",
crime = "crime",
currency = "currency",
customleader = "customleader",
customcapital = "customcapital",
customreligion = "customreligion",
dbid = "dbid",
deaths = "deaths",
demonym = "demonym",
demonym2 = "denonym",
demonym2plural = "demonym2plural",
dispatches = "dispatches",
dispatchlist = "dispatchlist",
endorsements = "endorsements",
factbooks = "factbooks",
factbooklist = "factbooklist",
firstlogin = "firstlogin",
flag = "flag",
founded = "founded",
foundedtime = "foundedtime",
freedom = "freedom",
fullname = "fullname",
gavote = "gavote",
gdp = "gdp",
govt = "govt",
govtdesc = "govtdesc",
govtpriority = "govtpriority",
happenings = "happenings",
income = "income",
industrydesc = "industrydesc",
influence = "influence",
lastactivity = "lastactivity",
lastlogin = "lastlogin",
leader = "leader",
legislation = "legislation",
majorindustry = "majorindustry",
motto = "motto",
name = "name",
notable = "notable",
notables = "notables",
policies = "policies",
poorest = "poorest",
population = "population",
publicsector = "publicsector",
rcensus = "rcensus",
region = "region",
religion = "religion",
richest = "richest",
scvote = "scvote",
sectors = "sectors",
sensibilites = "sensibilites",
tax = "tax",
tgcanrecruit = "tgcanrecruit",
tgcancampaign = "tgcancampaign",
type = "type",
wa = "wa",
wabadges = "wabadges",
wcensus = "wcensus",
zombie = "zombie"
}