ruby-esi 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
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,10 +3,10 @@
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
 
@@ -34,39 +34,39 @@ describe 'SovereigntyApi' do
34
34
 
35
35
  # unit tests for get_sovereignty_campaigns
36
36
  # List sovereignty campaigns
37
- # Shows sovereignty data for campaigns. --- This route is cached for up to 5 seconds
37
+ # Shows sovereignty data for campaigns. --- Alternate route: `/dev/sovereignty/campaigns/` Alternate route: `/legacy/sovereignty/campaigns/` Alternate route: `/v1/sovereignty/campaigns/` --- This route is cached for up to 5 seconds
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [String] :datasource The server name you would like data from
40
40
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
41
41
  # @return [Array<GetSovereigntyCampaigns200Ok>]
42
42
  describe 'get_sovereignty_campaigns test' do
43
- it "should work" do
43
+ it 'should work' do
44
44
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
45
  end
46
46
  end
47
47
 
48
48
  # unit tests for get_sovereignty_map
49
49
  # List sovereignty of systems
50
- # Shows sovereignty information for solar systems --- This route is cached for up to 3600 seconds
50
+ # Shows sovereignty information for solar systems --- Alternate route: &#x60;/dev/sovereignty/map/&#x60; Alternate route: &#x60;/legacy/sovereignty/map/&#x60; Alternate route: &#x60;/v1/sovereignty/map/&#x60; --- This route is cached for up to 3600 seconds
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @option opts [String] :datasource The server name you would like data from
53
53
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
54
54
  # @return [Array<GetSovereigntyMap200Ok>]
55
55
  describe 'get_sovereignty_map test' do
56
- it "should work" do
56
+ it 'should work' do
57
57
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
58
  end
59
59
  end
60
60
 
61
61
  # unit tests for get_sovereignty_structures
62
62
  # List sovereignty structures
63
- # Shows sovereignty data for structures. --- This route is cached for up to 120 seconds
63
+ # Shows sovereignty data for structures. --- Alternate route: &#x60;/dev/sovereignty/structures/&#x60; Alternate route: &#x60;/legacy/sovereignty/structures/&#x60; Alternate route: &#x60;/v1/sovereignty/structures/&#x60; --- This route is cached for up to 120 seconds
64
64
  # @param [Hash] opts the optional parameters
65
65
  # @option opts [String] :datasource The server name you would like data from
66
66
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
67
67
  # @return [Array<GetSovereigntyStructures200Ok>]
68
68
  describe 'get_sovereignty_structures test' do
69
- it "should work" do
69
+ it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
71
71
  end
72
72
  end
@@ -3,10 +3,10 @@
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
 
@@ -34,13 +34,13 @@ describe 'StatusApi' do
34
34
 
35
35
  # unit tests for get_status
36
36
  # Retrieve the uptime and player counts
37
- # EVE Server status --- This route is cached for up to 30 seconds
37
+ # EVE Server status --- Alternate route: &#x60;/dev/status/&#x60; Alternate route: &#x60;/legacy/status/&#x60; Alternate route: &#x60;/v1/status/&#x60; --- This route is cached for up to 30 seconds
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [String] :datasource The server name you would like data from
40
40
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
41
41
  # @return [GetStatusOk]
42
42
  describe 'get_status test' do
43
- it "should work" do
43
+ it 'should work' do
44
44
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
45
  end
46
46
  end
@@ -3,10 +3,10 @@
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
 
@@ -34,7 +34,7 @@ describe 'UniverseApi' do
34
34
 
35
35
  # unit tests for get_universe_ancestries
36
36
  # Get ancestries
37
- # Get all character ancestries --- This route expires daily at 11:05
37
+ # Get all character ancestries --- Alternate route: &#x60;/dev/universe/ancestries/&#x60; Alternate route: &#x60;/legacy/universe/ancestries/&#x60; Alternate route: &#x60;/v1/universe/ancestries/&#x60; --- This route expires daily at 11:05
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [String] :accept_language Language to use in the response
40
40
  # @option opts [String] :datasource The server name you would like data from
@@ -42,28 +42,28 @@ describe 'UniverseApi' do
42
42
  # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
43
43
  # @return [Array<GetUniverseAncestries200Ok>]
44
44
  describe 'get_universe_ancestries test' do
45
- it "should work" do
45
+ it 'should work' do
46
46
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
47
47
  end
48
48
  end
49
49
 
50
50
  # unit tests for get_universe_asteroid_belts_asteroid_belt_id
51
51
  # Get asteroid belt information
52
- # Get information on an asteroid belt --- This route expires daily at 11:05
52
+ # Get information on an asteroid belt --- Alternate route: &#x60;/dev/universe/asteroid_belts/{asteroid_belt_id}/&#x60; Alternate route: &#x60;/legacy/universe/asteroid_belts/{asteroid_belt_id}/&#x60; Alternate route: &#x60;/v1/universe/asteroid_belts/{asteroid_belt_id}/&#x60; --- This route expires daily at 11:05
53
53
  # @param asteroid_belt_id asteroid_belt_id integer
54
54
  # @param [Hash] opts the optional parameters
55
55
  # @option opts [String] :datasource The server name you would like data from
56
56
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
57
57
  # @return [GetUniverseAsteroidBeltsAsteroidBeltIdOk]
58
58
  describe 'get_universe_asteroid_belts_asteroid_belt_id test' do
59
- it "should work" do
59
+ it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
61
  end
62
62
  end
63
63
 
64
64
  # unit tests for get_universe_bloodlines
65
65
  # Get bloodlines
66
- # Get a list of bloodlines --- This route expires daily at 11:05
66
+ # Get a list of bloodlines --- Alternate route: &#x60;/dev/universe/bloodlines/&#x60; Alternate route: &#x60;/legacy/universe/bloodlines/&#x60; Alternate route: &#x60;/v1/universe/bloodlines/&#x60; --- This route expires daily at 11:05
67
67
  # @param [Hash] opts the optional parameters
68
68
  # @option opts [String] :accept_language Language to use in the response
69
69
  # @option opts [String] :datasource The server name you would like data from
@@ -71,27 +71,27 @@ describe 'UniverseApi' do
71
71
  # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
72
72
  # @return [Array<GetUniverseBloodlines200Ok>]
73
73
  describe 'get_universe_bloodlines test' do
74
- it "should work" do
74
+ it 'should work' do
75
75
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
76
76
  end
77
77
  end
78
78
 
79
79
  # unit tests for get_universe_categories
80
80
  # Get item categories
81
- # Get a list of item categories --- This route expires daily at 11:05
81
+ # Get a list of item categories --- Alternate route: &#x60;/dev/universe/categories/&#x60; Alternate route: &#x60;/legacy/universe/categories/&#x60; Alternate route: &#x60;/v1/universe/categories/&#x60; --- This route expires daily at 11:05
82
82
  # @param [Hash] opts the optional parameters
83
83
  # @option opts [String] :datasource The server name you would like data from
84
84
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
85
85
  # @return [Array<Integer>]
86
86
  describe 'get_universe_categories test' do
87
- it "should work" do
87
+ it 'should work' do
88
88
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
89
89
  end
90
90
  end
91
91
 
92
92
  # unit tests for get_universe_categories_category_id
93
93
  # Get item category information
94
- # Get information of an item category --- This route expires daily at 11:05
94
+ # Get information of an item category --- Alternate route: &#x60;/dev/universe/categories/{category_id}/&#x60; Alternate route: &#x60;/legacy/universe/categories/{category_id}/&#x60; Alternate route: &#x60;/v1/universe/categories/{category_id}/&#x60; --- This route expires daily at 11:05
95
95
  # @param category_id An Eve item category ID
96
96
  # @param [Hash] opts the optional parameters
97
97
  # @option opts [String] :accept_language Language to use in the response
@@ -100,27 +100,27 @@ describe 'UniverseApi' do
100
100
  # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
101
101
  # @return [GetUniverseCategoriesCategoryIdOk]
102
102
  describe 'get_universe_categories_category_id test' do
103
- it "should work" do
103
+ it 'should work' do
104
104
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
105
105
  end
106
106
  end
107
107
 
108
108
  # unit tests for get_universe_constellations
109
109
  # Get constellations
110
- # Get a list of constellations --- This route expires daily at 11:05
110
+ # Get a list of constellations --- Alternate route: &#x60;/dev/universe/constellations/&#x60; Alternate route: &#x60;/legacy/universe/constellations/&#x60; Alternate route: &#x60;/v1/universe/constellations/&#x60; --- This route expires daily at 11:05
111
111
  # @param [Hash] opts the optional parameters
112
112
  # @option opts [String] :datasource The server name you would like data from
113
113
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
114
114
  # @return [Array<Integer>]
115
115
  describe 'get_universe_constellations test' do
116
- it "should work" do
116
+ it 'should work' do
117
117
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
118
118
  end
119
119
  end
120
120
 
121
121
  # unit tests for get_universe_constellations_constellation_id
122
122
  # Get constellation information
123
- # Get information on a constellation --- This route expires daily at 11:05
123
+ # Get information on a constellation --- Alternate route: &#x60;/dev/universe/constellations/{constellation_id}/&#x60; Alternate route: &#x60;/legacy/universe/constellations/{constellation_id}/&#x60; Alternate route: &#x60;/v1/universe/constellations/{constellation_id}/&#x60; --- This route expires daily at 11:05
124
124
  # @param constellation_id constellation_id integer
125
125
  # @param [Hash] opts the optional parameters
126
126
  # @option opts [String] :accept_language Language to use in the response
@@ -129,14 +129,14 @@ describe 'UniverseApi' do
129
129
  # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
130
130
  # @return [GetUniverseConstellationsConstellationIdOk]
131
131
  describe 'get_universe_constellations_constellation_id test' do
132
- it "should work" do
132
+ it 'should work' do
133
133
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
134
  end
135
135
  end
136
136
 
137
137
  # unit tests for get_universe_factions
138
138
  # Get factions
139
- # Get a list of factions --- This route expires daily at 11:05
139
+ # Get a list of factions --- Alternate route: &#x60;/dev/universe/factions/&#x60; Alternate route: &#x60;/v2/universe/factions/&#x60; --- This route expires daily at 11:05
140
140
  # @param [Hash] opts the optional parameters
141
141
  # @option opts [String] :accept_language Language to use in the response
142
142
  # @option opts [String] :datasource The server name you would like data from
@@ -144,55 +144,55 @@ describe 'UniverseApi' do
144
144
  # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
145
145
  # @return [Array<GetUniverseFactions200Ok>]
146
146
  describe 'get_universe_factions test' do
147
- it "should work" do
147
+ it 'should work' do
148
148
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
149
149
  end
150
150
  end
151
151
 
152
152
  # unit tests for get_universe_graphics
153
153
  # Get graphics
154
- # Get a list of graphics --- This route expires daily at 11:05
154
+ # Get a list of graphics --- Alternate route: &#x60;/dev/universe/graphics/&#x60; Alternate route: &#x60;/legacy/universe/graphics/&#x60; Alternate route: &#x60;/v1/universe/graphics/&#x60; --- This route expires daily at 11:05
155
155
  # @param [Hash] opts the optional parameters
156
156
  # @option opts [String] :datasource The server name you would like data from
157
157
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
158
158
  # @return [Array<Integer>]
159
159
  describe 'get_universe_graphics test' do
160
- it "should work" do
160
+ it 'should work' do
161
161
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
162
162
  end
163
163
  end
164
164
 
165
165
  # unit tests for get_universe_graphics_graphic_id
166
166
  # Get graphic information
167
- # Get information on a graphic --- This route expires daily at 11:05
167
+ # Get information on a graphic --- Alternate route: &#x60;/dev/universe/graphics/{graphic_id}/&#x60; Alternate route: &#x60;/legacy/universe/graphics/{graphic_id}/&#x60; Alternate route: &#x60;/v1/universe/graphics/{graphic_id}/&#x60; --- This route expires daily at 11:05
168
168
  # @param graphic_id graphic_id integer
169
169
  # @param [Hash] opts the optional parameters
170
170
  # @option opts [String] :datasource The server name you would like data from
171
171
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
172
172
  # @return [GetUniverseGraphicsGraphicIdOk]
173
173
  describe 'get_universe_graphics_graphic_id test' do
174
- it "should work" do
174
+ it 'should work' do
175
175
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
176
176
  end
177
177
  end
178
178
 
179
179
  # unit tests for get_universe_groups
180
180
  # Get item groups
181
- # Get a list of item groups --- This route expires daily at 11:05
181
+ # Get a list of item groups --- Alternate route: &#x60;/dev/universe/groups/&#x60; Alternate route: &#x60;/legacy/universe/groups/&#x60; Alternate route: &#x60;/v1/universe/groups/&#x60; --- This route expires daily at 11:05
182
182
  # @param [Hash] opts the optional parameters
183
183
  # @option opts [String] :datasource The server name you would like data from
184
184
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
185
185
  # @option opts [Integer] :page Which page of results to return
186
186
  # @return [Array<Integer>]
187
187
  describe 'get_universe_groups test' do
188
- it "should work" do
188
+ it 'should work' do
189
189
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
190
190
  end
191
191
  end
192
192
 
193
193
  # unit tests for get_universe_groups_group_id
194
194
  # Get item group information
195
- # Get information on an item group --- This route expires daily at 11:05
195
+ # Get information on an item group --- Alternate route: &#x60;/dev/universe/groups/{group_id}/&#x60; Alternate route: &#x60;/legacy/universe/groups/{group_id}/&#x60; Alternate route: &#x60;/v1/universe/groups/{group_id}/&#x60; --- This route expires daily at 11:05
196
196
  # @param group_id An Eve item group ID
197
197
  # @param [Hash] opts the optional parameters
198
198
  # @option opts [String] :accept_language Language to use in the response
@@ -201,42 +201,42 @@ describe 'UniverseApi' do
201
201
  # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
202
202
  # @return [GetUniverseGroupsGroupIdOk]
203
203
  describe 'get_universe_groups_group_id test' do
204
- it "should work" do
204
+ it 'should work' do
205
205
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
206
206
  end
207
207
  end
208
208
 
209
209
  # unit tests for get_universe_moons_moon_id
210
210
  # Get moon information
211
- # Get information on a moon --- This route expires daily at 11:05
211
+ # Get information on a moon --- Alternate route: &#x60;/dev/universe/moons/{moon_id}/&#x60; Alternate route: &#x60;/legacy/universe/moons/{moon_id}/&#x60; Alternate route: &#x60;/v1/universe/moons/{moon_id}/&#x60; --- This route expires daily at 11:05
212
212
  # @param moon_id moon_id integer
213
213
  # @param [Hash] opts the optional parameters
214
214
  # @option opts [String] :datasource The server name you would like data from
215
215
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
216
216
  # @return [GetUniverseMoonsMoonIdOk]
217
217
  describe 'get_universe_moons_moon_id test' do
218
- it "should work" do
218
+ it 'should work' do
219
219
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
220
220
  end
221
221
  end
222
222
 
223
223
  # unit tests for get_universe_planets_planet_id
224
224
  # Get planet information
225
- # Get information on a planet --- This route expires daily at 11:05
225
+ # Get information on a planet --- Alternate route: &#x60;/dev/universe/planets/{planet_id}/&#x60; Alternate route: &#x60;/legacy/universe/planets/{planet_id}/&#x60; Alternate route: &#x60;/v1/universe/planets/{planet_id}/&#x60; --- This route expires daily at 11:05
226
226
  # @param planet_id planet_id integer
227
227
  # @param [Hash] opts the optional parameters
228
228
  # @option opts [String] :datasource The server name you would like data from
229
229
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
230
230
  # @return [GetUniversePlanetsPlanetIdOk]
231
231
  describe 'get_universe_planets_planet_id test' do
232
- it "should work" do
232
+ it 'should work' do
233
233
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
234
234
  end
235
235
  end
236
236
 
237
237
  # unit tests for get_universe_races
238
238
  # Get character races
239
- # Get a list of character races --- This route expires daily at 11:05
239
+ # Get a list of character races --- Alternate route: &#x60;/dev/universe/races/&#x60; Alternate route: &#x60;/legacy/universe/races/&#x60; Alternate route: &#x60;/v1/universe/races/&#x60; --- This route expires daily at 11:05
240
240
  # @param [Hash] opts the optional parameters
241
241
  # @option opts [String] :accept_language Language to use in the response
242
242
  # @option opts [String] :datasource The server name you would like data from
@@ -244,27 +244,27 @@ describe 'UniverseApi' do
244
244
  # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
245
245
  # @return [Array<GetUniverseRaces200Ok>]
246
246
  describe 'get_universe_races test' do
247
- it "should work" do
247
+ it 'should work' do
248
248
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
249
249
  end
250
250
  end
251
251
 
252
252
  # unit tests for get_universe_regions
253
253
  # Get regions
254
- # Get a list of regions --- This route expires daily at 11:05
254
+ # Get a list of regions --- Alternate route: &#x60;/dev/universe/regions/&#x60; Alternate route: &#x60;/legacy/universe/regions/&#x60; Alternate route: &#x60;/v1/universe/regions/&#x60; --- This route expires daily at 11:05
255
255
  # @param [Hash] opts the optional parameters
256
256
  # @option opts [String] :datasource The server name you would like data from
257
257
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
258
258
  # @return [Array<Integer>]
259
259
  describe 'get_universe_regions test' do
260
- it "should work" do
260
+ it 'should work' do
261
261
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
262
262
  end
263
263
  end
264
264
 
265
265
  # unit tests for get_universe_regions_region_id
266
266
  # Get region information
267
- # Get information on a region --- This route expires daily at 11:05
267
+ # Get information on a region --- Alternate route: &#x60;/dev/universe/regions/{region_id}/&#x60; Alternate route: &#x60;/legacy/universe/regions/{region_id}/&#x60; Alternate route: &#x60;/v1/universe/regions/{region_id}/&#x60; --- This route expires daily at 11:05
268
268
  # @param region_id region_id integer
269
269
  # @param [Hash] opts the optional parameters
270
270
  # @option opts [String] :accept_language Language to use in the response
@@ -273,69 +273,70 @@ describe 'UniverseApi' do
273
273
  # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
274
274
  # @return [GetUniverseRegionsRegionIdOk]
275
275
  describe 'get_universe_regions_region_id test' do
276
- it "should work" do
276
+ it 'should work' do
277
277
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
278
278
  end
279
279
  end
280
280
 
281
281
  # unit tests for get_universe_stargates_stargate_id
282
282
  # Get stargate information
283
- # Get information on a stargate --- This route expires daily at 11:05
283
+ # Get information on a stargate --- Alternate route: &#x60;/dev/universe/stargates/{stargate_id}/&#x60; Alternate route: &#x60;/legacy/universe/stargates/{stargate_id}/&#x60; Alternate route: &#x60;/v1/universe/stargates/{stargate_id}/&#x60; --- This route expires daily at 11:05
284
284
  # @param stargate_id stargate_id integer
285
285
  # @param [Hash] opts the optional parameters
286
286
  # @option opts [String] :datasource The server name you would like data from
287
287
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
288
288
  # @return [GetUniverseStargatesStargateIdOk]
289
289
  describe 'get_universe_stargates_stargate_id test' do
290
- it "should work" do
290
+ it 'should work' do
291
291
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
292
292
  end
293
293
  end
294
294
 
295
295
  # unit tests for get_universe_stars_star_id
296
296
  # Get star information
297
- # Get information on a star --- This route expires daily at 11:05
297
+ # Get information on a star --- Alternate route: &#x60;/dev/universe/stars/{star_id}/&#x60; Alternate route: &#x60;/legacy/universe/stars/{star_id}/&#x60; Alternate route: &#x60;/v1/universe/stars/{star_id}/&#x60; --- This route expires daily at 11:05
298
298
  # @param star_id star_id integer
299
299
  # @param [Hash] opts the optional parameters
300
300
  # @option opts [String] :datasource The server name you would like data from
301
301
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
302
302
  # @return [GetUniverseStarsStarIdOk]
303
303
  describe 'get_universe_stars_star_id test' do
304
- it "should work" do
304
+ it 'should work' do
305
305
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
306
306
  end
307
307
  end
308
308
 
309
309
  # unit tests for get_universe_stations_station_id
310
310
  # Get station information
311
- # Get information on a station --- This route expires daily at 11:05
311
+ # Get information on a station --- Alternate route: &#x60;/dev/universe/stations/{station_id}/&#x60; Alternate route: &#x60;/v2/universe/stations/{station_id}/&#x60; --- This route expires daily at 11:05
312
312
  # @param station_id station_id integer
313
313
  # @param [Hash] opts the optional parameters
314
314
  # @option opts [String] :datasource The server name you would like data from
315
315
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
316
316
  # @return [GetUniverseStationsStationIdOk]
317
317
  describe 'get_universe_stations_station_id test' do
318
- it "should work" do
318
+ it 'should work' do
319
319
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
320
320
  end
321
321
  end
322
322
 
323
323
  # unit tests for get_universe_structures
324
324
  # List all public structures
325
- # List all public structures --- This route is cached for up to 3600 seconds
325
+ # List all public structures --- Alternate route: &#x60;/dev/universe/structures/&#x60; Alternate route: &#x60;/legacy/universe/structures/&#x60; Alternate route: &#x60;/v1/universe/structures/&#x60; --- This route is cached for up to 3600 seconds
326
326
  # @param [Hash] opts the optional parameters
327
327
  # @option opts [String] :datasource The server name you would like data from
328
+ # @option opts [String] :filter Only list public structures that have this service online
328
329
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
329
330
  # @return [Array<Integer>]
330
331
  describe 'get_universe_structures test' do
331
- it "should work" do
332
+ it 'should work' do
332
333
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
333
334
  end
334
335
  end
335
336
 
336
337
  # unit tests for get_universe_structures_structure_id
337
338
  # Get structure information
338
- # Returns information on requested structure if you are on the ACL. Otherwise, returns \&quot;Forbidden\&quot; for all inputs. --- This route is cached for up to 3600 seconds
339
+ # Returns information on requested structure if you are on the ACL. Otherwise, returns \&quot;Forbidden\&quot; for all inputs. --- Alternate route: &#x60;/dev/universe/structures/{structure_id}/&#x60; Alternate route: &#x60;/v2/universe/structures/{structure_id}/&#x60; --- This route is cached for up to 3600 seconds
339
340
  # @param structure_id An Eve structure ID
340
341
  # @param [Hash] opts the optional parameters
341
342
  # @option opts [String] :datasource The server name you would like data from
@@ -343,53 +344,53 @@ describe 'UniverseApi' do
343
344
  # @option opts [String] :token Access token to use if unable to set a header
344
345
  # @return [GetUniverseStructuresStructureIdOk]
345
346
  describe 'get_universe_structures_structure_id test' do
346
- it "should work" do
347
+ it 'should work' do
347
348
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
348
349
  end
349
350
  end
350
351
 
351
352
  # unit tests for get_universe_system_jumps
352
353
  # Get system jumps
353
- # Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed --- This route is cached for up to 3600 seconds
354
+ # Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed --- Alternate route: &#x60;/dev/universe/system_jumps/&#x60; Alternate route: &#x60;/legacy/universe/system_jumps/&#x60; Alternate route: &#x60;/v1/universe/system_jumps/&#x60; --- This route is cached for up to 3600 seconds
354
355
  # @param [Hash] opts the optional parameters
355
356
  # @option opts [String] :datasource The server name you would like data from
356
357
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
357
358
  # @return [Array<GetUniverseSystemJumps200Ok>]
358
359
  describe 'get_universe_system_jumps test' do
359
- it "should work" do
360
+ it 'should work' do
360
361
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
361
362
  end
362
363
  end
363
364
 
364
365
  # unit tests for get_universe_system_kills
365
366
  # Get system kills
366
- # Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed --- This route is cached for up to 3600 seconds
367
+ # Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed --- Alternate route: &#x60;/dev/universe/system_kills/&#x60; Alternate route: &#x60;/v2/universe/system_kills/&#x60; --- This route is cached for up to 3600 seconds
367
368
  # @param [Hash] opts the optional parameters
368
369
  # @option opts [String] :datasource The server name you would like data from
369
370
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
370
371
  # @return [Array<GetUniverseSystemKills200Ok>]
371
372
  describe 'get_universe_system_kills test' do
372
- it "should work" do
373
+ it 'should work' do
373
374
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
374
375
  end
375
376
  end
376
377
 
377
378
  # unit tests for get_universe_systems
378
379
  # Get solar systems
379
- # Get a list of solar systems --- This route expires daily at 11:05
380
+ # Get a list of solar systems --- Alternate route: &#x60;/dev/universe/systems/&#x60; Alternate route: &#x60;/legacy/universe/systems/&#x60; Alternate route: &#x60;/v1/universe/systems/&#x60; --- This route expires daily at 11:05
380
381
  # @param [Hash] opts the optional parameters
381
382
  # @option opts [String] :datasource The server name you would like data from
382
383
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
383
384
  # @return [Array<Integer>]
384
385
  describe 'get_universe_systems test' do
385
- it "should work" do
386
+ it 'should work' do
386
387
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
387
388
  end
388
389
  end
389
390
 
390
391
  # unit tests for get_universe_systems_system_id
391
392
  # Get solar system information
392
- # Get information on a solar system. --- This route expires daily at 11:05
393
+ # Get information on a solar system. --- Alternate route: &#x60;/dev/universe/systems/{system_id}/&#x60; Alternate route: &#x60;/v4/universe/systems/{system_id}/&#x60; --- This route expires daily at 11:05
393
394
  # @param system_id system_id integer
394
395
  # @param [Hash] opts the optional parameters
395
396
  # @option opts [String] :accept_language Language to use in the response
@@ -398,28 +399,28 @@ describe 'UniverseApi' do
398
399
  # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
399
400
  # @return [GetUniverseSystemsSystemIdOk]
400
401
  describe 'get_universe_systems_system_id test' do
401
- it "should work" do
402
+ it 'should work' do
402
403
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
403
404
  end
404
405
  end
405
406
 
406
407
  # unit tests for get_universe_types
407
408
  # Get types
408
- # Get a list of type ids --- This route expires daily at 11:05
409
+ # Get a list of type ids --- Alternate route: &#x60;/dev/universe/types/&#x60; Alternate route: &#x60;/legacy/universe/types/&#x60; Alternate route: &#x60;/v1/universe/types/&#x60; --- This route expires daily at 11:05
409
410
  # @param [Hash] opts the optional parameters
410
411
  # @option opts [String] :datasource The server name you would like data from
411
412
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
412
413
  # @option opts [Integer] :page Which page of results to return
413
414
  # @return [Array<Integer>]
414
415
  describe 'get_universe_types test' do
415
- it "should work" do
416
+ it 'should work' do
416
417
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
417
418
  end
418
419
  end
419
420
 
420
421
  # unit tests for get_universe_types_type_id
421
422
  # Get type information
422
- # Get information on a type --- This route expires daily at 11:05
423
+ # Get information on a type --- Alternate route: &#x60;/dev/universe/types/{type_id}/&#x60; Alternate route: &#x60;/v3/universe/types/{type_id}/&#x60; --- This route expires daily at 11:05
423
424
  # @param type_id An Eve item type ID
424
425
  # @param [Hash] opts the optional parameters
425
426
  # @option opts [String] :accept_language Language to use in the response
@@ -428,14 +429,14 @@ describe 'UniverseApi' do
428
429
  # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
429
430
  # @return [GetUniverseTypesTypeIdOk]
430
431
  describe 'get_universe_types_type_id test' do
431
- it "should work" do
432
+ it 'should work' do
432
433
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
433
434
  end
434
435
  end
435
436
 
436
437
  # unit tests for post_universe_ids
437
438
  # Bulk names to IDs
438
- # Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours. ---
439
+ # Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours --- Alternate route: &#x60;/dev/universe/ids/&#x60; Alternate route: &#x60;/legacy/universe/ids/&#x60; Alternate route: &#x60;/v1/universe/ids/&#x60;
439
440
  # @param names The names to resolve
440
441
  # @param [Hash] opts the optional parameters
441
442
  # @option opts [String] :accept_language Language to use in the response
@@ -443,20 +444,20 @@ describe 'UniverseApi' do
443
444
  # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
444
445
  # @return [PostUniverseIdsOk]
445
446
  describe 'post_universe_ids test' do
446
- it "should work" do
447
+ it 'should work' do
447
448
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
448
449
  end
449
450
  end
450
451
 
451
452
  # unit tests for post_universe_names
452
- # Get names and categories for a set of ID&#39;s
453
- # Resolve a set of IDs to names and categories. Supported ID&#39;s for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types. ---
453
+ # Get names and categories for a set of IDs
454
+ # Resolve a set of IDs to names and categories. Supported ID&#39;s for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions --- Alternate route: &#x60;/dev/universe/names/&#x60; Alternate route: &#x60;/v3/universe/names/&#x60;
454
455
  # @param ids The ids to resolve
455
456
  # @param [Hash] opts the optional parameters
456
457
  # @option opts [String] :datasource The server name you would like data from
457
458
  # @return [Array<PostUniverseNames200Ok>]
458
459
  describe 'post_universe_names test' do
459
- it "should work" do
460
+ it 'should work' do
460
461
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
461
462
  end
462
463
  end