eve-esi-types 3.1.6 → 3.2.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.
- package/CHANGELOG.md +182 -0
- package/jsconfig.json +28 -0
- package/lib/rq-util.mjs +1 -1
- package/lib/tagged-request-api.mjs +5 -6
- package/package.json +14 -8
- package/v2/esi-tagged-types.d.ts +9 -5
- package/v2/{get_alliances_alliance_id_ok.d.ts → globals/alliance.d.ts} +44 -0
- package/v2/globals/assets.d.ts +443 -0
- package/v2/globals/calendar.d.ts +130 -0
- package/v2/globals/character.d.ts +1084 -0
- package/v2/{get_characters_character_id_clones_ok.d.ts → globals/clones.d.ts} +15 -0
- package/v2/globals/contacts.d.ts +212 -0
- package/v2/globals/contracts.d.ts +546 -0
- package/v2/globals/corporation.d.ts +2329 -0
- package/v2/globals/dogma.d.ts +262 -0
- package/v2/globals/factionwarfare.d.ts +668 -0
- package/v2/{get_characters_character_id_fittings_ok.d.ts → globals/fittings.d.ts} +23 -0
- package/v2/globals/fleets.d.ts +201 -0
- package/v2/{get_incursions_ok.d.ts → globals/incursions.d.ts} +5 -0
- package/v2/globals/industry.d.ts +445 -0
- package/v2/globals/insurance.d.ts +47 -0
- package/v2/{get_killmails_killmail_id_killmail_hash_ok.d.ts → globals/killmails.d.ts} +55 -0
- package/v2/globals/location.d.ts +74 -0
- package/v2/{get_loyalty_stores_corporation_id_offers_ok.d.ts → globals/loyalty.d.ts} +30 -0
- package/v2/globals/mail.d.ts +237 -0
- package/v2/globals/market.d.ts +615 -0
- package/v2/globals/planetaryinteraction.d.ts +344 -0
- package/v2/globals/routes.d.ts +14 -0
- package/v2/{get_characters_character_id_search_ok.d.ts → globals/search.d.ts} +5 -0
- package/v2/globals/skills.d.ts +144 -0
- package/v2/globals/sovereignty.d.ts +168 -0
- package/v2/{get_status_ok.d.ts → globals/status.d.ts} +5 -0
- package/v2/globals/universe.d.ts +1297 -0
- package/v2/globals/wallet.d.ts +601 -0
- package/v2/{get_wars_war_id_ok.d.ts → globals/wars.d.ts} +40 -0
- package/v2/index.d.ts +38 -163
- package/v2/response-map.d.ts +22 -45
- package/v2/types-index.d.ts +31 -182
- package/v2/types-util.d.ts +335 -0
- package/v2/util.d.ts +4 -2
- package/web/index.html +1 -1
- package/docs/esi-tagged-types.md +0 -120
- package/docs/v2/identify-parameters.md +0 -74
- package/docs/v2/if-parameterized-path.md +0 -70
- package/docs/v2/infer-esi-response-result.md +0 -44
- package/docs/v2/require-these.md +0 -57
- package/docs/v3/esi-enhanced-function-signature.md +0 -67
- package/docs/v3/esi-types-util3.md +0 -319
- package/docs/v3/has-require-params.md +0 -50
- package/docs/v3/infer-endpoint-origin.md +0 -57
- package/docs/v3/infer-path-params.md +0 -41
- package/docs/v3/pick-require-params.md +0 -56
- package/docs/v3/replace-path-params.md +0 -60
- package/docs/v3/resolved-endpoint.md +0 -44
- package/tsconfig.json +0 -28
- package/v2/get_alliances_alliance_id_contacts_labels_ok.d.ts +0 -24
- package/v2/get_alliances_alliance_id_contacts_ok.d.ts +0 -35
- package/v2/get_alliances_alliance_id_corporations_ok.d.ts +0 -9
- package/v2/get_alliances_alliance_id_icons_ok.d.ts +0 -18
- package/v2/get_alliances_ok.d.ts +0 -9
- package/v2/get_characters_character_id_agents_research_ok.d.ts +0 -33
- package/v2/get_characters_character_id_assets_ok.d.ts +0 -134
- package/v2/get_characters_character_id_attributes_ok.d.ts +0 -42
- package/v2/get_characters_character_id_blueprints_ok.d.ts +0 -122
- package/v2/get_characters_character_id_calendar_event_id_attendees_ok.d.ts +0 -30
- package/v2/get_characters_character_id_calendar_event_id_ok.d.ts +0 -56
- package/v2/get_characters_character_id_calendar_ok.d.ts +0 -37
- package/v2/get_characters_character_id_contacts_labels_ok.d.ts +0 -24
- package/v2/get_characters_character_id_contacts_ok.d.ts +0 -43
- package/v2/get_characters_character_id_contracts_contract_id_bids_ok.d.ts +0 -32
- package/v2/get_characters_character_id_contracts_contract_id_items_ok.d.ts +0 -38
- package/v2/get_characters_character_id_contracts_ok.d.ts +0 -117
- package/v2/get_characters_character_id_corporationhistory_ok.d.ts +0 -32
- package/v2/get_characters_character_id_fatigue_ok.d.ts +0 -22
- package/v2/get_characters_character_id_fleet_ok.d.ts +0 -31
- package/v2/get_characters_character_id_fw_stats_ok.d.ts +0 -64
- package/v2/get_characters_character_id_implants_ok.d.ts +0 -9
- package/v2/get_characters_character_id_industry_jobs_ok.d.ts +0 -105
- package/v2/get_characters_character_id_killmails_recent_ok.d.ts +0 -24
- package/v2/get_characters_character_id_location_ok.d.ts +0 -22
- package/v2/get_characters_character_id_loyalty_points_ok.d.ts +0 -24
- package/v2/get_characters_character_id_mail_labels_ok.d.ts +0 -62
- package/v2/get_characters_character_id_mail_lists_ok.d.ts +0 -24
- package/v2/get_characters_character_id_mail_mail_id_ok.d.ts +0 -59
- package/v2/get_characters_character_id_mail_ok.d.ts +0 -65
- package/v2/get_characters_character_id_medals_ok.d.ts +0 -135
- package/v2/get_characters_character_id_mining_ok.d.ts +0 -29
- package/v2/get_characters_character_id_notifications_contacts_ok.d.ts +0 -36
- package/v2/get_characters_character_id_notifications_ok.d.ts +0 -291
- package/v2/get_characters_character_id_ok.d.ts +0 -55
- package/v2/get_characters_character_id_online_ok.d.ts +0 -26
- package/v2/get_characters_character_id_opportunities_ok.d.ts +0 -24
- package/v2/get_characters_character_id_orders_history_ok.d.ts +0 -87
- package/v2/get_characters_character_id_orders_ok.d.ts +0 -82
- package/v2/get_characters_character_id_planets_ok.d.ts +0 -124
- package/v2/get_characters_character_id_planets_planet_id_ok.d.ts +0 -283
- package/v2/get_characters_character_id_portrait_ok.d.ts +0 -26
- package/v2/get_characters_character_id_roles_ok.d.ts +0 -270
- package/v2/get_characters_character_id_ship_ok.d.ts +0 -19
- package/v2/get_characters_character_id_skillqueue_ok.d.ts +0 -48
- package/v2/get_characters_character_id_skills_ok.d.ts +0 -47
- package/v2/get_characters_character_id_standings_ok.d.ts +0 -29
- package/v2/get_characters_character_id_titles_ok.d.ts +0 -184
- package/v2/get_characters_character_id_wallet_journal_ok.d.ts +0 -228
- package/v2/get_characters_character_id_wallet_ok.d.ts +0 -7
- package/v2/get_characters_character_id_wallet_transactions_ok.d.ts +0 -53
- package/v2/get_contracts_public_bids_contract_id_ok.d.ts +0 -28
- package/v2/get_contracts_public_items_contract_id_ok.d.ts +0 -49
- package/v2/get_contracts_public_region_id_ok.d.ts +0 -81
- package/v2/get_corporation_corporation_id_mining_extractions_ok.d.ts +0 -39
- package/v2/get_corporation_corporation_id_mining_observers_observer_id_ok.d.ts +0 -36
- package/v2/get_corporation_corporation_id_mining_observers_ok.d.ts +0 -30
- package/v2/get_corporations_corporation_id_alliancehistory_ok.d.ts +0 -32
- package/v2/get_corporations_corporation_id_assets_ok.d.ts +0 -170
- package/v2/get_corporations_corporation_id_blueprints_ok.d.ts +0 -163
- package/v2/get_corporations_corporation_id_contacts_labels_ok.d.ts +0 -24
- package/v2/get_corporations_corporation_id_contacts_ok.d.ts +0 -39
- package/v2/get_corporations_corporation_id_containers_logs_ok.d.ts +0 -188
- package/v2/get_corporations_corporation_id_contracts_contract_id_bids_ok.d.ts +0 -33
- package/v2/get_corporations_corporation_id_contracts_contract_id_items_ok.d.ts +0 -38
- package/v2/get_corporations_corporation_id_contracts_ok.d.ts +0 -117
- package/v2/get_corporations_corporation_id_customs_offices_ok.d.ts +0 -78
- package/v2/get_corporations_corporation_id_divisions_ok.d.ts +0 -128
- package/v2/get_corporations_corporation_id_facilities_ok.d.ts +0 -25
- package/v2/get_corporations_corporation_id_fw_stats_ok.d.ts +0 -60
- package/v2/get_corporations_corporation_id_icons_ok.d.ts +0 -22
- package/v2/get_corporations_corporation_id_industry_jobs_ok.d.ts +0 -105
- package/v2/get_corporations_corporation_id_killmails_recent_ok.d.ts +0 -24
- package/v2/get_corporations_corporation_id_medals_issued_ok.d.ts +0 -41
- package/v2/get_corporations_corporation_id_medals_ok.d.ts +0 -36
- package/v2/get_corporations_corporation_id_members_limit_ok.d.ts +0 -7
- package/v2/get_corporations_corporation_id_members_ok.d.ts +0 -9
- package/v2/get_corporations_corporation_id_members_titles_ok.d.ts +0 -194
- package/v2/get_corporations_corporation_id_membertracking_ok.d.ts +0 -41
- package/v2/get_corporations_corporation_id_ok.d.ts +0 -66
- package/v2/get_corporations_corporation_id_orders_history_ok.d.ts +0 -91
- package/v2/get_corporations_corporation_id_orders_ok.d.ts +0 -86
- package/v2/get_corporations_corporation_id_roles_history_ok.d.ts +0 -171
- package/v2/get_corporations_corporation_id_roles_ok.d.ts +0 -543
- package/v2/get_corporations_corporation_id_shareholders_ok.d.ts +0 -29
- package/v2/get_corporations_corporation_id_standings_ok.d.ts +0 -29
- package/v2/get_corporations_corporation_id_starbases_ok.d.ts +0 -51
- package/v2/get_corporations_corporation_id_starbases_starbase_id_ok.d.ts +0 -110
- package/v2/get_corporations_corporation_id_structures_ok.d.ts +0 -176
- package/v2/get_corporations_corporation_id_titles_ok.d.ts +0 -548
- package/v2/get_corporations_corporation_id_wallets_division_journal_ok.d.ts +0 -229
- package/v2/get_corporations_corporation_id_wallets_division_transactions_ok.d.ts +0 -50
- package/v2/get_corporations_corporation_id_wallets_ok.d.ts +0 -62
- package/v2/get_corporations_npccorps_ok.d.ts +0 -9
- package/v2/get_dogma_attributes_attribute_id_ok.d.ts +0 -50
- package/v2/get_dogma_attributes_ok.d.ts +0 -9
- package/v2/get_dogma_dynamic_items_type_id_item_id_ok.d.ts +0 -58
- package/v2/get_dogma_effects_effect_id_ok.d.ts +0 -127
- package/v2/get_dogma_effects_ok.d.ts +0 -9
- package/v2/get_fleets_fleet_id_members_ok.d.ts +0 -54
- package/v2/get_fleets_fleet_id_ok.d.ts +0 -26
- package/v2/get_fleets_fleet_id_wings_ok.d.ts +0 -45
- package/v2/get_fw_leaderboards_characters_ok.d.ts +0 -110
- package/v2/get_fw_leaderboards_corporations_ok.d.ts +0 -109
- package/v2/get_fw_leaderboards_ok.d.ts +0 -182
- package/v2/get_fw_stats_ok.d.ts +0 -66
- package/v2/get_fw_systems_ok.d.ts +0 -41
- package/v2/get_fw_wars_ok.d.ts +0 -24
- package/v2/get_industry_facilities_ok.d.ts +0 -37
- package/v2/get_industry_systems_ok.d.ts +0 -119
- package/v2/get_insurance_prices_ok.d.ts +0 -62
- package/v2/get_markets_groups_market_group_id_ok.d.ts +0 -27
- package/v2/get_markets_groups_ok.d.ts +0 -9
- package/v2/get_markets_prices_ok.d.ts +0 -25
- package/v2/get_markets_region_id_history_ok.d.ts +0 -40
- package/v2/get_markets_region_id_orders_ok.d.ts +0 -74
- package/v2/get_markets_region_id_types_ok.d.ts +0 -9
- package/v2/get_markets_structures_structure_id_ok.d.ts +0 -70
- package/v2/get_opportunities_groups_group_id_ok.d.ts +0 -38
- package/v2/get_opportunities_groups_ok.d.ts +0 -9
- package/v2/get_opportunities_tasks_ok.d.ts +0 -9
- package/v2/get_opportunities_tasks_task_id_ok.d.ts +0 -26
- package/v2/get_route_origin_destination_ok.d.ts +0 -9
- package/v2/get_sovereignty_campaigns_ok.d.ts +0 -83
- package/v2/get_sovereignty_map_ok.d.ts +0 -32
- package/v2/get_sovereignty_structures_ok.d.ts +0 -46
- package/v2/get_universe_ancestries_ok.d.ts +0 -40
- package/v2/get_universe_asteroid_belts_asteroid_belt_id_ok.d.ts +0 -37
- package/v2/get_universe_bloodlines_ok.d.ts +0 -57
- package/v2/get_universe_categories_category_id_ok.d.ts +0 -28
- package/v2/get_universe_categories_ok.d.ts +0 -9
- package/v2/get_universe_constellations_constellation_id_ok.d.ts +0 -47
- package/v2/get_universe_constellations_ok.d.ts +0 -9
- package/v2/get_universe_factions_ok.d.ts +0 -56
- package/v2/get_universe_graphics_graphic_id_ok.d.ts +0 -42
- package/v2/get_universe_graphics_ok.d.ts +0 -9
- package/v2/get_universe_groups_group_id_ok.d.ts +0 -27
- package/v2/get_universe_groups_ok.d.ts +0 -9
- package/v2/get_universe_moons_moon_id_ok.d.ts +0 -41
- package/v2/get_universe_planets_planet_id_ok.d.ts +0 -42
- package/v2/get_universe_races_ok.d.ts +0 -52
- package/v2/get_universe_regions_ok.d.ts +0 -9
- package/v2/get_universe_regions_region_id_ok.d.ts +0 -28
- package/v2/get_universe_schematics_schematic_id_ok.d.ts +0 -18
- package/v2/get_universe_stargates_stargate_id_ok.d.ts +0 -57
- package/v2/get_universe_stars_star_id_ok.d.ts +0 -129
- package/v2/get_universe_stations_station_id_ok.d.ts +0 -104
- package/v2/get_universe_structures_ok.d.ts +0 -9
- package/v2/get_universe_structures_structure_id_ok.d.ts +0 -43
- package/v2/get_universe_system_jumps_ok.d.ts +0 -24
- package/v2/get_universe_system_kills_ok.d.ts +0 -32
- package/v2/get_universe_systems_ok.d.ts +0 -9
- package/v2/get_universe_systems_system_id_ok.d.ts +0 -94
- package/v2/get_universe_types_ok.d.ts +0 -9
- package/v2/get_universe_types_type_id_ok.d.ts +0 -105
- package/v2/get_wars_ok.d.ts +0 -9
- package/v2/get_wars_war_id_killmails_ok.d.ts +0 -24
- package/v2/post_characters_affiliation_ok.d.ts +0 -32
- package/v2/post_characters_character_id_assets_locations_ok.d.ts +0 -39
- package/v2/post_characters_character_id_assets_names_ok.d.ts +0 -24
- package/v2/post_characters_character_id_contacts_created.d.ts +0 -9
- package/v2/post_characters_character_id_cspa_created.d.ts +0 -7
- package/v2/post_characters_character_id_fittings_created.d.ts +0 -14
- package/v2/post_characters_character_id_mail_created.d.ts +0 -7
- package/v2/post_characters_character_id_mail_labels_created.d.ts +0 -7
- package/v2/post_corporations_corporation_id_assets_locations_ok.d.ts +0 -39
- package/v2/post_corporations_corporation_id_assets_names_ok.d.ts +0 -24
- package/v2/post_fleets_fleet_id_wings_created.d.ts +0 -14
- package/v2/post_fleets_fleet_id_wings_wing_id_squads_created.d.ts +0 -14
- package/v2/post_universe_ids_ok.d.ts +0 -86
- package/v2/post_universe_names_ok.d.ts +0 -38
- /package/v2/{extra-types.d.ts → globals/extra-types.d.ts} +0 -0
|
@@ -0,0 +1,601 @@
|
|
|
1
|
+
// Generated by scripts/lib/code-synthesizer.mjs
|
|
2
|
+
|
|
3
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
4
|
+
// @method {get}
|
|
5
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
6
|
+
/*!
|
|
7
|
+
* ESI endpoint: get:/characters/{character_id}/wallet/
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* Wallet balance
|
|
11
|
+
*/
|
|
12
|
+
type GetCharactersCharacterIdWalletOk = number;
|
|
13
|
+
|
|
14
|
+
/*!
|
|
15
|
+
* ESI endpoint: get:/characters/{character_id}/wallet/journal/
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
* The type of the given context_id if present
|
|
19
|
+
*/
|
|
20
|
+
type GetCharactersCharacterIdWalletJournalContextIdType =
|
|
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
|
+
* "The transaction type for the given. transaction. Different transaction types will populate different attributes."
|
|
35
|
+
*/
|
|
36
|
+
type GetCharactersCharacterIdWalletJournalRefType =
|
|
37
|
+
| "acceleration_gate_fee"
|
|
38
|
+
| "advertisement_listing_fee"
|
|
39
|
+
| "agent_donation"
|
|
40
|
+
| "agent_location_services"
|
|
41
|
+
| "agent_miscellaneous"
|
|
42
|
+
| "agent_mission_collateral_paid"
|
|
43
|
+
| "agent_mission_collateral_refunded"
|
|
44
|
+
| "agent_mission_reward"
|
|
45
|
+
| "agent_mission_reward_corporation_tax"
|
|
46
|
+
| "agent_mission_time_bonus_reward"
|
|
47
|
+
| "agent_mission_time_bonus_reward_corporation_tax"
|
|
48
|
+
| "agent_security_services"
|
|
49
|
+
| "agent_services_rendered"
|
|
50
|
+
| "agents_preward"
|
|
51
|
+
| "alliance_maintainance_fee"
|
|
52
|
+
| "alliance_registration_fee"
|
|
53
|
+
| "allignment_based_gate_toll"
|
|
54
|
+
| "asset_safety_recovery_tax"
|
|
55
|
+
| "bounty"
|
|
56
|
+
| "bounty_prize"
|
|
57
|
+
| "bounty_prize_corporation_tax"
|
|
58
|
+
| "bounty_prizes"
|
|
59
|
+
| "bounty_reimbursement"
|
|
60
|
+
| "bounty_surcharge"
|
|
61
|
+
| "brokers_fee"
|
|
62
|
+
| "clone_activation"
|
|
63
|
+
| "clone_transfer"
|
|
64
|
+
| "contraband_fine"
|
|
65
|
+
| "contract_auction_bid"
|
|
66
|
+
| "contract_auction_bid_corp"
|
|
67
|
+
| "contract_auction_bid_refund"
|
|
68
|
+
| "contract_auction_sold"
|
|
69
|
+
| "contract_brokers_fee"
|
|
70
|
+
| "contract_brokers_fee_corp"
|
|
71
|
+
| "contract_collateral"
|
|
72
|
+
| "contract_collateral_deposited_corp"
|
|
73
|
+
| "contract_collateral_payout"
|
|
74
|
+
| "contract_collateral_refund"
|
|
75
|
+
| "contract_deposit"
|
|
76
|
+
| "contract_deposit_corp"
|
|
77
|
+
| "contract_deposit_refund"
|
|
78
|
+
| "contract_deposit_sales_tax"
|
|
79
|
+
| "contract_price"
|
|
80
|
+
| "contract_price_payment_corp"
|
|
81
|
+
| "contract_reversal"
|
|
82
|
+
| "contract_reward"
|
|
83
|
+
| "contract_reward_deposited"
|
|
84
|
+
| "contract_reward_deposited_corp"
|
|
85
|
+
| "contract_reward_refund"
|
|
86
|
+
| "contract_sales_tax"
|
|
87
|
+
| "copying"
|
|
88
|
+
| "corporate_reward_payout"
|
|
89
|
+
| "corporate_reward_tax"
|
|
90
|
+
| "corporation_account_withdrawal"
|
|
91
|
+
| "corporation_bulk_payment"
|
|
92
|
+
| "corporation_dividend_payment"
|
|
93
|
+
| "corporation_liquidation"
|
|
94
|
+
| "corporation_logo_change_cost"
|
|
95
|
+
| "corporation_payment"
|
|
96
|
+
| "corporation_registration_fee"
|
|
97
|
+
| "cosmetic_market_component_item_purchase"
|
|
98
|
+
| "cosmetic_market_skin_purchase"
|
|
99
|
+
| "cosmetic_market_skin_sale"
|
|
100
|
+
| "cosmetic_market_skin_sale_broker_fee"
|
|
101
|
+
| "cosmetic_market_skin_sale_tax"
|
|
102
|
+
| "cosmetic_market_skin_transaction"
|
|
103
|
+
| "courier_mission_escrow"
|
|
104
|
+
| "cspa"
|
|
105
|
+
| "cspaofflinerefund"
|
|
106
|
+
| "daily_challenge_reward"
|
|
107
|
+
| "daily_goal_payouts"
|
|
108
|
+
| "daily_goal_payouts_tax"
|
|
109
|
+
| "datacore_fee"
|
|
110
|
+
| "dna_modification_fee"
|
|
111
|
+
| "docking_fee"
|
|
112
|
+
| "duel_wager_escrow"
|
|
113
|
+
| "duel_wager_payment"
|
|
114
|
+
| "duel_wager_refund"
|
|
115
|
+
| "ess_escrow_transfer"
|
|
116
|
+
| "external_trade_delivery"
|
|
117
|
+
| "external_trade_freeze"
|
|
118
|
+
| "external_trade_thaw"
|
|
119
|
+
| "factory_slot_rental_fee"
|
|
120
|
+
| "flux_payout"
|
|
121
|
+
| "flux_tax"
|
|
122
|
+
| "flux_ticket_repayment"
|
|
123
|
+
| "flux_ticket_sale"
|
|
124
|
+
| "gm_cash_transfer"
|
|
125
|
+
| "industry_job_tax"
|
|
126
|
+
| "infrastructure_hub_maintenance"
|
|
127
|
+
| "inheritance"
|
|
128
|
+
| "insurance"
|
|
129
|
+
| "insurgency_corruption_contribution_reward"
|
|
130
|
+
| "insurgency_suppression_contribution_reward"
|
|
131
|
+
| "item_trader_payment"
|
|
132
|
+
| "jump_clone_activation_fee"
|
|
133
|
+
| "jump_clone_installation_fee"
|
|
134
|
+
| "kill_right_fee"
|
|
135
|
+
| "lp_store"
|
|
136
|
+
| "manufacturing"
|
|
137
|
+
| "market_escrow"
|
|
138
|
+
| "market_fine_paid"
|
|
139
|
+
| "market_provider_tax"
|
|
140
|
+
| "market_transaction"
|
|
141
|
+
| "medal_creation"
|
|
142
|
+
| "medal_issued"
|
|
143
|
+
| "milestone_reward_payment"
|
|
144
|
+
| "mission_completion"
|
|
145
|
+
| "mission_cost"
|
|
146
|
+
| "mission_expiration"
|
|
147
|
+
| "mission_reward"
|
|
148
|
+
| "office_rental_fee"
|
|
149
|
+
| "operation_bonus"
|
|
150
|
+
| "opportunity_reward"
|
|
151
|
+
| "planetary_construction"
|
|
152
|
+
| "planetary_export_tax"
|
|
153
|
+
| "planetary_import_tax"
|
|
154
|
+
| "player_donation"
|
|
155
|
+
| "player_trading"
|
|
156
|
+
| "project_discovery_reward"
|
|
157
|
+
| "project_discovery_tax"
|
|
158
|
+
| "project_payouts"
|
|
159
|
+
| "reaction"
|
|
160
|
+
| "redeemed_isk_token"
|
|
161
|
+
| "release_of_impounded_property"
|
|
162
|
+
| "repair_bill"
|
|
163
|
+
| "reprocessing_tax"
|
|
164
|
+
| "researching_material_productivity"
|
|
165
|
+
| "researching_technology"
|
|
166
|
+
| "researching_time_productivity"
|
|
167
|
+
| "resource_wars_reward"
|
|
168
|
+
| "reverse_engineering"
|
|
169
|
+
| "season_challenge_reward"
|
|
170
|
+
| "security_processing_fee"
|
|
171
|
+
| "shares"
|
|
172
|
+
| "skill_purchase"
|
|
173
|
+
| "sovereignity_bill"
|
|
174
|
+
| "store_purchase"
|
|
175
|
+
| "store_purchase_refund"
|
|
176
|
+
| "structure_gate_jump"
|
|
177
|
+
| "transaction_tax"
|
|
178
|
+
| "under_construction"
|
|
179
|
+
| "upkeep_adjustment_fee"
|
|
180
|
+
| "war_ally_contract"
|
|
181
|
+
| "war_fee"
|
|
182
|
+
| "war_fee_surrender";
|
|
183
|
+
/**
|
|
184
|
+
* Wallet journal entries
|
|
185
|
+
*
|
|
186
|
+
* @maxItems 2500
|
|
187
|
+
*/
|
|
188
|
+
type GetCharactersCharacterIdWalletJournalOk = GetCharactersCharacterIdWalletJournal_200Ok[];
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* 200 ok object
|
|
192
|
+
*/
|
|
193
|
+
interface GetCharactersCharacterIdWalletJournal_200Ok {
|
|
194
|
+
/**
|
|
195
|
+
* 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
|
|
196
|
+
*/
|
|
197
|
+
amount?: number;
|
|
198
|
+
/**
|
|
199
|
+
* Wallet balance after transaction occurred
|
|
200
|
+
*/
|
|
201
|
+
balance?: number;
|
|
202
|
+
/**
|
|
203
|
+
* 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
|
|
204
|
+
*/
|
|
205
|
+
context_id?: number;
|
|
206
|
+
context_id_type?: GetCharactersCharacterIdWalletJournalContextIdType;
|
|
207
|
+
/**
|
|
208
|
+
* Date and time of transaction
|
|
209
|
+
*/
|
|
210
|
+
date: string;
|
|
211
|
+
/**
|
|
212
|
+
* The reason for the transaction, mirrors what is seen in the client
|
|
213
|
+
*/
|
|
214
|
+
description: string;
|
|
215
|
+
/**
|
|
216
|
+
* 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
|
|
217
|
+
*/
|
|
218
|
+
first_party_id?: number;
|
|
219
|
+
/**
|
|
220
|
+
* Unique journal reference ID
|
|
221
|
+
*/
|
|
222
|
+
id: number;
|
|
223
|
+
/**
|
|
224
|
+
* The user stated reason for the transaction. Only applies to some ref_types
|
|
225
|
+
*/
|
|
226
|
+
reason?: string;
|
|
227
|
+
ref_type: GetCharactersCharacterIdWalletJournalRefType;
|
|
228
|
+
/**
|
|
229
|
+
* 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
|
|
230
|
+
*/
|
|
231
|
+
second_party_id?: number;
|
|
232
|
+
/**
|
|
233
|
+
* Tax amount received. Only applies to tax related transactions
|
|
234
|
+
*/
|
|
235
|
+
tax?: number;
|
|
236
|
+
/**
|
|
237
|
+
* The corporation ID receiving any tax paid. Only applies to tax related transactions
|
|
238
|
+
*/
|
|
239
|
+
tax_receiver_id?: number;
|
|
240
|
+
[k: string]: unknown | undefined;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
/*!
|
|
244
|
+
* ESI endpoint: get:/characters/{character_id}/wallet/transactions/
|
|
245
|
+
*/
|
|
246
|
+
/**
|
|
247
|
+
* Wallet transactions
|
|
248
|
+
*
|
|
249
|
+
* @maxItems 2500
|
|
250
|
+
*/
|
|
251
|
+
type GetCharactersCharacterIdWalletTransactionsOk = GetCharactersCharacterIdWalletTransactions_200Ok[];
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* wallet transaction
|
|
255
|
+
*/
|
|
256
|
+
interface GetCharactersCharacterIdWalletTransactions_200Ok {
|
|
257
|
+
/**
|
|
258
|
+
* client_id integer
|
|
259
|
+
*/
|
|
260
|
+
client_id: number;
|
|
261
|
+
/**
|
|
262
|
+
* Date and time of transaction
|
|
263
|
+
*/
|
|
264
|
+
date: string;
|
|
265
|
+
/**
|
|
266
|
+
* is_buy boolean
|
|
267
|
+
*/
|
|
268
|
+
is_buy: boolean;
|
|
269
|
+
/**
|
|
270
|
+
* is_personal boolean
|
|
271
|
+
*/
|
|
272
|
+
is_personal: boolean;
|
|
273
|
+
/**
|
|
274
|
+
* journal_ref_id integer
|
|
275
|
+
*/
|
|
276
|
+
journal_ref_id: number;
|
|
277
|
+
/**
|
|
278
|
+
* location_id integer
|
|
279
|
+
*/
|
|
280
|
+
location_id: number;
|
|
281
|
+
/**
|
|
282
|
+
* quantity integer
|
|
283
|
+
*/
|
|
284
|
+
quantity: number;
|
|
285
|
+
/**
|
|
286
|
+
* Unique transaction ID
|
|
287
|
+
*/
|
|
288
|
+
transaction_id: number;
|
|
289
|
+
type_id: number;
|
|
290
|
+
/**
|
|
291
|
+
* Amount paid per unit
|
|
292
|
+
*/
|
|
293
|
+
unit_price: number;
|
|
294
|
+
[k: string]: unknown | undefined;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
/*!
|
|
298
|
+
* ESI endpoint: get:/corporations/{corporation_id}/wallets/
|
|
299
|
+
*/
|
|
300
|
+
/**
|
|
301
|
+
* 200 ok array
|
|
302
|
+
*
|
|
303
|
+
* @maxItems 7
|
|
304
|
+
*/
|
|
305
|
+
type GetCorporationsCorporationIdWalletsOk = GetCorporationsCorporationIdWallets_200Ok[];
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* 200 ok object
|
|
309
|
+
*/
|
|
310
|
+
interface GetCorporationsCorporationIdWallets_200Ok {
|
|
311
|
+
/**
|
|
312
|
+
* balance number
|
|
313
|
+
*/
|
|
314
|
+
balance: number;
|
|
315
|
+
/**
|
|
316
|
+
* division integer
|
|
317
|
+
*/
|
|
318
|
+
division: number;
|
|
319
|
+
[k: string]: unknown | undefined;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
/*!
|
|
323
|
+
* ESI endpoint: get:/corporations/{corporation_id}/wallets/{division}/journal/
|
|
324
|
+
*/
|
|
325
|
+
/**
|
|
326
|
+
* The type of the given context_id if present
|
|
327
|
+
*/
|
|
328
|
+
type GetCorporationsCorporationIdWalletsDivisionJournalContextIdType =
|
|
329
|
+
| "structure_id"
|
|
330
|
+
| "station_id"
|
|
331
|
+
| "market_transaction_id"
|
|
332
|
+
| "character_id"
|
|
333
|
+
| "corporation_id"
|
|
334
|
+
| "alliance_id"
|
|
335
|
+
| "eve_system"
|
|
336
|
+
| "industry_job_id"
|
|
337
|
+
| "contract_id"
|
|
338
|
+
| "planet_id"
|
|
339
|
+
| "system_id"
|
|
340
|
+
| "type_id";
|
|
341
|
+
/**
|
|
342
|
+
* "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"
|
|
343
|
+
*/
|
|
344
|
+
type GetCorporationsCorporationIdWalletsDivisionJournalRefType =
|
|
345
|
+
| "acceleration_gate_fee"
|
|
346
|
+
| "advertisement_listing_fee"
|
|
347
|
+
| "agent_donation"
|
|
348
|
+
| "agent_location_services"
|
|
349
|
+
| "agent_miscellaneous"
|
|
350
|
+
| "agent_mission_collateral_paid"
|
|
351
|
+
| "agent_mission_collateral_refunded"
|
|
352
|
+
| "agent_mission_reward"
|
|
353
|
+
| "agent_mission_reward_corporation_tax"
|
|
354
|
+
| "agent_mission_time_bonus_reward"
|
|
355
|
+
| "agent_mission_time_bonus_reward_corporation_tax"
|
|
356
|
+
| "agent_security_services"
|
|
357
|
+
| "agent_services_rendered"
|
|
358
|
+
| "agents_preward"
|
|
359
|
+
| "alliance_maintainance_fee"
|
|
360
|
+
| "alliance_registration_fee"
|
|
361
|
+
| "allignment_based_gate_toll"
|
|
362
|
+
| "asset_safety_recovery_tax"
|
|
363
|
+
| "bounty"
|
|
364
|
+
| "bounty_prize"
|
|
365
|
+
| "bounty_prize_corporation_tax"
|
|
366
|
+
| "bounty_prizes"
|
|
367
|
+
| "bounty_reimbursement"
|
|
368
|
+
| "bounty_surcharge"
|
|
369
|
+
| "brokers_fee"
|
|
370
|
+
| "clone_activation"
|
|
371
|
+
| "clone_transfer"
|
|
372
|
+
| "contraband_fine"
|
|
373
|
+
| "contract_auction_bid"
|
|
374
|
+
| "contract_auction_bid_corp"
|
|
375
|
+
| "contract_auction_bid_refund"
|
|
376
|
+
| "contract_auction_sold"
|
|
377
|
+
| "contract_brokers_fee"
|
|
378
|
+
| "contract_brokers_fee_corp"
|
|
379
|
+
| "contract_collateral"
|
|
380
|
+
| "contract_collateral_deposited_corp"
|
|
381
|
+
| "contract_collateral_payout"
|
|
382
|
+
| "contract_collateral_refund"
|
|
383
|
+
| "contract_deposit"
|
|
384
|
+
| "contract_deposit_corp"
|
|
385
|
+
| "contract_deposit_refund"
|
|
386
|
+
| "contract_deposit_sales_tax"
|
|
387
|
+
| "contract_price"
|
|
388
|
+
| "contract_price_payment_corp"
|
|
389
|
+
| "contract_reversal"
|
|
390
|
+
| "contract_reward"
|
|
391
|
+
| "contract_reward_deposited"
|
|
392
|
+
| "contract_reward_deposited_corp"
|
|
393
|
+
| "contract_reward_refund"
|
|
394
|
+
| "contract_sales_tax"
|
|
395
|
+
| "copying"
|
|
396
|
+
| "corporate_reward_payout"
|
|
397
|
+
| "corporate_reward_tax"
|
|
398
|
+
| "corporation_account_withdrawal"
|
|
399
|
+
| "corporation_bulk_payment"
|
|
400
|
+
| "corporation_dividend_payment"
|
|
401
|
+
| "corporation_liquidation"
|
|
402
|
+
| "corporation_logo_change_cost"
|
|
403
|
+
| "corporation_payment"
|
|
404
|
+
| "corporation_registration_fee"
|
|
405
|
+
| "cosmetic_market_component_item_purchase"
|
|
406
|
+
| "cosmetic_market_skin_purchase"
|
|
407
|
+
| "cosmetic_market_skin_sale"
|
|
408
|
+
| "cosmetic_market_skin_sale_broker_fee"
|
|
409
|
+
| "cosmetic_market_skin_sale_tax"
|
|
410
|
+
| "cosmetic_market_skin_transaction"
|
|
411
|
+
| "courier_mission_escrow"
|
|
412
|
+
| "cspa"
|
|
413
|
+
| "cspaofflinerefund"
|
|
414
|
+
| "daily_challenge_reward"
|
|
415
|
+
| "daily_goal_payouts"
|
|
416
|
+
| "daily_goal_payouts_tax"
|
|
417
|
+
| "datacore_fee"
|
|
418
|
+
| "dna_modification_fee"
|
|
419
|
+
| "docking_fee"
|
|
420
|
+
| "duel_wager_escrow"
|
|
421
|
+
| "duel_wager_payment"
|
|
422
|
+
| "duel_wager_refund"
|
|
423
|
+
| "ess_escrow_transfer"
|
|
424
|
+
| "external_trade_delivery"
|
|
425
|
+
| "external_trade_freeze"
|
|
426
|
+
| "external_trade_thaw"
|
|
427
|
+
| "factory_slot_rental_fee"
|
|
428
|
+
| "flux_payout"
|
|
429
|
+
| "flux_tax"
|
|
430
|
+
| "flux_ticket_repayment"
|
|
431
|
+
| "flux_ticket_sale"
|
|
432
|
+
| "gm_cash_transfer"
|
|
433
|
+
| "industry_job_tax"
|
|
434
|
+
| "infrastructure_hub_maintenance"
|
|
435
|
+
| "inheritance"
|
|
436
|
+
| "insurance"
|
|
437
|
+
| "insurgency_corruption_contribution_reward"
|
|
438
|
+
| "insurgency_suppression_contribution_reward"
|
|
439
|
+
| "item_trader_payment"
|
|
440
|
+
| "jump_clone_activation_fee"
|
|
441
|
+
| "jump_clone_installation_fee"
|
|
442
|
+
| "kill_right_fee"
|
|
443
|
+
| "lp_store"
|
|
444
|
+
| "manufacturing"
|
|
445
|
+
| "market_escrow"
|
|
446
|
+
| "market_fine_paid"
|
|
447
|
+
| "market_provider_tax"
|
|
448
|
+
| "market_transaction"
|
|
449
|
+
| "medal_creation"
|
|
450
|
+
| "medal_issued"
|
|
451
|
+
| "milestone_reward_payment"
|
|
452
|
+
| "mission_completion"
|
|
453
|
+
| "mission_cost"
|
|
454
|
+
| "mission_expiration"
|
|
455
|
+
| "mission_reward"
|
|
456
|
+
| "office_rental_fee"
|
|
457
|
+
| "operation_bonus"
|
|
458
|
+
| "opportunity_reward"
|
|
459
|
+
| "planetary_construction"
|
|
460
|
+
| "planetary_export_tax"
|
|
461
|
+
| "planetary_import_tax"
|
|
462
|
+
| "player_donation"
|
|
463
|
+
| "player_trading"
|
|
464
|
+
| "project_discovery_reward"
|
|
465
|
+
| "project_discovery_tax"
|
|
466
|
+
| "project_payouts"
|
|
467
|
+
| "reaction"
|
|
468
|
+
| "redeemed_isk_token"
|
|
469
|
+
| "release_of_impounded_property"
|
|
470
|
+
| "repair_bill"
|
|
471
|
+
| "reprocessing_tax"
|
|
472
|
+
| "researching_material_productivity"
|
|
473
|
+
| "researching_technology"
|
|
474
|
+
| "researching_time_productivity"
|
|
475
|
+
| "resource_wars_reward"
|
|
476
|
+
| "reverse_engineering"
|
|
477
|
+
| "season_challenge_reward"
|
|
478
|
+
| "security_processing_fee"
|
|
479
|
+
| "shares"
|
|
480
|
+
| "skill_purchase"
|
|
481
|
+
| "sovereignity_bill"
|
|
482
|
+
| "store_purchase"
|
|
483
|
+
| "store_purchase_refund"
|
|
484
|
+
| "structure_gate_jump"
|
|
485
|
+
| "transaction_tax"
|
|
486
|
+
| "under_construction"
|
|
487
|
+
| "upkeep_adjustment_fee"
|
|
488
|
+
| "war_ally_contract"
|
|
489
|
+
| "war_fee"
|
|
490
|
+
| "war_fee_surrender";
|
|
491
|
+
/**
|
|
492
|
+
* Journal entries
|
|
493
|
+
*
|
|
494
|
+
* @maxItems 2500
|
|
495
|
+
*/
|
|
496
|
+
type GetCorporationsCorporationIdWalletsDivisionJournalOk =
|
|
497
|
+
GetCorporationsCorporationIdWalletsDivisionJournal_200Ok[];
|
|
498
|
+
|
|
499
|
+
/**
|
|
500
|
+
* 200 ok object
|
|
501
|
+
*/
|
|
502
|
+
interface GetCorporationsCorporationIdWalletsDivisionJournal_200Ok {
|
|
503
|
+
/**
|
|
504
|
+
* 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
|
|
505
|
+
*/
|
|
506
|
+
amount?: number;
|
|
507
|
+
/**
|
|
508
|
+
* Wallet balance after transaction occurred
|
|
509
|
+
*/
|
|
510
|
+
balance?: number;
|
|
511
|
+
/**
|
|
512
|
+
* 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
|
|
513
|
+
*/
|
|
514
|
+
context_id?: number;
|
|
515
|
+
context_id_type?: GetCorporationsCorporationIdWalletsDivisionJournalContextIdType;
|
|
516
|
+
/**
|
|
517
|
+
* Date and time of transaction
|
|
518
|
+
*/
|
|
519
|
+
date: string;
|
|
520
|
+
/**
|
|
521
|
+
* The reason for the transaction, mirrors what is seen in the client
|
|
522
|
+
*/
|
|
523
|
+
description: string;
|
|
524
|
+
/**
|
|
525
|
+
* 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
|
|
526
|
+
*/
|
|
527
|
+
first_party_id?: number;
|
|
528
|
+
/**
|
|
529
|
+
* Unique journal reference ID
|
|
530
|
+
*/
|
|
531
|
+
id: number;
|
|
532
|
+
/**
|
|
533
|
+
* The user stated reason for the transaction. Only applies to some ref_types
|
|
534
|
+
*/
|
|
535
|
+
reason?: string;
|
|
536
|
+
ref_type: GetCorporationsCorporationIdWalletsDivisionJournalRefType;
|
|
537
|
+
/**
|
|
538
|
+
* 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
|
|
539
|
+
*/
|
|
540
|
+
second_party_id?: number;
|
|
541
|
+
/**
|
|
542
|
+
* Tax amount received. Only applies to tax related transactions
|
|
543
|
+
*/
|
|
544
|
+
tax?: number;
|
|
545
|
+
/**
|
|
546
|
+
* The corporation ID receiving any tax paid. Only applies to tax related transactions
|
|
547
|
+
*/
|
|
548
|
+
tax_receiver_id?: number;
|
|
549
|
+
[k: string]: unknown | undefined;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
/*!
|
|
553
|
+
* ESI endpoint: get:/corporations/{corporation_id}/wallets/{division}/transactions/
|
|
554
|
+
*/
|
|
555
|
+
/**
|
|
556
|
+
* Wallet transactions
|
|
557
|
+
*
|
|
558
|
+
* @maxItems 2500
|
|
559
|
+
*/
|
|
560
|
+
type GetCorporationsCorporationIdWalletsDivisionTransactionsOk =
|
|
561
|
+
GetCorporationsCorporationIdWalletsDivisionTransactions_200Ok[];
|
|
562
|
+
|
|
563
|
+
/**
|
|
564
|
+
* wallet transaction
|
|
565
|
+
*/
|
|
566
|
+
interface GetCorporationsCorporationIdWalletsDivisionTransactions_200Ok {
|
|
567
|
+
/**
|
|
568
|
+
* client_id integer
|
|
569
|
+
*/
|
|
570
|
+
client_id: number;
|
|
571
|
+
/**
|
|
572
|
+
* Date and time of transaction
|
|
573
|
+
*/
|
|
574
|
+
date: string;
|
|
575
|
+
/**
|
|
576
|
+
* is_buy boolean
|
|
577
|
+
*/
|
|
578
|
+
is_buy: boolean;
|
|
579
|
+
/**
|
|
580
|
+
* -1 if there is no corresponding wallet journal entry
|
|
581
|
+
*/
|
|
582
|
+
journal_ref_id: number;
|
|
583
|
+
/**
|
|
584
|
+
* location_id integer
|
|
585
|
+
*/
|
|
586
|
+
location_id: number;
|
|
587
|
+
/**
|
|
588
|
+
* quantity integer
|
|
589
|
+
*/
|
|
590
|
+
quantity: number;
|
|
591
|
+
/**
|
|
592
|
+
* Unique transaction ID
|
|
593
|
+
*/
|
|
594
|
+
transaction_id: number;
|
|
595
|
+
type_id: number;
|
|
596
|
+
/**
|
|
597
|
+
* Amount paid per unit
|
|
598
|
+
*/
|
|
599
|
+
unit_price: number;
|
|
600
|
+
[k: string]: unknown | undefined;
|
|
601
|
+
}
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
// Generated by scripts/lib/code-synthesizer.mjs
|
|
2
|
+
|
|
3
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
4
|
+
// @method {get}
|
|
5
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
6
|
+
/*!
|
|
7
|
+
* ESI endpoint: get:/wars/
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* 200 ok array
|
|
11
|
+
*
|
|
12
|
+
* @maxItems 2000
|
|
13
|
+
*/
|
|
14
|
+
type GetWarsOk = number[];
|
|
15
|
+
|
|
1
16
|
/*!
|
|
2
17
|
* ESI endpoint: get:/wars/{war_id}/
|
|
3
18
|
*/
|
|
@@ -103,3 +118,28 @@ interface GetWarsWarIdDefender {
|
|
|
103
118
|
ships_killed: number;
|
|
104
119
|
[k: string]: unknown | undefined;
|
|
105
120
|
}
|
|
121
|
+
|
|
122
|
+
/*!
|
|
123
|
+
* ESI endpoint: get:/wars/{war_id}/killmails/
|
|
124
|
+
*/
|
|
125
|
+
/**
|
|
126
|
+
* 200 ok array
|
|
127
|
+
*
|
|
128
|
+
* @maxItems 2000
|
|
129
|
+
*/
|
|
130
|
+
type GetWarsWarIdKillmailsOk = GetWarsWarIdKillmails_200Ok[];
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* 200 ok object
|
|
134
|
+
*/
|
|
135
|
+
interface GetWarsWarIdKillmails_200Ok {
|
|
136
|
+
/**
|
|
137
|
+
* A hash of this killmail
|
|
138
|
+
*/
|
|
139
|
+
killmail_hash: string;
|
|
140
|
+
/**
|
|
141
|
+
* ID of this killmail
|
|
142
|
+
*/
|
|
143
|
+
killmail_id: number;
|
|
144
|
+
[k: string]: unknown | undefined;
|
|
145
|
+
}
|