UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

35 lines (34 loc) 1.1 kB
/** * Bungie.Net API * These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality. * * Contact: support@bungie.com * * NOTE: This class is auto generated by the bungie-net-core code generator program * Repository: {@link https://github.com/owens1127/bungie-net-core} * Do not edit these files manually. */ /** * A flags enumeration/bitmask indicating the versions of the game that a given * user has purchased. * * This enum represents a set of flags - use bitwise operators to check which of * these match your value. * @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyGameVersions} */ export declare enum DestinyGameVersions { None = 0, Destiny2 = 1, DLC1 = 2, DLC2 = 4, Forsaken = 8, YearTwoAnnualPass = 16, Shadowkeep = 32, BeyondLight = 64, Anniversary30th = 128, TheWitchQueen = 256, Lightfall = 512, TheFinalShape = 1024, EdgeOfFate = 28535, Renegades = 28536 }