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,24 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/alliances/{alliance_id}/contacts/labels/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 64
|
|
8
|
-
*/
|
|
9
|
-
type GetAlliancesAllianceIdContactsLabelsOk = GetAlliancesAllianceIdContactsLabels_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetAlliancesAllianceIdContactsLabels_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* label_id integer
|
|
17
|
-
*/
|
|
18
|
-
label_id: number;
|
|
19
|
-
/**
|
|
20
|
-
* label_name string
|
|
21
|
-
*/
|
|
22
|
-
label_name: string;
|
|
23
|
-
[k: string]: unknown | undefined;
|
|
24
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/alliances/{alliance_id}/contacts/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* contact_type string
|
|
6
|
-
*/
|
|
7
|
-
type GetAlliancesAllianceIdContactsContactType = "character" | "corporation" | "alliance" | "faction";
|
|
8
|
-
/**
|
|
9
|
-
* 200 ok array
|
|
10
|
-
*
|
|
11
|
-
* @maxItems 1000
|
|
12
|
-
*/
|
|
13
|
-
type GetAlliancesAllianceIdContactsOk = GetAlliancesAllianceIdContacts_200Ok[];
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* 200 ok object
|
|
17
|
-
*/
|
|
18
|
-
interface GetAlliancesAllianceIdContacts_200Ok {
|
|
19
|
-
/**
|
|
20
|
-
* contact_id integer
|
|
21
|
-
*/
|
|
22
|
-
contact_id: number;
|
|
23
|
-
contact_type: GetAlliancesAllianceIdContactsContactType;
|
|
24
|
-
/**
|
|
25
|
-
* label_ids array
|
|
26
|
-
*
|
|
27
|
-
* @maxItems 63
|
|
28
|
-
*/
|
|
29
|
-
label_ids?: number[];
|
|
30
|
-
/**
|
|
31
|
-
* Standing of the contact
|
|
32
|
-
*/
|
|
33
|
-
standing: number;
|
|
34
|
-
[k: string]: unknown | undefined;
|
|
35
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/alliances/{alliance_id}/icons/
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* 200 ok object
|
|
7
|
-
*/
|
|
8
|
-
interface GetAlliancesAllianceIdIconsOk {
|
|
9
|
-
/**
|
|
10
|
-
* px128x128 string
|
|
11
|
-
*/
|
|
12
|
-
px128x128?: string;
|
|
13
|
-
/**
|
|
14
|
-
* px64x64 string
|
|
15
|
-
*/
|
|
16
|
-
px64x64?: string;
|
|
17
|
-
[k: string]: unknown | undefined;
|
|
18
|
-
}
|
package/v2/get_alliances_ok.d.ts
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/characters/{character_id}/agents_research/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 1000
|
|
8
|
-
*/
|
|
9
|
-
type GetCharactersCharacterIdAgentsResearchOk = GetCharactersCharacterIdAgentsResearch_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetCharactersCharacterIdAgentsResearch_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* agent_id integer
|
|
17
|
-
*/
|
|
18
|
-
agent_id: number;
|
|
19
|
-
/**
|
|
20
|
-
* points_per_day number
|
|
21
|
-
*/
|
|
22
|
-
points_per_day: number;
|
|
23
|
-
/**
|
|
24
|
-
* remainder_points number
|
|
25
|
-
*/
|
|
26
|
-
remainder_points: number;
|
|
27
|
-
skill_type_id: number;
|
|
28
|
-
/**
|
|
29
|
-
* started_at string
|
|
30
|
-
*/
|
|
31
|
-
started_at: string;
|
|
32
|
-
[k: string]: unknown | undefined;
|
|
33
|
-
}
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/characters/{character_id}/assets/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* location_flag string
|
|
6
|
-
*/
|
|
7
|
-
type GetCharactersCharacterIdAssetsLocationFlag =
|
|
8
|
-
| "AssetSafety"
|
|
9
|
-
| "AutoFit"
|
|
10
|
-
| "BoosterBay"
|
|
11
|
-
| "Cargo"
|
|
12
|
-
| "CorporationGoalDeliveries"
|
|
13
|
-
| "CorpseBay"
|
|
14
|
-
| "Deliveries"
|
|
15
|
-
| "DroneBay"
|
|
16
|
-
| "FighterBay"
|
|
17
|
-
| "FighterTube0"
|
|
18
|
-
| "FighterTube1"
|
|
19
|
-
| "FighterTube2"
|
|
20
|
-
| "FighterTube3"
|
|
21
|
-
| "FighterTube4"
|
|
22
|
-
| "FleetHangar"
|
|
23
|
-
| "FrigateEscapeBay"
|
|
24
|
-
| "Hangar"
|
|
25
|
-
| "HangarAll"
|
|
26
|
-
| "HiSlot0"
|
|
27
|
-
| "HiSlot1"
|
|
28
|
-
| "HiSlot2"
|
|
29
|
-
| "HiSlot3"
|
|
30
|
-
| "HiSlot4"
|
|
31
|
-
| "HiSlot5"
|
|
32
|
-
| "HiSlot6"
|
|
33
|
-
| "HiSlot7"
|
|
34
|
-
| "HiddenModifiers"
|
|
35
|
-
| "Implant"
|
|
36
|
-
| "InfrastructureHangar"
|
|
37
|
-
| "LoSlot0"
|
|
38
|
-
| "LoSlot1"
|
|
39
|
-
| "LoSlot2"
|
|
40
|
-
| "LoSlot3"
|
|
41
|
-
| "LoSlot4"
|
|
42
|
-
| "LoSlot5"
|
|
43
|
-
| "LoSlot6"
|
|
44
|
-
| "LoSlot7"
|
|
45
|
-
| "Locked"
|
|
46
|
-
| "MedSlot0"
|
|
47
|
-
| "MedSlot1"
|
|
48
|
-
| "MedSlot2"
|
|
49
|
-
| "MedSlot3"
|
|
50
|
-
| "MedSlot4"
|
|
51
|
-
| "MedSlot5"
|
|
52
|
-
| "MedSlot6"
|
|
53
|
-
| "MedSlot7"
|
|
54
|
-
| "MobileDepotHold"
|
|
55
|
-
| "MoonMaterialBay"
|
|
56
|
-
| "QuafeBay"
|
|
57
|
-
| "RigSlot0"
|
|
58
|
-
| "RigSlot1"
|
|
59
|
-
| "RigSlot2"
|
|
60
|
-
| "RigSlot3"
|
|
61
|
-
| "RigSlot4"
|
|
62
|
-
| "RigSlot5"
|
|
63
|
-
| "RigSlot6"
|
|
64
|
-
| "RigSlot7"
|
|
65
|
-
| "ShipHangar"
|
|
66
|
-
| "Skill"
|
|
67
|
-
| "SpecializedAmmoHold"
|
|
68
|
-
| "SpecializedAsteroidHold"
|
|
69
|
-
| "SpecializedCommandCenterHold"
|
|
70
|
-
| "SpecializedFuelBay"
|
|
71
|
-
| "SpecializedGasHold"
|
|
72
|
-
| "SpecializedIceHold"
|
|
73
|
-
| "SpecializedIndustrialShipHold"
|
|
74
|
-
| "SpecializedLargeShipHold"
|
|
75
|
-
| "SpecializedMaterialBay"
|
|
76
|
-
| "SpecializedMediumShipHold"
|
|
77
|
-
| "SpecializedMineralHold"
|
|
78
|
-
| "SpecializedOreHold"
|
|
79
|
-
| "SpecializedPlanetaryCommoditiesHold"
|
|
80
|
-
| "SpecializedSalvageHold"
|
|
81
|
-
| "SpecializedShipHold"
|
|
82
|
-
| "SpecializedSmallShipHold"
|
|
83
|
-
| "StructureDeedBay"
|
|
84
|
-
| "SubSystemBay"
|
|
85
|
-
| "SubSystemSlot0"
|
|
86
|
-
| "SubSystemSlot1"
|
|
87
|
-
| "SubSystemSlot2"
|
|
88
|
-
| "SubSystemSlot3"
|
|
89
|
-
| "SubSystemSlot4"
|
|
90
|
-
| "SubSystemSlot5"
|
|
91
|
-
| "SubSystemSlot6"
|
|
92
|
-
| "SubSystemSlot7"
|
|
93
|
-
| "Unlocked"
|
|
94
|
-
| "Wardrobe";
|
|
95
|
-
/**
|
|
96
|
-
* location_type string
|
|
97
|
-
*/
|
|
98
|
-
type GetCharactersCharacterIdAssetsLocationType = "station" | "solar_system" | "item" | "other";
|
|
99
|
-
/**
|
|
100
|
-
* 200 ok array
|
|
101
|
-
*
|
|
102
|
-
* @maxItems 1000
|
|
103
|
-
*/
|
|
104
|
-
type GetCharactersCharacterIdAssetsOk = GetCharactersCharacterIdAssets_200Ok[];
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* 200 ok object
|
|
108
|
-
*/
|
|
109
|
-
interface GetCharactersCharacterIdAssets_200Ok {
|
|
110
|
-
/**
|
|
111
|
-
* is_blueprint_copy boolean
|
|
112
|
-
*/
|
|
113
|
-
is_blueprint_copy?: boolean;
|
|
114
|
-
/**
|
|
115
|
-
* is_singleton boolean
|
|
116
|
-
*/
|
|
117
|
-
is_singleton: boolean;
|
|
118
|
-
/**
|
|
119
|
-
* item_id integer
|
|
120
|
-
*/
|
|
121
|
-
item_id: number;
|
|
122
|
-
location_flag: GetCharactersCharacterIdAssetsLocationFlag;
|
|
123
|
-
/**
|
|
124
|
-
* location_id integer
|
|
125
|
-
*/
|
|
126
|
-
location_id: number;
|
|
127
|
-
location_type: GetCharactersCharacterIdAssetsLocationType;
|
|
128
|
-
/**
|
|
129
|
-
* quantity integer
|
|
130
|
-
*/
|
|
131
|
-
quantity: number;
|
|
132
|
-
type_id: number;
|
|
133
|
-
[k: string]: unknown | undefined;
|
|
134
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/characters/{character_id}/attributes/
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* 200 ok object
|
|
7
|
-
*/
|
|
8
|
-
interface GetCharactersCharacterIdAttributesOk {
|
|
9
|
-
/**
|
|
10
|
-
* Neural remapping cooldown after a character uses remap accrued over time
|
|
11
|
-
*/
|
|
12
|
-
accrued_remap_cooldown_date?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Number of available bonus character neural remaps
|
|
15
|
-
*/
|
|
16
|
-
bonus_remaps?: number;
|
|
17
|
-
/**
|
|
18
|
-
* charisma integer
|
|
19
|
-
*/
|
|
20
|
-
charisma: number;
|
|
21
|
-
/**
|
|
22
|
-
* intelligence integer
|
|
23
|
-
*/
|
|
24
|
-
intelligence: number;
|
|
25
|
-
/**
|
|
26
|
-
* Datetime of last neural remap, including usage of bonus remaps
|
|
27
|
-
*/
|
|
28
|
-
last_remap_date?: string;
|
|
29
|
-
/**
|
|
30
|
-
* memory integer
|
|
31
|
-
*/
|
|
32
|
-
memory: number;
|
|
33
|
-
/**
|
|
34
|
-
* perception integer
|
|
35
|
-
*/
|
|
36
|
-
perception: number;
|
|
37
|
-
/**
|
|
38
|
-
* willpower integer
|
|
39
|
-
*/
|
|
40
|
-
willpower: number;
|
|
41
|
-
[k: string]: unknown | undefined;
|
|
42
|
-
}
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/characters/{character_id}/blueprints/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Type of the location_id
|
|
6
|
-
*/
|
|
7
|
-
type GetCharactersCharacterIdBlueprintsLocationFlag =
|
|
8
|
-
| "AutoFit"
|
|
9
|
-
| "Cargo"
|
|
10
|
-
| "CorpseBay"
|
|
11
|
-
| "DroneBay"
|
|
12
|
-
| "FleetHangar"
|
|
13
|
-
| "Deliveries"
|
|
14
|
-
| "HiddenModifiers"
|
|
15
|
-
| "Hangar"
|
|
16
|
-
| "HangarAll"
|
|
17
|
-
| "LoSlot0"
|
|
18
|
-
| "LoSlot1"
|
|
19
|
-
| "LoSlot2"
|
|
20
|
-
| "LoSlot3"
|
|
21
|
-
| "LoSlot4"
|
|
22
|
-
| "LoSlot5"
|
|
23
|
-
| "LoSlot6"
|
|
24
|
-
| "LoSlot7"
|
|
25
|
-
| "MedSlot0"
|
|
26
|
-
| "MedSlot1"
|
|
27
|
-
| "MedSlot2"
|
|
28
|
-
| "MedSlot3"
|
|
29
|
-
| "MedSlot4"
|
|
30
|
-
| "MedSlot5"
|
|
31
|
-
| "MedSlot6"
|
|
32
|
-
| "MedSlot7"
|
|
33
|
-
| "HiSlot0"
|
|
34
|
-
| "HiSlot1"
|
|
35
|
-
| "HiSlot2"
|
|
36
|
-
| "HiSlot3"
|
|
37
|
-
| "HiSlot4"
|
|
38
|
-
| "HiSlot5"
|
|
39
|
-
| "HiSlot6"
|
|
40
|
-
| "HiSlot7"
|
|
41
|
-
| "AssetSafety"
|
|
42
|
-
| "Locked"
|
|
43
|
-
| "Unlocked"
|
|
44
|
-
| "Implant"
|
|
45
|
-
| "QuafeBay"
|
|
46
|
-
| "RigSlot0"
|
|
47
|
-
| "RigSlot1"
|
|
48
|
-
| "RigSlot2"
|
|
49
|
-
| "RigSlot3"
|
|
50
|
-
| "RigSlot4"
|
|
51
|
-
| "RigSlot5"
|
|
52
|
-
| "RigSlot6"
|
|
53
|
-
| "RigSlot7"
|
|
54
|
-
| "ShipHangar"
|
|
55
|
-
| "SpecializedFuelBay"
|
|
56
|
-
| "SpecializedOreHold"
|
|
57
|
-
| "SpecializedGasHold"
|
|
58
|
-
| "SpecializedMineralHold"
|
|
59
|
-
| "SpecializedSalvageHold"
|
|
60
|
-
| "SpecializedShipHold"
|
|
61
|
-
| "SpecializedSmallShipHold"
|
|
62
|
-
| "SpecializedMediumShipHold"
|
|
63
|
-
| "SpecializedLargeShipHold"
|
|
64
|
-
| "SpecializedIndustrialShipHold"
|
|
65
|
-
| "SpecializedAmmoHold"
|
|
66
|
-
| "SpecializedCommandCenterHold"
|
|
67
|
-
| "SpecializedPlanetaryCommoditiesHold"
|
|
68
|
-
| "SpecializedMaterialBay"
|
|
69
|
-
| "SubSystemSlot0"
|
|
70
|
-
| "SubSystemSlot1"
|
|
71
|
-
| "SubSystemSlot2"
|
|
72
|
-
| "SubSystemSlot3"
|
|
73
|
-
| "SubSystemSlot4"
|
|
74
|
-
| "SubSystemSlot5"
|
|
75
|
-
| "SubSystemSlot6"
|
|
76
|
-
| "SubSystemSlot7"
|
|
77
|
-
| "FighterBay"
|
|
78
|
-
| "FighterTube0"
|
|
79
|
-
| "FighterTube1"
|
|
80
|
-
| "FighterTube2"
|
|
81
|
-
| "FighterTube3"
|
|
82
|
-
| "FighterTube4"
|
|
83
|
-
| "Module";
|
|
84
|
-
/**
|
|
85
|
-
* 200 ok array
|
|
86
|
-
*
|
|
87
|
-
* @maxItems 1000
|
|
88
|
-
*/
|
|
89
|
-
type GetCharactersCharacterIdBlueprintsOk = GetCharactersCharacterIdBlueprints_200Ok[];
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* 200 ok object
|
|
93
|
-
*/
|
|
94
|
-
interface GetCharactersCharacterIdBlueprints_200Ok {
|
|
95
|
-
/**
|
|
96
|
-
* Unique ID for this item.
|
|
97
|
-
*/
|
|
98
|
-
item_id: number;
|
|
99
|
-
location_flag: GetCharactersCharacterIdBlueprintsLocationFlag;
|
|
100
|
-
/**
|
|
101
|
-
* References a station, a ship or an item_id if this blueprint is located within a container. If the return value is an item_id, then the Character AssetList API must be queried to find the container using the given item_id to determine the correct location of the Blueprint.
|
|
102
|
-
*/
|
|
103
|
-
location_id: number;
|
|
104
|
-
/**
|
|
105
|
-
* Material Efficiency Level of the blueprint.
|
|
106
|
-
*/
|
|
107
|
-
material_efficiency: number;
|
|
108
|
-
/**
|
|
109
|
-
* A range of numbers with a minimum of -2 and no maximum value where -1 is an original and -2 is a copy. It can be a positive integer if it is a stack of blueprint originals fresh from the market (e.g. no activities performed on them yet).
|
|
110
|
-
*/
|
|
111
|
-
quantity: number;
|
|
112
|
-
/**
|
|
113
|
-
* Number of runs remaining if the blueprint is a copy, -1 if it is an original.
|
|
114
|
-
*/
|
|
115
|
-
runs: number;
|
|
116
|
-
/**
|
|
117
|
-
* Time Efficiency Level of the blueprint.
|
|
118
|
-
*/
|
|
119
|
-
time_efficiency: number;
|
|
120
|
-
type_id: number;
|
|
121
|
-
[k: string]: unknown | undefined;
|
|
122
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/characters/{character_id}/calendar/{event_id}/attendees/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* event_response string
|
|
6
|
-
*/
|
|
7
|
-
type GetCharactersCharacterIdCalendarEventIdAttendeesEventResponse =
|
|
8
|
-
| "declined"
|
|
9
|
-
| "not_responded"
|
|
10
|
-
| "accepted"
|
|
11
|
-
| "tentative";
|
|
12
|
-
/**
|
|
13
|
-
* List of attendees for a given event
|
|
14
|
-
*
|
|
15
|
-
* @maxItems 100
|
|
16
|
-
*/
|
|
17
|
-
type GetCharactersCharacterIdCalendarEventIdAttendeesOk =
|
|
18
|
-
GetCharactersCharacterIdCalendarEventIdAttendees_200Ok[];
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* character_id and response of an attendee
|
|
22
|
-
*/
|
|
23
|
-
interface GetCharactersCharacterIdCalendarEventIdAttendees_200Ok {
|
|
24
|
-
/**
|
|
25
|
-
* character_id integer
|
|
26
|
-
*/
|
|
27
|
-
character_id?: number;
|
|
28
|
-
event_response?: GetCharactersCharacterIdCalendarEventIdAttendeesEventResponse;
|
|
29
|
-
[k: string]: unknown | undefined;
|
|
30
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/characters/{character_id}/calendar/{event_id}/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* owner_type string
|
|
6
|
-
*/
|
|
7
|
-
type GetCharactersCharacterIdCalendarEventIdOwnerType =
|
|
8
|
-
| "eve_server"
|
|
9
|
-
| "corporation"
|
|
10
|
-
| "faction"
|
|
11
|
-
| "character"
|
|
12
|
-
| "alliance";
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* Full details of a specific event
|
|
16
|
-
*/
|
|
17
|
-
interface GetCharactersCharacterIdCalendarEventIdOk {
|
|
18
|
-
/**
|
|
19
|
-
* date string
|
|
20
|
-
*/
|
|
21
|
-
date: string;
|
|
22
|
-
/**
|
|
23
|
-
* Length in minutes
|
|
24
|
-
*/
|
|
25
|
-
duration: number;
|
|
26
|
-
/**
|
|
27
|
-
* event_id integer
|
|
28
|
-
*/
|
|
29
|
-
event_id: number;
|
|
30
|
-
/**
|
|
31
|
-
* importance integer
|
|
32
|
-
*/
|
|
33
|
-
importance: number;
|
|
34
|
-
/**
|
|
35
|
-
* owner_id integer
|
|
36
|
-
*/
|
|
37
|
-
owner_id: number;
|
|
38
|
-
/**
|
|
39
|
-
* owner_name string
|
|
40
|
-
*/
|
|
41
|
-
owner_name: string;
|
|
42
|
-
owner_type: GetCharactersCharacterIdCalendarEventIdOwnerType;
|
|
43
|
-
/**
|
|
44
|
-
* response string
|
|
45
|
-
*/
|
|
46
|
-
response: string;
|
|
47
|
-
/**
|
|
48
|
-
* text string
|
|
49
|
-
*/
|
|
50
|
-
text: string;
|
|
51
|
-
/**
|
|
52
|
-
* title string
|
|
53
|
-
*/
|
|
54
|
-
title: string;
|
|
55
|
-
[k: string]: unknown | undefined;
|
|
56
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/characters/{character_id}/calendar/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* event_response string
|
|
6
|
-
*/
|
|
7
|
-
type GetCharactersCharacterIdCalendarEventResponse = "declined" | "not_responded" | "accepted" | "tentative";
|
|
8
|
-
/**
|
|
9
|
-
* Up to 50 events from now or the event you requested
|
|
10
|
-
*
|
|
11
|
-
* @maxItems 50
|
|
12
|
-
*/
|
|
13
|
-
type GetCharactersCharacterIdCalendarOk = GetCharactersCharacterIdCalendar_200Ok[];
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* event
|
|
17
|
-
*/
|
|
18
|
-
interface GetCharactersCharacterIdCalendar_200Ok {
|
|
19
|
-
/**
|
|
20
|
-
* event_date string
|
|
21
|
-
*/
|
|
22
|
-
event_date?: string;
|
|
23
|
-
/**
|
|
24
|
-
* event_id integer
|
|
25
|
-
*/
|
|
26
|
-
event_id?: number;
|
|
27
|
-
event_response?: GetCharactersCharacterIdCalendarEventResponse;
|
|
28
|
-
/**
|
|
29
|
-
* importance integer
|
|
30
|
-
*/
|
|
31
|
-
importance?: number;
|
|
32
|
-
/**
|
|
33
|
-
* title string
|
|
34
|
-
*/
|
|
35
|
-
title?: string;
|
|
36
|
-
[k: string]: unknown | undefined;
|
|
37
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/characters/{character_id}/contacts/labels/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 64
|
|
8
|
-
*/
|
|
9
|
-
type GetCharactersCharacterIdContactsLabelsOk = GetCharactersCharacterIdContactsLabels_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetCharactersCharacterIdContactsLabels_200Ok {
|
|
15
|
-
/**
|
|
16
|
-
* label_id integer
|
|
17
|
-
*/
|
|
18
|
-
label_id: number;
|
|
19
|
-
/**
|
|
20
|
-
* label_name string
|
|
21
|
-
*/
|
|
22
|
-
label_name: string;
|
|
23
|
-
[k: string]: unknown | undefined;
|
|
24
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/characters/{character_id}/contacts/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* contact_type string
|
|
6
|
-
*/
|
|
7
|
-
type GetCharactersCharacterIdContactsContactType = "character" | "corporation" | "alliance" | "faction";
|
|
8
|
-
/**
|
|
9
|
-
* 200 ok array
|
|
10
|
-
*
|
|
11
|
-
* @maxItems 1024
|
|
12
|
-
*/
|
|
13
|
-
type GetCharactersCharacterIdContactsOk = GetCharactersCharacterIdContacts_200Ok[];
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* 200 ok object
|
|
17
|
-
*/
|
|
18
|
-
interface GetCharactersCharacterIdContacts_200Ok {
|
|
19
|
-
/**
|
|
20
|
-
* contact_id integer
|
|
21
|
-
*/
|
|
22
|
-
contact_id: number;
|
|
23
|
-
contact_type: GetCharactersCharacterIdContactsContactType;
|
|
24
|
-
/**
|
|
25
|
-
* Whether this contact is in the blocked list. Note a missing value denotes unknown, not true or false
|
|
26
|
-
*/
|
|
27
|
-
is_blocked?: boolean;
|
|
28
|
-
/**
|
|
29
|
-
* Whether this contact is being watched
|
|
30
|
-
*/
|
|
31
|
-
is_watched?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
* label_ids array
|
|
34
|
-
*
|
|
35
|
-
* @maxItems 63
|
|
36
|
-
*/
|
|
37
|
-
label_ids?: number[];
|
|
38
|
-
/**
|
|
39
|
-
* Standing of the contact
|
|
40
|
-
*/
|
|
41
|
-
standing: number;
|
|
42
|
-
[k: string]: unknown | undefined;
|
|
43
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/characters/{character_id}/contracts/{contract_id}/bids/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 5000
|
|
8
|
-
*/
|
|
9
|
-
type GetCharactersCharacterIdContractsContractIdBidsOk = GetCharactersCharacterIdContractsContractIdBids_200Ok[];
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 200 ok object
|
|
13
|
-
*/
|
|
14
|
-
interface GetCharactersCharacterIdContractsContractIdBids_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
|
-
* Character ID of the bidder
|
|
25
|
-
*/
|
|
26
|
-
bidder_id: number;
|
|
27
|
-
/**
|
|
28
|
-
* Datetime when the bid was placed
|
|
29
|
-
*/
|
|
30
|
-
date_bid: string;
|
|
31
|
-
[k: string]: unknown | undefined;
|
|
32
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/characters/{character_id}/contracts/{contract_id}/items/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 200 ok array
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 5000
|
|
8
|
-
*/
|
|
9
|
-
type GetCharactersCharacterIdContractsContractIdItemsOk =
|
|
10
|
-
GetCharactersCharacterIdContractsContractIdItems_200Ok[];
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* 200 ok object
|
|
14
|
-
*/
|
|
15
|
-
interface GetCharactersCharacterIdContractsContractIdItems_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
|
-
}
|