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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f8bb3875e04967370ab97bbaa69aee51fb839125f7b3bb7949562011143d811
|
|
4
|
+
data.tar.gz: dc339de3c3c3b2d9e1027c4bb9ae259107bb460655ca2cb80502ae4b546c2f5f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73feda6cc3c8b32070f6f1ea016a51db03f685bbd78af9d9f2cc6677aa1d658b41bac96f13f4fa36cce149825c8647c8f8a0c24afc86bb950fe77d5f2bd224dc
|
|
7
|
+
data.tar.gz: 328ff7da38149883be5dd699c11a296e2ebc2ff2c043c7d380e26bd2416dbfd07b129baca1b6afcfa87da0b32937789cd1e177fd09d290bd218dd3a219bbd26d
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
name: Auto-merge dependabot updates
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
pull_request:
|
|
5
|
+
branches: [ main ]
|
|
6
|
+
|
|
7
|
+
permissions:
|
|
8
|
+
pull-requests: write
|
|
9
|
+
contents: write
|
|
10
|
+
|
|
11
|
+
jobs:
|
|
12
|
+
|
|
13
|
+
dependabot-merge:
|
|
14
|
+
|
|
15
|
+
runs-on: ubuntu-latest
|
|
16
|
+
|
|
17
|
+
if: ${{ github.actor == 'dependabot[bot]' }}
|
|
18
|
+
|
|
19
|
+
steps:
|
|
20
|
+
- name: Dependabot metadata
|
|
21
|
+
id: metadata
|
|
22
|
+
uses: dependabot/fetch-metadata@v1.3.6
|
|
23
|
+
with:
|
|
24
|
+
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
25
|
+
|
|
26
|
+
- name: Enable auto-merge for Dependabot PRs
|
|
27
|
+
# Only if version bump is not a major version change
|
|
28
|
+
if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
|
|
29
|
+
run: gh pr merge --auto --merge "$PR_URL"
|
|
30
|
+
env:
|
|
31
|
+
PR_URL: ${{github.event.pull_request.html_url}}
|
|
32
|
+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
data/CHANGELOG.md
CHANGED
|
@@ -69,7 +69,7 @@ module MicrosoftGraph
|
|
|
69
69
|
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::ChatMessageCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
|
|
70
70
|
end
|
|
71
71
|
##
|
|
72
|
-
##
|
|
72
|
+
## Create a new reply to a chatMessage in a specified channel.
|
|
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 chat_message
|
|
@@ -103,7 +103,7 @@ module MicrosoftGraph
|
|
|
103
103
|
return request_info
|
|
104
104
|
end
|
|
105
105
|
##
|
|
106
|
-
##
|
|
106
|
+
## Create a new reply to a chatMessage in a specified channel.
|
|
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
|
|
@@ -42,7 +42,7 @@ module MicrosoftGraph
|
|
|
42
42
|
@path_parameters = path_parameters if path_parameters.is_a? Hash
|
|
43
43
|
end
|
|
44
44
|
##
|
|
45
|
-
##
|
|
45
|
+
## Invite participants to the active call. For more information about how to handle operations, see commsOperation.
|
|
46
46
|
## @param body The request body
|
|
47
47
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
48
|
## @return a Fiber of invite_participants_operation
|
|
@@ -58,7 +58,7 @@ module MicrosoftGraph
|
|
|
58
58
|
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::InviteParticipantsOperation.create_from_discriminator_value(pn) }, error_mapping)
|
|
59
59
|
end
|
|
60
60
|
##
|
|
61
|
-
##
|
|
61
|
+
## Invite participants to the active call. For more information about how to handle operations, see commsOperation.
|
|
62
62
|
## @param body The request body
|
|
63
63
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
64
64
|
## @return a request_information
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
require 'microsoft_kiota_abstractions'
|
|
2
2
|
require_relative '../../../microsoft_graph'
|
|
3
|
+
require_relative '../../../models/drive_item'
|
|
3
4
|
require_relative '../../../models/drive_item_collection_response'
|
|
4
5
|
require_relative '../../../models/o_data_errors/o_data_error'
|
|
5
6
|
require_relative '../../drives'
|
|
@@ -58,6 +59,22 @@ module MicrosoftGraph
|
|
|
58
59
|
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::DriveItemCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
|
|
59
60
|
end
|
|
60
61
|
##
|
|
62
|
+
## Create new navigation property to bundles for drives
|
|
63
|
+
## @param body The request body
|
|
64
|
+
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
65
|
+
## @return a Fiber of drive_item
|
|
66
|
+
##
|
|
67
|
+
def post(body, request_configuration=nil)
|
|
68
|
+
raise StandardError, 'body cannot be null' if body.nil?
|
|
69
|
+
request_info = self.to_post_request_information(
|
|
70
|
+
body, request_configuration
|
|
71
|
+
)
|
|
72
|
+
error_mapping = Hash.new
|
|
73
|
+
error_mapping["4XX"] = lambda {|pn| MicrosoftGraph::Models::ODataErrors::ODataError.create_from_discriminator_value(pn) }
|
|
74
|
+
error_mapping["5XX"] = lambda {|pn| MicrosoftGraph::Models::ODataErrors::ODataError.create_from_discriminator_value(pn) }
|
|
75
|
+
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::DriveItem.create_from_discriminator_value(pn) }, error_mapping)
|
|
76
|
+
end
|
|
77
|
+
##
|
|
61
78
|
## Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.
|
|
62
79
|
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
63
80
|
## @return a request_information
|
|
@@ -75,6 +92,26 @@ module MicrosoftGraph
|
|
|
75
92
|
end
|
|
76
93
|
return request_info
|
|
77
94
|
end
|
|
95
|
+
##
|
|
96
|
+
## Create new navigation property to bundles for drives
|
|
97
|
+
## @param body The request body
|
|
98
|
+
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
99
|
+
## @return a request_information
|
|
100
|
+
##
|
|
101
|
+
def to_post_request_information(body, request_configuration=nil)
|
|
102
|
+
raise StandardError, 'body cannot be null' if body.nil?
|
|
103
|
+
request_info = MicrosoftKiotaAbstractions::RequestInformation.new()
|
|
104
|
+
request_info.url_template = @url_template
|
|
105
|
+
request_info.path_parameters = @path_parameters
|
|
106
|
+
request_info.http_method = :POST
|
|
107
|
+
request_info.headers.add('Accept', 'application/json')
|
|
108
|
+
unless request_configuration.nil?
|
|
109
|
+
request_info.add_headers_from_raw_object(request_configuration.headers)
|
|
110
|
+
request_info.add_request_options(request_configuration.options)
|
|
111
|
+
end
|
|
112
|
+
request_info.set_content_from_parsable(self.request_adapter, "application/json", body)
|
|
113
|
+
return request_info
|
|
114
|
+
end
|
|
78
115
|
|
|
79
116
|
##
|
|
80
117
|
# Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.
|
|
@@ -148,6 +185,18 @@ module MicrosoftGraph
|
|
|
148
185
|
# Request query parameters
|
|
149
186
|
attr_accessor :query_parameters
|
|
150
187
|
end
|
|
188
|
+
|
|
189
|
+
##
|
|
190
|
+
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
191
|
+
class BundlesRequestBuilderPostRequestConfiguration
|
|
192
|
+
|
|
193
|
+
##
|
|
194
|
+
# Request headers
|
|
195
|
+
attr_accessor :headers
|
|
196
|
+
##
|
|
197
|
+
# Request options
|
|
198
|
+
attr_accessor :options
|
|
199
|
+
end
|
|
151
200
|
end
|
|
152
201
|
end
|
|
153
202
|
end
|
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module Beta_Dist
|
|
20
|
-
class
|
|
20
|
+
class BetaDistPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# The A property
|
|
@@ -116,7 +116,7 @@ module MicrosoftGraph
|
|
|
116
116
|
@beta = value
|
|
117
117
|
end
|
|
118
118
|
##
|
|
119
|
-
## Instantiates a new
|
|
119
|
+
## Instantiates a new BetaDistPostRequestBody and sets the default values.
|
|
120
120
|
## @return a void
|
|
121
121
|
##
|
|
122
122
|
def initialize()
|
|
@@ -129,7 +129,7 @@ module MicrosoftGraph
|
|
|
129
129
|
##
|
|
130
130
|
def self.create_from_discriminator_value(parse_node)
|
|
131
131
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
132
|
-
return
|
|
132
|
+
return BetaDistPostRequestBody.new
|
|
133
133
|
end
|
|
134
134
|
##
|
|
135
135
|
## Gets the cumulative property value. The cumulative property
|
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module Beta_Dist
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the beta_Dist method.
|
|
23
|
-
class
|
|
23
|
+
class BetaDistRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class BetaDistRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module Beta_Inv
|
|
20
|
-
class
|
|
20
|
+
class BetaInvPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# The A property
|
|
@@ -113,7 +113,7 @@ module MicrosoftGraph
|
|
|
113
113
|
@beta = value
|
|
114
114
|
end
|
|
115
115
|
##
|
|
116
|
-
## Instantiates a new
|
|
116
|
+
## Instantiates a new BetaInvPostRequestBody and sets the default values.
|
|
117
117
|
## @return a void
|
|
118
118
|
##
|
|
119
119
|
def initialize()
|
|
@@ -126,7 +126,7 @@ module MicrosoftGraph
|
|
|
126
126
|
##
|
|
127
127
|
def self.create_from_discriminator_value(parse_node)
|
|
128
128
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
129
|
-
return
|
|
129
|
+
return BetaInvPostRequestBody.new
|
|
130
130
|
end
|
|
131
131
|
##
|
|
132
132
|
## The deserialization information for the current model
|
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module Beta_Inv
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the beta_Inv method.
|
|
23
|
-
class
|
|
23
|
+
class BetaInvRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class BetaInvRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
data/lib/drives/item/items/item/workbook/functions/binom_dist/binom_dist_post_request_body.rb
CHANGED
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module Binom_Dist
|
|
20
|
-
class
|
|
20
|
+
class BinomDistPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -50,7 +50,7 @@ module MicrosoftGraph
|
|
|
50
50
|
@additional_data = value
|
|
51
51
|
end
|
|
52
52
|
##
|
|
53
|
-
## Instantiates a new
|
|
53
|
+
## Instantiates a new BinomDistPostRequestBody and sets the default values.
|
|
54
54
|
## @return a void
|
|
55
55
|
##
|
|
56
56
|
def initialize()
|
|
@@ -63,7 +63,7 @@ module MicrosoftGraph
|
|
|
63
63
|
##
|
|
64
64
|
def self.create_from_discriminator_value(parse_node)
|
|
65
65
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
66
|
-
return
|
|
66
|
+
return BinomDistPostRequestBody.new
|
|
67
67
|
end
|
|
68
68
|
##
|
|
69
69
|
## Gets the cumulative property value. The cumulative property
|
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module Binom_Dist
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the binom_Dist method.
|
|
23
|
-
class
|
|
23
|
+
class BinomDistRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class BinomDistRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module Binom_Dist_Range
|
|
20
|
-
class
|
|
20
|
+
class BinomDistRangePostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -50,7 +50,7 @@ module MicrosoftGraph
|
|
|
50
50
|
@additional_data = value
|
|
51
51
|
end
|
|
52
52
|
##
|
|
53
|
-
## Instantiates a new
|
|
53
|
+
## Instantiates a new BinomDistRangePostRequestBody and sets the default values.
|
|
54
54
|
## @return a void
|
|
55
55
|
##
|
|
56
56
|
def initialize()
|
|
@@ -63,7 +63,7 @@ module MicrosoftGraph
|
|
|
63
63
|
##
|
|
64
64
|
def self.create_from_discriminator_value(parse_node)
|
|
65
65
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
66
|
-
return
|
|
66
|
+
return BinomDistRangePostRequestBody.new
|
|
67
67
|
end
|
|
68
68
|
##
|
|
69
69
|
## The deserialization information for the current model
|
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module Binom_Dist_Range
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the binom_Dist_Range method.
|
|
23
|
-
class
|
|
23
|
+
class BinomDistRangeRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class BinomDistRangeRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module Binom_Inv
|
|
20
|
-
class
|
|
20
|
+
class BinomInvPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -62,7 +62,7 @@ module MicrosoftGraph
|
|
|
62
62
|
@alpha = value
|
|
63
63
|
end
|
|
64
64
|
##
|
|
65
|
-
## Instantiates a new
|
|
65
|
+
## Instantiates a new BinomInvPostRequestBody and sets the default values.
|
|
66
66
|
## @return a void
|
|
67
67
|
##
|
|
68
68
|
def initialize()
|
|
@@ -75,7 +75,7 @@ module MicrosoftGraph
|
|
|
75
75
|
##
|
|
76
76
|
def self.create_from_discriminator_value(parse_node)
|
|
77
77
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
78
|
-
return
|
|
78
|
+
return BinomInvPostRequestBody.new
|
|
79
79
|
end
|
|
80
80
|
##
|
|
81
81
|
## The deserialization information for the current model
|
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module Binom_Inv
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the binom_Inv method.
|
|
23
|
-
class
|
|
23
|
+
class BinomInvRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class BinomInvRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
data/lib/drives/item/items/item/workbook/functions/ceiling_math/ceiling_math_post_request_body.rb
CHANGED
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module Ceiling_Math
|
|
20
|
-
class
|
|
20
|
+
class CeilingMathPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -47,7 +47,7 @@ module MicrosoftGraph
|
|
|
47
47
|
@additional_data = value
|
|
48
48
|
end
|
|
49
49
|
##
|
|
50
|
-
## Instantiates a new
|
|
50
|
+
## Instantiates a new CeilingMathPostRequestBody and sets the default values.
|
|
51
51
|
## @return a void
|
|
52
52
|
##
|
|
53
53
|
def initialize()
|
|
@@ -60,7 +60,7 @@ module MicrosoftGraph
|
|
|
60
60
|
##
|
|
61
61
|
def self.create_from_discriminator_value(parse_node)
|
|
62
62
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
63
|
-
return
|
|
63
|
+
return CeilingMathPostRequestBody.new
|
|
64
64
|
end
|
|
65
65
|
##
|
|
66
66
|
## The deserialization information for the current model
|
data/lib/drives/item/items/item/workbook/functions/ceiling_math/ceiling_math_request_builder.rb
CHANGED
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module Ceiling_Math
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the ceiling_Math method.
|
|
23
|
-
class
|
|
23
|
+
class CeilingMathRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class CeilingMathRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module Ceiling_Precise
|
|
20
|
-
class
|
|
20
|
+
class CeilingPrecisePostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -44,7 +44,7 @@ module MicrosoftGraph
|
|
|
44
44
|
@additional_data = value
|
|
45
45
|
end
|
|
46
46
|
##
|
|
47
|
-
## Instantiates a new
|
|
47
|
+
## Instantiates a new CeilingPrecisePostRequestBody and sets the default values.
|
|
48
48
|
## @return a void
|
|
49
49
|
##
|
|
50
50
|
def initialize()
|
|
@@ -57,7 +57,7 @@ module MicrosoftGraph
|
|
|
57
57
|
##
|
|
58
58
|
def self.create_from_discriminator_value(parse_node)
|
|
59
59
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
60
|
-
return
|
|
60
|
+
return CeilingPrecisePostRequestBody.new
|
|
61
61
|
end
|
|
62
62
|
##
|
|
63
63
|
## The deserialization information for the current model
|
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module Ceiling_Precise
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the ceiling_Precise method.
|
|
23
|
-
class
|
|
23
|
+
class CeilingPreciseRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class CeilingPreciseRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
data/lib/drives/item/items/item/workbook/functions/chi_sq_dist/chi_sq_dist_post_request_body.rb
CHANGED
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module ChiSq_Dist
|
|
20
|
-
class
|
|
20
|
+
class ChiSqDistPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -47,7 +47,7 @@ module MicrosoftGraph
|
|
|
47
47
|
@additional_data = value
|
|
48
48
|
end
|
|
49
49
|
##
|
|
50
|
-
## Instantiates a new
|
|
50
|
+
## Instantiates a new ChiSqDistPostRequestBody and sets the default values.
|
|
51
51
|
## @return a void
|
|
52
52
|
##
|
|
53
53
|
def initialize()
|
|
@@ -60,7 +60,7 @@ module MicrosoftGraph
|
|
|
60
60
|
##
|
|
61
61
|
def self.create_from_discriminator_value(parse_node)
|
|
62
62
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
63
|
-
return
|
|
63
|
+
return ChiSqDistPostRequestBody.new
|
|
64
64
|
end
|
|
65
65
|
##
|
|
66
66
|
## Gets the cumulative property value. The cumulative property
|
data/lib/drives/item/items/item/workbook/functions/chi_sq_dist/chi_sq_dist_request_builder.rb
CHANGED
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module ChiSq_Dist
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the chiSq_Dist method.
|
|
23
|
-
class
|
|
23
|
+
class ChiSqDistRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class ChiSqDistRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module ChiSq_Dist_RT
|
|
20
|
-
class
|
|
20
|
+
class ChiSqDistRTPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -44,7 +44,7 @@ module MicrosoftGraph
|
|
|
44
44
|
@additional_data = value
|
|
45
45
|
end
|
|
46
46
|
##
|
|
47
|
-
## Instantiates a new
|
|
47
|
+
## Instantiates a new ChiSqDistRTPostRequestBody and sets the default values.
|
|
48
48
|
## @return a void
|
|
49
49
|
##
|
|
50
50
|
def initialize()
|
|
@@ -57,7 +57,7 @@ module MicrosoftGraph
|
|
|
57
57
|
##
|
|
58
58
|
def self.create_from_discriminator_value(parse_node)
|
|
59
59
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
60
|
-
return
|
|
60
|
+
return ChiSqDistRTPostRequestBody.new
|
|
61
61
|
end
|
|
62
62
|
##
|
|
63
63
|
## Gets the degFreedom property value. The degFreedom property
|
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module ChiSq_Dist_RT
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the chiSq_Dist_RT method.
|
|
23
|
-
class
|
|
23
|
+
class ChiSqDistRTRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class ChiSqDistRTRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
data/lib/drives/item/items/item/workbook/functions/chi_sq_inv/chi_sq_inv_post_request_body.rb
CHANGED
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module ChiSq_Inv
|
|
20
|
-
class
|
|
20
|
+
class ChiSqInvPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -44,7 +44,7 @@ module MicrosoftGraph
|
|
|
44
44
|
@additional_data = value
|
|
45
45
|
end
|
|
46
46
|
##
|
|
47
|
-
## Instantiates a new
|
|
47
|
+
## Instantiates a new ChiSqInvPostRequestBody and sets the default values.
|
|
48
48
|
## @return a void
|
|
49
49
|
##
|
|
50
50
|
def initialize()
|
|
@@ -57,7 +57,7 @@ module MicrosoftGraph
|
|
|
57
57
|
##
|
|
58
58
|
def self.create_from_discriminator_value(parse_node)
|
|
59
59
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
60
|
-
return
|
|
60
|
+
return ChiSqInvPostRequestBody.new
|
|
61
61
|
end
|
|
62
62
|
##
|
|
63
63
|
## Gets the degFreedom property value. The degFreedom property
|