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,1577 @@
1
+ // Generated by scripts/lib/code-synthesizer.mjs
2
+
3
+ // - - - - - - - - - - - - - - - - - - - -
4
+ // @method {get}
5
+ // - - - - - - - - - - - - - - - - - - - -
6
+ /*!
7
+ * ESI endpoint: get:/corporations/npccorps/
8
+ */
9
+ /**
10
+ * 200 ok array
11
+ *
12
+ * @maxItems 500
13
+ */
14
+ type GetCorporationsNpccorpsOk = number[];
15
+
16
+ /*!
17
+ * ESI endpoint: get:/corporations/{corporation_id}/
18
+ */
19
+
20
+ /**
21
+ * 200 ok object
22
+ */
23
+ interface GetCorporationsCorporationIdOk {
24
+ /**
25
+ * ID of the alliance that corporation is a member of, if any
26
+ */
27
+ alliance_id?: number;
28
+ /**
29
+ * ceo_id integer
30
+ */
31
+ ceo_id: number;
32
+ /**
33
+ * creator_id integer
34
+ */
35
+ creator_id: number;
36
+ /**
37
+ * date_founded string
38
+ */
39
+ date_founded?: string;
40
+ /**
41
+ * description string
42
+ */
43
+ description?: string;
44
+ /**
45
+ * faction_id integer
46
+ */
47
+ faction_id?: number;
48
+ /**
49
+ * home_station_id integer
50
+ */
51
+ home_station_id?: number;
52
+ /**
53
+ * member_count integer
54
+ */
55
+ member_count: number;
56
+ /**
57
+ * the full name of the corporation
58
+ */
59
+ name: string;
60
+ /**
61
+ * shares integer
62
+ */
63
+ shares?: number;
64
+ /**
65
+ * tax_rate number
66
+ */
67
+ tax_rate: number;
68
+ /**
69
+ * the short name of the corporation
70
+ */
71
+ ticker: string;
72
+ /**
73
+ * url string
74
+ */
75
+ url?: string;
76
+ /**
77
+ * war_eligible boolean
78
+ */
79
+ war_eligible?: boolean;
80
+ [k: string]: unknown | undefined;
81
+ }
82
+
83
+ /*!
84
+ * ESI endpoint: get:/corporations/{corporation_id}/alliancehistory/
85
+ */
86
+ /**
87
+ * 200 ok array
88
+ *
89
+ * @maxItems 10000
90
+ */
91
+ type GetCorporationsCorporationIdAlliancehistoryOk = GetCorporationsCorporationIdAlliancehistory_200Ok[];
92
+
93
+ /**
94
+ * 200 ok object
95
+ */
96
+ interface GetCorporationsCorporationIdAlliancehistory_200Ok {
97
+ /**
98
+ * alliance_id integer
99
+ */
100
+ alliance_id?: number;
101
+ /**
102
+ * True if the alliance has been closed
103
+ */
104
+ is_deleted?: boolean;
105
+ /**
106
+ * An incrementing ID that can be used to canonically establish order of records in cases where dates may be ambiguous
107
+ */
108
+ record_id: number;
109
+ /**
110
+ * start_date string
111
+ */
112
+ start_date: string;
113
+ [k: string]: unknown | undefined;
114
+ }
115
+
116
+ /*!
117
+ * ESI endpoint: get:/corporations/{corporation_id}/blueprints/
118
+ */
119
+ /**
120
+ * Type of the location_id
121
+ */
122
+ type GetCorporationsCorporationIdBlueprintsLocationFlag =
123
+ | "AssetSafety"
124
+ | "AutoFit"
125
+ | "Bonus"
126
+ | "Booster"
127
+ | "BoosterBay"
128
+ | "Capsule"
129
+ | "Cargo"
130
+ | "CorpDeliveries"
131
+ | "CorpSAG1"
132
+ | "CorpSAG2"
133
+ | "CorpSAG3"
134
+ | "CorpSAG4"
135
+ | "CorpSAG5"
136
+ | "CorpSAG6"
137
+ | "CorpSAG7"
138
+ | "CrateLoot"
139
+ | "Deliveries"
140
+ | "DroneBay"
141
+ | "DustBattle"
142
+ | "DustDatabank"
143
+ | "FighterBay"
144
+ | "FighterTube0"
145
+ | "FighterTube1"
146
+ | "FighterTube2"
147
+ | "FighterTube3"
148
+ | "FighterTube4"
149
+ | "FleetHangar"
150
+ | "FrigateEscapeBay"
151
+ | "Hangar"
152
+ | "HangarAll"
153
+ | "HiSlot0"
154
+ | "HiSlot1"
155
+ | "HiSlot2"
156
+ | "HiSlot3"
157
+ | "HiSlot4"
158
+ | "HiSlot5"
159
+ | "HiSlot6"
160
+ | "HiSlot7"
161
+ | "HiddenModifiers"
162
+ | "Implant"
163
+ | "Impounded"
164
+ | "JunkyardReprocessed"
165
+ | "JunkyardTrashed"
166
+ | "LoSlot0"
167
+ | "LoSlot1"
168
+ | "LoSlot2"
169
+ | "LoSlot3"
170
+ | "LoSlot4"
171
+ | "LoSlot5"
172
+ | "LoSlot6"
173
+ | "LoSlot7"
174
+ | "Locked"
175
+ | "MedSlot0"
176
+ | "MedSlot1"
177
+ | "MedSlot2"
178
+ | "MedSlot3"
179
+ | "MedSlot4"
180
+ | "MedSlot5"
181
+ | "MedSlot6"
182
+ | "MedSlot7"
183
+ | "OfficeFolder"
184
+ | "Pilot"
185
+ | "PlanetSurface"
186
+ | "QuafeBay"
187
+ | "QuantumCoreRoom"
188
+ | "Reward"
189
+ | "RigSlot0"
190
+ | "RigSlot1"
191
+ | "RigSlot2"
192
+ | "RigSlot3"
193
+ | "RigSlot4"
194
+ | "RigSlot5"
195
+ | "RigSlot6"
196
+ | "RigSlot7"
197
+ | "SecondaryStorage"
198
+ | "ServiceSlot0"
199
+ | "ServiceSlot1"
200
+ | "ServiceSlot2"
201
+ | "ServiceSlot3"
202
+ | "ServiceSlot4"
203
+ | "ServiceSlot5"
204
+ | "ServiceSlot6"
205
+ | "ServiceSlot7"
206
+ | "ShipHangar"
207
+ | "ShipOffline"
208
+ | "Skill"
209
+ | "SkillInTraining"
210
+ | "SpecializedAmmoHold"
211
+ | "SpecializedCommandCenterHold"
212
+ | "SpecializedFuelBay"
213
+ | "SpecializedGasHold"
214
+ | "SpecializedIndustrialShipHold"
215
+ | "SpecializedLargeShipHold"
216
+ | "SpecializedMaterialBay"
217
+ | "SpecializedMediumShipHold"
218
+ | "SpecializedMineralHold"
219
+ | "SpecializedOreHold"
220
+ | "SpecializedPlanetaryCommoditiesHold"
221
+ | "SpecializedSalvageHold"
222
+ | "SpecializedShipHold"
223
+ | "SpecializedSmallShipHold"
224
+ | "StructureActive"
225
+ | "StructureFuel"
226
+ | "StructureInactive"
227
+ | "StructureOffline"
228
+ | "SubSystemBay"
229
+ | "SubSystemSlot0"
230
+ | "SubSystemSlot1"
231
+ | "SubSystemSlot2"
232
+ | "SubSystemSlot3"
233
+ | "SubSystemSlot4"
234
+ | "SubSystemSlot5"
235
+ | "SubSystemSlot6"
236
+ | "SubSystemSlot7"
237
+ | "Unlocked"
238
+ | "Wallet"
239
+ | "Wardrobe";
240
+ /**
241
+ * 200 ok array
242
+ *
243
+ * @maxItems 1000
244
+ */
245
+ type GetCorporationsCorporationIdBlueprintsOk = GetCorporationsCorporationIdBlueprints_200Ok[];
246
+
247
+ /**
248
+ * 200 ok object
249
+ */
250
+ interface GetCorporationsCorporationIdBlueprints_200Ok {
251
+ /**
252
+ * Unique ID for this item.
253
+ */
254
+ item_id: number;
255
+ location_flag: GetCorporationsCorporationIdBlueprintsLocationFlag;
256
+ /**
257
+ * References a station, a ship or an item_id if this blueprint is located within a container.
258
+ */
259
+ location_id: number;
260
+ /**
261
+ * Material Efficiency Level of the blueprint.
262
+ */
263
+ material_efficiency: number;
264
+ /**
265
+ * A range of numbers with a minimum of -2 and no maximum value where -1 is an original and -2 is a copy. It can be a positive integer if it is a stack of blueprint originals fresh from the market (e.g. no activities performed on them yet).
266
+ */
267
+ quantity: number;
268
+ /**
269
+ * Number of runs remaining if the blueprint is a copy, -1 if it is an original.
270
+ */
271
+ runs: number;
272
+ /**
273
+ * Time Efficiency Level of the blueprint.
274
+ */
275
+ time_efficiency: number;
276
+ type_id: number;
277
+ [k: string]: unknown | undefined;
278
+ }
279
+
280
+ /*!
281
+ * ESI endpoint: get:/corporations/{corporation_id}/containers/logs/
282
+ */
283
+ /**
284
+ * action string
285
+ */
286
+ type GetCorporationsCorporationIdContainersLogsAction =
287
+ | "add"
288
+ | "assemble"
289
+ | "configure"
290
+ | "enter_password"
291
+ | "lock"
292
+ | "move"
293
+ | "repackage"
294
+ | "set_name"
295
+ | "set_password"
296
+ | "unlock";
297
+ /**
298
+ * location_flag string
299
+ */
300
+ type GetCorporationsCorporationIdContainersLogsLocationFlag =
301
+ | "AssetSafety"
302
+ | "AutoFit"
303
+ | "Bonus"
304
+ | "Booster"
305
+ | "BoosterBay"
306
+ | "Capsule"
307
+ | "Cargo"
308
+ | "CorpDeliveries"
309
+ | "CorpSAG1"
310
+ | "CorpSAG2"
311
+ | "CorpSAG3"
312
+ | "CorpSAG4"
313
+ | "CorpSAG5"
314
+ | "CorpSAG6"
315
+ | "CorpSAG7"
316
+ | "CrateLoot"
317
+ | "Deliveries"
318
+ | "DroneBay"
319
+ | "DustBattle"
320
+ | "DustDatabank"
321
+ | "FighterBay"
322
+ | "FighterTube0"
323
+ | "FighterTube1"
324
+ | "FighterTube2"
325
+ | "FighterTube3"
326
+ | "FighterTube4"
327
+ | "FleetHangar"
328
+ | "FrigateEscapeBay"
329
+ | "Hangar"
330
+ | "HangarAll"
331
+ | "HiSlot0"
332
+ | "HiSlot1"
333
+ | "HiSlot2"
334
+ | "HiSlot3"
335
+ | "HiSlot4"
336
+ | "HiSlot5"
337
+ | "HiSlot6"
338
+ | "HiSlot7"
339
+ | "HiddenModifiers"
340
+ | "Implant"
341
+ | "Impounded"
342
+ | "JunkyardReprocessed"
343
+ | "JunkyardTrashed"
344
+ | "LoSlot0"
345
+ | "LoSlot1"
346
+ | "LoSlot2"
347
+ | "LoSlot3"
348
+ | "LoSlot4"
349
+ | "LoSlot5"
350
+ | "LoSlot6"
351
+ | "LoSlot7"
352
+ | "Locked"
353
+ | "MedSlot0"
354
+ | "MedSlot1"
355
+ | "MedSlot2"
356
+ | "MedSlot3"
357
+ | "MedSlot4"
358
+ | "MedSlot5"
359
+ | "MedSlot6"
360
+ | "MedSlot7"
361
+ | "OfficeFolder"
362
+ | "Pilot"
363
+ | "PlanetSurface"
364
+ | "QuafeBay"
365
+ | "QuantumCoreRoom"
366
+ | "Reward"
367
+ | "RigSlot0"
368
+ | "RigSlot1"
369
+ | "RigSlot2"
370
+ | "RigSlot3"
371
+ | "RigSlot4"
372
+ | "RigSlot5"
373
+ | "RigSlot6"
374
+ | "RigSlot7"
375
+ | "SecondaryStorage"
376
+ | "ServiceSlot0"
377
+ | "ServiceSlot1"
378
+ | "ServiceSlot2"
379
+ | "ServiceSlot3"
380
+ | "ServiceSlot4"
381
+ | "ServiceSlot5"
382
+ | "ServiceSlot6"
383
+ | "ServiceSlot7"
384
+ | "ShipHangar"
385
+ | "ShipOffline"
386
+ | "Skill"
387
+ | "SkillInTraining"
388
+ | "SpecializedAmmoHold"
389
+ | "SpecializedCommandCenterHold"
390
+ | "SpecializedFuelBay"
391
+ | "SpecializedGasHold"
392
+ | "SpecializedIndustrialShipHold"
393
+ | "SpecializedLargeShipHold"
394
+ | "SpecializedMaterialBay"
395
+ | "SpecializedMediumShipHold"
396
+ | "SpecializedMineralHold"
397
+ | "SpecializedOreHold"
398
+ | "SpecializedPlanetaryCommoditiesHold"
399
+ | "SpecializedSalvageHold"
400
+ | "SpecializedShipHold"
401
+ | "SpecializedSmallShipHold"
402
+ | "StructureActive"
403
+ | "StructureFuel"
404
+ | "StructureInactive"
405
+ | "StructureOffline"
406
+ | "SubSystemBay"
407
+ | "SubSystemSlot0"
408
+ | "SubSystemSlot1"
409
+ | "SubSystemSlot2"
410
+ | "SubSystemSlot3"
411
+ | "SubSystemSlot4"
412
+ | "SubSystemSlot5"
413
+ | "SubSystemSlot6"
414
+ | "SubSystemSlot7"
415
+ | "Unlocked"
416
+ | "Wallet"
417
+ | "Wardrobe";
418
+ /**
419
+ * Type of password set if action is of type SetPassword or EnterPassword
420
+ */
421
+ type GetCorporationsCorporationIdContainersLogsPasswordType = "config" | "general";
422
+ /**
423
+ * 200 ok array
424
+ *
425
+ * @maxItems 1000
426
+ */
427
+ type GetCorporationsCorporationIdContainersLogsOk = GetCorporationsCorporationIdContainersLogs_200Ok[];
428
+
429
+ /**
430
+ * 200 ok object
431
+ */
432
+ interface GetCorporationsCorporationIdContainersLogs_200Ok {
433
+ action: GetCorporationsCorporationIdContainersLogsAction;
434
+ /**
435
+ * ID of the character who performed the action.
436
+ */
437
+ character_id: number;
438
+ /**
439
+ * ID of the container
440
+ */
441
+ container_id: number;
442
+ container_type_id: number;
443
+ location_flag: GetCorporationsCorporationIdContainersLogsLocationFlag;
444
+ /**
445
+ * location_id integer
446
+ */
447
+ location_id: number;
448
+ /**
449
+ * Timestamp when this log was created
450
+ */
451
+ logged_at: string;
452
+ /**
453
+ * new_config_bitmask integer
454
+ */
455
+ new_config_bitmask?: number;
456
+ /**
457
+ * old_config_bitmask integer
458
+ */
459
+ old_config_bitmask?: number;
460
+ password_type?: GetCorporationsCorporationIdContainersLogsPasswordType;
461
+ /**
462
+ * Quantity of the item being acted upon
463
+ */
464
+ quantity?: number;
465
+ type_id?: number;
466
+ [k: string]: unknown | undefined;
467
+ }
468
+
469
+ /*!
470
+ * ESI endpoint: get:/corporations/{corporation_id}/divisions/
471
+ */
472
+ /**
473
+ * hangar array
474
+ *
475
+ * @maxItems 7
476
+ */
477
+ type GetCorporationsCorporationIdDivisionsHangar = GetCorporationsCorporationIdDivisionsHangarHangar[];
478
+ /**
479
+ * wallet array
480
+ *
481
+ * @maxItems 7
482
+ */
483
+ type GetCorporationsCorporationIdDivisionsWallet = GetCorporationsCorporationIdDivisionsWalletWallet[];
484
+
485
+ /**
486
+ * 200 ok object
487
+ */
488
+ interface GetCorporationsCorporationIdDivisionsOk {
489
+ hangar?: GetCorporationsCorporationIdDivisionsHangar;
490
+ wallet?: GetCorporationsCorporationIdDivisionsWallet;
491
+ [k: string]: unknown | undefined;
492
+ }
493
+ /**
494
+ * hangar object
495
+ */
496
+ interface GetCorporationsCorporationIdDivisionsHangarHangar {
497
+ /**
498
+ * division integer
499
+ */
500
+ division?: number;
501
+ /**
502
+ * name string
503
+ */
504
+ name?: string;
505
+ [k: string]: unknown | undefined;
506
+ }
507
+ /**
508
+ * wallet object
509
+ */
510
+ interface GetCorporationsCorporationIdDivisionsWalletWallet {
511
+ /**
512
+ * division integer
513
+ */
514
+ division?: number;
515
+ /**
516
+ * name string
517
+ */
518
+ name?: string;
519
+ [k: string]: unknown | undefined;
520
+ }
521
+
522
+ /*!
523
+ * ESI endpoint: get:/corporations/{corporation_id}/facilities/
524
+ */
525
+ /**
526
+ * 200 ok array
527
+ *
528
+ * @maxItems 1000
529
+ */
530
+ type GetCorporationsCorporationIdFacilitiesOk = GetCorporationsCorporationIdFacilities_200Ok[];
531
+
532
+ /**
533
+ * 200 ok object
534
+ */
535
+ interface GetCorporationsCorporationIdFacilities_200Ok {
536
+ /**
537
+ * facility_id integer
538
+ */
539
+ facility_id: number;
540
+ /**
541
+ * system_id integer
542
+ */
543
+ system_id: number;
544
+ type_id: number;
545
+ [k: string]: unknown | undefined;
546
+ }
547
+
548
+ /*!
549
+ * ESI endpoint: get:/corporations/{corporation_id}/icons/
550
+ */
551
+
552
+ /**
553
+ * 200 ok object
554
+ */
555
+ interface GetCorporationsCorporationIdIconsOk {
556
+ /**
557
+ * px128x128 string
558
+ */
559
+ px128x128?: string;
560
+ /**
561
+ * px256x256 string
562
+ */
563
+ px256x256?: string;
564
+ /**
565
+ * px64x64 string
566
+ */
567
+ px64x64?: string;
568
+ [k: string]: unknown | undefined;
569
+ }
570
+
571
+ /*!
572
+ * ESI endpoint: get:/corporations/{corporation_id}/medals/
573
+ */
574
+ /**
575
+ * 200 ok array
576
+ *
577
+ * @maxItems 1000
578
+ */
579
+ type GetCorporationsCorporationIdMedalsOk = GetCorporationsCorporationIdMedals_200Ok[];
580
+
581
+ /**
582
+ * 200 ok object
583
+ */
584
+ interface GetCorporationsCorporationIdMedals_200Ok {
585
+ /**
586
+ * created_at string
587
+ */
588
+ created_at: string;
589
+ /**
590
+ * ID of the character who created this medal
591
+ */
592
+ creator_id: number;
593
+ /**
594
+ * description string
595
+ */
596
+ description: string;
597
+ /**
598
+ * medal_id integer
599
+ */
600
+ medal_id: number;
601
+ /**
602
+ * title string
603
+ */
604
+ title: string;
605
+ [k: string]: unknown | undefined;
606
+ }
607
+
608
+ /*!
609
+ * ESI endpoint: get:/corporations/{corporation_id}/medals/issued/
610
+ */
611
+ /**
612
+ * status string
613
+ */
614
+ type GetCorporationsCorporationIdMedalsIssuedStatus = "private" | "public";
615
+ /**
616
+ * 200 ok array
617
+ *
618
+ * @maxItems 1000
619
+ */
620
+ type GetCorporationsCorporationIdMedalsIssuedOk = GetCorporationsCorporationIdMedalsIssued_200Ok[];
621
+
622
+ /**
623
+ * 200 ok object
624
+ */
625
+ interface GetCorporationsCorporationIdMedalsIssued_200Ok {
626
+ /**
627
+ * ID of the character who was rewarded this medal
628
+ */
629
+ character_id: number;
630
+ /**
631
+ * issued_at string
632
+ */
633
+ issued_at: string;
634
+ /**
635
+ * ID of the character who issued the medal
636
+ */
637
+ issuer_id: number;
638
+ /**
639
+ * medal_id integer
640
+ */
641
+ medal_id: number;
642
+ /**
643
+ * reason string
644
+ */
645
+ reason: string;
646
+ status: GetCorporationsCorporationIdMedalsIssuedStatus;
647
+ [k: string]: unknown | undefined;
648
+ }
649
+
650
+ /*!
651
+ * ESI endpoint: get:/corporations/{corporation_id}/members/
652
+ */
653
+ /**
654
+ * A list of character IDs
655
+ *
656
+ * @maxItems 12601
657
+ */
658
+ type GetCorporationsCorporationIdMembersOk = number[];
659
+
660
+ /*!
661
+ * ESI endpoint: get:/corporations/{corporation_id}/members/limit/
662
+ */
663
+ /**
664
+ * 200 ok integer
665
+ */
666
+ type GetCorporationsCorporationIdMembersLimitOk = number;
667
+
668
+ /*!
669
+ * ESI endpoint: get:/corporations/{corporation_id}/members/titles/
670
+ */
671
+ /**
672
+ * 200 ok array
673
+ *
674
+ * @maxItems 12601
675
+ */
676
+ type GetCorporationsCorporationIdMembersTitlesOk = GetCorporationsCorporationIdMembersTitles_200Ok[];
677
+
678
+ /**
679
+ * 200 ok object
680
+ */
681
+ interface GetCorporationsCorporationIdMembersTitles_200Ok {
682
+ /**
683
+ * character_id integer
684
+ */
685
+ character_id: number;
686
+ /**
687
+ * A list of title_id
688
+ *
689
+ * @maxItems 16
690
+ */
691
+ titles: number[];
692
+ [k: string]: unknown | undefined;
693
+ }
694
+
695
+ /*!
696
+ * ESI endpoint: get:/corporations/{corporation_id}/membertracking/
697
+ */
698
+ /**
699
+ * 200 ok array
700
+ *
701
+ * @maxItems 12601
702
+ */
703
+ type GetCorporationsCorporationIdMembertrackingOk = GetCorporationsCorporationIdMembertracking_200Ok[];
704
+
705
+ /**
706
+ * 200 ok object
707
+ */
708
+ interface GetCorporationsCorporationIdMembertracking_200Ok {
709
+ /**
710
+ * base_id integer
711
+ */
712
+ base_id?: number;
713
+ /**
714
+ * character_id integer
715
+ */
716
+ character_id: number;
717
+ /**
718
+ * location_id integer
719
+ */
720
+ location_id?: number;
721
+ /**
722
+ * logoff_date string
723
+ */
724
+ logoff_date?: string;
725
+ /**
726
+ * logon_date string
727
+ */
728
+ logon_date?: string;
729
+ ship_type_id?: number;
730
+ /**
731
+ * start_date string
732
+ */
733
+ start_date?: string;
734
+ [k: string]: unknown | undefined;
735
+ }
736
+
737
+ /*!
738
+ * ESI endpoint: get:/corporations/{corporation_id}/roles/
739
+ */
740
+
741
+ /**
742
+ * grantable_role string
743
+ */
744
+ type __CorporationRole =
745
+ | "Account_Take_1"
746
+ | "Account_Take_2"
747
+ | "Account_Take_3"
748
+ | "Account_Take_4"
749
+ | "Account_Take_5"
750
+ | "Account_Take_6"
751
+ | "Account_Take_7"
752
+ | "Accountant"
753
+ | "Auditor"
754
+ | "Brand_Manager"
755
+ | "Communications_Officer"
756
+ | "Config_Equipment"
757
+ | "Config_Starbase_Equipment"
758
+ | "Container_Take_1"
759
+ | "Container_Take_2"
760
+ | "Container_Take_3"
761
+ | "Container_Take_4"
762
+ | "Container_Take_5"
763
+ | "Container_Take_6"
764
+ | "Container_Take_7"
765
+ | "Contract_Manager"
766
+ | "Deliveries_Container_Take"
767
+ | "Deliveries_Query"
768
+ | "Deliveries_Take"
769
+ | "Diplomat"
770
+ | "Director"
771
+ | "Factory_Manager"
772
+ | "Fitting_Manager"
773
+ | "Hangar_Query_1"
774
+ | "Hangar_Query_2"
775
+ | "Hangar_Query_3"
776
+ | "Hangar_Query_4"
777
+ | "Hangar_Query_5"
778
+ | "Hangar_Query_6"
779
+ | "Hangar_Query_7"
780
+ | "Hangar_Take_1"
781
+ | "Hangar_Take_2"
782
+ | "Hangar_Take_3"
783
+ | "Hangar_Take_4"
784
+ | "Hangar_Take_5"
785
+ | "Hangar_Take_6"
786
+ | "Hangar_Take_7"
787
+ | "Junior_Accountant"
788
+ | "Personnel_Manager"
789
+ | "Project_Manager"
790
+ | "Rent_Factory_Facility"
791
+ | "Rent_Office"
792
+ | "Rent_Research_Facility"
793
+ | "Security_Officer"
794
+ | "Skill_Plan_Manager"
795
+ | "Starbase_Defense_Operator"
796
+ | "Starbase_Fuel_Technician"
797
+ | "Station_Manager"
798
+ | "Trader";
799
+
800
+ /**
801
+ * grantable_role string
802
+ */
803
+ type GetCorporationsCorporationIdRolesGrantableRole = __CorporationRole;
804
+
805
+ /**
806
+ * grantable_roles array
807
+ *
808
+ * @maxItems 100
809
+ */
810
+ type GetCorporationsCorporationIdRolesGrantableRoles = __CorporationRole[];
811
+
812
+ /**
813
+ * grantable_roles_at_base string
814
+ */
815
+ type GetCorporationsCorporationIdRolesGrantableRolesAtBaseGrantableRolesAtBase = __CorporationRole;
816
+
817
+ /**
818
+ * grantable_roles_at_base array
819
+ *
820
+ * @maxItems 100
821
+ */
822
+ type GetCorporationsCorporationIdRolesGrantableRolesAtBase = __CorporationRole[];
823
+
824
+ /**
825
+ * grantable_roles_at_hq string
826
+ */
827
+ type GetCorporationsCorporationIdRolesGrantableRolesAtHqGrantableRolesAtHq = __CorporationRole;
828
+
829
+ /**
830
+ * grantable_roles_at_hq array
831
+ *
832
+ * @maxItems 100
833
+ */
834
+ type GetCorporationsCorporationIdRolesGrantableRolesAtHq = __CorporationRole[];
835
+
836
+ /**
837
+ * grantable_roles_at_other string
838
+ */
839
+ type GetCorporationsCorporationIdRolesGrantableRolesAtOtherGrantableRolesAtOther = __CorporationRole;
840
+
841
+ /**
842
+ * grantable_roles_at_other array
843
+ *
844
+ * @maxItems 100
845
+ */
846
+ type GetCorporationsCorporationIdRolesGrantableRolesAtOther = __CorporationRole[];
847
+
848
+ /**
849
+ * role string
850
+ */
851
+ type GetCorporationsCorporationIdRolesRole = __CorporationRole;
852
+
853
+ /**
854
+ * roles array
855
+ *
856
+ * @maxItems 100
857
+ */
858
+ type GetCorporationsCorporationIdRolesRoles = __CorporationRole[];
859
+
860
+ /**
861
+ * roles_at_base string
862
+ */
863
+ type GetCorporationsCorporationIdRolesRolesAtBaseRolesAtBase = __CorporationRole;
864
+
865
+ /**
866
+ * roles_at_base array
867
+ *
868
+ * @maxItems 100
869
+ */
870
+ type GetCorporationsCorporationIdRolesRolesAtBase = __CorporationRole[];
871
+
872
+ /**
873
+ * roles_at_hq string
874
+ */
875
+ type GetCorporationsCorporationIdRolesRolesAtHqRolesAtHq = __CorporationRole;
876
+
877
+ /**
878
+ * roles_at_hq array
879
+ *
880
+ * @maxItems 100
881
+ */
882
+ type GetCorporationsCorporationIdRolesRolesAtHq = __CorporationRole[];
883
+
884
+ /**
885
+ * roles_at_other string
886
+ */
887
+ type GetCorporationsCorporationIdRolesRolesAtOtherRolesAtOther = __CorporationRole;
888
+
889
+ /**
890
+ * roles_at_other array
891
+ *
892
+ * @maxItems 100
893
+ */
894
+ type GetCorporationsCorporationIdRolesRolesAtOther = __CorporationRole[];
895
+
896
+ /**
897
+ * 200 ok array
898
+ *
899
+ * @maxItems 12601
900
+ */
901
+ type GetCorporationsCorporationIdRolesOk = GetCorporationsCorporationIdRoles_200Ok[];
902
+
903
+ /**
904
+ * 200 ok object
905
+ */
906
+ interface GetCorporationsCorporationIdRoles_200Ok {
907
+ /**
908
+ * character_id integer
909
+ */
910
+ character_id: number;
911
+ grantable_roles?: GetCorporationsCorporationIdRolesGrantableRoles;
912
+ grantable_roles_at_base?: GetCorporationsCorporationIdRolesGrantableRolesAtBase;
913
+ grantable_roles_at_hq?: GetCorporationsCorporationIdRolesGrantableRolesAtHq;
914
+ grantable_roles_at_other?: GetCorporationsCorporationIdRolesGrantableRolesAtOther;
915
+ roles?: GetCorporationsCorporationIdRolesRoles;
916
+ roles_at_base?: GetCorporationsCorporationIdRolesRolesAtBase;
917
+ roles_at_hq?: GetCorporationsCorporationIdRolesRolesAtHq;
918
+ roles_at_other?: GetCorporationsCorporationIdRolesRolesAtOther;
919
+ [k: string]: unknown | undefined;
920
+ }
921
+
922
+ /*!
923
+ * ESI endpoint: get:/corporations/{corporation_id}/roles/history/
924
+ */
925
+
926
+ /**
927
+ * Corporation role string
928
+ */
929
+ type __CorporationRole =
930
+ | "Account_Take_1"
931
+ | "Account_Take_2"
932
+ | "Account_Take_3"
933
+ | "Account_Take_4"
934
+ | "Account_Take_5"
935
+ | "Account_Take_6"
936
+ | "Account_Take_7"
937
+ | "Accountant"
938
+ | "Auditor"
939
+ | "Brand_Manager"
940
+ | "Communications_Officer"
941
+ | "Config_Equipment"
942
+ | "Config_Starbase_Equipment"
943
+ | "Container_Take_1"
944
+ | "Container_Take_2"
945
+ | "Container_Take_3"
946
+ | "Container_Take_4"
947
+ | "Container_Take_5"
948
+ | "Container_Take_6"
949
+ | "Container_Take_7"
950
+ | "Contract_Manager"
951
+ | "Deliveries_Container_Take"
952
+ | "Deliveries_Query"
953
+ | "Deliveries_Take"
954
+ | "Diplomat"
955
+ | "Director"
956
+ | "Factory_Manager"
957
+ | "Fitting_Manager"
958
+ | "Hangar_Query_1"
959
+ | "Hangar_Query_2"
960
+ | "Hangar_Query_3"
961
+ | "Hangar_Query_4"
962
+ | "Hangar_Query_5"
963
+ | "Hangar_Query_6"
964
+ | "Hangar_Query_7"
965
+ | "Hangar_Take_1"
966
+ | "Hangar_Take_2"
967
+ | "Hangar_Take_3"
968
+ | "Hangar_Take_4"
969
+ | "Hangar_Take_5"
970
+ | "Hangar_Take_6"
971
+ | "Hangar_Take_7"
972
+ | "Junior_Accountant"
973
+ | "Personnel_Manager"
974
+ | "Project_Manager"
975
+ | "Rent_Factory_Facility"
976
+ | "Rent_Office"
977
+ | "Rent_Research_Facility"
978
+ | "Security_Officer"
979
+ | "Skill_Plan_Manager"
980
+ | "Starbase_Defense_Operator"
981
+ | "Starbase_Fuel_Technician"
982
+ | "Station_Manager"
983
+ | "Trader";
984
+
985
+ /**
986
+ * new_role string
987
+ */
988
+ type GetCorporationsCorporationIdRolesHistoryNewRole = __CorporationRole;
989
+
990
+ /**
991
+ * new_roles array
992
+ *
993
+ * @maxItems 50
994
+ */
995
+ type GetCorporationsCorporationIdRolesHistoryNewRoles = __CorporationRole[];
996
+
997
+ /**
998
+ * old_role string
999
+ */
1000
+ type GetCorporationsCorporationIdRolesHistoryOldRole = __CorporationRole;
1001
+
1002
+ /**
1003
+ * old_roles array
1004
+ *
1005
+ * @maxItems 50
1006
+ */
1007
+ type GetCorporationsCorporationIdRolesHistoryOldRoles = __CorporationRole[];
1008
+
1009
+ /**
1010
+ * role_type string
1011
+ */
1012
+ type GetCorporationsCorporationIdRolesHistoryRoleType =
1013
+ | "grantable_roles"
1014
+ | "grantable_roles_at_base"
1015
+ | "grantable_roles_at_hq"
1016
+ | "grantable_roles_at_other"
1017
+ | "roles"
1018
+ | "roles_at_base"
1019
+ | "roles_at_hq"
1020
+ | "roles_at_other";
1021
+
1022
+ /**
1023
+ * 200 ok array
1024
+ *
1025
+ * @maxItems 1000
1026
+ */
1027
+ type GetCorporationsCorporationIdRolesHistoryOk = GetCorporationsCorporationIdRolesHistory_200Ok[];
1028
+
1029
+ /**
1030
+ * 200 ok object
1031
+ */
1032
+ interface GetCorporationsCorporationIdRolesHistory_200Ok {
1033
+ /**
1034
+ * changed_at string
1035
+ */
1036
+ changed_at: string;
1037
+ /**
1038
+ * The character whose roles are changed
1039
+ */
1040
+ character_id: number;
1041
+ /**
1042
+ * ID of the character who issued this change
1043
+ */
1044
+ issuer_id: number;
1045
+ new_roles: GetCorporationsCorporationIdRolesHistoryNewRoles;
1046
+ old_roles: GetCorporationsCorporationIdRolesHistoryOldRoles;
1047
+ role_type: GetCorporationsCorporationIdRolesHistoryRoleType;
1048
+ [k: string]: unknown | undefined;
1049
+ }
1050
+
1051
+ /*!
1052
+ * ESI endpoint: get:/corporations/{corporation_id}/shareholders/
1053
+ */
1054
+ /**
1055
+ * shareholder_type string
1056
+ */
1057
+ type GetCorporationsCorporationIdShareholdersShareholderType = "character" | "corporation";
1058
+ /**
1059
+ * List of shareholders
1060
+ *
1061
+ * @maxItems 1000
1062
+ */
1063
+ type GetCorporationsCorporationIdShareholdersOk = GetCorporationsCorporationIdShareholders_200Ok[];
1064
+
1065
+ /**
1066
+ * 200 ok object
1067
+ */
1068
+ interface GetCorporationsCorporationIdShareholders_200Ok {
1069
+ /**
1070
+ * share_count integer
1071
+ */
1072
+ share_count: number;
1073
+ /**
1074
+ * shareholder_id integer
1075
+ */
1076
+ shareholder_id: number;
1077
+ shareholder_type: GetCorporationsCorporationIdShareholdersShareholderType;
1078
+ [k: string]: unknown | undefined;
1079
+ }
1080
+
1081
+ /*!
1082
+ * ESI endpoint: get:/corporations/{corporation_id}/standings/
1083
+ */
1084
+ /**
1085
+ * from_type string
1086
+ */
1087
+ type GetCorporationsCorporationIdStandingsFromType = "agent" | "npc_corp" | "faction";
1088
+ /**
1089
+ * 200 ok array
1090
+ *
1091
+ * @maxItems 1000
1092
+ */
1093
+ type GetCorporationsCorporationIdStandingsOk = GetCorporationsCorporationIdStandings_200Ok[];
1094
+
1095
+ /**
1096
+ * 200 ok object
1097
+ */
1098
+ interface GetCorporationsCorporationIdStandings_200Ok {
1099
+ /**
1100
+ * from_id integer
1101
+ */
1102
+ from_id: number;
1103
+ from_type: GetCorporationsCorporationIdStandingsFromType;
1104
+ /**
1105
+ * standing number
1106
+ */
1107
+ standing: number;
1108
+ [k: string]: unknown | undefined;
1109
+ }
1110
+
1111
+ /*!
1112
+ * ESI endpoint: get:/corporations/{corporation_id}/starbases/
1113
+ */
1114
+ /**
1115
+ * state string
1116
+ */
1117
+ type GetCorporationsCorporationIdStarbasesState =
1118
+ | "offline"
1119
+ | "online"
1120
+ | "onlining"
1121
+ | "reinforced"
1122
+ | "unanchoring";
1123
+ /**
1124
+ * 200 ok array
1125
+ *
1126
+ * @maxItems 1000
1127
+ */
1128
+ type GetCorporationsCorporationIdStarbasesOk = GetCorporationsCorporationIdStarbases_200Ok[];
1129
+
1130
+ /**
1131
+ * 200 ok object
1132
+ */
1133
+ interface GetCorporationsCorporationIdStarbases_200Ok {
1134
+ /**
1135
+ * The moon this starbase (POS) is anchored on, unanchored POSes do not have this information
1136
+ */
1137
+ moon_id?: number;
1138
+ /**
1139
+ * When the POS onlined, for starbases (POSes) in online state
1140
+ */
1141
+ onlined_since?: string;
1142
+ /**
1143
+ * When the POS will be out of reinforcement, for starbases (POSes) in reinforced state
1144
+ */
1145
+ reinforced_until?: string;
1146
+ /**
1147
+ * Unique ID for this starbase (POS)
1148
+ */
1149
+ starbase_id: number;
1150
+ state?: GetCorporationsCorporationIdStarbasesState;
1151
+ /**
1152
+ * The solar system this starbase (POS) is in, unanchored POSes have this information
1153
+ */
1154
+ system_id: number;
1155
+ type_id: number;
1156
+ /**
1157
+ * When the POS started unanchoring, for starbases (POSes) in unanchoring state
1158
+ */
1159
+ unanchor_at?: string;
1160
+ [k: string]: unknown | undefined;
1161
+ }
1162
+
1163
+ /*!
1164
+ * ESI endpoint: get:/corporations/{corporation_id}/starbases/{starbase_id}/
1165
+ */
1166
+
1167
+ /**
1168
+ * Who can perform actions related to starbase (POS) or its structures.
1169
+ *
1170
+ * This type defines the potential access levels for various operations such as anchoring,
1171
+ * taking fuel, viewing fuel bay, onlining, offlining, and unanchoring starbase (POS).
1172
+ */
1173
+ type __StarbaseAccessLevel =
1174
+ | "alliance_member"
1175
+ | "config_starbase_equipment_role"
1176
+ | "corporation_member"
1177
+ | "starbase_fuel_technician_role";
1178
+
1179
+ /**
1180
+ * Fuel blocks and other things that will be consumed when operating a starbase (POS)
1181
+ *
1182
+ * @maxItems 20
1183
+ */
1184
+ type StarbaseFuels = GetCorporationsCorporationIdStarbasesStarbaseIdFuel[];
1185
+
1186
+ /**
1187
+ * fuel object
1188
+ */
1189
+ interface GetCorporationsCorporationIdStarbasesStarbaseIdFuel {
1190
+ /**
1191
+ * quantity integer
1192
+ */
1193
+ quantity: number;
1194
+ /**
1195
+ * type_id integer
1196
+ */
1197
+ type_id: number;
1198
+ /**
1199
+ * Additional unspecified fields
1200
+ */
1201
+ [k: string]: unknown | undefined;
1202
+ }
1203
+
1204
+ /**
1205
+ * 200 ok object
1206
+ */
1207
+ interface GetCorporationsCorporationIdStarbasesStarbaseIdOk {
1208
+ /**
1209
+ * allow_alliance_members boolean
1210
+ */
1211
+ allow_alliance_members: boolean;
1212
+
1213
+ /**
1214
+ * allow_corporation_members boolean
1215
+ */
1216
+ allow_corporation_members: boolean;
1217
+
1218
+ /**
1219
+ * Who can anchor starbase (POS) and its structures
1220
+ */
1221
+ anchor: __StarbaseAccessLevel;
1222
+
1223
+ /**
1224
+ * attack_if_at_war boolean
1225
+ */
1226
+ attack_if_at_war: boolean;
1227
+
1228
+ /**
1229
+ * attack_if_other_security_status_dropping boolean
1230
+ */
1231
+ attack_if_other_security_status_dropping: boolean;
1232
+
1233
+ /**
1234
+ * Starbase (POS) will attack if target's security standing is lower than this value
1235
+ */
1236
+ attack_security_status_threshold?: number;
1237
+
1238
+ /**
1239
+ * Starbase (POS) will attack if target's standing is lower than this value
1240
+ */
1241
+ attack_standing_threshold?: number;
1242
+
1243
+ /**
1244
+ * Who can take fuel blocks out of the starbase (POS)'s fuel bay
1245
+ */
1246
+ fuel_bay_take: __StarbaseAccessLevel;
1247
+
1248
+ /**
1249
+ * Who can view the starbase (POS)'s fuel bay. Characters either need to have required role or belong to the starbase (POS) owner's corporation or alliance, as described by the enum, all other access settings follow the same scheme
1250
+ */
1251
+ fuel_bay_view: __StarbaseAccessLevel;
1252
+
1253
+ /**
1254
+ * Fuel blocks and other things that will be consumed when operating a starbase (POS)
1255
+ */
1256
+ fuels?: StarbaseFuels;
1257
+
1258
+ /**
1259
+ * Who can offline starbase (POS) and its structures
1260
+ */
1261
+ offline: __StarbaseAccessLevel;
1262
+
1263
+ /**
1264
+ * Who can online starbase (POS) and its structures
1265
+ */
1266
+ online: __StarbaseAccessLevel;
1267
+
1268
+ /**
1269
+ * Who can unanchor starbase (POS) and its structures
1270
+ */
1271
+ unanchor: __StarbaseAccessLevel;
1272
+
1273
+ /**
1274
+ * True if the starbase (POS) is using alliance standings, otherwise using corporation's
1275
+ */
1276
+ use_alliance_standings: boolean;
1277
+
1278
+ /**
1279
+ * Additional unspecified fields
1280
+ */
1281
+ [k: string]: unknown | undefined;
1282
+ }
1283
+
1284
+ /*!
1285
+ * ESI endpoint: get:/corporations/{corporation_id}/structures/
1286
+ */
1287
+ /**
1288
+ * state string
1289
+ */
1290
+ type GetCorporationsCorporationIdStructuresServiceState = "online" | "offline" | "cleanup";
1291
+ /**
1292
+ * Contains a list of service upgrades, and their state
1293
+ *
1294
+ * @maxItems 10
1295
+ */
1296
+ type GetCorporationsCorporationIdStructuresServices = GetCorporationsCorporationIdStructuresService[];
1297
+ /**
1298
+ * state string
1299
+ */
1300
+ type GetCorporationsCorporationIdStructuresState =
1301
+ | "anchor_vulnerable"
1302
+ | "anchoring"
1303
+ | "armor_reinforce"
1304
+ | "armor_vulnerable"
1305
+ | "deploy_vulnerable"
1306
+ | "fitting_invulnerable"
1307
+ | "hull_reinforce"
1308
+ | "hull_vulnerable"
1309
+ | "online_deprecated"
1310
+ | "onlining_vulnerable"
1311
+ | "shield_vulnerable"
1312
+ | "unanchored"
1313
+ | "unknown";
1314
+ /**
1315
+ * 200 ok array
1316
+ *
1317
+ * @maxItems 250
1318
+ */
1319
+ type GetCorporationsCorporationIdStructuresOk = GetCorporationsCorporationIdStructures_200Ok[];
1320
+
1321
+ /**
1322
+ * 200 ok object
1323
+ */
1324
+ interface GetCorporationsCorporationIdStructures_200Ok {
1325
+ /**
1326
+ * ID of the corporation that owns the structure
1327
+ */
1328
+ corporation_id: number;
1329
+ /**
1330
+ * Date on which the structure will run out of fuel
1331
+ */
1332
+ fuel_expires?: string;
1333
+ /**
1334
+ * The structure name
1335
+ */
1336
+ name?: string;
1337
+ /**
1338
+ * The date and time when the structure's newly requested reinforcement times (e.g. next_reinforce_hour and next_reinforce_day) will take effect
1339
+ */
1340
+ next_reinforce_apply?: string;
1341
+ /**
1342
+ * The requested change to reinforce_hour that will take effect at the time shown by next_reinforce_apply
1343
+ */
1344
+ next_reinforce_hour?: number;
1345
+ /**
1346
+ * The id of the ACL profile for this citadel
1347
+ */
1348
+ profile_id: number;
1349
+ /**
1350
+ * The hour of day that determines the four hour window when the structure will randomly exit its reinforcement periods and become vulnerable to attack against its armor and/or hull. The structure will become vulnerable at a random time that is +/- 2 hours centered on the value of this property
1351
+ */
1352
+ reinforce_hour?: number;
1353
+ services?: GetCorporationsCorporationIdStructuresServices;
1354
+ state: GetCorporationsCorporationIdStructuresState;
1355
+ /**
1356
+ * Date at which the structure will move to it's next state
1357
+ */
1358
+ state_timer_end?: string;
1359
+ /**
1360
+ * Date at which the structure entered it's current state
1361
+ */
1362
+ state_timer_start?: string;
1363
+ /**
1364
+ * The Item ID of the structure
1365
+ */
1366
+ structure_id: number;
1367
+ /**
1368
+ * The solar system the structure is in
1369
+ */
1370
+ system_id: number;
1371
+ type_id: number;
1372
+ /**
1373
+ * Date at which the structure will unanchor
1374
+ */
1375
+ unanchors_at?: string;
1376
+ [k: string]: unknown | undefined;
1377
+ }
1378
+ /**
1379
+ * service object
1380
+ */
1381
+ interface GetCorporationsCorporationIdStructuresService {
1382
+ /**
1383
+ * name string
1384
+ */
1385
+ name: string;
1386
+ state: GetCorporationsCorporationIdStructuresServiceState;
1387
+ [k: string]: unknown | undefined;
1388
+ }
1389
+
1390
+ /*!
1391
+ * ESI endpoint: get:/corporations/{corporation_id}/titles/
1392
+ */
1393
+
1394
+ /**
1395
+ * Base role string for all roles and grantable roles.
1396
+ */
1397
+ type GccIdTitlesBaseRole =
1398
+ | "Account_Take_1"
1399
+ | "Account_Take_2"
1400
+ | "Account_Take_3"
1401
+ | "Account_Take_4"
1402
+ | "Account_Take_5"
1403
+ | "Account_Take_6"
1404
+ | "Account_Take_7"
1405
+ | "Accountant"
1406
+ | "Auditor"
1407
+ | "Brand_Manager"
1408
+ | "Communications_Officer"
1409
+ | "Config_Equipment"
1410
+ | "Config_Starbase_Equipment"
1411
+ | "Container_Take_1"
1412
+ | "Container_Take_2"
1413
+ | "Container_Take_3"
1414
+ | "Container_Take_4"
1415
+ | "Container_Take_5"
1416
+ | "Container_Take_6"
1417
+ | "Container_Take_7"
1418
+ | "Contract_Manager"
1419
+ | "Deliveries_Container_Take"
1420
+ | "Deliveries_Query"
1421
+ | "Deliveries_Take"
1422
+ | "Diplomat"
1423
+ | "Director"
1424
+ | "Factory_Manager"
1425
+ | "Fitting_Manager"
1426
+ | "Hangar_Query_1"
1427
+ | "Hangar_Query_2"
1428
+ | "Hangar_Query_3"
1429
+ | "Hangar_Query_4"
1430
+ | "Hangar_Query_5"
1431
+ | "Hangar_Query_6"
1432
+ | "Hangar_Query_7"
1433
+ | "Hangar_Take_1"
1434
+ | "Hangar_Take_2"
1435
+ | "Hangar_Take_3"
1436
+ | "Hangar_Take_4"
1437
+ | "Hangar_Take_5"
1438
+ | "Hangar_Take_6"
1439
+ | "Hangar_Take_7"
1440
+ | "Junior_Accountant"
1441
+ | "Personnel_Manager"
1442
+ | "Project_Manager"
1443
+ | "Rent_Factory_Facility"
1444
+ | "Rent_Office"
1445
+ | "Rent_Research_Facility"
1446
+ | "Security_Officer"
1447
+ | "Skill_Plan_Manager"
1448
+ | "Starbase_Defense_Operator"
1449
+ | "Starbase_Fuel_Technician"
1450
+ | "Station_Manager"
1451
+ | "Trader";
1452
+
1453
+ /**
1454
+ * grantable_role string
1455
+ */
1456
+ type GetCorporationsCorporationIdTitlesGrantableRole = GccIdTitlesBaseRole;
1457
+
1458
+ /**
1459
+ * grantable_roles array
1460
+ *
1461
+ * @maxItems 50
1462
+ */
1463
+ type GetCorporationsCorporationIdTitlesGrantableRoles = GccIdTitlesBaseRole[];
1464
+
1465
+ /**
1466
+ * grantable_roles_at_base string
1467
+ */
1468
+ type GetCorporationsCorporationIdTitlesGrantableRolesAtBaseGrantableRolesAtBase = GccIdTitlesBaseRole;
1469
+
1470
+ /**
1471
+ * grantable_roles_at_base array
1472
+ *
1473
+ * @maxItems 50
1474
+ */
1475
+ type GetCorporationsCorporationIdTitlesGrantableRolesAtBase = GccIdTitlesBaseRole[];
1476
+
1477
+ /**
1478
+ * grantable_roles_at_hq string
1479
+ */
1480
+ type GetCorporationsCorporationIdTitlesGrantableRolesAtHqGrantableRolesAtHq = GccIdTitlesBaseRole;
1481
+
1482
+ /**
1483
+ * grantable_roles_at_hq array
1484
+ *
1485
+ * @maxItems 50
1486
+ */
1487
+ type GetCorporationsCorporationIdTitlesGrantableRolesAtHq = GccIdTitlesBaseRole[];
1488
+
1489
+ /**
1490
+ * grantable_roles_at_other string
1491
+ */
1492
+ type GetCorporationsCorporationIdTitlesGrantableRolesAtOtherGrantableRolesAtOther = GccIdTitlesBaseRole;
1493
+
1494
+ /**
1495
+ * grantable_roles_at_other array
1496
+ *
1497
+ * @maxItems 50
1498
+ */
1499
+ type GetCorporationsCorporationIdTitlesGrantableRolesAtOther = GccIdTitlesBaseRole[];
1500
+
1501
+ /**
1502
+ * role string
1503
+ */
1504
+ type GetCorporationsCorporationIdTitlesRole = GccIdTitlesBaseRole;
1505
+
1506
+ /**
1507
+ * roles array
1508
+ *
1509
+ * @maxItems 50
1510
+ */
1511
+ type GetCorporationsCorporationIdTitlesRoles = GccIdTitlesBaseRole[];
1512
+
1513
+ /**
1514
+ * roles_at_base string
1515
+ */
1516
+ type GetCorporationsCorporationIdTitlesRolesAtBaseRolesAtBase = GccIdTitlesBaseRole;
1517
+
1518
+ /**
1519
+ * roles_at_base array
1520
+ *
1521
+ * @maxItems 50
1522
+ */
1523
+ type GetCorporationsCorporationIdTitlesRolesAtBase = GccIdTitlesBaseRole[];
1524
+
1525
+ /**
1526
+ * roles_at_hq string
1527
+ */
1528
+ type GetCorporationsCorporationIdTitlesRolesAtHqRolesAtHq = GccIdTitlesBaseRole;
1529
+
1530
+ /**
1531
+ * roles_at_hq array
1532
+ *
1533
+ * @maxItems 50
1534
+ */
1535
+ type GetCorporationsCorporationIdTitlesRolesAtHq = GccIdTitlesBaseRole[];
1536
+
1537
+ /**
1538
+ * roles_at_other string
1539
+ */
1540
+ type GetCorporationsCorporationIdTitlesRolesAtOtherRolesAtOther = GccIdTitlesBaseRole;
1541
+
1542
+ /**
1543
+ * roles_at_other array
1544
+ *
1545
+ * @maxItems 50
1546
+ */
1547
+ type GetCorporationsCorporationIdTitlesRolesAtOther = GccIdTitlesBaseRole[];
1548
+
1549
+ /**
1550
+ * 200 ok array
1551
+ *
1552
+ * @maxItems 16
1553
+ */
1554
+ type GetCorporationsCorporationIdTitlesOk = GetCorporationsCorporationIdTitles_200Ok[];
1555
+
1556
+ /**
1557
+ * 200 ok object
1558
+ */
1559
+ interface GetCorporationsCorporationIdTitles_200Ok {
1560
+ grantable_roles?: GetCorporationsCorporationIdTitlesGrantableRoles;
1561
+ grantable_roles_at_base?: GetCorporationsCorporationIdTitlesGrantableRolesAtBase;
1562
+ grantable_roles_at_hq?: GetCorporationsCorporationIdTitlesGrantableRolesAtHq;
1563
+ grantable_roles_at_other?: GetCorporationsCorporationIdTitlesGrantableRolesAtOther;
1564
+ /**
1565
+ * name string
1566
+ */
1567
+ name?: string;
1568
+ roles?: GetCorporationsCorporationIdTitlesRoles;
1569
+ roles_at_base?: GetCorporationsCorporationIdTitlesRolesAtBase;
1570
+ roles_at_hq?: GetCorporationsCorporationIdTitlesRolesAtHq;
1571
+ roles_at_other?: GetCorporationsCorporationIdTitlesRolesAtOther;
1572
+ /**
1573
+ * title_id integer
1574
+ */
1575
+ title_id?: number;
1576
+ [k: string]: unknown | undefined;
1577
+ }