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,229 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/corporations/{corporation_id}/wallets/{division}/journal/
3
- */
4
- /**
5
- * The type of the given context_id if present
6
- */
7
- type GetCorporationsCorporationIdWalletsDivisionJournalContextIdType =
8
- | "structure_id"
9
- | "station_id"
10
- | "market_transaction_id"
11
- | "character_id"
12
- | "corporation_id"
13
- | "alliance_id"
14
- | "eve_system"
15
- | "industry_job_id"
16
- | "contract_id"
17
- | "planet_id"
18
- | "system_id"
19
- | "type_id";
20
- /**
21
- * "The transaction type for the given. transaction. Different transaction types will populate different attributes. Note: If you have an existing XML API application that is using ref_types, you will need to know which string ESI ref_type maps to which integer. You can look at the following file to see string->int mappings: https://github.com/ccpgames/eve-glue/blob/master/eve_glue/wallet_journal_ref.py"
22
- */
23
- type GetCorporationsCorporationIdWalletsDivisionJournalRefType =
24
- | "acceleration_gate_fee"
25
- | "advertisement_listing_fee"
26
- | "agent_donation"
27
- | "agent_location_services"
28
- | "agent_miscellaneous"
29
- | "agent_mission_collateral_paid"
30
- | "agent_mission_collateral_refunded"
31
- | "agent_mission_reward"
32
- | "agent_mission_reward_corporation_tax"
33
- | "agent_mission_time_bonus_reward"
34
- | "agent_mission_time_bonus_reward_corporation_tax"
35
- | "agent_security_services"
36
- | "agent_services_rendered"
37
- | "agents_preward"
38
- | "alliance_maintainance_fee"
39
- | "alliance_registration_fee"
40
- | "allignment_based_gate_toll"
41
- | "asset_safety_recovery_tax"
42
- | "bounty"
43
- | "bounty_prize"
44
- | "bounty_prize_corporation_tax"
45
- | "bounty_prizes"
46
- | "bounty_reimbursement"
47
- | "bounty_surcharge"
48
- | "brokers_fee"
49
- | "clone_activation"
50
- | "clone_transfer"
51
- | "contraband_fine"
52
- | "contract_auction_bid"
53
- | "contract_auction_bid_corp"
54
- | "contract_auction_bid_refund"
55
- | "contract_auction_sold"
56
- | "contract_brokers_fee"
57
- | "contract_brokers_fee_corp"
58
- | "contract_collateral"
59
- | "contract_collateral_deposited_corp"
60
- | "contract_collateral_payout"
61
- | "contract_collateral_refund"
62
- | "contract_deposit"
63
- | "contract_deposit_corp"
64
- | "contract_deposit_refund"
65
- | "contract_deposit_sales_tax"
66
- | "contract_price"
67
- | "contract_price_payment_corp"
68
- | "contract_reversal"
69
- | "contract_reward"
70
- | "contract_reward_deposited"
71
- | "contract_reward_deposited_corp"
72
- | "contract_reward_refund"
73
- | "contract_sales_tax"
74
- | "copying"
75
- | "corporate_reward_payout"
76
- | "corporate_reward_tax"
77
- | "corporation_account_withdrawal"
78
- | "corporation_bulk_payment"
79
- | "corporation_dividend_payment"
80
- | "corporation_liquidation"
81
- | "corporation_logo_change_cost"
82
- | "corporation_payment"
83
- | "corporation_registration_fee"
84
- | "cosmetic_market_component_item_purchase"
85
- | "cosmetic_market_skin_purchase"
86
- | "cosmetic_market_skin_sale"
87
- | "cosmetic_market_skin_sale_broker_fee"
88
- | "cosmetic_market_skin_sale_tax"
89
- | "cosmetic_market_skin_transaction"
90
- | "courier_mission_escrow"
91
- | "cspa"
92
- | "cspaofflinerefund"
93
- | "daily_challenge_reward"
94
- | "daily_goal_payouts"
95
- | "daily_goal_payouts_tax"
96
- | "datacore_fee"
97
- | "dna_modification_fee"
98
- | "docking_fee"
99
- | "duel_wager_escrow"
100
- | "duel_wager_payment"
101
- | "duel_wager_refund"
102
- | "ess_escrow_transfer"
103
- | "external_trade_delivery"
104
- | "external_trade_freeze"
105
- | "external_trade_thaw"
106
- | "factory_slot_rental_fee"
107
- | "flux_payout"
108
- | "flux_tax"
109
- | "flux_ticket_repayment"
110
- | "flux_ticket_sale"
111
- | "gm_cash_transfer"
112
- | "industry_job_tax"
113
- | "infrastructure_hub_maintenance"
114
- | "inheritance"
115
- | "insurance"
116
- | "insurgency_corruption_contribution_reward"
117
- | "insurgency_suppression_contribution_reward"
118
- | "item_trader_payment"
119
- | "jump_clone_activation_fee"
120
- | "jump_clone_installation_fee"
121
- | "kill_right_fee"
122
- | "lp_store"
123
- | "manufacturing"
124
- | "market_escrow"
125
- | "market_fine_paid"
126
- | "market_provider_tax"
127
- | "market_transaction"
128
- | "medal_creation"
129
- | "medal_issued"
130
- | "milestone_reward_payment"
131
- | "mission_completion"
132
- | "mission_cost"
133
- | "mission_expiration"
134
- | "mission_reward"
135
- | "office_rental_fee"
136
- | "operation_bonus"
137
- | "opportunity_reward"
138
- | "planetary_construction"
139
- | "planetary_export_tax"
140
- | "planetary_import_tax"
141
- | "player_donation"
142
- | "player_trading"
143
- | "project_discovery_reward"
144
- | "project_discovery_tax"
145
- | "project_payouts"
146
- | "reaction"
147
- | "redeemed_isk_token"
148
- | "release_of_impounded_property"
149
- | "repair_bill"
150
- | "reprocessing_tax"
151
- | "researching_material_productivity"
152
- | "researching_technology"
153
- | "researching_time_productivity"
154
- | "resource_wars_reward"
155
- | "reverse_engineering"
156
- | "season_challenge_reward"
157
- | "security_processing_fee"
158
- | "shares"
159
- | "skill_purchase"
160
- | "sovereignity_bill"
161
- | "store_purchase"
162
- | "store_purchase_refund"
163
- | "structure_gate_jump"
164
- | "transaction_tax"
165
- | "under_construction"
166
- | "upkeep_adjustment_fee"
167
- | "war_ally_contract"
168
- | "war_fee"
169
- | "war_fee_surrender";
170
- /**
171
- * Journal entries
172
- *
173
- * @maxItems 2500
174
- */
175
- type GetCorporationsCorporationIdWalletsDivisionJournalOk =
176
- GetCorporationsCorporationIdWalletsDivisionJournal_200Ok[];
177
-
178
- /**
179
- * 200 ok object
180
- */
181
- interface GetCorporationsCorporationIdWalletsDivisionJournal_200Ok {
182
- /**
183
- * The amount of ISK given or taken from the wallet as a result of the given transaction. Positive when ISK is deposited into the wallet and negative when ISK is withdrawn
184
- */
185
- amount?: number;
186
- /**
187
- * Wallet balance after transaction occurred
188
- */
189
- balance?: number;
190
- /**
191
- * An ID that gives extra context to the particular transaction. Because of legacy reasons the context is completely different per ref_type and means different things. It is also possible to not have a context_id
192
- */
193
- context_id?: number;
194
- context_id_type?: GetCorporationsCorporationIdWalletsDivisionJournalContextIdType;
195
- /**
196
- * Date and time of transaction
197
- */
198
- date: string;
199
- /**
200
- * The reason for the transaction, mirrors what is seen in the client
201
- */
202
- description: string;
203
- /**
204
- * The id of the first party involved in the transaction. This attribute has no consistency and is different or non existant for particular ref_types. The description attribute will help make sense of what this attribute means. For more info about the given ID it can be dropped into the /universe/names/ ESI route to determine its type and name
205
- */
206
- first_party_id?: number;
207
- /**
208
- * Unique journal reference ID
209
- */
210
- id: number;
211
- /**
212
- * The user stated reason for the transaction. Only applies to some ref_types
213
- */
214
- reason?: string;
215
- ref_type: GetCorporationsCorporationIdWalletsDivisionJournalRefType;
216
- /**
217
- * The id of the second party involved in the transaction. This attribute has no consistency and is different or non existant for particular ref_types. The description attribute will help make sense of what this attribute means. For more info about the given ID it can be dropped into the /universe/names/ ESI route to determine its type and name
218
- */
219
- second_party_id?: number;
220
- /**
221
- * Tax amount received. Only applies to tax related transactions
222
- */
223
- tax?: number;
224
- /**
225
- * The corporation ID receiving any tax paid. Only applies to tax related transactions
226
- */
227
- tax_receiver_id?: number;
228
- [k: string]: unknown | undefined;
229
- }
@@ -1,50 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/corporations/{corporation_id}/wallets/{division}/transactions/
3
- */
4
- /**
5
- * Wallet transactions
6
- *
7
- * @maxItems 2500
8
- */
9
- type GetCorporationsCorporationIdWalletsDivisionTransactionsOk =
10
- GetCorporationsCorporationIdWalletsDivisionTransactions_200Ok[];
11
-
12
- /**
13
- * wallet transaction
14
- */
15
- interface GetCorporationsCorporationIdWalletsDivisionTransactions_200Ok {
16
- /**
17
- * client_id integer
18
- */
19
- client_id: number;
20
- /**
21
- * Date and time of transaction
22
- */
23
- date: string;
24
- /**
25
- * is_buy boolean
26
- */
27
- is_buy: boolean;
28
- /**
29
- * -1 if there is no corresponding wallet journal entry
30
- */
31
- journal_ref_id: number;
32
- /**
33
- * location_id integer
34
- */
35
- location_id: number;
36
- /**
37
- * quantity integer
38
- */
39
- quantity: number;
40
- /**
41
- * Unique transaction ID
42
- */
43
- transaction_id: number;
44
- type_id: number;
45
- /**
46
- * Amount paid per unit
47
- */
48
- unit_price: number;
49
- [k: string]: unknown | undefined;
50
- }
@@ -1,62 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/corporations/{corporation_id}/wallets/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 7
8
- */
9
- type GetCorporationsCorporationIdWalletsOk =
10
- | []
11
- | [GetCorporationsCorporationIdWallets_200Ok]
12
- | [GetCorporationsCorporationIdWallets_200Ok, GetCorporationsCorporationIdWallets_200Ok]
13
- | [
14
- GetCorporationsCorporationIdWallets_200Ok,
15
- GetCorporationsCorporationIdWallets_200Ok,
16
- GetCorporationsCorporationIdWallets_200Ok
17
- ]
18
- | [
19
- GetCorporationsCorporationIdWallets_200Ok,
20
- GetCorporationsCorporationIdWallets_200Ok,
21
- GetCorporationsCorporationIdWallets_200Ok,
22
- GetCorporationsCorporationIdWallets_200Ok
23
- ]
24
- | [
25
- GetCorporationsCorporationIdWallets_200Ok,
26
- GetCorporationsCorporationIdWallets_200Ok,
27
- GetCorporationsCorporationIdWallets_200Ok,
28
- GetCorporationsCorporationIdWallets_200Ok,
29
- GetCorporationsCorporationIdWallets_200Ok
30
- ]
31
- | [
32
- GetCorporationsCorporationIdWallets_200Ok,
33
- GetCorporationsCorporationIdWallets_200Ok,
34
- GetCorporationsCorporationIdWallets_200Ok,
35
- GetCorporationsCorporationIdWallets_200Ok,
36
- GetCorporationsCorporationIdWallets_200Ok,
37
- GetCorporationsCorporationIdWallets_200Ok
38
- ]
39
- | [
40
- GetCorporationsCorporationIdWallets_200Ok,
41
- GetCorporationsCorporationIdWallets_200Ok,
42
- GetCorporationsCorporationIdWallets_200Ok,
43
- GetCorporationsCorporationIdWallets_200Ok,
44
- GetCorporationsCorporationIdWallets_200Ok,
45
- GetCorporationsCorporationIdWallets_200Ok,
46
- GetCorporationsCorporationIdWallets_200Ok
47
- ];
48
-
49
- /**
50
- * 200 ok object
51
- */
52
- interface GetCorporationsCorporationIdWallets_200Ok {
53
- /**
54
- * balance number
55
- */
56
- balance: number;
57
- /**
58
- * division integer
59
- */
60
- division: number;
61
- [k: string]: unknown | undefined;
62
- }
@@ -1,9 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/corporations/npccorps/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 500
8
- */
9
- type GetCorporationsNpccorpsOk = number[];
@@ -1,50 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/dogma/attributes/{attribute_id}/
3
- */
4
-
5
- /**
6
- * 200 ok object
7
- */
8
- interface GetDogmaAttributesAttributeIdOk {
9
- /**
10
- * attribute_id integer
11
- */
12
- attribute_id: number;
13
- /**
14
- * default_value number
15
- */
16
- default_value?: number;
17
- /**
18
- * description string
19
- */
20
- description?: string;
21
- /**
22
- * display_name string
23
- */
24
- display_name?: string;
25
- /**
26
- * high_is_good boolean
27
- */
28
- high_is_good?: boolean;
29
- /**
30
- * icon_id integer
31
- */
32
- icon_id?: number;
33
- /**
34
- * name string
35
- */
36
- name?: string;
37
- /**
38
- * published boolean
39
- */
40
- published?: boolean;
41
- /**
42
- * stackable boolean
43
- */
44
- stackable?: boolean;
45
- /**
46
- * unit_id integer
47
- */
48
- unit_id?: number;
49
- [k: string]: unknown | undefined;
50
- }
@@ -1,9 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/dogma/attributes/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 10000
8
- */
9
- type GetDogmaAttributesOk = number[];
@@ -1,58 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/dogma/dynamic/items/{type_id}/{item_id}/
3
- */
4
- /**
5
- * dogma_attributes array
6
- *
7
- * @maxItems 1000
8
- */
9
- type GetDogmaDynamicItemsTypeIdItemIdDogmaAttributes = GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute[];
10
- /**
11
- * dogma_effects array
12
- *
13
- * @maxItems 1000
14
- */
15
- type GetDogmaDynamicItemsTypeIdItemIdDogmaEffects = GetDogmaDynamicItemsTypeIdItemIdDogmaEffect[];
16
-
17
- /**
18
- * 200 ok object
19
- */
20
- interface GetDogmaDynamicItemsTypeIdItemIdOk {
21
- /**
22
- * The ID of the character who created the item
23
- */
24
- created_by: number;
25
- dogma_attributes: GetDogmaDynamicItemsTypeIdItemIdDogmaAttributes;
26
- dogma_effects: GetDogmaDynamicItemsTypeIdItemIdDogmaEffects;
27
- mutator_type_id: number;
28
- source_type_id: number;
29
- [k: string]: unknown | undefined;
30
- }
31
- /**
32
- * dogma_attribute object
33
- */
34
- interface GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute {
35
- /**
36
- * attribute_id integer
37
- */
38
- attribute_id: number;
39
- /**
40
- * value number
41
- */
42
- value: number;
43
- [k: string]: unknown | undefined;
44
- }
45
- /**
46
- * dogma_effect object
47
- */
48
- interface GetDogmaDynamicItemsTypeIdItemIdDogmaEffect {
49
- /**
50
- * effect_id integer
51
- */
52
- effect_id: number;
53
- /**
54
- * is_default boolean
55
- */
56
- is_default: boolean;
57
- [k: string]: unknown | undefined;
58
- }
@@ -1,127 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/dogma/effects/{effect_id}/
3
- */
4
- /**
5
- * modifiers array
6
- *
7
- * @maxItems 100
8
- */
9
- type GetDogmaEffectsEffectIdModifiers = GetDogmaEffectsEffectIdModifier[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetDogmaEffectsEffectIdOk {
15
- /**
16
- * description string
17
- */
18
- description?: string;
19
- /**
20
- * disallow_auto_repeat boolean
21
- */
22
- disallow_auto_repeat?: boolean;
23
- /**
24
- * discharge_attribute_id integer
25
- */
26
- discharge_attribute_id?: number;
27
- /**
28
- * display_name string
29
- */
30
- display_name?: string;
31
- /**
32
- * duration_attribute_id integer
33
- */
34
- duration_attribute_id?: number;
35
- /**
36
- * effect_category integer
37
- */
38
- effect_category?: number;
39
- /**
40
- * effect_id integer
41
- */
42
- effect_id: number;
43
- /**
44
- * electronic_chance boolean
45
- */
46
- electronic_chance?: boolean;
47
- /**
48
- * falloff_attribute_id integer
49
- */
50
- falloff_attribute_id?: number;
51
- /**
52
- * icon_id integer
53
- */
54
- icon_id?: number;
55
- /**
56
- * is_assistance boolean
57
- */
58
- is_assistance?: boolean;
59
- /**
60
- * is_offensive boolean
61
- */
62
- is_offensive?: boolean;
63
- /**
64
- * is_warp_safe boolean
65
- */
66
- is_warp_safe?: boolean;
67
- modifiers?: GetDogmaEffectsEffectIdModifiers;
68
- /**
69
- * name string
70
- */
71
- name?: string;
72
- /**
73
- * post_expression integer
74
- */
75
- post_expression?: number;
76
- /**
77
- * pre_expression integer
78
- */
79
- pre_expression?: number;
80
- /**
81
- * published boolean
82
- */
83
- published?: boolean;
84
- /**
85
- * range_attribute_id integer
86
- */
87
- range_attribute_id?: number;
88
- /**
89
- * range_chance boolean
90
- */
91
- range_chance?: boolean;
92
- /**
93
- * tracking_speed_attribute_id integer
94
- */
95
- tracking_speed_attribute_id?: number;
96
- [k: string]: unknown | undefined;
97
- }
98
- /**
99
- * modifier object
100
- */
101
- interface GetDogmaEffectsEffectIdModifier {
102
- /**
103
- * domain string
104
- */
105
- domain?: string;
106
- /**
107
- * effect_id integer
108
- */
109
- effect_id?: number;
110
- /**
111
- * func string
112
- */
113
- func: string;
114
- /**
115
- * modified_attribute_id integer
116
- */
117
- modified_attribute_id?: number;
118
- /**
119
- * modifying_attribute_id integer
120
- */
121
- modifying_attribute_id?: number;
122
- /**
123
- * operator integer
124
- */
125
- operator?: number;
126
- [k: string]: unknown | undefined;
127
- }
@@ -1,9 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/dogma/effects/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 10000
8
- */
9
- type GetDogmaEffectsOk = number[];
@@ -1,54 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/fleets/{fleet_id}/members/
3
- */
4
- /**
5
- * Member’s role in fleet
6
- */
7
- type GetFleetsFleetIdMembersRole = "fleet_commander" | "wing_commander" | "squad_commander" | "squad_member";
8
- /**
9
- * 200 ok array
10
- *
11
- * @maxItems 256
12
- */
13
- type GetFleetsFleetIdMembersOk = GetFleetsFleetIdMembers_200Ok[];
14
-
15
- /**
16
- * 200 ok object
17
- */
18
- interface GetFleetsFleetIdMembers_200Ok {
19
- /**
20
- * character_id integer
21
- */
22
- character_id: number;
23
- /**
24
- * join_time string
25
- */
26
- join_time: string;
27
- role: GetFleetsFleetIdMembersRole;
28
- /**
29
- * Localized role names
30
- */
31
- role_name: string;
32
- ship_type_id: number;
33
- /**
34
- * Solar system the member is located in
35
- */
36
- solar_system_id: number;
37
- /**
38
- * ID of the squad the member is in. If not applicable, will be set to -1
39
- */
40
- squad_id: number;
41
- /**
42
- * Station in which the member is docked in, if applicable
43
- */
44
- station_id?: number;
45
- /**
46
- * Whether the member take fleet warps
47
- */
48
- takes_fleet_warp: boolean;
49
- /**
50
- * ID of the wing the member is in. If not applicable, will be set to -1
51
- */
52
- wing_id: number;
53
- [k: string]: unknown | undefined;
54
- }
@@ -1,26 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/fleets/{fleet_id}/
3
- */
4
-
5
- /**
6
- * 200 ok object
7
- */
8
- interface GetFleetsFleetIdOk {
9
- /**
10
- * Is free-move enabled
11
- */
12
- is_free_move: boolean;
13
- /**
14
- * Does the fleet have an active fleet advertisement
15
- */
16
- is_registered: boolean;
17
- /**
18
- * Is EVE Voice enabled
19
- */
20
- is_voice_enabled: boolean;
21
- /**
22
- * Fleet MOTD in CCP flavoured HTML
23
- */
24
- motd: string;
25
- [k: string]: unknown | undefined;
26
- }