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,33 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/mail/{mail_id}/
3
3
  */
4
-
5
- /**
6
- * Mail's body
7
- */
8
- type GetCharactersCharacterIdMailMailIdBody = string;
9
- /**
10
- * From whom the mail was sent
11
- */
12
- type GetCharactersCharacterIdMailMailIdFrom = number;
13
- /**
14
- * label integer
15
- */
16
- type GetCharactersCharacterIdMailMailIdLabel = number;
17
- /**
18
- * Labels attached to the mail
19
- *
20
- * @maxItems 25
21
- */
22
- type GetCharactersCharacterIdMailMailIdLabels = GetCharactersCharacterIdMailMailIdLabel[];
23
- /**
24
- * Whether the mail is flagged as read
25
- */
26
- type GetCharactersCharacterIdMailMailIdRead = boolean;
27
- /**
28
- * recipient_id integer
29
- */
30
- type GetCharactersCharacterIdMailMailIdRecipientId = number;
31
4
  /**
32
5
  * recipient_type string
33
6
  */
@@ -39,33 +12,48 @@ type GetCharactersCharacterIdMailMailIdRecipientType = "alliance" | "character"
39
12
  * @maxItems 52
40
13
  */
41
14
  type GetCharactersCharacterIdMailMailIdRecipients = GetCharactersCharacterIdMailMailIdRecipient[];
42
- /**
43
- * Mail subject
44
- */
45
- type GetCharactersCharacterIdMailMailIdSubject = string;
46
- /**
47
- * When the mail was sent
48
- */
49
- type GetCharactersCharacterIdMailMailIdTimestamp = string;
50
15
 
51
16
  /**
52
17
  * 200 ok object
53
18
  */
54
19
  interface GetCharactersCharacterIdMailMailIdOk {
55
- body?: GetCharactersCharacterIdMailMailIdBody;
56
- from?: GetCharactersCharacterIdMailMailIdFrom;
57
- labels?: GetCharactersCharacterIdMailMailIdLabels;
58
- read?: GetCharactersCharacterIdMailMailIdRead;
20
+ /**
21
+ * Mail's body
22
+ */
23
+ body?: string;
24
+ /**
25
+ * From whom the mail was sent
26
+ */
27
+ from?: number;
28
+ /**
29
+ * Labels attached to the mail
30
+ *
31
+ * @maxItems 25
32
+ */
33
+ labels?: number[];
34
+ /**
35
+ * Whether the mail is flagged as read
36
+ */
37
+ read?: boolean;
59
38
  recipients?: GetCharactersCharacterIdMailMailIdRecipients;
60
- subject?: GetCharactersCharacterIdMailMailIdSubject;
61
- timestamp?: GetCharactersCharacterIdMailMailIdTimestamp;
39
+ /**
40
+ * Mail subject
41
+ */
42
+ subject?: string;
43
+ /**
44
+ * When the mail was sent
45
+ */
46
+ timestamp?: string;
62
47
  [k: string]: unknown | undefined;
63
48
  }
64
49
  /**
65
50
  * recipient object
66
51
  */
67
52
  interface GetCharactersCharacterIdMailMailIdRecipient {
68
- recipient_id: GetCharactersCharacterIdMailMailIdRecipientId;
53
+ /**
54
+ * recipient_id integer
55
+ */
56
+ recipient_id: number;
69
57
  recipient_type: GetCharactersCharacterIdMailMailIdRecipientType;
70
58
  [k: string]: unknown | undefined;
71
59
  }
@@ -1,33 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/mail/
3
3
  */
4
-
5
- /**
6
- * From whom the mail was sent
7
- */
8
- type GetCharactersCharacterIdMailFrom = number;
9
- /**
10
- * is_read boolean
11
- */
12
- type GetCharactersCharacterIdMailIsRead = boolean;
13
- /**
14
- * label integer
15
- */
16
- type GetCharactersCharacterIdMailLabel = number;
17
- /**
18
- * labels array
19
- *
20
- * @maxItems 25
21
- */
22
- type GetCharactersCharacterIdMailLabels = GetCharactersCharacterIdMailLabel[];
23
- /**
24
- * mail_id integer
25
- */
26
- type GetCharactersCharacterIdMailMailId = number;
27
- /**
28
- * recipient_id integer
29
- */
30
- type GetCharactersCharacterIdMailRecipientId = number;
31
4
  /**
32
5
  * recipient_type string
33
6
  */
@@ -39,14 +12,6 @@ type GetCharactersCharacterIdMailRecipientType = "alliance" | "character" | "cor
39
12
  * @maxItems 52
40
13
  */
41
14
  type GetCharactersCharacterIdMailRecipients = GetCharactersCharacterIdMailRecipient[];
42
- /**
43
- * Mail subject
44
- */
45
- type GetCharactersCharacterIdMailSubject = string;
46
- /**
47
- * When the mail was sent
48
- */
49
- type GetCharactersCharacterIdMailTimestamp = string;
50
15
  /**
51
16
  * 200 ok array
52
17
  *
@@ -58,20 +23,43 @@ type GetCharactersCharacterIdMailOk = GetCharactersCharacterIdMail_200Ok[];
58
23
  * 200 ok object
59
24
  */
60
25
  interface GetCharactersCharacterIdMail_200Ok {
61
- from?: GetCharactersCharacterIdMailFrom;
62
- is_read?: GetCharactersCharacterIdMailIsRead;
63
- labels?: GetCharactersCharacterIdMailLabels;
64
- mail_id?: GetCharactersCharacterIdMailMailId;
26
+ /**
27
+ * From whom the mail was sent
28
+ */
29
+ from?: number;
30
+ /**
31
+ * is_read boolean
32
+ */
33
+ is_read?: boolean;
34
+ /**
35
+ * labels array
36
+ *
37
+ * @maxItems 25
38
+ */
39
+ labels?: number[];
40
+ /**
41
+ * mail_id integer
42
+ */
43
+ mail_id?: number;
65
44
  recipients?: GetCharactersCharacterIdMailRecipients;
66
- subject?: GetCharactersCharacterIdMailSubject;
67
- timestamp?: GetCharactersCharacterIdMailTimestamp;
45
+ /**
46
+ * Mail subject
47
+ */
48
+ subject?: string;
49
+ /**
50
+ * When the mail was sent
51
+ */
52
+ timestamp?: string;
68
53
  [k: string]: unknown | undefined;
69
54
  }
70
55
  /**
71
56
  * recipient object
72
57
  */
73
58
  interface GetCharactersCharacterIdMailRecipient {
74
- recipient_id: GetCharactersCharacterIdMailRecipientId;
59
+ /**
60
+ * recipient_id integer
61
+ */
62
+ recipient_id: number;
75
63
  recipient_type: GetCharactersCharacterIdMailRecipientType;
76
64
  [k: string]: unknown | undefined;
77
65
  }
@@ -1,19 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/medals/
3
3
  */
4
-
5
- /**
6
- * corporation_id integer
7
- */
8
- type GetCharactersCharacterIdMedalsCorporationId = number;
9
- /**
10
- * date string
11
- */
12
- type GetCharactersCharacterIdMedalsDate = string;
13
- /**
14
- * description string
15
- */
16
- type GetCharactersCharacterIdMedalsDescription = string;
17
4
  /**
18
5
  * graphics array
19
6
  *
@@ -77,42 +64,10 @@ type GetCharactersCharacterIdMedalsGraphics =
77
64
  GetCharactersCharacterIdMedalsGraphic,
78
65
  GetCharactersCharacterIdMedalsGraphic
79
66
  ];
80
- /**
81
- * color integer
82
- */
83
- type GetCharactersCharacterIdMedalsColor = number;
84
- /**
85
- * graphic string
86
- */
87
- type GetCharactersCharacterIdMedalsGraphicGraphic = string;
88
- /**
89
- * layer integer
90
- */
91
- type GetCharactersCharacterIdMedalsLayer = number;
92
- /**
93
- * part integer
94
- */
95
- type GetCharactersCharacterIdMedalsPart = number;
96
- /**
97
- * issuer_id integer
98
- */
99
- type GetCharactersCharacterIdMedalsIssuerId = number;
100
- /**
101
- * medal_id integer
102
- */
103
- type GetCharactersCharacterIdMedalsMedalId = number;
104
- /**
105
- * reason string
106
- */
107
- type GetCharactersCharacterIdMedalsReason = string;
108
67
  /**
109
68
  * status string
110
69
  */
111
70
  type GetCharactersCharacterIdMedalsStatus = "public" | "private";
112
- /**
113
- * title string
114
- */
115
- type GetCharactersCharacterIdMedalsTitle = string;
116
71
  /**
117
72
  * 200 ok array
118
73
  *
@@ -124,24 +79,57 @@ type GetCharactersCharacterIdMedalsOk = GetCharactersCharacterIdMedals_200Ok[];
124
79
  * 200 ok object
125
80
  */
126
81
  interface GetCharactersCharacterIdMedals_200Ok {
127
- corporation_id: GetCharactersCharacterIdMedalsCorporationId;
128
- date: GetCharactersCharacterIdMedalsDate;
129
- description: GetCharactersCharacterIdMedalsDescription;
82
+ /**
83
+ * corporation_id integer
84
+ */
85
+ corporation_id: number;
86
+ /**
87
+ * date string
88
+ */
89
+ date: string;
90
+ /**
91
+ * description string
92
+ */
93
+ description: string;
130
94
  graphics: GetCharactersCharacterIdMedalsGraphics;
131
- issuer_id: GetCharactersCharacterIdMedalsIssuerId;
132
- medal_id: GetCharactersCharacterIdMedalsMedalId;
133
- reason: GetCharactersCharacterIdMedalsReason;
95
+ /**
96
+ * issuer_id integer
97
+ */
98
+ issuer_id: number;
99
+ /**
100
+ * medal_id integer
101
+ */
102
+ medal_id: number;
103
+ /**
104
+ * reason string
105
+ */
106
+ reason: string;
134
107
  status: GetCharactersCharacterIdMedalsStatus;
135
- title: GetCharactersCharacterIdMedalsTitle;
108
+ /**
109
+ * title string
110
+ */
111
+ title: string;
136
112
  [k: string]: unknown | undefined;
137
113
  }
138
114
  /**
139
115
  * graphic object
140
116
  */
141
117
  interface GetCharactersCharacterIdMedalsGraphic {
142
- color?: GetCharactersCharacterIdMedalsColor;
143
- graphic: GetCharactersCharacterIdMedalsGraphicGraphic;
144
- layer: GetCharactersCharacterIdMedalsLayer;
145
- part: GetCharactersCharacterIdMedalsPart;
118
+ /**
119
+ * color integer
120
+ */
121
+ color?: number;
122
+ /**
123
+ * graphic string
124
+ */
125
+ graphic: string;
126
+ /**
127
+ * layer integer
128
+ */
129
+ layer: number;
130
+ /**
131
+ * part integer
132
+ */
133
+ part: number;
146
134
  [k: string]: unknown | undefined;
147
135
  }
@@ -1,23 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/mining/
3
3
  */
4
-
5
- /**
6
- * date string
7
- */
8
- type GetCharactersCharacterIdMiningDate = string;
9
- /**
10
- * quantity integer
11
- */
12
- type GetCharactersCharacterIdMiningQuantity = number;
13
- /**
14
- * solar_system_id integer
15
- */
16
- type GetCharactersCharacterIdMiningSolarSystemId = number;
17
- /**
18
- * type_id integer
19
- */
20
- type GetCharactersCharacterIdMiningTypeId = number;
21
4
  /**
22
5
  * 200 ok array
23
6
  *
@@ -29,9 +12,18 @@ type GetCharactersCharacterIdMiningOk = GetCharactersCharacterIdMining_200Ok[];
29
12
  * 200 ok object
30
13
  */
31
14
  interface GetCharactersCharacterIdMining_200Ok {
32
- date: GetCharactersCharacterIdMiningDate;
33
- quantity: GetCharactersCharacterIdMiningQuantity;
34
- solar_system_id: GetCharactersCharacterIdMiningSolarSystemId;
35
- type_id: GetCharactersCharacterIdMiningTypeId;
15
+ /**
16
+ * date string
17
+ */
18
+ date: string;
19
+ /**
20
+ * quantity integer
21
+ */
22
+ quantity: number;
23
+ /**
24
+ * solar_system_id integer
25
+ */
26
+ solar_system_id: number;
27
+ type_id: number;
36
28
  [k: string]: unknown | undefined;
37
29
  }
@@ -1,27 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/notifications/contacts/
3
3
  */
4
-
5
- /**
6
- * message string
7
- */
8
- type GetCharactersCharacterIdNotificationsContactsMessage = string;
9
- /**
10
- * notification_id integer
11
- */
12
- type GetCharactersCharacterIdNotificationsContactsNotificationId = number;
13
- /**
14
- * send_date string
15
- */
16
- type GetCharactersCharacterIdNotificationsContactsSendDate = string;
17
- /**
18
- * sender_character_id integer
19
- */
20
- type GetCharactersCharacterIdNotificationsContactsSenderCharacterId = number;
21
- /**
22
- * A number representing the standing level the receiver has been added at by the sender. The standing levels are as follows: -10 -> Terrible | -5 -> Bad | 0 -> Neutral | 5 -> Good | 10 -> Excellent
23
- */
24
- type GetCharactersCharacterIdNotificationsContactsStandingLevel = number;
25
4
  /**
26
5
  * 200 ok array
27
6
  *
@@ -33,10 +12,25 @@ type GetCharactersCharacterIdNotificationsContactsOk = GetCharactersCharacterIdN
33
12
  * 200 ok object
34
13
  */
35
14
  interface GetCharactersCharacterIdNotificationsContacts_200Ok {
36
- message: GetCharactersCharacterIdNotificationsContactsMessage;
37
- notification_id: GetCharactersCharacterIdNotificationsContactsNotificationId;
38
- send_date: GetCharactersCharacterIdNotificationsContactsSendDate;
39
- sender_character_id: GetCharactersCharacterIdNotificationsContactsSenderCharacterId;
40
- standing_level: GetCharactersCharacterIdNotificationsContactsStandingLevel;
15
+ /**
16
+ * message string
17
+ */
18
+ message: string;
19
+ /**
20
+ * notification_id integer
21
+ */
22
+ notification_id: number;
23
+ /**
24
+ * send_date string
25
+ */
26
+ send_date: string;
27
+ /**
28
+ * sender_character_id integer
29
+ */
30
+ sender_character_id: number;
31
+ /**
32
+ * A number representing the standing level the receiver has been added at by the sender. The standing levels are as follows: -10 -> Terrible | -5 -> Bad | 0 -> Neutral | 5 -> Good | 10 -> Excellent
33
+ */
34
+ standing_level: number;
41
35
  [k: string]: unknown | undefined;
42
36
  }
@@ -1,19 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/notifications/
3
3
  */
4
-
5
- /**
6
- * is_read boolean
7
- */
8
- type GetCharactersCharacterIdNotificationsIsRead = boolean;
9
- /**
10
- * notification_id integer
11
- */
12
- type GetCharactersCharacterIdNotificationsNotificationId = number;
13
- /**
14
- * sender_id integer
15
- */
16
- type GetCharactersCharacterIdNotificationsSenderId = number;
17
4
  /**
18
5
  * sender_type string
19
6
  */
@@ -23,14 +10,6 @@ type GetCharactersCharacterIdNotificationsSenderType =
23
10
  | "alliance"
24
11
  | "faction"
25
12
  | "other";
26
- /**
27
- * text string
28
- */
29
- type GetCharactersCharacterIdNotificationsText = string;
30
- /**
31
- * timestamp string
32
- */
33
- type GetCharactersCharacterIdNotificationsTimestamp = string;
34
13
  /**
35
14
  * type string
36
15
  */
@@ -286,12 +265,27 @@ type GetCharactersCharacterIdNotificationsOk = GetCharactersCharacterIdNotificat
286
265
  * 200 ok object
287
266
  */
288
267
  interface GetCharactersCharacterIdNotifications_200Ok {
289
- is_read?: GetCharactersCharacterIdNotificationsIsRead;
290
- notification_id: GetCharactersCharacterIdNotificationsNotificationId;
291
- sender_id: GetCharactersCharacterIdNotificationsSenderId;
268
+ /**
269
+ * is_read boolean
270
+ */
271
+ is_read?: boolean;
272
+ /**
273
+ * notification_id integer
274
+ */
275
+ notification_id: number;
276
+ /**
277
+ * sender_id integer
278
+ */
279
+ sender_id: number;
292
280
  sender_type: GetCharactersCharacterIdNotificationsSenderType;
293
- text?: GetCharactersCharacterIdNotificationsText;
294
- timestamp: GetCharactersCharacterIdNotificationsTimestamp;
281
+ /**
282
+ * text string
283
+ */
284
+ text?: string;
285
+ /**
286
+ * timestamp string
287
+ */
288
+ timestamp: string;
295
289
  type: GetCharactersCharacterIdNotificationsType;
296
290
  [k: string]: unknown | undefined;
297
291
  }
@@ -1,66 +1,55 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/
3
3
  */
4
-
5
- /**
6
- * The character's alliance ID
7
- */
8
- type GetCharactersCharacterIdAllianceId = number;
9
- /**
10
- * Creation date of the character
11
- */
12
- type GetCharactersCharacterIdBirthday = string;
13
- /**
14
- * bloodline_id integer
15
- */
16
- type GetCharactersCharacterIdBloodlineId = number;
17
- /**
18
- * The character's corporation ID
19
- */
20
- type GetCharactersCharacterIdCorporationId = number;
21
- /**
22
- * description string
23
- */
24
- type GetCharactersCharacterIdDescription = string;
25
- /**
26
- * ID of the faction the character is fighting for, if the character is enlisted in Factional Warfare
27
- */
28
- type GetCharactersCharacterIdFactionId = number;
29
4
  /**
30
5
  * gender string
31
6
  */
32
7
  type GetCharactersCharacterIdGender = "female" | "male";
33
- /**
34
- * name string
35
- */
36
- type GetCharactersCharacterIdName = string;
37
- /**
38
- * race_id integer
39
- */
40
- type GetCharactersCharacterIdRaceId = number;
41
- /**
42
- * security_status number
43
- */
44
- type GetCharactersCharacterIdSecurityStatus = number;
45
- /**
46
- * The individual title of the character
47
- */
48
- type GetCharactersCharacterIdTitle = string;
49
8
 
50
9
  /**
51
10
  * 200 ok object
52
11
  */
53
12
  interface GetCharactersCharacterIdOk {
54
- alliance_id?: GetCharactersCharacterIdAllianceId;
55
- birthday: GetCharactersCharacterIdBirthday;
56
- bloodline_id: GetCharactersCharacterIdBloodlineId;
57
- corporation_id: GetCharactersCharacterIdCorporationId;
58
- description?: GetCharactersCharacterIdDescription;
59
- faction_id?: GetCharactersCharacterIdFactionId;
13
+ /**
14
+ * The character's alliance ID
15
+ */
16
+ alliance_id?: number;
17
+ /**
18
+ * Creation date of the character
19
+ */
20
+ birthday: string;
21
+ /**
22
+ * bloodline_id integer
23
+ */
24
+ bloodline_id: number;
25
+ /**
26
+ * The character's corporation ID
27
+ */
28
+ corporation_id: number;
29
+ /**
30
+ * description string
31
+ */
32
+ description?: string;
33
+ /**
34
+ * ID of the faction the character is fighting for, if the character is enlisted in Factional Warfare
35
+ */
36
+ faction_id?: number;
60
37
  gender: GetCharactersCharacterIdGender;
61
- name: GetCharactersCharacterIdName;
62
- race_id: GetCharactersCharacterIdRaceId;
63
- security_status?: GetCharactersCharacterIdSecurityStatus;
64
- title?: GetCharactersCharacterIdTitle;
38
+ /**
39
+ * name string
40
+ */
41
+ name: string;
42
+ /**
43
+ * race_id integer
44
+ */
45
+ race_id: number;
46
+ /**
47
+ * security_status number
48
+ */
49
+ security_status?: number;
50
+ /**
51
+ * The individual title of the character
52
+ */
53
+ title?: string;
65
54
  [k: string]: unknown | undefined;
66
55
  }
@@ -1,31 +1,26 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/online/
3
3
  */
4
4
 
5
- /**
6
- * Timestamp of the last login
7
- */
8
- type GetCharactersCharacterIdOnlineLastLogin = string;
9
- /**
10
- * Timestamp of the last logout
11
- */
12
- type GetCharactersCharacterIdOnlineLastLogout = string;
13
- /**
14
- * Total number of times the character has logged in
15
- */
16
- type GetCharactersCharacterIdOnlineLogins = number;
17
- /**
18
- * If the character is online
19
- */
20
- type GetCharactersCharacterIdOnlineOnline = boolean;
21
-
22
5
  /**
23
6
  * 200 ok object
24
7
  */
25
8
  interface GetCharactersCharacterIdOnlineOk {
26
- last_login?: GetCharactersCharacterIdOnlineLastLogin;
27
- last_logout?: GetCharactersCharacterIdOnlineLastLogout;
28
- logins?: GetCharactersCharacterIdOnlineLogins;
29
- online: GetCharactersCharacterIdOnlineOnline;
9
+ /**
10
+ * Timestamp of the last login
11
+ */
12
+ last_login?: string;
13
+ /**
14
+ * Timestamp of the last logout
15
+ */
16
+ last_logout?: string;
17
+ /**
18
+ * Total number of times the character has logged in
19
+ */
20
+ logins?: number;
21
+ /**
22
+ * If the character is online
23
+ */
24
+ online: boolean;
30
25
  [k: string]: unknown | undefined;
31
26
  }
@@ -1,15 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /characters/{character_id}/opportunities/
3
3
  */
4
-
5
- /**
6
- * completed_at string
7
- */
8
- type GetCharactersCharacterIdOpportunitiesCompletedAt = string;
9
- /**
10
- * task_id integer
11
- */
12
- type GetCharactersCharacterIdOpportunitiesTaskId = number;
13
4
  /**
14
5
  * 200 ok array
15
6
  *
@@ -21,7 +12,13 @@ type GetCharactersCharacterIdOpportunitiesOk = GetCharactersCharacterIdOpportuni
21
12
  * 200 ok object
22
13
  */
23
14
  interface GetCharactersCharacterIdOpportunities_200Ok {
24
- completed_at: GetCharactersCharacterIdOpportunitiesCompletedAt;
25
- task_id: GetCharactersCharacterIdOpportunitiesTaskId;
15
+ /**
16
+ * completed_at string
17
+ */
18
+ completed_at: string;
19
+ /**
20
+ * task_id integer
21
+ */
22
+ task_id: number;
26
23
  [k: string]: unknown | undefined;
27
24
  }