eve-esi-types 1.0.1 → 2.0.0-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/package.json +1 -1
- 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 +1043 -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 +253 -0
- package/v2.mts +316 -0
package/esi-request.mjs
CHANGED
|
@@ -236,9 +236,8 @@ export async function fire(mthd, endp, pathParams, opt = {}) {
|
|
|
236
236
|
async function getEVEStatus() {
|
|
237
237
|
return fire("get", "/status/");
|
|
238
238
|
}
|
|
239
|
+
|
|
239
240
|
// type following and run
|
|
240
|
-
// tsc
|
|
241
|
-
// then run
|
|
242
241
|
// node esi-request.mjs
|
|
243
242
|
getEVEStatus().then(eveStatus => console.log(eveStatus));
|
|
244
243
|
// {
|
package/package.json
CHANGED
package/tsconfig.json
CHANGED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /alliances/{alliance_id}/contacts/labels/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* label_id integer
|
|
7
|
+
*/
|
|
8
|
+
type GetAlliancesAllianceIdContactsLabelsLabelId = number;
|
|
9
|
+
/**
|
|
10
|
+
* label_name string
|
|
11
|
+
*/
|
|
12
|
+
type GetAlliancesAllianceIdContactsLabelsLabelName = string;
|
|
13
|
+
/**
|
|
14
|
+
* 200 ok array
|
|
15
|
+
*
|
|
16
|
+
* @maxItems 64
|
|
17
|
+
*/
|
|
18
|
+
type GetAlliancesAllianceIdContactsLabelsOk = GetAlliancesAllianceIdContactsLabels_200Ok[];
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 200 ok object
|
|
22
|
+
*/
|
|
23
|
+
interface GetAlliancesAllianceIdContactsLabels_200Ok {
|
|
24
|
+
label_id: GetAlliancesAllianceIdContactsLabelsLabelId;
|
|
25
|
+
label_name: GetAlliancesAllianceIdContactsLabelsLabelName;
|
|
26
|
+
[k: string]: unknown | undefined;
|
|
27
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /alliances/{alliance_id}/contacts/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* contact_id integer
|
|
7
|
+
*/
|
|
8
|
+
type GetAlliancesAllianceIdContactsContactId = number;
|
|
9
|
+
/**
|
|
10
|
+
* contact_type string
|
|
11
|
+
*/
|
|
12
|
+
type GetAlliancesAllianceIdContactsContactType = "character" | "corporation" | "alliance" | "faction";
|
|
13
|
+
/**
|
|
14
|
+
* Label IDs applied to the contact
|
|
15
|
+
*/
|
|
16
|
+
type GetAlliancesAllianceIdContactsLabelId = number;
|
|
17
|
+
/**
|
|
18
|
+
* label_ids array
|
|
19
|
+
*
|
|
20
|
+
* @maxItems 63
|
|
21
|
+
*/
|
|
22
|
+
type GetAlliancesAllianceIdContactsLabelIds = GetAlliancesAllianceIdContactsLabelId[];
|
|
23
|
+
/**
|
|
24
|
+
* Standing of the contact
|
|
25
|
+
*/
|
|
26
|
+
type GetAlliancesAllianceIdContactsStanding = number;
|
|
27
|
+
/**
|
|
28
|
+
* 200 ok array
|
|
29
|
+
*
|
|
30
|
+
* @maxItems 1000
|
|
31
|
+
*/
|
|
32
|
+
type GetAlliancesAllianceIdContactsOk = GetAlliancesAllianceIdContacts_200Ok[];
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* 200 ok object
|
|
36
|
+
*/
|
|
37
|
+
interface GetAlliancesAllianceIdContacts_200Ok {
|
|
38
|
+
contact_id: GetAlliancesAllianceIdContactsContactId;
|
|
39
|
+
contact_type: GetAlliancesAllianceIdContactsContactType;
|
|
40
|
+
label_ids?: GetAlliancesAllianceIdContactsLabelIds;
|
|
41
|
+
standing: GetAlliancesAllianceIdContactsStanding;
|
|
42
|
+
[k: string]: unknown | undefined;
|
|
43
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /alliances/{alliance_id}/corporations/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* 200 ok integer
|
|
7
|
+
*/
|
|
8
|
+
type GetAlliancesAllianceIdCorporations_200Ok = number;
|
|
9
|
+
/**
|
|
10
|
+
* 200 ok array
|
|
11
|
+
*
|
|
12
|
+
* @maxItems 1000
|
|
13
|
+
*/
|
|
14
|
+
type GetAlliancesAllianceIdCorporationsOk = GetAlliancesAllianceIdCorporations_200Ok[];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /alliances/{alliance_id}/icons/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* px128x128 string
|
|
7
|
+
*/
|
|
8
|
+
type GetAlliancesAllianceIdIconsPx128X128 = string;
|
|
9
|
+
/**
|
|
10
|
+
* px64x64 string
|
|
11
|
+
*/
|
|
12
|
+
type GetAlliancesAllianceIdIconsPx64X64 = string;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* 200 ok object
|
|
16
|
+
*/
|
|
17
|
+
interface GetAlliancesAllianceIdIconsOk {
|
|
18
|
+
px128x128?: GetAlliancesAllianceIdIconsPx128X128;
|
|
19
|
+
px64x64?: GetAlliancesAllianceIdIconsPx64X64;
|
|
20
|
+
[k: string]: unknown | undefined;
|
|
21
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /alliances/{alliance_id}/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* ID of the corporation that created the alliance
|
|
7
|
+
*/
|
|
8
|
+
type GetAlliancesAllianceIdCreatorCorporationId = number;
|
|
9
|
+
/**
|
|
10
|
+
* ID of the character that created the alliance
|
|
11
|
+
*/
|
|
12
|
+
type GetAlliancesAllianceIdCreatorId = number;
|
|
13
|
+
/**
|
|
14
|
+
* date_founded string
|
|
15
|
+
*/
|
|
16
|
+
type GetAlliancesAllianceIdDateFounded = string;
|
|
17
|
+
/**
|
|
18
|
+
* the executor corporation ID, if this alliance is not closed
|
|
19
|
+
*/
|
|
20
|
+
type GetAlliancesAllianceIdExecutorCorporationId = number;
|
|
21
|
+
/**
|
|
22
|
+
* Faction ID this alliance is fighting for, if this alliance is enlisted in factional warfare
|
|
23
|
+
*/
|
|
24
|
+
type GetAlliancesAllianceIdFactionId = number;
|
|
25
|
+
/**
|
|
26
|
+
* the full name of the alliance
|
|
27
|
+
*/
|
|
28
|
+
type GetAlliancesAllianceIdName = string;
|
|
29
|
+
/**
|
|
30
|
+
* the short name of the alliance
|
|
31
|
+
*/
|
|
32
|
+
type GetAlliancesAllianceIdTicker = string;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* 200 ok object
|
|
36
|
+
*/
|
|
37
|
+
interface GetAlliancesAllianceIdOk {
|
|
38
|
+
creator_corporation_id: GetAlliancesAllianceIdCreatorCorporationId;
|
|
39
|
+
creator_id: GetAlliancesAllianceIdCreatorId;
|
|
40
|
+
date_founded: GetAlliancesAllianceIdDateFounded;
|
|
41
|
+
executor_corporation_id?: GetAlliancesAllianceIdExecutorCorporationId;
|
|
42
|
+
faction_id?: GetAlliancesAllianceIdFactionId;
|
|
43
|
+
name: GetAlliancesAllianceIdName;
|
|
44
|
+
ticker: GetAlliancesAllianceIdTicker;
|
|
45
|
+
[k: string]: unknown | undefined;
|
|
46
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/agents_research/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* agent_id integer
|
|
7
|
+
*/
|
|
8
|
+
type GetCharactersCharacterIdAgentsResearchAgentId = number;
|
|
9
|
+
/**
|
|
10
|
+
* points_per_day number
|
|
11
|
+
*/
|
|
12
|
+
type GetCharactersCharacterIdAgentsResearchPointsPerDay = number;
|
|
13
|
+
/**
|
|
14
|
+
* remainder_points number
|
|
15
|
+
*/
|
|
16
|
+
type GetCharactersCharacterIdAgentsResearchRemainderPoints = number;
|
|
17
|
+
/**
|
|
18
|
+
* skill_type_id integer
|
|
19
|
+
*/
|
|
20
|
+
type GetCharactersCharacterIdAgentsResearchSkillTypeId = number;
|
|
21
|
+
/**
|
|
22
|
+
* started_at string
|
|
23
|
+
*/
|
|
24
|
+
type GetCharactersCharacterIdAgentsResearchStartedAt = string;
|
|
25
|
+
/**
|
|
26
|
+
* 200 ok array
|
|
27
|
+
*
|
|
28
|
+
* @maxItems 1000
|
|
29
|
+
*/
|
|
30
|
+
type GetCharactersCharacterIdAgentsResearchOk = GetCharactersCharacterIdAgentsResearch_200Ok[];
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* 200 ok object
|
|
34
|
+
*/
|
|
35
|
+
interface GetCharactersCharacterIdAgentsResearch_200Ok {
|
|
36
|
+
agent_id: GetCharactersCharacterIdAgentsResearchAgentId;
|
|
37
|
+
points_per_day: GetCharactersCharacterIdAgentsResearchPointsPerDay;
|
|
38
|
+
remainder_points: GetCharactersCharacterIdAgentsResearchRemainderPoints;
|
|
39
|
+
skill_type_id: GetCharactersCharacterIdAgentsResearchSkillTypeId;
|
|
40
|
+
started_at: GetCharactersCharacterIdAgentsResearchStartedAt;
|
|
41
|
+
[k: string]: unknown | undefined;
|
|
42
|
+
}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/assets/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* is_blueprint_copy boolean
|
|
7
|
+
*/
|
|
8
|
+
type GetCharactersCharacterIdAssetsIsBlueprintCopy = boolean;
|
|
9
|
+
/**
|
|
10
|
+
* is_singleton boolean
|
|
11
|
+
*/
|
|
12
|
+
type GetCharactersCharacterIdAssetsIsSingleton = boolean;
|
|
13
|
+
/**
|
|
14
|
+
* item_id integer
|
|
15
|
+
*/
|
|
16
|
+
type GetCharactersCharacterIdAssetsItemId = number;
|
|
17
|
+
/**
|
|
18
|
+
* location_flag string
|
|
19
|
+
*/
|
|
20
|
+
type GetCharactersCharacterIdAssetsLocationFlag =
|
|
21
|
+
| "AssetSafety"
|
|
22
|
+
| "AutoFit"
|
|
23
|
+
| "BoosterBay"
|
|
24
|
+
| "Cargo"
|
|
25
|
+
| "CorporationGoalDeliveries"
|
|
26
|
+
| "CorpseBay"
|
|
27
|
+
| "Deliveries"
|
|
28
|
+
| "DroneBay"
|
|
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
|
+
| "InfrastructureHangar"
|
|
50
|
+
| "LoSlot0"
|
|
51
|
+
| "LoSlot1"
|
|
52
|
+
| "LoSlot2"
|
|
53
|
+
| "LoSlot3"
|
|
54
|
+
| "LoSlot4"
|
|
55
|
+
| "LoSlot5"
|
|
56
|
+
| "LoSlot6"
|
|
57
|
+
| "LoSlot7"
|
|
58
|
+
| "Locked"
|
|
59
|
+
| "MedSlot0"
|
|
60
|
+
| "MedSlot1"
|
|
61
|
+
| "MedSlot2"
|
|
62
|
+
| "MedSlot3"
|
|
63
|
+
| "MedSlot4"
|
|
64
|
+
| "MedSlot5"
|
|
65
|
+
| "MedSlot6"
|
|
66
|
+
| "MedSlot7"
|
|
67
|
+
| "MobileDepotHold"
|
|
68
|
+
| "MoonMaterialBay"
|
|
69
|
+
| "QuafeBay"
|
|
70
|
+
| "RigSlot0"
|
|
71
|
+
| "RigSlot1"
|
|
72
|
+
| "RigSlot2"
|
|
73
|
+
| "RigSlot3"
|
|
74
|
+
| "RigSlot4"
|
|
75
|
+
| "RigSlot5"
|
|
76
|
+
| "RigSlot6"
|
|
77
|
+
| "RigSlot7"
|
|
78
|
+
| "ShipHangar"
|
|
79
|
+
| "Skill"
|
|
80
|
+
| "SpecializedAmmoHold"
|
|
81
|
+
| "SpecializedAsteroidHold"
|
|
82
|
+
| "SpecializedCommandCenterHold"
|
|
83
|
+
| "SpecializedFuelBay"
|
|
84
|
+
| "SpecializedGasHold"
|
|
85
|
+
| "SpecializedIceHold"
|
|
86
|
+
| "SpecializedIndustrialShipHold"
|
|
87
|
+
| "SpecializedLargeShipHold"
|
|
88
|
+
| "SpecializedMaterialBay"
|
|
89
|
+
| "SpecializedMediumShipHold"
|
|
90
|
+
| "SpecializedMineralHold"
|
|
91
|
+
| "SpecializedOreHold"
|
|
92
|
+
| "SpecializedPlanetaryCommoditiesHold"
|
|
93
|
+
| "SpecializedSalvageHold"
|
|
94
|
+
| "SpecializedShipHold"
|
|
95
|
+
| "SpecializedSmallShipHold"
|
|
96
|
+
| "StructureDeedBay"
|
|
97
|
+
| "SubSystemBay"
|
|
98
|
+
| "SubSystemSlot0"
|
|
99
|
+
| "SubSystemSlot1"
|
|
100
|
+
| "SubSystemSlot2"
|
|
101
|
+
| "SubSystemSlot3"
|
|
102
|
+
| "SubSystemSlot4"
|
|
103
|
+
| "SubSystemSlot5"
|
|
104
|
+
| "SubSystemSlot6"
|
|
105
|
+
| "SubSystemSlot7"
|
|
106
|
+
| "Unlocked"
|
|
107
|
+
| "Wardrobe";
|
|
108
|
+
/**
|
|
109
|
+
* location_id integer
|
|
110
|
+
*/
|
|
111
|
+
type GetCharactersCharacterIdAssetsLocationId = number;
|
|
112
|
+
/**
|
|
113
|
+
* location_type string
|
|
114
|
+
*/
|
|
115
|
+
type GetCharactersCharacterIdAssetsLocationType = "station" | "solar_system" | "item" | "other";
|
|
116
|
+
/**
|
|
117
|
+
* quantity integer
|
|
118
|
+
*/
|
|
119
|
+
type GetCharactersCharacterIdAssetsQuantity = number;
|
|
120
|
+
/**
|
|
121
|
+
* type_id integer
|
|
122
|
+
*/
|
|
123
|
+
type GetCharactersCharacterIdAssetsTypeId = number;
|
|
124
|
+
/**
|
|
125
|
+
* 200 ok array
|
|
126
|
+
*
|
|
127
|
+
* @maxItems 1000
|
|
128
|
+
*/
|
|
129
|
+
type GetCharactersCharacterIdAssetsOk = GetCharactersCharacterIdAssets_200Ok[];
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* 200 ok object
|
|
133
|
+
*/
|
|
134
|
+
interface GetCharactersCharacterIdAssets_200Ok {
|
|
135
|
+
is_blueprint_copy?: GetCharactersCharacterIdAssetsIsBlueprintCopy;
|
|
136
|
+
is_singleton: GetCharactersCharacterIdAssetsIsSingleton;
|
|
137
|
+
item_id: GetCharactersCharacterIdAssetsItemId;
|
|
138
|
+
location_flag: GetCharactersCharacterIdAssetsLocationFlag;
|
|
139
|
+
location_id: GetCharactersCharacterIdAssetsLocationId;
|
|
140
|
+
location_type: GetCharactersCharacterIdAssetsLocationType;
|
|
141
|
+
quantity: GetCharactersCharacterIdAssetsQuantity;
|
|
142
|
+
type_id: GetCharactersCharacterIdAssetsTypeId;
|
|
143
|
+
[k: string]: unknown | undefined;
|
|
144
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/attributes/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Neural remapping cooldown after a character uses remap accrued over time
|
|
7
|
+
*/
|
|
8
|
+
type GetCharactersCharacterIdAttributesAccruedRemapCooldownDate = string;
|
|
9
|
+
/**
|
|
10
|
+
* Number of available bonus character neural remaps
|
|
11
|
+
*/
|
|
12
|
+
type GetCharactersCharacterIdAttributesBonusRemaps = number;
|
|
13
|
+
/**
|
|
14
|
+
* charisma integer
|
|
15
|
+
*/
|
|
16
|
+
type GetCharactersCharacterIdAttributesCharisma = number;
|
|
17
|
+
/**
|
|
18
|
+
* intelligence integer
|
|
19
|
+
*/
|
|
20
|
+
type GetCharactersCharacterIdAttributesIntelligence = number;
|
|
21
|
+
/**
|
|
22
|
+
* Datetime of last neural remap, including usage of bonus remaps
|
|
23
|
+
*/
|
|
24
|
+
type GetCharactersCharacterIdAttributesLastRemapDate = string;
|
|
25
|
+
/**
|
|
26
|
+
* memory integer
|
|
27
|
+
*/
|
|
28
|
+
type GetCharactersCharacterIdAttributesMemory = number;
|
|
29
|
+
/**
|
|
30
|
+
* perception integer
|
|
31
|
+
*/
|
|
32
|
+
type GetCharactersCharacterIdAttributesPerception = number;
|
|
33
|
+
/**
|
|
34
|
+
* willpower integer
|
|
35
|
+
*/
|
|
36
|
+
type GetCharactersCharacterIdAttributesWillpower = number;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* 200 ok object
|
|
40
|
+
*/
|
|
41
|
+
interface GetCharactersCharacterIdAttributesOk {
|
|
42
|
+
accrued_remap_cooldown_date?: GetCharactersCharacterIdAttributesAccruedRemapCooldownDate;
|
|
43
|
+
bonus_remaps?: GetCharactersCharacterIdAttributesBonusRemaps;
|
|
44
|
+
charisma: GetCharactersCharacterIdAttributesCharisma;
|
|
45
|
+
intelligence: GetCharactersCharacterIdAttributesIntelligence;
|
|
46
|
+
last_remap_date?: GetCharactersCharacterIdAttributesLastRemapDate;
|
|
47
|
+
memory: GetCharactersCharacterIdAttributesMemory;
|
|
48
|
+
perception: GetCharactersCharacterIdAttributesPerception;
|
|
49
|
+
willpower: GetCharactersCharacterIdAttributesWillpower;
|
|
50
|
+
[k: string]: unknown | undefined;
|
|
51
|
+
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/blueprints/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Unique ID for this item.
|
|
7
|
+
*/
|
|
8
|
+
type GetCharactersCharacterIdBlueprintsItemId = number;
|
|
9
|
+
/**
|
|
10
|
+
* Type of the location_id
|
|
11
|
+
*/
|
|
12
|
+
type GetCharactersCharacterIdBlueprintsLocationFlag =
|
|
13
|
+
| "AutoFit"
|
|
14
|
+
| "Cargo"
|
|
15
|
+
| "CorpseBay"
|
|
16
|
+
| "DroneBay"
|
|
17
|
+
| "FleetHangar"
|
|
18
|
+
| "Deliveries"
|
|
19
|
+
| "HiddenModifiers"
|
|
20
|
+
| "Hangar"
|
|
21
|
+
| "HangarAll"
|
|
22
|
+
| "LoSlot0"
|
|
23
|
+
| "LoSlot1"
|
|
24
|
+
| "LoSlot2"
|
|
25
|
+
| "LoSlot3"
|
|
26
|
+
| "LoSlot4"
|
|
27
|
+
| "LoSlot5"
|
|
28
|
+
| "LoSlot6"
|
|
29
|
+
| "LoSlot7"
|
|
30
|
+
| "MedSlot0"
|
|
31
|
+
| "MedSlot1"
|
|
32
|
+
| "MedSlot2"
|
|
33
|
+
| "MedSlot3"
|
|
34
|
+
| "MedSlot4"
|
|
35
|
+
| "MedSlot5"
|
|
36
|
+
| "MedSlot6"
|
|
37
|
+
| "MedSlot7"
|
|
38
|
+
| "HiSlot0"
|
|
39
|
+
| "HiSlot1"
|
|
40
|
+
| "HiSlot2"
|
|
41
|
+
| "HiSlot3"
|
|
42
|
+
| "HiSlot4"
|
|
43
|
+
| "HiSlot5"
|
|
44
|
+
| "HiSlot6"
|
|
45
|
+
| "HiSlot7"
|
|
46
|
+
| "AssetSafety"
|
|
47
|
+
| "Locked"
|
|
48
|
+
| "Unlocked"
|
|
49
|
+
| "Implant"
|
|
50
|
+
| "QuafeBay"
|
|
51
|
+
| "RigSlot0"
|
|
52
|
+
| "RigSlot1"
|
|
53
|
+
| "RigSlot2"
|
|
54
|
+
| "RigSlot3"
|
|
55
|
+
| "RigSlot4"
|
|
56
|
+
| "RigSlot5"
|
|
57
|
+
| "RigSlot6"
|
|
58
|
+
| "RigSlot7"
|
|
59
|
+
| "ShipHangar"
|
|
60
|
+
| "SpecializedFuelBay"
|
|
61
|
+
| "SpecializedOreHold"
|
|
62
|
+
| "SpecializedGasHold"
|
|
63
|
+
| "SpecializedMineralHold"
|
|
64
|
+
| "SpecializedSalvageHold"
|
|
65
|
+
| "SpecializedShipHold"
|
|
66
|
+
| "SpecializedSmallShipHold"
|
|
67
|
+
| "SpecializedMediumShipHold"
|
|
68
|
+
| "SpecializedLargeShipHold"
|
|
69
|
+
| "SpecializedIndustrialShipHold"
|
|
70
|
+
| "SpecializedAmmoHold"
|
|
71
|
+
| "SpecializedCommandCenterHold"
|
|
72
|
+
| "SpecializedPlanetaryCommoditiesHold"
|
|
73
|
+
| "SpecializedMaterialBay"
|
|
74
|
+
| "SubSystemSlot0"
|
|
75
|
+
| "SubSystemSlot1"
|
|
76
|
+
| "SubSystemSlot2"
|
|
77
|
+
| "SubSystemSlot3"
|
|
78
|
+
| "SubSystemSlot4"
|
|
79
|
+
| "SubSystemSlot5"
|
|
80
|
+
| "SubSystemSlot6"
|
|
81
|
+
| "SubSystemSlot7"
|
|
82
|
+
| "FighterBay"
|
|
83
|
+
| "FighterTube0"
|
|
84
|
+
| "FighterTube1"
|
|
85
|
+
| "FighterTube2"
|
|
86
|
+
| "FighterTube3"
|
|
87
|
+
| "FighterTube4"
|
|
88
|
+
| "Module";
|
|
89
|
+
/**
|
|
90
|
+
* References a station, a ship or an item_id if this blueprint is located within a container. If the return value is an item_id, then the Character AssetList API must be queried to find the container using the given item_id to determine the correct location of the Blueprint.
|
|
91
|
+
*/
|
|
92
|
+
type GetCharactersCharacterIdBlueprintsLocationId = number;
|
|
93
|
+
/**
|
|
94
|
+
* Material Efficiency Level of the blueprint.
|
|
95
|
+
*/
|
|
96
|
+
type GetCharactersCharacterIdBlueprintsMaterialEfficiency = number;
|
|
97
|
+
/**
|
|
98
|
+
* 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).
|
|
99
|
+
*/
|
|
100
|
+
type GetCharactersCharacterIdBlueprintsQuantity = number;
|
|
101
|
+
/**
|
|
102
|
+
* Number of runs remaining if the blueprint is a copy, -1 if it is an original.
|
|
103
|
+
*/
|
|
104
|
+
type GetCharactersCharacterIdBlueprintsRuns = number;
|
|
105
|
+
/**
|
|
106
|
+
* Time Efficiency Level of the blueprint.
|
|
107
|
+
*/
|
|
108
|
+
type GetCharactersCharacterIdBlueprintsTimeEfficiency = number;
|
|
109
|
+
/**
|
|
110
|
+
* type_id integer
|
|
111
|
+
*/
|
|
112
|
+
type GetCharactersCharacterIdBlueprintsTypeId = number;
|
|
113
|
+
/**
|
|
114
|
+
* 200 ok array
|
|
115
|
+
*
|
|
116
|
+
* @maxItems 1000
|
|
117
|
+
*/
|
|
118
|
+
type GetCharactersCharacterIdBlueprintsOk = GetCharactersCharacterIdBlueprints_200Ok[];
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* 200 ok object
|
|
122
|
+
*/
|
|
123
|
+
interface GetCharactersCharacterIdBlueprints_200Ok {
|
|
124
|
+
item_id: GetCharactersCharacterIdBlueprintsItemId;
|
|
125
|
+
location_flag: GetCharactersCharacterIdBlueprintsLocationFlag;
|
|
126
|
+
location_id: GetCharactersCharacterIdBlueprintsLocationId;
|
|
127
|
+
material_efficiency: GetCharactersCharacterIdBlueprintsMaterialEfficiency;
|
|
128
|
+
quantity: GetCharactersCharacterIdBlueprintsQuantity;
|
|
129
|
+
runs: GetCharactersCharacterIdBlueprintsRuns;
|
|
130
|
+
time_efficiency: GetCharactersCharacterIdBlueprintsTimeEfficiency;
|
|
131
|
+
type_id: GetCharactersCharacterIdBlueprintsTypeId;
|
|
132
|
+
[k: string]: unknown | undefined;
|
|
133
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/bookmarks/folders/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* folder_id integer
|
|
7
|
+
*/
|
|
8
|
+
type GetCharactersCharacterIdBookmarksFoldersFolderId = number;
|
|
9
|
+
/**
|
|
10
|
+
* name string
|
|
11
|
+
*/
|
|
12
|
+
type GetCharactersCharacterIdBookmarksFoldersName = string;
|
|
13
|
+
/**
|
|
14
|
+
* 200 ok array
|
|
15
|
+
*
|
|
16
|
+
* @maxItems 1000
|
|
17
|
+
*/
|
|
18
|
+
type GetCharactersCharacterIdBookmarksFoldersOk = GetCharactersCharacterIdBookmarksFolders_200Ok[];
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 200 ok object
|
|
22
|
+
*/
|
|
23
|
+
interface GetCharactersCharacterIdBookmarksFolders_200Ok {
|
|
24
|
+
folder_id: GetCharactersCharacterIdBookmarksFoldersFolderId;
|
|
25
|
+
name: GetCharactersCharacterIdBookmarksFoldersName;
|
|
26
|
+
[k: string]: unknown | undefined;
|
|
27
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI endpoint: /characters/{character_id}/bookmarks/
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* bookmark_id integer
|
|
7
|
+
*/
|
|
8
|
+
type GetCharactersCharacterIdBookmarksBookmarkId = number;
|
|
9
|
+
/**
|
|
10
|
+
* x number
|
|
11
|
+
*/
|
|
12
|
+
type GetCharactersCharacterIdBookmarksX = number;
|
|
13
|
+
/**
|
|
14
|
+
* y number
|
|
15
|
+
*/
|
|
16
|
+
type GetCharactersCharacterIdBookmarksY = number;
|
|
17
|
+
/**
|
|
18
|
+
* z number
|
|
19
|
+
*/
|
|
20
|
+
type GetCharactersCharacterIdBookmarksZ = number;
|
|
21
|
+
/**
|
|
22
|
+
* created string
|
|
23
|
+
*/
|
|
24
|
+
type GetCharactersCharacterIdBookmarksCreated = string;
|
|
25
|
+
/**
|
|
26
|
+
* creator_id integer
|
|
27
|
+
*/
|
|
28
|
+
type GetCharactersCharacterIdBookmarksCreatorId = number;
|
|
29
|
+
/**
|
|
30
|
+
* folder_id integer
|
|
31
|
+
*/
|
|
32
|
+
type GetCharactersCharacterIdBookmarksFolderId = number;
|
|
33
|
+
/**
|
|
34
|
+
* item_id integer
|
|
35
|
+
*/
|
|
36
|
+
type GetCharactersCharacterIdBookmarksItemId = number;
|
|
37
|
+
/**
|
|
38
|
+
* type_id integer
|
|
39
|
+
*/
|
|
40
|
+
type GetCharactersCharacterIdBookmarksTypeId = number;
|
|
41
|
+
/**
|
|
42
|
+
* label string
|
|
43
|
+
*/
|
|
44
|
+
type GetCharactersCharacterIdBookmarksLabel = string;
|
|
45
|
+
/**
|
|
46
|
+
* location_id integer
|
|
47
|
+
*/
|
|
48
|
+
type GetCharactersCharacterIdBookmarksLocationId = number;
|
|
49
|
+
/**
|
|
50
|
+
* notes string
|
|
51
|
+
*/
|
|
52
|
+
type GetCharactersCharacterIdBookmarksNotes = string;
|
|
53
|
+
/**
|
|
54
|
+
* 200 ok array
|
|
55
|
+
*
|
|
56
|
+
* @maxItems 1000
|
|
57
|
+
*/
|
|
58
|
+
type GetCharactersCharacterIdBookmarksOk = GetCharactersCharacterIdBookmarks_200Ok[];
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* 200 ok object
|
|
62
|
+
*/
|
|
63
|
+
interface GetCharactersCharacterIdBookmarks_200Ok {
|
|
64
|
+
bookmark_id: GetCharactersCharacterIdBookmarksBookmarkId;
|
|
65
|
+
coordinates?: GetCharactersCharacterIdBookmarksCoordinates;
|
|
66
|
+
created: GetCharactersCharacterIdBookmarksCreated;
|
|
67
|
+
creator_id: GetCharactersCharacterIdBookmarksCreatorId;
|
|
68
|
+
folder_id?: GetCharactersCharacterIdBookmarksFolderId;
|
|
69
|
+
item?: GetCharactersCharacterIdBookmarksItem;
|
|
70
|
+
label: GetCharactersCharacterIdBookmarksLabel;
|
|
71
|
+
location_id: GetCharactersCharacterIdBookmarksLocationId;
|
|
72
|
+
notes: GetCharactersCharacterIdBookmarksNotes;
|
|
73
|
+
[k: string]: unknown | undefined;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Optional object that is returned if a bookmark was made on a planet or a random location in space.
|
|
77
|
+
*/
|
|
78
|
+
interface GetCharactersCharacterIdBookmarksCoordinates {
|
|
79
|
+
x: GetCharactersCharacterIdBookmarksX;
|
|
80
|
+
y: GetCharactersCharacterIdBookmarksY;
|
|
81
|
+
z: GetCharactersCharacterIdBookmarksZ;
|
|
82
|
+
[k: string]: unknown | undefined;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Optional object that is returned if a bookmark was made on a particular item.
|
|
86
|
+
*/
|
|
87
|
+
interface GetCharactersCharacterIdBookmarksItem {
|
|
88
|
+
item_id: GetCharactersCharacterIdBookmarksItemId;
|
|
89
|
+
type_id: GetCharactersCharacterIdBookmarksTypeId;
|
|
90
|
+
[k: string]: unknown | undefined;
|
|
91
|
+
}
|