eve-esi-types 3.1.7 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 -7
- 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 +918 -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 +1577 -0
- package/v2/globals/dogma.d.ts +262 -0
- package/v2/globals/factionwarfare.d.ts +596 -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 +25 -152
- package/v2/response-map.d.ts +1 -24
- package/v2/types-index.d.ts +31 -182
- package/v2/types-util.d.ts +316 -0
- package/v2/util.d.ts +4 -2
- package/web/index.html +1 -1
- 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,33 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/contracts/{contract_id}/bids/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type GetCorporationsCorporationIdContractsContractIdBidsOk =
|
|
10
|
-
GetCorporationsCorporationIdContractsContractIdBids_200Ok[];
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* 200 ok object
|
|
14
|
-
*/
|
|
15
|
-
interface GetCorporationsCorporationIdContractsContractIdBids_200Ok {
|
|
16
|
-
/**
|
|
17
|
-
* The amount bid, in ISK
|
|
18
|
-
*/
|
|
19
|
-
amount: number;
|
|
20
|
-
/**
|
|
21
|
-
* Unique ID for the bid
|
|
22
|
-
*/
|
|
23
|
-
bid_id: number;
|
|
24
|
-
/**
|
|
25
|
-
* Character ID of the bidder
|
|
26
|
-
*/
|
|
27
|
-
bidder_id: number;
|
|
28
|
-
/**
|
|
29
|
-
* Datetime when the bid was placed
|
|
30
|
-
*/
|
|
31
|
-
date_bid: string;
|
|
32
|
-
[k: string]: unknown | undefined;
|
|
33
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/contracts/{contract_id}/items/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 5000
|
|
8
|
-
*/
|
|
9
|
-
type GetCorporationsCorporationIdContractsContractIdItemsOk =
|
|
10
|
-
GetCorporationsCorporationIdContractsContractIdItems_200Ok[];
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* 200 ok object
|
|
14
|
-
*/
|
|
15
|
-
interface GetCorporationsCorporationIdContractsContractIdItems_200Ok {
|
|
16
|
-
/**
|
|
17
|
-
* true if the contract issuer has submitted this item with the contract, false if the isser is asking for this item in the contract
|
|
18
|
-
*/
|
|
19
|
-
is_included: boolean;
|
|
20
|
-
/**
|
|
21
|
-
* is_singleton boolean
|
|
22
|
-
*/
|
|
23
|
-
is_singleton: boolean;
|
|
24
|
-
/**
|
|
25
|
-
* Number of items in the stack
|
|
26
|
-
*/
|
|
27
|
-
quantity: number;
|
|
28
|
-
/**
|
|
29
|
-
* -1 indicates that the item is a singleton (non-stackable). If the item happens to be a Blueprint, -1 is an Original and -2 is a Blueprint Copy
|
|
30
|
-
*/
|
|
31
|
-
raw_quantity?: number;
|
|
32
|
-
/**
|
|
33
|
-
* Unique ID for the item
|
|
34
|
-
*/
|
|
35
|
-
record_id: number;
|
|
36
|
-
type_id: number;
|
|
37
|
-
[k: string]: unknown | undefined;
|
|
38
|
-
}
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/contracts/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* To whom the contract is available
|
|
6
|
-
*/
|
|
7
|
-
type GetCorporationsCorporationIdContractsAvailability = "public" | "personal" | "corporation" | "alliance";
|
|
8
|
-
/**
|
|
9
|
-
* Status of the the contract
|
|
10
|
-
*/
|
|
11
|
-
type GetCorporationsCorporationIdContractsStatus =
|
|
12
|
-
| "outstanding"
|
|
13
|
-
| "in_progress"
|
|
14
|
-
| "finished_issuer"
|
|
15
|
-
| "finished_contractor"
|
|
16
|
-
| "finished"
|
|
17
|
-
| "cancelled"
|
|
18
|
-
| "rejected"
|
|
19
|
-
| "failed"
|
|
20
|
-
| "deleted"
|
|
21
|
-
| "reversed";
|
|
22
|
-
/**
|
|
23
|
-
* Type of the contract
|
|
24
|
-
*/
|
|
25
|
-
type GetCorporationsCorporationIdContractsType = "unknown" | "item_exchange" | "auction" | "courier" | "loan";
|
|
26
|
-
/**
|
|
27
|
-
* 200 ok array
|
|
28
|
-
*
|
|
29
|
-
* @maxItems 1000
|
|
30
|
-
*/
|
|
31
|
-
type GetCorporationsCorporationIdContractsOk = GetCorporationsCorporationIdContracts_200Ok[];
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* 200 ok object
|
|
35
|
-
*/
|
|
36
|
-
interface GetCorporationsCorporationIdContracts_200Ok {
|
|
37
|
-
/**
|
|
38
|
-
* Who will accept the contract
|
|
39
|
-
*/
|
|
40
|
-
acceptor_id: number;
|
|
41
|
-
/**
|
|
42
|
-
* ID to whom the contract is assigned, can be corporation or character ID
|
|
43
|
-
*/
|
|
44
|
-
assignee_id: number;
|
|
45
|
-
availability: GetCorporationsCorporationIdContractsAvailability;
|
|
46
|
-
/**
|
|
47
|
-
* Buyout price (for Auctions only)
|
|
48
|
-
*/
|
|
49
|
-
buyout?: number;
|
|
50
|
-
/**
|
|
51
|
-
* Collateral price (for Couriers only)
|
|
52
|
-
*/
|
|
53
|
-
collateral?: number;
|
|
54
|
-
/**
|
|
55
|
-
* contract_id integer
|
|
56
|
-
*/
|
|
57
|
-
contract_id: number;
|
|
58
|
-
/**
|
|
59
|
-
* Date of confirmation of contract
|
|
60
|
-
*/
|
|
61
|
-
date_accepted?: string;
|
|
62
|
-
/**
|
|
63
|
-
* Date of completed of contract
|
|
64
|
-
*/
|
|
65
|
-
date_completed?: string;
|
|
66
|
-
/**
|
|
67
|
-
* Expiration date of the contract
|
|
68
|
-
*/
|
|
69
|
-
date_expired: string;
|
|
70
|
-
/**
|
|
71
|
-
* Сreation date of the contract
|
|
72
|
-
*/
|
|
73
|
-
date_issued: string;
|
|
74
|
-
/**
|
|
75
|
-
* Number of days to perform the contract
|
|
76
|
-
*/
|
|
77
|
-
days_to_complete?: number;
|
|
78
|
-
/**
|
|
79
|
-
* End location ID (for Couriers contract)
|
|
80
|
-
*/
|
|
81
|
-
end_location_id?: number;
|
|
82
|
-
/**
|
|
83
|
-
* true if the contract was issued on behalf of the issuer's corporation
|
|
84
|
-
*/
|
|
85
|
-
for_corporation: boolean;
|
|
86
|
-
/**
|
|
87
|
-
* Character's corporation ID for the issuer
|
|
88
|
-
*/
|
|
89
|
-
issuer_corporation_id: number;
|
|
90
|
-
/**
|
|
91
|
-
* Character ID for the issuer
|
|
92
|
-
*/
|
|
93
|
-
issuer_id: number;
|
|
94
|
-
/**
|
|
95
|
-
* Price of contract (for ItemsExchange and Auctions)
|
|
96
|
-
*/
|
|
97
|
-
price?: number;
|
|
98
|
-
/**
|
|
99
|
-
* Remuneration for contract (for Couriers only)
|
|
100
|
-
*/
|
|
101
|
-
reward?: number;
|
|
102
|
-
/**
|
|
103
|
-
* Start location ID (for Couriers contract)
|
|
104
|
-
*/
|
|
105
|
-
start_location_id?: number;
|
|
106
|
-
status: GetCorporationsCorporationIdContractsStatus;
|
|
107
|
-
/**
|
|
108
|
-
* Title of the contract
|
|
109
|
-
*/
|
|
110
|
-
title?: string;
|
|
111
|
-
type: GetCorporationsCorporationIdContractsType;
|
|
112
|
-
/**
|
|
113
|
-
* Volume of items in the contract
|
|
114
|
-
*/
|
|
115
|
-
volume?: number;
|
|
116
|
-
[k: string]: unknown | undefined;
|
|
117
|
-
}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/customs_offices/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Access is allowed only for entities with this level of standing or better
|
|
6
|
-
*/
|
|
7
|
-
type GetCorporationsCorporationIdCustomsOfficesStandingLevel =
|
|
8
|
-
| "bad"
|
|
9
|
-
| "excellent"
|
|
10
|
-
| "good"
|
|
11
|
-
| "neutral"
|
|
12
|
-
| "terrible";
|
|
13
|
-
/**
|
|
14
|
-
* 200 ok array
|
|
15
|
-
*
|
|
16
|
-
* @maxItems 1000
|
|
17
|
-
*/
|
|
18
|
-
type GetCorporationsCorporationIdCustomsOfficesOk = GetCorporationsCorporationIdCustomsOffices_200Ok[];
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* 200 ok object
|
|
22
|
-
*/
|
|
23
|
-
interface GetCorporationsCorporationIdCustomsOffices_200Ok {
|
|
24
|
-
/**
|
|
25
|
-
* Only present if alliance access is allowed
|
|
26
|
-
*/
|
|
27
|
-
alliance_tax_rate?: number;
|
|
28
|
-
/**
|
|
29
|
-
* standing_level and any standing related tax rate only present when this is true
|
|
30
|
-
*/
|
|
31
|
-
allow_access_with_standings: boolean;
|
|
32
|
-
/**
|
|
33
|
-
* allow_alliance_access boolean
|
|
34
|
-
*/
|
|
35
|
-
allow_alliance_access: boolean;
|
|
36
|
-
/**
|
|
37
|
-
* bad_standing_tax_rate number
|
|
38
|
-
*/
|
|
39
|
-
bad_standing_tax_rate?: number;
|
|
40
|
-
/**
|
|
41
|
-
* corporation_tax_rate number
|
|
42
|
-
*/
|
|
43
|
-
corporation_tax_rate?: number;
|
|
44
|
-
/**
|
|
45
|
-
* Tax rate for entities with excellent level of standing, only present if this level is allowed, same for all other standing related tax rates
|
|
46
|
-
*/
|
|
47
|
-
excellent_standing_tax_rate?: number;
|
|
48
|
-
/**
|
|
49
|
-
* good_standing_tax_rate number
|
|
50
|
-
*/
|
|
51
|
-
good_standing_tax_rate?: number;
|
|
52
|
-
/**
|
|
53
|
-
* neutral_standing_tax_rate number
|
|
54
|
-
*/
|
|
55
|
-
neutral_standing_tax_rate?: number;
|
|
56
|
-
/**
|
|
57
|
-
* unique ID of this customs office
|
|
58
|
-
*/
|
|
59
|
-
office_id: number;
|
|
60
|
-
/**
|
|
61
|
-
* reinforce_exit_end integer
|
|
62
|
-
*/
|
|
63
|
-
reinforce_exit_end: number;
|
|
64
|
-
/**
|
|
65
|
-
* Together with reinforce_exit_end, marks a 2-hour period where this customs office could exit reinforcement mode during the day after initial attack
|
|
66
|
-
*/
|
|
67
|
-
reinforce_exit_start: number;
|
|
68
|
-
standing_level?: GetCorporationsCorporationIdCustomsOfficesStandingLevel;
|
|
69
|
-
/**
|
|
70
|
-
* ID of the solar system this customs office is located in
|
|
71
|
-
*/
|
|
72
|
-
system_id: number;
|
|
73
|
-
/**
|
|
74
|
-
* terrible_standing_tax_rate number
|
|
75
|
-
*/
|
|
76
|
-
terrible_standing_tax_rate?: number;
|
|
77
|
-
[k: string]: unknown | undefined;
|
|
78
|
-
}
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/divisions/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* hangar array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 7
|
|
8
|
-
*/
|
|
9
|
-
type GetCorporationsCorporationIdDivisionsHangar =
|
|
10
|
-
| []
|
|
11
|
-
| [GetCorporationsCorporationIdDivisionsHangarHangar]
|
|
12
|
-
| [GetCorporationsCorporationIdDivisionsHangarHangar, GetCorporationsCorporationIdDivisionsHangarHangar]
|
|
13
|
-
| [
|
|
14
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
15
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
16
|
-
GetCorporationsCorporationIdDivisionsHangarHangar
|
|
17
|
-
]
|
|
18
|
-
| [
|
|
19
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
20
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
21
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
22
|
-
GetCorporationsCorporationIdDivisionsHangarHangar
|
|
23
|
-
]
|
|
24
|
-
| [
|
|
25
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
26
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
27
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
28
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
29
|
-
GetCorporationsCorporationIdDivisionsHangarHangar
|
|
30
|
-
]
|
|
31
|
-
| [
|
|
32
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
33
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
34
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
35
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
36
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
37
|
-
GetCorporationsCorporationIdDivisionsHangarHangar
|
|
38
|
-
]
|
|
39
|
-
| [
|
|
40
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
41
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
42
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
43
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
44
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
45
|
-
GetCorporationsCorporationIdDivisionsHangarHangar,
|
|
46
|
-
GetCorporationsCorporationIdDivisionsHangarHangar
|
|
47
|
-
];
|
|
48
|
-
/**
|
|
49
|
-
* wallet array
|
|
50
|
-
*
|
|
51
|
-
* @maxItems 7
|
|
52
|
-
*/
|
|
53
|
-
type GetCorporationsCorporationIdDivisionsWallet =
|
|
54
|
-
| []
|
|
55
|
-
| [GetCorporationsCorporationIdDivisionsWalletWallet]
|
|
56
|
-
| [GetCorporationsCorporationIdDivisionsWalletWallet, GetCorporationsCorporationIdDivisionsWalletWallet]
|
|
57
|
-
| [
|
|
58
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
59
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
60
|
-
GetCorporationsCorporationIdDivisionsWalletWallet
|
|
61
|
-
]
|
|
62
|
-
| [
|
|
63
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
64
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
65
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
66
|
-
GetCorporationsCorporationIdDivisionsWalletWallet
|
|
67
|
-
]
|
|
68
|
-
| [
|
|
69
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
70
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
71
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
72
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
73
|
-
GetCorporationsCorporationIdDivisionsWalletWallet
|
|
74
|
-
]
|
|
75
|
-
| [
|
|
76
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
77
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
78
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
79
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
80
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
81
|
-
GetCorporationsCorporationIdDivisionsWalletWallet
|
|
82
|
-
]
|
|
83
|
-
| [
|
|
84
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
85
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
86
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
87
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
88
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
89
|
-
GetCorporationsCorporationIdDivisionsWalletWallet,
|
|
90
|
-
GetCorporationsCorporationIdDivisionsWalletWallet
|
|
91
|
-
];
|
|
92
|
-
|
|
93
|
-
/**
|
|
94
|
-
* 200 ok object
|
|
95
|
-
*/
|
|
96
|
-
interface GetCorporationsCorporationIdDivisionsOk {
|
|
97
|
-
hangar?: GetCorporationsCorporationIdDivisionsHangar;
|
|
98
|
-
wallet?: GetCorporationsCorporationIdDivisionsWallet;
|
|
99
|
-
[k: string]: unknown | undefined;
|
|
100
|
-
}
|
|
101
|
-
/**
|
|
102
|
-
* hangar object
|
|
103
|
-
*/
|
|
104
|
-
interface GetCorporationsCorporationIdDivisionsHangarHangar {
|
|
105
|
-
/**
|
|
106
|
-
* division integer
|
|
107
|
-
*/
|
|
108
|
-
division?: number;
|
|
109
|
-
/**
|
|
110
|
-
* name string
|
|
111
|
-
*/
|
|
112
|
-
name?: string;
|
|
113
|
-
[k: string]: unknown | undefined;
|
|
114
|
-
}
|
|
115
|
-
/**
|
|
116
|
-
* wallet object
|
|
117
|
-
*/
|
|
118
|
-
interface GetCorporationsCorporationIdDivisionsWalletWallet {
|
|
119
|
-
/**
|
|
120
|
-
* division integer
|
|
121
|
-
*/
|
|
122
|
-
division?: number;
|
|
123
|
-
/**
|
|
124
|
-
* name string
|
|
125
|
-
*/
|
|
126
|
-
name?: string;
|
|
127
|
-
[k: string]: unknown | undefined;
|
|
128
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/facilities/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type GetCorporationsCorporationIdFacilitiesOk = GetCorporationsCorporationIdFacilities_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetCorporationsCorporationIdFacilities_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* facility_id integer
|
|
17
|
-
*/
|
|
18
|
-
facility_id: number;
|
|
19
|
-
/**
|
|
20
|
-
* system_id integer
|
|
21
|
-
*/
|
|
22
|
-
system_id: number;
|
|
23
|
-
type_id: number;
|
|
24
|
-
[k: string]: unknown | undefined;
|
|
25
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/fw/stats/
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* 200 ok object
|
|
7
|
-
*/
|
|
8
|
-
interface GetCorporationsCorporationIdFwStatsOk {
|
|
9
|
-
/**
|
|
10
|
-
* The enlistment date of the given corporation into faction warfare. Will not be included if corporation is not enlisted in faction warfare
|
|
11
|
-
*/
|
|
12
|
-
enlisted_on?: string;
|
|
13
|
-
/**
|
|
14
|
-
* The faction the given corporation is enlisted to fight for. Will not be included if corporation is not enlisted in faction warfare
|
|
15
|
-
*/
|
|
16
|
-
faction_id?: number;
|
|
17
|
-
kills: GetCorporationsCorporationIdFwStatsKills;
|
|
18
|
-
/**
|
|
19
|
-
* How many pilots the enlisted corporation has. Will not be included if corporation is not enlisted in faction warfare
|
|
20
|
-
*/
|
|
21
|
-
pilots?: number;
|
|
22
|
-
victory_points: GetCorporationsCorporationIdFwStatsVictoryPoints;
|
|
23
|
-
[k: string]: unknown | undefined;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Summary of kills done by the given corporation against enemy factions
|
|
27
|
-
*/
|
|
28
|
-
interface GetCorporationsCorporationIdFwStatsKills {
|
|
29
|
-
/**
|
|
30
|
-
* Last week's total number of kills by members of the given corporation against enemy factions
|
|
31
|
-
*/
|
|
32
|
-
last_week: number;
|
|
33
|
-
/**
|
|
34
|
-
* Total number of kills by members of the given corporation against enemy factions since the corporation enlisted
|
|
35
|
-
*/
|
|
36
|
-
total: number;
|
|
37
|
-
/**
|
|
38
|
-
* Yesterday's total number of kills by members of the given corporation against enemy factions
|
|
39
|
-
*/
|
|
40
|
-
yesterday: number;
|
|
41
|
-
[k: string]: unknown | undefined;
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Summary of victory points gained by the given corporation for the enlisted faction
|
|
45
|
-
*/
|
|
46
|
-
interface GetCorporationsCorporationIdFwStatsVictoryPoints {
|
|
47
|
-
/**
|
|
48
|
-
* Last week's victory points gained by members of the given corporation
|
|
49
|
-
*/
|
|
50
|
-
last_week: number;
|
|
51
|
-
/**
|
|
52
|
-
* Total victory points gained since the given corporation enlisted
|
|
53
|
-
*/
|
|
54
|
-
total: number;
|
|
55
|
-
/**
|
|
56
|
-
* Yesterday's victory points gained by members of the given corporation
|
|
57
|
-
*/
|
|
58
|
-
yesterday: number;
|
|
59
|
-
[k: string]: unknown | undefined;
|
|
60
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/icons/
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* 200 ok object
|
|
7
|
-
*/
|
|
8
|
-
interface GetCorporationsCorporationIdIconsOk {
|
|
9
|
-
/**
|
|
10
|
-
* px128x128 string
|
|
11
|
-
*/
|
|
12
|
-
px128x128?: string;
|
|
13
|
-
/**
|
|
14
|
-
* px256x256 string
|
|
15
|
-
*/
|
|
16
|
-
px256x256?: string;
|
|
17
|
-
/**
|
|
18
|
-
* px64x64 string
|
|
19
|
-
*/
|
|
20
|
-
px64x64?: string;
|
|
21
|
-
[k: string]: unknown | undefined;
|
|
22
|
-
}
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/industry/jobs/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* status string
|
|
6
|
-
*/
|
|
7
|
-
type GetCorporationsCorporationIdIndustryJobsStatus =
|
|
8
|
-
| "active"
|
|
9
|
-
| "cancelled"
|
|
10
|
-
| "delivered"
|
|
11
|
-
| "paused"
|
|
12
|
-
| "ready"
|
|
13
|
-
| "reverted";
|
|
14
|
-
/**
|
|
15
|
-
* 200 ok array
|
|
16
|
-
*
|
|
17
|
-
* @maxItems 1000
|
|
18
|
-
*/
|
|
19
|
-
type GetCorporationsCorporationIdIndustryJobsOk = GetCorporationsCorporationIdIndustryJobs_200Ok[];
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* 200 ok object
|
|
23
|
-
*/
|
|
24
|
-
interface GetCorporationsCorporationIdIndustryJobs_200Ok {
|
|
25
|
-
/**
|
|
26
|
-
* Job activity ID
|
|
27
|
-
*/
|
|
28
|
-
activity_id: number;
|
|
29
|
-
/**
|
|
30
|
-
* blueprint_id integer
|
|
31
|
-
*/
|
|
32
|
-
blueprint_id: number;
|
|
33
|
-
/**
|
|
34
|
-
* Location ID of the location from which the blueprint was installed. Normally a station ID, but can also be an asset (e.g. container) or corporation facility
|
|
35
|
-
*/
|
|
36
|
-
blueprint_location_id: number;
|
|
37
|
-
blueprint_type_id: number;
|
|
38
|
-
/**
|
|
39
|
-
* ID of the character which completed this job
|
|
40
|
-
*/
|
|
41
|
-
completed_character_id?: number;
|
|
42
|
-
/**
|
|
43
|
-
* Date and time when this job was completed
|
|
44
|
-
*/
|
|
45
|
-
completed_date?: string;
|
|
46
|
-
/**
|
|
47
|
-
* The sume of job installation fee and industry facility tax
|
|
48
|
-
*/
|
|
49
|
-
cost?: number;
|
|
50
|
-
/**
|
|
51
|
-
* Job duration in seconds
|
|
52
|
-
*/
|
|
53
|
-
duration: number;
|
|
54
|
-
/**
|
|
55
|
-
* Date and time when this job finished
|
|
56
|
-
*/
|
|
57
|
-
end_date: string;
|
|
58
|
-
/**
|
|
59
|
-
* ID of the facility where this job is running
|
|
60
|
-
*/
|
|
61
|
-
facility_id: number;
|
|
62
|
-
/**
|
|
63
|
-
* ID of the character which installed this job
|
|
64
|
-
*/
|
|
65
|
-
installer_id: number;
|
|
66
|
-
/**
|
|
67
|
-
* Unique job ID
|
|
68
|
-
*/
|
|
69
|
-
job_id: number;
|
|
70
|
-
/**
|
|
71
|
-
* Number of runs blueprint is licensed for
|
|
72
|
-
*/
|
|
73
|
-
licensed_runs?: number;
|
|
74
|
-
/**
|
|
75
|
-
* ID of the location for the industry facility
|
|
76
|
-
*/
|
|
77
|
-
location_id: number;
|
|
78
|
-
/**
|
|
79
|
-
* Location ID of the location to which the output of the job will be delivered. Normally a station ID, but can also be a corporation facility
|
|
80
|
-
*/
|
|
81
|
-
output_location_id: number;
|
|
82
|
-
/**
|
|
83
|
-
* Date and time when this job was paused (i.e. time when the facility where this job was installed went offline)
|
|
84
|
-
*/
|
|
85
|
-
pause_date?: string;
|
|
86
|
-
/**
|
|
87
|
-
* Chance of success for invention
|
|
88
|
-
*/
|
|
89
|
-
probability?: number;
|
|
90
|
-
product_type_id?: number;
|
|
91
|
-
/**
|
|
92
|
-
* Number of runs for a manufacturing job, or number of copies to make for a blueprint copy
|
|
93
|
-
*/
|
|
94
|
-
runs: number;
|
|
95
|
-
/**
|
|
96
|
-
* Date and time when this job started
|
|
97
|
-
*/
|
|
98
|
-
start_date: string;
|
|
99
|
-
status: GetCorporationsCorporationIdIndustryJobsStatus;
|
|
100
|
-
/**
|
|
101
|
-
* Number of successful runs for this job. Equal to runs unless this is an invention job
|
|
102
|
-
*/
|
|
103
|
-
successful_runs?: number;
|
|
104
|
-
[k: string]: unknown | undefined;
|
|
105
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/killmails/recent/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type GetCorporationsCorporationIdKillmailsRecentOk = GetCorporationsCorporationIdKillmailsRecent_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetCorporationsCorporationIdKillmailsRecent_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* A hash of this killmail
|
|
17
|
-
*/
|
|
18
|
-
killmail_hash: string;
|
|
19
|
-
/**
|
|
20
|
-
* ID of this killmail
|
|
21
|
-
*/
|
|
22
|
-
killmail_id: number;
|
|
23
|
-
[k: string]: unknown | undefined;
|
|
24
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/medals/issued/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* status string
|
|
6
|
-
*/
|
|
7
|
-
type GetCorporationsCorporationIdMedalsIssuedStatus = "private" | "public";
|
|
8
|
-
/**
|
|
9
|
-
* 200 ok array
|
|
10
|
-
*
|
|
11
|
-
* @maxItems 1000
|
|
12
|
-
*/
|
|
13
|
-
type GetCorporationsCorporationIdMedalsIssuedOk = GetCorporationsCorporationIdMedalsIssued_200Ok[];
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* 200 ok object
|
|
17
|
-
*/
|
|
18
|
-
interface GetCorporationsCorporationIdMedalsIssued_200Ok {
|
|
19
|
-
/**
|
|
20
|
-
* ID of the character who was rewarded this medal
|
|
21
|
-
*/
|
|
22
|
-
character_id: number;
|
|
23
|
-
/**
|
|
24
|
-
* issued_at string
|
|
25
|
-
*/
|
|
26
|
-
issued_at: string;
|
|
27
|
-
/**
|
|
28
|
-
* ID of the character who issued the medal
|
|
29
|
-
*/
|
|
30
|
-
issuer_id: number;
|
|
31
|
-
/**
|
|
32
|
-
* medal_id integer
|
|
33
|
-
*/
|
|
34
|
-
medal_id: number;
|
|
35
|
-
/**
|
|
36
|
-
* reason string
|
|
37
|
-
*/
|
|
38
|
-
reason: string;
|
|
39
|
-
status: GetCorporationsCorporationIdMedalsIssuedStatus;
|
|
40
|
-
[k: string]: unknown | undefined;
|
|
41
|
-
}
|