eve-esi-types 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +2 -0
  3. package/package.json +28 -0
  4. package/src/get_alliances_alliance_id_contacts_labels_ok.d.ts +27 -0
  5. package/src/get_alliances_alliance_id_contacts_ok.d.ts +43 -0
  6. package/src/get_alliances_alliance_id_corporations_ok.d.ts +14 -0
  7. package/src/get_alliances_alliance_id_icons_ok.d.ts +21 -0
  8. package/src/get_alliances_alliance_id_ok.d.ts +46 -0
  9. package/src/get_alliances_ok.d.ts +14 -0
  10. package/src/get_characters_character_id_agents_research_ok.d.ts +42 -0
  11. package/src/get_characters_character_id_assets_ok.d.ts +144 -0
  12. package/src/get_characters_character_id_attributes_ok.d.ts +51 -0
  13. package/src/get_characters_character_id_blueprints_ok.d.ts +133 -0
  14. package/src/get_characters_character_id_bookmarks_folders_ok.d.ts +27 -0
  15. package/src/get_characters_character_id_bookmarks_ok.d.ts +91 -0
  16. package/src/get_characters_character_id_calendar_event_id_attendees_ok.d.ts +32 -0
  17. package/src/get_characters_character_id_calendar_event_id_ok.d.ts +66 -0
  18. package/src/get_characters_character_id_calendar_ok.d.ts +42 -0
  19. package/src/get_characters_character_id_clones_ok.d.ts +82 -0
  20. package/src/get_characters_character_id_contacts_labels_ok.d.ts +27 -0
  21. package/src/get_characters_character_id_contacts_ok.d.ts +53 -0
  22. package/src/get_characters_character_id_contracts_contract_id_bids_ok.d.ts +37 -0
  23. package/src/get_characters_character_id_contracts_contract_id_items_ok.d.ts +48 -0
  24. package/src/get_characters_character_id_contracts_ok.d.ts +137 -0
  25. package/src/get_characters_character_id_corporationhistory_ok.d.ts +37 -0
  26. package/src/get_characters_character_id_fatigue_ok.d.ts +26 -0
  27. package/src/get_characters_character_id_fittings_ok.d.ts +108 -0
  28. package/src/get_characters_character_id_fleet_ok.d.ts +35 -0
  29. package/src/get_characters_character_id_fw_stats_ok.d.ts +75 -0
  30. package/src/get_characters_character_id_implants_ok.d.ts +14 -0
  31. package/src/get_characters_character_id_industry_jobs_ok.d.ts +133 -0
  32. package/src/get_characters_character_id_killmails_recent_ok.d.ts +27 -0
  33. package/src/get_characters_character_id_location_ok.d.ts +26 -0
  34. package/src/get_characters_character_id_loyalty_points_ok.d.ts +27 -0
  35. package/src/get_characters_character_id_mail_labels_ok.d.ts +67 -0
  36. package/src/get_characters_character_id_mail_lists_ok.d.ts +27 -0
  37. package/src/get_characters_character_id_mail_mail_id_ok.d.ts +71 -0
  38. package/src/get_characters_character_id_mail_ok.d.ts +77 -0
  39. package/src/get_characters_character_id_medals_ok.d.ts +147 -0
  40. package/src/get_characters_character_id_mining_ok.d.ts +37 -0
  41. package/src/get_characters_character_id_notifications_contacts_ok.d.ts +42 -0
  42. package/src/get_characters_character_id_notifications_ok.d.ts +297 -0
  43. package/src/get_characters_character_id_ok.d.ts +66 -0
  44. package/src/get_characters_character_id_online_ok.d.ts +31 -0
  45. package/src/get_characters_character_id_opportunities_ok.d.ts +27 -0
  46. package/src/get_characters_character_id_orders_history_ok.d.ts +104 -0
  47. package/src/get_characters_character_id_orders_ok.d.ts +99 -0
  48. package/src/get_characters_character_id_planets_ok.d.ts +131 -0
  49. package/src/get_characters_character_id_planets_planet_id_ok.d.ts +323 -0
  50. package/src/get_characters_character_id_portrait_ok.d.ts +31 -0
  51. package/src/get_characters_character_id_roles_ok.d.ts +271 -0
  52. package/src/get_characters_character_id_search_ok.d.ts +132 -0
  53. package/src/get_characters_character_id_ship_ok.d.ts +26 -0
  54. package/src/get_characters_character_id_skillqueue_ok.d.ts +57 -0
  55. package/src/get_characters_character_id_skills_ok.d.ts +54 -0
  56. package/src/get_characters_character_id_standings_ok.d.ts +32 -0
  57. package/src/get_characters_character_id_titles_ok.d.ts +187 -0
  58. package/src/get_characters_character_id_wallet_journal_ok.d.ts +240 -0
  59. package/src/get_characters_character_id_wallet_ok.d.ts +8 -0
  60. package/src/get_characters_character_id_wallet_transactions_ok.d.ts +67 -0
  61. package/src/get_contracts_public_bids_contract_id_ok.d.ts +32 -0
  62. package/src/get_contracts_public_items_contract_id_ok.d.ts +62 -0
  63. package/src/get_contracts_public_region_id_ok.d.ts +97 -0
  64. package/src/get_corporation_corporation_id_mining_extractions_ok.d.ts +45 -0
  65. package/src/get_corporation_corporation_id_mining_observers_observer_id_ok.d.ts +45 -0
  66. package/src/get_corporation_corporation_id_mining_observers_ok.d.ts +33 -0
  67. package/src/get_corporations_corporation_id_alliancehistory_ok.d.ts +37 -0
  68. package/src/get_corporations_corporation_id_assets_ok.d.ts +180 -0
  69. package/src/get_corporations_corporation_id_blueprints_ok.d.ts +174 -0
  70. package/src/get_corporations_corporation_id_bookmarks_folders_ok.d.ts +32 -0
  71. package/src/get_corporations_corporation_id_bookmarks_ok.d.ts +91 -0
  72. package/src/get_corporations_corporation_id_contacts_labels_ok.d.ts +27 -0
  73. package/src/get_corporations_corporation_id_contacts_ok.d.ts +48 -0
  74. package/src/get_corporations_corporation_id_containers_logs_ok.d.ts +204 -0
  75. package/src/get_corporations_corporation_id_contracts_contract_id_bids_ok.d.ts +38 -0
  76. package/src/get_corporations_corporation_id_contracts_contract_id_items_ok.d.ts +48 -0
  77. package/src/get_corporations_corporation_id_contracts_ok.d.ts +137 -0
  78. package/src/get_corporations_corporation_id_customs_offices_ok.d.ts +92 -0
  79. package/src/get_corporations_corporation_id_divisions_ok.d.ts +133 -0
  80. package/src/get_corporations_corporation_id_facilities_ok.d.ts +32 -0
  81. package/src/get_corporations_corporation_id_fw_stats_ok.d.ts +70 -0
  82. package/src/get_corporations_corporation_id_icons_ok.d.ts +26 -0
  83. package/src/get_corporations_corporation_id_industry_jobs_ok.d.ts +133 -0
  84. package/src/get_corporations_corporation_id_killmails_recent_ok.d.ts +27 -0
  85. package/src/get_corporations_corporation_id_medals_issued_ok.d.ts +47 -0
  86. package/src/get_corporations_corporation_id_medals_ok.d.ts +42 -0
  87. package/src/get_corporations_corporation_id_members_limit_ok.d.ts +8 -0
  88. package/src/get_corporations_corporation_id_members_ok.d.ts +14 -0
  89. package/src/get_corporations_corporation_id_members_titles_ok.d.ts +197 -0
  90. package/src/get_corporations_corporation_id_membertracking_ok.d.ts +52 -0
  91. package/src/get_corporations_corporation_id_ok.d.ts +81 -0
  92. package/src/get_corporations_corporation_id_orders_history_ok.d.ts +109 -0
  93. package/src/get_corporations_corporation_id_orders_ok.d.ts +104 -0
  94. package/src/get_corporations_corporation_id_roles_history_ok.d.ts +175 -0
  95. package/src/get_corporations_corporation_id_roles_ok.d.ts +545 -0
  96. package/src/get_corporations_corporation_id_shareholders_ok.d.ts +32 -0
  97. package/src/get_corporations_corporation_id_standings_ok.d.ts +32 -0
  98. package/src/get_corporations_corporation_id_starbases_ok.d.ts +62 -0
  99. package/src/get_corporations_corporation_id_starbases_starbase_id_ok.d.ts +369 -0
  100. package/src/get_corporations_corporation_id_structures_ok.d.ts +194 -0
  101. package/src/get_corporations_corporation_id_titles_ok.d.ts +715 -0
  102. package/src/get_corporations_corporation_id_wallets_division_journal_ok.d.ts +241 -0
  103. package/src/get_corporations_corporation_id_wallets_division_transactions_ok.d.ts +63 -0
  104. package/src/get_corporations_corporation_id_wallets_ok.d.ts +65 -0
  105. package/src/get_corporations_npccorps_ok.d.ts +14 -0
  106. package/src/get_dogma_attributes_attribute_id_ok.d.ts +61 -0
  107. package/src/get_dogma_attributes_ok.d.ts +14 -0
  108. package/src/get_dogma_dynamic_items_type_id_item_id_ok.d.ts +72 -0
  109. package/src/get_dogma_effects_effect_id_ok.d.ts +154 -0
  110. package/src/get_dogma_effects_ok.d.ts +14 -0
  111. package/src/get_fleets_fleet_id_members_ok.d.ts +67 -0
  112. package/src/get_fleets_fleet_id_ok.d.ts +31 -0
  113. package/src/get_fleets_fleet_id_wings_ok.d.ts +50 -0
  114. package/src/get_fw_leaderboards_characters_ok.d.ts +163 -0
  115. package/src/get_fw_leaderboards_corporations_ok.d.ts +589 -0
  116. package/src/get_fw_leaderboards_ok.d.ts +235 -0
  117. package/src/get_fw_stats_ok.d.ts +76 -0
  118. package/src/get_fw_systems_ok.d.ts +47 -0
  119. package/src/get_fw_wars_ok.d.ts +27 -0
  120. package/src/get_incursions_ok.d.ts +63 -0
  121. package/src/get_industry_facilities_ok.d.ts +47 -0
  122. package/src/get_industry_systems_ok.d.ts +122 -0
  123. package/src/get_insurance_prices_ok.d.ts +70 -0
  124. package/src/get_killmails_killmail_id_killmail_hash_ok.d.ts +242 -0
  125. package/src/get_loyalty_stores_corporation_id_offers_ok.d.ts +70 -0
  126. package/src/get_markets_groups_market_group_id_ok.d.ts +42 -0
  127. package/src/get_markets_groups_ok.d.ts +14 -0
  128. package/src/get_markets_prices_ok.d.ts +32 -0
  129. package/src/get_markets_region_id_history_ok.d.ts +47 -0
  130. package/src/get_markets_region_id_orders_ok.d.ts +89 -0
  131. package/src/get_markets_region_id_types_ok.d.ts +14 -0
  132. package/src/get_markets_structures_structure_id_ok.d.ts +84 -0
  133. package/src/get_opportunities_groups_group_id_ok.d.ts +53 -0
  134. package/src/get_opportunities_groups_ok.d.ts +14 -0
  135. package/src/get_opportunities_tasks_ok.d.ts +14 -0
  136. package/src/get_opportunities_tasks_task_id_ok.d.ts +31 -0
  137. package/src/get_route_origin_destination_ok.d.ts +14 -0
  138. package/src/get_sovereignty_campaigns_ok.d.ts +94 -0
  139. package/src/get_sovereignty_map_ok.d.ts +37 -0
  140. package/src/get_sovereignty_structures_ok.d.ts +58 -0
  141. package/src/get_status_ok.d.ts +31 -0
  142. package/src/get_universe_ancestries_ok.d.ts +47 -0
  143. package/src/get_universe_asteroid_belts_asteroid_belt_id_ok.d.ts +43 -0
  144. package/src/get_universe_bloodlines_ok.d.ts +72 -0
  145. package/src/get_universe_categories_category_id_ok.d.ts +37 -0
  146. package/src/get_universe_categories_ok.d.ts +14 -0
  147. package/src/get_universe_constellations_constellation_id_ok.d.ts +59 -0
  148. package/src/get_universe_constellations_ok.d.ts +14 -0
  149. package/src/get_universe_factions_ok.d.ts +67 -0
  150. package/src/get_universe_graphics_graphic_id_ok.d.ts +51 -0
  151. package/src/get_universe_graphics_ok.d.ts +14 -0
  152. package/src/get_universe_groups_group_id_ok.d.ts +42 -0
  153. package/src/get_universe_groups_ok.d.ts +14 -0
  154. package/src/get_universe_moons_moon_id_ok.d.ts +48 -0
  155. package/src/get_universe_planets_planet_id_ok.d.ts +53 -0
  156. package/src/get_universe_races_ok.d.ts +57 -0
  157. package/src/get_universe_regions_ok.d.ts +14 -0
  158. package/src/get_universe_regions_region_id_ok.d.ts +37 -0
  159. package/src/get_universe_schematics_schematic_id_ok.d.ts +21 -0
  160. package/src/get_universe_stargates_stargate_id_ok.d.ts +70 -0
  161. package/src/get_universe_stars_star_id_ok.d.ts +140 -0
  162. package/src/get_universe_stations_station_id_ok.d.ts +121 -0
  163. package/src/get_universe_structures_ok.d.ts +14 -0
  164. package/src/get_universe_structures_structure_id_ok.d.ts +54 -0
  165. package/src/get_universe_system_jumps_ok.d.ts +27 -0
  166. package/src/get_universe_system_kills_ok.d.ts +37 -0
  167. package/src/get_universe_systems_ok.d.ts +14 -0
  168. package/src/get_universe_systems_system_id_ok.d.ts +125 -0
  169. package/src/get_universe_types_ok.d.ts +14 -0
  170. package/src/get_universe_types_type_id_ok.d.ts +127 -0
  171. package/src/get_wars_ok.d.ts +14 -0
  172. package/src/get_wars_war_id_killmails_ok.d.ts +27 -0
  173. package/src/get_wars_war_id_ok.d.ts +123 -0
  174. package/src/index.d.ts +404 -0
  175. package/src/post_characters_affiliation_ok.d.ts +37 -0
  176. package/src/post_characters_character_id_assets_locations_ok.d.ts +44 -0
  177. package/src/post_characters_character_id_assets_names_ok.d.ts +27 -0
  178. package/src/post_characters_character_id_contacts_contact_ids.d.ts +18 -0
  179. package/src/post_characters_character_id_contacts_created.d.ts +14 -0
  180. package/src/post_characters_character_id_cspa_characters.d.ts +18 -0
  181. package/src/post_characters_character_id_cspa_created.d.ts +8 -0
  182. package/src/post_characters_character_id_fittings_created.d.ts +16 -0
  183. package/src/post_characters_character_id_fittings_fitting.d.ts +101 -0
  184. package/src/post_characters_character_id_mail_created.d.ts +8 -0
  185. package/src/post_characters_character_id_mail_labels_created.d.ts +8 -0
  186. package/src/post_characters_character_id_mail_labels_label.d.ts +39 -0
  187. package/src/post_characters_character_id_mail_mail.d.ts +53 -0
  188. package/src/post_corporations_corporation_id_assets_locations_ok.d.ts +44 -0
  189. package/src/post_corporations_corporation_id_assets_names_ok.d.ts +27 -0
  190. package/src/post_fleets_fleet_id_members_invitation.d.ts +31 -0
  191. package/src/post_fleets_fleet_id_wings_created.d.ts +16 -0
  192. package/src/post_fleets_fleet_id_wings_wing_id_squads_created.d.ts +16 -0
  193. package/src/post_ui_openwindow_newmail_new_mail.d.ts +46 -0
  194. package/src/post_universe_ids_ok.d.ts +241 -0
  195. package/src/post_universe_names_ok.d.ts +41 -0
  196. package/src/put_characters_character_id_calendar_event_id_response.d.ts +16 -0
  197. package/src/put_characters_character_id_contacts_contact_ids.d.ts +18 -0
  198. package/src/put_characters_character_id_mail_mail_id_contents.d.ts +27 -0
  199. package/src/put_fleets_fleet_id_members_member_id_movement.d.ts +30 -0
  200. package/src/put_fleets_fleet_id_new_settings.d.ts +21 -0
  201. package/src/put_fleets_fleet_id_squads_squad_id_naming.d.ts +16 -0
  202. package/src/put_fleets_fleet_id_wings_wing_id_naming.d.ts +16 -0
@@ -0,0 +1,241 @@
1
+ /**
2
+ * ESI endpoint: /corporations/{corporation_id}/wallets/{division}/journal/
3
+ */
4
+
5
+ /**
6
+ * 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
7
+ */
8
+ type GetCorporationsCorporationIdWalletsDivisionJournalAmount = number;
9
+ /**
10
+ * Wallet balance after transaction occurred
11
+ */
12
+ type GetCorporationsCorporationIdWalletsDivisionJournalBalance = number;
13
+ /**
14
+ * 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
15
+ */
16
+ type GetCorporationsCorporationIdWalletsDivisionJournalContextId = number;
17
+ /**
18
+ * The type of the given context_id if present
19
+ */
20
+ type GetCorporationsCorporationIdWalletsDivisionJournalContextIdType =
21
+ | "structure_id"
22
+ | "station_id"
23
+ | "market_transaction_id"
24
+ | "character_id"
25
+ | "corporation_id"
26
+ | "alliance_id"
27
+ | "eve_system"
28
+ | "industry_job_id"
29
+ | "contract_id"
30
+ | "planet_id"
31
+ | "system_id"
32
+ | "type_id";
33
+ /**
34
+ * Date and time of transaction
35
+ */
36
+ type GetCorporationsCorporationIdWalletsDivisionJournalDate = string;
37
+ /**
38
+ * The reason for the transaction, mirrors what is seen in the client
39
+ */
40
+ type GetCorporationsCorporationIdWalletsDivisionJournalDescription = string;
41
+ /**
42
+ * 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
43
+ */
44
+ type GetCorporationsCorporationIdWalletsDivisionJournalFirstPartyId = number;
45
+ /**
46
+ * Unique journal reference ID
47
+ */
48
+ type GetCorporationsCorporationIdWalletsDivisionJournalId = number;
49
+ /**
50
+ * The user stated reason for the transaction. Only applies to some ref_types
51
+ */
52
+ type GetCorporationsCorporationIdWalletsDivisionJournalReason = string;
53
+ /**
54
+ * "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"
55
+ */
56
+ type GetCorporationsCorporationIdWalletsDivisionJournalRefType =
57
+ | "acceleration_gate_fee"
58
+ | "advertisement_listing_fee"
59
+ | "agent_donation"
60
+ | "agent_location_services"
61
+ | "agent_miscellaneous"
62
+ | "agent_mission_collateral_paid"
63
+ | "agent_mission_collateral_refunded"
64
+ | "agent_mission_reward"
65
+ | "agent_mission_reward_corporation_tax"
66
+ | "agent_mission_time_bonus_reward"
67
+ | "agent_mission_time_bonus_reward_corporation_tax"
68
+ | "agent_security_services"
69
+ | "agent_services_rendered"
70
+ | "agents_preward"
71
+ | "alliance_maintainance_fee"
72
+ | "alliance_registration_fee"
73
+ | "allignment_based_gate_toll"
74
+ | "asset_safety_recovery_tax"
75
+ | "bounty"
76
+ | "bounty_prize"
77
+ | "bounty_prize_corporation_tax"
78
+ | "bounty_prizes"
79
+ | "bounty_reimbursement"
80
+ | "bounty_surcharge"
81
+ | "brokers_fee"
82
+ | "clone_activation"
83
+ | "clone_transfer"
84
+ | "contraband_fine"
85
+ | "contract_auction_bid"
86
+ | "contract_auction_bid_corp"
87
+ | "contract_auction_bid_refund"
88
+ | "contract_auction_sold"
89
+ | "contract_brokers_fee"
90
+ | "contract_brokers_fee_corp"
91
+ | "contract_collateral"
92
+ | "contract_collateral_deposited_corp"
93
+ | "contract_collateral_payout"
94
+ | "contract_collateral_refund"
95
+ | "contract_deposit"
96
+ | "contract_deposit_corp"
97
+ | "contract_deposit_refund"
98
+ | "contract_deposit_sales_tax"
99
+ | "contract_price"
100
+ | "contract_price_payment_corp"
101
+ | "contract_reversal"
102
+ | "contract_reward"
103
+ | "contract_reward_deposited"
104
+ | "contract_reward_deposited_corp"
105
+ | "contract_reward_refund"
106
+ | "contract_sales_tax"
107
+ | "copying"
108
+ | "corporate_reward_payout"
109
+ | "corporate_reward_tax"
110
+ | "corporation_account_withdrawal"
111
+ | "corporation_bulk_payment"
112
+ | "corporation_dividend_payment"
113
+ | "corporation_liquidation"
114
+ | "corporation_logo_change_cost"
115
+ | "corporation_payment"
116
+ | "corporation_registration_fee"
117
+ | "cosmetic_market_component_item_purchase"
118
+ | "cosmetic_market_skin_purchase"
119
+ | "cosmetic_market_skin_sale"
120
+ | "cosmetic_market_skin_sale_broker_fee"
121
+ | "cosmetic_market_skin_sale_tax"
122
+ | "cosmetic_market_skin_transaction"
123
+ | "courier_mission_escrow"
124
+ | "cspa"
125
+ | "cspaofflinerefund"
126
+ | "daily_challenge_reward"
127
+ | "daily_goal_payouts"
128
+ | "daily_goal_payouts_tax"
129
+ | "datacore_fee"
130
+ | "dna_modification_fee"
131
+ | "docking_fee"
132
+ | "duel_wager_escrow"
133
+ | "duel_wager_payment"
134
+ | "duel_wager_refund"
135
+ | "ess_escrow_transfer"
136
+ | "external_trade_delivery"
137
+ | "external_trade_freeze"
138
+ | "external_trade_thaw"
139
+ | "factory_slot_rental_fee"
140
+ | "flux_payout"
141
+ | "flux_tax"
142
+ | "flux_ticket_repayment"
143
+ | "flux_ticket_sale"
144
+ | "gm_cash_transfer"
145
+ | "industry_job_tax"
146
+ | "infrastructure_hub_maintenance"
147
+ | "inheritance"
148
+ | "insurance"
149
+ | "insurgency_corruption_contribution_reward"
150
+ | "insurgency_suppression_contribution_reward"
151
+ | "item_trader_payment"
152
+ | "jump_clone_activation_fee"
153
+ | "jump_clone_installation_fee"
154
+ | "kill_right_fee"
155
+ | "lp_store"
156
+ | "manufacturing"
157
+ | "market_escrow"
158
+ | "market_fine_paid"
159
+ | "market_provider_tax"
160
+ | "market_transaction"
161
+ | "medal_creation"
162
+ | "medal_issued"
163
+ | "milestone_reward_payment"
164
+ | "mission_completion"
165
+ | "mission_cost"
166
+ | "mission_expiration"
167
+ | "mission_reward"
168
+ | "office_rental_fee"
169
+ | "operation_bonus"
170
+ | "opportunity_reward"
171
+ | "planetary_construction"
172
+ | "planetary_export_tax"
173
+ | "planetary_import_tax"
174
+ | "player_donation"
175
+ | "player_trading"
176
+ | "project_discovery_reward"
177
+ | "project_discovery_tax"
178
+ | "project_payouts"
179
+ | "reaction"
180
+ | "redeemed_isk_token"
181
+ | "release_of_impounded_property"
182
+ | "repair_bill"
183
+ | "reprocessing_tax"
184
+ | "researching_material_productivity"
185
+ | "researching_technology"
186
+ | "researching_time_productivity"
187
+ | "resource_wars_reward"
188
+ | "reverse_engineering"
189
+ | "season_challenge_reward"
190
+ | "security_processing_fee"
191
+ | "shares"
192
+ | "skill_purchase"
193
+ | "sovereignity_bill"
194
+ | "store_purchase"
195
+ | "store_purchase_refund"
196
+ | "structure_gate_jump"
197
+ | "transaction_tax"
198
+ | "under_construction"
199
+ | "upkeep_adjustment_fee"
200
+ | "war_ally_contract"
201
+ | "war_fee"
202
+ | "war_fee_surrender";
203
+ /**
204
+ * 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
205
+ */
206
+ type GetCorporationsCorporationIdWalletsDivisionJournalSecondPartyId = number;
207
+ /**
208
+ * Tax amount received. Only applies to tax related transactions
209
+ */
210
+ type GetCorporationsCorporationIdWalletsDivisionJournalTax = number;
211
+ /**
212
+ * The corporation ID receiving any tax paid. Only applies to tax related transactions
213
+ */
214
+ type GetCorporationsCorporationIdWalletsDivisionJournalTaxReceiverId = number;
215
+ /**
216
+ * Journal entries
217
+ *
218
+ * @maxItems 2500
219
+ */
220
+ type GetCorporationsCorporationIdWalletsDivisionJournalOk =
221
+ GetCorporationsCorporationIdWalletsDivisionJournal_200Ok[];
222
+
223
+ /**
224
+ * 200 ok object
225
+ */
226
+ interface GetCorporationsCorporationIdWalletsDivisionJournal_200Ok {
227
+ amount?: GetCorporationsCorporationIdWalletsDivisionJournalAmount;
228
+ balance?: GetCorporationsCorporationIdWalletsDivisionJournalBalance;
229
+ context_id?: GetCorporationsCorporationIdWalletsDivisionJournalContextId;
230
+ context_id_type?: GetCorporationsCorporationIdWalletsDivisionJournalContextIdType;
231
+ date: GetCorporationsCorporationIdWalletsDivisionJournalDate;
232
+ description: GetCorporationsCorporationIdWalletsDivisionJournalDescription;
233
+ first_party_id?: GetCorporationsCorporationIdWalletsDivisionJournalFirstPartyId;
234
+ id: GetCorporationsCorporationIdWalletsDivisionJournalId;
235
+ reason?: GetCorporationsCorporationIdWalletsDivisionJournalReason;
236
+ ref_type: GetCorporationsCorporationIdWalletsDivisionJournalRefType;
237
+ second_party_id?: GetCorporationsCorporationIdWalletsDivisionJournalSecondPartyId;
238
+ tax?: GetCorporationsCorporationIdWalletsDivisionJournalTax;
239
+ tax_receiver_id?: GetCorporationsCorporationIdWalletsDivisionJournalTaxReceiverId;
240
+ [k: string]: unknown | undefined;
241
+ }
@@ -0,0 +1,63 @@
1
+ /**
2
+ * ESI endpoint: /corporations/{corporation_id}/wallets/{division}/transactions/
3
+ */
4
+
5
+ /**
6
+ * client_id integer
7
+ */
8
+ type GetCorporationsCorporationIdWalletsDivisionTransactionsClientId = number;
9
+ /**
10
+ * Date and time of transaction
11
+ */
12
+ type GetCorporationsCorporationIdWalletsDivisionTransactionsDate = string;
13
+ /**
14
+ * is_buy boolean
15
+ */
16
+ type GetCorporationsCorporationIdWalletsDivisionTransactionsIsBuy = boolean;
17
+ /**
18
+ * -1 if there is no corresponding wallet journal entry
19
+ */
20
+ type GetCorporationsCorporationIdWalletsDivisionTransactionsJournalRefId = number;
21
+ /**
22
+ * location_id integer
23
+ */
24
+ type GetCorporationsCorporationIdWalletsDivisionTransactionsLocationId = number;
25
+ /**
26
+ * quantity integer
27
+ */
28
+ type GetCorporationsCorporationIdWalletsDivisionTransactionsQuantity = number;
29
+ /**
30
+ * Unique transaction ID
31
+ */
32
+ type GetCorporationsCorporationIdWalletsDivisionTransactionsTransactionId = number;
33
+ /**
34
+ * type_id integer
35
+ */
36
+ type GetCorporationsCorporationIdWalletsDivisionTransactionsTypeId = number;
37
+ /**
38
+ * Amount paid per unit
39
+ */
40
+ type GetCorporationsCorporationIdWalletsDivisionTransactionsUnitPrice = number;
41
+ /**
42
+ * Wallet transactions
43
+ *
44
+ * @maxItems 2500
45
+ */
46
+ type GetCorporationsCorporationIdWalletsDivisionTransactionsOk =
47
+ GetCorporationsCorporationIdWalletsDivisionTransactions_200Ok[];
48
+
49
+ /**
50
+ * wallet transaction
51
+ */
52
+ interface GetCorporationsCorporationIdWalletsDivisionTransactions_200Ok {
53
+ client_id: GetCorporationsCorporationIdWalletsDivisionTransactionsClientId;
54
+ date: GetCorporationsCorporationIdWalletsDivisionTransactionsDate;
55
+ is_buy: GetCorporationsCorporationIdWalletsDivisionTransactionsIsBuy;
56
+ journal_ref_id: GetCorporationsCorporationIdWalletsDivisionTransactionsJournalRefId;
57
+ location_id: GetCorporationsCorporationIdWalletsDivisionTransactionsLocationId;
58
+ quantity: GetCorporationsCorporationIdWalletsDivisionTransactionsQuantity;
59
+ transaction_id: GetCorporationsCorporationIdWalletsDivisionTransactionsTransactionId;
60
+ type_id: GetCorporationsCorporationIdWalletsDivisionTransactionsTypeId;
61
+ unit_price: GetCorporationsCorporationIdWalletsDivisionTransactionsUnitPrice;
62
+ [k: string]: unknown | undefined;
63
+ }
@@ -0,0 +1,65 @@
1
+ /**
2
+ * ESI endpoint: /corporations/{corporation_id}/wallets/
3
+ */
4
+
5
+ /**
6
+ * 200 ok array
7
+ *
8
+ * @maxItems 7
9
+ */
10
+ type GetCorporationsCorporationIdWalletsOk =
11
+ | []
12
+ | [GetCorporationsCorporationIdWallets_200Ok]
13
+ | [GetCorporationsCorporationIdWallets_200Ok, GetCorporationsCorporationIdWallets_200Ok]
14
+ | [
15
+ GetCorporationsCorporationIdWallets_200Ok,
16
+ GetCorporationsCorporationIdWallets_200Ok,
17
+ GetCorporationsCorporationIdWallets_200Ok
18
+ ]
19
+ | [
20
+ GetCorporationsCorporationIdWallets_200Ok,
21
+ GetCorporationsCorporationIdWallets_200Ok,
22
+ GetCorporationsCorporationIdWallets_200Ok,
23
+ GetCorporationsCorporationIdWallets_200Ok
24
+ ]
25
+ | [
26
+ GetCorporationsCorporationIdWallets_200Ok,
27
+ GetCorporationsCorporationIdWallets_200Ok,
28
+ GetCorporationsCorporationIdWallets_200Ok,
29
+ GetCorporationsCorporationIdWallets_200Ok,
30
+ GetCorporationsCorporationIdWallets_200Ok
31
+ ]
32
+ | [
33
+ GetCorporationsCorporationIdWallets_200Ok,
34
+ GetCorporationsCorporationIdWallets_200Ok,
35
+ GetCorporationsCorporationIdWallets_200Ok,
36
+ GetCorporationsCorporationIdWallets_200Ok,
37
+ GetCorporationsCorporationIdWallets_200Ok,
38
+ GetCorporationsCorporationIdWallets_200Ok
39
+ ]
40
+ | [
41
+ GetCorporationsCorporationIdWallets_200Ok,
42
+ GetCorporationsCorporationIdWallets_200Ok,
43
+ GetCorporationsCorporationIdWallets_200Ok,
44
+ GetCorporationsCorporationIdWallets_200Ok,
45
+ GetCorporationsCorporationIdWallets_200Ok,
46
+ GetCorporationsCorporationIdWallets_200Ok,
47
+ GetCorporationsCorporationIdWallets_200Ok
48
+ ];
49
+ /**
50
+ * balance number
51
+ */
52
+ type GetCorporationsCorporationIdWalletsBalance = number;
53
+ /**
54
+ * division integer
55
+ */
56
+ type GetCorporationsCorporationIdWalletsDivision = number;
57
+
58
+ /**
59
+ * 200 ok object
60
+ */
61
+ interface GetCorporationsCorporationIdWallets_200Ok {
62
+ balance: GetCorporationsCorporationIdWalletsBalance;
63
+ division: GetCorporationsCorporationIdWalletsDivision;
64
+ [k: string]: unknown | undefined;
65
+ }
@@ -0,0 +1,14 @@
1
+ /**
2
+ * ESI endpoint: /corporations/npccorps/
3
+ */
4
+
5
+ /**
6
+ * 200 ok integer
7
+ */
8
+ type GetCorporationsNpccorps_200Ok = number;
9
+ /**
10
+ * 200 ok array
11
+ *
12
+ * @maxItems 500
13
+ */
14
+ type GetCorporationsNpccorpsOk = GetCorporationsNpccorps_200Ok[];
@@ -0,0 +1,61 @@
1
+ /**
2
+ * ESI endpoint: /dogma/attributes/{attribute_id}/
3
+ */
4
+
5
+ /**
6
+ * attribute_id integer
7
+ */
8
+ type GetDogmaAttributesAttributeIdAttributeId = number;
9
+ /**
10
+ * default_value number
11
+ */
12
+ type GetDogmaAttributesAttributeIdDefaultValue = number;
13
+ /**
14
+ * description string
15
+ */
16
+ type GetDogmaAttributesAttributeIdDescription = string;
17
+ /**
18
+ * display_name string
19
+ */
20
+ type GetDogmaAttributesAttributeIdDisplayName = string;
21
+ /**
22
+ * high_is_good boolean
23
+ */
24
+ type GetDogmaAttributesAttributeIdHighIsGood = boolean;
25
+ /**
26
+ * icon_id integer
27
+ */
28
+ type GetDogmaAttributesAttributeIdIconId = number;
29
+ /**
30
+ * name string
31
+ */
32
+ type GetDogmaAttributesAttributeIdName = string;
33
+ /**
34
+ * published boolean
35
+ */
36
+ type GetDogmaAttributesAttributeIdPublished = boolean;
37
+ /**
38
+ * stackable boolean
39
+ */
40
+ type GetDogmaAttributesAttributeIdStackable = boolean;
41
+ /**
42
+ * unit_id integer
43
+ */
44
+ type GetDogmaAttributesAttributeIdUnitId = number;
45
+
46
+ /**
47
+ * 200 ok object
48
+ */
49
+ interface GetDogmaAttributesAttributeIdOk {
50
+ attribute_id: GetDogmaAttributesAttributeIdAttributeId;
51
+ default_value?: GetDogmaAttributesAttributeIdDefaultValue;
52
+ description?: GetDogmaAttributesAttributeIdDescription;
53
+ display_name?: GetDogmaAttributesAttributeIdDisplayName;
54
+ high_is_good?: GetDogmaAttributesAttributeIdHighIsGood;
55
+ icon_id?: GetDogmaAttributesAttributeIdIconId;
56
+ name?: GetDogmaAttributesAttributeIdName;
57
+ published?: GetDogmaAttributesAttributeIdPublished;
58
+ stackable?: GetDogmaAttributesAttributeIdStackable;
59
+ unit_id?: GetDogmaAttributesAttributeIdUnitId;
60
+ [k: string]: unknown | undefined;
61
+ }
@@ -0,0 +1,14 @@
1
+ /**
2
+ * ESI endpoint: /dogma/attributes/
3
+ */
4
+
5
+ /**
6
+ * 200 ok integer
7
+ */
8
+ type GetDogmaAttributes_200Ok = number;
9
+ /**
10
+ * 200 ok array
11
+ *
12
+ * @maxItems 10000
13
+ */
14
+ type GetDogmaAttributesOk = GetDogmaAttributes_200Ok[];
@@ -0,0 +1,72 @@
1
+ /**
2
+ * ESI endpoint: /dogma/dynamic/items/{type_id}/{item_id}/
3
+ */
4
+
5
+ /**
6
+ * The ID of the character who created the item
7
+ */
8
+ type GetDogmaDynamicItemsTypeIdItemIdCreatedBy = number;
9
+ /**
10
+ * attribute_id integer
11
+ */
12
+ type GetDogmaDynamicItemsTypeIdItemIdAttributeId = number;
13
+ /**
14
+ * value number
15
+ */
16
+ type GetDogmaDynamicItemsTypeIdItemIdValue = number;
17
+ /**
18
+ * dogma_attributes array
19
+ *
20
+ * @maxItems 1000
21
+ */
22
+ type GetDogmaDynamicItemsTypeIdItemIdDogmaAttributes = GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute[];
23
+ /**
24
+ * effect_id integer
25
+ */
26
+ type GetDogmaDynamicItemsTypeIdItemIdEffectId = number;
27
+ /**
28
+ * is_default boolean
29
+ */
30
+ type GetDogmaDynamicItemsTypeIdItemIdIsDefault = boolean;
31
+ /**
32
+ * dogma_effects array
33
+ *
34
+ * @maxItems 1000
35
+ */
36
+ type GetDogmaDynamicItemsTypeIdItemIdDogmaEffects = GetDogmaDynamicItemsTypeIdItemIdDogmaEffect[];
37
+ /**
38
+ * The type ID of the mutator used to generate the dynamic item.
39
+ */
40
+ type GetDogmaDynamicItemsTypeIdItemIdMutatorTypeId = number;
41
+ /**
42
+ * The type ID of the source item the mutator was applied to create the dynamic item.
43
+ */
44
+ type GetDogmaDynamicItemsTypeIdItemIdSourceTypeId = number;
45
+
46
+ /**
47
+ * 200 ok object
48
+ */
49
+ interface GetDogmaDynamicItemsTypeIdItemIdOk {
50
+ created_by: GetDogmaDynamicItemsTypeIdItemIdCreatedBy;
51
+ dogma_attributes: GetDogmaDynamicItemsTypeIdItemIdDogmaAttributes;
52
+ dogma_effects: GetDogmaDynamicItemsTypeIdItemIdDogmaEffects;
53
+ mutator_type_id: GetDogmaDynamicItemsTypeIdItemIdMutatorTypeId;
54
+ source_type_id: GetDogmaDynamicItemsTypeIdItemIdSourceTypeId;
55
+ [k: string]: unknown | undefined;
56
+ }
57
+ /**
58
+ * dogma_attribute object
59
+ */
60
+ interface GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute {
61
+ attribute_id: GetDogmaDynamicItemsTypeIdItemIdAttributeId;
62
+ value: GetDogmaDynamicItemsTypeIdItemIdValue;
63
+ [k: string]: unknown | undefined;
64
+ }
65
+ /**
66
+ * dogma_effect object
67
+ */
68
+ interface GetDogmaDynamicItemsTypeIdItemIdDogmaEffect {
69
+ effect_id: GetDogmaDynamicItemsTypeIdItemIdEffectId;
70
+ is_default: GetDogmaDynamicItemsTypeIdItemIdIsDefault;
71
+ [k: string]: unknown | undefined;
72
+ }
@@ -0,0 +1,154 @@
1
+ /**
2
+ * ESI endpoint: /dogma/effects/{effect_id}/
3
+ */
4
+
5
+ /**
6
+ * description string
7
+ */
8
+ type GetDogmaEffectsEffectIdDescription = string;
9
+ /**
10
+ * disallow_auto_repeat boolean
11
+ */
12
+ type GetDogmaEffectsEffectIdDisallowAutoRepeat = boolean;
13
+ /**
14
+ * discharge_attribute_id integer
15
+ */
16
+ type GetDogmaEffectsEffectIdDischargeAttributeId = number;
17
+ /**
18
+ * display_name string
19
+ */
20
+ type GetDogmaEffectsEffectIdDisplayName = string;
21
+ /**
22
+ * duration_attribute_id integer
23
+ */
24
+ type GetDogmaEffectsEffectIdDurationAttributeId = number;
25
+ /**
26
+ * effect_category integer
27
+ */
28
+ type GetDogmaEffectsEffectIdEffectCategory = number;
29
+ /**
30
+ * effect_id integer
31
+ */
32
+ type GetDogmaEffectsEffectIdEffectId = number;
33
+ /**
34
+ * electronic_chance boolean
35
+ */
36
+ type GetDogmaEffectsEffectIdElectronicChance = boolean;
37
+ /**
38
+ * falloff_attribute_id integer
39
+ */
40
+ type GetDogmaEffectsEffectIdFalloffAttributeId = number;
41
+ /**
42
+ * icon_id integer
43
+ */
44
+ type GetDogmaEffectsEffectIdIconId = number;
45
+ /**
46
+ * is_assistance boolean
47
+ */
48
+ type GetDogmaEffectsEffectIdIsAssistance = boolean;
49
+ /**
50
+ * is_offensive boolean
51
+ */
52
+ type GetDogmaEffectsEffectIdIsOffensive = boolean;
53
+ /**
54
+ * is_warp_safe boolean
55
+ */
56
+ type GetDogmaEffectsEffectIdIsWarpSafe = boolean;
57
+ /**
58
+ * domain string
59
+ */
60
+ type GetDogmaEffectsEffectIdDomain = string;
61
+ /**
62
+ * effect_id integer
63
+ */
64
+ type GetDogmaEffectsEffectIdModifierEffectId = number;
65
+ /**
66
+ * func string
67
+ */
68
+ type GetDogmaEffectsEffectIdFunc = string;
69
+ /**
70
+ * modified_attribute_id integer
71
+ */
72
+ type GetDogmaEffectsEffectIdModifiedAttributeId = number;
73
+ /**
74
+ * modifying_attribute_id integer
75
+ */
76
+ type GetDogmaEffectsEffectIdModifyingAttributeId = number;
77
+ /**
78
+ * operator integer
79
+ */
80
+ type GetDogmaEffectsEffectIdOperator = number;
81
+ /**
82
+ * modifiers array
83
+ *
84
+ * @maxItems 100
85
+ */
86
+ type GetDogmaEffectsEffectIdModifiers = GetDogmaEffectsEffectIdModifier[];
87
+ /**
88
+ * name string
89
+ */
90
+ type GetDogmaEffectsEffectIdName = string;
91
+ /**
92
+ * post_expression integer
93
+ */
94
+ type GetDogmaEffectsEffectIdPostExpression = number;
95
+ /**
96
+ * pre_expression integer
97
+ */
98
+ type GetDogmaEffectsEffectIdPreExpression = number;
99
+ /**
100
+ * published boolean
101
+ */
102
+ type GetDogmaEffectsEffectIdPublished = boolean;
103
+ /**
104
+ * range_attribute_id integer
105
+ */
106
+ type GetDogmaEffectsEffectIdRangeAttributeId = number;
107
+ /**
108
+ * range_chance boolean
109
+ */
110
+ type GetDogmaEffectsEffectIdRangeChance = boolean;
111
+ /**
112
+ * tracking_speed_attribute_id integer
113
+ */
114
+ type GetDogmaEffectsEffectIdTrackingSpeedAttributeId = number;
115
+
116
+ /**
117
+ * 200 ok object
118
+ */
119
+ interface GetDogmaEffectsEffectIdOk {
120
+ description?: GetDogmaEffectsEffectIdDescription;
121
+ disallow_auto_repeat?: GetDogmaEffectsEffectIdDisallowAutoRepeat;
122
+ discharge_attribute_id?: GetDogmaEffectsEffectIdDischargeAttributeId;
123
+ display_name?: GetDogmaEffectsEffectIdDisplayName;
124
+ duration_attribute_id?: GetDogmaEffectsEffectIdDurationAttributeId;
125
+ effect_category?: GetDogmaEffectsEffectIdEffectCategory;
126
+ effect_id: GetDogmaEffectsEffectIdEffectId;
127
+ electronic_chance?: GetDogmaEffectsEffectIdElectronicChance;
128
+ falloff_attribute_id?: GetDogmaEffectsEffectIdFalloffAttributeId;
129
+ icon_id?: GetDogmaEffectsEffectIdIconId;
130
+ is_assistance?: GetDogmaEffectsEffectIdIsAssistance;
131
+ is_offensive?: GetDogmaEffectsEffectIdIsOffensive;
132
+ is_warp_safe?: GetDogmaEffectsEffectIdIsWarpSafe;
133
+ modifiers?: GetDogmaEffectsEffectIdModifiers;
134
+ name?: GetDogmaEffectsEffectIdName;
135
+ post_expression?: GetDogmaEffectsEffectIdPostExpression;
136
+ pre_expression?: GetDogmaEffectsEffectIdPreExpression;
137
+ published?: GetDogmaEffectsEffectIdPublished;
138
+ range_attribute_id?: GetDogmaEffectsEffectIdRangeAttributeId;
139
+ range_chance?: GetDogmaEffectsEffectIdRangeChance;
140
+ tracking_speed_attribute_id?: GetDogmaEffectsEffectIdTrackingSpeedAttributeId;
141
+ [k: string]: unknown | undefined;
142
+ }
143
+ /**
144
+ * modifier object
145
+ */
146
+ interface GetDogmaEffectsEffectIdModifier {
147
+ domain?: GetDogmaEffectsEffectIdDomain;
148
+ effect_id?: GetDogmaEffectsEffectIdModifierEffectId;
149
+ func: GetDogmaEffectsEffectIdFunc;
150
+ modified_attribute_id?: GetDogmaEffectsEffectIdModifiedAttributeId;
151
+ modifying_attribute_id?: GetDogmaEffectsEffectIdModifyingAttributeId;
152
+ operator?: GetDogmaEffectsEffectIdOperator;
153
+ [k: string]: unknown | undefined;
154
+ }