eve-esi-types 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. package/README.md +38 -2
  2. package/esi-request.d.mts +58 -0
  3. package/esi-request.mjs +284 -0
  4. package/package.json +12 -3
  5. package/src/get_alliances_alliance_id_contacts_labels_ok.d.ts +9 -12
  6. package/src/get_alliances_alliance_id_contacts_ok.d.ts +15 -23
  7. package/src/get_alliances_alliance_id_corporations_ok.d.ts +2 -7
  8. package/src/get_alliances_alliance_id_icons_ok.d.ts +9 -12
  9. package/src/get_alliances_alliance_id_ok.d.ts +29 -37
  10. package/src/get_alliances_ok.d.ts +2 -7
  11. package/src/get_characters_character_id_agents_research_ok.d.ts +18 -27
  12. package/src/get_characters_character_id_assets_ok.d.ts +22 -32
  13. package/src/get_characters_character_id_attributes_ok.d.ts +33 -42
  14. package/src/get_characters_character_id_blueprints_ok.d.ts +26 -37
  15. package/src/get_characters_character_id_bookmarks_folders_ok.d.ts +9 -12
  16. package/src/get_characters_character_id_bookmarks_ok.d.ts +46 -62
  17. package/src/get_characters_character_id_calendar_event_id_attendees_ok.d.ts +5 -7
  18. package/src/get_characters_character_id_calendar_event_id_ok.d.ts +37 -47
  19. package/src/get_characters_character_id_calendar_ok.d.ts +17 -22
  20. package/src/get_characters_character_id_clones_ok.d.ts +31 -43
  21. package/src/get_characters_character_id_contacts_labels_ok.d.ts +9 -12
  22. package/src/get_characters_character_id_contacts_ok.d.ts +23 -33
  23. package/src/get_characters_character_id_contracts_contract_id_bids_ok.d.ts +17 -22
  24. package/src/get_characters_character_id_contracts_contract_id_items_ok.d.ts +22 -32
  25. package/src/get_characters_character_id_contracts_ok.d.ts +77 -97
  26. package/src/get_characters_character_id_corporationhistory_ok.d.ts +17 -22
  27. package/src/get_characters_character_id_fatigue_ok.d.ts +13 -17
  28. package/src/get_characters_character_id_fittings_ok.d.ts +19 -32
  29. package/src/get_characters_character_id_fleet_ok.d.ts +13 -17
  30. package/src/get_characters_character_id_fw_stats_ok.d.ts +41 -52
  31. package/src/get_characters_character_id_implants_ok.d.ts +2 -7
  32. package/src/get_characters_character_id_industry_jobs_ok.d.ts +79 -107
  33. package/src/get_characters_character_id_killmails_recent_ok.d.ts +9 -12
  34. package/src/get_characters_character_id_location_ok.d.ts +13 -17
  35. package/src/get_characters_character_id_loyalty_points_ok.d.ts +9 -12
  36. package/src/get_characters_character_id_mail_labels_ok.d.ts +17 -22
  37. package/src/get_characters_character_id_mail_lists_ok.d.ts +9 -12
  38. package/src/get_characters_character_id_mail_mail_id_ok.d.ts +31 -43
  39. package/src/get_characters_character_id_mail_ok.d.ts +31 -43
  40. package/src/get_characters_character_id_medals_ok.d.ts +45 -57
  41. package/src/get_characters_character_id_mining_ok.d.ts +14 -22
  42. package/src/get_characters_character_id_notifications_contacts_ok.d.ts +21 -27
  43. package/src/get_characters_character_id_notifications_ok.d.ts +21 -27
  44. package/src/get_characters_character_id_ok.d.ts +41 -52
  45. package/src/get_characters_character_id_online_ok.d.ts +17 -22
  46. package/src/get_characters_character_id_opportunities_ok.d.ts +9 -12
  47. package/src/get_characters_character_id_orders_history_ok.d.ts +50 -67
  48. package/src/get_characters_character_id_orders_ok.d.ts +50 -67
  49. package/src/get_characters_character_id_planets_ok.d.ts +25 -32
  50. package/src/get_characters_character_id_planets_planet_id_ok.d.ts +110 -150
  51. package/src/get_characters_character_id_portrait_ok.d.ts +17 -22
  52. package/src/get_characters_character_id_roles_ok.d.ts +1 -2
  53. package/src/get_characters_character_id_search_ok.d.ts +62 -123
  54. package/src/get_characters_character_id_ship_ok.d.ts +10 -17
  55. package/src/get_characters_character_id_skillqueue_ok.d.ts +33 -42
  56. package/src/get_characters_character_id_skills_ok.d.ts +25 -32
  57. package/src/get_characters_character_id_standings_ok.d.ts +9 -12
  58. package/src/get_characters_character_id_titles_ok.d.ts +9 -12
  59. package/src/get_characters_character_id_wallet_journal_ok.d.ts +45 -57
  60. package/src/get_characters_character_id_wallet_ok.d.ts +1 -2
  61. package/src/get_characters_character_id_wallet_transactions_ok.d.ts +38 -52
  62. package/src/get_contracts_public_bids_contract_id_ok.d.ts +13 -17
  63. package/src/get_contracts_public_items_contract_id_ok.d.ts +34 -47
  64. package/src/get_contracts_public_region_id_ok.d.ts +61 -77
  65. package/src/get_corporation_corporation_id_mining_extractions_ok.d.ts +24 -30
  66. package/src/get_corporation_corporation_id_mining_observers_observer_id_ok.d.ts +20 -29
  67. package/src/get_corporation_corporation_id_mining_observers_ok.d.ts +10 -13
  68. package/src/get_corporations_corporation_id_alliancehistory_ok.d.ts +17 -22
  69. package/src/get_corporations_corporation_id_assets_ok.d.ts +22 -32
  70. package/src/get_corporations_corporation_id_blueprints_ok.d.ts +26 -37
  71. package/src/get_corporations_corporation_id_bookmarks_folders_ok.d.ts +13 -17
  72. package/src/get_corporations_corporation_id_bookmarks_ok.d.ts +46 -62
  73. package/src/get_corporations_corporation_id_contacts_labels_ok.d.ts +9 -12
  74. package/src/get_corporations_corporation_id_contacts_ok.d.ts +19 -28
  75. package/src/get_corporations_corporation_id_containers_logs_ok.d.ts +31 -47
  76. package/src/get_corporations_corporation_id_contracts_contract_id_bids_ok.d.ts +17 -22
  77. package/src/get_corporations_corporation_id_contracts_contract_id_items_ok.d.ts +22 -32
  78. package/src/get_corporations_corporation_id_contracts_ok.d.ts +77 -97
  79. package/src/get_corporations_corporation_id_customs_offices_ok.d.ts +53 -67
  80. package/src/get_corporations_corporation_id_divisions_ok.d.ts +17 -22
  81. package/src/get_corporations_corporation_id_facilities_ok.d.ts +10 -17
  82. package/src/get_corporations_corporation_id_fw_stats_ok.d.ts +37 -47
  83. package/src/get_corporations_corporation_id_icons_ok.d.ts +13 -17
  84. package/src/get_corporations_corporation_id_industry_jobs_ok.d.ts +79 -107
  85. package/src/get_corporations_corporation_id_killmails_recent_ok.d.ts +9 -12
  86. package/src/get_corporations_corporation_id_medals_issued_ok.d.ts +21 -27
  87. package/src/get_corporations_corporation_id_medals_ok.d.ts +21 -27
  88. package/src/get_corporations_corporation_id_members_limit_ok.d.ts +1 -2
  89. package/src/get_corporations_corporation_id_members_ok.d.ts +2 -7
  90. package/src/get_corporations_corporation_id_members_titles_ok.d.ts +143 -146
  91. package/src/get_corporations_corporation_id_membertracking_ok.d.ts +26 -37
  92. package/src/get_corporations_corporation_id_ok.d.ts +57 -72
  93. package/src/get_corporations_corporation_id_orders_history_ok.d.ts +54 -72
  94. package/src/get_corporations_corporation_id_orders_ok.d.ts +54 -72
  95. package/src/get_corporations_corporation_id_roles_history_ok.d.ts +13 -17
  96. package/src/get_corporations_corporation_id_roles_ok.d.ts +5 -7
  97. package/src/get_corporations_corporation_id_shareholders_ok.d.ts +9 -12
  98. package/src/get_corporations_corporation_id_standings_ok.d.ts +9 -12
  99. package/src/get_corporations_corporation_id_starbases_ok.d.ts +26 -37
  100. package/src/get_corporations_corporation_id_starbases_starbase_id_ok.d.ts +34 -47
  101. package/src/get_corporations_corporation_id_structures_ok.d.ts +54 -72
  102. package/src/get_corporations_corporation_id_titles_ok.d.ts +9 -12
  103. package/src/get_corporations_corporation_id_wallets_division_journal_ok.d.ts +45 -57
  104. package/src/get_corporations_corporation_id_wallets_division_transactions_ok.d.ts +34 -47
  105. package/src/get_corporations_corporation_id_wallets_ok.d.ts +9 -12
  106. package/src/get_corporations_npccorps_ok.d.ts +2 -7
  107. package/src/get_dogma_attributes_attribute_id_ok.d.ts +41 -52
  108. package/src/get_dogma_attributes_ok.d.ts +2 -7
  109. package/src/get_dogma_dynamic_items_type_id_item_id_ok.d.ts +23 -37
  110. package/src/get_dogma_effects_effect_id_ok.d.ts +105 -132
  111. package/src/get_dogma_effects_ok.d.ts +2 -7
  112. package/src/get_fleets_fleet_id_members_ok.d.ts +34 -47
  113. package/src/get_fleets_fleet_id_ok.d.ts +17 -22
  114. package/src/get_fleets_fleet_id_wings_ok.d.ts +17 -22
  115. package/src/get_fw_leaderboards_characters_ok.d.ts +49 -62
  116. package/src/get_fw_leaderboards_corporations_ok.d.ts +49 -62
  117. package/src/get_fw_leaderboards_ok.d.ts +49 -62
  118. package/src/get_fw_stats_ok.d.ts +37 -47
  119. package/src/get_fw_systems_ok.d.ts +21 -27
  120. package/src/get_fw_wars_ok.d.ts +9 -12
  121. package/src/get_incursions_ok.d.ts +28 -43
  122. package/src/get_industry_facilities_ok.d.ts +22 -32
  123. package/src/get_industry_systems_ok.d.ts +9 -12
  124. package/src/get_insurance_prices_ok.d.ts +14 -22
  125. package/src/get_killmails_killmail_id_killmail_hash_ok.d.ts +127 -179
  126. package/src/get_loyalty_stores_corporation_id_offers_ok.d.ts +27 -42
  127. package/src/get_markets_groups_market_group_id_ok.d.ts +18 -33
  128. package/src/get_markets_groups_ok.d.ts +2 -7
  129. package/src/get_markets_prices_ok.d.ts +10 -17
  130. package/src/get_markets_region_id_history_ok.d.ts +25 -32
  131. package/src/get_markets_region_id_orders_ok.d.ts +42 -57
  132. package/src/get_markets_region_id_types_ok.d.ts +2 -7
  133. package/src/get_markets_structures_structure_id_ok.d.ts +38 -52
  134. package/src/get_opportunities_groups_group_id_ok.d.ts +29 -44
  135. package/src/get_opportunities_groups_ok.d.ts +2 -7
  136. package/src/get_opportunities_tasks_ok.d.ts +2 -7
  137. package/src/get_opportunities_tasks_task_id_ok.d.ts +17 -22
  138. package/src/get_route_origin_destination_ok.d.ts +2 -7
  139. package/src/get_sovereignty_campaigns_ok.d.ts +48 -59
  140. package/src/get_sovereignty_map_ok.d.ts +17 -22
  141. package/src/get_sovereignty_structures_ok.d.ts +31 -43
  142. package/src/get_status_ok.d.ts +17 -22
  143. package/src/get_universe_ancestries_ok.d.ts +25 -32
  144. package/src/get_universe_asteroid_belts_asteroid_belt_id_ok.d.ts +21 -27
  145. package/src/get_universe_bloodlines_ok.d.ts +42 -57
  146. package/src/get_universe_categories_category_id_ok.d.ts +19 -28
  147. package/src/get_universe_categories_ok.d.ts +2 -7
  148. package/src/get_universe_constellations_constellation_id_ok.d.ts +31 -43
  149. package/src/get_universe_constellations_ok.d.ts +2 -7
  150. package/src/get_universe_factions_ok.d.ts +41 -52
  151. package/src/get_universe_graphics_graphic_id_ok.d.ts +33 -42
  152. package/src/get_universe_graphics_ok.d.ts +2 -7
  153. package/src/get_universe_groups_group_id_ok.d.ts +18 -33
  154. package/src/get_universe_groups_ok.d.ts +2 -7
  155. package/src/get_universe_moons_moon_id_ok.d.ts +25 -32
  156. package/src/get_universe_planets_planet_id_ok.d.ts +26 -37
  157. package/src/get_universe_races_ok.d.ts +17 -22
  158. package/src/get_universe_regions_ok.d.ts +2 -7
  159. package/src/get_universe_regions_region_id_ok.d.ts +19 -28
  160. package/src/get_universe_schematics_schematic_id_ok.d.ts +9 -12
  161. package/src/get_universe_stargates_stargate_id_ok.d.ts +34 -47
  162. package/src/get_universe_stars_star_id_ok.d.ts +26 -37
  163. package/src/get_universe_stations_station_id_ok.d.ts +50 -67
  164. package/src/get_universe_structures_ok.d.ts +2 -7
  165. package/src/get_universe_structures_structure_id_ok.d.ts +26 -37
  166. package/src/get_universe_system_jumps_ok.d.ts +9 -12
  167. package/src/get_universe_system_kills_ok.d.ts +17 -22
  168. package/src/get_universe_systems_ok.d.ts +2 -7
  169. package/src/get_universe_systems_system_id_ok.d.ts +65 -96
  170. package/src/get_universe_types_ok.d.ts +2 -7
  171. package/src/get_universe_types_type_id_ok.d.ts +70 -92
  172. package/src/get_wars_ok.d.ts +2 -7
  173. package/src/get_wars_war_id_killmails_ok.d.ts +9 -12
  174. package/src/get_wars_war_id_ok.d.ts +69 -87
  175. package/src/index.d.ts +33 -8
  176. package/src/post_characters_affiliation_ok.d.ts +17 -22
  177. package/src/post_characters_character_id_assets_locations_ok.d.ts +17 -22
  178. package/src/post_characters_character_id_assets_names_ok.d.ts +9 -12
  179. package/src/post_characters_character_id_contacts_created.d.ts +2 -7
  180. package/src/post_characters_character_id_cspa_created.d.ts +1 -2
  181. package/src/post_characters_character_id_fittings_created.d.ts +5 -7
  182. package/src/post_characters_character_id_mail_created.d.ts +1 -2
  183. package/src/post_characters_character_id_mail_labels_created.d.ts +1 -2
  184. package/src/post_corporations_corporation_id_assets_locations_ok.d.ts +17 -22
  185. package/src/post_corporations_corporation_id_assets_names_ok.d.ts +9 -12
  186. package/src/post_fleets_fleet_id_members_invitation.d.ts +13 -17
  187. package/src/post_fleets_fleet_id_wings_created.d.ts +5 -7
  188. package/src/post_fleets_fleet_id_wings_wing_id_squads_created.d.ts +5 -7
  189. package/src/post_ui_openwindow_newmail_new_mail.d.ts +22 -28
  190. package/src/post_universe_ids_ok.d.ts +82 -237
  191. package/src/post_universe_names_ok.d.ts +9 -12
  192. package/src/put_characters_character_id_calendar_event_id_response.d.ts +1 -2
  193. package/src/put_characters_character_id_contacts_contact_ids.d.ts +6 -8
  194. package/src/put_characters_character_id_mail_mail_id_contents.d.ts +11 -18
  195. package/src/put_fleets_fleet_id_members_member_id_movement.d.ts +9 -12
  196. package/src/put_fleets_fleet_id_new_settings.d.ts +9 -12
  197. package/src/put_fleets_fleet_id_squads_squad_id_naming.d.ts +5 -7
  198. package/src/put_fleets_fleet_id_wings_wing_id_naming.d.ts +5 -7
  199. package/tsconfig.json +23 -0
  200. package/src/post_characters_character_id_contacts_contact_ids.d.ts +0 -18
  201. package/src/post_characters_character_id_cspa_characters.d.ts +0 -18
  202. package/src/post_characters_character_id_fittings_fitting.d.ts +0 -101
  203. package/src/post_characters_character_id_mail_labels_label.d.ts +0 -39
  204. package/src/post_characters_character_id_mail_mail.d.ts +0 -53
@@ -1,27 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/agents_research/
3
3
  */
4
-
5
- /**
6
- * agent_id integer
7
- */
8
- type GetCharactersCharacterIdAgentsResearchAgentId = number;
9
- /**
10
- * points_per_day number
11
- */
12
- type GetCharactersCharacterIdAgentsResearchPointsPerDay = number;
13
- /**
14
- * remainder_points number
15
- */
16
- type GetCharactersCharacterIdAgentsResearchRemainderPoints = number;
17
- /**
18
- * skill_type_id integer
19
- */
20
- type GetCharactersCharacterIdAgentsResearchSkillTypeId = number;
21
- /**
22
- * started_at string
23
- */
24
- type GetCharactersCharacterIdAgentsResearchStartedAt = string;
25
4
  /**
26
5
  * 200 ok array
27
6
  *
@@ -33,10 +12,22 @@ type GetCharactersCharacterIdAgentsResearchOk = GetCharactersCharacterIdAgentsRe
33
12
  * 200 ok object
34
13
  */
35
14
  interface GetCharactersCharacterIdAgentsResearch_200Ok {
36
- agent_id: GetCharactersCharacterIdAgentsResearchAgentId;
37
- points_per_day: GetCharactersCharacterIdAgentsResearchPointsPerDay;
38
- remainder_points: GetCharactersCharacterIdAgentsResearchRemainderPoints;
39
- skill_type_id: GetCharactersCharacterIdAgentsResearchSkillTypeId;
40
- started_at: GetCharactersCharacterIdAgentsResearchStartedAt;
15
+ /**
16
+ * agent_id integer
17
+ */
18
+ agent_id: number;
19
+ /**
20
+ * points_per_day number
21
+ */
22
+ points_per_day: number;
23
+ /**
24
+ * remainder_points number
25
+ */
26
+ remainder_points: number;
27
+ skill_type_id: number;
28
+ /**
29
+ * started_at string
30
+ */
31
+ started_at: string;
41
32
  [k: string]: unknown | undefined;
42
33
  }
@@ -1,19 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/assets/
3
3
  */
4
-
5
- /**
6
- * is_blueprint_copy boolean
7
- */
8
- type GetCharactersCharacterIdAssetsIsBlueprintCopy = boolean;
9
- /**
10
- * is_singleton boolean
11
- */
12
- type GetCharactersCharacterIdAssetsIsSingleton = boolean;
13
- /**
14
- * item_id integer
15
- */
16
- type GetCharactersCharacterIdAssetsItemId = number;
17
4
  /**
18
5
  * location_flag string
19
6
  */
@@ -105,22 +92,10 @@ type GetCharactersCharacterIdAssetsLocationFlag =
105
92
  | "SubSystemSlot7"
106
93
  | "Unlocked"
107
94
  | "Wardrobe";
108
- /**
109
- * location_id integer
110
- */
111
- type GetCharactersCharacterIdAssetsLocationId = number;
112
95
  /**
113
96
  * location_type string
114
97
  */
115
98
  type GetCharactersCharacterIdAssetsLocationType = "station" | "solar_system" | "item" | "other";
116
- /**
117
- * quantity integer
118
- */
119
- type GetCharactersCharacterIdAssetsQuantity = number;
120
- /**
121
- * type_id integer
122
- */
123
- type GetCharactersCharacterIdAssetsTypeId = number;
124
99
  /**
125
100
  * 200 ok array
126
101
  *
@@ -132,13 +107,28 @@ type GetCharactersCharacterIdAssetsOk = GetCharactersCharacterIdAssets_200Ok[];
132
107
  * 200 ok object
133
108
  */
134
109
  interface GetCharactersCharacterIdAssets_200Ok {
135
- is_blueprint_copy?: GetCharactersCharacterIdAssetsIsBlueprintCopy;
136
- is_singleton: GetCharactersCharacterIdAssetsIsSingleton;
137
- item_id: GetCharactersCharacterIdAssetsItemId;
110
+ /**
111
+ * is_blueprint_copy boolean
112
+ */
113
+ is_blueprint_copy?: boolean;
114
+ /**
115
+ * is_singleton boolean
116
+ */
117
+ is_singleton: boolean;
118
+ /**
119
+ * item_id integer
120
+ */
121
+ item_id: number;
138
122
  location_flag: GetCharactersCharacterIdAssetsLocationFlag;
139
- location_id: GetCharactersCharacterIdAssetsLocationId;
123
+ /**
124
+ * location_id integer
125
+ */
126
+ location_id: number;
140
127
  location_type: GetCharactersCharacterIdAssetsLocationType;
141
- quantity: GetCharactersCharacterIdAssetsQuantity;
142
- type_id: GetCharactersCharacterIdAssetsTypeId;
128
+ /**
129
+ * quantity integer
130
+ */
131
+ quantity: number;
132
+ type_id: number;
143
133
  [k: string]: unknown | undefined;
144
134
  }
@@ -1,51 +1,42 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/attributes/
3
3
  */
4
4
 
5
- /**
6
- * Neural remapping cooldown after a character uses remap accrued over time
7
- */
8
- type GetCharactersCharacterIdAttributesAccruedRemapCooldownDate = string;
9
- /**
10
- * Number of available bonus character neural remaps
11
- */
12
- type GetCharactersCharacterIdAttributesBonusRemaps = number;
13
- /**
14
- * charisma integer
15
- */
16
- type GetCharactersCharacterIdAttributesCharisma = number;
17
- /**
18
- * intelligence integer
19
- */
20
- type GetCharactersCharacterIdAttributesIntelligence = number;
21
- /**
22
- * Datetime of last neural remap, including usage of bonus remaps
23
- */
24
- type GetCharactersCharacterIdAttributesLastRemapDate = string;
25
- /**
26
- * memory integer
27
- */
28
- type GetCharactersCharacterIdAttributesMemory = number;
29
- /**
30
- * perception integer
31
- */
32
- type GetCharactersCharacterIdAttributesPerception = number;
33
- /**
34
- * willpower integer
35
- */
36
- type GetCharactersCharacterIdAttributesWillpower = number;
37
-
38
5
  /**
39
6
  * 200 ok object
40
7
  */
41
8
  interface GetCharactersCharacterIdAttributesOk {
42
- accrued_remap_cooldown_date?: GetCharactersCharacterIdAttributesAccruedRemapCooldownDate;
43
- bonus_remaps?: GetCharactersCharacterIdAttributesBonusRemaps;
44
- charisma: GetCharactersCharacterIdAttributesCharisma;
45
- intelligence: GetCharactersCharacterIdAttributesIntelligence;
46
- last_remap_date?: GetCharactersCharacterIdAttributesLastRemapDate;
47
- memory: GetCharactersCharacterIdAttributesMemory;
48
- perception: GetCharactersCharacterIdAttributesPerception;
49
- willpower: GetCharactersCharacterIdAttributesWillpower;
9
+ /**
10
+ * Neural remapping cooldown after a character uses remap accrued over time
11
+ */
12
+ accrued_remap_cooldown_date?: string;
13
+ /**
14
+ * Number of available bonus character neural remaps
15
+ */
16
+ bonus_remaps?: number;
17
+ /**
18
+ * charisma integer
19
+ */
20
+ charisma: number;
21
+ /**
22
+ * intelligence integer
23
+ */
24
+ intelligence: number;
25
+ /**
26
+ * Datetime of last neural remap, including usage of bonus remaps
27
+ */
28
+ last_remap_date?: string;
29
+ /**
30
+ * memory integer
31
+ */
32
+ memory: number;
33
+ /**
34
+ * perception integer
35
+ */
36
+ perception: number;
37
+ /**
38
+ * willpower integer
39
+ */
40
+ willpower: number;
50
41
  [k: string]: unknown | undefined;
51
42
  }
@@ -1,11 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/blueprints/
3
3
  */
4
-
5
- /**
6
- * Unique ID for this item.
7
- */
8
- type GetCharactersCharacterIdBlueprintsItemId = number;
9
4
  /**
10
5
  * Type of the location_id
11
6
  */
@@ -86,30 +81,6 @@ type GetCharactersCharacterIdBlueprintsLocationFlag =
86
81
  | "FighterTube3"
87
82
  | "FighterTube4"
88
83
  | "Module";
89
- /**
90
- * References a station, a ship or an item_id if this blueprint is located within a container. If the return value is an item_id, then the Character AssetList API must be queried to find the container using the given item_id to determine the correct location of the Blueprint.
91
- */
92
- type GetCharactersCharacterIdBlueprintsLocationId = number;
93
- /**
94
- * Material Efficiency Level of the blueprint.
95
- */
96
- type GetCharactersCharacterIdBlueprintsMaterialEfficiency = number;
97
- /**
98
- * 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).
99
- */
100
- type GetCharactersCharacterIdBlueprintsQuantity = number;
101
- /**
102
- * Number of runs remaining if the blueprint is a copy, -1 if it is an original.
103
- */
104
- type GetCharactersCharacterIdBlueprintsRuns = number;
105
- /**
106
- * Time Efficiency Level of the blueprint.
107
- */
108
- type GetCharactersCharacterIdBlueprintsTimeEfficiency = number;
109
- /**
110
- * type_id integer
111
- */
112
- type GetCharactersCharacterIdBlueprintsTypeId = number;
113
84
  /**
114
85
  * 200 ok array
115
86
  *
@@ -121,13 +92,31 @@ type GetCharactersCharacterIdBlueprintsOk = GetCharactersCharacterIdBlueprints_2
121
92
  * 200 ok object
122
93
  */
123
94
  interface GetCharactersCharacterIdBlueprints_200Ok {
124
- item_id: GetCharactersCharacterIdBlueprintsItemId;
95
+ /**
96
+ * Unique ID for this item.
97
+ */
98
+ item_id: number;
125
99
  location_flag: GetCharactersCharacterIdBlueprintsLocationFlag;
126
- location_id: GetCharactersCharacterIdBlueprintsLocationId;
127
- material_efficiency: GetCharactersCharacterIdBlueprintsMaterialEfficiency;
128
- quantity: GetCharactersCharacterIdBlueprintsQuantity;
129
- runs: GetCharactersCharacterIdBlueprintsRuns;
130
- time_efficiency: GetCharactersCharacterIdBlueprintsTimeEfficiency;
131
- type_id: GetCharactersCharacterIdBlueprintsTypeId;
100
+ /**
101
+ * References a station, a ship or an item_id if this blueprint is located within a container. If the return value is an item_id, then the Character AssetList API must be queried to find the container using the given item_id to determine the correct location of the Blueprint.
102
+ */
103
+ location_id: number;
104
+ /**
105
+ * Material Efficiency Level of the blueprint.
106
+ */
107
+ material_efficiency: number;
108
+ /**
109
+ * 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).
110
+ */
111
+ quantity: number;
112
+ /**
113
+ * Number of runs remaining if the blueprint is a copy, -1 if it is an original.
114
+ */
115
+ runs: number;
116
+ /**
117
+ * Time Efficiency Level of the blueprint.
118
+ */
119
+ time_efficiency: number;
120
+ type_id: number;
132
121
  [k: string]: unknown | undefined;
133
122
  }
@@ -1,15 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/bookmarks/folders/
3
3
  */
4
-
5
- /**
6
- * folder_id integer
7
- */
8
- type GetCharactersCharacterIdBookmarksFoldersFolderId = number;
9
- /**
10
- * name string
11
- */
12
- type GetCharactersCharacterIdBookmarksFoldersName = string;
13
4
  /**
14
5
  * 200 ok array
15
6
  *
@@ -21,7 +12,13 @@ type GetCharactersCharacterIdBookmarksFoldersOk = GetCharactersCharacterIdBookma
21
12
  * 200 ok object
22
13
  */
23
14
  interface GetCharactersCharacterIdBookmarksFolders_200Ok {
24
- folder_id: GetCharactersCharacterIdBookmarksFoldersFolderId;
25
- name: GetCharactersCharacterIdBookmarksFoldersName;
15
+ /**
16
+ * folder_id integer
17
+ */
18
+ folder_id: number;
19
+ /**
20
+ * name string
21
+ */
22
+ name: string;
26
23
  [k: string]: unknown | undefined;
27
24
  }
@@ -1,55 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/bookmarks/
3
3
  */
4
-
5
- /**
6
- * bookmark_id integer
7
- */
8
- type GetCharactersCharacterIdBookmarksBookmarkId = number;
9
- /**
10
- * x number
11
- */
12
- type GetCharactersCharacterIdBookmarksX = number;
13
- /**
14
- * y number
15
- */
16
- type GetCharactersCharacterIdBookmarksY = number;
17
- /**
18
- * z number
19
- */
20
- type GetCharactersCharacterIdBookmarksZ = number;
21
- /**
22
- * created string
23
- */
24
- type GetCharactersCharacterIdBookmarksCreated = string;
25
- /**
26
- * creator_id integer
27
- */
28
- type GetCharactersCharacterIdBookmarksCreatorId = number;
29
- /**
30
- * folder_id integer
31
- */
32
- type GetCharactersCharacterIdBookmarksFolderId = number;
33
- /**
34
- * item_id integer
35
- */
36
- type GetCharactersCharacterIdBookmarksItemId = number;
37
- /**
38
- * type_id integer
39
- */
40
- type GetCharactersCharacterIdBookmarksTypeId = number;
41
- /**
42
- * label string
43
- */
44
- type GetCharactersCharacterIdBookmarksLabel = string;
45
- /**
46
- * location_id integer
47
- */
48
- type GetCharactersCharacterIdBookmarksLocationId = number;
49
- /**
50
- * notes string
51
- */
52
- type GetCharactersCharacterIdBookmarksNotes = string;
53
4
  /**
54
5
  * 200 ok array
55
6
  *
@@ -61,31 +12,64 @@ type GetCharactersCharacterIdBookmarksOk = GetCharactersCharacterIdBookmarks_200
61
12
  * 200 ok object
62
13
  */
63
14
  interface GetCharactersCharacterIdBookmarks_200Ok {
64
- bookmark_id: GetCharactersCharacterIdBookmarksBookmarkId;
15
+ /**
16
+ * bookmark_id integer
17
+ */
18
+ bookmark_id: number;
65
19
  coordinates?: GetCharactersCharacterIdBookmarksCoordinates;
66
- created: GetCharactersCharacterIdBookmarksCreated;
67
- creator_id: GetCharactersCharacterIdBookmarksCreatorId;
68
- folder_id?: GetCharactersCharacterIdBookmarksFolderId;
20
+ /**
21
+ * created string
22
+ */
23
+ created: string;
24
+ /**
25
+ * creator_id integer
26
+ */
27
+ creator_id: number;
28
+ /**
29
+ * folder_id integer
30
+ */
31
+ folder_id?: number;
69
32
  item?: GetCharactersCharacterIdBookmarksItem;
70
- label: GetCharactersCharacterIdBookmarksLabel;
71
- location_id: GetCharactersCharacterIdBookmarksLocationId;
72
- notes: GetCharactersCharacterIdBookmarksNotes;
33
+ /**
34
+ * label string
35
+ */
36
+ label: string;
37
+ /**
38
+ * location_id integer
39
+ */
40
+ location_id: number;
41
+ /**
42
+ * notes string
43
+ */
44
+ notes: string;
73
45
  [k: string]: unknown | undefined;
74
46
  }
75
47
  /**
76
48
  * Optional object that is returned if a bookmark was made on a planet or a random location in space.
77
49
  */
78
50
  interface GetCharactersCharacterIdBookmarksCoordinates {
79
- x: GetCharactersCharacterIdBookmarksX;
80
- y: GetCharactersCharacterIdBookmarksY;
81
- z: GetCharactersCharacterIdBookmarksZ;
51
+ /**
52
+ * x number
53
+ */
54
+ x: number;
55
+ /**
56
+ * y number
57
+ */
58
+ y: number;
59
+ /**
60
+ * z number
61
+ */
62
+ z: number;
82
63
  [k: string]: unknown | undefined;
83
64
  }
84
65
  /**
85
66
  * Optional object that is returned if a bookmark was made on a particular item.
86
67
  */
87
68
  interface GetCharactersCharacterIdBookmarksItem {
88
- item_id: GetCharactersCharacterIdBookmarksItemId;
89
- type_id: GetCharactersCharacterIdBookmarksTypeId;
69
+ /**
70
+ * item_id integer
71
+ */
72
+ item_id: number;
73
+ type_id: number;
90
74
  [k: string]: unknown | undefined;
91
75
  }
@@ -1,11 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/calendar/{event_id}/attendees/
3
3
  */
4
-
5
- /**
6
- * character_id integer
7
- */
8
- type GetCharactersCharacterIdCalendarEventIdAttendeesCharacterId = number;
9
4
  /**
10
5
  * event_response string
11
6
  */
@@ -26,7 +21,10 @@ type GetCharactersCharacterIdCalendarEventIdAttendeesOk =
26
21
  * character_id and response of an attendee
27
22
  */
28
23
  interface GetCharactersCharacterIdCalendarEventIdAttendees_200Ok {
29
- character_id?: GetCharactersCharacterIdCalendarEventIdAttendeesCharacterId;
24
+ /**
25
+ * character_id integer
26
+ */
27
+ character_id?: number;
30
28
  event_response?: GetCharactersCharacterIdCalendarEventIdAttendeesEventResponse;
31
29
  [k: string]: unknown | undefined;
32
30
  }
@@ -1,31 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/calendar/{event_id}/
3
3
  */
4
-
5
- /**
6
- * date string
7
- */
8
- type GetCharactersCharacterIdCalendarEventIdDate = string;
9
- /**
10
- * Length in minutes
11
- */
12
- type GetCharactersCharacterIdCalendarEventIdDuration = number;
13
- /**
14
- * event_id integer
15
- */
16
- type GetCharactersCharacterIdCalendarEventIdEventId = number;
17
- /**
18
- * importance integer
19
- */
20
- type GetCharactersCharacterIdCalendarEventIdImportance = number;
21
- /**
22
- * owner_id integer
23
- */
24
- type GetCharactersCharacterIdCalendarEventIdOwnerId = number;
25
- /**
26
- * owner_name string
27
- */
28
- type GetCharactersCharacterIdCalendarEventIdOwnerName = string;
29
4
  /**
30
5
  * owner_type string
31
6
  */
@@ -35,32 +10,47 @@ type GetCharactersCharacterIdCalendarEventIdOwnerType =
35
10
  | "faction"
36
11
  | "character"
37
12
  | "alliance";
38
- /**
39
- * response string
40
- */
41
- type GetCharactersCharacterIdCalendarEventIdResponse = string;
42
- /**
43
- * text string
44
- */
45
- type GetCharactersCharacterIdCalendarEventIdText = string;
46
- /**
47
- * title string
48
- */
49
- type GetCharactersCharacterIdCalendarEventIdTitle = string;
50
13
 
51
14
  /**
52
15
  * Full details of a specific event
53
16
  */
54
17
  interface GetCharactersCharacterIdCalendarEventIdOk {
55
- date: GetCharactersCharacterIdCalendarEventIdDate;
56
- duration: GetCharactersCharacterIdCalendarEventIdDuration;
57
- event_id: GetCharactersCharacterIdCalendarEventIdEventId;
58
- importance: GetCharactersCharacterIdCalendarEventIdImportance;
59
- owner_id: GetCharactersCharacterIdCalendarEventIdOwnerId;
60
- owner_name: GetCharactersCharacterIdCalendarEventIdOwnerName;
18
+ /**
19
+ * date string
20
+ */
21
+ date: string;
22
+ /**
23
+ * Length in minutes
24
+ */
25
+ duration: number;
26
+ /**
27
+ * event_id integer
28
+ */
29
+ event_id: number;
30
+ /**
31
+ * importance integer
32
+ */
33
+ importance: number;
34
+ /**
35
+ * owner_id integer
36
+ */
37
+ owner_id: number;
38
+ /**
39
+ * owner_name string
40
+ */
41
+ owner_name: string;
61
42
  owner_type: GetCharactersCharacterIdCalendarEventIdOwnerType;
62
- response: GetCharactersCharacterIdCalendarEventIdResponse;
63
- text: GetCharactersCharacterIdCalendarEventIdText;
64
- title: GetCharactersCharacterIdCalendarEventIdTitle;
43
+ /**
44
+ * response string
45
+ */
46
+ response: string;
47
+ /**
48
+ * text string
49
+ */
50
+ text: string;
51
+ /**
52
+ * title string
53
+ */
54
+ title: string;
65
55
  [k: string]: unknown | undefined;
66
56
  }
@@ -1,27 +1,10 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/calendar/
3
3
  */
4
-
5
- /**
6
- * event_date string
7
- */
8
- type GetCharactersCharacterIdCalendarEventDate = string;
9
- /**
10
- * event_id integer
11
- */
12
- type GetCharactersCharacterIdCalendarEventId = number;
13
4
  /**
14
5
  * event_response string
15
6
  */
16
7
  type GetCharactersCharacterIdCalendarEventResponse = "declined" | "not_responded" | "accepted" | "tentative";
17
- /**
18
- * importance integer
19
- */
20
- type GetCharactersCharacterIdCalendarImportance = number;
21
- /**
22
- * title string
23
- */
24
- type GetCharactersCharacterIdCalendarTitle = string;
25
8
  /**
26
9
  * Up to 50 events from now or the event you requested
27
10
  *
@@ -33,10 +16,22 @@ type GetCharactersCharacterIdCalendarOk = GetCharactersCharacterIdCalendar_200Ok
33
16
  * event
34
17
  */
35
18
  interface GetCharactersCharacterIdCalendar_200Ok {
36
- event_date?: GetCharactersCharacterIdCalendarEventDate;
37
- event_id?: GetCharactersCharacterIdCalendarEventId;
19
+ /**
20
+ * event_date string
21
+ */
22
+ event_date?: string;
23
+ /**
24
+ * event_id integer
25
+ */
26
+ event_id?: number;
38
27
  event_response?: GetCharactersCharacterIdCalendarEventResponse;
39
- importance?: GetCharactersCharacterIdCalendarImportance;
40
- title?: GetCharactersCharacterIdCalendarTitle;
28
+ /**
29
+ * importance integer
30
+ */
31
+ importance?: number;
32
+ /**
33
+ * title string
34
+ */
35
+ title?: string;
41
36
  [k: string]: unknown | undefined;
42
37
  }