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,129 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/universe/stars/{star_id}/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* spectral_class string
|
|
6
|
-
*/
|
|
7
|
-
type GetUniverseStarsStarIdSpectralClass =
|
|
8
|
-
| "K2 V"
|
|
9
|
-
| "K4 V"
|
|
10
|
-
| "G2 V"
|
|
11
|
-
| "G8 V"
|
|
12
|
-
| "M7 V"
|
|
13
|
-
| "K7 V"
|
|
14
|
-
| "M2 V"
|
|
15
|
-
| "K5 V"
|
|
16
|
-
| "M3 V"
|
|
17
|
-
| "G0 V"
|
|
18
|
-
| "G7 V"
|
|
19
|
-
| "G3 V"
|
|
20
|
-
| "F9 V"
|
|
21
|
-
| "G5 V"
|
|
22
|
-
| "F6 V"
|
|
23
|
-
| "K8 V"
|
|
24
|
-
| "K9 V"
|
|
25
|
-
| "K6 V"
|
|
26
|
-
| "G9 V"
|
|
27
|
-
| "G6 V"
|
|
28
|
-
| "G4 VI"
|
|
29
|
-
| "G4 V"
|
|
30
|
-
| "F8 V"
|
|
31
|
-
| "F2 V"
|
|
32
|
-
| "F1 V"
|
|
33
|
-
| "K3 V"
|
|
34
|
-
| "F0 VI"
|
|
35
|
-
| "G1 VI"
|
|
36
|
-
| "G0 VI"
|
|
37
|
-
| "K1 V"
|
|
38
|
-
| "M4 V"
|
|
39
|
-
| "M1 V"
|
|
40
|
-
| "M6 V"
|
|
41
|
-
| "M0 V"
|
|
42
|
-
| "K2 IV"
|
|
43
|
-
| "G2 VI"
|
|
44
|
-
| "K0 V"
|
|
45
|
-
| "K5 IV"
|
|
46
|
-
| "F5 VI"
|
|
47
|
-
| "G6 VI"
|
|
48
|
-
| "F6 VI"
|
|
49
|
-
| "F2 IV"
|
|
50
|
-
| "G3 VI"
|
|
51
|
-
| "M8 V"
|
|
52
|
-
| "F1 VI"
|
|
53
|
-
| "K1 IV"
|
|
54
|
-
| "F7 V"
|
|
55
|
-
| "G5 VI"
|
|
56
|
-
| "M5 V"
|
|
57
|
-
| "G7 VI"
|
|
58
|
-
| "F5 V"
|
|
59
|
-
| "F4 VI"
|
|
60
|
-
| "F8 VI"
|
|
61
|
-
| "K3 IV"
|
|
62
|
-
| "F4 IV"
|
|
63
|
-
| "F0 V"
|
|
64
|
-
| "G7 IV"
|
|
65
|
-
| "G8 VI"
|
|
66
|
-
| "F2 VI"
|
|
67
|
-
| "F4 V"
|
|
68
|
-
| "F7 VI"
|
|
69
|
-
| "F3 V"
|
|
70
|
-
| "G1 V"
|
|
71
|
-
| "G9 VI"
|
|
72
|
-
| "F3 IV"
|
|
73
|
-
| "F9 VI"
|
|
74
|
-
| "M9 V"
|
|
75
|
-
| "K0 IV"
|
|
76
|
-
| "F1 IV"
|
|
77
|
-
| "G4 IV"
|
|
78
|
-
| "F3 VI"
|
|
79
|
-
| "K4 IV"
|
|
80
|
-
| "G5 IV"
|
|
81
|
-
| "G3 IV"
|
|
82
|
-
| "G1 IV"
|
|
83
|
-
| "K7 IV"
|
|
84
|
-
| "G0 IV"
|
|
85
|
-
| "K6 IV"
|
|
86
|
-
| "K9 IV"
|
|
87
|
-
| "G2 IV"
|
|
88
|
-
| "F9 IV"
|
|
89
|
-
| "F0 IV"
|
|
90
|
-
| "K8 IV"
|
|
91
|
-
| "G8 IV"
|
|
92
|
-
| "F6 IV"
|
|
93
|
-
| "F5 IV"
|
|
94
|
-
| "A0"
|
|
95
|
-
| "A0IV"
|
|
96
|
-
| "A0IV2";
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
* 200 ok object
|
|
100
|
-
*/
|
|
101
|
-
interface GetUniverseStarsStarIdOk {
|
|
102
|
-
/**
|
|
103
|
-
* Age of star in years
|
|
104
|
-
*/
|
|
105
|
-
age: number;
|
|
106
|
-
/**
|
|
107
|
-
* luminosity number
|
|
108
|
-
*/
|
|
109
|
-
luminosity: number;
|
|
110
|
-
/**
|
|
111
|
-
* name string
|
|
112
|
-
*/
|
|
113
|
-
name: string;
|
|
114
|
-
/**
|
|
115
|
-
* radius integer
|
|
116
|
-
*/
|
|
117
|
-
radius: number;
|
|
118
|
-
/**
|
|
119
|
-
* solar_system_id integer
|
|
120
|
-
*/
|
|
121
|
-
solar_system_id: number;
|
|
122
|
-
spectral_class: GetUniverseStarsStarIdSpectralClass;
|
|
123
|
-
/**
|
|
124
|
-
* temperature integer
|
|
125
|
-
*/
|
|
126
|
-
temperature: number;
|
|
127
|
-
type_id: number;
|
|
128
|
-
[k: string]: unknown | undefined;
|
|
129
|
-
}
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/universe/stations/{station_id}/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* service string
|
|
6
|
-
*/
|
|
7
|
-
type GetUniverseStationsStationIdService =
|
|
8
|
-
| "bounty-missions"
|
|
9
|
-
| "assasination-missions"
|
|
10
|
-
| "courier-missions"
|
|
11
|
-
| "interbus"
|
|
12
|
-
| "reprocessing-plant"
|
|
13
|
-
| "refinery"
|
|
14
|
-
| "market"
|
|
15
|
-
| "black-market"
|
|
16
|
-
| "stock-exchange"
|
|
17
|
-
| "cloning"
|
|
18
|
-
| "surgery"
|
|
19
|
-
| "dna-therapy"
|
|
20
|
-
| "repair-facilities"
|
|
21
|
-
| "factory"
|
|
22
|
-
| "labratory"
|
|
23
|
-
| "gambling"
|
|
24
|
-
| "fitting"
|
|
25
|
-
| "paintshop"
|
|
26
|
-
| "news"
|
|
27
|
-
| "storage"
|
|
28
|
-
| "insurance"
|
|
29
|
-
| "docking"
|
|
30
|
-
| "office-rental"
|
|
31
|
-
| "jump-clone-facility"
|
|
32
|
-
| "loyalty-point-store"
|
|
33
|
-
| "navy-offices"
|
|
34
|
-
| "security-offices";
|
|
35
|
-
/**
|
|
36
|
-
* services array
|
|
37
|
-
*
|
|
38
|
-
* @maxItems 30
|
|
39
|
-
*/
|
|
40
|
-
type GetUniverseStationsStationIdServices = GetUniverseStationsStationIdService[];
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* 200 ok object
|
|
44
|
-
*/
|
|
45
|
-
interface GetUniverseStationsStationIdOk {
|
|
46
|
-
/**
|
|
47
|
-
* max_dockable_ship_volume number
|
|
48
|
-
*/
|
|
49
|
-
max_dockable_ship_volume: number;
|
|
50
|
-
/**
|
|
51
|
-
* name string
|
|
52
|
-
*/
|
|
53
|
-
name: string;
|
|
54
|
-
/**
|
|
55
|
-
* office_rental_cost number
|
|
56
|
-
*/
|
|
57
|
-
office_rental_cost: number;
|
|
58
|
-
/**
|
|
59
|
-
* ID of the corporation that controls this station
|
|
60
|
-
*/
|
|
61
|
-
owner?: number;
|
|
62
|
-
position: GetUniverseStationsStationIdPosition;
|
|
63
|
-
/**
|
|
64
|
-
* race_id integer
|
|
65
|
-
*/
|
|
66
|
-
race_id?: number;
|
|
67
|
-
/**
|
|
68
|
-
* reprocessing_efficiency number
|
|
69
|
-
*/
|
|
70
|
-
reprocessing_efficiency: number;
|
|
71
|
-
/**
|
|
72
|
-
* reprocessing_stations_take number
|
|
73
|
-
*/
|
|
74
|
-
reprocessing_stations_take: number;
|
|
75
|
-
services: GetUniverseStationsStationIdServices;
|
|
76
|
-
/**
|
|
77
|
-
* station_id integer
|
|
78
|
-
*/
|
|
79
|
-
station_id: number;
|
|
80
|
-
/**
|
|
81
|
-
* The solar system this station is in
|
|
82
|
-
*/
|
|
83
|
-
system_id: number;
|
|
84
|
-
type_id: number;
|
|
85
|
-
[k: string]: unknown | undefined;
|
|
86
|
-
}
|
|
87
|
-
/**
|
|
88
|
-
* position object
|
|
89
|
-
*/
|
|
90
|
-
interface GetUniverseStationsStationIdPosition {
|
|
91
|
-
/**
|
|
92
|
-
* x number
|
|
93
|
-
*/
|
|
94
|
-
x: number;
|
|
95
|
-
/**
|
|
96
|
-
* y number
|
|
97
|
-
*/
|
|
98
|
-
y: number;
|
|
99
|
-
/**
|
|
100
|
-
* z number
|
|
101
|
-
*/
|
|
102
|
-
z: number;
|
|
103
|
-
[k: string]: unknown | undefined;
|
|
104
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/universe/structures/{structure_id}/
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* 200 ok object
|
|
7
|
-
*/
|
|
8
|
-
interface GetUniverseStructuresStructureIdOk {
|
|
9
|
-
/**
|
|
10
|
-
* The full name of the structure
|
|
11
|
-
*/
|
|
12
|
-
name: string;
|
|
13
|
-
/**
|
|
14
|
-
* The ID of the corporation who owns this particular structure
|
|
15
|
-
*/
|
|
16
|
-
owner_id: number;
|
|
17
|
-
position?: GetUniverseStructuresStructureIdPosition;
|
|
18
|
-
/**
|
|
19
|
-
* solar_system_id integer
|
|
20
|
-
*/
|
|
21
|
-
solar_system_id: number;
|
|
22
|
-
type_id?: number;
|
|
23
|
-
[k: string]: unknown | undefined;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Coordinates of the structure in Cartesian space relative to the Sun, in metres.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
interface GetUniverseStructuresStructureIdPosition {
|
|
30
|
-
/**
|
|
31
|
-
* x number
|
|
32
|
-
*/
|
|
33
|
-
x: number;
|
|
34
|
-
/**
|
|
35
|
-
* y number
|
|
36
|
-
*/
|
|
37
|
-
y: number;
|
|
38
|
-
/**
|
|
39
|
-
* z number
|
|
40
|
-
*/
|
|
41
|
-
z: number;
|
|
42
|
-
[k: string]: unknown | undefined;
|
|
43
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/universe/system_jumps/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 10000
|
|
8
|
-
*/
|
|
9
|
-
type GetUniverseSystemJumpsOk = GetUniverseSystemJumps_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetUniverseSystemJumps_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* ship_jumps integer
|
|
17
|
-
*/
|
|
18
|
-
ship_jumps: number;
|
|
19
|
-
/**
|
|
20
|
-
* system_id integer
|
|
21
|
-
*/
|
|
22
|
-
system_id: number;
|
|
23
|
-
[k: string]: unknown | undefined;
|
|
24
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/universe/system_kills/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 10000
|
|
8
|
-
*/
|
|
9
|
-
type GetUniverseSystemKillsOk = GetUniverseSystemKills_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetUniverseSystemKills_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* Number of NPC ships killed in this system
|
|
17
|
-
*/
|
|
18
|
-
npc_kills: number;
|
|
19
|
-
/**
|
|
20
|
-
* Number of pods killed in this system
|
|
21
|
-
*/
|
|
22
|
-
pod_kills: number;
|
|
23
|
-
/**
|
|
24
|
-
* Number of player ships killed in this system
|
|
25
|
-
*/
|
|
26
|
-
ship_kills: number;
|
|
27
|
-
/**
|
|
28
|
-
* system_id integer
|
|
29
|
-
*/
|
|
30
|
-
system_id: number;
|
|
31
|
-
[k: string]: unknown | undefined;
|
|
32
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/universe/systems/{system_id}/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* planets array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type GetUniverseSystemsSystemIdPlanets = GetUniverseSystemsSystemIdPlanet[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetUniverseSystemsSystemIdOk {
|
|
15
|
-
/**
|
|
16
|
-
* The constellation this solar system is in
|
|
17
|
-
*/
|
|
18
|
-
constellation_id: number;
|
|
19
|
-
/**
|
|
20
|
-
* name string
|
|
21
|
-
*/
|
|
22
|
-
name: string;
|
|
23
|
-
planets?: GetUniverseSystemsSystemIdPlanets;
|
|
24
|
-
position: GetUniverseSystemsSystemIdPosition;
|
|
25
|
-
/**
|
|
26
|
-
* security_class string
|
|
27
|
-
*/
|
|
28
|
-
security_class?: string;
|
|
29
|
-
/**
|
|
30
|
-
* security_status number
|
|
31
|
-
*/
|
|
32
|
-
security_status: number;
|
|
33
|
-
/**
|
|
34
|
-
* star_id integer
|
|
35
|
-
*/
|
|
36
|
-
star_id?: number;
|
|
37
|
-
/**
|
|
38
|
-
* stargates array
|
|
39
|
-
*
|
|
40
|
-
* @maxItems 25
|
|
41
|
-
*/
|
|
42
|
-
stargates?: number[];
|
|
43
|
-
/**
|
|
44
|
-
* stations array
|
|
45
|
-
*
|
|
46
|
-
* @maxItems 25
|
|
47
|
-
*/
|
|
48
|
-
stations?: number[];
|
|
49
|
-
/**
|
|
50
|
-
* system_id integer
|
|
51
|
-
*/
|
|
52
|
-
system_id: number;
|
|
53
|
-
[k: string]: unknown | undefined;
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* planet object
|
|
57
|
-
*/
|
|
58
|
-
interface GetUniverseSystemsSystemIdPlanet {
|
|
59
|
-
/**
|
|
60
|
-
* asteroid_belts array
|
|
61
|
-
*
|
|
62
|
-
* @maxItems 100
|
|
63
|
-
*/
|
|
64
|
-
asteroid_belts?: number[];
|
|
65
|
-
/**
|
|
66
|
-
* moons array
|
|
67
|
-
*
|
|
68
|
-
* @maxItems 1000
|
|
69
|
-
*/
|
|
70
|
-
moons?: number[];
|
|
71
|
-
/**
|
|
72
|
-
* planet_id integer
|
|
73
|
-
*/
|
|
74
|
-
planet_id: number;
|
|
75
|
-
[k: string]: unknown | undefined;
|
|
76
|
-
}
|
|
77
|
-
/**
|
|
78
|
-
* position object
|
|
79
|
-
*/
|
|
80
|
-
interface GetUniverseSystemsSystemIdPosition {
|
|
81
|
-
/**
|
|
82
|
-
* x number
|
|
83
|
-
*/
|
|
84
|
-
x: number;
|
|
85
|
-
/**
|
|
86
|
-
* y number
|
|
87
|
-
*/
|
|
88
|
-
y: number;
|
|
89
|
-
/**
|
|
90
|
-
* z number
|
|
91
|
-
*/
|
|
92
|
-
z: number;
|
|
93
|
-
[k: string]: unknown | undefined;
|
|
94
|
-
}
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/universe/types/{type_id}/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* dogma_attributes array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type GetUniverseTypesTypeIdDogmaAttributes = GetUniverseTypesTypeIdDogmaAttribute[];
|
|
10
|
-
/**
|
|
11
|
-
* dogma_effects array
|
|
12
|
-
*
|
|
13
|
-
* @maxItems 1000
|
|
14
|
-
*/
|
|
15
|
-
type GetUniverseTypesTypeIdDogmaEffects = GetUniverseTypesTypeIdDogmaEffect[];
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* 200 ok object
|
|
19
|
-
*/
|
|
20
|
-
interface GetUniverseTypesTypeIdOk {
|
|
21
|
-
/**
|
|
22
|
-
* capacity number
|
|
23
|
-
*/
|
|
24
|
-
capacity?: number;
|
|
25
|
-
/**
|
|
26
|
-
* description string
|
|
27
|
-
*/
|
|
28
|
-
description: string;
|
|
29
|
-
dogma_attributes?: GetUniverseTypesTypeIdDogmaAttributes;
|
|
30
|
-
dogma_effects?: GetUniverseTypesTypeIdDogmaEffects;
|
|
31
|
-
/**
|
|
32
|
-
* graphic_id integer
|
|
33
|
-
*/
|
|
34
|
-
graphic_id?: number;
|
|
35
|
-
/**
|
|
36
|
-
* group_id integer
|
|
37
|
-
*/
|
|
38
|
-
group_id: number;
|
|
39
|
-
/**
|
|
40
|
-
* icon_id integer
|
|
41
|
-
*/
|
|
42
|
-
icon_id?: number;
|
|
43
|
-
/**
|
|
44
|
-
* This only exists for types that can be put on the market
|
|
45
|
-
*/
|
|
46
|
-
market_group_id?: number;
|
|
47
|
-
/**
|
|
48
|
-
* mass number
|
|
49
|
-
*/
|
|
50
|
-
mass?: number;
|
|
51
|
-
/**
|
|
52
|
-
* name string
|
|
53
|
-
*/
|
|
54
|
-
name: string;
|
|
55
|
-
/**
|
|
56
|
-
* packaged_volume number
|
|
57
|
-
*/
|
|
58
|
-
packaged_volume?: number;
|
|
59
|
-
/**
|
|
60
|
-
* portion_size integer
|
|
61
|
-
*/
|
|
62
|
-
portion_size?: number;
|
|
63
|
-
/**
|
|
64
|
-
* published boolean
|
|
65
|
-
*/
|
|
66
|
-
published: boolean;
|
|
67
|
-
/**
|
|
68
|
-
* radius number
|
|
69
|
-
*/
|
|
70
|
-
radius?: number;
|
|
71
|
-
type_id: number;
|
|
72
|
-
/**
|
|
73
|
-
* volume number
|
|
74
|
-
*/
|
|
75
|
-
volume?: number;
|
|
76
|
-
[k: string]: unknown | undefined;
|
|
77
|
-
}
|
|
78
|
-
/**
|
|
79
|
-
* dogma_attribute object
|
|
80
|
-
*/
|
|
81
|
-
interface GetUniverseTypesTypeIdDogmaAttribute {
|
|
82
|
-
/**
|
|
83
|
-
* attribute_id integer
|
|
84
|
-
*/
|
|
85
|
-
attribute_id: number;
|
|
86
|
-
/**
|
|
87
|
-
* value number
|
|
88
|
-
*/
|
|
89
|
-
value: number;
|
|
90
|
-
[k: string]: unknown | undefined;
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* dogma_effect object
|
|
94
|
-
*/
|
|
95
|
-
interface GetUniverseTypesTypeIdDogmaEffect {
|
|
96
|
-
/**
|
|
97
|
-
* effect_id integer
|
|
98
|
-
*/
|
|
99
|
-
effect_id: number;
|
|
100
|
-
/**
|
|
101
|
-
* is_default boolean
|
|
102
|
-
*/
|
|
103
|
-
is_default: boolean;
|
|
104
|
-
[k: string]: unknown | undefined;
|
|
105
|
-
}
|
package/v2/get_wars_ok.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/wars/{war_id}/killmails/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 2000
|
|
8
|
-
*/
|
|
9
|
-
type GetWarsWarIdKillmailsOk = GetWarsWarIdKillmails_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetWarsWarIdKillmails_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* A hash of this killmail
|
|
17
|
-
*/
|
|
18
|
-
killmail_hash: string;
|
|
19
|
-
/**
|
|
20
|
-
* ID of this killmail
|
|
21
|
-
*/
|
|
22
|
-
killmail_id: number;
|
|
23
|
-
[k: string]: unknown | undefined;
|
|
24
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: post:/characters/affiliation/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type PostCharactersAffiliationOk = PostCharactersAffiliation_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface PostCharactersAffiliation_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* The character's alliance ID, if their corporation is in an alliance
|
|
17
|
-
*/
|
|
18
|
-
alliance_id?: number;
|
|
19
|
-
/**
|
|
20
|
-
* The character's ID
|
|
21
|
-
*/
|
|
22
|
-
character_id: number;
|
|
23
|
-
/**
|
|
24
|
-
* The character's corporation ID
|
|
25
|
-
*/
|
|
26
|
-
corporation_id: number;
|
|
27
|
-
/**
|
|
28
|
-
* The character's faction ID, if their corporation is in a faction
|
|
29
|
-
*/
|
|
30
|
-
faction_id?: number;
|
|
31
|
-
[k: string]: unknown | undefined;
|
|
32
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: post:/characters/{character_id}/assets/locations/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type PostCharactersCharacterIdAssetsLocationsOk = PostCharactersCharacterIdAssetsLocations_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface PostCharactersCharacterIdAssetsLocations_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* item_id integer
|
|
17
|
-
*/
|
|
18
|
-
item_id: number;
|
|
19
|
-
position: PostCharactersCharacterIdAssetsLocationsPosition;
|
|
20
|
-
[k: string]: unknown | undefined;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* position object
|
|
24
|
-
*/
|
|
25
|
-
interface PostCharactersCharacterIdAssetsLocationsPosition {
|
|
26
|
-
/**
|
|
27
|
-
* x number
|
|
28
|
-
*/
|
|
29
|
-
x: number;
|
|
30
|
-
/**
|
|
31
|
-
* y number
|
|
32
|
-
*/
|
|
33
|
-
y: number;
|
|
34
|
-
/**
|
|
35
|
-
* z number
|
|
36
|
-
*/
|
|
37
|
-
z: number;
|
|
38
|
-
[k: string]: unknown | undefined;
|
|
39
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: post:/characters/{character_id}/assets/names/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type PostCharactersCharacterIdAssetsNamesOk = PostCharactersCharacterIdAssetsNames_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface PostCharactersCharacterIdAssetsNames_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* item_id integer
|
|
17
|
-
*/
|
|
18
|
-
item_id: number;
|
|
19
|
-
/**
|
|
20
|
-
* name string
|
|
21
|
-
*/
|
|
22
|
-
name: string;
|
|
23
|
-
[k: string]: unknown | undefined;
|
|
24
|
-
}
|