osuny_api 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +33 -23
  3. data/README.md +513 -58
  4. data/Rakefile +8 -7
  5. data/docs/CategoriesIdBody2.md +1 -1
  6. data/docs/CategoriesIdBody3.md +7 -0
  7. data/docs/CategoriesIdBody4.md +7 -0
  8. data/docs/CategoriesUpsertBody2.md +1 -1
  9. data/docs/CategoriesUpsertBody3.md +7 -0
  10. data/docs/CategoriesUpsertBody4.md +7 -0
  11. data/docs/CommunicationBlockAgendaData.md +3 -0
  12. data/docs/CommunicationBlockCallToActionData.md +1 -1
  13. data/docs/CommunicationBlockChapterData.md +1 -1
  14. data/docs/CommunicationBlockChapterDataImage.md +9 -0
  15. data/docs/CommunicationBlockExhibitions.md +14 -0
  16. data/docs/CommunicationBlockExhibitionsData.md +20 -0
  17. data/docs/CommunicationBlockFeaturesDataElements.md +1 -1
  18. data/docs/CommunicationBlockFilesDataElements.md +2 -2
  19. data/docs/CommunicationBlockGalleryDataElements.md +1 -1
  20. data/docs/CommunicationBlockImageData.md +1 -1
  21. data/docs/CommunicationBlockJobs.md +14 -0
  22. data/docs/CommunicationBlockJobsData.md +18 -0
  23. data/docs/CommunicationBlockKeyFiguresDataElements.md +1 -1
  24. data/docs/CommunicationBlockLinksData.md +2 -0
  25. data/docs/CommunicationBlockLinksDataElements.md +1 -2
  26. data/docs/CommunicationBlockLocationsData.md +1 -1
  27. data/docs/CommunicationBlockOrganizationsData.md +2 -0
  28. data/docs/CommunicationBlockOrganizationsDataElements.md +2 -1
  29. data/docs/CommunicationBlockPagesData.md +2 -1
  30. data/docs/CommunicationBlockPapersData.md +1 -1
  31. data/docs/CommunicationBlockPostsData.md +1 -1
  32. data/docs/CommunicationBlockProgramsData.md +1 -1
  33. data/docs/CommunicationBlockProgramsDataElements.md +7 -0
  34. data/docs/CommunicationBlockProjectsData.md +1 -1
  35. data/docs/CommunicationBlockSoundData.md +1 -1
  36. data/docs/CommunicationBlockTestimonialsData.md +1 -0
  37. data/docs/CommunicationBlockTestimonialsDataElements.md +1 -1
  38. data/docs/CommunicationMedia.md +17 -0
  39. data/docs/CommunicationMediaLocalization.md +13 -0
  40. data/docs/CommunicationMediaOriginalBlob.md +10 -0
  41. data/docs/CommunicationMediasBody.md +8 -0
  42. data/docs/CommunicationWebsite.md +1 -0
  43. data/docs/CommunicationWebsiteAgendaCategoryApi.md +8 -3
  44. data/docs/CommunicationWebsiteAgendaCategoryLocalization.md +6 -0
  45. data/docs/CommunicationWebsiteAgendaEventApi.md +8 -3
  46. data/docs/CommunicationWebsiteAgendaEventLocalization.md +1 -0
  47. data/docs/CommunicationWebsiteApi.md +11 -3
  48. data/docs/CommunicationWebsiteMediaApi.md +61 -0
  49. data/docs/CommunicationWebsitePageApi.md +8 -3
  50. data/docs/CommunicationWebsitePageCategoryApi.md +8 -3
  51. data/docs/CommunicationWebsitePageCategoryLocalization.md +6 -0
  52. data/docs/CommunicationWebsitePageLocalization.md +2 -0
  53. data/docs/CommunicationWebsitePermalink.md +8 -0
  54. data/docs/CommunicationWebsitePortfolioCategory.md +15 -0
  55. data/docs/CommunicationWebsitePortfolioCategoryApi.md +334 -0
  56. data/docs/CommunicationWebsitePortfolioCategoryLocalization.md +23 -0
  57. data/docs/CommunicationWebsitePortfolioProject.md +15 -0
  58. data/docs/CommunicationWebsitePortfolioProjectApi.md +334 -0
  59. data/docs/CommunicationWebsitePortfolioProjectLocalization.md +23 -0
  60. data/docs/CommunicationWebsitePost.md +1 -0
  61. data/docs/CommunicationWebsitePostApi.md +8 -3
  62. data/docs/CommunicationWebsitePostCategory.md +14 -0
  63. data/docs/CommunicationWebsitePostCategoryApi.md +334 -0
  64. data/docs/CommunicationWebsitePostCategoryLocalization.md +23 -0
  65. data/docs/CommunicationWebsitePostLocalization.md +1 -1
  66. data/docs/OneOfcommunicationWebsitePortfolioCategoryLocalizationBlocksItems.md +6 -0
  67. data/docs/OneOfcommunicationWebsitePortfolioProjectLocalizationBlocksItems.md +6 -0
  68. data/docs/OneOfcommunicationWebsitePostCategoryLocalizationBlocksItems.md +6 -0
  69. data/docs/PortfolioCategoriesBody.md +7 -0
  70. data/docs/PortfolioProjectsBody.md +7 -0
  71. data/docs/PostsCategoriesBody.md +7 -0
  72. data/docs/ProjectsIdBody.md +7 -0
  73. data/docs/ProjectsUpsertBody.md +7 -0
  74. data/docs/UniversityOrganization.md +0 -1
  75. data/docs/UniversityOrganizationApi.md +11 -3
  76. data/docs/UniversityOrganizationCategoryApi.md +15 -7
  77. data/docs/UniversityOrganizationCategoryLocalization.md +6 -0
  78. data/docs/UniversityOrganizationLocalization.md +2 -0
  79. data/generate.sh +0 -0
  80. data/lib/osuny_api/api/communication_website_agenda_category_api.rb +7 -1
  81. data/lib/osuny_api/api/communication_website_agenda_event_api.rb +7 -1
  82. data/lib/osuny_api/api/communication_website_api.rb +7 -1
  83. data/lib/osuny_api/api/communication_website_media_api.rb +76 -0
  84. data/lib/osuny_api/api/communication_website_page_api.rb +7 -1
  85. data/lib/osuny_api/api/communication_website_page_category_api.rb +7 -1
  86. data/lib/osuny_api/api/communication_website_portfolio_category_api.rb +380 -0
  87. data/lib/osuny_api/api/communication_website_portfolio_project_api.rb +380 -0
  88. data/lib/osuny_api/api/communication_website_post_api.rb +7 -1
  89. data/lib/osuny_api/api/communication_website_post_category_api.rb +380 -0
  90. data/lib/osuny_api/api/university_organization_api.rb +7 -1
  91. data/lib/osuny_api/api/university_organization_category_api.rb +11 -5
  92. data/lib/osuny_api/api_client.rb +1 -1
  93. data/lib/osuny_api/api_error.rb +1 -1
  94. data/lib/osuny_api/configuration.rb +1 -1
  95. data/lib/osuny_api/models/agenda_categories_body.rb +1 -1
  96. data/lib/osuny_api/models/agenda_events_body.rb +1 -1
  97. data/lib/osuny_api/models/categories_id_body.rb +1 -1
  98. data/lib/osuny_api/models/categories_id_body_1.rb +1 -1
  99. data/lib/osuny_api/models/categories_id_body_2.rb +1 -1
  100. data/lib/osuny_api/models/categories_id_body_3.rb +211 -0
  101. data/lib/osuny_api/models/categories_id_body_4.rb +211 -0
  102. data/lib/osuny_api/models/categories_upsert_body.rb +1 -1
  103. data/lib/osuny_api/models/categories_upsert_body_1.rb +1 -1
  104. data/lib/osuny_api/models/categories_upsert_body_2.rb +1 -1
  105. data/lib/osuny_api/models/categories_upsert_body_3.rb +213 -0
  106. data/lib/osuny_api/models/categories_upsert_body_4.rb +213 -0
  107. data/lib/osuny_api/models/communication_block_agenda.rb +1 -1
  108. data/lib/osuny_api/models/communication_block_agenda_data.rb +31 -4
  109. data/lib/osuny_api/models/communication_block_agenda_data_elements.rb +1 -1
  110. data/lib/osuny_api/models/communication_block_call_to_action.rb +1 -1
  111. data/lib/osuny_api/models/communication_block_call_to_action_data.rb +1 -1
  112. data/lib/osuny_api/models/communication_block_call_to_action_data_elements.rb +1 -1
  113. data/lib/osuny_api/models/communication_block_categories.rb +1 -1
  114. data/lib/osuny_api/models/communication_block_categories_data.rb +3 -3
  115. data/lib/osuny_api/models/communication_block_chapter.rb +1 -1
  116. data/lib/osuny_api/models/communication_block_chapter_data.rb +1 -1
  117. data/lib/osuny_api/models/communication_block_chapter_data_image.rb +227 -0
  118. data/lib/osuny_api/models/communication_block_contact.rb +1 -1
  119. data/lib/osuny_api/models/communication_block_contact_data.rb +1 -1
  120. data/lib/osuny_api/models/communication_block_contact_data_elements.rb +1 -1
  121. data/lib/osuny_api/models/communication_block_contact_data_time_slot_morning.rb +1 -1
  122. data/lib/osuny_api/models/communication_block_datatable.rb +1 -1
  123. data/lib/osuny_api/models/communication_block_datatable_data.rb +1 -1
  124. data/lib/osuny_api/models/communication_block_datatable_data_elements.rb +1 -1
  125. data/lib/osuny_api/models/communication_block_definitions.rb +1 -1
  126. data/lib/osuny_api/models/communication_block_definitions_data.rb +1 -1
  127. data/lib/osuny_api/models/communication_block_definitions_data_elements.rb +1 -1
  128. data/lib/osuny_api/models/communication_block_embed.rb +1 -1
  129. data/lib/osuny_api/models/communication_block_embed_data.rb +1 -1
  130. data/lib/osuny_api/models/communication_block_exhibitions.rb +312 -0
  131. data/lib/osuny_api/models/communication_block_exhibitions_data.rb +384 -0
  132. data/lib/osuny_api/models/communication_block_features.rb +1 -1
  133. data/lib/osuny_api/models/communication_block_features_data.rb +1 -1
  134. data/lib/osuny_api/models/communication_block_features_data_elements.rb +1 -1
  135. data/lib/osuny_api/models/communication_block_files.rb +1 -1
  136. data/lib/osuny_api/models/communication_block_files_data.rb +1 -1
  137. data/lib/osuny_api/models/communication_block_files_data_elements.rb +1 -1
  138. data/lib/osuny_api/models/communication_block_gallery.rb +1 -1
  139. data/lib/osuny_api/models/communication_block_gallery_data.rb +1 -1
  140. data/lib/osuny_api/models/communication_block_gallery_data_elements.rb +1 -1
  141. data/lib/osuny_api/models/communication_block_image.rb +1 -1
  142. data/lib/osuny_api/models/communication_block_image_data.rb +1 -1
  143. data/lib/osuny_api/models/communication_block_jobs.rb +312 -0
  144. data/lib/osuny_api/models/communication_block_jobs_data.rb +354 -0
  145. data/lib/osuny_api/models/communication_block_key_figures.rb +1 -1
  146. data/lib/osuny_api/models/communication_block_key_figures_data.rb +1 -1
  147. data/lib/osuny_api/models/communication_block_key_figures_data_elements.rb +1 -1
  148. data/lib/osuny_api/models/communication_block_license.rb +1 -1
  149. data/lib/osuny_api/models/communication_block_license_data.rb +1 -1
  150. data/lib/osuny_api/models/communication_block_links.rb +1 -1
  151. data/lib/osuny_api/models/communication_block_links_data.rb +54 -2
  152. data/lib/osuny_api/models/communication_block_links_data_elements.rb +2 -11
  153. data/lib/osuny_api/models/communication_block_locations.rb +1 -1
  154. data/lib/osuny_api/models/communication_block_locations_data.rb +1 -1
  155. data/lib/osuny_api/models/communication_block_organizations.rb +1 -1
  156. data/lib/osuny_api/models/communication_block_organizations_data.rb +22 -4
  157. data/lib/osuny_api/models/communication_block_organizations_data_elements.rb +14 -5
  158. data/lib/osuny_api/models/communication_block_pages.rb +1 -1
  159. data/lib/osuny_api/models/communication_block_pages_data.rb +11 -2
  160. data/lib/osuny_api/models/communication_block_papers.rb +1 -1
  161. data/lib/osuny_api/models/communication_block_papers_data.rb +1 -1
  162. data/lib/osuny_api/models/communication_block_persons.rb +1 -1
  163. data/lib/osuny_api/models/communication_block_persons_data.rb +1 -1
  164. data/lib/osuny_api/models/communication_block_persons_data_elements.rb +1 -1
  165. data/lib/osuny_api/models/communication_block_posts.rb +1 -1
  166. data/lib/osuny_api/models/communication_block_posts_data.rb +1 -1
  167. data/lib/osuny_api/models/communication_block_programs.rb +1 -1
  168. data/lib/osuny_api/models/communication_block_programs_data.rb +1 -1
  169. data/lib/osuny_api/models/communication_block_programs_data_elements.rb +206 -0
  170. data/lib/osuny_api/models/communication_block_projects.rb +1 -1
  171. data/lib/osuny_api/models/communication_block_projects_data.rb +1 -1
  172. data/lib/osuny_api/models/communication_block_sound.rb +1 -1
  173. data/lib/osuny_api/models/communication_block_sound_data.rb +1 -1
  174. data/lib/osuny_api/models/communication_block_testimonials.rb +1 -1
  175. data/lib/osuny_api/models/communication_block_testimonials_data.rb +45 -2
  176. data/lib/osuny_api/models/communication_block_testimonials_data_elements.rb +1 -1
  177. data/lib/osuny_api/models/communication_block_timeline.rb +1 -1
  178. data/lib/osuny_api/models/communication_block_timeline_data.rb +1 -1
  179. data/lib/osuny_api/models/communication_block_timeline_data_elements.rb +1 -1
  180. data/lib/osuny_api/models/communication_block_title.rb +1 -1
  181. data/lib/osuny_api/models/communication_block_title_data.rb +1 -1
  182. data/lib/osuny_api/models/communication_block_video.rb +1 -1
  183. data/lib/osuny_api/models/communication_block_video_data.rb +1 -1
  184. data/lib/osuny_api/models/communication_block_volumes.rb +1 -1
  185. data/lib/osuny_api/models/communication_media.rb +339 -0
  186. data/lib/osuny_api/models/communication_media_localization.rb +265 -0
  187. data/lib/osuny_api/models/communication_media_original_blob.rb +237 -0
  188. data/lib/osuny_api/models/communication_medias_body.rb +215 -0
  189. data/lib/osuny_api/models/communication_website.rb +46 -2
  190. data/lib/osuny_api/models/communication_website_agenda_category.rb +1 -1
  191. data/lib/osuny_api/models/communication_website_agenda_category_localization.rb +62 -2
  192. data/lib/osuny_api/models/communication_website_agenda_category_localization_featured_image.rb +1 -1
  193. data/lib/osuny_api/models/communication_website_agenda_event.rb +1 -1
  194. data/lib/osuny_api/models/communication_website_agenda_event_localization.rb +13 -2
  195. data/lib/osuny_api/models/communication_website_agenda_event_localization_add_to_calendar_urls.rb +1 -1
  196. data/lib/osuny_api/models/communication_website_agenda_event_time_slot.rb +1 -1
  197. data/lib/osuny_api/models/communication_website_agenda_event_time_slot_localization.rb +1 -1
  198. data/lib/osuny_api/models/communication_website_deuxfleurs.rb +1 -1
  199. data/lib/osuny_api/models/communication_website_features.rb +1 -1
  200. data/lib/osuny_api/models/communication_website_git.rb +1 -1
  201. data/lib/osuny_api/models/communication_website_localization.rb +1 -1
  202. data/lib/osuny_api/models/communication_website_page.rb +1 -1
  203. data/lib/osuny_api/models/communication_website_page_category.rb +1 -1
  204. data/lib/osuny_api/models/communication_website_page_category_localization.rb +62 -2
  205. data/lib/osuny_api/models/communication_website_page_localization.rb +23 -2
  206. data/lib/osuny_api/models/communication_website_permalink.rb +215 -0
  207. data/lib/osuny_api/models/communication_website_portfolio_category.rb +284 -0
  208. data/lib/osuny_api/models/communication_website_portfolio_category_localization.rb +362 -0
  209. data/lib/osuny_api/models/communication_website_portfolio_project.rb +285 -0
  210. data/lib/osuny_api/models/communication_website_portfolio_project_localization.rb +362 -0
  211. data/lib/osuny_api/models/communication_website_post.rb +13 -2
  212. data/lib/osuny_api/models/communication_website_post_category.rb +274 -0
  213. data/lib/osuny_api/models/communication_website_post_category_localization.rb +362 -0
  214. data/lib/osuny_api/models/communication_website_post_localization.rb +10 -9
  215. data/lib/osuny_api/models/communication_website_showcase.rb +1 -1
  216. data/lib/osuny_api/models/communication_website_showcase_tags.rb +1 -1
  217. data/lib/osuny_api/models/events_id_body.rb +1 -1
  218. data/lib/osuny_api/models/events_upsert_body.rb +1 -1
  219. data/lib/osuny_api/models/one_ofcommunication_website_agenda_category_localization_blocks_items.rb +1 -1
  220. data/lib/osuny_api/models/one_ofcommunication_website_agenda_event_localization_blocks_items.rb +1 -1
  221. data/lib/osuny_api/models/one_ofcommunication_website_page_category_localization_blocks_items.rb +1 -1
  222. data/lib/osuny_api/models/one_ofcommunication_website_page_localization_blocks_items.rb +1 -1
  223. data/lib/osuny_api/models/one_ofcommunication_website_portfolio_category_localization_blocks_items.rb +197 -0
  224. data/lib/osuny_api/models/one_ofcommunication_website_portfolio_project_localization_blocks_items.rb +197 -0
  225. data/lib/osuny_api/models/one_ofcommunication_website_post_category_localization_blocks_items.rb +197 -0
  226. data/lib/osuny_api/models/one_ofcommunication_website_post_localization_blocks_items.rb +1 -1
  227. data/lib/osuny_api/models/one_ofuniversity_organization_category_localization_blocks_items.rb +1 -1
  228. data/lib/osuny_api/models/one_ofuniversity_organization_localization_blocks_items.rb +1 -1
  229. data/lib/osuny_api/models/organizations_categories_body.rb +1 -1
  230. data/lib/osuny_api/models/organizations_id_body.rb +1 -1
  231. data/lib/osuny_api/models/organizations_upsert_body.rb +1 -1
  232. data/lib/osuny_api/models/pages_categories_body.rb +1 -1
  233. data/lib/osuny_api/models/pages_id_body.rb +1 -1
  234. data/lib/osuny_api/models/pages_upsert_body.rb +1 -1
  235. data/lib/osuny_api/models/portfolio_categories_body.rb +211 -0
  236. data/lib/osuny_api/models/portfolio_projects_body.rb +211 -0
  237. data/lib/osuny_api/models/posts_categories_body.rb +211 -0
  238. data/lib/osuny_api/models/posts_id_body.rb +1 -1
  239. data/lib/osuny_api/models/posts_upsert_body.rb +1 -1
  240. data/lib/osuny_api/models/projects_id_body.rb +211 -0
  241. data/lib/osuny_api/models/projects_upsert_body.rb +213 -0
  242. data/lib/osuny_api/models/university_organization.rb +4 -13
  243. data/lib/osuny_api/models/university_organization_category.rb +1 -1
  244. data/lib/osuny_api/models/university_organization_category_localization.rb +62 -2
  245. data/lib/osuny_api/models/university_organization_localization.rb +21 -2
  246. data/lib/osuny_api/models/university_organizations_body.rb +1 -1
  247. data/lib/osuny_api/models/website_id_pages_body.rb +1 -1
  248. data/lib/osuny_api/models/website_id_posts_body.rb +1 -1
  249. data/lib/osuny_api/version.rb +2 -2
  250. data/lib/osuny_api.rb +34 -3
  251. data/osuny_api.gemspec +2 -1
  252. data/spec/api/communication_website_media_api_spec.rb +46 -0
  253. data/spec/api/communication_website_portfolio_category_api_spec.rb +108 -0
  254. data/spec/api/communication_website_portfolio_project_api_spec.rb +108 -0
  255. data/spec/api/communication_website_post_category_api_spec.rb +108 -0
  256. data/spec/models/categories_id_body_3_spec.rb +40 -0
  257. data/spec/models/categories_id_body_4_spec.rb +40 -0
  258. data/spec/models/categories_upsert_body_3_spec.rb +40 -0
  259. data/spec/models/categories_upsert_body_4_spec.rb +40 -0
  260. data/spec/models/communication_block_chapter_data_image_spec.rb +52 -0
  261. data/spec/models/communication_block_exhibitions_data_spec.rb +130 -0
  262. data/spec/models/communication_block_exhibitions_spec.rb +86 -0
  263. data/spec/models/communication_block_jobs_data_spec.rb +114 -0
  264. data/spec/models/communication_block_jobs_spec.rb +86 -0
  265. data/spec/models/communication_block_programs_data_elements_spec.rb +40 -0
  266. data/spec/models/communication_media_localization_spec.rb +76 -0
  267. data/spec/models/communication_media_original_blob_spec.rb +58 -0
  268. data/spec/models/communication_media_spec.rb +104 -0
  269. data/spec/models/communication_medias_body_spec.rb +46 -0
  270. data/spec/models/communication_website_permalink_spec.rb +46 -0
  271. data/spec/models/communication_website_portfolio_category_localization_spec.rb +136 -0
  272. data/spec/models/communication_website_portfolio_category_spec.rb +88 -0
  273. data/spec/models/communication_website_portfolio_project_localization_spec.rb +136 -0
  274. data/spec/models/communication_website_portfolio_project_spec.rb +88 -0
  275. data/spec/models/communication_website_post_category_localization_spec.rb +136 -0
  276. data/spec/models/communication_website_post_category_spec.rb +82 -0
  277. data/spec/models/one_ofcommunication_website_portfolio_category_localization_blocks_items_spec.rb +34 -0
  278. data/spec/models/one_ofcommunication_website_portfolio_project_localization_blocks_items_spec.rb +34 -0
  279. data/spec/models/one_ofcommunication_website_post_category_localization_blocks_items_spec.rb +34 -0
  280. data/spec/models/portfolio_categories_body_spec.rb +40 -0
  281. data/spec/models/portfolio_projects_body_spec.rb +40 -0
  282. data/spec/models/posts_categories_body_spec.rb +40 -0
  283. data/spec/models/projects_id_body_spec.rb +40 -0
  284. data/spec/models/projects_upsert_body_spec.rb +40 -0
  285. metadata +266 -116
  286. data/pkg/osuny_api-0.2.6.gem +0 -0
  287. data/pkg/osuny_api-1.0.0.gem +0 -0
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -19,14 +19,26 @@ module OsunyApi
19
19
 
20
20
  attr_accessor :name
21
21
 
22
+ attr_accessor :breadcrumb_title
23
+
22
24
  attr_accessor :featured_image
23
25
 
26
+ attr_accessor :header_cta
27
+
28
+ attr_accessor :header_cta_label
29
+
30
+ attr_accessor :header_cta_url
31
+
32
+ attr_accessor :header_text
33
+
24
34
  attr_accessor :meta_description
25
35
 
26
36
  attr_accessor :path
27
37
 
28
38
  attr_accessor :slug
29
39
 
40
+ attr_accessor :subtitle
41
+
30
42
  attr_accessor :summary
31
43
 
32
44
  attr_accessor :blocks
@@ -41,10 +53,16 @@ module OsunyApi
41
53
  :'id' => :'id',
42
54
  :'migration_identifier' => :'migration_identifier',
43
55
  :'name' => :'name',
56
+ :'breadcrumb_title' => :'breadcrumb_title',
44
57
  :'featured_image' => :'featured_image',
58
+ :'header_cta' => :'header_cta',
59
+ :'header_cta_label' => :'header_cta_label',
60
+ :'header_cta_url' => :'header_cta_url',
61
+ :'header_text' => :'header_text',
45
62
  :'meta_description' => :'meta_description',
46
63
  :'path' => :'path',
47
64
  :'slug' => :'slug',
65
+ :'subtitle' => :'subtitle',
48
66
  :'summary' => :'summary',
49
67
  :'blocks' => :'blocks',
50
68
  :'created_at' => :'created_at',
@@ -58,10 +76,16 @@ module OsunyApi
58
76
  :'id' => :'Object',
59
77
  :'migration_identifier' => :'Object',
60
78
  :'name' => :'Object',
79
+ :'breadcrumb_title' => :'Object',
61
80
  :'featured_image' => :'Object',
81
+ :'header_cta' => :'Object',
82
+ :'header_cta_label' => :'Object',
83
+ :'header_cta_url' => :'Object',
84
+ :'header_text' => :'Object',
62
85
  :'meta_description' => :'Object',
63
86
  :'path' => :'Object',
64
87
  :'slug' => :'Object',
88
+ :'subtitle' => :'Object',
65
89
  :'summary' => :'Object',
66
90
  :'blocks' => :'Object',
67
91
  :'created_at' => :'Object',
@@ -73,8 +97,14 @@ module OsunyApi
73
97
  def self.openapi_nullable
74
98
  Set.new([
75
99
  :'migration_identifier',
100
+ :'breadcrumb_title',
101
+ :'header_cta',
102
+ :'header_cta_label',
103
+ :'header_cta_url',
104
+ :'header_text',
76
105
  :'meta_description',
77
106
  :'path',
107
+ :'subtitle',
78
108
  :'summary',
79
109
  ])
80
110
  end
@@ -106,10 +136,30 @@ module OsunyApi
106
136
  self.name = attributes[:'name']
107
137
  end
108
138
 
139
+ if attributes.key?(:'breadcrumb_title')
140
+ self.breadcrumb_title = attributes[:'breadcrumb_title']
141
+ end
142
+
109
143
  if attributes.key?(:'featured_image')
110
144
  self.featured_image = attributes[:'featured_image']
111
145
  end
112
146
 
147
+ if attributes.key?(:'header_cta')
148
+ self.header_cta = attributes[:'header_cta']
149
+ end
150
+
151
+ if attributes.key?(:'header_cta_label')
152
+ self.header_cta_label = attributes[:'header_cta_label']
153
+ end
154
+
155
+ if attributes.key?(:'header_cta_url')
156
+ self.header_cta_url = attributes[:'header_cta_url']
157
+ end
158
+
159
+ if attributes.key?(:'header_text')
160
+ self.header_text = attributes[:'header_text']
161
+ end
162
+
113
163
  if attributes.key?(:'meta_description')
114
164
  self.meta_description = attributes[:'meta_description']
115
165
  end
@@ -122,6 +172,10 @@ module OsunyApi
122
172
  self.slug = attributes[:'slug']
123
173
  end
124
174
 
175
+ if attributes.key?(:'subtitle')
176
+ self.subtitle = attributes[:'subtitle']
177
+ end
178
+
125
179
  if attributes.key?(:'summary')
126
180
  self.summary = attributes[:'summary']
127
181
  end
@@ -162,10 +216,16 @@ module OsunyApi
162
216
  id == o.id &&
163
217
  migration_identifier == o.migration_identifier &&
164
218
  name == o.name &&
219
+ breadcrumb_title == o.breadcrumb_title &&
165
220
  featured_image == o.featured_image &&
221
+ header_cta == o.header_cta &&
222
+ header_cta_label == o.header_cta_label &&
223
+ header_cta_url == o.header_cta_url &&
224
+ header_text == o.header_text &&
166
225
  meta_description == o.meta_description &&
167
226
  path == o.path &&
168
227
  slug == o.slug &&
228
+ subtitle == o.subtitle &&
169
229
  summary == o.summary &&
170
230
  blocks == o.blocks &&
171
231
  created_at == o.created_at &&
@@ -181,7 +241,7 @@ module OsunyApi
181
241
  # Calculates hash code according to all attributes.
182
242
  # @return [Integer] Hash code
183
243
  def hash
184
- [id, migration_identifier, name, featured_image, meta_description, path, slug, summary, blocks, created_at, updated_at].hash
244
+ [id, migration_identifier, name, breadcrumb_title, featured_image, header_cta, header_cta_label, header_cta_url, header_text, meta_description, path, slug, subtitle, summary, blocks, created_at, updated_at].hash
185
245
  end
186
246
 
187
247
  # Builds the object from hash
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -45,6 +45,8 @@ module OsunyApi
45
45
 
46
46
  attr_accessor :add_to_calendar_urls
47
47
 
48
+ attr_accessor :aliases
49
+
48
50
  attr_accessor :blocks
49
51
 
50
52
  attr_accessor :created_at
@@ -70,6 +72,7 @@ module OsunyApi
70
72
  :'header_cta_label' => :'header_cta_label',
71
73
  :'header_cta_url' => :'header_cta_url',
72
74
  :'add_to_calendar_urls' => :'add_to_calendar_urls',
75
+ :'aliases' => :'aliases',
73
76
  :'blocks' => :'blocks',
74
77
  :'created_at' => :'created_at',
75
78
  :'updated_at' => :'updated_at'
@@ -95,6 +98,7 @@ module OsunyApi
95
98
  :'header_cta_label' => :'Object',
96
99
  :'header_cta_url' => :'Object',
97
100
  :'add_to_calendar_urls' => :'Object',
101
+ :'aliases' => :'Object',
98
102
  :'blocks' => :'Object',
99
103
  :'created_at' => :'Object',
100
104
  :'updated_at' => :'Object'
@@ -196,6 +200,12 @@ module OsunyApi
196
200
  self.add_to_calendar_urls = attributes[:'add_to_calendar_urls']
197
201
  end
198
202
 
203
+ if attributes.key?(:'aliases')
204
+ if (value = attributes[:'aliases']).is_a?(Array)
205
+ self.aliases = value
206
+ end
207
+ end
208
+
199
209
  if attributes.key?(:'blocks')
200
210
  if (value = attributes[:'blocks']).is_a?(Array)
201
211
  self.blocks = value
@@ -245,6 +255,7 @@ module OsunyApi
245
255
  header_cta_label == o.header_cta_label &&
246
256
  header_cta_url == o.header_cta_url &&
247
257
  add_to_calendar_urls == o.add_to_calendar_urls &&
258
+ aliases == o.aliases &&
248
259
  blocks == o.blocks &&
249
260
  created_at == o.created_at &&
250
261
  updated_at == o.updated_at
@@ -259,7 +270,7 @@ module OsunyApi
259
270
  # Calculates hash code according to all attributes.
260
271
  # @return [Integer] Hash code
261
272
  def hash
262
- [id, migration_identifier, title, featured_image, meta_description, published, published_at, slug, subtitle, summary, text, notes, header_cta, header_cta_label, header_cta_url, add_to_calendar_urls, blocks, created_at, updated_at].hash
273
+ [id, migration_identifier, title, featured_image, meta_description, published, published_at, slug, subtitle, summary, text, notes, header_cta, header_cta_label, header_cta_url, add_to_calendar_urls, aliases, blocks, created_at, updated_at].hash
263
274
  end
264
275
 
265
276
  # Builds the object from hash
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -19,14 +19,26 @@ module OsunyApi
19
19
 
20
20
  attr_accessor :name
21
21
 
22
+ attr_accessor :breadcrumb_title
23
+
22
24
  attr_accessor :featured_image
23
25
 
26
+ attr_accessor :header_cta
27
+
28
+ attr_accessor :header_cta_label
29
+
30
+ attr_accessor :header_cta_url
31
+
32
+ attr_accessor :header_text
33
+
24
34
  attr_accessor :meta_description
25
35
 
26
36
  attr_accessor :path
27
37
 
28
38
  attr_accessor :slug
29
39
 
40
+ attr_accessor :subtitle
41
+
30
42
  attr_accessor :summary
31
43
 
32
44
  attr_accessor :blocks
@@ -41,10 +53,16 @@ module OsunyApi
41
53
  :'id' => :'id',
42
54
  :'migration_identifier' => :'migration_identifier',
43
55
  :'name' => :'name',
56
+ :'breadcrumb_title' => :'breadcrumb_title',
44
57
  :'featured_image' => :'featured_image',
58
+ :'header_cta' => :'header_cta',
59
+ :'header_cta_label' => :'header_cta_label',
60
+ :'header_cta_url' => :'header_cta_url',
61
+ :'header_text' => :'header_text',
45
62
  :'meta_description' => :'meta_description',
46
63
  :'path' => :'path',
47
64
  :'slug' => :'slug',
65
+ :'subtitle' => :'subtitle',
48
66
  :'summary' => :'summary',
49
67
  :'blocks' => :'blocks',
50
68
  :'created_at' => :'created_at',
@@ -58,10 +76,16 @@ module OsunyApi
58
76
  :'id' => :'Object',
59
77
  :'migration_identifier' => :'Object',
60
78
  :'name' => :'Object',
79
+ :'breadcrumb_title' => :'Object',
61
80
  :'featured_image' => :'Object',
81
+ :'header_cta' => :'Object',
82
+ :'header_cta_label' => :'Object',
83
+ :'header_cta_url' => :'Object',
84
+ :'header_text' => :'Object',
62
85
  :'meta_description' => :'Object',
63
86
  :'path' => :'Object',
64
87
  :'slug' => :'Object',
88
+ :'subtitle' => :'Object',
65
89
  :'summary' => :'Object',
66
90
  :'blocks' => :'Object',
67
91
  :'created_at' => :'Object',
@@ -73,8 +97,14 @@ module OsunyApi
73
97
  def self.openapi_nullable
74
98
  Set.new([
75
99
  :'migration_identifier',
100
+ :'breadcrumb_title',
101
+ :'header_cta',
102
+ :'header_cta_label',
103
+ :'header_cta_url',
104
+ :'header_text',
76
105
  :'meta_description',
77
106
  :'path',
107
+ :'subtitle',
78
108
  :'summary',
79
109
  ])
80
110
  end
@@ -106,10 +136,30 @@ module OsunyApi
106
136
  self.name = attributes[:'name']
107
137
  end
108
138
 
139
+ if attributes.key?(:'breadcrumb_title')
140
+ self.breadcrumb_title = attributes[:'breadcrumb_title']
141
+ end
142
+
109
143
  if attributes.key?(:'featured_image')
110
144
  self.featured_image = attributes[:'featured_image']
111
145
  end
112
146
 
147
+ if attributes.key?(:'header_cta')
148
+ self.header_cta = attributes[:'header_cta']
149
+ end
150
+
151
+ if attributes.key?(:'header_cta_label')
152
+ self.header_cta_label = attributes[:'header_cta_label']
153
+ end
154
+
155
+ if attributes.key?(:'header_cta_url')
156
+ self.header_cta_url = attributes[:'header_cta_url']
157
+ end
158
+
159
+ if attributes.key?(:'header_text')
160
+ self.header_text = attributes[:'header_text']
161
+ end
162
+
113
163
  if attributes.key?(:'meta_description')
114
164
  self.meta_description = attributes[:'meta_description']
115
165
  end
@@ -122,6 +172,10 @@ module OsunyApi
122
172
  self.slug = attributes[:'slug']
123
173
  end
124
174
 
175
+ if attributes.key?(:'subtitle')
176
+ self.subtitle = attributes[:'subtitle']
177
+ end
178
+
125
179
  if attributes.key?(:'summary')
126
180
  self.summary = attributes[:'summary']
127
181
  end
@@ -162,10 +216,16 @@ module OsunyApi
162
216
  id == o.id &&
163
217
  migration_identifier == o.migration_identifier &&
164
218
  name == o.name &&
219
+ breadcrumb_title == o.breadcrumb_title &&
165
220
  featured_image == o.featured_image &&
221
+ header_cta == o.header_cta &&
222
+ header_cta_label == o.header_cta_label &&
223
+ header_cta_url == o.header_cta_url &&
224
+ header_text == o.header_text &&
166
225
  meta_description == o.meta_description &&
167
226
  path == o.path &&
168
227
  slug == o.slug &&
228
+ subtitle == o.subtitle &&
169
229
  summary == o.summary &&
170
230
  blocks == o.blocks &&
171
231
  created_at == o.created_at &&
@@ -181,7 +241,7 @@ module OsunyApi
181
241
  # Calculates hash code according to all attributes.
182
242
  # @return [Integer] Hash code
183
243
  def hash
184
- [id, migration_identifier, name, featured_image, meta_description, path, slug, summary, blocks, created_at, updated_at].hash
244
+ [id, migration_identifier, name, breadcrumb_title, featured_image, header_cta, header_cta_label, header_cta_url, header_text, meta_description, path, slug, subtitle, summary, blocks, created_at, updated_at].hash
185
245
  end
186
246
 
187
247
  # Builds the object from hash
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 3.0.68
9
+ Swagger Codegen version: 3.0.77
10
10
  =end
11
11
 
12
12
  require 'date'
@@ -21,6 +21,8 @@ module OsunyApi
21
21
 
22
22
  attr_accessor :breadcrumb_title
23
23
 
24
+ attr_accessor :subtitle
25
+
24
26
  attr_accessor :featured_image
25
27
 
26
28
  attr_accessor :meta_description
@@ -43,6 +45,8 @@ module OsunyApi
43
45
 
44
46
  attr_accessor :header_cta_url
45
47
 
48
+ attr_accessor :aliases
49
+
46
50
  attr_accessor :blocks
47
51
 
48
52
  attr_accessor :created_at
@@ -56,6 +60,7 @@ module OsunyApi
56
60
  :'migration_identifier' => :'migration_identifier',
57
61
  :'title' => :'title',
58
62
  :'breadcrumb_title' => :'breadcrumb_title',
63
+ :'subtitle' => :'subtitle',
59
64
  :'featured_image' => :'featured_image',
60
65
  :'meta_description' => :'meta_description',
61
66
  :'published' => :'published',
@@ -67,6 +72,7 @@ module OsunyApi
67
72
  :'header_cta' => :'header_cta',
68
73
  :'header_cta_label' => :'header_cta_label',
69
74
  :'header_cta_url' => :'header_cta_url',
75
+ :'aliases' => :'aliases',
70
76
  :'blocks' => :'blocks',
71
77
  :'created_at' => :'created_at',
72
78
  :'updated_at' => :'updated_at'
@@ -80,6 +86,7 @@ module OsunyApi
80
86
  :'migration_identifier' => :'Object',
81
87
  :'title' => :'Object',
82
88
  :'breadcrumb_title' => :'Object',
89
+ :'subtitle' => :'Object',
83
90
  :'featured_image' => :'Object',
84
91
  :'meta_description' => :'Object',
85
92
  :'published' => :'Object',
@@ -91,6 +98,7 @@ module OsunyApi
91
98
  :'header_cta' => :'Object',
92
99
  :'header_cta_label' => :'Object',
93
100
  :'header_cta_url' => :'Object',
101
+ :'aliases' => :'Object',
94
102
  :'blocks' => :'Object',
95
103
  :'created_at' => :'Object',
96
104
  :'updated_at' => :'Object'
@@ -102,6 +110,7 @@ module OsunyApi
102
110
  Set.new([
103
111
  :'migration_identifier',
104
112
  :'breadcrumb_title',
113
+ :'subtitle',
105
114
  :'meta_description',
106
115
  :'published_at',
107
116
  :'summary',
@@ -144,6 +153,10 @@ module OsunyApi
144
153
  self.breadcrumb_title = attributes[:'breadcrumb_title']
145
154
  end
146
155
 
156
+ if attributes.key?(:'subtitle')
157
+ self.subtitle = attributes[:'subtitle']
158
+ end
159
+
147
160
  if attributes.key?(:'featured_image')
148
161
  self.featured_image = attributes[:'featured_image']
149
162
  end
@@ -188,6 +201,12 @@ module OsunyApi
188
201
  self.header_cta_url = attributes[:'header_cta_url']
189
202
  end
190
203
 
204
+ if attributes.key?(:'aliases')
205
+ if (value = attributes[:'aliases']).is_a?(Array)
206
+ self.aliases = value
207
+ end
208
+ end
209
+
191
210
  if attributes.key?(:'blocks')
192
211
  if (value = attributes[:'blocks']).is_a?(Array)
193
212
  self.blocks = value
@@ -225,6 +244,7 @@ module OsunyApi
225
244
  migration_identifier == o.migration_identifier &&
226
245
  title == o.title &&
227
246
  breadcrumb_title == o.breadcrumb_title &&
247
+ subtitle == o.subtitle &&
228
248
  featured_image == o.featured_image &&
229
249
  meta_description == o.meta_description &&
230
250
  published == o.published &&
@@ -236,6 +256,7 @@ module OsunyApi
236
256
  header_cta == o.header_cta &&
237
257
  header_cta_label == o.header_cta_label &&
238
258
  header_cta_url == o.header_cta_url &&
259
+ aliases == o.aliases &&
239
260
  blocks == o.blocks &&
240
261
  created_at == o.created_at &&
241
262
  updated_at == o.updated_at
@@ -250,7 +271,7 @@ module OsunyApi
250
271
  # Calculates hash code according to all attributes.
251
272
  # @return [Integer] Hash code
252
273
  def hash
253
- [id, migration_identifier, title, breadcrumb_title, featured_image, meta_description, published, published_at, slug, summary, text, header_text, header_cta, header_cta_label, header_cta_url, blocks, created_at, updated_at].hash
274
+ [id, migration_identifier, title, breadcrumb_title, subtitle, featured_image, meta_description, published, published_at, slug, summary, text, header_text, header_cta, header_cta_label, header_cta_url, aliases, blocks, created_at, updated_at].hash
254
275
  end
255
276
 
256
277
  # Builds the object from hash