eve-esi-types 3.1.7 → 3.2.1

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.
Files changed (214) hide show
  1. package/CHANGELOG.md +182 -0
  2. package/jsconfig.json +28 -0
  3. package/lib/rq-util.mjs +1 -1
  4. package/lib/tagged-request-api.mjs +5 -6
  5. package/package.json +14 -7
  6. package/v2/esi-tagged-types.d.ts +9 -5
  7. package/v2/{get_alliances_alliance_id_ok.d.ts → globals/alliance.d.ts} +44 -0
  8. package/v2/globals/assets.d.ts +443 -0
  9. package/v2/globals/calendar.d.ts +130 -0
  10. package/v2/globals/character.d.ts +918 -0
  11. package/v2/{get_characters_character_id_clones_ok.d.ts → globals/clones.d.ts} +15 -0
  12. package/v2/globals/contacts.d.ts +212 -0
  13. package/v2/globals/contracts.d.ts +546 -0
  14. package/v2/globals/corporation.d.ts +1577 -0
  15. package/v2/globals/dogma.d.ts +262 -0
  16. package/v2/globals/factionwarfare.d.ts +596 -0
  17. package/v2/{get_characters_character_id_fittings_ok.d.ts → globals/fittings.d.ts} +23 -0
  18. package/v2/globals/fleets.d.ts +201 -0
  19. package/v2/{get_incursions_ok.d.ts → globals/incursions.d.ts} +5 -0
  20. package/v2/globals/industry.d.ts +445 -0
  21. package/v2/globals/insurance.d.ts +47 -0
  22. package/v2/{get_killmails_killmail_id_killmail_hash_ok.d.ts → globals/killmails.d.ts} +55 -0
  23. package/v2/globals/location.d.ts +74 -0
  24. package/v2/{get_loyalty_stores_corporation_id_offers_ok.d.ts → globals/loyalty.d.ts} +30 -0
  25. package/v2/globals/mail.d.ts +237 -0
  26. package/v2/globals/market.d.ts +615 -0
  27. package/v2/globals/planetaryinteraction.d.ts +344 -0
  28. package/v2/globals/routes.d.ts +14 -0
  29. package/v2/{get_characters_character_id_search_ok.d.ts → globals/search.d.ts} +5 -0
  30. package/v2/globals/skills.d.ts +144 -0
  31. package/v2/globals/sovereignty.d.ts +168 -0
  32. package/v2/{get_status_ok.d.ts → globals/status.d.ts} +5 -0
  33. package/v2/globals/universe.d.ts +1297 -0
  34. package/v2/globals/wallet.d.ts +601 -0
  35. package/v2/{get_wars_war_id_ok.d.ts → globals/wars.d.ts} +40 -0
  36. package/v2/index.d.ts +25 -152
  37. package/v2/response-map.d.ts +1 -24
  38. package/v2/types-index.d.ts +31 -182
  39. package/v2/types-util.d.ts +316 -0
  40. package/v2/util.d.ts +4 -2
  41. package/web/index.html +1 -1
  42. package/tsconfig.json +0 -28
  43. package/v2/get_alliances_alliance_id_contacts_labels_ok.d.ts +0 -24
  44. package/v2/get_alliances_alliance_id_contacts_ok.d.ts +0 -35
  45. package/v2/get_alliances_alliance_id_corporations_ok.d.ts +0 -9
  46. package/v2/get_alliances_alliance_id_icons_ok.d.ts +0 -18
  47. package/v2/get_alliances_ok.d.ts +0 -9
  48. package/v2/get_characters_character_id_agents_research_ok.d.ts +0 -33
  49. package/v2/get_characters_character_id_assets_ok.d.ts +0 -134
  50. package/v2/get_characters_character_id_attributes_ok.d.ts +0 -42
  51. package/v2/get_characters_character_id_blueprints_ok.d.ts +0 -122
  52. package/v2/get_characters_character_id_calendar_event_id_attendees_ok.d.ts +0 -30
  53. package/v2/get_characters_character_id_calendar_event_id_ok.d.ts +0 -56
  54. package/v2/get_characters_character_id_calendar_ok.d.ts +0 -37
  55. package/v2/get_characters_character_id_contacts_labels_ok.d.ts +0 -24
  56. package/v2/get_characters_character_id_contacts_ok.d.ts +0 -43
  57. package/v2/get_characters_character_id_contracts_contract_id_bids_ok.d.ts +0 -32
  58. package/v2/get_characters_character_id_contracts_contract_id_items_ok.d.ts +0 -38
  59. package/v2/get_characters_character_id_contracts_ok.d.ts +0 -117
  60. package/v2/get_characters_character_id_corporationhistory_ok.d.ts +0 -32
  61. package/v2/get_characters_character_id_fatigue_ok.d.ts +0 -22
  62. package/v2/get_characters_character_id_fleet_ok.d.ts +0 -31
  63. package/v2/get_characters_character_id_fw_stats_ok.d.ts +0 -64
  64. package/v2/get_characters_character_id_implants_ok.d.ts +0 -9
  65. package/v2/get_characters_character_id_industry_jobs_ok.d.ts +0 -105
  66. package/v2/get_characters_character_id_killmails_recent_ok.d.ts +0 -24
  67. package/v2/get_characters_character_id_location_ok.d.ts +0 -22
  68. package/v2/get_characters_character_id_loyalty_points_ok.d.ts +0 -24
  69. package/v2/get_characters_character_id_mail_labels_ok.d.ts +0 -62
  70. package/v2/get_characters_character_id_mail_lists_ok.d.ts +0 -24
  71. package/v2/get_characters_character_id_mail_mail_id_ok.d.ts +0 -59
  72. package/v2/get_characters_character_id_mail_ok.d.ts +0 -65
  73. package/v2/get_characters_character_id_medals_ok.d.ts +0 -135
  74. package/v2/get_characters_character_id_mining_ok.d.ts +0 -29
  75. package/v2/get_characters_character_id_notifications_contacts_ok.d.ts +0 -36
  76. package/v2/get_characters_character_id_notifications_ok.d.ts +0 -291
  77. package/v2/get_characters_character_id_ok.d.ts +0 -55
  78. package/v2/get_characters_character_id_online_ok.d.ts +0 -26
  79. package/v2/get_characters_character_id_opportunities_ok.d.ts +0 -24
  80. package/v2/get_characters_character_id_orders_history_ok.d.ts +0 -87
  81. package/v2/get_characters_character_id_orders_ok.d.ts +0 -82
  82. package/v2/get_characters_character_id_planets_ok.d.ts +0 -124
  83. package/v2/get_characters_character_id_planets_planet_id_ok.d.ts +0 -283
  84. package/v2/get_characters_character_id_portrait_ok.d.ts +0 -26
  85. package/v2/get_characters_character_id_roles_ok.d.ts +0 -270
  86. package/v2/get_characters_character_id_ship_ok.d.ts +0 -19
  87. package/v2/get_characters_character_id_skillqueue_ok.d.ts +0 -48
  88. package/v2/get_characters_character_id_skills_ok.d.ts +0 -47
  89. package/v2/get_characters_character_id_standings_ok.d.ts +0 -29
  90. package/v2/get_characters_character_id_titles_ok.d.ts +0 -184
  91. package/v2/get_characters_character_id_wallet_journal_ok.d.ts +0 -228
  92. package/v2/get_characters_character_id_wallet_ok.d.ts +0 -7
  93. package/v2/get_characters_character_id_wallet_transactions_ok.d.ts +0 -53
  94. package/v2/get_contracts_public_bids_contract_id_ok.d.ts +0 -28
  95. package/v2/get_contracts_public_items_contract_id_ok.d.ts +0 -49
  96. package/v2/get_contracts_public_region_id_ok.d.ts +0 -81
  97. package/v2/get_corporation_corporation_id_mining_extractions_ok.d.ts +0 -39
  98. package/v2/get_corporation_corporation_id_mining_observers_observer_id_ok.d.ts +0 -36
  99. package/v2/get_corporation_corporation_id_mining_observers_ok.d.ts +0 -30
  100. package/v2/get_corporations_corporation_id_alliancehistory_ok.d.ts +0 -32
  101. package/v2/get_corporations_corporation_id_assets_ok.d.ts +0 -170
  102. package/v2/get_corporations_corporation_id_blueprints_ok.d.ts +0 -163
  103. package/v2/get_corporations_corporation_id_contacts_labels_ok.d.ts +0 -24
  104. package/v2/get_corporations_corporation_id_contacts_ok.d.ts +0 -39
  105. package/v2/get_corporations_corporation_id_containers_logs_ok.d.ts +0 -188
  106. package/v2/get_corporations_corporation_id_contracts_contract_id_bids_ok.d.ts +0 -33
  107. package/v2/get_corporations_corporation_id_contracts_contract_id_items_ok.d.ts +0 -38
  108. package/v2/get_corporations_corporation_id_contracts_ok.d.ts +0 -117
  109. package/v2/get_corporations_corporation_id_customs_offices_ok.d.ts +0 -78
  110. package/v2/get_corporations_corporation_id_divisions_ok.d.ts +0 -128
  111. package/v2/get_corporations_corporation_id_facilities_ok.d.ts +0 -25
  112. package/v2/get_corporations_corporation_id_fw_stats_ok.d.ts +0 -60
  113. package/v2/get_corporations_corporation_id_icons_ok.d.ts +0 -22
  114. package/v2/get_corporations_corporation_id_industry_jobs_ok.d.ts +0 -105
  115. package/v2/get_corporations_corporation_id_killmails_recent_ok.d.ts +0 -24
  116. package/v2/get_corporations_corporation_id_medals_issued_ok.d.ts +0 -41
  117. package/v2/get_corporations_corporation_id_medals_ok.d.ts +0 -36
  118. package/v2/get_corporations_corporation_id_members_limit_ok.d.ts +0 -7
  119. package/v2/get_corporations_corporation_id_members_ok.d.ts +0 -9
  120. package/v2/get_corporations_corporation_id_members_titles_ok.d.ts +0 -194
  121. package/v2/get_corporations_corporation_id_membertracking_ok.d.ts +0 -41
  122. package/v2/get_corporations_corporation_id_ok.d.ts +0 -66
  123. package/v2/get_corporations_corporation_id_orders_history_ok.d.ts +0 -91
  124. package/v2/get_corporations_corporation_id_orders_ok.d.ts +0 -86
  125. package/v2/get_corporations_corporation_id_roles_history_ok.d.ts +0 -171
  126. package/v2/get_corporations_corporation_id_roles_ok.d.ts +0 -543
  127. package/v2/get_corporations_corporation_id_shareholders_ok.d.ts +0 -29
  128. package/v2/get_corporations_corporation_id_standings_ok.d.ts +0 -29
  129. package/v2/get_corporations_corporation_id_starbases_ok.d.ts +0 -51
  130. package/v2/get_corporations_corporation_id_starbases_starbase_id_ok.d.ts +0 -110
  131. package/v2/get_corporations_corporation_id_structures_ok.d.ts +0 -176
  132. package/v2/get_corporations_corporation_id_titles_ok.d.ts +0 -548
  133. package/v2/get_corporations_corporation_id_wallets_division_journal_ok.d.ts +0 -229
  134. package/v2/get_corporations_corporation_id_wallets_division_transactions_ok.d.ts +0 -50
  135. package/v2/get_corporations_corporation_id_wallets_ok.d.ts +0 -62
  136. package/v2/get_corporations_npccorps_ok.d.ts +0 -9
  137. package/v2/get_dogma_attributes_attribute_id_ok.d.ts +0 -50
  138. package/v2/get_dogma_attributes_ok.d.ts +0 -9
  139. package/v2/get_dogma_dynamic_items_type_id_item_id_ok.d.ts +0 -58
  140. package/v2/get_dogma_effects_effect_id_ok.d.ts +0 -127
  141. package/v2/get_dogma_effects_ok.d.ts +0 -9
  142. package/v2/get_fleets_fleet_id_members_ok.d.ts +0 -54
  143. package/v2/get_fleets_fleet_id_ok.d.ts +0 -26
  144. package/v2/get_fleets_fleet_id_wings_ok.d.ts +0 -45
  145. package/v2/get_fw_leaderboards_characters_ok.d.ts +0 -110
  146. package/v2/get_fw_leaderboards_corporations_ok.d.ts +0 -109
  147. package/v2/get_fw_leaderboards_ok.d.ts +0 -182
  148. package/v2/get_fw_stats_ok.d.ts +0 -66
  149. package/v2/get_fw_systems_ok.d.ts +0 -41
  150. package/v2/get_fw_wars_ok.d.ts +0 -24
  151. package/v2/get_industry_facilities_ok.d.ts +0 -37
  152. package/v2/get_industry_systems_ok.d.ts +0 -119
  153. package/v2/get_insurance_prices_ok.d.ts +0 -62
  154. package/v2/get_markets_groups_market_group_id_ok.d.ts +0 -27
  155. package/v2/get_markets_groups_ok.d.ts +0 -9
  156. package/v2/get_markets_prices_ok.d.ts +0 -25
  157. package/v2/get_markets_region_id_history_ok.d.ts +0 -40
  158. package/v2/get_markets_region_id_orders_ok.d.ts +0 -74
  159. package/v2/get_markets_region_id_types_ok.d.ts +0 -9
  160. package/v2/get_markets_structures_structure_id_ok.d.ts +0 -70
  161. package/v2/get_opportunities_groups_group_id_ok.d.ts +0 -38
  162. package/v2/get_opportunities_groups_ok.d.ts +0 -9
  163. package/v2/get_opportunities_tasks_ok.d.ts +0 -9
  164. package/v2/get_opportunities_tasks_task_id_ok.d.ts +0 -26
  165. package/v2/get_route_origin_destination_ok.d.ts +0 -9
  166. package/v2/get_sovereignty_campaigns_ok.d.ts +0 -83
  167. package/v2/get_sovereignty_map_ok.d.ts +0 -32
  168. package/v2/get_sovereignty_structures_ok.d.ts +0 -46
  169. package/v2/get_universe_ancestries_ok.d.ts +0 -40
  170. package/v2/get_universe_asteroid_belts_asteroid_belt_id_ok.d.ts +0 -37
  171. package/v2/get_universe_bloodlines_ok.d.ts +0 -57
  172. package/v2/get_universe_categories_category_id_ok.d.ts +0 -28
  173. package/v2/get_universe_categories_ok.d.ts +0 -9
  174. package/v2/get_universe_constellations_constellation_id_ok.d.ts +0 -47
  175. package/v2/get_universe_constellations_ok.d.ts +0 -9
  176. package/v2/get_universe_factions_ok.d.ts +0 -56
  177. package/v2/get_universe_graphics_graphic_id_ok.d.ts +0 -42
  178. package/v2/get_universe_graphics_ok.d.ts +0 -9
  179. package/v2/get_universe_groups_group_id_ok.d.ts +0 -27
  180. package/v2/get_universe_groups_ok.d.ts +0 -9
  181. package/v2/get_universe_moons_moon_id_ok.d.ts +0 -41
  182. package/v2/get_universe_planets_planet_id_ok.d.ts +0 -42
  183. package/v2/get_universe_races_ok.d.ts +0 -52
  184. package/v2/get_universe_regions_ok.d.ts +0 -9
  185. package/v2/get_universe_regions_region_id_ok.d.ts +0 -28
  186. package/v2/get_universe_schematics_schematic_id_ok.d.ts +0 -18
  187. package/v2/get_universe_stargates_stargate_id_ok.d.ts +0 -57
  188. package/v2/get_universe_stars_star_id_ok.d.ts +0 -129
  189. package/v2/get_universe_stations_station_id_ok.d.ts +0 -104
  190. package/v2/get_universe_structures_ok.d.ts +0 -9
  191. package/v2/get_universe_structures_structure_id_ok.d.ts +0 -43
  192. package/v2/get_universe_system_jumps_ok.d.ts +0 -24
  193. package/v2/get_universe_system_kills_ok.d.ts +0 -32
  194. package/v2/get_universe_systems_ok.d.ts +0 -9
  195. package/v2/get_universe_systems_system_id_ok.d.ts +0 -94
  196. package/v2/get_universe_types_ok.d.ts +0 -9
  197. package/v2/get_universe_types_type_id_ok.d.ts +0 -105
  198. package/v2/get_wars_ok.d.ts +0 -9
  199. package/v2/get_wars_war_id_killmails_ok.d.ts +0 -24
  200. package/v2/post_characters_affiliation_ok.d.ts +0 -32
  201. package/v2/post_characters_character_id_assets_locations_ok.d.ts +0 -39
  202. package/v2/post_characters_character_id_assets_names_ok.d.ts +0 -24
  203. package/v2/post_characters_character_id_contacts_created.d.ts +0 -9
  204. package/v2/post_characters_character_id_cspa_created.d.ts +0 -7
  205. package/v2/post_characters_character_id_fittings_created.d.ts +0 -14
  206. package/v2/post_characters_character_id_mail_created.d.ts +0 -7
  207. package/v2/post_characters_character_id_mail_labels_created.d.ts +0 -7
  208. package/v2/post_corporations_corporation_id_assets_locations_ok.d.ts +0 -39
  209. package/v2/post_corporations_corporation_id_assets_names_ok.d.ts +0 -24
  210. package/v2/post_fleets_fleet_id_wings_created.d.ts +0 -14
  211. package/v2/post_fleets_fleet_id_wings_wing_id_squads_created.d.ts +0 -14
  212. package/v2/post_universe_ids_ok.d.ts +0 -86
  213. package/v2/post_universe_names_ok.d.ts +0 -38
  214. /package/v2/{extra-types.d.ts → globals/extra-types.d.ts} +0 -0
@@ -1,122 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/blueprints/
3
- */
4
- /**
5
- * Type of the location_id
6
- */
7
- type GetCharactersCharacterIdBlueprintsLocationFlag =
8
- | "AutoFit"
9
- | "Cargo"
10
- | "CorpseBay"
11
- | "DroneBay"
12
- | "FleetHangar"
13
- | "Deliveries"
14
- | "HiddenModifiers"
15
- | "Hangar"
16
- | "HangarAll"
17
- | "LoSlot0"
18
- | "LoSlot1"
19
- | "LoSlot2"
20
- | "LoSlot3"
21
- | "LoSlot4"
22
- | "LoSlot5"
23
- | "LoSlot6"
24
- | "LoSlot7"
25
- | "MedSlot0"
26
- | "MedSlot1"
27
- | "MedSlot2"
28
- | "MedSlot3"
29
- | "MedSlot4"
30
- | "MedSlot5"
31
- | "MedSlot6"
32
- | "MedSlot7"
33
- | "HiSlot0"
34
- | "HiSlot1"
35
- | "HiSlot2"
36
- | "HiSlot3"
37
- | "HiSlot4"
38
- | "HiSlot5"
39
- | "HiSlot6"
40
- | "HiSlot7"
41
- | "AssetSafety"
42
- | "Locked"
43
- | "Unlocked"
44
- | "Implant"
45
- | "QuafeBay"
46
- | "RigSlot0"
47
- | "RigSlot1"
48
- | "RigSlot2"
49
- | "RigSlot3"
50
- | "RigSlot4"
51
- | "RigSlot5"
52
- | "RigSlot6"
53
- | "RigSlot7"
54
- | "ShipHangar"
55
- | "SpecializedFuelBay"
56
- | "SpecializedOreHold"
57
- | "SpecializedGasHold"
58
- | "SpecializedMineralHold"
59
- | "SpecializedSalvageHold"
60
- | "SpecializedShipHold"
61
- | "SpecializedSmallShipHold"
62
- | "SpecializedMediumShipHold"
63
- | "SpecializedLargeShipHold"
64
- | "SpecializedIndustrialShipHold"
65
- | "SpecializedAmmoHold"
66
- | "SpecializedCommandCenterHold"
67
- | "SpecializedPlanetaryCommoditiesHold"
68
- | "SpecializedMaterialBay"
69
- | "SubSystemSlot0"
70
- | "SubSystemSlot1"
71
- | "SubSystemSlot2"
72
- | "SubSystemSlot3"
73
- | "SubSystemSlot4"
74
- | "SubSystemSlot5"
75
- | "SubSystemSlot6"
76
- | "SubSystemSlot7"
77
- | "FighterBay"
78
- | "FighterTube0"
79
- | "FighterTube1"
80
- | "FighterTube2"
81
- | "FighterTube3"
82
- | "FighterTube4"
83
- | "Module";
84
- /**
85
- * 200 ok array
86
- *
87
- * @maxItems 1000
88
- */
89
- type GetCharactersCharacterIdBlueprintsOk = GetCharactersCharacterIdBlueprints_200Ok[];
90
-
91
- /**
92
- * 200 ok object
93
- */
94
- interface GetCharactersCharacterIdBlueprints_200Ok {
95
- /**
96
- * Unique ID for this item.
97
- */
98
- item_id: number;
99
- location_flag: GetCharactersCharacterIdBlueprintsLocationFlag;
100
- /**
101
- * 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.
102
- */
103
- location_id: number;
104
- /**
105
- * Material Efficiency Level of the blueprint.
106
- */
107
- material_efficiency: number;
108
- /**
109
- * 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).
110
- */
111
- quantity: number;
112
- /**
113
- * Number of runs remaining if the blueprint is a copy, -1 if it is an original.
114
- */
115
- runs: number;
116
- /**
117
- * Time Efficiency Level of the blueprint.
118
- */
119
- time_efficiency: number;
120
- type_id: number;
121
- [k: string]: unknown | undefined;
122
- }
@@ -1,30 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/calendar/{event_id}/attendees/
3
- */
4
- /**
5
- * event_response string
6
- */
7
- type GetCharactersCharacterIdCalendarEventIdAttendeesEventResponse =
8
- | "declined"
9
- | "not_responded"
10
- | "accepted"
11
- | "tentative";
12
- /**
13
- * List of attendees for a given event
14
- *
15
- * @maxItems 100
16
- */
17
- type GetCharactersCharacterIdCalendarEventIdAttendeesOk =
18
- GetCharactersCharacterIdCalendarEventIdAttendees_200Ok[];
19
-
20
- /**
21
- * character_id and response of an attendee
22
- */
23
- interface GetCharactersCharacterIdCalendarEventIdAttendees_200Ok {
24
- /**
25
- * character_id integer
26
- */
27
- character_id?: number;
28
- event_response?: GetCharactersCharacterIdCalendarEventIdAttendeesEventResponse;
29
- [k: string]: unknown | undefined;
30
- }
@@ -1,56 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/calendar/{event_id}/
3
- */
4
- /**
5
- * owner_type string
6
- */
7
- type GetCharactersCharacterIdCalendarEventIdOwnerType =
8
- | "eve_server"
9
- | "corporation"
10
- | "faction"
11
- | "character"
12
- | "alliance";
13
-
14
- /**
15
- * Full details of a specific event
16
- */
17
- interface GetCharactersCharacterIdCalendarEventIdOk {
18
- /**
19
- * date string
20
- */
21
- date: string;
22
- /**
23
- * Length in minutes
24
- */
25
- duration: number;
26
- /**
27
- * event_id integer
28
- */
29
- event_id: number;
30
- /**
31
- * importance integer
32
- */
33
- importance: number;
34
- /**
35
- * owner_id integer
36
- */
37
- owner_id: number;
38
- /**
39
- * owner_name string
40
- */
41
- owner_name: string;
42
- owner_type: GetCharactersCharacterIdCalendarEventIdOwnerType;
43
- /**
44
- * response string
45
- */
46
- response: string;
47
- /**
48
- * text string
49
- */
50
- text: string;
51
- /**
52
- * title string
53
- */
54
- title: string;
55
- [k: string]: unknown | undefined;
56
- }
@@ -1,37 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/calendar/
3
- */
4
- /**
5
- * event_response string
6
- */
7
- type GetCharactersCharacterIdCalendarEventResponse = "declined" | "not_responded" | "accepted" | "tentative";
8
- /**
9
- * Up to 50 events from now or the event you requested
10
- *
11
- * @maxItems 50
12
- */
13
- type GetCharactersCharacterIdCalendarOk = GetCharactersCharacterIdCalendar_200Ok[];
14
-
15
- /**
16
- * event
17
- */
18
- interface GetCharactersCharacterIdCalendar_200Ok {
19
- /**
20
- * event_date string
21
- */
22
- event_date?: string;
23
- /**
24
- * event_id integer
25
- */
26
- event_id?: number;
27
- event_response?: GetCharactersCharacterIdCalendarEventResponse;
28
- /**
29
- * importance integer
30
- */
31
- importance?: number;
32
- /**
33
- * title string
34
- */
35
- title?: string;
36
- [k: string]: unknown | undefined;
37
- }
@@ -1,24 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/contacts/labels/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 64
8
- */
9
- type GetCharactersCharacterIdContactsLabelsOk = GetCharactersCharacterIdContactsLabels_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetCharactersCharacterIdContactsLabels_200Ok {
15
- /**
16
- * label_id integer
17
- */
18
- label_id: number;
19
- /**
20
- * label_name string
21
- */
22
- label_name: string;
23
- [k: string]: unknown | undefined;
24
- }
@@ -1,43 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/contacts/
3
- */
4
- /**
5
- * contact_type string
6
- */
7
- type GetCharactersCharacterIdContactsContactType = "character" | "corporation" | "alliance" | "faction";
8
- /**
9
- * 200 ok array
10
- *
11
- * @maxItems 1024
12
- */
13
- type GetCharactersCharacterIdContactsOk = GetCharactersCharacterIdContacts_200Ok[];
14
-
15
- /**
16
- * 200 ok object
17
- */
18
- interface GetCharactersCharacterIdContacts_200Ok {
19
- /**
20
- * contact_id integer
21
- */
22
- contact_id: number;
23
- contact_type: GetCharactersCharacterIdContactsContactType;
24
- /**
25
- * Whether this contact is in the blocked list. Note a missing value denotes unknown, not true or false
26
- */
27
- is_blocked?: boolean;
28
- /**
29
- * Whether this contact is being watched
30
- */
31
- is_watched?: boolean;
32
- /**
33
- * label_ids array
34
- *
35
- * @maxItems 63
36
- */
37
- label_ids?: number[];
38
- /**
39
- * Standing of the contact
40
- */
41
- standing: number;
42
- [k: string]: unknown | undefined;
43
- }
@@ -1,32 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/contracts/{contract_id}/bids/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 5000
8
- */
9
- type GetCharactersCharacterIdContractsContractIdBidsOk = GetCharactersCharacterIdContractsContractIdBids_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetCharactersCharacterIdContractsContractIdBids_200Ok {
15
- /**
16
- * The amount bid, in ISK
17
- */
18
- amount: number;
19
- /**
20
- * Unique ID for the bid
21
- */
22
- bid_id: number;
23
- /**
24
- * Character ID of the bidder
25
- */
26
- bidder_id: number;
27
- /**
28
- * Datetime when the bid was placed
29
- */
30
- date_bid: string;
31
- [k: string]: unknown | undefined;
32
- }
@@ -1,38 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/contracts/{contract_id}/items/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 5000
8
- */
9
- type GetCharactersCharacterIdContractsContractIdItemsOk =
10
- GetCharactersCharacterIdContractsContractIdItems_200Ok[];
11
-
12
- /**
13
- * 200 ok object
14
- */
15
- interface GetCharactersCharacterIdContractsContractIdItems_200Ok {
16
- /**
17
- * true if the contract issuer has submitted this item with the contract, false if the isser is asking for this item in the contract
18
- */
19
- is_included: boolean;
20
- /**
21
- * is_singleton boolean
22
- */
23
- is_singleton: boolean;
24
- /**
25
- * Number of items in the stack
26
- */
27
- quantity: number;
28
- /**
29
- * -1 indicates that the item is a singleton (non-stackable). If the item happens to be a Blueprint, -1 is an Original and -2 is a Blueprint Copy
30
- */
31
- raw_quantity?: number;
32
- /**
33
- * Unique ID for the item
34
- */
35
- record_id: number;
36
- type_id: number;
37
- [k: string]: unknown | undefined;
38
- }
@@ -1,117 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/contracts/
3
- */
4
- /**
5
- * To whom the contract is available
6
- */
7
- type GetCharactersCharacterIdContractsAvailability = "public" | "personal" | "corporation" | "alliance";
8
- /**
9
- * Status of the the contract
10
- */
11
- type GetCharactersCharacterIdContractsStatus =
12
- | "outstanding"
13
- | "in_progress"
14
- | "finished_issuer"
15
- | "finished_contractor"
16
- | "finished"
17
- | "cancelled"
18
- | "rejected"
19
- | "failed"
20
- | "deleted"
21
- | "reversed";
22
- /**
23
- * Type of the contract
24
- */
25
- type GetCharactersCharacterIdContractsType = "unknown" | "item_exchange" | "auction" | "courier" | "loan";
26
- /**
27
- * 200 ok array
28
- *
29
- * @maxItems 1000
30
- */
31
- type GetCharactersCharacterIdContractsOk = GetCharactersCharacterIdContracts_200Ok[];
32
-
33
- /**
34
- * 200 ok object
35
- */
36
- interface GetCharactersCharacterIdContracts_200Ok {
37
- /**
38
- * Who will accept the contract
39
- */
40
- acceptor_id: number;
41
- /**
42
- * ID to whom the contract is assigned, can be alliance, corporation or character ID
43
- */
44
- assignee_id: number;
45
- availability: GetCharactersCharacterIdContractsAvailability;
46
- /**
47
- * Buyout price (for Auctions only)
48
- */
49
- buyout?: number;
50
- /**
51
- * Collateral price (for Couriers only)
52
- */
53
- collateral?: number;
54
- /**
55
- * contract_id integer
56
- */
57
- contract_id: number;
58
- /**
59
- * Date of confirmation of contract
60
- */
61
- date_accepted?: string;
62
- /**
63
- * Date of completed of contract
64
- */
65
- date_completed?: string;
66
- /**
67
- * Expiration date of the contract
68
- */
69
- date_expired: string;
70
- /**
71
- * Сreation date of the contract
72
- */
73
- date_issued: string;
74
- /**
75
- * Number of days to perform the contract
76
- */
77
- days_to_complete?: number;
78
- /**
79
- * End location ID (for Couriers contract)
80
- */
81
- end_location_id?: number;
82
- /**
83
- * true if the contract was issued on behalf of the issuer's corporation
84
- */
85
- for_corporation: boolean;
86
- /**
87
- * Character's corporation ID for the issuer
88
- */
89
- issuer_corporation_id: number;
90
- /**
91
- * Character ID for the issuer
92
- */
93
- issuer_id: number;
94
- /**
95
- * Price of contract (for ItemsExchange and Auctions)
96
- */
97
- price?: number;
98
- /**
99
- * Remuneration for contract (for Couriers only)
100
- */
101
- reward?: number;
102
- /**
103
- * Start location ID (for Couriers contract)
104
- */
105
- start_location_id?: number;
106
- status: GetCharactersCharacterIdContractsStatus;
107
- /**
108
- * Title of the contract
109
- */
110
- title?: string;
111
- type: GetCharactersCharacterIdContractsType;
112
- /**
113
- * Volume of items in the contract
114
- */
115
- volume?: number;
116
- [k: string]: unknown | undefined;
117
- }
@@ -1,32 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/corporationhistory/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 10000
8
- */
9
- type GetCharactersCharacterIdCorporationhistoryOk = GetCharactersCharacterIdCorporationhistory_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetCharactersCharacterIdCorporationhistory_200Ok {
15
- /**
16
- * corporation_id integer
17
- */
18
- corporation_id: number;
19
- /**
20
- * True if the corporation has been deleted
21
- */
22
- is_deleted?: boolean;
23
- /**
24
- * An incrementing ID that can be used to canonically establish order of records in cases where dates may be ambiguous
25
- */
26
- record_id: number;
27
- /**
28
- * start_date string
29
- */
30
- start_date: string;
31
- [k: string]: unknown | undefined;
32
- }
@@ -1,22 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/fatigue/
3
- */
4
-
5
- /**
6
- * 200 ok object
7
- */
8
- interface GetCharactersCharacterIdFatigueOk {
9
- /**
10
- * Character's jump fatigue expiry
11
- */
12
- jump_fatigue_expire_date?: string;
13
- /**
14
- * Character's last jump activation
15
- */
16
- last_jump_date?: string;
17
- /**
18
- * Character's last jump update
19
- */
20
- last_update_date?: string;
21
- [k: string]: unknown | undefined;
22
- }
@@ -1,31 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/fleet/
3
- */
4
- /**
5
- * Member’s role in fleet
6
- */
7
- type GetCharactersCharacterIdFleetRole =
8
- | "fleet_commander"
9
- | "squad_commander"
10
- | "squad_member"
11
- | "wing_commander";
12
-
13
- /**
14
- * 200 ok object
15
- */
16
- interface GetCharactersCharacterIdFleetOk {
17
- /**
18
- * The character's current fleet ID
19
- */
20
- fleet_id: number;
21
- role: GetCharactersCharacterIdFleetRole;
22
- /**
23
- * ID of the squad the member is in. If not applicable, will be set to -1
24
- */
25
- squad_id: number;
26
- /**
27
- * ID of the wing the member is in. If not applicable, will be set to -1
28
- */
29
- wing_id: number;
30
- [k: string]: unknown | undefined;
31
- }
@@ -1,64 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/fw/stats/
3
- */
4
-
5
- /**
6
- * 200 ok object
7
- */
8
- interface GetCharactersCharacterIdFwStatsOk {
9
- /**
10
- * The given character's current faction rank
11
- */
12
- current_rank?: number;
13
- /**
14
- * The enlistment date of the given character into faction warfare. Will not be included if character is not enlisted in faction warfare
15
- */
16
- enlisted_on?: string;
17
- /**
18
- * The faction the given character is enlisted to fight for. Will not be included if character is not enlisted in faction warfare
19
- */
20
- faction_id?: number;
21
- /**
22
- * The given character's highest faction rank achieved
23
- */
24
- highest_rank?: number;
25
- kills: GetCharactersCharacterIdFwStatsKills;
26
- victory_points: GetCharactersCharacterIdFwStatsVictoryPoints;
27
- [k: string]: unknown | undefined;
28
- }
29
- /**
30
- * Summary of kills done by the given character against enemy factions
31
- */
32
- interface GetCharactersCharacterIdFwStatsKills {
33
- /**
34
- * Last week's total number of kills by a given character against enemy factions
35
- */
36
- last_week: number;
37
- /**
38
- * Total number of kills by a given character against enemy factions since the character enlisted
39
- */
40
- total: number;
41
- /**
42
- * Yesterday's total number of kills by a given character against enemy factions
43
- */
44
- yesterday: number;
45
- [k: string]: unknown | undefined;
46
- }
47
- /**
48
- * Summary of victory points gained by the given character for the enlisted faction
49
- */
50
- interface GetCharactersCharacterIdFwStatsVictoryPoints {
51
- /**
52
- * Last week's victory points gained by the given character
53
- */
54
- last_week: number;
55
- /**
56
- * Total victory points gained since the given character enlisted
57
- */
58
- total: number;
59
- /**
60
- * Yesterday's victory points gained by the given character
61
- */
62
- yesterday: number;
63
- [k: string]: unknown | undefined;
64
- }
@@ -1,9 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/implants/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 64
8
- */
9
- type GetCharactersCharacterIdImplantsOk = number[];