eve-esi-types 3.1.6 → 3.2.0
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 -8
- 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 +1084 -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 +2329 -0
- package/v2/globals/dogma.d.ts +262 -0
- package/v2/globals/factionwarfare.d.ts +668 -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 +38 -163
- package/v2/response-map.d.ts +22 -45
- package/v2/types-index.d.ts +31 -182
- package/v2/types-util.d.ts +335 -0
- package/v2/util.d.ts +4 -2
- package/web/index.html +1 -1
- package/docs/esi-tagged-types.md +0 -120
- package/docs/v2/identify-parameters.md +0 -74
- package/docs/v2/if-parameterized-path.md +0 -70
- package/docs/v2/infer-esi-response-result.md +0 -44
- package/docs/v2/require-these.md +0 -57
- package/docs/v3/esi-enhanced-function-signature.md +0 -67
- package/docs/v3/esi-types-util3.md +0 -319
- package/docs/v3/has-require-params.md +0 -50
- package/docs/v3/infer-endpoint-origin.md +0 -57
- package/docs/v3/infer-path-params.md +0 -41
- package/docs/v3/pick-require-params.md +0 -56
- package/docs/v3/replace-path-params.md +0 -60
- package/docs/v3/resolved-endpoint.md +0 -44
- 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
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
// Generated by scripts/lib/code-synthesizer.mjs
|
|
2
|
+
|
|
3
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
4
|
+
// @method {get}
|
|
5
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
6
|
+
/*!
|
|
7
|
+
* ESI endpoint: get:/characters/{character_id}/fleet/
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* Member’s role in fleet
|
|
11
|
+
*/
|
|
12
|
+
type GetCharactersCharacterIdFleetRole =
|
|
13
|
+
| "fleet_commander"
|
|
14
|
+
| "squad_commander"
|
|
15
|
+
| "squad_member"
|
|
16
|
+
| "wing_commander";
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* 200 ok object
|
|
20
|
+
*/
|
|
21
|
+
interface GetCharactersCharacterIdFleetOk {
|
|
22
|
+
/**
|
|
23
|
+
* Character ID of the current fleet boss
|
|
24
|
+
*/
|
|
25
|
+
fleet_boss_id: number;
|
|
26
|
+
/**
|
|
27
|
+
* The character's current fleet ID
|
|
28
|
+
*/
|
|
29
|
+
fleet_id: number;
|
|
30
|
+
role: GetCharactersCharacterIdFleetRole;
|
|
31
|
+
/**
|
|
32
|
+
* ID of the squad the member is in. If not applicable, will be set to -1
|
|
33
|
+
*/
|
|
34
|
+
squad_id: number;
|
|
35
|
+
/**
|
|
36
|
+
* ID of the wing the member is in. If not applicable, will be set to -1
|
|
37
|
+
*/
|
|
38
|
+
wing_id: number;
|
|
39
|
+
[k: string]: unknown | undefined;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/*!
|
|
43
|
+
* ESI endpoint: get:/fleets/{fleet_id}/
|
|
44
|
+
*/
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* 200 ok object
|
|
48
|
+
*/
|
|
49
|
+
interface GetFleetsFleetIdOk {
|
|
50
|
+
/**
|
|
51
|
+
* Is free-move enabled
|
|
52
|
+
*/
|
|
53
|
+
is_free_move: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Does the fleet have an active fleet advertisement
|
|
56
|
+
*/
|
|
57
|
+
is_registered: boolean;
|
|
58
|
+
/**
|
|
59
|
+
* Is EVE Voice enabled
|
|
60
|
+
*/
|
|
61
|
+
is_voice_enabled: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* Fleet MOTD in CCP flavoured HTML
|
|
64
|
+
*/
|
|
65
|
+
motd: string;
|
|
66
|
+
[k: string]: unknown | undefined;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/*!
|
|
70
|
+
* ESI endpoint: get:/fleets/{fleet_id}/members/
|
|
71
|
+
*/
|
|
72
|
+
/**
|
|
73
|
+
* Member’s role in fleet
|
|
74
|
+
*/
|
|
75
|
+
type GetFleetsFleetIdMembersRole = "fleet_commander" | "wing_commander" | "squad_commander" | "squad_member";
|
|
76
|
+
/**
|
|
77
|
+
* 200 ok array
|
|
78
|
+
*
|
|
79
|
+
* @maxItems 256
|
|
80
|
+
*/
|
|
81
|
+
type GetFleetsFleetIdMembersOk = GetFleetsFleetIdMembers_200Ok[];
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* 200 ok object
|
|
85
|
+
*/
|
|
86
|
+
interface GetFleetsFleetIdMembers_200Ok {
|
|
87
|
+
/**
|
|
88
|
+
* character_id integer
|
|
89
|
+
*/
|
|
90
|
+
character_id: number;
|
|
91
|
+
/**
|
|
92
|
+
* join_time string
|
|
93
|
+
*/
|
|
94
|
+
join_time: string;
|
|
95
|
+
role: GetFleetsFleetIdMembersRole;
|
|
96
|
+
/**
|
|
97
|
+
* Localized role names
|
|
98
|
+
*/
|
|
99
|
+
role_name: string;
|
|
100
|
+
ship_type_id: number;
|
|
101
|
+
/**
|
|
102
|
+
* Solar system the member is located in
|
|
103
|
+
*/
|
|
104
|
+
solar_system_id: number;
|
|
105
|
+
/**
|
|
106
|
+
* ID of the squad the member is in. If not applicable, will be set to -1
|
|
107
|
+
*/
|
|
108
|
+
squad_id: number;
|
|
109
|
+
/**
|
|
110
|
+
* Station in which the member is docked in, if applicable
|
|
111
|
+
*/
|
|
112
|
+
station_id?: number;
|
|
113
|
+
/**
|
|
114
|
+
* Whether the member take fleet warps
|
|
115
|
+
*/
|
|
116
|
+
takes_fleet_warp: boolean;
|
|
117
|
+
/**
|
|
118
|
+
* ID of the wing the member is in. If not applicable, will be set to -1
|
|
119
|
+
*/
|
|
120
|
+
wing_id: number;
|
|
121
|
+
[k: string]: unknown | undefined;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
/*!
|
|
125
|
+
* ESI endpoint: get:/fleets/{fleet_id}/wings/
|
|
126
|
+
*/
|
|
127
|
+
/**
|
|
128
|
+
* squads array
|
|
129
|
+
*
|
|
130
|
+
* @maxItems 25
|
|
131
|
+
*/
|
|
132
|
+
type GetFleetsFleetIdWingsSquads = GetFleetsFleetIdWingsSquad[];
|
|
133
|
+
/**
|
|
134
|
+
* 200 ok array
|
|
135
|
+
*
|
|
136
|
+
* @maxItems 25
|
|
137
|
+
*/
|
|
138
|
+
type GetFleetsFleetIdWingsOk = GetFleetsFleetIdWings_200Ok[];
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* 200 ok object
|
|
142
|
+
*/
|
|
143
|
+
interface GetFleetsFleetIdWings_200Ok {
|
|
144
|
+
/**
|
|
145
|
+
* id integer
|
|
146
|
+
*/
|
|
147
|
+
id: number;
|
|
148
|
+
/**
|
|
149
|
+
* name string
|
|
150
|
+
*/
|
|
151
|
+
name: string;
|
|
152
|
+
squads: GetFleetsFleetIdWingsSquads;
|
|
153
|
+
[k: string]: unknown | undefined;
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* squad object
|
|
157
|
+
*/
|
|
158
|
+
interface GetFleetsFleetIdWingsSquad {
|
|
159
|
+
/**
|
|
160
|
+
* id integer
|
|
161
|
+
*/
|
|
162
|
+
id: number;
|
|
163
|
+
/**
|
|
164
|
+
* name string
|
|
165
|
+
*/
|
|
166
|
+
name: string;
|
|
167
|
+
[k: string]: unknown | undefined;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
171
|
+
// @method {post}
|
|
172
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
173
|
+
/*!
|
|
174
|
+
* ESI endpoint: post:/fleets/{fleet_id}/wings/
|
|
175
|
+
*/
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* 201 created object
|
|
179
|
+
*/
|
|
180
|
+
interface PostFleetsFleetIdWingsCreated {
|
|
181
|
+
/**
|
|
182
|
+
* The wing_id of the newly created wing
|
|
183
|
+
*/
|
|
184
|
+
wing_id: number;
|
|
185
|
+
[k: string]: unknown | undefined;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/*!
|
|
189
|
+
* ESI endpoint: post:/fleets/{fleet_id}/wings/{wing_id}/squads/
|
|
190
|
+
*/
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* 201 created object
|
|
194
|
+
*/
|
|
195
|
+
interface PostFleetsFleetIdWingsWingIdSquadsCreated {
|
|
196
|
+
/**
|
|
197
|
+
* The squad_id of the newly created squad
|
|
198
|
+
*/
|
|
199
|
+
squad_id: number;
|
|
200
|
+
[k: string]: unknown | undefined;
|
|
201
|
+
}
|
|
@@ -0,0 +1,445 @@
|
|
|
1
|
+
// Generated by scripts/lib/code-synthesizer.mjs
|
|
2
|
+
|
|
3
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
4
|
+
// @method {get}
|
|
5
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
6
|
+
/*!
|
|
7
|
+
* ESI endpoint: get:/characters/{character_id}/industry/jobs/
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* status string
|
|
11
|
+
*/
|
|
12
|
+
type GetCharactersCharacterIdIndustryJobsStatus =
|
|
13
|
+
| "active"
|
|
14
|
+
| "cancelled"
|
|
15
|
+
| "delivered"
|
|
16
|
+
| "paused"
|
|
17
|
+
| "ready"
|
|
18
|
+
| "reverted";
|
|
19
|
+
/**
|
|
20
|
+
* 200 ok array
|
|
21
|
+
*
|
|
22
|
+
* @maxItems 2000
|
|
23
|
+
*/
|
|
24
|
+
type GetCharactersCharacterIdIndustryJobsOk = GetCharactersCharacterIdIndustryJobs_200Ok[];
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 200 ok object
|
|
28
|
+
*/
|
|
29
|
+
interface GetCharactersCharacterIdIndustryJobs_200Ok {
|
|
30
|
+
/**
|
|
31
|
+
* Job activity ID
|
|
32
|
+
*/
|
|
33
|
+
activity_id: number;
|
|
34
|
+
/**
|
|
35
|
+
* blueprint_id integer
|
|
36
|
+
*/
|
|
37
|
+
blueprint_id: number;
|
|
38
|
+
/**
|
|
39
|
+
* Location ID of the location from which the blueprint was installed. Normally a station ID, but can also be an asset (e.g. container) or corporation facility
|
|
40
|
+
*/
|
|
41
|
+
blueprint_location_id: number;
|
|
42
|
+
blueprint_type_id: number;
|
|
43
|
+
/**
|
|
44
|
+
* ID of the character which completed this job
|
|
45
|
+
*/
|
|
46
|
+
completed_character_id?: number;
|
|
47
|
+
/**
|
|
48
|
+
* Date and time when this job was completed
|
|
49
|
+
*/
|
|
50
|
+
completed_date?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The sume of job installation fee and industry facility tax
|
|
53
|
+
*/
|
|
54
|
+
cost?: number;
|
|
55
|
+
/**
|
|
56
|
+
* Job duration in seconds
|
|
57
|
+
*/
|
|
58
|
+
duration: number;
|
|
59
|
+
/**
|
|
60
|
+
* Date and time when this job finished
|
|
61
|
+
*/
|
|
62
|
+
end_date: string;
|
|
63
|
+
/**
|
|
64
|
+
* ID of the facility where this job is running
|
|
65
|
+
*/
|
|
66
|
+
facility_id: number;
|
|
67
|
+
/**
|
|
68
|
+
* ID of the character which installed this job
|
|
69
|
+
*/
|
|
70
|
+
installer_id: number;
|
|
71
|
+
/**
|
|
72
|
+
* Unique job ID
|
|
73
|
+
*/
|
|
74
|
+
job_id: number;
|
|
75
|
+
/**
|
|
76
|
+
* Number of runs blueprint is licensed for
|
|
77
|
+
*/
|
|
78
|
+
licensed_runs?: number;
|
|
79
|
+
/**
|
|
80
|
+
* Location ID of the location to which the output of the job will be delivered. Normally a station ID, but can also be a corporation facility
|
|
81
|
+
*/
|
|
82
|
+
output_location_id: number;
|
|
83
|
+
/**
|
|
84
|
+
* Date and time when this job was paused (i.e. time when the facility where this job was installed went offline)
|
|
85
|
+
*/
|
|
86
|
+
pause_date?: string;
|
|
87
|
+
/**
|
|
88
|
+
* Chance of success for invention
|
|
89
|
+
*/
|
|
90
|
+
probability?: number;
|
|
91
|
+
product_type_id?: number;
|
|
92
|
+
/**
|
|
93
|
+
* Number of runs for a manufacturing job, or number of copies to make for a blueprint copy
|
|
94
|
+
*/
|
|
95
|
+
runs: number;
|
|
96
|
+
/**
|
|
97
|
+
* Date and time when this job started
|
|
98
|
+
*/
|
|
99
|
+
start_date: string;
|
|
100
|
+
/**
|
|
101
|
+
* ID of the station where industry facility is located
|
|
102
|
+
*/
|
|
103
|
+
station_id: number;
|
|
104
|
+
status: GetCharactersCharacterIdIndustryJobsStatus;
|
|
105
|
+
/**
|
|
106
|
+
* Number of successful runs for this job. Equal to runs unless this is an invention job
|
|
107
|
+
*/
|
|
108
|
+
successful_runs?: number;
|
|
109
|
+
[k: string]: unknown | undefined;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/*!
|
|
113
|
+
* ESI endpoint: get:/characters/{character_id}/mining/
|
|
114
|
+
*/
|
|
115
|
+
/**
|
|
116
|
+
* 200 ok array
|
|
117
|
+
*
|
|
118
|
+
* @maxItems 1000
|
|
119
|
+
*/
|
|
120
|
+
type GetCharactersCharacterIdMiningOk = GetCharactersCharacterIdMining_200Ok[];
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* 200 ok object
|
|
124
|
+
*/
|
|
125
|
+
interface GetCharactersCharacterIdMining_200Ok {
|
|
126
|
+
/**
|
|
127
|
+
* date string
|
|
128
|
+
*/
|
|
129
|
+
date: string;
|
|
130
|
+
/**
|
|
131
|
+
* quantity integer
|
|
132
|
+
*/
|
|
133
|
+
quantity: number;
|
|
134
|
+
/**
|
|
135
|
+
* solar_system_id integer
|
|
136
|
+
*/
|
|
137
|
+
solar_system_id: number;
|
|
138
|
+
type_id: number;
|
|
139
|
+
[k: string]: unknown | undefined;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/*!
|
|
143
|
+
* ESI endpoint: get:/corporation/{corporation_id}/mining/extractions/
|
|
144
|
+
*/
|
|
145
|
+
/**
|
|
146
|
+
* 200 ok array
|
|
147
|
+
*
|
|
148
|
+
* @maxItems 1000
|
|
149
|
+
*/
|
|
150
|
+
type GetCorporationCorporationIdMiningExtractionsOk = GetCorporationCorporationIdMiningExtractions_200Ok[];
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* 200 ok object
|
|
154
|
+
*/
|
|
155
|
+
interface GetCorporationCorporationIdMiningExtractions_200Ok {
|
|
156
|
+
/**
|
|
157
|
+
* The time at which the chunk being extracted will arrive and can be fractured by the moon mining drill.
|
|
158
|
+
*
|
|
159
|
+
*/
|
|
160
|
+
chunk_arrival_time: string;
|
|
161
|
+
/**
|
|
162
|
+
* The time at which the current extraction was initiated.
|
|
163
|
+
*
|
|
164
|
+
*/
|
|
165
|
+
extraction_start_time: string;
|
|
166
|
+
/**
|
|
167
|
+
* moon_id integer
|
|
168
|
+
*/
|
|
169
|
+
moon_id: number;
|
|
170
|
+
/**
|
|
171
|
+
* The time at which the chunk being extracted will naturally fracture if it is not first fractured by the moon mining drill.
|
|
172
|
+
*
|
|
173
|
+
*/
|
|
174
|
+
natural_decay_time: string;
|
|
175
|
+
/**
|
|
176
|
+
* structure_id integer
|
|
177
|
+
*/
|
|
178
|
+
structure_id: number;
|
|
179
|
+
[k: string]: unknown | undefined;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
/*!
|
|
183
|
+
* ESI endpoint: get:/corporation/{corporation_id}/mining/observers/
|
|
184
|
+
*/
|
|
185
|
+
/**
|
|
186
|
+
* The category of the observing entity
|
|
187
|
+
*/
|
|
188
|
+
type GetCorporationCorporationIdMiningObserversObserverType = "structure";
|
|
189
|
+
/**
|
|
190
|
+
* 200 ok array
|
|
191
|
+
*
|
|
192
|
+
* @maxItems 1000
|
|
193
|
+
*/
|
|
194
|
+
type GetCorporationCorporationIdMiningObserversOk = GetCorporationCorporationIdMiningObservers_200Ok[];
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* 200 ok object
|
|
198
|
+
*/
|
|
199
|
+
interface GetCorporationCorporationIdMiningObservers_200Ok {
|
|
200
|
+
/**
|
|
201
|
+
* last_updated string
|
|
202
|
+
*/
|
|
203
|
+
last_updated: string;
|
|
204
|
+
/**
|
|
205
|
+
* The entity that was observing the asteroid field when it was mined.
|
|
206
|
+
*
|
|
207
|
+
*/
|
|
208
|
+
observer_id: number;
|
|
209
|
+
observer_type: GetCorporationCorporationIdMiningObserversObserverType;
|
|
210
|
+
[k: string]: unknown | undefined;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
/*!
|
|
214
|
+
* ESI endpoint: get:/corporation/{corporation_id}/mining/observers/{observer_id}/
|
|
215
|
+
*/
|
|
216
|
+
/**
|
|
217
|
+
* 200 ok array
|
|
218
|
+
*
|
|
219
|
+
* @maxItems 1000
|
|
220
|
+
*/
|
|
221
|
+
type GetCorporationCorporationIdMiningObserversObserverIdOk =
|
|
222
|
+
GetCorporationCorporationIdMiningObserversObserverId_200Ok[];
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* 200 ok object
|
|
226
|
+
*/
|
|
227
|
+
interface GetCorporationCorporationIdMiningObserversObserverId_200Ok {
|
|
228
|
+
/**
|
|
229
|
+
* The character that did the mining
|
|
230
|
+
*
|
|
231
|
+
*/
|
|
232
|
+
character_id: number;
|
|
233
|
+
/**
|
|
234
|
+
* last_updated string
|
|
235
|
+
*/
|
|
236
|
+
last_updated: string;
|
|
237
|
+
/**
|
|
238
|
+
* quantity integer
|
|
239
|
+
*/
|
|
240
|
+
quantity: number;
|
|
241
|
+
/**
|
|
242
|
+
* The corporation id of the character at the time data was recorded.
|
|
243
|
+
*
|
|
244
|
+
*/
|
|
245
|
+
recorded_corporation_id: number;
|
|
246
|
+
type_id: number;
|
|
247
|
+
[k: string]: unknown | undefined;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
/*!
|
|
251
|
+
* ESI endpoint: get:/corporations/{corporation_id}/industry/jobs/
|
|
252
|
+
*/
|
|
253
|
+
/**
|
|
254
|
+
* status string
|
|
255
|
+
*/
|
|
256
|
+
type GetCorporationsCorporationIdIndustryJobsStatus =
|
|
257
|
+
| "active"
|
|
258
|
+
| "cancelled"
|
|
259
|
+
| "delivered"
|
|
260
|
+
| "paused"
|
|
261
|
+
| "ready"
|
|
262
|
+
| "reverted";
|
|
263
|
+
/**
|
|
264
|
+
* 200 ok array
|
|
265
|
+
*
|
|
266
|
+
* @maxItems 1000
|
|
267
|
+
*/
|
|
268
|
+
type GetCorporationsCorporationIdIndustryJobsOk = GetCorporationsCorporationIdIndustryJobs_200Ok[];
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* 200 ok object
|
|
272
|
+
*/
|
|
273
|
+
interface GetCorporationsCorporationIdIndustryJobs_200Ok {
|
|
274
|
+
/**
|
|
275
|
+
* Job activity ID
|
|
276
|
+
*/
|
|
277
|
+
activity_id: number;
|
|
278
|
+
/**
|
|
279
|
+
* blueprint_id integer
|
|
280
|
+
*/
|
|
281
|
+
blueprint_id: number;
|
|
282
|
+
/**
|
|
283
|
+
* Location ID of the location from which the blueprint was installed. Normally a station ID, but can also be an asset (e.g. container) or corporation facility
|
|
284
|
+
*/
|
|
285
|
+
blueprint_location_id: number;
|
|
286
|
+
blueprint_type_id: number;
|
|
287
|
+
/**
|
|
288
|
+
* ID of the character which completed this job
|
|
289
|
+
*/
|
|
290
|
+
completed_character_id?: number;
|
|
291
|
+
/**
|
|
292
|
+
* Date and time when this job was completed
|
|
293
|
+
*/
|
|
294
|
+
completed_date?: string;
|
|
295
|
+
/**
|
|
296
|
+
* The sume of job installation fee and industry facility tax
|
|
297
|
+
*/
|
|
298
|
+
cost?: number;
|
|
299
|
+
/**
|
|
300
|
+
* Job duration in seconds
|
|
301
|
+
*/
|
|
302
|
+
duration: number;
|
|
303
|
+
/**
|
|
304
|
+
* Date and time when this job finished
|
|
305
|
+
*/
|
|
306
|
+
end_date: string;
|
|
307
|
+
/**
|
|
308
|
+
* ID of the facility where this job is running
|
|
309
|
+
*/
|
|
310
|
+
facility_id: number;
|
|
311
|
+
/**
|
|
312
|
+
* ID of the character which installed this job
|
|
313
|
+
*/
|
|
314
|
+
installer_id: number;
|
|
315
|
+
/**
|
|
316
|
+
* Unique job ID
|
|
317
|
+
*/
|
|
318
|
+
job_id: number;
|
|
319
|
+
/**
|
|
320
|
+
* Number of runs blueprint is licensed for
|
|
321
|
+
*/
|
|
322
|
+
licensed_runs?: number;
|
|
323
|
+
/**
|
|
324
|
+
* ID of the location for the industry facility
|
|
325
|
+
*/
|
|
326
|
+
location_id: number;
|
|
327
|
+
/**
|
|
328
|
+
* Location ID of the location to which the output of the job will be delivered. Normally a station ID, but can also be a corporation facility
|
|
329
|
+
*/
|
|
330
|
+
output_location_id: number;
|
|
331
|
+
/**
|
|
332
|
+
* Date and time when this job was paused (i.e. time when the facility where this job was installed went offline)
|
|
333
|
+
*/
|
|
334
|
+
pause_date?: string;
|
|
335
|
+
/**
|
|
336
|
+
* Chance of success for invention
|
|
337
|
+
*/
|
|
338
|
+
probability?: number;
|
|
339
|
+
product_type_id?: number;
|
|
340
|
+
/**
|
|
341
|
+
* Number of runs for a manufacturing job, or number of copies to make for a blueprint copy
|
|
342
|
+
*/
|
|
343
|
+
runs: number;
|
|
344
|
+
/**
|
|
345
|
+
* Date and time when this job started
|
|
346
|
+
*/
|
|
347
|
+
start_date: string;
|
|
348
|
+
status: GetCorporationsCorporationIdIndustryJobsStatus;
|
|
349
|
+
/**
|
|
350
|
+
* Number of successful runs for this job. Equal to runs unless this is an invention job
|
|
351
|
+
*/
|
|
352
|
+
successful_runs?: number;
|
|
353
|
+
[k: string]: unknown | undefined;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
/*!
|
|
357
|
+
* ESI endpoint: get:/industry/facilities/
|
|
358
|
+
*/
|
|
359
|
+
/**
|
|
360
|
+
* 200 ok array
|
|
361
|
+
*
|
|
362
|
+
* @maxItems 10000
|
|
363
|
+
*/
|
|
364
|
+
type GetIndustryFacilitiesOk = GetIndustryFacilities_200Ok[];
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* 200 ok object
|
|
368
|
+
*/
|
|
369
|
+
interface GetIndustryFacilities_200Ok {
|
|
370
|
+
/**
|
|
371
|
+
* ID of the facility
|
|
372
|
+
*/
|
|
373
|
+
facility_id: number;
|
|
374
|
+
/**
|
|
375
|
+
* Owner of the facility
|
|
376
|
+
*/
|
|
377
|
+
owner_id: number;
|
|
378
|
+
/**
|
|
379
|
+
* Region ID where the facility is
|
|
380
|
+
*/
|
|
381
|
+
region_id: number;
|
|
382
|
+
/**
|
|
383
|
+
* Solar system ID where the facility is
|
|
384
|
+
*/
|
|
385
|
+
solar_system_id: number;
|
|
386
|
+
/**
|
|
387
|
+
* Tax imposed by the facility
|
|
388
|
+
*/
|
|
389
|
+
tax?: number;
|
|
390
|
+
type_id: number;
|
|
391
|
+
[k: string]: unknown | undefined;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
/*!
|
|
395
|
+
* ESI endpoint: get:/industry/systems/
|
|
396
|
+
*/
|
|
397
|
+
/**
|
|
398
|
+
* activity string
|
|
399
|
+
*/
|
|
400
|
+
type GetIndustrySystemsActivity =
|
|
401
|
+
| "copying"
|
|
402
|
+
| "duplicating"
|
|
403
|
+
| "invention"
|
|
404
|
+
| "manufacturing"
|
|
405
|
+
| "none"
|
|
406
|
+
| "reaction"
|
|
407
|
+
| "researching_material_efficiency"
|
|
408
|
+
| "researching_technology"
|
|
409
|
+
| "researching_time_efficiency"
|
|
410
|
+
| "reverse_engineering";
|
|
411
|
+
/**
|
|
412
|
+
* cost_indices array
|
|
413
|
+
*
|
|
414
|
+
* @maxItems 10
|
|
415
|
+
*/
|
|
416
|
+
type GetIndustrySystemsCostIndices = GetIndustrySystemsCostIndice[];
|
|
417
|
+
/**
|
|
418
|
+
* 200 ok array
|
|
419
|
+
*
|
|
420
|
+
* @maxItems 10000
|
|
421
|
+
*/
|
|
422
|
+
type GetIndustrySystemsOk = GetIndustrySystems_200Ok[];
|
|
423
|
+
|
|
424
|
+
/**
|
|
425
|
+
* 200 ok object
|
|
426
|
+
*/
|
|
427
|
+
interface GetIndustrySystems_200Ok {
|
|
428
|
+
cost_indices: GetIndustrySystemsCostIndices;
|
|
429
|
+
/**
|
|
430
|
+
* solar_system_id integer
|
|
431
|
+
*/
|
|
432
|
+
solar_system_id: number;
|
|
433
|
+
[k: string]: unknown | undefined;
|
|
434
|
+
}
|
|
435
|
+
/**
|
|
436
|
+
* cost_indice object
|
|
437
|
+
*/
|
|
438
|
+
interface GetIndustrySystemsCostIndice {
|
|
439
|
+
activity: GetIndustrySystemsActivity;
|
|
440
|
+
/**
|
|
441
|
+
* cost_index number
|
|
442
|
+
*/
|
|
443
|
+
cost_index: number;
|
|
444
|
+
[k: string]: unknown | undefined;
|
|
445
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// Generated by scripts/lib/code-synthesizer.mjs
|
|
2
|
+
|
|
3
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
4
|
+
// @method {get}
|
|
5
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
6
|
+
/*!
|
|
7
|
+
* ESI endpoint: get:/insurance/prices/
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* A list of a available insurance levels for this ship type
|
|
11
|
+
*
|
|
12
|
+
* @maxItems 6
|
|
13
|
+
*/
|
|
14
|
+
type GetInsurancePricesLevels = GetInsurancePricesLevel[];
|
|
15
|
+
/**
|
|
16
|
+
* 200 ok array
|
|
17
|
+
*
|
|
18
|
+
* @maxItems 1000
|
|
19
|
+
*/
|
|
20
|
+
type GetInsurancePricesOk = GetInsurancePrices_200Ok[];
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* 200 ok object
|
|
24
|
+
*/
|
|
25
|
+
interface GetInsurancePrices_200Ok {
|
|
26
|
+
levels: GetInsurancePricesLevels;
|
|
27
|
+
type_id: number;
|
|
28
|
+
[k: string]: unknown | undefined;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* level object
|
|
32
|
+
*/
|
|
33
|
+
interface GetInsurancePricesLevel {
|
|
34
|
+
/**
|
|
35
|
+
* cost number
|
|
36
|
+
*/
|
|
37
|
+
cost: number;
|
|
38
|
+
/**
|
|
39
|
+
* Localized insurance level
|
|
40
|
+
*/
|
|
41
|
+
name: string;
|
|
42
|
+
/**
|
|
43
|
+
* payout number
|
|
44
|
+
*/
|
|
45
|
+
payout: number;
|
|
46
|
+
[k: string]: unknown | undefined;
|
|
47
|
+
}
|