@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
179 lines • 7.03 kB
TypeScript
/**
* EVE Swagger Interface
* An OpenAPI for EVE Online
*
* The version of the OpenAPI document: 1.36
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* 200 ok object
* @export
* @interface GetCharactersCharacterIdAssets200Ok
*/
export interface GetCharactersCharacterIdAssets200Ok {
/**
* is_blueprint_copy boolean
* @type {boolean}
* @memberof GetCharactersCharacterIdAssets200Ok
*/
isBlueprintCopy?: boolean;
/**
* is_singleton boolean
* @type {boolean}
* @memberof GetCharactersCharacterIdAssets200Ok
*/
isSingleton: boolean;
/**
* item_id integer
* @type {number}
* @memberof GetCharactersCharacterIdAssets200Ok
*/
itemId: number;
/**
* location_flag string
* @type {string}
* @memberof GetCharactersCharacterIdAssets200Ok
*/
locationFlag: GetCharactersCharacterIdAssets200OkLocationFlagEnum;
/**
* location_id integer
* @type {number}
* @memberof GetCharactersCharacterIdAssets200Ok
*/
locationId: number;
/**
* location_type string
* @type {string}
* @memberof GetCharactersCharacterIdAssets200Ok
*/
locationType: GetCharactersCharacterIdAssets200OkLocationTypeEnum;
/**
* quantity integer
* @type {number}
* @memberof GetCharactersCharacterIdAssets200Ok
*/
quantity: number;
/**
* type_id integer
* @type {number}
* @memberof GetCharactersCharacterIdAssets200Ok
*/
typeId: number;
}
/**
* @export
*/
export declare const GetCharactersCharacterIdAssets200OkLocationFlagEnum: {
readonly AssetSafety: "AssetSafety";
readonly AutoFit: "AutoFit";
readonly BoosterBay: "BoosterBay";
readonly CapsuleerDeliveries: "CapsuleerDeliveries";
readonly Cargo: "Cargo";
readonly CorporationGoalDeliveries: "CorporationGoalDeliveries";
readonly CorpseBay: "CorpseBay";
readonly Deliveries: "Deliveries";
readonly DroneBay: "DroneBay";
readonly FighterBay: "FighterBay";
readonly FighterTube0: "FighterTube0";
readonly FighterTube1: "FighterTube1";
readonly FighterTube2: "FighterTube2";
readonly FighterTube3: "FighterTube3";
readonly FighterTube4: "FighterTube4";
readonly FleetHangar: "FleetHangar";
readonly FrigateEscapeBay: "FrigateEscapeBay";
readonly Hangar: "Hangar";
readonly HangarAll: "HangarAll";
readonly HiSlot0: "HiSlot0";
readonly HiSlot1: "HiSlot1";
readonly HiSlot2: "HiSlot2";
readonly HiSlot3: "HiSlot3";
readonly HiSlot4: "HiSlot4";
readonly HiSlot5: "HiSlot5";
readonly HiSlot6: "HiSlot6";
readonly HiSlot7: "HiSlot7";
readonly HiddenModifiers: "HiddenModifiers";
readonly Implant: "Implant";
readonly InfrastructureHangar: "InfrastructureHangar";
readonly LoSlot0: "LoSlot0";
readonly LoSlot1: "LoSlot1";
readonly LoSlot2: "LoSlot2";
readonly LoSlot3: "LoSlot3";
readonly LoSlot4: "LoSlot4";
readonly LoSlot5: "LoSlot5";
readonly LoSlot6: "LoSlot6";
readonly LoSlot7: "LoSlot7";
readonly Locked: "Locked";
readonly MedSlot0: "MedSlot0";
readonly MedSlot1: "MedSlot1";
readonly MedSlot2: "MedSlot2";
readonly MedSlot3: "MedSlot3";
readonly MedSlot4: "MedSlot4";
readonly MedSlot5: "MedSlot5";
readonly MedSlot6: "MedSlot6";
readonly MedSlot7: "MedSlot7";
readonly MobileDepotHold: "MobileDepotHold";
readonly MoonMaterialBay: "MoonMaterialBay";
readonly QuafeBay: "QuafeBay";
readonly RigSlot0: "RigSlot0";
readonly RigSlot1: "RigSlot1";
readonly RigSlot2: "RigSlot2";
readonly RigSlot3: "RigSlot3";
readonly RigSlot4: "RigSlot4";
readonly RigSlot5: "RigSlot5";
readonly RigSlot6: "RigSlot6";
readonly RigSlot7: "RigSlot7";
readonly ShipHangar: "ShipHangar";
readonly Skill: "Skill";
readonly SpecializedAmmoHold: "SpecializedAmmoHold";
readonly SpecializedAsteroidHold: "SpecializedAsteroidHold";
readonly SpecializedCommandCenterHold: "SpecializedCommandCenterHold";
readonly SpecializedFuelBay: "SpecializedFuelBay";
readonly SpecializedGasHold: "SpecializedGasHold";
readonly SpecializedIceHold: "SpecializedIceHold";
readonly SpecializedIndustrialShipHold: "SpecializedIndustrialShipHold";
readonly SpecializedLargeShipHold: "SpecializedLargeShipHold";
readonly SpecializedMaterialBay: "SpecializedMaterialBay";
readonly SpecializedMediumShipHold: "SpecializedMediumShipHold";
readonly SpecializedMineralHold: "SpecializedMineralHold";
readonly SpecializedOreHold: "SpecializedOreHold";
readonly SpecializedPlanetaryCommoditiesHold: "SpecializedPlanetaryCommoditiesHold";
readonly SpecializedSalvageHold: "SpecializedSalvageHold";
readonly SpecializedShipHold: "SpecializedShipHold";
readonly SpecializedSmallShipHold: "SpecializedSmallShipHold";
readonly StructureDeedBay: "StructureDeedBay";
readonly SubSystemBay: "SubSystemBay";
readonly SubSystemSlot0: "SubSystemSlot0";
readonly SubSystemSlot1: "SubSystemSlot1";
readonly SubSystemSlot2: "SubSystemSlot2";
readonly SubSystemSlot3: "SubSystemSlot3";
readonly SubSystemSlot4: "SubSystemSlot4";
readonly SubSystemSlot5: "SubSystemSlot5";
readonly SubSystemSlot6: "SubSystemSlot6";
readonly SubSystemSlot7: "SubSystemSlot7";
readonly Unlocked: "Unlocked";
readonly Wardrobe: "Wardrobe";
};
export type GetCharactersCharacterIdAssets200OkLocationFlagEnum = typeof GetCharactersCharacterIdAssets200OkLocationFlagEnum[keyof typeof GetCharactersCharacterIdAssets200OkLocationFlagEnum];
/**
* @export
*/
export declare const GetCharactersCharacterIdAssets200OkLocationTypeEnum: {
readonly Station: "station";
readonly SolarSystem: "solar_system";
readonly Item: "item";
readonly Other: "other";
};
export type GetCharactersCharacterIdAssets200OkLocationTypeEnum = typeof GetCharactersCharacterIdAssets200OkLocationTypeEnum[keyof typeof GetCharactersCharacterIdAssets200OkLocationTypeEnum];
/**
* Check if a given object implements the GetCharactersCharacterIdAssets200Ok interface.
*/
export declare function instanceOfGetCharactersCharacterIdAssets200Ok(value: object): value is GetCharactersCharacterIdAssets200Ok;
export declare function GetCharactersCharacterIdAssets200OkFromJSON(json: any): GetCharactersCharacterIdAssets200Ok;
export declare function GetCharactersCharacterIdAssets200OkFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCharactersCharacterIdAssets200Ok;
export declare function GetCharactersCharacterIdAssets200OkToJSON(json: any): GetCharactersCharacterIdAssets200Ok;
export declare function GetCharactersCharacterIdAssets200OkToJSONTyped(value?: GetCharactersCharacterIdAssets200Ok | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetCharactersCharacterIdAssets200Ok.d.ts.map