esi_client 0.8.5.0 → 1.0.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.
- checksums.yaml +5 -5
- data/README.md +281 -300
- data/bin/regenerate +5 -19
- data/docs/AllianceApi.md +84 -20
- data/docs/AssetsApi.md +12 -323
- data/docs/BookmarksApi.md +21 -147
- data/docs/CalendarApi.md +36 -92
- data/docs/CharacterApi.md +148 -312
- data/docs/ClonesApi.md +10 -69
- data/docs/ContactsApi.md +79 -311
- data/docs/CorporationApi.md +141 -942
- data/docs/DogmaApi.md +30 -79
- data/docs/FittingsApi.md +37 -28
- data/docs/FleetsApi.md +110 -129
- data/docs/GetAlliancesAllianceIdNotFound.md +1 -1
- data/docs/GetAlliancesAllianceIdOk.md +2 -5
- data/docs/GetCharactersCharacterIdAssets200Ok.md +1 -2
- data/docs/GetCharactersCharacterIdBlueprints200Ok.md +6 -6
- data/docs/GetCharactersCharacterIdBookmarks200Ok.md +5 -6
- data/docs/GetCharactersCharacterIdBookmarksFolders200Ok.md +3 -2
- data/docs/GetCharactersCharacterIdChatChannels200Ok.md +6 -6
- data/docs/GetCharactersCharacterIdChatChannelsBlocked.md +1 -1
- data/docs/GetCharactersCharacterIdChatChannelsMuted.md +1 -1
- data/docs/GetCharactersCharacterIdClonesJumpClone.md +3 -5
- data/docs/GetCharactersCharacterIdClonesOk.md +1 -2
- data/docs/GetCharactersCharacterIdContacts200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdCorporationhistory200Ok.md +3 -3
- data/docs/GetCharactersCharacterIdMailLabelsLabel.md +1 -1
- data/docs/GetCharactersCharacterIdOk.md +0 -1
- data/docs/GetCharactersCharacterIdOrders200Ok.md +7 -5
- data/docs/GetCharactersCharacterIdPlanetsPlanetIdPin.md +0 -1
- data/docs/GetCharactersCharacterIdPlanetsPlanetIdRoute.md +1 -1
- data/docs/GetCharactersCharacterIdSearchOk.md +3 -2
- data/docs/GetCharactersCharacterIdSkillsOk.md +2 -3
- data/docs/GetCharactersCharacterIdSkillsSkill.md +3 -4
- data/docs/GetCorporationsCorporationIdAlliancehistory200Ok.md +1 -2
- data/docs/GetCorporationsCorporationIdOk.md +6 -8
- data/docs/GetCorporationsCorporationIdStructures200Ok.md +6 -10
- data/docs/GetDogmaEffectsEffectIdModifier.md +4 -5
- data/docs/GetKillmailsKillmailIdKillmailHashItem.md +3 -4
- data/docs/GetKillmailsKillmailIdKillmailHashItem1.md +2 -2
- data/docs/GetKillmailsKillmailIdKillmailHashOk.md +1 -1
- data/docs/GetKillmailsKillmailIdKillmailHashVictim.md +1 -1
- data/docs/GetLoyaltyStoresCorporationIdOffers200Ok.md +1 -2
- data/docs/GetMarketsRegionIdOrders200Ok.md +0 -1
- data/docs/GetSearchOk.md +3 -2
- data/docs/GetUniverseConstellationsConstellationIdOk.md +1 -1
- data/docs/GetUniverseFactions200Ok.md +2 -2
- data/docs/GetUniverseMoonsMoonIdOk.md +1 -1
- data/docs/GetUniversePlanetsPlanetIdOk.md +1 -1
- data/docs/GetUniverseStargatesStargateIdOk.md +2 -2
- data/docs/GetUniverseStationsStationIdOk.md +1 -1
- data/docs/GetUniverseStructuresStructureIdOk.md +0 -1
- data/docs/GetUniverseSystemsSystemIdOk.md +3 -5
- data/docs/GetUniverseSystemsSystemIdPlanet.md +0 -1
- data/docs/GetUniverseTypesTypeIdOk.md +0 -2
- data/docs/GetWarsWarIdOk.md +2 -2
- data/docs/IncursionsApi.md +7 -5
- data/docs/IndustryApi.md +21 -335
- data/docs/InsuranceApi.md +9 -9
- data/docs/KillmailsApi.md +25 -82
- data/docs/LocationApi.md +17 -74
- data/docs/LoyaltyApi.md +21 -17
- data/docs/MailApi.md +89 -62
- data/docs/MarketApi.md +63 -296
- data/docs/OpportunitiesApi.md +41 -33
- data/docs/PlanetaryInteractionApi.md +31 -88
- data/docs/PostCharactersCharacterIdMailLabelsLabel.md +1 -1
- data/docs/PostFleetsFleetIdMembersInvitation.md +1 -1
- data/docs/PutFleetsFleetIdMembersMemberIdMovement.md +1 -1
- data/docs/RoutesApi.md +8 -6
- data/docs/SearchApi.md +28 -28
- data/docs/SkillsApi.md +20 -77
- data/docs/SovereigntyApi.md +19 -13
- data/docs/StatusApi.md +7 -5
- data/docs/UniverseApi.md +191 -374
- data/docs/UserInterfaceApi.md +41 -21
- data/docs/WalletApi.md +18 -335
- data/docs/WarsApi.md +22 -16
- data/git_push.sh +3 -3
- data/lib/esi_client.rb +229 -163
- data/lib/esi_client/api/alliance_api.rb +122 -61
- data/lib/esi_client/api/assets_api.rb +18 -399
- data/lib/esi_client/api/bookmarks_api.rb +34 -211
- data/lib/esi_client/api/calendar_api.rb +54 -146
- data/lib/esi_client/api/character_api.rb +227 -479
- data/lib/esi_client/api/clones_api.rb +16 -91
- data/lib/esi_client/api/contacts_api.rb +111 -444
- data/lib/esi_client/api/corporation_api.rb +228 -1235
- data/lib/esi_client/api/dogma_api.rb +55 -121
- data/lib/esi_client/api/fittings_api.rb +57 -70
- data/lib/esi_client/api/fleets_api.rb +203 -280
- data/lib/esi_client/api/incursions_api.rb +13 -12
- data/lib/esi_client/api/industry_api.rb +37 -432
- data/lib/esi_client/api/insurance_api.rb +16 -21
- data/lib/esi_client/api/killmails_api.rb +42 -123
- data/lib/esi_client/api/location_api.rb +29 -108
- data/lib/esi_client/api/loyalty_api.rb +36 -45
- data/lib/esi_client/api/mail_api.rb +143 -185
- data/lib/esi_client/api/market_api.rb +108 -428
- data/lib/esi_client/api/opportunities_api.rb +75 -82
- data/lib/esi_client/api/planetary_interaction_api.rb +48 -136
- data/lib/esi_client/api/routes_api.rb +18 -21
- data/lib/esi_client/api/search_api.rb +43 -74
- data/lib/esi_client/api/skills_api.rb +31 -110
- data/lib/esi_client/api/sovereignty_api.rb +35 -30
- data/lib/esi_client/api/status_api.rb +13 -12
- data/lib/esi_client/api/universe_api.rb +343 -636
- data/lib/esi_client/api/user_interface_api.rb +74 -64
- data/lib/esi_client/api/wallet_api.rb +26 -429
- data/lib/esi_client/api/wars_api.rb +39 -50
- data/lib/esi_client/api_client.rb +33 -46
- data/lib/esi_client/api_error.rb +1 -2
- data/lib/esi_client/configuration.rb +4 -11
- data/lib/esi_client/models/delete_characters_character_id_contacts_forbidden.rb +1 -1
- data/lib/esi_client/models/delete_characters_character_id_contacts_internal_server_error.rb +1 -1
- data/lib/esi_client/models/delete_characters_character_id_fittings_fitting_id_forbidden.rb +1 -1
- data/lib/esi_client/models/delete_characters_character_id_fittings_fitting_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/delete_characters_character_id_mail_labels_label_id_forbidden.rb +1 -1
- data/lib/esi_client/models/delete_characters_character_id_mail_labels_label_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +11 -8
- data/lib/esi_client/models/delete_characters_character_id_mail_mail_id_forbidden.rb +1 -1
- data/lib/esi_client/models/delete_characters_character_id_mail_mail_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/delete_fleets_fleet_id_members_member_id_forbidden.rb +1 -1
- data/lib/esi_client/models/delete_fleets_fleet_id_members_member_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/delete_fleets_fleet_id_members_member_id_not_found.rb +11 -8
- data/lib/esi_client/models/delete_fleets_fleet_id_squads_squad_id_forbidden.rb +1 -1
- data/lib/esi_client/models/delete_fleets_fleet_id_squads_squad_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +11 -8
- data/lib/esi_client/models/delete_fleets_fleet_id_wings_wing_id_forbidden.rb +1 -1
- data/lib/esi_client/models/delete_fleets_fleet_id_wings_wing_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_alliances_alliance_id_corporations_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_alliances_alliance_id_icons_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_alliances_alliance_id_icons_not_found.rb +11 -8
- data/lib/esi_client/models/get_alliances_alliance_id_icons_ok.rb +11 -8
- data/lib/esi_client/models/get_alliances_alliance_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_alliances_alliance_id_not_found.rb +13 -10
- data/lib/esi_client/models/get_alliances_alliance_id_ok.rb +30 -67
- data/lib/esi_client/models/get_alliances_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_alliances_names_200_ok.rb +13 -10
- data/lib/esi_client/models/get_alliances_names_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_agents_research_200_ok.rb +16 -13
- data/lib/esi_client/models/get_characters_character_id_agents_research_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_agents_research_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_assets_200_ok.rb +23 -36
- data/lib/esi_client/models/get_characters_character_id_assets_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_assets_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_blueprints_200_ok.rb +27 -119
- data/lib/esi_client/models/get_characters_character_id_blueprints_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_blueprints_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_bookmarks_200_ok.rb +60 -66
- data/lib/esi_client/models/get_characters_character_id_bookmarks_coordinates.rb +15 -12
- data/lib/esi_client/models/get_characters_character_id_bookmarks_folders_200_ok.rb +25 -22
- data/lib/esi_client/models/get_characters_character_id_bookmarks_folders_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_bookmarks_folders_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_bookmarks_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_bookmarks_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_bookmarks_item.rb +14 -11
- data/lib/esi_client/models/get_characters_character_id_bookmarks_target.rb +1 -2
- data/lib/esi_client/models/get_characters_character_id_calendar_200_ok.rb +13 -11
- data/lib/esi_client/models/get_characters_character_id_calendar_event_id_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_calendar_event_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_calendar_event_id_ok.rb +23 -21
- data/lib/esi_client/models/get_characters_character_id_calendar_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_calendar_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_chat_channels_200_ok.rb +80 -77
- data/lib/esi_client/models/get_characters_character_id_chat_channels_allowed.rb +15 -13
- data/lib/esi_client/models/get_characters_character_id_chat_channels_blocked.rb +28 -26
- data/lib/esi_client/models/get_characters_character_id_chat_channels_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_chat_channels_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_chat_channels_muted.rb +28 -26
- data/lib/esi_client/models/get_characters_character_id_chat_channels_operator.rb +15 -13
- data/lib/esi_client/models/get_characters_character_id_clones_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_clones_home_location.rb +13 -11
- data/lib/esi_client/models/get_characters_character_id_clones_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_clones_jump_clone.rb +16 -54
- data/lib/esi_client/models/get_characters_character_id_clones_ok.rb +18 -25
- data/lib/esi_client/models/get_characters_character_id_contacts_200_ok.rb +24 -24
- data/lib/esi_client/models/get_characters_character_id_contacts_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_contacts_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_contacts_labels_200_ok.rb +13 -10
- data/lib/esi_client/models/get_characters_character_id_contacts_labels_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_contacts_labels_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_corporationhistory_200_ok.rb +11 -23
- data/lib/esi_client/models/get_characters_character_id_corporationhistory_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_fittings_200_ok.rb +16 -13
- data/lib/esi_client/models/get_characters_character_id_fittings_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_fittings_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_fittings_item.rb +14 -11
- data/lib/esi_client/models/get_characters_character_id_industry_jobs_200_ok.rb +27 -25
- data/lib/esi_client/models/get_characters_character_id_industry_jobs_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_industry_jobs_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_killmails_recent_200_ok.rb +13 -10
- data/lib/esi_client/models/get_characters_character_id_killmails_recent_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_killmails_recent_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_location_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_location_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_location_ok.rb +12 -9
- data/lib/esi_client/models/get_characters_character_id_loyalty_points_200_ok.rb +13 -10
- data/lib/esi_client/models/get_characters_character_id_loyalty_points_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_loyalty_points_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_mail_200_ok.rb +11 -8
- data/lib/esi_client/models/get_characters_character_id_mail_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_mail_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_mail_labels_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_mail_labels_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_mail_labels_label.rb +23 -18
- data/lib/esi_client/models/get_characters_character_id_mail_labels_ok.rb +14 -10
- data/lib/esi_client/models/get_characters_character_id_mail_lists_200_ok.rb +13 -10
- data/lib/esi_client/models/get_characters_character_id_mail_lists_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_mail_lists_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_mail_mail_id_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_mail_mail_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_mail_mail_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_characters_character_id_mail_mail_id_ok.rb +11 -8
- data/lib/esi_client/models/get_characters_character_id_mail_mail_id_recipient.rb +15 -13
- data/lib/esi_client/models/get_characters_character_id_mail_recipient.rb +15 -13
- data/lib/esi_client/models/get_characters_character_id_medals_200_ok.rb +22 -20
- data/lib/esi_client/models/get_characters_character_id_medals_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_medals_graphic.rb +14 -11
- data/lib/esi_client/models/get_characters_character_id_medals_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_characters_character_id_ok.rb +25 -32
- data/lib/esi_client/models/get_characters_character_id_opportunities_200_ok.rb +13 -10
- data/lib/esi_client/models/get_characters_character_id_opportunities_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_opportunities_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_orders_200_ok.rb +94 -35
- data/lib/esi_client/models/get_characters_character_id_orders_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_orders_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_planets_200_ok.rb +28 -26
- data/lib/esi_client/models/get_characters_character_id_planets_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_planets_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_planets_planet_id_extractor_details.rb +12 -9
- data/lib/esi_client/models/get_characters_character_id_planets_planet_id_factory_details.rb +12 -9
- data/lib/esi_client/models/get_characters_character_id_planets_planet_id_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_planets_planet_id_head.rb +19 -16
- data/lib/esi_client/models/get_characters_character_id_planets_planet_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_planets_planet_id_link.rb +19 -16
- data/lib/esi_client/models/get_characters_character_id_planets_planet_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_characters_character_id_planets_planet_id_ok.rb +14 -11
- data/lib/esi_client/models/get_characters_character_id_planets_planet_id_pin.rb +16 -25
- data/lib/esi_client/models/get_characters_character_id_planets_planet_id_route.rb +18 -15
- data/lib/esi_client/models/get_characters_character_id_planets_planet_id_waypoint.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_portrait_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_portrait_not_found.rb +11 -8
- data/lib/esi_client/models/get_characters_character_id_portrait_ok.rb +11 -8
- data/lib/esi_client/models/get_characters_character_id_roles_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_roles_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_search_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_search_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_search_ok.rb +43 -28
- data/lib/esi_client/models/get_characters_character_id_ship_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_ship_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_ship_ok.rb +14 -11
- data/lib/esi_client/models/get_characters_character_id_skillqueue_200_ok.rb +19 -16
- data/lib/esi_client/models/get_characters_character_id_skillqueue_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_skillqueue_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_skills_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_skills_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_skills_ok.rb +13 -30
- data/lib/esi_client/models/get_characters_character_id_skills_skill.rb +20 -47
- data/lib/esi_client/models/get_characters_character_id_standings_200_ok.rb +44 -14
- data/lib/esi_client/models/get_characters_character_id_standings_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_standings_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_wallets_200_ok.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_wallets_forbidden.rb +1 -1
- data/lib/esi_client/models/get_characters_character_id_wallets_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_characters_names_200_ok.rb +13 -10
- data/lib/esi_client/models/get_characters_names_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +20 -28
- data/lib/esi_client/models/get_corporations_corporation_id_alliancehistory_alliance.rb +1 -1
- data/lib/esi_client/models/get_corporations_corporation_id_alliancehistory_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_corporations_corporation_id_icons_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_corporations_corporation_id_icons_not_found.rb +11 -8
- data/lib/esi_client/models/get_corporations_corporation_id_icons_ok.rb +11 -8
- data/lib/esi_client/models/get_corporations_corporation_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_corporations_corporation_id_members_200_ok.rb +1 -2
- data/lib/esi_client/models/get_corporations_corporation_id_members_forbidden.rb +1 -1
- data/lib/esi_client/models/get_corporations_corporation_id_members_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_corporations_corporation_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_corporations_corporation_id_ok.rb +103 -77
- data/lib/esi_client/models/get_corporations_corporation_id_roles_200_ok.rb +11 -9
- data/lib/esi_client/models/get_corporations_corporation_id_roles_forbidden.rb +1 -1
- data/lib/esi_client/models/get_corporations_corporation_id_roles_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_corporations_corporation_id_structures_200_ok.rb +47 -223
- data/lib/esi_client/models/get_corporations_corporation_id_structures_current_vul.rb +1 -2
- data/lib/esi_client/models/get_corporations_corporation_id_structures_forbidden.rb +1 -1
- data/lib/esi_client/models/get_corporations_corporation_id_structures_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_corporations_corporation_id_structures_next_vul.rb +1 -2
- data/lib/esi_client/models/get_corporations_corporation_id_structures_service.rb +15 -13
- data/lib/esi_client/models/get_corporations_names_200_ok.rb +13 -10
- data/lib/esi_client/models/get_corporations_names_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_corporations_npccorps_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_dogma_attributes_attribute_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_dogma_attributes_attribute_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_dogma_attributes_attribute_id_ok.rb +12 -9
- data/lib/esi_client/models/get_dogma_attributes_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_dogma_effects_effect_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_dogma_effects_effect_id_modifier.rb +33 -20
- data/lib/esi_client/models/get_dogma_effects_effect_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_dogma_effects_effect_id_ok.rb +12 -9
- data/lib/esi_client/models/get_dogma_effects_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_fleets_fleet_id_forbidden.rb +1 -1
- data/lib/esi_client/models/get_fleets_fleet_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_fleets_fleet_id_members_200_ok.rb +22 -20
- data/lib/esi_client/models/get_fleets_fleet_id_members_forbidden.rb +1 -1
- data/lib/esi_client/models/get_fleets_fleet_id_members_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_fleets_fleet_id_members_not_found.rb +11 -8
- data/lib/esi_client/models/get_fleets_fleet_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_fleets_fleet_id_ok.rb +15 -12
- data/lib/esi_client/models/get_fleets_fleet_id_wings_200_ok.rb +14 -11
- data/lib/esi_client/models/get_fleets_fleet_id_wings_forbidden.rb +1 -1
- data/lib/esi_client/models/get_fleets_fleet_id_wings_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_fleets_fleet_id_wings_not_found.rb +11 -8
- data/lib/esi_client/models/get_fleets_fleet_id_wings_squad.rb +13 -10
- data/lib/esi_client/models/get_incursions_200_ok.rb +21 -19
- data/lib/esi_client/models/get_incursions_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_industry_facilities_200_ok.rb +16 -13
- data/lib/esi_client/models/get_industry_facilities_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_industry_systems_200_ok.rb +13 -10
- data/lib/esi_client/models/get_industry_systems_cost_indice.rb +15 -13
- data/lib/esi_client/models/get_industry_systems_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_insurance_prices_200_ok.rb +13 -10
- data/lib/esi_client/models/get_insurance_prices_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_insurance_prices_level.rb +14 -11
- data/lib/esi_client/models/get_killmails_killmail_id_killmail_hash_attacker.rb +14 -11
- data/lib/esi_client/models/get_killmails_killmail_id_killmail_hash_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_killmails_killmail_id_killmail_hash_item.rb +18 -27
- data/lib/esi_client/models/get_killmails_killmail_id_killmail_hash_item_1.rb +42 -39
- data/lib/esi_client/models/get_killmails_killmail_id_killmail_hash_ok.rb +15 -17
- data/lib/esi_client/models/get_killmails_killmail_id_killmail_hash_position.rb +14 -11
- data/lib/esi_client/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +11 -8
- data/lib/esi_client/models/get_killmails_killmail_id_killmail_hash_victim.rb +14 -11
- data/lib/esi_client/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +20 -27
- data/lib/esi_client/models/get_loyalty_stores_corporation_id_offers_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_loyalty_stores_corporation_id_offers_required_item.rb +13 -10
- data/lib/esi_client/models/get_markets_groups_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_markets_groups_market_group_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_markets_groups_market_group_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_markets_groups_market_group_id_ok.rb +15 -12
- data/lib/esi_client/models/get_markets_prices_200_ok.rb +12 -9
- data/lib/esi_client/models/get_markets_prices_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_markets_region_id_history_200_ok.rb +17 -14
- data/lib/esi_client/models/get_markets_region_id_history_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_markets_region_id_history_unprocessable_entity.rb +11 -8
- data/lib/esi_client/models/get_markets_region_id_orders_200_ok.rb +25 -38
- data/lib/esi_client/models/get_markets_region_id_orders_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_markets_region_id_orders_unprocessable_entity.rb +11 -8
- data/lib/esi_client/models/get_markets_structures_structure_id_200_ok.rb +24 -22
- data/lib/esi_client/models/get_markets_structures_structure_id_forbidden.rb +1 -1
- data/lib/esi_client/models/get_markets_structures_structure_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_opportunities_groups_group_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_opportunities_groups_group_id_ok.rb +17 -14
- data/lib/esi_client/models/get_opportunities_groups_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_opportunities_tasks_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_opportunities_tasks_task_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_opportunities_tasks_task_id_ok.rb +15 -12
- data/lib/esi_client/models/get_route_origin_destination_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_route_origin_destination_not_found.rb +11 -8
- data/lib/esi_client/models/get_search_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_search_ok.rb +43 -28
- data/lib/esi_client/models/get_sovereignty_campaigns_200_ok.rb +19 -17
- data/lib/esi_client/models/get_sovereignty_campaigns_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_sovereignty_campaigns_participant.rb +13 -10
- data/lib/esi_client/models/get_sovereignty_map_200_ok.rb +12 -9
- data/lib/esi_client/models/get_sovereignty_map_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_sovereignty_structures_200_ok.rb +15 -12
- data/lib/esi_client/models/get_sovereignty_structures_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_status_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_status_ok.rb +14 -11
- data/lib/esi_client/models/get_universe_bloodlines_200_ok.rb +22 -19
- data/lib/esi_client/models/get_universe_bloodlines_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_categories_category_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_categories_category_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_universe_categories_category_id_ok.rb +15 -12
- data/lib/esi_client/models/get_universe_categories_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_constellations_constellation_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_constellations_constellation_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_universe_constellations_constellation_id_ok.rb +15 -17
- data/lib/esi_client/models/get_universe_constellations_constellation_id_position.rb +14 -11
- data/lib/esi_client/models/get_universe_constellations_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_factions_200_ok.rb +28 -15
- data/lib/esi_client/models/get_universe_factions_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_graphics_graphic_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_graphics_graphic_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_universe_graphics_graphic_id_ok.rb +12 -9
- data/lib/esi_client/models/get_universe_graphics_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_groups_group_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_groups_group_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_universe_groups_group_id_ok.rb +16 -13
- data/lib/esi_client/models/get_universe_groups_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_moons_moon_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_moons_moon_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_universe_moons_moon_id_ok.rb +14 -16
- data/lib/esi_client/models/get_universe_moons_moon_id_position.rb +14 -11
- data/lib/esi_client/models/get_universe_planets_planet_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_planets_planet_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_universe_planets_planet_id_ok.rb +15 -17
- data/lib/esi_client/models/get_universe_planets_planet_id_position.rb +14 -11
- data/lib/esi_client/models/get_universe_races_200_ok.rb +15 -12
- data/lib/esi_client/models/get_universe_races_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_regions_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_regions_region_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_regions_region_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_universe_regions_region_id_ok.rb +14 -11
- data/lib/esi_client/models/get_universe_schematics_schematic_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_schematics_schematic_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_universe_schematics_schematic_id_ok.rb +13 -10
- data/lib/esi_client/models/get_universe_stargates_stargate_id_destination.rb +13 -10
- data/lib/esi_client/models/get_universe_stargates_stargate_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_stargates_stargate_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_universe_stargates_stargate_id_ok.rb +15 -22
- data/lib/esi_client/models/get_universe_stargates_stargate_id_position.rb +14 -11
- data/lib/esi_client/models/get_universe_stations_station_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_stations_station_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_universe_stations_station_id_ok.rb +19 -22
- data/lib/esi_client/models/get_universe_stations_station_id_position.rb +14 -11
- data/lib/esi_client/models/get_universe_structures_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_structures_structure_id_forbidden.rb +1 -1
- data/lib/esi_client/models/get_universe_structures_structure_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_structures_structure_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_universe_structures_structure_id_ok.rb +14 -26
- data/lib/esi_client/models/get_universe_structures_structure_id_position.rb +14 -11
- data/lib/esi_client/models/get_universe_system_jumps_200_ok.rb +13 -10
- data/lib/esi_client/models/get_universe_system_jumps_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_system_kills_200_ok.rb +15 -12
- data/lib/esi_client/models/get_universe_system_kills_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_systems_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_systems_system_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_systems_system_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_universe_systems_system_id_ok.rb +24 -38
- data/lib/esi_client/models/get_universe_systems_system_id_planet.rb +13 -22
- data/lib/esi_client/models/get_universe_systems_system_id_position.rb +14 -11
- data/lib/esi_client/models/get_universe_types_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_types_type_id_dogma_attribute.rb +13 -10
- data/lib/esi_client/models/get_universe_types_type_id_dogma_effect.rb +13 -10
- data/lib/esi_client/models/get_universe_types_type_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_universe_types_type_id_not_found.rb +11 -8
- data/lib/esi_client/models/get_universe_types_type_id_ok.rb +17 -34
- data/lib/esi_client/models/get_wars_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_wars_war_id_aggressor.rb +13 -10
- data/lib/esi_client/models/get_wars_war_id_ally.rb +11 -8
- data/lib/esi_client/models/get_wars_war_id_defender.rb +13 -10
- data/lib/esi_client/models/get_wars_war_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_wars_war_id_killmails_200_ok.rb +13 -10
- data/lib/esi_client/models/get_wars_war_id_killmails_internal_server_error.rb +1 -1
- data/lib/esi_client/models/get_wars_war_id_killmails_unprocessable_entity.rb +11 -8
- data/lib/esi_client/models/get_wars_war_id_ok.rb +15 -22
- data/lib/esi_client/models/get_wars_war_id_unprocessable_entity.rb +11 -8
- data/lib/esi_client/models/post_characters_affiliation_200_ok.rb +13 -10
- data/lib/esi_client/models/post_characters_affiliation_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_characters_affiliation_unprocessable_entity.rb +1 -1
- data/lib/esi_client/models/post_characters_character_id_contacts_forbidden.rb +1 -1
- data/lib/esi_client/models/post_characters_character_id_contacts_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_characters_character_id_cspa_characters.rb +1 -2
- data/lib/esi_client/models/post_characters_character_id_cspa_created.rb +1 -2
- data/lib/esi_client/models/post_characters_character_id_cspa_forbidden.rb +1 -1
- data/lib/esi_client/models/post_characters_character_id_cspa_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_characters_character_id_fittings_created.rb +12 -9
- data/lib/esi_client/models/post_characters_character_id_fittings_fitting.rb +25 -22
- data/lib/esi_client/models/post_characters_character_id_fittings_forbidden.rb +1 -1
- data/lib/esi_client/models/post_characters_character_id_fittings_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_characters_character_id_fittings_item.rb +14 -11
- data/lib/esi_client/models/post_characters_character_id_mail_bad_request.rb +11 -8
- data/lib/esi_client/models/post_characters_character_id_mail_forbidden.rb +1 -1
- data/lib/esi_client/models/post_characters_character_id_mail_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_characters_character_id_mail_labels_forbidden.rb +1 -1
- data/lib/esi_client/models/post_characters_character_id_mail_labels_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_characters_character_id_mail_labels_label.rb +21 -19
- data/lib/esi_client/models/post_characters_character_id_mail_mail.rb +21 -18
- data/lib/esi_client/models/post_characters_character_id_mail_recipient.rb +15 -13
- data/lib/esi_client/models/post_fleets_fleet_id_members_forbidden.rb +1 -1
- data/lib/esi_client/models/post_fleets_fleet_id_members_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_fleets_fleet_id_members_invitation.rb +22 -18
- data/lib/esi_client/models/post_fleets_fleet_id_members_not_found.rb +11 -8
- data/lib/esi_client/models/post_fleets_fleet_id_members_unprocessable_entity.rb +11 -8
- data/lib/esi_client/models/post_fleets_fleet_id_wings_created.rb +12 -9
- data/lib/esi_client/models/post_fleets_fleet_id_wings_forbidden.rb +1 -1
- data/lib/esi_client/models/post_fleets_fleet_id_wings_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_fleets_fleet_id_wings_not_found.rb +11 -8
- data/lib/esi_client/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +12 -9
- data/lib/esi_client/models/post_fleets_fleet_id_wings_wing_id_squads_forbidden.rb +1 -1
- data/lib/esi_client/models/post_fleets_fleet_id_wings_wing_id_squads_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +11 -8
- data/lib/esi_client/models/post_ui_autopilot_waypoint_forbidden.rb +1 -1
- data/lib/esi_client/models/post_ui_autopilot_waypoint_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_ui_openwindow_contract_forbidden.rb +1 -1
- data/lib/esi_client/models/post_ui_openwindow_contract_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_ui_openwindow_information_forbidden.rb +1 -1
- data/lib/esi_client/models/post_ui_openwindow_information_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_ui_openwindow_marketdetails_forbidden.rb +1 -1
- data/lib/esi_client/models/post_ui_openwindow_marketdetails_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_ui_openwindow_newmail_forbidden.rb +1 -1
- data/lib/esi_client/models/post_ui_openwindow_newmail_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_ui_openwindow_newmail_new_mail.rb +20 -17
- data/lib/esi_client/models/post_ui_openwindow_newmail_unprocessable_entity.rb +11 -8
- data/lib/esi_client/models/post_universe_names_200_ok.rb +16 -14
- data/lib/esi_client/models/post_universe_names_internal_server_error.rb +1 -1
- data/lib/esi_client/models/post_universe_names_not_found.rb +11 -8
- data/lib/esi_client/models/put_characters_character_id_calendar_event_id_forbidden.rb +1 -1
- data/lib/esi_client/models/put_characters_character_id_calendar_event_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/put_characters_character_id_calendar_event_id_response.rb +15 -13
- data/lib/esi_client/models/put_characters_character_id_contacts_forbidden.rb +1 -1
- data/lib/esi_client/models/put_characters_character_id_contacts_internal_server_error.rb +1 -1
- data/lib/esi_client/models/put_characters_character_id_mail_mail_id_bad_request.rb +11 -8
- data/lib/esi_client/models/put_characters_character_id_mail_mail_id_contents.rb +11 -8
- data/lib/esi_client/models/put_characters_character_id_mail_mail_id_forbidden.rb +1 -1
- data/lib/esi_client/models/put_characters_character_id_mail_mail_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/put_corporations_corporation_id_structures_structure_id_forbidden.rb +1 -1
- data/lib/esi_client/models/put_corporations_corporation_id_structures_structure_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/put_corporations_corporation_id_structures_structure_id_new_schedule.rb +1 -2
- data/lib/esi_client/models/put_fleets_fleet_id_bad_request.rb +11 -8
- data/lib/esi_client/models/put_fleets_fleet_id_forbidden.rb +1 -1
- data/lib/esi_client/models/put_fleets_fleet_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/put_fleets_fleet_id_members_member_id_forbidden.rb +1 -1
- data/lib/esi_client/models/put_fleets_fleet_id_members_member_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/put_fleets_fleet_id_members_member_id_movement.rb +21 -17
- data/lib/esi_client/models/put_fleets_fleet_id_members_member_id_not_found.rb +11 -8
- data/lib/esi_client/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +11 -8
- data/lib/esi_client/models/put_fleets_fleet_id_new_settings.rb +11 -8
- data/lib/esi_client/models/put_fleets_fleet_id_not_found.rb +11 -8
- data/lib/esi_client/models/put_fleets_fleet_id_squads_squad_id_forbidden.rb +1 -1
- data/lib/esi_client/models/put_fleets_fleet_id_squads_squad_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/put_fleets_fleet_id_squads_squad_id_naming.rb +15 -12
- data/lib/esi_client/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +11 -8
- data/lib/esi_client/models/put_fleets_fleet_id_wings_wing_id_forbidden.rb +1 -1
- data/lib/esi_client/models/put_fleets_fleet_id_wings_wing_id_internal_server_error.rb +1 -1
- data/lib/esi_client/models/put_fleets_fleet_id_wings_wing_id_naming.rb +15 -12
- data/lib/esi_client/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +11 -8
- data/lib/esi_client/version.rb +2 -3
- metadata +3 -765
- data/docs/BadRequest.md +0 -8
- data/docs/ContractsApi.md +0 -392
- data/docs/ErrorLimited.md +0 -8
- data/docs/FactionWarfareApi.md +0 -436
- data/docs/Forbidden.md +0 -9
- data/docs/GatewayTimeout.md +0 -9
- data/docs/GetAlliancesAllianceIdContacts200Ok.md +0 -11
- data/docs/GetAlliancesAllianceIdContactsLabels200Ok.md +0 -9
- data/docs/GetCharactersCharacterIdAttributesOk.md +0 -15
- data/docs/GetCharactersCharacterIdCalendarEventIdAttendees200Ok.md +0 -9
- data/docs/GetCharactersCharacterIdCalendarEventIdAttendeesNotFound.md +0 -8
- data/docs/GetCharactersCharacterIdCalendarEventIdNotFound.md +0 -8
- data/docs/GetCharactersCharacterIdContracts200Ok.md +0 -29
- data/docs/GetCharactersCharacterIdContractsContractIdBids200Ok.md +0 -11
- data/docs/GetCharactersCharacterIdContractsContractIdBidsNotFound.md +0 -8
- data/docs/GetCharactersCharacterIdContractsContractIdItems200Ok.md +0 -13
- data/docs/GetCharactersCharacterIdContractsContractIdItemsNotFound.md +0 -8
- data/docs/GetCharactersCharacterIdFatigueOk.md +0 -10
- data/docs/GetCharactersCharacterIdFleetNotFound.md +0 -8
- data/docs/GetCharactersCharacterIdFleetOk.md +0 -11
- data/docs/GetCharactersCharacterIdFwStatsKills.md +0 -10
- data/docs/GetCharactersCharacterIdFwStatsOk.md +0 -13
- data/docs/GetCharactersCharacterIdFwStatsVictoryPoints.md +0 -10
- data/docs/GetCharactersCharacterIdMining200Ok.md +0 -11
- data/docs/GetCharactersCharacterIdNotifications200Ok.md +0 -14
- data/docs/GetCharactersCharacterIdNotificationsContacts200Ok.md +0 -12
- data/docs/GetCharactersCharacterIdOnlineForbidden.md +0 -8
- data/docs/GetCharactersCharacterIdOnlineInternalServerError.md +0 -8
- data/docs/GetCharactersCharacterIdOnlineOk.md +0 -11
- data/docs/GetCharactersCharacterIdOrdersHistory200Ok.md +0 -22
- data/docs/GetCharactersCharacterIdPlanetsPlanetIdContent.md +0 -9
- data/docs/GetCharactersCharacterIdRolesOk.md +0 -11
- data/docs/GetCharactersCharacterIdStats200Ok.md +0 -20
- data/docs/GetCharactersCharacterIdStatsCharacter.md +0 -10
- data/docs/GetCharactersCharacterIdStatsCombat.md +0 -101
- data/docs/GetCharactersCharacterIdStatsIndustry.md +0 -43
- data/docs/GetCharactersCharacterIdStatsInventory.md +0 -9
- data/docs/GetCharactersCharacterIdStatsIsk.md +0 -9
- data/docs/GetCharactersCharacterIdStatsMarket.md +0 -20
- data/docs/GetCharactersCharacterIdStatsMining.md +0 -26
- data/docs/GetCharactersCharacterIdStatsModule.md +0 -76
- data/docs/GetCharactersCharacterIdStatsOrbital.md +0 -10
- data/docs/GetCharactersCharacterIdStatsPve.md +0 -11
- data/docs/GetCharactersCharacterIdStatsSocial.md +0 -32
- data/docs/GetCharactersCharacterIdStatsTravel.md +0 -28
- data/docs/GetCharactersCharacterIdTitles200Ok.md +0 -9
- data/docs/GetCharactersCharacterIdWalletJournal200Ok.md +0 -20
- data/docs/GetCharactersCharacterIdWalletJournalExtraInfo.md +0 -19
- data/docs/GetCharactersCharacterIdWalletTransactions200Ok.md +0 -17
- data/docs/GetCorporationCorporationIdMiningExtractions200Ok.md +0 -12
- data/docs/GetCorporationCorporationIdMiningObservers200Ok.md +0 -10
- data/docs/GetCorporationCorporationIdMiningObserversObserverId200Ok.md +0 -12
- data/docs/GetCorporationsCorporationIdAssets200Ok.md +0 -15
- data/docs/GetCorporationsCorporationIdBlueprints200Ok.md +0 -15
- data/docs/GetCorporationsCorporationIdBookmarks200Ok.md +0 -16
- data/docs/GetCorporationsCorporationIdBookmarksCoordinates.md +0 -10
- data/docs/GetCorporationsCorporationIdBookmarksFolders200Ok.md +0 -10
- data/docs/GetCorporationsCorporationIdBookmarksItem.md +0 -9
- data/docs/GetCorporationsCorporationIdContacts200Ok.md +0 -12
- data/docs/GetCorporationsCorporationIdContactsLabels200Ok.md +0 -9
- data/docs/GetCorporationsCorporationIdContainersLogs200Ok.md +0 -19
- data/docs/GetCorporationsCorporationIdContracts200Ok.md +0 -29
- data/docs/GetCorporationsCorporationIdContractsContractIdBids200Ok.md +0 -11
- data/docs/GetCorporationsCorporationIdContractsContractIdBidsNotFound.md +0 -8
- data/docs/GetCorporationsCorporationIdContractsContractIdItems200Ok.md +0 -13
- data/docs/GetCorporationsCorporationIdContractsContractIdItemsError520.md +0 -8
- data/docs/GetCorporationsCorporationIdContractsContractIdItemsNotFound.md +0 -8
- data/docs/GetCorporationsCorporationIdCustomsOffices200Ok.md +0 -21
- data/docs/GetCorporationsCorporationIdDivisionsHangar.md +0 -9
- data/docs/GetCorporationsCorporationIdDivisionsHangarHangar.md +0 -9
- data/docs/GetCorporationsCorporationIdDivisionsOk.md +0 -9
- data/docs/GetCorporationsCorporationIdDivisionsWallet.md +0 -9
- data/docs/GetCorporationsCorporationIdDivisionsWalletWallet.md +0 -9
- data/docs/GetCorporationsCorporationIdFacilities200Ok.md +0 -10
- data/docs/GetCorporationsCorporationIdFwStatsKills.md +0 -10
- data/docs/GetCorporationsCorporationIdFwStatsOk.md +0 -12
- data/docs/GetCorporationsCorporationIdFwStatsVictoryPoints.md +0 -10
- data/docs/GetCorporationsCorporationIdIndustryJobs200Ok.md +0 -29
- data/docs/GetCorporationsCorporationIdKillmailsRecent200Ok.md +0 -9
- data/docs/GetCorporationsCorporationIdMedals200Ok.md +0 -12
- data/docs/GetCorporationsCorporationIdMedalsIssued200Ok.md +0 -13
- data/docs/GetCorporationsCorporationIdMembersTitles200Ok.md +0 -9
- data/docs/GetCorporationsCorporationIdMembertracking200Ok.md +0 -14
- data/docs/GetCorporationsCorporationIdOrders200Ok.md +0 -22
- data/docs/GetCorporationsCorporationIdOrdersHistory200Ok.md +0 -23
- data/docs/GetCorporationsCorporationIdOutpostsOutpostIdCoordinates.md +0 -10
- data/docs/GetCorporationsCorporationIdOutpostsOutpostIdOk.md +0 -17
- data/docs/GetCorporationsCorporationIdOutpostsOutpostIdService.md +0 -11
- data/docs/GetCorporationsCorporationIdRolesHistory200Ok.md +0 -13
- data/docs/GetCorporationsCorporationIdShareholders200Ok.md +0 -10
- data/docs/GetCorporationsCorporationIdStandings200Ok.md +0 -10
- data/docs/GetCorporationsCorporationIdStarbases200Ok.md +0 -15
- data/docs/GetCorporationsCorporationIdStarbasesStarbaseIdFuel.md +0 -9
- data/docs/GetCorporationsCorporationIdStarbasesStarbaseIdOk.md +0 -21
- data/docs/GetCorporationsCorporationIdTitles200Ok.md +0 -17
- data/docs/GetCorporationsCorporationIdWallets200Ok.md +0 -9
- data/docs/GetCorporationsCorporationIdWalletsDivisionJournal200Ok.md +0 -20
- data/docs/GetCorporationsCorporationIdWalletsDivisionJournalExtraInfo.md +0 -19
- data/docs/GetCorporationsCorporationIdWalletsDivisionTransactions200Ok.md +0 -16
- data/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute.md +0 -9
- data/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaEffect.md +0 -9
- data/docs/GetDogmaDynamicItemsTypeIdItemIdNotFound.md +0 -8
- data/docs/GetDogmaDynamicItemsTypeIdItemIdOk.md +0 -12
- data/docs/GetFwLeaderboardsActiveTotal.md +0 -9
- data/docs/GetFwLeaderboardsActiveTotal1.md +0 -9
- data/docs/GetFwLeaderboardsActiveTotalActiveTotal.md +0 -9
- data/docs/GetFwLeaderboardsActiveTotalActiveTotal1.md +0 -9
- data/docs/GetFwLeaderboardsCharactersActiveTotal.md +0 -9
- data/docs/GetFwLeaderboardsCharactersActiveTotal1.md +0 -9
- data/docs/GetFwLeaderboardsCharactersActiveTotalActiveTotal.md +0 -9
- data/docs/GetFwLeaderboardsCharactersActiveTotalActiveTotal1.md +0 -9
- data/docs/GetFwLeaderboardsCharactersKills.md +0 -10
- data/docs/GetFwLeaderboardsCharactersLastWeek.md +0 -9
- data/docs/GetFwLeaderboardsCharactersLastWeek1.md +0 -9
- data/docs/GetFwLeaderboardsCharactersLastWeekLastWeek.md +0 -9
- data/docs/GetFwLeaderboardsCharactersLastWeekLastWeek1.md +0 -9
- data/docs/GetFwLeaderboardsCharactersOk.md +0 -9
- data/docs/GetFwLeaderboardsCharactersVictoryPoints.md +0 -10
- data/docs/GetFwLeaderboardsCharactersYesterday.md +0 -9
- data/docs/GetFwLeaderboardsCharactersYesterday1.md +0 -9
- data/docs/GetFwLeaderboardsCharactersYesterdayYesterday.md +0 -9
- data/docs/GetFwLeaderboardsCharactersYesterdayYesterday1.md +0 -9
- data/docs/GetFwLeaderboardsCorporationsActiveTotal.md +0 -9
- data/docs/GetFwLeaderboardsCorporationsActiveTotal1.md +0 -9
- data/docs/GetFwLeaderboardsCorporationsActiveTotalActiveTotal.md +0 -9
- data/docs/GetFwLeaderboardsCorporationsActiveTotalActiveTotal1.md +0 -9
- data/docs/GetFwLeaderboardsCorporationsKills.md +0 -10
- data/docs/GetFwLeaderboardsCorporationsLastWeek.md +0 -9
- data/docs/GetFwLeaderboardsCorporationsLastWeek1.md +0 -9
- data/docs/GetFwLeaderboardsCorporationsLastWeekLastWeek.md +0 -9
- data/docs/GetFwLeaderboardsCorporationsLastWeekLastWeek1.md +0 -9
- data/docs/GetFwLeaderboardsCorporationsOk.md +0 -9
- data/docs/GetFwLeaderboardsCorporationsVictoryPoints.md +0 -10
- data/docs/GetFwLeaderboardsCorporationsYesterday.md +0 -9
- data/docs/GetFwLeaderboardsCorporationsYesterday1.md +0 -9
- data/docs/GetFwLeaderboardsCorporationsYesterdayYesterday.md +0 -9
- data/docs/GetFwLeaderboardsCorporationsYesterdayYesterday1.md +0 -9
- data/docs/GetFwLeaderboardsKills.md +0 -10
- data/docs/GetFwLeaderboardsLastWeek.md +0 -9
- data/docs/GetFwLeaderboardsLastWeek1.md +0 -9
- data/docs/GetFwLeaderboardsLastWeekLastWeek.md +0 -9
- data/docs/GetFwLeaderboardsLastWeekLastWeek1.md +0 -9
- data/docs/GetFwLeaderboardsOk.md +0 -9
- data/docs/GetFwLeaderboardsVictoryPoints.md +0 -10
- data/docs/GetFwLeaderboardsYesterday.md +0 -9
- data/docs/GetFwLeaderboardsYesterday1.md +0 -9
- data/docs/GetFwLeaderboardsYesterdayYesterday.md +0 -9
- data/docs/GetFwLeaderboardsYesterdayYesterday1.md +0 -9
- data/docs/GetFwStats200Ok.md +0 -12
- data/docs/GetFwStatsKills.md +0 -10
- data/docs/GetFwStatsVictoryPoints.md +0 -10
- data/docs/GetFwSystems200Ok.md +0 -13
- data/docs/GetFwWars200Ok.md +0 -9
- data/docs/GetKillmailsKillmailIdKillmailHashItemsItem.md +0 -12
- data/docs/GetLoyaltyStoresCorporationIdOffersNotFound.md +0 -8
- data/docs/GetMarketsRegionIdHistoryError520.md +0 -8
- data/docs/GetMarketsRegionIdHistoryNotFound.md +0 -8
- data/docs/GetMarketsRegionIdOrdersNotFound.md +0 -8
- data/docs/GetUniverseAncestries200Ok.md +0 -13
- data/docs/GetUniverseAsteroidBeltsAsteroidBeltIdNotFound.md +0 -8
- data/docs/GetUniverseAsteroidBeltsAsteroidBeltIdOk.md +0 -10
- data/docs/GetUniverseAsteroidBeltsAsteroidBeltIdPosition.md +0 -10
- data/docs/GetUniverseStarsStarIdOk.md +0 -15
- data/docs/InternalServerError.md +0 -8
- data/docs/PostCharactersAffiliationNotFound.md +0 -8
- data/docs/PostCharactersCharacterIdAssetsLocations200Ok.md +0 -9
- data/docs/PostCharactersCharacterIdAssetsLocationsPosition.md +0 -10
- data/docs/PostCharactersCharacterIdAssetsNames200Ok.md +0 -9
- data/docs/PostCharactersCharacterIdContactsError520.md +0 -8
- data/docs/PostCharactersCharacterIdMailError520.md +0 -8
- data/docs/PostCorporationsCorporationIdAssetsLocations200Ok.md +0 -9
- data/docs/PostCorporationsCorporationIdAssetsLocationsNotFound.md +0 -8
- data/docs/PostCorporationsCorporationIdAssetsLocationsPosition.md +0 -10
- data/docs/PostCorporationsCorporationIdAssetsNames200Ok.md +0 -9
- data/docs/PostCorporationsCorporationIdAssetsNamesNotFound.md +0 -8
- data/docs/PostUniverseIdsAgent.md +0 -9
- data/docs/PostUniverseIdsAlliance.md +0 -9
- data/docs/PostUniverseIdsCharacter.md +0 -9
- data/docs/PostUniverseIdsConstellation.md +0 -9
- data/docs/PostUniverseIdsCorporation.md +0 -9
- data/docs/PostUniverseIdsFaction.md +0 -9
- data/docs/PostUniverseIdsInventoryType.md +0 -9
- data/docs/PostUniverseIdsOk.md +0 -17
- data/docs/PostUniverseIdsRegion.md +0 -9
- data/docs/PostUniverseIdsServiceUnavailable.md +0 -8
- data/docs/PostUniverseIdsStation.md +0 -9
- data/docs/PostUniverseIdsSystem.md +0 -9
- data/docs/ServiceUnavailable.md +0 -8
- data/docs/Unauthorized.md +0 -8
- data/esi_client-1.0.1.gem +0 -0
- data/esi_client-1.0.2.gem +0 -0
- data/esi_client-1.1.0.gem +0 -0
- data/esi_client-1.2.0.gem +0 -0
- data/esi_client-1.3.0.gem +0 -0
- data/esi_client-1.4.0.gem +0 -0
- data/lib/esi_client/api/contracts_api.rb +0 -488
- data/lib/esi_client/api/faction_warfare_api.rb +0 -505
- data/lib/esi_client/models/bad_request.rb +0 -190
- data/lib/esi_client/models/error_limited.rb +0 -190
- data/lib/esi_client/models/forbidden.rb +0 -200
- data/lib/esi_client/models/gateway_timeout.rb +0 -200
- data/lib/esi_client/models/get_alliances_alliance_id_contacts_200_ok.rb +0 -266
- data/lib/esi_client/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +0 -205
- data/lib/esi_client/models/get_characters_character_id_attributes_ok.rb +0 -280
- data/lib/esi_client/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +0 -229
- data/lib/esi_client/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +0 -185
- data/lib/esi_client/models/get_characters_character_id_calendar_event_id_not_found.rb +0 -185
- data/lib/esi_client/models/get_characters_character_id_contracts_200_ok.rb +0 -508
- data/lib/esi_client/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +0 -235
- data/lib/esi_client/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +0 -185
- data/lib/esi_client/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +0 -260
- data/lib/esi_client/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +0 -185
- data/lib/esi_client/models/get_characters_character_id_fatigue_ok.rb +0 -205
- data/lib/esi_client/models/get_characters_character_id_fleet_not_found.rb +0 -185
- data/lib/esi_client/models/get_characters_character_id_fleet_ok.rb +0 -269
- data/lib/esi_client/models/get_characters_character_id_fw_stats_kills.rb +0 -220
- data/lib/esi_client/models/get_characters_character_id_fw_stats_ok.rb +0 -291
- data/lib/esi_client/models/get_characters_character_id_fw_stats_victory_points.rb +0 -220
- data/lib/esi_client/models/get_characters_character_id_mining_200_ok.rb +0 -235
- data/lib/esi_client/models/get_characters_character_id_notifications_200_ok.rb +0 -316
- data/lib/esi_client/models/get_characters_character_id_notifications_contacts_200_ok.rb +0 -250
- data/lib/esi_client/models/get_characters_character_id_online_forbidden.rb +0 -188
- data/lib/esi_client/models/get_characters_character_id_online_internal_server_error.rb +0 -188
- data/lib/esi_client/models/get_characters_character_id_online_ok.rb +0 -220
- data/lib/esi_client/models/get_characters_character_id_orders_history_200_ok.rb +0 -431
- data/lib/esi_client/models/get_characters_character_id_planets_planet_id_content.rb +0 -205
- data/lib/esi_client/models/get_characters_character_id_roles_ok.rb +0 -245
- data/lib/esi_client/models/get_characters_character_id_stats_200_ok.rb +0 -298
- data/lib/esi_client/models/get_characters_character_id_stats_character.rb +0 -205
- data/lib/esi_client/models/get_characters_character_id_stats_combat.rb +0 -1115
- data/lib/esi_client/models/get_characters_character_id_stats_industry.rb +0 -535
- data/lib/esi_client/models/get_characters_character_id_stats_inventory.rb +0 -195
- data/lib/esi_client/models/get_characters_character_id_stats_isk.rb +0 -195
- data/lib/esi_client/models/get_characters_character_id_stats_market.rb +0 -305
- data/lib/esi_client/models/get_characters_character_id_stats_mining.rb +0 -365
- data/lib/esi_client/models/get_characters_character_id_stats_module.rb +0 -865
- data/lib/esi_client/models/get_characters_character_id_stats_orbital.rb +0 -205
- data/lib/esi_client/models/get_characters_character_id_stats_pve.rb +0 -215
- data/lib/esi_client/models/get_characters_character_id_stats_social.rb +0 -425
- data/lib/esi_client/models/get_characters_character_id_stats_travel.rb +0 -385
- data/lib/esi_client/models/get_characters_character_id_titles_200_ok.rb +0 -195
- data/lib/esi_client/models/get_characters_character_id_wallet_journal_200_ok.rb +0 -371
- data/lib/esi_client/models/get_characters_character_id_wallet_journal_extra_info.rb +0 -295
- data/lib/esi_client/models/get_characters_character_id_wallet_transactions_200_ok.rb +0 -325
- data/lib/esi_client/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +0 -250
- data/lib/esi_client/models/get_corporation_corporation_id_mining_observers_200_ok.rb +0 -254
- data/lib/esi_client/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +0 -250
- data/lib/esi_client/models/get_corporations_corporation_id_assets_200_ok.rb +0 -336
- data/lib/esi_client/models/get_corporations_corporation_id_blueprints_200_ok.rb +0 -423
- data/lib/esi_client/models/get_corporations_corporation_id_bookmarks_200_ok.rb +0 -293
- data/lib/esi_client/models/get_corporations_corporation_id_bookmarks_coordinates.rb +0 -220
- data/lib/esi_client/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +0 -215
- data/lib/esi_client/models/get_corporations_corporation_id_bookmarks_item.rb +0 -205
- data/lib/esi_client/models/get_corporations_corporation_id_contacts_200_ok.rb +0 -276
- data/lib/esi_client/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +0 -205
- data/lib/esi_client/models/get_corporations_corporation_id_containers_logs_200_ok.rb +0 -388
- data/lib/esi_client/models/get_corporations_corporation_id_contracts_200_ok.rb +0 -508
- data/lib/esi_client/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +0 -235
- data/lib/esi_client/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +0 -185
- data/lib/esi_client/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +0 -260
- data/lib/esi_client/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +0 -185
- data/lib/esi_client/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +0 -185
- data/lib/esi_client/models/get_corporations_corporation_id_customs_offices_200_ok.rb +0 -435
- data/lib/esi_client/models/get_corporations_corporation_id_divisions_hangar.rb +0 -234
- data/lib/esi_client/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +0 -234
- data/lib/esi_client/models/get_corporations_corporation_id_divisions_ok.rb +0 -199
- data/lib/esi_client/models/get_corporations_corporation_id_divisions_wallet.rb +0 -234
- data/lib/esi_client/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +0 -234
- data/lib/esi_client/models/get_corporations_corporation_id_facilities_200_ok.rb +0 -220
- data/lib/esi_client/models/get_corporations_corporation_id_fw_stats_kills.rb +0 -220
- data/lib/esi_client/models/get_corporations_corporation_id_fw_stats_ok.rb +0 -233
- data/lib/esi_client/models/get_corporations_corporation_id_fw_stats_victory_points.rb +0 -220
- data/lib/esi_client/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +0 -499
- data/lib/esi_client/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +0 -205
- data/lib/esi_client/models/get_corporations_corporation_id_medals_200_ok.rb +0 -288
- data/lib/esi_client/models/get_corporations_corporation_id_medals_issued_200_ok.rb +0 -318
- data/lib/esi_client/models/get_corporations_corporation_id_members_titles_200_ok.rb +0 -207
- data/lib/esi_client/models/get_corporations_corporation_id_membertracking_200_ok.rb +0 -250
- data/lib/esi_client/models/get_corporations_corporation_id_orders_200_ok.rb +0 -447
- data/lib/esi_client/models/get_corporations_corporation_id_orders_history_200_ok.rb +0 -469
- data/lib/esi_client/models/get_corporations_corporation_id_outposts_outpost_id_coordinates.rb +0 -220
- data/lib/esi_client/models/get_corporations_corporation_id_outposts_outpost_id_ok.rb +0 -326
- data/lib/esi_client/models/get_corporations_corporation_id_outposts_outpost_id_service.rb +0 -269
- data/lib/esi_client/models/get_corporations_corporation_id_roles_history_200_ok.rb +0 -303
- data/lib/esi_client/models/get_corporations_corporation_id_shareholders_200_ok.rb +0 -254
- data/lib/esi_client/models/get_corporations_corporation_id_standings_200_ok.rb +0 -254
- data/lib/esi_client/models/get_corporations_corporation_id_starbases_200_ok.rb +0 -304
- data/lib/esi_client/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +0 -205
- data/lib/esi_client/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +0 -466
- data/lib/esi_client/models/get_corporations_corporation_id_titles_200_ok.rb +0 -313
- data/lib/esi_client/models/get_corporations_corporation_id_wallets_200_ok.rb +0 -233
- data/lib/esi_client/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +0 -371
- data/lib/esi_client/models/get_corporations_corporation_id_wallets_division_journal_extra_info.rb +0 -295
- data/lib/esi_client/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +0 -310
- data/lib/esi_client/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +0 -205
- data/lib/esi_client/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +0 -205
- data/lib/esi_client/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +0 -185
- data/lib/esi_client/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +0 -254
- data/lib/esi_client/models/get_fw_leaderboards_active_total.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_active_total_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_active_total_active_total.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_active_total_active_total_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_characters_active_total.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_characters_active_total_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_characters_active_total_active_total.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_characters_kills.rb +0 -226
- data/lib/esi_client/models/get_fw_leaderboards_characters_last_week.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_characters_last_week_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_characters_last_week_last_week.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_characters_ok.rb +0 -203
- data/lib/esi_client/models/get_fw_leaderboards_characters_victory_points.rb +0 -226
- data/lib/esi_client/models/get_fw_leaderboards_characters_yesterday.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_characters_yesterday_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_corporations_active_total.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_corporations_active_total_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_corporations_active_total_active_total.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_corporations_kills.rb +0 -226
- data/lib/esi_client/models/get_fw_leaderboards_corporations_last_week.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_corporations_last_week_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_corporations_last_week_last_week.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_corporations_ok.rb +0 -203
- data/lib/esi_client/models/get_fw_leaderboards_corporations_victory_points.rb +0 -226
- data/lib/esi_client/models/get_fw_leaderboards_corporations_yesterday.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_corporations_yesterday_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_kills.rb +0 -226
- data/lib/esi_client/models/get_fw_leaderboards_last_week.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_last_week_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_last_week_last_week.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_last_week_last_week_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_ok.rb +0 -203
- data/lib/esi_client/models/get_fw_leaderboards_victory_points.rb +0 -226
- data/lib/esi_client/models/get_fw_leaderboards_yesterday.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_yesterday_1.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_yesterday_yesterday.rb +0 -195
- data/lib/esi_client/models/get_fw_leaderboards_yesterday_yesterday_1.rb +0 -195
- data/lib/esi_client/models/get_fw_stats_200_ok.rb +0 -248
- data/lib/esi_client/models/get_fw_stats_kills.rb +0 -220
- data/lib/esi_client/models/get_fw_stats_victory_points.rb +0 -220
- data/lib/esi_client/models/get_fw_systems_200_ok.rb +0 -299
- data/lib/esi_client/models/get_fw_wars_200_ok.rb +0 -205
- data/lib/esi_client/models/get_killmails_killmail_id_killmail_hash_items_item.rb +0 -240
- data/lib/esi_client/models/get_loyalty_stores_corporation_id_offers_not_found.rb +0 -185
- data/lib/esi_client/models/get_markets_region_id_history_error_520.rb +0 -185
- data/lib/esi_client/models/get_markets_region_id_history_not_found.rb +0 -185
- data/lib/esi_client/models/get_markets_region_id_orders_not_found.rb +0 -185
- data/lib/esi_client/models/get_universe_ancestries_200_ok.rb +0 -255
- data/lib/esi_client/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +0 -185
- data/lib/esi_client/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +0 -219
- data/lib/esi_client/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +0 -220
- data/lib/esi_client/models/get_universe_stars_star_id_ok.rb +0 -329
- data/lib/esi_client/models/internal_server_error.rb +0 -190
- data/lib/esi_client/models/post_characters_affiliation_not_found.rb +0 -185
- data/lib/esi_client/models/post_characters_character_id_assets_locations_200_ok.rb +0 -204
- data/lib/esi_client/models/post_characters_character_id_assets_locations_position.rb +0 -220
- data/lib/esi_client/models/post_characters_character_id_assets_names_200_ok.rb +0 -205
- data/lib/esi_client/models/post_characters_character_id_contacts_error_520.rb +0 -185
- data/lib/esi_client/models/post_characters_character_id_mail_error_520.rb +0 -185
- data/lib/esi_client/models/post_corporations_corporation_id_assets_locations_200_ok.rb +0 -204
- data/lib/esi_client/models/post_corporations_corporation_id_assets_locations_not_found.rb +0 -185
- data/lib/esi_client/models/post_corporations_corporation_id_assets_locations_position.rb +0 -220
- data/lib/esi_client/models/post_corporations_corporation_id_assets_names_200_ok.rb +0 -205
- data/lib/esi_client/models/post_corporations_corporation_id_assets_names_not_found.rb +0 -185
- data/lib/esi_client/models/post_universe_ids_agent.rb +0 -195
- data/lib/esi_client/models/post_universe_ids_alliance.rb +0 -195
- data/lib/esi_client/models/post_universe_ids_character.rb +0 -195
- data/lib/esi_client/models/post_universe_ids_constellation.rb +0 -195
- data/lib/esi_client/models/post_universe_ids_corporation.rb +0 -195
- data/lib/esi_client/models/post_universe_ids_faction.rb +0 -195
- data/lib/esi_client/models/post_universe_ids_inventory_type.rb +0 -195
- data/lib/esi_client/models/post_universe_ids_ok.rb +0 -295
- data/lib/esi_client/models/post_universe_ids_region.rb +0 -195
- data/lib/esi_client/models/post_universe_ids_service_unavailable.rb +0 -185
- data/lib/esi_client/models/post_universe_ids_station.rb +0 -195
- data/lib/esi_client/models/post_universe_ids_system.rb +0 -195
- data/lib/esi_client/models/service_unavailable.rb +0 -190
- data/lib/esi_client/models/unauthorized.rb +0 -190
- data/spec/api/contracts_api_spec.rb +0 -136
- data/spec/api/faction_warfare_api_spec.rb +0 -119
- data/spec/models/bad_request_spec.rb +0 -41
- data/spec/models/error_limited_spec.rb +0 -41
- data/spec/models/forbidden_spec.rb +0 -48
- data/spec/models/gateway_timeout_spec.rb +0 -47
- data/spec/models/get_alliances_alliance_id_contacts_200_ok_spec.rb +0 -63
- data/spec/models/get_alliances_alliance_id_contacts_labels_200_ok_spec.rb +0 -47
- data/spec/models/get_characters_character_id_attributes_ok_spec.rb +0 -84
- data/spec/models/get_characters_character_id_calendar_event_id_attendees_200_ok_spec.rb +0 -52
- data/spec/models/get_characters_character_id_calendar_event_id_attendees_not_found_spec.rb +0 -41
- data/spec/models/get_characters_character_id_calendar_event_id_not_found_spec.rb +0 -41
- data/spec/models/get_characters_character_id_contracts_200_ok_spec.rb +0 -180
- data/spec/models/get_characters_character_id_contracts_contract_id_bids_200_ok_spec.rb +0 -60
- data/spec/models/get_characters_character_id_contracts_contract_id_bids_not_found_spec.rb +0 -41
- data/spec/models/get_characters_character_id_contracts_contract_id_items_200_ok_spec.rb +0 -72
- data/spec/models/get_characters_character_id_contracts_contract_id_items_not_found_spec.rb +0 -41
- data/spec/models/get_characters_character_id_fatigue_ok_spec.rb +0 -54
- data/spec/models/get_characters_character_id_fleet_not_found_spec.rb +0 -42
- data/spec/models/get_characters_character_id_fleet_ok_spec.rb +0 -64
- data/spec/models/get_characters_character_id_fw_stats_kills_spec.rb +0 -53
- data/spec/models/get_characters_character_id_fw_stats_ok_spec.rb +0 -71
- data/spec/models/get_characters_character_id_fw_stats_victory_points_spec.rb +0 -53
- data/spec/models/get_characters_character_id_mining_200_ok_spec.rb +0 -59
- data/spec/models/get_characters_character_id_notifications_200_ok_spec.rb +0 -86
- data/spec/models/get_characters_character_id_notifications_contacts_200_ok_spec.rb +0 -66
- data/spec/models/get_characters_character_id_online_forbidden_spec.rb +0 -41
- data/spec/models/get_characters_character_id_online_internal_server_error_spec.rb +0 -41
- data/spec/models/get_characters_character_id_online_ok_spec.rb +0 -59
- data/spec/models/get_characters_character_id_orders_history_200_ok_spec.rb +0 -133
- data/spec/models/get_characters_character_id_planets_planet_id_content_spec.rb +0 -48
- data/spec/models/get_characters_character_id_roles_ok_spec.rb +0 -75
- data/spec/models/get_characters_character_id_stats_200_ok_spec.rb +0 -113
- data/spec/models/get_characters_character_id_stats_character_spec.rb +0 -53
- data/spec/models/get_characters_character_id_stats_combat_spec.rb +0 -599
- data/spec/models/get_characters_character_id_stats_industry_spec.rb +0 -251
- data/spec/models/get_characters_character_id_stats_inventory_spec.rb +0 -47
- data/spec/models/get_characters_character_id_stats_isk_spec.rb +0 -47
- data/spec/models/get_characters_character_id_stats_market_spec.rb +0 -113
- data/spec/models/get_characters_character_id_stats_mining_spec.rb +0 -149
- data/spec/models/get_characters_character_id_stats_module_spec.rb +0 -449
- data/spec/models/get_characters_character_id_stats_orbital_spec.rb +0 -53
- data/spec/models/get_characters_character_id_stats_pve_spec.rb +0 -59
- data/spec/models/get_characters_character_id_stats_social_spec.rb +0 -185
- data/spec/models/get_characters_character_id_stats_travel_spec.rb +0 -161
- data/spec/models/get_characters_character_id_titles_200_ok_spec.rb +0 -47
- data/spec/models/get_characters_character_id_wallet_journal_200_ok_spec.rb +0 -126
- data/spec/models/get_characters_character_id_wallet_journal_extra_info_spec.rb +0 -108
- data/spec/models/get_characters_character_id_wallet_transactions_200_ok_spec.rb +0 -96
- data/spec/models/get_corporation_corporation_id_mining_extractions_200_ok_spec.rb +0 -65
- data/spec/models/get_corporation_corporation_id_mining_observers_200_ok_spec.rb +0 -57
- data/spec/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok_spec.rb +0 -65
- data/spec/models/get_corporations_corporation_id_assets_200_ok_spec.rb +0 -86
- data/spec/models/get_corporations_corporation_id_blueprints_200_ok_spec.rb +0 -88
- data/spec/models/get_corporations_corporation_id_bookmarks_200_ok_spec.rb +0 -90
- data/spec/models/get_corporations_corporation_id_bookmarks_coordinates_spec.rb +0 -54
- data/spec/models/get_corporations_corporation_id_bookmarks_folders_200_ok_spec.rb +0 -54
- data/spec/models/get_corporations_corporation_id_bookmarks_item_spec.rb +0 -48
- data/spec/models/get_corporations_corporation_id_contacts_200_ok_spec.rb +0 -70
- data/spec/models/get_corporations_corporation_id_contacts_labels_200_ok_spec.rb +0 -47
- data/spec/models/get_corporations_corporation_id_containers_logs_200_ok_spec.rb +0 -120
- data/spec/models/get_corporations_corporation_id_contracts_200_ok_spec.rb +0 -180
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok_spec.rb +0 -60
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found_spec.rb +0 -41
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok_spec.rb +0 -72
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +0 -41
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_not_found_spec.rb +0 -41
- data/spec/models/get_corporations_corporation_id_customs_offices_200_ok_spec.rb +0 -123
- data/spec/models/get_corporations_corporation_id_divisions_hangar_hangar_spec.rb +0 -47
- data/spec/models/get_corporations_corporation_id_divisions_hangar_spec.rb +0 -48
- data/spec/models/get_corporations_corporation_id_divisions_ok_spec.rb +0 -48
- data/spec/models/get_corporations_corporation_id_divisions_wallet_spec.rb +0 -48
- data/spec/models/get_corporations_corporation_id_divisions_wallet_wallet_spec.rb +0 -47
- data/spec/models/get_corporations_corporation_id_facilities_200_ok_spec.rb +0 -53
- data/spec/models/get_corporations_corporation_id_fw_stats_kills_spec.rb +0 -53
- data/spec/models/get_corporations_corporation_id_fw_stats_ok_spec.rb +0 -65
- data/spec/models/get_corporations_corporation_id_fw_stats_victory_points_spec.rb +0 -53
- data/spec/models/get_corporations_corporation_id_industry_jobs_200_ok_spec.rb +0 -172
- data/spec/models/get_corporations_corporation_id_killmails_recent_200_ok_spec.rb +0 -48
- data/spec/models/get_corporations_corporation_id_medals_200_ok_spec.rb +0 -65
- data/spec/models/get_corporations_corporation_id_medals_issued_200_ok_spec.rb +0 -75
- data/spec/models/get_corporations_corporation_id_members_titles_200_ok_spec.rb +0 -47
- data/spec/models/get_corporations_corporation_id_membertracking_200_ok_spec.rb +0 -78
- data/spec/models/get_corporations_corporation_id_orders_200_ok_spec.rb +0 -134
- data/spec/models/get_corporations_corporation_id_orders_history_200_ok_spec.rb +0 -133
- data/spec/models/get_corporations_corporation_id_outposts_outpost_id_coordinates_spec.rb +0 -53
- data/spec/models/get_corporations_corporation_id_outposts_outpost_id_ok_spec.rb +0 -95
- data/spec/models/get_corporations_corporation_id_outposts_outpost_id_service_spec.rb +0 -63
- data/spec/models/get_corporations_corporation_id_roles_history_200_ok_spec.rb +0 -83
- data/spec/models/get_corporations_corporation_id_shareholders_200_ok_spec.rb +0 -58
- data/spec/models/get_corporations_corporation_id_standings_200_ok_spec.rb +0 -58
- data/spec/models/get_corporations_corporation_id_starbases_200_ok_spec.rb +0 -87
- data/spec/models/get_corporations_corporation_id_starbases_starbase_id_fuel_spec.rb +0 -47
- data/spec/models/get_corporations_corporation_id_starbases_starbase_id_ok_spec.rb +0 -143
- data/spec/models/get_corporations_corporation_id_titles_200_ok_spec.rb +0 -128
- data/spec/models/get_corporations_corporation_id_wallets_200_ok_spec.rb +0 -48
- data/spec/models/get_corporations_corporation_id_wallets_division_journal_200_ok_spec.rb +0 -126
- data/spec/models/get_corporations_corporation_id_wallets_division_journal_extra_info_spec.rb +0 -108
- data/spec/models/get_corporations_corporation_id_wallets_division_transactions_200_ok_spec.rb +0 -90
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +0 -47
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +0 -47
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +0 -41
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +0 -65
- data/spec/models/get_fw_leaderboards_active_total_1_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_active_total_active_total_1_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_active_total_active_total_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_active_total_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_characters_active_total_1_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_characters_active_total_active_total_1_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_characters_active_total_active_total_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_characters_active_total_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_characters_kills_spec.rb +0 -54
- data/spec/models/get_fw_leaderboards_characters_last_week_1_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_characters_last_week_last_week_1_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_characters_last_week_last_week_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_characters_last_week_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_characters_ok_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_characters_victory_points_spec.rb +0 -54
- data/spec/models/get_fw_leaderboards_characters_yesterday_1_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_characters_yesterday_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_1_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_corporations_active_total_1_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_1_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_corporations_active_total_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_corporations_kills_spec.rb +0 -54
- data/spec/models/get_fw_leaderboards_corporations_last_week_1_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_1_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_corporations_last_week_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_corporations_ok_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_corporations_victory_points_spec.rb +0 -54
- data/spec/models/get_fw_leaderboards_corporations_yesterday_1_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_corporations_yesterday_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_1_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_kills_spec.rb +0 -54
- data/spec/models/get_fw_leaderboards_last_week_1_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_last_week_last_week_1_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_last_week_last_week_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_last_week_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_ok_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_victory_points_spec.rb +0 -54
- data/spec/models/get_fw_leaderboards_yesterday_1_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_yesterday_spec.rb +0 -48
- data/spec/models/get_fw_leaderboards_yesterday_yesterday_1_spec.rb +0 -47
- data/spec/models/get_fw_leaderboards_yesterday_yesterday_spec.rb +0 -47
- data/spec/models/get_fw_stats_200_ok_spec.rb +0 -66
- data/spec/models/get_fw_stats_kills_spec.rb +0 -54
- data/spec/models/get_fw_stats_victory_points_spec.rb +0 -54
- data/spec/models/get_fw_systems_200_ok_spec.rb +0 -72
- data/spec/models/get_fw_wars_200_ok_spec.rb +0 -48
- data/spec/models/get_killmails_killmail_id_killmail_hash_items_item_spec.rb +0 -65
- data/spec/models/get_loyalty_stores_corporation_id_offers_not_found_spec.rb +0 -41
- data/spec/models/get_markets_region_id_history_error_520_spec.rb +0 -41
- data/spec/models/get_markets_region_id_history_not_found_spec.rb +0 -41
- data/spec/models/get_markets_region_id_orders_not_found_spec.rb +0 -41
- data/spec/models/get_universe_ancestries_200_ok_spec.rb +0 -71
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_not_found_spec.rb +0 -41
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_ok_spec.rb +0 -53
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_position_spec.rb +0 -53
- data/spec/models/get_universe_stars_star_id_ok_spec.rb +0 -88
- data/spec/models/internal_server_error_spec.rb +0 -42
- data/spec/models/post_characters_affiliation_not_found_spec.rb +0 -42
- data/spec/models/post_characters_character_id_assets_locations_200_ok_spec.rb +0 -60
- data/spec/models/post_characters_character_id_assets_locations_position_spec.rb +0 -53
- data/spec/models/post_characters_character_id_assets_names_200_ok_spec.rb +0 -48
- data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +0 -41
- data/spec/models/post_characters_character_id_mail_error_520_spec.rb +0 -41
- data/spec/models/post_corporations_corporation_id_assets_locations_200_ok_spec.rb +0 -60
- data/spec/models/post_corporations_corporation_id_assets_locations_not_found_spec.rb +0 -41
- data/spec/models/post_corporations_corporation_id_assets_locations_position_spec.rb +0 -53
- data/spec/models/post_corporations_corporation_id_assets_names_200_ok_spec.rb +0 -48
- data/spec/models/post_corporations_corporation_id_assets_names_not_found_spec.rb +0 -41
- data/spec/models/post_universe_ids_agent_spec.rb +0 -47
- data/spec/models/post_universe_ids_alliance_spec.rb +0 -47
- data/spec/models/post_universe_ids_character_spec.rb +0 -47
- data/spec/models/post_universe_ids_constellation_spec.rb +0 -47
- data/spec/models/post_universe_ids_corporation_spec.rb +0 -47
- data/spec/models/post_universe_ids_faction_spec.rb +0 -47
- data/spec/models/post_universe_ids_inventory_type_spec.rb +0 -47
- data/spec/models/post_universe_ids_ok_spec.rb +0 -95
- data/spec/models/post_universe_ids_region_spec.rb +0 -47
- data/spec/models/post_universe_ids_service_unavailable_spec.rb +0 -41
- data/spec/models/post_universe_ids_station_spec.rb +0 -47
- data/spec/models/post_universe_ids_system_spec.rb +0 -47
- data/spec/models/service_unavailable_spec.rb +0 -41
- data/spec/models/unauthorized_spec.rb +0 -41
@@ -3,10 +3,9 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.7
|
6
|
+
OpenAPI spec version: 0.4.7
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.0-SNAPSHOT
|
10
9
|
|
11
10
|
=end
|
12
11
|
|
@@ -21,6 +20,7 @@ module ESIClient
|
|
21
20
|
# alliance_name string
|
22
21
|
attr_accessor :alliance_name
|
23
22
|
|
23
|
+
|
24
24
|
# Attribute mapping from ruby-style variable name to JSON key.
|
25
25
|
def self.attribute_map
|
26
26
|
{
|
@@ -43,7 +43,7 @@ module ESIClient
|
|
43
43
|
return unless attributes.is_a?(Hash)
|
44
44
|
|
45
45
|
# convert string to symbol for hash key
|
46
|
-
attributes = attributes.each_with_object({})
|
46
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
47
47
|
|
48
48
|
if attributes.has_key?(:'alliance_id')
|
49
49
|
self.alliance_id = attributes[:'alliance_id']
|
@@ -52,21 +52,22 @@ module ESIClient
|
|
52
52
|
if attributes.has_key?(:'alliance_name')
|
53
53
|
self.alliance_name = attributes[:'alliance_name']
|
54
54
|
end
|
55
|
+
|
55
56
|
end
|
56
57
|
|
57
58
|
# Show invalid properties with the reasons. Usually used together with valid?
|
58
|
-
# @return Array for valid
|
59
|
+
# @return Array for valid properies with the reasons
|
59
60
|
def list_invalid_properties
|
60
61
|
invalid_properties = Array.new
|
61
62
|
if @alliance_id.nil?
|
62
|
-
invalid_properties.push(
|
63
|
+
invalid_properties.push("invalid value for 'alliance_id', alliance_id cannot be nil.")
|
63
64
|
end
|
64
65
|
|
65
66
|
if @alliance_name.nil?
|
66
|
-
invalid_properties.push(
|
67
|
+
invalid_properties.push("invalid value for 'alliance_name', alliance_name cannot be nil.")
|
67
68
|
end
|
68
69
|
|
69
|
-
invalid_properties
|
70
|
+
return invalid_properties
|
70
71
|
end
|
71
72
|
|
72
73
|
# Check to see if the all the properties in the model are valid
|
@@ -74,7 +75,7 @@ module ESIClient
|
|
74
75
|
def valid?
|
75
76
|
return false if @alliance_id.nil?
|
76
77
|
return false if @alliance_name.nil?
|
77
|
-
true
|
78
|
+
return true
|
78
79
|
end
|
79
80
|
|
80
81
|
# Checks equality by comparing each attribute.
|
@@ -108,7 +109,7 @@ module ESIClient
|
|
108
109
|
# check to ensure the input is an array given that the the attribute
|
109
110
|
# is documented as an array but the input is not
|
110
111
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
111
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map
|
112
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
112
113
|
end
|
113
114
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
114
115
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -190,7 +191,7 @@ module ESIClient
|
|
190
191
|
# @return [Hash] Returns the value in the form of hash
|
191
192
|
def _to_hash(value)
|
192
193
|
if value.is_a?(Array)
|
193
|
-
value.compact.map
|
194
|
+
value.compact.map{ |v| _to_hash(v) }
|
194
195
|
elsif value.is_a?(Hash)
|
195
196
|
{}.tap do |hash|
|
196
197
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -201,5 +202,7 @@ module ESIClient
|
|
201
202
|
value
|
202
203
|
end
|
203
204
|
end
|
205
|
+
|
204
206
|
end
|
207
|
+
|
205
208
|
end
|
@@ -3,10 +3,9 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.
|
6
|
+
OpenAPI spec version: 0.4.7
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.0-SNAPSHOT
|
10
9
|
|
11
10
|
=end
|
12
11
|
|
@@ -30,6 +29,7 @@ module ESIClient
|
|
30
29
|
# started_at string
|
31
30
|
attr_accessor :started_at
|
32
31
|
|
32
|
+
|
33
33
|
# Attribute mapping from ruby-style variable name to JSON key.
|
34
34
|
def self.attribute_map
|
35
35
|
{
|
@@ -58,7 +58,7 @@ module ESIClient
|
|
58
58
|
return unless attributes.is_a?(Hash)
|
59
59
|
|
60
60
|
# convert string to symbol for hash key
|
61
|
-
attributes = attributes.each_with_object({})
|
61
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
62
62
|
|
63
63
|
if attributes.has_key?(:'agent_id')
|
64
64
|
self.agent_id = attributes[:'agent_id']
|
@@ -79,33 +79,34 @@ module ESIClient
|
|
79
79
|
if attributes.has_key?(:'started_at')
|
80
80
|
self.started_at = attributes[:'started_at']
|
81
81
|
end
|
82
|
+
|
82
83
|
end
|
83
84
|
|
84
85
|
# Show invalid properties with the reasons. Usually used together with valid?
|
85
|
-
# @return Array for valid
|
86
|
+
# @return Array for valid properies with the reasons
|
86
87
|
def list_invalid_properties
|
87
88
|
invalid_properties = Array.new
|
88
89
|
if @agent_id.nil?
|
89
|
-
invalid_properties.push(
|
90
|
+
invalid_properties.push("invalid value for 'agent_id', agent_id cannot be nil.")
|
90
91
|
end
|
91
92
|
|
92
93
|
if @points_per_day.nil?
|
93
|
-
invalid_properties.push(
|
94
|
+
invalid_properties.push("invalid value for 'points_per_day', points_per_day cannot be nil.")
|
94
95
|
end
|
95
96
|
|
96
97
|
if @remainder_points.nil?
|
97
|
-
invalid_properties.push(
|
98
|
+
invalid_properties.push("invalid value for 'remainder_points', remainder_points cannot be nil.")
|
98
99
|
end
|
99
100
|
|
100
101
|
if @skill_type_id.nil?
|
101
|
-
invalid_properties.push(
|
102
|
+
invalid_properties.push("invalid value for 'skill_type_id', skill_type_id cannot be nil.")
|
102
103
|
end
|
103
104
|
|
104
105
|
if @started_at.nil?
|
105
|
-
invalid_properties.push(
|
106
|
+
invalid_properties.push("invalid value for 'started_at', started_at cannot be nil.")
|
106
107
|
end
|
107
108
|
|
108
|
-
invalid_properties
|
109
|
+
return invalid_properties
|
109
110
|
end
|
110
111
|
|
111
112
|
# Check to see if the all the properties in the model are valid
|
@@ -116,7 +117,7 @@ module ESIClient
|
|
116
117
|
return false if @remainder_points.nil?
|
117
118
|
return false if @skill_type_id.nil?
|
118
119
|
return false if @started_at.nil?
|
119
|
-
true
|
120
|
+
return true
|
120
121
|
end
|
121
122
|
|
122
123
|
# Checks equality by comparing each attribute.
|
@@ -153,7 +154,7 @@ module ESIClient
|
|
153
154
|
# check to ensure the input is an array given that the the attribute
|
154
155
|
# is documented as an array but the input is not
|
155
156
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
156
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map
|
157
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
157
158
|
end
|
158
159
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
159
160
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -235,7 +236,7 @@ module ESIClient
|
|
235
236
|
# @return [Hash] Returns the value in the form of hash
|
236
237
|
def _to_hash(value)
|
237
238
|
if value.is_a?(Array)
|
238
|
-
value.compact.map
|
239
|
+
value.compact.map{ |v| _to_hash(v) }
|
239
240
|
elsif value.is_a?(Hash)
|
240
241
|
{}.tap do |hash|
|
241
242
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -246,5 +247,7 @@ module ESIClient
|
|
246
247
|
value
|
247
248
|
end
|
248
249
|
end
|
250
|
+
|
249
251
|
end
|
252
|
+
|
250
253
|
end
|
@@ -3,10 +3,9 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.
|
6
|
+
OpenAPI spec version: 0.4.7
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.0-SNAPSHOT
|
10
9
|
|
11
10
|
=end
|
12
11
|
|
@@ -15,9 +14,6 @@ require 'date'
|
|
15
14
|
module ESIClient
|
16
15
|
# 200 ok object
|
17
16
|
class GetCharactersCharacterIdAssets200Ok
|
18
|
-
# is_blueprint_copy boolean
|
19
|
-
attr_accessor :is_blueprint_copy
|
20
|
-
|
21
17
|
# is_singleton boolean
|
22
18
|
attr_accessor :is_singleton
|
23
19
|
|
@@ -64,7 +60,6 @@ module ESIClient
|
|
64
60
|
# Attribute mapping from ruby-style variable name to JSON key.
|
65
61
|
def self.attribute_map
|
66
62
|
{
|
67
|
-
:'is_blueprint_copy' => :'is_blueprint_copy',
|
68
63
|
:'is_singleton' => :'is_singleton',
|
69
64
|
:'item_id' => :'item_id',
|
70
65
|
:'location_flag' => :'location_flag',
|
@@ -78,7 +73,6 @@ module ESIClient
|
|
78
73
|
# Attribute type mapping.
|
79
74
|
def self.swagger_types
|
80
75
|
{
|
81
|
-
:'is_blueprint_copy' => :'BOOLEAN',
|
82
76
|
:'is_singleton' => :'BOOLEAN',
|
83
77
|
:'item_id' => :'Integer',
|
84
78
|
:'location_flag' => :'String',
|
@@ -95,11 +89,7 @@ module ESIClient
|
|
95
89
|
return unless attributes.is_a?(Hash)
|
96
90
|
|
97
91
|
# convert string to symbol for hash key
|
98
|
-
attributes = attributes.each_with_object({})
|
99
|
-
|
100
|
-
if attributes.has_key?(:'is_blueprint_copy')
|
101
|
-
self.is_blueprint_copy = attributes[:'is_blueprint_copy']
|
102
|
-
end
|
92
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
103
93
|
|
104
94
|
if attributes.has_key?(:'is_singleton')
|
105
95
|
self.is_singleton = attributes[:'is_singleton']
|
@@ -128,41 +118,38 @@ module ESIClient
|
|
128
118
|
if attributes.has_key?(:'type_id')
|
129
119
|
self.type_id = attributes[:'type_id']
|
130
120
|
end
|
121
|
+
|
131
122
|
end
|
132
123
|
|
133
124
|
# Show invalid properties with the reasons. Usually used together with valid?
|
134
|
-
# @return Array for valid
|
125
|
+
# @return Array for valid properies with the reasons
|
135
126
|
def list_invalid_properties
|
136
127
|
invalid_properties = Array.new
|
137
128
|
if @is_singleton.nil?
|
138
|
-
invalid_properties.push(
|
129
|
+
invalid_properties.push("invalid value for 'is_singleton', is_singleton cannot be nil.")
|
139
130
|
end
|
140
131
|
|
141
132
|
if @item_id.nil?
|
142
|
-
invalid_properties.push(
|
133
|
+
invalid_properties.push("invalid value for 'item_id', item_id cannot be nil.")
|
143
134
|
end
|
144
135
|
|
145
136
|
if @location_flag.nil?
|
146
|
-
invalid_properties.push(
|
137
|
+
invalid_properties.push("invalid value for 'location_flag', location_flag cannot be nil.")
|
147
138
|
end
|
148
139
|
|
149
140
|
if @location_id.nil?
|
150
|
-
invalid_properties.push(
|
141
|
+
invalid_properties.push("invalid value for 'location_id', location_id cannot be nil.")
|
151
142
|
end
|
152
143
|
|
153
144
|
if @location_type.nil?
|
154
|
-
invalid_properties.push(
|
155
|
-
end
|
156
|
-
|
157
|
-
if @quantity.nil?
|
158
|
-
invalid_properties.push('invalid value for "quantity", quantity cannot be nil.')
|
145
|
+
invalid_properties.push("invalid value for 'location_type', location_type cannot be nil.")
|
159
146
|
end
|
160
147
|
|
161
148
|
if @type_id.nil?
|
162
|
-
invalid_properties.push(
|
149
|
+
invalid_properties.push("invalid value for 'type_id', type_id cannot be nil.")
|
163
150
|
end
|
164
151
|
|
165
|
-
invalid_properties
|
152
|
+
return invalid_properties
|
166
153
|
end
|
167
154
|
|
168
155
|
# Check to see if the all the properties in the model are valid
|
@@ -171,23 +158,22 @@ module ESIClient
|
|
171
158
|
return false if @is_singleton.nil?
|
172
159
|
return false if @item_id.nil?
|
173
160
|
return false if @location_flag.nil?
|
174
|
-
location_flag_validator = EnumAttributeValidator.new('String', [
|
161
|
+
location_flag_validator = EnumAttributeValidator.new('String', ["AutoFit", "Cargo", "CorpseBay", "DroneBay", "FleetHangar", "Deliveries", "HiddenModifiers", "Hangar", "HangarAll", "LoSlot0", "LoSlot1", "LoSlot2", "LoSlot3", "LoSlot4", "LoSlot5", "LoSlot6", "LoSlot7", "MedSlot0", "MedSlot1", "MedSlot2", "MedSlot3", "MedSlot4", "MedSlot5", "MedSlot6", "MedSlot7", "HiSlot0", "HiSlot1", "HiSlot2", "HiSlot3", "HiSlot4", "HiSlot5", "HiSlot6", "HiSlot7", "AssetSafety", "Locked", "Unlocked", "Implant", "QuafeBay", "RigSlot0", "RigSlot1", "RigSlot2", "RigSlot3", "RigSlot4", "RigSlot5", "RigSlot6", "RigSlot7", "ShipHangar", "SpecializedFuelBay", "SpecializedOreHold", "SpecializedGasHold", "SpecializedMineralHold", "SpecializedSalvageHold", "SpecializedShipHold", "SpecializedSmallShipHold", "SpecializedMediumShipHold", "SpecializedLargeShipHold", "SpecializedIndustrialShipHold", "SpecializedAmmoHold", "SpecializedCommandCenterHold", "SpecializedPlanetaryCommoditiesHold", "SpecializedMaterialBay", "SubSystemSlot0", "SubSystemSlot1", "SubSystemSlot2", "SubSystemSlot3", "SubSystemSlot4", "SubSystemSlot5", "SubSystemSlot6", "SubSystemSlot7", "FighterBay", "FighterTube0", "FighterTube1", "FighterTube2", "FighterTube3", "FighterTube4", "Module", "Wardrobe"])
|
175
162
|
return false unless location_flag_validator.valid?(@location_flag)
|
176
163
|
return false if @location_id.nil?
|
177
164
|
return false if @location_type.nil?
|
178
|
-
location_type_validator = EnumAttributeValidator.new('String', [
|
165
|
+
location_type_validator = EnumAttributeValidator.new('String', ["station", "solar_system", "other"])
|
179
166
|
return false unless location_type_validator.valid?(@location_type)
|
180
|
-
return false if @quantity.nil?
|
181
167
|
return false if @type_id.nil?
|
182
|
-
true
|
168
|
+
return true
|
183
169
|
end
|
184
170
|
|
185
171
|
# Custom attribute writer method checking allowed values (enum).
|
186
172
|
# @param [Object] location_flag Object to be assigned
|
187
173
|
def location_flag=(location_flag)
|
188
|
-
validator = EnumAttributeValidator.new('String', [
|
174
|
+
validator = EnumAttributeValidator.new('String', ["AutoFit", "Cargo", "CorpseBay", "DroneBay", "FleetHangar", "Deliveries", "HiddenModifiers", "Hangar", "HangarAll", "LoSlot0", "LoSlot1", "LoSlot2", "LoSlot3", "LoSlot4", "LoSlot5", "LoSlot6", "LoSlot7", "MedSlot0", "MedSlot1", "MedSlot2", "MedSlot3", "MedSlot4", "MedSlot5", "MedSlot6", "MedSlot7", "HiSlot0", "HiSlot1", "HiSlot2", "HiSlot3", "HiSlot4", "HiSlot5", "HiSlot6", "HiSlot7", "AssetSafety", "Locked", "Unlocked", "Implant", "QuafeBay", "RigSlot0", "RigSlot1", "RigSlot2", "RigSlot3", "RigSlot4", "RigSlot5", "RigSlot6", "RigSlot7", "ShipHangar", "SpecializedFuelBay", "SpecializedOreHold", "SpecializedGasHold", "SpecializedMineralHold", "SpecializedSalvageHold", "SpecializedShipHold", "SpecializedSmallShipHold", "SpecializedMediumShipHold", "SpecializedLargeShipHold", "SpecializedIndustrialShipHold", "SpecializedAmmoHold", "SpecializedCommandCenterHold", "SpecializedPlanetaryCommoditiesHold", "SpecializedMaterialBay", "SubSystemSlot0", "SubSystemSlot1", "SubSystemSlot2", "SubSystemSlot3", "SubSystemSlot4", "SubSystemSlot5", "SubSystemSlot6", "SubSystemSlot7", "FighterBay", "FighterTube0", "FighterTube1", "FighterTube2", "FighterTube3", "FighterTube4", "Module", "Wardrobe"])
|
189
175
|
unless validator.valid?(location_flag)
|
190
|
-
fail ArgumentError,
|
176
|
+
fail ArgumentError, "invalid value for 'location_flag', must be one of #{validator.allowable_values}."
|
191
177
|
end
|
192
178
|
@location_flag = location_flag
|
193
179
|
end
|
@@ -195,9 +181,9 @@ module ESIClient
|
|
195
181
|
# Custom attribute writer method checking allowed values (enum).
|
196
182
|
# @param [Object] location_type Object to be assigned
|
197
183
|
def location_type=(location_type)
|
198
|
-
validator = EnumAttributeValidator.new('String', [
|
184
|
+
validator = EnumAttributeValidator.new('String', ["station", "solar_system", "other"])
|
199
185
|
unless validator.valid?(location_type)
|
200
|
-
fail ArgumentError,
|
186
|
+
fail ArgumentError, "invalid value for 'location_type', must be one of #{validator.allowable_values}."
|
201
187
|
end
|
202
188
|
@location_type = location_type
|
203
189
|
end
|
@@ -207,7 +193,6 @@ module ESIClient
|
|
207
193
|
def ==(o)
|
208
194
|
return true if self.equal?(o)
|
209
195
|
self.class == o.class &&
|
210
|
-
is_blueprint_copy == o.is_blueprint_copy &&
|
211
196
|
is_singleton == o.is_singleton &&
|
212
197
|
item_id == o.item_id &&
|
213
198
|
location_flag == o.location_flag &&
|
@@ -226,7 +211,7 @@ module ESIClient
|
|
226
211
|
# Calculates hash code according to all attributes.
|
227
212
|
# @return [Fixnum] Hash code
|
228
213
|
def hash
|
229
|
-
[
|
214
|
+
[is_singleton, item_id, location_flag, location_id, location_type, quantity, type_id].hash
|
230
215
|
end
|
231
216
|
|
232
217
|
# Builds the object from hash
|
@@ -239,7 +224,7 @@ module ESIClient
|
|
239
224
|
# check to ensure the input is an array given that the the attribute
|
240
225
|
# is documented as an array but the input is not
|
241
226
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
242
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map
|
227
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
243
228
|
end
|
244
229
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
245
230
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -321,7 +306,7 @@ module ESIClient
|
|
321
306
|
# @return [Hash] Returns the value in the form of hash
|
322
307
|
def _to_hash(value)
|
323
308
|
if value.is_a?(Array)
|
324
|
-
value.compact.map
|
309
|
+
value.compact.map{ |v| _to_hash(v) }
|
325
310
|
elsif value.is_a?(Hash)
|
326
311
|
{}.tap do |hash|
|
327
312
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -332,5 +317,7 @@ module ESIClient
|
|
332
317
|
value
|
333
318
|
end
|
334
319
|
end
|
320
|
+
|
335
321
|
end
|
322
|
+
|
336
323
|
end
|
@@ -3,10 +3,9 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.
|
6
|
+
OpenAPI spec version: 0.4.7
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.0-SNAPSHOT
|
10
9
|
|
11
10
|
=end
|
12
11
|
|
@@ -15,25 +14,25 @@ require 'date'
|
|
15
14
|
module ESIClient
|
16
15
|
# 200 ok object
|
17
16
|
class GetCharactersCharacterIdBlueprints200Ok
|
18
|
-
# Unique ID for this item.
|
17
|
+
# Unique ID for this item. The ID of an item is stable if that item is not repackaged, stacked, detached from a stack, assembled, or otherwise altered. If an item is changed in one of these ways, then the ID will also change (see notes below).
|
19
18
|
attr_accessor :item_id
|
20
19
|
|
21
|
-
#
|
20
|
+
# Indicates something about this item's storage location. The flag is used to differentiate between hangar divisions, drone bay, fitting location, and similar.
|
22
21
|
attr_accessor :location_flag
|
23
22
|
|
24
|
-
# References a solar system, station or
|
23
|
+
# References a solar system, station or itemID if this blueprint is located within a container. If an itemID the Character - AssetList API must be queried to find the container using the itemID, from which the correct location of the Blueprint can be derived.
|
25
24
|
attr_accessor :location_id
|
26
25
|
|
27
|
-
# Material Efficiency Level of the blueprint.
|
26
|
+
# Material Efficiency Level of the blueprint, can be any integer between 0 and 10.
|
28
27
|
attr_accessor :material_efficiency
|
29
28
|
|
30
|
-
#
|
29
|
+
# Typically will be -1 or -2 designating a singleton item, 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 (no activities performed on them yet).
|
31
30
|
attr_accessor :quantity
|
32
31
|
|
33
32
|
# Number of runs remaining if the blueprint is a copy, -1 if it is an original.
|
34
33
|
attr_accessor :runs
|
35
34
|
|
36
|
-
# Time Efficiency Level of the blueprint.
|
35
|
+
# Time Efficiency Level of the blueprint, can be any even integer between 0 and 20.
|
37
36
|
attr_accessor :time_efficiency
|
38
37
|
|
39
38
|
# type_id integer
|
@@ -95,7 +94,7 @@ module ESIClient
|
|
95
94
|
return unless attributes.is_a?(Hash)
|
96
95
|
|
97
96
|
# convert string to symbol for hash key
|
98
|
-
attributes = attributes.each_with_object({})
|
97
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
99
98
|
|
100
99
|
if attributes.has_key?(:'item_id')
|
101
100
|
self.item_id = attributes[:'item_id']
|
@@ -128,69 +127,46 @@ module ESIClient
|
|
128
127
|
if attributes.has_key?(:'type_id')
|
129
128
|
self.type_id = attributes[:'type_id']
|
130
129
|
end
|
130
|
+
|
131
131
|
end
|
132
132
|
|
133
133
|
# Show invalid properties with the reasons. Usually used together with valid?
|
134
|
-
# @return Array for valid
|
134
|
+
# @return Array for valid properies with the reasons
|
135
135
|
def list_invalid_properties
|
136
136
|
invalid_properties = Array.new
|
137
137
|
if @item_id.nil?
|
138
|
-
invalid_properties.push(
|
138
|
+
invalid_properties.push("invalid value for 'item_id', item_id cannot be nil.")
|
139
139
|
end
|
140
140
|
|
141
141
|
if @location_flag.nil?
|
142
|
-
invalid_properties.push(
|
142
|
+
invalid_properties.push("invalid value for 'location_flag', location_flag cannot be nil.")
|
143
143
|
end
|
144
144
|
|
145
145
|
if @location_id.nil?
|
146
|
-
invalid_properties.push(
|
146
|
+
invalid_properties.push("invalid value for 'location_id', location_id cannot be nil.")
|
147
147
|
end
|
148
148
|
|
149
149
|
if @material_efficiency.nil?
|
150
|
-
invalid_properties.push(
|
151
|
-
end
|
152
|
-
|
153
|
-
if @material_efficiency > 25
|
154
|
-
invalid_properties.push('invalid value for "material_efficiency", must be smaller than or equal to 25.')
|
155
|
-
end
|
156
|
-
|
157
|
-
if @material_efficiency < 0
|
158
|
-
invalid_properties.push('invalid value for "material_efficiency", must be greater than or equal to 0.')
|
150
|
+
invalid_properties.push("invalid value for 'material_efficiency', material_efficiency cannot be nil.")
|
159
151
|
end
|
160
152
|
|
161
153
|
if @quantity.nil?
|
162
|
-
invalid_properties.push(
|
163
|
-
end
|
164
|
-
|
165
|
-
if @quantity < -2
|
166
|
-
invalid_properties.push('invalid value for "quantity", must be greater than or equal to -2.')
|
154
|
+
invalid_properties.push("invalid value for 'quantity', quantity cannot be nil.")
|
167
155
|
end
|
168
156
|
|
169
157
|
if @runs.nil?
|
170
|
-
invalid_properties.push(
|
171
|
-
end
|
172
|
-
|
173
|
-
if @runs < -1
|
174
|
-
invalid_properties.push('invalid value for "runs", must be greater than or equal to -1.')
|
158
|
+
invalid_properties.push("invalid value for 'runs', runs cannot be nil.")
|
175
159
|
end
|
176
160
|
|
177
161
|
if @time_efficiency.nil?
|
178
|
-
invalid_properties.push(
|
179
|
-
end
|
180
|
-
|
181
|
-
if @time_efficiency > 20
|
182
|
-
invalid_properties.push('invalid value for "time_efficiency", must be smaller than or equal to 20.')
|
183
|
-
end
|
184
|
-
|
185
|
-
if @time_efficiency < 0
|
186
|
-
invalid_properties.push('invalid value for "time_efficiency", must be greater than or equal to 0.')
|
162
|
+
invalid_properties.push("invalid value for 'time_efficiency', time_efficiency cannot be nil.")
|
187
163
|
end
|
188
164
|
|
189
165
|
if @type_id.nil?
|
190
|
-
invalid_properties.push(
|
166
|
+
invalid_properties.push("invalid value for 'type_id', type_id cannot be nil.")
|
191
167
|
end
|
192
168
|
|
193
|
-
invalid_properties
|
169
|
+
return invalid_properties
|
194
170
|
end
|
195
171
|
|
196
172
|
# Check to see if the all the properties in the model are valid
|
@@ -198,97 +174,27 @@ module ESIClient
|
|
198
174
|
def valid?
|
199
175
|
return false if @item_id.nil?
|
200
176
|
return false if @location_flag.nil?
|
201
|
-
location_flag_validator = EnumAttributeValidator.new('String', [
|
177
|
+
location_flag_validator = EnumAttributeValidator.new('String', ["AutoFit", "Cargo", "CorpseBay", "DroneBay", "FleetHangar", "Deliveries", "HiddenModifiers", "Hangar", "HangarAll", "LoSlot0", "LoSlot1", "LoSlot2", "LoSlot3", "LoSlot4", "LoSlot5", "LoSlot6", "LoSlot7", "MedSlot0", "MedSlot1", "MedSlot2", "MedSlot3", "MedSlot4", "MedSlot5", "MedSlot6", "MedSlot7", "HiSlot0", "HiSlot1", "HiSlot2", "HiSlot3", "HiSlot4", "HiSlot5", "HiSlot6", "HiSlot7", "AssetSafety", "Locked", "Unlocked", "Implant", "QuafeBay", "RigSlot0", "RigSlot1", "RigSlot2", "RigSlot3", "RigSlot4", "RigSlot5", "RigSlot6", "RigSlot7", "ShipHangar", "SpecializedFuelBay", "SpecializedOreHold", "SpecializedGasHold", "SpecializedMineralHold", "SpecializedSalvageHold", "SpecializedShipHold", "SpecializedSmallShipHold", "SpecializedMediumShipHold", "SpecializedLargeShipHold", "SpecializedIndustrialShipHold", "SpecializedAmmoHold", "SpecializedCommandCenterHold", "SpecializedPlanetaryCommoditiesHold", "SpecializedMaterialBay", "SubSystemSlot0", "SubSystemSlot1", "SubSystemSlot2", "SubSystemSlot3", "SubSystemSlot4", "SubSystemSlot5", "SubSystemSlot6", "SubSystemSlot7", "FighterBay", "FighterTube0", "FighterTube1", "FighterTube2", "FighterTube3", "FighterTube4", "Module"])
|
202
178
|
return false unless location_flag_validator.valid?(@location_flag)
|
203
179
|
return false if @location_id.nil?
|
204
180
|
return false if @material_efficiency.nil?
|
205
|
-
return false if @material_efficiency > 25
|
206
|
-
return false if @material_efficiency < 0
|
207
181
|
return false if @quantity.nil?
|
208
|
-
return false if @quantity < -2
|
209
182
|
return false if @runs.nil?
|
210
|
-
return false if @runs < -1
|
211
183
|
return false if @time_efficiency.nil?
|
212
|
-
return false if @time_efficiency > 20
|
213
|
-
return false if @time_efficiency < 0
|
214
184
|
return false if @type_id.nil?
|
215
|
-
true
|
185
|
+
return true
|
216
186
|
end
|
217
187
|
|
218
188
|
# Custom attribute writer method checking allowed values (enum).
|
219
189
|
# @param [Object] location_flag Object to be assigned
|
220
190
|
def location_flag=(location_flag)
|
221
|
-
validator = EnumAttributeValidator.new('String', [
|
191
|
+
validator = EnumAttributeValidator.new('String', ["AutoFit", "Cargo", "CorpseBay", "DroneBay", "FleetHangar", "Deliveries", "HiddenModifiers", "Hangar", "HangarAll", "LoSlot0", "LoSlot1", "LoSlot2", "LoSlot3", "LoSlot4", "LoSlot5", "LoSlot6", "LoSlot7", "MedSlot0", "MedSlot1", "MedSlot2", "MedSlot3", "MedSlot4", "MedSlot5", "MedSlot6", "MedSlot7", "HiSlot0", "HiSlot1", "HiSlot2", "HiSlot3", "HiSlot4", "HiSlot5", "HiSlot6", "HiSlot7", "AssetSafety", "Locked", "Unlocked", "Implant", "QuafeBay", "RigSlot0", "RigSlot1", "RigSlot2", "RigSlot3", "RigSlot4", "RigSlot5", "RigSlot6", "RigSlot7", "ShipHangar", "SpecializedFuelBay", "SpecializedOreHold", "SpecializedGasHold", "SpecializedMineralHold", "SpecializedSalvageHold", "SpecializedShipHold", "SpecializedSmallShipHold", "SpecializedMediumShipHold", "SpecializedLargeShipHold", "SpecializedIndustrialShipHold", "SpecializedAmmoHold", "SpecializedCommandCenterHold", "SpecializedPlanetaryCommoditiesHold", "SpecializedMaterialBay", "SubSystemSlot0", "SubSystemSlot1", "SubSystemSlot2", "SubSystemSlot3", "SubSystemSlot4", "SubSystemSlot5", "SubSystemSlot6", "SubSystemSlot7", "FighterBay", "FighterTube0", "FighterTube1", "FighterTube2", "FighterTube3", "FighterTube4", "Module"])
|
222
192
|
unless validator.valid?(location_flag)
|
223
|
-
fail ArgumentError,
|
193
|
+
fail ArgumentError, "invalid value for 'location_flag', must be one of #{validator.allowable_values}."
|
224
194
|
end
|
225
195
|
@location_flag = location_flag
|
226
196
|
end
|
227
197
|
|
228
|
-
# Custom attribute writer method with validation
|
229
|
-
# @param [Object] material_efficiency Value to be assigned
|
230
|
-
def material_efficiency=(material_efficiency)
|
231
|
-
if material_efficiency.nil?
|
232
|
-
fail ArgumentError, 'material_efficiency cannot be nil'
|
233
|
-
end
|
234
|
-
|
235
|
-
if material_efficiency > 25
|
236
|
-
fail ArgumentError, 'invalid value for "material_efficiency", must be smaller than or equal to 25.'
|
237
|
-
end
|
238
|
-
|
239
|
-
if material_efficiency < 0
|
240
|
-
fail ArgumentError, 'invalid value for "material_efficiency", must be greater than or equal to 0.'
|
241
|
-
end
|
242
|
-
|
243
|
-
@material_efficiency = material_efficiency
|
244
|
-
end
|
245
|
-
|
246
|
-
# Custom attribute writer method with validation
|
247
|
-
# @param [Object] quantity Value to be assigned
|
248
|
-
def quantity=(quantity)
|
249
|
-
if quantity.nil?
|
250
|
-
fail ArgumentError, 'quantity cannot be nil'
|
251
|
-
end
|
252
|
-
|
253
|
-
if quantity < -2
|
254
|
-
fail ArgumentError, 'invalid value for "quantity", must be greater than or equal to -2.'
|
255
|
-
end
|
256
|
-
|
257
|
-
@quantity = quantity
|
258
|
-
end
|
259
|
-
|
260
|
-
# Custom attribute writer method with validation
|
261
|
-
# @param [Object] runs Value to be assigned
|
262
|
-
def runs=(runs)
|
263
|
-
if runs.nil?
|
264
|
-
fail ArgumentError, 'runs cannot be nil'
|
265
|
-
end
|
266
|
-
|
267
|
-
if runs < -1
|
268
|
-
fail ArgumentError, 'invalid value for "runs", must be greater than or equal to -1.'
|
269
|
-
end
|
270
|
-
|
271
|
-
@runs = runs
|
272
|
-
end
|
273
|
-
|
274
|
-
# Custom attribute writer method with validation
|
275
|
-
# @param [Object] time_efficiency Value to be assigned
|
276
|
-
def time_efficiency=(time_efficiency)
|
277
|
-
if time_efficiency.nil?
|
278
|
-
fail ArgumentError, 'time_efficiency cannot be nil'
|
279
|
-
end
|
280
|
-
|
281
|
-
if time_efficiency > 20
|
282
|
-
fail ArgumentError, 'invalid value for "time_efficiency", must be smaller than or equal to 20.'
|
283
|
-
end
|
284
|
-
|
285
|
-
if time_efficiency < 0
|
286
|
-
fail ArgumentError, 'invalid value for "time_efficiency", must be greater than or equal to 0.'
|
287
|
-
end
|
288
|
-
|
289
|
-
@time_efficiency = time_efficiency
|
290
|
-
end
|
291
|
-
|
292
198
|
# Checks equality by comparing each attribute.
|
293
199
|
# @param [Object] Object to be compared
|
294
200
|
def ==(o)
|
@@ -326,7 +232,7 @@ module ESIClient
|
|
326
232
|
# check to ensure the input is an array given that the the attribute
|
327
233
|
# is documented as an array but the input is not
|
328
234
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
329
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map
|
235
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
330
236
|
end
|
331
237
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
332
238
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -408,7 +314,7 @@ module ESIClient
|
|
408
314
|
# @return [Hash] Returns the value in the form of hash
|
409
315
|
def _to_hash(value)
|
410
316
|
if value.is_a?(Array)
|
411
|
-
value.compact.map
|
317
|
+
value.compact.map{ |v| _to_hash(v) }
|
412
318
|
elsif value.is_a?(Hash)
|
413
319
|
{}.tap do |hash|
|
414
320
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -419,5 +325,7 @@ module ESIClient
|
|
419
325
|
value
|
420
326
|
end
|
421
327
|
end
|
328
|
+
|
422
329
|
end
|
330
|
+
|
423
331
|
end
|