esi-client-bvv 1.0.3 → 1.0.4

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.
Files changed (453) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +29 -36
  3. data/docs/AllianceApi.md +0 -74
  4. data/docs/AssetsApi.md +6 -30
  5. data/docs/BookmarksApi.md +4 -20
  6. data/docs/CalendarApi.md +4 -20
  7. data/docs/CharacterApi.md +11 -131
  8. data/docs/ClonesApi.md +2 -10
  9. data/docs/ContactsApi.md +25 -61
  10. data/docs/ContractsApi.md +10 -34
  11. data/docs/CorporationApi.md +22 -301
  12. data/docs/DogmaApi.md +57 -16
  13. data/docs/ErrorLimited.md +8 -0
  14. data/docs/FactionWarfareApi.md +4 -36
  15. data/docs/FittingsApi.md +3 -15
  16. data/docs/FleetsApi.md +22 -74
  17. data/docs/Forbidden.md +1 -1
  18. data/docs/GatewayTimeout.md +9 -0
  19. data/docs/GetAlliancesAllianceIdContacts200Ok.md +1 -1
  20. data/docs/GetCharactersCharacterIdAssets200Ok.md +1 -0
  21. data/docs/GetCharactersCharacterIdContacts200Ok.md +1 -1
  22. data/docs/GetCorporationsCorporationIdAssets200Ok.md +1 -0
  23. data/docs/GetCorporationsCorporationIdContacts200Ok.md +1 -1
  24. data/docs/GetCorporationsCorporationIdContractsContractIdItemsError520.md +8 -0
  25. data/docs/GetCorporationsCorporationIdOrders200Ok.md +1 -0
  26. data/docs/GetCorporationsCorporationIdOrdersHistory200Ok.md +2 -1
  27. data/docs/GetCorporationsCorporationIdWalletsDivisionTransactions200Ok.md +1 -1
  28. data/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute.md +9 -0
  29. data/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaEffect.md +9 -0
  30. data/docs/GetDogmaDynamicItemsTypeIdItemIdNotFound.md +8 -0
  31. data/docs/GetDogmaDynamicItemsTypeIdItemIdOk.md +12 -0
  32. data/docs/GetFwSystems200Ok.md +1 -1
  33. data/docs/GetMarketsRegionIdHistoryError520.md +8 -0
  34. data/docs/GetUniverseStructuresStructureIdOk.md +1 -0
  35. data/docs/GetUniverseSystemsSystemIdOk.md +2 -2
  36. data/docs/IncursionsApi.md +0 -4
  37. data/docs/IndustryApi.md +6 -38
  38. data/docs/InsuranceApi.md +4 -6
  39. data/docs/KillmailsApi.md +14 -28
  40. data/docs/LocationApi.md +3 -15
  41. data/docs/LoyaltyApi.md +1 -9
  42. data/docs/MailApi.md +9 -45
  43. data/docs/MarketApi.md +12 -54
  44. data/docs/OpportunitiesApi.md +5 -23
  45. data/docs/PlanetaryInteractionApi.md +3 -19
  46. data/docs/PostCharactersCharacterIdContactsError520.md +8 -0
  47. data/docs/PostCharactersCharacterIdMailError520.md +8 -0
  48. data/docs/RoutesApi.md +0 -4
  49. data/docs/SearchApi.md +10 -14
  50. data/docs/SkillsApi.md +3 -15
  51. data/docs/SovereigntyApi.md +0 -12
  52. data/docs/StatusApi.md +0 -4
  53. data/docs/UniverseApi.md +49 -147
  54. data/docs/UserInterfaceApi.md +5 -25
  55. data/docs/WalletApi.md +6 -30
  56. data/docs/WarsApi.md +1 -13
  57. data/esi-client-bvv.gemspec +1 -1
  58. data/lib/esi-client-bvv.rb +11 -11
  59. data/lib/esi-client-bvv/api/alliance_api.rb +1 -104
  60. data/lib/esi-client-bvv/api/assets_api.rb +1 -37
  61. data/lib/esi-client-bvv/api/bookmarks_api.rb +1 -25
  62. data/lib/esi-client-bvv/api/calendar_api.rb +1 -25
  63. data/lib/esi-client-bvv/api/character_api.rb +1 -173
  64. data/lib/esi-client-bvv/api/clones_api.rb +1 -13
  65. data/lib/esi-client-bvv/api/contacts_api.rb +30 -76
  66. data/lib/esi-client-bvv/api/contracts_api.rb +5 -41
  67. data/lib/esi-client-bvv/api/corporation_api.rb +9 -381
  68. data/lib/esi-client-bvv/api/dogma_api.rb +71 -25
  69. data/lib/esi-client-bvv/api/faction_warfare_api.rb +4 -52
  70. data/lib/esi-client-bvv/api/fittings_api.rb +1 -19
  71. data/lib/esi-client-bvv/api/fleets_api.rb +17 -89
  72. data/lib/esi-client-bvv/api/incursions_api.rb +1 -7
  73. data/lib/esi-client-bvv/api/industry_api.rb +1 -49
  74. data/lib/esi-client-bvv/api/insurance_api.rb +9 -9
  75. data/lib/esi-client-bvv/api/killmails_api.rb +21 -38
  76. data/lib/esi-client-bvv/api/location_api.rb +1 -19
  77. data/lib/esi-client-bvv/api/loyalty_api.rb +1 -13
  78. data/lib/esi-client-bvv/api/mail_api.rb +1 -55
  79. data/lib/esi-client-bvv/api/market_api.rb +11 -71
  80. data/lib/esi-client-bvv/api/opportunities_api.rb +9 -33
  81. data/lib/esi-client-bvv/api/planetary_interaction_api.rb +1 -25
  82. data/lib/esi-client-bvv/api/routes_api.rb +1 -7
  83. data/lib/esi-client-bvv/api/search_api.rb +17 -17
  84. data/lib/esi-client-bvv/api/skills_api.rb +1 -19
  85. data/lib/esi-client-bvv/api/sovereignty_api.rb +1 -19
  86. data/lib/esi-client-bvv/api/status_api.rb +1 -7
  87. data/lib/esi-client-bvv/api/universe_api.rb +95 -209
  88. data/lib/esi-client-bvv/api/user_interface_api.rb +1 -31
  89. data/lib/esi-client-bvv/api/wallet_api.rb +1 -37
  90. data/lib/esi-client-bvv/api/wars_api.rb +1 -19
  91. data/lib/esi-client-bvv/api_client.rb +1 -1
  92. data/lib/esi-client-bvv/api_error.rb +1 -1
  93. data/lib/esi-client-bvv/configuration.rb +1 -1
  94. data/lib/esi-client-bvv/models/bad_request.rb +1 -1
  95. data/lib/esi-client-bvv/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +1 -1
  96. data/lib/esi-client-bvv/models/delete_fleets_fleet_id_members_member_id_not_found.rb +1 -1
  97. data/lib/esi-client-bvv/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +1 -1
  98. data/lib/esi-client-bvv/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +1 -1
  99. data/lib/esi-client-bvv/models/error_limited.rb +194 -0
  100. data/lib/esi-client-bvv/models/forbidden.rb +2 -2
  101. data/lib/esi-client-bvv/models/gateway_timeout.rb +204 -0
  102. data/lib/esi-client-bvv/models/get_alliances_alliance_id_contacts_200_ok.rb +11 -9
  103. data/lib/esi-client-bvv/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +1 -1
  104. data/lib/esi-client-bvv/models/get_alliances_alliance_id_icons_not_found.rb +1 -1
  105. data/lib/esi-client-bvv/models/get_alliances_alliance_id_icons_ok.rb +1 -1
  106. data/lib/esi-client-bvv/models/get_alliances_alliance_id_not_found.rb +1 -1
  107. data/lib/esi-client-bvv/models/get_alliances_alliance_id_ok.rb +1 -1
  108. data/lib/esi-client-bvv/models/get_characters_character_id_agents_research_200_ok.rb +1 -1
  109. data/lib/esi-client-bvv/models/get_characters_character_id_assets_200_ok.rb +14 -4
  110. data/lib/esi-client-bvv/models/get_characters_character_id_attributes_ok.rb +1 -1
  111. data/lib/esi-client-bvv/models/get_characters_character_id_blueprints_200_ok.rb +1 -1
  112. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_200_ok.rb +1 -1
  113. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_coordinates.rb +1 -1
  114. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_folders_200_ok.rb +1 -1
  115. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_item.rb +1 -1
  116. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_200_ok.rb +1 -1
  117. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +1 -1
  118. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +1 -1
  119. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_not_found.rb +1 -1
  120. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_ok.rb +1 -1
  121. data/lib/esi-client-bvv/models/get_characters_character_id_clones_home_location.rb +1 -1
  122. data/lib/esi-client-bvv/models/get_characters_character_id_clones_jump_clone.rb +1 -1
  123. data/lib/esi-client-bvv/models/get_characters_character_id_clones_ok.rb +1 -1
  124. data/lib/esi-client-bvv/models/get_characters_character_id_contacts_200_ok.rb +11 -9
  125. data/lib/esi-client-bvv/models/get_characters_character_id_contacts_labels_200_ok.rb +1 -1
  126. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_200_ok.rb +1 -1
  127. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +1 -1
  128. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +1 -1
  129. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +1 -1
  130. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +1 -1
  131. data/lib/esi-client-bvv/models/get_characters_character_id_corporationhistory_200_ok.rb +1 -1
  132. data/lib/esi-client-bvv/models/get_characters_character_id_fatigue_ok.rb +1 -1
  133. data/lib/esi-client-bvv/models/get_characters_character_id_fittings_200_ok.rb +1 -1
  134. data/lib/esi-client-bvv/models/get_characters_character_id_fittings_item.rb +1 -1
  135. data/lib/esi-client-bvv/models/get_characters_character_id_fleet_not_found.rb +1 -1
  136. data/lib/esi-client-bvv/models/get_characters_character_id_fleet_ok.rb +1 -1
  137. data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_kills.rb +1 -1
  138. data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_ok.rb +1 -1
  139. data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_victory_points.rb +1 -1
  140. data/lib/esi-client-bvv/models/get_characters_character_id_industry_jobs_200_ok.rb +1 -1
  141. data/lib/esi-client-bvv/models/get_characters_character_id_killmails_recent_200_ok.rb +1 -1
  142. data/lib/esi-client-bvv/models/get_characters_character_id_location_ok.rb +1 -1
  143. data/lib/esi-client-bvv/models/get_characters_character_id_loyalty_points_200_ok.rb +1 -1
  144. data/lib/esi-client-bvv/models/get_characters_character_id_mail_200_ok.rb +1 -1
  145. data/lib/esi-client-bvv/models/get_characters_character_id_mail_labels_label.rb +1 -1
  146. data/lib/esi-client-bvv/models/get_characters_character_id_mail_labels_ok.rb +1 -1
  147. data/lib/esi-client-bvv/models/get_characters_character_id_mail_lists_200_ok.rb +1 -1
  148. data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_not_found.rb +1 -1
  149. data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_ok.rb +1 -1
  150. data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_recipient.rb +1 -1
  151. data/lib/esi-client-bvv/models/get_characters_character_id_mail_recipient.rb +1 -1
  152. data/lib/esi-client-bvv/models/get_characters_character_id_medals_200_ok.rb +1 -1
  153. data/lib/esi-client-bvv/models/get_characters_character_id_medals_graphic.rb +1 -1
  154. data/lib/esi-client-bvv/models/get_characters_character_id_mining_200_ok.rb +1 -1
  155. data/lib/esi-client-bvv/models/get_characters_character_id_not_found.rb +1 -1
  156. data/lib/esi-client-bvv/models/get_characters_character_id_notifications_200_ok.rb +3 -3
  157. data/lib/esi-client-bvv/models/get_characters_character_id_notifications_contacts_200_ok.rb +1 -1
  158. data/lib/esi-client-bvv/models/get_characters_character_id_ok.rb +1 -1
  159. data/lib/esi-client-bvv/models/get_characters_character_id_online_ok.rb +1 -1
  160. data/lib/esi-client-bvv/models/get_characters_character_id_opportunities_200_ok.rb +1 -1
  161. data/lib/esi-client-bvv/models/get_characters_character_id_orders_200_ok.rb +1 -1
  162. data/lib/esi-client-bvv/models/get_characters_character_id_orders_history_200_ok.rb +1 -1
  163. data/lib/esi-client-bvv/models/get_characters_character_id_planets_200_ok.rb +1 -1
  164. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_content.rb +1 -1
  165. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_extractor_details.rb +1 -1
  166. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_factory_details.rb +1 -1
  167. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_head.rb +1 -1
  168. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_link.rb +1 -1
  169. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_not_found.rb +1 -1
  170. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_ok.rb +1 -1
  171. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_pin.rb +1 -1
  172. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_route.rb +1 -1
  173. data/lib/esi-client-bvv/models/get_characters_character_id_portrait_not_found.rb +1 -1
  174. data/lib/esi-client-bvv/models/get_characters_character_id_portrait_ok.rb +1 -1
  175. data/lib/esi-client-bvv/models/get_characters_character_id_roles_ok.rb +1 -1
  176. data/lib/esi-client-bvv/models/get_characters_character_id_search_ok.rb +1 -1
  177. data/lib/esi-client-bvv/models/get_characters_character_id_ship_ok.rb +1 -1
  178. data/lib/esi-client-bvv/models/get_characters_character_id_skillqueue_200_ok.rb +1 -1
  179. data/lib/esi-client-bvv/models/get_characters_character_id_skills_ok.rb +1 -1
  180. data/lib/esi-client-bvv/models/get_characters_character_id_skills_skill.rb +1 -1
  181. data/lib/esi-client-bvv/models/get_characters_character_id_standings_200_ok.rb +1 -29
  182. data/lib/esi-client-bvv/models/get_characters_character_id_stats_200_ok.rb +1 -1
  183. data/lib/esi-client-bvv/models/get_characters_character_id_stats_character.rb +1 -1
  184. data/lib/esi-client-bvv/models/get_characters_character_id_stats_combat.rb +1 -1
  185. data/lib/esi-client-bvv/models/get_characters_character_id_stats_industry.rb +1 -1
  186. data/lib/esi-client-bvv/models/get_characters_character_id_stats_inventory.rb +1 -1
  187. data/lib/esi-client-bvv/models/get_characters_character_id_stats_isk.rb +1 -1
  188. data/lib/esi-client-bvv/models/get_characters_character_id_stats_market.rb +1 -1
  189. data/lib/esi-client-bvv/models/get_characters_character_id_stats_mining.rb +1 -1
  190. data/lib/esi-client-bvv/models/get_characters_character_id_stats_module.rb +1 -1
  191. data/lib/esi-client-bvv/models/get_characters_character_id_stats_orbital.rb +1 -1
  192. data/lib/esi-client-bvv/models/get_characters_character_id_stats_pve.rb +1 -1
  193. data/lib/esi-client-bvv/models/get_characters_character_id_stats_social.rb +1 -1
  194. data/lib/esi-client-bvv/models/get_characters_character_id_stats_travel.rb +1 -1
  195. data/lib/esi-client-bvv/models/get_characters_character_id_titles_200_ok.rb +1 -1
  196. data/lib/esi-client-bvv/models/get_characters_character_id_wallet_journal_200_ok.rb +1 -1
  197. data/lib/esi-client-bvv/models/get_characters_character_id_wallet_transactions_200_ok.rb +1 -1
  198. data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +1 -1
  199. data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_observers_200_ok.rb +1 -1
  200. data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +1 -1
  201. data/lib/esi-client-bvv/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +1 -1
  202. data/lib/esi-client-bvv/models/get_corporations_corporation_id_assets_200_ok.rb +12 -2
  203. data/lib/esi-client-bvv/models/get_corporations_corporation_id_blueprints_200_ok.rb +1 -1
  204. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_200_ok.rb +1 -1
  205. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_coordinates.rb +1 -1
  206. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +1 -1
  207. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_item.rb +1 -1
  208. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contacts_200_ok.rb +11 -9
  209. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +1 -1
  210. data/lib/esi-client-bvv/models/get_corporations_corporation_id_containers_logs_200_ok.rb +1 -1
  211. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_200_ok.rb +1 -1
  212. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +1 -1
  213. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +1 -1
  214. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +1 -1
  215. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +189 -0
  216. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +1 -1
  217. data/lib/esi-client-bvv/models/get_corporations_corporation_id_customs_offices_200_ok.rb +1 -1
  218. data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +1 -1
  219. data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_ok.rb +1 -1
  220. data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +1 -1
  221. data/lib/esi-client-bvv/models/get_corporations_corporation_id_facilities_200_ok.rb +1 -1
  222. data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_kills.rb +1 -1
  223. data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_ok.rb +1 -1
  224. data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_victory_points.rb +1 -1
  225. data/lib/esi-client-bvv/models/get_corporations_corporation_id_icons_not_found.rb +1 -1
  226. data/lib/esi-client-bvv/models/get_corporations_corporation_id_icons_ok.rb +1 -1
  227. data/lib/esi-client-bvv/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +1 -1
  228. data/lib/esi-client-bvv/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +1 -1
  229. data/lib/esi-client-bvv/models/get_corporations_corporation_id_medals_200_ok.rb +1 -1
  230. data/lib/esi-client-bvv/models/get_corporations_corporation_id_medals_issued_200_ok.rb +1 -1
  231. data/lib/esi-client-bvv/models/get_corporations_corporation_id_members_titles_200_ok.rb +1 -1
  232. data/lib/esi-client-bvv/models/get_corporations_corporation_id_membertracking_200_ok.rb +1 -1
  233. data/lib/esi-client-bvv/models/get_corporations_corporation_id_not_found.rb +1 -1
  234. data/lib/esi-client-bvv/models/get_corporations_corporation_id_ok.rb +1 -1
  235. data/lib/esi-client-bvv/models/get_corporations_corporation_id_orders_200_ok.rb +17 -2
  236. data/lib/esi-client-bvv/models/get_corporations_corporation_id_orders_history_200_ok.rb +13 -3
  237. data/lib/esi-client-bvv/models/get_corporations_corporation_id_roles_200_ok.rb +1 -1
  238. data/lib/esi-client-bvv/models/get_corporations_corporation_id_roles_history_200_ok.rb +1 -1
  239. data/lib/esi-client-bvv/models/get_corporations_corporation_id_shareholders_200_ok.rb +1 -1
  240. data/lib/esi-client-bvv/models/get_corporations_corporation_id_standings_200_ok.rb +1 -29
  241. data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_200_ok.rb +1 -1
  242. data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +1 -1
  243. data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +1 -1
  244. data/lib/esi-client-bvv/models/get_corporations_corporation_id_structures_200_ok.rb +1 -1
  245. data/lib/esi-client-bvv/models/get_corporations_corporation_id_structures_service.rb +1 -1
  246. data/lib/esi-client-bvv/models/get_corporations_corporation_id_titles_200_ok.rb +1 -1
  247. data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_200_ok.rb +1 -1
  248. data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +1 -1
  249. data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +2 -2
  250. data/lib/esi-client-bvv/models/get_dogma_attributes_attribute_id_not_found.rb +1 -1
  251. data/lib/esi-client-bvv/models/get_dogma_attributes_attribute_id_ok.rb +1 -1
  252. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +209 -0
  253. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +209 -0
  254. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +189 -0
  255. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +258 -0
  256. data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_modifier.rb +1 -1
  257. data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_not_found.rb +1 -1
  258. data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_ok.rb +1 -1
  259. data/lib/esi-client-bvv/models/get_fleets_fleet_id_members_200_ok.rb +1 -1
  260. data/lib/esi-client-bvv/models/get_fleets_fleet_id_members_not_found.rb +1 -1
  261. data/lib/esi-client-bvv/models/get_fleets_fleet_id_not_found.rb +1 -1
  262. data/lib/esi-client-bvv/models/get_fleets_fleet_id_ok.rb +1 -1
  263. data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_200_ok.rb +1 -1
  264. data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_not_found.rb +1 -1
  265. data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_squad.rb +1 -1
  266. data/lib/esi-client-bvv/models/get_fw_leaderboards_active_total_active_total.rb +1 -1
  267. data/lib/esi-client-bvv/models/get_fw_leaderboards_active_total_active_total_1.rb +1 -1
  268. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_active_total_active_total.rb +1 -1
  269. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +1 -1
  270. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_kills.rb +1 -1
  271. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_last_week_last_week.rb +1 -1
  272. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +1 -1
  273. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_ok.rb +1 -1
  274. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_victory_points.rb +1 -1
  275. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +1 -1
  276. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +1 -1
  277. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_active_total_active_total.rb +1 -1
  278. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +1 -1
  279. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_kills.rb +1 -1
  280. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_last_week_last_week.rb +1 -1
  281. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +1 -1
  282. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_ok.rb +1 -1
  283. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_victory_points.rb +1 -1
  284. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +1 -1
  285. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +1 -1
  286. data/lib/esi-client-bvv/models/get_fw_leaderboards_kills.rb +1 -1
  287. data/lib/esi-client-bvv/models/get_fw_leaderboards_last_week_last_week.rb +1 -1
  288. data/lib/esi-client-bvv/models/get_fw_leaderboards_last_week_last_week_1.rb +1 -1
  289. data/lib/esi-client-bvv/models/get_fw_leaderboards_ok.rb +1 -1
  290. data/lib/esi-client-bvv/models/get_fw_leaderboards_victory_points.rb +1 -1
  291. data/lib/esi-client-bvv/models/get_fw_leaderboards_yesterday_yesterday.rb +1 -1
  292. data/lib/esi-client-bvv/models/get_fw_leaderboards_yesterday_yesterday_1.rb +1 -1
  293. data/lib/esi-client-bvv/models/get_fw_stats_200_ok.rb +1 -1
  294. data/lib/esi-client-bvv/models/get_fw_stats_kills.rb +1 -1
  295. data/lib/esi-client-bvv/models/get_fw_stats_victory_points.rb +1 -1
  296. data/lib/esi-client-bvv/models/get_fw_systems_200_ok.rb +36 -3
  297. data/lib/esi-client-bvv/models/get_fw_wars_200_ok.rb +1 -1
  298. data/lib/esi-client-bvv/models/get_incursions_200_ok.rb +1 -1
  299. data/lib/esi-client-bvv/models/get_industry_facilities_200_ok.rb +1 -1
  300. data/lib/esi-client-bvv/models/get_industry_systems_200_ok.rb +1 -1
  301. data/lib/esi-client-bvv/models/get_industry_systems_cost_indice.rb +1 -1
  302. data/lib/esi-client-bvv/models/get_insurance_prices_200_ok.rb +1 -1
  303. data/lib/esi-client-bvv/models/get_insurance_prices_level.rb +1 -1
  304. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_attacker.rb +1 -1
  305. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_item.rb +1 -1
  306. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_items_item.rb +1 -1
  307. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_ok.rb +1 -1
  308. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_position.rb +1 -1
  309. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +1 -1
  310. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_victim.rb +1 -1
  311. data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +1 -1
  312. data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_not_found.rb +1 -1
  313. data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_required_item.rb +1 -1
  314. data/lib/esi-client-bvv/models/get_markets_groups_market_group_id_not_found.rb +1 -1
  315. data/lib/esi-client-bvv/models/get_markets_groups_market_group_id_ok.rb +1 -1
  316. data/lib/esi-client-bvv/models/get_markets_prices_200_ok.rb +1 -1
  317. data/lib/esi-client-bvv/models/get_markets_region_id_history_200_ok.rb +1 -1
  318. data/lib/esi-client-bvv/models/get_markets_region_id_history_error_520.rb +189 -0
  319. data/lib/esi-client-bvv/models/get_markets_region_id_history_not_found.rb +1 -1
  320. data/lib/esi-client-bvv/models/get_markets_region_id_history_unprocessable_entity.rb +1 -1
  321. data/lib/esi-client-bvv/models/get_markets_region_id_orders_200_ok.rb +1 -1
  322. data/lib/esi-client-bvv/models/get_markets_region_id_orders_not_found.rb +1 -1
  323. data/lib/esi-client-bvv/models/get_markets_region_id_orders_unprocessable_entity.rb +1 -1
  324. data/lib/esi-client-bvv/models/get_markets_structures_structure_id_200_ok.rb +1 -1
  325. data/lib/esi-client-bvv/models/get_opportunities_groups_group_id_ok.rb +1 -1
  326. data/lib/esi-client-bvv/models/get_opportunities_tasks_task_id_ok.rb +1 -1
  327. data/lib/esi-client-bvv/models/get_route_origin_destination_not_found.rb +1 -1
  328. data/lib/esi-client-bvv/models/get_search_ok.rb +1 -1
  329. data/lib/esi-client-bvv/models/get_sovereignty_campaigns_200_ok.rb +1 -1
  330. data/lib/esi-client-bvv/models/get_sovereignty_campaigns_participant.rb +1 -1
  331. data/lib/esi-client-bvv/models/get_sovereignty_map_200_ok.rb +1 -1
  332. data/lib/esi-client-bvv/models/get_sovereignty_structures_200_ok.rb +1 -1
  333. data/lib/esi-client-bvv/models/get_status_ok.rb +1 -1
  334. data/lib/esi-client-bvv/models/get_universe_ancestries_200_ok.rb +1 -1
  335. data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +1 -1
  336. data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +1 -1
  337. data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +1 -1
  338. data/lib/esi-client-bvv/models/get_universe_bloodlines_200_ok.rb +1 -1
  339. data/lib/esi-client-bvv/models/get_universe_categories_category_id_not_found.rb +1 -1
  340. data/lib/esi-client-bvv/models/get_universe_categories_category_id_ok.rb +1 -1
  341. data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_not_found.rb +1 -1
  342. data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_ok.rb +1 -1
  343. data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_position.rb +1 -1
  344. data/lib/esi-client-bvv/models/get_universe_factions_200_ok.rb +1 -1
  345. data/lib/esi-client-bvv/models/get_universe_graphics_graphic_id_not_found.rb +1 -1
  346. data/lib/esi-client-bvv/models/get_universe_graphics_graphic_id_ok.rb +1 -1
  347. data/lib/esi-client-bvv/models/get_universe_groups_group_id_not_found.rb +1 -1
  348. data/lib/esi-client-bvv/models/get_universe_groups_group_id_ok.rb +1 -1
  349. data/lib/esi-client-bvv/models/get_universe_moons_moon_id_not_found.rb +1 -1
  350. data/lib/esi-client-bvv/models/get_universe_moons_moon_id_ok.rb +1 -1
  351. data/lib/esi-client-bvv/models/get_universe_moons_moon_id_position.rb +1 -1
  352. data/lib/esi-client-bvv/models/get_universe_planets_planet_id_not_found.rb +1 -1
  353. data/lib/esi-client-bvv/models/get_universe_planets_planet_id_ok.rb +1 -1
  354. data/lib/esi-client-bvv/models/get_universe_planets_planet_id_position.rb +1 -1
  355. data/lib/esi-client-bvv/models/get_universe_races_200_ok.rb +1 -1
  356. data/lib/esi-client-bvv/models/get_universe_regions_region_id_not_found.rb +1 -1
  357. data/lib/esi-client-bvv/models/get_universe_regions_region_id_ok.rb +1 -1
  358. data/lib/esi-client-bvv/models/get_universe_schematics_schematic_id_not_found.rb +1 -1
  359. data/lib/esi-client-bvv/models/get_universe_schematics_schematic_id_ok.rb +1 -1
  360. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_destination.rb +1 -1
  361. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_not_found.rb +1 -1
  362. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_ok.rb +1 -1
  363. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_position.rb +1 -1
  364. data/lib/esi-client-bvv/models/get_universe_stars_star_id_ok.rb +1 -1
  365. data/lib/esi-client-bvv/models/get_universe_stations_station_id_not_found.rb +1 -1
  366. data/lib/esi-client-bvv/models/get_universe_stations_station_id_ok.rb +1 -1
  367. data/lib/esi-client-bvv/models/get_universe_stations_station_id_position.rb +1 -1
  368. data/lib/esi-client-bvv/models/get_universe_structures_structure_id_not_found.rb +1 -1
  369. data/lib/esi-client-bvv/models/get_universe_structures_structure_id_ok.rb +17 -2
  370. data/lib/esi-client-bvv/models/get_universe_structures_structure_id_position.rb +1 -1
  371. data/lib/esi-client-bvv/models/get_universe_system_jumps_200_ok.rb +1 -1
  372. data/lib/esi-client-bvv/models/get_universe_system_kills_200_ok.rb +1 -1
  373. data/lib/esi-client-bvv/models/get_universe_systems_system_id_not_found.rb +1 -1
  374. data/lib/esi-client-bvv/models/get_universe_systems_system_id_ok.rb +1 -11
  375. data/lib/esi-client-bvv/models/get_universe_systems_system_id_planet.rb +1 -1
  376. data/lib/esi-client-bvv/models/get_universe_systems_system_id_position.rb +1 -1
  377. data/lib/esi-client-bvv/models/get_universe_types_type_id_dogma_attribute.rb +1 -1
  378. data/lib/esi-client-bvv/models/get_universe_types_type_id_dogma_effect.rb +1 -1
  379. data/lib/esi-client-bvv/models/get_universe_types_type_id_not_found.rb +1 -1
  380. data/lib/esi-client-bvv/models/get_universe_types_type_id_ok.rb +1 -1
  381. data/lib/esi-client-bvv/models/get_wars_war_id_aggressor.rb +1 -1
  382. data/lib/esi-client-bvv/models/get_wars_war_id_ally.rb +1 -1
  383. data/lib/esi-client-bvv/models/get_wars_war_id_defender.rb +1 -1
  384. data/lib/esi-client-bvv/models/get_wars_war_id_killmails_200_ok.rb +1 -1
  385. data/lib/esi-client-bvv/models/get_wars_war_id_killmails_unprocessable_entity.rb +1 -1
  386. data/lib/esi-client-bvv/models/get_wars_war_id_ok.rb +1 -1
  387. data/lib/esi-client-bvv/models/get_wars_war_id_unprocessable_entity.rb +1 -1
  388. data/lib/esi-client-bvv/models/internal_server_error.rb +1 -1
  389. data/lib/esi-client-bvv/models/post_characters_affiliation_200_ok.rb +1 -1
  390. data/lib/esi-client-bvv/models/post_characters_affiliation_not_found.rb +1 -1
  391. data/lib/esi-client-bvv/models/post_characters_character_id_assets_locations_200_ok.rb +1 -1
  392. data/lib/esi-client-bvv/models/post_characters_character_id_assets_locations_position.rb +1 -1
  393. data/lib/esi-client-bvv/models/post_characters_character_id_assets_names_200_ok.rb +1 -1
  394. data/lib/esi-client-bvv/models/post_characters_character_id_contacts_error_520.rb +189 -0
  395. data/lib/esi-client-bvv/models/post_characters_character_id_fittings_created.rb +1 -1
  396. data/lib/esi-client-bvv/models/post_characters_character_id_fittings_fitting.rb +1 -1
  397. data/lib/esi-client-bvv/models/post_characters_character_id_fittings_item.rb +1 -1
  398. data/lib/esi-client-bvv/models/post_characters_character_id_mail_error_520.rb +189 -0
  399. data/lib/esi-client-bvv/models/post_characters_character_id_mail_labels_label.rb +1 -1
  400. data/lib/esi-client-bvv/models/post_characters_character_id_mail_mail.rb +1 -1
  401. data/lib/esi-client-bvv/models/post_characters_character_id_mail_recipient.rb +1 -1
  402. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_200_ok.rb +1 -1
  403. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_not_found.rb +1 -1
  404. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_position.rb +1 -1
  405. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_names_200_ok.rb +1 -1
  406. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_names_not_found.rb +1 -1
  407. data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_invitation.rb +1 -1
  408. data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_not_found.rb +1 -1
  409. data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_unprocessable_entity.rb +1 -1
  410. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_created.rb +1 -1
  411. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_not_found.rb +1 -1
  412. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +1 -1
  413. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +1 -1
  414. data/lib/esi-client-bvv/models/post_ui_openwindow_newmail_new_mail.rb +1 -1
  415. data/lib/esi-client-bvv/models/post_ui_openwindow_newmail_unprocessable_entity.rb +1 -1
  416. data/lib/esi-client-bvv/models/post_universe_ids_agent.rb +1 -1
  417. data/lib/esi-client-bvv/models/post_universe_ids_alliance.rb +1 -1
  418. data/lib/esi-client-bvv/models/post_universe_ids_character.rb +1 -1
  419. data/lib/esi-client-bvv/models/post_universe_ids_constellation.rb +1 -1
  420. data/lib/esi-client-bvv/models/post_universe_ids_corporation.rb +1 -1
  421. data/lib/esi-client-bvv/models/post_universe_ids_faction.rb +1 -1
  422. data/lib/esi-client-bvv/models/post_universe_ids_inventory_type.rb +1 -1
  423. data/lib/esi-client-bvv/models/post_universe_ids_ok.rb +1 -1
  424. data/lib/esi-client-bvv/models/post_universe_ids_region.rb +1 -1
  425. data/lib/esi-client-bvv/models/post_universe_ids_station.rb +1 -1
  426. data/lib/esi-client-bvv/models/post_universe_ids_system.rb +1 -1
  427. data/lib/esi-client-bvv/models/post_universe_names_200_ok.rb +1 -1
  428. data/lib/esi-client-bvv/models/post_universe_names_not_found.rb +1 -1
  429. data/lib/esi-client-bvv/models/put_characters_character_id_calendar_event_id_response.rb +1 -1
  430. data/lib/esi-client-bvv/models/put_characters_character_id_mail_mail_id_contents.rb +1 -1
  431. data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_movement.rb +1 -1
  432. data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_not_found.rb +1 -1
  433. data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +1 -1
  434. data/lib/esi-client-bvv/models/put_fleets_fleet_id_new_settings.rb +1 -1
  435. data/lib/esi-client-bvv/models/put_fleets_fleet_id_not_found.rb +1 -1
  436. data/lib/esi-client-bvv/models/put_fleets_fleet_id_squads_squad_id_naming.rb +1 -1
  437. data/lib/esi-client-bvv/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +1 -1
  438. data/lib/esi-client-bvv/models/put_fleets_fleet_id_wings_wing_id_naming.rb +1 -1
  439. data/lib/esi-client-bvv/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +1 -1
  440. data/lib/esi-client-bvv/models/service_unavailable.rb +1 -1
  441. data/lib/esi-client-bvv/models/unauthorized.rb +1 -1
  442. data/lib/esi-client-bvv/version.rb +2 -2
  443. data/spec/models/error_limited_spec.rb +42 -0
  444. data/spec/models/gateway_timeout_spec.rb +48 -0
  445. data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +42 -0
  446. data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +48 -0
  447. data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +48 -0
  448. data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +42 -0
  449. data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +66 -0
  450. data/spec/models/get_markets_region_id_history_error_520_spec.rb +42 -0
  451. data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +42 -0
  452. data/spec/models/post_characters_character_id_mail_error_520_spec.rb +42 -0
  453. metadata +42 -2
@@ -3,7 +3,7 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 0.8.2
6
+ OpenAPI spec version: 0.8.5
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -27,8 +27,6 @@ module ESI
27
27
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
28
28
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
29
29
  # @option opts [String] :token Access token to use if unable to set a header
30
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
31
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
32
30
  # @return [GetCharactersCharacterIdClonesOk]
33
31
  def get_characters_character_id_clones(character_id, opts = {})
34
32
  data, _status_code, _headers = get_characters_character_id_clones_with_http_info(character_id, opts)
@@ -42,8 +40,6 @@ module ESI
42
40
  # @option opts [String] :datasource The server name you would like data from
43
41
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
44
42
  # @option opts [String] :token Access token to use if unable to set a header
45
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
46
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
47
43
  # @return [Array<(GetCharactersCharacterIdClonesOk, Fixnum, Hash)>] GetCharactersCharacterIdClonesOk data, response status code and response headers
48
44
  def get_characters_character_id_clones_with_http_info(character_id, opts = {})
49
45
  if @api_client.config.debugging
@@ -67,7 +63,6 @@ module ESI
67
63
  query_params = {}
68
64
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
69
65
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
70
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
71
66
 
72
67
  # header parameters
73
68
  header_params = {}
@@ -76,7 +71,6 @@ module ESI
76
71
  # HTTP header 'Content-Type'
77
72
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
78
73
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
79
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
80
74
 
81
75
  # form parameters
82
76
  form_params = {}
@@ -104,8 +98,6 @@ module ESI
104
98
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
105
99
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
106
100
  # @option opts [String] :token Access token to use if unable to set a header
107
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
108
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
109
101
  # @return [Array<Integer>]
110
102
  def get_characters_character_id_implants(character_id, opts = {})
111
103
  data, _status_code, _headers = get_characters_character_id_implants_with_http_info(character_id, opts)
@@ -119,8 +111,6 @@ module ESI
119
111
  # @option opts [String] :datasource The server name you would like data from
120
112
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
121
113
  # @option opts [String] :token Access token to use if unable to set a header
122
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
123
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
124
114
  # @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
125
115
  def get_characters_character_id_implants_with_http_info(character_id, opts = {})
126
116
  if @api_client.config.debugging
@@ -144,7 +134,6 @@ module ESI
144
134
  query_params = {}
145
135
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
146
136
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
147
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
148
137
 
149
138
  # header parameters
150
139
  header_params = {}
@@ -153,7 +142,6 @@ module ESI
153
142
  # HTTP header 'Content-Type'
154
143
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
155
144
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
156
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
157
145
 
158
146
  # form parameters
159
147
  form_params = {}
@@ -3,7 +3,7 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 0.8.2
6
+ OpenAPI spec version: 0.8.5
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -27,8 +27,6 @@ module ESI
27
27
  # @param [Hash] opts the optional parameters
28
28
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
29
29
  # @option opts [String] :token Access token to use if unable to set a header
30
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
31
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
32
30
  # @return [nil]
33
31
  def delete_characters_character_id_contacts(character_id, contact_ids, opts = {})
34
32
  delete_characters_character_id_contacts_with_http_info(character_id, contact_ids, opts)
@@ -42,8 +40,6 @@ module ESI
42
40
  # @param [Hash] opts the optional parameters
43
41
  # @option opts [String] :datasource The server name you would like data from
44
42
  # @option opts [String] :token Access token to use if unable to set a header
45
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
46
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
47
43
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
48
44
  def delete_characters_character_id_contacts_with_http_info(character_id, contact_ids, opts = {})
49
45
  if @api_client.config.debugging
@@ -80,7 +76,6 @@ module ESI
80
76
  query_params[:'contact_ids'] = @api_client.build_collection_param(contact_ids, :csv)
81
77
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
82
78
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
83
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
84
79
 
85
80
  # header parameters
86
81
  header_params = {}
@@ -88,7 +83,6 @@ module ESI
88
83
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
89
84
  # HTTP header 'Content-Type'
90
85
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
91
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
92
86
 
93
87
  # form parameters
94
88
  form_params = {}
@@ -109,15 +103,13 @@ module ESI
109
103
  end
110
104
 
111
105
  # Get alliance contacts
112
- # Return contacts of an alliance --- This route is cached for up to 300 seconds --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/alliances/{alliance_id}/contacts/)
106
+ # Return contacts of an alliance --- This route is cached for up to 300 seconds
113
107
  # @param alliance_id An EVE alliance ID
114
108
  # @param [Hash] opts the optional parameters
115
109
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
116
110
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
117
111
  # @option opts [Integer] :page Which page of results to return (default to 1)
118
112
  # @option opts [String] :token Access token to use if unable to set a header
119
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
120
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
121
113
  # @return [Array<GetAlliancesAllianceIdContacts200Ok>]
122
114
  def get_alliances_alliance_id_contacts(alliance_id, opts = {})
123
115
  data, _status_code, _headers = get_alliances_alliance_id_contacts_with_http_info(alliance_id, opts)
@@ -125,15 +117,13 @@ module ESI
125
117
  end
126
118
 
127
119
  # Get alliance contacts
128
- # Return contacts of an alliance --- This route is cached for up to 300 seconds --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/alliances/{alliance_id}/contacts/)
120
+ # Return contacts of an alliance --- This route is cached for up to 300 seconds
129
121
  # @param alliance_id An EVE alliance ID
130
122
  # @param [Hash] opts the optional parameters
131
123
  # @option opts [String] :datasource The server name you would like data from
132
124
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
133
125
  # @option opts [Integer] :page Which page of results to return
134
126
  # @option opts [String] :token Access token to use if unable to set a header
135
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
136
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
137
127
  # @return [Array<(Array<GetAlliancesAllianceIdContacts200Ok>, Fixnum, Hash)>] Array<GetAlliancesAllianceIdContacts200Ok> data, response status code and response headers
138
128
  def get_alliances_alliance_id_contacts_with_http_info(alliance_id, opts = {})
139
129
  if @api_client.config.debugging
@@ -155,14 +145,13 @@ module ESI
155
145
  end
156
146
 
157
147
  # resource path
158
- local_var_path = "/v1/alliances/{alliance_id}/contacts/".sub('{' + 'alliance_id' + '}', alliance_id.to_s)
148
+ local_var_path = "/v2/alliances/{alliance_id}/contacts/".sub('{' + 'alliance_id' + '}', alliance_id.to_s)
159
149
 
160
150
  # query parameters
161
151
  query_params = {}
162
152
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
163
153
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
164
154
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
165
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
166
155
 
167
156
  # header parameters
168
157
  header_params = {}
@@ -171,7 +160,6 @@ module ESI
171
160
  # HTTP header 'Content-Type'
172
161
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
173
162
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
174
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
175
163
 
176
164
  # form parameters
177
165
  form_params = {}
@@ -199,8 +187,6 @@ module ESI
199
187
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
200
188
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
201
189
  # @option opts [String] :token Access token to use if unable to set a header
202
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
203
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
204
190
  # @return [Array<GetAlliancesAllianceIdContactsLabels200Ok>]
205
191
  def get_alliances_alliance_id_contacts_labels(alliance_id, opts = {})
206
192
  data, _status_code, _headers = get_alliances_alliance_id_contacts_labels_with_http_info(alliance_id, opts)
@@ -214,8 +200,6 @@ module ESI
214
200
  # @option opts [String] :datasource The server name you would like data from
215
201
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
216
202
  # @option opts [String] :token Access token to use if unable to set a header
217
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
218
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
219
203
  # @return [Array<(Array<GetAlliancesAllianceIdContactsLabels200Ok>, Fixnum, Hash)>] Array<GetAlliancesAllianceIdContactsLabels200Ok> data, response status code and response headers
220
204
  def get_alliances_alliance_id_contacts_labels_with_http_info(alliance_id, opts = {})
221
205
  if @api_client.config.debugging
@@ -239,7 +223,6 @@ module ESI
239
223
  query_params = {}
240
224
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
241
225
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
242
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
243
226
 
244
227
  # header parameters
245
228
  header_params = {}
@@ -248,7 +231,6 @@ module ESI
248
231
  # HTTP header 'Content-Type'
249
232
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
250
233
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
251
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
252
234
 
253
235
  # form parameters
254
236
  form_params = {}
@@ -270,15 +252,13 @@ module ESI
270
252
  end
271
253
 
272
254
  # Get contacts
273
- # Return contacts of a character --- This route is cached for up to 300 seconds --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/characters/{character_id}/contacts/)
255
+ # Return contacts of a character --- This route is cached for up to 300 seconds
274
256
  # @param character_id An EVE character ID
275
257
  # @param [Hash] opts the optional parameters
276
258
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
277
259
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
278
260
  # @option opts [Integer] :page Which page of results to return (default to 1)
279
261
  # @option opts [String] :token Access token to use if unable to set a header
280
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
281
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
282
262
  # @return [Array<GetCharactersCharacterIdContacts200Ok>]
283
263
  def get_characters_character_id_contacts(character_id, opts = {})
284
264
  data, _status_code, _headers = get_characters_character_id_contacts_with_http_info(character_id, opts)
@@ -286,15 +266,13 @@ module ESI
286
266
  end
287
267
 
288
268
  # Get contacts
289
- # Return contacts of a character --- This route is cached for up to 300 seconds --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/characters/{character_id}/contacts/)
269
+ # Return contacts of a character --- This route is cached for up to 300 seconds
290
270
  # @param character_id An EVE character ID
291
271
  # @param [Hash] opts the optional parameters
292
272
  # @option opts [String] :datasource The server name you would like data from
293
273
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
294
274
  # @option opts [Integer] :page Which page of results to return
295
275
  # @option opts [String] :token Access token to use if unable to set a header
296
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
297
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
298
276
  # @return [Array<(Array<GetCharactersCharacterIdContacts200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdContacts200Ok> data, response status code and response headers
299
277
  def get_characters_character_id_contacts_with_http_info(character_id, opts = {})
300
278
  if @api_client.config.debugging
@@ -316,14 +294,13 @@ module ESI
316
294
  end
317
295
 
318
296
  # resource path
319
- local_var_path = "/v1/characters/{character_id}/contacts/".sub('{' + 'character_id' + '}', character_id.to_s)
297
+ local_var_path = "/v2/characters/{character_id}/contacts/".sub('{' + 'character_id' + '}', character_id.to_s)
320
298
 
321
299
  # query parameters
322
300
  query_params = {}
323
301
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
324
302
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
325
303
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
326
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
327
304
 
328
305
  # header parameters
329
306
  header_params = {}
@@ -332,7 +309,6 @@ module ESI
332
309
  # HTTP header 'Content-Type'
333
310
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
334
311
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
335
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
336
312
 
337
313
  # form parameters
338
314
  form_params = {}
@@ -360,8 +336,6 @@ module ESI
360
336
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
361
337
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
362
338
  # @option opts [String] :token Access token to use if unable to set a header
363
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
364
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
365
339
  # @return [Array<GetCharactersCharacterIdContactsLabels200Ok>]
366
340
  def get_characters_character_id_contacts_labels(character_id, opts = {})
367
341
  data, _status_code, _headers = get_characters_character_id_contacts_labels_with_http_info(character_id, opts)
@@ -375,8 +349,6 @@ module ESI
375
349
  # @option opts [String] :datasource The server name you would like data from
376
350
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
377
351
  # @option opts [String] :token Access token to use if unable to set a header
378
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
379
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
380
352
  # @return [Array<(Array<GetCharactersCharacterIdContactsLabels200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdContactsLabels200Ok> data, response status code and response headers
381
353
  def get_characters_character_id_contacts_labels_with_http_info(character_id, opts = {})
382
354
  if @api_client.config.debugging
@@ -400,7 +372,6 @@ module ESI
400
372
  query_params = {}
401
373
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
402
374
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
403
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
404
375
 
405
376
  # header parameters
406
377
  header_params = {}
@@ -409,7 +380,6 @@ module ESI
409
380
  # HTTP header 'Content-Type'
410
381
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
411
382
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
412
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
413
383
 
414
384
  # form parameters
415
385
  form_params = {}
@@ -431,15 +401,13 @@ module ESI
431
401
  end
432
402
 
433
403
  # Get corporation contacts
434
- # Return contacts of a corporation --- This route is cached for up to 300 seconds --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/corporations/{corporation_id}/contacts/)
404
+ # Return contacts of a corporation --- This route is cached for up to 300 seconds
435
405
  # @param corporation_id An EVE corporation ID
436
406
  # @param [Hash] opts the optional parameters
437
407
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
438
408
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
439
409
  # @option opts [Integer] :page Which page of results to return (default to 1)
440
410
  # @option opts [String] :token Access token to use if unable to set a header
441
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
442
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
443
411
  # @return [Array<GetCorporationsCorporationIdContacts200Ok>]
444
412
  def get_corporations_corporation_id_contacts(corporation_id, opts = {})
445
413
  data, _status_code, _headers = get_corporations_corporation_id_contacts_with_http_info(corporation_id, opts)
@@ -447,15 +415,13 @@ module ESI
447
415
  end
448
416
 
449
417
  # Get corporation contacts
450
- # Return contacts of a corporation --- This route is cached for up to 300 seconds --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/corporations/{corporation_id}/contacts/)
418
+ # Return contacts of a corporation --- This route is cached for up to 300 seconds
451
419
  # @param corporation_id An EVE corporation ID
452
420
  # @param [Hash] opts the optional parameters
453
421
  # @option opts [String] :datasource The server name you would like data from
454
422
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
455
423
  # @option opts [Integer] :page Which page of results to return
456
424
  # @option opts [String] :token Access token to use if unable to set a header
457
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
458
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
459
425
  # @return [Array<(Array<GetCorporationsCorporationIdContacts200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdContacts200Ok> data, response status code and response headers
460
426
  def get_corporations_corporation_id_contacts_with_http_info(corporation_id, opts = {})
461
427
  if @api_client.config.debugging
@@ -477,14 +443,13 @@ module ESI
477
443
  end
478
444
 
479
445
  # resource path
480
- local_var_path = "/v1/corporations/{corporation_id}/contacts/".sub('{' + 'corporation_id' + '}', corporation_id.to_s)
446
+ local_var_path = "/v2/corporations/{corporation_id}/contacts/".sub('{' + 'corporation_id' + '}', corporation_id.to_s)
481
447
 
482
448
  # query parameters
483
449
  query_params = {}
484
450
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
485
451
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
486
452
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
487
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
488
453
 
489
454
  # header parameters
490
455
  header_params = {}
@@ -493,7 +458,6 @@ module ESI
493
458
  # HTTP header 'Content-Type'
494
459
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
495
460
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
496
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
497
461
 
498
462
  # form parameters
499
463
  form_params = {}
@@ -521,8 +485,6 @@ module ESI
521
485
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
522
486
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
523
487
  # @option opts [String] :token Access token to use if unable to set a header
524
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
525
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
526
488
  # @return [Array<GetCorporationsCorporationIdContactsLabels200Ok>]
527
489
  def get_corporations_corporation_id_contacts_labels(corporation_id, opts = {})
528
490
  data, _status_code, _headers = get_corporations_corporation_id_contacts_labels_with_http_info(corporation_id, opts)
@@ -536,8 +498,6 @@ module ESI
536
498
  # @option opts [String] :datasource The server name you would like data from
537
499
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
538
500
  # @option opts [String] :token Access token to use if unable to set a header
539
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
540
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
541
501
  # @return [Array<(Array<GetCorporationsCorporationIdContactsLabels200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdContactsLabels200Ok> data, response status code and response headers
542
502
  def get_corporations_corporation_id_contacts_labels_with_http_info(corporation_id, opts = {})
543
503
  if @api_client.config.debugging
@@ -561,7 +521,6 @@ module ESI
561
521
  query_params = {}
562
522
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
563
523
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
564
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
565
524
 
566
525
  # header parameters
567
526
  header_params = {}
@@ -570,7 +529,6 @@ module ESI
570
529
  # HTTP header 'Content-Type'
571
530
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
572
531
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
573
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
574
532
 
575
533
  # form parameters
576
534
  form_params = {}
@@ -592,17 +550,15 @@ module ESI
592
550
  end
593
551
 
594
552
  # Add contacts
595
- # Bulk add contacts with same settings --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#POST-/characters/{character_id}/contacts/)
553
+ # Bulk add contacts with same settings ---
596
554
  # @param character_id An EVE character ID
597
555
  # @param contact_ids A list of contacts
598
556
  # @param standing Standing for the contact
599
557
  # @param [Hash] opts the optional parameters
600
558
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
601
- # @option opts [Integer] :label_id Add a custom label to the new contact (default to 0)
559
+ # @option opts [Array<Integer>] :label_ids Add custom labels to the new contact
602
560
  # @option opts [String] :token Access token to use if unable to set a header
603
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
604
561
  # @option opts [BOOLEAN] :watched Whether the contact should be watched, note this is only effective on characters (default to false)
605
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
606
562
  # @return [Array<Integer>]
607
563
  def post_characters_character_id_contacts(character_id, contact_ids, standing, opts = {})
608
564
  data, _status_code, _headers = post_characters_character_id_contacts_with_http_info(character_id, contact_ids, standing, opts)
@@ -610,17 +566,15 @@ module ESI
610
566
  end
611
567
 
612
568
  # Add contacts
613
- # Bulk add contacts with same settings --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#POST-/characters/{character_id}/contacts/)
569
+ # Bulk add contacts with same settings ---
614
570
  # @param character_id An EVE character ID
615
571
  # @param contact_ids A list of contacts
616
572
  # @param standing Standing for the contact
617
573
  # @param [Hash] opts the optional parameters
618
574
  # @option opts [String] :datasource The server name you would like data from
619
- # @option opts [Integer] :label_id Add a custom label to the new contact
575
+ # @option opts [Array<Integer>] :label_ids Add custom labels to the new contact
620
576
  # @option opts [String] :token Access token to use if unable to set a header
621
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
622
577
  # @option opts [BOOLEAN] :watched Whether the contact should be watched, note this is only effective on characters
623
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
624
578
  # @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
625
579
  def post_characters_character_id_contacts_with_http_info(character_id, contact_ids, standing, opts = {})
626
580
  if @api_client.config.debugging
@@ -653,16 +607,19 @@ module ESI
653
607
  if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
654
608
  fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
655
609
  end
610
+ if @api_client.config.client_side_validation && !opts[:'label_ids'].nil? && opts[:'label_ids'].length > 63
611
+ fail ArgumentError, 'invalid value for "opts[:"label_ids"]" when calling ContactsApi.post_characters_character_id_contacts, number of items must be less than or equal to 63.'
612
+ end
613
+
656
614
  # resource path
657
- local_var_path = "/v1/characters/{character_id}/contacts/".sub('{' + 'character_id' + '}', character_id.to_s)
615
+ local_var_path = "/v2/characters/{character_id}/contacts/".sub('{' + 'character_id' + '}', character_id.to_s)
658
616
 
659
617
  # query parameters
660
618
  query_params = {}
661
619
  query_params[:'standing'] = standing
662
620
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
663
- query_params[:'label_id'] = opts[:'label_id'] if !opts[:'label_id'].nil?
621
+ query_params[:'label_ids'] = @api_client.build_collection_param(opts[:'label_ids'], :csv) if !opts[:'label_ids'].nil?
664
622
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
665
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
666
623
  query_params[:'watched'] = opts[:'watched'] if !opts[:'watched'].nil?
667
624
 
668
625
  # header parameters
@@ -671,7 +628,6 @@ module ESI
671
628
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
672
629
  # HTTP header 'Content-Type'
673
630
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
674
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
675
631
 
676
632
  # form parameters
677
633
  form_params = {}
@@ -693,17 +649,15 @@ module ESI
693
649
  end
694
650
 
695
651
  # Edit contacts
696
- # Bulk edit contacts with same settings --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#PUT-/characters/{character_id}/contacts/)
652
+ # Bulk edit contacts with same settings ---
697
653
  # @param character_id An EVE character ID
698
654
  # @param contact_ids A list of contacts
699
655
  # @param standing Standing for the contact
700
656
  # @param [Hash] opts the optional parameters
701
657
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
702
- # @option opts [Integer] :label_id Add a custom label to the contact, use 0 for clearing label (default to 0)
658
+ # @option opts [Array<Integer>] :label_ids Add custom labels to the contact
703
659
  # @option opts [String] :token Access token to use if unable to set a header
704
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
705
660
  # @option opts [BOOLEAN] :watched Whether the contact should be watched, note this is only effective on characters (default to false)
706
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
707
661
  # @return [nil]
708
662
  def put_characters_character_id_contacts(character_id, contact_ids, standing, opts = {})
709
663
  put_characters_character_id_contacts_with_http_info(character_id, contact_ids, standing, opts)
@@ -711,17 +665,15 @@ module ESI
711
665
  end
712
666
 
713
667
  # Edit contacts
714
- # Bulk edit contacts with same settings --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#PUT-/characters/{character_id}/contacts/)
668
+ # Bulk edit contacts with same settings ---
715
669
  # @param character_id An EVE character ID
716
670
  # @param contact_ids A list of contacts
717
671
  # @param standing Standing for the contact
718
672
  # @param [Hash] opts the optional parameters
719
673
  # @option opts [String] :datasource The server name you would like data from
720
- # @option opts [Integer] :label_id Add a custom label to the contact, use 0 for clearing label
674
+ # @option opts [Array<Integer>] :label_ids Add custom labels to the contact
721
675
  # @option opts [String] :token Access token to use if unable to set a header
722
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
723
676
  # @option opts [BOOLEAN] :watched Whether the contact should be watched, note this is only effective on characters
724
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
725
677
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
726
678
  def put_characters_character_id_contacts_with_http_info(character_id, contact_ids, standing, opts = {})
727
679
  if @api_client.config.debugging
@@ -754,16 +706,19 @@ module ESI
754
706
  if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
755
707
  fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
756
708
  end
709
+ if @api_client.config.client_side_validation && !opts[:'label_ids'].nil? && opts[:'label_ids'].length > 63
710
+ fail ArgumentError, 'invalid value for "opts[:"label_ids"]" when calling ContactsApi.put_characters_character_id_contacts, number of items must be less than or equal to 63.'
711
+ end
712
+
757
713
  # resource path
758
- local_var_path = "/v1/characters/{character_id}/contacts/".sub('{' + 'character_id' + '}', character_id.to_s)
714
+ local_var_path = "/v2/characters/{character_id}/contacts/".sub('{' + 'character_id' + '}', character_id.to_s)
759
715
 
760
716
  # query parameters
761
717
  query_params = {}
762
718
  query_params[:'standing'] = standing
763
719
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
764
- query_params[:'label_id'] = opts[:'label_id'] if !opts[:'label_id'].nil?
720
+ query_params[:'label_ids'] = @api_client.build_collection_param(opts[:'label_ids'], :csv) if !opts[:'label_ids'].nil?
765
721
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
766
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
767
722
  query_params[:'watched'] = opts[:'watched'] if !opts[:'watched'].nil?
768
723
 
769
724
  # header parameters
@@ -772,7 +727,6 @@ module ESI
772
727
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
773
728
  # HTTP header 'Content-Type'
774
729
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
775
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
776
730
 
777
731
  # form parameters
778
732
  form_params = {}