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
@@ -0,0 +1,1297 @@
1
+ // Generated by scripts/lib/code-synthesizer.mjs
2
+
3
+ // - - - - - - - - - - - - - - - - - - - -
4
+ // @method {get}
5
+ // - - - - - - - - - - - - - - - - - - - -
6
+ /*!
7
+ * ESI endpoint: get:/universe/ancestries/
8
+ */
9
+ /**
10
+ * 200 ok array
11
+ *
12
+ * @maxItems 100
13
+ */
14
+ type GetUniverseAncestriesOk = GetUniverseAncestries_200Ok[];
15
+
16
+ /**
17
+ * 200 ok object
18
+ */
19
+ interface GetUniverseAncestries_200Ok {
20
+ /**
21
+ * The bloodline associated with this ancestry
22
+ */
23
+ bloodline_id: number;
24
+ /**
25
+ * description string
26
+ */
27
+ description: string;
28
+ /**
29
+ * icon_id integer
30
+ */
31
+ icon_id?: number;
32
+ /**
33
+ * id integer
34
+ */
35
+ id: number;
36
+ /**
37
+ * name string
38
+ */
39
+ name: string;
40
+ /**
41
+ * short_description string
42
+ */
43
+ short_description?: string;
44
+ [k: string]: unknown | undefined;
45
+ }
46
+
47
+ /*!
48
+ * ESI endpoint: get:/universe/asteroid_belts/{asteroid_belt_id}/
49
+ */
50
+
51
+ /**
52
+ * 200 ok object
53
+ */
54
+ interface GetUniverseAsteroidBeltsAsteroidBeltIdOk {
55
+ /**
56
+ * name string
57
+ */
58
+ name: string;
59
+ position: GetUniverseAsteroidBeltsAsteroidBeltIdPosition;
60
+ /**
61
+ * The solar system this asteroid belt is in
62
+ */
63
+ system_id: number;
64
+ [k: string]: unknown | undefined;
65
+ }
66
+ /**
67
+ * position object
68
+ */
69
+ interface GetUniverseAsteroidBeltsAsteroidBeltIdPosition {
70
+ /**
71
+ * x number
72
+ */
73
+ x: number;
74
+ /**
75
+ * y number
76
+ */
77
+ y: number;
78
+ /**
79
+ * z number
80
+ */
81
+ z: number;
82
+ [k: string]: unknown | undefined;
83
+ }
84
+
85
+ /*!
86
+ * ESI endpoint: get:/universe/bloodlines/
87
+ */
88
+ /**
89
+ * 200 ok array
90
+ *
91
+ * @maxItems 100
92
+ */
93
+ type GetUniverseBloodlinesOk = GetUniverseBloodlines_200Ok[];
94
+
95
+ /**
96
+ * 200 ok object
97
+ */
98
+ interface GetUniverseBloodlines_200Ok {
99
+ /**
100
+ * bloodline_id integer
101
+ */
102
+ bloodline_id: number;
103
+ /**
104
+ * charisma integer
105
+ */
106
+ charisma: number;
107
+ /**
108
+ * corporation_id integer
109
+ */
110
+ corporation_id: number;
111
+ /**
112
+ * description string
113
+ */
114
+ description: string;
115
+ /**
116
+ * intelligence integer
117
+ */
118
+ intelligence: number;
119
+ /**
120
+ * memory integer
121
+ */
122
+ memory: number;
123
+ /**
124
+ * name string
125
+ */
126
+ name: string;
127
+ /**
128
+ * perception integer
129
+ */
130
+ perception: number;
131
+ /**
132
+ * race_id integer
133
+ */
134
+ race_id: number;
135
+ ship_type_id: number;
136
+ /**
137
+ * willpower integer
138
+ */
139
+ willpower: number;
140
+ [k: string]: unknown | undefined;
141
+ }
142
+
143
+ /*!
144
+ * ESI endpoint: get:/universe/categories/
145
+ */
146
+ /**
147
+ * 200 ok array
148
+ *
149
+ * @maxItems 10000
150
+ */
151
+ type GetUniverseCategoriesOk = number[];
152
+
153
+ /*!
154
+ * ESI endpoint: get:/universe/categories/{category_id}/
155
+ */
156
+
157
+ /**
158
+ * 200 ok object
159
+ */
160
+ interface GetUniverseCategoriesCategoryIdOk {
161
+ /**
162
+ * category_id integer
163
+ */
164
+ category_id: number;
165
+ /**
166
+ * groups array
167
+ *
168
+ * @maxItems 10000
169
+ */
170
+ groups: number[];
171
+ /**
172
+ * name string
173
+ */
174
+ name: string;
175
+ /**
176
+ * published boolean
177
+ */
178
+ published: boolean;
179
+ [k: string]: unknown | undefined;
180
+ }
181
+
182
+ /*!
183
+ * ESI endpoint: get:/universe/constellations/
184
+ */
185
+ /**
186
+ * 200 ok array
187
+ *
188
+ * @maxItems 10000
189
+ */
190
+ type GetUniverseConstellationsOk = number[];
191
+
192
+ /*!
193
+ * ESI endpoint: get:/universe/constellations/{constellation_id}/
194
+ */
195
+
196
+ /**
197
+ * 200 ok object
198
+ */
199
+ interface GetUniverseConstellationsConstellationIdOk {
200
+ /**
201
+ * constellation_id integer
202
+ */
203
+ constellation_id: number;
204
+ /**
205
+ * name string
206
+ */
207
+ name: string;
208
+ position: GetUniverseConstellationsConstellationIdPosition;
209
+ /**
210
+ * The region this constellation is in
211
+ */
212
+ region_id: number;
213
+ /**
214
+ * systems array
215
+ *
216
+ * @maxItems 10000
217
+ */
218
+ systems: number[];
219
+ [k: string]: unknown | undefined;
220
+ }
221
+ /**
222
+ * position object
223
+ */
224
+ interface GetUniverseConstellationsConstellationIdPosition {
225
+ /**
226
+ * x number
227
+ */
228
+ x: number;
229
+ /**
230
+ * y number
231
+ */
232
+ y: number;
233
+ /**
234
+ * z number
235
+ */
236
+ z: number;
237
+ [k: string]: unknown | undefined;
238
+ }
239
+
240
+ /*!
241
+ * ESI endpoint: get:/universe/factions/
242
+ */
243
+ /**
244
+ * 200 ok array
245
+ *
246
+ * @maxItems 10000
247
+ */
248
+ type GetUniverseFactionsOk = GetUniverseFactions_200Ok[];
249
+
250
+ /**
251
+ * 200 ok object
252
+ */
253
+ interface GetUniverseFactions_200Ok {
254
+ /**
255
+ * corporation_id integer
256
+ */
257
+ corporation_id?: number;
258
+ /**
259
+ * description string
260
+ */
261
+ description: string;
262
+ /**
263
+ * faction_id integer
264
+ */
265
+ faction_id: number;
266
+ /**
267
+ * is_unique boolean
268
+ */
269
+ is_unique: boolean;
270
+ /**
271
+ * militia_corporation_id integer
272
+ */
273
+ militia_corporation_id?: number;
274
+ /**
275
+ * name string
276
+ */
277
+ name: string;
278
+ /**
279
+ * size_factor number
280
+ */
281
+ size_factor: number;
282
+ /**
283
+ * solar_system_id integer
284
+ */
285
+ solar_system_id?: number;
286
+ /**
287
+ * station_count integer
288
+ */
289
+ station_count: number;
290
+ /**
291
+ * station_system_count integer
292
+ */
293
+ station_system_count: number;
294
+ [k: string]: unknown | undefined;
295
+ }
296
+
297
+ /*!
298
+ * ESI endpoint: get:/universe/graphics/
299
+ */
300
+ /**
301
+ * 200 ok array
302
+ *
303
+ * @maxItems 10000
304
+ */
305
+ type GetUniverseGraphicsOk = number[];
306
+
307
+ /*!
308
+ * ESI endpoint: get:/universe/graphics/{graphic_id}/
309
+ */
310
+
311
+ /**
312
+ * 200 ok object
313
+ */
314
+ interface GetUniverseGraphicsGraphicIdOk {
315
+ /**
316
+ * collision_file string
317
+ */
318
+ collision_file?: string;
319
+ /**
320
+ * graphic_file string
321
+ */
322
+ graphic_file?: string;
323
+ /**
324
+ * graphic_id integer
325
+ */
326
+ graphic_id: number;
327
+ /**
328
+ * icon_folder string
329
+ */
330
+ icon_folder?: string;
331
+ /**
332
+ * sof_dna string
333
+ */
334
+ sof_dna?: string;
335
+ /**
336
+ * sof_fation_name string
337
+ */
338
+ sof_fation_name?: string;
339
+ /**
340
+ * sof_hull_name string
341
+ */
342
+ sof_hull_name?: string;
343
+ /**
344
+ * sof_race_name string
345
+ */
346
+ sof_race_name?: string;
347
+ [k: string]: unknown | undefined;
348
+ }
349
+
350
+ /*!
351
+ * ESI endpoint: get:/universe/groups/
352
+ */
353
+ /**
354
+ * 200 ok array
355
+ *
356
+ * @maxItems 1000
357
+ */
358
+ type GetUniverseGroupsOk = number[];
359
+
360
+ /*!
361
+ * ESI endpoint: get:/universe/groups/{group_id}/
362
+ */
363
+
364
+ /**
365
+ * 200 ok object
366
+ */
367
+ interface GetUniverseGroupsGroupIdOk {
368
+ /**
369
+ * category_id integer
370
+ */
371
+ category_id: number;
372
+ /**
373
+ * group_id integer
374
+ */
375
+ group_id: number;
376
+ /**
377
+ * name string
378
+ */
379
+ name: string;
380
+ /**
381
+ * published boolean
382
+ */
383
+ published: boolean;
384
+ types: number[];
385
+ [k: string]: unknown | undefined;
386
+ }
387
+
388
+ /*!
389
+ * ESI endpoint: get:/universe/moons/{moon_id}/
390
+ */
391
+
392
+ /**
393
+ * 200 ok object
394
+ */
395
+ interface GetUniverseMoonsMoonIdOk {
396
+ /**
397
+ * moon_id integer
398
+ */
399
+ moon_id: number;
400
+ /**
401
+ * name string
402
+ */
403
+ name: string;
404
+ position: GetUniverseMoonsMoonIdPosition;
405
+ /**
406
+ * The solar system this moon is in
407
+ */
408
+ system_id: number;
409
+ [k: string]: unknown | undefined;
410
+ }
411
+ /**
412
+ * position object
413
+ */
414
+ interface GetUniverseMoonsMoonIdPosition {
415
+ /**
416
+ * x number
417
+ */
418
+ x: number;
419
+ /**
420
+ * y number
421
+ */
422
+ y: number;
423
+ /**
424
+ * z number
425
+ */
426
+ z: number;
427
+ [k: string]: unknown | undefined;
428
+ }
429
+
430
+ /*!
431
+ * ESI endpoint: get:/universe/planets/{planet_id}/
432
+ */
433
+
434
+ /**
435
+ * 200 ok object
436
+ */
437
+ interface GetUniversePlanetsPlanetIdOk {
438
+ /**
439
+ * name string
440
+ */
441
+ name: string;
442
+ /**
443
+ * planet_id integer
444
+ */
445
+ planet_id: number;
446
+ position: GetUniversePlanetsPlanetIdPosition;
447
+ /**
448
+ * The solar system this planet is in
449
+ */
450
+ system_id: number;
451
+ type_id: number;
452
+ [k: string]: unknown | undefined;
453
+ }
454
+ /**
455
+ * position object
456
+ */
457
+ interface GetUniversePlanetsPlanetIdPosition {
458
+ /**
459
+ * x number
460
+ */
461
+ x: number;
462
+ /**
463
+ * y number
464
+ */
465
+ y: number;
466
+ /**
467
+ * z number
468
+ */
469
+ z: number;
470
+ [k: string]: unknown | undefined;
471
+ }
472
+
473
+ /*!
474
+ * ESI endpoint: get:/universe/races/
475
+ */
476
+ /**
477
+ * 200 ok array
478
+ *
479
+ * @maxItems 6
480
+ */
481
+ type GetUniverseRacesOk = GetUniverseRaces_200Ok[];
482
+
483
+ /**
484
+ * 200 ok object
485
+ */
486
+ interface GetUniverseRaces_200Ok {
487
+ /**
488
+ * The alliance generally associated with this race
489
+ */
490
+ alliance_id: number;
491
+ /**
492
+ * description string
493
+ */
494
+ description: string;
495
+ /**
496
+ * name string
497
+ */
498
+ name: string;
499
+ /**
500
+ * race_id integer
501
+ */
502
+ race_id: number;
503
+ [k: string]: unknown | undefined;
504
+ }
505
+
506
+ /*!
507
+ * ESI endpoint: get:/universe/regions/
508
+ */
509
+ /**
510
+ * 200 ok array
511
+ *
512
+ * @maxItems 1000
513
+ */
514
+ type GetUniverseRegionsOk = number[];
515
+
516
+ /*!
517
+ * ESI endpoint: get:/universe/regions/{region_id}/
518
+ */
519
+
520
+ /**
521
+ * 200 ok object
522
+ */
523
+ interface GetUniverseRegionsRegionIdOk {
524
+ /**
525
+ * constellations array
526
+ *
527
+ * @maxItems 1000
528
+ */
529
+ constellations: number[];
530
+ /**
531
+ * description string
532
+ */
533
+ description?: string;
534
+ /**
535
+ * name string
536
+ */
537
+ name: string;
538
+ /**
539
+ * region_id integer
540
+ */
541
+ region_id: number;
542
+ [k: string]: unknown | undefined;
543
+ }
544
+
545
+ /*!
546
+ * ESI endpoint: get:/universe/stargates/{stargate_id}/
547
+ */
548
+
549
+ /**
550
+ * 200 ok object
551
+ */
552
+ interface GetUniverseStargatesStargateIdOk {
553
+ destination: GetUniverseStargatesStargateIdDestination;
554
+ /**
555
+ * name string
556
+ */
557
+ name: string;
558
+ position: GetUniverseStargatesStargateIdPosition;
559
+ /**
560
+ * stargate_id integer
561
+ */
562
+ stargate_id: number;
563
+ /**
564
+ * The solar system this stargate is in
565
+ */
566
+ system_id: number;
567
+ type_id: number;
568
+ [k: string]: unknown | undefined;
569
+ }
570
+ /**
571
+ * destination object
572
+ */
573
+ interface GetUniverseStargatesStargateIdDestination {
574
+ /**
575
+ * The stargate this stargate connects to
576
+ */
577
+ stargate_id: number;
578
+ /**
579
+ * The solar system this stargate connects to
580
+ */
581
+ system_id: number;
582
+ [k: string]: unknown | undefined;
583
+ }
584
+ /**
585
+ * position object
586
+ */
587
+ interface GetUniverseStargatesStargateIdPosition {
588
+ /**
589
+ * x number
590
+ */
591
+ x: number;
592
+ /**
593
+ * y number
594
+ */
595
+ y: number;
596
+ /**
597
+ * z number
598
+ */
599
+ z: number;
600
+ [k: string]: unknown | undefined;
601
+ }
602
+
603
+ /*!
604
+ * ESI endpoint: get:/universe/stars/{star_id}/
605
+ */
606
+ /**
607
+ * spectral_class string
608
+ */
609
+ type GetUniverseStarsStarIdSpectralClass =
610
+ | "K2 V"
611
+ | "K4 V"
612
+ | "G2 V"
613
+ | "G8 V"
614
+ | "M7 V"
615
+ | "K7 V"
616
+ | "M2 V"
617
+ | "K5 V"
618
+ | "M3 V"
619
+ | "G0 V"
620
+ | "G7 V"
621
+ | "G3 V"
622
+ | "F9 V"
623
+ | "G5 V"
624
+ | "F6 V"
625
+ | "K8 V"
626
+ | "K9 V"
627
+ | "K6 V"
628
+ | "G9 V"
629
+ | "G6 V"
630
+ | "G4 VI"
631
+ | "G4 V"
632
+ | "F8 V"
633
+ | "F2 V"
634
+ | "F1 V"
635
+ | "K3 V"
636
+ | "F0 VI"
637
+ | "G1 VI"
638
+ | "G0 VI"
639
+ | "K1 V"
640
+ | "M4 V"
641
+ | "M1 V"
642
+ | "M6 V"
643
+ | "M0 V"
644
+ | "K2 IV"
645
+ | "G2 VI"
646
+ | "K0 V"
647
+ | "K5 IV"
648
+ | "F5 VI"
649
+ | "G6 VI"
650
+ | "F6 VI"
651
+ | "F2 IV"
652
+ | "G3 VI"
653
+ | "M8 V"
654
+ | "F1 VI"
655
+ | "K1 IV"
656
+ | "F7 V"
657
+ | "G5 VI"
658
+ | "M5 V"
659
+ | "G7 VI"
660
+ | "F5 V"
661
+ | "F4 VI"
662
+ | "F8 VI"
663
+ | "K3 IV"
664
+ | "F4 IV"
665
+ | "F0 V"
666
+ | "G7 IV"
667
+ | "G8 VI"
668
+ | "F2 VI"
669
+ | "F4 V"
670
+ | "F7 VI"
671
+ | "F3 V"
672
+ | "G1 V"
673
+ | "G9 VI"
674
+ | "F3 IV"
675
+ | "F9 VI"
676
+ | "M9 V"
677
+ | "K0 IV"
678
+ | "F1 IV"
679
+ | "G4 IV"
680
+ | "F3 VI"
681
+ | "K4 IV"
682
+ | "G5 IV"
683
+ | "G3 IV"
684
+ | "G1 IV"
685
+ | "K7 IV"
686
+ | "G0 IV"
687
+ | "K6 IV"
688
+ | "K9 IV"
689
+ | "G2 IV"
690
+ | "F9 IV"
691
+ | "F0 IV"
692
+ | "K8 IV"
693
+ | "G8 IV"
694
+ | "F6 IV"
695
+ | "F5 IV"
696
+ | "A0"
697
+ | "A0IV"
698
+ | "A0IV2";
699
+
700
+ /**
701
+ * 200 ok object
702
+ */
703
+ interface GetUniverseStarsStarIdOk {
704
+ /**
705
+ * Age of star in years
706
+ */
707
+ age: number;
708
+ /**
709
+ * luminosity number
710
+ */
711
+ luminosity: number;
712
+ /**
713
+ * name string
714
+ */
715
+ name: string;
716
+ /**
717
+ * radius integer
718
+ */
719
+ radius: number;
720
+ /**
721
+ * solar_system_id integer
722
+ */
723
+ solar_system_id: number;
724
+ spectral_class: GetUniverseStarsStarIdSpectralClass;
725
+ /**
726
+ * temperature integer
727
+ */
728
+ temperature: number;
729
+ type_id: number;
730
+ [k: string]: unknown | undefined;
731
+ }
732
+
733
+ /*!
734
+ * ESI endpoint: get:/universe/stations/{station_id}/
735
+ */
736
+ /**
737
+ * service string
738
+ */
739
+ type GetUniverseStationsStationIdService =
740
+ | "bounty-missions"
741
+ | "assasination-missions"
742
+ | "courier-missions"
743
+ | "interbus"
744
+ | "reprocessing-plant"
745
+ | "refinery"
746
+ | "market"
747
+ | "black-market"
748
+ | "stock-exchange"
749
+ | "cloning"
750
+ | "surgery"
751
+ | "dna-therapy"
752
+ | "repair-facilities"
753
+ | "factory"
754
+ | "labratory"
755
+ | "gambling"
756
+ | "fitting"
757
+ | "paintshop"
758
+ | "news"
759
+ | "storage"
760
+ | "insurance"
761
+ | "docking"
762
+ | "office-rental"
763
+ | "jump-clone-facility"
764
+ | "loyalty-point-store"
765
+ | "navy-offices"
766
+ | "security-offices";
767
+ /**
768
+ * services array
769
+ *
770
+ * @maxItems 30
771
+ */
772
+ type GetUniverseStationsStationIdServices = GetUniverseStationsStationIdService[];
773
+
774
+ /**
775
+ * 200 ok object
776
+ */
777
+ interface GetUniverseStationsStationIdOk {
778
+ /**
779
+ * max_dockable_ship_volume number
780
+ */
781
+ max_dockable_ship_volume: number;
782
+ /**
783
+ * name string
784
+ */
785
+ name: string;
786
+ /**
787
+ * office_rental_cost number
788
+ */
789
+ office_rental_cost: number;
790
+ /**
791
+ * ID of the corporation that controls this station
792
+ */
793
+ owner?: number;
794
+ position: GetUniverseStationsStationIdPosition;
795
+ /**
796
+ * race_id integer
797
+ */
798
+ race_id?: number;
799
+ /**
800
+ * reprocessing_efficiency number
801
+ */
802
+ reprocessing_efficiency: number;
803
+ /**
804
+ * reprocessing_stations_take number
805
+ */
806
+ reprocessing_stations_take: number;
807
+ services: GetUniverseStationsStationIdServices;
808
+ /**
809
+ * station_id integer
810
+ */
811
+ station_id: number;
812
+ /**
813
+ * The solar system this station is in
814
+ */
815
+ system_id: number;
816
+ type_id: number;
817
+ [k: string]: unknown | undefined;
818
+ }
819
+ /**
820
+ * position object
821
+ */
822
+ interface GetUniverseStationsStationIdPosition {
823
+ /**
824
+ * x number
825
+ */
826
+ x: number;
827
+ /**
828
+ * y number
829
+ */
830
+ y: number;
831
+ /**
832
+ * z number
833
+ */
834
+ z: number;
835
+ [k: string]: unknown | undefined;
836
+ }
837
+
838
+ /*!
839
+ * ESI endpoint: get:/universe/structures/
840
+ */
841
+ /**
842
+ * 200 ok array
843
+ *
844
+ * @maxItems 10000
845
+ */
846
+ type GetUniverseStructuresOk = number[];
847
+
848
+ /*!
849
+ * ESI endpoint: get:/universe/structures/{structure_id}/
850
+ */
851
+
852
+ /**
853
+ * 200 ok object
854
+ */
855
+ interface GetUniverseStructuresStructureIdOk {
856
+ /**
857
+ * The full name of the structure
858
+ */
859
+ name: string;
860
+ /**
861
+ * The ID of the corporation who owns this particular structure
862
+ */
863
+ owner_id: number;
864
+ position?: GetUniverseStructuresStructureIdPosition;
865
+ /**
866
+ * solar_system_id integer
867
+ */
868
+ solar_system_id: number;
869
+ type_id?: number;
870
+ [k: string]: unknown | undefined;
871
+ }
872
+ /**
873
+ * Coordinates of the structure in Cartesian space relative to the Sun, in metres.
874
+ *
875
+ */
876
+ interface GetUniverseStructuresStructureIdPosition {
877
+ /**
878
+ * x number
879
+ */
880
+ x: number;
881
+ /**
882
+ * y number
883
+ */
884
+ y: number;
885
+ /**
886
+ * z number
887
+ */
888
+ z: number;
889
+ [k: string]: unknown | undefined;
890
+ }
891
+
892
+ /*!
893
+ * ESI endpoint: get:/universe/system_jumps/
894
+ */
895
+ /**
896
+ * 200 ok array
897
+ *
898
+ * @maxItems 10000
899
+ */
900
+ type GetUniverseSystemJumpsOk = GetUniverseSystemJumps_200Ok[];
901
+
902
+ /**
903
+ * 200 ok object
904
+ */
905
+ interface GetUniverseSystemJumps_200Ok {
906
+ /**
907
+ * ship_jumps integer
908
+ */
909
+ ship_jumps: number;
910
+ /**
911
+ * system_id integer
912
+ */
913
+ system_id: number;
914
+ [k: string]: unknown | undefined;
915
+ }
916
+
917
+ /*!
918
+ * ESI endpoint: get:/universe/system_kills/
919
+ */
920
+ /**
921
+ * 200 ok array
922
+ *
923
+ * @maxItems 10000
924
+ */
925
+ type GetUniverseSystemKillsOk = GetUniverseSystemKills_200Ok[];
926
+
927
+ /**
928
+ * 200 ok object
929
+ */
930
+ interface GetUniverseSystemKills_200Ok {
931
+ /**
932
+ * Number of NPC ships killed in this system
933
+ */
934
+ npc_kills: number;
935
+ /**
936
+ * Number of pods killed in this system
937
+ */
938
+ pod_kills: number;
939
+ /**
940
+ * Number of player ships killed in this system
941
+ */
942
+ ship_kills: number;
943
+ /**
944
+ * system_id integer
945
+ */
946
+ system_id: number;
947
+ [k: string]: unknown | undefined;
948
+ }
949
+
950
+ /*!
951
+ * ESI endpoint: get:/universe/systems/
952
+ */
953
+ /**
954
+ * 200 ok array
955
+ *
956
+ * @maxItems 10000
957
+ */
958
+ type GetUniverseSystemsOk = number[];
959
+
960
+ /*!
961
+ * ESI endpoint: get:/universe/systems/{system_id}/
962
+ */
963
+ /**
964
+ * planets array
965
+ *
966
+ * @maxItems 1000
967
+ */
968
+ type GetUniverseSystemsSystemIdPlanets = GetUniverseSystemsSystemIdPlanet[];
969
+
970
+ /**
971
+ * 200 ok object
972
+ */
973
+ interface GetUniverseSystemsSystemIdOk {
974
+ /**
975
+ * The constellation this solar system is in
976
+ */
977
+ constellation_id: number;
978
+ /**
979
+ * name string
980
+ */
981
+ name: string;
982
+ planets?: GetUniverseSystemsSystemIdPlanets;
983
+ position: GetUniverseSystemsSystemIdPosition;
984
+ /**
985
+ * security_class string
986
+ */
987
+ security_class?: string;
988
+ /**
989
+ * security_status number
990
+ */
991
+ security_status: number;
992
+ /**
993
+ * star_id integer
994
+ */
995
+ star_id?: number;
996
+ /**
997
+ * stargates array
998
+ *
999
+ * @maxItems 25
1000
+ */
1001
+ stargates?: number[];
1002
+ /**
1003
+ * stations array
1004
+ *
1005
+ * @maxItems 25
1006
+ */
1007
+ stations?: number[];
1008
+ /**
1009
+ * system_id integer
1010
+ */
1011
+ system_id: number;
1012
+ [k: string]: unknown | undefined;
1013
+ }
1014
+ /**
1015
+ * planet object
1016
+ */
1017
+ interface GetUniverseSystemsSystemIdPlanet {
1018
+ /**
1019
+ * asteroid_belts array
1020
+ *
1021
+ * @maxItems 100
1022
+ */
1023
+ asteroid_belts?: number[];
1024
+ /**
1025
+ * moons array
1026
+ *
1027
+ * @maxItems 1000
1028
+ */
1029
+ moons?: number[];
1030
+ /**
1031
+ * planet_id integer
1032
+ */
1033
+ planet_id: number;
1034
+ [k: string]: unknown | undefined;
1035
+ }
1036
+ /**
1037
+ * position object
1038
+ */
1039
+ interface GetUniverseSystemsSystemIdPosition {
1040
+ /**
1041
+ * x number
1042
+ */
1043
+ x: number;
1044
+ /**
1045
+ * y number
1046
+ */
1047
+ y: number;
1048
+ /**
1049
+ * z number
1050
+ */
1051
+ z: number;
1052
+ [k: string]: unknown | undefined;
1053
+ }
1054
+
1055
+ /*!
1056
+ * ESI endpoint: get:/universe/types/
1057
+ */
1058
+ /**
1059
+ * 200 ok array
1060
+ *
1061
+ * @maxItems 1000
1062
+ */
1063
+ type GetUniverseTypesOk = number[];
1064
+
1065
+ /*!
1066
+ * ESI endpoint: get:/universe/types/{type_id}/
1067
+ */
1068
+ /**
1069
+ * dogma_attributes array
1070
+ *
1071
+ * @maxItems 1000
1072
+ */
1073
+ type GetUniverseTypesTypeIdDogmaAttributes = GetUniverseTypesTypeIdDogmaAttribute[];
1074
+ /**
1075
+ * dogma_effects array
1076
+ *
1077
+ * @maxItems 1000
1078
+ */
1079
+ type GetUniverseTypesTypeIdDogmaEffects = GetUniverseTypesTypeIdDogmaEffect[];
1080
+
1081
+ /**
1082
+ * 200 ok object
1083
+ */
1084
+ interface GetUniverseTypesTypeIdOk {
1085
+ /**
1086
+ * capacity number
1087
+ */
1088
+ capacity?: number;
1089
+ /**
1090
+ * description string
1091
+ */
1092
+ description: string;
1093
+ dogma_attributes?: GetUniverseTypesTypeIdDogmaAttributes;
1094
+ dogma_effects?: GetUniverseTypesTypeIdDogmaEffects;
1095
+ /**
1096
+ * graphic_id integer
1097
+ */
1098
+ graphic_id?: number;
1099
+ /**
1100
+ * group_id integer
1101
+ */
1102
+ group_id: number;
1103
+ /**
1104
+ * icon_id integer
1105
+ */
1106
+ icon_id?: number;
1107
+ /**
1108
+ * This only exists for types that can be put on the market
1109
+ */
1110
+ market_group_id?: number;
1111
+ /**
1112
+ * mass number
1113
+ */
1114
+ mass?: number;
1115
+ /**
1116
+ * name string
1117
+ */
1118
+ name: string;
1119
+ /**
1120
+ * packaged_volume number
1121
+ */
1122
+ packaged_volume?: number;
1123
+ /**
1124
+ * portion_size integer
1125
+ */
1126
+ portion_size?: number;
1127
+ /**
1128
+ * published boolean
1129
+ */
1130
+ published: boolean;
1131
+ /**
1132
+ * radius number
1133
+ */
1134
+ radius?: number;
1135
+ type_id: number;
1136
+ /**
1137
+ * volume number
1138
+ */
1139
+ volume?: number;
1140
+ [k: string]: unknown | undefined;
1141
+ }
1142
+ /**
1143
+ * dogma_attribute object
1144
+ */
1145
+ interface GetUniverseTypesTypeIdDogmaAttribute {
1146
+ /**
1147
+ * attribute_id integer
1148
+ */
1149
+ attribute_id: number;
1150
+ /**
1151
+ * value number
1152
+ */
1153
+ value: number;
1154
+ [k: string]: unknown | undefined;
1155
+ }
1156
+ /**
1157
+ * dogma_effect object
1158
+ */
1159
+ interface GetUniverseTypesTypeIdDogmaEffect {
1160
+ /**
1161
+ * effect_id integer
1162
+ */
1163
+ effect_id: number;
1164
+ /**
1165
+ * is_default boolean
1166
+ */
1167
+ is_default: boolean;
1168
+ [k: string]: unknown | undefined;
1169
+ }
1170
+
1171
+ // - - - - - - - - - - - - - - - - - - - -
1172
+ // @method {post}
1173
+ // - - - - - - - - - - - - - - - - - - - -
1174
+ /*!
1175
+ * ESI endpoint: post:/universe/ids/
1176
+ */
1177
+
1178
+ /**
1179
+ * shared interface
1180
+ */
1181
+ interface PostUniverseIdsEntity {
1182
+ /**
1183
+ * id integer
1184
+ */
1185
+ id?: number;
1186
+ /**
1187
+ * name string
1188
+ */
1189
+ name?: string;
1190
+ [k: string]: unknown | undefined;
1191
+ }
1192
+
1193
+ /**
1194
+ * 200 ok object
1195
+ */
1196
+ interface PostUniverseIdsOk {
1197
+ /**
1198
+ * agents array
1199
+ *
1200
+ * @maxItems 500
1201
+ */
1202
+ agents?: PostUniverseIdsEntity[];
1203
+ /**
1204
+ * alliances array
1205
+ *
1206
+ * @maxItems 500
1207
+ */
1208
+ alliances?: PostUniverseIdsEntity[];
1209
+ /**
1210
+ * characters array
1211
+ *
1212
+ * @maxItems 500
1213
+ */
1214
+ characters?: PostUniverseIdsEntity[];
1215
+ /**
1216
+ * constellations array
1217
+ *
1218
+ * @maxItems 500
1219
+ */
1220
+ constellations?: PostUniverseIdsEntity[];
1221
+ /**
1222
+ * corporations array
1223
+ *
1224
+ * @maxItems 500
1225
+ */
1226
+ corporations?: PostUniverseIdsEntity[];
1227
+ /**
1228
+ * factions array
1229
+ *
1230
+ * @maxItems 500
1231
+ */
1232
+ factions?: PostUniverseIdsEntity[];
1233
+ /**
1234
+ * inventory_types array
1235
+ *
1236
+ * @maxItems 500
1237
+ */
1238
+ inventory_types?: PostUniverseIdsEntity[];
1239
+ /**
1240
+ * regions array
1241
+ *
1242
+ * @maxItems 500
1243
+ */
1244
+ regions?: PostUniverseIdsEntity[];
1245
+ /**
1246
+ * stations array
1247
+ *
1248
+ * @maxItems 500
1249
+ */
1250
+ stations?: PostUniverseIdsEntity[];
1251
+ /**
1252
+ * systems array
1253
+ *
1254
+ * @maxItems 500
1255
+ */
1256
+ systems?: PostUniverseIdsEntity[];
1257
+ [k: string]: unknown | undefined;
1258
+ }
1259
+
1260
+ /*!
1261
+ * ESI endpoint: post:/universe/names/
1262
+ */
1263
+ /**
1264
+ * category string
1265
+ */
1266
+ type PostUniverseNamesCategory =
1267
+ | "alliance"
1268
+ | "character"
1269
+ | "constellation"
1270
+ | "corporation"
1271
+ | "inventory_type"
1272
+ | "region"
1273
+ | "solar_system"
1274
+ | "station"
1275
+ | "faction";
1276
+ /**
1277
+ * 200 ok array
1278
+ *
1279
+ * @maxItems 1000
1280
+ */
1281
+ type PostUniverseNamesOk = PostUniverseNames_200Ok[];
1282
+
1283
+ /**
1284
+ * 200 ok object
1285
+ */
1286
+ interface PostUniverseNames_200Ok {
1287
+ category: PostUniverseNamesCategory;
1288
+ /**
1289
+ * id integer
1290
+ */
1291
+ id: number;
1292
+ /**
1293
+ * name string
1294
+ */
1295
+ name: string;
1296
+ [k: string]: unknown | undefined;
1297
+ }