igdb-ts
Version:
Unofficial IGDB API TypeScript wrapper.
45 lines • 3.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlatformWebsiteReferenceFields = exports.PlatformWebsiteFields = exports.PlatformWebsiteCategory = void 0;
var PlatformWebsiteCategory;
(function (PlatformWebsiteCategory) {
PlatformWebsiteCategory[PlatformWebsiteCategory["official"] = 1] = "official";
PlatformWebsiteCategory[PlatformWebsiteCategory["wikia"] = 2] = "wikia";
PlatformWebsiteCategory[PlatformWebsiteCategory["wikipedia"] = 3] = "wikipedia";
PlatformWebsiteCategory[PlatformWebsiteCategory["facebook"] = 4] = "facebook";
PlatformWebsiteCategory[PlatformWebsiteCategory["twitter"] = 5] = "twitter";
PlatformWebsiteCategory[PlatformWebsiteCategory["twitch"] = 6] = "twitch";
PlatformWebsiteCategory[PlatformWebsiteCategory["instagram"] = 7] = "instagram";
PlatformWebsiteCategory[PlatformWebsiteCategory["youtube"] = 8] = "youtube";
PlatformWebsiteCategory[PlatformWebsiteCategory["iphone"] = 9] = "iphone";
PlatformWebsiteCategory[PlatformWebsiteCategory["ipad"] = 10] = "ipad";
PlatformWebsiteCategory[PlatformWebsiteCategory["android"] = 11] = "android";
PlatformWebsiteCategory[PlatformWebsiteCategory["steam"] = 12] = "steam";
PlatformWebsiteCategory[PlatformWebsiteCategory["reddit"] = 13] = "reddit";
PlatformWebsiteCategory[PlatformWebsiteCategory["discord"] = 14] = "discord";
PlatformWebsiteCategory[PlatformWebsiteCategory["google_plus"] = 15] = "google_plus";
PlatformWebsiteCategory[PlatformWebsiteCategory["tumblr"] = 16] = "tumblr";
PlatformWebsiteCategory[PlatformWebsiteCategory["linkedin"] = 17] = "linkedin";
PlatformWebsiteCategory[PlatformWebsiteCategory["pinterest"] = 18] = "pinterest";
PlatformWebsiteCategory[PlatformWebsiteCategory["soundcloud"] = 19] = "soundcloud";
})(PlatformWebsiteCategory = exports.PlatformWebsiteCategory || (exports.PlatformWebsiteCategory = {}));
var PlatformWebsiteFields;
(function (PlatformWebsiteFields) {
PlatformWebsiteFields["ID"] = "id";
PlatformWebsiteFields["CHECKSUM"] = "checksum";
PlatformWebsiteFields["CATEGORY"] = "category";
PlatformWebsiteFields["TRUSTED"] = "trusted";
PlatformWebsiteFields["URL"] = "url";
})(PlatformWebsiteFields = exports.PlatformWebsiteFields || (exports.PlatformWebsiteFields = {}));
/**
* Referenced from [Platform]({@link Platform.ts}) - websites field
*/
var PlatformWebsiteReferenceFields;
(function (PlatformWebsiteReferenceFields) {
PlatformWebsiteReferenceFields["ID"] = "websites.id";
PlatformWebsiteReferenceFields["CHECKSUM"] = "websites.checksum";
PlatformWebsiteReferenceFields["CATEGORY"] = "websites.category";
PlatformWebsiteReferenceFields["TRUSTED"] = "websites.trusted";
PlatformWebsiteReferenceFields["URL"] = "websites.url";
})(PlatformWebsiteReferenceFields = exports.PlatformWebsiteReferenceFields || (exports.PlatformWebsiteReferenceFields = {}));
//# sourceMappingURL=PlatformWebsite.js.map