osuny_api 0.2.6 → 1.0.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.
- checksums.yaml +4 -4
- data/Gemfile +6 -7
- data/Gemfile.lock +55 -31
- data/README.md +1080 -17
- data/Rakefile +1 -1
- data/config.json +10 -0
- data/docs/AgendaCategoriesBody.md +7 -0
- data/docs/AgendaEventsBody.md +7 -0
- data/docs/CategoriesIdBody.md +7 -0
- data/docs/CategoriesIdBody1.md +7 -0
- data/docs/CategoriesIdBody2.md +7 -0
- data/docs/CategoriesUpsertBody.md +7 -0
- data/docs/CategoriesUpsertBody1.md +7 -0
- data/docs/CategoriesUpsertBody2.md +7 -0
- data/docs/CommunicationBlockAgenda.md +14 -0
- data/docs/CommunicationBlockAgendaData.md +20 -0
- data/docs/CommunicationBlockAgendaDataElements.md +7 -0
- data/docs/CommunicationBlockCallToAction.md +14 -0
- data/docs/CommunicationBlockCallToActionData.md +12 -0
- data/docs/CommunicationBlockCallToActionDataElements.md +9 -0
- data/docs/CommunicationBlockCallToActionDataImage.md +9 -0
- data/docs/CommunicationBlockCategories.md +14 -0
- data/docs/CommunicationBlockCategoriesData.md +13 -0
- data/docs/CommunicationBlockChapter.md +14 -0
- data/docs/CommunicationBlockChapterData.md +12 -0
- data/docs/CommunicationBlockContact.md +14 -0
- data/docs/CommunicationBlockContactData.md +27 -0
- data/docs/CommunicationBlockContactDataElements.md +9 -0
- data/docs/CommunicationBlockContactDataTimeSlotMorning.md +8 -0
- data/docs/CommunicationBlockDatatable.md +14 -0
- data/docs/CommunicationBlockDatatableData.md +11 -0
- data/docs/CommunicationBlockDatatableDataElements.md +7 -0
- data/docs/CommunicationBlockDefinitions.md +14 -0
- data/docs/CommunicationBlockDefinitionsData.md +8 -0
- data/docs/CommunicationBlockDefinitionsDataElements.md +8 -0
- data/docs/CommunicationBlockEmbed.md +14 -0
- data/docs/CommunicationBlockEmbedData.md +9 -0
- data/docs/CommunicationBlockFeatures.md +14 -0
- data/docs/CommunicationBlockFeaturesData.md +8 -0
- data/docs/CommunicationBlockFeaturesDataElements.md +11 -0
- data/docs/CommunicationBlockFiles.md +14 -0
- data/docs/CommunicationBlockFilesData.md +8 -0
- data/docs/CommunicationBlockFilesDataElements.md +9 -0
- data/docs/CommunicationBlockGallery.md +14 -0
- data/docs/CommunicationBlockGalleryData.md +9 -0
- data/docs/CommunicationBlockGalleryDataElements.md +10 -0
- data/docs/CommunicationBlockImage.md +14 -0
- data/docs/CommunicationBlockImageData.md +10 -0
- data/docs/CommunicationBlockKeyFigures.md +14 -0
- data/docs/CommunicationBlockKeyFiguresData.md +8 -0
- data/docs/CommunicationBlockKeyFiguresDataElements.md +10 -0
- data/docs/CommunicationBlockLicense.md +14 -0
- data/docs/CommunicationBlockLicenseData.md +12 -0
- data/docs/CommunicationBlockLinks.md +14 -0
- data/docs/CommunicationBlockLinksData.md +8 -0
- data/docs/CommunicationBlockLinksDataElements.md +11 -0
- data/docs/CommunicationBlockLocations.md +14 -0
- data/docs/CommunicationBlockLocationsData.md +10 -0
- data/docs/CommunicationBlockLocationsDataElements.md +7 -0
- data/docs/CommunicationBlockOrganizations.md +14 -0
- data/docs/CommunicationBlockOrganizationsData.md +15 -0
- data/docs/CommunicationBlockOrganizationsDataElements.md +10 -0
- data/docs/CommunicationBlockPages.md +14 -0
- data/docs/CommunicationBlockPagesData.md +15 -0
- data/docs/CommunicationBlockPapers.md +14 -0
- data/docs/CommunicationBlockPapersData.md +9 -0
- data/docs/CommunicationBlockPersons.md +14 -0
- data/docs/CommunicationBlockPersonsData.md +16 -0
- data/docs/CommunicationBlockPersonsDataElements.md +8 -0
- data/docs/CommunicationBlockPosts.md +14 -0
- data/docs/CommunicationBlockPostsData.md +18 -0
- data/docs/CommunicationBlockPrograms.md +14 -0
- data/docs/CommunicationBlockProgramsData.md +11 -0
- data/docs/CommunicationBlockProjects.md +14 -0
- data/docs/CommunicationBlockProjectsData.md +16 -0
- data/docs/CommunicationBlockSound.md +14 -0
- data/docs/CommunicationBlockSoundData.md +9 -0
- data/docs/CommunicationBlockTestimonials.md +14 -0
- data/docs/CommunicationBlockTestimonialsData.md +7 -0
- data/docs/CommunicationBlockTestimonialsDataElements.md +10 -0
- data/docs/CommunicationBlockTimeline.md +14 -0
- data/docs/CommunicationBlockTimelineData.md +8 -0
- data/docs/CommunicationBlockTimelineDataElements.md +8 -0
- data/docs/CommunicationBlockTitle.md +14 -0
- data/docs/CommunicationBlockTitleData.md +7 -0
- data/docs/CommunicationBlockVideo.md +14 -0
- data/docs/CommunicationBlockVideoData.md +11 -0
- data/docs/CommunicationBlockVolumes.md +14 -0
- data/docs/CommunicationWebsite.md +15 -0
- data/docs/CommunicationWebsiteAgendaCategory.md +14 -0
- data/docs/CommunicationWebsiteAgendaCategoryApi.md +329 -0
- data/docs/CommunicationWebsiteAgendaCategoryLocalization.md +17 -0
- data/docs/CommunicationWebsiteAgendaCategoryLocalizationFeaturedImage.md +10 -0
- data/docs/CommunicationWebsiteAgendaEvent.md +18 -0
- data/docs/CommunicationWebsiteAgendaEventApi.md +329 -0
- data/docs/CommunicationWebsiteAgendaEventLocalization.md +25 -0
- data/docs/CommunicationWebsiteAgendaEventLocalizationAddToCalendarUrls.md +11 -0
- data/docs/CommunicationWebsiteAgendaEventTimeSlot.md +13 -0
- data/docs/CommunicationWebsiteAgendaEventTimeSlotLocalization.md +13 -0
- data/docs/CommunicationWebsiteApi.md +106 -0
- data/docs/CommunicationWebsiteDeuxfleurs.md +8 -0
- data/docs/CommunicationWebsiteFeatures.md +9 -0
- data/docs/CommunicationWebsiteGit.md +10 -0
- data/docs/CommunicationWebsiteLocalization.md +23 -0
- data/docs/CommunicationWebsitePage.md +17 -0
- data/docs/CommunicationWebsitePageApi.md +329 -0
- data/docs/CommunicationWebsitePageCategory.md +14 -0
- data/docs/CommunicationWebsitePageCategoryApi.md +329 -0
- data/docs/CommunicationWebsitePageCategoryLocalization.md +17 -0
- data/docs/CommunicationWebsitePageLocalization.md +24 -0
- data/docs/CommunicationWebsitePost.md +12 -0
- data/docs/CommunicationWebsitePostApi.md +329 -0
- data/docs/CommunicationWebsitePostLocalization.md +21 -0
- data/docs/CommunicationWebsiteShowcase.md +9 -0
- data/docs/CommunicationWebsiteShowcaseTags.md +9 -0
- data/docs/EventsIdBody.md +7 -0
- data/docs/EventsUpsertBody.md +7 -0
- data/docs/OneOfcommunicationWebsiteAgendaCategoryLocalizationBlocksItems.md +6 -0
- data/docs/OneOfcommunicationWebsiteAgendaEventLocalizationBlocksItems.md +6 -0
- data/docs/OneOfcommunicationWebsitePageCategoryLocalizationBlocksItems.md +6 -0
- data/docs/OneOfcommunicationWebsitePageLocalizationBlocksItems.md +6 -0
- data/docs/OneOfcommunicationWebsitePostLocalizationBlocksItems.md +6 -0
- data/docs/OneOfuniversityOrganizationCategoryLocalizationBlocksItems.md +6 -0
- data/docs/OneOfuniversityOrganizationLocalizationBlocksItems.md +6 -0
- data/docs/OrganizationsCategoriesBody.md +7 -0
- data/docs/OrganizationsIdBody.md +7 -0
- data/docs/OrganizationsUpsertBody.md +7 -0
- data/docs/PagesCategoriesBody.md +7 -0
- data/docs/PagesIdBody.md +7 -0
- data/docs/PagesUpsertBody.md +7 -0
- data/docs/PostsIdBody.md +7 -0
- data/docs/PostsUpsertBody.md +7 -0
- data/docs/UniversityOrganization.md +24 -0
- data/docs/UniversityOrganizationApi.md +314 -0
- data/docs/UniversityOrganizationCategory.md +14 -0
- data/docs/UniversityOrganizationCategoryApi.md +314 -0
- data/docs/UniversityOrganizationCategoryLocalization.md +16 -0
- data/docs/UniversityOrganizationLocalization.md +24 -0
- data/docs/UniversityOrganizationsBody.md +7 -0
- data/docs/WebsiteIdPagesBody.md +7 -0
- data/docs/WebsiteIdPostsBody.md +7 -0
- data/generate.sh +2 -0
- data/git_push.sh +55 -0
- data/lib/osuny_api/api/communication_website_agenda_category_api.rb +374 -0
- data/lib/osuny_api/api/communication_website_agenda_event_api.rb +374 -0
- data/lib/osuny_api/api/communication_website_api.rb +122 -0
- data/lib/osuny_api/api/communication_website_page_api.rb +374 -0
- data/lib/osuny_api/api/communication_website_page_category_api.rb +374 -0
- data/lib/osuny_api/api/communication_website_post_api.rb +374 -0
- data/lib/osuny_api/api/university_organization_api.rb +338 -0
- data/lib/osuny_api/api/university_organization_category_api.rb +338 -0
- data/lib/osuny_api/api_client.rb +388 -0
- data/lib/osuny_api/api_error.rb +57 -0
- data/lib/osuny_api/configuration.rb +205 -0
- data/lib/osuny_api/models/agenda_categories_body.rb +211 -0
- data/lib/osuny_api/models/agenda_events_body.rb +211 -0
- data/lib/osuny_api/models/categories_id_body.rb +211 -0
- data/lib/osuny_api/models/categories_id_body_1.rb +211 -0
- data/lib/osuny_api/models/categories_id_body_2.rb +211 -0
- data/lib/osuny_api/models/categories_upsert_body.rb +213 -0
- data/lib/osuny_api/models/categories_upsert_body_1.rb +213 -0
- data/lib/osuny_api/models/categories_upsert_body_2.rb +213 -0
- data/lib/osuny_api/models/communication_block_agenda.rb +312 -0
- data/lib/osuny_api/models/communication_block_agenda_data.rb +384 -0
- data/lib/osuny_api/models/communication_block_agenda_data_elements.rb +206 -0
- data/lib/osuny_api/models/communication_block_call_to_action.rb +312 -0
- data/lib/osuny_api/models/communication_block_call_to_action_data.rb +288 -0
- data/lib/osuny_api/models/communication_block_call_to_action_data_elements.rb +224 -0
- data/lib/osuny_api/models/communication_block_call_to_action_data_image.rb +227 -0
- data/lib/osuny_api/models/communication_block_categories.rb +312 -0
- data/lib/osuny_api/models/communication_block_categories_data.rb +307 -0
- data/lib/osuny_api/models/communication_block_chapter.rb +312 -0
- data/lib/osuny_api/models/communication_block_chapter_data.rb +286 -0
- data/lib/osuny_api/models/communication_block_contact.rb +312 -0
- data/lib/osuny_api/models/communication_block_contact_data.rb +393 -0
- data/lib/osuny_api/models/communication_block_contact_data_elements.rb +224 -0
- data/lib/osuny_api/models/communication_block_contact_data_time_slot_morning.rb +215 -0
- data/lib/osuny_api/models/communication_block_datatable.rb +312 -0
- data/lib/osuny_api/models/communication_block_datatable_data.rb +247 -0
- data/lib/osuny_api/models/communication_block_datatable_data_elements.rb +208 -0
- data/lib/osuny_api/models/communication_block_definitions.rb +312 -0
- data/lib/osuny_api/models/communication_block_definitions_data.rb +218 -0
- data/lib/osuny_api/models/communication_block_definitions_data_elements.rb +215 -0
- data/lib/osuny_api/models/communication_block_embed.rb +312 -0
- data/lib/osuny_api/models/communication_block_embed_data.rb +225 -0
- data/lib/osuny_api/models/communication_block_features.rb +312 -0
- data/lib/osuny_api/models/communication_block_features_data.rb +218 -0
- data/lib/osuny_api/models/communication_block_features_data_elements.rb +242 -0
- data/lib/osuny_api/models/communication_block_files.rb +312 -0
- data/lib/osuny_api/models/communication_block_files_data.rb +218 -0
- data/lib/osuny_api/models/communication_block_files_data_elements.rb +224 -0
- data/lib/osuny_api/models/communication_block_gallery.rb +312 -0
- data/lib/osuny_api/models/communication_block_gallery_data.rb +261 -0
- data/lib/osuny_api/models/communication_block_gallery_data_elements.rb +233 -0
- data/lib/osuny_api/models/communication_block_image.rb +312 -0
- data/lib/osuny_api/models/communication_block_image_data.rb +234 -0
- data/lib/osuny_api/models/communication_block_key_figures.rb +312 -0
- data/lib/osuny_api/models/communication_block_key_figures_data.rb +218 -0
- data/lib/osuny_api/models/communication_block_key_figures_data_elements.rb +233 -0
- data/lib/osuny_api/models/communication_block_license.rb +312 -0
- data/lib/osuny_api/models/communication_block_license_data.rb +334 -0
- data/lib/osuny_api/models/communication_block_links.rb +312 -0
- data/lib/osuny_api/models/communication_block_links_data.rb +218 -0
- data/lib/osuny_api/models/communication_block_links_data_elements.rb +242 -0
- data/lib/osuny_api/models/communication_block_locations.rb +312 -0
- data/lib/osuny_api/models/communication_block_locations_data.rb +270 -0
- data/lib/osuny_api/models/communication_block_locations_data_elements.rb +206 -0
- data/lib/osuny_api/models/communication_block_organizations.rb +312 -0
- data/lib/osuny_api/models/communication_block_organizations_data.rb +327 -0
- data/lib/osuny_api/models/communication_block_organizations_data_elements.rb +233 -0
- data/lib/osuny_api/models/communication_block_pages.rb +312 -0
- data/lib/osuny_api/models/communication_block_pages_data.rb +327 -0
- data/lib/osuny_api/models/communication_block_papers.rb +312 -0
- data/lib/osuny_api/models/communication_block_papers_data.rb +261 -0
- data/lib/osuny_api/models/communication_block_persons.rb +312 -0
- data/lib/osuny_api/models/communication_block_persons_data.rb +336 -0
- data/lib/osuny_api/models/communication_block_persons_data_elements.rb +215 -0
- data/lib/osuny_api/models/communication_block_posts.rb +312 -0
- data/lib/osuny_api/models/communication_block_posts_data.rb +354 -0
- data/lib/osuny_api/models/communication_block_programs.rb +312 -0
- data/lib/osuny_api/models/communication_block_programs_data.rb +279 -0
- data/lib/osuny_api/models/communication_block_projects.rb +312 -0
- data/lib/osuny_api/models/communication_block_projects_data.rb +336 -0
- data/lib/osuny_api/models/communication_block_sound.rb +312 -0
- data/lib/osuny_api/models/communication_block_sound_data.rb +225 -0
- data/lib/osuny_api/models/communication_block_testimonials.rb +312 -0
- data/lib/osuny_api/models/communication_block_testimonials_data.rb +209 -0
- data/lib/osuny_api/models/communication_block_testimonials_data_elements.rb +233 -0
- data/lib/osuny_api/models/communication_block_timeline.rb +312 -0
- data/lib/osuny_api/models/communication_block_timeline_data.rb +252 -0
- data/lib/osuny_api/models/communication_block_timeline_data_elements.rb +215 -0
- data/lib/osuny_api/models/communication_block_title.rb +312 -0
- data/lib/osuny_api/models/communication_block_title_data.rb +241 -0
- data/lib/osuny_api/models/communication_block_video.rb +312 -0
- data/lib/osuny_api/models/communication_block_video_data.rb +277 -0
- data/lib/osuny_api/models/communication_block_volumes.rb +312 -0
- data/lib/osuny_api/models/communication_website.rb +282 -0
- data/lib/osuny_api/models/communication_website_agenda_category.rb +274 -0
- data/lib/osuny_api/models/communication_website_agenda_category_localization.rb +302 -0
- data/lib/osuny_api/models/communication_website_agenda_category_localization_featured_image.rb +237 -0
- data/lib/osuny_api/models/communication_website_agenda_event.rb +315 -0
- data/lib/osuny_api/models/communication_website_agenda_event_localization.rb +380 -0
- data/lib/osuny_api/models/communication_website_agenda_event_localization_add_to_calendar_urls.rb +242 -0
- data/lib/osuny_api/models/communication_website_agenda_event_time_slot.rb +265 -0
- data/lib/osuny_api/models/communication_website_agenda_event_time_slot_localization.rb +263 -0
- data/lib/osuny_api/models/communication_website_deuxfleurs.rb +216 -0
- data/lib/osuny_api/models/communication_website_features.rb +224 -0
- data/lib/osuny_api/models/communication_website_git.rb +237 -0
- data/lib/osuny_api/models/communication_website_localization.rb +362 -0
- data/lib/osuny_api/models/communication_website_page.rb +306 -0
- data/lib/osuny_api/models/communication_website_page_category.rb +274 -0
- data/lib/osuny_api/models/communication_website_page_category_localization.rb +302 -0
- data/lib/osuny_api/models/communication_website_page_localization.rb +371 -0
- data/lib/osuny_api/models/communication_website_post.rb +255 -0
- data/lib/osuny_api/models/communication_website_post_localization.rb +341 -0
- data/lib/osuny_api/models/communication_website_showcase.rb +226 -0
- data/lib/osuny_api/models/communication_website_showcase_tags.rb +224 -0
- data/lib/osuny_api/models/events_id_body.rb +211 -0
- data/lib/osuny_api/models/events_upsert_body.rb +213 -0
- data/lib/osuny_api/models/one_ofcommunication_website_agenda_category_localization_blocks_items.rb +197 -0
- data/lib/osuny_api/models/one_ofcommunication_website_agenda_event_localization_blocks_items.rb +197 -0
- data/lib/osuny_api/models/one_ofcommunication_website_page_category_localization_blocks_items.rb +197 -0
- data/lib/osuny_api/models/one_ofcommunication_website_page_localization_blocks_items.rb +197 -0
- data/lib/osuny_api/models/one_ofcommunication_website_post_localization_blocks_items.rb +197 -0
- data/lib/osuny_api/models/one_ofuniversity_organization_category_localization_blocks_items.rb +197 -0
- data/lib/osuny_api/models/one_ofuniversity_organization_localization_blocks_items.rb +197 -0
- data/lib/osuny_api/models/organizations_categories_body.rb +211 -0
- data/lib/osuny_api/models/organizations_id_body.rb +211 -0
- data/lib/osuny_api/models/organizations_upsert_body.rb +213 -0
- data/lib/osuny_api/models/pages_categories_body.rb +211 -0
- data/lib/osuny_api/models/pages_id_body.rb +211 -0
- data/lib/osuny_api/models/pages_upsert_body.rb +213 -0
- data/lib/osuny_api/models/posts_id_body.rb +211 -0
- data/lib/osuny_api/models/posts_upsert_body.rb +213 -0
- data/lib/osuny_api/models/university_organization.rb +409 -0
- data/lib/osuny_api/models/university_organization_category.rb +274 -0
- data/lib/osuny_api/models/university_organization_category_localization.rb +292 -0
- data/lib/osuny_api/models/university_organization_localization.rb +373 -0
- data/lib/osuny_api/models/university_organizations_body.rb +211 -0
- data/lib/osuny_api/models/website_id_pages_body.rb +211 -0
- data/lib/osuny_api/models/website_id_posts_body.rb +211 -0
- data/lib/osuny_api/version.rb +11 -2
- data/lib/osuny_api.rb +165 -11
- data/osuny_api.gemspec +37 -30
- data/pkg/osuny_api-0.2.6.gem +0 -0
- data/pkg/osuny_api-1.0.0.gem +0 -0
- data/spec/api/communication_website_agenda_category_api_spec.rb +106 -0
- data/spec/api/communication_website_agenda_event_api_spec.rb +106 -0
- data/spec/api/communication_website_api_spec.rb +55 -0
- data/spec/api/communication_website_page_api_spec.rb +106 -0
- data/spec/api/communication_website_page_category_api_spec.rb +106 -0
- data/spec/api/communication_website_post_api_spec.rb +106 -0
- data/spec/api/university_organization_api_spec.rb +100 -0
- data/spec/api/university_organization_category_api_spec.rb +100 -0
- data/spec/api_client_spec.rb +225 -0
- data/spec/base_object_spec.rb +109 -0
- data/spec/configuration_spec.rb +41 -0
- data/spec/models/agenda_categories_body_spec.rb +40 -0
- data/spec/models/agenda_events_body_spec.rb +40 -0
- data/spec/models/categories_id_body_1_spec.rb +40 -0
- data/spec/models/categories_id_body_2_spec.rb +40 -0
- data/spec/models/categories_id_body_spec.rb +40 -0
- data/spec/models/categories_upsert_body_1_spec.rb +40 -0
- data/spec/models/categories_upsert_body_2_spec.rb +40 -0
- data/spec/models/categories_upsert_body_spec.rb +40 -0
- data/spec/models/communication_block_agenda_data_elements_spec.rb +40 -0
- data/spec/models/communication_block_agenda_data_spec.rb +130 -0
- data/spec/models/communication_block_agenda_spec.rb +86 -0
- data/spec/models/communication_block_call_to_action_data_elements_spec.rb +52 -0
- data/spec/models/communication_block_call_to_action_data_image_spec.rb +52 -0
- data/spec/models/communication_block_call_to_action_data_spec.rb +74 -0
- data/spec/models/communication_block_call_to_action_spec.rb +86 -0
- data/spec/models/communication_block_categories_data_spec.rb +84 -0
- data/spec/models/communication_block_categories_spec.rb +86 -0
- data/spec/models/communication_block_chapter_data_spec.rb +74 -0
- data/spec/models/communication_block_chapter_spec.rb +86 -0
- data/spec/models/communication_block_contact_data_elements_spec.rb +52 -0
- data/spec/models/communication_block_contact_data_spec.rb +160 -0
- data/spec/models/communication_block_contact_data_time_slot_morning_spec.rb +46 -0
- data/spec/models/communication_block_contact_spec.rb +86 -0
- data/spec/models/communication_block_datatable_data_elements_spec.rb +40 -0
- data/spec/models/communication_block_datatable_data_spec.rb +64 -0
- data/spec/models/communication_block_datatable_spec.rb +86 -0
- data/spec/models/communication_block_definitions_data_elements_spec.rb +46 -0
- data/spec/models/communication_block_definitions_data_spec.rb +46 -0
- data/spec/models/communication_block_definitions_spec.rb +86 -0
- data/spec/models/communication_block_embed_data_spec.rb +52 -0
- data/spec/models/communication_block_embed_spec.rb +86 -0
- data/spec/models/communication_block_features_data_elements_spec.rb +64 -0
- data/spec/models/communication_block_features_data_spec.rb +46 -0
- data/spec/models/communication_block_features_spec.rb +86 -0
- data/spec/models/communication_block_files_data_elements_spec.rb +52 -0
- data/spec/models/communication_block_files_data_spec.rb +46 -0
- data/spec/models/communication_block_files_spec.rb +86 -0
- data/spec/models/communication_block_gallery_data_elements_spec.rb +58 -0
- data/spec/models/communication_block_gallery_data_spec.rb +56 -0
- data/spec/models/communication_block_gallery_spec.rb +86 -0
- data/spec/models/communication_block_image_data_spec.rb +58 -0
- data/spec/models/communication_block_image_spec.rb +86 -0
- data/spec/models/communication_block_key_figures_data_elements_spec.rb +58 -0
- data/spec/models/communication_block_key_figures_data_spec.rb +46 -0
- data/spec/models/communication_block_key_figures_spec.rb +86 -0
- data/spec/models/communication_block_license_data_spec.rb +90 -0
- data/spec/models/communication_block_license_spec.rb +86 -0
- data/spec/models/communication_block_links_data_elements_spec.rb +64 -0
- data/spec/models/communication_block_links_data_spec.rb +46 -0
- data/spec/models/communication_block_links_spec.rb +86 -0
- data/spec/models/communication_block_locations_data_elements_spec.rb +40 -0
- data/spec/models/communication_block_locations_data_spec.rb +62 -0
- data/spec/models/communication_block_locations_spec.rb +86 -0
- data/spec/models/communication_block_organizations_data_elements_spec.rb +58 -0
- data/spec/models/communication_block_organizations_data_spec.rb +96 -0
- data/spec/models/communication_block_organizations_spec.rb +86 -0
- data/spec/models/communication_block_pages_data_spec.rb +96 -0
- data/spec/models/communication_block_pages_spec.rb +86 -0
- data/spec/models/communication_block_papers_data_spec.rb +56 -0
- data/spec/models/communication_block_papers_spec.rb +86 -0
- data/spec/models/communication_block_persons_data_elements_spec.rb +46 -0
- data/spec/models/communication_block_persons_data_spec.rb +102 -0
- data/spec/models/communication_block_persons_spec.rb +86 -0
- data/spec/models/communication_block_posts_data_spec.rb +114 -0
- data/spec/models/communication_block_posts_spec.rb +86 -0
- data/spec/models/communication_block_programs_data_spec.rb +68 -0
- data/spec/models/communication_block_programs_spec.rb +86 -0
- data/spec/models/communication_block_projects_data_spec.rb +102 -0
- data/spec/models/communication_block_projects_spec.rb +86 -0
- data/spec/models/communication_block_sound_data_spec.rb +52 -0
- data/spec/models/communication_block_sound_spec.rb +86 -0
- data/spec/models/communication_block_testimonials_data_elements_spec.rb +58 -0
- data/spec/models/communication_block_testimonials_data_spec.rb +40 -0
- data/spec/models/communication_block_testimonials_spec.rb +86 -0
- data/spec/models/communication_block_timeline_data_elements_spec.rb +46 -0
- data/spec/models/communication_block_timeline_data_spec.rb +50 -0
- data/spec/models/communication_block_timeline_spec.rb +86 -0
- data/spec/models/communication_block_title_data_spec.rb +44 -0
- data/spec/models/communication_block_title_spec.rb +86 -0
- data/spec/models/communication_block_video_data_spec.rb +68 -0
- data/spec/models/communication_block_video_spec.rb +86 -0
- data/spec/models/communication_block_volumes_spec.rb +86 -0
- data/spec/models/communication_website_agenda_category_localization_featured_image_spec.rb +58 -0
- data/spec/models/communication_website_agenda_category_localization_spec.rb +100 -0
- data/spec/models/communication_website_agenda_category_spec.rb +82 -0
- data/spec/models/communication_website_agenda_event_localization_add_to_calendar_urls_spec.rb +64 -0
- data/spec/models/communication_website_agenda_event_localization_spec.rb +148 -0
- data/spec/models/communication_website_agenda_event_spec.rb +106 -0
- data/spec/models/communication_website_agenda_event_time_slot_localization_spec.rb +76 -0
- data/spec/models/communication_website_agenda_event_time_slot_spec.rb +76 -0
- data/spec/models/communication_website_deuxfleurs_spec.rb +46 -0
- data/spec/models/communication_website_features_spec.rb +52 -0
- data/spec/models/communication_website_git_spec.rb +58 -0
- data/spec/models/communication_website_localization_spec.rb +136 -0
- data/spec/models/communication_website_page_category_localization_spec.rb +100 -0
- data/spec/models/communication_website_page_category_spec.rb +82 -0
- data/spec/models/communication_website_page_localization_spec.rb +142 -0
- data/spec/models/communication_website_page_spec.rb +100 -0
- data/spec/models/communication_website_post_localization_spec.rb +124 -0
- data/spec/models/communication_website_post_spec.rb +70 -0
- data/spec/models/communication_website_showcase_spec.rb +52 -0
- data/spec/models/communication_website_showcase_tags_spec.rb +52 -0
- data/spec/models/communication_website_spec.rb +88 -0
- data/spec/models/events_id_body_spec.rb +40 -0
- data/spec/models/events_upsert_body_spec.rb +40 -0
- data/spec/models/one_ofcommunication_website_agenda_category_localization_blocks_items_spec.rb +34 -0
- data/spec/models/one_ofcommunication_website_agenda_event_localization_blocks_items_spec.rb +34 -0
- data/spec/models/one_ofcommunication_website_page_category_localization_blocks_items_spec.rb +34 -0
- data/spec/models/one_ofcommunication_website_page_localization_blocks_items_spec.rb +34 -0
- data/spec/models/one_ofcommunication_website_post_localization_blocks_items_spec.rb +34 -0
- data/spec/models/one_ofuniversity_organization_category_localization_blocks_items_spec.rb +34 -0
- data/spec/models/one_ofuniversity_organization_localization_blocks_items_spec.rb +34 -0
- data/spec/models/organizations_categories_body_spec.rb +40 -0
- data/spec/models/organizations_id_body_spec.rb +40 -0
- data/spec/models/organizations_upsert_body_spec.rb +40 -0
- data/spec/models/pages_categories_body_spec.rb +40 -0
- data/spec/models/pages_id_body_spec.rb +40 -0
- data/spec/models/pages_upsert_body_spec.rb +40 -0
- data/spec/models/posts_id_body_spec.rb +40 -0
- data/spec/models/posts_upsert_body_spec.rb +40 -0
- data/spec/models/university_organization_category_localization_spec.rb +94 -0
- data/spec/models/university_organization_category_spec.rb +82 -0
- data/spec/models/university_organization_localization_spec.rb +142 -0
- data/spec/models/university_organization_spec.rb +146 -0
- data/spec/models/university_organizations_body_spec.rb +40 -0
- data/spec/models/website_id_pages_body_spec.rb +40 -0
- data/spec/models/website_id_posts_body_spec.rb +40 -0
- data/spec/spec_helper.rb +110 -0
- metadata +614 -24
- data/lib/osuny_api/client.rb +0 -41
- data/lib/osuny_api/communication/website/page.rb +0 -12
- data/lib/osuny_api/communication/website/post.rb +0 -12
- data/lib/osuny_api/communication/website.rb +0 -18
- data/lib/osuny_api/communication.rb +0 -13
- data/lib/osuny_api/error.rb +0 -4
- data/lib/osuny_api/resource.rb +0 -20
metadata
CHANGED
@@ -1,31 +1,76 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: osuny_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arnaud Levy
|
8
8
|
- Sébastien Gaya
|
9
|
-
|
10
|
-
bindir: exe
|
9
|
+
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2025-05-09 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
|
-
name:
|
14
|
+
name: typhoeus
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
16
|
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.0'
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 1.0.1
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - "~>"
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '1.0'
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 1.0.1
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: json
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '2.1'
|
18
40
|
- - ">="
|
19
41
|
- !ruby/object:Gem::Version
|
20
|
-
version:
|
42
|
+
version: 2.1.0
|
21
43
|
type: :runtime
|
22
44
|
prerelease: false
|
23
45
|
version_requirements: !ruby/object:Gem::Requirement
|
24
46
|
requirements:
|
47
|
+
- - "~>"
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: '2.1'
|
50
|
+
- - ">="
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: 2.1.0
|
53
|
+
- !ruby/object:Gem::Dependency
|
54
|
+
name: rspec
|
55
|
+
requirement: !ruby/object:Gem::Requirement
|
56
|
+
requirements:
|
57
|
+
- - "~>"
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
version: '3.6'
|
60
|
+
- - ">="
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: 3.6.0
|
63
|
+
type: :development
|
64
|
+
prerelease: false
|
65
|
+
version_requirements: !ruby/object:Gem::Requirement
|
66
|
+
requirements:
|
67
|
+
- - "~>"
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: '3.6'
|
25
70
|
- - ">="
|
26
71
|
- !ruby/object:Gem::Version
|
27
|
-
version:
|
28
|
-
description:
|
72
|
+
version: 3.6.0
|
73
|
+
description: Ruby Gem for the Osuny API
|
29
74
|
email:
|
30
75
|
- contact@arnaudlevy.com
|
31
76
|
- sebastien.gaya@gmail.com
|
@@ -38,23 +83,430 @@ files:
|
|
38
83
|
- LICENSE.txt
|
39
84
|
- README.md
|
40
85
|
- Rakefile
|
86
|
+
- config.json
|
87
|
+
- docs/AgendaCategoriesBody.md
|
88
|
+
- docs/AgendaEventsBody.md
|
89
|
+
- docs/CategoriesIdBody.md
|
90
|
+
- docs/CategoriesIdBody1.md
|
91
|
+
- docs/CategoriesIdBody2.md
|
92
|
+
- docs/CategoriesUpsertBody.md
|
93
|
+
- docs/CategoriesUpsertBody1.md
|
94
|
+
- docs/CategoriesUpsertBody2.md
|
95
|
+
- docs/CommunicationBlockAgenda.md
|
96
|
+
- docs/CommunicationBlockAgendaData.md
|
97
|
+
- docs/CommunicationBlockAgendaDataElements.md
|
98
|
+
- docs/CommunicationBlockCallToAction.md
|
99
|
+
- docs/CommunicationBlockCallToActionData.md
|
100
|
+
- docs/CommunicationBlockCallToActionDataElements.md
|
101
|
+
- docs/CommunicationBlockCallToActionDataImage.md
|
102
|
+
- docs/CommunicationBlockCategories.md
|
103
|
+
- docs/CommunicationBlockCategoriesData.md
|
104
|
+
- docs/CommunicationBlockChapter.md
|
105
|
+
- docs/CommunicationBlockChapterData.md
|
106
|
+
- docs/CommunicationBlockContact.md
|
107
|
+
- docs/CommunicationBlockContactData.md
|
108
|
+
- docs/CommunicationBlockContactDataElements.md
|
109
|
+
- docs/CommunicationBlockContactDataTimeSlotMorning.md
|
110
|
+
- docs/CommunicationBlockDatatable.md
|
111
|
+
- docs/CommunicationBlockDatatableData.md
|
112
|
+
- docs/CommunicationBlockDatatableDataElements.md
|
113
|
+
- docs/CommunicationBlockDefinitions.md
|
114
|
+
- docs/CommunicationBlockDefinitionsData.md
|
115
|
+
- docs/CommunicationBlockDefinitionsDataElements.md
|
116
|
+
- docs/CommunicationBlockEmbed.md
|
117
|
+
- docs/CommunicationBlockEmbedData.md
|
118
|
+
- docs/CommunicationBlockFeatures.md
|
119
|
+
- docs/CommunicationBlockFeaturesData.md
|
120
|
+
- docs/CommunicationBlockFeaturesDataElements.md
|
121
|
+
- docs/CommunicationBlockFiles.md
|
122
|
+
- docs/CommunicationBlockFilesData.md
|
123
|
+
- docs/CommunicationBlockFilesDataElements.md
|
124
|
+
- docs/CommunicationBlockGallery.md
|
125
|
+
- docs/CommunicationBlockGalleryData.md
|
126
|
+
- docs/CommunicationBlockGalleryDataElements.md
|
127
|
+
- docs/CommunicationBlockImage.md
|
128
|
+
- docs/CommunicationBlockImageData.md
|
129
|
+
- docs/CommunicationBlockKeyFigures.md
|
130
|
+
- docs/CommunicationBlockKeyFiguresData.md
|
131
|
+
- docs/CommunicationBlockKeyFiguresDataElements.md
|
132
|
+
- docs/CommunicationBlockLicense.md
|
133
|
+
- docs/CommunicationBlockLicenseData.md
|
134
|
+
- docs/CommunicationBlockLinks.md
|
135
|
+
- docs/CommunicationBlockLinksData.md
|
136
|
+
- docs/CommunicationBlockLinksDataElements.md
|
137
|
+
- docs/CommunicationBlockLocations.md
|
138
|
+
- docs/CommunicationBlockLocationsData.md
|
139
|
+
- docs/CommunicationBlockLocationsDataElements.md
|
140
|
+
- docs/CommunicationBlockOrganizations.md
|
141
|
+
- docs/CommunicationBlockOrganizationsData.md
|
142
|
+
- docs/CommunicationBlockOrganizationsDataElements.md
|
143
|
+
- docs/CommunicationBlockPages.md
|
144
|
+
- docs/CommunicationBlockPagesData.md
|
145
|
+
- docs/CommunicationBlockPapers.md
|
146
|
+
- docs/CommunicationBlockPapersData.md
|
147
|
+
- docs/CommunicationBlockPersons.md
|
148
|
+
- docs/CommunicationBlockPersonsData.md
|
149
|
+
- docs/CommunicationBlockPersonsDataElements.md
|
150
|
+
- docs/CommunicationBlockPosts.md
|
151
|
+
- docs/CommunicationBlockPostsData.md
|
152
|
+
- docs/CommunicationBlockPrograms.md
|
153
|
+
- docs/CommunicationBlockProgramsData.md
|
154
|
+
- docs/CommunicationBlockProjects.md
|
155
|
+
- docs/CommunicationBlockProjectsData.md
|
156
|
+
- docs/CommunicationBlockSound.md
|
157
|
+
- docs/CommunicationBlockSoundData.md
|
158
|
+
- docs/CommunicationBlockTestimonials.md
|
159
|
+
- docs/CommunicationBlockTestimonialsData.md
|
160
|
+
- docs/CommunicationBlockTestimonialsDataElements.md
|
161
|
+
- docs/CommunicationBlockTimeline.md
|
162
|
+
- docs/CommunicationBlockTimelineData.md
|
163
|
+
- docs/CommunicationBlockTimelineDataElements.md
|
164
|
+
- docs/CommunicationBlockTitle.md
|
165
|
+
- docs/CommunicationBlockTitleData.md
|
166
|
+
- docs/CommunicationBlockVideo.md
|
167
|
+
- docs/CommunicationBlockVideoData.md
|
168
|
+
- docs/CommunicationBlockVolumes.md
|
169
|
+
- docs/CommunicationWebsite.md
|
170
|
+
- docs/CommunicationWebsiteAgendaCategory.md
|
171
|
+
- docs/CommunicationWebsiteAgendaCategoryApi.md
|
172
|
+
- docs/CommunicationWebsiteAgendaCategoryLocalization.md
|
173
|
+
- docs/CommunicationWebsiteAgendaCategoryLocalizationFeaturedImage.md
|
174
|
+
- docs/CommunicationWebsiteAgendaEvent.md
|
175
|
+
- docs/CommunicationWebsiteAgendaEventApi.md
|
176
|
+
- docs/CommunicationWebsiteAgendaEventLocalization.md
|
177
|
+
- docs/CommunicationWebsiteAgendaEventLocalizationAddToCalendarUrls.md
|
178
|
+
- docs/CommunicationWebsiteAgendaEventTimeSlot.md
|
179
|
+
- docs/CommunicationWebsiteAgendaEventTimeSlotLocalization.md
|
180
|
+
- docs/CommunicationWebsiteApi.md
|
181
|
+
- docs/CommunicationWebsiteDeuxfleurs.md
|
182
|
+
- docs/CommunicationWebsiteFeatures.md
|
183
|
+
- docs/CommunicationWebsiteGit.md
|
184
|
+
- docs/CommunicationWebsiteLocalization.md
|
185
|
+
- docs/CommunicationWebsitePage.md
|
186
|
+
- docs/CommunicationWebsitePageApi.md
|
187
|
+
- docs/CommunicationWebsitePageCategory.md
|
188
|
+
- docs/CommunicationWebsitePageCategoryApi.md
|
189
|
+
- docs/CommunicationWebsitePageCategoryLocalization.md
|
190
|
+
- docs/CommunicationWebsitePageLocalization.md
|
191
|
+
- docs/CommunicationWebsitePost.md
|
192
|
+
- docs/CommunicationWebsitePostApi.md
|
193
|
+
- docs/CommunicationWebsitePostLocalization.md
|
194
|
+
- docs/CommunicationWebsiteShowcase.md
|
195
|
+
- docs/CommunicationWebsiteShowcaseTags.md
|
196
|
+
- docs/EventsIdBody.md
|
197
|
+
- docs/EventsUpsertBody.md
|
198
|
+
- docs/OneOfcommunicationWebsiteAgendaCategoryLocalizationBlocksItems.md
|
199
|
+
- docs/OneOfcommunicationWebsiteAgendaEventLocalizationBlocksItems.md
|
200
|
+
- docs/OneOfcommunicationWebsitePageCategoryLocalizationBlocksItems.md
|
201
|
+
- docs/OneOfcommunicationWebsitePageLocalizationBlocksItems.md
|
202
|
+
- docs/OneOfcommunicationWebsitePostLocalizationBlocksItems.md
|
203
|
+
- docs/OneOfuniversityOrganizationCategoryLocalizationBlocksItems.md
|
204
|
+
- docs/OneOfuniversityOrganizationLocalizationBlocksItems.md
|
205
|
+
- docs/OrganizationsCategoriesBody.md
|
206
|
+
- docs/OrganizationsIdBody.md
|
207
|
+
- docs/OrganizationsUpsertBody.md
|
208
|
+
- docs/PagesCategoriesBody.md
|
209
|
+
- docs/PagesIdBody.md
|
210
|
+
- docs/PagesUpsertBody.md
|
211
|
+
- docs/PostsIdBody.md
|
212
|
+
- docs/PostsUpsertBody.md
|
213
|
+
- docs/UniversityOrganization.md
|
214
|
+
- docs/UniversityOrganizationApi.md
|
215
|
+
- docs/UniversityOrganizationCategory.md
|
216
|
+
- docs/UniversityOrganizationCategoryApi.md
|
217
|
+
- docs/UniversityOrganizationCategoryLocalization.md
|
218
|
+
- docs/UniversityOrganizationLocalization.md
|
219
|
+
- docs/UniversityOrganizationsBody.md
|
220
|
+
- docs/WebsiteIdPagesBody.md
|
221
|
+
- docs/WebsiteIdPostsBody.md
|
222
|
+
- generate.sh
|
223
|
+
- git_push.sh
|
41
224
|
- lib/osuny_api.rb
|
42
|
-
- lib/osuny_api/
|
43
|
-
- lib/osuny_api/
|
44
|
-
- lib/osuny_api/
|
45
|
-
- lib/osuny_api/
|
46
|
-
- lib/osuny_api/
|
47
|
-
- lib/osuny_api/
|
48
|
-
- lib/osuny_api/
|
225
|
+
- lib/osuny_api/api/communication_website_agenda_category_api.rb
|
226
|
+
- lib/osuny_api/api/communication_website_agenda_event_api.rb
|
227
|
+
- lib/osuny_api/api/communication_website_api.rb
|
228
|
+
- lib/osuny_api/api/communication_website_page_api.rb
|
229
|
+
- lib/osuny_api/api/communication_website_page_category_api.rb
|
230
|
+
- lib/osuny_api/api/communication_website_post_api.rb
|
231
|
+
- lib/osuny_api/api/university_organization_api.rb
|
232
|
+
- lib/osuny_api/api/university_organization_category_api.rb
|
233
|
+
- lib/osuny_api/api_client.rb
|
234
|
+
- lib/osuny_api/api_error.rb
|
235
|
+
- lib/osuny_api/configuration.rb
|
236
|
+
- lib/osuny_api/models/agenda_categories_body.rb
|
237
|
+
- lib/osuny_api/models/agenda_events_body.rb
|
238
|
+
- lib/osuny_api/models/categories_id_body.rb
|
239
|
+
- lib/osuny_api/models/categories_id_body_1.rb
|
240
|
+
- lib/osuny_api/models/categories_id_body_2.rb
|
241
|
+
- lib/osuny_api/models/categories_upsert_body.rb
|
242
|
+
- lib/osuny_api/models/categories_upsert_body_1.rb
|
243
|
+
- lib/osuny_api/models/categories_upsert_body_2.rb
|
244
|
+
- lib/osuny_api/models/communication_block_agenda.rb
|
245
|
+
- lib/osuny_api/models/communication_block_agenda_data.rb
|
246
|
+
- lib/osuny_api/models/communication_block_agenda_data_elements.rb
|
247
|
+
- lib/osuny_api/models/communication_block_call_to_action.rb
|
248
|
+
- lib/osuny_api/models/communication_block_call_to_action_data.rb
|
249
|
+
- lib/osuny_api/models/communication_block_call_to_action_data_elements.rb
|
250
|
+
- lib/osuny_api/models/communication_block_call_to_action_data_image.rb
|
251
|
+
- lib/osuny_api/models/communication_block_categories.rb
|
252
|
+
- lib/osuny_api/models/communication_block_categories_data.rb
|
253
|
+
- lib/osuny_api/models/communication_block_chapter.rb
|
254
|
+
- lib/osuny_api/models/communication_block_chapter_data.rb
|
255
|
+
- lib/osuny_api/models/communication_block_contact.rb
|
256
|
+
- lib/osuny_api/models/communication_block_contact_data.rb
|
257
|
+
- lib/osuny_api/models/communication_block_contact_data_elements.rb
|
258
|
+
- lib/osuny_api/models/communication_block_contact_data_time_slot_morning.rb
|
259
|
+
- lib/osuny_api/models/communication_block_datatable.rb
|
260
|
+
- lib/osuny_api/models/communication_block_datatable_data.rb
|
261
|
+
- lib/osuny_api/models/communication_block_datatable_data_elements.rb
|
262
|
+
- lib/osuny_api/models/communication_block_definitions.rb
|
263
|
+
- lib/osuny_api/models/communication_block_definitions_data.rb
|
264
|
+
- lib/osuny_api/models/communication_block_definitions_data_elements.rb
|
265
|
+
- lib/osuny_api/models/communication_block_embed.rb
|
266
|
+
- lib/osuny_api/models/communication_block_embed_data.rb
|
267
|
+
- lib/osuny_api/models/communication_block_features.rb
|
268
|
+
- lib/osuny_api/models/communication_block_features_data.rb
|
269
|
+
- lib/osuny_api/models/communication_block_features_data_elements.rb
|
270
|
+
- lib/osuny_api/models/communication_block_files.rb
|
271
|
+
- lib/osuny_api/models/communication_block_files_data.rb
|
272
|
+
- lib/osuny_api/models/communication_block_files_data_elements.rb
|
273
|
+
- lib/osuny_api/models/communication_block_gallery.rb
|
274
|
+
- lib/osuny_api/models/communication_block_gallery_data.rb
|
275
|
+
- lib/osuny_api/models/communication_block_gallery_data_elements.rb
|
276
|
+
- lib/osuny_api/models/communication_block_image.rb
|
277
|
+
- lib/osuny_api/models/communication_block_image_data.rb
|
278
|
+
- lib/osuny_api/models/communication_block_key_figures.rb
|
279
|
+
- lib/osuny_api/models/communication_block_key_figures_data.rb
|
280
|
+
- lib/osuny_api/models/communication_block_key_figures_data_elements.rb
|
281
|
+
- lib/osuny_api/models/communication_block_license.rb
|
282
|
+
- lib/osuny_api/models/communication_block_license_data.rb
|
283
|
+
- lib/osuny_api/models/communication_block_links.rb
|
284
|
+
- lib/osuny_api/models/communication_block_links_data.rb
|
285
|
+
- lib/osuny_api/models/communication_block_links_data_elements.rb
|
286
|
+
- lib/osuny_api/models/communication_block_locations.rb
|
287
|
+
- lib/osuny_api/models/communication_block_locations_data.rb
|
288
|
+
- lib/osuny_api/models/communication_block_locations_data_elements.rb
|
289
|
+
- lib/osuny_api/models/communication_block_organizations.rb
|
290
|
+
- lib/osuny_api/models/communication_block_organizations_data.rb
|
291
|
+
- lib/osuny_api/models/communication_block_organizations_data_elements.rb
|
292
|
+
- lib/osuny_api/models/communication_block_pages.rb
|
293
|
+
- lib/osuny_api/models/communication_block_pages_data.rb
|
294
|
+
- lib/osuny_api/models/communication_block_papers.rb
|
295
|
+
- lib/osuny_api/models/communication_block_papers_data.rb
|
296
|
+
- lib/osuny_api/models/communication_block_persons.rb
|
297
|
+
- lib/osuny_api/models/communication_block_persons_data.rb
|
298
|
+
- lib/osuny_api/models/communication_block_persons_data_elements.rb
|
299
|
+
- lib/osuny_api/models/communication_block_posts.rb
|
300
|
+
- lib/osuny_api/models/communication_block_posts_data.rb
|
301
|
+
- lib/osuny_api/models/communication_block_programs.rb
|
302
|
+
- lib/osuny_api/models/communication_block_programs_data.rb
|
303
|
+
- lib/osuny_api/models/communication_block_projects.rb
|
304
|
+
- lib/osuny_api/models/communication_block_projects_data.rb
|
305
|
+
- lib/osuny_api/models/communication_block_sound.rb
|
306
|
+
- lib/osuny_api/models/communication_block_sound_data.rb
|
307
|
+
- lib/osuny_api/models/communication_block_testimonials.rb
|
308
|
+
- lib/osuny_api/models/communication_block_testimonials_data.rb
|
309
|
+
- lib/osuny_api/models/communication_block_testimonials_data_elements.rb
|
310
|
+
- lib/osuny_api/models/communication_block_timeline.rb
|
311
|
+
- lib/osuny_api/models/communication_block_timeline_data.rb
|
312
|
+
- lib/osuny_api/models/communication_block_timeline_data_elements.rb
|
313
|
+
- lib/osuny_api/models/communication_block_title.rb
|
314
|
+
- lib/osuny_api/models/communication_block_title_data.rb
|
315
|
+
- lib/osuny_api/models/communication_block_video.rb
|
316
|
+
- lib/osuny_api/models/communication_block_video_data.rb
|
317
|
+
- lib/osuny_api/models/communication_block_volumes.rb
|
318
|
+
- lib/osuny_api/models/communication_website.rb
|
319
|
+
- lib/osuny_api/models/communication_website_agenda_category.rb
|
320
|
+
- lib/osuny_api/models/communication_website_agenda_category_localization.rb
|
321
|
+
- lib/osuny_api/models/communication_website_agenda_category_localization_featured_image.rb
|
322
|
+
- lib/osuny_api/models/communication_website_agenda_event.rb
|
323
|
+
- lib/osuny_api/models/communication_website_agenda_event_localization.rb
|
324
|
+
- lib/osuny_api/models/communication_website_agenda_event_localization_add_to_calendar_urls.rb
|
325
|
+
- lib/osuny_api/models/communication_website_agenda_event_time_slot.rb
|
326
|
+
- lib/osuny_api/models/communication_website_agenda_event_time_slot_localization.rb
|
327
|
+
- lib/osuny_api/models/communication_website_deuxfleurs.rb
|
328
|
+
- lib/osuny_api/models/communication_website_features.rb
|
329
|
+
- lib/osuny_api/models/communication_website_git.rb
|
330
|
+
- lib/osuny_api/models/communication_website_localization.rb
|
331
|
+
- lib/osuny_api/models/communication_website_page.rb
|
332
|
+
- lib/osuny_api/models/communication_website_page_category.rb
|
333
|
+
- lib/osuny_api/models/communication_website_page_category_localization.rb
|
334
|
+
- lib/osuny_api/models/communication_website_page_localization.rb
|
335
|
+
- lib/osuny_api/models/communication_website_post.rb
|
336
|
+
- lib/osuny_api/models/communication_website_post_localization.rb
|
337
|
+
- lib/osuny_api/models/communication_website_showcase.rb
|
338
|
+
- lib/osuny_api/models/communication_website_showcase_tags.rb
|
339
|
+
- lib/osuny_api/models/events_id_body.rb
|
340
|
+
- lib/osuny_api/models/events_upsert_body.rb
|
341
|
+
- lib/osuny_api/models/one_ofcommunication_website_agenda_category_localization_blocks_items.rb
|
342
|
+
- lib/osuny_api/models/one_ofcommunication_website_agenda_event_localization_blocks_items.rb
|
343
|
+
- lib/osuny_api/models/one_ofcommunication_website_page_category_localization_blocks_items.rb
|
344
|
+
- lib/osuny_api/models/one_ofcommunication_website_page_localization_blocks_items.rb
|
345
|
+
- lib/osuny_api/models/one_ofcommunication_website_post_localization_blocks_items.rb
|
346
|
+
- lib/osuny_api/models/one_ofuniversity_organization_category_localization_blocks_items.rb
|
347
|
+
- lib/osuny_api/models/one_ofuniversity_organization_localization_blocks_items.rb
|
348
|
+
- lib/osuny_api/models/organizations_categories_body.rb
|
349
|
+
- lib/osuny_api/models/organizations_id_body.rb
|
350
|
+
- lib/osuny_api/models/organizations_upsert_body.rb
|
351
|
+
- lib/osuny_api/models/pages_categories_body.rb
|
352
|
+
- lib/osuny_api/models/pages_id_body.rb
|
353
|
+
- lib/osuny_api/models/pages_upsert_body.rb
|
354
|
+
- lib/osuny_api/models/posts_id_body.rb
|
355
|
+
- lib/osuny_api/models/posts_upsert_body.rb
|
356
|
+
- lib/osuny_api/models/university_organization.rb
|
357
|
+
- lib/osuny_api/models/university_organization_category.rb
|
358
|
+
- lib/osuny_api/models/university_organization_category_localization.rb
|
359
|
+
- lib/osuny_api/models/university_organization_localization.rb
|
360
|
+
- lib/osuny_api/models/university_organizations_body.rb
|
361
|
+
- lib/osuny_api/models/website_id_pages_body.rb
|
362
|
+
- lib/osuny_api/models/website_id_posts_body.rb
|
49
363
|
- lib/osuny_api/version.rb
|
50
364
|
- osuny_api.gemspec
|
365
|
+
- pkg/osuny_api-0.2.6.gem
|
366
|
+
- pkg/osuny_api-1.0.0.gem
|
367
|
+
- spec/api/communication_website_agenda_category_api_spec.rb
|
368
|
+
- spec/api/communication_website_agenda_event_api_spec.rb
|
369
|
+
- spec/api/communication_website_api_spec.rb
|
370
|
+
- spec/api/communication_website_page_api_spec.rb
|
371
|
+
- spec/api/communication_website_page_category_api_spec.rb
|
372
|
+
- spec/api/communication_website_post_api_spec.rb
|
373
|
+
- spec/api/university_organization_api_spec.rb
|
374
|
+
- spec/api/university_organization_category_api_spec.rb
|
375
|
+
- spec/api_client_spec.rb
|
376
|
+
- spec/base_object_spec.rb
|
377
|
+
- spec/configuration_spec.rb
|
378
|
+
- spec/models/agenda_categories_body_spec.rb
|
379
|
+
- spec/models/agenda_events_body_spec.rb
|
380
|
+
- spec/models/categories_id_body_1_spec.rb
|
381
|
+
- spec/models/categories_id_body_2_spec.rb
|
382
|
+
- spec/models/categories_id_body_spec.rb
|
383
|
+
- spec/models/categories_upsert_body_1_spec.rb
|
384
|
+
- spec/models/categories_upsert_body_2_spec.rb
|
385
|
+
- spec/models/categories_upsert_body_spec.rb
|
386
|
+
- spec/models/communication_block_agenda_data_elements_spec.rb
|
387
|
+
- spec/models/communication_block_agenda_data_spec.rb
|
388
|
+
- spec/models/communication_block_agenda_spec.rb
|
389
|
+
- spec/models/communication_block_call_to_action_data_elements_spec.rb
|
390
|
+
- spec/models/communication_block_call_to_action_data_image_spec.rb
|
391
|
+
- spec/models/communication_block_call_to_action_data_spec.rb
|
392
|
+
- spec/models/communication_block_call_to_action_spec.rb
|
393
|
+
- spec/models/communication_block_categories_data_spec.rb
|
394
|
+
- spec/models/communication_block_categories_spec.rb
|
395
|
+
- spec/models/communication_block_chapter_data_spec.rb
|
396
|
+
- spec/models/communication_block_chapter_spec.rb
|
397
|
+
- spec/models/communication_block_contact_data_elements_spec.rb
|
398
|
+
- spec/models/communication_block_contact_data_spec.rb
|
399
|
+
- spec/models/communication_block_contact_data_time_slot_morning_spec.rb
|
400
|
+
- spec/models/communication_block_contact_spec.rb
|
401
|
+
- spec/models/communication_block_datatable_data_elements_spec.rb
|
402
|
+
- spec/models/communication_block_datatable_data_spec.rb
|
403
|
+
- spec/models/communication_block_datatable_spec.rb
|
404
|
+
- spec/models/communication_block_definitions_data_elements_spec.rb
|
405
|
+
- spec/models/communication_block_definitions_data_spec.rb
|
406
|
+
- spec/models/communication_block_definitions_spec.rb
|
407
|
+
- spec/models/communication_block_embed_data_spec.rb
|
408
|
+
- spec/models/communication_block_embed_spec.rb
|
409
|
+
- spec/models/communication_block_features_data_elements_spec.rb
|
410
|
+
- spec/models/communication_block_features_data_spec.rb
|
411
|
+
- spec/models/communication_block_features_spec.rb
|
412
|
+
- spec/models/communication_block_files_data_elements_spec.rb
|
413
|
+
- spec/models/communication_block_files_data_spec.rb
|
414
|
+
- spec/models/communication_block_files_spec.rb
|
415
|
+
- spec/models/communication_block_gallery_data_elements_spec.rb
|
416
|
+
- spec/models/communication_block_gallery_data_spec.rb
|
417
|
+
- spec/models/communication_block_gallery_spec.rb
|
418
|
+
- spec/models/communication_block_image_data_spec.rb
|
419
|
+
- spec/models/communication_block_image_spec.rb
|
420
|
+
- spec/models/communication_block_key_figures_data_elements_spec.rb
|
421
|
+
- spec/models/communication_block_key_figures_data_spec.rb
|
422
|
+
- spec/models/communication_block_key_figures_spec.rb
|
423
|
+
- spec/models/communication_block_license_data_spec.rb
|
424
|
+
- spec/models/communication_block_license_spec.rb
|
425
|
+
- spec/models/communication_block_links_data_elements_spec.rb
|
426
|
+
- spec/models/communication_block_links_data_spec.rb
|
427
|
+
- spec/models/communication_block_links_spec.rb
|
428
|
+
- spec/models/communication_block_locations_data_elements_spec.rb
|
429
|
+
- spec/models/communication_block_locations_data_spec.rb
|
430
|
+
- spec/models/communication_block_locations_spec.rb
|
431
|
+
- spec/models/communication_block_organizations_data_elements_spec.rb
|
432
|
+
- spec/models/communication_block_organizations_data_spec.rb
|
433
|
+
- spec/models/communication_block_organizations_spec.rb
|
434
|
+
- spec/models/communication_block_pages_data_spec.rb
|
435
|
+
- spec/models/communication_block_pages_spec.rb
|
436
|
+
- spec/models/communication_block_papers_data_spec.rb
|
437
|
+
- spec/models/communication_block_papers_spec.rb
|
438
|
+
- spec/models/communication_block_persons_data_elements_spec.rb
|
439
|
+
- spec/models/communication_block_persons_data_spec.rb
|
440
|
+
- spec/models/communication_block_persons_spec.rb
|
441
|
+
- spec/models/communication_block_posts_data_spec.rb
|
442
|
+
- spec/models/communication_block_posts_spec.rb
|
443
|
+
- spec/models/communication_block_programs_data_spec.rb
|
444
|
+
- spec/models/communication_block_programs_spec.rb
|
445
|
+
- spec/models/communication_block_projects_data_spec.rb
|
446
|
+
- spec/models/communication_block_projects_spec.rb
|
447
|
+
- spec/models/communication_block_sound_data_spec.rb
|
448
|
+
- spec/models/communication_block_sound_spec.rb
|
449
|
+
- spec/models/communication_block_testimonials_data_elements_spec.rb
|
450
|
+
- spec/models/communication_block_testimonials_data_spec.rb
|
451
|
+
- spec/models/communication_block_testimonials_spec.rb
|
452
|
+
- spec/models/communication_block_timeline_data_elements_spec.rb
|
453
|
+
- spec/models/communication_block_timeline_data_spec.rb
|
454
|
+
- spec/models/communication_block_timeline_spec.rb
|
455
|
+
- spec/models/communication_block_title_data_spec.rb
|
456
|
+
- spec/models/communication_block_title_spec.rb
|
457
|
+
- spec/models/communication_block_video_data_spec.rb
|
458
|
+
- spec/models/communication_block_video_spec.rb
|
459
|
+
- spec/models/communication_block_volumes_spec.rb
|
460
|
+
- spec/models/communication_website_agenda_category_localization_featured_image_spec.rb
|
461
|
+
- spec/models/communication_website_agenda_category_localization_spec.rb
|
462
|
+
- spec/models/communication_website_agenda_category_spec.rb
|
463
|
+
- spec/models/communication_website_agenda_event_localization_add_to_calendar_urls_spec.rb
|
464
|
+
- spec/models/communication_website_agenda_event_localization_spec.rb
|
465
|
+
- spec/models/communication_website_agenda_event_spec.rb
|
466
|
+
- spec/models/communication_website_agenda_event_time_slot_localization_spec.rb
|
467
|
+
- spec/models/communication_website_agenda_event_time_slot_spec.rb
|
468
|
+
- spec/models/communication_website_deuxfleurs_spec.rb
|
469
|
+
- spec/models/communication_website_features_spec.rb
|
470
|
+
- spec/models/communication_website_git_spec.rb
|
471
|
+
- spec/models/communication_website_localization_spec.rb
|
472
|
+
- spec/models/communication_website_page_category_localization_spec.rb
|
473
|
+
- spec/models/communication_website_page_category_spec.rb
|
474
|
+
- spec/models/communication_website_page_localization_spec.rb
|
475
|
+
- spec/models/communication_website_page_spec.rb
|
476
|
+
- spec/models/communication_website_post_localization_spec.rb
|
477
|
+
- spec/models/communication_website_post_spec.rb
|
478
|
+
- spec/models/communication_website_showcase_spec.rb
|
479
|
+
- spec/models/communication_website_showcase_tags_spec.rb
|
480
|
+
- spec/models/communication_website_spec.rb
|
481
|
+
- spec/models/events_id_body_spec.rb
|
482
|
+
- spec/models/events_upsert_body_spec.rb
|
483
|
+
- spec/models/one_ofcommunication_website_agenda_category_localization_blocks_items_spec.rb
|
484
|
+
- spec/models/one_ofcommunication_website_agenda_event_localization_blocks_items_spec.rb
|
485
|
+
- spec/models/one_ofcommunication_website_page_category_localization_blocks_items_spec.rb
|
486
|
+
- spec/models/one_ofcommunication_website_page_localization_blocks_items_spec.rb
|
487
|
+
- spec/models/one_ofcommunication_website_post_localization_blocks_items_spec.rb
|
488
|
+
- spec/models/one_ofuniversity_organization_category_localization_blocks_items_spec.rb
|
489
|
+
- spec/models/one_ofuniversity_organization_localization_blocks_items_spec.rb
|
490
|
+
- spec/models/organizations_categories_body_spec.rb
|
491
|
+
- spec/models/organizations_id_body_spec.rb
|
492
|
+
- spec/models/organizations_upsert_body_spec.rb
|
493
|
+
- spec/models/pages_categories_body_spec.rb
|
494
|
+
- spec/models/pages_id_body_spec.rb
|
495
|
+
- spec/models/pages_upsert_body_spec.rb
|
496
|
+
- spec/models/posts_id_body_spec.rb
|
497
|
+
- spec/models/posts_upsert_body_spec.rb
|
498
|
+
- spec/models/university_organization_category_localization_spec.rb
|
499
|
+
- spec/models/university_organization_category_spec.rb
|
500
|
+
- spec/models/university_organization_localization_spec.rb
|
501
|
+
- spec/models/university_organization_spec.rb
|
502
|
+
- spec/models/university_organizations_body_spec.rb
|
503
|
+
- spec/models/website_id_pages_body_spec.rb
|
504
|
+
- spec/models/website_id_posts_body_spec.rb
|
505
|
+
- spec/spec_helper.rb
|
51
506
|
homepage: https://www.github.com/osunyorg/api
|
52
507
|
licenses:
|
53
508
|
- MIT
|
54
|
-
metadata:
|
55
|
-
homepage_uri: https://www.github.com/osunyorg/api
|
56
|
-
source_code_uri: https://www.github.com/osunyorg/api
|
57
|
-
post_install_message:
|
509
|
+
metadata: {}
|
58
510
|
rdoc_options: []
|
59
511
|
require_paths:
|
60
512
|
- lib
|
@@ -62,15 +514,153 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
514
|
requirements:
|
63
515
|
- - ">="
|
64
516
|
- !ruby/object:Gem::Version
|
65
|
-
version:
|
517
|
+
version: '1.9'
|
66
518
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
519
|
requirements:
|
68
520
|
- - ">="
|
69
521
|
- !ruby/object:Gem::Version
|
70
522
|
version: '0'
|
71
523
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
73
|
-
signing_key:
|
524
|
+
rubygems_version: 3.6.2
|
74
525
|
specification_version: 4
|
75
|
-
summary:
|
76
|
-
test_files:
|
526
|
+
summary: Osuny Ruby Gem
|
527
|
+
test_files:
|
528
|
+
- spec/api/university_organization_api_spec.rb
|
529
|
+
- spec/api/communication_website_page_api_spec.rb
|
530
|
+
- spec/api/communication_website_page_category_api_spec.rb
|
531
|
+
- spec/api/communication_website_agenda_event_api_spec.rb
|
532
|
+
- spec/api/communication_website_post_api_spec.rb
|
533
|
+
- spec/api/university_organization_category_api_spec.rb
|
534
|
+
- spec/api/communication_website_api_spec.rb
|
535
|
+
- spec/api/communication_website_agenda_category_api_spec.rb
|
536
|
+
- spec/api_client_spec.rb
|
537
|
+
- spec/base_object_spec.rb
|
538
|
+
- spec/configuration_spec.rb
|
539
|
+
- spec/models/university_organization_spec.rb
|
540
|
+
- spec/models/communication_block_embed_spec.rb
|
541
|
+
- spec/models/categories_id_body_2_spec.rb
|
542
|
+
- spec/models/communication_website_showcase_spec.rb
|
543
|
+
- spec/models/communication_website_agenda_event_time_slot_localization_spec.rb
|
544
|
+
- spec/models/communication_block_contact_data_time_slot_morning_spec.rb
|
545
|
+
- spec/models/categories_id_body_spec.rb
|
546
|
+
- spec/models/communication_block_datatable_data_spec.rb
|
547
|
+
- spec/models/communication_block_definitions_spec.rb
|
548
|
+
- spec/models/communication_block_call_to_action_data_elements_spec.rb
|
549
|
+
- spec/models/communication_block_timeline_data_elements_spec.rb
|
550
|
+
- spec/models/university_organization_category_localization_spec.rb
|
551
|
+
- spec/models/communication_website_deuxfleurs_spec.rb
|
552
|
+
- spec/models/communication_block_agenda_data_spec.rb
|
553
|
+
- spec/models/one_ofcommunication_website_page_category_localization_blocks_items_spec.rb
|
554
|
+
- spec/models/communication_block_image_data_spec.rb
|
555
|
+
- spec/models/communication_block_posts_spec.rb
|
556
|
+
- spec/models/one_ofcommunication_website_agenda_event_localization_blocks_items_spec.rb
|
557
|
+
- spec/models/communication_block_sound_data_spec.rb
|
558
|
+
- spec/models/website_id_pages_body_spec.rb
|
559
|
+
- spec/models/communication_block_chapter_data_spec.rb
|
560
|
+
- spec/models/categories_upsert_body_1_spec.rb
|
561
|
+
- spec/models/communication_block_title_spec.rb
|
562
|
+
- spec/models/communication_block_projects_spec.rb
|
563
|
+
- spec/models/communication_block_papers_data_spec.rb
|
564
|
+
- spec/models/agenda_events_body_spec.rb
|
565
|
+
- spec/models/communication_website_agenda_category_localization_featured_image_spec.rb
|
566
|
+
- spec/models/communication_website_agenda_event_spec.rb
|
567
|
+
- spec/models/pages_id_body_spec.rb
|
568
|
+
- spec/models/pages_categories_body_spec.rb
|
569
|
+
- spec/models/communication_block_testimonials_data_spec.rb
|
570
|
+
- spec/models/communication_block_license_data_spec.rb
|
571
|
+
- spec/models/posts_upsert_body_spec.rb
|
572
|
+
- spec/models/communication_block_agenda_spec.rb
|
573
|
+
- spec/models/communication_block_contact_data_elements_spec.rb
|
574
|
+
- spec/models/communication_block_pages_data_spec.rb
|
575
|
+
- spec/models/communication_website_page_category_spec.rb
|
576
|
+
- spec/models/communication_website_spec.rb
|
577
|
+
- spec/models/events_id_body_spec.rb
|
578
|
+
- spec/models/communication_website_showcase_tags_spec.rb
|
579
|
+
- spec/models/communication_block_categories_spec.rb
|
580
|
+
- spec/models/communication_block_call_to_action_data_spec.rb
|
581
|
+
- spec/models/communication_block_testimonials_data_elements_spec.rb
|
582
|
+
- spec/models/categories_id_body_1_spec.rb
|
583
|
+
- spec/models/communication_block_papers_spec.rb
|
584
|
+
- spec/models/communication_block_pages_spec.rb
|
585
|
+
- spec/models/communication_block_categories_data_spec.rb
|
586
|
+
- spec/models/communication_block_chapter_spec.rb
|
587
|
+
- spec/models/communication_block_files_spec.rb
|
588
|
+
- spec/models/organizations_categories_body_spec.rb
|
589
|
+
- spec/models/communication_block_contact_spec.rb
|
590
|
+
- spec/models/communication_block_links_data_elements_spec.rb
|
591
|
+
- spec/models/communication_block_embed_data_spec.rb
|
592
|
+
- spec/models/categories_upsert_body_spec.rb
|
593
|
+
- spec/models/communication_block_title_data_spec.rb
|
594
|
+
- spec/models/communication_block_video_data_spec.rb
|
595
|
+
- spec/models/communication_website_page_category_localization_spec.rb
|
596
|
+
- spec/models/communication_block_persons_data_spec.rb
|
597
|
+
- spec/models/communication_website_page_localization_spec.rb
|
598
|
+
- spec/models/agenda_categories_body_spec.rb
|
599
|
+
- spec/models/communication_block_image_spec.rb
|
600
|
+
- spec/models/communication_website_agenda_event_time_slot_spec.rb
|
601
|
+
- spec/models/communication_block_projects_data_spec.rb
|
602
|
+
- spec/models/communication_website_agenda_category_spec.rb
|
603
|
+
- spec/models/one_ofuniversity_organization_localization_blocks_items_spec.rb
|
604
|
+
- spec/models/communication_block_gallery_spec.rb
|
605
|
+
- spec/models/events_upsert_body_spec.rb
|
606
|
+
- spec/models/communication_block_links_spec.rb
|
607
|
+
- spec/models/organizations_id_body_spec.rb
|
608
|
+
- spec/models/communication_block_key_figures_data_spec.rb
|
609
|
+
- spec/models/communication_website_agenda_event_localization_spec.rb
|
610
|
+
- spec/models/communication_block_definitions_data_spec.rb
|
611
|
+
- spec/models/categories_upsert_body_2_spec.rb
|
612
|
+
- spec/models/communication_block_call_to_action_spec.rb
|
613
|
+
- spec/models/communication_block_call_to_action_data_image_spec.rb
|
614
|
+
- spec/models/communication_website_page_spec.rb
|
615
|
+
- spec/models/communication_block_datatable_data_elements_spec.rb
|
616
|
+
- spec/models/communication_block_gallery_data_spec.rb
|
617
|
+
- spec/models/communication_website_features_spec.rb
|
618
|
+
- spec/models/one_ofuniversity_organization_category_localization_blocks_items_spec.rb
|
619
|
+
- spec/models/communication_block_volumes_spec.rb
|
620
|
+
- spec/models/communication_block_license_spec.rb
|
621
|
+
- spec/models/pages_upsert_body_spec.rb
|
622
|
+
- spec/models/communication_block_locations_spec.rb
|
623
|
+
- spec/models/communication_website_localization_spec.rb
|
624
|
+
- spec/models/communication_block_key_figures_spec.rb
|
625
|
+
- spec/models/communication_block_key_figures_data_elements_spec.rb
|
626
|
+
- spec/models/communication_block_persons_data_elements_spec.rb
|
627
|
+
- spec/models/communication_block_agenda_data_elements_spec.rb
|
628
|
+
- spec/models/communication_block_datatable_spec.rb
|
629
|
+
- spec/models/communication_block_organizations_data_elements_spec.rb
|
630
|
+
- spec/models/communication_block_gallery_data_elements_spec.rb
|
631
|
+
- spec/models/communication_website_post_localization_spec.rb
|
632
|
+
- spec/models/university_organization_localization_spec.rb
|
633
|
+
- spec/models/one_ofcommunication_website_page_localization_blocks_items_spec.rb
|
634
|
+
- spec/models/communication_block_files_data_spec.rb
|
635
|
+
- spec/models/one_ofcommunication_website_agenda_category_localization_blocks_items_spec.rb
|
636
|
+
- spec/models/website_id_posts_body_spec.rb
|
637
|
+
- spec/models/communication_website_post_spec.rb
|
638
|
+
- spec/models/university_organizations_body_spec.rb
|
639
|
+
- spec/models/communication_block_sound_spec.rb
|
640
|
+
- spec/models/communication_block_timeline_data_spec.rb
|
641
|
+
- spec/models/communication_block_programs_data_spec.rb
|
642
|
+
- spec/models/one_ofcommunication_website_post_localization_blocks_items_spec.rb
|
643
|
+
- spec/models/communication_block_features_data_spec.rb
|
644
|
+
- spec/models/communication_website_agenda_category_localization_spec.rb
|
645
|
+
- spec/models/communication_block_persons_spec.rb
|
646
|
+
- spec/models/communication_block_locations_data_elements_spec.rb
|
647
|
+
- spec/models/communication_block_posts_data_spec.rb
|
648
|
+
- spec/models/communication_block_features_spec.rb
|
649
|
+
- spec/models/communication_block_testimonials_spec.rb
|
650
|
+
- spec/models/communication_block_features_data_elements_spec.rb
|
651
|
+
- spec/models/organizations_upsert_body_spec.rb
|
652
|
+
- spec/models/university_organization_category_spec.rb
|
653
|
+
- spec/models/communication_block_organizations_data_spec.rb
|
654
|
+
- spec/models/communication_website_agenda_event_localization_add_to_calendar_urls_spec.rb
|
655
|
+
- spec/models/communication_block_definitions_data_elements_spec.rb
|
656
|
+
- spec/models/communication_block_video_spec.rb
|
657
|
+
- spec/models/communication_block_locations_data_spec.rb
|
658
|
+
- spec/models/communication_website_git_spec.rb
|
659
|
+
- spec/models/communication_block_links_data_spec.rb
|
660
|
+
- spec/models/posts_id_body_spec.rb
|
661
|
+
- spec/models/communication_block_contact_data_spec.rb
|
662
|
+
- spec/models/communication_block_programs_spec.rb
|
663
|
+
- spec/models/communication_block_timeline_spec.rb
|
664
|
+
- spec/models/communication_block_files_data_elements_spec.rb
|
665
|
+
- spec/models/communication_block_organizations_spec.rb
|
666
|
+
- spec/spec_helper.rb
|