esi-client-bvv 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (446) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +22 -11
  3. data/docs/AllianceApi.md +1 -1
  4. data/docs/AssetsApi.md +10 -10
  5. data/docs/BookmarksApi.md +4 -4
  6. data/docs/CalendarApi.md +3 -3
  7. data/docs/CharacterApi.md +4 -4
  8. data/docs/ClonesApi.md +1 -1
  9. data/docs/ContactsApi.md +4 -4
  10. data/docs/ContractsApi.md +174 -6
  11. data/docs/CorporationApi.md +44 -44
  12. data/docs/FactionWarfareApi.md +5 -5
  13. data/docs/GetCharactersCharacterIdContractsContractIdItems200Ok.md +1 -1
  14. data/docs/GetCharactersCharacterIdWalletJournal200Ok.md +1 -1
  15. data/docs/GetContractsPublicBidsContractId200Ok.md +10 -0
  16. data/docs/GetContractsPublicBidsContractIdForbidden.md +8 -0
  17. data/docs/GetContractsPublicBidsContractIdNotFound.md +8 -0
  18. data/docs/GetContractsPublicItemsContractId200Ok.md +16 -0
  19. data/docs/GetContractsPublicItemsContractIdForbidden.md +8 -0
  20. data/docs/GetContractsPublicItemsContractIdNotFound.md +8 -0
  21. data/docs/GetContractsPublicRegionId200Ok.md +23 -0
  22. data/docs/GetContractsPublicRegionIdNotFound.md +8 -0
  23. data/docs/GetCorporationsCorporationIdContractsContractIdItems200Ok.md +1 -1
  24. data/docs/GetCorporationsCorporationIdOk.md +1 -0
  25. data/docs/GetCorporationsCorporationIdStructures200Ok.md +5 -5
  26. data/docs/GetCorporationsCorporationIdWalletsDivisionJournal200Ok.md +1 -1
  27. data/docs/GetFwLeaderboardsCharactersKills.md +1 -1
  28. data/docs/GetFwLeaderboardsCharactersVictoryPoints.md +1 -1
  29. data/docs/GetFwLeaderboardsCorporationsKills.md +1 -1
  30. data/docs/GetFwLeaderboardsCorporationsVictoryPoints.md +1 -1
  31. data/docs/GetFwLeaderboardsKills.md +1 -1
  32. data/docs/GetFwLeaderboardsVictoryPoints.md +1 -1
  33. data/docs/IndustryApi.md +14 -14
  34. data/docs/KillmailsApi.md +2 -2
  35. data/docs/LocationApi.md +1 -1
  36. data/docs/LoyaltyApi.md +2 -2
  37. data/docs/MailApi.md +1 -1
  38. data/docs/MarketApi.md +6 -6
  39. data/docs/PlanetaryInteractionApi.md +2 -2
  40. data/docs/SkillsApi.md +1 -1
  41. data/docs/UniverseApi.md +4 -2
  42. data/docs/WalletApi.md +8 -8
  43. data/docs/WarsApi.md +2 -2
  44. data/esi-client-bvv.gemspec +1 -1
  45. data/lib/esi-client-bvv.rb +9 -1
  46. data/lib/esi-client-bvv/api/alliance_api.rb +3 -3
  47. data/lib/esi-client-bvv/api/assets_api.rb +5 -5
  48. data/lib/esi-client-bvv/api/bookmarks_api.rb +1 -1
  49. data/lib/esi-client-bvv/api/calendar_api.rb +5 -5
  50. data/lib/esi-client-bvv/api/character_api.rb +6 -6
  51. data/lib/esi-client-bvv/api/clones_api.rb +3 -3
  52. data/lib/esi-client-bvv/api/contacts_api.rb +1 -1
  53. data/lib/esi-client-bvv/api/contracts_api.rb +214 -1
  54. data/lib/esi-client-bvv/api/corporation_api.rb +4 -4
  55. data/lib/esi-client-bvv/api/dogma_api.rb +1 -1
  56. data/lib/esi-client-bvv/api/faction_warfare_api.rb +7 -7
  57. data/lib/esi-client-bvv/api/fittings_api.rb +1 -1
  58. data/lib/esi-client-bvv/api/fleets_api.rb +1 -1
  59. data/lib/esi-client-bvv/api/incursions_api.rb +1 -1
  60. data/lib/esi-client-bvv/api/industry_api.rb +9 -9
  61. data/lib/esi-client-bvv/api/insurance_api.rb +1 -1
  62. data/lib/esi-client-bvv/api/killmails_api.rb +1 -1
  63. data/lib/esi-client-bvv/api/location_api.rb +3 -3
  64. data/lib/esi-client-bvv/api/loyalty_api.rb +1 -1
  65. data/lib/esi-client-bvv/api/mail_api.rb +3 -3
  66. data/lib/esi-client-bvv/api/market_api.rb +3 -3
  67. data/lib/esi-client-bvv/api/opportunities_api.rb +1 -1
  68. data/lib/esi-client-bvv/api/planetary_interaction_api.rb +1 -1
  69. data/lib/esi-client-bvv/api/routes_api.rb +1 -1
  70. data/lib/esi-client-bvv/api/search_api.rb +1 -1
  71. data/lib/esi-client-bvv/api/skills_api.rb +3 -3
  72. data/lib/esi-client-bvv/api/sovereignty_api.rb +1 -1
  73. data/lib/esi-client-bvv/api/status_api.rb +1 -1
  74. data/lib/esi-client-bvv/api/universe_api.rb +11 -5
  75. data/lib/esi-client-bvv/api/user_interface_api.rb +1 -1
  76. data/lib/esi-client-bvv/api/wallet_api.rb +3 -3
  77. data/lib/esi-client-bvv/api/wars_api.rb +3 -3
  78. data/lib/esi-client-bvv/api_client.rb +1 -1
  79. data/lib/esi-client-bvv/api_error.rb +1 -1
  80. data/lib/esi-client-bvv/configuration.rb +1 -1
  81. data/lib/esi-client-bvv/models/bad_request.rb +1 -1
  82. data/lib/esi-client-bvv/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +1 -1
  83. data/lib/esi-client-bvv/models/delete_fleets_fleet_id_members_member_id_not_found.rb +1 -1
  84. data/lib/esi-client-bvv/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +1 -1
  85. data/lib/esi-client-bvv/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +1 -1
  86. data/lib/esi-client-bvv/models/error_limited.rb +1 -1
  87. data/lib/esi-client-bvv/models/forbidden.rb +1 -1
  88. data/lib/esi-client-bvv/models/gateway_timeout.rb +1 -1
  89. data/lib/esi-client-bvv/models/get_alliances_alliance_id_contacts_200_ok.rb +1 -1
  90. data/lib/esi-client-bvv/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +1 -1
  91. data/lib/esi-client-bvv/models/get_alliances_alliance_id_icons_not_found.rb +1 -1
  92. data/lib/esi-client-bvv/models/get_alliances_alliance_id_icons_ok.rb +1 -1
  93. data/lib/esi-client-bvv/models/get_alliances_alliance_id_not_found.rb +1 -1
  94. data/lib/esi-client-bvv/models/get_alliances_alliance_id_ok.rb +1 -1
  95. data/lib/esi-client-bvv/models/get_characters_character_id_agents_research_200_ok.rb +1 -1
  96. data/lib/esi-client-bvv/models/get_characters_character_id_assets_200_ok.rb +1 -1
  97. data/lib/esi-client-bvv/models/get_characters_character_id_attributes_ok.rb +1 -1
  98. data/lib/esi-client-bvv/models/get_characters_character_id_blueprints_200_ok.rb +1 -1
  99. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_200_ok.rb +1 -1
  100. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_coordinates.rb +1 -1
  101. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_folders_200_ok.rb +1 -1
  102. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_item.rb +1 -1
  103. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_200_ok.rb +1 -1
  104. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +1 -1
  105. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +1 -1
  106. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_not_found.rb +1 -1
  107. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_ok.rb +1 -1
  108. data/lib/esi-client-bvv/models/get_characters_character_id_clones_home_location.rb +1 -1
  109. data/lib/esi-client-bvv/models/get_characters_character_id_clones_jump_clone.rb +1 -1
  110. data/lib/esi-client-bvv/models/get_characters_character_id_clones_ok.rb +1 -1
  111. data/lib/esi-client-bvv/models/get_characters_character_id_contacts_200_ok.rb +1 -1
  112. data/lib/esi-client-bvv/models/get_characters_character_id_contacts_labels_200_ok.rb +1 -1
  113. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_200_ok.rb +1 -1
  114. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +1 -1
  115. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +1 -1
  116. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +2 -2
  117. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +1 -1
  118. data/lib/esi-client-bvv/models/get_characters_character_id_corporationhistory_200_ok.rb +1 -1
  119. data/lib/esi-client-bvv/models/get_characters_character_id_fatigue_ok.rb +1 -1
  120. data/lib/esi-client-bvv/models/get_characters_character_id_fittings_200_ok.rb +1 -1
  121. data/lib/esi-client-bvv/models/get_characters_character_id_fittings_item.rb +1 -1
  122. data/lib/esi-client-bvv/models/get_characters_character_id_fleet_not_found.rb +1 -1
  123. data/lib/esi-client-bvv/models/get_characters_character_id_fleet_ok.rb +1 -1
  124. data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_kills.rb +1 -1
  125. data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_ok.rb +1 -1
  126. data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_victory_points.rb +1 -1
  127. data/lib/esi-client-bvv/models/get_characters_character_id_industry_jobs_200_ok.rb +1 -1
  128. data/lib/esi-client-bvv/models/get_characters_character_id_killmails_recent_200_ok.rb +1 -1
  129. data/lib/esi-client-bvv/models/get_characters_character_id_location_ok.rb +1 -1
  130. data/lib/esi-client-bvv/models/get_characters_character_id_loyalty_points_200_ok.rb +1 -1
  131. data/lib/esi-client-bvv/models/get_characters_character_id_mail_200_ok.rb +1 -1
  132. data/lib/esi-client-bvv/models/get_characters_character_id_mail_labels_label.rb +1 -1
  133. data/lib/esi-client-bvv/models/get_characters_character_id_mail_labels_ok.rb +1 -1
  134. data/lib/esi-client-bvv/models/get_characters_character_id_mail_lists_200_ok.rb +1 -1
  135. data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_not_found.rb +1 -1
  136. data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_ok.rb +1 -1
  137. data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_recipient.rb +1 -1
  138. data/lib/esi-client-bvv/models/get_characters_character_id_mail_recipient.rb +1 -1
  139. data/lib/esi-client-bvv/models/get_characters_character_id_medals_200_ok.rb +1 -1
  140. data/lib/esi-client-bvv/models/get_characters_character_id_medals_graphic.rb +1 -1
  141. data/lib/esi-client-bvv/models/get_characters_character_id_mining_200_ok.rb +1 -1
  142. data/lib/esi-client-bvv/models/get_characters_character_id_not_found.rb +1 -1
  143. data/lib/esi-client-bvv/models/get_characters_character_id_notifications_200_ok.rb +3 -3
  144. data/lib/esi-client-bvv/models/get_characters_character_id_notifications_contacts_200_ok.rb +1 -1
  145. data/lib/esi-client-bvv/models/get_characters_character_id_ok.rb +1 -1
  146. data/lib/esi-client-bvv/models/get_characters_character_id_online_ok.rb +1 -1
  147. data/lib/esi-client-bvv/models/get_characters_character_id_opportunities_200_ok.rb +1 -1
  148. data/lib/esi-client-bvv/models/get_characters_character_id_orders_200_ok.rb +1 -1
  149. data/lib/esi-client-bvv/models/get_characters_character_id_orders_history_200_ok.rb +1 -1
  150. data/lib/esi-client-bvv/models/get_characters_character_id_planets_200_ok.rb +1 -1
  151. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_content.rb +1 -1
  152. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_extractor_details.rb +1 -1
  153. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_factory_details.rb +1 -1
  154. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_head.rb +1 -1
  155. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_link.rb +1 -1
  156. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_not_found.rb +1 -1
  157. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_ok.rb +1 -1
  158. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_pin.rb +1 -1
  159. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_route.rb +1 -1
  160. data/lib/esi-client-bvv/models/get_characters_character_id_portrait_not_found.rb +1 -1
  161. data/lib/esi-client-bvv/models/get_characters_character_id_portrait_ok.rb +1 -1
  162. data/lib/esi-client-bvv/models/get_characters_character_id_roles_ok.rb +1 -1
  163. data/lib/esi-client-bvv/models/get_characters_character_id_search_ok.rb +1 -1
  164. data/lib/esi-client-bvv/models/get_characters_character_id_ship_ok.rb +1 -1
  165. data/lib/esi-client-bvv/models/get_characters_character_id_skillqueue_200_ok.rb +1 -1
  166. data/lib/esi-client-bvv/models/get_characters_character_id_skills_ok.rb +1 -1
  167. data/lib/esi-client-bvv/models/get_characters_character_id_skills_skill.rb +1 -1
  168. data/lib/esi-client-bvv/models/get_characters_character_id_standings_200_ok.rb +1 -1
  169. data/lib/esi-client-bvv/models/get_characters_character_id_stats_200_ok.rb +1 -1
  170. data/lib/esi-client-bvv/models/get_characters_character_id_stats_character.rb +1 -1
  171. data/lib/esi-client-bvv/models/get_characters_character_id_stats_combat.rb +1 -1
  172. data/lib/esi-client-bvv/models/get_characters_character_id_stats_industry.rb +1 -1
  173. data/lib/esi-client-bvv/models/get_characters_character_id_stats_inventory.rb +1 -1
  174. data/lib/esi-client-bvv/models/get_characters_character_id_stats_isk.rb +1 -1
  175. data/lib/esi-client-bvv/models/get_characters_character_id_stats_market.rb +1 -1
  176. data/lib/esi-client-bvv/models/get_characters_character_id_stats_mining.rb +1 -1
  177. data/lib/esi-client-bvv/models/get_characters_character_id_stats_module.rb +1 -1
  178. data/lib/esi-client-bvv/models/get_characters_character_id_stats_orbital.rb +1 -1
  179. data/lib/esi-client-bvv/models/get_characters_character_id_stats_pve.rb +1 -1
  180. data/lib/esi-client-bvv/models/get_characters_character_id_stats_social.rb +1 -1
  181. data/lib/esi-client-bvv/models/get_characters_character_id_stats_travel.rb +1 -1
  182. data/lib/esi-client-bvv/models/get_characters_character_id_titles_200_ok.rb +1 -1
  183. data/lib/esi-client-bvv/models/get_characters_character_id_wallet_journal_200_ok.rb +4 -4
  184. data/lib/esi-client-bvv/models/get_characters_character_id_wallet_transactions_200_ok.rb +1 -1
  185. data/lib/esi-client-bvv/models/get_contracts_public_bids_contract_id_200_ok.rb +224 -0
  186. data/lib/esi-client-bvv/models/get_contracts_public_bids_contract_id_forbidden.rb +189 -0
  187. data/lib/esi-client-bvv/models/get_contracts_public_bids_contract_id_not_found.rb +189 -0
  188. data/lib/esi-client-bvv/models/get_contracts_public_items_contract_id_200_ok.rb +355 -0
  189. data/lib/esi-client-bvv/models/get_contracts_public_items_contract_id_forbidden.rb +189 -0
  190. data/lib/esi-client-bvv/models/get_contracts_public_items_contract_id_not_found.rb +189 -0
  191. data/lib/esi-client-bvv/models/get_contracts_public_region_id_200_ok.rb +402 -0
  192. data/lib/esi-client-bvv/models/get_contracts_public_region_id_not_found.rb +189 -0
  193. data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +1 -1
  194. data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_observers_200_ok.rb +1 -1
  195. data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +1 -1
  196. data/lib/esi-client-bvv/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +1 -1
  197. data/lib/esi-client-bvv/models/get_corporations_corporation_id_assets_200_ok.rb +1 -1
  198. data/lib/esi-client-bvv/models/get_corporations_corporation_id_blueprints_200_ok.rb +1 -1
  199. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_200_ok.rb +1 -1
  200. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_coordinates.rb +1 -1
  201. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +1 -1
  202. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_item.rb +1 -1
  203. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contacts_200_ok.rb +1 -1
  204. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +1 -1
  205. data/lib/esi-client-bvv/models/get_corporations_corporation_id_containers_logs_200_ok.rb +1 -1
  206. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_200_ok.rb +1 -1
  207. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +1 -1
  208. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +1 -1
  209. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +2 -2
  210. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +1 -1
  211. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +1 -1
  212. data/lib/esi-client-bvv/models/get_corporations_corporation_id_customs_offices_200_ok.rb +1 -1
  213. data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +1 -1
  214. data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_ok.rb +1 -1
  215. data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +1 -1
  216. data/lib/esi-client-bvv/models/get_corporations_corporation_id_facilities_200_ok.rb +1 -1
  217. data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_kills.rb +1 -1
  218. data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_ok.rb +1 -1
  219. data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_victory_points.rb +1 -1
  220. data/lib/esi-client-bvv/models/get_corporations_corporation_id_icons_not_found.rb +1 -1
  221. data/lib/esi-client-bvv/models/get_corporations_corporation_id_icons_ok.rb +1 -1
  222. data/lib/esi-client-bvv/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +1 -1
  223. data/lib/esi-client-bvv/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +1 -1
  224. data/lib/esi-client-bvv/models/get_corporations_corporation_id_medals_200_ok.rb +1 -1
  225. data/lib/esi-client-bvv/models/get_corporations_corporation_id_medals_issued_200_ok.rb +1 -1
  226. data/lib/esi-client-bvv/models/get_corporations_corporation_id_members_titles_200_ok.rb +1 -1
  227. data/lib/esi-client-bvv/models/get_corporations_corporation_id_membertracking_200_ok.rb +1 -1
  228. data/lib/esi-client-bvv/models/get_corporations_corporation_id_not_found.rb +1 -1
  229. data/lib/esi-client-bvv/models/get_corporations_corporation_id_ok.rb +15 -5
  230. data/lib/esi-client-bvv/models/get_corporations_corporation_id_orders_200_ok.rb +1 -1
  231. data/lib/esi-client-bvv/models/get_corporations_corporation_id_orders_history_200_ok.rb +1 -1
  232. data/lib/esi-client-bvv/models/get_corporations_corporation_id_roles_200_ok.rb +1 -1
  233. data/lib/esi-client-bvv/models/get_corporations_corporation_id_roles_history_200_ok.rb +1 -1
  234. data/lib/esi-client-bvv/models/get_corporations_corporation_id_shareholders_200_ok.rb +1 -1
  235. data/lib/esi-client-bvv/models/get_corporations_corporation_id_standings_200_ok.rb +1 -1
  236. data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_200_ok.rb +1 -1
  237. data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +1 -1
  238. data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +1 -1
  239. data/lib/esi-client-bvv/models/get_corporations_corporation_id_structures_200_ok.rb +14 -22
  240. data/lib/esi-client-bvv/models/get_corporations_corporation_id_structures_service.rb +1 -1
  241. data/lib/esi-client-bvv/models/get_corporations_corporation_id_titles_200_ok.rb +1 -1
  242. data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_200_ok.rb +1 -1
  243. data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +4 -4
  244. data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +1 -1
  245. data/lib/esi-client-bvv/models/get_dogma_attributes_attribute_id_not_found.rb +1 -1
  246. data/lib/esi-client-bvv/models/get_dogma_attributes_attribute_id_ok.rb +1 -1
  247. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +1 -1
  248. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +1 -1
  249. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +1 -1
  250. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +1 -1
  251. data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_modifier.rb +1 -1
  252. data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_not_found.rb +1 -1
  253. data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_ok.rb +1 -1
  254. data/lib/esi-client-bvv/models/get_fleets_fleet_id_members_200_ok.rb +1 -1
  255. data/lib/esi-client-bvv/models/get_fleets_fleet_id_members_not_found.rb +1 -1
  256. data/lib/esi-client-bvv/models/get_fleets_fleet_id_not_found.rb +1 -1
  257. data/lib/esi-client-bvv/models/get_fleets_fleet_id_ok.rb +1 -1
  258. data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_200_ok.rb +1 -1
  259. data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_not_found.rb +1 -1
  260. data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_squad.rb +1 -1
  261. data/lib/esi-client-bvv/models/get_fw_leaderboards_active_total_active_total.rb +1 -1
  262. data/lib/esi-client-bvv/models/get_fw_leaderboards_active_total_active_total_1.rb +1 -1
  263. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_active_total_active_total.rb +1 -1
  264. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +1 -1
  265. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_kills.rb +3 -3
  266. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_last_week_last_week.rb +1 -1
  267. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +1 -1
  268. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_ok.rb +1 -1
  269. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_victory_points.rb +2 -2
  270. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +1 -1
  271. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +1 -1
  272. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_active_total_active_total.rb +1 -1
  273. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +1 -1
  274. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_kills.rb +3 -3
  275. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_last_week_last_week.rb +1 -1
  276. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +1 -1
  277. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_ok.rb +1 -1
  278. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_victory_points.rb +2 -2
  279. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +1 -1
  280. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +1 -1
  281. data/lib/esi-client-bvv/models/get_fw_leaderboards_kills.rb +3 -3
  282. data/lib/esi-client-bvv/models/get_fw_leaderboards_last_week_last_week.rb +1 -1
  283. data/lib/esi-client-bvv/models/get_fw_leaderboards_last_week_last_week_1.rb +1 -1
  284. data/lib/esi-client-bvv/models/get_fw_leaderboards_ok.rb +1 -1
  285. data/lib/esi-client-bvv/models/get_fw_leaderboards_victory_points.rb +2 -2
  286. data/lib/esi-client-bvv/models/get_fw_leaderboards_yesterday_yesterday.rb +1 -1
  287. data/lib/esi-client-bvv/models/get_fw_leaderboards_yesterday_yesterday_1.rb +1 -1
  288. data/lib/esi-client-bvv/models/get_fw_stats_200_ok.rb +1 -1
  289. data/lib/esi-client-bvv/models/get_fw_stats_kills.rb +1 -1
  290. data/lib/esi-client-bvv/models/get_fw_stats_victory_points.rb +1 -1
  291. data/lib/esi-client-bvv/models/get_fw_systems_200_ok.rb +1 -1
  292. data/lib/esi-client-bvv/models/get_fw_wars_200_ok.rb +1 -1
  293. data/lib/esi-client-bvv/models/get_incursions_200_ok.rb +1 -1
  294. data/lib/esi-client-bvv/models/get_industry_facilities_200_ok.rb +1 -1
  295. data/lib/esi-client-bvv/models/get_industry_systems_200_ok.rb +1 -1
  296. data/lib/esi-client-bvv/models/get_industry_systems_cost_indice.rb +1 -1
  297. data/lib/esi-client-bvv/models/get_insurance_prices_200_ok.rb +1 -1
  298. data/lib/esi-client-bvv/models/get_insurance_prices_level.rb +1 -1
  299. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_attacker.rb +1 -1
  300. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_item.rb +1 -1
  301. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_items_item.rb +1 -1
  302. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_ok.rb +1 -1
  303. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_position.rb +1 -1
  304. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +1 -1
  305. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_victim.rb +1 -1
  306. data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +1 -1
  307. data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_not_found.rb +1 -1
  308. data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_required_item.rb +1 -1
  309. data/lib/esi-client-bvv/models/get_markets_groups_market_group_id_not_found.rb +1 -1
  310. data/lib/esi-client-bvv/models/get_markets_groups_market_group_id_ok.rb +1 -1
  311. data/lib/esi-client-bvv/models/get_markets_prices_200_ok.rb +1 -1
  312. data/lib/esi-client-bvv/models/get_markets_region_id_history_200_ok.rb +1 -1
  313. data/lib/esi-client-bvv/models/get_markets_region_id_history_error_520.rb +1 -1
  314. data/lib/esi-client-bvv/models/get_markets_region_id_history_not_found.rb +1 -1
  315. data/lib/esi-client-bvv/models/get_markets_region_id_history_unprocessable_entity.rb +1 -1
  316. data/lib/esi-client-bvv/models/get_markets_region_id_orders_200_ok.rb +1 -1
  317. data/lib/esi-client-bvv/models/get_markets_region_id_orders_not_found.rb +1 -1
  318. data/lib/esi-client-bvv/models/get_markets_region_id_orders_unprocessable_entity.rb +1 -1
  319. data/lib/esi-client-bvv/models/get_markets_structures_structure_id_200_ok.rb +1 -1
  320. data/lib/esi-client-bvv/models/get_opportunities_groups_group_id_ok.rb +1 -1
  321. data/lib/esi-client-bvv/models/get_opportunities_tasks_task_id_ok.rb +1 -1
  322. data/lib/esi-client-bvv/models/get_route_origin_destination_not_found.rb +1 -1
  323. data/lib/esi-client-bvv/models/get_search_ok.rb +1 -1
  324. data/lib/esi-client-bvv/models/get_sovereignty_campaigns_200_ok.rb +1 -1
  325. data/lib/esi-client-bvv/models/get_sovereignty_campaigns_participant.rb +1 -1
  326. data/lib/esi-client-bvv/models/get_sovereignty_map_200_ok.rb +1 -1
  327. data/lib/esi-client-bvv/models/get_sovereignty_structures_200_ok.rb +1 -1
  328. data/lib/esi-client-bvv/models/get_status_ok.rb +1 -1
  329. data/lib/esi-client-bvv/models/get_universe_ancestries_200_ok.rb +1 -1
  330. data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +1 -1
  331. data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +1 -1
  332. data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +1 -1
  333. data/lib/esi-client-bvv/models/get_universe_bloodlines_200_ok.rb +1 -1
  334. data/lib/esi-client-bvv/models/get_universe_categories_category_id_not_found.rb +1 -1
  335. data/lib/esi-client-bvv/models/get_universe_categories_category_id_ok.rb +1 -1
  336. data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_not_found.rb +1 -1
  337. data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_ok.rb +1 -1
  338. data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_position.rb +1 -1
  339. data/lib/esi-client-bvv/models/get_universe_factions_200_ok.rb +1 -1
  340. data/lib/esi-client-bvv/models/get_universe_graphics_graphic_id_not_found.rb +1 -1
  341. data/lib/esi-client-bvv/models/get_universe_graphics_graphic_id_ok.rb +1 -1
  342. data/lib/esi-client-bvv/models/get_universe_groups_group_id_not_found.rb +1 -1
  343. data/lib/esi-client-bvv/models/get_universe_groups_group_id_ok.rb +1 -1
  344. data/lib/esi-client-bvv/models/get_universe_moons_moon_id_not_found.rb +1 -1
  345. data/lib/esi-client-bvv/models/get_universe_moons_moon_id_ok.rb +1 -1
  346. data/lib/esi-client-bvv/models/get_universe_moons_moon_id_position.rb +1 -1
  347. data/lib/esi-client-bvv/models/get_universe_planets_planet_id_not_found.rb +1 -1
  348. data/lib/esi-client-bvv/models/get_universe_planets_planet_id_ok.rb +1 -1
  349. data/lib/esi-client-bvv/models/get_universe_planets_planet_id_position.rb +1 -1
  350. data/lib/esi-client-bvv/models/get_universe_races_200_ok.rb +1 -1
  351. data/lib/esi-client-bvv/models/get_universe_regions_region_id_not_found.rb +1 -1
  352. data/lib/esi-client-bvv/models/get_universe_regions_region_id_ok.rb +1 -1
  353. data/lib/esi-client-bvv/models/get_universe_schematics_schematic_id_not_found.rb +1 -1
  354. data/lib/esi-client-bvv/models/get_universe_schematics_schematic_id_ok.rb +1 -1
  355. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_destination.rb +1 -1
  356. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_not_found.rb +1 -1
  357. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_ok.rb +1 -1
  358. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_position.rb +1 -1
  359. data/lib/esi-client-bvv/models/get_universe_stars_star_id_ok.rb +1 -1
  360. data/lib/esi-client-bvv/models/get_universe_stations_station_id_not_found.rb +1 -1
  361. data/lib/esi-client-bvv/models/get_universe_stations_station_id_ok.rb +1 -1
  362. data/lib/esi-client-bvv/models/get_universe_stations_station_id_position.rb +1 -1
  363. data/lib/esi-client-bvv/models/get_universe_structures_structure_id_not_found.rb +1 -1
  364. data/lib/esi-client-bvv/models/get_universe_structures_structure_id_ok.rb +1 -1
  365. data/lib/esi-client-bvv/models/get_universe_structures_structure_id_position.rb +1 -1
  366. data/lib/esi-client-bvv/models/get_universe_system_jumps_200_ok.rb +1 -1
  367. data/lib/esi-client-bvv/models/get_universe_system_kills_200_ok.rb +1 -1
  368. data/lib/esi-client-bvv/models/get_universe_systems_system_id_not_found.rb +1 -1
  369. data/lib/esi-client-bvv/models/get_universe_systems_system_id_ok.rb +1 -1
  370. data/lib/esi-client-bvv/models/get_universe_systems_system_id_planet.rb +1 -1
  371. data/lib/esi-client-bvv/models/get_universe_systems_system_id_position.rb +1 -1
  372. data/lib/esi-client-bvv/models/get_universe_types_type_id_dogma_attribute.rb +1 -1
  373. data/lib/esi-client-bvv/models/get_universe_types_type_id_dogma_effect.rb +1 -1
  374. data/lib/esi-client-bvv/models/get_universe_types_type_id_not_found.rb +1 -1
  375. data/lib/esi-client-bvv/models/get_universe_types_type_id_ok.rb +1 -1
  376. data/lib/esi-client-bvv/models/get_wars_war_id_aggressor.rb +1 -1
  377. data/lib/esi-client-bvv/models/get_wars_war_id_ally.rb +1 -1
  378. data/lib/esi-client-bvv/models/get_wars_war_id_defender.rb +1 -1
  379. data/lib/esi-client-bvv/models/get_wars_war_id_killmails_200_ok.rb +1 -1
  380. data/lib/esi-client-bvv/models/get_wars_war_id_killmails_unprocessable_entity.rb +1 -1
  381. data/lib/esi-client-bvv/models/get_wars_war_id_ok.rb +1 -1
  382. data/lib/esi-client-bvv/models/get_wars_war_id_unprocessable_entity.rb +1 -1
  383. data/lib/esi-client-bvv/models/internal_server_error.rb +1 -1
  384. data/lib/esi-client-bvv/models/post_characters_affiliation_200_ok.rb +1 -1
  385. data/lib/esi-client-bvv/models/post_characters_affiliation_not_found.rb +1 -1
  386. data/lib/esi-client-bvv/models/post_characters_character_id_assets_locations_200_ok.rb +1 -1
  387. data/lib/esi-client-bvv/models/post_characters_character_id_assets_locations_position.rb +1 -1
  388. data/lib/esi-client-bvv/models/post_characters_character_id_assets_names_200_ok.rb +1 -1
  389. data/lib/esi-client-bvv/models/post_characters_character_id_contacts_error_520.rb +1 -1
  390. data/lib/esi-client-bvv/models/post_characters_character_id_fittings_created.rb +1 -1
  391. data/lib/esi-client-bvv/models/post_characters_character_id_fittings_fitting.rb +1 -1
  392. data/lib/esi-client-bvv/models/post_characters_character_id_fittings_item.rb +1 -1
  393. data/lib/esi-client-bvv/models/post_characters_character_id_mail_error_520.rb +1 -1
  394. data/lib/esi-client-bvv/models/post_characters_character_id_mail_labels_label.rb +1 -1
  395. data/lib/esi-client-bvv/models/post_characters_character_id_mail_mail.rb +1 -1
  396. data/lib/esi-client-bvv/models/post_characters_character_id_mail_recipient.rb +1 -1
  397. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_200_ok.rb +1 -1
  398. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_not_found.rb +1 -1
  399. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_position.rb +1 -1
  400. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_names_200_ok.rb +1 -1
  401. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_names_not_found.rb +1 -1
  402. data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_invitation.rb +1 -1
  403. data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_not_found.rb +1 -1
  404. data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_unprocessable_entity.rb +1 -1
  405. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_created.rb +1 -1
  406. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_not_found.rb +1 -1
  407. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +1 -1
  408. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +1 -1
  409. data/lib/esi-client-bvv/models/post_ui_openwindow_newmail_new_mail.rb +1 -1
  410. data/lib/esi-client-bvv/models/post_ui_openwindow_newmail_unprocessable_entity.rb +1 -1
  411. data/lib/esi-client-bvv/models/post_universe_ids_agent.rb +1 -1
  412. data/lib/esi-client-bvv/models/post_universe_ids_alliance.rb +1 -1
  413. data/lib/esi-client-bvv/models/post_universe_ids_character.rb +1 -1
  414. data/lib/esi-client-bvv/models/post_universe_ids_constellation.rb +1 -1
  415. data/lib/esi-client-bvv/models/post_universe_ids_corporation.rb +1 -1
  416. data/lib/esi-client-bvv/models/post_universe_ids_faction.rb +1 -1
  417. data/lib/esi-client-bvv/models/post_universe_ids_inventory_type.rb +1 -1
  418. data/lib/esi-client-bvv/models/post_universe_ids_ok.rb +1 -1
  419. data/lib/esi-client-bvv/models/post_universe_ids_region.rb +1 -1
  420. data/lib/esi-client-bvv/models/post_universe_ids_station.rb +1 -1
  421. data/lib/esi-client-bvv/models/post_universe_ids_system.rb +1 -1
  422. data/lib/esi-client-bvv/models/post_universe_names_200_ok.rb +1 -1
  423. data/lib/esi-client-bvv/models/post_universe_names_not_found.rb +1 -1
  424. data/lib/esi-client-bvv/models/put_characters_character_id_calendar_event_id_response.rb +1 -1
  425. data/lib/esi-client-bvv/models/put_characters_character_id_mail_mail_id_contents.rb +1 -1
  426. data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_movement.rb +1 -1
  427. data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_not_found.rb +1 -1
  428. data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +1 -1
  429. data/lib/esi-client-bvv/models/put_fleets_fleet_id_new_settings.rb +1 -1
  430. data/lib/esi-client-bvv/models/put_fleets_fleet_id_not_found.rb +1 -1
  431. data/lib/esi-client-bvv/models/put_fleets_fleet_id_squads_squad_id_naming.rb +1 -1
  432. data/lib/esi-client-bvv/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +1 -1
  433. data/lib/esi-client-bvv/models/put_fleets_fleet_id_wings_wing_id_naming.rb +1 -1
  434. data/lib/esi-client-bvv/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +1 -1
  435. data/lib/esi-client-bvv/models/service_unavailable.rb +1 -1
  436. data/lib/esi-client-bvv/models/unauthorized.rb +1 -1
  437. data/lib/esi-client-bvv/version.rb +2 -2
  438. data/spec/models/get_contracts_public_bids_contract_id_200_ok_spec.rb +54 -0
  439. data/spec/models/get_contracts_public_bids_contract_id_forbidden_spec.rb +42 -0
  440. data/spec/models/get_contracts_public_bids_contract_id_not_found_spec.rb +42 -0
  441. data/spec/models/get_contracts_public_items_contract_id_200_ok_spec.rb +90 -0
  442. data/spec/models/get_contracts_public_items_contract_id_forbidden_spec.rb +42 -0
  443. data/spec/models/get_contracts_public_items_contract_id_not_found_spec.rb +42 -0
  444. data/spec/models/get_contracts_public_region_id_200_ok_spec.rb +136 -0
  445. data/spec/models/get_contracts_public_region_id_not_found_spec.rb +42 -0
  446. metadata +413 -381
@@ -0,0 +1,8 @@
1
+ # ESI::GetContractsPublicBidsContractIdNotFound
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | **String** | Not found message | [optional]
7
+
8
+
@@ -0,0 +1,16 @@
1
+ # ESI::GetContractsPublicItemsContractId200Ok
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **is_blueprint_copy** | **BOOLEAN** | is_blueprint_copy boolean | [optional]
7
+ **is_included** | **BOOLEAN** | true if the contract issuer has submitted this item with the contract, false if the isser is asking for this item in the contract |
8
+ **item_id** | **Integer** | Unique ID for the item being sold. Not present if item is being requested by contract rather than sold with contract | [optional]
9
+ **material_efficiency** | **Integer** | Material Efficiency Level of the blueprint | [optional]
10
+ **quantity** | **Integer** | Number of items in the stack |
11
+ **record_id** | **Integer** | Unique ID for the item, used by the contract system |
12
+ **runs** | **Integer** | Number of runs remaining if the blueprint is a copy, -1 if it is an original | [optional]
13
+ **time_efficiency** | **Integer** | Time Efficiency Level of the blueprint | [optional]
14
+ **type_id** | **Integer** | Type ID for item |
15
+
16
+
@@ -0,0 +1,8 @@
1
+ # ESI::GetContractsPublicItemsContractIdForbidden
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | **String** | Forbidden message | [optional]
7
+
8
+
@@ -0,0 +1,8 @@
1
+ # ESI::GetContractsPublicItemsContractIdNotFound
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | **String** | Not found message | [optional]
7
+
8
+
@@ -0,0 +1,23 @@
1
+ # ESI::GetContractsPublicRegionId200Ok
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **buyout** | **Float** | Buyout price (for Auctions only) | [optional]
7
+ **collateral** | **Float** | Collateral price (for Couriers only) | [optional]
8
+ **contract_id** | **Integer** | contract_id integer |
9
+ **date_expired** | **DateTime** | Expiration date of the contract |
10
+ **date_issued** | **DateTime** | Сreation date of the contract |
11
+ **days_to_complete** | **Integer** | Number of days to perform the contract | [optional]
12
+ **end_location_id** | **Integer** | End location ID (for Couriers contract) | [optional]
13
+ **for_corporation** | **BOOLEAN** | true if the contract was issued on behalf of the issuer's corporation | [optional]
14
+ **issuer_corporation_id** | **Integer** | Character's corporation ID for the issuer |
15
+ **issuer_id** | **Integer** | Character ID for the issuer |
16
+ **price** | **Float** | Price of contract (for ItemsExchange and Auctions) | [optional]
17
+ **reward** | **Float** | Remuneration for contract (for Couriers only) | [optional]
18
+ **start_location_id** | **Integer** | Start location ID (for Couriers contract) | [optional]
19
+ **title** | **String** | Title of the contract | [optional]
20
+ **type** | **String** | Type of the contract |
21
+ **volume** | **Float** | Volume of items in the contract | [optional]
22
+
23
+
@@ -0,0 +1,8 @@
1
+ # ESI::GetContractsPublicRegionIdNotFound
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | **String** | Not found message | [optional]
7
+
8
+
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **is_included** | **BOOLEAN** | true if the contract issuer has submitted this item with the contract, false if the isser is asking for this item in the contract. |
6
+ **is_included** | **BOOLEAN** | true if the contract issuer has submitted this item with the contract, false if the isser is asking for this item in the contract |
7
7
  **is_singleton** | **BOOLEAN** | is_singleton boolean |
8
8
  **quantity** | **Integer** | Number of items in the stack |
9
9
  **raw_quantity** | **Integer** | -1 indicates that the item is a singleton (non-stackable). If the item happens to be a Blueprint, -1 is an Original and -2 is a Blueprint Copy | [optional]
@@ -16,5 +16,6 @@ Name | Type | Description | Notes
16
16
  **tax_rate** | **Float** | tax_rate number |
17
17
  **ticker** | **String** | the short name of the corporation |
18
18
  **url** | **String** | url string | [optional]
19
+ **war_eligible** | **BOOLEAN** | war_eligible boolean | [optional]
19
20
 
20
21
 
@@ -5,12 +5,12 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **corporation_id** | **Integer** | ID of the corporation that owns the structure |
7
7
  **fuel_expires** | **DateTime** | Date on which the structure will run out of fuel | [optional]
8
- **next_reinforce_apply** | **DateTime** | The date and time when the structure's newly requested reinforcement times (e.g. next_reinforce_hour and next_reinforce_day) will take effect. | [optional]
9
- **next_reinforce_hour** | **Integer** | The requested change to reinforce_hour that will take effect at the time shown by next_reinforce_apply. | [optional]
10
- **next_reinforce_weekday** | **Integer** | The requested change to reinforce_weekday that will take effect at the time shown by next_reinforce_apply. | [optional]
8
+ **next_reinforce_apply** | **DateTime** | The date and time when the structure's newly requested reinforcement times (e.g. next_reinforce_hour and next_reinforce_day) will take effect | [optional]
9
+ **next_reinforce_hour** | **Integer** | The requested change to reinforce_hour that will take effect at the time shown by next_reinforce_apply | [optional]
10
+ **next_reinforce_weekday** | **Integer** | The requested change to reinforce_weekday that will take effect at the time shown by next_reinforce_apply | [optional]
11
11
  **profile_id** | **Integer** | The id of the ACL profile for this citadel |
12
- **reinforce_hour** | **Integer** | The hour of day that determines the four hour window when the structure will randomly exit its reinforcement periods and become vulnerable to attack against its armor and/or hull. The structure will become vulnerable at a random time that is +/- 2 hours centered on the value of this property. |
13
- **reinforce_weekday** | **Integer** | The day of the week when the structure exits its final reinforcement period and becomes vulnerable to attack against its hull. Monday is 0 and Sunday is 6. |
12
+ **reinforce_hour** | **Integer** | The hour of day that determines the four hour window when the structure will randomly exit its reinforcement periods and become vulnerable to attack against its armor and/or hull. The structure will become vulnerable at a random time that is +/- 2 hours centered on the value of this property |
13
+ **reinforce_weekday** | **Integer** | The day of the week when the structure exits its final reinforcement period and becomes vulnerable to attack against its hull. Monday is 0 and Sunday is 6 | [optional]
14
14
  **services** | [**Array<GetCorporationsCorporationIdStructuresService>**](GetCorporationsCorporationIdStructuresService.md) | Contains a list of service upgrades, and their state | [optional]
15
15
  **state** | **String** | state string |
16
16
  **state_timer_end** | **DateTime** | Date at which the structure will move to it's next state | [optional]
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **first_party_id** | **Integer** | The id of the first party involved in the transaction. This attribute has no consistency and is different or non existant for particular ref_types. The description attribute will help make sense of what this attribute means. For more info about the given ID it can be dropped into the /universe/names/ ESI route to determine its type and name | [optional]
13
13
  **id** | **Integer** | Unique journal reference ID |
14
14
  **reason** | **String** | The user stated reason for the transaction. Only applies to some ref_types | [optional]
15
- **ref_type** | **String** | The transaction type for the given transaction. Different transaction types will populate different attributes. Note: If you have an existing XML API application that is using ref_types, you will need to know which string ESI ref_type maps to which integer. You can look at the following file to see string->int mappings: https://github.com/ccpgames/eve-glue/blob/master/eve_glue/wallet_journal_ref.py |
15
+ **ref_type** | **String** | \"The transaction type for the given. transaction. Different transaction types will populate different attributes. Note: If you have an existing XML API application that is using ref_types, you will need to know which string ESI ref_type maps to which integer. You can look at the following file to see string->int mappings: https://github.com/ccpgames/eve-glue/blob/master/eve_glue/wallet_journal_ref.py\" |
16
16
  **second_party_id** | **Integer** | The id of the second party involved in the transaction. This attribute has no consistency and is different or non existant for particular ref_types. The description attribute will help make sense of what this attribute means. For more info about the given ID it can be dropped into the /universe/names/ ESI route to determine its type and name | [optional]
17
17
  **tax** | **Float** | Tax amount received. Only applies to tax related transactions | [optional]
18
18
  **tax_receiver_id** | **Integer** | The corporation ID receiving any tax paid. Only applies to tax related transactions | [optional]
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **active_total** | [**Array<GetFwLeaderboardsCharactersActiveTotalActiveTotal>**](GetFwLeaderboardsCharactersActiveTotalActiveTotal.md) | Top 100 ranking of pilots active in faction warfare by total kills. A pilot is considered \"active\" if they have participated in faction warfare in the past 14 days. |
6
+ **active_total** | [**Array<GetFwLeaderboardsCharactersActiveTotalActiveTotal>**](GetFwLeaderboardsCharactersActiveTotalActiveTotal.md) | Top 100 ranking of pilots active in faction warfare by total kills. A pilot is considered \"active\" if they have participated in faction warfare in the past 14 days |
7
7
  **last_week** | [**Array<GetFwLeaderboardsCharactersLastWeekLastWeek>**](GetFwLeaderboardsCharactersLastWeekLastWeek.md) | Top 100 ranking of pilots by kills in the past week |
8
8
  **yesterday** | [**Array<GetFwLeaderboardsCharactersYesterdayYesterday>**](GetFwLeaderboardsCharactersYesterdayYesterday.md) | Top 100 ranking of pilots by kills in the past day |
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **active_total** | [**Array<GetFwLeaderboardsCharactersActiveTotalActiveTotal1>**](GetFwLeaderboardsCharactersActiveTotalActiveTotal1.md) | Top 100 ranking of pilots active in faction warfare by total victory points. A pilot is considered \"active\" if they have participated in faction warfare in the past 14 days. |
6
+ **active_total** | [**Array<GetFwLeaderboardsCharactersActiveTotalActiveTotal1>**](GetFwLeaderboardsCharactersActiveTotalActiveTotal1.md) | Top 100 ranking of pilots active in faction warfare by total victory points. A pilot is considered \"active\" if they have participated in faction warfare in the past 14 days |
7
7
  **last_week** | [**Array<GetFwLeaderboardsCharactersLastWeekLastWeek1>**](GetFwLeaderboardsCharactersLastWeekLastWeek1.md) | Top 100 ranking of pilots by victory points in the past week |
8
8
  **yesterday** | [**Array<GetFwLeaderboardsCharactersYesterdayYesterday1>**](GetFwLeaderboardsCharactersYesterdayYesterday1.md) | Top 100 ranking of pilots by victory points in the past day |
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **active_total** | [**Array<GetFwLeaderboardsCorporationsActiveTotalActiveTotal>**](GetFwLeaderboardsCorporationsActiveTotalActiveTotal.md) | Top 10 ranking of corporations active in faction warfare by total kills. A corporation is considered \"active\" if they have participated in faction warfare in the past 14 days. |
6
+ **active_total** | [**Array<GetFwLeaderboardsCorporationsActiveTotalActiveTotal>**](GetFwLeaderboardsCorporationsActiveTotalActiveTotal.md) | Top 10 ranking of corporations active in faction warfare by total kills. A corporation is considered \"active\" if they have participated in faction warfare in the past 14 days |
7
7
  **last_week** | [**Array<GetFwLeaderboardsCorporationsLastWeekLastWeek>**](GetFwLeaderboardsCorporationsLastWeekLastWeek.md) | Top 10 ranking of corporations by kills in the past week |
8
8
  **yesterday** | [**Array<GetFwLeaderboardsCorporationsYesterdayYesterday>**](GetFwLeaderboardsCorporationsYesterdayYesterday.md) | Top 10 ranking of corporations by kills in the past day |
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **active_total** | [**Array<GetFwLeaderboardsCorporationsActiveTotalActiveTotal1>**](GetFwLeaderboardsCorporationsActiveTotalActiveTotal1.md) | Top 10 ranking of corporations active in faction warfare by total victory points. A corporation is considered \"active\" if they have participated in faction warfare in the past 14 days. |
6
+ **active_total** | [**Array<GetFwLeaderboardsCorporationsActiveTotalActiveTotal1>**](GetFwLeaderboardsCorporationsActiveTotalActiveTotal1.md) | Top 10 ranking of corporations active in faction warfare by total victory points. A corporation is considered \"active\" if they have participated in faction warfare in the past 14 days |
7
7
  **last_week** | [**Array<GetFwLeaderboardsCorporationsLastWeekLastWeek1>**](GetFwLeaderboardsCorporationsLastWeekLastWeek1.md) | Top 10 ranking of corporations by victory points in the past week |
8
8
  **yesterday** | [**Array<GetFwLeaderboardsCorporationsYesterdayYesterday1>**](GetFwLeaderboardsCorporationsYesterdayYesterday1.md) | Top 10 ranking of corporations by victory points in the past day |
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **active_total** | [**Array<GetFwLeaderboardsActiveTotalActiveTotal>**](GetFwLeaderboardsActiveTotalActiveTotal.md) | Top 4 ranking of factions active in faction warfare by total kills. A faction is considered \"active\" if they have participated in faction warfare in the past 14 days. |
6
+ **active_total** | [**Array<GetFwLeaderboardsActiveTotalActiveTotal>**](GetFwLeaderboardsActiveTotalActiveTotal.md) | Top 4 ranking of factions active in faction warfare by total kills. A faction is considered \"active\" if they have participated in faction warfare in the past 14 days |
7
7
  **last_week** | [**Array<GetFwLeaderboardsLastWeekLastWeek>**](GetFwLeaderboardsLastWeekLastWeek.md) | Top 4 ranking of factions by kills in the past week |
8
8
  **yesterday** | [**Array<GetFwLeaderboardsYesterdayYesterday>**](GetFwLeaderboardsYesterdayYesterday.md) | Top 4 ranking of factions by kills in the past day |
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **active_total** | [**Array<GetFwLeaderboardsActiveTotalActiveTotal1>**](GetFwLeaderboardsActiveTotalActiveTotal1.md) | Top 4 ranking of factions active in faction warfare by total victory points. A faction is considered \"active\" if they have participated in faction warfare in the past 14 days. |
6
+ **active_total** | [**Array<GetFwLeaderboardsActiveTotalActiveTotal1>**](GetFwLeaderboardsActiveTotalActiveTotal1.md) | Top 4 ranking of factions active in faction warfare by total victory points. A faction is considered \"active\" if they have participated in faction warfare in the past 14 days |
7
7
  **last_week** | [**Array<GetFwLeaderboardsLastWeekLastWeek1>**](GetFwLeaderboardsLastWeekLastWeek1.md) | Top 4 ranking of factions by victory points in the past week |
8
8
  **yesterday** | [**Array<GetFwLeaderboardsYesterdayYesterday1>**](GetFwLeaderboardsYesterdayYesterday1.md) | Top 4 ranking of factions by victory points in the past day |
9
9
 
@@ -38,7 +38,7 @@ character_id = 56 # Integer | An EVE character ID
38
38
  opts = {
39
39
  datasource: "tranquility", # String | The server name you would like data from
40
40
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
41
- include_completed: true, # BOOLEAN | Whether retrieve completed character industry jobs as well
41
+ include_completed: true, # BOOLEAN | Whether to retrieve completed character industry jobs. Only includes jobs from the past 90 days
42
42
  token: "token_example" # String | Access token to use if unable to set a header
43
43
  }
44
44
 
@@ -58,7 +58,7 @@ Name | Type | Description | Notes
58
58
  **character_id** | **Integer**| An EVE character ID |
59
59
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
60
60
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
61
- **include_completed** | **BOOLEAN**| Whether retrieve completed character industry jobs as well | [optional]
61
+ **include_completed** | **BOOLEAN**| Whether to retrieve completed character industry jobs. Only includes jobs from the past 90 days | [optional]
62
62
  **token** | **String**| Access token to use if unable to set a header | [optional]
63
63
 
64
64
  ### Return type
@@ -139,11 +139,11 @@ Name | Type | Description | Notes
139
139
 
140
140
 
141
141
  # **get_corporation_corporation_id_mining_extractions**
142
- > Array<GetCorporationCorporationIdMiningExtractions200Ok> get_corporation_corporation_id_mining_extractions(corporation_id, opts)
142
+ > Array<GetCorporationCorporationIdMiningExtractions200Ok> get_corporation_corporation_id_mining_extractions(corporation_id, , opts)
143
143
 
144
144
  Moon extraction timers
145
145
 
146
- Extraction timers for all moon chunks being extracted by refineries belonging to a corporation. --- This route is cached for up to 1800 seconds --- Requires one of the following EVE corporation role(s): Structure_manager
146
+ Extraction timers for all moon chunks being extracted by refineries belonging to a corporation. --- This route is cached for up to 1800 seconds --- Requires one of the following EVE corporation role(s): Station_Manager
147
147
 
148
148
  ### Example
149
149
  ```ruby
@@ -168,7 +168,7 @@ opts = {
168
168
 
169
169
  begin
170
170
  #Moon extraction timers
171
- result = api_instance.get_corporation_corporation_id_mining_extractions(corporation_id, opts)
171
+ result = api_instance.get_corporation_corporation_id_mining_extractions(corporation_id, , opts)
172
172
  p result
173
173
  rescue ESI::ApiError => e
174
174
  puts "Exception when calling IndustryApi->get_corporation_corporation_id_mining_extractions: #{e}"
@@ -201,7 +201,7 @@ Name | Type | Description | Notes
201
201
 
202
202
 
203
203
  # **get_corporation_corporation_id_mining_observers**
204
- > Array<GetCorporationCorporationIdMiningObservers200Ok> get_corporation_corporation_id_mining_observers(corporation_id, opts)
204
+ > Array<GetCorporationCorporationIdMiningObservers200Ok> get_corporation_corporation_id_mining_observers(corporation_id, , opts)
205
205
 
206
206
  Corporation mining observers
207
207
 
@@ -230,7 +230,7 @@ opts = {
230
230
 
231
231
  begin
232
232
  #Corporation mining observers
233
- result = api_instance.get_corporation_corporation_id_mining_observers(corporation_id, opts)
233
+ result = api_instance.get_corporation_corporation_id_mining_observers(corporation_id, , opts)
234
234
  p result
235
235
  rescue ESI::ApiError => e
236
236
  puts "Exception when calling IndustryApi->get_corporation_corporation_id_mining_observers: #{e}"
@@ -263,7 +263,7 @@ Name | Type | Description | Notes
263
263
 
264
264
 
265
265
  # **get_corporation_corporation_id_mining_observers_observer_id**
266
- > Array<GetCorporationCorporationIdMiningObserversObserverId200Ok> get_corporation_corporation_id_mining_observers_observer_id(corporation_idobserver_id, opts)
266
+ > Array<GetCorporationCorporationIdMiningObserversObserverId200Ok> get_corporation_corporation_id_mining_observers_observer_id(corporation_id, observer_id, opts)
267
267
 
268
268
  Observed corporation mining
269
269
 
@@ -294,7 +294,7 @@ opts = {
294
294
 
295
295
  begin
296
296
  #Observed corporation mining
297
- result = api_instance.get_corporation_corporation_id_mining_observers_observer_id(corporation_idobserver_id, opts)
297
+ result = api_instance.get_corporation_corporation_id_mining_observers_observer_id(corporation_id, observer_id, opts)
298
298
  p result
299
299
  rescue ESI::ApiError => e
300
300
  puts "Exception when calling IndustryApi->get_corporation_corporation_id_mining_observers_observer_id: #{e}"
@@ -328,11 +328,11 @@ Name | Type | Description | Notes
328
328
 
329
329
 
330
330
  # **get_corporations_corporation_id_industry_jobs**
331
- > Array<GetCorporationsCorporationIdIndustryJobs200Ok> get_corporations_corporation_id_industry_jobs(corporation_id, opts)
331
+ > Array<GetCorporationsCorporationIdIndustryJobs200Ok> get_corporations_corporation_id_industry_jobs(corporation_id, , opts)
332
332
 
333
333
  List corporation industry jobs
334
334
 
335
- List industry jobs run by a corporation --- This route is cached for up to 300 seconds --- Requires one of the following EVE corporation role(s): FactoryManager
335
+ List industry jobs run by a corporation --- This route is cached for up to 300 seconds --- Requires one of the following EVE corporation role(s): Factory_Manager
336
336
 
337
337
  ### Example
338
338
  ```ruby
@@ -351,14 +351,14 @@ corporation_id = 56 # Integer | An EVE corporation ID
351
351
  opts = {
352
352
  datasource: "tranquility", # String | The server name you would like data from
353
353
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
354
- include_completed: false, # BOOLEAN | Whether retrieve completed industry jobs as well
354
+ include_completed: false, # BOOLEAN | Whether to retrieve completed corporation industry jobs. Only includes jobs from the past 90 days
355
355
  page: 1, # Integer | Which page of results to return
356
356
  token: "token_example" # String | Access token to use if unable to set a header
357
357
  }
358
358
 
359
359
  begin
360
360
  #List corporation industry jobs
361
- result = api_instance.get_corporations_corporation_id_industry_jobs(corporation_id, opts)
361
+ result = api_instance.get_corporations_corporation_id_industry_jobs(corporation_id, , opts)
362
362
  p result
363
363
  rescue ESI::ApiError => e
364
364
  puts "Exception when calling IndustryApi->get_corporations_corporation_id_industry_jobs: #{e}"
@@ -372,7 +372,7 @@ Name | Type | Description | Notes
372
372
  **corporation_id** | **Integer**| An EVE corporation ID |
373
373
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
374
374
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
375
- **include_completed** | **BOOLEAN**| Whether retrieve completed industry jobs as well | [optional] [default to false]
375
+ **include_completed** | **BOOLEAN**| Whether to retrieve completed corporation industry jobs. Only includes jobs from the past 90 days | [optional] [default to false]
376
376
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
377
377
  **token** | **String**| Access token to use if unable to set a header | [optional]
378
378
 
@@ -72,7 +72,7 @@ Name | Type | Description | Notes
72
72
 
73
73
 
74
74
  # **get_corporations_corporation_id_killmails_recent**
75
- > Array<GetCorporationsCorporationIdKillmailsRecent200Ok> get_corporations_corporation_id_killmails_recent(corporation_id, opts)
75
+ > Array<GetCorporationsCorporationIdKillmailsRecent200Ok> get_corporations_corporation_id_killmails_recent(corporation_id, , opts)
76
76
 
77
77
  Get a corporation's recent kills and losses
78
78
 
@@ -101,7 +101,7 @@ opts = {
101
101
 
102
102
  begin
103
103
  #Get a corporation's recent kills and losses
104
- result = api_instance.get_corporations_corporation_id_killmails_recent(corporation_id, opts)
104
+ result = api_instance.get_corporations_corporation_id_killmails_recent(corporation_id, , opts)
105
105
  p result
106
106
  rescue ESI::ApiError => e
107
107
  puts "Exception when calling KillmailsApi->get_corporations_corporation_id_killmails_recent: #{e}"
@@ -14,7 +14,7 @@ Method | HTTP request | Description
14
14
 
15
15
  Get character location
16
16
 
17
- Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable. --- This route is cached for up to 5 seconds
17
+ Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable --- This route is cached for up to 5 seconds
18
18
 
19
19
  ### Example
20
20
  ```ruby
@@ -69,7 +69,7 @@ Name | Type | Description | Notes
69
69
 
70
70
 
71
71
  # **get_loyalty_stores_corporation_id_offers**
72
- > Array<GetLoyaltyStoresCorporationIdOffers200Ok> get_loyalty_stores_corporation_id_offers(corporation_id, opts)
72
+ > Array<GetLoyaltyStoresCorporationIdOffers200Ok> get_loyalty_stores_corporation_id_offers(corporation_id, , opts)
73
73
 
74
74
  List loyalty store offers
75
75
 
@@ -91,7 +91,7 @@ opts = {
91
91
 
92
92
  begin
93
93
  #List loyalty store offers
94
- result = api_instance.get_loyalty_stores_corporation_id_offers(corporation_id, opts)
94
+ result = api_instance.get_loyalty_stores_corporation_id_offers(corporation_id, , opts)
95
95
  p result
96
96
  rescue ESI::ApiError => e
97
97
  puts "Exception when calling LoyaltyApi->get_loyalty_stores_corporation_id_offers: #{e}"
@@ -140,7 +140,7 @@ nil (empty response body)
140
140
 
141
141
  Return mail headers
142
142
 
143
- Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards. --- This route is cached for up to 30 seconds
143
+ Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards --- This route is cached for up to 30 seconds
144
144
 
145
145
  ### Example
146
146
  ```ruby
@@ -140,7 +140,7 @@ Name | Type | Description | Notes
140
140
 
141
141
 
142
142
  # **get_corporations_corporation_id_orders**
143
- > Array<GetCorporationsCorporationIdOrders200Ok> get_corporations_corporation_id_orders(corporation_id, opts)
143
+ > Array<GetCorporationsCorporationIdOrders200Ok> get_corporations_corporation_id_orders(corporation_id, , opts)
144
144
 
145
145
  List open orders from a corporation
146
146
 
@@ -169,7 +169,7 @@ opts = {
169
169
 
170
170
  begin
171
171
  #List open orders from a corporation
172
- result = api_instance.get_corporations_corporation_id_orders(corporation_id, opts)
172
+ result = api_instance.get_corporations_corporation_id_orders(corporation_id, , opts)
173
173
  p result
174
174
  rescue ESI::ApiError => e
175
175
  puts "Exception when calling MarketApi->get_corporations_corporation_id_orders: #{e}"
@@ -202,7 +202,7 @@ Name | Type | Description | Notes
202
202
 
203
203
 
204
204
  # **get_corporations_corporation_id_orders_history**
205
- > Array<GetCorporationsCorporationIdOrdersHistory200Ok> get_corporations_corporation_id_orders_history(corporation_id, opts)
205
+ > Array<GetCorporationsCorporationIdOrdersHistory200Ok> get_corporations_corporation_id_orders_history(corporation_id, , opts)
206
206
 
207
207
  List historical orders from a corporation
208
208
 
@@ -231,7 +231,7 @@ opts = {
231
231
 
232
232
  begin
233
233
  #List historical orders from a corporation
234
- result = api_instance.get_corporations_corporation_id_orders_history(corporation_id, opts)
234
+ result = api_instance.get_corporations_corporation_id_orders_history(corporation_id, , opts)
235
235
  p result
236
236
  rescue ESI::ApiError => e
237
237
  puts "Exception when calling MarketApi->get_corporations_corporation_id_orders_history: #{e}"
@@ -490,7 +490,7 @@ require 'esi-client-bvv'
490
490
 
491
491
  api_instance = ESI::MarketApi.new
492
492
 
493
- order_type = "all" # String | Filter buy/sell orders, return all orders by default. If you query without type_id, we always return both buy and sell orders.
493
+ order_type = "all" # String | Filter buy/sell orders, return all orders by default. If you query without type_id, we always return both buy and sell orders
494
494
 
495
495
  region_id = 56 # Integer | Return orders in this region
496
496
 
@@ -514,7 +514,7 @@ end
514
514
 
515
515
  Name | Type | Description | Notes
516
516
  ------------- | ------------- | ------------- | -------------
517
- **order_type** | **String**| Filter buy/sell orders, return all orders by default. If you query without type_id, we always return both buy and sell orders. | [default to all]
517
+ **order_type** | **String**| Filter buy/sell orders, return all orders by default. If you query without type_id, we always return both buy and sell orders | [default to all]
518
518
  **region_id** | **Integer**| Return orders in this region |
519
519
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
520
520
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
@@ -134,7 +134,7 @@ Name | Type | Description | Notes
134
134
 
135
135
 
136
136
  # **get_corporations_corporation_id_customs_offices**
137
- > Array<GetCorporationsCorporationIdCustomsOffices200Ok> get_corporations_corporation_id_customs_offices(corporation_id, opts)
137
+ > Array<GetCorporationsCorporationIdCustomsOffices200Ok> get_corporations_corporation_id_customs_offices(corporation_id, , opts)
138
138
 
139
139
  List corporation customs offices
140
140
 
@@ -163,7 +163,7 @@ opts = {
163
163
 
164
164
  begin
165
165
  #List corporation customs offices
166
- result = api_instance.get_corporations_corporation_id_customs_offices(corporation_id, opts)
166
+ result = api_instance.get_corporations_corporation_id_customs_offices(corporation_id, , opts)
167
167
  p result
168
168
  rescue ESI::ApiError => e
169
169
  puts "Exception when calling PlanetaryInteractionApi->get_corporations_corporation_id_customs_offices: #{e}"
@@ -14,7 +14,7 @@ Method | HTTP request | Description
14
14
 
15
15
  Get character attributes
16
16
 
17
- Return attributes of a character --- This route is cached for up to 3600 seconds
17
+ Return attributes of a character --- This route is cached for up to 120 seconds
18
18
 
19
19
  ### Example
20
20
  ```ruby
@@ -1119,6 +1119,7 @@ api_instance = ESI::UniverseApi.new
1119
1119
 
1120
1120
  opts = {
1121
1121
  datasource: "tranquility", # String | The server name you would like data from
1122
+ filter: "filter_example", # String | Only list public structures that have this service online
1122
1123
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1123
1124
  }
1124
1125
 
@@ -1136,6 +1137,7 @@ end
1136
1137
  Name | Type | Description | Notes
1137
1138
  ------------- | ------------- | ------------- | -------------
1138
1139
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1140
+ **filter** | **String**| Only list public structures that have this service online | [optional]
1139
1141
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1140
1142
 
1141
1143
  ### Return type
@@ -1534,7 +1536,7 @@ No authorization required
1534
1536
 
1535
1537
  Bulk names to IDs
1536
1538
 
1537
- Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours. ---
1539
+ Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours ---
1538
1540
 
1539
1541
  ### Example
1540
1542
  ```ruby
@@ -1589,7 +1591,7 @@ No authorization required
1589
1591
 
1590
1592
  Get names and categories for a set of ID's
1591
1593
 
1592
- Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types. ---
1594
+ Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types ---
1593
1595
 
1594
1596
  ### Example
1595
1597
  ```ruby