ruby-esi 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (821) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +6 -21
  4. data/config.json +9 -0
  5. data/docs/AllianceApi.md +1 -1
  6. data/docs/CalendarApi.md +2 -2
  7. data/docs/CharacterApi.md +14 -75
  8. data/docs/ClonesApi.md +2 -2
  9. data/docs/CorporationApi.md +25 -25
  10. data/docs/FactionWarfareApi.md +1 -1
  11. data/docs/FleetsApi.md +8 -8
  12. data/docs/{PostCharactersAffiliationNotFound.md → GetCharactersCharacterIdAssetsNotFound.md} +2 -2
  13. data/docs/GetCharactersCharacterIdOk.md +0 -1
  14. data/docs/GetCorporationsCorporationIdStructures200Ok.md +2 -3
  15. data/docs/InsuranceApi.md +4 -4
  16. data/docs/MarketApi.md +4 -4
  17. data/docs/OpportunitiesApi.md +4 -4
  18. data/docs/PlanetaryInteractionApi.md +1 -3
  19. data/docs/SearchApi.md +8 -8
  20. data/docs/StatusApi.md +1 -1
  21. data/docs/UniverseApi.md +63 -63
  22. data/docs/WalletApi.md +1 -1
  23. data/lib/ruby-esi/api/alliance_api.rb +4 -4
  24. data/lib/ruby-esi/api/assets_api.rb +2 -2
  25. data/lib/ruby-esi/api/bookmarks_api.rb +2 -2
  26. data/lib/ruby-esi/api/calendar_api.rb +6 -6
  27. data/lib/ruby-esi/api/character_api.rb +30 -100
  28. data/lib/ruby-esi/api/clones_api.rb +6 -6
  29. data/lib/ruby-esi/api/contacts_api.rb +2 -2
  30. data/lib/ruby-esi/api/contracts_api.rb +2 -2
  31. data/lib/ruby-esi/api/corporation_api.rb +50 -50
  32. data/lib/ruby-esi/api/dogma_api.rb +2 -2
  33. data/lib/ruby-esi/api/faction_warfare_api.rb +4 -4
  34. data/lib/ruby-esi/api/fittings_api.rb +2 -2
  35. data/lib/ruby-esi/api/fleets_api.rb +14 -14
  36. data/lib/ruby-esi/api/incursions_api.rb +2 -2
  37. data/lib/ruby-esi/api/industry_api.rb +2 -2
  38. data/lib/ruby-esi/api/insurance_api.rb +8 -8
  39. data/lib/ruby-esi/api/killmails_api.rb +2 -2
  40. data/lib/ruby-esi/api/location_api.rb +2 -2
  41. data/lib/ruby-esi/api/loyalty_api.rb +2 -2
  42. data/lib/ruby-esi/api/mail_api.rb +2 -2
  43. data/lib/ruby-esi/api/market_api.rb +8 -8
  44. data/lib/ruby-esi/api/opportunities_api.rb +8 -8
  45. data/lib/ruby-esi/api/planetary_interaction_api.rb +4 -7
  46. data/lib/ruby-esi/api/routes_api.rb +2 -2
  47. data/lib/ruby-esi/api/search_api.rb +14 -14
  48. data/lib/ruby-esi/api/skills_api.rb +2 -2
  49. data/lib/ruby-esi/api/sovereignty_api.rb +2 -2
  50. data/lib/ruby-esi/api/status_api.rb +4 -4
  51. data/lib/ruby-esi/api/universe_api.rb +106 -106
  52. data/lib/ruby-esi/api/user_interface_api.rb +2 -2
  53. data/lib/ruby-esi/api/wallet_api.rb +4 -4
  54. data/lib/ruby-esi/api/wars_api.rb +2 -2
  55. data/lib/ruby-esi/api_client.rb +5 -5
  56. data/lib/ruby-esi/api_error.rb +2 -2
  57. data/lib/ruby-esi/configuration.rb +4 -4
  58. data/lib/ruby-esi/models/bad_request.rb +2 -2
  59. data/lib/ruby-esi/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +2 -2
  60. data/lib/ruby-esi/models/delete_fleets_fleet_id_members_member_id_not_found.rb +2 -2
  61. data/lib/ruby-esi/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +2 -2
  62. data/lib/ruby-esi/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +2 -2
  63. data/lib/ruby-esi/models/error_limited.rb +2 -2
  64. data/lib/ruby-esi/models/forbidden.rb +2 -2
  65. data/lib/ruby-esi/models/gateway_timeout.rb +2 -2
  66. data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_200_ok.rb +2 -2
  67. data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +2 -2
  68. data/lib/ruby-esi/models/get_alliances_alliance_id_icons_not_found.rb +2 -2
  69. data/lib/ruby-esi/models/get_alliances_alliance_id_icons_ok.rb +2 -2
  70. data/lib/ruby-esi/models/get_alliances_alliance_id_not_found.rb +2 -2
  71. data/lib/ruby-esi/models/get_alliances_alliance_id_ok.rb +2 -2
  72. data/lib/ruby-esi/models/get_characters_character_id_agents_research_200_ok.rb +2 -2
  73. data/lib/ruby-esi/models/get_characters_character_id_assets_200_ok.rb +2 -2
  74. data/lib/ruby-esi/models/{post_characters_affiliation_not_found.rb → get_characters_character_id_assets_not_found.rb} +5 -5
  75. data/lib/ruby-esi/models/get_characters_character_id_attributes_ok.rb +2 -2
  76. data/lib/ruby-esi/models/get_characters_character_id_blueprints_200_ok.rb +2 -2
  77. data/lib/ruby-esi/models/get_characters_character_id_bookmarks_200_ok.rb +2 -2
  78. data/lib/ruby-esi/models/get_characters_character_id_bookmarks_coordinates.rb +2 -2
  79. data/lib/ruby-esi/models/get_characters_character_id_bookmarks_folders_200_ok.rb +2 -2
  80. data/lib/ruby-esi/models/get_characters_character_id_bookmarks_item.rb +2 -2
  81. data/lib/ruby-esi/models/get_characters_character_id_calendar_200_ok.rb +2 -2
  82. data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +2 -2
  83. data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +2 -2
  84. data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_not_found.rb +2 -2
  85. data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_ok.rb +2 -2
  86. data/lib/ruby-esi/models/get_characters_character_id_clones_home_location.rb +2 -2
  87. data/lib/ruby-esi/models/get_characters_character_id_clones_jump_clone.rb +2 -2
  88. data/lib/ruby-esi/models/get_characters_character_id_clones_ok.rb +2 -2
  89. data/lib/ruby-esi/models/get_characters_character_id_contacts_200_ok.rb +2 -2
  90. data/lib/ruby-esi/models/get_characters_character_id_contacts_labels_200_ok.rb +2 -2
  91. data/lib/ruby-esi/models/get_characters_character_id_contracts_200_ok.rb +2 -2
  92. data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +2 -2
  93. data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +2 -2
  94. data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +2 -2
  95. data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +2 -2
  96. data/lib/ruby-esi/models/get_characters_character_id_corporationhistory_200_ok.rb +2 -2
  97. data/lib/ruby-esi/models/get_characters_character_id_fatigue_ok.rb +2 -2
  98. data/lib/ruby-esi/models/get_characters_character_id_fittings_200_ok.rb +2 -2
  99. data/lib/ruby-esi/models/get_characters_character_id_fittings_item.rb +2 -2
  100. data/lib/ruby-esi/models/get_characters_character_id_fleet_not_found.rb +2 -2
  101. data/lib/ruby-esi/models/get_characters_character_id_fleet_ok.rb +2 -2
  102. data/lib/ruby-esi/models/get_characters_character_id_fw_stats_kills.rb +2 -2
  103. data/lib/ruby-esi/models/get_characters_character_id_fw_stats_ok.rb +2 -2
  104. data/lib/ruby-esi/models/get_characters_character_id_fw_stats_victory_points.rb +2 -2
  105. data/lib/ruby-esi/models/get_characters_character_id_industry_jobs_200_ok.rb +2 -2
  106. data/lib/ruby-esi/models/get_characters_character_id_killmails_recent_200_ok.rb +2 -2
  107. data/lib/ruby-esi/models/get_characters_character_id_location_ok.rb +2 -2
  108. data/lib/ruby-esi/models/get_characters_character_id_loyalty_points_200_ok.rb +2 -2
  109. data/lib/ruby-esi/models/get_characters_character_id_mail_200_ok.rb +2 -2
  110. data/lib/ruby-esi/models/get_characters_character_id_mail_labels_label.rb +2 -2
  111. data/lib/ruby-esi/models/get_characters_character_id_mail_labels_ok.rb +2 -2
  112. data/lib/ruby-esi/models/get_characters_character_id_mail_lists_200_ok.rb +2 -2
  113. data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_not_found.rb +2 -2
  114. data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_ok.rb +2 -2
  115. data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_recipient.rb +2 -2
  116. data/lib/ruby-esi/models/get_characters_character_id_mail_recipient.rb +2 -2
  117. data/lib/ruby-esi/models/get_characters_character_id_medals_200_ok.rb +2 -2
  118. data/lib/ruby-esi/models/get_characters_character_id_medals_graphic.rb +2 -2
  119. data/lib/ruby-esi/models/get_characters_character_id_mining_200_ok.rb +2 -2
  120. data/lib/ruby-esi/models/get_characters_character_id_not_found.rb +2 -2
  121. data/lib/ruby-esi/models/get_characters_character_id_notifications_200_ok.rb +4 -4
  122. data/lib/ruby-esi/models/get_characters_character_id_notifications_contacts_200_ok.rb +2 -2
  123. data/lib/ruby-esi/models/get_characters_character_id_ok.rb +3 -13
  124. data/lib/ruby-esi/models/get_characters_character_id_online_ok.rb +2 -2
  125. data/lib/ruby-esi/models/get_characters_character_id_opportunities_200_ok.rb +2 -2
  126. data/lib/ruby-esi/models/get_characters_character_id_orders_200_ok.rb +2 -2
  127. data/lib/ruby-esi/models/get_characters_character_id_orders_history_200_ok.rb +2 -2
  128. data/lib/ruby-esi/models/get_characters_character_id_planets_200_ok.rb +2 -2
  129. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_content.rb +2 -2
  130. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_extractor_details.rb +2 -2
  131. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_factory_details.rb +2 -2
  132. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_head.rb +2 -2
  133. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_link.rb +2 -2
  134. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_not_found.rb +2 -2
  135. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_ok.rb +2 -2
  136. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_pin.rb +2 -2
  137. data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_route.rb +2 -2
  138. data/lib/ruby-esi/models/get_characters_character_id_portrait_not_found.rb +2 -2
  139. data/lib/ruby-esi/models/get_characters_character_id_portrait_ok.rb +2 -2
  140. data/lib/ruby-esi/models/get_characters_character_id_roles_ok.rb +2 -2
  141. data/lib/ruby-esi/models/get_characters_character_id_search_ok.rb +2 -2
  142. data/lib/ruby-esi/models/get_characters_character_id_ship_ok.rb +2 -2
  143. data/lib/ruby-esi/models/get_characters_character_id_skillqueue_200_ok.rb +2 -2
  144. data/lib/ruby-esi/models/get_characters_character_id_skills_ok.rb +2 -2
  145. data/lib/ruby-esi/models/get_characters_character_id_skills_skill.rb +2 -2
  146. data/lib/ruby-esi/models/get_characters_character_id_standings_200_ok.rb +2 -2
  147. data/lib/ruby-esi/models/get_characters_character_id_titles_200_ok.rb +2 -2
  148. data/lib/ruby-esi/models/get_characters_character_id_wallet_journal_200_ok.rb +4 -4
  149. data/lib/ruby-esi/models/get_characters_character_id_wallet_transactions_200_ok.rb +2 -2
  150. data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_200_ok.rb +2 -2
  151. data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_forbidden.rb +2 -2
  152. data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_not_found.rb +2 -2
  153. data/lib/ruby-esi/models/get_contracts_public_items_contract_id_200_ok.rb +2 -2
  154. data/lib/ruby-esi/models/get_contracts_public_items_contract_id_forbidden.rb +2 -2
  155. data/lib/ruby-esi/models/get_contracts_public_items_contract_id_not_found.rb +2 -2
  156. data/lib/ruby-esi/models/get_contracts_public_region_id_200_ok.rb +2 -2
  157. data/lib/ruby-esi/models/get_contracts_public_region_id_not_found.rb +2 -2
  158. data/lib/ruby-esi/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +2 -2
  159. data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_200_ok.rb +2 -2
  160. data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +2 -2
  161. data/lib/ruby-esi/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +2 -2
  162. data/lib/ruby-esi/models/get_corporations_corporation_id_assets_200_ok.rb +4 -4
  163. data/lib/ruby-esi/models/get_corporations_corporation_id_blueprints_200_ok.rb +4 -4
  164. data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_200_ok.rb +2 -2
  165. data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_coordinates.rb +2 -2
  166. data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +2 -2
  167. data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_item.rb +2 -2
  168. data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_200_ok.rb +2 -2
  169. data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +2 -2
  170. data/lib/ruby-esi/models/get_corporations_corporation_id_containers_logs_200_ok.rb +4 -4
  171. data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_200_ok.rb +2 -2
  172. data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +2 -2
  173. data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +2 -2
  174. data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +2 -2
  175. data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +2 -2
  176. data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +2 -2
  177. data/lib/ruby-esi/models/get_corporations_corporation_id_customs_offices_200_ok.rb +2 -2
  178. data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +2 -2
  179. data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_ok.rb +2 -2
  180. data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +2 -2
  181. data/lib/ruby-esi/models/get_corporations_corporation_id_facilities_200_ok.rb +2 -2
  182. data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_kills.rb +2 -2
  183. data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_ok.rb +2 -2
  184. data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_victory_points.rb +2 -2
  185. data/lib/ruby-esi/models/get_corporations_corporation_id_icons_not_found.rb +2 -2
  186. data/lib/ruby-esi/models/get_corporations_corporation_id_icons_ok.rb +2 -2
  187. data/lib/ruby-esi/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +2 -2
  188. data/lib/ruby-esi/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +2 -2
  189. data/lib/ruby-esi/models/get_corporations_corporation_id_medals_200_ok.rb +2 -2
  190. data/lib/ruby-esi/models/get_corporations_corporation_id_medals_issued_200_ok.rb +2 -2
  191. data/lib/ruby-esi/models/get_corporations_corporation_id_members_titles_200_ok.rb +2 -2
  192. data/lib/ruby-esi/models/get_corporations_corporation_id_membertracking_200_ok.rb +2 -2
  193. data/lib/ruby-esi/models/get_corporations_corporation_id_not_found.rb +2 -2
  194. data/lib/ruby-esi/models/get_corporations_corporation_id_ok.rb +2 -2
  195. data/lib/ruby-esi/models/get_corporations_corporation_id_orders_200_ok.rb +2 -2
  196. data/lib/ruby-esi/models/get_corporations_corporation_id_orders_history_200_ok.rb +2 -2
  197. data/lib/ruby-esi/models/get_corporations_corporation_id_roles_200_ok.rb +2 -2
  198. data/lib/ruby-esi/models/get_corporations_corporation_id_roles_history_200_ok.rb +2 -2
  199. data/lib/ruby-esi/models/get_corporations_corporation_id_shareholders_200_ok.rb +2 -2
  200. data/lib/ruby-esi/models/get_corporations_corporation_id_standings_200_ok.rb +2 -2
  201. data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_200_ok.rb +2 -2
  202. data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +2 -2
  203. data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +2 -2
  204. data/lib/ruby-esi/models/get_corporations_corporation_id_structures_200_ok.rb +19 -86
  205. data/lib/ruby-esi/models/get_corporations_corporation_id_structures_service.rb +2 -2
  206. data/lib/ruby-esi/models/get_corporations_corporation_id_titles_200_ok.rb +2 -2
  207. data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_200_ok.rb +2 -2
  208. data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +4 -4
  209. data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +2 -2
  210. data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_not_found.rb +2 -2
  211. data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_ok.rb +2 -2
  212. data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +2 -2
  213. data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +2 -2
  214. data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +2 -2
  215. data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +2 -2
  216. data/lib/ruby-esi/models/get_dogma_effects_effect_id_modifier.rb +2 -2
  217. data/lib/ruby-esi/models/get_dogma_effects_effect_id_not_found.rb +2 -2
  218. data/lib/ruby-esi/models/get_dogma_effects_effect_id_ok.rb +2 -2
  219. data/lib/ruby-esi/models/get_fleets_fleet_id_members_200_ok.rb +2 -2
  220. data/lib/ruby-esi/models/get_fleets_fleet_id_members_not_found.rb +2 -2
  221. data/lib/ruby-esi/models/get_fleets_fleet_id_not_found.rb +2 -2
  222. data/lib/ruby-esi/models/get_fleets_fleet_id_ok.rb +2 -2
  223. data/lib/ruby-esi/models/get_fleets_fleet_id_wings_200_ok.rb +2 -2
  224. data/lib/ruby-esi/models/get_fleets_fleet_id_wings_not_found.rb +2 -2
  225. data/lib/ruby-esi/models/get_fleets_fleet_id_wings_squad.rb +2 -2
  226. data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total.rb +2 -2
  227. data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total_1.rb +2 -2
  228. data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total.rb +2 -2
  229. data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +2 -2
  230. data/lib/ruby-esi/models/get_fw_leaderboards_characters_kills.rb +2 -2
  231. data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week.rb +2 -2
  232. data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +2 -2
  233. data/lib/ruby-esi/models/get_fw_leaderboards_characters_ok.rb +2 -2
  234. data/lib/ruby-esi/models/get_fw_leaderboards_characters_victory_points.rb +2 -2
  235. data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +2 -2
  236. data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +2 -2
  237. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total.rb +2 -2
  238. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +2 -2
  239. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_kills.rb +2 -2
  240. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week.rb +2 -2
  241. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +2 -2
  242. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_ok.rb +2 -2
  243. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_victory_points.rb +2 -2
  244. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +2 -2
  245. data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +2 -2
  246. data/lib/ruby-esi/models/get_fw_leaderboards_kills.rb +2 -2
  247. data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week.rb +2 -2
  248. data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week_1.rb +2 -2
  249. data/lib/ruby-esi/models/get_fw_leaderboards_ok.rb +2 -2
  250. data/lib/ruby-esi/models/get_fw_leaderboards_victory_points.rb +2 -2
  251. data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday.rb +2 -2
  252. data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday_1.rb +2 -2
  253. data/lib/ruby-esi/models/get_fw_stats_200_ok.rb +2 -2
  254. data/lib/ruby-esi/models/get_fw_stats_kills.rb +2 -2
  255. data/lib/ruby-esi/models/get_fw_stats_victory_points.rb +2 -2
  256. data/lib/ruby-esi/models/get_fw_systems_200_ok.rb +2 -2
  257. data/lib/ruby-esi/models/get_fw_wars_200_ok.rb +2 -2
  258. data/lib/ruby-esi/models/get_incursions_200_ok.rb +2 -2
  259. data/lib/ruby-esi/models/get_industry_facilities_200_ok.rb +2 -2
  260. data/lib/ruby-esi/models/get_industry_systems_200_ok.rb +2 -2
  261. data/lib/ruby-esi/models/get_industry_systems_cost_indice.rb +2 -2
  262. data/lib/ruby-esi/models/get_insurance_prices_200_ok.rb +2 -2
  263. data/lib/ruby-esi/models/get_insurance_prices_level.rb +2 -2
  264. data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_attacker.rb +2 -2
  265. data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_item.rb +2 -2
  266. data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_items_item.rb +2 -2
  267. data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_ok.rb +2 -2
  268. data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_position.rb +2 -2
  269. data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +2 -2
  270. data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_victim.rb +2 -2
  271. data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +2 -2
  272. data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_not_found.rb +2 -2
  273. data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_required_item.rb +2 -2
  274. data/lib/ruby-esi/models/get_markets_groups_market_group_id_not_found.rb +2 -2
  275. data/lib/ruby-esi/models/get_markets_groups_market_group_id_ok.rb +2 -2
  276. data/lib/ruby-esi/models/get_markets_prices_200_ok.rb +2 -2
  277. data/lib/ruby-esi/models/get_markets_region_id_history_200_ok.rb +2 -2
  278. data/lib/ruby-esi/models/get_markets_region_id_history_error_520.rb +2 -2
  279. data/lib/ruby-esi/models/get_markets_region_id_history_not_found.rb +2 -2
  280. data/lib/ruby-esi/models/get_markets_region_id_history_unprocessable_entity.rb +2 -2
  281. data/lib/ruby-esi/models/get_markets_region_id_orders_200_ok.rb +2 -2
  282. data/lib/ruby-esi/models/get_markets_region_id_orders_not_found.rb +2 -2
  283. data/lib/ruby-esi/models/get_markets_region_id_orders_unprocessable_entity.rb +2 -2
  284. data/lib/ruby-esi/models/get_markets_structures_structure_id_200_ok.rb +2 -2
  285. data/lib/ruby-esi/models/get_opportunities_groups_group_id_ok.rb +2 -2
  286. data/lib/ruby-esi/models/get_opportunities_tasks_task_id_ok.rb +2 -2
  287. data/lib/ruby-esi/models/get_route_origin_destination_not_found.rb +2 -2
  288. data/lib/ruby-esi/models/get_search_ok.rb +2 -2
  289. data/lib/ruby-esi/models/get_sovereignty_campaigns_200_ok.rb +2 -2
  290. data/lib/ruby-esi/models/get_sovereignty_campaigns_participant.rb +2 -2
  291. data/lib/ruby-esi/models/get_sovereignty_map_200_ok.rb +2 -2
  292. data/lib/ruby-esi/models/get_sovereignty_structures_200_ok.rb +2 -2
  293. data/lib/ruby-esi/models/get_status_ok.rb +2 -2
  294. data/lib/ruby-esi/models/get_universe_ancestries_200_ok.rb +2 -2
  295. data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +2 -2
  296. data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +2 -2
  297. data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +2 -2
  298. data/lib/ruby-esi/models/get_universe_bloodlines_200_ok.rb +2 -2
  299. data/lib/ruby-esi/models/get_universe_categories_category_id_not_found.rb +2 -2
  300. data/lib/ruby-esi/models/get_universe_categories_category_id_ok.rb +2 -2
  301. data/lib/ruby-esi/models/get_universe_constellations_constellation_id_not_found.rb +2 -2
  302. data/lib/ruby-esi/models/get_universe_constellations_constellation_id_ok.rb +2 -2
  303. data/lib/ruby-esi/models/get_universe_constellations_constellation_id_position.rb +2 -2
  304. data/lib/ruby-esi/models/get_universe_factions_200_ok.rb +2 -2
  305. data/lib/ruby-esi/models/get_universe_graphics_graphic_id_not_found.rb +2 -2
  306. data/lib/ruby-esi/models/get_universe_graphics_graphic_id_ok.rb +2 -2
  307. data/lib/ruby-esi/models/get_universe_groups_group_id_not_found.rb +2 -2
  308. data/lib/ruby-esi/models/get_universe_groups_group_id_ok.rb +2 -2
  309. data/lib/ruby-esi/models/get_universe_moons_moon_id_not_found.rb +2 -2
  310. data/lib/ruby-esi/models/get_universe_moons_moon_id_ok.rb +2 -2
  311. data/lib/ruby-esi/models/get_universe_moons_moon_id_position.rb +2 -2
  312. data/lib/ruby-esi/models/get_universe_planets_planet_id_not_found.rb +2 -2
  313. data/lib/ruby-esi/models/get_universe_planets_planet_id_ok.rb +2 -2
  314. data/lib/ruby-esi/models/get_universe_planets_planet_id_position.rb +2 -2
  315. data/lib/ruby-esi/models/get_universe_races_200_ok.rb +2 -2
  316. data/lib/ruby-esi/models/get_universe_regions_region_id_not_found.rb +2 -2
  317. data/lib/ruby-esi/models/get_universe_regions_region_id_ok.rb +2 -2
  318. data/lib/ruby-esi/models/get_universe_schematics_schematic_id_not_found.rb +2 -2
  319. data/lib/ruby-esi/models/get_universe_schematics_schematic_id_ok.rb +2 -2
  320. data/lib/ruby-esi/models/get_universe_stargates_stargate_id_destination.rb +2 -2
  321. data/lib/ruby-esi/models/get_universe_stargates_stargate_id_not_found.rb +2 -2
  322. data/lib/ruby-esi/models/get_universe_stargates_stargate_id_ok.rb +2 -2
  323. data/lib/ruby-esi/models/get_universe_stargates_stargate_id_position.rb +2 -2
  324. data/lib/ruby-esi/models/get_universe_stars_star_id_ok.rb +2 -2
  325. data/lib/ruby-esi/models/get_universe_stations_station_id_not_found.rb +2 -2
  326. data/lib/ruby-esi/models/get_universe_stations_station_id_ok.rb +2 -2
  327. data/lib/ruby-esi/models/get_universe_stations_station_id_position.rb +2 -2
  328. data/lib/ruby-esi/models/get_universe_structures_structure_id_not_found.rb +2 -2
  329. data/lib/ruby-esi/models/get_universe_structures_structure_id_ok.rb +2 -2
  330. data/lib/ruby-esi/models/get_universe_structures_structure_id_position.rb +2 -2
  331. data/lib/ruby-esi/models/get_universe_system_jumps_200_ok.rb +2 -2
  332. data/lib/ruby-esi/models/get_universe_system_kills_200_ok.rb +2 -2
  333. data/lib/ruby-esi/models/get_universe_systems_system_id_not_found.rb +2 -2
  334. data/lib/ruby-esi/models/get_universe_systems_system_id_ok.rb +2 -2
  335. data/lib/ruby-esi/models/get_universe_systems_system_id_planet.rb +2 -2
  336. data/lib/ruby-esi/models/get_universe_systems_system_id_position.rb +2 -2
  337. data/lib/ruby-esi/models/get_universe_types_type_id_dogma_attribute.rb +2 -2
  338. data/lib/ruby-esi/models/get_universe_types_type_id_dogma_effect.rb +2 -2
  339. data/lib/ruby-esi/models/get_universe_types_type_id_not_found.rb +2 -2
  340. data/lib/ruby-esi/models/get_universe_types_type_id_ok.rb +2 -2
  341. data/lib/ruby-esi/models/get_wars_war_id_aggressor.rb +2 -2
  342. data/lib/ruby-esi/models/get_wars_war_id_ally.rb +2 -2
  343. data/lib/ruby-esi/models/get_wars_war_id_defender.rb +2 -2
  344. data/lib/ruby-esi/models/get_wars_war_id_killmails_200_ok.rb +2 -2
  345. data/lib/ruby-esi/models/get_wars_war_id_killmails_unprocessable_entity.rb +2 -2
  346. data/lib/ruby-esi/models/get_wars_war_id_ok.rb +2 -2
  347. data/lib/ruby-esi/models/get_wars_war_id_unprocessable_entity.rb +2 -2
  348. data/lib/ruby-esi/models/internal_server_error.rb +2 -2
  349. data/lib/ruby-esi/models/post_characters_affiliation_200_ok.rb +2 -2
  350. data/lib/ruby-esi/models/post_characters_character_id_assets_locations_200_ok.rb +2 -2
  351. data/lib/ruby-esi/models/post_characters_character_id_assets_locations_position.rb +2 -2
  352. data/lib/ruby-esi/models/post_characters_character_id_assets_names_200_ok.rb +2 -2
  353. data/lib/ruby-esi/models/post_characters_character_id_contacts_error_520.rb +2 -2
  354. data/lib/ruby-esi/models/post_characters_character_id_fittings_created.rb +2 -2
  355. data/lib/ruby-esi/models/post_characters_character_id_fittings_fitting.rb +2 -2
  356. data/lib/ruby-esi/models/post_characters_character_id_fittings_item.rb +2 -2
  357. data/lib/ruby-esi/models/post_characters_character_id_mail_error_520.rb +2 -2
  358. data/lib/ruby-esi/models/post_characters_character_id_mail_labels_label.rb +2 -2
  359. data/lib/ruby-esi/models/post_characters_character_id_mail_mail.rb +2 -2
  360. data/lib/ruby-esi/models/post_characters_character_id_mail_recipient.rb +2 -2
  361. data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_200_ok.rb +2 -2
  362. data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_not_found.rb +2 -2
  363. data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_position.rb +2 -2
  364. data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_200_ok.rb +2 -2
  365. data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_not_found.rb +2 -2
  366. data/lib/ruby-esi/models/post_fleets_fleet_id_members_invitation.rb +2 -2
  367. data/lib/ruby-esi/models/post_fleets_fleet_id_members_not_found.rb +2 -2
  368. data/lib/ruby-esi/models/post_fleets_fleet_id_members_unprocessable_entity.rb +2 -2
  369. data/lib/ruby-esi/models/post_fleets_fleet_id_wings_created.rb +2 -2
  370. data/lib/ruby-esi/models/post_fleets_fleet_id_wings_not_found.rb +2 -2
  371. data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +2 -2
  372. data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +2 -2
  373. data/lib/ruby-esi/models/post_ui_openwindow_newmail_new_mail.rb +2 -2
  374. data/lib/ruby-esi/models/post_ui_openwindow_newmail_unprocessable_entity.rb +2 -2
  375. data/lib/ruby-esi/models/post_universe_ids_agent.rb +2 -2
  376. data/lib/ruby-esi/models/post_universe_ids_alliance.rb +2 -2
  377. data/lib/ruby-esi/models/post_universe_ids_character.rb +2 -2
  378. data/lib/ruby-esi/models/post_universe_ids_constellation.rb +2 -2
  379. data/lib/ruby-esi/models/post_universe_ids_corporation.rb +2 -2
  380. data/lib/ruby-esi/models/post_universe_ids_faction.rb +2 -2
  381. data/lib/ruby-esi/models/post_universe_ids_inventory_type.rb +2 -2
  382. data/lib/ruby-esi/models/post_universe_ids_ok.rb +2 -2
  383. data/lib/ruby-esi/models/post_universe_ids_region.rb +2 -2
  384. data/lib/ruby-esi/models/post_universe_ids_station.rb +2 -2
  385. data/lib/ruby-esi/models/post_universe_ids_system.rb +2 -2
  386. data/lib/ruby-esi/models/post_universe_names_200_ok.rb +2 -2
  387. data/lib/ruby-esi/models/post_universe_names_not_found.rb +2 -2
  388. data/lib/ruby-esi/models/put_characters_character_id_calendar_event_id_response.rb +2 -2
  389. data/lib/ruby-esi/models/put_characters_character_id_mail_mail_id_contents.rb +2 -2
  390. data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_movement.rb +2 -2
  391. data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_not_found.rb +2 -2
  392. data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +2 -2
  393. data/lib/ruby-esi/models/put_fleets_fleet_id_new_settings.rb +2 -2
  394. data/lib/ruby-esi/models/put_fleets_fleet_id_not_found.rb +2 -2
  395. data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_naming.rb +2 -2
  396. data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +2 -2
  397. data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_naming.rb +2 -2
  398. data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +2 -2
  399. data/lib/ruby-esi/models/service_unavailable.rb +2 -2
  400. data/lib/ruby-esi/models/unauthorized.rb +2 -2
  401. data/lib/ruby-esi/version.rb +3 -3
  402. data/lib/ruby-esi.rb +3 -16
  403. data/ruby-esi.gemspec +3 -2
  404. data/spec/api/alliance_api_spec.rb +3 -3
  405. data/spec/api/assets_api_spec.rb +2 -2
  406. data/spec/api/bookmarks_api_spec.rb +2 -2
  407. data/spec/api/calendar_api_spec.rb +4 -4
  408. data/spec/api/character_api_spec.rb +16 -31
  409. data/spec/api/clones_api_spec.rb +4 -4
  410. data/spec/api/contacts_api_spec.rb +2 -2
  411. data/spec/api/contracts_api_spec.rb +2 -2
  412. data/spec/api/corporation_api_spec.rb +23 -23
  413. data/spec/api/dogma_api_spec.rb +2 -2
  414. data/spec/api/faction_warfare_api_spec.rb +3 -3
  415. data/spec/api/fittings_api_spec.rb +2 -2
  416. data/spec/api/fleets_api_spec.rb +2 -2
  417. data/spec/api/incursions_api_spec.rb +2 -2
  418. data/spec/api/industry_api_spec.rb +2 -2
  419. data/spec/api/insurance_api_spec.rb +2 -2
  420. data/spec/api/killmails_api_spec.rb +2 -2
  421. data/spec/api/location_api_spec.rb +2 -2
  422. data/spec/api/loyalty_api_spec.rb +2 -2
  423. data/spec/api/mail_api_spec.rb +2 -2
  424. data/spec/api/market_api_spec.rb +2 -2
  425. data/spec/api/opportunities_api_spec.rb +2 -2
  426. data/spec/api/planetary_interaction_api_spec.rb +3 -4
  427. data/spec/api/routes_api_spec.rb +2 -2
  428. data/spec/api/search_api_spec.rb +2 -2
  429. data/spec/api/skills_api_spec.rb +2 -2
  430. data/spec/api/sovereignty_api_spec.rb +2 -2
  431. data/spec/api/status_api_spec.rb +3 -3
  432. data/spec/api/universe_api_spec.rb +21 -21
  433. data/spec/api/user_interface_api_spec.rb +2 -2
  434. data/spec/api/wallet_api_spec.rb +3 -3
  435. data/spec/api/wars_api_spec.rb +2 -2
  436. data/spec/api_client_spec.rb +2 -2
  437. data/spec/configuration_spec.rb +2 -2
  438. data/spec/models/bad_request_spec.rb +2 -2
  439. data/spec/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity_spec.rb +2 -2
  440. data/spec/models/delete_fleets_fleet_id_members_member_id_not_found_spec.rb +2 -2
  441. data/spec/models/delete_fleets_fleet_id_squads_squad_id_not_found_spec.rb +2 -2
  442. data/spec/models/delete_fleets_fleet_id_wings_wing_id_not_found_spec.rb +2 -2
  443. data/spec/models/error_limited_spec.rb +2 -2
  444. data/spec/models/forbidden_spec.rb +2 -2
  445. data/spec/models/gateway_timeout_spec.rb +2 -2
  446. data/spec/models/get_alliances_alliance_id_contacts_200_ok_spec.rb +2 -2
  447. data/spec/models/get_alliances_alliance_id_contacts_labels_200_ok_spec.rb +2 -2
  448. data/spec/models/get_alliances_alliance_id_icons_not_found_spec.rb +2 -2
  449. data/spec/models/get_alliances_alliance_id_icons_ok_spec.rb +2 -2
  450. data/spec/models/get_alliances_alliance_id_not_found_spec.rb +2 -2
  451. data/spec/models/get_alliances_alliance_id_ok_spec.rb +2 -2
  452. data/spec/models/get_characters_character_id_agents_research_200_ok_spec.rb +2 -2
  453. data/spec/models/get_characters_character_id_assets_200_ok_spec.rb +2 -2
  454. data/spec/models/{post_characters_affiliation_not_found_spec.rb → get_characters_character_id_assets_not_found_spec.rb} +8 -8
  455. data/spec/models/get_characters_character_id_attributes_ok_spec.rb +2 -2
  456. data/spec/models/get_characters_character_id_blueprints_200_ok_spec.rb +2 -2
  457. data/spec/models/get_characters_character_id_bookmarks_200_ok_spec.rb +2 -2
  458. data/spec/models/get_characters_character_id_bookmarks_coordinates_spec.rb +2 -2
  459. data/spec/models/get_characters_character_id_bookmarks_folders_200_ok_spec.rb +2 -2
  460. data/spec/models/get_characters_character_id_bookmarks_item_spec.rb +2 -2
  461. data/spec/models/get_characters_character_id_calendar_200_ok_spec.rb +2 -2
  462. data/spec/models/get_characters_character_id_calendar_event_id_attendees_200_ok_spec.rb +2 -2
  463. data/spec/models/get_characters_character_id_calendar_event_id_attendees_not_found_spec.rb +2 -2
  464. data/spec/models/get_characters_character_id_calendar_event_id_not_found_spec.rb +2 -2
  465. data/spec/models/get_characters_character_id_calendar_event_id_ok_spec.rb +2 -2
  466. data/spec/models/get_characters_character_id_clones_home_location_spec.rb +2 -2
  467. data/spec/models/get_characters_character_id_clones_jump_clone_spec.rb +2 -2
  468. data/spec/models/get_characters_character_id_clones_ok_spec.rb +2 -2
  469. data/spec/models/get_characters_character_id_contacts_200_ok_spec.rb +2 -2
  470. data/spec/models/get_characters_character_id_contacts_labels_200_ok_spec.rb +2 -2
  471. data/spec/models/get_characters_character_id_contracts_200_ok_spec.rb +2 -2
  472. data/spec/models/get_characters_character_id_contracts_contract_id_bids_200_ok_spec.rb +2 -2
  473. data/spec/models/get_characters_character_id_contracts_contract_id_bids_not_found_spec.rb +2 -2
  474. data/spec/models/get_characters_character_id_contracts_contract_id_items_200_ok_spec.rb +2 -2
  475. data/spec/models/get_characters_character_id_contracts_contract_id_items_not_found_spec.rb +2 -2
  476. data/spec/models/get_characters_character_id_corporationhistory_200_ok_spec.rb +2 -2
  477. data/spec/models/get_characters_character_id_fatigue_ok_spec.rb +2 -2
  478. data/spec/models/get_characters_character_id_fittings_200_ok_spec.rb +2 -2
  479. data/spec/models/get_characters_character_id_fittings_item_spec.rb +2 -2
  480. data/spec/models/get_characters_character_id_fleet_not_found_spec.rb +2 -2
  481. data/spec/models/get_characters_character_id_fleet_ok_spec.rb +2 -2
  482. data/spec/models/get_characters_character_id_fw_stats_kills_spec.rb +2 -2
  483. data/spec/models/get_characters_character_id_fw_stats_ok_spec.rb +2 -2
  484. data/spec/models/get_characters_character_id_fw_stats_victory_points_spec.rb +2 -2
  485. data/spec/models/get_characters_character_id_industry_jobs_200_ok_spec.rb +2 -2
  486. data/spec/models/get_characters_character_id_killmails_recent_200_ok_spec.rb +2 -2
  487. data/spec/models/get_characters_character_id_location_ok_spec.rb +2 -2
  488. data/spec/models/get_characters_character_id_loyalty_points_200_ok_spec.rb +2 -2
  489. data/spec/models/get_characters_character_id_mail_200_ok_spec.rb +2 -2
  490. data/spec/models/get_characters_character_id_mail_labels_label_spec.rb +2 -2
  491. data/spec/models/get_characters_character_id_mail_labels_ok_spec.rb +2 -2
  492. data/spec/models/get_characters_character_id_mail_lists_200_ok_spec.rb +2 -2
  493. data/spec/models/get_characters_character_id_mail_mail_id_not_found_spec.rb +2 -2
  494. data/spec/models/get_characters_character_id_mail_mail_id_ok_spec.rb +2 -2
  495. data/spec/models/get_characters_character_id_mail_mail_id_recipient_spec.rb +2 -2
  496. data/spec/models/get_characters_character_id_mail_recipient_spec.rb +2 -2
  497. data/spec/models/get_characters_character_id_medals_200_ok_spec.rb +2 -2
  498. data/spec/models/get_characters_character_id_medals_graphic_spec.rb +2 -2
  499. data/spec/models/get_characters_character_id_mining_200_ok_spec.rb +2 -2
  500. data/spec/models/get_characters_character_id_not_found_spec.rb +2 -2
  501. data/spec/models/get_characters_character_id_notifications_200_ok_spec.rb +3 -3
  502. data/spec/models/get_characters_character_id_notifications_contacts_200_ok_spec.rb +2 -2
  503. data/spec/models/get_characters_character_id_ok_spec.rb +2 -8
  504. data/spec/models/get_characters_character_id_online_ok_spec.rb +2 -2
  505. data/spec/models/get_characters_character_id_opportunities_200_ok_spec.rb +2 -2
  506. data/spec/models/get_characters_character_id_orders_200_ok_spec.rb +2 -2
  507. data/spec/models/get_characters_character_id_orders_history_200_ok_spec.rb +2 -2
  508. data/spec/models/get_characters_character_id_planets_200_ok_spec.rb +2 -2
  509. data/spec/models/get_characters_character_id_planets_planet_id_content_spec.rb +2 -2
  510. data/spec/models/get_characters_character_id_planets_planet_id_extractor_details_spec.rb +2 -2
  511. data/spec/models/get_characters_character_id_planets_planet_id_factory_details_spec.rb +2 -2
  512. data/spec/models/get_characters_character_id_planets_planet_id_head_spec.rb +2 -2
  513. data/spec/models/get_characters_character_id_planets_planet_id_link_spec.rb +2 -2
  514. data/spec/models/get_characters_character_id_planets_planet_id_not_found_spec.rb +2 -2
  515. data/spec/models/get_characters_character_id_planets_planet_id_ok_spec.rb +2 -2
  516. data/spec/models/get_characters_character_id_planets_planet_id_pin_spec.rb +2 -2
  517. data/spec/models/get_characters_character_id_planets_planet_id_route_spec.rb +2 -2
  518. data/spec/models/get_characters_character_id_portrait_not_found_spec.rb +2 -2
  519. data/spec/models/get_characters_character_id_portrait_ok_spec.rb +2 -2
  520. data/spec/models/get_characters_character_id_roles_ok_spec.rb +2 -2
  521. data/spec/models/get_characters_character_id_search_ok_spec.rb +2 -2
  522. data/spec/models/get_characters_character_id_ship_ok_spec.rb +2 -2
  523. data/spec/models/get_characters_character_id_skillqueue_200_ok_spec.rb +2 -2
  524. data/spec/models/get_characters_character_id_skills_ok_spec.rb +2 -2
  525. data/spec/models/get_characters_character_id_skills_skill_spec.rb +2 -2
  526. data/spec/models/get_characters_character_id_standings_200_ok_spec.rb +2 -2
  527. data/spec/models/get_characters_character_id_titles_200_ok_spec.rb +2 -2
  528. data/spec/models/get_characters_character_id_wallet_journal_200_ok_spec.rb +3 -3
  529. data/spec/models/get_characters_character_id_wallet_transactions_200_ok_spec.rb +2 -2
  530. data/spec/models/get_contracts_public_bids_contract_id_200_ok_spec.rb +2 -2
  531. data/spec/models/get_contracts_public_bids_contract_id_forbidden_spec.rb +2 -2
  532. data/spec/models/get_contracts_public_bids_contract_id_not_found_spec.rb +2 -2
  533. data/spec/models/get_contracts_public_items_contract_id_200_ok_spec.rb +2 -2
  534. data/spec/models/get_contracts_public_items_contract_id_forbidden_spec.rb +2 -2
  535. data/spec/models/get_contracts_public_items_contract_id_not_found_spec.rb +2 -2
  536. data/spec/models/get_contracts_public_region_id_200_ok_spec.rb +2 -2
  537. data/spec/models/get_contracts_public_region_id_not_found_spec.rb +2 -2
  538. data/spec/models/get_corporation_corporation_id_mining_extractions_200_ok_spec.rb +2 -2
  539. data/spec/models/get_corporation_corporation_id_mining_observers_200_ok_spec.rb +2 -2
  540. data/spec/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok_spec.rb +2 -2
  541. data/spec/models/get_corporations_corporation_id_alliancehistory_200_ok_spec.rb +2 -2
  542. data/spec/models/get_corporations_corporation_id_assets_200_ok_spec.rb +3 -3
  543. data/spec/models/get_corporations_corporation_id_blueprints_200_ok_spec.rb +3 -3
  544. data/spec/models/get_corporations_corporation_id_bookmarks_200_ok_spec.rb +2 -2
  545. data/spec/models/get_corporations_corporation_id_bookmarks_coordinates_spec.rb +2 -2
  546. data/spec/models/get_corporations_corporation_id_bookmarks_folders_200_ok_spec.rb +2 -2
  547. data/spec/models/get_corporations_corporation_id_bookmarks_item_spec.rb +2 -2
  548. data/spec/models/get_corporations_corporation_id_contacts_200_ok_spec.rb +2 -2
  549. data/spec/models/get_corporations_corporation_id_contacts_labels_200_ok_spec.rb +2 -2
  550. data/spec/models/get_corporations_corporation_id_containers_logs_200_ok_spec.rb +3 -3
  551. data/spec/models/get_corporations_corporation_id_contracts_200_ok_spec.rb +2 -2
  552. data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok_spec.rb +2 -2
  553. data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found_spec.rb +2 -2
  554. data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok_spec.rb +2 -2
  555. data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +2 -2
  556. data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_not_found_spec.rb +2 -2
  557. data/spec/models/get_corporations_corporation_id_customs_offices_200_ok_spec.rb +2 -2
  558. data/spec/models/get_corporations_corporation_id_divisions_hangar_hangar_spec.rb +2 -2
  559. data/spec/models/get_corporations_corporation_id_divisions_ok_spec.rb +2 -2
  560. data/spec/models/get_corporations_corporation_id_divisions_wallet_wallet_spec.rb +2 -2
  561. data/spec/models/get_corporations_corporation_id_facilities_200_ok_spec.rb +2 -2
  562. data/spec/models/get_corporations_corporation_id_fw_stats_kills_spec.rb +2 -2
  563. data/spec/models/get_corporations_corporation_id_fw_stats_ok_spec.rb +2 -2
  564. data/spec/models/get_corporations_corporation_id_fw_stats_victory_points_spec.rb +2 -2
  565. data/spec/models/get_corporations_corporation_id_icons_not_found_spec.rb +2 -2
  566. data/spec/models/get_corporations_corporation_id_icons_ok_spec.rb +2 -2
  567. data/spec/models/get_corporations_corporation_id_industry_jobs_200_ok_spec.rb +2 -2
  568. data/spec/models/get_corporations_corporation_id_killmails_recent_200_ok_spec.rb +2 -2
  569. data/spec/models/get_corporations_corporation_id_medals_200_ok_spec.rb +2 -2
  570. data/spec/models/get_corporations_corporation_id_medals_issued_200_ok_spec.rb +2 -2
  571. data/spec/models/get_corporations_corporation_id_members_titles_200_ok_spec.rb +2 -2
  572. data/spec/models/get_corporations_corporation_id_membertracking_200_ok_spec.rb +2 -2
  573. data/spec/models/get_corporations_corporation_id_not_found_spec.rb +2 -2
  574. data/spec/models/get_corporations_corporation_id_ok_spec.rb +2 -2
  575. data/spec/models/get_corporations_corporation_id_orders_200_ok_spec.rb +2 -2
  576. data/spec/models/get_corporations_corporation_id_orders_history_200_ok_spec.rb +2 -2
  577. data/spec/models/get_corporations_corporation_id_roles_200_ok_spec.rb +2 -2
  578. data/spec/models/get_corporations_corporation_id_roles_history_200_ok_spec.rb +2 -2
  579. data/spec/models/get_corporations_corporation_id_shareholders_200_ok_spec.rb +2 -2
  580. data/spec/models/get_corporations_corporation_id_standings_200_ok_spec.rb +2 -2
  581. data/spec/models/get_corporations_corporation_id_starbases_200_ok_spec.rb +2 -2
  582. data/spec/models/get_corporations_corporation_id_starbases_starbase_id_fuel_spec.rb +2 -2
  583. data/spec/models/get_corporations_corporation_id_starbases_starbase_id_ok_spec.rb +2 -2
  584. data/spec/models/get_corporations_corporation_id_structures_200_ok_spec.rb +5 -11
  585. data/spec/models/get_corporations_corporation_id_structures_service_spec.rb +2 -2
  586. data/spec/models/get_corporations_corporation_id_titles_200_ok_spec.rb +2 -2
  587. data/spec/models/get_corporations_corporation_id_wallets_200_ok_spec.rb +2 -2
  588. data/spec/models/get_corporations_corporation_id_wallets_division_journal_200_ok_spec.rb +3 -3
  589. data/spec/models/get_corporations_corporation_id_wallets_division_transactions_200_ok_spec.rb +2 -2
  590. data/spec/models/get_dogma_attributes_attribute_id_not_found_spec.rb +2 -2
  591. data/spec/models/get_dogma_attributes_attribute_id_ok_spec.rb +2 -2
  592. data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +2 -2
  593. data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +2 -2
  594. data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +2 -2
  595. data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +2 -2
  596. data/spec/models/get_dogma_effects_effect_id_modifier_spec.rb +2 -2
  597. data/spec/models/get_dogma_effects_effect_id_not_found_spec.rb +2 -2
  598. data/spec/models/get_dogma_effects_effect_id_ok_spec.rb +2 -2
  599. data/spec/models/get_fleets_fleet_id_members_200_ok_spec.rb +2 -2
  600. data/spec/models/get_fleets_fleet_id_members_not_found_spec.rb +2 -2
  601. data/spec/models/get_fleets_fleet_id_not_found_spec.rb +2 -2
  602. data/spec/models/get_fleets_fleet_id_ok_spec.rb +2 -2
  603. data/spec/models/get_fleets_fleet_id_wings_200_ok_spec.rb +2 -2
  604. data/spec/models/get_fleets_fleet_id_wings_not_found_spec.rb +2 -2
  605. data/spec/models/get_fleets_fleet_id_wings_squad_spec.rb +2 -2
  606. data/spec/models/get_fw_leaderboards_active_total_active_total_1_spec.rb +2 -2
  607. data/spec/models/get_fw_leaderboards_active_total_active_total_spec.rb +2 -2
  608. data/spec/models/get_fw_leaderboards_characters_active_total_active_total_1_spec.rb +2 -2
  609. data/spec/models/get_fw_leaderboards_characters_active_total_active_total_spec.rb +2 -2
  610. data/spec/models/get_fw_leaderboards_characters_kills_spec.rb +2 -2
  611. data/spec/models/get_fw_leaderboards_characters_last_week_last_week_1_spec.rb +2 -2
  612. data/spec/models/get_fw_leaderboards_characters_last_week_last_week_spec.rb +2 -2
  613. data/spec/models/get_fw_leaderboards_characters_ok_spec.rb +2 -2
  614. data/spec/models/get_fw_leaderboards_characters_victory_points_spec.rb +2 -2
  615. data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_1_spec.rb +2 -2
  616. data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_spec.rb +2 -2
  617. data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_1_spec.rb +2 -2
  618. data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_spec.rb +2 -2
  619. data/spec/models/get_fw_leaderboards_corporations_kills_spec.rb +2 -2
  620. data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_1_spec.rb +2 -2
  621. data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_spec.rb +2 -2
  622. data/spec/models/get_fw_leaderboards_corporations_ok_spec.rb +2 -2
  623. data/spec/models/get_fw_leaderboards_corporations_victory_points_spec.rb +2 -2
  624. data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_1_spec.rb +2 -2
  625. data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_spec.rb +2 -2
  626. data/spec/models/get_fw_leaderboards_kills_spec.rb +2 -2
  627. data/spec/models/get_fw_leaderboards_last_week_last_week_1_spec.rb +2 -2
  628. data/spec/models/get_fw_leaderboards_last_week_last_week_spec.rb +2 -2
  629. data/spec/models/get_fw_leaderboards_ok_spec.rb +2 -2
  630. data/spec/models/get_fw_leaderboards_victory_points_spec.rb +2 -2
  631. data/spec/models/get_fw_leaderboards_yesterday_yesterday_1_spec.rb +2 -2
  632. data/spec/models/get_fw_leaderboards_yesterday_yesterday_spec.rb +2 -2
  633. data/spec/models/get_fw_stats_200_ok_spec.rb +2 -2
  634. data/spec/models/get_fw_stats_kills_spec.rb +2 -2
  635. data/spec/models/get_fw_stats_victory_points_spec.rb +2 -2
  636. data/spec/models/get_fw_systems_200_ok_spec.rb +2 -2
  637. data/spec/models/get_fw_wars_200_ok_spec.rb +2 -2
  638. data/spec/models/get_incursions_200_ok_spec.rb +2 -2
  639. data/spec/models/get_industry_facilities_200_ok_spec.rb +2 -2
  640. data/spec/models/get_industry_systems_200_ok_spec.rb +2 -2
  641. data/spec/models/get_industry_systems_cost_indice_spec.rb +2 -2
  642. data/spec/models/get_insurance_prices_200_ok_spec.rb +2 -2
  643. data/spec/models/get_insurance_prices_level_spec.rb +2 -2
  644. data/spec/models/get_killmails_killmail_id_killmail_hash_attacker_spec.rb +2 -2
  645. data/spec/models/get_killmails_killmail_id_killmail_hash_item_spec.rb +2 -2
  646. data/spec/models/get_killmails_killmail_id_killmail_hash_items_item_spec.rb +2 -2
  647. data/spec/models/get_killmails_killmail_id_killmail_hash_ok_spec.rb +2 -2
  648. data/spec/models/get_killmails_killmail_id_killmail_hash_position_spec.rb +2 -2
  649. data/spec/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity_spec.rb +2 -2
  650. data/spec/models/get_killmails_killmail_id_killmail_hash_victim_spec.rb +2 -2
  651. data/spec/models/get_loyalty_stores_corporation_id_offers_200_ok_spec.rb +2 -2
  652. data/spec/models/get_loyalty_stores_corporation_id_offers_not_found_spec.rb +2 -2
  653. data/spec/models/get_loyalty_stores_corporation_id_offers_required_item_spec.rb +2 -2
  654. data/spec/models/get_markets_groups_market_group_id_not_found_spec.rb +2 -2
  655. data/spec/models/get_markets_groups_market_group_id_ok_spec.rb +2 -2
  656. data/spec/models/get_markets_prices_200_ok_spec.rb +2 -2
  657. data/spec/models/get_markets_region_id_history_200_ok_spec.rb +2 -2
  658. data/spec/models/get_markets_region_id_history_error_520_spec.rb +2 -2
  659. data/spec/models/get_markets_region_id_history_not_found_spec.rb +2 -2
  660. data/spec/models/get_markets_region_id_history_unprocessable_entity_spec.rb +2 -2
  661. data/spec/models/get_markets_region_id_orders_200_ok_spec.rb +2 -2
  662. data/spec/models/get_markets_region_id_orders_not_found_spec.rb +2 -2
  663. data/spec/models/get_markets_region_id_orders_unprocessable_entity_spec.rb +2 -2
  664. data/spec/models/get_markets_structures_structure_id_200_ok_spec.rb +2 -2
  665. data/spec/models/get_opportunities_groups_group_id_ok_spec.rb +2 -2
  666. data/spec/models/get_opportunities_tasks_task_id_ok_spec.rb +2 -2
  667. data/spec/models/get_route_origin_destination_not_found_spec.rb +2 -2
  668. data/spec/models/get_search_ok_spec.rb +2 -2
  669. data/spec/models/get_sovereignty_campaigns_200_ok_spec.rb +2 -2
  670. data/spec/models/get_sovereignty_campaigns_participant_spec.rb +2 -2
  671. data/spec/models/get_sovereignty_map_200_ok_spec.rb +2 -2
  672. data/spec/models/get_sovereignty_structures_200_ok_spec.rb +2 -2
  673. data/spec/models/get_status_ok_spec.rb +2 -2
  674. data/spec/models/get_universe_ancestries_200_ok_spec.rb +2 -2
  675. data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_not_found_spec.rb +2 -2
  676. data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_ok_spec.rb +2 -2
  677. data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_position_spec.rb +2 -2
  678. data/spec/models/get_universe_bloodlines_200_ok_spec.rb +2 -2
  679. data/spec/models/get_universe_categories_category_id_not_found_spec.rb +2 -2
  680. data/spec/models/get_universe_categories_category_id_ok_spec.rb +2 -2
  681. data/spec/models/get_universe_constellations_constellation_id_not_found_spec.rb +2 -2
  682. data/spec/models/get_universe_constellations_constellation_id_ok_spec.rb +2 -2
  683. data/spec/models/get_universe_constellations_constellation_id_position_spec.rb +2 -2
  684. data/spec/models/get_universe_factions_200_ok_spec.rb +2 -2
  685. data/spec/models/get_universe_graphics_graphic_id_not_found_spec.rb +2 -2
  686. data/spec/models/get_universe_graphics_graphic_id_ok_spec.rb +2 -2
  687. data/spec/models/get_universe_groups_group_id_not_found_spec.rb +2 -2
  688. data/spec/models/get_universe_groups_group_id_ok_spec.rb +2 -2
  689. data/spec/models/get_universe_moons_moon_id_not_found_spec.rb +2 -2
  690. data/spec/models/get_universe_moons_moon_id_ok_spec.rb +2 -2
  691. data/spec/models/get_universe_moons_moon_id_position_spec.rb +2 -2
  692. data/spec/models/get_universe_planets_planet_id_not_found_spec.rb +2 -2
  693. data/spec/models/get_universe_planets_planet_id_ok_spec.rb +2 -2
  694. data/spec/models/get_universe_planets_planet_id_position_spec.rb +2 -2
  695. data/spec/models/get_universe_races_200_ok_spec.rb +2 -2
  696. data/spec/models/get_universe_regions_region_id_not_found_spec.rb +2 -2
  697. data/spec/models/get_universe_regions_region_id_ok_spec.rb +2 -2
  698. data/spec/models/get_universe_schematics_schematic_id_not_found_spec.rb +2 -2
  699. data/spec/models/get_universe_schematics_schematic_id_ok_spec.rb +2 -2
  700. data/spec/models/get_universe_stargates_stargate_id_destination_spec.rb +2 -2
  701. data/spec/models/get_universe_stargates_stargate_id_not_found_spec.rb +2 -2
  702. data/spec/models/get_universe_stargates_stargate_id_ok_spec.rb +2 -2
  703. data/spec/models/get_universe_stargates_stargate_id_position_spec.rb +2 -2
  704. data/spec/models/get_universe_stars_star_id_ok_spec.rb +2 -2
  705. data/spec/models/get_universe_stations_station_id_not_found_spec.rb +2 -2
  706. data/spec/models/get_universe_stations_station_id_ok_spec.rb +2 -2
  707. data/spec/models/get_universe_stations_station_id_position_spec.rb +2 -2
  708. data/spec/models/get_universe_structures_structure_id_not_found_spec.rb +2 -2
  709. data/spec/models/get_universe_structures_structure_id_ok_spec.rb +2 -2
  710. data/spec/models/get_universe_structures_structure_id_position_spec.rb +2 -2
  711. data/spec/models/get_universe_system_jumps_200_ok_spec.rb +2 -2
  712. data/spec/models/get_universe_system_kills_200_ok_spec.rb +2 -2
  713. data/spec/models/get_universe_systems_system_id_not_found_spec.rb +2 -2
  714. data/spec/models/get_universe_systems_system_id_ok_spec.rb +2 -2
  715. data/spec/models/get_universe_systems_system_id_planet_spec.rb +2 -2
  716. data/spec/models/get_universe_systems_system_id_position_spec.rb +2 -2
  717. data/spec/models/get_universe_types_type_id_dogma_attribute_spec.rb +2 -2
  718. data/spec/models/get_universe_types_type_id_dogma_effect_spec.rb +2 -2
  719. data/spec/models/get_universe_types_type_id_not_found_spec.rb +2 -2
  720. data/spec/models/get_universe_types_type_id_ok_spec.rb +2 -2
  721. data/spec/models/get_wars_war_id_aggressor_spec.rb +2 -2
  722. data/spec/models/get_wars_war_id_ally_spec.rb +2 -2
  723. data/spec/models/get_wars_war_id_defender_spec.rb +2 -2
  724. data/spec/models/get_wars_war_id_killmails_200_ok_spec.rb +2 -2
  725. data/spec/models/get_wars_war_id_killmails_unprocessable_entity_spec.rb +2 -2
  726. data/spec/models/get_wars_war_id_ok_spec.rb +2 -2
  727. data/spec/models/get_wars_war_id_unprocessable_entity_spec.rb +2 -2
  728. data/spec/models/internal_server_error_spec.rb +2 -2
  729. data/spec/models/post_characters_affiliation_200_ok_spec.rb +2 -2
  730. data/spec/models/post_characters_character_id_assets_locations_200_ok_spec.rb +2 -2
  731. data/spec/models/post_characters_character_id_assets_locations_position_spec.rb +2 -2
  732. data/spec/models/post_characters_character_id_assets_names_200_ok_spec.rb +2 -2
  733. data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +2 -2
  734. data/spec/models/post_characters_character_id_fittings_created_spec.rb +2 -2
  735. data/spec/models/post_characters_character_id_fittings_fitting_spec.rb +2 -2
  736. data/spec/models/post_characters_character_id_fittings_item_spec.rb +2 -2
  737. data/spec/models/post_characters_character_id_mail_error_520_spec.rb +2 -2
  738. data/spec/models/post_characters_character_id_mail_labels_label_spec.rb +2 -2
  739. data/spec/models/post_characters_character_id_mail_mail_spec.rb +2 -2
  740. data/spec/models/post_characters_character_id_mail_recipient_spec.rb +2 -2
  741. data/spec/models/post_corporations_corporation_id_assets_locations_200_ok_spec.rb +2 -2
  742. data/spec/models/post_corporations_corporation_id_assets_locations_not_found_spec.rb +2 -2
  743. data/spec/models/post_corporations_corporation_id_assets_locations_position_spec.rb +2 -2
  744. data/spec/models/post_corporations_corporation_id_assets_names_200_ok_spec.rb +2 -2
  745. data/spec/models/post_corporations_corporation_id_assets_names_not_found_spec.rb +2 -2
  746. data/spec/models/post_fleets_fleet_id_members_invitation_spec.rb +2 -2
  747. data/spec/models/post_fleets_fleet_id_members_not_found_spec.rb +2 -2
  748. data/spec/models/post_fleets_fleet_id_members_unprocessable_entity_spec.rb +2 -2
  749. data/spec/models/post_fleets_fleet_id_wings_created_spec.rb +2 -2
  750. data/spec/models/post_fleets_fleet_id_wings_not_found_spec.rb +2 -2
  751. data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_created_spec.rb +2 -2
  752. data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_not_found_spec.rb +2 -2
  753. data/spec/models/post_ui_openwindow_newmail_new_mail_spec.rb +2 -2
  754. data/spec/models/post_ui_openwindow_newmail_unprocessable_entity_spec.rb +2 -2
  755. data/spec/models/post_universe_ids_agent_spec.rb +2 -2
  756. data/spec/models/post_universe_ids_alliance_spec.rb +2 -2
  757. data/spec/models/post_universe_ids_character_spec.rb +2 -2
  758. data/spec/models/post_universe_ids_constellation_spec.rb +2 -2
  759. data/spec/models/post_universe_ids_corporation_spec.rb +2 -2
  760. data/spec/models/post_universe_ids_faction_spec.rb +2 -2
  761. data/spec/models/post_universe_ids_inventory_type_spec.rb +2 -2
  762. data/spec/models/post_universe_ids_ok_spec.rb +2 -2
  763. data/spec/models/post_universe_ids_region_spec.rb +2 -2
  764. data/spec/models/post_universe_ids_station_spec.rb +2 -2
  765. data/spec/models/post_universe_ids_system_spec.rb +2 -2
  766. data/spec/models/post_universe_names_200_ok_spec.rb +2 -2
  767. data/spec/models/post_universe_names_not_found_spec.rb +2 -2
  768. data/spec/models/put_characters_character_id_calendar_event_id_response_spec.rb +2 -2
  769. data/spec/models/put_characters_character_id_mail_mail_id_contents_spec.rb +2 -2
  770. data/spec/models/put_fleets_fleet_id_members_member_id_movement_spec.rb +2 -2
  771. data/spec/models/put_fleets_fleet_id_members_member_id_not_found_spec.rb +2 -2
  772. data/spec/models/put_fleets_fleet_id_members_member_id_unprocessable_entity_spec.rb +2 -2
  773. data/spec/models/put_fleets_fleet_id_new_settings_spec.rb +2 -2
  774. data/spec/models/put_fleets_fleet_id_not_found_spec.rb +2 -2
  775. data/spec/models/put_fleets_fleet_id_squads_squad_id_naming_spec.rb +2 -2
  776. data/spec/models/put_fleets_fleet_id_squads_squad_id_not_found_spec.rb +2 -2
  777. data/spec/models/put_fleets_fleet_id_wings_wing_id_naming_spec.rb +2 -2
  778. data/spec/models/put_fleets_fleet_id_wings_wing_id_not_found_spec.rb +2 -2
  779. data/spec/models/service_unavailable_spec.rb +2 -2
  780. data/spec/models/unauthorized_spec.rb +2 -2
  781. data/spec/spec_helper.rb +2 -2
  782. metadata +372 -403
  783. data/docs/GetCharactersCharacterIdStats200Ok.md +0 -20
  784. data/docs/GetCharactersCharacterIdStatsCharacter.md +0 -10
  785. data/docs/GetCharactersCharacterIdStatsCombat.md +0 -101
  786. data/docs/GetCharactersCharacterIdStatsIndustry.md +0 -43
  787. data/docs/GetCharactersCharacterIdStatsInventory.md +0 -9
  788. data/docs/GetCharactersCharacterIdStatsIsk.md +0 -9
  789. data/docs/GetCharactersCharacterIdStatsMarket.md +0 -20
  790. data/docs/GetCharactersCharacterIdStatsMining.md +0 -26
  791. data/docs/GetCharactersCharacterIdStatsModule.md +0 -76
  792. data/docs/GetCharactersCharacterIdStatsOrbital.md +0 -10
  793. data/docs/GetCharactersCharacterIdStatsPve.md +0 -11
  794. data/docs/GetCharactersCharacterIdStatsSocial.md +0 -32
  795. data/docs/GetCharactersCharacterIdStatsTravel.md +0 -28
  796. data/lib/ruby-esi/models/get_characters_character_id_stats_200_ok.rb +0 -299
  797. data/lib/ruby-esi/models/get_characters_character_id_stats_character.rb +0 -206
  798. data/lib/ruby-esi/models/get_characters_character_id_stats_combat.rb +0 -1116
  799. data/lib/ruby-esi/models/get_characters_character_id_stats_industry.rb +0 -536
  800. data/lib/ruby-esi/models/get_characters_character_id_stats_inventory.rb +0 -196
  801. data/lib/ruby-esi/models/get_characters_character_id_stats_isk.rb +0 -196
  802. data/lib/ruby-esi/models/get_characters_character_id_stats_market.rb +0 -306
  803. data/lib/ruby-esi/models/get_characters_character_id_stats_mining.rb +0 -366
  804. data/lib/ruby-esi/models/get_characters_character_id_stats_module.rb +0 -866
  805. data/lib/ruby-esi/models/get_characters_character_id_stats_orbital.rb +0 -206
  806. data/lib/ruby-esi/models/get_characters_character_id_stats_pve.rb +0 -216
  807. data/lib/ruby-esi/models/get_characters_character_id_stats_social.rb +0 -426
  808. data/lib/ruby-esi/models/get_characters_character_id_stats_travel.rb +0 -386
  809. data/spec/models/get_characters_character_id_stats_200_ok_spec.rb +0 -113
  810. data/spec/models/get_characters_character_id_stats_character_spec.rb +0 -53
  811. data/spec/models/get_characters_character_id_stats_combat_spec.rb +0 -599
  812. data/spec/models/get_characters_character_id_stats_industry_spec.rb +0 -251
  813. data/spec/models/get_characters_character_id_stats_inventory_spec.rb +0 -47
  814. data/spec/models/get_characters_character_id_stats_isk_spec.rb +0 -47
  815. data/spec/models/get_characters_character_id_stats_market_spec.rb +0 -113
  816. data/spec/models/get_characters_character_id_stats_mining_spec.rb +0 -149
  817. data/spec/models/get_characters_character_id_stats_module_spec.rb +0 -449
  818. data/spec/models/get_characters_character_id_stats_orbital_spec.rb +0 -53
  819. data/spec/models/get_characters_character_id_stats_pve_spec.rb +0 -59
  820. data/spec/models/get_characters_character_id_stats_social_spec.rb +0 -185
  821. data/spec/models/get_characters_character_id_stats_travel_spec.rb +0 -161
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -75,7 +75,7 @@ describe 'GetCharactersCharacterIdNotifications200Ok' do
75
75
  describe 'test attribute "type"' do
76
76
  it 'should work' do
77
77
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
78
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["AcceptedAlly", "AcceptedSurrender", "AllAnchoringMsg", "AllMaintenanceBillMsg", "AllStrucInvulnerableMsg", "AllStructVulnerableMsg", "AllWarCorpJoinedAllianceMsg", "AllWarDeclaredMsg", "AllWarInvalidatedMsg", "AllWarRetractedMsg", "AllWarSurrenderMsg", "AllianceCapitalChanged", "AllianceWarDeclaredV2", "AllyContractCancelled", "AllyJoinedWarAggressorMsg", "AllyJoinedWarAllyMsg", "AllyJoinedWarDefenderMsg", "BattlePunishFriendlyFire", "BillOutOfMoneyMsg", "BillPaidCorpAllMsg", "BountyClaimMsg", "BountyESSShared", "BountyESSTaken", "BountyPlacedAlliance", "BountyPlacedChar", "BountyPlacedCorp", "BountyYourBountyClaimed", "BuddyConnectContactAdd", "CharAppAcceptMsg", "CharAppRejectMsg", "CharAppWithdrawMsg", "CharLeftCorpMsg", "CharMedalMsg", "CharTerminationMsg", "CloneActivationMsg", "CloneActivationMsg2", "CloneMovedMsg", "CloneRevokedMsg1", "CloneRevokedMsg2", "CombatOperationFinished", "ContactAdd", "ContactEdit", "ContainerPasswordMsg", "CorpAllBillMsg", "CorpAppAcceptMsg", "CorpAppInvitedMsg", "CorpAppNewMsg", "CorpAppRejectCustomMsg", "CorpAppRejectMsg", "CorpBecameWarEligible", "CorpDividendMsg", "CorpFriendlyFireDisableTimerCompleted", "CorpFriendlyFireDisableTimerStarted", "CorpFriendlyFireEnableTimerCompleted", "CorpFriendlyFireEnableTimerStarted", "CorpKicked", "CorpLiquidationMsg", "CorpNewCEOMsg", "CorpNewsMsg", "CorpNoLongerWarEligible", "CorpOfficeExpirationMsg", "CorpStructLostMsg", "CorpTaxChangeMsg", "CorpVoteCEORevokedMsg", "CorpVoteMsg", "CorpWarDeclaredMsg", "CorpWarDeclaredV2", "CorpWarFightingLegalMsg", "CorpWarInvalidatedMsg", "CorpWarRetractedMsg", "CorpWarSurrenderMsg", "CustomsMsg", "DeclareWar", "DistrictAttacked", "DustAppAcceptedMsg", "EntosisCaptureStarted", "FWAllianceKickMsg", "FWAllianceWarningMsg", "FWCharKickMsg", "FWCharRankGainMsg", "FWCharRankLossMsg", "FWCharWarningMsg", "FWCorpJoinMsg", "FWCorpKickMsg", "FWCorpLeaveMsg", "FWCorpWarningMsg", "FacWarCorpJoinRequestMsg", "FacWarCorpJoinWithdrawMsg", "FacWarCorpLeaveRequestMsg", "FacWarCorpLeaveWithdrawMsg", "FacWarLPDisqualifiedEvent", "FacWarLPDisqualifiedKill", "FacWarLPPayoutEvent", "FacWarLPPayoutKill", "GameTimeAdded", "GameTimeReceived", "GameTimeSent", "GiftReceived", "IHubDestroyedByBillFailure", "IncursionCompletedMsg", "IndustryOperationFinished", "IndustryTeamAuctionLost", "IndustryTeamAuctionWon", "InfrastructureHubBillAboutToExpire", "InsuranceExpirationMsg", "InsuranceFirstShipMsg", "InsuranceInvalidatedMsg", "InsuranceIssuedMsg", "InsurancePayoutMsg", "InvasionSystemLogin", "JumpCloneDeletedMsg1", "JumpCloneDeletedMsg2", "KillReportFinalBlow", "KillReportVictim", "KillRightAvailable", "KillRightAvailableOpen", "KillRightEarned", "KillRightUnavailable", "KillRightUnavailableOpen", "KillRightUsed", "LocateCharMsg", "MadeWarMutual", "MercOfferRetractedMsg", "MercOfferedNegotiationMsg", "MissionOfferExpirationMsg", "MissionTimeoutMsg", "MoonminingAutomaticFracture", "MoonminingExtractionCancelled", "MoonminingExtractionFinished", "MoonminingExtractionStarted", "MoonminingLaserFired", "MutualWarExpired", "MutualWarInviteAccepted", "MutualWarInviteRejected", "MutualWarInviteSent", "NPCStandingsGained", "NPCStandingsLost", "OfferToAllyRetracted", "OfferedSurrender", "OfferedToAlly", "OldLscMessages", "OperationFinished", "OrbitalAttacked", "OrbitalReinforced", "OwnershipTransferred", "RaffleCreated", "RaffleExpired", "RaffleFinished", "ReimbursementMsg", "ResearchMissionAvailableMsg", "RetractsWar", "SeasonalChallengeCompleted", "SovAllClaimAquiredMsg", "SovAllClaimLostMsg", "SovCommandNodeEventStarted", "SovCorpBillLateMsg", "SovCorpClaimFailMsg", "SovDisruptorMsg", "SovStationEnteredFreeport", "SovStructureDestroyed", "SovStructureReinforced", "SovStructureSelfDestructCancel", "SovStructureSelfDestructFinished", "SovStructureSelfDestructRequested", "SovereigntyIHDamageMsg", "SovereigntySBUDamageMsg", "SovereigntyTCUDamageMsg", "StationAggressionMsg1", "StationAggressionMsg2", "StationConquerMsg", "StationServiceDisabled", "StationServiceEnabled", "StationStateChangeMsg", "StoryLineMissionAvailableMsg", "StructureAnchoring", "StructureCourierContractChanged", "StructureDestroyed", "StructureFuelAlert", "StructureItemsDelivered", "StructureItemsMovedToSafety", "StructureLostArmor", "StructureLostShields", "StructureOnline", "StructureServicesOffline", "StructureUnanchoring", "StructureUnderAttack", "StructureWentHighPower", "StructureWentLowPower", "StructuresJobsCancelled", "StructuresJobsPaused", "StructuresReinforcementChanged", "TowerAlertMsg", "TowerResourceAlertMsg", "TransactionReversalMsg", "TutorialMsg", "WarAdopted ", "WarAllyInherited", "WarAllyOfferDeclinedMsg", "WarConcordInvalidates", "WarDeclared", "WarHQRemovedFromSpace", "WarInherited", "WarInvalid", "WarRetracted", "WarRetractedByConcord", "WarSurrenderDeclinedMsg", "WarSurrenderOfferMsg"])
78
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["AcceptedAlly", "AcceptedSurrender", "AgentRetiredTrigravian", "AllAnchoringMsg", "AllMaintenanceBillMsg", "AllStrucInvulnerableMsg", "AllStructVulnerableMsg", "AllWarCorpJoinedAllianceMsg", "AllWarDeclaredMsg", "AllWarInvalidatedMsg", "AllWarRetractedMsg", "AllWarSurrenderMsg", "AllianceCapitalChanged", "AllianceWarDeclaredV2", "AllyContractCancelled", "AllyJoinedWarAggressorMsg", "AllyJoinedWarAllyMsg", "AllyJoinedWarDefenderMsg", "BattlePunishFriendlyFire", "BillOutOfMoneyMsg", "BillPaidCorpAllMsg", "BountyClaimMsg", "BountyESSShared", "BountyESSTaken", "BountyPlacedAlliance", "BountyPlacedChar", "BountyPlacedCorp", "BountyYourBountyClaimed", "BuddyConnectContactAdd", "CharAppAcceptMsg", "CharAppRejectMsg", "CharAppWithdrawMsg", "CharLeftCorpMsg", "CharMedalMsg", "CharTerminationMsg", "CloneActivationMsg", "CloneActivationMsg2", "CloneMovedMsg", "CloneRevokedMsg1", "CloneRevokedMsg2", "CombatOperationFinished", "ContactAdd", "ContactEdit", "ContainerPasswordMsg", "ContractRegionChangedToPochven", "CorpAllBillMsg", "CorpAppAcceptMsg", "CorpAppInvitedMsg", "CorpAppNewMsg", "CorpAppRejectCustomMsg", "CorpAppRejectMsg", "CorpBecameWarEligible", "CorpDividendMsg", "CorpFriendlyFireDisableTimerCompleted", "CorpFriendlyFireDisableTimerStarted", "CorpFriendlyFireEnableTimerCompleted", "CorpFriendlyFireEnableTimerStarted", "CorpKicked", "CorpLiquidationMsg", "CorpNewCEOMsg", "CorpNewsMsg", "CorpNoLongerWarEligible", "CorpOfficeExpirationMsg", "CorpStructLostMsg", "CorpTaxChangeMsg", "CorpVoteCEORevokedMsg", "CorpVoteMsg", "CorpWarDeclaredMsg", "CorpWarDeclaredV2", "CorpWarFightingLegalMsg", "CorpWarInvalidatedMsg", "CorpWarRetractedMsg", "CorpWarSurrenderMsg", "CustomsMsg", "DeclareWar", "DistrictAttacked", "DustAppAcceptedMsg", "ESSMainBankLink", "EntosisCaptureStarted", "ExpertSystemExpired", "ExpertSystemExpiryImminent", "FWAllianceKickMsg", "FWAllianceWarningMsg", "FWCharKickMsg", "FWCharRankGainMsg", "FWCharRankLossMsg", "FWCharWarningMsg", "FWCorpJoinMsg", "FWCorpKickMsg", "FWCorpLeaveMsg", "FWCorpWarningMsg", "FacWarCorpJoinRequestMsg", "FacWarCorpJoinWithdrawMsg", "FacWarCorpLeaveRequestMsg", "FacWarCorpLeaveWithdrawMsg", "FacWarLPDisqualifiedEvent", "FacWarLPDisqualifiedKill", "FacWarLPPayoutEvent", "FacWarLPPayoutKill", "GameTimeAdded", "GameTimeReceived", "GameTimeSent", "GiftReceived", "IHubDestroyedByBillFailure", "IncursionCompletedMsg", "IndustryOperationFinished", "IndustryTeamAuctionLost", "IndustryTeamAuctionWon", "InfrastructureHubBillAboutToExpire", "InsuranceExpirationMsg", "InsuranceFirstShipMsg", "InsuranceInvalidatedMsg", "InsuranceIssuedMsg", "InsurancePayoutMsg", "InvasionCompletedMsg", "InvasionSystemLogin", "InvasionSystemStart", "JumpCloneDeletedMsg1", "JumpCloneDeletedMsg2", "KillReportFinalBlow", "KillReportVictim", "KillRightAvailable", "KillRightAvailableOpen", "KillRightEarned", "KillRightUnavailable", "KillRightUnavailableOpen", "KillRightUsed", "LocateCharMsg", "MadeWarMutual", "MercOfferRetractedMsg", "MercOfferedNegotiationMsg", "MissionCanceledTriglavian", "MissionOfferExpirationMsg", "MissionTimeoutMsg", "MoonminingAutomaticFracture", "MoonminingExtractionCancelled", "MoonminingExtractionFinished", "MoonminingExtractionStarted", "MoonminingLaserFired", "MutualWarExpired", "MutualWarInviteAccepted", "MutualWarInviteRejected", "MutualWarInviteSent", "NPCStandingsGained", "NPCStandingsLost", "OfferToAllyRetracted", "OfferedSurrender", "OfferedToAlly", "OfficeLeaseCanceledInsufficientStandings", "OldLscMessages", "OperationFinished", "OrbitalAttacked", "OrbitalReinforced", "OwnershipTransferred", "RaffleCreated", "RaffleExpired", "RaffleFinished", "ReimbursementMsg", "ResearchMissionAvailableMsg", "RetractsWar", "SeasonalChallengeCompleted", "SovAllClaimAquiredMsg", "SovAllClaimLostMsg", "SovCommandNodeEventStarted", "SovCorpBillLateMsg", "SovCorpClaimFailMsg", "SovDisruptorMsg", "SovStationEnteredFreeport", "SovStructureDestroyed", "SovStructureReinforced", "SovStructureSelfDestructCancel", "SovStructureSelfDestructFinished", "SovStructureSelfDestructRequested", "SovereigntyIHDamageMsg", "SovereigntySBUDamageMsg", "SovereigntyTCUDamageMsg", "StationAggressionMsg1", "StationAggressionMsg2", "StationConquerMsg", "StationServiceDisabled", "StationServiceEnabled", "StationStateChangeMsg", "StoryLineMissionAvailableMsg", "StructureAnchoring", "StructureCourierContractChanged", "StructureDestroyed", "StructureFuelAlert", "StructureImpendingAbandonmentAssetsAtRisk", "StructureItemsDelivered", "StructureItemsMovedToSafety", "StructureLostArmor", "StructureLostShields", "StructureOnline", "StructureServicesOffline", "StructureUnanchoring", "StructureUnderAttack", "StructureWentHighPower", "StructureWentLowPower", "StructuresJobsCancelled", "StructuresJobsPaused", "StructuresReinforcementChanged", "TowerAlertMsg", "TowerResourceAlertMsg", "TransactionReversalMsg", "TutorialMsg", "WarAdopted ", "WarAllyInherited", "WarAllyOfferDeclinedMsg", "WarConcordInvalidates", "WarDeclared", "WarEndedHqSecurityDrop", "WarHQRemovedFromSpace", "WarInherited", "WarInvalid", "WarRetracted", "WarRetractedByConcord", "WarSurrenderDeclinedMsg", "WarSurrenderOfferMsg"])
79
79
  # validator.allowable_values.each do |value|
80
80
  # expect { @instance.type = value }.not_to raise_error
81
81
  # end
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -38,12 +38,6 @@ describe 'GetCharactersCharacterIdOk' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "ancestry_id"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
41
  describe 'test attribute "birthday"' do
48
42
  it 'should work' do
49
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -93,7 +93,7 @@ describe 'GetCharactersCharacterIdWalletJournal200Ok' do
93
93
  describe 'test attribute "ref_type"' do
94
94
  it 'should work' do
95
95
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
96
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["acceleration_gate_fee", "advertisement_listing_fee", "agent_donation", "agent_location_services", "agent_miscellaneous", "agent_mission_collateral_paid", "agent_mission_collateral_refunded", "agent_mission_reward", "agent_mission_reward_corporation_tax", "agent_mission_time_bonus_reward", "agent_mission_time_bonus_reward_corporation_tax", "agent_security_services", "agent_services_rendered", "agents_preward", "alliance_maintainance_fee", "alliance_registration_fee", "asset_safety_recovery_tax", "bounty", "bounty_prize", "bounty_prize_corporation_tax", "bounty_prizes", "bounty_reimbursement", "bounty_surcharge", "brokers_fee", "clone_activation", "clone_transfer", "contraband_fine", "contract_auction_bid", "contract_auction_bid_corp", "contract_auction_bid_refund", "contract_auction_sold", "contract_brokers_fee", "contract_brokers_fee_corp", "contract_collateral", "contract_collateral_deposited_corp", "contract_collateral_payout", "contract_collateral_refund", "contract_deposit", "contract_deposit_corp", "contract_deposit_refund", "contract_deposit_sales_tax", "contract_price", "contract_price_payment_corp", "contract_reversal", "contract_reward", "contract_reward_deposited", "contract_reward_deposited_corp", "contract_reward_refund", "contract_sales_tax", "copying", "corporate_reward_payout", "corporate_reward_tax", "corporation_account_withdrawal", "corporation_bulk_payment", "corporation_dividend_payment", "corporation_liquidation", "corporation_logo_change_cost", "corporation_payment", "corporation_registration_fee", "courier_mission_escrow", "cspa", "cspaofflinerefund", "datacore_fee", "dna_modification_fee", "docking_fee", "duel_wager_escrow", "duel_wager_payment", "duel_wager_refund", "factory_slot_rental_fee", "gm_cash_transfer", "industry_job_tax", "infrastructure_hub_maintenance", "inheritance", "insurance", "item_trader_payment", "jump_clone_activation_fee", "jump_clone_installation_fee", "kill_right_fee", "lp_store", "manufacturing", "market_escrow", "market_fine_paid", "market_transaction", "medal_creation", "medal_issued", "mission_completion", "mission_cost", "mission_expiration", "mission_reward", "office_rental_fee", "operation_bonus", "opportunity_reward", "planetary_construction", "planetary_export_tax", "planetary_import_tax", "player_donation", "player_trading", "project_discovery_reward", "project_discovery_tax", "reaction", "release_of_impounded_property", "repair_bill", "reprocessing_tax", "researching_material_productivity", "researching_technology", "researching_time_productivity", "resource_wars_reward", "reverse_engineering", "security_processing_fee", "shares", "skill_purchase", "sovereignity_bill", "store_purchase", "store_purchase_refund", "structure_gate_jump", "transaction_tax", "upkeep_adjustment_fee", "war_ally_contract", "war_fee", "war_fee_surrender"])
96
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["acceleration_gate_fee", "advertisement_listing_fee", "agent_donation", "agent_location_services", "agent_miscellaneous", "agent_mission_collateral_paid", "agent_mission_collateral_refunded", "agent_mission_reward", "agent_mission_reward_corporation_tax", "agent_mission_time_bonus_reward", "agent_mission_time_bonus_reward_corporation_tax", "agent_security_services", "agent_services_rendered", "agents_preward", "alliance_maintainance_fee", "alliance_registration_fee", "asset_safety_recovery_tax", "bounty", "bounty_prize", "bounty_prize_corporation_tax", "bounty_prizes", "bounty_reimbursement", "bounty_surcharge", "brokers_fee", "clone_activation", "clone_transfer", "contraband_fine", "contract_auction_bid", "contract_auction_bid_corp", "contract_auction_bid_refund", "contract_auction_sold", "contract_brokers_fee", "contract_brokers_fee_corp", "contract_collateral", "contract_collateral_deposited_corp", "contract_collateral_payout", "contract_collateral_refund", "contract_deposit", "contract_deposit_corp", "contract_deposit_refund", "contract_deposit_sales_tax", "contract_price", "contract_price_payment_corp", "contract_reversal", "contract_reward", "contract_reward_deposited", "contract_reward_deposited_corp", "contract_reward_refund", "contract_sales_tax", "copying", "corporate_reward_payout", "corporate_reward_tax", "corporation_account_withdrawal", "corporation_bulk_payment", "corporation_dividend_payment", "corporation_liquidation", "corporation_logo_change_cost", "corporation_payment", "corporation_registration_fee", "courier_mission_escrow", "cspa", "cspaofflinerefund", "datacore_fee", "dna_modification_fee", "docking_fee", "duel_wager_escrow", "duel_wager_payment", "duel_wager_refund", "ess_escrow_transfer", "factory_slot_rental_fee", "gm_cash_transfer", "industry_job_tax", "infrastructure_hub_maintenance", "inheritance", "insurance", "item_trader_payment", "jump_clone_activation_fee", "jump_clone_installation_fee", "kill_right_fee", "lp_store", "manufacturing", "market_escrow", "market_fine_paid", "market_transaction", "medal_creation", "medal_issued", "mission_completion", "mission_cost", "mission_expiration", "mission_reward", "office_rental_fee", "operation_bonus", "opportunity_reward", "planetary_construction", "planetary_export_tax", "planetary_import_tax", "player_donation", "player_trading", "project_discovery_reward", "project_discovery_tax", "reaction", "release_of_impounded_property", "repair_bill", "reprocessing_tax", "researching_material_productivity", "researching_technology", "researching_time_productivity", "resource_wars_reward", "reverse_engineering", "security_processing_fee", "shares", "skill_purchase", "sovereignity_bill", "store_purchase", "store_purchase_refund", "structure_gate_jump", "transaction_tax", "upkeep_adjustment_fee", "war_ally_contract", "war_fee", "war_fee_surrender"])
97
97
  # validator.allowable_values.each do |value|
98
98
  # expect { @instance.ref_type = value }.not_to raise_error
99
99
  # end
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 1.3.8
6
+ OpenAPI spec version: 1.8.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.13
9
+ Swagger Codegen version: 2.4.23
10
10
 
11
11
  =end
12
12