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,3 +1,8 @@
|
|
|
1
|
+
// Generated by scripts/lib/code-synthesizer.mjs
|
|
2
|
+
|
|
3
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
4
|
+
// @method {get}
|
|
5
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
1
6
|
/*!
|
|
2
7
|
* ESI endpoint: get:/characters/{character_id}/clones/
|
|
3
8
|
*/
|
|
@@ -68,3 +73,13 @@ interface GetCharactersCharacterIdClonesJumpClone {
|
|
|
68
73
|
name?: string;
|
|
69
74
|
[k: string]: unknown | undefined;
|
|
70
75
|
}
|
|
76
|
+
|
|
77
|
+
/*!
|
|
78
|
+
* ESI endpoint: get:/characters/{character_id}/implants/
|
|
79
|
+
*/
|
|
80
|
+
/**
|
|
81
|
+
* 200 ok array
|
|
82
|
+
*
|
|
83
|
+
* @maxItems 64
|
|
84
|
+
*/
|
|
85
|
+
type GetCharactersCharacterIdImplantsOk = number[];
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
// Generated by scripts/lib/code-synthesizer.mjs
|
|
2
|
+
|
|
3
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
4
|
+
// @method {get}
|
|
5
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
6
|
+
/*!
|
|
7
|
+
* ESI endpoint: get:/alliances/{alliance_id}/contacts/
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* contact_type string
|
|
11
|
+
*/
|
|
12
|
+
type GetAlliancesAllianceIdContactsContactType = "character" | "corporation" | "alliance" | "faction";
|
|
13
|
+
/**
|
|
14
|
+
* 200 ok array
|
|
15
|
+
*
|
|
16
|
+
* @maxItems 1000
|
|
17
|
+
*/
|
|
18
|
+
type GetAlliancesAllianceIdContactsOk = GetAlliancesAllianceIdContacts_200Ok[];
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 200 ok object
|
|
22
|
+
*/
|
|
23
|
+
interface GetAlliancesAllianceIdContacts_200Ok {
|
|
24
|
+
/**
|
|
25
|
+
* contact_id integer
|
|
26
|
+
*/
|
|
27
|
+
contact_id: number;
|
|
28
|
+
contact_type: GetAlliancesAllianceIdContactsContactType;
|
|
29
|
+
/**
|
|
30
|
+
* label_ids array
|
|
31
|
+
*
|
|
32
|
+
* @maxItems 63
|
|
33
|
+
*/
|
|
34
|
+
label_ids?: number[];
|
|
35
|
+
/**
|
|
36
|
+
* Standing of the contact
|
|
37
|
+
*/
|
|
38
|
+
standing: number;
|
|
39
|
+
[k: string]: unknown | undefined;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/*!
|
|
43
|
+
* ESI endpoint: get:/alliances/{alliance_id}/contacts/labels/
|
|
44
|
+
*/
|
|
45
|
+
/**
|
|
46
|
+
* 200 ok array
|
|
47
|
+
*
|
|
48
|
+
* @maxItems 64
|
|
49
|
+
*/
|
|
50
|
+
type GetAlliancesAllianceIdContactsLabelsOk = GetAlliancesAllianceIdContactsLabels_200Ok[];
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* 200 ok object
|
|
54
|
+
*/
|
|
55
|
+
interface GetAlliancesAllianceIdContactsLabels_200Ok {
|
|
56
|
+
/**
|
|
57
|
+
* label_id integer
|
|
58
|
+
*/
|
|
59
|
+
label_id: number;
|
|
60
|
+
/**
|
|
61
|
+
* label_name string
|
|
62
|
+
*/
|
|
63
|
+
label_name: string;
|
|
64
|
+
[k: string]: unknown | undefined;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/*!
|
|
68
|
+
* ESI endpoint: get:/characters/{character_id}/contacts/
|
|
69
|
+
*/
|
|
70
|
+
/**
|
|
71
|
+
* contact_type string
|
|
72
|
+
*/
|
|
73
|
+
type GetCharactersCharacterIdContactsContactType = "character" | "corporation" | "alliance" | "faction";
|
|
74
|
+
/**
|
|
75
|
+
* 200 ok array
|
|
76
|
+
*
|
|
77
|
+
* @maxItems 1024
|
|
78
|
+
*/
|
|
79
|
+
type GetCharactersCharacterIdContactsOk = GetCharactersCharacterIdContacts_200Ok[];
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* 200 ok object
|
|
83
|
+
*/
|
|
84
|
+
interface GetCharactersCharacterIdContacts_200Ok {
|
|
85
|
+
/**
|
|
86
|
+
* contact_id integer
|
|
87
|
+
*/
|
|
88
|
+
contact_id: number;
|
|
89
|
+
contact_type: GetCharactersCharacterIdContactsContactType;
|
|
90
|
+
/**
|
|
91
|
+
* Whether this contact is in the blocked list. Note a missing value denotes unknown, not true or false
|
|
92
|
+
*/
|
|
93
|
+
is_blocked?: boolean;
|
|
94
|
+
/**
|
|
95
|
+
* Whether this contact is being watched
|
|
96
|
+
*/
|
|
97
|
+
is_watched?: boolean;
|
|
98
|
+
/**
|
|
99
|
+
* label_ids array
|
|
100
|
+
*
|
|
101
|
+
* @maxItems 63
|
|
102
|
+
*/
|
|
103
|
+
label_ids?: number[];
|
|
104
|
+
/**
|
|
105
|
+
* Standing of the contact
|
|
106
|
+
*/
|
|
107
|
+
standing: number;
|
|
108
|
+
[k: string]: unknown | undefined;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
/*!
|
|
112
|
+
* ESI endpoint: get:/characters/{character_id}/contacts/labels/
|
|
113
|
+
*/
|
|
114
|
+
/**
|
|
115
|
+
* 200 ok array
|
|
116
|
+
*
|
|
117
|
+
* @maxItems 64
|
|
118
|
+
*/
|
|
119
|
+
type GetCharactersCharacterIdContactsLabelsOk = GetCharactersCharacterIdContactsLabels_200Ok[];
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* 200 ok object
|
|
123
|
+
*/
|
|
124
|
+
interface GetCharactersCharacterIdContactsLabels_200Ok {
|
|
125
|
+
/**
|
|
126
|
+
* label_id integer
|
|
127
|
+
*/
|
|
128
|
+
label_id: number;
|
|
129
|
+
/**
|
|
130
|
+
* label_name string
|
|
131
|
+
*/
|
|
132
|
+
label_name: string;
|
|
133
|
+
[k: string]: unknown | undefined;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
/*!
|
|
137
|
+
* ESI endpoint: get:/corporations/{corporation_id}/contacts/
|
|
138
|
+
*/
|
|
139
|
+
/**
|
|
140
|
+
* contact_type string
|
|
141
|
+
*/
|
|
142
|
+
type GetCorporationsCorporationIdContactsContactType = "character" | "corporation" | "alliance" | "faction";
|
|
143
|
+
/**
|
|
144
|
+
* 200 ok array
|
|
145
|
+
*
|
|
146
|
+
* @maxItems 200
|
|
147
|
+
*/
|
|
148
|
+
type GetCorporationsCorporationIdContactsOk = GetCorporationsCorporationIdContacts_200Ok[];
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* 200 ok object
|
|
152
|
+
*/
|
|
153
|
+
interface GetCorporationsCorporationIdContacts_200Ok {
|
|
154
|
+
/**
|
|
155
|
+
* contact_id integer
|
|
156
|
+
*/
|
|
157
|
+
contact_id: number;
|
|
158
|
+
contact_type: GetCorporationsCorporationIdContactsContactType;
|
|
159
|
+
/**
|
|
160
|
+
* Whether this contact is being watched
|
|
161
|
+
*/
|
|
162
|
+
is_watched?: boolean;
|
|
163
|
+
/**
|
|
164
|
+
* label_ids array
|
|
165
|
+
*
|
|
166
|
+
* @maxItems 63
|
|
167
|
+
*/
|
|
168
|
+
label_ids?: number[];
|
|
169
|
+
/**
|
|
170
|
+
* Standing of the contact
|
|
171
|
+
*/
|
|
172
|
+
standing: number;
|
|
173
|
+
[k: string]: unknown | undefined;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
/*!
|
|
177
|
+
* ESI endpoint: get:/corporations/{corporation_id}/contacts/labels/
|
|
178
|
+
*/
|
|
179
|
+
/**
|
|
180
|
+
* 200 ok array
|
|
181
|
+
*
|
|
182
|
+
* @maxItems 64
|
|
183
|
+
*/
|
|
184
|
+
type GetCorporationsCorporationIdContactsLabelsOk = GetCorporationsCorporationIdContactsLabels_200Ok[];
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* 200 ok object
|
|
188
|
+
*/
|
|
189
|
+
interface GetCorporationsCorporationIdContactsLabels_200Ok {
|
|
190
|
+
/**
|
|
191
|
+
* label_id integer
|
|
192
|
+
*/
|
|
193
|
+
label_id: number;
|
|
194
|
+
/**
|
|
195
|
+
* label_name string
|
|
196
|
+
*/
|
|
197
|
+
label_name: string;
|
|
198
|
+
[k: string]: unknown | undefined;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
202
|
+
// @method {post}
|
|
203
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
204
|
+
/*!
|
|
205
|
+
* ESI endpoint: post:/characters/{character_id}/contacts/
|
|
206
|
+
*/
|
|
207
|
+
/**
|
|
208
|
+
* 201 created array
|
|
209
|
+
*
|
|
210
|
+
* @maxItems 100
|
|
211
|
+
*/
|
|
212
|
+
type PostCharactersCharacterIdContactsCreated = number[];
|