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,344 @@
1
+ // Generated by scripts/lib/code-synthesizer.mjs
2
+
3
+ // - - - - - - - - - - - - - - - - - - - -
4
+ // @method {get}
5
+ // - - - - - - - - - - - - - - - - - - - -
6
+ /*!
7
+ * ESI endpoint: get:/characters/{character_id}/planets/
8
+ */
9
+ /**
10
+ * planet_type string
11
+ */
12
+ type GetCharactersCharacterIdPlanetsPlanetType =
13
+ | "temperate"
14
+ | "barren"
15
+ | "oceanic"
16
+ | "ice"
17
+ | "gas"
18
+ | "lava"
19
+ | "storm"
20
+ | "plasma";
21
+ /**
22
+ * 200 ok array
23
+ *
24
+ * @maxItems 10
25
+ */
26
+ type GetCharactersCharacterIdPlanetsOk = GetCharactersCharacterIdPlanets_200Ok[];
27
+
28
+ /**
29
+ * 200 ok object
30
+ */
31
+ interface GetCharactersCharacterIdPlanets_200Ok {
32
+ /**
33
+ * last_update string
34
+ */
35
+ last_update: string;
36
+ /**
37
+ * num_pins integer
38
+ */
39
+ num_pins: number;
40
+ /**
41
+ * owner_id integer
42
+ */
43
+ owner_id: number;
44
+ /**
45
+ * planet_id integer
46
+ */
47
+ planet_id: number;
48
+ planet_type: GetCharactersCharacterIdPlanetsPlanetType;
49
+ /**
50
+ * solar_system_id integer
51
+ */
52
+ solar_system_id: number;
53
+ /**
54
+ * upgrade_level integer
55
+ */
56
+ upgrade_level: number;
57
+ [k: string]: unknown | undefined;
58
+ }
59
+
60
+ /*!
61
+ * ESI endpoint: get:/characters/{character_id}/planets/{planet_id}/
62
+ */
63
+ /**
64
+ * links array
65
+ *
66
+ * @maxItems 500
67
+ */
68
+ type GetCharactersCharacterIdPlanetsPlanetIdLinks = GetCharactersCharacterIdPlanetsPlanetIdLink[];
69
+ /**
70
+ * contents array
71
+ *
72
+ * @maxItems 90
73
+ */
74
+ type GetCharactersCharacterIdPlanetsPlanetIdContents = GetCharactersCharacterIdPlanetsPlanetIdContent[];
75
+ /**
76
+ * heads array
77
+ *
78
+ * @maxItems 10
79
+ */
80
+ type GetCharactersCharacterIdPlanetsPlanetIdHeads = GetCharactersCharacterIdPlanetsPlanetIdHead[];
81
+ /**
82
+ * pins array
83
+ *
84
+ * @maxItems 100
85
+ */
86
+ type GetCharactersCharacterIdPlanetsPlanetIdPins = GetCharactersCharacterIdPlanetsPlanetIdPin[];
87
+ /**
88
+ * routes array
89
+ *
90
+ * @maxItems 1000
91
+ */
92
+ type GetCharactersCharacterIdPlanetsPlanetIdRoutes = GetCharactersCharacterIdPlanetsPlanetIdRoute[];
93
+
94
+ /**
95
+ * 200 ok object
96
+ */
97
+ interface GetCharactersCharacterIdPlanetsPlanetIdOk {
98
+ links: GetCharactersCharacterIdPlanetsPlanetIdLinks;
99
+ pins: GetCharactersCharacterIdPlanetsPlanetIdPins;
100
+ routes: GetCharactersCharacterIdPlanetsPlanetIdRoutes;
101
+ [k: string]: unknown | undefined;
102
+ }
103
+ /**
104
+ * link object
105
+ */
106
+ interface GetCharactersCharacterIdPlanetsPlanetIdLink {
107
+ /**
108
+ * destination_pin_id integer
109
+ */
110
+ destination_pin_id: number;
111
+ /**
112
+ * link_level integer
113
+ */
114
+ link_level: number;
115
+ /**
116
+ * source_pin_id integer
117
+ */
118
+ source_pin_id: number;
119
+ [k: string]: unknown | undefined;
120
+ }
121
+ /**
122
+ * pin object
123
+ */
124
+ interface GetCharactersCharacterIdPlanetsPlanetIdPin {
125
+ contents?: GetCharactersCharacterIdPlanetsPlanetIdContents;
126
+ /**
127
+ * expiry_time string
128
+ */
129
+ expiry_time?: string;
130
+ extractor_details?: GetCharactersCharacterIdPlanetsPlanetIdExtractorDetails;
131
+ factory_details?: GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails;
132
+ /**
133
+ * install_time string
134
+ */
135
+ install_time?: string;
136
+ /**
137
+ * last_cycle_start string
138
+ */
139
+ last_cycle_start?: string;
140
+ /**
141
+ * latitude number
142
+ */
143
+ latitude: number;
144
+ /**
145
+ * longitude number
146
+ */
147
+ longitude: number;
148
+ /**
149
+ * pin_id integer
150
+ */
151
+ pin_id: number;
152
+ /**
153
+ * schematic_id integer
154
+ */
155
+ schematic_id?: number;
156
+ type_id: number;
157
+ [k: string]: unknown | undefined;
158
+ }
159
+ /**
160
+ * content object
161
+ */
162
+ interface GetCharactersCharacterIdPlanetsPlanetIdContent {
163
+ /**
164
+ * amount integer
165
+ */
166
+ amount: number;
167
+ type_id: number;
168
+ [k: string]: unknown | undefined;
169
+ }
170
+ /**
171
+ * extractor_details object
172
+ */
173
+ interface GetCharactersCharacterIdPlanetsPlanetIdExtractorDetails {
174
+ /**
175
+ * in seconds
176
+ */
177
+ cycle_time?: number;
178
+ /**
179
+ * head_radius number
180
+ */
181
+ head_radius?: number;
182
+ heads: GetCharactersCharacterIdPlanetsPlanetIdHeads;
183
+ product_type_id?: number;
184
+ /**
185
+ * qty_per_cycle integer
186
+ */
187
+ qty_per_cycle?: number;
188
+ [k: string]: unknown | undefined;
189
+ }
190
+ /**
191
+ * head object
192
+ */
193
+ interface GetCharactersCharacterIdPlanetsPlanetIdHead {
194
+ /**
195
+ * head_id integer
196
+ */
197
+ head_id: number;
198
+ /**
199
+ * latitude number
200
+ */
201
+ latitude: number;
202
+ /**
203
+ * longitude number
204
+ */
205
+ longitude: number;
206
+ [k: string]: unknown | undefined;
207
+ }
208
+ /**
209
+ * factory_details object
210
+ */
211
+ interface GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails {
212
+ /**
213
+ * schematic_id integer
214
+ */
215
+ schematic_id: number;
216
+ [k: string]: unknown | undefined;
217
+ }
218
+ /**
219
+ * route object
220
+ */
221
+ interface GetCharactersCharacterIdPlanetsPlanetIdRoute {
222
+ content_type_id: number;
223
+ /**
224
+ * destination_pin_id integer
225
+ */
226
+ destination_pin_id: number;
227
+ /**
228
+ * quantity number
229
+ */
230
+ quantity: number;
231
+ /**
232
+ * route_id integer
233
+ */
234
+ route_id: number;
235
+ /**
236
+ * source_pin_id integer
237
+ */
238
+ source_pin_id: number;
239
+ /**
240
+ * list of pin ID waypoints
241
+ *
242
+ * @maxItems 5
243
+ */
244
+ waypoints?: number[];
245
+ [k: string]: unknown | undefined;
246
+ }
247
+
248
+ /*!
249
+ * ESI endpoint: get:/corporations/{corporation_id}/customs_offices/
250
+ */
251
+ /**
252
+ * Access is allowed only for entities with this level of standing or better
253
+ */
254
+ type GetCorporationsCorporationIdCustomsOfficesStandingLevel =
255
+ | "bad"
256
+ | "excellent"
257
+ | "good"
258
+ | "neutral"
259
+ | "terrible";
260
+ /**
261
+ * 200 ok array
262
+ *
263
+ * @maxItems 1000
264
+ */
265
+ type GetCorporationsCorporationIdCustomsOfficesOk = GetCorporationsCorporationIdCustomsOffices_200Ok[];
266
+
267
+ /**
268
+ * 200 ok object
269
+ */
270
+ interface GetCorporationsCorporationIdCustomsOffices_200Ok {
271
+ /**
272
+ * Only present if alliance access is allowed
273
+ */
274
+ alliance_tax_rate?: number;
275
+ /**
276
+ * standing_level and any standing related tax rate only present when this is true
277
+ */
278
+ allow_access_with_standings: boolean;
279
+ /**
280
+ * allow_alliance_access boolean
281
+ */
282
+ allow_alliance_access: boolean;
283
+ /**
284
+ * bad_standing_tax_rate number
285
+ */
286
+ bad_standing_tax_rate?: number;
287
+ /**
288
+ * corporation_tax_rate number
289
+ */
290
+ corporation_tax_rate?: number;
291
+ /**
292
+ * Tax rate for entities with excellent level of standing, only present if this level is allowed, same for all other standing related tax rates
293
+ */
294
+ excellent_standing_tax_rate?: number;
295
+ /**
296
+ * good_standing_tax_rate number
297
+ */
298
+ good_standing_tax_rate?: number;
299
+ /**
300
+ * neutral_standing_tax_rate number
301
+ */
302
+ neutral_standing_tax_rate?: number;
303
+ /**
304
+ * unique ID of this customs office
305
+ */
306
+ office_id: number;
307
+ /**
308
+ * reinforce_exit_end integer
309
+ */
310
+ reinforce_exit_end: number;
311
+ /**
312
+ * Together with reinforce_exit_end, marks a 2-hour period where this customs office could exit reinforcement mode during the day after initial attack
313
+ */
314
+ reinforce_exit_start: number;
315
+ standing_level?: GetCorporationsCorporationIdCustomsOfficesStandingLevel;
316
+ /**
317
+ * ID of the solar system this customs office is located in
318
+ */
319
+ system_id: number;
320
+ /**
321
+ * terrible_standing_tax_rate number
322
+ */
323
+ terrible_standing_tax_rate?: number;
324
+ [k: string]: unknown | undefined;
325
+ }
326
+
327
+ /*!
328
+ * ESI endpoint: get:/universe/schematics/{schematic_id}/
329
+ */
330
+
331
+ /**
332
+ * 200 ok object
333
+ */
334
+ interface GetUniverseSchematicsSchematicIdOk {
335
+ /**
336
+ * Time in seconds to process a run
337
+ */
338
+ cycle_time: number;
339
+ /**
340
+ * schematic_name string
341
+ */
342
+ schematic_name: string;
343
+ [k: string]: unknown | undefined;
344
+ }
@@ -0,0 +1,14 @@
1
+ // Generated by scripts/lib/code-synthesizer.mjs
2
+
3
+ // - - - - - - - - - - - - - - - - - - - -
4
+ // @method {get}
5
+ // - - - - - - - - - - - - - - - - - - - -
6
+ /*!
7
+ * ESI endpoint: get:/route/{origin}/{destination}/
8
+ */
9
+ /**
10
+ * Solar systems in route
11
+ *
12
+ * @maxItems 1000
13
+ */
14
+ type GetRouteOriginDestinationOk = number[];
@@ -1,3 +1,8 @@
1
+ // Generated by scripts/lib/code-synthesizer.mjs
2
+
3
+ // - - - - - - - - - - - - - - - - - - - -
4
+ // @method {get}
5
+ // - - - - - - - - - - - - - - - - - - - -
1
6
  /*!
2
7
  * ESI endpoint: get:/characters/{character_id}/search/
3
8
  */
@@ -0,0 +1,144 @@
1
+ // Generated by scripts/lib/code-synthesizer.mjs
2
+
3
+ // - - - - - - - - - - - - - - - - - - - -
4
+ // @method {get}
5
+ // - - - - - - - - - - - - - - - - - - - -
6
+ /*!
7
+ * ESI endpoint: get:/characters/{character_id}/attributes/
8
+ */
9
+
10
+ /**
11
+ * 200 ok object
12
+ */
13
+ interface GetCharactersCharacterIdAttributesOk {
14
+ /**
15
+ * Neural remapping cooldown after a character uses remap accrued over time
16
+ */
17
+ accrued_remap_cooldown_date?: string;
18
+ /**
19
+ * Number of available bonus character neural remaps
20
+ */
21
+ bonus_remaps?: number;
22
+ /**
23
+ * charisma integer
24
+ */
25
+ charisma: number;
26
+ /**
27
+ * intelligence integer
28
+ */
29
+ intelligence: number;
30
+ /**
31
+ * Datetime of last neural remap, including usage of bonus remaps
32
+ */
33
+ last_remap_date?: string;
34
+ /**
35
+ * memory integer
36
+ */
37
+ memory: number;
38
+ /**
39
+ * perception integer
40
+ */
41
+ perception: number;
42
+ /**
43
+ * willpower integer
44
+ */
45
+ willpower: number;
46
+ [k: string]: unknown | undefined;
47
+ }
48
+
49
+ /*!
50
+ * ESI endpoint: get:/characters/{character_id}/skillqueue/
51
+ */
52
+ /**
53
+ * 200 ok array
54
+ *
55
+ * @maxItems 200
56
+ */
57
+ type GetCharactersCharacterIdSkillqueueOk = GetCharactersCharacterIdSkillqueue_200Ok[];
58
+
59
+ /**
60
+ * 200 ok object
61
+ */
62
+ interface GetCharactersCharacterIdSkillqueue_200Ok {
63
+ /**
64
+ * Date on which training of the skill will complete. Omitted if the skill queue is paused.
65
+ */
66
+ finish_date?: string;
67
+ /**
68
+ * finished_level integer
69
+ */
70
+ finished_level: number;
71
+ /**
72
+ * level_end_sp integer
73
+ */
74
+ level_end_sp?: number;
75
+ /**
76
+ * Amount of SP that was in the skill when it started training it's current level. Used to calculate % of current level complete.
77
+ */
78
+ level_start_sp?: number;
79
+ /**
80
+ * queue_position integer
81
+ */
82
+ queue_position: number;
83
+ /**
84
+ * skill_id integer
85
+ */
86
+ skill_id: number;
87
+ /**
88
+ * start_date string
89
+ */
90
+ start_date?: string;
91
+ /**
92
+ * training_start_sp integer
93
+ */
94
+ training_start_sp?: number;
95
+ [k: string]: unknown | undefined;
96
+ }
97
+
98
+ /*!
99
+ * ESI endpoint: get:/characters/{character_id}/skills/
100
+ */
101
+ /**
102
+ * skills array
103
+ *
104
+ * @maxItems 1000
105
+ */
106
+ type GetCharactersCharacterIdSkillsSkills = GetCharactersCharacterIdSkillsSkill[];
107
+
108
+ /**
109
+ * 200 ok object
110
+ */
111
+ interface GetCharactersCharacterIdSkillsOk {
112
+ skills: GetCharactersCharacterIdSkillsSkills;
113
+ /**
114
+ * total_sp integer
115
+ */
116
+ total_sp: number;
117
+ /**
118
+ * Skill points available to be assigned
119
+ */
120
+ unallocated_sp?: number;
121
+ [k: string]: unknown | undefined;
122
+ }
123
+ /**
124
+ * skill object
125
+ */
126
+ interface GetCharactersCharacterIdSkillsSkill {
127
+ /**
128
+ * active_skill_level integer
129
+ */
130
+ active_skill_level: number;
131
+ /**
132
+ * skill_id integer
133
+ */
134
+ skill_id: number;
135
+ /**
136
+ * skillpoints_in_skill integer
137
+ */
138
+ skillpoints_in_skill: number;
139
+ /**
140
+ * trained_skill_level integer
141
+ */
142
+ trained_skill_level: number;
143
+ [k: string]: unknown | undefined;
144
+ }
@@ -0,0 +1,168 @@
1
+ // Generated by scripts/lib/code-synthesizer.mjs
2
+
3
+ // - - - - - - - - - - - - - - - - - - - -
4
+ // @method {get}
5
+ // - - - - - - - - - - - - - - - - - - - -
6
+ /*!
7
+ * ESI endpoint: get:/sovereignty/campaigns/
8
+ */
9
+ /**
10
+ * Type of event this campaign is for. tcu_defense, ihub_defense and station_defense are referred to as "Defense Events", station_freeport as "Freeport Events".
11
+ *
12
+ */
13
+ type GetSovereigntyCampaignsEventType = "tcu_defense" | "ihub_defense" | "station_defense" | "station_freeport";
14
+ /**
15
+ * Alliance participating and their respective scores, only present in Freeport Events.
16
+ *
17
+ *
18
+ * @maxItems 5000
19
+ */
20
+ type GetSovereigntyCampaignsParticipants = GetSovereigntyCampaignsParticipant[];
21
+ /**
22
+ * 200 ok array
23
+ *
24
+ * @maxItems 10000
25
+ */
26
+ type GetSovereigntyCampaignsOk = GetSovereigntyCampaigns_200Ok[];
27
+
28
+ /**
29
+ * 200 ok object
30
+ */
31
+ interface GetSovereigntyCampaigns_200Ok {
32
+ /**
33
+ * Score for all attacking parties, only present in Defense Events.
34
+ *
35
+ */
36
+ attackers_score?: number;
37
+ /**
38
+ * Unique ID for this campaign.
39
+ */
40
+ campaign_id: number;
41
+ /**
42
+ * The constellation in which the campaign will take place.
43
+ *
44
+ */
45
+ constellation_id: number;
46
+ /**
47
+ * Defending alliance, only present in Defense Events
48
+ *
49
+ */
50
+ defender_id?: number;
51
+ /**
52
+ * Score for the defending alliance, only present in Defense Events.
53
+ *
54
+ */
55
+ defender_score?: number;
56
+ event_type: GetSovereigntyCampaignsEventType;
57
+ participants?: GetSovereigntyCampaignsParticipants;
58
+ /**
59
+ * The solar system the structure is located in.
60
+ *
61
+ */
62
+ solar_system_id: number;
63
+ /**
64
+ * Time the event is scheduled to start.
65
+ *
66
+ */
67
+ start_time: string;
68
+ /**
69
+ * The structure item ID that is related to this campaign.
70
+ *
71
+ */
72
+ structure_id: number;
73
+ [k: string]: unknown | undefined;
74
+ }
75
+ /**
76
+ * participant object
77
+ */
78
+ interface GetSovereigntyCampaignsParticipant {
79
+ /**
80
+ * alliance_id integer
81
+ */
82
+ alliance_id: number;
83
+ /**
84
+ * score number
85
+ */
86
+ score: number;
87
+ [k: string]: unknown | undefined;
88
+ }
89
+
90
+ /*!
91
+ * ESI endpoint: get:/sovereignty/map/
92
+ */
93
+ /**
94
+ * 200 ok array
95
+ *
96
+ * @maxItems 10000
97
+ */
98
+ type GetSovereigntyMapOk = GetSovereigntyMap_200Ok[];
99
+
100
+ /**
101
+ * 200 ok object
102
+ */
103
+ interface GetSovereigntyMap_200Ok {
104
+ /**
105
+ * alliance_id integer
106
+ */
107
+ alliance_id?: number;
108
+ /**
109
+ * corporation_id integer
110
+ */
111
+ corporation_id?: number;
112
+ /**
113
+ * faction_id integer
114
+ */
115
+ faction_id?: number;
116
+ /**
117
+ * system_id integer
118
+ */
119
+ system_id: number;
120
+ [k: string]: unknown | undefined;
121
+ }
122
+
123
+ /*!
124
+ * ESI endpoint: get:/sovereignty/structures/
125
+ */
126
+ /**
127
+ * 200 ok array
128
+ *
129
+ * @maxItems 10000
130
+ */
131
+ type GetSovereigntyStructuresOk = GetSovereigntyStructures_200Ok[];
132
+
133
+ /**
134
+ * 200 ok object
135
+ */
136
+ interface GetSovereigntyStructures_200Ok {
137
+ /**
138
+ * The alliance that owns the structure.
139
+ *
140
+ */
141
+ alliance_id: number;
142
+ /**
143
+ * Solar system in which the structure is located.
144
+ *
145
+ */
146
+ solar_system_id: number;
147
+ /**
148
+ * Unique item ID for this structure.
149
+ */
150
+ structure_id: number;
151
+ structure_type_id: number;
152
+ /**
153
+ * The occupancy level for the next or current vulnerability window. This takes into account all development indexes and capital system bonuses. Also known as Activity Defense Multiplier from in the client. It increases the time that attackers must spend using their entosis links on the structure.
154
+ *
155
+ */
156
+ vulnerability_occupancy_level?: number;
157
+ /**
158
+ * The time at which the next or current vulnerability window ends. At the end of a vulnerability window the next window is recalculated and locked in along with the vulnerabilityOccupancyLevel. If the structure is not in 100% entosis control of the defender, it will go in to 'overtime' and stay vulnerable for as long as that situation persists. Only once the defenders have 100% entosis control and has the vulnerableEndTime passed does the vulnerability interval expire and a new one is calculated.
159
+ *
160
+ */
161
+ vulnerable_end_time?: string;
162
+ /**
163
+ * The next time at which the structure will become vulnerable. Or the start time of the current window if current time is between this and vulnerableEndTime.
164
+ *
165
+ */
166
+ vulnerable_start_time?: string;
167
+ [k: string]: unknown | undefined;
168
+ }
@@ -1,3 +1,8 @@
1
+ // Generated by scripts/lib/code-synthesizer.mjs
2
+
3
+ // - - - - - - - - - - - - - - - - - - - -
4
+ // @method {get}
5
+ // - - - - - - - - - - - - - - - - - - - -
1
6
  /*!
2
7
  * ESI endpoint: get:/status/
3
8
  */