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,110 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/starbases/{starbase_id}/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Who can anchor starbase (POS) and its structures
|
|
6
|
-
*/
|
|
7
|
-
type GetCorporationsCorporationIdStarbasesStarbaseIdAnchor =
|
|
8
|
-
| "alliance_member"
|
|
9
|
-
| "config_starbase_equipment_role"
|
|
10
|
-
| "corporation_member"
|
|
11
|
-
| "starbase_fuel_technician_role";
|
|
12
|
-
/**
|
|
13
|
-
* Who can take fuel blocks out of the starbase (POS)'s fuel bay
|
|
14
|
-
*/
|
|
15
|
-
type GetCorporationsCorporationIdStarbasesStarbaseIdFuelBayTake =
|
|
16
|
-
| "alliance_member"
|
|
17
|
-
| "config_starbase_equipment_role"
|
|
18
|
-
| "corporation_member"
|
|
19
|
-
| "starbase_fuel_technician_role";
|
|
20
|
-
/**
|
|
21
|
-
* Who can view the starbase (POS)'s fule bay. Characters either need to have required role or belong to the starbase (POS) owner's corporation or alliance, as described by the enum, all other access settings follows the same scheme
|
|
22
|
-
*/
|
|
23
|
-
type GetCorporationsCorporationIdStarbasesStarbaseIdFuelBayView =
|
|
24
|
-
| "alliance_member"
|
|
25
|
-
| "config_starbase_equipment_role"
|
|
26
|
-
| "corporation_member"
|
|
27
|
-
| "starbase_fuel_technician_role";
|
|
28
|
-
/**
|
|
29
|
-
* Fuel blocks and other things that will be consumed when operating a starbase (POS)
|
|
30
|
-
*
|
|
31
|
-
* @maxItems 20
|
|
32
|
-
*/
|
|
33
|
-
type GetCorporationsCorporationIdStarbasesStarbaseIdFuels = GetCorporationsCorporationIdStarbasesStarbaseIdFuel[];
|
|
34
|
-
/**
|
|
35
|
-
* Who can offline starbase (POS) and its structures
|
|
36
|
-
*/
|
|
37
|
-
type GetCorporationsCorporationIdStarbasesStarbaseIdOffline =
|
|
38
|
-
| "alliance_member"
|
|
39
|
-
| "config_starbase_equipment_role"
|
|
40
|
-
| "corporation_member"
|
|
41
|
-
| "starbase_fuel_technician_role";
|
|
42
|
-
/**
|
|
43
|
-
* Who can online starbase (POS) and its structures
|
|
44
|
-
*/
|
|
45
|
-
type GetCorporationsCorporationIdStarbasesStarbaseIdOnline =
|
|
46
|
-
| "alliance_member"
|
|
47
|
-
| "config_starbase_equipment_role"
|
|
48
|
-
| "corporation_member"
|
|
49
|
-
| "starbase_fuel_technician_role";
|
|
50
|
-
/**
|
|
51
|
-
* Who can unanchor starbase (POS) and its structures
|
|
52
|
-
*/
|
|
53
|
-
type GetCorporationsCorporationIdStarbasesStarbaseIdUnanchor =
|
|
54
|
-
| "alliance_member"
|
|
55
|
-
| "config_starbase_equipment_role"
|
|
56
|
-
| "corporation_member"
|
|
57
|
-
| "starbase_fuel_technician_role";
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* 200 ok object
|
|
61
|
-
*/
|
|
62
|
-
interface GetCorporationsCorporationIdStarbasesStarbaseIdOk {
|
|
63
|
-
/**
|
|
64
|
-
* allow_alliance_members boolean
|
|
65
|
-
*/
|
|
66
|
-
allow_alliance_members: boolean;
|
|
67
|
-
/**
|
|
68
|
-
* allow_corporation_members boolean
|
|
69
|
-
*/
|
|
70
|
-
allow_corporation_members: boolean;
|
|
71
|
-
anchor: GetCorporationsCorporationIdStarbasesStarbaseIdAnchor;
|
|
72
|
-
/**
|
|
73
|
-
* attack_if_at_war boolean
|
|
74
|
-
*/
|
|
75
|
-
attack_if_at_war: boolean;
|
|
76
|
-
/**
|
|
77
|
-
* attack_if_other_security_status_dropping boolean
|
|
78
|
-
*/
|
|
79
|
-
attack_if_other_security_status_dropping: boolean;
|
|
80
|
-
/**
|
|
81
|
-
* Starbase (POS) will attack if target's security standing is lower than this value
|
|
82
|
-
*/
|
|
83
|
-
attack_security_status_threshold?: number;
|
|
84
|
-
/**
|
|
85
|
-
* Starbase (POS) will attack if target's standing is lower than this value
|
|
86
|
-
*/
|
|
87
|
-
attack_standing_threshold?: number;
|
|
88
|
-
fuel_bay_take: GetCorporationsCorporationIdStarbasesStarbaseIdFuelBayTake;
|
|
89
|
-
fuel_bay_view: GetCorporationsCorporationIdStarbasesStarbaseIdFuelBayView;
|
|
90
|
-
fuels?: GetCorporationsCorporationIdStarbasesStarbaseIdFuels;
|
|
91
|
-
offline: GetCorporationsCorporationIdStarbasesStarbaseIdOffline;
|
|
92
|
-
online: GetCorporationsCorporationIdStarbasesStarbaseIdOnline;
|
|
93
|
-
unanchor: GetCorporationsCorporationIdStarbasesStarbaseIdUnanchor;
|
|
94
|
-
/**
|
|
95
|
-
* True if the starbase (POS) is using alliance standings, otherwise using corporation's
|
|
96
|
-
*/
|
|
97
|
-
use_alliance_standings: boolean;
|
|
98
|
-
[k: string]: unknown | undefined;
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* fuel object
|
|
102
|
-
*/
|
|
103
|
-
interface GetCorporationsCorporationIdStarbasesStarbaseIdFuel {
|
|
104
|
-
/**
|
|
105
|
-
* quantity integer
|
|
106
|
-
*/
|
|
107
|
-
quantity: number;
|
|
108
|
-
type_id: number;
|
|
109
|
-
[k: string]: unknown | undefined;
|
|
110
|
-
}
|
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ESI endpoint: get:/corporations/{corporation_id}/structures/
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Contains a list of service upgrades, and their state
|
|
6
|
-
*
|
|
7
|
-
* @maxItems 10
|
|
8
|
-
*/
|
|
9
|
-
type GetCorporationsCorporationIdStructuresServices =
|
|
10
|
-
| []
|
|
11
|
-
| [GetCorporationsCorporationIdStructuresService]
|
|
12
|
-
| [GetCorporationsCorporationIdStructuresService, GetCorporationsCorporationIdStructuresService]
|
|
13
|
-
| [
|
|
14
|
-
GetCorporationsCorporationIdStructuresService,
|
|
15
|
-
GetCorporationsCorporationIdStructuresService,
|
|
16
|
-
GetCorporationsCorporationIdStructuresService
|
|
17
|
-
]
|
|
18
|
-
| [
|
|
19
|
-
GetCorporationsCorporationIdStructuresService,
|
|
20
|
-
GetCorporationsCorporationIdStructuresService,
|
|
21
|
-
GetCorporationsCorporationIdStructuresService,
|
|
22
|
-
GetCorporationsCorporationIdStructuresService
|
|
23
|
-
]
|
|
24
|
-
| [
|
|
25
|
-
GetCorporationsCorporationIdStructuresService,
|
|
26
|
-
GetCorporationsCorporationIdStructuresService,
|
|
27
|
-
GetCorporationsCorporationIdStructuresService,
|
|
28
|
-
GetCorporationsCorporationIdStructuresService,
|
|
29
|
-
GetCorporationsCorporationIdStructuresService
|
|
30
|
-
]
|
|
31
|
-
| [
|
|
32
|
-
GetCorporationsCorporationIdStructuresService,
|
|
33
|
-
GetCorporationsCorporationIdStructuresService,
|
|
34
|
-
GetCorporationsCorporationIdStructuresService,
|
|
35
|
-
GetCorporationsCorporationIdStructuresService,
|
|
36
|
-
GetCorporationsCorporationIdStructuresService,
|
|
37
|
-
GetCorporationsCorporationIdStructuresService
|
|
38
|
-
]
|
|
39
|
-
| [
|
|
40
|
-
GetCorporationsCorporationIdStructuresService,
|
|
41
|
-
GetCorporationsCorporationIdStructuresService,
|
|
42
|
-
GetCorporationsCorporationIdStructuresService,
|
|
43
|
-
GetCorporationsCorporationIdStructuresService,
|
|
44
|
-
GetCorporationsCorporationIdStructuresService,
|
|
45
|
-
GetCorporationsCorporationIdStructuresService,
|
|
46
|
-
GetCorporationsCorporationIdStructuresService
|
|
47
|
-
]
|
|
48
|
-
| [
|
|
49
|
-
GetCorporationsCorporationIdStructuresService,
|
|
50
|
-
GetCorporationsCorporationIdStructuresService,
|
|
51
|
-
GetCorporationsCorporationIdStructuresService,
|
|
52
|
-
GetCorporationsCorporationIdStructuresService,
|
|
53
|
-
GetCorporationsCorporationIdStructuresService,
|
|
54
|
-
GetCorporationsCorporationIdStructuresService,
|
|
55
|
-
GetCorporationsCorporationIdStructuresService,
|
|
56
|
-
GetCorporationsCorporationIdStructuresService
|
|
57
|
-
]
|
|
58
|
-
| [
|
|
59
|
-
GetCorporationsCorporationIdStructuresService,
|
|
60
|
-
GetCorporationsCorporationIdStructuresService,
|
|
61
|
-
GetCorporationsCorporationIdStructuresService,
|
|
62
|
-
GetCorporationsCorporationIdStructuresService,
|
|
63
|
-
GetCorporationsCorporationIdStructuresService,
|
|
64
|
-
GetCorporationsCorporationIdStructuresService,
|
|
65
|
-
GetCorporationsCorporationIdStructuresService,
|
|
66
|
-
GetCorporationsCorporationIdStructuresService,
|
|
67
|
-
GetCorporationsCorporationIdStructuresService
|
|
68
|
-
]
|
|
69
|
-
| [
|
|
70
|
-
GetCorporationsCorporationIdStructuresService,
|
|
71
|
-
GetCorporationsCorporationIdStructuresService,
|
|
72
|
-
GetCorporationsCorporationIdStructuresService,
|
|
73
|
-
GetCorporationsCorporationIdStructuresService,
|
|
74
|
-
GetCorporationsCorporationIdStructuresService,
|
|
75
|
-
GetCorporationsCorporationIdStructuresService,
|
|
76
|
-
GetCorporationsCorporationIdStructuresService,
|
|
77
|
-
GetCorporationsCorporationIdStructuresService,
|
|
78
|
-
GetCorporationsCorporationIdStructuresService,
|
|
79
|
-
GetCorporationsCorporationIdStructuresService
|
|
80
|
-
];
|
|
81
|
-
/**
|
|
82
|
-
* state string
|
|
83
|
-
*/
|
|
84
|
-
type GetCorporationsCorporationIdStructuresServiceState = "online" | "offline" | "cleanup";
|
|
85
|
-
/**
|
|
86
|
-
* state string
|
|
87
|
-
*/
|
|
88
|
-
type GetCorporationsCorporationIdStructuresState =
|
|
89
|
-
| "anchor_vulnerable"
|
|
90
|
-
| "anchoring"
|
|
91
|
-
| "armor_reinforce"
|
|
92
|
-
| "armor_vulnerable"
|
|
93
|
-
| "deploy_vulnerable"
|
|
94
|
-
| "fitting_invulnerable"
|
|
95
|
-
| "hull_reinforce"
|
|
96
|
-
| "hull_vulnerable"
|
|
97
|
-
| "online_deprecated"
|
|
98
|
-
| "onlining_vulnerable"
|
|
99
|
-
| "shield_vulnerable"
|
|
100
|
-
| "unanchored"
|
|
101
|
-
| "unknown";
|
|
102
|
-
/**
|
|
103
|
-
* 200 ok array
|
|
104
|
-
*
|
|
105
|
-
* @maxItems 250
|
|
106
|
-
*/
|
|
107
|
-
type GetCorporationsCorporationIdStructuresOk = GetCorporationsCorporationIdStructures_200Ok[];
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* 200 ok object
|
|
111
|
-
*/
|
|
112
|
-
interface GetCorporationsCorporationIdStructures_200Ok {
|
|
113
|
-
/**
|
|
114
|
-
* ID of the corporation that owns the structure
|
|
115
|
-
*/
|
|
116
|
-
corporation_id: number;
|
|
117
|
-
/**
|
|
118
|
-
* Date on which the structure will run out of fuel
|
|
119
|
-
*/
|
|
120
|
-
fuel_expires?: string;
|
|
121
|
-
/**
|
|
122
|
-
* The structure name
|
|
123
|
-
*/
|
|
124
|
-
name?: string;
|
|
125
|
-
/**
|
|
126
|
-
* The date and time when the structure's newly requested reinforcement times (e.g. next_reinforce_hour and next_reinforce_day) will take effect
|
|
127
|
-
*/
|
|
128
|
-
next_reinforce_apply?: string;
|
|
129
|
-
/**
|
|
130
|
-
* The requested change to reinforce_hour that will take effect at the time shown by next_reinforce_apply
|
|
131
|
-
*/
|
|
132
|
-
next_reinforce_hour?: number;
|
|
133
|
-
/**
|
|
134
|
-
* The id of the ACL profile for this citadel
|
|
135
|
-
*/
|
|
136
|
-
profile_id: number;
|
|
137
|
-
/**
|
|
138
|
-
* The hour of day that determines the four hour window when the structure will randomly exit its reinforcement periods and become vulnerable to attack against its armor and/or hull. The structure will become vulnerable at a random time that is +/- 2 hours centered on the value of this property
|
|
139
|
-
*/
|
|
140
|
-
reinforce_hour?: number;
|
|
141
|
-
services?: GetCorporationsCorporationIdStructuresServices;
|
|
142
|
-
state: GetCorporationsCorporationIdStructuresState;
|
|
143
|
-
/**
|
|
144
|
-
* Date at which the structure will move to it's next state
|
|
145
|
-
*/
|
|
146
|
-
state_timer_end?: string;
|
|
147
|
-
/**
|
|
148
|
-
* Date at which the structure entered it's current state
|
|
149
|
-
*/
|
|
150
|
-
state_timer_start?: string;
|
|
151
|
-
/**
|
|
152
|
-
* The Item ID of the structure
|
|
153
|
-
*/
|
|
154
|
-
structure_id: number;
|
|
155
|
-
/**
|
|
156
|
-
* The solar system the structure is in
|
|
157
|
-
*/
|
|
158
|
-
system_id: number;
|
|
159
|
-
type_id: number;
|
|
160
|
-
/**
|
|
161
|
-
* Date at which the structure will unanchor
|
|
162
|
-
*/
|
|
163
|
-
unanchors_at?: string;
|
|
164
|
-
[k: string]: unknown | undefined;
|
|
165
|
-
}
|
|
166
|
-
/**
|
|
167
|
-
* service object
|
|
168
|
-
*/
|
|
169
|
-
interface GetCorporationsCorporationIdStructuresService {
|
|
170
|
-
/**
|
|
171
|
-
* name string
|
|
172
|
-
*/
|
|
173
|
-
name: string;
|
|
174
|
-
state: GetCorporationsCorporationIdStructuresServiceState;
|
|
175
|
-
[k: string]: unknown | undefined;
|
|
176
|
-
}
|