eve-esi-types 1.0.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 (202) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +2 -0
  3. package/package.json +28 -0
  4. package/src/get_alliances_alliance_id_contacts_labels_ok.d.ts +27 -0
  5. package/src/get_alliances_alliance_id_contacts_ok.d.ts +43 -0
  6. package/src/get_alliances_alliance_id_corporations_ok.d.ts +14 -0
  7. package/src/get_alliances_alliance_id_icons_ok.d.ts +21 -0
  8. package/src/get_alliances_alliance_id_ok.d.ts +46 -0
  9. package/src/get_alliances_ok.d.ts +14 -0
  10. package/src/get_characters_character_id_agents_research_ok.d.ts +42 -0
  11. package/src/get_characters_character_id_assets_ok.d.ts +144 -0
  12. package/src/get_characters_character_id_attributes_ok.d.ts +51 -0
  13. package/src/get_characters_character_id_blueprints_ok.d.ts +133 -0
  14. package/src/get_characters_character_id_bookmarks_folders_ok.d.ts +27 -0
  15. package/src/get_characters_character_id_bookmarks_ok.d.ts +91 -0
  16. package/src/get_characters_character_id_calendar_event_id_attendees_ok.d.ts +32 -0
  17. package/src/get_characters_character_id_calendar_event_id_ok.d.ts +66 -0
  18. package/src/get_characters_character_id_calendar_ok.d.ts +42 -0
  19. package/src/get_characters_character_id_clones_ok.d.ts +82 -0
  20. package/src/get_characters_character_id_contacts_labels_ok.d.ts +27 -0
  21. package/src/get_characters_character_id_contacts_ok.d.ts +53 -0
  22. package/src/get_characters_character_id_contracts_contract_id_bids_ok.d.ts +37 -0
  23. package/src/get_characters_character_id_contracts_contract_id_items_ok.d.ts +48 -0
  24. package/src/get_characters_character_id_contracts_ok.d.ts +137 -0
  25. package/src/get_characters_character_id_corporationhistory_ok.d.ts +37 -0
  26. package/src/get_characters_character_id_fatigue_ok.d.ts +26 -0
  27. package/src/get_characters_character_id_fittings_ok.d.ts +108 -0
  28. package/src/get_characters_character_id_fleet_ok.d.ts +35 -0
  29. package/src/get_characters_character_id_fw_stats_ok.d.ts +75 -0
  30. package/src/get_characters_character_id_implants_ok.d.ts +14 -0
  31. package/src/get_characters_character_id_industry_jobs_ok.d.ts +133 -0
  32. package/src/get_characters_character_id_killmails_recent_ok.d.ts +27 -0
  33. package/src/get_characters_character_id_location_ok.d.ts +26 -0
  34. package/src/get_characters_character_id_loyalty_points_ok.d.ts +27 -0
  35. package/src/get_characters_character_id_mail_labels_ok.d.ts +67 -0
  36. package/src/get_characters_character_id_mail_lists_ok.d.ts +27 -0
  37. package/src/get_characters_character_id_mail_mail_id_ok.d.ts +71 -0
  38. package/src/get_characters_character_id_mail_ok.d.ts +77 -0
  39. package/src/get_characters_character_id_medals_ok.d.ts +147 -0
  40. package/src/get_characters_character_id_mining_ok.d.ts +37 -0
  41. package/src/get_characters_character_id_notifications_contacts_ok.d.ts +42 -0
  42. package/src/get_characters_character_id_notifications_ok.d.ts +297 -0
  43. package/src/get_characters_character_id_ok.d.ts +66 -0
  44. package/src/get_characters_character_id_online_ok.d.ts +31 -0
  45. package/src/get_characters_character_id_opportunities_ok.d.ts +27 -0
  46. package/src/get_characters_character_id_orders_history_ok.d.ts +104 -0
  47. package/src/get_characters_character_id_orders_ok.d.ts +99 -0
  48. package/src/get_characters_character_id_planets_ok.d.ts +131 -0
  49. package/src/get_characters_character_id_planets_planet_id_ok.d.ts +323 -0
  50. package/src/get_characters_character_id_portrait_ok.d.ts +31 -0
  51. package/src/get_characters_character_id_roles_ok.d.ts +271 -0
  52. package/src/get_characters_character_id_search_ok.d.ts +132 -0
  53. package/src/get_characters_character_id_ship_ok.d.ts +26 -0
  54. package/src/get_characters_character_id_skillqueue_ok.d.ts +57 -0
  55. package/src/get_characters_character_id_skills_ok.d.ts +54 -0
  56. package/src/get_characters_character_id_standings_ok.d.ts +32 -0
  57. package/src/get_characters_character_id_titles_ok.d.ts +187 -0
  58. package/src/get_characters_character_id_wallet_journal_ok.d.ts +240 -0
  59. package/src/get_characters_character_id_wallet_ok.d.ts +8 -0
  60. package/src/get_characters_character_id_wallet_transactions_ok.d.ts +67 -0
  61. package/src/get_contracts_public_bids_contract_id_ok.d.ts +32 -0
  62. package/src/get_contracts_public_items_contract_id_ok.d.ts +62 -0
  63. package/src/get_contracts_public_region_id_ok.d.ts +97 -0
  64. package/src/get_corporation_corporation_id_mining_extractions_ok.d.ts +45 -0
  65. package/src/get_corporation_corporation_id_mining_observers_observer_id_ok.d.ts +45 -0
  66. package/src/get_corporation_corporation_id_mining_observers_ok.d.ts +33 -0
  67. package/src/get_corporations_corporation_id_alliancehistory_ok.d.ts +37 -0
  68. package/src/get_corporations_corporation_id_assets_ok.d.ts +180 -0
  69. package/src/get_corporations_corporation_id_blueprints_ok.d.ts +174 -0
  70. package/src/get_corporations_corporation_id_bookmarks_folders_ok.d.ts +32 -0
  71. package/src/get_corporations_corporation_id_bookmarks_ok.d.ts +91 -0
  72. package/src/get_corporations_corporation_id_contacts_labels_ok.d.ts +27 -0
  73. package/src/get_corporations_corporation_id_contacts_ok.d.ts +48 -0
  74. package/src/get_corporations_corporation_id_containers_logs_ok.d.ts +204 -0
  75. package/src/get_corporations_corporation_id_contracts_contract_id_bids_ok.d.ts +38 -0
  76. package/src/get_corporations_corporation_id_contracts_contract_id_items_ok.d.ts +48 -0
  77. package/src/get_corporations_corporation_id_contracts_ok.d.ts +137 -0
  78. package/src/get_corporations_corporation_id_customs_offices_ok.d.ts +92 -0
  79. package/src/get_corporations_corporation_id_divisions_ok.d.ts +133 -0
  80. package/src/get_corporations_corporation_id_facilities_ok.d.ts +32 -0
  81. package/src/get_corporations_corporation_id_fw_stats_ok.d.ts +70 -0
  82. package/src/get_corporations_corporation_id_icons_ok.d.ts +26 -0
  83. package/src/get_corporations_corporation_id_industry_jobs_ok.d.ts +133 -0
  84. package/src/get_corporations_corporation_id_killmails_recent_ok.d.ts +27 -0
  85. package/src/get_corporations_corporation_id_medals_issued_ok.d.ts +47 -0
  86. package/src/get_corporations_corporation_id_medals_ok.d.ts +42 -0
  87. package/src/get_corporations_corporation_id_members_limit_ok.d.ts +8 -0
  88. package/src/get_corporations_corporation_id_members_ok.d.ts +14 -0
  89. package/src/get_corporations_corporation_id_members_titles_ok.d.ts +197 -0
  90. package/src/get_corporations_corporation_id_membertracking_ok.d.ts +52 -0
  91. package/src/get_corporations_corporation_id_ok.d.ts +81 -0
  92. package/src/get_corporations_corporation_id_orders_history_ok.d.ts +109 -0
  93. package/src/get_corporations_corporation_id_orders_ok.d.ts +104 -0
  94. package/src/get_corporations_corporation_id_roles_history_ok.d.ts +175 -0
  95. package/src/get_corporations_corporation_id_roles_ok.d.ts +545 -0
  96. package/src/get_corporations_corporation_id_shareholders_ok.d.ts +32 -0
  97. package/src/get_corporations_corporation_id_standings_ok.d.ts +32 -0
  98. package/src/get_corporations_corporation_id_starbases_ok.d.ts +62 -0
  99. package/src/get_corporations_corporation_id_starbases_starbase_id_ok.d.ts +369 -0
  100. package/src/get_corporations_corporation_id_structures_ok.d.ts +194 -0
  101. package/src/get_corporations_corporation_id_titles_ok.d.ts +715 -0
  102. package/src/get_corporations_corporation_id_wallets_division_journal_ok.d.ts +241 -0
  103. package/src/get_corporations_corporation_id_wallets_division_transactions_ok.d.ts +63 -0
  104. package/src/get_corporations_corporation_id_wallets_ok.d.ts +65 -0
  105. package/src/get_corporations_npccorps_ok.d.ts +14 -0
  106. package/src/get_dogma_attributes_attribute_id_ok.d.ts +61 -0
  107. package/src/get_dogma_attributes_ok.d.ts +14 -0
  108. package/src/get_dogma_dynamic_items_type_id_item_id_ok.d.ts +72 -0
  109. package/src/get_dogma_effects_effect_id_ok.d.ts +154 -0
  110. package/src/get_dogma_effects_ok.d.ts +14 -0
  111. package/src/get_fleets_fleet_id_members_ok.d.ts +67 -0
  112. package/src/get_fleets_fleet_id_ok.d.ts +31 -0
  113. package/src/get_fleets_fleet_id_wings_ok.d.ts +50 -0
  114. package/src/get_fw_leaderboards_characters_ok.d.ts +163 -0
  115. package/src/get_fw_leaderboards_corporations_ok.d.ts +589 -0
  116. package/src/get_fw_leaderboards_ok.d.ts +235 -0
  117. package/src/get_fw_stats_ok.d.ts +76 -0
  118. package/src/get_fw_systems_ok.d.ts +47 -0
  119. package/src/get_fw_wars_ok.d.ts +27 -0
  120. package/src/get_incursions_ok.d.ts +63 -0
  121. package/src/get_industry_facilities_ok.d.ts +47 -0
  122. package/src/get_industry_systems_ok.d.ts +122 -0
  123. package/src/get_insurance_prices_ok.d.ts +70 -0
  124. package/src/get_killmails_killmail_id_killmail_hash_ok.d.ts +242 -0
  125. package/src/get_loyalty_stores_corporation_id_offers_ok.d.ts +70 -0
  126. package/src/get_markets_groups_market_group_id_ok.d.ts +42 -0
  127. package/src/get_markets_groups_ok.d.ts +14 -0
  128. package/src/get_markets_prices_ok.d.ts +32 -0
  129. package/src/get_markets_region_id_history_ok.d.ts +47 -0
  130. package/src/get_markets_region_id_orders_ok.d.ts +89 -0
  131. package/src/get_markets_region_id_types_ok.d.ts +14 -0
  132. package/src/get_markets_structures_structure_id_ok.d.ts +84 -0
  133. package/src/get_opportunities_groups_group_id_ok.d.ts +53 -0
  134. package/src/get_opportunities_groups_ok.d.ts +14 -0
  135. package/src/get_opportunities_tasks_ok.d.ts +14 -0
  136. package/src/get_opportunities_tasks_task_id_ok.d.ts +31 -0
  137. package/src/get_route_origin_destination_ok.d.ts +14 -0
  138. package/src/get_sovereignty_campaigns_ok.d.ts +94 -0
  139. package/src/get_sovereignty_map_ok.d.ts +37 -0
  140. package/src/get_sovereignty_structures_ok.d.ts +58 -0
  141. package/src/get_status_ok.d.ts +31 -0
  142. package/src/get_universe_ancestries_ok.d.ts +47 -0
  143. package/src/get_universe_asteroid_belts_asteroid_belt_id_ok.d.ts +43 -0
  144. package/src/get_universe_bloodlines_ok.d.ts +72 -0
  145. package/src/get_universe_categories_category_id_ok.d.ts +37 -0
  146. package/src/get_universe_categories_ok.d.ts +14 -0
  147. package/src/get_universe_constellations_constellation_id_ok.d.ts +59 -0
  148. package/src/get_universe_constellations_ok.d.ts +14 -0
  149. package/src/get_universe_factions_ok.d.ts +67 -0
  150. package/src/get_universe_graphics_graphic_id_ok.d.ts +51 -0
  151. package/src/get_universe_graphics_ok.d.ts +14 -0
  152. package/src/get_universe_groups_group_id_ok.d.ts +42 -0
  153. package/src/get_universe_groups_ok.d.ts +14 -0
  154. package/src/get_universe_moons_moon_id_ok.d.ts +48 -0
  155. package/src/get_universe_planets_planet_id_ok.d.ts +53 -0
  156. package/src/get_universe_races_ok.d.ts +57 -0
  157. package/src/get_universe_regions_ok.d.ts +14 -0
  158. package/src/get_universe_regions_region_id_ok.d.ts +37 -0
  159. package/src/get_universe_schematics_schematic_id_ok.d.ts +21 -0
  160. package/src/get_universe_stargates_stargate_id_ok.d.ts +70 -0
  161. package/src/get_universe_stars_star_id_ok.d.ts +140 -0
  162. package/src/get_universe_stations_station_id_ok.d.ts +121 -0
  163. package/src/get_universe_structures_ok.d.ts +14 -0
  164. package/src/get_universe_structures_structure_id_ok.d.ts +54 -0
  165. package/src/get_universe_system_jumps_ok.d.ts +27 -0
  166. package/src/get_universe_system_kills_ok.d.ts +37 -0
  167. package/src/get_universe_systems_ok.d.ts +14 -0
  168. package/src/get_universe_systems_system_id_ok.d.ts +125 -0
  169. package/src/get_universe_types_ok.d.ts +14 -0
  170. package/src/get_universe_types_type_id_ok.d.ts +127 -0
  171. package/src/get_wars_ok.d.ts +14 -0
  172. package/src/get_wars_war_id_killmails_ok.d.ts +27 -0
  173. package/src/get_wars_war_id_ok.d.ts +123 -0
  174. package/src/index.d.ts +404 -0
  175. package/src/post_characters_affiliation_ok.d.ts +37 -0
  176. package/src/post_characters_character_id_assets_locations_ok.d.ts +44 -0
  177. package/src/post_characters_character_id_assets_names_ok.d.ts +27 -0
  178. package/src/post_characters_character_id_contacts_contact_ids.d.ts +18 -0
  179. package/src/post_characters_character_id_contacts_created.d.ts +14 -0
  180. package/src/post_characters_character_id_cspa_characters.d.ts +18 -0
  181. package/src/post_characters_character_id_cspa_created.d.ts +8 -0
  182. package/src/post_characters_character_id_fittings_created.d.ts +16 -0
  183. package/src/post_characters_character_id_fittings_fitting.d.ts +101 -0
  184. package/src/post_characters_character_id_mail_created.d.ts +8 -0
  185. package/src/post_characters_character_id_mail_labels_created.d.ts +8 -0
  186. package/src/post_characters_character_id_mail_labels_label.d.ts +39 -0
  187. package/src/post_characters_character_id_mail_mail.d.ts +53 -0
  188. package/src/post_corporations_corporation_id_assets_locations_ok.d.ts +44 -0
  189. package/src/post_corporations_corporation_id_assets_names_ok.d.ts +27 -0
  190. package/src/post_fleets_fleet_id_members_invitation.d.ts +31 -0
  191. package/src/post_fleets_fleet_id_wings_created.d.ts +16 -0
  192. package/src/post_fleets_fleet_id_wings_wing_id_squads_created.d.ts +16 -0
  193. package/src/post_ui_openwindow_newmail_new_mail.d.ts +46 -0
  194. package/src/post_universe_ids_ok.d.ts +241 -0
  195. package/src/post_universe_names_ok.d.ts +41 -0
  196. package/src/put_characters_character_id_calendar_event_id_response.d.ts +16 -0
  197. package/src/put_characters_character_id_contacts_contact_ids.d.ts +18 -0
  198. package/src/put_characters_character_id_mail_mail_id_contents.d.ts +27 -0
  199. package/src/put_fleets_fleet_id_members_member_id_movement.d.ts +30 -0
  200. package/src/put_fleets_fleet_id_new_settings.d.ts +21 -0
  201. package/src/put_fleets_fleet_id_squads_squad_id_naming.d.ts +16 -0
  202. package/src/put_fleets_fleet_id_wings_wing_id_naming.d.ts +16 -0
@@ -0,0 +1,91 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/bookmarks/
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
+ /**
54
+ * 200 ok array
55
+ *
56
+ * @maxItems 1000
57
+ */
58
+ type GetCharactersCharacterIdBookmarksOk = GetCharactersCharacterIdBookmarks_200Ok[];
59
+
60
+ /**
61
+ * 200 ok object
62
+ */
63
+ interface GetCharactersCharacterIdBookmarks_200Ok {
64
+ bookmark_id: GetCharactersCharacterIdBookmarksBookmarkId;
65
+ coordinates?: GetCharactersCharacterIdBookmarksCoordinates;
66
+ created: GetCharactersCharacterIdBookmarksCreated;
67
+ creator_id: GetCharactersCharacterIdBookmarksCreatorId;
68
+ folder_id?: GetCharactersCharacterIdBookmarksFolderId;
69
+ item?: GetCharactersCharacterIdBookmarksItem;
70
+ label: GetCharactersCharacterIdBookmarksLabel;
71
+ location_id: GetCharactersCharacterIdBookmarksLocationId;
72
+ notes: GetCharactersCharacterIdBookmarksNotes;
73
+ [k: string]: unknown | undefined;
74
+ }
75
+ /**
76
+ * Optional object that is returned if a bookmark was made on a planet or a random location in space.
77
+ */
78
+ interface GetCharactersCharacterIdBookmarksCoordinates {
79
+ x: GetCharactersCharacterIdBookmarksX;
80
+ y: GetCharactersCharacterIdBookmarksY;
81
+ z: GetCharactersCharacterIdBookmarksZ;
82
+ [k: string]: unknown | undefined;
83
+ }
84
+ /**
85
+ * Optional object that is returned if a bookmark was made on a particular item.
86
+ */
87
+ interface GetCharactersCharacterIdBookmarksItem {
88
+ item_id: GetCharactersCharacterIdBookmarksItemId;
89
+ type_id: GetCharactersCharacterIdBookmarksTypeId;
90
+ [k: string]: unknown | undefined;
91
+ }
@@ -0,0 +1,32 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/calendar/{event_id}/attendees/
3
+ */
4
+
5
+ /**
6
+ * character_id integer
7
+ */
8
+ type GetCharactersCharacterIdCalendarEventIdAttendeesCharacterId = number;
9
+ /**
10
+ * event_response string
11
+ */
12
+ type GetCharactersCharacterIdCalendarEventIdAttendeesEventResponse =
13
+ | "declined"
14
+ | "not_responded"
15
+ | "accepted"
16
+ | "tentative";
17
+ /**
18
+ * List of attendees for a given event
19
+ *
20
+ * @maxItems 100
21
+ */
22
+ type GetCharactersCharacterIdCalendarEventIdAttendeesOk =
23
+ GetCharactersCharacterIdCalendarEventIdAttendees_200Ok[];
24
+
25
+ /**
26
+ * character_id and response of an attendee
27
+ */
28
+ interface GetCharactersCharacterIdCalendarEventIdAttendees_200Ok {
29
+ character_id?: GetCharactersCharacterIdCalendarEventIdAttendeesCharacterId;
30
+ event_response?: GetCharactersCharacterIdCalendarEventIdAttendeesEventResponse;
31
+ [k: string]: unknown | undefined;
32
+ }
@@ -0,0 +1,66 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/calendar/{event_id}/
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
+ /**
30
+ * owner_type string
31
+ */
32
+ type GetCharactersCharacterIdCalendarEventIdOwnerType =
33
+ | "eve_server"
34
+ | "corporation"
35
+ | "faction"
36
+ | "character"
37
+ | "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
+
51
+ /**
52
+ * Full details of a specific event
53
+ */
54
+ interface GetCharactersCharacterIdCalendarEventIdOk {
55
+ date: GetCharactersCharacterIdCalendarEventIdDate;
56
+ duration: GetCharactersCharacterIdCalendarEventIdDuration;
57
+ event_id: GetCharactersCharacterIdCalendarEventIdEventId;
58
+ importance: GetCharactersCharacterIdCalendarEventIdImportance;
59
+ owner_id: GetCharactersCharacterIdCalendarEventIdOwnerId;
60
+ owner_name: GetCharactersCharacterIdCalendarEventIdOwnerName;
61
+ owner_type: GetCharactersCharacterIdCalendarEventIdOwnerType;
62
+ response: GetCharactersCharacterIdCalendarEventIdResponse;
63
+ text: GetCharactersCharacterIdCalendarEventIdText;
64
+ title: GetCharactersCharacterIdCalendarEventIdTitle;
65
+ [k: string]: unknown | undefined;
66
+ }
@@ -0,0 +1,42 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/calendar/
3
+ */
4
+
5
+ /**
6
+ * event_date string
7
+ */
8
+ type GetCharactersCharacterIdCalendarEventDate = string;
9
+ /**
10
+ * event_id integer
11
+ */
12
+ type GetCharactersCharacterIdCalendarEventId = number;
13
+ /**
14
+ * event_response string
15
+ */
16
+ 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
+ /**
26
+ * Up to 50 events from now or the event you requested
27
+ *
28
+ * @maxItems 50
29
+ */
30
+ type GetCharactersCharacterIdCalendarOk = GetCharactersCharacterIdCalendar_200Ok[];
31
+
32
+ /**
33
+ * event
34
+ */
35
+ interface GetCharactersCharacterIdCalendar_200Ok {
36
+ event_date?: GetCharactersCharacterIdCalendarEventDate;
37
+ event_id?: GetCharactersCharacterIdCalendarEventId;
38
+ event_response?: GetCharactersCharacterIdCalendarEventResponse;
39
+ importance?: GetCharactersCharacterIdCalendarImportance;
40
+ title?: GetCharactersCharacterIdCalendarTitle;
41
+ [k: string]: unknown | undefined;
42
+ }
@@ -0,0 +1,82 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/clones/
3
+ */
4
+
5
+ /**
6
+ * location_id integer
7
+ */
8
+ type GetCharactersCharacterIdClonesLocationId = number;
9
+ /**
10
+ * location_type string
11
+ */
12
+ type GetCharactersCharacterIdClonesLocationType = "station" | "structure";
13
+ /**
14
+ * implant integer
15
+ */
16
+ type GetCharactersCharacterIdClonesImplant = number;
17
+ /**
18
+ * implants array
19
+ *
20
+ * @maxItems 64
21
+ */
22
+ type GetCharactersCharacterIdClonesImplants = GetCharactersCharacterIdClonesImplant[];
23
+ /**
24
+ * jump_clone_id integer
25
+ */
26
+ type GetCharactersCharacterIdClonesJumpCloneId = number;
27
+ /**
28
+ * location_id integer
29
+ */
30
+ type GetCharactersCharacterIdClonesJumpCloneLocationId = number;
31
+ /**
32
+ * location_type string
33
+ */
34
+ type GetCharactersCharacterIdClonesJumpCloneLocationType = "station" | "structure";
35
+ /**
36
+ * name string
37
+ */
38
+ type GetCharactersCharacterIdClonesName = string;
39
+ /**
40
+ * jump_clones array
41
+ *
42
+ * @maxItems 64
43
+ */
44
+ type GetCharactersCharacterIdClonesJumpClones = GetCharactersCharacterIdClonesJumpClone[];
45
+ /**
46
+ * last_clone_jump_date string
47
+ */
48
+ type GetCharactersCharacterIdClonesLastCloneJumpDate = string;
49
+ /**
50
+ * last_station_change_date string
51
+ */
52
+ type GetCharactersCharacterIdClonesLastStationChangeDate = string;
53
+
54
+ /**
55
+ * 200 ok object
56
+ */
57
+ interface GetCharactersCharacterIdClonesOk {
58
+ home_location?: GetCharactersCharacterIdClonesHomeLocation;
59
+ jump_clones: GetCharactersCharacterIdClonesJumpClones;
60
+ last_clone_jump_date?: GetCharactersCharacterIdClonesLastCloneJumpDate;
61
+ last_station_change_date?: GetCharactersCharacterIdClonesLastStationChangeDate;
62
+ [k: string]: unknown | undefined;
63
+ }
64
+ /**
65
+ * home_location object
66
+ */
67
+ interface GetCharactersCharacterIdClonesHomeLocation {
68
+ location_id?: GetCharactersCharacterIdClonesLocationId;
69
+ location_type?: GetCharactersCharacterIdClonesLocationType;
70
+ [k: string]: unknown | undefined;
71
+ }
72
+ /**
73
+ * jump_clone object
74
+ */
75
+ interface GetCharactersCharacterIdClonesJumpClone {
76
+ implants: GetCharactersCharacterIdClonesImplants;
77
+ jump_clone_id: GetCharactersCharacterIdClonesJumpCloneId;
78
+ location_id: GetCharactersCharacterIdClonesJumpCloneLocationId;
79
+ location_type: GetCharactersCharacterIdClonesJumpCloneLocationType;
80
+ name?: GetCharactersCharacterIdClonesName;
81
+ [k: string]: unknown | undefined;
82
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/contacts/labels/
3
+ */
4
+
5
+ /**
6
+ * label_id integer
7
+ */
8
+ type GetCharactersCharacterIdContactsLabelsLabelId = number;
9
+ /**
10
+ * label_name string
11
+ */
12
+ type GetCharactersCharacterIdContactsLabelsLabelName = string;
13
+ /**
14
+ * 200 ok array
15
+ *
16
+ * @maxItems 64
17
+ */
18
+ type GetCharactersCharacterIdContactsLabelsOk = GetCharactersCharacterIdContactsLabels_200Ok[];
19
+
20
+ /**
21
+ * 200 ok object
22
+ */
23
+ interface GetCharactersCharacterIdContactsLabels_200Ok {
24
+ label_id: GetCharactersCharacterIdContactsLabelsLabelId;
25
+ label_name: GetCharactersCharacterIdContactsLabelsLabelName;
26
+ [k: string]: unknown | undefined;
27
+ }
@@ -0,0 +1,53 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/contacts/
3
+ */
4
+
5
+ /**
6
+ * contact_id integer
7
+ */
8
+ type GetCharactersCharacterIdContactsContactId = number;
9
+ /**
10
+ * contact_type string
11
+ */
12
+ type GetCharactersCharacterIdContactsContactType = "character" | "corporation" | "alliance" | "faction";
13
+ /**
14
+ * Whether this contact is in the blocked list. Note a missing value denotes unknown, not true or false
15
+ */
16
+ type GetCharactersCharacterIdContactsIsBlocked = boolean;
17
+ /**
18
+ * Whether this contact is being watched
19
+ */
20
+ type GetCharactersCharacterIdContactsIsWatched = boolean;
21
+ /**
22
+ * Label IDs applied to the contact
23
+ */
24
+ type GetCharactersCharacterIdContactsLabelId = number;
25
+ /**
26
+ * label_ids array
27
+ *
28
+ * @maxItems 63
29
+ */
30
+ type GetCharactersCharacterIdContactsLabelIds = GetCharactersCharacterIdContactsLabelId[];
31
+ /**
32
+ * Standing of the contact
33
+ */
34
+ type GetCharactersCharacterIdContactsStanding = number;
35
+ /**
36
+ * 200 ok array
37
+ *
38
+ * @maxItems 1024
39
+ */
40
+ type GetCharactersCharacterIdContactsOk = GetCharactersCharacterIdContacts_200Ok[];
41
+
42
+ /**
43
+ * 200 ok object
44
+ */
45
+ interface GetCharactersCharacterIdContacts_200Ok {
46
+ contact_id: GetCharactersCharacterIdContactsContactId;
47
+ contact_type: GetCharactersCharacterIdContactsContactType;
48
+ is_blocked?: GetCharactersCharacterIdContactsIsBlocked;
49
+ is_watched?: GetCharactersCharacterIdContactsIsWatched;
50
+ label_ids?: GetCharactersCharacterIdContactsLabelIds;
51
+ standing: GetCharactersCharacterIdContactsStanding;
52
+ [k: string]: unknown | undefined;
53
+ }
@@ -0,0 +1,37 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/contracts/{contract_id}/bids/
3
+ */
4
+
5
+ /**
6
+ * The amount bid, in ISK
7
+ */
8
+ type GetCharactersCharacterIdContractsContractIdBidsAmount = number;
9
+ /**
10
+ * Unique ID for the bid
11
+ */
12
+ type GetCharactersCharacterIdContractsContractIdBidsBidId = number;
13
+ /**
14
+ * Character ID of the bidder
15
+ */
16
+ type GetCharactersCharacterIdContractsContractIdBidsBidderId = number;
17
+ /**
18
+ * Datetime when the bid was placed
19
+ */
20
+ type GetCharactersCharacterIdContractsContractIdBidsDateBid = string;
21
+ /**
22
+ * 200 ok array
23
+ *
24
+ * @maxItems 5000
25
+ */
26
+ type GetCharactersCharacterIdContractsContractIdBidsOk = GetCharactersCharacterIdContractsContractIdBids_200Ok[];
27
+
28
+ /**
29
+ * 200 ok object
30
+ */
31
+ interface GetCharactersCharacterIdContractsContractIdBids_200Ok {
32
+ amount: GetCharactersCharacterIdContractsContractIdBidsAmount;
33
+ bid_id: GetCharactersCharacterIdContractsContractIdBidsBidId;
34
+ bidder_id: GetCharactersCharacterIdContractsContractIdBidsBidderId;
35
+ date_bid: GetCharactersCharacterIdContractsContractIdBidsDateBid;
36
+ [k: string]: unknown | undefined;
37
+ }
@@ -0,0 +1,48 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/contracts/{contract_id}/items/
3
+ */
4
+
5
+ /**
6
+ * true if the contract issuer has submitted this item with the contract, false if the isser is asking for this item in the contract
7
+ */
8
+ type GetCharactersCharacterIdContractsContractIdItemsIsIncluded = boolean;
9
+ /**
10
+ * is_singleton boolean
11
+ */
12
+ type GetCharactersCharacterIdContractsContractIdItemsIsSingleton = boolean;
13
+ /**
14
+ * Number of items in the stack
15
+ */
16
+ type GetCharactersCharacterIdContractsContractIdItemsQuantity = number;
17
+ /**
18
+ * -1 indicates that the item is a singleton (non-stackable). If the item happens to be a Blueprint, -1 is an Original and -2 is a Blueprint Copy
19
+ */
20
+ type GetCharactersCharacterIdContractsContractIdItemsRawQuantity = number;
21
+ /**
22
+ * Unique ID for the item
23
+ */
24
+ type GetCharactersCharacterIdContractsContractIdItemsRecordId = number;
25
+ /**
26
+ * Type ID for item
27
+ */
28
+ type GetCharactersCharacterIdContractsContractIdItemsTypeId = number;
29
+ /**
30
+ * 200 ok array
31
+ *
32
+ * @maxItems 5000
33
+ */
34
+ type GetCharactersCharacterIdContractsContractIdItemsOk =
35
+ GetCharactersCharacterIdContractsContractIdItems_200Ok[];
36
+
37
+ /**
38
+ * 200 ok object
39
+ */
40
+ interface GetCharactersCharacterIdContractsContractIdItems_200Ok {
41
+ is_included: GetCharactersCharacterIdContractsContractIdItemsIsIncluded;
42
+ is_singleton: GetCharactersCharacterIdContractsContractIdItemsIsSingleton;
43
+ quantity: GetCharactersCharacterIdContractsContractIdItemsQuantity;
44
+ raw_quantity?: GetCharactersCharacterIdContractsContractIdItemsRawQuantity;
45
+ record_id: GetCharactersCharacterIdContractsContractIdItemsRecordId;
46
+ type_id: GetCharactersCharacterIdContractsContractIdItemsTypeId;
47
+ [k: string]: unknown | undefined;
48
+ }
@@ -0,0 +1,137 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/contracts/
3
+ */
4
+
5
+ /**
6
+ * Who will accept the contract
7
+ */
8
+ type GetCharactersCharacterIdContractsAcceptorId = number;
9
+ /**
10
+ * ID to whom the contract is assigned, can be alliance, corporation or character ID
11
+ */
12
+ type GetCharactersCharacterIdContractsAssigneeId = number;
13
+ /**
14
+ * To whom the contract is available
15
+ */
16
+ type GetCharactersCharacterIdContractsAvailability = "public" | "personal" | "corporation" | "alliance";
17
+ /**
18
+ * Buyout price (for Auctions only)
19
+ */
20
+ type GetCharactersCharacterIdContractsBuyout = number;
21
+ /**
22
+ * Collateral price (for Couriers only)
23
+ */
24
+ type GetCharactersCharacterIdContractsCollateral = number;
25
+ /**
26
+ * contract_id integer
27
+ */
28
+ type GetCharactersCharacterIdContractsContractId = number;
29
+ /**
30
+ * Date of confirmation of contract
31
+ */
32
+ type GetCharactersCharacterIdContractsDateAccepted = string;
33
+ /**
34
+ * Date of completed of contract
35
+ */
36
+ type GetCharactersCharacterIdContractsDateCompleted = string;
37
+ /**
38
+ * Expiration date of the contract
39
+ */
40
+ type GetCharactersCharacterIdContractsDateExpired = string;
41
+ /**
42
+ * Сreation date of the contract
43
+ */
44
+ type GetCharactersCharacterIdContractsDateIssued = string;
45
+ /**
46
+ * Number of days to perform the contract
47
+ */
48
+ type GetCharactersCharacterIdContractsDaysToComplete = number;
49
+ /**
50
+ * End location ID (for Couriers contract)
51
+ */
52
+ type GetCharactersCharacterIdContractsEndLocationId = number;
53
+ /**
54
+ * true if the contract was issued on behalf of the issuer's corporation
55
+ */
56
+ type GetCharactersCharacterIdContractsForCorporation = boolean;
57
+ /**
58
+ * Character's corporation ID for the issuer
59
+ */
60
+ type GetCharactersCharacterIdContractsIssuerCorporationId = number;
61
+ /**
62
+ * Character ID for the issuer
63
+ */
64
+ type GetCharactersCharacterIdContractsIssuerId = number;
65
+ /**
66
+ * Price of contract (for ItemsExchange and Auctions)
67
+ */
68
+ type GetCharactersCharacterIdContractsPrice = number;
69
+ /**
70
+ * Remuneration for contract (for Couriers only)
71
+ */
72
+ type GetCharactersCharacterIdContractsReward = number;
73
+ /**
74
+ * Start location ID (for Couriers contract)
75
+ */
76
+ type GetCharactersCharacterIdContractsStartLocationId = number;
77
+ /**
78
+ * Status of the the contract
79
+ */
80
+ type GetCharactersCharacterIdContractsStatus =
81
+ | "outstanding"
82
+ | "in_progress"
83
+ | "finished_issuer"
84
+ | "finished_contractor"
85
+ | "finished"
86
+ | "cancelled"
87
+ | "rejected"
88
+ | "failed"
89
+ | "deleted"
90
+ | "reversed";
91
+ /**
92
+ * Title of the contract
93
+ */
94
+ type GetCharactersCharacterIdContractsTitle = string;
95
+ /**
96
+ * Type of the contract
97
+ */
98
+ type GetCharactersCharacterIdContractsType = "unknown" | "item_exchange" | "auction" | "courier" | "loan";
99
+ /**
100
+ * Volume of items in the contract
101
+ */
102
+ type GetCharactersCharacterIdContractsVolume = number;
103
+ /**
104
+ * 200 ok array
105
+ *
106
+ * @maxItems 1000
107
+ */
108
+ type GetCharactersCharacterIdContractsOk = GetCharactersCharacterIdContracts_200Ok[];
109
+
110
+ /**
111
+ * 200 ok object
112
+ */
113
+ interface GetCharactersCharacterIdContracts_200Ok {
114
+ acceptor_id: GetCharactersCharacterIdContractsAcceptorId;
115
+ assignee_id: GetCharactersCharacterIdContractsAssigneeId;
116
+ availability: GetCharactersCharacterIdContractsAvailability;
117
+ buyout?: GetCharactersCharacterIdContractsBuyout;
118
+ collateral?: GetCharactersCharacterIdContractsCollateral;
119
+ contract_id: GetCharactersCharacterIdContractsContractId;
120
+ date_accepted?: GetCharactersCharacterIdContractsDateAccepted;
121
+ date_completed?: GetCharactersCharacterIdContractsDateCompleted;
122
+ date_expired: GetCharactersCharacterIdContractsDateExpired;
123
+ date_issued: GetCharactersCharacterIdContractsDateIssued;
124
+ days_to_complete?: GetCharactersCharacterIdContractsDaysToComplete;
125
+ end_location_id?: GetCharactersCharacterIdContractsEndLocationId;
126
+ for_corporation: GetCharactersCharacterIdContractsForCorporation;
127
+ issuer_corporation_id: GetCharactersCharacterIdContractsIssuerCorporationId;
128
+ issuer_id: GetCharactersCharacterIdContractsIssuerId;
129
+ price?: GetCharactersCharacterIdContractsPrice;
130
+ reward?: GetCharactersCharacterIdContractsReward;
131
+ start_location_id?: GetCharactersCharacterIdContractsStartLocationId;
132
+ status: GetCharactersCharacterIdContractsStatus;
133
+ title?: GetCharactersCharacterIdContractsTitle;
134
+ type: GetCharactersCharacterIdContractsType;
135
+ volume?: GetCharactersCharacterIdContractsVolume;
136
+ [k: string]: unknown | undefined;
137
+ }
@@ -0,0 +1,37 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/corporationhistory/
3
+ */
4
+
5
+ /**
6
+ * corporation_id integer
7
+ */
8
+ type GetCharactersCharacterIdCorporationhistoryCorporationId = number;
9
+ /**
10
+ * True if the corporation has been deleted
11
+ */
12
+ type GetCharactersCharacterIdCorporationhistoryIsDeleted = boolean;
13
+ /**
14
+ * An incrementing ID that can be used to canonically establish order of records in cases where dates may be ambiguous
15
+ */
16
+ type GetCharactersCharacterIdCorporationhistoryRecordId = number;
17
+ /**
18
+ * start_date string
19
+ */
20
+ type GetCharactersCharacterIdCorporationhistoryStartDate = string;
21
+ /**
22
+ * 200 ok array
23
+ *
24
+ * @maxItems 10000
25
+ */
26
+ type GetCharactersCharacterIdCorporationhistoryOk = GetCharactersCharacterIdCorporationhistory_200Ok[];
27
+
28
+ /**
29
+ * 200 ok object
30
+ */
31
+ interface GetCharactersCharacterIdCorporationhistory_200Ok {
32
+ corporation_id: GetCharactersCharacterIdCorporationhistoryCorporationId;
33
+ is_deleted?: GetCharactersCharacterIdCorporationhistoryIsDeleted;
34
+ record_id: GetCharactersCharacterIdCorporationhistoryRecordId;
35
+ start_date: GetCharactersCharacterIdCorporationhistoryStartDate;
36
+ [k: string]: unknown | undefined;
37
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/fatigue/
3
+ */
4
+
5
+ /**
6
+ * Character's jump fatigue expiry
7
+ */
8
+ type GetCharactersCharacterIdFatigueJumpFatigueExpireDate = string;
9
+ /**
10
+ * Character's last jump activation
11
+ */
12
+ type GetCharactersCharacterIdFatigueLastJumpDate = string;
13
+ /**
14
+ * Character's last jump update
15
+ */
16
+ type GetCharactersCharacterIdFatigueLastUpdateDate = string;
17
+
18
+ /**
19
+ * 200 ok object
20
+ */
21
+ interface GetCharactersCharacterIdFatigueOk {
22
+ jump_fatigue_expire_date?: GetCharactersCharacterIdFatigueJumpFatigueExpireDate;
23
+ last_jump_date?: GetCharactersCharacterIdFatigueLastJumpDate;
24
+ last_update_date?: GetCharactersCharacterIdFatigueLastUpdateDate;
25
+ [k: string]: unknown | undefined;
26
+ }