/** * 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. */ /** * The possible states of Destiny Profile Records. IMPORTANT: Any given item can theoretically have many of these states simultaneously: as a result, this was altered to be a flags enumeration/bitmask for v3.2.0. */ export declare type DestinyDestinyVendorItemState = 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096 | 8192 | 16384 | 32768 | 65536 | 131072 | 262144 | 524288 | 1048576; export declare const DestinyDestinyVendorItemState: { NUMBER_0: DestinyDestinyVendorItemState; NUMBER_1: DestinyDestinyVendorItemState; NUMBER_2: DestinyDestinyVendorItemState; NUMBER_4: DestinyDestinyVendorItemState; NUMBER_8: DestinyDestinyVendorItemState; NUMBER_16: DestinyDestinyVendorItemState; NUMBER_32: DestinyDestinyVendorItemState; NUMBER_64: DestinyDestinyVendorItemState; NUMBER_128: DestinyDestinyVendorItemState; NUMBER_256: DestinyDestinyVendorItemState; NUMBER_512: DestinyDestinyVendorItemState; NUMBER_1024: DestinyDestinyVendorItemState; NUMBER_2048: DestinyDestinyVendorItemState; NUMBER_4096: DestinyDestinyVendorItemState; NUMBER_8192: DestinyDestinyVendorItemState; NUMBER_16384: DestinyDestinyVendorItemState; NUMBER_32768: DestinyDestinyVendorItemState; NUMBER_65536: DestinyDestinyVendorItemState; NUMBER_131072: DestinyDestinyVendorItemState; NUMBER_262144: DestinyDestinyVendorItemState; NUMBER_524288: DestinyDestinyVendorItemState; NUMBER_1048576: DestinyDestinyVendorItemState; };