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,443 @@
|
|
|
1
|
+
// Generated by scripts/lib/code-synthesizer.mjs
|
|
2
|
+
|
|
3
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
4
|
+
// @method {get}
|
|
5
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
6
|
+
/*!
|
|
7
|
+
* ESI endpoint: get:/characters/{character_id}/assets/
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* location_flag string
|
|
11
|
+
*/
|
|
12
|
+
type GetCharactersCharacterIdAssetsLocationFlag =
|
|
13
|
+
| "AssetSafety"
|
|
14
|
+
| "AutoFit"
|
|
15
|
+
| "BoosterBay"
|
|
16
|
+
| "Cargo"
|
|
17
|
+
| "CorporationGoalDeliveries"
|
|
18
|
+
| "CorpseBay"
|
|
19
|
+
| "Deliveries"
|
|
20
|
+
| "DroneBay"
|
|
21
|
+
| "FighterBay"
|
|
22
|
+
| "FighterTube0"
|
|
23
|
+
| "FighterTube1"
|
|
24
|
+
| "FighterTube2"
|
|
25
|
+
| "FighterTube3"
|
|
26
|
+
| "FighterTube4"
|
|
27
|
+
| "FleetHangar"
|
|
28
|
+
| "FrigateEscapeBay"
|
|
29
|
+
| "Hangar"
|
|
30
|
+
| "HangarAll"
|
|
31
|
+
| "HiSlot0"
|
|
32
|
+
| "HiSlot1"
|
|
33
|
+
| "HiSlot2"
|
|
34
|
+
| "HiSlot3"
|
|
35
|
+
| "HiSlot4"
|
|
36
|
+
| "HiSlot5"
|
|
37
|
+
| "HiSlot6"
|
|
38
|
+
| "HiSlot7"
|
|
39
|
+
| "HiddenModifiers"
|
|
40
|
+
| "Implant"
|
|
41
|
+
| "InfrastructureHangar"
|
|
42
|
+
| "LoSlot0"
|
|
43
|
+
| "LoSlot1"
|
|
44
|
+
| "LoSlot2"
|
|
45
|
+
| "LoSlot3"
|
|
46
|
+
| "LoSlot4"
|
|
47
|
+
| "LoSlot5"
|
|
48
|
+
| "LoSlot6"
|
|
49
|
+
| "LoSlot7"
|
|
50
|
+
| "Locked"
|
|
51
|
+
| "MedSlot0"
|
|
52
|
+
| "MedSlot1"
|
|
53
|
+
| "MedSlot2"
|
|
54
|
+
| "MedSlot3"
|
|
55
|
+
| "MedSlot4"
|
|
56
|
+
| "MedSlot5"
|
|
57
|
+
| "MedSlot6"
|
|
58
|
+
| "MedSlot7"
|
|
59
|
+
| "MobileDepotHold"
|
|
60
|
+
| "MoonMaterialBay"
|
|
61
|
+
| "QuafeBay"
|
|
62
|
+
| "RigSlot0"
|
|
63
|
+
| "RigSlot1"
|
|
64
|
+
| "RigSlot2"
|
|
65
|
+
| "RigSlot3"
|
|
66
|
+
| "RigSlot4"
|
|
67
|
+
| "RigSlot5"
|
|
68
|
+
| "RigSlot6"
|
|
69
|
+
| "RigSlot7"
|
|
70
|
+
| "ShipHangar"
|
|
71
|
+
| "Skill"
|
|
72
|
+
| "SpecializedAmmoHold"
|
|
73
|
+
| "SpecializedAsteroidHold"
|
|
74
|
+
| "SpecializedCommandCenterHold"
|
|
75
|
+
| "SpecializedFuelBay"
|
|
76
|
+
| "SpecializedGasHold"
|
|
77
|
+
| "SpecializedIceHold"
|
|
78
|
+
| "SpecializedIndustrialShipHold"
|
|
79
|
+
| "SpecializedLargeShipHold"
|
|
80
|
+
| "SpecializedMaterialBay"
|
|
81
|
+
| "SpecializedMediumShipHold"
|
|
82
|
+
| "SpecializedMineralHold"
|
|
83
|
+
| "SpecializedOreHold"
|
|
84
|
+
| "SpecializedPlanetaryCommoditiesHold"
|
|
85
|
+
| "SpecializedSalvageHold"
|
|
86
|
+
| "SpecializedShipHold"
|
|
87
|
+
| "SpecializedSmallShipHold"
|
|
88
|
+
| "StructureDeedBay"
|
|
89
|
+
| "SubSystemBay"
|
|
90
|
+
| "SubSystemSlot0"
|
|
91
|
+
| "SubSystemSlot1"
|
|
92
|
+
| "SubSystemSlot2"
|
|
93
|
+
| "SubSystemSlot3"
|
|
94
|
+
| "SubSystemSlot4"
|
|
95
|
+
| "SubSystemSlot5"
|
|
96
|
+
| "SubSystemSlot6"
|
|
97
|
+
| "SubSystemSlot7"
|
|
98
|
+
| "Unlocked"
|
|
99
|
+
| "Wardrobe";
|
|
100
|
+
/**
|
|
101
|
+
* location_type string
|
|
102
|
+
*/
|
|
103
|
+
type GetCharactersCharacterIdAssetsLocationType = "station" | "solar_system" | "item" | "other";
|
|
104
|
+
/**
|
|
105
|
+
* 200 ok array
|
|
106
|
+
*
|
|
107
|
+
* @maxItems 1000
|
|
108
|
+
*/
|
|
109
|
+
type GetCharactersCharacterIdAssetsOk = GetCharactersCharacterIdAssets_200Ok[];
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* 200 ok object
|
|
113
|
+
*/
|
|
114
|
+
interface GetCharactersCharacterIdAssets_200Ok {
|
|
115
|
+
/**
|
|
116
|
+
* is_blueprint_copy boolean
|
|
117
|
+
*/
|
|
118
|
+
is_blueprint_copy?: boolean;
|
|
119
|
+
/**
|
|
120
|
+
* is_singleton boolean
|
|
121
|
+
*/
|
|
122
|
+
is_singleton: boolean;
|
|
123
|
+
/**
|
|
124
|
+
* item_id integer
|
|
125
|
+
*/
|
|
126
|
+
item_id: number;
|
|
127
|
+
location_flag: GetCharactersCharacterIdAssetsLocationFlag;
|
|
128
|
+
/**
|
|
129
|
+
* location_id integer
|
|
130
|
+
*/
|
|
131
|
+
location_id: number;
|
|
132
|
+
location_type: GetCharactersCharacterIdAssetsLocationType;
|
|
133
|
+
/**
|
|
134
|
+
* quantity integer
|
|
135
|
+
*/
|
|
136
|
+
quantity: number;
|
|
137
|
+
type_id: number;
|
|
138
|
+
[k: string]: unknown | undefined;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/*!
|
|
142
|
+
* ESI endpoint: get:/corporations/{corporation_id}/assets/
|
|
143
|
+
*/
|
|
144
|
+
/**
|
|
145
|
+
* location_flag string
|
|
146
|
+
*/
|
|
147
|
+
type GetCorporationsCorporationIdAssetsLocationFlag =
|
|
148
|
+
| "AssetSafety"
|
|
149
|
+
| "AutoFit"
|
|
150
|
+
| "Bonus"
|
|
151
|
+
| "Booster"
|
|
152
|
+
| "BoosterBay"
|
|
153
|
+
| "Capsule"
|
|
154
|
+
| "Cargo"
|
|
155
|
+
| "CorpDeliveries"
|
|
156
|
+
| "CorpSAG1"
|
|
157
|
+
| "CorpSAG2"
|
|
158
|
+
| "CorpSAG3"
|
|
159
|
+
| "CorpSAG4"
|
|
160
|
+
| "CorpSAG5"
|
|
161
|
+
| "CorpSAG6"
|
|
162
|
+
| "CorpSAG7"
|
|
163
|
+
| "CorporationGoalDeliveries"
|
|
164
|
+
| "CrateLoot"
|
|
165
|
+
| "Deliveries"
|
|
166
|
+
| "DroneBay"
|
|
167
|
+
| "DustBattle"
|
|
168
|
+
| "DustDatabank"
|
|
169
|
+
| "FighterBay"
|
|
170
|
+
| "FighterTube0"
|
|
171
|
+
| "FighterTube1"
|
|
172
|
+
| "FighterTube2"
|
|
173
|
+
| "FighterTube3"
|
|
174
|
+
| "FighterTube4"
|
|
175
|
+
| "FleetHangar"
|
|
176
|
+
| "FrigateEscapeBay"
|
|
177
|
+
| "Hangar"
|
|
178
|
+
| "HangarAll"
|
|
179
|
+
| "HiSlot0"
|
|
180
|
+
| "HiSlot1"
|
|
181
|
+
| "HiSlot2"
|
|
182
|
+
| "HiSlot3"
|
|
183
|
+
| "HiSlot4"
|
|
184
|
+
| "HiSlot5"
|
|
185
|
+
| "HiSlot6"
|
|
186
|
+
| "HiSlot7"
|
|
187
|
+
| "HiddenModifiers"
|
|
188
|
+
| "Implant"
|
|
189
|
+
| "Impounded"
|
|
190
|
+
| "InfrastructureHangar"
|
|
191
|
+
| "JunkyardReprocessed"
|
|
192
|
+
| "JunkyardTrashed"
|
|
193
|
+
| "LoSlot0"
|
|
194
|
+
| "LoSlot1"
|
|
195
|
+
| "LoSlot2"
|
|
196
|
+
| "LoSlot3"
|
|
197
|
+
| "LoSlot4"
|
|
198
|
+
| "LoSlot5"
|
|
199
|
+
| "LoSlot6"
|
|
200
|
+
| "LoSlot7"
|
|
201
|
+
| "Locked"
|
|
202
|
+
| "MedSlot0"
|
|
203
|
+
| "MedSlot1"
|
|
204
|
+
| "MedSlot2"
|
|
205
|
+
| "MedSlot3"
|
|
206
|
+
| "MedSlot4"
|
|
207
|
+
| "MedSlot5"
|
|
208
|
+
| "MedSlot6"
|
|
209
|
+
| "MedSlot7"
|
|
210
|
+
| "MobileDepotHold"
|
|
211
|
+
| "MoonMaterialBay"
|
|
212
|
+
| "OfficeFolder"
|
|
213
|
+
| "Pilot"
|
|
214
|
+
| "PlanetSurface"
|
|
215
|
+
| "QuafeBay"
|
|
216
|
+
| "QuantumCoreRoom"
|
|
217
|
+
| "Reward"
|
|
218
|
+
| "RigSlot0"
|
|
219
|
+
| "RigSlot1"
|
|
220
|
+
| "RigSlot2"
|
|
221
|
+
| "RigSlot3"
|
|
222
|
+
| "RigSlot4"
|
|
223
|
+
| "RigSlot5"
|
|
224
|
+
| "RigSlot6"
|
|
225
|
+
| "RigSlot7"
|
|
226
|
+
| "SecondaryStorage"
|
|
227
|
+
| "ServiceSlot0"
|
|
228
|
+
| "ServiceSlot1"
|
|
229
|
+
| "ServiceSlot2"
|
|
230
|
+
| "ServiceSlot3"
|
|
231
|
+
| "ServiceSlot4"
|
|
232
|
+
| "ServiceSlot5"
|
|
233
|
+
| "ServiceSlot6"
|
|
234
|
+
| "ServiceSlot7"
|
|
235
|
+
| "ShipHangar"
|
|
236
|
+
| "ShipOffline"
|
|
237
|
+
| "Skill"
|
|
238
|
+
| "SkillInTraining"
|
|
239
|
+
| "SpecializedAmmoHold"
|
|
240
|
+
| "SpecializedAsteroidHold"
|
|
241
|
+
| "SpecializedCommandCenterHold"
|
|
242
|
+
| "SpecializedFuelBay"
|
|
243
|
+
| "SpecializedGasHold"
|
|
244
|
+
| "SpecializedIceHold"
|
|
245
|
+
| "SpecializedIndustrialShipHold"
|
|
246
|
+
| "SpecializedLargeShipHold"
|
|
247
|
+
| "SpecializedMaterialBay"
|
|
248
|
+
| "SpecializedMediumShipHold"
|
|
249
|
+
| "SpecializedMineralHold"
|
|
250
|
+
| "SpecializedOreHold"
|
|
251
|
+
| "SpecializedPlanetaryCommoditiesHold"
|
|
252
|
+
| "SpecializedSalvageHold"
|
|
253
|
+
| "SpecializedShipHold"
|
|
254
|
+
| "SpecializedSmallShipHold"
|
|
255
|
+
| "StructureActive"
|
|
256
|
+
| "StructureFuel"
|
|
257
|
+
| "StructureInactive"
|
|
258
|
+
| "StructureOffline"
|
|
259
|
+
| "SubSystemBay"
|
|
260
|
+
| "SubSystemSlot0"
|
|
261
|
+
| "SubSystemSlot1"
|
|
262
|
+
| "SubSystemSlot2"
|
|
263
|
+
| "SubSystemSlot3"
|
|
264
|
+
| "SubSystemSlot4"
|
|
265
|
+
| "SubSystemSlot5"
|
|
266
|
+
| "SubSystemSlot6"
|
|
267
|
+
| "SubSystemSlot7"
|
|
268
|
+
| "Unlocked"
|
|
269
|
+
| "Wallet"
|
|
270
|
+
| "Wardrobe";
|
|
271
|
+
/**
|
|
272
|
+
* location_type string
|
|
273
|
+
*/
|
|
274
|
+
type GetCorporationsCorporationIdAssetsLocationType = "station" | "solar_system" | "item" | "other";
|
|
275
|
+
/**
|
|
276
|
+
* 200 ok array
|
|
277
|
+
*
|
|
278
|
+
* @maxItems 1000
|
|
279
|
+
*/
|
|
280
|
+
type GetCorporationsCorporationIdAssetsOk = GetCorporationsCorporationIdAssets_200Ok[];
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* 200 ok object
|
|
284
|
+
*/
|
|
285
|
+
interface GetCorporationsCorporationIdAssets_200Ok {
|
|
286
|
+
/**
|
|
287
|
+
* is_blueprint_copy boolean
|
|
288
|
+
*/
|
|
289
|
+
is_blueprint_copy?: boolean;
|
|
290
|
+
/**
|
|
291
|
+
* is_singleton boolean
|
|
292
|
+
*/
|
|
293
|
+
is_singleton: boolean;
|
|
294
|
+
/**
|
|
295
|
+
* item_id integer
|
|
296
|
+
*/
|
|
297
|
+
item_id: number;
|
|
298
|
+
location_flag: GetCorporationsCorporationIdAssetsLocationFlag;
|
|
299
|
+
/**
|
|
300
|
+
* location_id integer
|
|
301
|
+
*/
|
|
302
|
+
location_id: number;
|
|
303
|
+
location_type: GetCorporationsCorporationIdAssetsLocationType;
|
|
304
|
+
/**
|
|
305
|
+
* quantity integer
|
|
306
|
+
*/
|
|
307
|
+
quantity: number;
|
|
308
|
+
type_id: number;
|
|
309
|
+
[k: string]: unknown | undefined;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
313
|
+
// @method {post}
|
|
314
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
315
|
+
/*!
|
|
316
|
+
* ESI endpoint: post:/characters/{character_id}/assets/locations/
|
|
317
|
+
*/
|
|
318
|
+
/**
|
|
319
|
+
* 200 ok array
|
|
320
|
+
*
|
|
321
|
+
* @maxItems 1000
|
|
322
|
+
*/
|
|
323
|
+
type PostCharactersCharacterIdAssetsLocationsOk = PostCharactersCharacterIdAssetsLocations_200Ok[];
|
|
324
|
+
|
|
325
|
+
/**
|
|
326
|
+
* 200 ok object
|
|
327
|
+
*/
|
|
328
|
+
interface PostCharactersCharacterIdAssetsLocations_200Ok {
|
|
329
|
+
/**
|
|
330
|
+
* item_id integer
|
|
331
|
+
*/
|
|
332
|
+
item_id: number;
|
|
333
|
+
position: PostCharactersCharacterIdAssetsLocationsPosition;
|
|
334
|
+
[k: string]: unknown | undefined;
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
* position object
|
|
338
|
+
*/
|
|
339
|
+
interface PostCharactersCharacterIdAssetsLocationsPosition {
|
|
340
|
+
/**
|
|
341
|
+
* x number
|
|
342
|
+
*/
|
|
343
|
+
x: number;
|
|
344
|
+
/**
|
|
345
|
+
* y number
|
|
346
|
+
*/
|
|
347
|
+
y: number;
|
|
348
|
+
/**
|
|
349
|
+
* z number
|
|
350
|
+
*/
|
|
351
|
+
z: number;
|
|
352
|
+
[k: string]: unknown | undefined;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
/*!
|
|
356
|
+
* ESI endpoint: post:/characters/{character_id}/assets/names/
|
|
357
|
+
*/
|
|
358
|
+
/**
|
|
359
|
+
* 200 ok array
|
|
360
|
+
*
|
|
361
|
+
* @maxItems 1000
|
|
362
|
+
*/
|
|
363
|
+
type PostCharactersCharacterIdAssetsNamesOk = PostCharactersCharacterIdAssetsNames_200Ok[];
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* 200 ok object
|
|
367
|
+
*/
|
|
368
|
+
interface PostCharactersCharacterIdAssetsNames_200Ok {
|
|
369
|
+
/**
|
|
370
|
+
* item_id integer
|
|
371
|
+
*/
|
|
372
|
+
item_id: number;
|
|
373
|
+
/**
|
|
374
|
+
* name string
|
|
375
|
+
*/
|
|
376
|
+
name: string;
|
|
377
|
+
[k: string]: unknown | undefined;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
/*!
|
|
381
|
+
* ESI endpoint: post:/corporations/{corporation_id}/assets/locations/
|
|
382
|
+
*/
|
|
383
|
+
/**
|
|
384
|
+
* 200 ok array
|
|
385
|
+
*
|
|
386
|
+
* @maxItems 1000
|
|
387
|
+
*/
|
|
388
|
+
type PostCorporationsCorporationIdAssetsLocationsOk = PostCorporationsCorporationIdAssetsLocations_200Ok[];
|
|
389
|
+
|
|
390
|
+
/**
|
|
391
|
+
* 200 ok object
|
|
392
|
+
*/
|
|
393
|
+
interface PostCorporationsCorporationIdAssetsLocations_200Ok {
|
|
394
|
+
/**
|
|
395
|
+
* item_id integer
|
|
396
|
+
*/
|
|
397
|
+
item_id: number;
|
|
398
|
+
position: PostCorporationsCorporationIdAssetsLocationsPosition;
|
|
399
|
+
[k: string]: unknown | undefined;
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
* position object
|
|
403
|
+
*/
|
|
404
|
+
interface PostCorporationsCorporationIdAssetsLocationsPosition {
|
|
405
|
+
/**
|
|
406
|
+
* x number
|
|
407
|
+
*/
|
|
408
|
+
x: number;
|
|
409
|
+
/**
|
|
410
|
+
* y number
|
|
411
|
+
*/
|
|
412
|
+
y: number;
|
|
413
|
+
/**
|
|
414
|
+
* z number
|
|
415
|
+
*/
|
|
416
|
+
z: number;
|
|
417
|
+
[k: string]: unknown | undefined;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
/*!
|
|
421
|
+
* ESI endpoint: post:/corporations/{corporation_id}/assets/names/
|
|
422
|
+
*/
|
|
423
|
+
/**
|
|
424
|
+
* 200 ok array
|
|
425
|
+
*
|
|
426
|
+
* @maxItems 1000
|
|
427
|
+
*/
|
|
428
|
+
type PostCorporationsCorporationIdAssetsNamesOk = PostCorporationsCorporationIdAssetsNames_200Ok[];
|
|
429
|
+
|
|
430
|
+
/**
|
|
431
|
+
* 200 ok object
|
|
432
|
+
*/
|
|
433
|
+
interface PostCorporationsCorporationIdAssetsNames_200Ok {
|
|
434
|
+
/**
|
|
435
|
+
* item_id integer
|
|
436
|
+
*/
|
|
437
|
+
item_id: number;
|
|
438
|
+
/**
|
|
439
|
+
* name string
|
|
440
|
+
*/
|
|
441
|
+
name: string;
|
|
442
|
+
[k: string]: unknown | undefined;
|
|
443
|
+
}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
// Generated by scripts/lib/code-synthesizer.mjs
|
|
2
|
+
|
|
3
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
4
|
+
// @method {get}
|
|
5
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
6
|
+
/*!
|
|
7
|
+
* ESI endpoint: get:/characters/{character_id}/calendar/
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* event_response string
|
|
11
|
+
*/
|
|
12
|
+
type GetCharactersCharacterIdCalendarEventResponse = "declined" | "not_responded" | "accepted" | "tentative";
|
|
13
|
+
/**
|
|
14
|
+
* Up to 50 events from now or the event you requested
|
|
15
|
+
*
|
|
16
|
+
* @maxItems 50
|
|
17
|
+
*/
|
|
18
|
+
type GetCharactersCharacterIdCalendarOk = GetCharactersCharacterIdCalendar_200Ok[];
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* event
|
|
22
|
+
*/
|
|
23
|
+
interface GetCharactersCharacterIdCalendar_200Ok {
|
|
24
|
+
/**
|
|
25
|
+
* event_date string
|
|
26
|
+
*/
|
|
27
|
+
event_date?: string;
|
|
28
|
+
/**
|
|
29
|
+
* event_id integer
|
|
30
|
+
*/
|
|
31
|
+
event_id?: number;
|
|
32
|
+
event_response?: GetCharactersCharacterIdCalendarEventResponse;
|
|
33
|
+
/**
|
|
34
|
+
* importance integer
|
|
35
|
+
*/
|
|
36
|
+
importance?: number;
|
|
37
|
+
/**
|
|
38
|
+
* title string
|
|
39
|
+
*/
|
|
40
|
+
title?: string;
|
|
41
|
+
[k: string]: unknown | undefined;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/*!
|
|
45
|
+
* ESI endpoint: get:/characters/{character_id}/calendar/{event_id}/
|
|
46
|
+
*/
|
|
47
|
+
/**
|
|
48
|
+
* owner_type string
|
|
49
|
+
*/
|
|
50
|
+
type GetCharactersCharacterIdCalendarEventIdOwnerType =
|
|
51
|
+
| "eve_server"
|
|
52
|
+
| "corporation"
|
|
53
|
+
| "faction"
|
|
54
|
+
| "character"
|
|
55
|
+
| "alliance";
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Full details of a specific event
|
|
59
|
+
*/
|
|
60
|
+
interface GetCharactersCharacterIdCalendarEventIdOk {
|
|
61
|
+
/**
|
|
62
|
+
* date string
|
|
63
|
+
*/
|
|
64
|
+
date: string;
|
|
65
|
+
/**
|
|
66
|
+
* Length in minutes
|
|
67
|
+
*/
|
|
68
|
+
duration: number;
|
|
69
|
+
/**
|
|
70
|
+
* event_id integer
|
|
71
|
+
*/
|
|
72
|
+
event_id: number;
|
|
73
|
+
/**
|
|
74
|
+
* importance integer
|
|
75
|
+
*/
|
|
76
|
+
importance: number;
|
|
77
|
+
/**
|
|
78
|
+
* owner_id integer
|
|
79
|
+
*/
|
|
80
|
+
owner_id: number;
|
|
81
|
+
/**
|
|
82
|
+
* owner_name string
|
|
83
|
+
*/
|
|
84
|
+
owner_name: string;
|
|
85
|
+
owner_type: GetCharactersCharacterIdCalendarEventIdOwnerType;
|
|
86
|
+
/**
|
|
87
|
+
* response string
|
|
88
|
+
*/
|
|
89
|
+
response: string;
|
|
90
|
+
/**
|
|
91
|
+
* text string
|
|
92
|
+
*/
|
|
93
|
+
text: string;
|
|
94
|
+
/**
|
|
95
|
+
* title string
|
|
96
|
+
*/
|
|
97
|
+
title: string;
|
|
98
|
+
[k: string]: unknown | undefined;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/*!
|
|
102
|
+
* ESI endpoint: get:/characters/{character_id}/calendar/{event_id}/attendees/
|
|
103
|
+
*/
|
|
104
|
+
/**
|
|
105
|
+
* event_response string
|
|
106
|
+
*/
|
|
107
|
+
type GetCharactersCharacterIdCalendarEventIdAttendeesEventResponse =
|
|
108
|
+
| "declined"
|
|
109
|
+
| "not_responded"
|
|
110
|
+
| "accepted"
|
|
111
|
+
| "tentative";
|
|
112
|
+
/**
|
|
113
|
+
* List of attendees for a given event
|
|
114
|
+
*
|
|
115
|
+
* @maxItems 100
|
|
116
|
+
*/
|
|
117
|
+
type GetCharactersCharacterIdCalendarEventIdAttendeesOk =
|
|
118
|
+
GetCharactersCharacterIdCalendarEventIdAttendees_200Ok[];
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* character_id and response of an attendee
|
|
122
|
+
*/
|
|
123
|
+
interface GetCharactersCharacterIdCalendarEventIdAttendees_200Ok {
|
|
124
|
+
/**
|
|
125
|
+
* character_id integer
|
|
126
|
+
*/
|
|
127
|
+
character_id?: number;
|
|
128
|
+
event_response?: GetCharactersCharacterIdCalendarEventIdAttendeesEventResponse;
|
|
129
|
+
[k: string]: unknown | undefined;
|
|
130
|
+
}
|