microsoft_graph 0.17.0 → 0.18.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/.github/workflows/auto-merge-dependabot.yml +32 -0
- data/CHANGELOG.md +6 -0
- data/lib/chats/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/communications/calls/item/participants/invite/invite_request_builder.rb +2 -2
- data/lib/drives/item/bundles/bundles_request_builder.rb +49 -0
- data/lib/drives/item/items/item/workbook/functions/beta_dist/beta_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/beta_dist/beta_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/beta_inv/beta_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/beta_inv/beta_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/binom_dist/binom_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/binom_dist/binom_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/binom_dist_range/binom_dist_range_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/binom_dist_range/binom_dist_range_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/binom_inv/binom_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/binom_inv/binom_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/ceiling_math/ceiling_math_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/ceiling_math/ceiling_math_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/ceiling_precise/ceiling_precise_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/ceiling_precise/ceiling_precise_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/chi_sq_dist/chi_sq_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/chi_sq_dist/chi_sq_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/chi_sq_dist_r_t/chi_sq_dist_r_t_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/chi_sq_dist_r_t/chi_sq_dist_r_t_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/chi_sq_inv/chi_sq_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/chi_sq_inv/chi_sq_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/chi_sq_inv_r_t/chi_sq_inv_r_t_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/chi_sq_inv_r_t/chi_sq_inv_r_t_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/confidence_norm/confidence_norm_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/confidence_norm/confidence_norm_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/confidence_t/confidence_t_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/confidence_t/confidence_t_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/ecma_ceiling/ecma_ceiling_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/ecma_ceiling/ecma_ceiling_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/erf_c_precise/erf_c_precise_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/erf_c_precise/erf_c_precise_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/erf_precise/erf_precise_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/erf_precise/erf_precise_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/error_type/error_type_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/error_type/error_type_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/expon_dist/expon_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/expon_dist/expon_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/f_dist/f_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/f_dist/f_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/f_dist_r_t/f_dist_r_t_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/f_dist_r_t/f_dist_r_t_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/f_inv/f_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/f_inv/f_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/f_inv_r_t/f_inv_r_t_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/f_inv_r_t/f_inv_r_t_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/floor_math/floor_math_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/floor_math/floor_math_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/floor_precise/floor_precise_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/floor_precise/floor_precise_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/functions_request_builder.rb +61 -61
- data/lib/drives/item/items/item/workbook/functions/gamma_dist/gamma_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/gamma_dist/gamma_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/gamma_inv/gamma_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/gamma_inv/gamma_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/gamma_ln_precise/gamma_ln_precise_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/gamma_ln_precise/gamma_ln_precise_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/hyp_geom_dist/hyp_geom_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/hyp_geom_dist/hyp_geom_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/iso_ceiling/iso_ceiling_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/iso_ceiling/iso_ceiling_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/log_norm_dist/log_norm_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/log_norm_dist/log_norm_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/log_norm_inv/log_norm_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/log_norm_inv/log_norm_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/neg_binom_dist/neg_binom_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/neg_binom_dist/neg_binom_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/network_days_intl/network_days_intl_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/network_days_intl/network_days_intl_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/norm_dist/norm_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/norm_dist/norm_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/norm_inv/norm_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/norm_inv/norm_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/norm_s_dist/norm_s_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/norm_s_dist/norm_s_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/norm_s_inv/norm_s_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/norm_s_inv/norm_s_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/percent_rank_exc/percent_rank_exc_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/percent_rank_exc/percent_rank_exc_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/percent_rank_inc/percent_rank_inc_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/percent_rank_inc/percent_rank_inc_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/percentile_exc/percentile_exc_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/percentile_exc/percentile_exc_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/percentile_inc/percentile_inc_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/percentile_inc/percentile_inc_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/poisson_dist/poisson_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/poisson_dist/poisson_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/quartile_exc/quartile_exc_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/quartile_exc/quartile_exc_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/quartile_inc/quartile_inc_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/quartile_inc/quartile_inc_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/rank_avg/rank_avg_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/rank_avg/rank_avg_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/rank_eq/rank_eq_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/rank_eq/rank_eq_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/skew_p/skew_p_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/skew_p/skew_p_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/st_dev_p/st_dev_p_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/st_dev_p/st_dev_p_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/st_dev_s/st_dev_s_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/st_dev_s/st_dev_s_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/t_dist/t_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/t_dist/t_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/t_dist_2_t/{t_dist_2_t_post_request_body.rb → t_dist2_t_post_request_body.rb} +4 -4
- data/lib/drives/item/items/item/workbook/functions/t_dist_2_t/{t_dist_2_t_request_builder.rb → t_dist2_t_request_builder.rb} +2 -2
- data/lib/drives/item/items/item/workbook/functions/t_dist_2_t/t_dist_2_t.rb +1 -1
- data/lib/drives/item/items/item/workbook/functions/t_dist_r_t/t_dist_r_t_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/t_dist_r_t/t_dist_r_t_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/t_inv/t_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/t_inv/t_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/t_inv_2_t/{t_inv_2_t_post_request_body.rb → t_inv2_t_post_request_body.rb} +4 -4
- data/lib/drives/item/items/item/workbook/functions/t_inv_2_t/{t_inv_2_t_request_builder.rb → t_inv2_t_request_builder.rb} +2 -2
- data/lib/drives/item/items/item/workbook/functions/t_inv_2_t/t_inv_2_t.rb +1 -1
- data/lib/drives/item/items/item/workbook/functions/var_p/var_p_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/var_p/var_p_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/var_s/var_s_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/var_s/var_s_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/weibull_dist/weibull_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/weibull_dist/weibull_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/work_day_intl/work_day_intl_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/work_day_intl/work_day_intl_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/z_test/z_test_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/z_test/z_test_request_builder.rb +2 -2
- data/lib/employee_experience/employee_experience.rb +0 -0
- data/lib/employee_experience/employee_experience_request_builder.rb +179 -0
- data/lib/employee_experience/learning_providers/count/count.rb +0 -0
- data/lib/employee_experience/learning_providers/count/count_request_builder.rb +118 -0
- data/lib/employee_experience/learning_providers/item/item.rb +0 -0
- data/lib/employee_experience/learning_providers/item/learning_contents/count/count.rb +0 -0
- data/lib/employee_experience/learning_providers/item/learning_contents/count/count_request_builder.rb +124 -0
- data/lib/employee_experience/learning_providers/item/learning_contents/item/item.rb +0 -0
- data/lib/employee_experience/learning_providers/item/learning_contents/item/learning_content_item_request_builder.rb +215 -0
- data/lib/employee_experience/learning_providers/item/learning_contents/learning_contents.rb +0 -0
- data/lib/employee_experience/learning_providers/item/learning_contents/learning_contents_request_builder.rb +207 -0
- data/lib/employee_experience/learning_providers/item/learning_provider_item_request_builder.rb +227 -0
- data/lib/employee_experience/learning_providers/learning_providers.rb +0 -0
- data/lib/employee_experience/learning_providers/learning_providers_request_builder.rb +201 -0
- data/lib/graph_base_service_client.rb +6 -0
- data/lib/groups/item/group_item_request_builder.rb +2 -2
- data/lib/groups/item/sites/item/permissions/permissions_request_builder.rb +2 -2
- data/lib/groups/item/team/channels/item/members/members_request_builder.rb +2 -2
- data/lib/groups/item/team/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/groups/item/team/primary_channel/members/members_request_builder.rb +2 -2
- data/lib/groups/item/team/primary_channel/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/kiota-lock.json +2 -2
- data/lib/me/chats/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/me/joined_teams/item/channels/item/members/members_request_builder.rb +2 -2
- data/lib/me/joined_teams/item/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/me/joined_teams/item/primary_channel/members/members_request_builder.rb +2 -2
- data/lib/me/joined_teams/item/primary_channel/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/me/mail_folders/item/child_folders/item/messages/item/attachments/attachments_request_builder.rb +2 -2
- data/lib/me/mail_folders/item/messages/item/attachments/attachments_request_builder.rb +2 -2
- data/lib/me/me_request_builder.rb +3 -3
- data/lib/me/messages/item/attachments/attachments_request_builder.rb +2 -2
- data/lib/models/access_review_instance.rb +1 -1
- data/lib/models/access_review_schedule_definition.rb +1 -1
- data/lib/models/agreement_file_data.rb +2 -2
- data/lib/models/alternative_security_id.rb +2 -2
- data/lib/models/application.rb +2 -2
- data/lib/models/attachment_session.rb +2 -2
- data/lib/models/audit_event.rb +1 -3
- data/lib/models/authentication_method_configuration.rb +1 -1
- data/lib/models/certificate_authority.rb +2 -2
- data/lib/models/conditional_access_all_external_tenants.rb +45 -0
- data/lib/models/conditional_access_enumerated_external_tenants.rb +65 -0
- data/lib/models/conditional_access_external_tenants.rb +112 -0
- data/lib/models/conditional_access_external_tenants_membership_kind.rb +9 -0
- data/lib/models/conditional_access_guest_or_external_user_types.rb +14 -0
- data/lib/models/conditional_access_guests_or_external_users.rb +122 -0
- data/lib/models/conditional_access_users.rb +40 -0
- data/lib/models/data_policy_operation.rb +1 -1
- data/lib/models/device.rb +1 -1
- data/lib/models/device_and_app_management_data.rb +2 -2
- data/lib/models/device_category.rb +2 -0
- data/lib/models/directory_object_partner_reference.rb +1 -1
- data/lib/models/directory_role.rb +1 -1
- data/lib/models/drive.rb +1 -1
- data/lib/models/drive_item.rb +2 -2
- data/lib/models/drive_item_version.rb +2 -2
- data/lib/models/education_assignment_defaults.rb +1 -1
- data/lib/models/education_assignment_settings.rb +1 -1
- data/lib/models/education_class.rb +1 -1
- data/lib/models/employee_experience.rb +102 -0
- data/lib/models/enterprise_code_signing_certificate.rb +2 -2
- data/lib/models/entity.rb +4 -0
- data/lib/models/file_attachment.rb +2 -2
- data/lib/models/group.rb +1 -1
- data/lib/models/imported_windows_autopilot_device_identity.rb +2 -2
- data/lib/models/ios_custom_configuration.rb +2 -2
- data/lib/models/ios_mobile_app_configuration.rb +2 -2
- data/lib/models/key_credential.rb +4 -4
- data/lib/models/learning_content.rb +405 -0
- data/lib/models/learning_content_collection_response.rb +64 -0
- data/lib/models/learning_provider.rb +184 -0
- data/lib/models/learning_provider_collection_response.rb +64 -0
- data/lib/models/mac_o_s_custom_configuration.rb +3 -5
- data/lib/models/mac_o_s_general_device_configuration.rb +3 -1
- data/lib/models/message.rb +2 -2
- data/lib/models/mime_content.rb +2 -2
- data/lib/models/mobile_app_content_file.rb +2 -2
- data/lib/models/mobile_threat_defense_connector.rb +36 -36
- data/lib/models/models.rb +11 -0
- data/lib/models/offer_shift_request.rb +1 -1
- data/lib/models/oma_setting_string_xml.rb +2 -2
- data/lib/models/onenote_page.rb +2 -2
- data/lib/models/onenote_resource.rb +2 -2
- data/lib/models/online_meeting.rb +3 -3
- data/lib/models/organizational_branding_properties.rb +6 -6
- data/lib/models/password_authentication_method.rb +1 -1
- data/lib/models/password_credential.rb +2 -2
- data/lib/models/phone_authentication_method.rb +1 -1
- data/lib/models/post.rb +1 -1
- data/lib/models/print_service.rb +1 -1
- data/lib/models/report.rb +2 -2
- data/lib/models/risk_detection.rb +1 -1
- data/lib/models/role_definition.rb +0 -2
- data/lib/models/schedule_change_request.rb +1 -1
- data/lib/models/scheduling_group.rb +1 -1
- data/lib/models/schema_extension.rb +1 -1
- data/lib/models/security/ediscovery_noncustodial_data_source.rb +1 -1
- data/lib/models/self_signed_certificate.rb +4 -4
- data/lib/models/service_announcement_attachment.rb +2 -2
- data/lib/models/service_principal_risk_detection.rb +1 -1
- data/lib/models/service_update_message.rb +2 -2
- data/lib/models/shift.rb +1 -1
- data/lib/models/site.rb +1 -1
- data/lib/models/software_oath_authentication_method.rb +1 -1
- data/lib/models/subscribed_sku.rb +1 -1
- data/lib/models/task_file_attachment.rb +2 -2
- data/lib/models/teamwork_hosted_content.rb +2 -2
- data/lib/models/temporary_access_pass_authentication_method.rb +1 -1
- data/lib/models/thumbnail.rb +2 -2
- data/lib/models/time_off.rb +1 -1
- data/lib/models/time_off_reason.rb +1 -1
- data/lib/models/user_activity.rb +1 -1
- data/lib/models/windows10_endpoint_protection_configuration.rb +2 -2
- data/lib/models/windows10_general_configuration.rb +4 -4
- data/lib/models/windows_hello_for_business_authentication_method.rb +1 -1
- data/lib/models/windows_information_protection_app_locker_file.rb +2 -2
- data/lib/models/windows_information_protection_data_recovery_certificate.rb +2 -2
- data/lib/models/workbook_range_view.rb +1 -1
- data/lib/security/alerts_v2/alerts_v2_request_builder.rb +4 -4
- data/lib/security/security_request_builder.rb +1 -1
- data/lib/sites/item/permissions/permissions_request_builder.rb +2 -2
- data/lib/teams/item/channels/item/members/members_request_builder.rb +2 -2
- data/lib/teams/item/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/teams/item/primary_channel/members/members_request_builder.rb +2 -2
- data/lib/teams/item/primary_channel/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/teams/item/team_item_request_builder.rb +3 -3
- data/lib/teams/teams_request_builder.rb +1 -107
- data/lib/teamwork/deleted_teams/item/channels/item/members/members_request_builder.rb +2 -2
- data/lib/teamwork/deleted_teams/item/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/users/item/chats/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/users/item/joined_teams/item/channels/item/members/members_request_builder.rb +2 -2
- data/lib/users/item/joined_teams/item/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/users/item/joined_teams/item/primary_channel/members/members_request_builder.rb +2 -2
- data/lib/users/item/joined_teams/item/primary_channel/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/users/item/mail_folders/item/child_folders/item/messages/item/attachments/attachments_request_builder.rb +2 -2
- data/lib/users/item/mail_folders/item/messages/item/attachments/attachments_request_builder.rb +2 -2
- data/lib/users/item/messages/item/attachments/attachments_request_builder.rb +2 -2
- data/lib/users/users_request_builder.rb +3 -3
- data/lib/version_information.rb +2 -1
- metadata +32 -6
data/lib/employee_experience/learning_providers/item/learning_provider_item_request_builder.rb
ADDED
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
require 'microsoft_kiota_abstractions'
|
|
2
|
+
require_relative '../../../microsoft_graph'
|
|
3
|
+
require_relative '../../../models/learning_provider'
|
|
4
|
+
require_relative '../../../models/o_data_errors/o_data_error'
|
|
5
|
+
require_relative '../../employee_experience'
|
|
6
|
+
require_relative '../learning_providers'
|
|
7
|
+
require_relative './item'
|
|
8
|
+
require_relative './learning_contents/item/learning_content_item_request_builder'
|
|
9
|
+
require_relative './learning_contents/learning_contents_request_builder'
|
|
10
|
+
|
|
11
|
+
module MicrosoftGraph
|
|
12
|
+
module EmployeeExperience
|
|
13
|
+
module LearningProviders
|
|
14
|
+
module Item
|
|
15
|
+
##
|
|
16
|
+
# Provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity.
|
|
17
|
+
class LearningProviderItemRequestBuilder
|
|
18
|
+
|
|
19
|
+
##
|
|
20
|
+
# Provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity.
|
|
21
|
+
def learning_contents()
|
|
22
|
+
return MicrosoftGraph::EmployeeExperience::LearningProviders::Item::LearningContents::LearningContentsRequestBuilder.new(@path_parameters, @request_adapter)
|
|
23
|
+
end
|
|
24
|
+
##
|
|
25
|
+
# Path parameters for the request
|
|
26
|
+
@path_parameters
|
|
27
|
+
##
|
|
28
|
+
# The request adapter to use to execute the requests.
|
|
29
|
+
@request_adapter
|
|
30
|
+
##
|
|
31
|
+
# Url template to use to build the URL for the current request builder
|
|
32
|
+
@url_template
|
|
33
|
+
##
|
|
34
|
+
## Instantiates a new LearningProviderItemRequestBuilder and sets the default values.
|
|
35
|
+
## @param pathParameters Path parameters for the request
|
|
36
|
+
## @param requestAdapter The request adapter to use to execute the requests.
|
|
37
|
+
## @return a void
|
|
38
|
+
##
|
|
39
|
+
def initialize(path_parameters, request_adapter)
|
|
40
|
+
raise StandardError, 'path_parameters cannot be null' if path_parameters.nil?
|
|
41
|
+
raise StandardError, 'request_adapter cannot be null' if request_adapter.nil?
|
|
42
|
+
@url_template = "{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}{?%24select,%24expand}"
|
|
43
|
+
@request_adapter = request_adapter
|
|
44
|
+
path_parameters = { "request-raw-url" => path_parameters } if path_parameters.is_a? String
|
|
45
|
+
@path_parameters = path_parameters if path_parameters.is_a? Hash
|
|
46
|
+
end
|
|
47
|
+
##
|
|
48
|
+
## Delete navigation property learningProviders for employeeExperience
|
|
49
|
+
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
50
|
+
## @return a Fiber of void
|
|
51
|
+
##
|
|
52
|
+
def delete(request_configuration=nil)
|
|
53
|
+
request_info = self.to_delete_request_information(
|
|
54
|
+
request_configuration
|
|
55
|
+
)
|
|
56
|
+
error_mapping = Hash.new
|
|
57
|
+
error_mapping["4XX"] = lambda {|pn| MicrosoftGraph::Models::ODataErrors::ODataError.create_from_discriminator_value(pn) }
|
|
58
|
+
error_mapping["5XX"] = lambda {|pn| MicrosoftGraph::Models::ODataErrors::ODataError.create_from_discriminator_value(pn) }
|
|
59
|
+
return @request_adapter.send_async(request_info, nil, error_mapping)
|
|
60
|
+
end
|
|
61
|
+
##
|
|
62
|
+
## A collection of learning providers.
|
|
63
|
+
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
64
|
+
## @return a Fiber of learning_provider
|
|
65
|
+
##
|
|
66
|
+
def get(request_configuration=nil)
|
|
67
|
+
request_info = self.to_get_request_information(
|
|
68
|
+
request_configuration
|
|
69
|
+
)
|
|
70
|
+
error_mapping = Hash.new
|
|
71
|
+
error_mapping["4XX"] = lambda {|pn| MicrosoftGraph::Models::ODataErrors::ODataError.create_from_discriminator_value(pn) }
|
|
72
|
+
error_mapping["5XX"] = lambda {|pn| MicrosoftGraph::Models::ODataErrors::ODataError.create_from_discriminator_value(pn) }
|
|
73
|
+
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::LearningProvider.create_from_discriminator_value(pn) }, error_mapping)
|
|
74
|
+
end
|
|
75
|
+
##
|
|
76
|
+
## Provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity.
|
|
77
|
+
## @param id Unique identifier of the item
|
|
78
|
+
## @return a learning_content_item_request_builder
|
|
79
|
+
##
|
|
80
|
+
def learning_contents_by_id(id)
|
|
81
|
+
raise StandardError, 'id cannot be null' if id.nil?
|
|
82
|
+
url_tpl_params = @path_parameters.clone
|
|
83
|
+
url_tpl_params["learningContent%2Did"] = id
|
|
84
|
+
return MicrosoftGraph::EmployeeExperience::LearningProviders::Item::LearningContents::Item::LearningContentItemRequestBuilder.new(url_tpl_params, @request_adapter)
|
|
85
|
+
end
|
|
86
|
+
##
|
|
87
|
+
## Update the navigation property learningProviders in employeeExperience
|
|
88
|
+
## @param body The request body
|
|
89
|
+
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
90
|
+
## @return a Fiber of learning_provider
|
|
91
|
+
##
|
|
92
|
+
def patch(body, request_configuration=nil)
|
|
93
|
+
raise StandardError, 'body cannot be null' if body.nil?
|
|
94
|
+
request_info = self.to_patch_request_information(
|
|
95
|
+
body, request_configuration
|
|
96
|
+
)
|
|
97
|
+
error_mapping = Hash.new
|
|
98
|
+
error_mapping["4XX"] = lambda {|pn| MicrosoftGraph::Models::ODataErrors::ODataError.create_from_discriminator_value(pn) }
|
|
99
|
+
error_mapping["5XX"] = lambda {|pn| MicrosoftGraph::Models::ODataErrors::ODataError.create_from_discriminator_value(pn) }
|
|
100
|
+
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::LearningProvider.create_from_discriminator_value(pn) }, error_mapping)
|
|
101
|
+
end
|
|
102
|
+
##
|
|
103
|
+
## Delete navigation property learningProviders for employeeExperience
|
|
104
|
+
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
105
|
+
## @return a request_information
|
|
106
|
+
##
|
|
107
|
+
def to_delete_request_information(request_configuration=nil)
|
|
108
|
+
request_info = MicrosoftKiotaAbstractions::RequestInformation.new()
|
|
109
|
+
request_info.url_template = @url_template
|
|
110
|
+
request_info.path_parameters = @path_parameters
|
|
111
|
+
request_info.http_method = :DELETE
|
|
112
|
+
unless request_configuration.nil?
|
|
113
|
+
request_info.add_headers_from_raw_object(request_configuration.headers)
|
|
114
|
+
request_info.add_request_options(request_configuration.options)
|
|
115
|
+
end
|
|
116
|
+
return request_info
|
|
117
|
+
end
|
|
118
|
+
##
|
|
119
|
+
## A collection of learning providers.
|
|
120
|
+
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
121
|
+
## @return a request_information
|
|
122
|
+
##
|
|
123
|
+
def to_get_request_information(request_configuration=nil)
|
|
124
|
+
request_info = MicrosoftKiotaAbstractions::RequestInformation.new()
|
|
125
|
+
request_info.url_template = @url_template
|
|
126
|
+
request_info.path_parameters = @path_parameters
|
|
127
|
+
request_info.http_method = :GET
|
|
128
|
+
request_info.headers.add('Accept', 'application/json')
|
|
129
|
+
unless request_configuration.nil?
|
|
130
|
+
request_info.add_headers_from_raw_object(request_configuration.headers)
|
|
131
|
+
request_info.set_query_string_parameters_from_raw_object(request_configuration.query_parameters)
|
|
132
|
+
request_info.add_request_options(request_configuration.options)
|
|
133
|
+
end
|
|
134
|
+
return request_info
|
|
135
|
+
end
|
|
136
|
+
##
|
|
137
|
+
## Update the navigation property learningProviders in employeeExperience
|
|
138
|
+
## @param body The request body
|
|
139
|
+
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
140
|
+
## @return a request_information
|
|
141
|
+
##
|
|
142
|
+
def to_patch_request_information(body, request_configuration=nil)
|
|
143
|
+
raise StandardError, 'body cannot be null' if body.nil?
|
|
144
|
+
request_info = MicrosoftKiotaAbstractions::RequestInformation.new()
|
|
145
|
+
request_info.url_template = @url_template
|
|
146
|
+
request_info.path_parameters = @path_parameters
|
|
147
|
+
request_info.http_method = :PATCH
|
|
148
|
+
request_info.headers.add('Accept', 'application/json')
|
|
149
|
+
unless request_configuration.nil?
|
|
150
|
+
request_info.add_headers_from_raw_object(request_configuration.headers)
|
|
151
|
+
request_info.add_request_options(request_configuration.options)
|
|
152
|
+
end
|
|
153
|
+
request_info.set_content_from_parsable(self.request_adapter, "application/json", body)
|
|
154
|
+
return request_info
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
##
|
|
158
|
+
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
159
|
+
class LearningProviderItemRequestBuilderDeleteRequestConfiguration
|
|
160
|
+
|
|
161
|
+
##
|
|
162
|
+
# Request headers
|
|
163
|
+
attr_accessor :headers
|
|
164
|
+
##
|
|
165
|
+
# Request options
|
|
166
|
+
attr_accessor :options
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
##
|
|
170
|
+
# A collection of learning providers.
|
|
171
|
+
class LearningProviderItemRequestBuilderGetQueryParameters
|
|
172
|
+
|
|
173
|
+
##
|
|
174
|
+
# Expand related entities
|
|
175
|
+
attr_accessor :expand
|
|
176
|
+
##
|
|
177
|
+
# Select properties to be returned
|
|
178
|
+
attr_accessor :select
|
|
179
|
+
##
|
|
180
|
+
## Maps the query parameters names to their encoded names for the URI template parsing.
|
|
181
|
+
## @param originalName The original query parameter name in the class.
|
|
182
|
+
## @return a string
|
|
183
|
+
##
|
|
184
|
+
def get_query_parameter(original_name)
|
|
185
|
+
raise StandardError, 'original_name cannot be null' if original_name.nil?
|
|
186
|
+
case original_name
|
|
187
|
+
when "expand"
|
|
188
|
+
return "%24expand"
|
|
189
|
+
when "select"
|
|
190
|
+
return "%24select"
|
|
191
|
+
else
|
|
192
|
+
return original_name
|
|
193
|
+
end
|
|
194
|
+
end
|
|
195
|
+
end
|
|
196
|
+
|
|
197
|
+
##
|
|
198
|
+
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
199
|
+
class LearningProviderItemRequestBuilderGetRequestConfiguration
|
|
200
|
+
|
|
201
|
+
##
|
|
202
|
+
# Request headers
|
|
203
|
+
attr_accessor :headers
|
|
204
|
+
##
|
|
205
|
+
# Request options
|
|
206
|
+
attr_accessor :options
|
|
207
|
+
##
|
|
208
|
+
# Request query parameters
|
|
209
|
+
attr_accessor :query_parameters
|
|
210
|
+
end
|
|
211
|
+
|
|
212
|
+
##
|
|
213
|
+
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
214
|
+
class LearningProviderItemRequestBuilderPatchRequestConfiguration
|
|
215
|
+
|
|
216
|
+
##
|
|
217
|
+
# Request headers
|
|
218
|
+
attr_accessor :headers
|
|
219
|
+
##
|
|
220
|
+
# Request options
|
|
221
|
+
attr_accessor :options
|
|
222
|
+
end
|
|
223
|
+
end
|
|
224
|
+
end
|
|
225
|
+
end
|
|
226
|
+
end
|
|
227
|
+
end
|
|
File without changes
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
require 'microsoft_kiota_abstractions'
|
|
2
|
+
require_relative '../../microsoft_graph'
|
|
3
|
+
require_relative '../../models/learning_provider'
|
|
4
|
+
require_relative '../../models/learning_provider_collection_response'
|
|
5
|
+
require_relative '../../models/o_data_errors/o_data_error'
|
|
6
|
+
require_relative '../employee_experience'
|
|
7
|
+
require_relative './count/count_request_builder'
|
|
8
|
+
require_relative './learning_providers'
|
|
9
|
+
|
|
10
|
+
module MicrosoftGraph
|
|
11
|
+
module EmployeeExperience
|
|
12
|
+
module LearningProviders
|
|
13
|
+
##
|
|
14
|
+
# Provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity.
|
|
15
|
+
class LearningProvidersRequestBuilder
|
|
16
|
+
|
|
17
|
+
##
|
|
18
|
+
# Provides operations to count the resources in the collection.
|
|
19
|
+
def count()
|
|
20
|
+
return MicrosoftGraph::EmployeeExperience::LearningProviders::Count::CountRequestBuilder.new(@path_parameters, @request_adapter)
|
|
21
|
+
end
|
|
22
|
+
##
|
|
23
|
+
# Path parameters for the request
|
|
24
|
+
@path_parameters
|
|
25
|
+
##
|
|
26
|
+
# The request adapter to use to execute the requests.
|
|
27
|
+
@request_adapter
|
|
28
|
+
##
|
|
29
|
+
# Url template to use to build the URL for the current request builder
|
|
30
|
+
@url_template
|
|
31
|
+
##
|
|
32
|
+
## Instantiates a new LearningProvidersRequestBuilder and sets the default values.
|
|
33
|
+
## @param pathParameters Path parameters for the request
|
|
34
|
+
## @param requestAdapter The request adapter to use to execute the requests.
|
|
35
|
+
## @return a void
|
|
36
|
+
##
|
|
37
|
+
def initialize(path_parameters, request_adapter)
|
|
38
|
+
raise StandardError, 'path_parameters cannot be null' if path_parameters.nil?
|
|
39
|
+
raise StandardError, 'request_adapter cannot be null' if request_adapter.nil?
|
|
40
|
+
@url_template = "{+baseurl}/employeeExperience/learningProviders{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}"
|
|
41
|
+
@request_adapter = request_adapter
|
|
42
|
+
path_parameters = { "request-raw-url" => path_parameters } if path_parameters.is_a? String
|
|
43
|
+
@path_parameters = path_parameters if path_parameters.is_a? Hash
|
|
44
|
+
end
|
|
45
|
+
##
|
|
46
|
+
## Get a list of the learningProvider resources registered in Viva Learning for a tenant.
|
|
47
|
+
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
|
+
## @return a Fiber of learning_provider_collection_response
|
|
49
|
+
##
|
|
50
|
+
def get(request_configuration=nil)
|
|
51
|
+
request_info = self.to_get_request_information(
|
|
52
|
+
request_configuration
|
|
53
|
+
)
|
|
54
|
+
error_mapping = Hash.new
|
|
55
|
+
error_mapping["4XX"] = lambda {|pn| MicrosoftGraph::Models::ODataErrors::ODataError.create_from_discriminator_value(pn) }
|
|
56
|
+
error_mapping["5XX"] = lambda {|pn| MicrosoftGraph::Models::ODataErrors::ODataError.create_from_discriminator_value(pn) }
|
|
57
|
+
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::LearningProviderCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
|
|
58
|
+
end
|
|
59
|
+
##
|
|
60
|
+
## Create a new learningProvider object and register it with Viva Learning using the specified display name and logos for different themes.
|
|
61
|
+
## @param body The request body
|
|
62
|
+
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
63
|
+
## @return a Fiber of learning_provider
|
|
64
|
+
##
|
|
65
|
+
def post(body, request_configuration=nil)
|
|
66
|
+
raise StandardError, 'body cannot be null' if body.nil?
|
|
67
|
+
request_info = self.to_post_request_information(
|
|
68
|
+
body, request_configuration
|
|
69
|
+
)
|
|
70
|
+
error_mapping = Hash.new
|
|
71
|
+
error_mapping["4XX"] = lambda {|pn| MicrosoftGraph::Models::ODataErrors::ODataError.create_from_discriminator_value(pn) }
|
|
72
|
+
error_mapping["5XX"] = lambda {|pn| MicrosoftGraph::Models::ODataErrors::ODataError.create_from_discriminator_value(pn) }
|
|
73
|
+
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::LearningProvider.create_from_discriminator_value(pn) }, error_mapping)
|
|
74
|
+
end
|
|
75
|
+
##
|
|
76
|
+
## Get a list of the learningProvider resources registered in Viva Learning for a tenant.
|
|
77
|
+
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
78
|
+
## @return a request_information
|
|
79
|
+
##
|
|
80
|
+
def to_get_request_information(request_configuration=nil)
|
|
81
|
+
request_info = MicrosoftKiotaAbstractions::RequestInformation.new()
|
|
82
|
+
request_info.url_template = @url_template
|
|
83
|
+
request_info.path_parameters = @path_parameters
|
|
84
|
+
request_info.http_method = :GET
|
|
85
|
+
request_info.headers.add('Accept', 'application/json')
|
|
86
|
+
unless request_configuration.nil?
|
|
87
|
+
request_info.add_headers_from_raw_object(request_configuration.headers)
|
|
88
|
+
request_info.set_query_string_parameters_from_raw_object(request_configuration.query_parameters)
|
|
89
|
+
request_info.add_request_options(request_configuration.options)
|
|
90
|
+
end
|
|
91
|
+
return request_info
|
|
92
|
+
end
|
|
93
|
+
##
|
|
94
|
+
## Create a new learningProvider object and register it with Viva Learning using the specified display name and logos for different themes.
|
|
95
|
+
## @param body The request body
|
|
96
|
+
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
97
|
+
## @return a request_information
|
|
98
|
+
##
|
|
99
|
+
def to_post_request_information(body, request_configuration=nil)
|
|
100
|
+
raise StandardError, 'body cannot be null' if body.nil?
|
|
101
|
+
request_info = MicrosoftKiotaAbstractions::RequestInformation.new()
|
|
102
|
+
request_info.url_template = @url_template
|
|
103
|
+
request_info.path_parameters = @path_parameters
|
|
104
|
+
request_info.http_method = :POST
|
|
105
|
+
request_info.headers.add('Accept', 'application/json')
|
|
106
|
+
unless request_configuration.nil?
|
|
107
|
+
request_info.add_headers_from_raw_object(request_configuration.headers)
|
|
108
|
+
request_info.add_request_options(request_configuration.options)
|
|
109
|
+
end
|
|
110
|
+
request_info.set_content_from_parsable(self.request_adapter, "application/json", body)
|
|
111
|
+
return request_info
|
|
112
|
+
end
|
|
113
|
+
|
|
114
|
+
##
|
|
115
|
+
# Get a list of the learningProvider resources registered in Viva Learning for a tenant.
|
|
116
|
+
class LearningProvidersRequestBuilderGetQueryParameters
|
|
117
|
+
|
|
118
|
+
##
|
|
119
|
+
# Include count of items
|
|
120
|
+
attr_accessor :count
|
|
121
|
+
##
|
|
122
|
+
# Expand related entities
|
|
123
|
+
attr_accessor :expand
|
|
124
|
+
##
|
|
125
|
+
# Filter items by property values
|
|
126
|
+
attr_accessor :filter
|
|
127
|
+
##
|
|
128
|
+
# Order items by property values
|
|
129
|
+
attr_accessor :orderby
|
|
130
|
+
##
|
|
131
|
+
# Search items by search phrases
|
|
132
|
+
attr_accessor :search
|
|
133
|
+
##
|
|
134
|
+
# Select properties to be returned
|
|
135
|
+
attr_accessor :select
|
|
136
|
+
##
|
|
137
|
+
# Skip the first n items
|
|
138
|
+
attr_accessor :skip
|
|
139
|
+
##
|
|
140
|
+
# Show only the first n items
|
|
141
|
+
attr_accessor :top
|
|
142
|
+
##
|
|
143
|
+
## Maps the query parameters names to their encoded names for the URI template parsing.
|
|
144
|
+
## @param originalName The original query parameter name in the class.
|
|
145
|
+
## @return a string
|
|
146
|
+
##
|
|
147
|
+
def get_query_parameter(original_name)
|
|
148
|
+
raise StandardError, 'original_name cannot be null' if original_name.nil?
|
|
149
|
+
case original_name
|
|
150
|
+
when "count"
|
|
151
|
+
return "%24count"
|
|
152
|
+
when "expand"
|
|
153
|
+
return "%24expand"
|
|
154
|
+
when "filter"
|
|
155
|
+
return "%24filter"
|
|
156
|
+
when "orderby"
|
|
157
|
+
return "%24orderby"
|
|
158
|
+
when "search"
|
|
159
|
+
return "%24search"
|
|
160
|
+
when "select"
|
|
161
|
+
return "%24select"
|
|
162
|
+
when "skip"
|
|
163
|
+
return "%24skip"
|
|
164
|
+
when "top"
|
|
165
|
+
return "%24top"
|
|
166
|
+
else
|
|
167
|
+
return original_name
|
|
168
|
+
end
|
|
169
|
+
end
|
|
170
|
+
end
|
|
171
|
+
|
|
172
|
+
##
|
|
173
|
+
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
174
|
+
class LearningProvidersRequestBuilderGetRequestConfiguration
|
|
175
|
+
|
|
176
|
+
##
|
|
177
|
+
# Request headers
|
|
178
|
+
attr_accessor :headers
|
|
179
|
+
##
|
|
180
|
+
# Request options
|
|
181
|
+
attr_accessor :options
|
|
182
|
+
##
|
|
183
|
+
# Request query parameters
|
|
184
|
+
attr_accessor :query_parameters
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
##
|
|
188
|
+
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
189
|
+
class LearningProvidersRequestBuilderPostRequestConfiguration
|
|
190
|
+
|
|
191
|
+
##
|
|
192
|
+
# Request headers
|
|
193
|
+
attr_accessor :headers
|
|
194
|
+
##
|
|
195
|
+
# Request options
|
|
196
|
+
attr_accessor :options
|
|
197
|
+
end
|
|
198
|
+
end
|
|
199
|
+
end
|
|
200
|
+
end
|
|
201
|
+
end
|
|
@@ -47,6 +47,7 @@ require_relative './domains/item/domain_item_request_builder'
|
|
|
47
47
|
require_relative './drives/drives_request_builder'
|
|
48
48
|
require_relative './drives/item/drive_item_request_builder'
|
|
49
49
|
require_relative './education/education_request_builder'
|
|
50
|
+
require_relative './employee_experience/employee_experience_request_builder'
|
|
50
51
|
require_relative './external/external_request_builder'
|
|
51
52
|
require_relative './group_lifecycle_policies/group_lifecycle_policies_request_builder'
|
|
52
53
|
require_relative './group_lifecycle_policies/item/group_lifecycle_policy_item_request_builder'
|
|
@@ -259,6 +260,11 @@ module MicrosoftGraph
|
|
|
259
260
|
return MicrosoftGraph::Education::EducationRequestBuilder.new(@path_parameters, @request_adapter)
|
|
260
261
|
end
|
|
261
262
|
##
|
|
263
|
+
# Provides operations to manage the employeeExperience singleton.
|
|
264
|
+
def employee_experience()
|
|
265
|
+
return MicrosoftGraph::EmployeeExperience::EmployeeExperienceRequestBuilder.new(@path_parameters, @request_adapter)
|
|
266
|
+
end
|
|
267
|
+
##
|
|
262
268
|
# Provides operations to manage the external singleton.
|
|
263
269
|
def external()
|
|
264
270
|
return MicrosoftGraph::External::ExternalRequestBuilder.new(@path_parameters, @request_adapter)
|
|
@@ -462,7 +462,7 @@ module MicrosoftGraph
|
|
|
462
462
|
return MicrosoftGraph::Groups::Item::Owners::Item::DirectoryObjectItemRequestBuilder.new(url_tpl_params, @request_adapter)
|
|
463
463
|
end
|
|
464
464
|
##
|
|
465
|
-
##
|
|
465
|
+
## Add a member to a security or Microsoft 365 group through the **members** navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups.
|
|
466
466
|
## @param body The request body
|
|
467
467
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
468
468
|
## @return a Fiber of group
|
|
@@ -578,7 +578,7 @@ module MicrosoftGraph
|
|
|
578
578
|
return request_info
|
|
579
579
|
end
|
|
580
580
|
##
|
|
581
|
-
##
|
|
581
|
+
## Add a member to a security or Microsoft 365 group through the **members** navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups.
|
|
582
582
|
## @param body The request body
|
|
583
583
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
584
584
|
## @return a request_information
|
|
@@ -63,7 +63,7 @@ module MicrosoftGraph
|
|
|
63
63
|
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::PermissionCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
|
|
64
64
|
end
|
|
65
65
|
##
|
|
66
|
-
## Create a new permission object on a site.
|
|
66
|
+
## Create a new permission object on a site.
|
|
67
67
|
## @param body The request body
|
|
68
68
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
69
69
|
## @return a Fiber of permission
|
|
@@ -97,7 +97,7 @@ module MicrosoftGraph
|
|
|
97
97
|
return request_info
|
|
98
98
|
end
|
|
99
99
|
##
|
|
100
|
-
## Create a new permission object on a site.
|
|
100
|
+
## Create a new permission object on a site.
|
|
101
101
|
## @param body The request body
|
|
102
102
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
103
103
|
## @return a request_information
|
|
@@ -71,7 +71,7 @@ module MicrosoftGraph
|
|
|
71
71
|
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::ConversationMemberCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
|
|
72
72
|
end
|
|
73
73
|
##
|
|
74
|
-
## Add a conversationMember to a channel.
|
|
74
|
+
## Add a conversationMember to a channel. This operation is allowed only for channels with a **membershipType** value of `private` or `shared`.
|
|
75
75
|
## @param body The request body
|
|
76
76
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
77
77
|
## @return a Fiber of conversation_member
|
|
@@ -105,7 +105,7 @@ module MicrosoftGraph
|
|
|
105
105
|
return request_info
|
|
106
106
|
end
|
|
107
107
|
##
|
|
108
|
-
## Add a conversationMember to a channel.
|
|
108
|
+
## Add a conversationMember to a channel. This operation is allowed only for channels with a **membershipType** value of `private` or `shared`.
|
|
109
109
|
## @param body The request body
|
|
110
110
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
111
111
|
## @return a request_information
|
|
@@ -75,7 +75,7 @@ module MicrosoftGraph
|
|
|
75
75
|
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::ChatMessageCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
|
|
76
76
|
end
|
|
77
77
|
##
|
|
78
|
-
##
|
|
78
|
+
## Create a new reply to a chatMessage in a specified channel.
|
|
79
79
|
## @param body The request body
|
|
80
80
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
81
81
|
## @return a Fiber of chat_message
|
|
@@ -109,7 +109,7 @@ module MicrosoftGraph
|
|
|
109
109
|
return request_info
|
|
110
110
|
end
|
|
111
111
|
##
|
|
112
|
-
##
|
|
112
|
+
## Create a new reply to a chatMessage in a specified channel.
|
|
113
113
|
## @param body The request body
|
|
114
114
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
115
115
|
## @return a request_information
|
|
@@ -69,7 +69,7 @@ module MicrosoftGraph
|
|
|
69
69
|
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::ConversationMemberCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
|
|
70
70
|
end
|
|
71
71
|
##
|
|
72
|
-
## Add a conversationMember to a channel.
|
|
72
|
+
## Add a conversationMember to a channel. This operation is allowed only for channels with a **membershipType** value of `private` or `shared`.
|
|
73
73
|
## @param body The request body
|
|
74
74
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
75
75
|
## @return a Fiber of conversation_member
|
|
@@ -103,7 +103,7 @@ module MicrosoftGraph
|
|
|
103
103
|
return request_info
|
|
104
104
|
end
|
|
105
105
|
##
|
|
106
|
-
## Add a conversationMember to a channel.
|
|
106
|
+
## Add a conversationMember to a channel. This operation is allowed only for channels with a **membershipType** value of `private` or `shared`.
|
|
107
107
|
## @param body The request body
|
|
108
108
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
109
109
|
## @return a request_information
|
|
@@ -73,7 +73,7 @@ module MicrosoftGraph
|
|
|
73
73
|
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::ChatMessageCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
|
|
74
74
|
end
|
|
75
75
|
##
|
|
76
|
-
##
|
|
76
|
+
## Create a new reply to a chatMessage in a specified channel.
|
|
77
77
|
## @param body The request body
|
|
78
78
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
79
79
|
## @return a Fiber of chat_message
|
|
@@ -107,7 +107,7 @@ module MicrosoftGraph
|
|
|
107
107
|
return request_info
|
|
108
108
|
end
|
|
109
109
|
##
|
|
110
|
-
##
|
|
110
|
+
## Create a new reply to a chatMessage in a specified channel.
|
|
111
111
|
## @param body The request body
|
|
112
112
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
113
113
|
## @return a request_information
|
data/lib/kiota-lock.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"descriptionHash": "
|
|
2
|
+
"descriptionHash": "B08E4D90552B759FCD56CDA61A9BF680612F028186B108A7CCB33359BFA23D6C018F86231CF9832CF7125203CC2AC2ADED7A7C5A6D68003FEE6FC6CDFDF44382",
|
|
3
3
|
"descriptionLocation": "/mnt/vss/_work/1/s/msgraph-metadata/clean_v10_openapi/openapi.yaml",
|
|
4
4
|
"lockFileVersion": "1.0.0",
|
|
5
|
-
"kiotaVersion": "0.
|
|
5
|
+
"kiotaVersion": "1.0.1",
|
|
6
6
|
"clientClassName": "GraphBaseServiceClient",
|
|
7
7
|
"clientNamespaceName": "MicrosoftGraph",
|
|
8
8
|
"language": "Ruby",
|
|
@@ -71,7 +71,7 @@ module MicrosoftGraph
|
|
|
71
71
|
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::ChatMessageCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
|
|
72
72
|
end
|
|
73
73
|
##
|
|
74
|
-
##
|
|
74
|
+
## Create a new reply to a chatMessage in a specified channel.
|
|
75
75
|
## @param body The request body
|
|
76
76
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
77
77
|
## @return a Fiber of chat_message
|
|
@@ -105,7 +105,7 @@ module MicrosoftGraph
|
|
|
105
105
|
return request_info
|
|
106
106
|
end
|
|
107
107
|
##
|
|
108
|
-
##
|
|
108
|
+
## Create a new reply to a chatMessage in a specified channel.
|
|
109
109
|
## @param body The request body
|
|
110
110
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
111
111
|
## @return a request_information
|
|
@@ -71,7 +71,7 @@ module MicrosoftGraph
|
|
|
71
71
|
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::ConversationMemberCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
|
|
72
72
|
end
|
|
73
73
|
##
|
|
74
|
-
## Add a conversationMember to a channel.
|
|
74
|
+
## Add a conversationMember to a channel. This operation is allowed only for channels with a **membershipType** value of `private` or `shared`.
|
|
75
75
|
## @param body The request body
|
|
76
76
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
77
77
|
## @return a Fiber of conversation_member
|
|
@@ -105,7 +105,7 @@ module MicrosoftGraph
|
|
|
105
105
|
return request_info
|
|
106
106
|
end
|
|
107
107
|
##
|
|
108
|
-
## Add a conversationMember to a channel.
|
|
108
|
+
## Add a conversationMember to a channel. This operation is allowed only for channels with a **membershipType** value of `private` or `shared`.
|
|
109
109
|
## @param body The request body
|
|
110
110
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
111
111
|
## @return a request_information
|
data/lib/me/joined_teams/item/channels/item/messages/item/replies/replies_request_builder.rb
CHANGED
|
@@ -75,7 +75,7 @@ module MicrosoftGraph
|
|
|
75
75
|
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::ChatMessageCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
|
|
76
76
|
end
|
|
77
77
|
##
|
|
78
|
-
##
|
|
78
|
+
## Create a new reply to a chatMessage in a specified channel.
|
|
79
79
|
## @param body The request body
|
|
80
80
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
81
81
|
## @return a Fiber of chat_message
|
|
@@ -109,7 +109,7 @@ module MicrosoftGraph
|
|
|
109
109
|
return request_info
|
|
110
110
|
end
|
|
111
111
|
##
|
|
112
|
-
##
|
|
112
|
+
## Create a new reply to a chatMessage in a specified channel.
|
|
113
113
|
## @param body The request body
|
|
114
114
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
115
115
|
## @return a request_information
|