eve-esi-types 3.1.7 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +182 -0
- package/jsconfig.json +28 -0
- package/lib/rq-util.mjs +1 -1
- package/lib/tagged-request-api.mjs +5 -6
- package/package.json +14 -7
- package/v2/esi-tagged-types.d.ts +9 -5
- package/v2/{get_alliances_alliance_id_ok.d.ts → globals/alliance.d.ts} +44 -0
- package/v2/globals/assets.d.ts +443 -0
- package/v2/globals/calendar.d.ts +130 -0
- package/v2/globals/character.d.ts +918 -0
- package/v2/{get_characters_character_id_clones_ok.d.ts → globals/clones.d.ts} +15 -0
- package/v2/globals/contacts.d.ts +212 -0
- package/v2/globals/contracts.d.ts +546 -0
- package/v2/globals/corporation.d.ts +1577 -0
- package/v2/globals/dogma.d.ts +262 -0
- package/v2/globals/factionwarfare.d.ts +596 -0
- package/v2/{get_characters_character_id_fittings_ok.d.ts → globals/fittings.d.ts} +23 -0
- package/v2/globals/fleets.d.ts +201 -0
- package/v2/{get_incursions_ok.d.ts → globals/incursions.d.ts} +5 -0
- package/v2/globals/industry.d.ts +445 -0
- package/v2/globals/insurance.d.ts +47 -0
- package/v2/{get_killmails_killmail_id_killmail_hash_ok.d.ts → globals/killmails.d.ts} +55 -0
- package/v2/globals/location.d.ts +74 -0
- package/v2/{get_loyalty_stores_corporation_id_offers_ok.d.ts → globals/loyalty.d.ts} +30 -0
- package/v2/globals/mail.d.ts +237 -0
- package/v2/globals/market.d.ts +615 -0
- package/v2/globals/planetaryinteraction.d.ts +344 -0
- package/v2/globals/routes.d.ts +14 -0
- package/v2/{get_characters_character_id_search_ok.d.ts → globals/search.d.ts} +5 -0
- package/v2/globals/skills.d.ts +144 -0
- package/v2/globals/sovereignty.d.ts +168 -0
- package/v2/{get_status_ok.d.ts → globals/status.d.ts} +5 -0
- package/v2/globals/universe.d.ts +1297 -0
- package/v2/globals/wallet.d.ts +601 -0
- package/v2/{get_wars_war_id_ok.d.ts → globals/wars.d.ts} +40 -0
- package/v2/index.d.ts +25 -152
- package/v2/response-map.d.ts +1 -24
- package/v2/types-index.d.ts +31 -182
- package/v2/types-util.d.ts +316 -0
- package/v2/util.d.ts +4 -2
- package/web/index.html +1 -1
- package/tsconfig.json +0 -28
- package/v2/get_alliances_alliance_id_contacts_labels_ok.d.ts +0 -24
- package/v2/get_alliances_alliance_id_contacts_ok.d.ts +0 -35
- package/v2/get_alliances_alliance_id_corporations_ok.d.ts +0 -9
- package/v2/get_alliances_alliance_id_icons_ok.d.ts +0 -18
- package/v2/get_alliances_ok.d.ts +0 -9
- package/v2/get_characters_character_id_agents_research_ok.d.ts +0 -33
- package/v2/get_characters_character_id_assets_ok.d.ts +0 -134
- package/v2/get_characters_character_id_attributes_ok.d.ts +0 -42
- package/v2/get_characters_character_id_blueprints_ok.d.ts +0 -122
- package/v2/get_characters_character_id_calendar_event_id_attendees_ok.d.ts +0 -30
- package/v2/get_characters_character_id_calendar_event_id_ok.d.ts +0 -56
- package/v2/get_characters_character_id_calendar_ok.d.ts +0 -37
- package/v2/get_characters_character_id_contacts_labels_ok.d.ts +0 -24
- package/v2/get_characters_character_id_contacts_ok.d.ts +0 -43
- package/v2/get_characters_character_id_contracts_contract_id_bids_ok.d.ts +0 -32
- package/v2/get_characters_character_id_contracts_contract_id_items_ok.d.ts +0 -38
- package/v2/get_characters_character_id_contracts_ok.d.ts +0 -117
- package/v2/get_characters_character_id_corporationhistory_ok.d.ts +0 -32
- package/v2/get_characters_character_id_fatigue_ok.d.ts +0 -22
- package/v2/get_characters_character_id_fleet_ok.d.ts +0 -31
- package/v2/get_characters_character_id_fw_stats_ok.d.ts +0 -64
- package/v2/get_characters_character_id_implants_ok.d.ts +0 -9
- package/v2/get_characters_character_id_industry_jobs_ok.d.ts +0 -105
- package/v2/get_characters_character_id_killmails_recent_ok.d.ts +0 -24
- package/v2/get_characters_character_id_location_ok.d.ts +0 -22
- package/v2/get_characters_character_id_loyalty_points_ok.d.ts +0 -24
- package/v2/get_characters_character_id_mail_labels_ok.d.ts +0 -62
- package/v2/get_characters_character_id_mail_lists_ok.d.ts +0 -24
- package/v2/get_characters_character_id_mail_mail_id_ok.d.ts +0 -59
- package/v2/get_characters_character_id_mail_ok.d.ts +0 -65
- package/v2/get_characters_character_id_medals_ok.d.ts +0 -135
- package/v2/get_characters_character_id_mining_ok.d.ts +0 -29
- package/v2/get_characters_character_id_notifications_contacts_ok.d.ts +0 -36
- package/v2/get_characters_character_id_notifications_ok.d.ts +0 -291
- package/v2/get_characters_character_id_ok.d.ts +0 -55
- package/v2/get_characters_character_id_online_ok.d.ts +0 -26
- package/v2/get_characters_character_id_opportunities_ok.d.ts +0 -24
- package/v2/get_characters_character_id_orders_history_ok.d.ts +0 -87
- package/v2/get_characters_character_id_orders_ok.d.ts +0 -82
- package/v2/get_characters_character_id_planets_ok.d.ts +0 -124
- package/v2/get_characters_character_id_planets_planet_id_ok.d.ts +0 -283
- package/v2/get_characters_character_id_portrait_ok.d.ts +0 -26
- package/v2/get_characters_character_id_roles_ok.d.ts +0 -270
- package/v2/get_characters_character_id_ship_ok.d.ts +0 -19
- package/v2/get_characters_character_id_skillqueue_ok.d.ts +0 -48
- package/v2/get_characters_character_id_skills_ok.d.ts +0 -47
- package/v2/get_characters_character_id_standings_ok.d.ts +0 -29
- package/v2/get_characters_character_id_titles_ok.d.ts +0 -184
- package/v2/get_characters_character_id_wallet_journal_ok.d.ts +0 -228
- package/v2/get_characters_character_id_wallet_ok.d.ts +0 -7
- package/v2/get_characters_character_id_wallet_transactions_ok.d.ts +0 -53
- package/v2/get_contracts_public_bids_contract_id_ok.d.ts +0 -28
- package/v2/get_contracts_public_items_contract_id_ok.d.ts +0 -49
- package/v2/get_contracts_public_region_id_ok.d.ts +0 -81
- package/v2/get_corporation_corporation_id_mining_extractions_ok.d.ts +0 -39
- package/v2/get_corporation_corporation_id_mining_observers_observer_id_ok.d.ts +0 -36
- package/v2/get_corporation_corporation_id_mining_observers_ok.d.ts +0 -30
- package/v2/get_corporations_corporation_id_alliancehistory_ok.d.ts +0 -32
- package/v2/get_corporations_corporation_id_assets_ok.d.ts +0 -170
- package/v2/get_corporations_corporation_id_blueprints_ok.d.ts +0 -163
- package/v2/get_corporations_corporation_id_contacts_labels_ok.d.ts +0 -24
- package/v2/get_corporations_corporation_id_contacts_ok.d.ts +0 -39
- package/v2/get_corporations_corporation_id_containers_logs_ok.d.ts +0 -188
- package/v2/get_corporations_corporation_id_contracts_contract_id_bids_ok.d.ts +0 -33
- package/v2/get_corporations_corporation_id_contracts_contract_id_items_ok.d.ts +0 -38
- package/v2/get_corporations_corporation_id_contracts_ok.d.ts +0 -117
- package/v2/get_corporations_corporation_id_customs_offices_ok.d.ts +0 -78
- package/v2/get_corporations_corporation_id_divisions_ok.d.ts +0 -128
- package/v2/get_corporations_corporation_id_facilities_ok.d.ts +0 -25
- package/v2/get_corporations_corporation_id_fw_stats_ok.d.ts +0 -60
- package/v2/get_corporations_corporation_id_icons_ok.d.ts +0 -22
- package/v2/get_corporations_corporation_id_industry_jobs_ok.d.ts +0 -105
- package/v2/get_corporations_corporation_id_killmails_recent_ok.d.ts +0 -24
- package/v2/get_corporations_corporation_id_medals_issued_ok.d.ts +0 -41
- package/v2/get_corporations_corporation_id_medals_ok.d.ts +0 -36
- package/v2/get_corporations_corporation_id_members_limit_ok.d.ts +0 -7
- package/v2/get_corporations_corporation_id_members_ok.d.ts +0 -9
- package/v2/get_corporations_corporation_id_members_titles_ok.d.ts +0 -194
- package/v2/get_corporations_corporation_id_membertracking_ok.d.ts +0 -41
- package/v2/get_corporations_corporation_id_ok.d.ts +0 -66
- package/v2/get_corporations_corporation_id_orders_history_ok.d.ts +0 -91
- package/v2/get_corporations_corporation_id_orders_ok.d.ts +0 -86
- package/v2/get_corporations_corporation_id_roles_history_ok.d.ts +0 -171
- package/v2/get_corporations_corporation_id_roles_ok.d.ts +0 -543
- package/v2/get_corporations_corporation_id_shareholders_ok.d.ts +0 -29
- package/v2/get_corporations_corporation_id_standings_ok.d.ts +0 -29
- package/v2/get_corporations_corporation_id_starbases_ok.d.ts +0 -51
- package/v2/get_corporations_corporation_id_starbases_starbase_id_ok.d.ts +0 -110
- package/v2/get_corporations_corporation_id_structures_ok.d.ts +0 -176
- package/v2/get_corporations_corporation_id_titles_ok.d.ts +0 -548
- package/v2/get_corporations_corporation_id_wallets_division_journal_ok.d.ts +0 -229
- package/v2/get_corporations_corporation_id_wallets_division_transactions_ok.d.ts +0 -50
- package/v2/get_corporations_corporation_id_wallets_ok.d.ts +0 -62
- package/v2/get_corporations_npccorps_ok.d.ts +0 -9
- package/v2/get_dogma_attributes_attribute_id_ok.d.ts +0 -50
- package/v2/get_dogma_attributes_ok.d.ts +0 -9
- package/v2/get_dogma_dynamic_items_type_id_item_id_ok.d.ts +0 -58
- package/v2/get_dogma_effects_effect_id_ok.d.ts +0 -127
- package/v2/get_dogma_effects_ok.d.ts +0 -9
- package/v2/get_fleets_fleet_id_members_ok.d.ts +0 -54
- package/v2/get_fleets_fleet_id_ok.d.ts +0 -26
- package/v2/get_fleets_fleet_id_wings_ok.d.ts +0 -45
- package/v2/get_fw_leaderboards_characters_ok.d.ts +0 -110
- package/v2/get_fw_leaderboards_corporations_ok.d.ts +0 -109
- package/v2/get_fw_leaderboards_ok.d.ts +0 -182
- package/v2/get_fw_stats_ok.d.ts +0 -66
- package/v2/get_fw_systems_ok.d.ts +0 -41
- package/v2/get_fw_wars_ok.d.ts +0 -24
- package/v2/get_industry_facilities_ok.d.ts +0 -37
- package/v2/get_industry_systems_ok.d.ts +0 -119
- package/v2/get_insurance_prices_ok.d.ts +0 -62
- package/v2/get_markets_groups_market_group_id_ok.d.ts +0 -27
- package/v2/get_markets_groups_ok.d.ts +0 -9
- package/v2/get_markets_prices_ok.d.ts +0 -25
- package/v2/get_markets_region_id_history_ok.d.ts +0 -40
- package/v2/get_markets_region_id_orders_ok.d.ts +0 -74
- package/v2/get_markets_region_id_types_ok.d.ts +0 -9
- package/v2/get_markets_structures_structure_id_ok.d.ts +0 -70
- package/v2/get_opportunities_groups_group_id_ok.d.ts +0 -38
- package/v2/get_opportunities_groups_ok.d.ts +0 -9
- package/v2/get_opportunities_tasks_ok.d.ts +0 -9
- package/v2/get_opportunities_tasks_task_id_ok.d.ts +0 -26
- package/v2/get_route_origin_destination_ok.d.ts +0 -9
- package/v2/get_sovereignty_campaigns_ok.d.ts +0 -83
- package/v2/get_sovereignty_map_ok.d.ts +0 -32
- package/v2/get_sovereignty_structures_ok.d.ts +0 -46
- package/v2/get_universe_ancestries_ok.d.ts +0 -40
- package/v2/get_universe_asteroid_belts_asteroid_belt_id_ok.d.ts +0 -37
- package/v2/get_universe_bloodlines_ok.d.ts +0 -57
- package/v2/get_universe_categories_category_id_ok.d.ts +0 -28
- package/v2/get_universe_categories_ok.d.ts +0 -9
- package/v2/get_universe_constellations_constellation_id_ok.d.ts +0 -47
- package/v2/get_universe_constellations_ok.d.ts +0 -9
- package/v2/get_universe_factions_ok.d.ts +0 -56
- package/v2/get_universe_graphics_graphic_id_ok.d.ts +0 -42
- package/v2/get_universe_graphics_ok.d.ts +0 -9
- package/v2/get_universe_groups_group_id_ok.d.ts +0 -27
- package/v2/get_universe_groups_ok.d.ts +0 -9
- package/v2/get_universe_moons_moon_id_ok.d.ts +0 -41
- package/v2/get_universe_planets_planet_id_ok.d.ts +0 -42
- package/v2/get_universe_races_ok.d.ts +0 -52
- package/v2/get_universe_regions_ok.d.ts +0 -9
- package/v2/get_universe_regions_region_id_ok.d.ts +0 -28
- package/v2/get_universe_schematics_schematic_id_ok.d.ts +0 -18
- package/v2/get_universe_stargates_stargate_id_ok.d.ts +0 -57
- package/v2/get_universe_stars_star_id_ok.d.ts +0 -129
- package/v2/get_universe_stations_station_id_ok.d.ts +0 -104
- package/v2/get_universe_structures_ok.d.ts +0 -9
- package/v2/get_universe_structures_structure_id_ok.d.ts +0 -43
- package/v2/get_universe_system_jumps_ok.d.ts +0 -24
- package/v2/get_universe_system_kills_ok.d.ts +0 -32
- package/v2/get_universe_systems_ok.d.ts +0 -9
- package/v2/get_universe_systems_system_id_ok.d.ts +0 -94
- package/v2/get_universe_types_ok.d.ts +0 -9
- package/v2/get_universe_types_type_id_ok.d.ts +0 -105
- package/v2/get_wars_ok.d.ts +0 -9
- package/v2/get_wars_war_id_killmails_ok.d.ts +0 -24
- package/v2/post_characters_affiliation_ok.d.ts +0 -32
- package/v2/post_characters_character_id_assets_locations_ok.d.ts +0 -39
- package/v2/post_characters_character_id_assets_names_ok.d.ts +0 -24
- package/v2/post_characters_character_id_contacts_created.d.ts +0 -9
- package/v2/post_characters_character_id_cspa_created.d.ts +0 -7
- package/v2/post_characters_character_id_fittings_created.d.ts +0 -14
- package/v2/post_characters_character_id_mail_created.d.ts +0 -7
- package/v2/post_characters_character_id_mail_labels_created.d.ts +0 -7
- package/v2/post_corporations_corporation_id_assets_locations_ok.d.ts +0 -39
- package/v2/post_corporations_corporation_id_assets_names_ok.d.ts +0 -24
- package/v2/post_fleets_fleet_id_wings_created.d.ts +0 -14
- package/v2/post_fleets_fleet_id_wings_wing_id_squads_created.d.ts +0 -14
- package/v2/post_universe_ids_ok.d.ts +0 -86
- package/v2/post_universe_names_ok.d.ts +0 -38
- /package/v2/{extra-types.d.ts → globals/extra-types.d.ts} +0 -0
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporation/{corporation_id}/mining/observers/{observer_id}/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type GetCorporationCorporationIdMiningObserversObserverIdOk =
|
|
10
|
-
GetCorporationCorporationIdMiningObserversObserverId_200Ok[];
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* 200 ok object
|
|
14
|
-
*/
|
|
15
|
-
interface GetCorporationCorporationIdMiningObserversObserverId_200Ok {
|
|
16
|
-
/**
|
|
17
|
-
* The character that did the mining
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
character_id: number;
|
|
21
|
-
/**
|
|
22
|
-
* last_updated string
|
|
23
|
-
*/
|
|
24
|
-
last_updated: string;
|
|
25
|
-
/**
|
|
26
|
-
* quantity integer
|
|
27
|
-
*/
|
|
28
|
-
quantity: number;
|
|
29
|
-
/**
|
|
30
|
-
* The corporation id of the character at the time data was recorded.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
recorded_corporation_id: number;
|
|
34
|
-
type_id: number;
|
|
35
|
-
[k: string]: unknown | undefined;
|
|
36
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporation/{corporation_id}/mining/observers/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* The category of the observing entity
|
|
6
|
-
*/
|
|
7
|
-
type GetCorporationCorporationIdMiningObserversObserverType = "structure";
|
|
8
|
-
/**
|
|
9
|
-
* 200 ok array
|
|
10
|
-
*
|
|
11
|
-
* @maxItems 1000
|
|
12
|
-
*/
|
|
13
|
-
type GetCorporationCorporationIdMiningObserversOk = GetCorporationCorporationIdMiningObservers_200Ok[];
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* 200 ok object
|
|
17
|
-
*/
|
|
18
|
-
interface GetCorporationCorporationIdMiningObservers_200Ok {
|
|
19
|
-
/**
|
|
20
|
-
* last_updated string
|
|
21
|
-
*/
|
|
22
|
-
last_updated: string;
|
|
23
|
-
/**
|
|
24
|
-
* The entity that was observing the asteroid field when it was mined.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
observer_id: number;
|
|
28
|
-
observer_type: GetCorporationCorporationIdMiningObserversObserverType;
|
|
29
|
-
[k: string]: unknown | undefined;
|
|
30
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/alliancehistory/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 10000
|
|
8
|
-
*/
|
|
9
|
-
type GetCorporationsCorporationIdAlliancehistoryOk = GetCorporationsCorporationIdAlliancehistory_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetCorporationsCorporationIdAlliancehistory_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* alliance_id integer
|
|
17
|
-
*/
|
|
18
|
-
alliance_id?: number;
|
|
19
|
-
/**
|
|
20
|
-
* True if the alliance has been closed
|
|
21
|
-
*/
|
|
22
|
-
is_deleted?: boolean;
|
|
23
|
-
/**
|
|
24
|
-
* An incrementing ID that can be used to canonically establish order of records in cases where dates may be ambiguous
|
|
25
|
-
*/
|
|
26
|
-
record_id: number;
|
|
27
|
-
/**
|
|
28
|
-
* start_date string
|
|
29
|
-
*/
|
|
30
|
-
start_date: string;
|
|
31
|
-
[k: string]: unknown | undefined;
|
|
32
|
-
}
|
|
@@ -1,170 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/assets/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* location_flag string
|
|
6
|
-
*/
|
|
7
|
-
type GetCorporationsCorporationIdAssetsLocationFlag =
|
|
8
|
-
| "AssetSafety"
|
|
9
|
-
| "AutoFit"
|
|
10
|
-
| "Bonus"
|
|
11
|
-
| "Booster"
|
|
12
|
-
| "BoosterBay"
|
|
13
|
-
| "Capsule"
|
|
14
|
-
| "Cargo"
|
|
15
|
-
| "CorpDeliveries"
|
|
16
|
-
| "CorpSAG1"
|
|
17
|
-
| "CorpSAG2"
|
|
18
|
-
| "CorpSAG3"
|
|
19
|
-
| "CorpSAG4"
|
|
20
|
-
| "CorpSAG5"
|
|
21
|
-
| "CorpSAG6"
|
|
22
|
-
| "CorpSAG7"
|
|
23
|
-
| "CorporationGoalDeliveries"
|
|
24
|
-
| "CrateLoot"
|
|
25
|
-
| "Deliveries"
|
|
26
|
-
| "DroneBay"
|
|
27
|
-
| "DustBattle"
|
|
28
|
-
| "DustDatabank"
|
|
29
|
-
| "FighterBay"
|
|
30
|
-
| "FighterTube0"
|
|
31
|
-
| "FighterTube1"
|
|
32
|
-
| "FighterTube2"
|
|
33
|
-
| "FighterTube3"
|
|
34
|
-
| "FighterTube4"
|
|
35
|
-
| "FleetHangar"
|
|
36
|
-
| "FrigateEscapeBay"
|
|
37
|
-
| "Hangar"
|
|
38
|
-
| "HangarAll"
|
|
39
|
-
| "HiSlot0"
|
|
40
|
-
| "HiSlot1"
|
|
41
|
-
| "HiSlot2"
|
|
42
|
-
| "HiSlot3"
|
|
43
|
-
| "HiSlot4"
|
|
44
|
-
| "HiSlot5"
|
|
45
|
-
| "HiSlot6"
|
|
46
|
-
| "HiSlot7"
|
|
47
|
-
| "HiddenModifiers"
|
|
48
|
-
| "Implant"
|
|
49
|
-
| "Impounded"
|
|
50
|
-
| "InfrastructureHangar"
|
|
51
|
-
| "JunkyardReprocessed"
|
|
52
|
-
| "JunkyardTrashed"
|
|
53
|
-
| "LoSlot0"
|
|
54
|
-
| "LoSlot1"
|
|
55
|
-
| "LoSlot2"
|
|
56
|
-
| "LoSlot3"
|
|
57
|
-
| "LoSlot4"
|
|
58
|
-
| "LoSlot5"
|
|
59
|
-
| "LoSlot6"
|
|
60
|
-
| "LoSlot7"
|
|
61
|
-
| "Locked"
|
|
62
|
-
| "MedSlot0"
|
|
63
|
-
| "MedSlot1"
|
|
64
|
-
| "MedSlot2"
|
|
65
|
-
| "MedSlot3"
|
|
66
|
-
| "MedSlot4"
|
|
67
|
-
| "MedSlot5"
|
|
68
|
-
| "MedSlot6"
|
|
69
|
-
| "MedSlot7"
|
|
70
|
-
| "MobileDepotHold"
|
|
71
|
-
| "MoonMaterialBay"
|
|
72
|
-
| "OfficeFolder"
|
|
73
|
-
| "Pilot"
|
|
74
|
-
| "PlanetSurface"
|
|
75
|
-
| "QuafeBay"
|
|
76
|
-
| "QuantumCoreRoom"
|
|
77
|
-
| "Reward"
|
|
78
|
-
| "RigSlot0"
|
|
79
|
-
| "RigSlot1"
|
|
80
|
-
| "RigSlot2"
|
|
81
|
-
| "RigSlot3"
|
|
82
|
-
| "RigSlot4"
|
|
83
|
-
| "RigSlot5"
|
|
84
|
-
| "RigSlot6"
|
|
85
|
-
| "RigSlot7"
|
|
86
|
-
| "SecondaryStorage"
|
|
87
|
-
| "ServiceSlot0"
|
|
88
|
-
| "ServiceSlot1"
|
|
89
|
-
| "ServiceSlot2"
|
|
90
|
-
| "ServiceSlot3"
|
|
91
|
-
| "ServiceSlot4"
|
|
92
|
-
| "ServiceSlot5"
|
|
93
|
-
| "ServiceSlot6"
|
|
94
|
-
| "ServiceSlot7"
|
|
95
|
-
| "ShipHangar"
|
|
96
|
-
| "ShipOffline"
|
|
97
|
-
| "Skill"
|
|
98
|
-
| "SkillInTraining"
|
|
99
|
-
| "SpecializedAmmoHold"
|
|
100
|
-
| "SpecializedAsteroidHold"
|
|
101
|
-
| "SpecializedCommandCenterHold"
|
|
102
|
-
| "SpecializedFuelBay"
|
|
103
|
-
| "SpecializedGasHold"
|
|
104
|
-
| "SpecializedIceHold"
|
|
105
|
-
| "SpecializedIndustrialShipHold"
|
|
106
|
-
| "SpecializedLargeShipHold"
|
|
107
|
-
| "SpecializedMaterialBay"
|
|
108
|
-
| "SpecializedMediumShipHold"
|
|
109
|
-
| "SpecializedMineralHold"
|
|
110
|
-
| "SpecializedOreHold"
|
|
111
|
-
| "SpecializedPlanetaryCommoditiesHold"
|
|
112
|
-
| "SpecializedSalvageHold"
|
|
113
|
-
| "SpecializedShipHold"
|
|
114
|
-
| "SpecializedSmallShipHold"
|
|
115
|
-
| "StructureActive"
|
|
116
|
-
| "StructureFuel"
|
|
117
|
-
| "StructureInactive"
|
|
118
|
-
| "StructureOffline"
|
|
119
|
-
| "SubSystemBay"
|
|
120
|
-
| "SubSystemSlot0"
|
|
121
|
-
| "SubSystemSlot1"
|
|
122
|
-
| "SubSystemSlot2"
|
|
123
|
-
| "SubSystemSlot3"
|
|
124
|
-
| "SubSystemSlot4"
|
|
125
|
-
| "SubSystemSlot5"
|
|
126
|
-
| "SubSystemSlot6"
|
|
127
|
-
| "SubSystemSlot7"
|
|
128
|
-
| "Unlocked"
|
|
129
|
-
| "Wallet"
|
|
130
|
-
| "Wardrobe";
|
|
131
|
-
/**
|
|
132
|
-
* location_type string
|
|
133
|
-
*/
|
|
134
|
-
type GetCorporationsCorporationIdAssetsLocationType = "station" | "solar_system" | "item" | "other";
|
|
135
|
-
/**
|
|
136
|
-
* 200 ok array
|
|
137
|
-
*
|
|
138
|
-
* @maxItems 1000
|
|
139
|
-
*/
|
|
140
|
-
type GetCorporationsCorporationIdAssetsOk = GetCorporationsCorporationIdAssets_200Ok[];
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* 200 ok object
|
|
144
|
-
*/
|
|
145
|
-
interface GetCorporationsCorporationIdAssets_200Ok {
|
|
146
|
-
/**
|
|
147
|
-
* is_blueprint_copy boolean
|
|
148
|
-
*/
|
|
149
|
-
is_blueprint_copy?: boolean;
|
|
150
|
-
/**
|
|
151
|
-
* is_singleton boolean
|
|
152
|
-
*/
|
|
153
|
-
is_singleton: boolean;
|
|
154
|
-
/**
|
|
155
|
-
* item_id integer
|
|
156
|
-
*/
|
|
157
|
-
item_id: number;
|
|
158
|
-
location_flag: GetCorporationsCorporationIdAssetsLocationFlag;
|
|
159
|
-
/**
|
|
160
|
-
* location_id integer
|
|
161
|
-
*/
|
|
162
|
-
location_id: number;
|
|
163
|
-
location_type: GetCorporationsCorporationIdAssetsLocationType;
|
|
164
|
-
/**
|
|
165
|
-
* quantity integer
|
|
166
|
-
*/
|
|
167
|
-
quantity: number;
|
|
168
|
-
type_id: number;
|
|
169
|
-
[k: string]: unknown | undefined;
|
|
170
|
-
}
|
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/blueprints/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Type of the location_id
|
|
6
|
-
*/
|
|
7
|
-
type GetCorporationsCorporationIdBlueprintsLocationFlag =
|
|
8
|
-
| "AssetSafety"
|
|
9
|
-
| "AutoFit"
|
|
10
|
-
| "Bonus"
|
|
11
|
-
| "Booster"
|
|
12
|
-
| "BoosterBay"
|
|
13
|
-
| "Capsule"
|
|
14
|
-
| "Cargo"
|
|
15
|
-
| "CorpDeliveries"
|
|
16
|
-
| "CorpSAG1"
|
|
17
|
-
| "CorpSAG2"
|
|
18
|
-
| "CorpSAG3"
|
|
19
|
-
| "CorpSAG4"
|
|
20
|
-
| "CorpSAG5"
|
|
21
|
-
| "CorpSAG6"
|
|
22
|
-
| "CorpSAG7"
|
|
23
|
-
| "CrateLoot"
|
|
24
|
-
| "Deliveries"
|
|
25
|
-
| "DroneBay"
|
|
26
|
-
| "DustBattle"
|
|
27
|
-
| "DustDatabank"
|
|
28
|
-
| "FighterBay"
|
|
29
|
-
| "FighterTube0"
|
|
30
|
-
| "FighterTube1"
|
|
31
|
-
| "FighterTube2"
|
|
32
|
-
| "FighterTube3"
|
|
33
|
-
| "FighterTube4"
|
|
34
|
-
| "FleetHangar"
|
|
35
|
-
| "FrigateEscapeBay"
|
|
36
|
-
| "Hangar"
|
|
37
|
-
| "HangarAll"
|
|
38
|
-
| "HiSlot0"
|
|
39
|
-
| "HiSlot1"
|
|
40
|
-
| "HiSlot2"
|
|
41
|
-
| "HiSlot3"
|
|
42
|
-
| "HiSlot4"
|
|
43
|
-
| "HiSlot5"
|
|
44
|
-
| "HiSlot6"
|
|
45
|
-
| "HiSlot7"
|
|
46
|
-
| "HiddenModifiers"
|
|
47
|
-
| "Implant"
|
|
48
|
-
| "Impounded"
|
|
49
|
-
| "JunkyardReprocessed"
|
|
50
|
-
| "JunkyardTrashed"
|
|
51
|
-
| "LoSlot0"
|
|
52
|
-
| "LoSlot1"
|
|
53
|
-
| "LoSlot2"
|
|
54
|
-
| "LoSlot3"
|
|
55
|
-
| "LoSlot4"
|
|
56
|
-
| "LoSlot5"
|
|
57
|
-
| "LoSlot6"
|
|
58
|
-
| "LoSlot7"
|
|
59
|
-
| "Locked"
|
|
60
|
-
| "MedSlot0"
|
|
61
|
-
| "MedSlot1"
|
|
62
|
-
| "MedSlot2"
|
|
63
|
-
| "MedSlot3"
|
|
64
|
-
| "MedSlot4"
|
|
65
|
-
| "MedSlot5"
|
|
66
|
-
| "MedSlot6"
|
|
67
|
-
| "MedSlot7"
|
|
68
|
-
| "OfficeFolder"
|
|
69
|
-
| "Pilot"
|
|
70
|
-
| "PlanetSurface"
|
|
71
|
-
| "QuafeBay"
|
|
72
|
-
| "QuantumCoreRoom"
|
|
73
|
-
| "Reward"
|
|
74
|
-
| "RigSlot0"
|
|
75
|
-
| "RigSlot1"
|
|
76
|
-
| "RigSlot2"
|
|
77
|
-
| "RigSlot3"
|
|
78
|
-
| "RigSlot4"
|
|
79
|
-
| "RigSlot5"
|
|
80
|
-
| "RigSlot6"
|
|
81
|
-
| "RigSlot7"
|
|
82
|
-
| "SecondaryStorage"
|
|
83
|
-
| "ServiceSlot0"
|
|
84
|
-
| "ServiceSlot1"
|
|
85
|
-
| "ServiceSlot2"
|
|
86
|
-
| "ServiceSlot3"
|
|
87
|
-
| "ServiceSlot4"
|
|
88
|
-
| "ServiceSlot5"
|
|
89
|
-
| "ServiceSlot6"
|
|
90
|
-
| "ServiceSlot7"
|
|
91
|
-
| "ShipHangar"
|
|
92
|
-
| "ShipOffline"
|
|
93
|
-
| "Skill"
|
|
94
|
-
| "SkillInTraining"
|
|
95
|
-
| "SpecializedAmmoHold"
|
|
96
|
-
| "SpecializedCommandCenterHold"
|
|
97
|
-
| "SpecializedFuelBay"
|
|
98
|
-
| "SpecializedGasHold"
|
|
99
|
-
| "SpecializedIndustrialShipHold"
|
|
100
|
-
| "SpecializedLargeShipHold"
|
|
101
|
-
| "SpecializedMaterialBay"
|
|
102
|
-
| "SpecializedMediumShipHold"
|
|
103
|
-
| "SpecializedMineralHold"
|
|
104
|
-
| "SpecializedOreHold"
|
|
105
|
-
| "SpecializedPlanetaryCommoditiesHold"
|
|
106
|
-
| "SpecializedSalvageHold"
|
|
107
|
-
| "SpecializedShipHold"
|
|
108
|
-
| "SpecializedSmallShipHold"
|
|
109
|
-
| "StructureActive"
|
|
110
|
-
| "StructureFuel"
|
|
111
|
-
| "StructureInactive"
|
|
112
|
-
| "StructureOffline"
|
|
113
|
-
| "SubSystemBay"
|
|
114
|
-
| "SubSystemSlot0"
|
|
115
|
-
| "SubSystemSlot1"
|
|
116
|
-
| "SubSystemSlot2"
|
|
117
|
-
| "SubSystemSlot3"
|
|
118
|
-
| "SubSystemSlot4"
|
|
119
|
-
| "SubSystemSlot5"
|
|
120
|
-
| "SubSystemSlot6"
|
|
121
|
-
| "SubSystemSlot7"
|
|
122
|
-
| "Unlocked"
|
|
123
|
-
| "Wallet"
|
|
124
|
-
| "Wardrobe";
|
|
125
|
-
/**
|
|
126
|
-
* 200 ok array
|
|
127
|
-
*
|
|
128
|
-
* @maxItems 1000
|
|
129
|
-
*/
|
|
130
|
-
type GetCorporationsCorporationIdBlueprintsOk = GetCorporationsCorporationIdBlueprints_200Ok[];
|
|
131
|
-
|
|
132
|
-
/**
|
|
133
|
-
* 200 ok object
|
|
134
|
-
*/
|
|
135
|
-
interface GetCorporationsCorporationIdBlueprints_200Ok {
|
|
136
|
-
/**
|
|
137
|
-
* Unique ID for this item.
|
|
138
|
-
*/
|
|
139
|
-
item_id: number;
|
|
140
|
-
location_flag: GetCorporationsCorporationIdBlueprintsLocationFlag;
|
|
141
|
-
/**
|
|
142
|
-
* References a station, a ship or an item_id if this blueprint is located within a container.
|
|
143
|
-
*/
|
|
144
|
-
location_id: number;
|
|
145
|
-
/**
|
|
146
|
-
* Material Efficiency Level of the blueprint.
|
|
147
|
-
*/
|
|
148
|
-
material_efficiency: number;
|
|
149
|
-
/**
|
|
150
|
-
* A range of numbers with a minimum of -2 and no maximum value where -1 is an original and -2 is a copy. It can be a positive integer if it is a stack of blueprint originals fresh from the market (e.g. no activities performed on them yet).
|
|
151
|
-
*/
|
|
152
|
-
quantity: number;
|
|
153
|
-
/**
|
|
154
|
-
* Number of runs remaining if the blueprint is a copy, -1 if it is an original.
|
|
155
|
-
*/
|
|
156
|
-
runs: number;
|
|
157
|
-
/**
|
|
158
|
-
* Time Efficiency Level of the blueprint.
|
|
159
|
-
*/
|
|
160
|
-
time_efficiency: number;
|
|
161
|
-
type_id: number;
|
|
162
|
-
[k: string]: unknown | undefined;
|
|
163
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/contacts/labels/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 64
|
|
8
|
-
*/
|
|
9
|
-
type GetCorporationsCorporationIdContactsLabelsOk = GetCorporationsCorporationIdContactsLabels_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetCorporationsCorporationIdContactsLabels_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* label_id integer
|
|
17
|
-
*/
|
|
18
|
-
label_id: number;
|
|
19
|
-
/**
|
|
20
|
-
* label_name string
|
|
21
|
-
*/
|
|
22
|
-
label_name: string;
|
|
23
|
-
[k: string]: unknown | undefined;
|
|
24
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/contacts/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* contact_type string
|
|
6
|
-
*/
|
|
7
|
-
type GetCorporationsCorporationIdContactsContactType = "character" | "corporation" | "alliance" | "faction";
|
|
8
|
-
/**
|
|
9
|
-
* 200 ok array
|
|
10
|
-
*
|
|
11
|
-
* @maxItems 200
|
|
12
|
-
*/
|
|
13
|
-
type GetCorporationsCorporationIdContactsOk = GetCorporationsCorporationIdContacts_200Ok[];
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* 200 ok object
|
|
17
|
-
*/
|
|
18
|
-
interface GetCorporationsCorporationIdContacts_200Ok {
|
|
19
|
-
/**
|
|
20
|
-
* contact_id integer
|
|
21
|
-
*/
|
|
22
|
-
contact_id: number;
|
|
23
|
-
contact_type: GetCorporationsCorporationIdContactsContactType;
|
|
24
|
-
/**
|
|
25
|
-
* Whether this contact is being watched
|
|
26
|
-
*/
|
|
27
|
-
is_watched?: boolean;
|
|
28
|
-
/**
|
|
29
|
-
* label_ids array
|
|
30
|
-
*
|
|
31
|
-
* @maxItems 63
|
|
32
|
-
*/
|
|
33
|
-
label_ids?: number[];
|
|
34
|
-
/**
|
|
35
|
-
* Standing of the contact
|
|
36
|
-
*/
|
|
37
|
-
standing: number;
|
|
38
|
-
[k: string]: unknown | undefined;
|
|
39
|
-
}
|
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/containers/logs/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* action string
|
|
6
|
-
*/
|
|
7
|
-
type GetCorporationsCorporationIdContainersLogsAction =
|
|
8
|
-
| "add"
|
|
9
|
-
| "assemble"
|
|
10
|
-
| "configure"
|
|
11
|
-
| "enter_password"
|
|
12
|
-
| "lock"
|
|
13
|
-
| "move"
|
|
14
|
-
| "repackage"
|
|
15
|
-
| "set_name"
|
|
16
|
-
| "set_password"
|
|
17
|
-
| "unlock";
|
|
18
|
-
/**
|
|
19
|
-
* location_flag string
|
|
20
|
-
*/
|
|
21
|
-
type GetCorporationsCorporationIdContainersLogsLocationFlag =
|
|
22
|
-
| "AssetSafety"
|
|
23
|
-
| "AutoFit"
|
|
24
|
-
| "Bonus"
|
|
25
|
-
| "Booster"
|
|
26
|
-
| "BoosterBay"
|
|
27
|
-
| "Capsule"
|
|
28
|
-
| "Cargo"
|
|
29
|
-
| "CorpDeliveries"
|
|
30
|
-
| "CorpSAG1"
|
|
31
|
-
| "CorpSAG2"
|
|
32
|
-
| "CorpSAG3"
|
|
33
|
-
| "CorpSAG4"
|
|
34
|
-
| "CorpSAG5"
|
|
35
|
-
| "CorpSAG6"
|
|
36
|
-
| "CorpSAG7"
|
|
37
|
-
| "CrateLoot"
|
|
38
|
-
| "Deliveries"
|
|
39
|
-
| "DroneBay"
|
|
40
|
-
| "DustBattle"
|
|
41
|
-
| "DustDatabank"
|
|
42
|
-
| "FighterBay"
|
|
43
|
-
| "FighterTube0"
|
|
44
|
-
| "FighterTube1"
|
|
45
|
-
| "FighterTube2"
|
|
46
|
-
| "FighterTube3"
|
|
47
|
-
| "FighterTube4"
|
|
48
|
-
| "FleetHangar"
|
|
49
|
-
| "FrigateEscapeBay"
|
|
50
|
-
| "Hangar"
|
|
51
|
-
| "HangarAll"
|
|
52
|
-
| "HiSlot0"
|
|
53
|
-
| "HiSlot1"
|
|
54
|
-
| "HiSlot2"
|
|
55
|
-
| "HiSlot3"
|
|
56
|
-
| "HiSlot4"
|
|
57
|
-
| "HiSlot5"
|
|
58
|
-
| "HiSlot6"
|
|
59
|
-
| "HiSlot7"
|
|
60
|
-
| "HiddenModifiers"
|
|
61
|
-
| "Implant"
|
|
62
|
-
| "Impounded"
|
|
63
|
-
| "JunkyardReprocessed"
|
|
64
|
-
| "JunkyardTrashed"
|
|
65
|
-
| "LoSlot0"
|
|
66
|
-
| "LoSlot1"
|
|
67
|
-
| "LoSlot2"
|
|
68
|
-
| "LoSlot3"
|
|
69
|
-
| "LoSlot4"
|
|
70
|
-
| "LoSlot5"
|
|
71
|
-
| "LoSlot6"
|
|
72
|
-
| "LoSlot7"
|
|
73
|
-
| "Locked"
|
|
74
|
-
| "MedSlot0"
|
|
75
|
-
| "MedSlot1"
|
|
76
|
-
| "MedSlot2"
|
|
77
|
-
| "MedSlot3"
|
|
78
|
-
| "MedSlot4"
|
|
79
|
-
| "MedSlot5"
|
|
80
|
-
| "MedSlot6"
|
|
81
|
-
| "MedSlot7"
|
|
82
|
-
| "OfficeFolder"
|
|
83
|
-
| "Pilot"
|
|
84
|
-
| "PlanetSurface"
|
|
85
|
-
| "QuafeBay"
|
|
86
|
-
| "QuantumCoreRoom"
|
|
87
|
-
| "Reward"
|
|
88
|
-
| "RigSlot0"
|
|
89
|
-
| "RigSlot1"
|
|
90
|
-
| "RigSlot2"
|
|
91
|
-
| "RigSlot3"
|
|
92
|
-
| "RigSlot4"
|
|
93
|
-
| "RigSlot5"
|
|
94
|
-
| "RigSlot6"
|
|
95
|
-
| "RigSlot7"
|
|
96
|
-
| "SecondaryStorage"
|
|
97
|
-
| "ServiceSlot0"
|
|
98
|
-
| "ServiceSlot1"
|
|
99
|
-
| "ServiceSlot2"
|
|
100
|
-
| "ServiceSlot3"
|
|
101
|
-
| "ServiceSlot4"
|
|
102
|
-
| "ServiceSlot5"
|
|
103
|
-
| "ServiceSlot6"
|
|
104
|
-
| "ServiceSlot7"
|
|
105
|
-
| "ShipHangar"
|
|
106
|
-
| "ShipOffline"
|
|
107
|
-
| "Skill"
|
|
108
|
-
| "SkillInTraining"
|
|
109
|
-
| "SpecializedAmmoHold"
|
|
110
|
-
| "SpecializedCommandCenterHold"
|
|
111
|
-
| "SpecializedFuelBay"
|
|
112
|
-
| "SpecializedGasHold"
|
|
113
|
-
| "SpecializedIndustrialShipHold"
|
|
114
|
-
| "SpecializedLargeShipHold"
|
|
115
|
-
| "SpecializedMaterialBay"
|
|
116
|
-
| "SpecializedMediumShipHold"
|
|
117
|
-
| "SpecializedMineralHold"
|
|
118
|
-
| "SpecializedOreHold"
|
|
119
|
-
| "SpecializedPlanetaryCommoditiesHold"
|
|
120
|
-
| "SpecializedSalvageHold"
|
|
121
|
-
| "SpecializedShipHold"
|
|
122
|
-
| "SpecializedSmallShipHold"
|
|
123
|
-
| "StructureActive"
|
|
124
|
-
| "StructureFuel"
|
|
125
|
-
| "StructureInactive"
|
|
126
|
-
| "StructureOffline"
|
|
127
|
-
| "SubSystemBay"
|
|
128
|
-
| "SubSystemSlot0"
|
|
129
|
-
| "SubSystemSlot1"
|
|
130
|
-
| "SubSystemSlot2"
|
|
131
|
-
| "SubSystemSlot3"
|
|
132
|
-
| "SubSystemSlot4"
|
|
133
|
-
| "SubSystemSlot5"
|
|
134
|
-
| "SubSystemSlot6"
|
|
135
|
-
| "SubSystemSlot7"
|
|
136
|
-
| "Unlocked"
|
|
137
|
-
| "Wallet"
|
|
138
|
-
| "Wardrobe";
|
|
139
|
-
/**
|
|
140
|
-
* Type of password set if action is of type SetPassword or EnterPassword
|
|
141
|
-
*/
|
|
142
|
-
type GetCorporationsCorporationIdContainersLogsPasswordType = "config" | "general";
|
|
143
|
-
/**
|
|
144
|
-
* 200 ok array
|
|
145
|
-
*
|
|
146
|
-
* @maxItems 1000
|
|
147
|
-
*/
|
|
148
|
-
type GetCorporationsCorporationIdContainersLogsOk = GetCorporationsCorporationIdContainersLogs_200Ok[];
|
|
149
|
-
|
|
150
|
-
/**
|
|
151
|
-
* 200 ok object
|
|
152
|
-
*/
|
|
153
|
-
interface GetCorporationsCorporationIdContainersLogs_200Ok {
|
|
154
|
-
action: GetCorporationsCorporationIdContainersLogsAction;
|
|
155
|
-
/**
|
|
156
|
-
* ID of the character who performed the action.
|
|
157
|
-
*/
|
|
158
|
-
character_id: number;
|
|
159
|
-
/**
|
|
160
|
-
* ID of the container
|
|
161
|
-
*/
|
|
162
|
-
container_id: number;
|
|
163
|
-
container_type_id: number;
|
|
164
|
-
location_flag: GetCorporationsCorporationIdContainersLogsLocationFlag;
|
|
165
|
-
/**
|
|
166
|
-
* location_id integer
|
|
167
|
-
*/
|
|
168
|
-
location_id: number;
|
|
169
|
-
/**
|
|
170
|
-
* Timestamp when this log was created
|
|
171
|
-
*/
|
|
172
|
-
logged_at: string;
|
|
173
|
-
/**
|
|
174
|
-
* new_config_bitmask integer
|
|
175
|
-
*/
|
|
176
|
-
new_config_bitmask?: number;
|
|
177
|
-
/**
|
|
178
|
-
* old_config_bitmask integer
|
|
179
|
-
*/
|
|
180
|
-
old_config_bitmask?: number;
|
|
181
|
-
password_type?: GetCorporationsCorporationIdContainersLogsPasswordType;
|
|
182
|
-
/**
|
|
183
|
-
* Quantity of the item being acted upon
|
|
184
|
-
*/
|
|
185
|
-
quantity?: number;
|
|
186
|
-
type_id?: number;
|
|
187
|
-
[k: string]: unknown | undefined;
|
|
188
|
-
}
|