eve-esi-types 3.1.7 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. package/CHANGELOG.md +182 -0
  2. package/jsconfig.json +28 -0
  3. package/lib/rq-util.mjs +1 -1
  4. package/lib/tagged-request-api.mjs +5 -6
  5. package/package.json +14 -7
  6. package/v2/esi-tagged-types.d.ts +9 -5
  7. package/v2/{get_alliances_alliance_id_ok.d.ts → globals/alliance.d.ts} +44 -0
  8. package/v2/globals/assets.d.ts +443 -0
  9. package/v2/globals/calendar.d.ts +130 -0
  10. package/v2/globals/character.d.ts +918 -0
  11. package/v2/{get_characters_character_id_clones_ok.d.ts → globals/clones.d.ts} +15 -0
  12. package/v2/globals/contacts.d.ts +212 -0
  13. package/v2/globals/contracts.d.ts +546 -0
  14. package/v2/globals/corporation.d.ts +1577 -0
  15. package/v2/globals/dogma.d.ts +262 -0
  16. package/v2/globals/factionwarfare.d.ts +596 -0
  17. package/v2/{get_characters_character_id_fittings_ok.d.ts → globals/fittings.d.ts} +23 -0
  18. package/v2/globals/fleets.d.ts +201 -0
  19. package/v2/{get_incursions_ok.d.ts → globals/incursions.d.ts} +5 -0
  20. package/v2/globals/industry.d.ts +445 -0
  21. package/v2/globals/insurance.d.ts +47 -0
  22. package/v2/{get_killmails_killmail_id_killmail_hash_ok.d.ts → globals/killmails.d.ts} +55 -0
  23. package/v2/globals/location.d.ts +74 -0
  24. package/v2/{get_loyalty_stores_corporation_id_offers_ok.d.ts → globals/loyalty.d.ts} +30 -0
  25. package/v2/globals/mail.d.ts +237 -0
  26. package/v2/globals/market.d.ts +615 -0
  27. package/v2/globals/planetaryinteraction.d.ts +344 -0
  28. package/v2/globals/routes.d.ts +14 -0
  29. package/v2/{get_characters_character_id_search_ok.d.ts → globals/search.d.ts} +5 -0
  30. package/v2/globals/skills.d.ts +144 -0
  31. package/v2/globals/sovereignty.d.ts +168 -0
  32. package/v2/{get_status_ok.d.ts → globals/status.d.ts} +5 -0
  33. package/v2/globals/universe.d.ts +1297 -0
  34. package/v2/globals/wallet.d.ts +601 -0
  35. package/v2/{get_wars_war_id_ok.d.ts → globals/wars.d.ts} +40 -0
  36. package/v2/index.d.ts +25 -152
  37. package/v2/response-map.d.ts +1 -24
  38. package/v2/types-index.d.ts +31 -182
  39. package/v2/types-util.d.ts +316 -0
  40. package/v2/util.d.ts +4 -2
  41. package/web/index.html +1 -1
  42. package/tsconfig.json +0 -28
  43. package/v2/get_alliances_alliance_id_contacts_labels_ok.d.ts +0 -24
  44. package/v2/get_alliances_alliance_id_contacts_ok.d.ts +0 -35
  45. package/v2/get_alliances_alliance_id_corporations_ok.d.ts +0 -9
  46. package/v2/get_alliances_alliance_id_icons_ok.d.ts +0 -18
  47. package/v2/get_alliances_ok.d.ts +0 -9
  48. package/v2/get_characters_character_id_agents_research_ok.d.ts +0 -33
  49. package/v2/get_characters_character_id_assets_ok.d.ts +0 -134
  50. package/v2/get_characters_character_id_attributes_ok.d.ts +0 -42
  51. package/v2/get_characters_character_id_blueprints_ok.d.ts +0 -122
  52. package/v2/get_characters_character_id_calendar_event_id_attendees_ok.d.ts +0 -30
  53. package/v2/get_characters_character_id_calendar_event_id_ok.d.ts +0 -56
  54. package/v2/get_characters_character_id_calendar_ok.d.ts +0 -37
  55. package/v2/get_characters_character_id_contacts_labels_ok.d.ts +0 -24
  56. package/v2/get_characters_character_id_contacts_ok.d.ts +0 -43
  57. package/v2/get_characters_character_id_contracts_contract_id_bids_ok.d.ts +0 -32
  58. package/v2/get_characters_character_id_contracts_contract_id_items_ok.d.ts +0 -38
  59. package/v2/get_characters_character_id_contracts_ok.d.ts +0 -117
  60. package/v2/get_characters_character_id_corporationhistory_ok.d.ts +0 -32
  61. package/v2/get_characters_character_id_fatigue_ok.d.ts +0 -22
  62. package/v2/get_characters_character_id_fleet_ok.d.ts +0 -31
  63. package/v2/get_characters_character_id_fw_stats_ok.d.ts +0 -64
  64. package/v2/get_characters_character_id_implants_ok.d.ts +0 -9
  65. package/v2/get_characters_character_id_industry_jobs_ok.d.ts +0 -105
  66. package/v2/get_characters_character_id_killmails_recent_ok.d.ts +0 -24
  67. package/v2/get_characters_character_id_location_ok.d.ts +0 -22
  68. package/v2/get_characters_character_id_loyalty_points_ok.d.ts +0 -24
  69. package/v2/get_characters_character_id_mail_labels_ok.d.ts +0 -62
  70. package/v2/get_characters_character_id_mail_lists_ok.d.ts +0 -24
  71. package/v2/get_characters_character_id_mail_mail_id_ok.d.ts +0 -59
  72. package/v2/get_characters_character_id_mail_ok.d.ts +0 -65
  73. package/v2/get_characters_character_id_medals_ok.d.ts +0 -135
  74. package/v2/get_characters_character_id_mining_ok.d.ts +0 -29
  75. package/v2/get_characters_character_id_notifications_contacts_ok.d.ts +0 -36
  76. package/v2/get_characters_character_id_notifications_ok.d.ts +0 -291
  77. package/v2/get_characters_character_id_ok.d.ts +0 -55
  78. package/v2/get_characters_character_id_online_ok.d.ts +0 -26
  79. package/v2/get_characters_character_id_opportunities_ok.d.ts +0 -24
  80. package/v2/get_characters_character_id_orders_history_ok.d.ts +0 -87
  81. package/v2/get_characters_character_id_orders_ok.d.ts +0 -82
  82. package/v2/get_characters_character_id_planets_ok.d.ts +0 -124
  83. package/v2/get_characters_character_id_planets_planet_id_ok.d.ts +0 -283
  84. package/v2/get_characters_character_id_portrait_ok.d.ts +0 -26
  85. package/v2/get_characters_character_id_roles_ok.d.ts +0 -270
  86. package/v2/get_characters_character_id_ship_ok.d.ts +0 -19
  87. package/v2/get_characters_character_id_skillqueue_ok.d.ts +0 -48
  88. package/v2/get_characters_character_id_skills_ok.d.ts +0 -47
  89. package/v2/get_characters_character_id_standings_ok.d.ts +0 -29
  90. package/v2/get_characters_character_id_titles_ok.d.ts +0 -184
  91. package/v2/get_characters_character_id_wallet_journal_ok.d.ts +0 -228
  92. package/v2/get_characters_character_id_wallet_ok.d.ts +0 -7
  93. package/v2/get_characters_character_id_wallet_transactions_ok.d.ts +0 -53
  94. package/v2/get_contracts_public_bids_contract_id_ok.d.ts +0 -28
  95. package/v2/get_contracts_public_items_contract_id_ok.d.ts +0 -49
  96. package/v2/get_contracts_public_region_id_ok.d.ts +0 -81
  97. package/v2/get_corporation_corporation_id_mining_extractions_ok.d.ts +0 -39
  98. package/v2/get_corporation_corporation_id_mining_observers_observer_id_ok.d.ts +0 -36
  99. package/v2/get_corporation_corporation_id_mining_observers_ok.d.ts +0 -30
  100. package/v2/get_corporations_corporation_id_alliancehistory_ok.d.ts +0 -32
  101. package/v2/get_corporations_corporation_id_assets_ok.d.ts +0 -170
  102. package/v2/get_corporations_corporation_id_blueprints_ok.d.ts +0 -163
  103. package/v2/get_corporations_corporation_id_contacts_labels_ok.d.ts +0 -24
  104. package/v2/get_corporations_corporation_id_contacts_ok.d.ts +0 -39
  105. package/v2/get_corporations_corporation_id_containers_logs_ok.d.ts +0 -188
  106. package/v2/get_corporations_corporation_id_contracts_contract_id_bids_ok.d.ts +0 -33
  107. package/v2/get_corporations_corporation_id_contracts_contract_id_items_ok.d.ts +0 -38
  108. package/v2/get_corporations_corporation_id_contracts_ok.d.ts +0 -117
  109. package/v2/get_corporations_corporation_id_customs_offices_ok.d.ts +0 -78
  110. package/v2/get_corporations_corporation_id_divisions_ok.d.ts +0 -128
  111. package/v2/get_corporations_corporation_id_facilities_ok.d.ts +0 -25
  112. package/v2/get_corporations_corporation_id_fw_stats_ok.d.ts +0 -60
  113. package/v2/get_corporations_corporation_id_icons_ok.d.ts +0 -22
  114. package/v2/get_corporations_corporation_id_industry_jobs_ok.d.ts +0 -105
  115. package/v2/get_corporations_corporation_id_killmails_recent_ok.d.ts +0 -24
  116. package/v2/get_corporations_corporation_id_medals_issued_ok.d.ts +0 -41
  117. package/v2/get_corporations_corporation_id_medals_ok.d.ts +0 -36
  118. package/v2/get_corporations_corporation_id_members_limit_ok.d.ts +0 -7
  119. package/v2/get_corporations_corporation_id_members_ok.d.ts +0 -9
  120. package/v2/get_corporations_corporation_id_members_titles_ok.d.ts +0 -194
  121. package/v2/get_corporations_corporation_id_membertracking_ok.d.ts +0 -41
  122. package/v2/get_corporations_corporation_id_ok.d.ts +0 -66
  123. package/v2/get_corporations_corporation_id_orders_history_ok.d.ts +0 -91
  124. package/v2/get_corporations_corporation_id_orders_ok.d.ts +0 -86
  125. package/v2/get_corporations_corporation_id_roles_history_ok.d.ts +0 -171
  126. package/v2/get_corporations_corporation_id_roles_ok.d.ts +0 -543
  127. package/v2/get_corporations_corporation_id_shareholders_ok.d.ts +0 -29
  128. package/v2/get_corporations_corporation_id_standings_ok.d.ts +0 -29
  129. package/v2/get_corporations_corporation_id_starbases_ok.d.ts +0 -51
  130. package/v2/get_corporations_corporation_id_starbases_starbase_id_ok.d.ts +0 -110
  131. package/v2/get_corporations_corporation_id_structures_ok.d.ts +0 -176
  132. package/v2/get_corporations_corporation_id_titles_ok.d.ts +0 -548
  133. package/v2/get_corporations_corporation_id_wallets_division_journal_ok.d.ts +0 -229
  134. package/v2/get_corporations_corporation_id_wallets_division_transactions_ok.d.ts +0 -50
  135. package/v2/get_corporations_corporation_id_wallets_ok.d.ts +0 -62
  136. package/v2/get_corporations_npccorps_ok.d.ts +0 -9
  137. package/v2/get_dogma_attributes_attribute_id_ok.d.ts +0 -50
  138. package/v2/get_dogma_attributes_ok.d.ts +0 -9
  139. package/v2/get_dogma_dynamic_items_type_id_item_id_ok.d.ts +0 -58
  140. package/v2/get_dogma_effects_effect_id_ok.d.ts +0 -127
  141. package/v2/get_dogma_effects_ok.d.ts +0 -9
  142. package/v2/get_fleets_fleet_id_members_ok.d.ts +0 -54
  143. package/v2/get_fleets_fleet_id_ok.d.ts +0 -26
  144. package/v2/get_fleets_fleet_id_wings_ok.d.ts +0 -45
  145. package/v2/get_fw_leaderboards_characters_ok.d.ts +0 -110
  146. package/v2/get_fw_leaderboards_corporations_ok.d.ts +0 -109
  147. package/v2/get_fw_leaderboards_ok.d.ts +0 -182
  148. package/v2/get_fw_stats_ok.d.ts +0 -66
  149. package/v2/get_fw_systems_ok.d.ts +0 -41
  150. package/v2/get_fw_wars_ok.d.ts +0 -24
  151. package/v2/get_industry_facilities_ok.d.ts +0 -37
  152. package/v2/get_industry_systems_ok.d.ts +0 -119
  153. package/v2/get_insurance_prices_ok.d.ts +0 -62
  154. package/v2/get_markets_groups_market_group_id_ok.d.ts +0 -27
  155. package/v2/get_markets_groups_ok.d.ts +0 -9
  156. package/v2/get_markets_prices_ok.d.ts +0 -25
  157. package/v2/get_markets_region_id_history_ok.d.ts +0 -40
  158. package/v2/get_markets_region_id_orders_ok.d.ts +0 -74
  159. package/v2/get_markets_region_id_types_ok.d.ts +0 -9
  160. package/v2/get_markets_structures_structure_id_ok.d.ts +0 -70
  161. package/v2/get_opportunities_groups_group_id_ok.d.ts +0 -38
  162. package/v2/get_opportunities_groups_ok.d.ts +0 -9
  163. package/v2/get_opportunities_tasks_ok.d.ts +0 -9
  164. package/v2/get_opportunities_tasks_task_id_ok.d.ts +0 -26
  165. package/v2/get_route_origin_destination_ok.d.ts +0 -9
  166. package/v2/get_sovereignty_campaigns_ok.d.ts +0 -83
  167. package/v2/get_sovereignty_map_ok.d.ts +0 -32
  168. package/v2/get_sovereignty_structures_ok.d.ts +0 -46
  169. package/v2/get_universe_ancestries_ok.d.ts +0 -40
  170. package/v2/get_universe_asteroid_belts_asteroid_belt_id_ok.d.ts +0 -37
  171. package/v2/get_universe_bloodlines_ok.d.ts +0 -57
  172. package/v2/get_universe_categories_category_id_ok.d.ts +0 -28
  173. package/v2/get_universe_categories_ok.d.ts +0 -9
  174. package/v2/get_universe_constellations_constellation_id_ok.d.ts +0 -47
  175. package/v2/get_universe_constellations_ok.d.ts +0 -9
  176. package/v2/get_universe_factions_ok.d.ts +0 -56
  177. package/v2/get_universe_graphics_graphic_id_ok.d.ts +0 -42
  178. package/v2/get_universe_graphics_ok.d.ts +0 -9
  179. package/v2/get_universe_groups_group_id_ok.d.ts +0 -27
  180. package/v2/get_universe_groups_ok.d.ts +0 -9
  181. package/v2/get_universe_moons_moon_id_ok.d.ts +0 -41
  182. package/v2/get_universe_planets_planet_id_ok.d.ts +0 -42
  183. package/v2/get_universe_races_ok.d.ts +0 -52
  184. package/v2/get_universe_regions_ok.d.ts +0 -9
  185. package/v2/get_universe_regions_region_id_ok.d.ts +0 -28
  186. package/v2/get_universe_schematics_schematic_id_ok.d.ts +0 -18
  187. package/v2/get_universe_stargates_stargate_id_ok.d.ts +0 -57
  188. package/v2/get_universe_stars_star_id_ok.d.ts +0 -129
  189. package/v2/get_universe_stations_station_id_ok.d.ts +0 -104
  190. package/v2/get_universe_structures_ok.d.ts +0 -9
  191. package/v2/get_universe_structures_structure_id_ok.d.ts +0 -43
  192. package/v2/get_universe_system_jumps_ok.d.ts +0 -24
  193. package/v2/get_universe_system_kills_ok.d.ts +0 -32
  194. package/v2/get_universe_systems_ok.d.ts +0 -9
  195. package/v2/get_universe_systems_system_id_ok.d.ts +0 -94
  196. package/v2/get_universe_types_ok.d.ts +0 -9
  197. package/v2/get_universe_types_type_id_ok.d.ts +0 -105
  198. package/v2/get_wars_ok.d.ts +0 -9
  199. package/v2/get_wars_war_id_killmails_ok.d.ts +0 -24
  200. package/v2/post_characters_affiliation_ok.d.ts +0 -32
  201. package/v2/post_characters_character_id_assets_locations_ok.d.ts +0 -39
  202. package/v2/post_characters_character_id_assets_names_ok.d.ts +0 -24
  203. package/v2/post_characters_character_id_contacts_created.d.ts +0 -9
  204. package/v2/post_characters_character_id_cspa_created.d.ts +0 -7
  205. package/v2/post_characters_character_id_fittings_created.d.ts +0 -14
  206. package/v2/post_characters_character_id_mail_created.d.ts +0 -7
  207. package/v2/post_characters_character_id_mail_labels_created.d.ts +0 -7
  208. package/v2/post_corporations_corporation_id_assets_locations_ok.d.ts +0 -39
  209. package/v2/post_corporations_corporation_id_assets_names_ok.d.ts +0 -24
  210. package/v2/post_fleets_fleet_id_wings_created.d.ts +0 -14
  211. package/v2/post_fleets_fleet_id_wings_wing_id_squads_created.d.ts +0 -14
  212. package/v2/post_universe_ids_ok.d.ts +0 -86
  213. package/v2/post_universe_names_ok.d.ts +0 -38
  214. /package/v2/{extra-types.d.ts → globals/extra-types.d.ts} +0 -0
@@ -1,105 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/industry/jobs/
3
- */
4
- /**
5
- * status string
6
- */
7
- type GetCharactersCharacterIdIndustryJobsStatus =
8
- | "active"
9
- | "cancelled"
10
- | "delivered"
11
- | "paused"
12
- | "ready"
13
- | "reverted";
14
- /**
15
- * 200 ok array
16
- *
17
- * @maxItems 2000
18
- */
19
- type GetCharactersCharacterIdIndustryJobsOk = GetCharactersCharacterIdIndustryJobs_200Ok[];
20
-
21
- /**
22
- * 200 ok object
23
- */
24
- interface GetCharactersCharacterIdIndustryJobs_200Ok {
25
- /**
26
- * Job activity ID
27
- */
28
- activity_id: number;
29
- /**
30
- * blueprint_id integer
31
- */
32
- blueprint_id: number;
33
- /**
34
- * Location ID of the location from which the blueprint was installed. Normally a station ID, but can also be an asset (e.g. container) or corporation facility
35
- */
36
- blueprint_location_id: number;
37
- blueprint_type_id: number;
38
- /**
39
- * ID of the character which completed this job
40
- */
41
- completed_character_id?: number;
42
- /**
43
- * Date and time when this job was completed
44
- */
45
- completed_date?: string;
46
- /**
47
- * The sume of job installation fee and industry facility tax
48
- */
49
- cost?: number;
50
- /**
51
- * Job duration in seconds
52
- */
53
- duration: number;
54
- /**
55
- * Date and time when this job finished
56
- */
57
- end_date: string;
58
- /**
59
- * ID of the facility where this job is running
60
- */
61
- facility_id: number;
62
- /**
63
- * ID of the character which installed this job
64
- */
65
- installer_id: number;
66
- /**
67
- * Unique job ID
68
- */
69
- job_id: number;
70
- /**
71
- * Number of runs blueprint is licensed for
72
- */
73
- licensed_runs?: number;
74
- /**
75
- * Location ID of the location to which the output of the job will be delivered. Normally a station ID, but can also be a corporation facility
76
- */
77
- output_location_id: number;
78
- /**
79
- * Date and time when this job was paused (i.e. time when the facility where this job was installed went offline)
80
- */
81
- pause_date?: string;
82
- /**
83
- * Chance of success for invention
84
- */
85
- probability?: number;
86
- product_type_id?: number;
87
- /**
88
- * Number of runs for a manufacturing job, or number of copies to make for a blueprint copy
89
- */
90
- runs: number;
91
- /**
92
- * Date and time when this job started
93
- */
94
- start_date: string;
95
- /**
96
- * ID of the station where industry facility is located
97
- */
98
- station_id: number;
99
- status: GetCharactersCharacterIdIndustryJobsStatus;
100
- /**
101
- * Number of successful runs for this job. Equal to runs unless this is an invention job
102
- */
103
- successful_runs?: number;
104
- [k: string]: unknown | undefined;
105
- }
@@ -1,24 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/killmails/recent/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 1000
8
- */
9
- type GetCharactersCharacterIdKillmailsRecentOk = GetCharactersCharacterIdKillmailsRecent_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetCharactersCharacterIdKillmailsRecent_200Ok {
15
- /**
16
- * A hash of this killmail
17
- */
18
- killmail_hash: string;
19
- /**
20
- * ID of this killmail
21
- */
22
- killmail_id: number;
23
- [k: string]: unknown | undefined;
24
- }
@@ -1,22 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/location/
3
- */
4
-
5
- /**
6
- * 200 ok object
7
- */
8
- interface GetCharactersCharacterIdLocationOk {
9
- /**
10
- * solar_system_id integer
11
- */
12
- solar_system_id: number;
13
- /**
14
- * station_id integer
15
- */
16
- station_id?: number;
17
- /**
18
- * structure_id integer
19
- */
20
- structure_id?: number;
21
- [k: string]: unknown | undefined;
22
- }
@@ -1,24 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/loyalty/points/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 500
8
- */
9
- type GetCharactersCharacterIdLoyaltyPointsOk = GetCharactersCharacterIdLoyaltyPoints_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetCharactersCharacterIdLoyaltyPoints_200Ok {
15
- /**
16
- * corporation_id integer
17
- */
18
- corporation_id: number;
19
- /**
20
- * loyalty_points integer
21
- */
22
- loyalty_points: number;
23
- [k: string]: unknown | undefined;
24
- }
@@ -1,62 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/mail/labels/
3
- */
4
- /**
5
- * color string
6
- */
7
- type GetCharactersCharacterIdMailLabelsColor =
8
- | "#0000fe"
9
- | "#006634"
10
- | "#0099ff"
11
- | "#00ff33"
12
- | "#01ffff"
13
- | "#349800"
14
- | "#660066"
15
- | "#666666"
16
- | "#999999"
17
- | "#99ffff"
18
- | "#9a0000"
19
- | "#ccff9a"
20
- | "#e6e6e6"
21
- | "#fe0000"
22
- | "#ff6600"
23
- | "#ffff01"
24
- | "#ffffcd"
25
- | "#ffffff";
26
- /**
27
- * labels array
28
- *
29
- * @maxItems 30
30
- */
31
- type GetCharactersCharacterIdMailLabelsLabels = GetCharactersCharacterIdMailLabelsLabel[];
32
-
33
- /**
34
- * 200 ok object
35
- */
36
- interface GetCharactersCharacterIdMailLabelsOk {
37
- labels?: GetCharactersCharacterIdMailLabelsLabels;
38
- /**
39
- * total_unread_count integer
40
- */
41
- total_unread_count?: number;
42
- [k: string]: unknown | undefined;
43
- }
44
- /**
45
- * label object
46
- */
47
- interface GetCharactersCharacterIdMailLabelsLabel {
48
- color?: GetCharactersCharacterIdMailLabelsColor;
49
- /**
50
- * label_id integer
51
- */
52
- label_id?: number;
53
- /**
54
- * name string
55
- */
56
- name?: string;
57
- /**
58
- * unread_count integer
59
- */
60
- unread_count?: number;
61
- [k: string]: unknown | undefined;
62
- }
@@ -1,24 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/mail/lists/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 1000
8
- */
9
- type GetCharactersCharacterIdMailListsOk = GetCharactersCharacterIdMailLists_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetCharactersCharacterIdMailLists_200Ok {
15
- /**
16
- * Mailing list ID
17
- */
18
- mailing_list_id: number;
19
- /**
20
- * name string
21
- */
22
- name: string;
23
- [k: string]: unknown | undefined;
24
- }
@@ -1,59 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/mail/{mail_id}/
3
- */
4
- /**
5
- * recipient_type string
6
- */
7
- type GetCharactersCharacterIdMailMailIdRecipientType = "alliance" | "character" | "corporation" | "mailing_list";
8
- /**
9
- * Recipients of the mail
10
- *
11
- * @minItems 0
12
- * @maxItems 52
13
- */
14
- type GetCharactersCharacterIdMailMailIdRecipients = GetCharactersCharacterIdMailMailIdRecipient[];
15
-
16
- /**
17
- * 200 ok object
18
- */
19
- interface GetCharactersCharacterIdMailMailIdOk {
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;
38
- recipients?: GetCharactersCharacterIdMailMailIdRecipients;
39
- /**
40
- * Mail subject
41
- */
42
- subject?: string;
43
- /**
44
- * When the mail was sent
45
- */
46
- timestamp?: string;
47
- [k: string]: unknown | undefined;
48
- }
49
- /**
50
- * recipient object
51
- */
52
- interface GetCharactersCharacterIdMailMailIdRecipient {
53
- /**
54
- * recipient_id integer
55
- */
56
- recipient_id: number;
57
- recipient_type: GetCharactersCharacterIdMailMailIdRecipientType;
58
- [k: string]: unknown | undefined;
59
- }
@@ -1,65 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/mail/
3
- */
4
- /**
5
- * recipient_type string
6
- */
7
- type GetCharactersCharacterIdMailRecipientType = "alliance" | "character" | "corporation" | "mailing_list";
8
- /**
9
- * Recipients of the mail
10
- *
11
- * @minItems 0
12
- * @maxItems 52
13
- */
14
- type GetCharactersCharacterIdMailRecipients = GetCharactersCharacterIdMailRecipient[];
15
- /**
16
- * 200 ok array
17
- *
18
- * @maxItems 50
19
- */
20
- type GetCharactersCharacterIdMailOk = GetCharactersCharacterIdMail_200Ok[];
21
-
22
- /**
23
- * 200 ok object
24
- */
25
- interface GetCharactersCharacterIdMail_200Ok {
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;
44
- recipients?: GetCharactersCharacterIdMailRecipients;
45
- /**
46
- * Mail subject
47
- */
48
- subject?: string;
49
- /**
50
- * When the mail was sent
51
- */
52
- timestamp?: string;
53
- [k: string]: unknown | undefined;
54
- }
55
- /**
56
- * recipient object
57
- */
58
- interface GetCharactersCharacterIdMailRecipient {
59
- /**
60
- * recipient_id integer
61
- */
62
- recipient_id: number;
63
- recipient_type: GetCharactersCharacterIdMailRecipientType;
64
- [k: string]: unknown | undefined;
65
- }
@@ -1,135 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/medals/
3
- */
4
- /**
5
- * graphics array
6
- *
7
- * @minItems 3
8
- * @maxItems 9
9
- */
10
- type GetCharactersCharacterIdMedalsGraphics =
11
- | [
12
- GetCharactersCharacterIdMedalsGraphic,
13
- GetCharactersCharacterIdMedalsGraphic,
14
- GetCharactersCharacterIdMedalsGraphic
15
- ]
16
- | [
17
- GetCharactersCharacterIdMedalsGraphic,
18
- GetCharactersCharacterIdMedalsGraphic,
19
- GetCharactersCharacterIdMedalsGraphic,
20
- GetCharactersCharacterIdMedalsGraphic
21
- ]
22
- | [
23
- GetCharactersCharacterIdMedalsGraphic,
24
- GetCharactersCharacterIdMedalsGraphic,
25
- GetCharactersCharacterIdMedalsGraphic,
26
- GetCharactersCharacterIdMedalsGraphic,
27
- GetCharactersCharacterIdMedalsGraphic
28
- ]
29
- | [
30
- GetCharactersCharacterIdMedalsGraphic,
31
- GetCharactersCharacterIdMedalsGraphic,
32
- GetCharactersCharacterIdMedalsGraphic,
33
- GetCharactersCharacterIdMedalsGraphic,
34
- GetCharactersCharacterIdMedalsGraphic,
35
- GetCharactersCharacterIdMedalsGraphic
36
- ]
37
- | [
38
- GetCharactersCharacterIdMedalsGraphic,
39
- GetCharactersCharacterIdMedalsGraphic,
40
- GetCharactersCharacterIdMedalsGraphic,
41
- GetCharactersCharacterIdMedalsGraphic,
42
- GetCharactersCharacterIdMedalsGraphic,
43
- GetCharactersCharacterIdMedalsGraphic,
44
- GetCharactersCharacterIdMedalsGraphic
45
- ]
46
- | [
47
- GetCharactersCharacterIdMedalsGraphic,
48
- GetCharactersCharacterIdMedalsGraphic,
49
- GetCharactersCharacterIdMedalsGraphic,
50
- GetCharactersCharacterIdMedalsGraphic,
51
- GetCharactersCharacterIdMedalsGraphic,
52
- GetCharactersCharacterIdMedalsGraphic,
53
- GetCharactersCharacterIdMedalsGraphic,
54
- GetCharactersCharacterIdMedalsGraphic
55
- ]
56
- | [
57
- GetCharactersCharacterIdMedalsGraphic,
58
- GetCharactersCharacterIdMedalsGraphic,
59
- GetCharactersCharacterIdMedalsGraphic,
60
- GetCharactersCharacterIdMedalsGraphic,
61
- GetCharactersCharacterIdMedalsGraphic,
62
- GetCharactersCharacterIdMedalsGraphic,
63
- GetCharactersCharacterIdMedalsGraphic,
64
- GetCharactersCharacterIdMedalsGraphic,
65
- GetCharactersCharacterIdMedalsGraphic
66
- ];
67
- /**
68
- * status string
69
- */
70
- type GetCharactersCharacterIdMedalsStatus = "public" | "private";
71
- /**
72
- * 200 ok array
73
- *
74
- * @maxItems 1000
75
- */
76
- type GetCharactersCharacterIdMedalsOk = GetCharactersCharacterIdMedals_200Ok[];
77
-
78
- /**
79
- * 200 ok object
80
- */
81
- interface GetCharactersCharacterIdMedals_200Ok {
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;
94
- graphics: GetCharactersCharacterIdMedalsGraphics;
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;
107
- status: GetCharactersCharacterIdMedalsStatus;
108
- /**
109
- * title string
110
- */
111
- title: string;
112
- [k: string]: unknown | undefined;
113
- }
114
- /**
115
- * graphic object
116
- */
117
- interface GetCharactersCharacterIdMedalsGraphic {
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;
134
- [k: string]: unknown | undefined;
135
- }
@@ -1,29 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/mining/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 1000
8
- */
9
- type GetCharactersCharacterIdMiningOk = GetCharactersCharacterIdMining_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetCharactersCharacterIdMining_200Ok {
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;
28
- [k: string]: unknown | undefined;
29
- }
@@ -1,36 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/characters/{character_id}/notifications/contacts/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 50
8
- */
9
- type GetCharactersCharacterIdNotificationsContactsOk = GetCharactersCharacterIdNotificationsContacts_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetCharactersCharacterIdNotificationsContacts_200Ok {
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;
35
- [k: string]: unknown | undefined;
36
- }