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
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: post:/characters/{character_id}/fittings/
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* 201 created object
|
|
7
|
-
*/
|
|
8
|
-
interface PostCharactersCharacterIdFittingsCreated {
|
|
9
|
-
/**
|
|
10
|
-
* fitting_id integer
|
|
11
|
-
*/
|
|
12
|
-
fitting_id: number;
|
|
13
|
-
[k: string]: unknown | undefined;
|
|
14
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: post:/corporations/{corporation_id}/assets/locations/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type PostCorporationsCorporationIdAssetsLocationsOk = PostCorporationsCorporationIdAssetsLocations_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface PostCorporationsCorporationIdAssetsLocations_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* item_id integer
|
|
17
|
-
*/
|
|
18
|
-
item_id: number;
|
|
19
|
-
position: PostCorporationsCorporationIdAssetsLocationsPosition;
|
|
20
|
-
[k: string]: unknown | undefined;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* position object
|
|
24
|
-
*/
|
|
25
|
-
interface PostCorporationsCorporationIdAssetsLocationsPosition {
|
|
26
|
-
/**
|
|
27
|
-
* x number
|
|
28
|
-
*/
|
|
29
|
-
x: number;
|
|
30
|
-
/**
|
|
31
|
-
* y number
|
|
32
|
-
*/
|
|
33
|
-
y: number;
|
|
34
|
-
/**
|
|
35
|
-
* z number
|
|
36
|
-
*/
|
|
37
|
-
z: number;
|
|
38
|
-
[k: string]: unknown | undefined;
|
|
39
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: post:/corporations/{corporation_id}/assets/names/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type PostCorporationsCorporationIdAssetsNamesOk = PostCorporationsCorporationIdAssetsNames_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface PostCorporationsCorporationIdAssetsNames_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* item_id integer
|
|
17
|
-
*/
|
|
18
|
-
item_id: number;
|
|
19
|
-
/**
|
|
20
|
-
* name string
|
|
21
|
-
*/
|
|
22
|
-
name: string;
|
|
23
|
-
[k: string]: unknown | undefined;
|
|
24
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: post:/fleets/{fleet_id}/wings/
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* 201 created object
|
|
7
|
-
*/
|
|
8
|
-
interface PostFleetsFleetIdWingsCreated {
|
|
9
|
-
/**
|
|
10
|
-
* The wing_id of the newly created wing
|
|
11
|
-
*/
|
|
12
|
-
wing_id: number;
|
|
13
|
-
[k: string]: unknown | undefined;
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: post:/fleets/{fleet_id}/wings/{wing_id}/squads/
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* 201 created object
|
|
7
|
-
*/
|
|
8
|
-
interface PostFleetsFleetIdWingsWingIdSquadsCreated {
|
|
9
|
-
/**
|
|
10
|
-
* The squad_id of the newly created squad
|
|
11
|
-
*/
|
|
12
|
-
squad_id: number;
|
|
13
|
-
[k: string]: unknown | undefined;
|
|
14
|
-
}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: post:/universe/ids/
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* shared interface
|
|
7
|
-
*/
|
|
8
|
-
interface PostUniverseIdsEntity {
|
|
9
|
-
/**
|
|
10
|
-
* id integer
|
|
11
|
-
*/
|
|
12
|
-
id?: number;
|
|
13
|
-
/**
|
|
14
|
-
* name string
|
|
15
|
-
*/
|
|
16
|
-
name?: string;
|
|
17
|
-
[k: string]: unknown | undefined;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* 200 ok object
|
|
22
|
-
*/
|
|
23
|
-
interface PostUniverseIdsOk {
|
|
24
|
-
/**
|
|
25
|
-
* agents array
|
|
26
|
-
*
|
|
27
|
-
* @maxItems 500
|
|
28
|
-
*/
|
|
29
|
-
agents?: PostUniverseIdsEntity[];
|
|
30
|
-
/**
|
|
31
|
-
* alliances array
|
|
32
|
-
*
|
|
33
|
-
* @maxItems 500
|
|
34
|
-
*/
|
|
35
|
-
alliances?: PostUniverseIdsEntity[];
|
|
36
|
-
/**
|
|
37
|
-
* characters array
|
|
38
|
-
*
|
|
39
|
-
* @maxItems 500
|
|
40
|
-
*/
|
|
41
|
-
characters?: PostUniverseIdsEntity[];
|
|
42
|
-
/**
|
|
43
|
-
* constellations array
|
|
44
|
-
*
|
|
45
|
-
* @maxItems 500
|
|
46
|
-
*/
|
|
47
|
-
constellations?: PostUniverseIdsEntity[];
|
|
48
|
-
/**
|
|
49
|
-
* corporations array
|
|
50
|
-
*
|
|
51
|
-
* @maxItems 500
|
|
52
|
-
*/
|
|
53
|
-
corporations?: PostUniverseIdsEntity[];
|
|
54
|
-
/**
|
|
55
|
-
* factions array
|
|
56
|
-
*
|
|
57
|
-
* @maxItems 500
|
|
58
|
-
*/
|
|
59
|
-
factions?: PostUniverseIdsEntity[];
|
|
60
|
-
/**
|
|
61
|
-
* inventory_types array
|
|
62
|
-
*
|
|
63
|
-
* @maxItems 500
|
|
64
|
-
*/
|
|
65
|
-
inventory_types?: PostUniverseIdsEntity[];
|
|
66
|
-
/**
|
|
67
|
-
* regions array
|
|
68
|
-
*
|
|
69
|
-
* @maxItems 500
|
|
70
|
-
*/
|
|
71
|
-
regions?: PostUniverseIdsEntity[];
|
|
72
|
-
/**
|
|
73
|
-
* stations array
|
|
74
|
-
*
|
|
75
|
-
* @maxItems 500
|
|
76
|
-
*/
|
|
77
|
-
stations?: PostUniverseIdsEntity[];
|
|
78
|
-
/**
|
|
79
|
-
* systems array
|
|
80
|
-
*
|
|
81
|
-
* @maxItems 500
|
|
82
|
-
*/
|
|
83
|
-
systems?: PostUniverseIdsEntity[];
|
|
84
|
-
[k: string]: unknown | undefined;
|
|
85
|
-
}
|
|
86
|
-
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: post:/universe/names/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* category string
|
|
6
|
-
*/
|
|
7
|
-
type PostUniverseNamesCategory =
|
|
8
|
-
| "alliance"
|
|
9
|
-
| "character"
|
|
10
|
-
| "constellation"
|
|
11
|
-
| "corporation"
|
|
12
|
-
| "inventory_type"
|
|
13
|
-
| "region"
|
|
14
|
-
| "solar_system"
|
|
15
|
-
| "station"
|
|
16
|
-
| "faction";
|
|
17
|
-
/**
|
|
18
|
-
* 200 ok array
|
|
19
|
-
*
|
|
20
|
-
* @maxItems 1000
|
|
21
|
-
*/
|
|
22
|
-
type PostUniverseNamesOk = PostUniverseNames_200Ok[];
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* 200 ok object
|
|
26
|
-
*/
|
|
27
|
-
interface PostUniverseNames_200Ok {
|
|
28
|
-
category: PostUniverseNamesCategory;
|
|
29
|
-
/**
|
|
30
|
-
* id integer
|
|
31
|
-
*/
|
|
32
|
-
id: number;
|
|
33
|
-
/**
|
|
34
|
-
* name string
|
|
35
|
-
*/
|
|
36
|
-
name: string;
|
|
37
|
-
[k: string]: unknown | undefined;
|
|
38
|
-
}
|
|
File without changes
|