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
|
@@ -1,228 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/characters/{character_id}/wallet/journal/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* The type of the given context_id if present
|
|
6
|
-
*/
|
|
7
|
-
type GetCharactersCharacterIdWalletJournalContextIdType =
|
|
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."
|
|
22
|
-
*/
|
|
23
|
-
type GetCharactersCharacterIdWalletJournalRefType =
|
|
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
|
-
* Wallet journal entries
|
|
172
|
-
*
|
|
173
|
-
* @maxItems 2500
|
|
174
|
-
*/
|
|
175
|
-
type GetCharactersCharacterIdWalletJournalOk = GetCharactersCharacterIdWalletJournal_200Ok[];
|
|
176
|
-
|
|
177
|
-
/**
|
|
178
|
-
* 200 ok object
|
|
179
|
-
*/
|
|
180
|
-
interface GetCharactersCharacterIdWalletJournal_200Ok {
|
|
181
|
-
/**
|
|
182
|
-
* 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
|
|
183
|
-
*/
|
|
184
|
-
amount?: number;
|
|
185
|
-
/**
|
|
186
|
-
* Wallet balance after transaction occurred
|
|
187
|
-
*/
|
|
188
|
-
balance?: number;
|
|
189
|
-
/**
|
|
190
|
-
* 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
|
|
191
|
-
*/
|
|
192
|
-
context_id?: number;
|
|
193
|
-
context_id_type?: GetCharactersCharacterIdWalletJournalContextIdType;
|
|
194
|
-
/**
|
|
195
|
-
* Date and time of transaction
|
|
196
|
-
*/
|
|
197
|
-
date: string;
|
|
198
|
-
/**
|
|
199
|
-
* The reason for the transaction, mirrors what is seen in the client
|
|
200
|
-
*/
|
|
201
|
-
description: string;
|
|
202
|
-
/**
|
|
203
|
-
* 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
|
|
204
|
-
*/
|
|
205
|
-
first_party_id?: number;
|
|
206
|
-
/**
|
|
207
|
-
* Unique journal reference ID
|
|
208
|
-
*/
|
|
209
|
-
id: number;
|
|
210
|
-
/**
|
|
211
|
-
* The user stated reason for the transaction. Only applies to some ref_types
|
|
212
|
-
*/
|
|
213
|
-
reason?: string;
|
|
214
|
-
ref_type: GetCharactersCharacterIdWalletJournalRefType;
|
|
215
|
-
/**
|
|
216
|
-
* 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
|
|
217
|
-
*/
|
|
218
|
-
second_party_id?: number;
|
|
219
|
-
/**
|
|
220
|
-
* Tax amount received. Only applies to tax related transactions
|
|
221
|
-
*/
|
|
222
|
-
tax?: number;
|
|
223
|
-
/**
|
|
224
|
-
* The corporation ID receiving any tax paid. Only applies to tax related transactions
|
|
225
|
-
*/
|
|
226
|
-
tax_receiver_id?: number;
|
|
227
|
-
[k: string]: unknown | undefined;
|
|
228
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/characters/{character_id}/wallet/transactions/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Wallet transactions
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 2500
|
|
8
|
-
*/
|
|
9
|
-
type GetCharactersCharacterIdWalletTransactionsOk = GetCharactersCharacterIdWalletTransactions_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* wallet transaction
|
|
13
|
-
*/
|
|
14
|
-
interface GetCharactersCharacterIdWalletTransactions_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* client_id integer
|
|
17
|
-
*/
|
|
18
|
-
client_id: number;
|
|
19
|
-
/**
|
|
20
|
-
* Date and time of transaction
|
|
21
|
-
*/
|
|
22
|
-
date: string;
|
|
23
|
-
/**
|
|
24
|
-
* is_buy boolean
|
|
25
|
-
*/
|
|
26
|
-
is_buy: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* is_personal boolean
|
|
29
|
-
*/
|
|
30
|
-
is_personal: boolean;
|
|
31
|
-
/**
|
|
32
|
-
* journal_ref_id integer
|
|
33
|
-
*/
|
|
34
|
-
journal_ref_id: number;
|
|
35
|
-
/**
|
|
36
|
-
* location_id integer
|
|
37
|
-
*/
|
|
38
|
-
location_id: number;
|
|
39
|
-
/**
|
|
40
|
-
* quantity integer
|
|
41
|
-
*/
|
|
42
|
-
quantity: number;
|
|
43
|
-
/**
|
|
44
|
-
* Unique transaction ID
|
|
45
|
-
*/
|
|
46
|
-
transaction_id: number;
|
|
47
|
-
type_id: number;
|
|
48
|
-
/**
|
|
49
|
-
* Amount paid per unit
|
|
50
|
-
*/
|
|
51
|
-
unit_price: number;
|
|
52
|
-
[k: string]: unknown | undefined;
|
|
53
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/contracts/public/bids/{contract_id}/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type GetContractsPublicBidsContractIdOk = GetContractsPublicBidsContractId_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetContractsPublicBidsContractId_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* The amount bid, in ISK
|
|
17
|
-
*/
|
|
18
|
-
amount: number;
|
|
19
|
-
/**
|
|
20
|
-
* Unique ID for the bid
|
|
21
|
-
*/
|
|
22
|
-
bid_id: number;
|
|
23
|
-
/**
|
|
24
|
-
* Datetime when the bid was placed
|
|
25
|
-
*/
|
|
26
|
-
date_bid: string;
|
|
27
|
-
[k: string]: unknown | undefined;
|
|
28
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/contracts/public/items/{contract_id}/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type GetContractsPublicItemsContractIdOk = GetContractsPublicItemsContractId_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetContractsPublicItemsContractId_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* is_blueprint_copy boolean
|
|
17
|
-
*/
|
|
18
|
-
is_blueprint_copy?: boolean;
|
|
19
|
-
/**
|
|
20
|
-
* true if the contract issuer has submitted this item with the contract, false if the isser is asking for this item in the contract
|
|
21
|
-
*/
|
|
22
|
-
is_included: boolean;
|
|
23
|
-
/**
|
|
24
|
-
* Unique ID for the item being sold. Not present if item is being requested by contract rather than sold with contract
|
|
25
|
-
*/
|
|
26
|
-
item_id?: number;
|
|
27
|
-
/**
|
|
28
|
-
* Material Efficiency Level of the blueprint
|
|
29
|
-
*/
|
|
30
|
-
material_efficiency?: number;
|
|
31
|
-
/**
|
|
32
|
-
* Number of items in the stack
|
|
33
|
-
*/
|
|
34
|
-
quantity: number;
|
|
35
|
-
/**
|
|
36
|
-
* Unique ID for the item, used by the contract system
|
|
37
|
-
*/
|
|
38
|
-
record_id: number;
|
|
39
|
-
/**
|
|
40
|
-
* Number of runs remaining if the blueprint is a copy, -1 if it is an original
|
|
41
|
-
*/
|
|
42
|
-
runs?: number;
|
|
43
|
-
/**
|
|
44
|
-
* Time Efficiency Level of the blueprint
|
|
45
|
-
*/
|
|
46
|
-
time_efficiency?: number;
|
|
47
|
-
type_id: number;
|
|
48
|
-
[k: string]: unknown | undefined;
|
|
49
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/contracts/public/{region_id}/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Type of the contract
|
|
6
|
-
*/
|
|
7
|
-
type GetContractsPublicRegionIdType = "unknown" | "item_exchange" | "auction" | "courier" | "loan";
|
|
8
|
-
/**
|
|
9
|
-
* 200 ok array
|
|
10
|
-
*
|
|
11
|
-
* @maxItems 1000
|
|
12
|
-
*/
|
|
13
|
-
type GetContractsPublicRegionIdOk = GetContractsPublicRegionId_200Ok[];
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* 200 ok object
|
|
17
|
-
*/
|
|
18
|
-
interface GetContractsPublicRegionId_200Ok {
|
|
19
|
-
/**
|
|
20
|
-
* Buyout price (for Auctions only)
|
|
21
|
-
*/
|
|
22
|
-
buyout?: number;
|
|
23
|
-
/**
|
|
24
|
-
* Collateral price (for Couriers only)
|
|
25
|
-
*/
|
|
26
|
-
collateral?: number;
|
|
27
|
-
/**
|
|
28
|
-
* contract_id integer
|
|
29
|
-
*/
|
|
30
|
-
contract_id: number;
|
|
31
|
-
/**
|
|
32
|
-
* Expiration date of the contract
|
|
33
|
-
*/
|
|
34
|
-
date_expired: string;
|
|
35
|
-
/**
|
|
36
|
-
* Сreation date of the contract
|
|
37
|
-
*/
|
|
38
|
-
date_issued: string;
|
|
39
|
-
/**
|
|
40
|
-
* Number of days to perform the contract
|
|
41
|
-
*/
|
|
42
|
-
days_to_complete?: number;
|
|
43
|
-
/**
|
|
44
|
-
* End location ID (for Couriers contract)
|
|
45
|
-
*/
|
|
46
|
-
end_location_id?: number;
|
|
47
|
-
/**
|
|
48
|
-
* true if the contract was issued on behalf of the issuer's corporation
|
|
49
|
-
*/
|
|
50
|
-
for_corporation?: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* Character's corporation ID for the issuer
|
|
53
|
-
*/
|
|
54
|
-
issuer_corporation_id: number;
|
|
55
|
-
/**
|
|
56
|
-
* Character ID for the issuer
|
|
57
|
-
*/
|
|
58
|
-
issuer_id: number;
|
|
59
|
-
/**
|
|
60
|
-
* Price of contract (for ItemsExchange and Auctions)
|
|
61
|
-
*/
|
|
62
|
-
price?: number;
|
|
63
|
-
/**
|
|
64
|
-
* Remuneration for contract (for Couriers only)
|
|
65
|
-
*/
|
|
66
|
-
reward?: number;
|
|
67
|
-
/**
|
|
68
|
-
* Start location ID (for Couriers contract)
|
|
69
|
-
*/
|
|
70
|
-
start_location_id?: number;
|
|
71
|
-
/**
|
|
72
|
-
* Title of the contract
|
|
73
|
-
*/
|
|
74
|
-
title?: string;
|
|
75
|
-
type: GetContractsPublicRegionIdType;
|
|
76
|
-
/**
|
|
77
|
-
* Volume of items in the contract
|
|
78
|
-
*/
|
|
79
|
-
volume?: number;
|
|
80
|
-
[k: string]: unknown | undefined;
|
|
81
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporation/{corporation_id}/mining/extractions/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type GetCorporationCorporationIdMiningExtractionsOk = GetCorporationCorporationIdMiningExtractions_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetCorporationCorporationIdMiningExtractions_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* The time at which the chunk being extracted will arrive and can be fractured by the moon mining drill.
|
|
17
|
-
*
|
|
18
|
-
*/
|
|
19
|
-
chunk_arrival_time: string;
|
|
20
|
-
/**
|
|
21
|
-
* The time at which the current extraction was initiated.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
extraction_start_time: string;
|
|
25
|
-
/**
|
|
26
|
-
* moon_id integer
|
|
27
|
-
*/
|
|
28
|
-
moon_id: number;
|
|
29
|
-
/**
|
|
30
|
-
* The time at which the chunk being extracted will naturally fracture if it is not first fractured by the moon mining drill.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
natural_decay_time: string;
|
|
34
|
-
/**
|
|
35
|
-
* structure_id integer
|
|
36
|
-
*/
|
|
37
|
-
structure_id: number;
|
|
38
|
-
[k: string]: unknown | undefined;
|
|
39
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporation/{corporation_id}/mining/observers/{observer_id}/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type GetCorporationCorporationIdMiningObserversObserverIdOk =
|
|
10
|
-
GetCorporationCorporationIdMiningObserversObserverId_200Ok[];
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* 200 ok object
|
|
14
|
-
*/
|
|
15
|
-
interface GetCorporationCorporationIdMiningObserversObserverId_200Ok {
|
|
16
|
-
/**
|
|
17
|
-
* The character that did the mining
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
character_id: number;
|
|
21
|
-
/**
|
|
22
|
-
* last_updated string
|
|
23
|
-
*/
|
|
24
|
-
last_updated: string;
|
|
25
|
-
/**
|
|
26
|
-
* quantity integer
|
|
27
|
-
*/
|
|
28
|
-
quantity: number;
|
|
29
|
-
/**
|
|
30
|
-
* The corporation id of the character at the time data was recorded.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
recorded_corporation_id: number;
|
|
34
|
-
type_id: number;
|
|
35
|
-
[k: string]: unknown | undefined;
|
|
36
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporation/{corporation_id}/mining/observers/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* The category of the observing entity
|
|
6
|
-
*/
|
|
7
|
-
type GetCorporationCorporationIdMiningObserversObserverType = "structure";
|
|
8
|
-
/**
|
|
9
|
-
* 200 ok array
|
|
10
|
-
*
|
|
11
|
-
* @maxItems 1000
|
|
12
|
-
*/
|
|
13
|
-
type GetCorporationCorporationIdMiningObserversOk = GetCorporationCorporationIdMiningObservers_200Ok[];
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* 200 ok object
|
|
17
|
-
*/
|
|
18
|
-
interface GetCorporationCorporationIdMiningObservers_200Ok {
|
|
19
|
-
/**
|
|
20
|
-
* last_updated string
|
|
21
|
-
*/
|
|
22
|
-
last_updated: string;
|
|
23
|
-
/**
|
|
24
|
-
* The entity that was observing the asteroid field when it was mined.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
observer_id: number;
|
|
28
|
-
observer_type: GetCorporationCorporationIdMiningObserversObserverType;
|
|
29
|
-
[k: string]: unknown | undefined;
|
|
30
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/alliancehistory/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 10000
|
|
8
|
-
*/
|
|
9
|
-
type GetCorporationsCorporationIdAlliancehistoryOk = GetCorporationsCorporationIdAlliancehistory_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetCorporationsCorporationIdAlliancehistory_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* alliance_id integer
|
|
17
|
-
*/
|
|
18
|
-
alliance_id?: number;
|
|
19
|
-
/**
|
|
20
|
-
* True if the alliance has been closed
|
|
21
|
-
*/
|
|
22
|
-
is_deleted?: boolean;
|
|
23
|
-
/**
|
|
24
|
-
* An incrementing ID that can be used to canonically establish order of records in cases where dates may be ambiguous
|
|
25
|
-
*/
|
|
26
|
-
record_id: number;
|
|
27
|
-
/**
|
|
28
|
-
* start_date string
|
|
29
|
-
*/
|
|
30
|
-
start_date: string;
|
|
31
|
-
[k: string]: unknown | undefined;
|
|
32
|
-
}
|