furaffinity
Version:
FurAffinity wrapper for Node.js
270 lines (269 loc) • 13.4 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Type;
(function (Type) {
Type[Type["Artwork"] = 1] = "Artwork";
Type[Type["Writing"] = 2] = "Writing";
Type[Type["Music"] = 4] = "Music";
Type[Type["Crafts"] = 8] = "Crafts";
Type[Type["Any"] = 15] = "Any"; // all
})(Type = exports.Type || (exports.Type = {}));
;
var Rating;
(function (Rating) {
Rating[Rating["General"] = 1] = "General";
Rating[Rating["Mature"] = 2] = "Mature";
Rating[Rating["Adult"] = 4] = "Adult";
Rating[Rating["Any"] = 7] = "Any";
})(Rating = exports.Rating || (exports.Rating = {}));
;
var Category;
(function (Category) {
Category[Category["All"] = 1] = "All";
Category[Category["Artwork (Digital)"] = 2] = "Artwork (Digital)";
Category[Category["Artwork (Traditional)"] = 3] = "Artwork (Traditional)";
Category[Category["Cellshading"] = 4] = "Cellshading";
Category[Category["Crafting"] = 5] = "Crafting";
Category[Category["Designs"] = 6] = "Designs";
Category[Category["Flash"] = 7] = "Flash";
Category[Category["Fursuiting"] = 8] = "Fursuiting";
Category[Category["Icons"] = 9] = "Icons";
Category[Category["Mosaics"] = 10] = "Mosaics";
Category[Category["Photography"] = 11] = "Photography";
Category[Category["Sculpting"] = 12] = "Sculpting";
Category[Category["Story"] = 13] = "Story";
Category[Category["Poetry"] = 14] = "Poetry";
Category[Category["Prose"] = 15] = "Prose";
Category[Category["Music"] = 16] = "Music";
Category[Category["Podcasts"] = 17] = "Podcasts";
Category[Category["Skins"] = 18] = "Skins";
Category[Category["Handhelds"] = 19] = "Handhelds";
Category[Category["Resources"] = 20] = "Resources";
Category[Category["Adoptables"] = 21] = "Adoptables";
Category[Category["Auctions"] = 22] = "Auctions";
Category[Category["Contests"] = 23] = "Contests";
Category[Category["Current Events"] = 24] = "Current Events";
Category[Category["Desktops"] = 25] = "Desktops";
Category[Category["Stockart"] = 26] = "Stockart";
Category[Category["Screenshots"] = 27] = "Screenshots";
Category[Category["Scraps"] = 28] = "Scraps";
Category[Category["Wallpaper"] = 29] = "Wallpaper";
Category[Category["YCH / Sale"] = 30] = "YCH / Sale";
Category[Category["Other"] = 31] = "Other";
})(Category = exports.Category || (exports.Category = {}));
;
var Tag;
(function (Tag) {
Tag[Tag["All"] = 1] = "All";
Tag[Tag["Abstract"] = 2] = "Abstract";
Tag[Tag["Animal related (non-anthro)"] = 3] = "Animal related (non-anthro)";
Tag[Tag["Anime"] = 4] = "Anime";
Tag[Tag["Comics"] = 5] = "Comics";
Tag[Tag["Doodle"] = 6] = "Doodle";
Tag[Tag["Fanart"] = 7] = "Fanart";
Tag[Tag["Fantasy"] = 8] = "Fantasy";
Tag[Tag["Human"] = 9] = "Human";
Tag[Tag["Portraits"] = 10] = "Portraits";
Tag[Tag["Scenery"] = 11] = "Scenery";
Tag[Tag["Still Life"] = 12] = "Still Life";
Tag[Tag["Tutorials"] = 13] = "Tutorials";
Tag[Tag["Miscellaneous"] = 14] = "Miscellaneous";
Tag[Tag["Baby fur"] = 101] = "Baby fur";
Tag[Tag["Bondage"] = 102] = "Bondage";
Tag[Tag["Digimon"] = 103] = "Digimon";
Tag[Tag["Fat Furs"] = 104] = "Fat Furs";
Tag[Tag["Fetish Other"] = 105] = "Fetish Other";
Tag[Tag["Fursuit"] = 106] = "Fursuit";
Tag[Tag["Gore / Macabre Art"] = 119] = "Gore / Macabre Art";
Tag[Tag["Hyper"] = 107] = "Hyper";
Tag[Tag["Inflation"] = 108] = "Inflation";
Tag[Tag["Macro / Micro"] = 109] = "Macro / Micro";
Tag[Tag["Muscle"] = 110] = "Muscle";
Tag[Tag["My Little Pony / Brony"] = 111] = "My Little Pony / Brony";
Tag[Tag["Paw"] = 112] = "Paw";
Tag[Tag["Pokemon"] = 113] = "Pokemon";
Tag[Tag["Pregnancy"] = 114] = "Pregnancy";
Tag[Tag["Sonic"] = 115] = "Sonic";
Tag[Tag["Transformation"] = 116] = "Transformation";
Tag[Tag["TF / TG"] = 120] = "TF / TG";
Tag[Tag["Vore"] = 117] = "Vore";
Tag[Tag["Water Sports"] = 118] = "Water Sports";
Tag[Tag["General Furry Art"] = 100] = "General Furry Art";
Tag[Tag["Techno"] = 201] = "Techno";
Tag[Tag["Trance"] = 202] = "Trance";
Tag[Tag["House"] = 203] = "House";
Tag[Tag["90s"] = 204] = "90s";
Tag[Tag["80s"] = 205] = "80s";
Tag[Tag["70s"] = 206] = "70s";
Tag[Tag["60s"] = 207] = "60s";
Tag[Tag["Pre-60s"] = 208] = "Pre-60s";
Tag[Tag["Classical"] = 209] = "Classical";
Tag[Tag["Game Music"] = 210] = "Game Music";
Tag[Tag["Rock"] = 211] = "Rock";
Tag[Tag["Pop"] = 212] = "Pop";
Tag[Tag["Rap"] = 213] = "Rap";
Tag[Tag["Industrial"] = 214] = "Industrial";
Tag[Tag["Other Music"] = 200] = "Other Music";
})(Tag = exports.Tag || (exports.Tag = {}));
;
var Species;
(function (Species) {
Species[Species["Unspecified / Any"] = 1] = "Unspecified / Any";
Species[Species["Frog"] = 1001] = "Frog";
Species[Species["Newt"] = 1002] = "Newt";
Species[Species["Salamander"] = 1003] = "Salamander";
Species[Species["Amphibian (Other)"] = 1000] = "Amphibian (Other)";
Species[Species["Cephalopod"] = 2001] = "Cephalopod";
Species[Species["Dolphin"] = 2002] = "Dolphin";
Species[Species["Fish"] = 2005] = "Fish";
Species[Species["Porpoise"] = 2004] = "Porpoise";
Species[Species["Seal"] = 6068] = "Seal";
Species[Species["Shark"] = 2006] = "Shark";
Species[Species["Whale"] = 2003] = "Whale";
Species[Species["Aquatic (Other)"] = 2000] = "Aquatic (Other)";
Species[Species["Corvid"] = 3001] = "Corvid";
Species[Species["Crow"] = 3002] = "Crow";
Species[Species["Duck"] = 3003] = "Duck";
Species[Species["Eagle"] = 3004] = "Eagle";
Species[Species["Falcon"] = 3005] = "Falcon";
Species[Species["Goose"] = 3006] = "Goose";
Species[Species["Gryphon"] = 3007] = "Gryphon";
Species[Species["Hawk"] = 3008] = "Hawk";
Species[Species["Owl"] = 3009] = "Owl";
Species[Species["Phoenix"] = 3010] = "Phoenix";
Species[Species["Swan"] = 3011] = "Swan";
Species[Species["Avian (Other)"] = 3000] = "Avian (Other)";
Species[Species["Bear"] = 6002] = "Bear";
Species[Species["Camel"] = 6074] = "Camel";
Species[Species["Llama"] = 6036] = "Llama";
Species[Species["Coyote"] = 6008] = "Coyote";
Species[Species["Doberman"] = 6009] = "Doberman";
Species[Species["Dog"] = 6010] = "Dog";
Species[Species["Dingo"] = 6011] = "Dingo";
Species[Species["German Shepherd"] = 6012] = "German Shepherd";
Species[Species["Jackal"] = 6013] = "Jackal";
Species[Species["Husky"] = 6014] = "Husky";
Species[Species["Wolf"] = 6016] = "Wolf";
Species[Species["Canine (Other)"] = 6017] = "Canine (Other)";
Species[Species["Cervine (Other)"] = 6018] = "Cervine (Other)";
Species[Species["Antelope"] = 6004] = "Antelope";
Species[Species["Cows"] = 6003] = "Cows";
Species[Species["Gazelle"] = 6005] = "Gazelle";
Species[Species["Goat"] = 6006] = "Goat";
Species[Species["Bovines (General)"] = 6007] = "Bovines (General)";
Species[Species["Eastern Dragon"] = 4001] = "Eastern Dragon";
Species[Species["Hydra"] = 4002] = "Hydra";
Species[Species["Serpent"] = 4003] = "Serpent";
Species[Species["Western Dragon"] = 4004] = "Western Dragon";
Species[Species["Wyvern"] = 4005] = "Wyvern";
Species[Species["Dragon (Other)"] = 4000] = "Dragon (Other)";
Species[Species["Donkey"] = 6019] = "Donkey";
Species[Species["Horse"] = 6034] = "Horse";
Species[Species["Pony"] = 6073] = "Pony";
Species[Species["Zebra"] = 6071] = "Zebra";
Species[Species["Argonian"] = 5002] = "Argonian";
Species[Species["Chakat"] = 5003] = "Chakat";
Species[Species["Chocobo"] = 5004] = "Chocobo";
Species[Species["Citra"] = 5005] = "Citra";
Species[Species["Crux"] = 5006] = "Crux";
Species[Species["Daemon"] = 5007] = "Daemon";
Species[Species["Digimon"] = 5008] = "Digimon";
Species[Species["Dracat"] = 5009] = "Dracat";
Species[Species["Draenei"] = 5010] = "Draenei";
Species[Species["Elf"] = 5011] = "Elf";
Species[Species["Gargoyle"] = 5012] = "Gargoyle";
Species[Species["Iksar"] = 5013] = "Iksar";
Species[Species["Kaiju/Monster"] = 5015] = "Kaiju/Monster";
Species[Species["Langurhali"] = 5014] = "Langurhali";
Species[Species["Moogle"] = 5017] = "Moogle";
Species[Species["Naga"] = 5016] = "Naga";
Species[Species["Orc"] = 5018] = "Orc";
Species[Species["Pokemon"] = 5019] = "Pokemon";
Species[Species["Satyr"] = 5020] = "Satyr";
Species[Species["Sergal"] = 5021] = "Sergal";
Species[Species["Tanuki"] = 5022] = "Tanuki";
Species[Species["Taur (General)"] = 5025] = "Taur (General)";
Species[Species["Unicorn"] = 5023] = "Unicorn";
Species[Species["Xenomorph"] = 5024] = "Xenomorph";
Species[Species["Alien (Other)"] = 5001] = "Alien (Other)";
Species[Species["Exotic (Other)"] = 5000] = "Exotic (Other)";
Species[Species["Domestic Cat"] = 6020] = "Domestic Cat";
Species[Species["Cheetah"] = 6021] = "Cheetah";
Species[Species["Cougar"] = 6022] = "Cougar";
Species[Species["Jaguar"] = 6023] = "Jaguar";
Species[Species["Leopard"] = 6024] = "Leopard";
Species[Species["Lion"] = 6025] = "Lion";
Species[Species["Lynx"] = 6026] = "Lynx";
Species[Species["Ocelot"] = 6027] = "Ocelot";
Species[Species["Panther"] = 6028] = "Panther";
Species[Species["Tiger"] = 6029] = "Tiger";
Species[Species["Feline (Other)"] = 6030] = "Feline (Other)";
Species[Species["Arachnid"] = 8000] = "Arachnid";
Species[Species["Mantid"] = 8004] = "Mantid";
Species[Species["Scorpion"] = 8005] = "Scorpion";
Species[Species["Insect (Other)"] = 8003] = "Insect (Other)";
Species[Species["Bat"] = 6001] = "Bat";
Species[Species["Giraffe"] = 6031] = "Giraffe";
Species[Species["Hedgehog"] = 6032] = "Hedgehog";
Species[Species["Hippopotamus"] = 6033] = "Hippopotamus";
Species[Species["Hyena"] = 6035] = "Hyena";
Species[Species["Panda"] = 6052] = "Panda";
Species[Species["Pig/Swine"] = 6053] = "Pig/Swine";
Species[Species["Rabbit/Hare"] = 6059] = "Rabbit/Hare";
Species[Species["Raccoon"] = 6060] = "Raccoon";
Species[Species["Red Panda"] = 6062] = "Red Panda";
Species[Species["Meerkat"] = 6043] = "Meerkat";
Species[Species["Mongoose"] = 6044] = "Mongoose";
Species[Species["Rhinoceros"] = 6063] = "Rhinoceros";
Species[Species["Mammals (Other)"] = 6000] = "Mammals (Other)";
Species[Species["Opossum"] = 6037] = "Opossum";
Species[Species["Kangaroo"] = 6038] = "Kangaroo";
Species[Species["Koala"] = 6039] = "Koala";
Species[Species["Quoll"] = 6040] = "Quoll";
Species[Species["Wallaby"] = 6041] = "Wallaby";
Species[Species["Marsupial (Other)"] = 6042] = "Marsupial (Other)";
Species[Species["Badger"] = 6045] = "Badger";
Species[Species["Ferret"] = 6046] = "Ferret";
Species[Species["Mink"] = 6048] = "Mink";
Species[Species["Otter"] = 6047] = "Otter";
Species[Species["Skunk"] = 6069] = "Skunk";
Species[Species["Weasel"] = 6049] = "Weasel";
Species[Species["Mustelid (Other)"] = 6051] = "Mustelid (Other)";
Species[Species["Gorilla"] = 6054] = "Gorilla";
Species[Species["Human"] = 6055] = "Human";
Species[Species["Lemur"] = 6056] = "Lemur";
Species[Species["Monkey"] = 6057] = "Monkey";
Species[Species["Primate (Other)"] = 6058] = "Primate (Other)";
Species[Species["Alligator & Crocodile"] = 7001] = "Alligator & Crocodile";
Species[Species["Gecko"] = 7003] = "Gecko";
Species[Species["Iguana"] = 7004] = "Iguana";
Species[Species["Lizard"] = 7005] = "Lizard";
Species[Species["Snakes & Serpents"] = 7006] = "Snakes & Serpents";
Species[Species["Turtle"] = 7007] = "Turtle";
Species[Species["Reptilian (Other)"] = 7000] = "Reptilian (Other)";
Species[Species["Beaver"] = 6064] = "Beaver";
Species[Species["Mouse"] = 6065] = "Mouse";
Species[Species["Rat"] = 6061] = "Rat";
Species[Species["Squirrel"] = 6070] = "Squirrel";
Species[Species["Rodent (Other)"] = 6067] = "Rodent (Other)";
Species[Species["Fennec"] = 6072] = "Fennec";
Species[Species["Fox"] = 6075] = "Fox";
Species[Species["Vulpine (Other)"] = 6015] = "Vulpine (Other)";
Species[Species["Dinosaur"] = 8001] = "Dinosaur";
Species[Species["Wolverine"] = 6050] = "Wolverine";
})(Species = exports.Species || (exports.Species = {}));
;
var Gender;
(function (Gender) {
Gender[Gender["Any"] = 0] = "Any";
Gender[Gender["Male"] = 2] = "Male";
Gender[Gender["Female"] = 3] = "Female";
Gender[Gender["Herm"] = 4] = "Herm";
Gender[Gender["Intersex"] = 11] = "Intersex";
Gender[Gender["Trans (Male)"] = 8] = "Trans (Male)";
Gender[Gender["Trans (Female)"] = 9] = "Trans (Female)";
Gender[Gender["Non-Binary"] = 10] = "Non-Binary";
Gender[Gender["Multiple characters"] = 6] = "Multiple characters";
Gender[Gender["Other / Not Specified"] = 7] = "Other / Not Specified";
})(Gender = exports.Gender || (exports.Gender = {}));
;