UNPKG

willwill96-petfinder-graphql

Version:

contains files and utilities to bootstrap a graphql instance wrapping the petfinder api

69 lines (68 loc) 2.51 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Type2 = exports.Status = exports.Sort2 = exports.Sort = exports.SizeListItem = exports.GenderListItem = exports.CoatListItem = exports.AgeListItem = void 0; var AgeListItem; (function (AgeListItem) { AgeListItem["ADULT"] = "ADULT"; AgeListItem["BABY"] = "BABY"; AgeListItem["SENIOR"] = "SENIOR"; AgeListItem["YOUNG"] = "YOUNG"; })(AgeListItem = exports.AgeListItem || (exports.AgeListItem = {})); var CoatListItem; (function (CoatListItem) { CoatListItem["CURLY"] = "CURLY"; CoatListItem["HAIRLESS"] = "HAIRLESS"; CoatListItem["LONG"] = "LONG"; CoatListItem["MEDIUM"] = "MEDIUM"; CoatListItem["SHORT"] = "SHORT"; CoatListItem["WIRE"] = "WIRE"; })(CoatListItem = exports.CoatListItem || (exports.CoatListItem = {})); var GenderListItem; (function (GenderListItem) { GenderListItem["FEMALE"] = "FEMALE"; GenderListItem["MALE"] = "MALE"; GenderListItem["UNKNOWN"] = "UNKNOWN"; })(GenderListItem = exports.GenderListItem || (exports.GenderListItem = {})); var SizeListItem; (function (SizeListItem) { SizeListItem["EXTRA_LARGE"] = "EXTRA_LARGE"; SizeListItem["LARGE"] = "LARGE"; SizeListItem["MEDIUM"] = "MEDIUM"; SizeListItem["SMALL"] = "SMALL"; })(SizeListItem = exports.SizeListItem || (exports.SizeListItem = {})); var Sort; (function (Sort) { Sort["DISTANCE"] = "DISTANCE"; Sort["RANDOM"] = "RANDOM"; Sort["RECENT"] = "RECENT"; Sort["_DISTANCE"] = "_DISTANCE"; Sort["_RECENT"] = "_RECENT"; })(Sort = exports.Sort || (exports.Sort = {})); var Sort2; (function (Sort2) { Sort2["COUNTRY"] = "COUNTRY"; Sort2["DISTANCE"] = "DISTANCE"; Sort2["NAME"] = "NAME"; Sort2["STATE"] = "STATE"; Sort2["_COUNTRY"] = "_COUNTRY"; Sort2["_DISTANCE"] = "_DISTANCE"; Sort2["_NAME"] = "_NAME"; Sort2["_STATE"] = "_STATE"; })(Sort2 = exports.Sort2 || (exports.Sort2 = {})); var Status; (function (Status) { Status["ADOPTABLE"] = "ADOPTABLE"; Status["ADOPTED"] = "ADOPTED"; Status["FOUND"] = "FOUND"; })(Status = exports.Status || (exports.Status = {})); var Type2; (function (Type2) { Type2["BARNYARD"] = "BARNYARD"; Type2["BIRD"] = "BIRD"; Type2["CAT"] = "CAT"; Type2["DOG"] = "DOG"; Type2["HORSE"] = "HORSE"; Type2["RABBIT"] = "RABBIT"; Type2["SCALES_FINS_OTHER"] = "SCALES_FINS_OTHER"; Type2["SMALL_FURRY"] = "SMALL_FURRY"; })(Type2 = exports.Type2 || (exports.Type2 = {}));