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,29 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/standings/
3
- */
4
- /**
5
- * from_type string
6
- */
7
- type GetCharactersCharacterIdStandingsFromType = "agent" | "npc_corp" | "faction";
8
- /**
9
- * 200 ok array
10
- *
11
- * @maxItems 10000
12
- */
13
- type GetCharactersCharacterIdStandingsOk = GetCharactersCharacterIdStandings_200Ok[];
14
-
15
- /**
16
- * 200 ok object
17
- */
18
- interface GetCharactersCharacterIdStandings_200Ok {
19
- /**
20
- * from_id integer
21
- */
22
- from_id: number;
23
- from_type: GetCharactersCharacterIdStandingsFromType;
24
- /**
25
- * standing number
26
- */
27
- standing: number;
28
- [k: string]: unknown | undefined;
29
- }
@@ -1,184 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/titles/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 16
8
- */
9
- type GetCharactersCharacterIdTitlesOk =
10
- | []
11
- | [GetCharactersCharacterIdTitles_200Ok]
12
- | [GetCharactersCharacterIdTitles_200Ok, GetCharactersCharacterIdTitles_200Ok]
13
- | [GetCharactersCharacterIdTitles_200Ok, GetCharactersCharacterIdTitles_200Ok, GetCharactersCharacterIdTitles_200Ok]
14
- | [
15
- GetCharactersCharacterIdTitles_200Ok,
16
- GetCharactersCharacterIdTitles_200Ok,
17
- GetCharactersCharacterIdTitles_200Ok,
18
- GetCharactersCharacterIdTitles_200Ok
19
- ]
20
- | [
21
- GetCharactersCharacterIdTitles_200Ok,
22
- GetCharactersCharacterIdTitles_200Ok,
23
- GetCharactersCharacterIdTitles_200Ok,
24
- GetCharactersCharacterIdTitles_200Ok,
25
- GetCharactersCharacterIdTitles_200Ok
26
- ]
27
- | [
28
- GetCharactersCharacterIdTitles_200Ok,
29
- GetCharactersCharacterIdTitles_200Ok,
30
- GetCharactersCharacterIdTitles_200Ok,
31
- GetCharactersCharacterIdTitles_200Ok,
32
- GetCharactersCharacterIdTitles_200Ok,
33
- GetCharactersCharacterIdTitles_200Ok
34
- ]
35
- | [
36
- GetCharactersCharacterIdTitles_200Ok,
37
- GetCharactersCharacterIdTitles_200Ok,
38
- GetCharactersCharacterIdTitles_200Ok,
39
- GetCharactersCharacterIdTitles_200Ok,
40
- GetCharactersCharacterIdTitles_200Ok,
41
- GetCharactersCharacterIdTitles_200Ok,
42
- GetCharactersCharacterIdTitles_200Ok
43
- ]
44
- | [
45
- GetCharactersCharacterIdTitles_200Ok,
46
- GetCharactersCharacterIdTitles_200Ok,
47
- GetCharactersCharacterIdTitles_200Ok,
48
- GetCharactersCharacterIdTitles_200Ok,
49
- GetCharactersCharacterIdTitles_200Ok,
50
- GetCharactersCharacterIdTitles_200Ok,
51
- GetCharactersCharacterIdTitles_200Ok,
52
- GetCharactersCharacterIdTitles_200Ok
53
- ]
54
- | [
55
- GetCharactersCharacterIdTitles_200Ok,
56
- GetCharactersCharacterIdTitles_200Ok,
57
- GetCharactersCharacterIdTitles_200Ok,
58
- GetCharactersCharacterIdTitles_200Ok,
59
- GetCharactersCharacterIdTitles_200Ok,
60
- GetCharactersCharacterIdTitles_200Ok,
61
- GetCharactersCharacterIdTitles_200Ok,
62
- GetCharactersCharacterIdTitles_200Ok,
63
- GetCharactersCharacterIdTitles_200Ok
64
- ]
65
- | [
66
- GetCharactersCharacterIdTitles_200Ok,
67
- GetCharactersCharacterIdTitles_200Ok,
68
- GetCharactersCharacterIdTitles_200Ok,
69
- GetCharactersCharacterIdTitles_200Ok,
70
- GetCharactersCharacterIdTitles_200Ok,
71
- GetCharactersCharacterIdTitles_200Ok,
72
- GetCharactersCharacterIdTitles_200Ok,
73
- GetCharactersCharacterIdTitles_200Ok,
74
- GetCharactersCharacterIdTitles_200Ok,
75
- GetCharactersCharacterIdTitles_200Ok
76
- ]
77
- | [
78
- GetCharactersCharacterIdTitles_200Ok,
79
- GetCharactersCharacterIdTitles_200Ok,
80
- GetCharactersCharacterIdTitles_200Ok,
81
- GetCharactersCharacterIdTitles_200Ok,
82
- GetCharactersCharacterIdTitles_200Ok,
83
- GetCharactersCharacterIdTitles_200Ok,
84
- GetCharactersCharacterIdTitles_200Ok,
85
- GetCharactersCharacterIdTitles_200Ok,
86
- GetCharactersCharacterIdTitles_200Ok,
87
- GetCharactersCharacterIdTitles_200Ok,
88
- GetCharactersCharacterIdTitles_200Ok
89
- ]
90
- | [
91
- GetCharactersCharacterIdTitles_200Ok,
92
- GetCharactersCharacterIdTitles_200Ok,
93
- GetCharactersCharacterIdTitles_200Ok,
94
- GetCharactersCharacterIdTitles_200Ok,
95
- GetCharactersCharacterIdTitles_200Ok,
96
- GetCharactersCharacterIdTitles_200Ok,
97
- GetCharactersCharacterIdTitles_200Ok,
98
- GetCharactersCharacterIdTitles_200Ok,
99
- GetCharactersCharacterIdTitles_200Ok,
100
- GetCharactersCharacterIdTitles_200Ok,
101
- GetCharactersCharacterIdTitles_200Ok,
102
- GetCharactersCharacterIdTitles_200Ok
103
- ]
104
- | [
105
- GetCharactersCharacterIdTitles_200Ok,
106
- GetCharactersCharacterIdTitles_200Ok,
107
- GetCharactersCharacterIdTitles_200Ok,
108
- GetCharactersCharacterIdTitles_200Ok,
109
- GetCharactersCharacterIdTitles_200Ok,
110
- GetCharactersCharacterIdTitles_200Ok,
111
- GetCharactersCharacterIdTitles_200Ok,
112
- GetCharactersCharacterIdTitles_200Ok,
113
- GetCharactersCharacterIdTitles_200Ok,
114
- GetCharactersCharacterIdTitles_200Ok,
115
- GetCharactersCharacterIdTitles_200Ok,
116
- GetCharactersCharacterIdTitles_200Ok,
117
- GetCharactersCharacterIdTitles_200Ok
118
- ]
119
- | [
120
- GetCharactersCharacterIdTitles_200Ok,
121
- GetCharactersCharacterIdTitles_200Ok,
122
- GetCharactersCharacterIdTitles_200Ok,
123
- GetCharactersCharacterIdTitles_200Ok,
124
- GetCharactersCharacterIdTitles_200Ok,
125
- GetCharactersCharacterIdTitles_200Ok,
126
- GetCharactersCharacterIdTitles_200Ok,
127
- GetCharactersCharacterIdTitles_200Ok,
128
- GetCharactersCharacterIdTitles_200Ok,
129
- GetCharactersCharacterIdTitles_200Ok,
130
- GetCharactersCharacterIdTitles_200Ok,
131
- GetCharactersCharacterIdTitles_200Ok,
132
- GetCharactersCharacterIdTitles_200Ok,
133
- GetCharactersCharacterIdTitles_200Ok
134
- ]
135
- | [
136
- GetCharactersCharacterIdTitles_200Ok,
137
- GetCharactersCharacterIdTitles_200Ok,
138
- GetCharactersCharacterIdTitles_200Ok,
139
- GetCharactersCharacterIdTitles_200Ok,
140
- GetCharactersCharacterIdTitles_200Ok,
141
- GetCharactersCharacterIdTitles_200Ok,
142
- GetCharactersCharacterIdTitles_200Ok,
143
- GetCharactersCharacterIdTitles_200Ok,
144
- GetCharactersCharacterIdTitles_200Ok,
145
- GetCharactersCharacterIdTitles_200Ok,
146
- GetCharactersCharacterIdTitles_200Ok,
147
- GetCharactersCharacterIdTitles_200Ok,
148
- GetCharactersCharacterIdTitles_200Ok,
149
- GetCharactersCharacterIdTitles_200Ok,
150
- GetCharactersCharacterIdTitles_200Ok
151
- ]
152
- | [
153
- GetCharactersCharacterIdTitles_200Ok,
154
- GetCharactersCharacterIdTitles_200Ok,
155
- GetCharactersCharacterIdTitles_200Ok,
156
- GetCharactersCharacterIdTitles_200Ok,
157
- GetCharactersCharacterIdTitles_200Ok,
158
- GetCharactersCharacterIdTitles_200Ok,
159
- GetCharactersCharacterIdTitles_200Ok,
160
- GetCharactersCharacterIdTitles_200Ok,
161
- GetCharactersCharacterIdTitles_200Ok,
162
- GetCharactersCharacterIdTitles_200Ok,
163
- GetCharactersCharacterIdTitles_200Ok,
164
- GetCharactersCharacterIdTitles_200Ok,
165
- GetCharactersCharacterIdTitles_200Ok,
166
- GetCharactersCharacterIdTitles_200Ok,
167
- GetCharactersCharacterIdTitles_200Ok,
168
- GetCharactersCharacterIdTitles_200Ok
169
- ];
170
-
171
- /**
172
- * 200 ok object
173
- */
174
- interface GetCharactersCharacterIdTitles_200Ok {
175
- /**
176
- * name string
177
- */
178
- name?: string;
179
- /**
180
- * title_id integer
181
- */
182
- title_id?: number;
183
- [k: string]: unknown | undefined;
184
- }
@@ -1,228 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/wallet/journal/
3
- */
4
- /**
5
- * The type of the given context_id if present
6
- */
7
- type GetCharactersCharacterIdWalletJournalContextIdType =
8
- | "structure_id"
9
- | "station_id"
10
- | "market_transaction_id"
11
- | "character_id"
12
- | "corporation_id"
13
- | "alliance_id"
14
- | "eve_system"
15
- | "industry_job_id"
16
- | "contract_id"
17
- | "planet_id"
18
- | "system_id"
19
- | "type_id";
20
- /**
21
- * "The transaction type for the given. transaction. Different transaction types will populate different attributes."
22
- */
23
- type GetCharactersCharacterIdWalletJournalRefType =
24
- | "acceleration_gate_fee"
25
- | "advertisement_listing_fee"
26
- | "agent_donation"
27
- | "agent_location_services"
28
- | "agent_miscellaneous"
29
- | "agent_mission_collateral_paid"
30
- | "agent_mission_collateral_refunded"
31
- | "agent_mission_reward"
32
- | "agent_mission_reward_corporation_tax"
33
- | "agent_mission_time_bonus_reward"
34
- | "agent_mission_time_bonus_reward_corporation_tax"
35
- | "agent_security_services"
36
- | "agent_services_rendered"
37
- | "agents_preward"
38
- | "alliance_maintainance_fee"
39
- | "alliance_registration_fee"
40
- | "allignment_based_gate_toll"
41
- | "asset_safety_recovery_tax"
42
- | "bounty"
43
- | "bounty_prize"
44
- | "bounty_prize_corporation_tax"
45
- | "bounty_prizes"
46
- | "bounty_reimbursement"
47
- | "bounty_surcharge"
48
- | "brokers_fee"
49
- | "clone_activation"
50
- | "clone_transfer"
51
- | "contraband_fine"
52
- | "contract_auction_bid"
53
- | "contract_auction_bid_corp"
54
- | "contract_auction_bid_refund"
55
- | "contract_auction_sold"
56
- | "contract_brokers_fee"
57
- | "contract_brokers_fee_corp"
58
- | "contract_collateral"
59
- | "contract_collateral_deposited_corp"
60
- | "contract_collateral_payout"
61
- | "contract_collateral_refund"
62
- | "contract_deposit"
63
- | "contract_deposit_corp"
64
- | "contract_deposit_refund"
65
- | "contract_deposit_sales_tax"
66
- | "contract_price"
67
- | "contract_price_payment_corp"
68
- | "contract_reversal"
69
- | "contract_reward"
70
- | "contract_reward_deposited"
71
- | "contract_reward_deposited_corp"
72
- | "contract_reward_refund"
73
- | "contract_sales_tax"
74
- | "copying"
75
- | "corporate_reward_payout"
76
- | "corporate_reward_tax"
77
- | "corporation_account_withdrawal"
78
- | "corporation_bulk_payment"
79
- | "corporation_dividend_payment"
80
- | "corporation_liquidation"
81
- | "corporation_logo_change_cost"
82
- | "corporation_payment"
83
- | "corporation_registration_fee"
84
- | "cosmetic_market_component_item_purchase"
85
- | "cosmetic_market_skin_purchase"
86
- | "cosmetic_market_skin_sale"
87
- | "cosmetic_market_skin_sale_broker_fee"
88
- | "cosmetic_market_skin_sale_tax"
89
- | "cosmetic_market_skin_transaction"
90
- | "courier_mission_escrow"
91
- | "cspa"
92
- | "cspaofflinerefund"
93
- | "daily_challenge_reward"
94
- | "daily_goal_payouts"
95
- | "daily_goal_payouts_tax"
96
- | "datacore_fee"
97
- | "dna_modification_fee"
98
- | "docking_fee"
99
- | "duel_wager_escrow"
100
- | "duel_wager_payment"
101
- | "duel_wager_refund"
102
- | "ess_escrow_transfer"
103
- | "external_trade_delivery"
104
- | "external_trade_freeze"
105
- | "external_trade_thaw"
106
- | "factory_slot_rental_fee"
107
- | "flux_payout"
108
- | "flux_tax"
109
- | "flux_ticket_repayment"
110
- | "flux_ticket_sale"
111
- | "gm_cash_transfer"
112
- | "industry_job_tax"
113
- | "infrastructure_hub_maintenance"
114
- | "inheritance"
115
- | "insurance"
116
- | "insurgency_corruption_contribution_reward"
117
- | "insurgency_suppression_contribution_reward"
118
- | "item_trader_payment"
119
- | "jump_clone_activation_fee"
120
- | "jump_clone_installation_fee"
121
- | "kill_right_fee"
122
- | "lp_store"
123
- | "manufacturing"
124
- | "market_escrow"
125
- | "market_fine_paid"
126
- | "market_provider_tax"
127
- | "market_transaction"
128
- | "medal_creation"
129
- | "medal_issued"
130
- | "milestone_reward_payment"
131
- | "mission_completion"
132
- | "mission_cost"
133
- | "mission_expiration"
134
- | "mission_reward"
135
- | "office_rental_fee"
136
- | "operation_bonus"
137
- | "opportunity_reward"
138
- | "planetary_construction"
139
- | "planetary_export_tax"
140
- | "planetary_import_tax"
141
- | "player_donation"
142
- | "player_trading"
143
- | "project_discovery_reward"
144
- | "project_discovery_tax"
145
- | "project_payouts"
146
- | "reaction"
147
- | "redeemed_isk_token"
148
- | "release_of_impounded_property"
149
- | "repair_bill"
150
- | "reprocessing_tax"
151
- | "researching_material_productivity"
152
- | "researching_technology"
153
- | "researching_time_productivity"
154
- | "resource_wars_reward"
155
- | "reverse_engineering"
156
- | "season_challenge_reward"
157
- | "security_processing_fee"
158
- | "shares"
159
- | "skill_purchase"
160
- | "sovereignity_bill"
161
- | "store_purchase"
162
- | "store_purchase_refund"
163
- | "structure_gate_jump"
164
- | "transaction_tax"
165
- | "under_construction"
166
- | "upkeep_adjustment_fee"
167
- | "war_ally_contract"
168
- | "war_fee"
169
- | "war_fee_surrender";
170
- /**
171
- * Wallet journal entries
172
- *
173
- * @maxItems 2500
174
- */
175
- type GetCharactersCharacterIdWalletJournalOk = GetCharactersCharacterIdWalletJournal_200Ok[];
176
-
177
- /**
178
- * 200 ok object
179
- */
180
- interface GetCharactersCharacterIdWalletJournal_200Ok {
181
- /**
182
- * The amount of ISK given or taken from the wallet as a result of the given transaction. Positive when ISK is deposited into the wallet and negative when ISK is withdrawn
183
- */
184
- amount?: number;
185
- /**
186
- * Wallet balance after transaction occurred
187
- */
188
- balance?: number;
189
- /**
190
- * An ID that gives extra context to the particular transaction. Because of legacy reasons the context is completely different per ref_type and means different things. It is also possible to not have a context_id
191
- */
192
- context_id?: number;
193
- context_id_type?: GetCharactersCharacterIdWalletJournalContextIdType;
194
- /**
195
- * Date and time of transaction
196
- */
197
- date: string;
198
- /**
199
- * The reason for the transaction, mirrors what is seen in the client
200
- */
201
- description: string;
202
- /**
203
- * The id of the first party involved in the transaction. This attribute has no consistency and is different or non existant for particular ref_types. The description attribute will help make sense of what this attribute means. For more info about the given ID it can be dropped into the /universe/names/ ESI route to determine its type and name
204
- */
205
- first_party_id?: number;
206
- /**
207
- * Unique journal reference ID
208
- */
209
- id: number;
210
- /**
211
- * The user stated reason for the transaction. Only applies to some ref_types
212
- */
213
- reason?: string;
214
- ref_type: GetCharactersCharacterIdWalletJournalRefType;
215
- /**
216
- * The id of the second party involved in the transaction. This attribute has no consistency and is different or non existant for particular ref_types. The description attribute will help make sense of what this attribute means. For more info about the given ID it can be dropped into the /universe/names/ ESI route to determine its type and name
217
- */
218
- second_party_id?: number;
219
- /**
220
- * Tax amount received. Only applies to tax related transactions
221
- */
222
- tax?: number;
223
- /**
224
- * The corporation ID receiving any tax paid. Only applies to tax related transactions
225
- */
226
- tax_receiver_id?: number;
227
- [k: string]: unknown | undefined;
228
- }
@@ -1,7 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/wallet/
3
- */
4
- /**
5
- * Wallet balance
6
- */
7
- type GetCharactersCharacterIdWalletOk = number;
@@ -1,53 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/wallet/transactions/
3
- */
4
- /**
5
- * Wallet transactions
6
- *
7
- * @maxItems 2500
8
- */
9
- type GetCharactersCharacterIdWalletTransactionsOk = GetCharactersCharacterIdWalletTransactions_200Ok[];
10
-
11
- /**
12
- * wallet transaction
13
- */
14
- interface GetCharactersCharacterIdWalletTransactions_200Ok {
15
- /**
16
- * client_id integer
17
- */
18
- client_id: number;
19
- /**
20
- * Date and time of transaction
21
- */
22
- date: string;
23
- /**
24
- * is_buy boolean
25
- */
26
- is_buy: boolean;
27
- /**
28
- * is_personal boolean
29
- */
30
- is_personal: boolean;
31
- /**
32
- * journal_ref_id integer
33
- */
34
- journal_ref_id: number;
35
- /**
36
- * location_id integer
37
- */
38
- location_id: number;
39
- /**
40
- * quantity integer
41
- */
42
- quantity: number;
43
- /**
44
- * Unique transaction ID
45
- */
46
- transaction_id: number;
47
- type_id: number;
48
- /**
49
- * Amount paid per unit
50
- */
51
- unit_price: number;
52
- [k: string]: unknown | undefined;
53
- }
@@ -1,28 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/contracts/public/bids/{contract_id}/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 1000
8
- */
9
- type GetContractsPublicBidsContractIdOk = GetContractsPublicBidsContractId_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetContractsPublicBidsContractId_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
- * Datetime when the bid was placed
25
- */
26
- date_bid: string;
27
- [k: string]: unknown | undefined;
28
- }
@@ -1,49 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/contracts/public/items/{contract_id}/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 1000
8
- */
9
- type GetContractsPublicItemsContractIdOk = GetContractsPublicItemsContractId_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetContractsPublicItemsContractId_200Ok {
15
- /**
16
- * is_blueprint_copy boolean
17
- */
18
- is_blueprint_copy?: boolean;
19
- /**
20
- * true if the contract issuer has submitted this item with the contract, false if the isser is asking for this item in the contract
21
- */
22
- is_included: boolean;
23
- /**
24
- * Unique ID for the item being sold. Not present if item is being requested by contract rather than sold with contract
25
- */
26
- item_id?: number;
27
- /**
28
- * Material Efficiency Level of the blueprint
29
- */
30
- material_efficiency?: number;
31
- /**
32
- * Number of items in the stack
33
- */
34
- quantity: number;
35
- /**
36
- * Unique ID for the item, used by the contract system
37
- */
38
- record_id: number;
39
- /**
40
- * Number of runs remaining if the blueprint is a copy, -1 if it is an original
41
- */
42
- runs?: number;
43
- /**
44
- * Time Efficiency Level of the blueprint
45
- */
46
- time_efficiency?: number;
47
- type_id: number;
48
- [k: string]: unknown | undefined;
49
- }
@@ -1,81 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/contracts/public/{region_id}/
3
- */
4
- /**
5
- * Type of the contract
6
- */
7
- type GetContractsPublicRegionIdType = "unknown" | "item_exchange" | "auction" | "courier" | "loan";
8
- /**
9
- * 200 ok array
10
- *
11
- * @maxItems 1000
12
- */
13
- type GetContractsPublicRegionIdOk = GetContractsPublicRegionId_200Ok[];
14
-
15
- /**
16
- * 200 ok object
17
- */
18
- interface GetContractsPublicRegionId_200Ok {
19
- /**
20
- * Buyout price (for Auctions only)
21
- */
22
- buyout?: number;
23
- /**
24
- * Collateral price (for Couriers only)
25
- */
26
- collateral?: number;
27
- /**
28
- * contract_id integer
29
- */
30
- contract_id: number;
31
- /**
32
- * Expiration date of the contract
33
- */
34
- date_expired: string;
35
- /**
36
- * Сreation date of the contract
37
- */
38
- date_issued: string;
39
- /**
40
- * Number of days to perform the contract
41
- */
42
- days_to_complete?: number;
43
- /**
44
- * End location ID (for Couriers contract)
45
- */
46
- end_location_id?: number;
47
- /**
48
- * true if the contract was issued on behalf of the issuer's corporation
49
- */
50
- for_corporation?: boolean;
51
- /**
52
- * Character's corporation ID for the issuer
53
- */
54
- issuer_corporation_id: number;
55
- /**
56
- * Character ID for the issuer
57
- */
58
- issuer_id: number;
59
- /**
60
- * Price of contract (for ItemsExchange and Auctions)
61
- */
62
- price?: number;
63
- /**
64
- * Remuneration for contract (for Couriers only)
65
- */
66
- reward?: number;
67
- /**
68
- * Start location ID (for Couriers contract)
69
- */
70
- start_location_id?: number;
71
- /**
72
- * Title of the contract
73
- */
74
- title?: string;
75
- type: GetContractsPublicRegionIdType;
76
- /**
77
- * Volume of items in the contract
78
- */
79
- volume?: number;
80
- [k: string]: unknown | undefined;
81
- }
@@ -1,39 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/corporation/{corporation_id}/mining/extractions/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 1000
8
- */
9
- type GetCorporationCorporationIdMiningExtractionsOk = GetCorporationCorporationIdMiningExtractions_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetCorporationCorporationIdMiningExtractions_200Ok {
15
- /**
16
- * The time at which the chunk being extracted will arrive and can be fractured by the moon mining drill.
17
- *
18
- */
19
- chunk_arrival_time: string;
20
- /**
21
- * The time at which the current extraction was initiated.
22
- *
23
- */
24
- extraction_start_time: string;
25
- /**
26
- * moon_id integer
27
- */
28
- moon_id: number;
29
- /**
30
- * The time at which the chunk being extracted will naturally fracture if it is not first fractured by the moon mining drill.
31
- *
32
- */
33
- natural_decay_time: string;
34
- /**
35
- * structure_id integer
36
- */
37
- structure_id: number;
38
- [k: string]: unknown | undefined;
39
- }