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,79 +1,10 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/contracts/
3
3
  */
4
-
5
- /**
6
- * Who will accept the contract
7
- */
8
- type GetCorporationsCorporationIdContractsAcceptorId = number;
9
- /**
10
- * ID to whom the contract is assigned, can be corporation or character ID
11
- */
12
- type GetCorporationsCorporationIdContractsAssigneeId = number;
13
4
  /**
14
5
  * To whom the contract is available
15
6
  */
16
7
  type GetCorporationsCorporationIdContractsAvailability = "public" | "personal" | "corporation" | "alliance";
17
- /**
18
- * Buyout price (for Auctions only)
19
- */
20
- type GetCorporationsCorporationIdContractsBuyout = number;
21
- /**
22
- * Collateral price (for Couriers only)
23
- */
24
- type GetCorporationsCorporationIdContractsCollateral = number;
25
- /**
26
- * contract_id integer
27
- */
28
- type GetCorporationsCorporationIdContractsContractId = number;
29
- /**
30
- * Date of confirmation of contract
31
- */
32
- type GetCorporationsCorporationIdContractsDateAccepted = string;
33
- /**
34
- * Date of completed of contract
35
- */
36
- type GetCorporationsCorporationIdContractsDateCompleted = string;
37
- /**
38
- * Expiration date of the contract
39
- */
40
- type GetCorporationsCorporationIdContractsDateExpired = string;
41
- /**
42
- * Сreation date of the contract
43
- */
44
- type GetCorporationsCorporationIdContractsDateIssued = string;
45
- /**
46
- * Number of days to perform the contract
47
- */
48
- type GetCorporationsCorporationIdContractsDaysToComplete = number;
49
- /**
50
- * End location ID (for Couriers contract)
51
- */
52
- type GetCorporationsCorporationIdContractsEndLocationId = number;
53
- /**
54
- * true if the contract was issued on behalf of the issuer's corporation
55
- */
56
- type GetCorporationsCorporationIdContractsForCorporation = boolean;
57
- /**
58
- * Character's corporation ID for the issuer
59
- */
60
- type GetCorporationsCorporationIdContractsIssuerCorporationId = number;
61
- /**
62
- * Character ID for the issuer
63
- */
64
- type GetCorporationsCorporationIdContractsIssuerId = number;
65
- /**
66
- * Price of contract (for ItemsExchange and Auctions)
67
- */
68
- type GetCorporationsCorporationIdContractsPrice = number;
69
- /**
70
- * Remuneration for contract (for Couriers only)
71
- */
72
- type GetCorporationsCorporationIdContractsReward = number;
73
- /**
74
- * Start location ID (for Couriers contract)
75
- */
76
- type GetCorporationsCorporationIdContractsStartLocationId = number;
77
8
  /**
78
9
  * Status of the the contract
79
10
  */
@@ -88,18 +19,10 @@ type GetCorporationsCorporationIdContractsStatus =
88
19
  | "failed"
89
20
  | "deleted"
90
21
  | "reversed";
91
- /**
92
- * Title of the contract
93
- */
94
- type GetCorporationsCorporationIdContractsTitle = string;
95
22
  /**
96
23
  * Type of the contract
97
24
  */
98
25
  type GetCorporationsCorporationIdContractsType = "unknown" | "item_exchange" | "auction" | "courier" | "loan";
99
- /**
100
- * Volume of items in the contract
101
- */
102
- type GetCorporationsCorporationIdContractsVolume = number;
103
26
  /**
104
27
  * 200 ok array
105
28
  *
@@ -111,27 +34,84 @@ type GetCorporationsCorporationIdContractsOk = GetCorporationsCorporationIdContr
111
34
  * 200 ok object
112
35
  */
113
36
  interface GetCorporationsCorporationIdContracts_200Ok {
114
- acceptor_id: GetCorporationsCorporationIdContractsAcceptorId;
115
- assignee_id: GetCorporationsCorporationIdContractsAssigneeId;
37
+ /**
38
+ * Who will accept the contract
39
+ */
40
+ acceptor_id: number;
41
+ /**
42
+ * ID to whom the contract is assigned, can be corporation or character ID
43
+ */
44
+ assignee_id: number;
116
45
  availability: GetCorporationsCorporationIdContractsAvailability;
117
- buyout?: GetCorporationsCorporationIdContractsBuyout;
118
- collateral?: GetCorporationsCorporationIdContractsCollateral;
119
- contract_id: GetCorporationsCorporationIdContractsContractId;
120
- date_accepted?: GetCorporationsCorporationIdContractsDateAccepted;
121
- date_completed?: GetCorporationsCorporationIdContractsDateCompleted;
122
- date_expired: GetCorporationsCorporationIdContractsDateExpired;
123
- date_issued: GetCorporationsCorporationIdContractsDateIssued;
124
- days_to_complete?: GetCorporationsCorporationIdContractsDaysToComplete;
125
- end_location_id?: GetCorporationsCorporationIdContractsEndLocationId;
126
- for_corporation: GetCorporationsCorporationIdContractsForCorporation;
127
- issuer_corporation_id: GetCorporationsCorporationIdContractsIssuerCorporationId;
128
- issuer_id: GetCorporationsCorporationIdContractsIssuerId;
129
- price?: GetCorporationsCorporationIdContractsPrice;
130
- reward?: GetCorporationsCorporationIdContractsReward;
131
- start_location_id?: GetCorporationsCorporationIdContractsStartLocationId;
46
+ /**
47
+ * Buyout price (for Auctions only)
48
+ */
49
+ buyout?: number;
50
+ /**
51
+ * Collateral price (for Couriers only)
52
+ */
53
+ collateral?: number;
54
+ /**
55
+ * contract_id integer
56
+ */
57
+ contract_id: number;
58
+ /**
59
+ * Date of confirmation of contract
60
+ */
61
+ date_accepted?: string;
62
+ /**
63
+ * Date of completed of contract
64
+ */
65
+ date_completed?: string;
66
+ /**
67
+ * Expiration date of the contract
68
+ */
69
+ date_expired: string;
70
+ /**
71
+ * Сreation date of the contract
72
+ */
73
+ date_issued: string;
74
+ /**
75
+ * Number of days to perform the contract
76
+ */
77
+ days_to_complete?: number;
78
+ /**
79
+ * End location ID (for Couriers contract)
80
+ */
81
+ end_location_id?: number;
82
+ /**
83
+ * true if the contract was issued on behalf of the issuer's corporation
84
+ */
85
+ for_corporation: boolean;
86
+ /**
87
+ * Character's corporation ID for the issuer
88
+ */
89
+ issuer_corporation_id: number;
90
+ /**
91
+ * Character ID for the issuer
92
+ */
93
+ issuer_id: number;
94
+ /**
95
+ * Price of contract (for ItemsExchange and Auctions)
96
+ */
97
+ price?: number;
98
+ /**
99
+ * Remuneration for contract (for Couriers only)
100
+ */
101
+ reward?: number;
102
+ /**
103
+ * Start location ID (for Couriers contract)
104
+ */
105
+ start_location_id?: number;
132
106
  status: GetCorporationsCorporationIdContractsStatus;
133
- title?: GetCorporationsCorporationIdContractsTitle;
107
+ /**
108
+ * Title of the contract
109
+ */
110
+ title?: string;
134
111
  type: GetCorporationsCorporationIdContractsType;
135
- volume?: GetCorporationsCorporationIdContractsVolume;
112
+ /**
113
+ * Volume of items in the contract
114
+ */
115
+ volume?: number;
136
116
  [k: string]: unknown | undefined;
137
117
  }
@@ -1,51 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/customs_offices/
3
3
  */
4
-
5
- /**
6
- * Only present if alliance access is allowed
7
- */
8
- type GetCorporationsCorporationIdCustomsOfficesAllianceTaxRate = number;
9
- /**
10
- * standing_level and any standing related tax rate only present when this is true
11
- */
12
- type GetCorporationsCorporationIdCustomsOfficesAllowAccessWithStandings = boolean;
13
- /**
14
- * allow_alliance_access boolean
15
- */
16
- type GetCorporationsCorporationIdCustomsOfficesAllowAllianceAccess = boolean;
17
- /**
18
- * bad_standing_tax_rate number
19
- */
20
- type GetCorporationsCorporationIdCustomsOfficesBadStandingTaxRate = number;
21
- /**
22
- * corporation_tax_rate number
23
- */
24
- type GetCorporationsCorporationIdCustomsOfficesCorporationTaxRate = number;
25
- /**
26
- * Tax rate for entities with excellent level of standing, only present if this level is allowed, same for all other standing related tax rates
27
- */
28
- type GetCorporationsCorporationIdCustomsOfficesExcellentStandingTaxRate = number;
29
- /**
30
- * good_standing_tax_rate number
31
- */
32
- type GetCorporationsCorporationIdCustomsOfficesGoodStandingTaxRate = number;
33
- /**
34
- * neutral_standing_tax_rate number
35
- */
36
- type GetCorporationsCorporationIdCustomsOfficesNeutralStandingTaxRate = number;
37
- /**
38
- * unique ID of this customs office
39
- */
40
- type GetCorporationsCorporationIdCustomsOfficesOfficeId = number;
41
- /**
42
- * reinforce_exit_end integer
43
- */
44
- type GetCorporationsCorporationIdCustomsOfficesReinforceExitEnd = number;
45
- /**
46
- * Together with reinforce_exit_end, marks a 2-hour period where this customs office could exit reinforcement mode during the day after initial attack
47
- */
48
- type GetCorporationsCorporationIdCustomsOfficesReinforceExitStart = number;
49
4
  /**
50
5
  * Access is allowed only for entities with this level of standing or better
51
6
  */
@@ -55,14 +10,6 @@ type GetCorporationsCorporationIdCustomsOfficesStandingLevel =
55
10
  | "good"
56
11
  | "neutral"
57
12
  | "terrible";
58
- /**
59
- * ID of the solar system this customs office is located in
60
- */
61
- type GetCorporationsCorporationIdCustomsOfficesSystemId = number;
62
- /**
63
- * terrible_standing_tax_rate number
64
- */
65
- type GetCorporationsCorporationIdCustomsOfficesTerribleStandingTaxRate = number;
66
13
  /**
67
14
  * 200 ok array
68
15
  *
@@ -74,19 +21,58 @@ type GetCorporationsCorporationIdCustomsOfficesOk = GetCorporationsCorporationId
74
21
  * 200 ok object
75
22
  */
76
23
  interface GetCorporationsCorporationIdCustomsOffices_200Ok {
77
- alliance_tax_rate?: GetCorporationsCorporationIdCustomsOfficesAllianceTaxRate;
78
- allow_access_with_standings: GetCorporationsCorporationIdCustomsOfficesAllowAccessWithStandings;
79
- allow_alliance_access: GetCorporationsCorporationIdCustomsOfficesAllowAllianceAccess;
80
- bad_standing_tax_rate?: GetCorporationsCorporationIdCustomsOfficesBadStandingTaxRate;
81
- corporation_tax_rate?: GetCorporationsCorporationIdCustomsOfficesCorporationTaxRate;
82
- excellent_standing_tax_rate?: GetCorporationsCorporationIdCustomsOfficesExcellentStandingTaxRate;
83
- good_standing_tax_rate?: GetCorporationsCorporationIdCustomsOfficesGoodStandingTaxRate;
84
- neutral_standing_tax_rate?: GetCorporationsCorporationIdCustomsOfficesNeutralStandingTaxRate;
85
- office_id: GetCorporationsCorporationIdCustomsOfficesOfficeId;
86
- reinforce_exit_end: GetCorporationsCorporationIdCustomsOfficesReinforceExitEnd;
87
- reinforce_exit_start: GetCorporationsCorporationIdCustomsOfficesReinforceExitStart;
24
+ /**
25
+ * Only present if alliance access is allowed
26
+ */
27
+ alliance_tax_rate?: number;
28
+ /**
29
+ * standing_level and any standing related tax rate only present when this is true
30
+ */
31
+ allow_access_with_standings: boolean;
32
+ /**
33
+ * allow_alliance_access boolean
34
+ */
35
+ allow_alliance_access: boolean;
36
+ /**
37
+ * bad_standing_tax_rate number
38
+ */
39
+ bad_standing_tax_rate?: number;
40
+ /**
41
+ * corporation_tax_rate number
42
+ */
43
+ corporation_tax_rate?: number;
44
+ /**
45
+ * Tax rate for entities with excellent level of standing, only present if this level is allowed, same for all other standing related tax rates
46
+ */
47
+ excellent_standing_tax_rate?: number;
48
+ /**
49
+ * good_standing_tax_rate number
50
+ */
51
+ good_standing_tax_rate?: number;
52
+ /**
53
+ * neutral_standing_tax_rate number
54
+ */
55
+ neutral_standing_tax_rate?: number;
56
+ /**
57
+ * unique ID of this customs office
58
+ */
59
+ office_id: number;
60
+ /**
61
+ * reinforce_exit_end integer
62
+ */
63
+ reinforce_exit_end: number;
64
+ /**
65
+ * Together with reinforce_exit_end, marks a 2-hour period where this customs office could exit reinforcement mode during the day after initial attack
66
+ */
67
+ reinforce_exit_start: number;
88
68
  standing_level?: GetCorporationsCorporationIdCustomsOfficesStandingLevel;
89
- system_id: GetCorporationsCorporationIdCustomsOfficesSystemId;
90
- terrible_standing_tax_rate?: GetCorporationsCorporationIdCustomsOfficesTerribleStandingTaxRate;
69
+ /**
70
+ * ID of the solar system this customs office is located in
71
+ */
72
+ system_id: number;
73
+ /**
74
+ * terrible_standing_tax_rate number
75
+ */
76
+ terrible_standing_tax_rate?: number;
91
77
  [k: string]: unknown | undefined;
92
78
  }
@@ -1,7 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/divisions/
3
3
  */
4
-
5
4
  /**
6
5
  * hangar array
7
6
  *
@@ -46,14 +45,6 @@ type GetCorporationsCorporationIdDivisionsHangar =
46
45
  GetCorporationsCorporationIdDivisionsHangarHangar,
47
46
  GetCorporationsCorporationIdDivisionsHangarHangar
48
47
  ];
49
- /**
50
- * division integer
51
- */
52
- type GetCorporationsCorporationIdDivisionsDivision = number;
53
- /**
54
- * name string
55
- */
56
- type GetCorporationsCorporationIdDivisionsName = string;
57
48
  /**
58
49
  * wallet array
59
50
  *
@@ -98,14 +89,6 @@ type GetCorporationsCorporationIdDivisionsWallet =
98
89
  GetCorporationsCorporationIdDivisionsWalletWallet,
99
90
  GetCorporationsCorporationIdDivisionsWalletWallet
100
91
  ];
101
- /**
102
- * division integer
103
- */
104
- type GetCorporationsCorporationIdDivisionsWalletDivision = number;
105
- /**
106
- * name string
107
- */
108
- type GetCorporationsCorporationIdDivisionsWalletName = string;
109
92
 
110
93
  /**
111
94
  * 200 ok object
@@ -119,15 +102,27 @@ interface GetCorporationsCorporationIdDivisionsOk {
119
102
  * hangar object
120
103
  */
121
104
  interface GetCorporationsCorporationIdDivisionsHangarHangar {
122
- division?: GetCorporationsCorporationIdDivisionsDivision;
123
- name?: GetCorporationsCorporationIdDivisionsName;
105
+ /**
106
+ * division integer
107
+ */
108
+ division?: number;
109
+ /**
110
+ * name string
111
+ */
112
+ name?: string;
124
113
  [k: string]: unknown | undefined;
125
114
  }
126
115
  /**
127
116
  * wallet object
128
117
  */
129
118
  interface GetCorporationsCorporationIdDivisionsWalletWallet {
130
- division?: GetCorporationsCorporationIdDivisionsWalletDivision;
131
- name?: GetCorporationsCorporationIdDivisionsWalletName;
119
+ /**
120
+ * division integer
121
+ */
122
+ division?: number;
123
+ /**
124
+ * name string
125
+ */
126
+ name?: string;
132
127
  [k: string]: unknown | undefined;
133
128
  }
@@ -1,19 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/facilities/
3
3
  */
4
-
5
- /**
6
- * facility_id integer
7
- */
8
- type GetCorporationsCorporationIdFacilitiesFacilityId = number;
9
- /**
10
- * system_id integer
11
- */
12
- type GetCorporationsCorporationIdFacilitiesSystemId = number;
13
- /**
14
- * type_id integer
15
- */
16
- type GetCorporationsCorporationIdFacilitiesTypeId = number;
17
4
  /**
18
5
  * 200 ok array
19
6
  *
@@ -25,8 +12,14 @@ type GetCorporationsCorporationIdFacilitiesOk = GetCorporationsCorporationIdFaci
25
12
  * 200 ok object
26
13
  */
27
14
  interface GetCorporationsCorporationIdFacilities_200Ok {
28
- facility_id: GetCorporationsCorporationIdFacilitiesFacilityId;
29
- system_id: GetCorporationsCorporationIdFacilitiesSystemId;
30
- type_id: GetCorporationsCorporationIdFacilitiesTypeId;
15
+ /**
16
+ * facility_id integer
17
+ */
18
+ facility_id: number;
19
+ /**
20
+ * system_id integer
21
+ */
22
+ system_id: number;
23
+ type_id: number;
31
24
  [k: string]: unknown | undefined;
32
25
  }
@@ -1,52 +1,24 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/fw/stats/
3
3
  */
4
4
 
5
- /**
6
- * The enlistment date of the given corporation into faction warfare. Will not be included if corporation is not enlisted in faction warfare
7
- */
8
- type GetCorporationsCorporationIdFwStatsEnlistedOn = string;
9
- /**
10
- * The faction the given corporation is enlisted to fight for. Will not be included if corporation is not enlisted in faction warfare
11
- */
12
- type GetCorporationsCorporationIdFwStatsFactionId = number;
13
- /**
14
- * Last week's total number of kills by members of the given corporation against enemy factions
15
- */
16
- type GetCorporationsCorporationIdFwStatsLastWeek = number;
17
- /**
18
- * Total number of kills by members of the given corporation against enemy factions since the corporation enlisted
19
- */
20
- type GetCorporationsCorporationIdFwStatsTotal = number;
21
- /**
22
- * Yesterday's total number of kills by members of the given corporation against enemy factions
23
- */
24
- type GetCorporationsCorporationIdFwStatsYesterday = number;
25
- /**
26
- * How many pilots the enlisted corporation has. Will not be included if corporation is not enlisted in faction warfare
27
- */
28
- type GetCorporationsCorporationIdFwStatsPilots = number;
29
- /**
30
- * Last week's victory points gained by members of the given corporation
31
- */
32
- type GetCorporationsCorporationIdFwStatsVictoryPointsLastWeek = number;
33
- /**
34
- * Total victory points gained since the given corporation enlisted
35
- */
36
- type GetCorporationsCorporationIdFwStatsVictoryPointsTotal = number;
37
- /**
38
- * Yesterday's victory points gained by members of the given corporation
39
- */
40
- type GetCorporationsCorporationIdFwStatsVictoryPointsYesterday = number;
41
-
42
5
  /**
43
6
  * 200 ok object
44
7
  */
45
8
  interface GetCorporationsCorporationIdFwStatsOk {
46
- enlisted_on?: GetCorporationsCorporationIdFwStatsEnlistedOn;
47
- faction_id?: GetCorporationsCorporationIdFwStatsFactionId;
9
+ /**
10
+ * The enlistment date of the given corporation into faction warfare. Will not be included if corporation is not enlisted in faction warfare
11
+ */
12
+ enlisted_on?: string;
13
+ /**
14
+ * The faction the given corporation is enlisted to fight for. Will not be included if corporation is not enlisted in faction warfare
15
+ */
16
+ faction_id?: number;
48
17
  kills: GetCorporationsCorporationIdFwStatsKills;
49
- pilots?: GetCorporationsCorporationIdFwStatsPilots;
18
+ /**
19
+ * How many pilots the enlisted corporation has. Will not be included if corporation is not enlisted in faction warfare
20
+ */
21
+ pilots?: number;
50
22
  victory_points: GetCorporationsCorporationIdFwStatsVictoryPoints;
51
23
  [k: string]: unknown | undefined;
52
24
  }
@@ -54,17 +26,35 @@ interface GetCorporationsCorporationIdFwStatsOk {
54
26
  * Summary of kills done by the given corporation against enemy factions
55
27
  */
56
28
  interface GetCorporationsCorporationIdFwStatsKills {
57
- last_week: GetCorporationsCorporationIdFwStatsLastWeek;
58
- total: GetCorporationsCorporationIdFwStatsTotal;
59
- yesterday: GetCorporationsCorporationIdFwStatsYesterday;
29
+ /**
30
+ * Last week's total number of kills by members of the given corporation against enemy factions
31
+ */
32
+ last_week: number;
33
+ /**
34
+ * Total number of kills by members of the given corporation against enemy factions since the corporation enlisted
35
+ */
36
+ total: number;
37
+ /**
38
+ * Yesterday's total number of kills by members of the given corporation against enemy factions
39
+ */
40
+ yesterday: number;
60
41
  [k: string]: unknown | undefined;
61
42
  }
62
43
  /**
63
44
  * Summary of victory points gained by the given corporation for the enlisted faction
64
45
  */
65
46
  interface GetCorporationsCorporationIdFwStatsVictoryPoints {
66
- last_week: GetCorporationsCorporationIdFwStatsVictoryPointsLastWeek;
67
- total: GetCorporationsCorporationIdFwStatsVictoryPointsTotal;
68
- yesterday: GetCorporationsCorporationIdFwStatsVictoryPointsYesterday;
47
+ /**
48
+ * Last week's victory points gained by members of the given corporation
49
+ */
50
+ last_week: number;
51
+ /**
52
+ * Total victory points gained since the given corporation enlisted
53
+ */
54
+ total: number;
55
+ /**
56
+ * Yesterday's victory points gained by members of the given corporation
57
+ */
58
+ yesterday: number;
69
59
  [k: string]: unknown | undefined;
70
60
  }
@@ -1,26 +1,22 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/icons/
3
3
  */
4
4
 
5
- /**
6
- * px128x128 string
7
- */
8
- type GetCorporationsCorporationIdIconsPx128X128 = string;
9
- /**
10
- * px256x256 string
11
- */
12
- type GetCorporationsCorporationIdIconsPx256X256 = string;
13
- /**
14
- * px64x64 string
15
- */
16
- type GetCorporationsCorporationIdIconsPx64X64 = string;
17
-
18
5
  /**
19
6
  * 200 ok object
20
7
  */
21
8
  interface GetCorporationsCorporationIdIconsOk {
22
- px128x128?: GetCorporationsCorporationIdIconsPx128X128;
23
- px256x256?: GetCorporationsCorporationIdIconsPx256X256;
24
- px64x64?: GetCorporationsCorporationIdIconsPx64X64;
9
+ /**
10
+ * px128x128 string
11
+ */
12
+ px128x128?: string;
13
+ /**
14
+ * px256x256 string
15
+ */
16
+ px256x256?: string;
17
+ /**
18
+ * px64x64 string
19
+ */
20
+ px64x64?: string;
25
21
  [k: string]: unknown | undefined;
26
22
  }