eve-esi-types 1.0.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.
Files changed (202) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +2 -0
  3. package/package.json +28 -0
  4. package/src/get_alliances_alliance_id_contacts_labels_ok.d.ts +27 -0
  5. package/src/get_alliances_alliance_id_contacts_ok.d.ts +43 -0
  6. package/src/get_alliances_alliance_id_corporations_ok.d.ts +14 -0
  7. package/src/get_alliances_alliance_id_icons_ok.d.ts +21 -0
  8. package/src/get_alliances_alliance_id_ok.d.ts +46 -0
  9. package/src/get_alliances_ok.d.ts +14 -0
  10. package/src/get_characters_character_id_agents_research_ok.d.ts +42 -0
  11. package/src/get_characters_character_id_assets_ok.d.ts +144 -0
  12. package/src/get_characters_character_id_attributes_ok.d.ts +51 -0
  13. package/src/get_characters_character_id_blueprints_ok.d.ts +133 -0
  14. package/src/get_characters_character_id_bookmarks_folders_ok.d.ts +27 -0
  15. package/src/get_characters_character_id_bookmarks_ok.d.ts +91 -0
  16. package/src/get_characters_character_id_calendar_event_id_attendees_ok.d.ts +32 -0
  17. package/src/get_characters_character_id_calendar_event_id_ok.d.ts +66 -0
  18. package/src/get_characters_character_id_calendar_ok.d.ts +42 -0
  19. package/src/get_characters_character_id_clones_ok.d.ts +82 -0
  20. package/src/get_characters_character_id_contacts_labels_ok.d.ts +27 -0
  21. package/src/get_characters_character_id_contacts_ok.d.ts +53 -0
  22. package/src/get_characters_character_id_contracts_contract_id_bids_ok.d.ts +37 -0
  23. package/src/get_characters_character_id_contracts_contract_id_items_ok.d.ts +48 -0
  24. package/src/get_characters_character_id_contracts_ok.d.ts +137 -0
  25. package/src/get_characters_character_id_corporationhistory_ok.d.ts +37 -0
  26. package/src/get_characters_character_id_fatigue_ok.d.ts +26 -0
  27. package/src/get_characters_character_id_fittings_ok.d.ts +108 -0
  28. package/src/get_characters_character_id_fleet_ok.d.ts +35 -0
  29. package/src/get_characters_character_id_fw_stats_ok.d.ts +75 -0
  30. package/src/get_characters_character_id_implants_ok.d.ts +14 -0
  31. package/src/get_characters_character_id_industry_jobs_ok.d.ts +133 -0
  32. package/src/get_characters_character_id_killmails_recent_ok.d.ts +27 -0
  33. package/src/get_characters_character_id_location_ok.d.ts +26 -0
  34. package/src/get_characters_character_id_loyalty_points_ok.d.ts +27 -0
  35. package/src/get_characters_character_id_mail_labels_ok.d.ts +67 -0
  36. package/src/get_characters_character_id_mail_lists_ok.d.ts +27 -0
  37. package/src/get_characters_character_id_mail_mail_id_ok.d.ts +71 -0
  38. package/src/get_characters_character_id_mail_ok.d.ts +77 -0
  39. package/src/get_characters_character_id_medals_ok.d.ts +147 -0
  40. package/src/get_characters_character_id_mining_ok.d.ts +37 -0
  41. package/src/get_characters_character_id_notifications_contacts_ok.d.ts +42 -0
  42. package/src/get_characters_character_id_notifications_ok.d.ts +297 -0
  43. package/src/get_characters_character_id_ok.d.ts +66 -0
  44. package/src/get_characters_character_id_online_ok.d.ts +31 -0
  45. package/src/get_characters_character_id_opportunities_ok.d.ts +27 -0
  46. package/src/get_characters_character_id_orders_history_ok.d.ts +104 -0
  47. package/src/get_characters_character_id_orders_ok.d.ts +99 -0
  48. package/src/get_characters_character_id_planets_ok.d.ts +131 -0
  49. package/src/get_characters_character_id_planets_planet_id_ok.d.ts +323 -0
  50. package/src/get_characters_character_id_portrait_ok.d.ts +31 -0
  51. package/src/get_characters_character_id_roles_ok.d.ts +271 -0
  52. package/src/get_characters_character_id_search_ok.d.ts +132 -0
  53. package/src/get_characters_character_id_ship_ok.d.ts +26 -0
  54. package/src/get_characters_character_id_skillqueue_ok.d.ts +57 -0
  55. package/src/get_characters_character_id_skills_ok.d.ts +54 -0
  56. package/src/get_characters_character_id_standings_ok.d.ts +32 -0
  57. package/src/get_characters_character_id_titles_ok.d.ts +187 -0
  58. package/src/get_characters_character_id_wallet_journal_ok.d.ts +240 -0
  59. package/src/get_characters_character_id_wallet_ok.d.ts +8 -0
  60. package/src/get_characters_character_id_wallet_transactions_ok.d.ts +67 -0
  61. package/src/get_contracts_public_bids_contract_id_ok.d.ts +32 -0
  62. package/src/get_contracts_public_items_contract_id_ok.d.ts +62 -0
  63. package/src/get_contracts_public_region_id_ok.d.ts +97 -0
  64. package/src/get_corporation_corporation_id_mining_extractions_ok.d.ts +45 -0
  65. package/src/get_corporation_corporation_id_mining_observers_observer_id_ok.d.ts +45 -0
  66. package/src/get_corporation_corporation_id_mining_observers_ok.d.ts +33 -0
  67. package/src/get_corporations_corporation_id_alliancehistory_ok.d.ts +37 -0
  68. package/src/get_corporations_corporation_id_assets_ok.d.ts +180 -0
  69. package/src/get_corporations_corporation_id_blueprints_ok.d.ts +174 -0
  70. package/src/get_corporations_corporation_id_bookmarks_folders_ok.d.ts +32 -0
  71. package/src/get_corporations_corporation_id_bookmarks_ok.d.ts +91 -0
  72. package/src/get_corporations_corporation_id_contacts_labels_ok.d.ts +27 -0
  73. package/src/get_corporations_corporation_id_contacts_ok.d.ts +48 -0
  74. package/src/get_corporations_corporation_id_containers_logs_ok.d.ts +204 -0
  75. package/src/get_corporations_corporation_id_contracts_contract_id_bids_ok.d.ts +38 -0
  76. package/src/get_corporations_corporation_id_contracts_contract_id_items_ok.d.ts +48 -0
  77. package/src/get_corporations_corporation_id_contracts_ok.d.ts +137 -0
  78. package/src/get_corporations_corporation_id_customs_offices_ok.d.ts +92 -0
  79. package/src/get_corporations_corporation_id_divisions_ok.d.ts +133 -0
  80. package/src/get_corporations_corporation_id_facilities_ok.d.ts +32 -0
  81. package/src/get_corporations_corporation_id_fw_stats_ok.d.ts +70 -0
  82. package/src/get_corporations_corporation_id_icons_ok.d.ts +26 -0
  83. package/src/get_corporations_corporation_id_industry_jobs_ok.d.ts +133 -0
  84. package/src/get_corporations_corporation_id_killmails_recent_ok.d.ts +27 -0
  85. package/src/get_corporations_corporation_id_medals_issued_ok.d.ts +47 -0
  86. package/src/get_corporations_corporation_id_medals_ok.d.ts +42 -0
  87. package/src/get_corporations_corporation_id_members_limit_ok.d.ts +8 -0
  88. package/src/get_corporations_corporation_id_members_ok.d.ts +14 -0
  89. package/src/get_corporations_corporation_id_members_titles_ok.d.ts +197 -0
  90. package/src/get_corporations_corporation_id_membertracking_ok.d.ts +52 -0
  91. package/src/get_corporations_corporation_id_ok.d.ts +81 -0
  92. package/src/get_corporations_corporation_id_orders_history_ok.d.ts +109 -0
  93. package/src/get_corporations_corporation_id_orders_ok.d.ts +104 -0
  94. package/src/get_corporations_corporation_id_roles_history_ok.d.ts +175 -0
  95. package/src/get_corporations_corporation_id_roles_ok.d.ts +545 -0
  96. package/src/get_corporations_corporation_id_shareholders_ok.d.ts +32 -0
  97. package/src/get_corporations_corporation_id_standings_ok.d.ts +32 -0
  98. package/src/get_corporations_corporation_id_starbases_ok.d.ts +62 -0
  99. package/src/get_corporations_corporation_id_starbases_starbase_id_ok.d.ts +369 -0
  100. package/src/get_corporations_corporation_id_structures_ok.d.ts +194 -0
  101. package/src/get_corporations_corporation_id_titles_ok.d.ts +715 -0
  102. package/src/get_corporations_corporation_id_wallets_division_journal_ok.d.ts +241 -0
  103. package/src/get_corporations_corporation_id_wallets_division_transactions_ok.d.ts +63 -0
  104. package/src/get_corporations_corporation_id_wallets_ok.d.ts +65 -0
  105. package/src/get_corporations_npccorps_ok.d.ts +14 -0
  106. package/src/get_dogma_attributes_attribute_id_ok.d.ts +61 -0
  107. package/src/get_dogma_attributes_ok.d.ts +14 -0
  108. package/src/get_dogma_dynamic_items_type_id_item_id_ok.d.ts +72 -0
  109. package/src/get_dogma_effects_effect_id_ok.d.ts +154 -0
  110. package/src/get_dogma_effects_ok.d.ts +14 -0
  111. package/src/get_fleets_fleet_id_members_ok.d.ts +67 -0
  112. package/src/get_fleets_fleet_id_ok.d.ts +31 -0
  113. package/src/get_fleets_fleet_id_wings_ok.d.ts +50 -0
  114. package/src/get_fw_leaderboards_characters_ok.d.ts +163 -0
  115. package/src/get_fw_leaderboards_corporations_ok.d.ts +589 -0
  116. package/src/get_fw_leaderboards_ok.d.ts +235 -0
  117. package/src/get_fw_stats_ok.d.ts +76 -0
  118. package/src/get_fw_systems_ok.d.ts +47 -0
  119. package/src/get_fw_wars_ok.d.ts +27 -0
  120. package/src/get_incursions_ok.d.ts +63 -0
  121. package/src/get_industry_facilities_ok.d.ts +47 -0
  122. package/src/get_industry_systems_ok.d.ts +122 -0
  123. package/src/get_insurance_prices_ok.d.ts +70 -0
  124. package/src/get_killmails_killmail_id_killmail_hash_ok.d.ts +242 -0
  125. package/src/get_loyalty_stores_corporation_id_offers_ok.d.ts +70 -0
  126. package/src/get_markets_groups_market_group_id_ok.d.ts +42 -0
  127. package/src/get_markets_groups_ok.d.ts +14 -0
  128. package/src/get_markets_prices_ok.d.ts +32 -0
  129. package/src/get_markets_region_id_history_ok.d.ts +47 -0
  130. package/src/get_markets_region_id_orders_ok.d.ts +89 -0
  131. package/src/get_markets_region_id_types_ok.d.ts +14 -0
  132. package/src/get_markets_structures_structure_id_ok.d.ts +84 -0
  133. package/src/get_opportunities_groups_group_id_ok.d.ts +53 -0
  134. package/src/get_opportunities_groups_ok.d.ts +14 -0
  135. package/src/get_opportunities_tasks_ok.d.ts +14 -0
  136. package/src/get_opportunities_tasks_task_id_ok.d.ts +31 -0
  137. package/src/get_route_origin_destination_ok.d.ts +14 -0
  138. package/src/get_sovereignty_campaigns_ok.d.ts +94 -0
  139. package/src/get_sovereignty_map_ok.d.ts +37 -0
  140. package/src/get_sovereignty_structures_ok.d.ts +58 -0
  141. package/src/get_status_ok.d.ts +31 -0
  142. package/src/get_universe_ancestries_ok.d.ts +47 -0
  143. package/src/get_universe_asteroid_belts_asteroid_belt_id_ok.d.ts +43 -0
  144. package/src/get_universe_bloodlines_ok.d.ts +72 -0
  145. package/src/get_universe_categories_category_id_ok.d.ts +37 -0
  146. package/src/get_universe_categories_ok.d.ts +14 -0
  147. package/src/get_universe_constellations_constellation_id_ok.d.ts +59 -0
  148. package/src/get_universe_constellations_ok.d.ts +14 -0
  149. package/src/get_universe_factions_ok.d.ts +67 -0
  150. package/src/get_universe_graphics_graphic_id_ok.d.ts +51 -0
  151. package/src/get_universe_graphics_ok.d.ts +14 -0
  152. package/src/get_universe_groups_group_id_ok.d.ts +42 -0
  153. package/src/get_universe_groups_ok.d.ts +14 -0
  154. package/src/get_universe_moons_moon_id_ok.d.ts +48 -0
  155. package/src/get_universe_planets_planet_id_ok.d.ts +53 -0
  156. package/src/get_universe_races_ok.d.ts +57 -0
  157. package/src/get_universe_regions_ok.d.ts +14 -0
  158. package/src/get_universe_regions_region_id_ok.d.ts +37 -0
  159. package/src/get_universe_schematics_schematic_id_ok.d.ts +21 -0
  160. package/src/get_universe_stargates_stargate_id_ok.d.ts +70 -0
  161. package/src/get_universe_stars_star_id_ok.d.ts +140 -0
  162. package/src/get_universe_stations_station_id_ok.d.ts +121 -0
  163. package/src/get_universe_structures_ok.d.ts +14 -0
  164. package/src/get_universe_structures_structure_id_ok.d.ts +54 -0
  165. package/src/get_universe_system_jumps_ok.d.ts +27 -0
  166. package/src/get_universe_system_kills_ok.d.ts +37 -0
  167. package/src/get_universe_systems_ok.d.ts +14 -0
  168. package/src/get_universe_systems_system_id_ok.d.ts +125 -0
  169. package/src/get_universe_types_ok.d.ts +14 -0
  170. package/src/get_universe_types_type_id_ok.d.ts +127 -0
  171. package/src/get_wars_ok.d.ts +14 -0
  172. package/src/get_wars_war_id_killmails_ok.d.ts +27 -0
  173. package/src/get_wars_war_id_ok.d.ts +123 -0
  174. package/src/index.d.ts +404 -0
  175. package/src/post_characters_affiliation_ok.d.ts +37 -0
  176. package/src/post_characters_character_id_assets_locations_ok.d.ts +44 -0
  177. package/src/post_characters_character_id_assets_names_ok.d.ts +27 -0
  178. package/src/post_characters_character_id_contacts_contact_ids.d.ts +18 -0
  179. package/src/post_characters_character_id_contacts_created.d.ts +14 -0
  180. package/src/post_characters_character_id_cspa_characters.d.ts +18 -0
  181. package/src/post_characters_character_id_cspa_created.d.ts +8 -0
  182. package/src/post_characters_character_id_fittings_created.d.ts +16 -0
  183. package/src/post_characters_character_id_fittings_fitting.d.ts +101 -0
  184. package/src/post_characters_character_id_mail_created.d.ts +8 -0
  185. package/src/post_characters_character_id_mail_labels_created.d.ts +8 -0
  186. package/src/post_characters_character_id_mail_labels_label.d.ts +39 -0
  187. package/src/post_characters_character_id_mail_mail.d.ts +53 -0
  188. package/src/post_corporations_corporation_id_assets_locations_ok.d.ts +44 -0
  189. package/src/post_corporations_corporation_id_assets_names_ok.d.ts +27 -0
  190. package/src/post_fleets_fleet_id_members_invitation.d.ts +31 -0
  191. package/src/post_fleets_fleet_id_wings_created.d.ts +16 -0
  192. package/src/post_fleets_fleet_id_wings_wing_id_squads_created.d.ts +16 -0
  193. package/src/post_ui_openwindow_newmail_new_mail.d.ts +46 -0
  194. package/src/post_universe_ids_ok.d.ts +241 -0
  195. package/src/post_universe_names_ok.d.ts +41 -0
  196. package/src/put_characters_character_id_calendar_event_id_response.d.ts +16 -0
  197. package/src/put_characters_character_id_contacts_contact_ids.d.ts +18 -0
  198. package/src/put_characters_character_id_mail_mail_id_contents.d.ts +27 -0
  199. package/src/put_fleets_fleet_id_members_member_id_movement.d.ts +30 -0
  200. package/src/put_fleets_fleet_id_new_settings.d.ts +21 -0
  201. package/src/put_fleets_fleet_id_squads_squad_id_naming.d.ts +16 -0
  202. package/src/put_fleets_fleet_id_wings_wing_id_naming.d.ts +16 -0
@@ -0,0 +1,147 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/medals/
3
+ */
4
+
5
+ /**
6
+ * corporation_id integer
7
+ */
8
+ type GetCharactersCharacterIdMedalsCorporationId = number;
9
+ /**
10
+ * date string
11
+ */
12
+ type GetCharactersCharacterIdMedalsDate = string;
13
+ /**
14
+ * description string
15
+ */
16
+ type GetCharactersCharacterIdMedalsDescription = string;
17
+ /**
18
+ * graphics array
19
+ *
20
+ * @minItems 3
21
+ * @maxItems 9
22
+ */
23
+ type GetCharactersCharacterIdMedalsGraphics =
24
+ | [
25
+ GetCharactersCharacterIdMedalsGraphic,
26
+ GetCharactersCharacterIdMedalsGraphic,
27
+ GetCharactersCharacterIdMedalsGraphic
28
+ ]
29
+ | [
30
+ GetCharactersCharacterIdMedalsGraphic,
31
+ GetCharactersCharacterIdMedalsGraphic,
32
+ GetCharactersCharacterIdMedalsGraphic,
33
+ GetCharactersCharacterIdMedalsGraphic
34
+ ]
35
+ | [
36
+ GetCharactersCharacterIdMedalsGraphic,
37
+ GetCharactersCharacterIdMedalsGraphic,
38
+ GetCharactersCharacterIdMedalsGraphic,
39
+ GetCharactersCharacterIdMedalsGraphic,
40
+ GetCharactersCharacterIdMedalsGraphic
41
+ ]
42
+ | [
43
+ GetCharactersCharacterIdMedalsGraphic,
44
+ GetCharactersCharacterIdMedalsGraphic,
45
+ GetCharactersCharacterIdMedalsGraphic,
46
+ GetCharactersCharacterIdMedalsGraphic,
47
+ GetCharactersCharacterIdMedalsGraphic,
48
+ GetCharactersCharacterIdMedalsGraphic
49
+ ]
50
+ | [
51
+ GetCharactersCharacterIdMedalsGraphic,
52
+ GetCharactersCharacterIdMedalsGraphic,
53
+ GetCharactersCharacterIdMedalsGraphic,
54
+ GetCharactersCharacterIdMedalsGraphic,
55
+ GetCharactersCharacterIdMedalsGraphic,
56
+ GetCharactersCharacterIdMedalsGraphic,
57
+ GetCharactersCharacterIdMedalsGraphic
58
+ ]
59
+ | [
60
+ GetCharactersCharacterIdMedalsGraphic,
61
+ GetCharactersCharacterIdMedalsGraphic,
62
+ GetCharactersCharacterIdMedalsGraphic,
63
+ GetCharactersCharacterIdMedalsGraphic,
64
+ GetCharactersCharacterIdMedalsGraphic,
65
+ GetCharactersCharacterIdMedalsGraphic,
66
+ GetCharactersCharacterIdMedalsGraphic,
67
+ GetCharactersCharacterIdMedalsGraphic
68
+ ]
69
+ | [
70
+ GetCharactersCharacterIdMedalsGraphic,
71
+ GetCharactersCharacterIdMedalsGraphic,
72
+ GetCharactersCharacterIdMedalsGraphic,
73
+ GetCharactersCharacterIdMedalsGraphic,
74
+ GetCharactersCharacterIdMedalsGraphic,
75
+ GetCharactersCharacterIdMedalsGraphic,
76
+ GetCharactersCharacterIdMedalsGraphic,
77
+ GetCharactersCharacterIdMedalsGraphic,
78
+ GetCharactersCharacterIdMedalsGraphic
79
+ ];
80
+ /**
81
+ * color integer
82
+ */
83
+ type GetCharactersCharacterIdMedalsColor = number;
84
+ /**
85
+ * graphic string
86
+ */
87
+ type GetCharactersCharacterIdMedalsGraphicGraphic = string;
88
+ /**
89
+ * layer integer
90
+ */
91
+ type GetCharactersCharacterIdMedalsLayer = number;
92
+ /**
93
+ * part integer
94
+ */
95
+ type GetCharactersCharacterIdMedalsPart = number;
96
+ /**
97
+ * issuer_id integer
98
+ */
99
+ type GetCharactersCharacterIdMedalsIssuerId = number;
100
+ /**
101
+ * medal_id integer
102
+ */
103
+ type GetCharactersCharacterIdMedalsMedalId = number;
104
+ /**
105
+ * reason string
106
+ */
107
+ type GetCharactersCharacterIdMedalsReason = string;
108
+ /**
109
+ * status string
110
+ */
111
+ type GetCharactersCharacterIdMedalsStatus = "public" | "private";
112
+ /**
113
+ * title string
114
+ */
115
+ type GetCharactersCharacterIdMedalsTitle = string;
116
+ /**
117
+ * 200 ok array
118
+ *
119
+ * @maxItems 1000
120
+ */
121
+ type GetCharactersCharacterIdMedalsOk = GetCharactersCharacterIdMedals_200Ok[];
122
+
123
+ /**
124
+ * 200 ok object
125
+ */
126
+ interface GetCharactersCharacterIdMedals_200Ok {
127
+ corporation_id: GetCharactersCharacterIdMedalsCorporationId;
128
+ date: GetCharactersCharacterIdMedalsDate;
129
+ description: GetCharactersCharacterIdMedalsDescription;
130
+ graphics: GetCharactersCharacterIdMedalsGraphics;
131
+ issuer_id: GetCharactersCharacterIdMedalsIssuerId;
132
+ medal_id: GetCharactersCharacterIdMedalsMedalId;
133
+ reason: GetCharactersCharacterIdMedalsReason;
134
+ status: GetCharactersCharacterIdMedalsStatus;
135
+ title: GetCharactersCharacterIdMedalsTitle;
136
+ [k: string]: unknown | undefined;
137
+ }
138
+ /**
139
+ * graphic object
140
+ */
141
+ interface GetCharactersCharacterIdMedalsGraphic {
142
+ color?: GetCharactersCharacterIdMedalsColor;
143
+ graphic: GetCharactersCharacterIdMedalsGraphicGraphic;
144
+ layer: GetCharactersCharacterIdMedalsLayer;
145
+ part: GetCharactersCharacterIdMedalsPart;
146
+ [k: string]: unknown | undefined;
147
+ }
@@ -0,0 +1,37 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/mining/
3
+ */
4
+
5
+ /**
6
+ * date string
7
+ */
8
+ type GetCharactersCharacterIdMiningDate = string;
9
+ /**
10
+ * quantity integer
11
+ */
12
+ type GetCharactersCharacterIdMiningQuantity = number;
13
+ /**
14
+ * solar_system_id integer
15
+ */
16
+ type GetCharactersCharacterIdMiningSolarSystemId = number;
17
+ /**
18
+ * type_id integer
19
+ */
20
+ type GetCharactersCharacterIdMiningTypeId = number;
21
+ /**
22
+ * 200 ok array
23
+ *
24
+ * @maxItems 1000
25
+ */
26
+ type GetCharactersCharacterIdMiningOk = GetCharactersCharacterIdMining_200Ok[];
27
+
28
+ /**
29
+ * 200 ok object
30
+ */
31
+ interface GetCharactersCharacterIdMining_200Ok {
32
+ date: GetCharactersCharacterIdMiningDate;
33
+ quantity: GetCharactersCharacterIdMiningQuantity;
34
+ solar_system_id: GetCharactersCharacterIdMiningSolarSystemId;
35
+ type_id: GetCharactersCharacterIdMiningTypeId;
36
+ [k: string]: unknown | undefined;
37
+ }
@@ -0,0 +1,42 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/notifications/contacts/
3
+ */
4
+
5
+ /**
6
+ * message string
7
+ */
8
+ type GetCharactersCharacterIdNotificationsContactsMessage = string;
9
+ /**
10
+ * notification_id integer
11
+ */
12
+ type GetCharactersCharacterIdNotificationsContactsNotificationId = number;
13
+ /**
14
+ * send_date string
15
+ */
16
+ type GetCharactersCharacterIdNotificationsContactsSendDate = string;
17
+ /**
18
+ * sender_character_id integer
19
+ */
20
+ type GetCharactersCharacterIdNotificationsContactsSenderCharacterId = number;
21
+ /**
22
+ * A number representing the standing level the receiver has been added at by the sender. The standing levels are as follows: -10 -> Terrible | -5 -> Bad | 0 -> Neutral | 5 -> Good | 10 -> Excellent
23
+ */
24
+ type GetCharactersCharacterIdNotificationsContactsStandingLevel = number;
25
+ /**
26
+ * 200 ok array
27
+ *
28
+ * @maxItems 50
29
+ */
30
+ type GetCharactersCharacterIdNotificationsContactsOk = GetCharactersCharacterIdNotificationsContacts_200Ok[];
31
+
32
+ /**
33
+ * 200 ok object
34
+ */
35
+ interface GetCharactersCharacterIdNotificationsContacts_200Ok {
36
+ message: GetCharactersCharacterIdNotificationsContactsMessage;
37
+ notification_id: GetCharactersCharacterIdNotificationsContactsNotificationId;
38
+ send_date: GetCharactersCharacterIdNotificationsContactsSendDate;
39
+ sender_character_id: GetCharactersCharacterIdNotificationsContactsSenderCharacterId;
40
+ standing_level: GetCharactersCharacterIdNotificationsContactsStandingLevel;
41
+ [k: string]: unknown | undefined;
42
+ }
@@ -0,0 +1,297 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/notifications/
3
+ */
4
+
5
+ /**
6
+ * is_read boolean
7
+ */
8
+ type GetCharactersCharacterIdNotificationsIsRead = boolean;
9
+ /**
10
+ * notification_id integer
11
+ */
12
+ type GetCharactersCharacterIdNotificationsNotificationId = number;
13
+ /**
14
+ * sender_id integer
15
+ */
16
+ type GetCharactersCharacterIdNotificationsSenderId = number;
17
+ /**
18
+ * sender_type string
19
+ */
20
+ type GetCharactersCharacterIdNotificationsSenderType =
21
+ | "character"
22
+ | "corporation"
23
+ | "alliance"
24
+ | "faction"
25
+ | "other";
26
+ /**
27
+ * text string
28
+ */
29
+ type GetCharactersCharacterIdNotificationsText = string;
30
+ /**
31
+ * timestamp string
32
+ */
33
+ type GetCharactersCharacterIdNotificationsTimestamp = string;
34
+ /**
35
+ * type string
36
+ */
37
+ type GetCharactersCharacterIdNotificationsType =
38
+ | "AcceptedAlly"
39
+ | "AcceptedSurrender"
40
+ | "AgentRetiredTrigravian"
41
+ | "AllAnchoringMsg"
42
+ | "AllMaintenanceBillMsg"
43
+ | "AllStrucInvulnerableMsg"
44
+ | "AllStructVulnerableMsg"
45
+ | "AllWarCorpJoinedAllianceMsg"
46
+ | "AllWarDeclaredMsg"
47
+ | "AllWarInvalidatedMsg"
48
+ | "AllWarRetractedMsg"
49
+ | "AllWarSurrenderMsg"
50
+ | "AllianceCapitalChanged"
51
+ | "AllianceWarDeclaredV2"
52
+ | "AllyContractCancelled"
53
+ | "AllyJoinedWarAggressorMsg"
54
+ | "AllyJoinedWarAllyMsg"
55
+ | "AllyJoinedWarDefenderMsg"
56
+ | "BattlePunishFriendlyFire"
57
+ | "BillOutOfMoneyMsg"
58
+ | "BillPaidCorpAllMsg"
59
+ | "BountyClaimMsg"
60
+ | "BountyESSShared"
61
+ | "BountyESSTaken"
62
+ | "BountyPlacedAlliance"
63
+ | "BountyPlacedChar"
64
+ | "BountyPlacedCorp"
65
+ | "BountyYourBountyClaimed"
66
+ | "BuddyConnectContactAdd"
67
+ | "CharAppAcceptMsg"
68
+ | "CharAppRejectMsg"
69
+ | "CharAppWithdrawMsg"
70
+ | "CharLeftCorpMsg"
71
+ | "CharMedalMsg"
72
+ | "CharTerminationMsg"
73
+ | "CloneActivationMsg"
74
+ | "CloneActivationMsg2"
75
+ | "CloneMovedMsg"
76
+ | "CloneRevokedMsg1"
77
+ | "CloneRevokedMsg2"
78
+ | "CombatOperationFinished"
79
+ | "ContactAdd"
80
+ | "ContactEdit"
81
+ | "ContainerPasswordMsg"
82
+ | "ContractRegionChangedToPochven"
83
+ | "CorpAllBillMsg"
84
+ | "CorpAppAcceptMsg"
85
+ | "CorpAppInvitedMsg"
86
+ | "CorpAppNewMsg"
87
+ | "CorpAppRejectCustomMsg"
88
+ | "CorpAppRejectMsg"
89
+ | "CorpBecameWarEligible"
90
+ | "CorpDividendMsg"
91
+ | "CorpFriendlyFireDisableTimerCompleted"
92
+ | "CorpFriendlyFireDisableTimerStarted"
93
+ | "CorpFriendlyFireEnableTimerCompleted"
94
+ | "CorpFriendlyFireEnableTimerStarted"
95
+ | "CorpKicked"
96
+ | "CorpLiquidationMsg"
97
+ | "CorpNewCEOMsg"
98
+ | "CorpNewsMsg"
99
+ | "CorpNoLongerWarEligible"
100
+ | "CorpOfficeExpirationMsg"
101
+ | "CorpStructLostMsg"
102
+ | "CorpTaxChangeMsg"
103
+ | "CorpVoteCEORevokedMsg"
104
+ | "CorpVoteMsg"
105
+ | "CorpWarDeclaredMsg"
106
+ | "CorpWarDeclaredV2"
107
+ | "CorpWarFightingLegalMsg"
108
+ | "CorpWarInvalidatedMsg"
109
+ | "CorpWarRetractedMsg"
110
+ | "CorpWarSurrenderMsg"
111
+ | "CorporationGoalClosed"
112
+ | "CorporationGoalCompleted"
113
+ | "CorporationGoalCreated"
114
+ | "CorporationGoalExpired"
115
+ | "CorporationGoalLimitReached"
116
+ | "CorporationGoalNameChange"
117
+ | "CorporationLeft"
118
+ | "CustomsMsg"
119
+ | "DailyItemRewardAutoClaimed"
120
+ | "DeclareWar"
121
+ | "DistrictAttacked"
122
+ | "DustAppAcceptedMsg"
123
+ | "ESSMainBankLink"
124
+ | "EntosisCaptureStarted"
125
+ | "ExpertSystemExpired"
126
+ | "ExpertSystemExpiryImminent"
127
+ | "FWAllianceKickMsg"
128
+ | "FWAllianceWarningMsg"
129
+ | "FWCharKickMsg"
130
+ | "FWCharRankGainMsg"
131
+ | "FWCharRankLossMsg"
132
+ | "FWCharWarningMsg"
133
+ | "FWCorpJoinMsg"
134
+ | "FWCorpKickMsg"
135
+ | "FWCorpLeaveMsg"
136
+ | "FWCorpWarningMsg"
137
+ | "FacWarCorpJoinRequestMsg"
138
+ | "FacWarCorpJoinWithdrawMsg"
139
+ | "FacWarCorpLeaveRequestMsg"
140
+ | "FacWarCorpLeaveWithdrawMsg"
141
+ | "FacWarLPDisqualifiedEvent"
142
+ | "FacWarLPDisqualifiedKill"
143
+ | "FacWarLPPayoutEvent"
144
+ | "FacWarLPPayoutKill"
145
+ | "GameTimeAdded"
146
+ | "GameTimeReceived"
147
+ | "GameTimeSent"
148
+ | "GiftReceived"
149
+ | "IHubDestroyedByBillFailure"
150
+ | "IncursionCompletedMsg"
151
+ | "IndustryOperationFinished"
152
+ | "IndustryTeamAuctionLost"
153
+ | "IndustryTeamAuctionWon"
154
+ | "InfrastructureHubBillAboutToExpire"
155
+ | "InsuranceExpirationMsg"
156
+ | "InsuranceFirstShipMsg"
157
+ | "InsuranceInvalidatedMsg"
158
+ | "InsuranceIssuedMsg"
159
+ | "InsurancePayoutMsg"
160
+ | "InvasionCompletedMsg"
161
+ | "InvasionSystemLogin"
162
+ | "InvasionSystemStart"
163
+ | "JumpCloneDeletedMsg1"
164
+ | "JumpCloneDeletedMsg2"
165
+ | "KillReportFinalBlow"
166
+ | "KillReportVictim"
167
+ | "KillRightAvailable"
168
+ | "KillRightAvailableOpen"
169
+ | "KillRightEarned"
170
+ | "KillRightUnavailable"
171
+ | "KillRightUnavailableOpen"
172
+ | "KillRightUsed"
173
+ | "LPAutoRedeemed"
174
+ | "LocateCharMsg"
175
+ | "MadeWarMutual"
176
+ | "MercOfferRetractedMsg"
177
+ | "MercOfferedNegotiationMsg"
178
+ | "MercenaryDenAttacked"
179
+ | "MercenaryDenNewMTO"
180
+ | "MercenaryDenReinforced"
181
+ | "MissionCanceledTriglavian"
182
+ | "MissionOfferExpirationMsg"
183
+ | "MissionTimeoutMsg"
184
+ | "MoonminingAutomaticFracture"
185
+ | "MoonminingExtractionCancelled"
186
+ | "MoonminingExtractionFinished"
187
+ | "MoonminingExtractionStarted"
188
+ | "MoonminingLaserFired"
189
+ | "MutualWarExpired"
190
+ | "MutualWarInviteAccepted"
191
+ | "MutualWarInviteRejected"
192
+ | "MutualWarInviteSent"
193
+ | "NPCStandingsGained"
194
+ | "NPCStandingsLost"
195
+ | "OfferToAllyRetracted"
196
+ | "OfferedSurrender"
197
+ | "OfferedToAlly"
198
+ | "OfficeLeaseCanceledInsufficientStandings"
199
+ | "OldLscMessages"
200
+ | "OperationFinished"
201
+ | "OrbitalAttacked"
202
+ | "OrbitalReinforced"
203
+ | "OwnershipTransferred"
204
+ | "RaffleCreated"
205
+ | "RaffleExpired"
206
+ | "RaffleFinished"
207
+ | "ReimbursementMsg"
208
+ | "ResearchMissionAvailableMsg"
209
+ | "RetractsWar"
210
+ | "SPAutoRedeemed"
211
+ | "SeasonalChallengeCompleted"
212
+ | "SkinSequencingCompleted"
213
+ | "SkyhookDeployed"
214
+ | "SkyhookDestroyed"
215
+ | "SkyhookLostShields"
216
+ | "SkyhookOnline"
217
+ | "SkyhookUnderAttack"
218
+ | "SovAllClaimAquiredMsg"
219
+ | "SovAllClaimLostMsg"
220
+ | "SovCommandNodeEventStarted"
221
+ | "SovCorpBillLateMsg"
222
+ | "SovCorpClaimFailMsg"
223
+ | "SovDisruptorMsg"
224
+ | "SovStationEnteredFreeport"
225
+ | "SovStructureDestroyed"
226
+ | "SovStructureReinforced"
227
+ | "SovStructureSelfDestructCancel"
228
+ | "SovStructureSelfDestructFinished"
229
+ | "SovStructureSelfDestructRequested"
230
+ | "SovereigntyIHDamageMsg"
231
+ | "SovereigntySBUDamageMsg"
232
+ | "SovereigntyTCUDamageMsg"
233
+ | "StationAggressionMsg1"
234
+ | "StationAggressionMsg2"
235
+ | "StationConquerMsg"
236
+ | "StationServiceDisabled"
237
+ | "StationServiceEnabled"
238
+ | "StationStateChangeMsg"
239
+ | "StoryLineMissionAvailableMsg"
240
+ | "StructureAnchoring"
241
+ | "StructureCourierContractChanged"
242
+ | "StructureDestroyed"
243
+ | "StructureFuelAlert"
244
+ | "StructureImpendingAbandonmentAssetsAtRisk"
245
+ | "StructureItemsDelivered"
246
+ | "StructureItemsMovedToSafety"
247
+ | "StructureLostArmor"
248
+ | "StructureLostShields"
249
+ | "StructureLowReagentsAlert"
250
+ | "StructureNoReagentsAlert"
251
+ | "StructureOnline"
252
+ | "StructurePaintPurchased"
253
+ | "StructureServicesOffline"
254
+ | "StructureUnanchoring"
255
+ | "StructureUnderAttack"
256
+ | "StructureWentHighPower"
257
+ | "StructureWentLowPower"
258
+ | "StructuresJobsCancelled"
259
+ | "StructuresJobsPaused"
260
+ | "StructuresReinforcementChanged"
261
+ | "TowerAlertMsg"
262
+ | "TowerResourceAlertMsg"
263
+ | "TransactionReversalMsg"
264
+ | "TutorialMsg"
265
+ | "WarAdopted "
266
+ | "WarAllyInherited"
267
+ | "WarAllyOfferDeclinedMsg"
268
+ | "WarConcordInvalidates"
269
+ | "WarDeclared"
270
+ | "WarEndedHqSecurityDrop"
271
+ | "WarHQRemovedFromSpace"
272
+ | "WarInherited"
273
+ | "WarInvalid"
274
+ | "WarRetracted"
275
+ | "WarRetractedByConcord"
276
+ | "WarSurrenderDeclinedMsg"
277
+ | "WarSurrenderOfferMsg";
278
+ /**
279
+ * 200 ok array
280
+ *
281
+ * @maxItems 500
282
+ */
283
+ type GetCharactersCharacterIdNotificationsOk = GetCharactersCharacterIdNotifications_200Ok[];
284
+
285
+ /**
286
+ * 200 ok object
287
+ */
288
+ interface GetCharactersCharacterIdNotifications_200Ok {
289
+ is_read?: GetCharactersCharacterIdNotificationsIsRead;
290
+ notification_id: GetCharactersCharacterIdNotificationsNotificationId;
291
+ sender_id: GetCharactersCharacterIdNotificationsSenderId;
292
+ sender_type: GetCharactersCharacterIdNotificationsSenderType;
293
+ text?: GetCharactersCharacterIdNotificationsText;
294
+ timestamp: GetCharactersCharacterIdNotificationsTimestamp;
295
+ type: GetCharactersCharacterIdNotificationsType;
296
+ [k: string]: unknown | undefined;
297
+ }
@@ -0,0 +1,66 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/
3
+ */
4
+
5
+ /**
6
+ * The character's alliance ID
7
+ */
8
+ type GetCharactersCharacterIdAllianceId = number;
9
+ /**
10
+ * Creation date of the character
11
+ */
12
+ type GetCharactersCharacterIdBirthday = string;
13
+ /**
14
+ * bloodline_id integer
15
+ */
16
+ type GetCharactersCharacterIdBloodlineId = number;
17
+ /**
18
+ * The character's corporation ID
19
+ */
20
+ type GetCharactersCharacterIdCorporationId = number;
21
+ /**
22
+ * description string
23
+ */
24
+ type GetCharactersCharacterIdDescription = string;
25
+ /**
26
+ * ID of the faction the character is fighting for, if the character is enlisted in Factional Warfare
27
+ */
28
+ type GetCharactersCharacterIdFactionId = number;
29
+ /**
30
+ * gender string
31
+ */
32
+ type GetCharactersCharacterIdGender = "female" | "male";
33
+ /**
34
+ * name string
35
+ */
36
+ type GetCharactersCharacterIdName = string;
37
+ /**
38
+ * race_id integer
39
+ */
40
+ type GetCharactersCharacterIdRaceId = number;
41
+ /**
42
+ * security_status number
43
+ */
44
+ type GetCharactersCharacterIdSecurityStatus = number;
45
+ /**
46
+ * The individual title of the character
47
+ */
48
+ type GetCharactersCharacterIdTitle = string;
49
+
50
+ /**
51
+ * 200 ok object
52
+ */
53
+ interface GetCharactersCharacterIdOk {
54
+ alliance_id?: GetCharactersCharacterIdAllianceId;
55
+ birthday: GetCharactersCharacterIdBirthday;
56
+ bloodline_id: GetCharactersCharacterIdBloodlineId;
57
+ corporation_id: GetCharactersCharacterIdCorporationId;
58
+ description?: GetCharactersCharacterIdDescription;
59
+ faction_id?: GetCharactersCharacterIdFactionId;
60
+ gender: GetCharactersCharacterIdGender;
61
+ name: GetCharactersCharacterIdName;
62
+ race_id: GetCharactersCharacterIdRaceId;
63
+ security_status?: GetCharactersCharacterIdSecurityStatus;
64
+ title?: GetCharactersCharacterIdTitle;
65
+ [k: string]: unknown | undefined;
66
+ }
@@ -0,0 +1,31 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/online/
3
+ */
4
+
5
+ /**
6
+ * Timestamp of the last login
7
+ */
8
+ type GetCharactersCharacterIdOnlineLastLogin = string;
9
+ /**
10
+ * Timestamp of the last logout
11
+ */
12
+ type GetCharactersCharacterIdOnlineLastLogout = string;
13
+ /**
14
+ * Total number of times the character has logged in
15
+ */
16
+ type GetCharactersCharacterIdOnlineLogins = number;
17
+ /**
18
+ * If the character is online
19
+ */
20
+ type GetCharactersCharacterIdOnlineOnline = boolean;
21
+
22
+ /**
23
+ * 200 ok object
24
+ */
25
+ interface GetCharactersCharacterIdOnlineOk {
26
+ last_login?: GetCharactersCharacterIdOnlineLastLogin;
27
+ last_logout?: GetCharactersCharacterIdOnlineLastLogout;
28
+ logins?: GetCharactersCharacterIdOnlineLogins;
29
+ online: GetCharactersCharacterIdOnlineOnline;
30
+ [k: string]: unknown | undefined;
31
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/opportunities/
3
+ */
4
+
5
+ /**
6
+ * completed_at string
7
+ */
8
+ type GetCharactersCharacterIdOpportunitiesCompletedAt = string;
9
+ /**
10
+ * task_id integer
11
+ */
12
+ type GetCharactersCharacterIdOpportunitiesTaskId = number;
13
+ /**
14
+ * 200 ok array
15
+ *
16
+ * @maxItems 100
17
+ */
18
+ type GetCharactersCharacterIdOpportunitiesOk = GetCharactersCharacterIdOpportunities_200Ok[];
19
+
20
+ /**
21
+ * 200 ok object
22
+ */
23
+ interface GetCharactersCharacterIdOpportunities_200Ok {
24
+ completed_at: GetCharactersCharacterIdOpportunitiesCompletedAt;
25
+ task_id: GetCharactersCharacterIdOpportunitiesTaskId;
26
+ [k: string]: unknown | undefined;
27
+ }