eve-esi-types 1.0.1 → 2.0.1-beta
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/esi-request.mjs +1 -2
- package/esi-request.mts +2 -1
- package/package.json +5 -2
- package/tsconfig.json +1 -1
- package/v2/get_alliances_alliance_id_contacts_labels_ok.d.ts +27 -0
- package/v2/get_alliances_alliance_id_contacts_ok.d.ts +43 -0
- package/v2/get_alliances_alliance_id_corporations_ok.d.ts +14 -0
- package/v2/get_alliances_alliance_id_icons_ok.d.ts +21 -0
- package/v2/get_alliances_alliance_id_ok.d.ts +46 -0
- package/v2/get_alliances_ok.d.ts +14 -0
- package/v2/get_characters_character_id_agents_research_ok.d.ts +42 -0
- package/v2/get_characters_character_id_assets_ok.d.ts +144 -0
- package/v2/get_characters_character_id_attributes_ok.d.ts +51 -0
- package/v2/get_characters_character_id_blueprints_ok.d.ts +133 -0
- package/v2/get_characters_character_id_bookmarks_folders_ok.d.ts +27 -0
- package/v2/get_characters_character_id_bookmarks_ok.d.ts +91 -0
- package/v2/get_characters_character_id_calendar_event_id_attendees_ok.d.ts +32 -0
- package/v2/get_characters_character_id_calendar_event_id_ok.d.ts +66 -0
- package/v2/get_characters_character_id_calendar_ok.d.ts +42 -0
- package/v2/get_characters_character_id_clones_ok.d.ts +82 -0
- package/v2/get_characters_character_id_contacts_labels_ok.d.ts +27 -0
- package/v2/get_characters_character_id_contacts_ok.d.ts +53 -0
- package/v2/get_characters_character_id_contracts_contract_id_bids_ok.d.ts +37 -0
- package/v2/get_characters_character_id_contracts_contract_id_items_ok.d.ts +48 -0
- package/v2/get_characters_character_id_contracts_ok.d.ts +137 -0
- package/v2/get_characters_character_id_corporationhistory_ok.d.ts +37 -0
- package/v2/get_characters_character_id_fatigue_ok.d.ts +26 -0
- package/v2/get_characters_character_id_fittings_ok.d.ts +108 -0
- package/v2/get_characters_character_id_fleet_ok.d.ts +35 -0
- package/v2/get_characters_character_id_fw_stats_ok.d.ts +75 -0
- package/v2/get_characters_character_id_implants_ok.d.ts +14 -0
- package/v2/get_characters_character_id_industry_jobs_ok.d.ts +133 -0
- package/v2/get_characters_character_id_killmails_recent_ok.d.ts +27 -0
- package/v2/get_characters_character_id_location_ok.d.ts +26 -0
- package/v2/get_characters_character_id_loyalty_points_ok.d.ts +27 -0
- package/v2/get_characters_character_id_mail_labels_ok.d.ts +67 -0
- package/v2/get_characters_character_id_mail_lists_ok.d.ts +27 -0
- package/v2/get_characters_character_id_mail_mail_id_ok.d.ts +71 -0
- package/v2/get_characters_character_id_mail_ok.d.ts +77 -0
- package/v2/get_characters_character_id_medals_ok.d.ts +147 -0
- package/v2/get_characters_character_id_mining_ok.d.ts +37 -0
- package/v2/get_characters_character_id_notifications_contacts_ok.d.ts +42 -0
- package/v2/get_characters_character_id_notifications_ok.d.ts +297 -0
- package/v2/get_characters_character_id_ok.d.ts +66 -0
- package/v2/get_characters_character_id_online_ok.d.ts +31 -0
- package/v2/get_characters_character_id_opportunities_ok.d.ts +27 -0
- package/v2/get_characters_character_id_orders_history_ok.d.ts +104 -0
- package/v2/get_characters_character_id_orders_ok.d.ts +99 -0
- package/v2/get_characters_character_id_planets_ok.d.ts +131 -0
- package/v2/get_characters_character_id_planets_planet_id_ok.d.ts +323 -0
- package/v2/get_characters_character_id_portrait_ok.d.ts +31 -0
- package/v2/get_characters_character_id_roles_ok.d.ts +271 -0
- package/v2/get_characters_character_id_search_ok.d.ts +132 -0
- package/v2/get_characters_character_id_ship_ok.d.ts +26 -0
- package/v2/get_characters_character_id_skillqueue_ok.d.ts +57 -0
- package/v2/get_characters_character_id_skills_ok.d.ts +54 -0
- package/v2/get_characters_character_id_standings_ok.d.ts +32 -0
- package/v2/get_characters_character_id_titles_ok.d.ts +187 -0
- package/v2/get_characters_character_id_wallet_journal_ok.d.ts +240 -0
- package/v2/get_characters_character_id_wallet_ok.d.ts +8 -0
- package/v2/get_characters_character_id_wallet_transactions_ok.d.ts +67 -0
- package/v2/get_contracts_public_bids_contract_id_ok.d.ts +32 -0
- package/v2/get_contracts_public_items_contract_id_ok.d.ts +62 -0
- package/v2/get_contracts_public_region_id_ok.d.ts +97 -0
- package/v2/get_corporation_corporation_id_mining_extractions_ok.d.ts +45 -0
- package/v2/get_corporation_corporation_id_mining_observers_observer_id_ok.d.ts +45 -0
- package/v2/get_corporation_corporation_id_mining_observers_ok.d.ts +33 -0
- package/v2/get_corporations_corporation_id_alliancehistory_ok.d.ts +37 -0
- package/v2/get_corporations_corporation_id_assets_ok.d.ts +180 -0
- package/v2/get_corporations_corporation_id_blueprints_ok.d.ts +174 -0
- package/v2/get_corporations_corporation_id_bookmarks_folders_ok.d.ts +32 -0
- package/v2/get_corporations_corporation_id_bookmarks_ok.d.ts +91 -0
- package/v2/get_corporations_corporation_id_contacts_labels_ok.d.ts +27 -0
- package/v2/get_corporations_corporation_id_contacts_ok.d.ts +48 -0
- package/v2/get_corporations_corporation_id_containers_logs_ok.d.ts +204 -0
- package/v2/get_corporations_corporation_id_contracts_contract_id_bids_ok.d.ts +38 -0
- package/v2/get_corporations_corporation_id_contracts_contract_id_items_ok.d.ts +48 -0
- package/v2/get_corporations_corporation_id_contracts_ok.d.ts +137 -0
- package/v2/get_corporations_corporation_id_customs_offices_ok.d.ts +92 -0
- package/v2/get_corporations_corporation_id_divisions_ok.d.ts +133 -0
- package/v2/get_corporations_corporation_id_facilities_ok.d.ts +32 -0
- package/v2/get_corporations_corporation_id_fw_stats_ok.d.ts +70 -0
- package/v2/get_corporations_corporation_id_icons_ok.d.ts +26 -0
- package/v2/get_corporations_corporation_id_industry_jobs_ok.d.ts +133 -0
- package/v2/get_corporations_corporation_id_killmails_recent_ok.d.ts +27 -0
- package/v2/get_corporations_corporation_id_medals_issued_ok.d.ts +47 -0
- package/v2/get_corporations_corporation_id_medals_ok.d.ts +42 -0
- package/v2/get_corporations_corporation_id_members_limit_ok.d.ts +8 -0
- package/v2/get_corporations_corporation_id_members_ok.d.ts +14 -0
- package/v2/get_corporations_corporation_id_members_titles_ok.d.ts +197 -0
- package/v2/get_corporations_corporation_id_membertracking_ok.d.ts +52 -0
- package/v2/get_corporations_corporation_id_ok.d.ts +81 -0
- package/v2/get_corporations_corporation_id_orders_history_ok.d.ts +109 -0
- package/v2/get_corporations_corporation_id_orders_ok.d.ts +104 -0
- package/v2/get_corporations_corporation_id_roles_history_ok.d.ts +175 -0
- package/v2/get_corporations_corporation_id_roles_ok.d.ts +545 -0
- package/v2/get_corporations_corporation_id_shareholders_ok.d.ts +32 -0
- package/v2/get_corporations_corporation_id_standings_ok.d.ts +32 -0
- package/v2/get_corporations_corporation_id_starbases_ok.d.ts +62 -0
- package/v2/get_corporations_corporation_id_starbases_starbase_id_ok.d.ts +369 -0
- package/v2/get_corporations_corporation_id_structures_ok.d.ts +194 -0
- package/v2/get_corporations_corporation_id_titles_ok.d.ts +715 -0
- package/v2/get_corporations_corporation_id_wallets_division_journal_ok.d.ts +241 -0
- package/v2/get_corporations_corporation_id_wallets_division_transactions_ok.d.ts +63 -0
- package/v2/get_corporations_corporation_id_wallets_ok.d.ts +65 -0
- package/v2/get_corporations_npccorps_ok.d.ts +14 -0
- package/v2/get_dogma_attributes_attribute_id_ok.d.ts +61 -0
- package/v2/get_dogma_attributes_ok.d.ts +14 -0
- package/v2/get_dogma_dynamic_items_type_id_item_id_ok.d.ts +72 -0
- package/v2/get_dogma_effects_effect_id_ok.d.ts +154 -0
- package/v2/get_dogma_effects_ok.d.ts +14 -0
- package/v2/get_fleets_fleet_id_members_ok.d.ts +67 -0
- package/v2/get_fleets_fleet_id_ok.d.ts +31 -0
- package/v2/get_fleets_fleet_id_wings_ok.d.ts +50 -0
- package/v2/get_fw_leaderboards_characters_ok.d.ts +163 -0
- package/v2/get_fw_leaderboards_corporations_ok.d.ts +589 -0
- package/v2/get_fw_leaderboards_ok.d.ts +235 -0
- package/v2/get_fw_stats_ok.d.ts +76 -0
- package/v2/get_fw_systems_ok.d.ts +47 -0
- package/v2/get_fw_wars_ok.d.ts +27 -0
- package/v2/get_incursions_ok.d.ts +63 -0
- package/v2/get_industry_facilities_ok.d.ts +47 -0
- package/v2/get_industry_systems_ok.d.ts +122 -0
- package/v2/get_insurance_prices_ok.d.ts +70 -0
- package/v2/get_killmails_killmail_id_killmail_hash_ok.d.ts +242 -0
- package/v2/get_loyalty_stores_corporation_id_offers_ok.d.ts +70 -0
- package/v2/get_markets_groups_market_group_id_ok.d.ts +42 -0
- package/v2/get_markets_groups_ok.d.ts +14 -0
- package/v2/get_markets_prices_ok.d.ts +32 -0
- package/v2/get_markets_region_id_history_ok.d.ts +47 -0
- package/v2/get_markets_region_id_orders_ok.d.ts +89 -0
- package/v2/get_markets_region_id_types_ok.d.ts +14 -0
- package/v2/get_markets_structures_structure_id_ok.d.ts +84 -0
- package/v2/get_opportunities_groups_group_id_ok.d.ts +53 -0
- package/v2/get_opportunities_groups_ok.d.ts +14 -0
- package/v2/get_opportunities_tasks_ok.d.ts +14 -0
- package/v2/get_opportunities_tasks_task_id_ok.d.ts +31 -0
- package/v2/get_route_origin_destination_ok.d.ts +14 -0
- package/v2/get_sovereignty_campaigns_ok.d.ts +94 -0
- package/v2/get_sovereignty_map_ok.d.ts +37 -0
- package/v2/get_sovereignty_structures_ok.d.ts +58 -0
- package/v2/get_status_ok.d.ts +31 -0
- package/v2/get_universe_ancestries_ok.d.ts +47 -0
- package/v2/get_universe_asteroid_belts_asteroid_belt_id_ok.d.ts +43 -0
- package/v2/get_universe_bloodlines_ok.d.ts +72 -0
- package/v2/get_universe_categories_category_id_ok.d.ts +37 -0
- package/v2/get_universe_categories_ok.d.ts +14 -0
- package/v2/get_universe_constellations_constellation_id_ok.d.ts +59 -0
- package/v2/get_universe_constellations_ok.d.ts +14 -0
- package/v2/get_universe_factions_ok.d.ts +67 -0
- package/v2/get_universe_graphics_graphic_id_ok.d.ts +51 -0
- package/v2/get_universe_graphics_ok.d.ts +14 -0
- package/v2/get_universe_groups_group_id_ok.d.ts +42 -0
- package/v2/get_universe_groups_ok.d.ts +14 -0
- package/v2/get_universe_moons_moon_id_ok.d.ts +48 -0
- package/v2/get_universe_planets_planet_id_ok.d.ts +53 -0
- package/v2/get_universe_races_ok.d.ts +57 -0
- package/v2/get_universe_regions_ok.d.ts +14 -0
- package/v2/get_universe_regions_region_id_ok.d.ts +37 -0
- package/v2/get_universe_schematics_schematic_id_ok.d.ts +21 -0
- package/v2/get_universe_stargates_stargate_id_ok.d.ts +70 -0
- package/v2/get_universe_stars_star_id_ok.d.ts +140 -0
- package/v2/get_universe_stations_station_id_ok.d.ts +121 -0
- package/v2/get_universe_structures_ok.d.ts +14 -0
- package/v2/get_universe_structures_structure_id_ok.d.ts +54 -0
- package/v2/get_universe_system_jumps_ok.d.ts +27 -0
- package/v2/get_universe_system_kills_ok.d.ts +37 -0
- package/v2/get_universe_systems_ok.d.ts +14 -0
- package/v2/get_universe_systems_system_id_ok.d.ts +125 -0
- package/v2/get_universe_types_ok.d.ts +14 -0
- package/v2/get_universe_types_type_id_ok.d.ts +127 -0
- package/v2/get_wars_ok.d.ts +14 -0
- package/v2/get_wars_war_id_killmails_ok.d.ts +27 -0
- package/v2/get_wars_war_id_ok.d.ts +123 -0
- package/v2/index.d.ts +1081 -0
- package/v2/post_characters_affiliation_ok.d.ts +37 -0
- package/v2/post_characters_character_id_assets_locations_ok.d.ts +44 -0
- package/v2/post_characters_character_id_assets_names_ok.d.ts +27 -0
- package/v2/post_characters_character_id_contacts_contact_ids.d.ts +18 -0
- package/v2/post_characters_character_id_contacts_created.d.ts +14 -0
- package/v2/post_characters_character_id_cspa_characters.d.ts +18 -0
- package/v2/post_characters_character_id_cspa_created.d.ts +8 -0
- package/v2/post_characters_character_id_fittings_created.d.ts +16 -0
- package/v2/post_characters_character_id_fittings_fitting.d.ts +101 -0
- package/v2/post_characters_character_id_mail_created.d.ts +8 -0
- package/v2/post_characters_character_id_mail_labels_created.d.ts +8 -0
- package/v2/post_characters_character_id_mail_labels_label.d.ts +39 -0
- package/v2/post_characters_character_id_mail_mail.d.ts +53 -0
- package/v2/post_corporations_corporation_id_assets_locations_ok.d.ts +44 -0
- package/v2/post_corporations_corporation_id_assets_names_ok.d.ts +27 -0
- package/v2/post_fleets_fleet_id_members_invitation.d.ts +31 -0
- package/v2/post_fleets_fleet_id_wings_created.d.ts +16 -0
- package/v2/post_fleets_fleet_id_wings_wing_id_squads_created.d.ts +16 -0
- package/v2/post_ui_openwindow_newmail_new_mail.d.ts +46 -0
- package/v2/post_universe_ids_ok.d.ts +241 -0
- package/v2/post_universe_names_ok.d.ts +41 -0
- package/v2/put_characters_character_id_calendar_event_id_response.d.ts +16 -0
- package/v2/put_characters_character_id_contacts_contact_ids.d.ts +18 -0
- package/v2/put_characters_character_id_mail_mail_id_contents.d.ts +27 -0
- package/v2/put_fleets_fleet_id_members_member_id_movement.d.ts +30 -0
- package/v2/put_fleets_fleet_id_new_settings.d.ts +21 -0
- package/v2/put_fleets_fleet_id_squads_squad_id_naming.d.ts +16 -0
- package/v2/put_fleets_fleet_id_wings_wing_id_naming.d.ts +16 -0
- package/v2.mjs +255 -0
- package/v2.mts +319 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/affiliation/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* The character's alliance ID, if their corporation is in an alliance
|
|
7
|
+
*/
|
|
8
|
+
type PostCharactersAffiliationAllianceId = number;
|
|
9
|
+
/**
|
|
10
|
+
* The character's ID
|
|
11
|
+
*/
|
|
12
|
+
type PostCharactersAffiliationCharacterId = number;
|
|
13
|
+
/**
|
|
14
|
+
* The character's corporation ID
|
|
15
|
+
*/
|
|
16
|
+
type PostCharactersAffiliationCorporationId = number;
|
|
17
|
+
/**
|
|
18
|
+
* The character's faction ID, if their corporation is in a faction
|
|
19
|
+
*/
|
|
20
|
+
type PostCharactersAffiliationFactionId = number;
|
|
21
|
+
/**
|
|
22
|
+
* 200 ok array
|
|
23
|
+
*
|
|
24
|
+
* @maxItems 1000
|
|
25
|
+
*/
|
|
26
|
+
type PostCharactersAffiliationOk = PostCharactersAffiliation_200Ok[];
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* 200 ok object
|
|
30
|
+
*/
|
|
31
|
+
interface PostCharactersAffiliation_200Ok {
|
|
32
|
+
alliance_id?: PostCharactersAffiliationAllianceId;
|
|
33
|
+
character_id: PostCharactersAffiliationCharacterId;
|
|
34
|
+
corporation_id: PostCharactersAffiliationCorporationId;
|
|
35
|
+
faction_id?: PostCharactersAffiliationFactionId;
|
|
36
|
+
[k: string]: unknown | undefined;
|
|
37
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/assets/locations/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* item_id integer
|
|
7
|
+
*/
|
|
8
|
+
type PostCharactersCharacterIdAssetsLocationsItemId = number;
|
|
9
|
+
/**
|
|
10
|
+
* x number
|
|
11
|
+
*/
|
|
12
|
+
type PostCharactersCharacterIdAssetsLocationsX = number;
|
|
13
|
+
/**
|
|
14
|
+
* y number
|
|
15
|
+
*/
|
|
16
|
+
type PostCharactersCharacterIdAssetsLocationsY = number;
|
|
17
|
+
/**
|
|
18
|
+
* z number
|
|
19
|
+
*/
|
|
20
|
+
type PostCharactersCharacterIdAssetsLocationsZ = number;
|
|
21
|
+
/**
|
|
22
|
+
* 200 ok array
|
|
23
|
+
*
|
|
24
|
+
* @maxItems 1000
|
|
25
|
+
*/
|
|
26
|
+
type PostCharactersCharacterIdAssetsLocationsOk = PostCharactersCharacterIdAssetsLocations_200Ok[];
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* 200 ok object
|
|
30
|
+
*/
|
|
31
|
+
interface PostCharactersCharacterIdAssetsLocations_200Ok {
|
|
32
|
+
item_id: PostCharactersCharacterIdAssetsLocationsItemId;
|
|
33
|
+
position: PostCharactersCharacterIdAssetsLocationsPosition;
|
|
34
|
+
[k: string]: unknown | undefined;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* position object
|
|
38
|
+
*/
|
|
39
|
+
interface PostCharactersCharacterIdAssetsLocationsPosition {
|
|
40
|
+
x: PostCharactersCharacterIdAssetsLocationsX;
|
|
41
|
+
y: PostCharactersCharacterIdAssetsLocationsY;
|
|
42
|
+
z: PostCharactersCharacterIdAssetsLocationsZ;
|
|
43
|
+
[k: string]: unknown | undefined;
|
|
44
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/assets/names/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* item_id integer
|
|
7
|
+
*/
|
|
8
|
+
type PostCharactersCharacterIdAssetsNamesItemId = number;
|
|
9
|
+
/**
|
|
10
|
+
* name string
|
|
11
|
+
*/
|
|
12
|
+
type PostCharactersCharacterIdAssetsNamesName = string;
|
|
13
|
+
/**
|
|
14
|
+
* 200 ok array
|
|
15
|
+
*
|
|
16
|
+
* @maxItems 1000
|
|
17
|
+
*/
|
|
18
|
+
type PostCharactersCharacterIdAssetsNamesOk = PostCharactersCharacterIdAssetsNames_200Ok[];
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 200 ok object
|
|
22
|
+
*/
|
|
23
|
+
interface PostCharactersCharacterIdAssetsNames_200Ok {
|
|
24
|
+
item_id: PostCharactersCharacterIdAssetsNamesItemId;
|
|
25
|
+
name: PostCharactersCharacterIdAssetsNamesName;
|
|
26
|
+
[k: string]: unknown | undefined;
|
|
27
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/contacts/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* contact_ids array
|
|
7
|
+
*
|
|
8
|
+
* @minItems 1
|
|
9
|
+
* @maxItems 100
|
|
10
|
+
*/
|
|
11
|
+
type PostCharactersCharacterIdContactsContactIds = [
|
|
12
|
+
PostCharactersCharacterIdContactsContactId,
|
|
13
|
+
...PostCharactersCharacterIdContactsContactId[]
|
|
14
|
+
];
|
|
15
|
+
/**
|
|
16
|
+
* ID of the contact to edit
|
|
17
|
+
*/
|
|
18
|
+
type PostCharactersCharacterIdContactsContactId = number;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/contacts/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* 201 created integer
|
|
7
|
+
*/
|
|
8
|
+
type PostCharactersCharacterIdContacts_201Created = number;
|
|
9
|
+
/**
|
|
10
|
+
* 201 created array
|
|
11
|
+
*
|
|
12
|
+
* @maxItems 100
|
|
13
|
+
*/
|
|
14
|
+
type PostCharactersCharacterIdContactsCreated = PostCharactersCharacterIdContacts_201Created[];
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/cspa/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* characters array
|
|
7
|
+
*
|
|
8
|
+
* @minItems 1
|
|
9
|
+
* @maxItems 100
|
|
10
|
+
*/
|
|
11
|
+
type PostCharactersCharacterIdCspaCharacters = [
|
|
12
|
+
PostCharactersCharacterIdCspaCharacter,
|
|
13
|
+
...PostCharactersCharacterIdCspaCharacter[]
|
|
14
|
+
];
|
|
15
|
+
/**
|
|
16
|
+
* character integer
|
|
17
|
+
*/
|
|
18
|
+
type PostCharactersCharacterIdCspaCharacter = number;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/fittings/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* fitting_id integer
|
|
7
|
+
*/
|
|
8
|
+
type PostCharactersCharacterIdFittingsFittingId = number;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* 201 created object
|
|
12
|
+
*/
|
|
13
|
+
interface PostCharactersCharacterIdFittingsCreated {
|
|
14
|
+
fitting_id: PostCharactersCharacterIdFittingsFittingId;
|
|
15
|
+
[k: string]: unknown | undefined;
|
|
16
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/fittings/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* description string
|
|
7
|
+
*/
|
|
8
|
+
type PostCharactersCharacterIdFittingsDescription = string;
|
|
9
|
+
/**
|
|
10
|
+
* items array
|
|
11
|
+
*
|
|
12
|
+
* @minItems 1
|
|
13
|
+
* @maxItems 512
|
|
14
|
+
*/
|
|
15
|
+
type PostCharactersCharacterIdFittingsItems = [
|
|
16
|
+
PostCharactersCharacterIdFittingsItem,
|
|
17
|
+
...PostCharactersCharacterIdFittingsItem[]
|
|
18
|
+
];
|
|
19
|
+
/**
|
|
20
|
+
* Fitting location for the item. Entries placed in 'Invalid' will be discarded. If this leaves the fitting with nothing, it will cause an error.
|
|
21
|
+
*/
|
|
22
|
+
type PostCharactersCharacterIdFittingsFlag =
|
|
23
|
+
| "Cargo"
|
|
24
|
+
| "DroneBay"
|
|
25
|
+
| "FighterBay"
|
|
26
|
+
| "HiSlot0"
|
|
27
|
+
| "HiSlot1"
|
|
28
|
+
| "HiSlot2"
|
|
29
|
+
| "HiSlot3"
|
|
30
|
+
| "HiSlot4"
|
|
31
|
+
| "HiSlot5"
|
|
32
|
+
| "HiSlot6"
|
|
33
|
+
| "HiSlot7"
|
|
34
|
+
| "Invalid"
|
|
35
|
+
| "LoSlot0"
|
|
36
|
+
| "LoSlot1"
|
|
37
|
+
| "LoSlot2"
|
|
38
|
+
| "LoSlot3"
|
|
39
|
+
| "LoSlot4"
|
|
40
|
+
| "LoSlot5"
|
|
41
|
+
| "LoSlot6"
|
|
42
|
+
| "LoSlot7"
|
|
43
|
+
| "MedSlot0"
|
|
44
|
+
| "MedSlot1"
|
|
45
|
+
| "MedSlot2"
|
|
46
|
+
| "MedSlot3"
|
|
47
|
+
| "MedSlot4"
|
|
48
|
+
| "MedSlot5"
|
|
49
|
+
| "MedSlot6"
|
|
50
|
+
| "MedSlot7"
|
|
51
|
+
| "RigSlot0"
|
|
52
|
+
| "RigSlot1"
|
|
53
|
+
| "RigSlot2"
|
|
54
|
+
| "ServiceSlot0"
|
|
55
|
+
| "ServiceSlot1"
|
|
56
|
+
| "ServiceSlot2"
|
|
57
|
+
| "ServiceSlot3"
|
|
58
|
+
| "ServiceSlot4"
|
|
59
|
+
| "ServiceSlot5"
|
|
60
|
+
| "ServiceSlot6"
|
|
61
|
+
| "ServiceSlot7"
|
|
62
|
+
| "SubSystemSlot0"
|
|
63
|
+
| "SubSystemSlot1"
|
|
64
|
+
| "SubSystemSlot2"
|
|
65
|
+
| "SubSystemSlot3";
|
|
66
|
+
/**
|
|
67
|
+
* quantity integer
|
|
68
|
+
*/
|
|
69
|
+
type PostCharactersCharacterIdFittingsQuantity = number;
|
|
70
|
+
/**
|
|
71
|
+
* type_id integer
|
|
72
|
+
*/
|
|
73
|
+
type PostCharactersCharacterIdFittingsTypeId = number;
|
|
74
|
+
/**
|
|
75
|
+
* name string
|
|
76
|
+
*/
|
|
77
|
+
type PostCharactersCharacterIdFittingsName = string;
|
|
78
|
+
/**
|
|
79
|
+
* ship_type_id integer
|
|
80
|
+
*/
|
|
81
|
+
type PostCharactersCharacterIdFittingsShipTypeId = number;
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* fitting object
|
|
85
|
+
*/
|
|
86
|
+
interface PostCharactersCharacterIdFittingsFitting {
|
|
87
|
+
description: PostCharactersCharacterIdFittingsDescription;
|
|
88
|
+
items: PostCharactersCharacterIdFittingsItems;
|
|
89
|
+
name: PostCharactersCharacterIdFittingsName;
|
|
90
|
+
ship_type_id: PostCharactersCharacterIdFittingsShipTypeId;
|
|
91
|
+
[k: string]: unknown | undefined;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* item object
|
|
95
|
+
*/
|
|
96
|
+
interface PostCharactersCharacterIdFittingsItem {
|
|
97
|
+
flag: PostCharactersCharacterIdFittingsFlag;
|
|
98
|
+
quantity: PostCharactersCharacterIdFittingsQuantity;
|
|
99
|
+
type_id: PostCharactersCharacterIdFittingsTypeId;
|
|
100
|
+
[k: string]: unknown | undefined;
|
|
101
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/mail/labels/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Hexadecimal string representing label color, in RGB format
|
|
7
|
+
*/
|
|
8
|
+
type PostCharactersCharacterIdMailLabelsColor =
|
|
9
|
+
| "#0000fe"
|
|
10
|
+
| "#006634"
|
|
11
|
+
| "#0099ff"
|
|
12
|
+
| "#00ff33"
|
|
13
|
+
| "#01ffff"
|
|
14
|
+
| "#349800"
|
|
15
|
+
| "#660066"
|
|
16
|
+
| "#666666"
|
|
17
|
+
| "#999999"
|
|
18
|
+
| "#99ffff"
|
|
19
|
+
| "#9a0000"
|
|
20
|
+
| "#ccff9a"
|
|
21
|
+
| "#e6e6e6"
|
|
22
|
+
| "#fe0000"
|
|
23
|
+
| "#ff6600"
|
|
24
|
+
| "#ffff01"
|
|
25
|
+
| "#ffffcd"
|
|
26
|
+
| "#ffffff";
|
|
27
|
+
/**
|
|
28
|
+
* name string
|
|
29
|
+
*/
|
|
30
|
+
type PostCharactersCharacterIdMailLabelsName = string;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* label object
|
|
34
|
+
*/
|
|
35
|
+
interface PostCharactersCharacterIdMailLabelsLabel {
|
|
36
|
+
color?: PostCharactersCharacterIdMailLabelsColor;
|
|
37
|
+
name: PostCharactersCharacterIdMailLabelsName;
|
|
38
|
+
[k: string]: unknown | undefined;
|
|
39
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/mail/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* approved_cost integer
|
|
7
|
+
*/
|
|
8
|
+
type PostCharactersCharacterIdMailApprovedCost = number;
|
|
9
|
+
/**
|
|
10
|
+
* body string
|
|
11
|
+
*/
|
|
12
|
+
type PostCharactersCharacterIdMailBody = string;
|
|
13
|
+
/**
|
|
14
|
+
* recipients array
|
|
15
|
+
*
|
|
16
|
+
* @minItems 1
|
|
17
|
+
* @maxItems 50
|
|
18
|
+
*/
|
|
19
|
+
type PostCharactersCharacterIdMailRecipients = [
|
|
20
|
+
PostCharactersCharacterIdMailRecipient,
|
|
21
|
+
...PostCharactersCharacterIdMailRecipient[]
|
|
22
|
+
];
|
|
23
|
+
/**
|
|
24
|
+
* recipient_id integer
|
|
25
|
+
*/
|
|
26
|
+
type PostCharactersCharacterIdMailRecipientId = number;
|
|
27
|
+
/**
|
|
28
|
+
* recipient_type string
|
|
29
|
+
*/
|
|
30
|
+
type PostCharactersCharacterIdMailRecipientType = "alliance" | "character" | "corporation" | "mailing_list";
|
|
31
|
+
/**
|
|
32
|
+
* subject string
|
|
33
|
+
*/
|
|
34
|
+
type PostCharactersCharacterIdMailSubject = string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* mail object
|
|
38
|
+
*/
|
|
39
|
+
interface PostCharactersCharacterIdMailMail {
|
|
40
|
+
approved_cost?: PostCharactersCharacterIdMailApprovedCost;
|
|
41
|
+
body: PostCharactersCharacterIdMailBody;
|
|
42
|
+
recipients: PostCharactersCharacterIdMailRecipients;
|
|
43
|
+
subject: PostCharactersCharacterIdMailSubject;
|
|
44
|
+
[k: string]: unknown | undefined;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* recipient object
|
|
48
|
+
*/
|
|
49
|
+
interface PostCharactersCharacterIdMailRecipient {
|
|
50
|
+
recipient_id: PostCharactersCharacterIdMailRecipientId;
|
|
51
|
+
recipient_type: PostCharactersCharacterIdMailRecipientType;
|
|
52
|
+
[k: string]: unknown | undefined;
|
|
53
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /corporations/{corporation_id}/assets/locations/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* item_id integer
|
|
7
|
+
*/
|
|
8
|
+
type PostCorporationsCorporationIdAssetsLocationsItemId = number;
|
|
9
|
+
/**
|
|
10
|
+
* x number
|
|
11
|
+
*/
|
|
12
|
+
type PostCorporationsCorporationIdAssetsLocationsX = number;
|
|
13
|
+
/**
|
|
14
|
+
* y number
|
|
15
|
+
*/
|
|
16
|
+
type PostCorporationsCorporationIdAssetsLocationsY = number;
|
|
17
|
+
/**
|
|
18
|
+
* z number
|
|
19
|
+
*/
|
|
20
|
+
type PostCorporationsCorporationIdAssetsLocationsZ = number;
|
|
21
|
+
/**
|
|
22
|
+
* 200 ok array
|
|
23
|
+
*
|
|
24
|
+
* @maxItems 1000
|
|
25
|
+
*/
|
|
26
|
+
type PostCorporationsCorporationIdAssetsLocationsOk = PostCorporationsCorporationIdAssetsLocations_200Ok[];
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* 200 ok object
|
|
30
|
+
*/
|
|
31
|
+
interface PostCorporationsCorporationIdAssetsLocations_200Ok {
|
|
32
|
+
item_id: PostCorporationsCorporationIdAssetsLocationsItemId;
|
|
33
|
+
position: PostCorporationsCorporationIdAssetsLocationsPosition;
|
|
34
|
+
[k: string]: unknown | undefined;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* position object
|
|
38
|
+
*/
|
|
39
|
+
interface PostCorporationsCorporationIdAssetsLocationsPosition {
|
|
40
|
+
x: PostCorporationsCorporationIdAssetsLocationsX;
|
|
41
|
+
y: PostCorporationsCorporationIdAssetsLocationsY;
|
|
42
|
+
z: PostCorporationsCorporationIdAssetsLocationsZ;
|
|
43
|
+
[k: string]: unknown | undefined;
|
|
44
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /corporations/{corporation_id}/assets/names/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* item_id integer
|
|
7
|
+
*/
|
|
8
|
+
type PostCorporationsCorporationIdAssetsNamesItemId = number;
|
|
9
|
+
/**
|
|
10
|
+
* name string
|
|
11
|
+
*/
|
|
12
|
+
type PostCorporationsCorporationIdAssetsNamesName = string;
|
|
13
|
+
/**
|
|
14
|
+
* 200 ok array
|
|
15
|
+
*
|
|
16
|
+
* @maxItems 1000
|
|
17
|
+
*/
|
|
18
|
+
type PostCorporationsCorporationIdAssetsNamesOk = PostCorporationsCorporationIdAssetsNames_200Ok[];
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 200 ok object
|
|
22
|
+
*/
|
|
23
|
+
interface PostCorporationsCorporationIdAssetsNames_200Ok {
|
|
24
|
+
item_id: PostCorporationsCorporationIdAssetsNamesItemId;
|
|
25
|
+
name: PostCorporationsCorporationIdAssetsNamesName;
|
|
26
|
+
[k: string]: unknown | undefined;
|
|
27
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /fleets/{fleet_id}/members/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* The character you want to invite
|
|
7
|
+
*/
|
|
8
|
+
type PostFleetsFleetIdMembersCharacterId = number;
|
|
9
|
+
/**
|
|
10
|
+
* If a character is invited with the `fleet_commander` role, neither `wing_id` or `squad_id` should be specified. If a character is invited with the `wing_commander` role, only `wing_id` should be specified. If a character is invited with the `squad_commander` role, both `wing_id` and `squad_id` should be specified. If a character is invited with the `squad_member` role, `wing_id` and `squad_id` should either both be specified or not specified at all. If they aren’t specified, the invited character will join any squad with available positions.
|
|
11
|
+
*/
|
|
12
|
+
type PostFleetsFleetIdMembersRole = "fleet_commander" | "wing_commander" | "squad_commander" | "squad_member";
|
|
13
|
+
/**
|
|
14
|
+
* squad_id integer
|
|
15
|
+
*/
|
|
16
|
+
type PostFleetsFleetIdMembersSquadId = number;
|
|
17
|
+
/**
|
|
18
|
+
* wing_id integer
|
|
19
|
+
*/
|
|
20
|
+
type PostFleetsFleetIdMembersWingId = number;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* invitation object
|
|
24
|
+
*/
|
|
25
|
+
interface PostFleetsFleetIdMembersInvitation {
|
|
26
|
+
character_id: PostFleetsFleetIdMembersCharacterId;
|
|
27
|
+
role: PostFleetsFleetIdMembersRole;
|
|
28
|
+
squad_id?: PostFleetsFleetIdMembersSquadId;
|
|
29
|
+
wing_id?: PostFleetsFleetIdMembersWingId;
|
|
30
|
+
[k: string]: unknown | undefined;
|
|
31
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /fleets/{fleet_id}/wings/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* The wing_id of the newly created wing
|
|
7
|
+
*/
|
|
8
|
+
type PostFleetsFleetIdWingsWingId = number;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* 201 created object
|
|
12
|
+
*/
|
|
13
|
+
interface PostFleetsFleetIdWingsCreated {
|
|
14
|
+
wing_id: PostFleetsFleetIdWingsWingId;
|
|
15
|
+
[k: string]: unknown | undefined;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /fleets/{fleet_id}/wings/{wing_id}/squads/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* The squad_id of the newly created squad
|
|
7
|
+
*/
|
|
8
|
+
type PostFleetsFleetIdWingsWingIdSquadsSquadId = number;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* 201 created object
|
|
12
|
+
*/
|
|
13
|
+
interface PostFleetsFleetIdWingsWingIdSquadsCreated {
|
|
14
|
+
squad_id: PostFleetsFleetIdWingsWingIdSquadsSquadId;
|
|
15
|
+
[k: string]: unknown | undefined;
|
|
16
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /ui/openwindow/newmail/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* body string
|
|
7
|
+
*/
|
|
8
|
+
type PostUiOpenwindowNewmailBody = string;
|
|
9
|
+
/**
|
|
10
|
+
* recipients array
|
|
11
|
+
*
|
|
12
|
+
* @minItems 1
|
|
13
|
+
* @maxItems 50
|
|
14
|
+
*/
|
|
15
|
+
type PostUiOpenwindowNewmailRecipients = [
|
|
16
|
+
PostUiOpenwindowNewmailRecipient,
|
|
17
|
+
...PostUiOpenwindowNewmailRecipient[]
|
|
18
|
+
];
|
|
19
|
+
/**
|
|
20
|
+
* recipient integer
|
|
21
|
+
*/
|
|
22
|
+
type PostUiOpenwindowNewmailRecipient = number;
|
|
23
|
+
/**
|
|
24
|
+
* subject string
|
|
25
|
+
*/
|
|
26
|
+
type PostUiOpenwindowNewmailSubject = string;
|
|
27
|
+
/**
|
|
28
|
+
* to_corp_or_alliance_id integer
|
|
29
|
+
*/
|
|
30
|
+
type PostUiOpenwindowNewmailToCorpOrAllianceId = number;
|
|
31
|
+
/**
|
|
32
|
+
* Corporations, alliances and mailing lists are all types of mailing groups. You may only send to one mailing group, at a time, so you may fill out either this field or the to_corp_or_alliance_ids field
|
|
33
|
+
*/
|
|
34
|
+
type PostUiOpenwindowNewmailToMailingListId = number;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* new_mail object
|
|
38
|
+
*/
|
|
39
|
+
interface PostUiOpenwindowNewmailNewMail {
|
|
40
|
+
body: PostUiOpenwindowNewmailBody;
|
|
41
|
+
recipients: PostUiOpenwindowNewmailRecipients;
|
|
42
|
+
subject: PostUiOpenwindowNewmailSubject;
|
|
43
|
+
to_corp_or_alliance_id?: PostUiOpenwindowNewmailToCorpOrAllianceId;
|
|
44
|
+
to_mailing_list_id?: PostUiOpenwindowNewmailToMailingListId;
|
|
45
|
+
[k: string]: unknown | undefined;
|
|
46
|
+
}
|