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
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
// Generated by scripts/lib/code-synthesizer.mjs
|
|
2
|
+
|
|
3
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
4
|
+
// @method {get}
|
|
5
|
+
// - - - - - - - - - - - - - - - - - - - -
|
|
6
|
+
/*!
|
|
7
|
+
* ESI endpoint: get:/dogma/attributes/
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* 200 ok array
|
|
11
|
+
*
|
|
12
|
+
* @maxItems 10000
|
|
13
|
+
*/
|
|
14
|
+
type GetDogmaAttributesOk = number[];
|
|
15
|
+
|
|
16
|
+
/*!
|
|
17
|
+
* ESI endpoint: get:/dogma/attributes/{attribute_id}/
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 200 ok object
|
|
22
|
+
*/
|
|
23
|
+
interface GetDogmaAttributesAttributeIdOk {
|
|
24
|
+
/**
|
|
25
|
+
* attribute_id integer
|
|
26
|
+
*/
|
|
27
|
+
attribute_id: number;
|
|
28
|
+
/**
|
|
29
|
+
* default_value number
|
|
30
|
+
*/
|
|
31
|
+
default_value?: number;
|
|
32
|
+
/**
|
|
33
|
+
* description string
|
|
34
|
+
*/
|
|
35
|
+
description?: string;
|
|
36
|
+
/**
|
|
37
|
+
* display_name string
|
|
38
|
+
*/
|
|
39
|
+
display_name?: string;
|
|
40
|
+
/**
|
|
41
|
+
* high_is_good boolean
|
|
42
|
+
*/
|
|
43
|
+
high_is_good?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* icon_id integer
|
|
46
|
+
*/
|
|
47
|
+
icon_id?: number;
|
|
48
|
+
/**
|
|
49
|
+
* name string
|
|
50
|
+
*/
|
|
51
|
+
name?: string;
|
|
52
|
+
/**
|
|
53
|
+
* published boolean
|
|
54
|
+
*/
|
|
55
|
+
published?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* stackable boolean
|
|
58
|
+
*/
|
|
59
|
+
stackable?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* unit_id integer
|
|
62
|
+
*/
|
|
63
|
+
unit_id?: number;
|
|
64
|
+
[k: string]: unknown | undefined;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/*!
|
|
68
|
+
* ESI endpoint: get:/dogma/dynamic/items/{type_id}/{item_id}/
|
|
69
|
+
*/
|
|
70
|
+
/**
|
|
71
|
+
* dogma_attributes array
|
|
72
|
+
*
|
|
73
|
+
* @maxItems 1000
|
|
74
|
+
*/
|
|
75
|
+
type GetDogmaDynamicItemsTypeIdItemIdDogmaAttributes = GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute[];
|
|
76
|
+
/**
|
|
77
|
+
* dogma_effects array
|
|
78
|
+
*
|
|
79
|
+
* @maxItems 1000
|
|
80
|
+
*/
|
|
81
|
+
type GetDogmaDynamicItemsTypeIdItemIdDogmaEffects = GetDogmaDynamicItemsTypeIdItemIdDogmaEffect[];
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* 200 ok object
|
|
85
|
+
*/
|
|
86
|
+
interface GetDogmaDynamicItemsTypeIdItemIdOk {
|
|
87
|
+
/**
|
|
88
|
+
* The ID of the character who created the item
|
|
89
|
+
*/
|
|
90
|
+
created_by: number;
|
|
91
|
+
dogma_attributes: GetDogmaDynamicItemsTypeIdItemIdDogmaAttributes;
|
|
92
|
+
dogma_effects: GetDogmaDynamicItemsTypeIdItemIdDogmaEffects;
|
|
93
|
+
mutator_type_id: number;
|
|
94
|
+
source_type_id: number;
|
|
95
|
+
[k: string]: unknown | undefined;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* dogma_attribute object
|
|
99
|
+
*/
|
|
100
|
+
interface GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute {
|
|
101
|
+
/**
|
|
102
|
+
* attribute_id integer
|
|
103
|
+
*/
|
|
104
|
+
attribute_id: number;
|
|
105
|
+
/**
|
|
106
|
+
* value number
|
|
107
|
+
*/
|
|
108
|
+
value: number;
|
|
109
|
+
[k: string]: unknown | undefined;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* dogma_effect object
|
|
113
|
+
*/
|
|
114
|
+
interface GetDogmaDynamicItemsTypeIdItemIdDogmaEffect {
|
|
115
|
+
/**
|
|
116
|
+
* effect_id integer
|
|
117
|
+
*/
|
|
118
|
+
effect_id: number;
|
|
119
|
+
/**
|
|
120
|
+
* is_default boolean
|
|
121
|
+
*/
|
|
122
|
+
is_default: boolean;
|
|
123
|
+
[k: string]: unknown | undefined;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/*!
|
|
127
|
+
* ESI endpoint: get:/dogma/effects/
|
|
128
|
+
*/
|
|
129
|
+
/**
|
|
130
|
+
* 200 ok array
|
|
131
|
+
*
|
|
132
|
+
* @maxItems 10000
|
|
133
|
+
*/
|
|
134
|
+
type GetDogmaEffectsOk = number[];
|
|
135
|
+
|
|
136
|
+
/*!
|
|
137
|
+
* ESI endpoint: get:/dogma/effects/{effect_id}/
|
|
138
|
+
*/
|
|
139
|
+
/**
|
|
140
|
+
* modifiers array
|
|
141
|
+
*
|
|
142
|
+
* @maxItems 100
|
|
143
|
+
*/
|
|
144
|
+
type GetDogmaEffectsEffectIdModifiers = GetDogmaEffectsEffectIdModifier[];
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* 200 ok object
|
|
148
|
+
*/
|
|
149
|
+
interface GetDogmaEffectsEffectIdOk {
|
|
150
|
+
/**
|
|
151
|
+
* description string
|
|
152
|
+
*/
|
|
153
|
+
description?: string;
|
|
154
|
+
/**
|
|
155
|
+
* disallow_auto_repeat boolean
|
|
156
|
+
*/
|
|
157
|
+
disallow_auto_repeat?: boolean;
|
|
158
|
+
/**
|
|
159
|
+
* discharge_attribute_id integer
|
|
160
|
+
*/
|
|
161
|
+
discharge_attribute_id?: number;
|
|
162
|
+
/**
|
|
163
|
+
* display_name string
|
|
164
|
+
*/
|
|
165
|
+
display_name?: string;
|
|
166
|
+
/**
|
|
167
|
+
* duration_attribute_id integer
|
|
168
|
+
*/
|
|
169
|
+
duration_attribute_id?: number;
|
|
170
|
+
/**
|
|
171
|
+
* effect_category integer
|
|
172
|
+
*/
|
|
173
|
+
effect_category?: number;
|
|
174
|
+
/**
|
|
175
|
+
* effect_id integer
|
|
176
|
+
*/
|
|
177
|
+
effect_id: number;
|
|
178
|
+
/**
|
|
179
|
+
* electronic_chance boolean
|
|
180
|
+
*/
|
|
181
|
+
electronic_chance?: boolean;
|
|
182
|
+
/**
|
|
183
|
+
* falloff_attribute_id integer
|
|
184
|
+
*/
|
|
185
|
+
falloff_attribute_id?: number;
|
|
186
|
+
/**
|
|
187
|
+
* icon_id integer
|
|
188
|
+
*/
|
|
189
|
+
icon_id?: number;
|
|
190
|
+
/**
|
|
191
|
+
* is_assistance boolean
|
|
192
|
+
*/
|
|
193
|
+
is_assistance?: boolean;
|
|
194
|
+
/**
|
|
195
|
+
* is_offensive boolean
|
|
196
|
+
*/
|
|
197
|
+
is_offensive?: boolean;
|
|
198
|
+
/**
|
|
199
|
+
* is_warp_safe boolean
|
|
200
|
+
*/
|
|
201
|
+
is_warp_safe?: boolean;
|
|
202
|
+
modifiers?: GetDogmaEffectsEffectIdModifiers;
|
|
203
|
+
/**
|
|
204
|
+
* name string
|
|
205
|
+
*/
|
|
206
|
+
name?: string;
|
|
207
|
+
/**
|
|
208
|
+
* post_expression integer
|
|
209
|
+
*/
|
|
210
|
+
post_expression?: number;
|
|
211
|
+
/**
|
|
212
|
+
* pre_expression integer
|
|
213
|
+
*/
|
|
214
|
+
pre_expression?: number;
|
|
215
|
+
/**
|
|
216
|
+
* published boolean
|
|
217
|
+
*/
|
|
218
|
+
published?: boolean;
|
|
219
|
+
/**
|
|
220
|
+
* range_attribute_id integer
|
|
221
|
+
*/
|
|
222
|
+
range_attribute_id?: number;
|
|
223
|
+
/**
|
|
224
|
+
* range_chance boolean
|
|
225
|
+
*/
|
|
226
|
+
range_chance?: boolean;
|
|
227
|
+
/**
|
|
228
|
+
* tracking_speed_attribute_id integer
|
|
229
|
+
*/
|
|
230
|
+
tracking_speed_attribute_id?: number;
|
|
231
|
+
[k: string]: unknown | undefined;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* modifier object
|
|
235
|
+
*/
|
|
236
|
+
interface GetDogmaEffectsEffectIdModifier {
|
|
237
|
+
/**
|
|
238
|
+
* domain string
|
|
239
|
+
*/
|
|
240
|
+
domain?: string;
|
|
241
|
+
/**
|
|
242
|
+
* effect_id integer
|
|
243
|
+
*/
|
|
244
|
+
effect_id?: number;
|
|
245
|
+
/**
|
|
246
|
+
* func string
|
|
247
|
+
*/
|
|
248
|
+
func: string;
|
|
249
|
+
/**
|
|
250
|
+
* modified_attribute_id integer
|
|
251
|
+
*/
|
|
252
|
+
modified_attribute_id?: number;
|
|
253
|
+
/**
|
|
254
|
+
* modifying_attribute_id integer
|
|
255
|
+
*/
|
|
256
|
+
modifying_attribute_id?: number;
|
|
257
|
+
/**
|
|
258
|
+
* operator integer
|
|
259
|
+
*/
|
|
260
|
+
operator?: number;
|
|
261
|
+
[k: string]: unknown | undefined;
|
|
262
|
+
}
|