/** * 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. * * The version of the OpenAPI document: 2.18.0 * Contact: support@bungie.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Represents the possible components that can be returned from Destiny \"Get\" calls such as GetProfile, GetCharacter, GetVendor etc... When making one of these requests, you will pass one or more of these components as a comma separated list in the \"?components=\" querystring parameter. For instance, if you want baseline Profile data, Character Data, and character progressions, you would pass \"?components=Profiles,Characters,CharacterProgressions\" You may use either the numerical or string values. */ export declare type DestinyDestinyComponentType = 0 | 100 | 101 | 102 | 103 | 104 | 105 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 400 | 401 | 402 | 500 | 600 | 700 | 800 | 900 | 1000 | 1100 | 1200 | 1300 | 1400; export declare const DestinyDestinyComponentType: { NUMBER_0: DestinyDestinyComponentType; NUMBER_100: DestinyDestinyComponentType; NUMBER_101: DestinyDestinyComponentType; NUMBER_102: DestinyDestinyComponentType; NUMBER_103: DestinyDestinyComponentType; NUMBER_104: DestinyDestinyComponentType; NUMBER_105: DestinyDestinyComponentType; NUMBER_200: DestinyDestinyComponentType; NUMBER_201: DestinyDestinyComponentType; NUMBER_202: DestinyDestinyComponentType; NUMBER_203: DestinyDestinyComponentType; NUMBER_204: DestinyDestinyComponentType; NUMBER_205: DestinyDestinyComponentType; NUMBER_206: DestinyDestinyComponentType; NUMBER_300: DestinyDestinyComponentType; NUMBER_301: DestinyDestinyComponentType; NUMBER_302: DestinyDestinyComponentType; NUMBER_303: DestinyDestinyComponentType; NUMBER_304: DestinyDestinyComponentType; NUMBER_305: DestinyDestinyComponentType; NUMBER_306: DestinyDestinyComponentType; NUMBER_307: DestinyDestinyComponentType; NUMBER_308: DestinyDestinyComponentType; NUMBER_309: DestinyDestinyComponentType; NUMBER_310: DestinyDestinyComponentType; NUMBER_400: DestinyDestinyComponentType; NUMBER_401: DestinyDestinyComponentType; NUMBER_402: DestinyDestinyComponentType; NUMBER_500: DestinyDestinyComponentType; NUMBER_600: DestinyDestinyComponentType; NUMBER_700: DestinyDestinyComponentType; NUMBER_800: DestinyDestinyComponentType; NUMBER_900: DestinyDestinyComponentType; NUMBER_1000: DestinyDestinyComponentType; NUMBER_1100: DestinyDestinyComponentType; NUMBER_1200: DestinyDestinyComponentType; NUMBER_1300: DestinyDestinyComponentType; NUMBER_1400: DestinyDestinyComponentType; };