ruby-esi 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (848) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +223 -212
  3. data/docs/AllianceApi.md +17 -17
  4. data/docs/AssetsApi.md +31 -31
  5. data/docs/BookmarksApi.md +25 -25
  6. data/docs/CalendarApi.md +22 -22
  7. data/docs/CharacterApi.md +73 -73
  8. data/docs/ClonesApi.md +11 -11
  9. data/docs/ContactsApi.md +46 -46
  10. data/docs/ContractsApi.md +202 -34
  11. data/docs/CorporationApi.md +118 -118
  12. data/docs/DogmaApi.md +21 -21
  13. data/docs/FactionWarfareApi.md +35 -35
  14. data/docs/FittingsApi.md +14 -14
  15. data/docs/FleetsApi.md +65 -65
  16. data/docs/GetCharactersCharacterIdBlueprints200Ok.md +1 -1
  17. data/docs/GetCharactersCharacterIdContractsContractIdItems200Ok.md +1 -1
  18. data/docs/GetCharactersCharacterIdFittingsItem.md +1 -1
  19. data/docs/GetCharactersCharacterIdMailLabelsLabel.md +1 -1
  20. data/docs/GetCharactersCharacterIdOk.md +1 -0
  21. data/docs/GetCharactersCharacterIdSkillqueue200Ok.md +1 -1
  22. data/docs/GetCharactersCharacterIdWalletJournal200Ok.md +1 -1
  23. data/docs/GetContractsPublicBidsContractId200Ok.md +10 -0
  24. data/docs/GetContractsPublicBidsContractIdForbidden.md +8 -0
  25. data/docs/GetContractsPublicBidsContractIdNotFound.md +8 -0
  26. data/docs/GetContractsPublicItemsContractId200Ok.md +16 -0
  27. data/docs/GetContractsPublicItemsContractIdForbidden.md +8 -0
  28. data/docs/GetContractsPublicItemsContractIdNotFound.md +8 -0
  29. data/docs/GetContractsPublicRegionId200Ok.md +23 -0
  30. data/docs/GetContractsPublicRegionIdNotFound.md +8 -0
  31. data/docs/GetCorporationsCorporationIdBlueprints200Ok.md +1 -1
  32. data/docs/GetCorporationsCorporationIdContractsContractIdItems200Ok.md +1 -1
  33. data/docs/GetCorporationsCorporationIdOk.md +1 -0
  34. data/docs/GetCorporationsCorporationIdStructures200Ok.md +5 -5
  35. data/docs/GetCorporationsCorporationIdWalletsDivisionJournal200Ok.md +1 -1
  36. data/docs/GetFwLeaderboardsCharactersKills.md +1 -1
  37. data/docs/GetFwLeaderboardsCharactersVictoryPoints.md +1 -1
  38. data/docs/GetFwLeaderboardsCorporationsKills.md +1 -1
  39. data/docs/GetFwLeaderboardsCorporationsVictoryPoints.md +1 -1
  40. data/docs/GetFwLeaderboardsKills.md +1 -1
  41. data/docs/GetFwLeaderboardsVictoryPoints.md +1 -1
  42. data/docs/IncursionsApi.md +5 -5
  43. data/docs/IndustryApi.md +48 -48
  44. data/docs/InsuranceApi.md +7 -7
  45. data/docs/KillmailsApi.md +18 -18
  46. data/docs/LocationApi.md +16 -16
  47. data/docs/LoyaltyApi.md +10 -10
  48. data/docs/MailApi.md +41 -41
  49. data/docs/MarketApi.md +60 -60
  50. data/docs/OpportunitiesApi.md +24 -24
  51. data/docs/PlanetaryInteractionApi.md +21 -21
  52. data/docs/PostCharactersCharacterIdFittingsItem.md +1 -1
  53. data/docs/PostCharactersCharacterIdMailLabelsLabel.md +1 -1
  54. data/docs/RoutesApi.md +6 -6
  55. data/docs/SearchApi.md +18 -18
  56. data/docs/SkillsApi.md +16 -16
  57. data/docs/SovereigntyApi.md +13 -13
  58. data/docs/StatusApi.md +5 -5
  59. data/docs/UniverseApi.md +148 -146
  60. data/docs/UserInterfaceApi.md +21 -21
  61. data/docs/WalletApi.md +33 -33
  62. data/docs/WarsApi.md +16 -16
  63. data/lib/ruby-esi.rb +10 -2
  64. data/lib/ruby-esi/api/alliance_api.rb +31 -35
  65. data/lib/ruby-esi/api/assets_api.rb +47 -53
  66. data/lib/ruby-esi/api/bookmarks_api.rb +31 -35
  67. data/lib/ruby-esi/api/calendar_api.rb +33 -37
  68. data/lib/ruby-esi/api/character_api.rb +110 -125
  69. data/lib/ruby-esi/api/clones_api.rb +17 -19
  70. data/lib/ruby-esi/api/contacts_api.rb +66 -75
  71. data/lib/ruby-esi/api/contracts_api.rb +254 -50
  72. data/lib/ruby-esi/api/corporation_api.rb +161 -183
  73. data/lib/ruby-esi/api/dogma_api.rb +38 -43
  74. data/lib/ruby-esi/api/faction_warfare_api.rb +59 -67
  75. data/lib/ruby-esi/api/fittings_api.rb +24 -27
  76. data/lib/ruby-esi/api/fleets_api.rb +109 -123
  77. data/lib/ruby-esi/api/incursions_api.rb +10 -11
  78. data/lib/ruby-esi/api/industry_api.rb +63 -71
  79. data/lib/ruby-esi/api/insurance_api.rb +14 -15
  80. data/lib/ruby-esi/api/killmails_api.rb +24 -27
  81. data/lib/ruby-esi/api/location_api.rb +24 -27
  82. data/lib/ruby-esi/api/loyalty_api.rb +17 -19
  83. data/lib/ruby-esi/api/mail_api.rb +66 -75
  84. data/lib/ruby-esi/api/market_api.rb +86 -97
  85. data/lib/ruby-esi/api/opportunities_api.rb +42 -47
  86. data/lib/ruby-esi/api/planetary_interaction_api.rb +31 -35
  87. data/lib/ruby-esi/api/routes_api.rb +10 -11
  88. data/lib/ruby-esi/api/search_api.rb +25 -27
  89. data/lib/ruby-esi/api/skills_api.rb +24 -27
  90. data/lib/ruby-esi/api/sovereignty_api.rb +24 -27
  91. data/lib/ruby-esi/api/status_api.rb +10 -11
  92. data/lib/ruby-esi/api/universe_api.rb +265 -289
  93. data/lib/ruby-esi/api/user_interface_api.rb +38 -43
  94. data/lib/ruby-esi/api/wallet_api.rb +45 -51
  95. data/lib/ruby-esi/api/wars_api.rb +26 -29
  96. data/lib/ruby-esi/api_client.rb +12 -10
  97. data/lib/ruby-esi/api_error.rb +2 -2
  98. data/lib/ruby-esi/configuration.rb +4 -4
  99. data/lib/ruby-esi/models/bad_request.rb +9 -12
  100. data/lib/ruby-esi/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +8 -11
  101. data/lib/ruby-esi/models/delete_fleets_fleet_id_members_member_id_not_found.rb +8 -11
  102. data/lib/ruby-esi/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +8 -11
  103. data/lib/ruby-esi/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +8 -11
  104. data/lib/ruby-esi/models/error_limited.rb +9 -12
  105. data/lib/ruby-esi/models/forbidden.rb +9 -12
  106. data/lib/ruby-esi/models/gateway_timeout.rb +9 -12
  107. data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_200_ok.rb +14 -16
  108. data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +10 -13
  109. data/lib/ruby-esi/models/get_alliances_alliance_id_icons_not_found.rb +8 -11
  110. data/lib/ruby-esi/models/get_alliances_alliance_id_icons_ok.rb +8 -11
  111. data/lib/ruby-esi/models/get_alliances_alliance_id_not_found.rb +8 -11
  112. data/lib/ruby-esi/models/get_alliances_alliance_id_ok.rb +13 -16
  113. data/lib/ruby-esi/models/get_characters_character_id_agents_research_200_ok.rb +13 -16
  114. data/lib/ruby-esi/models/get_characters_character_id_assets_200_ok.rb +21 -23
  115. data/lib/ruby-esi/models/get_characters_character_id_attributes_ok.rb +13 -16
  116. data/lib/ruby-esi/models/get_characters_character_id_blueprints_200_ok.rb +36 -38
  117. data/lib/ruby-esi/models/get_characters_character_id_bookmarks_200_ok.rb +14 -17
  118. data/lib/ruby-esi/models/get_characters_character_id_bookmarks_coordinates.rb +11 -14
  119. data/lib/ruby-esi/models/get_characters_character_id_bookmarks_folders_200_ok.rb +10 -13
  120. data/lib/ruby-esi/models/get_characters_character_id_bookmarks_item.rb +10 -13
  121. data/lib/ruby-esi/models/get_characters_character_id_calendar_200_ok.rb +11 -13
  122. data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +11 -13
  123. data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +8 -11
  124. data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_not_found.rb +8 -11
  125. data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_ok.rb +21 -23
  126. data/lib/ruby-esi/models/get_characters_character_id_clones_home_location.rb +11 -13
  127. data/lib/ruby-esi/models/get_characters_character_id_clones_jump_clone.rb +15 -17
  128. data/lib/ruby-esi/models/get_characters_character_id_clones_ok.rb +9 -12
  129. data/lib/ruby-esi/models/get_characters_character_id_contacts_200_ok.rb +14 -16
  130. data/lib/ruby-esi/models/get_characters_character_id_contacts_labels_200_ok.rb +10 -13
  131. data/lib/ruby-esi/models/get_characters_character_id_contracts_200_ok.rb +28 -30
  132. data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +12 -15
  133. data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +8 -11
  134. data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +14 -17
  135. data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +8 -11
  136. data/lib/ruby-esi/models/get_characters_character_id_corporationhistory_200_ok.rb +11 -14
  137. data/lib/ruby-esi/models/get_characters_character_id_fatigue_ok.rb +8 -11
  138. data/lib/ruby-esi/models/get_characters_character_id_fittings_200_ok.rb +13 -16
  139. data/lib/ruby-esi/models/get_characters_character_id_fittings_item.rb +46 -15
  140. data/lib/ruby-esi/models/get_characters_character_id_fleet_not_found.rb +8 -11
  141. data/lib/ruby-esi/models/get_characters_character_id_fleet_ok.rb +15 -17
  142. data/lib/ruby-esi/models/get_characters_character_id_fw_stats_kills.rb +11 -14
  143. data/lib/ruby-esi/models/get_characters_character_id_fw_stats_ok.rb +18 -23
  144. data/lib/ruby-esi/models/get_characters_character_id_fw_stats_victory_points.rb +11 -14
  145. data/lib/ruby-esi/models/get_characters_character_id_industry_jobs_200_ok.rb +25 -27
  146. data/lib/ruby-esi/models/get_characters_character_id_killmails_recent_200_ok.rb +10 -13
  147. data/lib/ruby-esi/models/get_characters_character_id_location_ok.rb +9 -12
  148. data/lib/ruby-esi/models/get_characters_character_id_loyalty_points_200_ok.rb +10 -13
  149. data/lib/ruby-esi/models/get_characters_character_id_mail_200_ok.rb +8 -11
  150. data/lib/ruby-esi/models/get_characters_character_id_mail_labels_label.rb +18 -23
  151. data/lib/ruby-esi/models/get_characters_character_id_mail_labels_ok.rb +10 -14
  152. data/lib/ruby-esi/models/get_characters_character_id_mail_lists_200_ok.rb +10 -13
  153. data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_not_found.rb +8 -11
  154. data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_ok.rb +8 -11
  155. data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_recipient.rb +13 -15
  156. data/lib/ruby-esi/models/get_characters_character_id_mail_recipient.rb +13 -15
  157. data/lib/ruby-esi/models/get_characters_character_id_medals_200_ok.rb +20 -22
  158. data/lib/ruby-esi/models/get_characters_character_id_medals_graphic.rb +11 -14
  159. data/lib/ruby-esi/models/get_characters_character_id_mining_200_ok.rb +12 -15
  160. data/lib/ruby-esi/models/get_characters_character_id_not_found.rb +8 -11
  161. data/lib/ruby-esi/models/get_characters_character_id_notifications_200_ok.rb +19 -21
  162. data/lib/ruby-esi/models/get_characters_character_id_notifications_contacts_200_ok.rb +13 -16
  163. data/lib/ruby-esi/models/get_characters_character_id_ok.rb +34 -27
  164. data/lib/ruby-esi/models/get_characters_character_id_online_ok.rb +9 -12
  165. data/lib/ruby-esi/models/get_characters_character_id_opportunities_200_ok.rb +10 -13
  166. data/lib/ruby-esi/models/get_characters_character_id_orders_200_ok.rb +22 -24
  167. data/lib/ruby-esi/models/get_characters_character_id_orders_history_200_ok.rb +26 -28
  168. data/lib/ruby-esi/models/get_characters_character_id_planets_200_ok.rb +26 -28
  169. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_content.rb +10 -13
  170. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_extractor_details.rb +9 -12
  171. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_factory_details.rb +9 -12
  172. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_head.rb +16 -19
  173. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_link.rb +16 -19
  174. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_not_found.rb +8 -11
  175. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_ok.rb +11 -14
  176. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_pin.rb +12 -15
  177. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_route.rb +13 -16
  178. data/lib/ruby-esi/models/get_characters_character_id_portrait_not_found.rb +8 -11
  179. data/lib/ruby-esi/models/get_characters_character_id_portrait_ok.rb +8 -11
  180. data/lib/ruby-esi/models/get_characters_character_id_roles_ok.rb +8 -10
  181. data/lib/ruby-esi/models/get_characters_character_id_search_ok.rb +8 -11
  182. data/lib/ruby-esi/models/get_characters_character_id_ship_ok.rb +11 -14
  183. data/lib/ruby-esi/models/get_characters_character_id_skillqueue_200_ok.rb +17 -20
  184. data/lib/ruby-esi/models/get_characters_character_id_skills_ok.rb +10 -13
  185. data/lib/ruby-esi/models/get_characters_character_id_skills_skill.rb +12 -15
  186. data/lib/ruby-esi/models/get_characters_character_id_standings_200_ok.rb +14 -16
  187. data/lib/ruby-esi/models/get_characters_character_id_stats_200_ok.rb +9 -12
  188. data/lib/ruby-esi/models/get_characters_character_id_stats_character.rb +8 -11
  189. data/lib/ruby-esi/models/get_characters_character_id_stats_combat.rb +8 -11
  190. data/lib/ruby-esi/models/get_characters_character_id_stats_industry.rb +8 -11
  191. data/lib/ruby-esi/models/get_characters_character_id_stats_inventory.rb +8 -11
  192. data/lib/ruby-esi/models/get_characters_character_id_stats_isk.rb +8 -11
  193. data/lib/ruby-esi/models/get_characters_character_id_stats_market.rb +8 -11
  194. data/lib/ruby-esi/models/get_characters_character_id_stats_mining.rb +8 -11
  195. data/lib/ruby-esi/models/get_characters_character_id_stats_module.rb +8 -11
  196. data/lib/ruby-esi/models/get_characters_character_id_stats_orbital.rb +8 -11
  197. data/lib/ruby-esi/models/get_characters_character_id_stats_pve.rb +8 -11
  198. data/lib/ruby-esi/models/get_characters_character_id_stats_social.rb +8 -11
  199. data/lib/ruby-esi/models/get_characters_character_id_stats_travel.rb +8 -11
  200. data/lib/ruby-esi/models/get_characters_character_id_titles_200_ok.rb +8 -11
  201. data/lib/ruby-esi/models/get_characters_character_id_wallet_journal_200_ok.rb +19 -21
  202. data/lib/ruby-esi/models/get_characters_character_id_wallet_transactions_200_ok.rb +18 -21
  203. data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_200_ok.rb +221 -0
  204. data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_forbidden.rb +186 -0
  205. data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_not_found.rb +186 -0
  206. data/lib/ruby-esi/models/get_contracts_public_items_contract_id_200_ok.rb +349 -0
  207. data/lib/ruby-esi/models/get_contracts_public_items_contract_id_forbidden.rb +186 -0
  208. data/lib/ruby-esi/models/get_contracts_public_items_contract_id_not_found.rb +186 -0
  209. data/lib/ruby-esi/models/get_contracts_public_region_id_200_ok.rb +400 -0
  210. data/lib/ruby-esi/models/get_contracts_public_region_id_not_found.rb +186 -0
  211. data/lib/ruby-esi/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +13 -16
  212. data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_200_ok.rb +14 -16
  213. data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +13 -16
  214. data/lib/ruby-esi/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +10 -13
  215. data/lib/ruby-esi/models/get_corporations_corporation_id_assets_200_ok.rb +21 -23
  216. data/lib/ruby-esi/models/get_corporations_corporation_id_blueprints_200_ok.rb +36 -38
  217. data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_200_ok.rb +14 -17
  218. data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_coordinates.rb +11 -14
  219. data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +10 -13
  220. data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_item.rb +10 -13
  221. data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_200_ok.rb +14 -16
  222. data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +10 -13
  223. data/lib/ruby-esi/models/get_corporations_corporation_id_containers_logs_200_ok.rb +24 -26
  224. data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_200_ok.rb +28 -30
  225. data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +12 -15
  226. data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +8 -11
  227. data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +14 -17
  228. data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +8 -11
  229. data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +8 -11
  230. data/lib/ruby-esi/models/get_corporations_corporation_id_customs_offices_200_ok.rb +27 -29
  231. data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +14 -19
  232. data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_ok.rb +8 -11
  233. data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +14 -19
  234. data/lib/ruby-esi/models/get_corporations_corporation_id_facilities_200_ok.rb +11 -14
  235. data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_kills.rb +11 -14
  236. data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_ok.rb +10 -13
  237. data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_victory_points.rb +11 -14
  238. data/lib/ruby-esi/models/get_corporations_corporation_id_icons_not_found.rb +8 -11
  239. data/lib/ruby-esi/models/get_corporations_corporation_id_icons_ok.rb +8 -11
  240. data/lib/ruby-esi/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +25 -27
  241. data/lib/ruby-esi/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +10 -13
  242. data/lib/ruby-esi/models/get_corporations_corporation_id_medals_200_ok.rb +19 -22
  243. data/lib/ruby-esi/models/get_corporations_corporation_id_medals_issued_200_ok.rb +20 -22
  244. data/lib/ruby-esi/models/get_corporations_corporation_id_members_titles_200_ok.rb +10 -13
  245. data/lib/ruby-esi/models/get_corporations_corporation_id_membertracking_200_ok.rb +9 -12
  246. data/lib/ruby-esi/models/get_corporations_corporation_id_not_found.rb +8 -11
  247. data/lib/ruby-esi/models/get_corporations_corporation_id_ok.rb +31 -24
  248. data/lib/ruby-esi/models/get_corporations_corporation_id_orders_200_ok.rb +28 -30
  249. data/lib/ruby-esi/models/get_corporations_corporation_id_orders_history_200_ok.rb +31 -33
  250. data/lib/ruby-esi/models/get_corporations_corporation_id_roles_200_ok.rb +9 -11
  251. data/lib/ruby-esi/models/get_corporations_corporation_id_roles_history_200_ok.rb +17 -19
  252. data/lib/ruby-esi/models/get_corporations_corporation_id_shareholders_200_ok.rb +14 -16
  253. data/lib/ruby-esi/models/get_corporations_corporation_id_standings_200_ok.rb +14 -16
  254. data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_200_ok.rb +14 -16
  255. data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +10 -13
  256. data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +37 -39
  257. data/lib/ruby-esi/models/get_corporations_corporation_id_structures_200_ok.rb +46 -59
  258. data/lib/ruby-esi/models/get_corporations_corporation_id_structures_service.rb +13 -15
  259. data/lib/ruby-esi/models/get_corporations_corporation_id_titles_200_ok.rb +8 -10
  260. data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_200_ok.rb +15 -18
  261. data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +19 -21
  262. data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +17 -20
  263. data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_not_found.rb +8 -11
  264. data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_ok.rb +9 -12
  265. data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +10 -13
  266. data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +10 -13
  267. data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +8 -11
  268. data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +13 -16
  269. data/lib/ruby-esi/models/get_dogma_effects_effect_id_modifier.rb +9 -12
  270. data/lib/ruby-esi/models/get_dogma_effects_effect_id_not_found.rb +8 -11
  271. data/lib/ruby-esi/models/get_dogma_effects_effect_id_ok.rb +9 -12
  272. data/lib/ruby-esi/models/get_fleets_fleet_id_members_200_ok.rb +20 -22
  273. data/lib/ruby-esi/models/get_fleets_fleet_id_members_not_found.rb +8 -11
  274. data/lib/ruby-esi/models/get_fleets_fleet_id_not_found.rb +8 -11
  275. data/lib/ruby-esi/models/get_fleets_fleet_id_ok.rb +12 -15
  276. data/lib/ruby-esi/models/get_fleets_fleet_id_wings_200_ok.rb +11 -14
  277. data/lib/ruby-esi/models/get_fleets_fleet_id_wings_not_found.rb +8 -11
  278. data/lib/ruby-esi/models/get_fleets_fleet_id_wings_squad.rb +10 -13
  279. data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total.rb +8 -11
  280. data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total_1.rb +8 -11
  281. data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total.rb +8 -11
  282. data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +8 -11
  283. data/lib/ruby-esi/models/get_fw_leaderboards_characters_kills.rb +13 -16
  284. data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week.rb +8 -11
  285. data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +8 -11
  286. data/lib/ruby-esi/models/get_fw_leaderboards_characters_ok.rb +10 -13
  287. data/lib/ruby-esi/models/get_fw_leaderboards_characters_victory_points.rb +12 -15
  288. data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +8 -11
  289. data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +8 -11
  290. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total.rb +8 -11
  291. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +8 -11
  292. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_kills.rb +13 -16
  293. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week.rb +8 -11
  294. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +8 -11
  295. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_ok.rb +10 -13
  296. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_victory_points.rb +12 -15
  297. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +8 -11
  298. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +8 -11
  299. data/lib/ruby-esi/models/get_fw_leaderboards_kills.rb +13 -16
  300. data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week.rb +8 -11
  301. data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week_1.rb +8 -11
  302. data/lib/ruby-esi/models/get_fw_leaderboards_ok.rb +10 -13
  303. data/lib/ruby-esi/models/get_fw_leaderboards_victory_points.rb +12 -15
  304. data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday.rb +8 -11
  305. data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday_1.rb +8 -11
  306. data/lib/ruby-esi/models/get_fw_stats_200_ok.rb +13 -16
  307. data/lib/ruby-esi/models/get_fw_stats_kills.rb +11 -14
  308. data/lib/ruby-esi/models/get_fw_stats_victory_points.rb +11 -14
  309. data/lib/ruby-esi/models/get_fw_systems_200_ok.rb +17 -19
  310. data/lib/ruby-esi/models/get_fw_wars_200_ok.rb +10 -13
  311. data/lib/ruby-esi/models/get_incursions_200_ok.rb +19 -21
  312. data/lib/ruby-esi/models/get_industry_facilities_200_ok.rb +13 -16
  313. data/lib/ruby-esi/models/get_industry_systems_200_ok.rb +10 -13
  314. data/lib/ruby-esi/models/get_industry_systems_cost_indice.rb +13 -15
  315. data/lib/ruby-esi/models/get_insurance_prices_200_ok.rb +10 -13
  316. data/lib/ruby-esi/models/get_insurance_prices_level.rb +11 -14
  317. data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_attacker.rb +11 -14
  318. data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_item.rb +11 -14
  319. data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_items_item.rb +11 -14
  320. data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_ok.rb +13 -16
  321. data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_position.rb +11 -14
  322. data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +8 -11
  323. data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_victim.rb +10 -13
  324. data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +14 -17
  325. data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_not_found.rb +8 -11
  326. data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_required_item.rb +10 -13
  327. data/lib/ruby-esi/models/get_markets_groups_market_group_id_not_found.rb +8 -11
  328. data/lib/ruby-esi/models/get_markets_groups_market_group_id_ok.rb +12 -15
  329. data/lib/ruby-esi/models/get_markets_prices_200_ok.rb +9 -12
  330. data/lib/ruby-esi/models/get_markets_region_id_history_200_ok.rb +14 -17
  331. data/lib/ruby-esi/models/get_markets_region_id_history_error_520.rb +8 -11
  332. data/lib/ruby-esi/models/get_markets_region_id_history_not_found.rb +8 -11
  333. data/lib/ruby-esi/models/get_markets_region_id_history_unprocessable_entity.rb +8 -11
  334. data/lib/ruby-esi/models/get_markets_region_id_orders_200_ok.rb +23 -25
  335. data/lib/ruby-esi/models/get_markets_region_id_orders_not_found.rb +8 -11
  336. data/lib/ruby-esi/models/get_markets_region_id_orders_unprocessable_entity.rb +8 -11
  337. data/lib/ruby-esi/models/get_markets_structures_structure_id_200_ok.rb +22 -24
  338. data/lib/ruby-esi/models/get_opportunities_groups_group_id_ok.rb +14 -17
  339. data/lib/ruby-esi/models/get_opportunities_tasks_task_id_ok.rb +12 -15
  340. data/lib/ruby-esi/models/get_route_origin_destination_not_found.rb +8 -11
  341. data/lib/ruby-esi/models/get_search_ok.rb +8 -11
  342. data/lib/ruby-esi/models/get_sovereignty_campaigns_200_ok.rb +17 -19
  343. data/lib/ruby-esi/models/get_sovereignty_campaigns_participant.rb +10 -13
  344. data/lib/ruby-esi/models/get_sovereignty_map_200_ok.rb +9 -12
  345. data/lib/ruby-esi/models/get_sovereignty_structures_200_ok.rb +12 -15
  346. data/lib/ruby-esi/models/get_status_ok.rb +11 -14
  347. data/lib/ruby-esi/models/get_universe_ancestries_200_ok.rb +12 -15
  348. data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +8 -11
  349. data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +11 -14
  350. data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +11 -14
  351. data/lib/ruby-esi/models/get_universe_bloodlines_200_ok.rb +19 -22
  352. data/lib/ruby-esi/models/get_universe_categories_category_id_not_found.rb +8 -11
  353. data/lib/ruby-esi/models/get_universe_categories_category_id_ok.rb +12 -15
  354. data/lib/ruby-esi/models/get_universe_constellations_constellation_id_not_found.rb +8 -11
  355. data/lib/ruby-esi/models/get_universe_constellations_constellation_id_ok.rb +13 -16
  356. data/lib/ruby-esi/models/get_universe_constellations_constellation_id_position.rb +11 -14
  357. data/lib/ruby-esi/models/get_universe_factions_200_ok.rb +15 -18
  358. data/lib/ruby-esi/models/get_universe_graphics_graphic_id_not_found.rb +8 -11
  359. data/lib/ruby-esi/models/get_universe_graphics_graphic_id_ok.rb +9 -12
  360. data/lib/ruby-esi/models/get_universe_groups_group_id_not_found.rb +8 -11
  361. data/lib/ruby-esi/models/get_universe_groups_group_id_ok.rb +13 -16
  362. data/lib/ruby-esi/models/get_universe_moons_moon_id_not_found.rb +8 -11
  363. data/lib/ruby-esi/models/get_universe_moons_moon_id_ok.rb +12 -15
  364. data/lib/ruby-esi/models/get_universe_moons_moon_id_position.rb +11 -14
  365. data/lib/ruby-esi/models/get_universe_planets_planet_id_not_found.rb +8 -11
  366. data/lib/ruby-esi/models/get_universe_planets_planet_id_ok.rb +13 -16
  367. data/lib/ruby-esi/models/get_universe_planets_planet_id_position.rb +11 -14
  368. data/lib/ruby-esi/models/get_universe_races_200_ok.rb +12 -15
  369. data/lib/ruby-esi/models/get_universe_regions_region_id_not_found.rb +8 -11
  370. data/lib/ruby-esi/models/get_universe_regions_region_id_ok.rb +11 -14
  371. data/lib/ruby-esi/models/get_universe_schematics_schematic_id_not_found.rb +8 -11
  372. data/lib/ruby-esi/models/get_universe_schematics_schematic_id_ok.rb +10 -13
  373. data/lib/ruby-esi/models/get_universe_stargates_stargate_id_destination.rb +10 -13
  374. data/lib/ruby-esi/models/get_universe_stargates_stargate_id_not_found.rb +8 -11
  375. data/lib/ruby-esi/models/get_universe_stargates_stargate_id_ok.rb +14 -17
  376. data/lib/ruby-esi/models/get_universe_stargates_stargate_id_position.rb +11 -14
  377. data/lib/ruby-esi/models/get_universe_stars_star_id_ok.rb +19 -21
  378. data/lib/ruby-esi/models/get_universe_stations_station_id_not_found.rb +8 -11
  379. data/lib/ruby-esi/models/get_universe_stations_station_id_ok.rb +18 -20
  380. data/lib/ruby-esi/models/get_universe_stations_station_id_position.rb +11 -14
  381. data/lib/ruby-esi/models/get_universe_structures_structure_id_not_found.rb +8 -11
  382. data/lib/ruby-esi/models/get_universe_structures_structure_id_ok.rb +11 -14
  383. data/lib/ruby-esi/models/get_universe_structures_structure_id_position.rb +11 -14
  384. data/lib/ruby-esi/models/get_universe_system_jumps_200_ok.rb +10 -13
  385. data/lib/ruby-esi/models/get_universe_system_kills_200_ok.rb +12 -15
  386. data/lib/ruby-esi/models/get_universe_systems_system_id_not_found.rb +8 -11
  387. data/lib/ruby-esi/models/get_universe_systems_system_id_ok.rb +13 -16
  388. data/lib/ruby-esi/models/get_universe_systems_system_id_planet.rb +9 -12
  389. data/lib/ruby-esi/models/get_universe_systems_system_id_position.rb +11 -14
  390. data/lib/ruby-esi/models/get_universe_types_type_id_dogma_attribute.rb +10 -13
  391. data/lib/ruby-esi/models/get_universe_types_type_id_dogma_effect.rb +10 -13
  392. data/lib/ruby-esi/models/get_universe_types_type_id_not_found.rb +8 -11
  393. data/lib/ruby-esi/models/get_universe_types_type_id_ok.rb +13 -16
  394. data/lib/ruby-esi/models/get_wars_war_id_aggressor.rb +10 -13
  395. data/lib/ruby-esi/models/get_wars_war_id_ally.rb +8 -11
  396. data/lib/ruby-esi/models/get_wars_war_id_defender.rb +10 -13
  397. data/lib/ruby-esi/models/get_wars_war_id_killmails_200_ok.rb +10 -13
  398. data/lib/ruby-esi/models/get_wars_war_id_killmails_unprocessable_entity.rb +8 -11
  399. data/lib/ruby-esi/models/get_wars_war_id_ok.rb +14 -17
  400. data/lib/ruby-esi/models/get_wars_war_id_unprocessable_entity.rb +8 -11
  401. data/lib/ruby-esi/models/internal_server_error.rb +9 -12
  402. data/lib/ruby-esi/models/post_characters_affiliation_200_ok.rb +10 -13
  403. data/lib/ruby-esi/models/post_characters_affiliation_not_found.rb +8 -11
  404. data/lib/ruby-esi/models/post_characters_character_id_assets_locations_200_ok.rb +10 -13
  405. data/lib/ruby-esi/models/post_characters_character_id_assets_locations_position.rb +11 -14
  406. data/lib/ruby-esi/models/post_characters_character_id_assets_names_200_ok.rb +10 -13
  407. data/lib/ruby-esi/models/post_characters_character_id_contacts_error_520.rb +8 -11
  408. data/lib/ruby-esi/models/post_characters_character_id_fittings_created.rb +9 -12
  409. data/lib/ruby-esi/models/post_characters_character_id_fittings_fitting.rb +22 -25
  410. data/lib/ruby-esi/models/post_characters_character_id_fittings_item.rb +46 -15
  411. data/lib/ruby-esi/models/post_characters_character_id_mail_error_520.rb +8 -11
  412. data/lib/ruby-esi/models/post_characters_character_id_mail_labels_label.rb +18 -20
  413. data/lib/ruby-esi/models/post_characters_character_id_mail_mail.rb +17 -20
  414. data/lib/ruby-esi/models/post_characters_character_id_mail_recipient.rb +13 -15
  415. data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_200_ok.rb +10 -13
  416. data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_not_found.rb +8 -11
  417. data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_position.rb +11 -14
  418. data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_200_ok.rb +10 -13
  419. data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_not_found.rb +8 -11
  420. data/lib/ruby-esi/models/post_fleets_fleet_id_members_invitation.rb +17 -21
  421. data/lib/ruby-esi/models/post_fleets_fleet_id_members_not_found.rb +8 -11
  422. data/lib/ruby-esi/models/post_fleets_fleet_id_members_unprocessable_entity.rb +8 -11
  423. data/lib/ruby-esi/models/post_fleets_fleet_id_wings_created.rb +9 -12
  424. data/lib/ruby-esi/models/post_fleets_fleet_id_wings_not_found.rb +8 -11
  425. data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +9 -12
  426. data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +8 -11
  427. data/lib/ruby-esi/models/post_ui_openwindow_newmail_new_mail.rb +17 -20
  428. data/lib/ruby-esi/models/post_ui_openwindow_newmail_unprocessable_entity.rb +8 -11
  429. data/lib/ruby-esi/models/post_universe_ids_agent.rb +8 -11
  430. data/lib/ruby-esi/models/post_universe_ids_alliance.rb +8 -11
  431. data/lib/ruby-esi/models/post_universe_ids_character.rb +8 -11
  432. data/lib/ruby-esi/models/post_universe_ids_constellation.rb +8 -11
  433. data/lib/ruby-esi/models/post_universe_ids_corporation.rb +8 -11
  434. data/lib/ruby-esi/models/post_universe_ids_faction.rb +8 -11
  435. data/lib/ruby-esi/models/post_universe_ids_inventory_type.rb +8 -11
  436. data/lib/ruby-esi/models/post_universe_ids_ok.rb +8 -11
  437. data/lib/ruby-esi/models/post_universe_ids_region.rb +8 -11
  438. data/lib/ruby-esi/models/post_universe_ids_station.rb +8 -11
  439. data/lib/ruby-esi/models/post_universe_ids_system.rb +8 -11
  440. data/lib/ruby-esi/models/post_universe_names_200_ok.rb +14 -16
  441. data/lib/ruby-esi/models/post_universe_names_not_found.rb +8 -11
  442. data/lib/ruby-esi/models/put_characters_character_id_calendar_event_id_response.rb +12 -14
  443. data/lib/ruby-esi/models/put_characters_character_id_mail_mail_id_contents.rb +8 -11
  444. data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_movement.rb +16 -20
  445. data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_not_found.rb +8 -11
  446. data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +8 -11
  447. data/lib/ruby-esi/models/put_fleets_fleet_id_new_settings.rb +8 -11
  448. data/lib/ruby-esi/models/put_fleets_fleet_id_not_found.rb +8 -11
  449. data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_naming.rb +12 -15
  450. data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +8 -11
  451. data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_naming.rb +12 -15
  452. data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +8 -11
  453. data/lib/ruby-esi/models/service_unavailable.rb +9 -12
  454. data/lib/ruby-esi/models/unauthorized.rb +9 -12
  455. data/lib/ruby-esi/version.rb +3 -3
  456. data/ruby-esi.gemspec +5 -5
  457. data/spec/api/alliance_api_spec.rb +10 -10
  458. data/spec/api/assets_api_spec.rb +15 -15
  459. data/spec/api/bookmarks_api_spec.rb +10 -10
  460. data/spec/api/calendar_api_spec.rb +11 -11
  461. data/spec/api/character_api_spec.rb +33 -33
  462. data/spec/api/clones_api_spec.rb +6 -6
  463. data/spec/api/contacts_api_spec.rb +20 -20
  464. data/spec/api/contracts_api_spec.rb +59 -14
  465. data/spec/api/corporation_api_spec.rb +46 -46
  466. data/spec/api/dogma_api_spec.rb +12 -12
  467. data/spec/api/faction_warfare_api_spec.rb +18 -18
  468. data/spec/api/fittings_api_spec.rb +8 -8
  469. data/spec/api/fleets_api_spec.rb +30 -30
  470. data/spec/api/incursions_api_spec.rb +4 -4
  471. data/spec/api/industry_api_spec.rb +20 -20
  472. data/spec/api/insurance_api_spec.rb +4 -4
  473. data/spec/api/killmails_api_spec.rb +8 -8
  474. data/spec/api/location_api_spec.rb +8 -8
  475. data/spec/api/loyalty_api_spec.rb +6 -6
  476. data/spec/api/mail_api_spec.rb +20 -20
  477. data/spec/api/market_api_spec.rb +25 -25
  478. data/spec/api/opportunities_api_spec.rb +12 -12
  479. data/spec/api/planetary_interaction_api_spec.rb +10 -10
  480. data/spec/api/routes_api_spec.rb +4 -4
  481. data/spec/api/search_api_spec.rb +6 -6
  482. data/spec/api/skills_api_spec.rb +8 -8
  483. data/spec/api/sovereignty_api_spec.rb +8 -8
  484. data/spec/api/status_api_spec.rb +4 -4
  485. data/spec/api/universe_api_spec.rb +64 -63
  486. data/spec/api/user_interface_api_spec.rb +12 -12
  487. data/spec/api/wallet_api_spec.rb +14 -14
  488. data/spec/api/wars_api_spec.rb +9 -9
  489. data/spec/api_client_spec.rb +53 -36
  490. data/spec/configuration_spec.rb +10 -10
  491. data/spec/models/bad_request_spec.rb +3 -4
  492. data/spec/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity_spec.rb +3 -4
  493. data/spec/models/delete_fleets_fleet_id_members_member_id_not_found_spec.rb +3 -4
  494. data/spec/models/delete_fleets_fleet_id_squads_squad_id_not_found_spec.rb +3 -4
  495. data/spec/models/delete_fleets_fleet_id_wings_wing_id_not_found_spec.rb +3 -4
  496. data/spec/models/error_limited_spec.rb +3 -4
  497. data/spec/models/forbidden_spec.rb +4 -5
  498. data/spec/models/gateway_timeout_spec.rb +4 -5
  499. data/spec/models/get_alliances_alliance_id_contacts_200_ok_spec.rb +10 -11
  500. data/spec/models/get_alliances_alliance_id_contacts_labels_200_ok_spec.rb +4 -5
  501. data/spec/models/get_alliances_alliance_id_icons_not_found_spec.rb +3 -4
  502. data/spec/models/get_alliances_alliance_id_icons_ok_spec.rb +4 -5
  503. data/spec/models/get_alliances_alliance_id_not_found_spec.rb +3 -4
  504. data/spec/models/get_alliances_alliance_id_ok_spec.rb +9 -10
  505. data/spec/models/get_characters_character_id_agents_research_200_ok_spec.rb +7 -8
  506. data/spec/models/get_characters_character_id_assets_200_ok_spec.rb +18 -19
  507. data/spec/models/get_characters_character_id_attributes_ok_spec.rb +10 -11
  508. data/spec/models/get_characters_character_id_blueprints_200_ok_spec.rb +14 -15
  509. data/spec/models/get_characters_character_id_bookmarks_200_ok_spec.rb +11 -12
  510. data/spec/models/get_characters_character_id_bookmarks_coordinates_spec.rb +5 -6
  511. data/spec/models/get_characters_character_id_bookmarks_folders_200_ok_spec.rb +4 -5
  512. data/spec/models/get_characters_character_id_bookmarks_item_spec.rb +4 -5
  513. data/spec/models/get_characters_character_id_calendar_200_ok_spec.rb +11 -12
  514. data/spec/models/get_characters_character_id_calendar_event_id_attendees_200_ok_spec.rb +8 -9
  515. data/spec/models/get_characters_character_id_calendar_event_id_attendees_not_found_spec.rb +3 -4
  516. data/spec/models/get_characters_character_id_calendar_event_id_not_found_spec.rb +3 -4
  517. data/spec/models/get_characters_character_id_calendar_event_id_ok_spec.rb +16 -17
  518. data/spec/models/get_characters_character_id_clones_home_location_spec.rb +8 -9
  519. data/spec/models/get_characters_character_id_clones_jump_clone_spec.rb +11 -12
  520. data/spec/models/get_characters_character_id_clones_ok_spec.rb +6 -7
  521. data/spec/models/get_characters_character_id_contacts_200_ok_spec.rb +12 -13
  522. data/spec/models/get_characters_character_id_contacts_labels_200_ok_spec.rb +4 -5
  523. data/spec/models/get_characters_character_id_contracts_200_ok_spec.rb +36 -37
  524. data/spec/models/get_characters_character_id_contracts_contract_id_bids_200_ok_spec.rb +6 -7
  525. data/spec/models/get_characters_character_id_contracts_contract_id_bids_not_found_spec.rb +3 -4
  526. data/spec/models/get_characters_character_id_contracts_contract_id_items_200_ok_spec.rb +8 -9
  527. data/spec/models/get_characters_character_id_contracts_contract_id_items_not_found_spec.rb +3 -4
  528. data/spec/models/get_characters_character_id_corporationhistory_200_ok_spec.rb +6 -7
  529. data/spec/models/get_characters_character_id_fatigue_ok_spec.rb +5 -6
  530. data/spec/models/get_characters_character_id_fittings_200_ok_spec.rb +7 -8
  531. data/spec/models/get_characters_character_id_fittings_item_spec.rb +9 -6
  532. data/spec/models/get_characters_character_id_fleet_not_found_spec.rb +3 -4
  533. data/spec/models/get_characters_character_id_fleet_ok_spec.rb +10 -11
  534. data/spec/models/get_characters_character_id_fw_stats_kills_spec.rb +5 -6
  535. data/spec/models/get_characters_character_id_fw_stats_ok_spec.rb +8 -9
  536. data/spec/models/get_characters_character_id_fw_stats_victory_points_spec.rb +5 -6
  537. data/spec/models/get_characters_character_id_industry_jobs_200_ok_spec.rb +28 -29
  538. data/spec/models/get_characters_character_id_killmails_recent_200_ok_spec.rb +4 -5
  539. data/spec/models/get_characters_character_id_location_ok_spec.rb +5 -6
  540. data/spec/models/get_characters_character_id_loyalty_points_200_ok_spec.rb +4 -5
  541. data/spec/models/get_characters_character_id_mail_200_ok_spec.rb +9 -10
  542. data/spec/models/get_characters_character_id_mail_labels_label_spec.rb +10 -11
  543. data/spec/models/get_characters_character_id_mail_labels_ok_spec.rb +4 -5
  544. data/spec/models/get_characters_character_id_mail_lists_200_ok_spec.rb +4 -5
  545. data/spec/models/get_characters_character_id_mail_mail_id_not_found_spec.rb +3 -4
  546. data/spec/models/get_characters_character_id_mail_mail_id_ok_spec.rb +9 -10
  547. data/spec/models/get_characters_character_id_mail_mail_id_recipient_spec.rb +8 -9
  548. data/spec/models/get_characters_character_id_mail_recipient_spec.rb +8 -9
  549. data/spec/models/get_characters_character_id_medals_200_ok_spec.rb +15 -16
  550. data/spec/models/get_characters_character_id_medals_graphic_spec.rb +6 -7
  551. data/spec/models/get_characters_character_id_mining_200_ok_spec.rb +6 -7
  552. data/spec/models/get_characters_character_id_not_found_spec.rb +3 -4
  553. data/spec/models/get_characters_character_id_notifications_200_ok_spec.rb +17 -18
  554. data/spec/models/get_characters_character_id_notifications_contacts_200_ok_spec.rb +7 -8
  555. data/spec/models/get_characters_character_id_ok_spec.rb +23 -18
  556. data/spec/models/get_characters_character_id_online_ok_spec.rb +6 -7
  557. data/spec/models/get_characters_character_id_opportunities_200_ok_spec.rb +4 -5
  558. data/spec/models/get_characters_character_id_orders_200_ok_spec.rb +20 -21
  559. data/spec/models/get_characters_character_id_orders_history_200_ok_spec.rb +25 -26
  560. data/spec/models/get_characters_character_id_planets_200_ok_spec.rb +13 -14
  561. data/spec/models/get_characters_character_id_planets_planet_id_content_spec.rb +4 -5
  562. data/spec/models/get_characters_character_id_planets_planet_id_extractor_details_spec.rb +7 -8
  563. data/spec/models/get_characters_character_id_planets_planet_id_factory_details_spec.rb +3 -4
  564. data/spec/models/get_characters_character_id_planets_planet_id_head_spec.rb +5 -6
  565. data/spec/models/get_characters_character_id_planets_planet_id_link_spec.rb +5 -6
  566. data/spec/models/get_characters_character_id_planets_planet_id_not_found_spec.rb +3 -4
  567. data/spec/models/get_characters_character_id_planets_planet_id_ok_spec.rb +5 -6
  568. data/spec/models/get_characters_character_id_planets_planet_id_pin_spec.rb +13 -14
  569. data/spec/models/get_characters_character_id_planets_planet_id_route_spec.rb +8 -9
  570. data/spec/models/get_characters_character_id_portrait_not_found_spec.rb +3 -4
  571. data/spec/models/get_characters_character_id_portrait_ok_spec.rb +6 -7
  572. data/spec/models/get_characters_character_id_roles_ok_spec.rb +22 -23
  573. data/spec/models/get_characters_character_id_search_ok_spec.rb +13 -14
  574. data/spec/models/get_characters_character_id_ship_ok_spec.rb +5 -6
  575. data/spec/models/get_characters_character_id_skillqueue_200_ok_spec.rb +10 -11
  576. data/spec/models/get_characters_character_id_skills_ok_spec.rb +5 -6
  577. data/spec/models/get_characters_character_id_skills_skill_spec.rb +6 -7
  578. data/spec/models/get_characters_character_id_standings_200_ok_spec.rb +9 -10
  579. data/spec/models/get_characters_character_id_stats_200_ok_spec.rb +15 -16
  580. data/spec/models/get_characters_character_id_stats_character_spec.rb +5 -6
  581. data/spec/models/get_characters_character_id_stats_combat_spec.rb +96 -97
  582. data/spec/models/get_characters_character_id_stats_industry_spec.rb +38 -39
  583. data/spec/models/get_characters_character_id_stats_inventory_spec.rb +4 -5
  584. data/spec/models/get_characters_character_id_stats_isk_spec.rb +4 -5
  585. data/spec/models/get_characters_character_id_stats_market_spec.rb +15 -16
  586. data/spec/models/get_characters_character_id_stats_mining_spec.rb +21 -22
  587. data/spec/models/get_characters_character_id_stats_module_spec.rb +71 -72
  588. data/spec/models/get_characters_character_id_stats_orbital_spec.rb +5 -6
  589. data/spec/models/get_characters_character_id_stats_pve_spec.rb +6 -7
  590. data/spec/models/get_characters_character_id_stats_social_spec.rb +27 -28
  591. data/spec/models/get_characters_character_id_stats_travel_spec.rb +23 -24
  592. data/spec/models/get_characters_character_id_titles_200_ok_spec.rb +4 -5
  593. data/spec/models/get_characters_character_id_wallet_journal_200_ok_spec.rb +23 -24
  594. data/spec/models/get_characters_character_id_wallet_transactions_200_ok_spec.rb +12 -13
  595. data/spec/models/get_contracts_public_bids_contract_id_200_ok_spec.rb +53 -0
  596. data/spec/models/get_contracts_public_bids_contract_id_forbidden_spec.rb +41 -0
  597. data/spec/models/get_contracts_public_bids_contract_id_not_found_spec.rb +41 -0
  598. data/spec/models/get_contracts_public_items_contract_id_200_ok_spec.rb +89 -0
  599. data/spec/models/get_contracts_public_items_contract_id_forbidden_spec.rb +41 -0
  600. data/spec/models/get_contracts_public_items_contract_id_not_found_spec.rb +41 -0
  601. data/spec/models/get_contracts_public_region_id_200_ok_spec.rb +135 -0
  602. data/spec/models/get_contracts_public_region_id_not_found_spec.rb +41 -0
  603. data/spec/models/get_corporation_corporation_id_mining_extractions_200_ok_spec.rb +7 -8
  604. data/spec/models/get_corporation_corporation_id_mining_observers_200_ok_spec.rb +9 -10
  605. data/spec/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok_spec.rb +7 -8
  606. data/spec/models/get_corporations_corporation_id_alliancehistory_200_ok_spec.rb +6 -7
  607. data/spec/models/get_corporations_corporation_id_assets_200_ok_spec.rb +18 -19
  608. data/spec/models/get_corporations_corporation_id_blueprints_200_ok_spec.rb +14 -15
  609. data/spec/models/get_corporations_corporation_id_bookmarks_200_ok_spec.rb +11 -12
  610. data/spec/models/get_corporations_corporation_id_bookmarks_coordinates_spec.rb +5 -6
  611. data/spec/models/get_corporations_corporation_id_bookmarks_folders_200_ok_spec.rb +5 -6
  612. data/spec/models/get_corporations_corporation_id_bookmarks_item_spec.rb +4 -5
  613. data/spec/models/get_corporations_corporation_id_contacts_200_ok_spec.rb +11 -12
  614. data/spec/models/get_corporations_corporation_id_contacts_labels_200_ok_spec.rb +4 -5
  615. data/spec/models/get_corporations_corporation_id_containers_logs_200_ok_spec.rb +26 -27
  616. data/spec/models/get_corporations_corporation_id_contracts_200_ok_spec.rb +36 -37
  617. data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok_spec.rb +6 -7
  618. data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found_spec.rb +3 -4
  619. data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok_spec.rb +8 -9
  620. data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +3 -4
  621. data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_not_found_spec.rb +3 -4
  622. data/spec/models/get_corporations_corporation_id_customs_offices_200_ok_spec.rb +20 -21
  623. data/spec/models/get_corporations_corporation_id_divisions_hangar_hangar_spec.rb +4 -5
  624. data/spec/models/get_corporations_corporation_id_divisions_ok_spec.rb +4 -5
  625. data/spec/models/get_corporations_corporation_id_divisions_wallet_wallet_spec.rb +4 -5
  626. data/spec/models/get_corporations_corporation_id_facilities_200_ok_spec.rb +5 -6
  627. data/spec/models/get_corporations_corporation_id_fw_stats_kills_spec.rb +5 -6
  628. data/spec/models/get_corporations_corporation_id_fw_stats_ok_spec.rb +7 -8
  629. data/spec/models/get_corporations_corporation_id_fw_stats_victory_points_spec.rb +5 -6
  630. data/spec/models/get_corporations_corporation_id_icons_not_found_spec.rb +3 -4
  631. data/spec/models/get_corporations_corporation_id_icons_ok_spec.rb +5 -6
  632. data/spec/models/get_corporations_corporation_id_industry_jobs_200_ok_spec.rb +28 -29
  633. data/spec/models/get_corporations_corporation_id_killmails_recent_200_ok_spec.rb +4 -5
  634. data/spec/models/get_corporations_corporation_id_medals_200_ok_spec.rb +7 -8
  635. data/spec/models/get_corporations_corporation_id_medals_issued_200_ok_spec.rb +12 -13
  636. data/spec/models/get_corporations_corporation_id_members_titles_200_ok_spec.rb +4 -5
  637. data/spec/models/get_corporations_corporation_id_membertracking_200_ok_spec.rb +9 -10
  638. data/spec/models/get_corporations_corporation_id_not_found_spec.rb +3 -4
  639. data/spec/models/get_corporations_corporation_id_ok_spec.rb +21 -16
  640. data/spec/models/get_corporations_corporation_id_orders_200_ok_spec.rb +21 -22
  641. data/spec/models/get_corporations_corporation_id_orders_history_200_ok_spec.rb +26 -27
  642. data/spec/models/get_corporations_corporation_id_roles_200_ok_spec.rb +43 -44
  643. data/spec/models/get_corporations_corporation_id_roles_history_200_ok_spec.rb +20 -21
  644. data/spec/models/get_corporations_corporation_id_shareholders_200_ok_spec.rb +9 -10
  645. data/spec/models/get_corporations_corporation_id_standings_200_ok_spec.rb +9 -10
  646. data/spec/models/get_corporations_corporation_id_starbases_200_ok_spec.rb +14 -15
  647. data/spec/models/get_corporations_corporation_id_starbases_starbase_id_fuel_spec.rb +4 -5
  648. data/spec/models/get_corporations_corporation_id_starbases_starbase_id_ok_spec.rb +40 -41
  649. data/spec/models/get_corporations_corporation_id_structures_200_ok_spec.rb +22 -23
  650. data/spec/models/get_corporations_corporation_id_structures_service_spec.rb +8 -9
  651. data/spec/models/get_corporations_corporation_id_titles_200_ok_spec.rb +44 -45
  652. data/spec/models/get_corporations_corporation_id_wallets_200_ok_spec.rb +4 -5
  653. data/spec/models/get_corporations_corporation_id_wallets_division_journal_200_ok_spec.rb +23 -24
  654. data/spec/models/get_corporations_corporation_id_wallets_division_transactions_200_ok_spec.rb +11 -12
  655. data/spec/models/get_dogma_attributes_attribute_id_not_found_spec.rb +3 -4
  656. data/spec/models/get_dogma_attributes_attribute_id_ok_spec.rb +12 -13
  657. data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +4 -5
  658. data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +4 -5
  659. data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +3 -4
  660. data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +7 -8
  661. data/spec/models/get_dogma_effects_effect_id_modifier_spec.rb +8 -9
  662. data/spec/models/get_dogma_effects_effect_id_not_found_spec.rb +3 -4
  663. data/spec/models/get_dogma_effects_effect_id_ok_spec.rb +23 -24
  664. data/spec/models/get_fleets_fleet_id_members_200_ok_spec.rb +16 -17
  665. data/spec/models/get_fleets_fleet_id_members_not_found_spec.rb +3 -4
  666. data/spec/models/get_fleets_fleet_id_not_found_spec.rb +3 -4
  667. data/spec/models/get_fleets_fleet_id_ok_spec.rb +6 -7
  668. data/spec/models/get_fleets_fleet_id_wings_200_ok_spec.rb +5 -6
  669. data/spec/models/get_fleets_fleet_id_wings_not_found_spec.rb +3 -4
  670. data/spec/models/get_fleets_fleet_id_wings_squad_spec.rb +4 -5
  671. data/spec/models/get_fw_leaderboards_active_total_active_total_1_spec.rb +4 -5
  672. data/spec/models/get_fw_leaderboards_active_total_active_total_spec.rb +4 -5
  673. data/spec/models/get_fw_leaderboards_characters_active_total_active_total_1_spec.rb +4 -5
  674. data/spec/models/get_fw_leaderboards_characters_active_total_active_total_spec.rb +4 -5
  675. data/spec/models/get_fw_leaderboards_characters_kills_spec.rb +5 -6
  676. data/spec/models/get_fw_leaderboards_characters_last_week_last_week_1_spec.rb +4 -5
  677. data/spec/models/get_fw_leaderboards_characters_last_week_last_week_spec.rb +4 -5
  678. data/spec/models/get_fw_leaderboards_characters_ok_spec.rb +4 -5
  679. data/spec/models/get_fw_leaderboards_characters_victory_points_spec.rb +5 -6
  680. data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_1_spec.rb +4 -5
  681. data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_spec.rb +4 -5
  682. data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_1_spec.rb +4 -5
  683. data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_spec.rb +4 -5
  684. data/spec/models/get_fw_leaderboards_corporations_kills_spec.rb +5 -6
  685. data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_1_spec.rb +4 -5
  686. data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_spec.rb +4 -5
  687. data/spec/models/get_fw_leaderboards_corporations_ok_spec.rb +4 -5
  688. data/spec/models/get_fw_leaderboards_corporations_victory_points_spec.rb +5 -6
  689. data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_1_spec.rb +4 -5
  690. data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_spec.rb +4 -5
  691. data/spec/models/get_fw_leaderboards_kills_spec.rb +5 -6
  692. data/spec/models/get_fw_leaderboards_last_week_last_week_1_spec.rb +4 -5
  693. data/spec/models/get_fw_leaderboards_last_week_last_week_spec.rb +4 -5
  694. data/spec/models/get_fw_leaderboards_ok_spec.rb +4 -5
  695. data/spec/models/get_fw_leaderboards_victory_points_spec.rb +5 -6
  696. data/spec/models/get_fw_leaderboards_yesterday_yesterday_1_spec.rb +4 -5
  697. data/spec/models/get_fw_leaderboards_yesterday_yesterday_spec.rb +4 -5
  698. data/spec/models/get_fw_stats_200_ok_spec.rb +7 -8
  699. data/spec/models/get_fw_stats_kills_spec.rb +5 -6
  700. data/spec/models/get_fw_stats_victory_points_spec.rb +5 -6
  701. data/spec/models/get_fw_systems_200_ok_spec.rb +12 -13
  702. data/spec/models/get_fw_wars_200_ok_spec.rb +4 -5
  703. data/spec/models/get_incursions_200_ok_spec.rb +14 -15
  704. data/spec/models/get_industry_facilities_200_ok_spec.rb +8 -9
  705. data/spec/models/get_industry_systems_200_ok_spec.rb +4 -5
  706. data/spec/models/get_industry_systems_cost_indice_spec.rb +8 -9
  707. data/spec/models/get_insurance_prices_200_ok_spec.rb +4 -5
  708. data/spec/models/get_insurance_prices_level_spec.rb +5 -6
  709. data/spec/models/get_killmails_killmail_id_killmail_hash_attacker_spec.rb +11 -12
  710. data/spec/models/get_killmails_killmail_id_killmail_hash_item_spec.rb +8 -9
  711. data/spec/models/get_killmails_killmail_id_killmail_hash_items_item_spec.rb +7 -8
  712. data/spec/models/get_killmails_killmail_id_killmail_hash_ok_spec.rb +9 -10
  713. data/spec/models/get_killmails_killmail_id_killmail_hash_position_spec.rb +5 -6
  714. data/spec/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity_spec.rb +3 -4
  715. data/spec/models/get_killmails_killmail_id_killmail_hash_victim_spec.rb +10 -11
  716. data/spec/models/get_loyalty_stores_corporation_id_offers_200_ok_spec.rb +9 -10
  717. data/spec/models/get_loyalty_stores_corporation_id_offers_not_found_spec.rb +3 -4
  718. data/spec/models/get_loyalty_stores_corporation_id_offers_required_item_spec.rb +4 -5
  719. data/spec/models/get_markets_groups_market_group_id_not_found_spec.rb +3 -4
  720. data/spec/models/get_markets_groups_market_group_id_ok_spec.rb +7 -8
  721. data/spec/models/get_markets_prices_200_ok_spec.rb +5 -6
  722. data/spec/models/get_markets_region_id_history_200_ok_spec.rb +8 -9
  723. data/spec/models/get_markets_region_id_history_error_520_spec.rb +3 -4
  724. data/spec/models/get_markets_region_id_history_not_found_spec.rb +3 -4
  725. data/spec/models/get_markets_region_id_history_unprocessable_entity_spec.rb +3 -4
  726. data/spec/models/get_markets_region_id_orders_200_ok_spec.rb +18 -19
  727. data/spec/models/get_markets_region_id_orders_not_found_spec.rb +3 -4
  728. data/spec/models/get_markets_region_id_orders_unprocessable_entity_spec.rb +3 -4
  729. data/spec/models/get_markets_structures_structure_id_200_ok_spec.rb +17 -18
  730. data/spec/models/get_opportunities_groups_group_id_ok_spec.rb +8 -9
  731. data/spec/models/get_opportunities_tasks_task_id_ok_spec.rb +6 -7
  732. data/spec/models/get_route_origin_destination_not_found_spec.rb +3 -4
  733. data/spec/models/get_search_ok_spec.rb +12 -13
  734. data/spec/models/get_sovereignty_campaigns_200_ok_spec.rb +16 -17
  735. data/spec/models/get_sovereignty_campaigns_participant_spec.rb +4 -5
  736. data/spec/models/get_sovereignty_map_200_ok_spec.rb +6 -7
  737. data/spec/models/get_sovereignty_structures_200_ok_spec.rb +9 -10
  738. data/spec/models/get_status_ok_spec.rb +6 -7
  739. data/spec/models/get_universe_ancestries_200_ok_spec.rb +8 -9
  740. data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_not_found_spec.rb +3 -4
  741. data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_ok_spec.rb +5 -6
  742. data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_position_spec.rb +5 -6
  743. data/spec/models/get_universe_bloodlines_200_ok_spec.rb +13 -14
  744. data/spec/models/get_universe_categories_category_id_not_found_spec.rb +3 -4
  745. data/spec/models/get_universe_categories_category_id_ok_spec.rb +6 -7
  746. data/spec/models/get_universe_constellations_constellation_id_not_found_spec.rb +3 -4
  747. data/spec/models/get_universe_constellations_constellation_id_ok_spec.rb +7 -8
  748. data/spec/models/get_universe_constellations_constellation_id_position_spec.rb +5 -6
  749. data/spec/models/get_universe_factions_200_ok_spec.rb +12 -13
  750. data/spec/models/get_universe_graphics_graphic_id_not_found_spec.rb +3 -4
  751. data/spec/models/get_universe_graphics_graphic_id_ok_spec.rb +10 -11
  752. data/spec/models/get_universe_groups_group_id_not_found_spec.rb +3 -4
  753. data/spec/models/get_universe_groups_group_id_ok_spec.rb +7 -8
  754. data/spec/models/get_universe_moons_moon_id_not_found_spec.rb +3 -4
  755. data/spec/models/get_universe_moons_moon_id_ok_spec.rb +6 -7
  756. data/spec/models/get_universe_moons_moon_id_position_spec.rb +5 -6
  757. data/spec/models/get_universe_planets_planet_id_not_found_spec.rb +3 -4
  758. data/spec/models/get_universe_planets_planet_id_ok_spec.rb +7 -8
  759. data/spec/models/get_universe_planets_planet_id_position_spec.rb +5 -6
  760. data/spec/models/get_universe_races_200_ok_spec.rb +6 -7
  761. data/spec/models/get_universe_regions_region_id_not_found_spec.rb +3 -4
  762. data/spec/models/get_universe_regions_region_id_ok_spec.rb +6 -7
  763. data/spec/models/get_universe_schematics_schematic_id_not_found_spec.rb +3 -4
  764. data/spec/models/get_universe_schematics_schematic_id_ok_spec.rb +4 -5
  765. data/spec/models/get_universe_stargates_stargate_id_destination_spec.rb +4 -5
  766. data/spec/models/get_universe_stargates_stargate_id_not_found_spec.rb +3 -4
  767. data/spec/models/get_universe_stargates_stargate_id_ok_spec.rb +8 -9
  768. data/spec/models/get_universe_stargates_stargate_id_position_spec.rb +5 -6
  769. data/spec/models/get_universe_stars_star_id_ok_spec.rb +14 -15
  770. data/spec/models/get_universe_stations_station_id_not_found_spec.rb +3 -4
  771. data/spec/models/get_universe_stations_station_id_ok_spec.rb +18 -19
  772. data/spec/models/get_universe_stations_station_id_position_spec.rb +5 -6
  773. data/spec/models/get_universe_structures_structure_id_not_found_spec.rb +3 -4
  774. data/spec/models/get_universe_structures_structure_id_ok_spec.rb +7 -8
  775. data/spec/models/get_universe_structures_structure_id_position_spec.rb +5 -6
  776. data/spec/models/get_universe_system_jumps_200_ok_spec.rb +4 -5
  777. data/spec/models/get_universe_system_kills_200_ok_spec.rb +6 -7
  778. data/spec/models/get_universe_systems_system_id_not_found_spec.rb +3 -4
  779. data/spec/models/get_universe_systems_system_id_ok_spec.rb +12 -13
  780. data/spec/models/get_universe_systems_system_id_planet_spec.rb +5 -6
  781. data/spec/models/get_universe_systems_system_id_position_spec.rb +5 -6
  782. data/spec/models/get_universe_types_type_id_dogma_attribute_spec.rb +4 -5
  783. data/spec/models/get_universe_types_type_id_dogma_effect_spec.rb +4 -5
  784. data/spec/models/get_universe_types_type_id_not_found_spec.rb +3 -4
  785. data/spec/models/get_universe_types_type_id_ok_spec.rb +18 -19
  786. data/spec/models/get_wars_war_id_aggressor_spec.rb +6 -7
  787. data/spec/models/get_wars_war_id_ally_spec.rb +4 -5
  788. data/spec/models/get_wars_war_id_defender_spec.rb +6 -7
  789. data/spec/models/get_wars_war_id_killmails_200_ok_spec.rb +4 -5
  790. data/spec/models/get_wars_war_id_killmails_unprocessable_entity_spec.rb +3 -4
  791. data/spec/models/get_wars_war_id_ok_spec.rb +12 -13
  792. data/spec/models/get_wars_war_id_unprocessable_entity_spec.rb +3 -4
  793. data/spec/models/internal_server_error_spec.rb +3 -4
  794. data/spec/models/post_characters_affiliation_200_ok_spec.rb +6 -7
  795. data/spec/models/post_characters_affiliation_not_found_spec.rb +3 -4
  796. data/spec/models/post_characters_character_id_assets_locations_200_ok_spec.rb +4 -5
  797. data/spec/models/post_characters_character_id_assets_locations_position_spec.rb +5 -6
  798. data/spec/models/post_characters_character_id_assets_names_200_ok_spec.rb +4 -5
  799. data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +3 -4
  800. data/spec/models/post_characters_character_id_fittings_created_spec.rb +3 -4
  801. data/spec/models/post_characters_character_id_fittings_fitting_spec.rb +6 -7
  802. data/spec/models/post_characters_character_id_fittings_item_spec.rb +9 -6
  803. data/spec/models/post_characters_character_id_mail_error_520_spec.rb +3 -4
  804. data/spec/models/post_characters_character_id_mail_labels_label_spec.rb +8 -9
  805. data/spec/models/post_characters_character_id_mail_mail_spec.rb +6 -7
  806. data/spec/models/post_characters_character_id_mail_recipient_spec.rb +8 -9
  807. data/spec/models/post_corporations_corporation_id_assets_locations_200_ok_spec.rb +4 -5
  808. data/spec/models/post_corporations_corporation_id_assets_locations_not_found_spec.rb +3 -4
  809. data/spec/models/post_corporations_corporation_id_assets_locations_position_spec.rb +5 -6
  810. data/spec/models/post_corporations_corporation_id_assets_names_200_ok_spec.rb +4 -5
  811. data/spec/models/post_corporations_corporation_id_assets_names_not_found_spec.rb +3 -4
  812. data/spec/models/post_fleets_fleet_id_members_invitation_spec.rb +10 -11
  813. data/spec/models/post_fleets_fleet_id_members_not_found_spec.rb +3 -4
  814. data/spec/models/post_fleets_fleet_id_members_unprocessable_entity_spec.rb +3 -4
  815. data/spec/models/post_fleets_fleet_id_wings_created_spec.rb +3 -4
  816. data/spec/models/post_fleets_fleet_id_wings_not_found_spec.rb +3 -4
  817. data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_created_spec.rb +3 -4
  818. data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_not_found_spec.rb +3 -4
  819. data/spec/models/post_ui_openwindow_newmail_new_mail_spec.rb +7 -8
  820. data/spec/models/post_ui_openwindow_newmail_unprocessable_entity_spec.rb +3 -4
  821. data/spec/models/post_universe_ids_agent_spec.rb +4 -5
  822. data/spec/models/post_universe_ids_alliance_spec.rb +4 -5
  823. data/spec/models/post_universe_ids_character_spec.rb +4 -5
  824. data/spec/models/post_universe_ids_constellation_spec.rb +4 -5
  825. data/spec/models/post_universe_ids_corporation_spec.rb +4 -5
  826. data/spec/models/post_universe_ids_faction_spec.rb +4 -5
  827. data/spec/models/post_universe_ids_inventory_type_spec.rb +4 -5
  828. data/spec/models/post_universe_ids_ok_spec.rb +12 -13
  829. data/spec/models/post_universe_ids_region_spec.rb +4 -5
  830. data/spec/models/post_universe_ids_station_spec.rb +4 -5
  831. data/spec/models/post_universe_ids_system_spec.rb +4 -5
  832. data/spec/models/post_universe_names_200_ok_spec.rb +9 -10
  833. data/spec/models/post_universe_names_not_found_spec.rb +3 -4
  834. data/spec/models/put_characters_character_id_calendar_event_id_response_spec.rb +7 -8
  835. data/spec/models/put_characters_character_id_mail_mail_id_contents_spec.rb +4 -5
  836. data/spec/models/put_fleets_fleet_id_members_member_id_movement_spec.rb +9 -10
  837. data/spec/models/put_fleets_fleet_id_members_member_id_not_found_spec.rb +3 -4
  838. data/spec/models/put_fleets_fleet_id_members_member_id_unprocessable_entity_spec.rb +3 -4
  839. data/spec/models/put_fleets_fleet_id_new_settings_spec.rb +4 -5
  840. data/spec/models/put_fleets_fleet_id_not_found_spec.rb +3 -4
  841. data/spec/models/put_fleets_fleet_id_squads_squad_id_naming_spec.rb +3 -4
  842. data/spec/models/put_fleets_fleet_id_squads_squad_id_not_found_spec.rb +3 -4
  843. data/spec/models/put_fleets_fleet_id_wings_wing_id_naming_spec.rb +3 -4
  844. data/spec/models/put_fleets_fleet_id_wings_wing_id_not_found_spec.rb +3 -4
  845. data/spec/models/service_unavailable_spec.rb +3 -4
  846. data/spec/models/unauthorized_spec.rb +3 -4
  847. data/spec/spec_helper.rb +2 -2
  848. metadata +374 -343
@@ -3,14 +3,14 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 0.8.4
6
+ OpenAPI spec version: 1.3.8
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.3.1
9
+ Swagger Codegen version: 2.4.13
10
10
 
11
11
  =end
12
12
 
13
- require "uri"
13
+ require 'uri'
14
14
 
15
15
  module ESI
16
16
  class MailApi
@@ -19,9 +19,8 @@ module ESI
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
-
23
22
  # Delete a mail label
24
- # Delete a mail label ---
23
+ # Delete a mail label --- Alternate route: `/dev/characters/{character_id}/mail/labels/{label_id}/` Alternate route: `/legacy/characters/{character_id}/mail/labels/{label_id}/` Alternate route: `/v1/characters/{character_id}/mail/labels/{label_id}/`
25
24
  # @param character_id An EVE character ID
26
25
  # @param label_id An EVE label id
27
26
  # @param [Hash] opts the optional parameters
@@ -30,11 +29,11 @@ module ESI
30
29
  # @return [nil]
31
30
  def delete_characters_character_id_mail_labels_label_id(character_id, label_id, opts = {})
32
31
  delete_characters_character_id_mail_labels_label_id_with_http_info(character_id, label_id, opts)
33
- return nil
32
+ nil
34
33
  end
35
34
 
36
35
  # Delete a mail label
37
- # Delete a mail label ---
36
+ # Delete a mail label --- Alternate route: `/dev/characters/{character_id}/mail/labels/{label_id}/` Alternate route: `/legacy/characters/{character_id}/mail/labels/{label_id}/` Alternate route: `/v1/characters/{character_id}/mail/labels/{label_id}/`
38
37
  # @param character_id An EVE character ID
39
38
  # @param label_id An EVE label id
40
39
  # @param [Hash] opts the optional parameters
@@ -43,7 +42,7 @@ module ESI
43
42
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
44
43
  def delete_characters_character_id_mail_labels_label_id_with_http_info(character_id, label_id, opts = {})
45
44
  if @api_client.config.debugging
46
- @api_client.config.logger.debug "Calling API: MailApi.delete_characters_character_id_mail_labels_label_id ..."
45
+ @api_client.config.logger.debug 'Calling API: MailApi.delete_characters_character_id_mail_labels_label_id ...'
47
46
  end
48
47
  # verify the required parameter 'character_id' is set
49
48
  if @api_client.config.client_side_validation && character_id.nil?
@@ -57,11 +56,11 @@ module ESI
57
56
  if @api_client.config.client_side_validation && label_id.nil?
58
57
  fail ArgumentError, "Missing the required parameter 'label_id' when calling MailApi.delete_characters_character_id_mail_labels_label_id"
59
58
  end
60
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
61
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
59
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
60
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
62
61
  end
63
62
  # resource path
64
- local_var_path = "/v1/characters/{character_id}/mail/labels/{label_id}/".sub('{' + 'character_id' + '}', character_id.to_s).sub('{' + 'label_id' + '}', label_id.to_s)
63
+ local_var_path = '/characters/{character_id}/mail/labels/{label_id}/'.sub('{' + 'character_id' + '}', character_id.to_s).sub('{' + 'label_id' + '}', label_id.to_s)
65
64
 
66
65
  # query parameters
67
66
  query_params = {}
@@ -92,9 +91,8 @@ module ESI
92
91
  end
93
92
  return data, status_code, headers
94
93
  end
95
-
96
94
  # Delete a mail
97
- # Delete a mail ---
95
+ # Delete a mail --- Alternate route: `/dev/characters/{character_id}/mail/{mail_id}/` Alternate route: `/legacy/characters/{character_id}/mail/{mail_id}/` Alternate route: `/v1/characters/{character_id}/mail/{mail_id}/`
98
96
  # @param character_id An EVE character ID
99
97
  # @param mail_id An EVE mail ID
100
98
  # @param [Hash] opts the optional parameters
@@ -103,11 +101,11 @@ module ESI
103
101
  # @return [nil]
104
102
  def delete_characters_character_id_mail_mail_id(character_id, mail_id, opts = {})
105
103
  delete_characters_character_id_mail_mail_id_with_http_info(character_id, mail_id, opts)
106
- return nil
104
+ nil
107
105
  end
108
106
 
109
107
  # Delete a mail
110
- # Delete a mail ---
108
+ # Delete a mail --- Alternate route: &#x60;/dev/characters/{character_id}/mail/{mail_id}/&#x60; Alternate route: &#x60;/legacy/characters/{character_id}/mail/{mail_id}/&#x60; Alternate route: &#x60;/v1/characters/{character_id}/mail/{mail_id}/&#x60;
111
109
  # @param character_id An EVE character ID
112
110
  # @param mail_id An EVE mail ID
113
111
  # @param [Hash] opts the optional parameters
@@ -116,7 +114,7 @@ module ESI
116
114
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
117
115
  def delete_characters_character_id_mail_mail_id_with_http_info(character_id, mail_id, opts = {})
118
116
  if @api_client.config.debugging
119
- @api_client.config.logger.debug "Calling API: MailApi.delete_characters_character_id_mail_mail_id ..."
117
+ @api_client.config.logger.debug 'Calling API: MailApi.delete_characters_character_id_mail_mail_id ...'
120
118
  end
121
119
  # verify the required parameter 'character_id' is set
122
120
  if @api_client.config.client_side_validation && character_id.nil?
@@ -130,11 +128,11 @@ module ESI
130
128
  if @api_client.config.client_side_validation && mail_id.nil?
131
129
  fail ArgumentError, "Missing the required parameter 'mail_id' when calling MailApi.delete_characters_character_id_mail_mail_id"
132
130
  end
133
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
134
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
131
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
132
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
135
133
  end
136
134
  # resource path
137
- local_var_path = "/v1/characters/{character_id}/mail/{mail_id}/".sub('{' + 'character_id' + '}', character_id.to_s).sub('{' + 'mail_id' + '}', mail_id.to_s)
135
+ local_var_path = '/characters/{character_id}/mail/{mail_id}/'.sub('{' + 'character_id' + '}', character_id.to_s).sub('{' + 'mail_id' + '}', mail_id.to_s)
138
136
 
139
137
  # query parameters
140
138
  query_params = {}
@@ -165,9 +163,8 @@ module ESI
165
163
  end
166
164
  return data, status_code, headers
167
165
  end
168
-
169
166
  # Return mail headers
170
- # Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards. --- This route is cached for up to 30 seconds
167
+ # Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards --- Alternate route: `/dev/characters/{character_id}/mail/` Alternate route: `/legacy/characters/{character_id}/mail/` Alternate route: `/v1/characters/{character_id}/mail/` --- This route is cached for up to 30 seconds
171
168
  # @param character_id An EVE character ID
172
169
  # @param [Hash] opts the optional parameters
173
170
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
@@ -178,11 +175,11 @@ module ESI
178
175
  # @return [Array<GetCharactersCharacterIdMail200Ok>]
179
176
  def get_characters_character_id_mail(character_id, opts = {})
180
177
  data, _status_code, _headers = get_characters_character_id_mail_with_http_info(character_id, opts)
181
- return data
178
+ data
182
179
  end
183
180
 
184
181
  # Return mail headers
185
- # Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards. --- This route is cached for up to 30 seconds
182
+ # Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards --- Alternate route: &#x60;/dev/characters/{character_id}/mail/&#x60; Alternate route: &#x60;/legacy/characters/{character_id}/mail/&#x60; Alternate route: &#x60;/v1/characters/{character_id}/mail/&#x60; --- This route is cached for up to 30 seconds
186
183
  # @param character_id An EVE character ID
187
184
  # @param [Hash] opts the optional parameters
188
185
  # @option opts [String] :datasource The server name you would like data from
@@ -193,7 +190,7 @@ module ESI
193
190
  # @return [Array<(Array<GetCharactersCharacterIdMail200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdMail200Ok> data, response status code and response headers
194
191
  def get_characters_character_id_mail_with_http_info(character_id, opts = {})
195
192
  if @api_client.config.debugging
196
- @api_client.config.logger.debug "Calling API: MailApi.get_characters_character_id_mail ..."
193
+ @api_client.config.logger.debug 'Calling API: MailApi.get_characters_character_id_mail ...'
197
194
  end
198
195
  # verify the required parameter 'character_id' is set
199
196
  if @api_client.config.client_side_validation && character_id.nil?
@@ -203,8 +200,8 @@ module ESI
203
200
  fail ArgumentError, 'invalid value for "character_id" when calling MailApi.get_characters_character_id_mail, must be greater than or equal to 1.'
204
201
  end
205
202
 
206
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
207
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
203
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
204
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
208
205
  end
209
206
  if @api_client.config.client_side_validation && !opts[:'labels'].nil? && opts[:'labels'].length > 25
210
207
  fail ArgumentError, 'invalid value for "opts[:"labels"]" when calling MailApi.get_characters_character_id_mail, number of items must be less than or equal to 25.'
@@ -215,7 +212,7 @@ module ESI
215
212
  end
216
213
 
217
214
  # resource path
218
- local_var_path = "/v1/characters/{character_id}/mail/".sub('{' + 'character_id' + '}', character_id.to_s)
215
+ local_var_path = '/characters/{character_id}/mail/'.sub('{' + 'character_id' + '}', character_id.to_s)
219
216
 
220
217
  # query parameters
221
218
  query_params = {}
@@ -250,9 +247,8 @@ module ESI
250
247
  end
251
248
  return data, status_code, headers
252
249
  end
253
-
254
250
  # Get mail labels and unread counts
255
- # Return a list of the users mail labels, unread counts for each label and a total unread count. --- This route is cached for up to 30 seconds
251
+ # Return a list of the users mail labels, unread counts for each label and a total unread count. --- Alternate route: `/dev/characters/{character_id}/mail/labels/` Alternate route: `/v3/characters/{character_id}/mail/labels/` --- This route is cached for up to 30 seconds
256
252
  # @param character_id An EVE character ID
257
253
  # @param [Hash] opts the optional parameters
258
254
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
@@ -261,11 +257,11 @@ module ESI
261
257
  # @return [GetCharactersCharacterIdMailLabelsOk]
262
258
  def get_characters_character_id_mail_labels(character_id, opts = {})
263
259
  data, _status_code, _headers = get_characters_character_id_mail_labels_with_http_info(character_id, opts)
264
- return data
260
+ data
265
261
  end
266
262
 
267
263
  # Get mail labels and unread counts
268
- # Return a list of the users mail labels, unread counts for each label and a total unread count. --- This route is cached for up to 30 seconds
264
+ # Return a list of the users mail labels, unread counts for each label and a total unread count. --- Alternate route: &#x60;/dev/characters/{character_id}/mail/labels/&#x60; Alternate route: &#x60;/v3/characters/{character_id}/mail/labels/&#x60; --- This route is cached for up to 30 seconds
269
265
  # @param character_id An EVE character ID
270
266
  # @param [Hash] opts the optional parameters
271
267
  # @option opts [String] :datasource The server name you would like data from
@@ -274,7 +270,7 @@ module ESI
274
270
  # @return [Array<(GetCharactersCharacterIdMailLabelsOk, Fixnum, Hash)>] GetCharactersCharacterIdMailLabelsOk data, response status code and response headers
275
271
  def get_characters_character_id_mail_labels_with_http_info(character_id, opts = {})
276
272
  if @api_client.config.debugging
277
- @api_client.config.logger.debug "Calling API: MailApi.get_characters_character_id_mail_labels ..."
273
+ @api_client.config.logger.debug 'Calling API: MailApi.get_characters_character_id_mail_labels ...'
278
274
  end
279
275
  # verify the required parameter 'character_id' is set
280
276
  if @api_client.config.client_side_validation && character_id.nil?
@@ -284,11 +280,11 @@ module ESI
284
280
  fail ArgumentError, 'invalid value for "character_id" when calling MailApi.get_characters_character_id_mail_labels, must be greater than or equal to 1.'
285
281
  end
286
282
 
287
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
288
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
283
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
284
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
289
285
  end
290
286
  # resource path
291
- local_var_path = "/v3/characters/{character_id}/mail/labels/".sub('{' + 'character_id' + '}', character_id.to_s)
287
+ local_var_path = '/characters/{character_id}/mail/labels/'.sub('{' + 'character_id' + '}', character_id.to_s)
292
288
 
293
289
  # query parameters
294
290
  query_params = {}
@@ -321,9 +317,8 @@ module ESI
321
317
  end
322
318
  return data, status_code, headers
323
319
  end
324
-
325
320
  # Return mailing list subscriptions
326
- # Return all mailing lists that the character is subscribed to --- This route is cached for up to 120 seconds
321
+ # Return all mailing lists that the character is subscribed to --- Alternate route: `/dev/characters/{character_id}/mail/lists/` Alternate route: `/legacy/characters/{character_id}/mail/lists/` Alternate route: `/v1/characters/{character_id}/mail/lists/` --- This route is cached for up to 120 seconds
327
322
  # @param character_id An EVE character ID
328
323
  # @param [Hash] opts the optional parameters
329
324
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
@@ -332,11 +327,11 @@ module ESI
332
327
  # @return [Array<GetCharactersCharacterIdMailLists200Ok>]
333
328
  def get_characters_character_id_mail_lists(character_id, opts = {})
334
329
  data, _status_code, _headers = get_characters_character_id_mail_lists_with_http_info(character_id, opts)
335
- return data
330
+ data
336
331
  end
337
332
 
338
333
  # Return mailing list subscriptions
339
- # Return all mailing lists that the character is subscribed to --- This route is cached for up to 120 seconds
334
+ # Return all mailing lists that the character is subscribed to --- Alternate route: &#x60;/dev/characters/{character_id}/mail/lists/&#x60; Alternate route: &#x60;/legacy/characters/{character_id}/mail/lists/&#x60; Alternate route: &#x60;/v1/characters/{character_id}/mail/lists/&#x60; --- This route is cached for up to 120 seconds
340
335
  # @param character_id An EVE character ID
341
336
  # @param [Hash] opts the optional parameters
342
337
  # @option opts [String] :datasource The server name you would like data from
@@ -345,7 +340,7 @@ module ESI
345
340
  # @return [Array<(Array<GetCharactersCharacterIdMailLists200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdMailLists200Ok> data, response status code and response headers
346
341
  def get_characters_character_id_mail_lists_with_http_info(character_id, opts = {})
347
342
  if @api_client.config.debugging
348
- @api_client.config.logger.debug "Calling API: MailApi.get_characters_character_id_mail_lists ..."
343
+ @api_client.config.logger.debug 'Calling API: MailApi.get_characters_character_id_mail_lists ...'
349
344
  end
350
345
  # verify the required parameter 'character_id' is set
351
346
  if @api_client.config.client_side_validation && character_id.nil?
@@ -355,11 +350,11 @@ module ESI
355
350
  fail ArgumentError, 'invalid value for "character_id" when calling MailApi.get_characters_character_id_mail_lists, must be greater than or equal to 1.'
356
351
  end
357
352
 
358
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
359
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
353
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
354
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
360
355
  end
361
356
  # resource path
362
- local_var_path = "/v1/characters/{character_id}/mail/lists/".sub('{' + 'character_id' + '}', character_id.to_s)
357
+ local_var_path = '/characters/{character_id}/mail/lists/'.sub('{' + 'character_id' + '}', character_id.to_s)
363
358
 
364
359
  # query parameters
365
360
  query_params = {}
@@ -392,9 +387,8 @@ module ESI
392
387
  end
393
388
  return data, status_code, headers
394
389
  end
395
-
396
390
  # Return a mail
397
- # Return the contents of an EVE mail --- This route is cached for up to 30 seconds
391
+ # Return the contents of an EVE mail --- Alternate route: `/dev/characters/{character_id}/mail/{mail_id}/` Alternate route: `/legacy/characters/{character_id}/mail/{mail_id}/` Alternate route: `/v1/characters/{character_id}/mail/{mail_id}/` --- This route is cached for up to 30 seconds
398
392
  # @param character_id An EVE character ID
399
393
  # @param mail_id An EVE mail ID
400
394
  # @param [Hash] opts the optional parameters
@@ -404,11 +398,11 @@ module ESI
404
398
  # @return [GetCharactersCharacterIdMailMailIdOk]
405
399
  def get_characters_character_id_mail_mail_id(character_id, mail_id, opts = {})
406
400
  data, _status_code, _headers = get_characters_character_id_mail_mail_id_with_http_info(character_id, mail_id, opts)
407
- return data
401
+ data
408
402
  end
409
403
 
410
404
  # Return a mail
411
- # Return the contents of an EVE mail --- This route is cached for up to 30 seconds
405
+ # Return the contents of an EVE mail --- Alternate route: &#x60;/dev/characters/{character_id}/mail/{mail_id}/&#x60; Alternate route: &#x60;/legacy/characters/{character_id}/mail/{mail_id}/&#x60; Alternate route: &#x60;/v1/characters/{character_id}/mail/{mail_id}/&#x60; --- This route is cached for up to 30 seconds
412
406
  # @param character_id An EVE character ID
413
407
  # @param mail_id An EVE mail ID
414
408
  # @param [Hash] opts the optional parameters
@@ -418,7 +412,7 @@ module ESI
418
412
  # @return [Array<(GetCharactersCharacterIdMailMailIdOk, Fixnum, Hash)>] GetCharactersCharacterIdMailMailIdOk data, response status code and response headers
419
413
  def get_characters_character_id_mail_mail_id_with_http_info(character_id, mail_id, opts = {})
420
414
  if @api_client.config.debugging
421
- @api_client.config.logger.debug "Calling API: MailApi.get_characters_character_id_mail_mail_id ..."
415
+ @api_client.config.logger.debug 'Calling API: MailApi.get_characters_character_id_mail_mail_id ...'
422
416
  end
423
417
  # verify the required parameter 'character_id' is set
424
418
  if @api_client.config.client_side_validation && character_id.nil?
@@ -432,11 +426,11 @@ module ESI
432
426
  if @api_client.config.client_side_validation && mail_id.nil?
433
427
  fail ArgumentError, "Missing the required parameter 'mail_id' when calling MailApi.get_characters_character_id_mail_mail_id"
434
428
  end
435
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
436
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
429
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
430
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
437
431
  end
438
432
  # resource path
439
- local_var_path = "/v1/characters/{character_id}/mail/{mail_id}/".sub('{' + 'character_id' + '}', character_id.to_s).sub('{' + 'mail_id' + '}', mail_id.to_s)
433
+ local_var_path = '/characters/{character_id}/mail/{mail_id}/'.sub('{' + 'character_id' + '}', character_id.to_s).sub('{' + 'mail_id' + '}', mail_id.to_s)
440
434
 
441
435
  # query parameters
442
436
  query_params = {}
@@ -469,9 +463,8 @@ module ESI
469
463
  end
470
464
  return data, status_code, headers
471
465
  end
472
-
473
466
  # Send a new mail
474
- # Create and send a new mail ---
467
+ # Create and send a new mail --- Alternate route: `/dev/characters/{character_id}/mail/` Alternate route: `/legacy/characters/{character_id}/mail/` Alternate route: `/v1/characters/{character_id}/mail/`
475
468
  # @param character_id An EVE character ID
476
469
  # @param mail The mail to send
477
470
  # @param [Hash] opts the optional parameters
@@ -480,11 +473,11 @@ module ESI
480
473
  # @return [Integer]
481
474
  def post_characters_character_id_mail(character_id, mail, opts = {})
482
475
  data, _status_code, _headers = post_characters_character_id_mail_with_http_info(character_id, mail, opts)
483
- return data
476
+ data
484
477
  end
485
478
 
486
479
  # Send a new mail
487
- # Create and send a new mail ---
480
+ # Create and send a new mail --- Alternate route: &#x60;/dev/characters/{character_id}/mail/&#x60; Alternate route: &#x60;/legacy/characters/{character_id}/mail/&#x60; Alternate route: &#x60;/v1/characters/{character_id}/mail/&#x60;
488
481
  # @param character_id An EVE character ID
489
482
  # @param mail The mail to send
490
483
  # @param [Hash] opts the optional parameters
@@ -493,7 +486,7 @@ module ESI
493
486
  # @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
494
487
  def post_characters_character_id_mail_with_http_info(character_id, mail, opts = {})
495
488
  if @api_client.config.debugging
496
- @api_client.config.logger.debug "Calling API: MailApi.post_characters_character_id_mail ..."
489
+ @api_client.config.logger.debug 'Calling API: MailApi.post_characters_character_id_mail ...'
497
490
  end
498
491
  # verify the required parameter 'character_id' is set
499
492
  if @api_client.config.client_side_validation && character_id.nil?
@@ -507,11 +500,11 @@ module ESI
507
500
  if @api_client.config.client_side_validation && mail.nil?
508
501
  fail ArgumentError, "Missing the required parameter 'mail' when calling MailApi.post_characters_character_id_mail"
509
502
  end
510
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
511
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
503
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
504
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
512
505
  end
513
506
  # resource path
514
- local_var_path = "/v1/characters/{character_id}/mail/".sub('{' + 'character_id' + '}', character_id.to_s)
507
+ local_var_path = '/characters/{character_id}/mail/'.sub('{' + 'character_id' + '}', character_id.to_s)
515
508
 
516
509
  # query parameters
517
510
  query_params = {}
@@ -543,9 +536,8 @@ module ESI
543
536
  end
544
537
  return data, status_code, headers
545
538
  end
546
-
547
539
  # Create a mail label
548
- # Create a mail label ---
540
+ # Create a mail label --- Alternate route: `/dev/characters/{character_id}/mail/labels/` Alternate route: `/legacy/characters/{character_id}/mail/labels/` Alternate route: `/v2/characters/{character_id}/mail/labels/`
549
541
  # @param character_id An EVE character ID
550
542
  # @param label Label to create
551
543
  # @param [Hash] opts the optional parameters
@@ -554,11 +546,11 @@ module ESI
554
546
  # @return [Integer]
555
547
  def post_characters_character_id_mail_labels(character_id, label, opts = {})
556
548
  data, _status_code, _headers = post_characters_character_id_mail_labels_with_http_info(character_id, label, opts)
557
- return data
549
+ data
558
550
  end
559
551
 
560
552
  # Create a mail label
561
- # Create a mail label ---
553
+ # Create a mail label --- Alternate route: &#x60;/dev/characters/{character_id}/mail/labels/&#x60; Alternate route: &#x60;/legacy/characters/{character_id}/mail/labels/&#x60; Alternate route: &#x60;/v2/characters/{character_id}/mail/labels/&#x60;
562
554
  # @param character_id An EVE character ID
563
555
  # @param label Label to create
564
556
  # @param [Hash] opts the optional parameters
@@ -567,7 +559,7 @@ module ESI
567
559
  # @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
568
560
  def post_characters_character_id_mail_labels_with_http_info(character_id, label, opts = {})
569
561
  if @api_client.config.debugging
570
- @api_client.config.logger.debug "Calling API: MailApi.post_characters_character_id_mail_labels ..."
562
+ @api_client.config.logger.debug 'Calling API: MailApi.post_characters_character_id_mail_labels ...'
571
563
  end
572
564
  # verify the required parameter 'character_id' is set
573
565
  if @api_client.config.client_side_validation && character_id.nil?
@@ -581,11 +573,11 @@ module ESI
581
573
  if @api_client.config.client_side_validation && label.nil?
582
574
  fail ArgumentError, "Missing the required parameter 'label' when calling MailApi.post_characters_character_id_mail_labels"
583
575
  end
584
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
585
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
576
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
577
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
586
578
  end
587
579
  # resource path
588
- local_var_path = "/v2/characters/{character_id}/mail/labels/".sub('{' + 'character_id' + '}', character_id.to_s)
580
+ local_var_path = '/characters/{character_id}/mail/labels/'.sub('{' + 'character_id' + '}', character_id.to_s)
589
581
 
590
582
  # query parameters
591
583
  query_params = {}
@@ -617,9 +609,8 @@ module ESI
617
609
  end
618
610
  return data, status_code, headers
619
611
  end
620
-
621
612
  # Update metadata about a mail
622
- # Update metadata about a mail ---
613
+ # Update metadata about a mail --- Alternate route: `/dev/characters/{character_id}/mail/{mail_id}/` Alternate route: `/legacy/characters/{character_id}/mail/{mail_id}/` Alternate route: `/v1/characters/{character_id}/mail/{mail_id}/`
623
614
  # @param character_id An EVE character ID
624
615
  # @param contents Data used to update the mail
625
616
  # @param mail_id An EVE mail ID
@@ -629,11 +620,11 @@ module ESI
629
620
  # @return [nil]
630
621
  def put_characters_character_id_mail_mail_id(character_id, contents, mail_id, opts = {})
631
622
  put_characters_character_id_mail_mail_id_with_http_info(character_id, contents, mail_id, opts)
632
- return nil
623
+ nil
633
624
  end
634
625
 
635
626
  # Update metadata about a mail
636
- # Update metadata about a mail ---
627
+ # Update metadata about a mail --- Alternate route: &#x60;/dev/characters/{character_id}/mail/{mail_id}/&#x60; Alternate route: &#x60;/legacy/characters/{character_id}/mail/{mail_id}/&#x60; Alternate route: &#x60;/v1/characters/{character_id}/mail/{mail_id}/&#x60;
637
628
  # @param character_id An EVE character ID
638
629
  # @param contents Data used to update the mail
639
630
  # @param mail_id An EVE mail ID
@@ -643,7 +634,7 @@ module ESI
643
634
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
644
635
  def put_characters_character_id_mail_mail_id_with_http_info(character_id, contents, mail_id, opts = {})
645
636
  if @api_client.config.debugging
646
- @api_client.config.logger.debug "Calling API: MailApi.put_characters_character_id_mail_mail_id ..."
637
+ @api_client.config.logger.debug 'Calling API: MailApi.put_characters_character_id_mail_mail_id ...'
647
638
  end
648
639
  # verify the required parameter 'character_id' is set
649
640
  if @api_client.config.client_side_validation && character_id.nil?
@@ -661,11 +652,11 @@ module ESI
661
652
  if @api_client.config.client_side_validation && mail_id.nil?
662
653
  fail ArgumentError, "Missing the required parameter 'mail_id' when calling MailApi.put_characters_character_id_mail_mail_id"
663
654
  end
664
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
665
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
655
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
656
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
666
657
  end
667
658
  # resource path
668
- local_var_path = "/v1/characters/{character_id}/mail/{mail_id}/".sub('{' + 'character_id' + '}', character_id.to_s).sub('{' + 'mail_id' + '}', mail_id.to_s)
659
+ local_var_path = '/characters/{character_id}/mail/{mail_id}/'.sub('{' + 'character_id' + '}', character_id.to_s).sub('{' + 'mail_id' + '}', mail_id.to_s)
669
660
 
670
661
  # query parameters
671
662
  query_params = {}
@@ -3,14 +3,14 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 0.8.4
6
+ OpenAPI spec version: 1.3.8
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.3.1
9
+ Swagger Codegen version: 2.4.13
10
10
 
11
11
  =end
12
12
 
13
- require "uri"
13
+ require 'uri'
14
14
 
15
15
  module ESI
16
16
  class MarketApi
@@ -19,9 +19,8 @@ module ESI
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
-
23
22
  # List open orders from a character
24
- # List open market orders placed by a character --- This route is cached for up to 1200 seconds
23
+ # List open market orders placed by a character --- Alternate route: `/dev/characters/{character_id}/orders/` Alternate route: `/v2/characters/{character_id}/orders/` --- This route is cached for up to 1200 seconds
25
24
  # @param character_id An EVE character ID
26
25
  # @param [Hash] opts the optional parameters
27
26
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
@@ -30,11 +29,11 @@ module ESI
30
29
  # @return [Array<GetCharactersCharacterIdOrders200Ok>]
31
30
  def get_characters_character_id_orders(character_id, opts = {})
32
31
  data, _status_code, _headers = get_characters_character_id_orders_with_http_info(character_id, opts)
33
- return data
32
+ data
34
33
  end
35
34
 
36
35
  # List open orders from a character
37
- # List open market orders placed by a character --- This route is cached for up to 1200 seconds
36
+ # List open market orders placed by a character --- Alternate route: &#x60;/dev/characters/{character_id}/orders/&#x60; Alternate route: &#x60;/v2/characters/{character_id}/orders/&#x60; --- This route is cached for up to 1200 seconds
38
37
  # @param character_id An EVE character ID
39
38
  # @param [Hash] opts the optional parameters
40
39
  # @option opts [String] :datasource The server name you would like data from
@@ -43,7 +42,7 @@ module ESI
43
42
  # @return [Array<(Array<GetCharactersCharacterIdOrders200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdOrders200Ok> data, response status code and response headers
44
43
  def get_characters_character_id_orders_with_http_info(character_id, opts = {})
45
44
  if @api_client.config.debugging
46
- @api_client.config.logger.debug "Calling API: MarketApi.get_characters_character_id_orders ..."
45
+ @api_client.config.logger.debug 'Calling API: MarketApi.get_characters_character_id_orders ...'
47
46
  end
48
47
  # verify the required parameter 'character_id' is set
49
48
  if @api_client.config.client_side_validation && character_id.nil?
@@ -53,11 +52,11 @@ module ESI
53
52
  fail ArgumentError, 'invalid value for "character_id" when calling MarketApi.get_characters_character_id_orders, must be greater than or equal to 1.'
54
53
  end
55
54
 
56
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
57
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
55
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
56
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
58
57
  end
59
58
  # resource path
60
- local_var_path = "/v2/characters/{character_id}/orders/".sub('{' + 'character_id' + '}', character_id.to_s)
59
+ local_var_path = '/characters/{character_id}/orders/'.sub('{' + 'character_id' + '}', character_id.to_s)
61
60
 
62
61
  # query parameters
63
62
  query_params = {}
@@ -90,9 +89,8 @@ module ESI
90
89
  end
91
90
  return data, status_code, headers
92
91
  end
93
-
94
92
  # List historical orders by a character
95
- # List cancelled and expired market orders placed by a character up to 90 days in the past. --- This route is cached for up to 3600 seconds
93
+ # List cancelled and expired market orders placed by a character up to 90 days in the past. --- Alternate route: `/dev/characters/{character_id}/orders/history/` Alternate route: `/legacy/characters/{character_id}/orders/history/` Alternate route: `/v1/characters/{character_id}/orders/history/` --- This route is cached for up to 3600 seconds
96
94
  # @param character_id An EVE character ID
97
95
  # @param [Hash] opts the optional parameters
98
96
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
@@ -102,11 +100,11 @@ module ESI
102
100
  # @return [Array<GetCharactersCharacterIdOrdersHistory200Ok>]
103
101
  def get_characters_character_id_orders_history(character_id, opts = {})
104
102
  data, _status_code, _headers = get_characters_character_id_orders_history_with_http_info(character_id, opts)
105
- return data
103
+ data
106
104
  end
107
105
 
108
106
  # List historical orders by a character
109
- # List cancelled and expired market orders placed by a character up to 90 days in the past. --- This route is cached for up to 3600 seconds
107
+ # List cancelled and expired market orders placed by a character up to 90 days in the past. --- Alternate route: &#x60;/dev/characters/{character_id}/orders/history/&#x60; Alternate route: &#x60;/legacy/characters/{character_id}/orders/history/&#x60; Alternate route: &#x60;/v1/characters/{character_id}/orders/history/&#x60; --- This route is cached for up to 3600 seconds
110
108
  # @param character_id An EVE character ID
111
109
  # @param [Hash] opts the optional parameters
112
110
  # @option opts [String] :datasource The server name you would like data from
@@ -116,7 +114,7 @@ module ESI
116
114
  # @return [Array<(Array<GetCharactersCharacterIdOrdersHistory200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdOrdersHistory200Ok> data, response status code and response headers
117
115
  def get_characters_character_id_orders_history_with_http_info(character_id, opts = {})
118
116
  if @api_client.config.debugging
119
- @api_client.config.logger.debug "Calling API: MarketApi.get_characters_character_id_orders_history ..."
117
+ @api_client.config.logger.debug 'Calling API: MarketApi.get_characters_character_id_orders_history ...'
120
118
  end
121
119
  # verify the required parameter 'character_id' is set
122
120
  if @api_client.config.client_side_validation && character_id.nil?
@@ -126,15 +124,15 @@ module ESI
126
124
  fail ArgumentError, 'invalid value for "character_id" when calling MarketApi.get_characters_character_id_orders_history, must be greater than or equal to 1.'
127
125
  end
128
126
 
129
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
130
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
127
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
128
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
131
129
  end
132
130
  if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
133
131
  fail ArgumentError, 'invalid value for "opts[:"page"]" when calling MarketApi.get_characters_character_id_orders_history, must be greater than or equal to 1.'
134
132
  end
135
133
 
136
134
  # resource path
137
- local_var_path = "/v1/characters/{character_id}/orders/history/".sub('{' + 'character_id' + '}', character_id.to_s)
135
+ local_var_path = '/characters/{character_id}/orders/history/'.sub('{' + 'character_id' + '}', character_id.to_s)
138
136
 
139
137
  # query parameters
140
138
  query_params = {}
@@ -168,9 +166,8 @@ module ESI
168
166
  end
169
167
  return data, status_code, headers
170
168
  end
171
-
172
169
  # List open orders from a corporation
173
- # List open market orders placed on behalf of a corporation --- This route is cached for up to 1200 seconds --- Requires one of the following EVE corporation role(s): Accountant, Trader
170
+ # List open market orders placed on behalf of a corporation --- Alternate route: `/dev/corporations/{corporation_id}/orders/` Alternate route: `/v3/corporations/{corporation_id}/orders/` --- This route is cached for up to 1200 seconds --- Requires one of the following EVE corporation role(s): Accountant, Trader
174
171
  # @param corporation_id An EVE corporation ID
175
172
  # @param [Hash] opts the optional parameters
176
173
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
@@ -180,11 +177,11 @@ module ESI
180
177
  # @return [Array<GetCorporationsCorporationIdOrders200Ok>]
181
178
  def get_corporations_corporation_id_orders(corporation_id, opts = {})
182
179
  data, _status_code, _headers = get_corporations_corporation_id_orders_with_http_info(corporation_id, opts)
183
- return data
180
+ data
184
181
  end
185
182
 
186
183
  # List open orders from a corporation
187
- # List open market orders placed on behalf of a corporation --- This route is cached for up to 1200 seconds --- Requires one of the following EVE corporation role(s): Accountant, Trader
184
+ # List open market orders placed on behalf of a corporation --- Alternate route: &#x60;/dev/corporations/{corporation_id}/orders/&#x60; Alternate route: &#x60;/v3/corporations/{corporation_id}/orders/&#x60; --- This route is cached for up to 1200 seconds --- Requires one of the following EVE corporation role(s): Accountant, Trader
188
185
  # @param corporation_id An EVE corporation ID
189
186
  # @param [Hash] opts the optional parameters
190
187
  # @option opts [String] :datasource The server name you would like data from
@@ -194,7 +191,7 @@ module ESI
194
191
  # @return [Array<(Array<GetCorporationsCorporationIdOrders200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdOrders200Ok> data, response status code and response headers
195
192
  def get_corporations_corporation_id_orders_with_http_info(corporation_id, opts = {})
196
193
  if @api_client.config.debugging
197
- @api_client.config.logger.debug "Calling API: MarketApi.get_corporations_corporation_id_orders ..."
194
+ @api_client.config.logger.debug 'Calling API: MarketApi.get_corporations_corporation_id_orders ...'
198
195
  end
199
196
  # verify the required parameter 'corporation_id' is set
200
197
  if @api_client.config.client_side_validation && corporation_id.nil?
@@ -204,15 +201,15 @@ module ESI
204
201
  fail ArgumentError, 'invalid value for "corporation_id" when calling MarketApi.get_corporations_corporation_id_orders, must be greater than or equal to 1.'
205
202
  end
206
203
 
207
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
208
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
204
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
205
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
209
206
  end
210
207
  if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
211
208
  fail ArgumentError, 'invalid value for "opts[:"page"]" when calling MarketApi.get_corporations_corporation_id_orders, must be greater than or equal to 1.'
212
209
  end
213
210
 
214
211
  # resource path
215
- local_var_path = "/v3/corporations/{corporation_id}/orders/".sub('{' + 'corporation_id' + '}', corporation_id.to_s)
212
+ local_var_path = '/corporations/{corporation_id}/orders/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
216
213
 
217
214
  # query parameters
218
215
  query_params = {}
@@ -246,9 +243,8 @@ module ESI
246
243
  end
247
244
  return data, status_code, headers
248
245
  end
249
-
250
246
  # List historical orders from a corporation
251
- # List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past. --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Accountant, Trader
247
+ # List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past. --- Alternate route: `/dev/corporations/{corporation_id}/orders/history/` Alternate route: `/v2/corporations/{corporation_id}/orders/history/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Accountant, Trader
252
248
  # @param corporation_id An EVE corporation ID
253
249
  # @param [Hash] opts the optional parameters
254
250
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
@@ -258,11 +254,11 @@ module ESI
258
254
  # @return [Array<GetCorporationsCorporationIdOrdersHistory200Ok>]
259
255
  def get_corporations_corporation_id_orders_history(corporation_id, opts = {})
260
256
  data, _status_code, _headers = get_corporations_corporation_id_orders_history_with_http_info(corporation_id, opts)
261
- return data
257
+ data
262
258
  end
263
259
 
264
260
  # List historical orders from a corporation
265
- # List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past. --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Accountant, Trader
261
+ # List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past. --- Alternate route: &#x60;/dev/corporations/{corporation_id}/orders/history/&#x60; Alternate route: &#x60;/v2/corporations/{corporation_id}/orders/history/&#x60; --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Accountant, Trader
266
262
  # @param corporation_id An EVE corporation ID
267
263
  # @param [Hash] opts the optional parameters
268
264
  # @option opts [String] :datasource The server name you would like data from
@@ -272,7 +268,7 @@ module ESI
272
268
  # @return [Array<(Array<GetCorporationsCorporationIdOrdersHistory200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdOrdersHistory200Ok> data, response status code and response headers
273
269
  def get_corporations_corporation_id_orders_history_with_http_info(corporation_id, opts = {})
274
270
  if @api_client.config.debugging
275
- @api_client.config.logger.debug "Calling API: MarketApi.get_corporations_corporation_id_orders_history ..."
271
+ @api_client.config.logger.debug 'Calling API: MarketApi.get_corporations_corporation_id_orders_history ...'
276
272
  end
277
273
  # verify the required parameter 'corporation_id' is set
278
274
  if @api_client.config.client_side_validation && corporation_id.nil?
@@ -282,15 +278,15 @@ module ESI
282
278
  fail ArgumentError, 'invalid value for "corporation_id" when calling MarketApi.get_corporations_corporation_id_orders_history, must be greater than or equal to 1.'
283
279
  end
284
280
 
285
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
286
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
281
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
282
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
287
283
  end
288
284
  if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
289
285
  fail ArgumentError, 'invalid value for "opts[:"page"]" when calling MarketApi.get_corporations_corporation_id_orders_history, must be greater than or equal to 1.'
290
286
  end
291
287
 
292
288
  # resource path
293
- local_var_path = "/v2/corporations/{corporation_id}/orders/history/".sub('{' + 'corporation_id' + '}', corporation_id.to_s)
289
+ local_var_path = '/corporations/{corporation_id}/orders/history/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
294
290
 
295
291
  # query parameters
296
292
  query_params = {}
@@ -324,33 +320,32 @@ module ESI
324
320
  end
325
321
  return data, status_code, headers
326
322
  end
327
-
328
323
  # Get item groups
329
- # Get a list of item groups --- This route expires daily at 11:05
324
+ # Get a list of item groups --- Alternate route: `/dev/markets/groups/` Alternate route: `/legacy/markets/groups/` Alternate route: `/v1/markets/groups/` --- This route expires daily at 11:05
330
325
  # @param [Hash] opts the optional parameters
331
326
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
332
327
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
333
328
  # @return [Array<Integer>]
334
329
  def get_markets_groups(opts = {})
335
330
  data, _status_code, _headers = get_markets_groups_with_http_info(opts)
336
- return data
331
+ data
337
332
  end
338
333
 
339
334
  # Get item groups
340
- # Get a list of item groups --- This route expires daily at 11:05
335
+ # Get a list of item groups --- Alternate route: &#x60;/dev/markets/groups/&#x60; Alternate route: &#x60;/legacy/markets/groups/&#x60; Alternate route: &#x60;/v1/markets/groups/&#x60; --- This route expires daily at 11:05
341
336
  # @param [Hash] opts the optional parameters
342
337
  # @option opts [String] :datasource The server name you would like data from
343
338
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
344
339
  # @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
345
340
  def get_markets_groups_with_http_info(opts = {})
346
341
  if @api_client.config.debugging
347
- @api_client.config.logger.debug "Calling API: MarketApi.get_markets_groups ..."
342
+ @api_client.config.logger.debug 'Calling API: MarketApi.get_markets_groups ...'
348
343
  end
349
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
350
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
344
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
345
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
351
346
  end
352
347
  # resource path
353
- local_var_path = "/v1/markets/groups/"
348
+ local_var_path = '/markets/groups/'
354
349
 
355
350
  # query parameters
356
351
  query_params = {}
@@ -382,9 +377,8 @@ module ESI
382
377
  end
383
378
  return data, status_code, headers
384
379
  end
385
-
386
380
  # Get item group information
387
- # Get information on an item group --- This route expires daily at 11:05
381
+ # Get information on an item group --- Alternate route: `/dev/markets/groups/{market_group_id}/` Alternate route: `/legacy/markets/groups/{market_group_id}/` Alternate route: `/v1/markets/groups/{market_group_id}/` --- This route expires daily at 11:05
388
382
  # @param market_group_id An Eve item group ID
389
383
  # @param [Hash] opts the optional parameters
390
384
  # @option opts [String] :accept_language Language to use in the response (default to en-us)
@@ -394,11 +388,11 @@ module ESI
394
388
  # @return [GetMarketsGroupsMarketGroupIdOk]
395
389
  def get_markets_groups_market_group_id(market_group_id, opts = {})
396
390
  data, _status_code, _headers = get_markets_groups_market_group_id_with_http_info(market_group_id, opts)
397
- return data
391
+ data
398
392
  end
399
393
 
400
394
  # Get item group information
401
- # Get information on an item group --- This route expires daily at 11:05
395
+ # Get information on an item group --- Alternate route: &#x60;/dev/markets/groups/{market_group_id}/&#x60; Alternate route: &#x60;/legacy/markets/groups/{market_group_id}/&#x60; Alternate route: &#x60;/v1/markets/groups/{market_group_id}/&#x60; --- This route expires daily at 11:05
402
396
  # @param market_group_id An Eve item group ID
403
397
  # @param [Hash] opts the optional parameters
404
398
  # @option opts [String] :accept_language Language to use in the response
@@ -408,23 +402,23 @@ module ESI
408
402
  # @return [Array<(GetMarketsGroupsMarketGroupIdOk, Fixnum, Hash)>] GetMarketsGroupsMarketGroupIdOk data, response status code and response headers
409
403
  def get_markets_groups_market_group_id_with_http_info(market_group_id, opts = {})
410
404
  if @api_client.config.debugging
411
- @api_client.config.logger.debug "Calling API: MarketApi.get_markets_groups_market_group_id ..."
405
+ @api_client.config.logger.debug 'Calling API: MarketApi.get_markets_groups_market_group_id ...'
412
406
  end
413
407
  # verify the required parameter 'market_group_id' is set
414
408
  if @api_client.config.client_side_validation && market_group_id.nil?
415
409
  fail ArgumentError, "Missing the required parameter 'market_group_id' when calling MarketApi.get_markets_groups_market_group_id"
416
410
  end
417
- if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
418
- fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
411
+ if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'accept_language'])
412
+ fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh, ko'
419
413
  end
420
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
421
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
414
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
415
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
422
416
  end
423
- if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'language'])
424
- fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh'
417
+ if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'language'])
418
+ fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh, ko'
425
419
  end
426
420
  # resource path
427
- local_var_path = "/v1/markets/groups/{market_group_id}/".sub('{' + 'market_group_id' + '}', market_group_id.to_s)
421
+ local_var_path = '/markets/groups/{market_group_id}/'.sub('{' + 'market_group_id' + '}', market_group_id.to_s)
428
422
 
429
423
  # query parameters
430
424
  query_params = {}
@@ -458,33 +452,32 @@ module ESI
458
452
  end
459
453
  return data, status_code, headers
460
454
  end
461
-
462
455
  # List market prices
463
- # Return a list of prices --- This route is cached for up to 3600 seconds
456
+ # Return a list of prices --- Alternate route: `/dev/markets/prices/` Alternate route: `/legacy/markets/prices/` Alternate route: `/v1/markets/prices/` --- This route is cached for up to 3600 seconds
464
457
  # @param [Hash] opts the optional parameters
465
458
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
466
459
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
467
460
  # @return [Array<GetMarketsPrices200Ok>]
468
461
  def get_markets_prices(opts = {})
469
462
  data, _status_code, _headers = get_markets_prices_with_http_info(opts)
470
- return data
463
+ data
471
464
  end
472
465
 
473
466
  # List market prices
474
- # Return a list of prices --- This route is cached for up to 3600 seconds
467
+ # Return a list of prices --- Alternate route: &#x60;/dev/markets/prices/&#x60; Alternate route: &#x60;/legacy/markets/prices/&#x60; Alternate route: &#x60;/v1/markets/prices/&#x60; --- This route is cached for up to 3600 seconds
475
468
  # @param [Hash] opts the optional parameters
476
469
  # @option opts [String] :datasource The server name you would like data from
477
470
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
478
471
  # @return [Array<(Array<GetMarketsPrices200Ok>, Fixnum, Hash)>] Array<GetMarketsPrices200Ok> data, response status code and response headers
479
472
  def get_markets_prices_with_http_info(opts = {})
480
473
  if @api_client.config.debugging
481
- @api_client.config.logger.debug "Calling API: MarketApi.get_markets_prices ..."
474
+ @api_client.config.logger.debug 'Calling API: MarketApi.get_markets_prices ...'
482
475
  end
483
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
484
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
476
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
477
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
485
478
  end
486
479
  # resource path
487
- local_var_path = "/v1/markets/prices/"
480
+ local_var_path = '/markets/prices/'
488
481
 
489
482
  # query parameters
490
483
  query_params = {}
@@ -516,9 +509,8 @@ module ESI
516
509
  end
517
510
  return data, status_code, headers
518
511
  end
519
-
520
512
  # List historical market statistics in a region
521
- # Return a list of historical market statistics for the specified type in a region --- This route expires daily at 11:05
513
+ # Return a list of historical market statistics for the specified type in a region --- Alternate route: `/dev/markets/{region_id}/history/` Alternate route: `/legacy/markets/{region_id}/history/` Alternate route: `/v1/markets/{region_id}/history/` --- This route expires daily at 11:05
522
514
  # @param region_id Return statistics in this region
523
515
  # @param type_id Return statistics for this type
524
516
  # @param [Hash] opts the optional parameters
@@ -527,11 +519,11 @@ module ESI
527
519
  # @return [Array<GetMarketsRegionIdHistory200Ok>]
528
520
  def get_markets_region_id_history(region_id, type_id, opts = {})
529
521
  data, _status_code, _headers = get_markets_region_id_history_with_http_info(region_id, type_id, opts)
530
- return data
522
+ data
531
523
  end
532
524
 
533
525
  # List historical market statistics in a region
534
- # Return a list of historical market statistics for the specified type in a region --- This route expires daily at 11:05
526
+ # Return a list of historical market statistics for the specified type in a region --- Alternate route: &#x60;/dev/markets/{region_id}/history/&#x60; Alternate route: &#x60;/legacy/markets/{region_id}/history/&#x60; Alternate route: &#x60;/v1/markets/{region_id}/history/&#x60; --- This route expires daily at 11:05
535
527
  # @param region_id Return statistics in this region
536
528
  # @param type_id Return statistics for this type
537
529
  # @param [Hash] opts the optional parameters
@@ -540,7 +532,7 @@ module ESI
540
532
  # @return [Array<(Array<GetMarketsRegionIdHistory200Ok>, Fixnum, Hash)>] Array<GetMarketsRegionIdHistory200Ok> data, response status code and response headers
541
533
  def get_markets_region_id_history_with_http_info(region_id, type_id, opts = {})
542
534
  if @api_client.config.debugging
543
- @api_client.config.logger.debug "Calling API: MarketApi.get_markets_region_id_history ..."
535
+ @api_client.config.logger.debug 'Calling API: MarketApi.get_markets_region_id_history ...'
544
536
  end
545
537
  # verify the required parameter 'region_id' is set
546
538
  if @api_client.config.client_side_validation && region_id.nil?
@@ -550,11 +542,11 @@ module ESI
550
542
  if @api_client.config.client_side_validation && type_id.nil?
551
543
  fail ArgumentError, "Missing the required parameter 'type_id' when calling MarketApi.get_markets_region_id_history"
552
544
  end
553
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
554
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
545
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
546
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
555
547
  end
556
548
  # resource path
557
- local_var_path = "/v1/markets/{region_id}/history/".sub('{' + 'region_id' + '}', region_id.to_s)
549
+ local_var_path = '/markets/{region_id}/history/'.sub('{' + 'region_id' + '}', region_id.to_s)
558
550
 
559
551
  # query parameters
560
552
  query_params = {}
@@ -587,10 +579,9 @@ module ESI
587
579
  end
588
580
  return data, status_code, headers
589
581
  end
590
-
591
582
  # List orders in a region
592
- # Return a list of orders in a region --- This route is cached for up to 300 seconds
593
- # @param order_type Filter buy/sell orders, return all orders by default. If you query without type_id, we always return both buy and sell orders.
583
+ # Return a list of orders in a region --- Alternate route: `/dev/markets/{region_id}/orders/` Alternate route: `/legacy/markets/{region_id}/orders/` Alternate route: `/v1/markets/{region_id}/orders/` --- This route is cached for up to 300 seconds
584
+ # @param order_type Filter buy/sell orders, return all orders by default. If you query without type_id, we always return both buy and sell orders
594
585
  # @param region_id Return orders in this region
595
586
  # @param [Hash] opts the optional parameters
596
587
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
@@ -600,12 +591,12 @@ module ESI
600
591
  # @return [Array<GetMarketsRegionIdOrders200Ok>]
601
592
  def get_markets_region_id_orders(order_type, region_id, opts = {})
602
593
  data, _status_code, _headers = get_markets_region_id_orders_with_http_info(order_type, region_id, opts)
603
- return data
594
+ data
604
595
  end
605
596
 
606
597
  # List orders in a region
607
- # Return a list of orders in a region --- This route is cached for up to 300 seconds
608
- # @param order_type Filter buy/sell orders, return all orders by default. If you query without type_id, we always return both buy and sell orders.
598
+ # Return a list of orders in a region --- Alternate route: &#x60;/dev/markets/{region_id}/orders/&#x60; Alternate route: &#x60;/legacy/markets/{region_id}/orders/&#x60; Alternate route: &#x60;/v1/markets/{region_id}/orders/&#x60; --- This route is cached for up to 300 seconds
599
+ # @param order_type Filter buy/sell orders, return all orders by default. If you query without type_id, we always return both buy and sell orders
609
600
  # @param region_id Return orders in this region
610
601
  # @param [Hash] opts the optional parameters
611
602
  # @option opts [String] :datasource The server name you would like data from
@@ -615,7 +606,7 @@ module ESI
615
606
  # @return [Array<(Array<GetMarketsRegionIdOrders200Ok>, Fixnum, Hash)>] Array<GetMarketsRegionIdOrders200Ok> data, response status code and response headers
616
607
  def get_markets_region_id_orders_with_http_info(order_type, region_id, opts = {})
617
608
  if @api_client.config.debugging
618
- @api_client.config.logger.debug "Calling API: MarketApi.get_markets_region_id_orders ..."
609
+ @api_client.config.logger.debug 'Calling API: MarketApi.get_markets_region_id_orders ...'
619
610
  end
620
611
  # verify the required parameter 'order_type' is set
621
612
  if @api_client.config.client_side_validation && order_type.nil?
@@ -629,15 +620,15 @@ module ESI
629
620
  if @api_client.config.client_side_validation && region_id.nil?
630
621
  fail ArgumentError, "Missing the required parameter 'region_id' when calling MarketApi.get_markets_region_id_orders"
631
622
  end
632
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
633
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
623
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
624
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
634
625
  end
635
626
  if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
636
627
  fail ArgumentError, 'invalid value for "opts[:"page"]" when calling MarketApi.get_markets_region_id_orders, must be greater than or equal to 1.'
637
628
  end
638
629
 
639
630
  # resource path
640
- local_var_path = "/v1/markets/{region_id}/orders/".sub('{' + 'region_id' + '}', region_id.to_s)
631
+ local_var_path = '/markets/{region_id}/orders/'.sub('{' + 'region_id' + '}', region_id.to_s)
641
632
 
642
633
  # query parameters
643
634
  query_params = {}
@@ -672,9 +663,8 @@ module ESI
672
663
  end
673
664
  return data, status_code, headers
674
665
  end
675
-
676
666
  # List type IDs relevant to a market
677
- # Return a list of type IDs that have active orders in the region, for efficient market indexing. --- This route is cached for up to 600 seconds
667
+ # Return a list of type IDs that have active orders in the region, for efficient market indexing. --- Alternate route: `/dev/markets/{region_id}/types/` Alternate route: `/legacy/markets/{region_id}/types/` Alternate route: `/v1/markets/{region_id}/types/` --- This route is cached for up to 600 seconds
678
668
  # @param region_id Return statistics in this region
679
669
  # @param [Hash] opts the optional parameters
680
670
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
@@ -683,11 +673,11 @@ module ESI
683
673
  # @return [Array<Integer>]
684
674
  def get_markets_region_id_types(region_id, opts = {})
685
675
  data, _status_code, _headers = get_markets_region_id_types_with_http_info(region_id, opts)
686
- return data
676
+ data
687
677
  end
688
678
 
689
679
  # List type IDs relevant to a market
690
- # Return a list of type IDs that have active orders in the region, for efficient market indexing. --- This route is cached for up to 600 seconds
680
+ # Return a list of type IDs that have active orders in the region, for efficient market indexing. --- Alternate route: &#x60;/dev/markets/{region_id}/types/&#x60; Alternate route: &#x60;/legacy/markets/{region_id}/types/&#x60; Alternate route: &#x60;/v1/markets/{region_id}/types/&#x60; --- This route is cached for up to 600 seconds
691
681
  # @param region_id Return statistics in this region
692
682
  # @param [Hash] opts the optional parameters
693
683
  # @option opts [String] :datasource The server name you would like data from
@@ -696,21 +686,21 @@ module ESI
696
686
  # @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
697
687
  def get_markets_region_id_types_with_http_info(region_id, opts = {})
698
688
  if @api_client.config.debugging
699
- @api_client.config.logger.debug "Calling API: MarketApi.get_markets_region_id_types ..."
689
+ @api_client.config.logger.debug 'Calling API: MarketApi.get_markets_region_id_types ...'
700
690
  end
701
691
  # verify the required parameter 'region_id' is set
702
692
  if @api_client.config.client_side_validation && region_id.nil?
703
693
  fail ArgumentError, "Missing the required parameter 'region_id' when calling MarketApi.get_markets_region_id_types"
704
694
  end
705
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
706
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
695
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
696
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
707
697
  end
708
698
  if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
709
699
  fail ArgumentError, 'invalid value for "opts[:"page"]" when calling MarketApi.get_markets_region_id_types, must be greater than or equal to 1.'
710
700
  end
711
701
 
712
702
  # resource path
713
- local_var_path = "/v1/markets/{region_id}/types/".sub('{' + 'region_id' + '}', region_id.to_s)
703
+ local_var_path = '/markets/{region_id}/types/'.sub('{' + 'region_id' + '}', region_id.to_s)
714
704
 
715
705
  # query parameters
716
706
  query_params = {}
@@ -743,9 +733,8 @@ module ESI
743
733
  end
744
734
  return data, status_code, headers
745
735
  end
746
-
747
736
  # List orders in a structure
748
- # Return all orders in a structure --- This route is cached for up to 300 seconds
737
+ # Return all orders in a structure --- Alternate route: `/dev/markets/structures/{structure_id}/` Alternate route: `/legacy/markets/structures/{structure_id}/` Alternate route: `/v1/markets/structures/{structure_id}/` --- This route is cached for up to 300 seconds
749
738
  # @param structure_id Return orders in this structure
750
739
  # @param [Hash] opts the optional parameters
751
740
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
@@ -755,11 +744,11 @@ module ESI
755
744
  # @return [Array<GetMarketsStructuresStructureId200Ok>]
756
745
  def get_markets_structures_structure_id(structure_id, opts = {})
757
746
  data, _status_code, _headers = get_markets_structures_structure_id_with_http_info(structure_id, opts)
758
- return data
747
+ data
759
748
  end
760
749
 
761
750
  # List orders in a structure
762
- # Return all orders in a structure --- This route is cached for up to 300 seconds
751
+ # Return all orders in a structure --- Alternate route: &#x60;/dev/markets/structures/{structure_id}/&#x60; Alternate route: &#x60;/legacy/markets/structures/{structure_id}/&#x60; Alternate route: &#x60;/v1/markets/structures/{structure_id}/&#x60; --- This route is cached for up to 300 seconds
763
752
  # @param structure_id Return orders in this structure
764
753
  # @param [Hash] opts the optional parameters
765
754
  # @option opts [String] :datasource The server name you would like data from
@@ -769,21 +758,21 @@ module ESI
769
758
  # @return [Array<(Array<GetMarketsStructuresStructureId200Ok>, Fixnum, Hash)>] Array<GetMarketsStructuresStructureId200Ok> data, response status code and response headers
770
759
  def get_markets_structures_structure_id_with_http_info(structure_id, opts = {})
771
760
  if @api_client.config.debugging
772
- @api_client.config.logger.debug "Calling API: MarketApi.get_markets_structures_structure_id ..."
761
+ @api_client.config.logger.debug 'Calling API: MarketApi.get_markets_structures_structure_id ...'
773
762
  end
774
763
  # verify the required parameter 'structure_id' is set
775
764
  if @api_client.config.client_side_validation && structure_id.nil?
776
765
  fail ArgumentError, "Missing the required parameter 'structure_id' when calling MarketApi.get_markets_structures_structure_id"
777
766
  end
778
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
779
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
767
+ if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
768
+ fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
780
769
  end
781
770
  if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
782
771
  fail ArgumentError, 'invalid value for "opts[:"page"]" when calling MarketApi.get_markets_structures_structure_id, must be greater than or equal to 1.'
783
772
  end
784
773
 
785
774
  # resource path
786
- local_var_path = "/v1/markets/structures/{structure_id}/".sub('{' + 'structure_id' + '}', structure_id.to_s)
775
+ local_var_path = '/markets/structures/{structure_id}/'.sub('{' + 'structure_id' + '}', structure_id.to_s)
787
776
 
788
777
  # query parameters
789
778
  query_params = {}