mudbase 1.2.10 → 1.2.12
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/docs/AppRoleCollectionCrudAction.md +15 -0
- data/docs/{MultiRoleUpdateRoleRequestCollectionPermissionsValue.md → AppRoleCollectionPermissionValue.md} +9 -9
- data/docs/AppRoleCollectionPermissionWithConditions.md +20 -0
- data/docs/AuthApi.md +10 -10
- data/docs/AuthRefreshRequest.md +1 -1
- data/docs/ChatApi.md +2 -2
- data/docs/MultiRoleAddRoleRequest.md +2 -2
- data/docs/MultiRoleApi.md +14 -14
- data/docs/MultiRoleUpdateRoleRequest.md +2 -2
- data/docs/UpdateProjectRequest.md +1 -1
- data/docs/UsersApi.md +5 -5
- data/lib/mudbase/api/auth_api.rb +12 -12
- data/lib/mudbase/api/billing_api.rb +2 -2
- data/lib/mudbase/api/chat_api.rb +4 -4
- data/lib/mudbase/api/collections_api.rb +2 -2
- data/lib/mudbase/api/compliance_api.rb +2 -2
- data/lib/mudbase/api/data_api.rb +2 -2
- data/lib/mudbase/api/functions_api.rb +2 -2
- data/lib/mudbase/api/health_api.rb +2 -2
- data/lib/mudbase/api/integrations_api.rb +2 -2
- data/lib/mudbase/api/messaging_api.rb +2 -2
- data/lib/mudbase/api/multi_role_api.rb +18 -18
- data/lib/mudbase/api/realtime_analytics_api.rb +2 -2
- data/lib/mudbase/api/role_elevation_api.rb +2 -2
- data/lib/mudbase/api/search_api.rb +2 -2
- data/lib/mudbase/api/storage_api.rb +2 -2
- data/lib/mudbase/api/usage_api.rb +2 -2
- data/lib/mudbase/api/users_api.rb +6 -6
- data/lib/mudbase/api/wallet_api.rb +2 -2
- data/lib/mudbase/api/webhooks_api.rb +2 -2
- data/lib/mudbase/api_client.rb +2 -2
- data/lib/mudbase/api_error.rb +2 -2
- data/lib/mudbase/api_model_base.rb +2 -2
- data/lib/mudbase/configuration.rb +2 -2
- data/lib/mudbase/models/api_key.rb +2 -2
- data/lib/mudbase/models/api_key_permission.rb +2 -2
- data/lib/mudbase/models/api_key_usage.rb +2 -2
- data/lib/mudbase/models/api_key_usage_response.rb +2 -2
- data/lib/mudbase/models/api_key_with_secret.rb +2 -2
- data/lib/mudbase/models/app_role_collection_crud_action.rb +42 -0
- data/lib/mudbase/models/{multi_role_update_role_request_collection_permissions_value.rb → app_role_collection_permission_value.rb} +6 -5
- data/lib/mudbase/models/{multi_role_update_role_request_collection_permissions_value_one_of.rb → app_role_collection_permission_with_conditions.rb} +7 -28
- data/lib/mudbase/models/auth_config.rb +2 -2
- data/lib/mudbase/models/auth_confirm_password_reset_request.rb +2 -2
- data/lib/mudbase/models/auth_convert_anonymous200_response.rb +2 -2
- data/lib/mudbase/models/auth_convert_anonymous_request.rb +2 -2
- data/lib/mudbase/models/auth_create_anonymous200_response.rb +2 -2
- data/lib/mudbase/models/auth_create_anonymous200_response_user.rb +2 -2
- data/lib/mudbase/models/auth_create_anonymous_request.rb +2 -2
- data/lib/mudbase/models/auth_get_o_auth_providers200_response.rb +2 -2
- data/lib/mudbase/models/auth_get_o_auth_providers200_response_providers_inner.rb +2 -2
- data/lib/mudbase/models/auth_get_session200_response.rb +2 -2
- data/lib/mudbase/models/auth_login200_response.rb +2 -2
- data/lib/mudbase/models/auth_login200_response_user.rb +2 -2
- data/lib/mudbase/models/auth_login403_response.rb +2 -2
- data/lib/mudbase/models/auth_login_request.rb +2 -2
- data/lib/mudbase/models/auth_oauth_callback200_response.rb +2 -2
- data/lib/mudbase/models/auth_oauth_initiate200_response.rb +2 -2
- data/lib/mudbase/models/auth_oauth_initiate400_response.rb +2 -2
- data/lib/mudbase/models/auth_oauth_signup_with_role400_response.rb +2 -2
- data/lib/mudbase/models/auth_provider.rb +2 -2
- data/lib/mudbase/models/auth_refresh200_response.rb +2 -2
- data/lib/mudbase/models/auth_refresh400_response.rb +2 -2
- data/lib/mudbase/models/auth_refresh_request.rb +3 -3
- data/lib/mudbase/models/auth_register201_response.rb +2 -2
- data/lib/mudbase/models/auth_register201_response_user.rb +2 -2
- data/lib/mudbase/models/auth_register429_response.rb +2 -2
- data/lib/mudbase/models/auth_register_request.rb +2 -2
- data/lib/mudbase/models/auth_register_with_role_request.rb +2 -2
- data/lib/mudbase/models/auth_request_password_reset_request.rb +2 -2
- data/lib/mudbase/models/auth_resend_verification_request.rb +2 -2
- data/lib/mudbase/models/auth_reset_password_request.rb +2 -2
- data/lib/mudbase/models/auth_response.rb +2 -2
- data/lib/mudbase/models/auth_verify_email_request.rb +2 -2
- data/lib/mudbase/models/auth_verify_magic_link_request.rb +2 -2
- data/lib/mudbase/models/billing.rb +2 -2
- data/lib/mudbase/models/billing_check_feature_access200_response.rb +2 -2
- data/lib/mudbase/models/billing_check_subscription200_response.rb +2 -2
- data/lib/mudbase/models/billing_check_subscription200_response_subscription.rb +2 -2
- data/lib/mudbase/models/billing_create_checkout_session200_response.rb +2 -2
- data/lib/mudbase/models/billing_create_checkout_session200_response_data.rb +2 -2
- data/lib/mudbase/models/billing_create_checkout_session200_response_data_payment_options_inner.rb +2 -2
- data/lib/mudbase/models/billing_create_checkout_session_request.rb +2 -2
- data/lib/mudbase/models/billing_create_checkout_session_request_customer_info.rb +2 -2
- data/lib/mudbase/models/billing_get_checkout_payment200_response.rb +2 -2
- data/lib/mudbase/models/billing_get_checkout_payment200_response_data.rb +2 -2
- data/lib/mudbase/models/billing_get_public_plans200_response.rb +2 -2
- data/lib/mudbase/models/billing_handle_crypto_webhook200_response.rb +2 -2
- data/lib/mudbase/models/billing_handle_crypto_webhook_request.rb +2 -2
- data/lib/mudbase/models/billing_handle_crypto_webhook_request_data.rb +2 -2
- data/lib/mudbase/models/billing_handle_flutterwave_webhook_request.rb +2 -2
- data/lib/mudbase/models/billing_handle_flutterwave_webhook_request_data.rb +2 -2
- data/lib/mudbase/models/billing_handle_flutterwave_webhook_request_data_customer.rb +2 -2
- data/lib/mudbase/models/billing_initialize_payment_request.rb +2 -2
- data/lib/mudbase/models/billing_initialize_payment_request_customer.rb +2 -2
- data/lib/mudbase/models/billing_last_payment.rb +2 -2
- data/lib/mudbase/models/billing_record_usage_request.rb +2 -2
- data/lib/mudbase/models/billing_verify_payment200_response.rb +2 -2
- data/lib/mudbase/models/billing_verify_payment200_response_data.rb +2 -2
- data/lib/mudbase/models/billing_verify_payment200_response_data_subscription.rb +2 -2
- data/lib/mudbase/models/bucket.rb +2 -2
- data/lib/mudbase/models/bucket_list_response.rb +2 -2
- data/lib/mudbase/models/bucket_response.rb +2 -2
- data/lib/mudbase/models/change_password_request.rb +2 -2
- data/lib/mudbase/models/chat_add_participant200_response.rb +2 -2
- data/lib/mudbase/models/chat_add_participant200_response_data.rb +2 -2
- data/lib/mudbase/models/chat_add_participant200_response_data_participants_inner.rb +2 -2
- data/lib/mudbase/models/chat_add_participant_request.rb +2 -2
- data/lib/mudbase/models/chat_add_reaction200_response.rb +2 -2
- data/lib/mudbase/models/chat_add_reaction200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/chat_add_reaction_request.rb +2 -2
- data/lib/mudbase/models/chat_create201_response.rb +2 -2
- data/lib/mudbase/models/chat_create201_response_data.rb +2 -2
- data/lib/mudbase/models/chat_create_request.rb +2 -2
- data/lib/mudbase/models/chat_edit_message200_response.rb +2 -2
- data/lib/mudbase/models/chat_edit_message200_response_data.rb +2 -2
- data/lib/mudbase/models/chat_edit_message_request.rb +2 -2
- data/lib/mudbase/models/chat_edit_message_request_e2ee.rb +2 -2
- data/lib/mudbase/models/chat_get200_response.rb +2 -2
- data/lib/mudbase/models/chat_get200_response_data.rb +2 -2
- data/lib/mudbase/models/chat_get200_response_data_participants_inner.rb +2 -2
- data/lib/mudbase/models/chat_get_chat_e2ee_participant_keys200_response.rb +2 -2
- data/lib/mudbase/models/chat_get_chat_e2ee_participant_keys200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/chat_get_messages200_response.rb +2 -2
- data/lib/mudbase/models/chat_get_messages200_response_data.rb +2 -2
- data/lib/mudbase/models/chat_get_messages200_response_data_messages_inner.rb +2 -2
- data/lib/mudbase/models/chat_get_messages200_response_data_messages_inner_sender.rb +2 -2
- data/lib/mudbase/models/chat_list200_response.rb +2 -2
- data/lib/mudbase/models/chat_list200_response_data.rb +2 -2
- data/lib/mudbase/models/chat_list200_response_data_chats_inner.rb +2 -2
- data/lib/mudbase/models/chat_list200_response_data_chats_inner_last_message.rb +2 -2
- data/lib/mudbase/models/chat_mark_as_read200_response.rb +2 -2
- data/lib/mudbase/models/chat_mark_as_read200_response_data.rb +2 -2
- data/lib/mudbase/models/chat_mark_as_read_request.rb +2 -2
- data/lib/mudbase/models/chat_put_chat_e2ee_key200_response.rb +2 -2
- data/lib/mudbase/models/chat_put_chat_e2ee_key200_response_data.rb +2 -2
- data/lib/mudbase/models/chat_put_chat_e2ee_key_request.rb +2 -2
- data/lib/mudbase/models/chat_remove_participant_request.rb +2 -2
- data/lib/mudbase/models/chat_remove_reaction200_response.rb +2 -2
- data/lib/mudbase/models/chat_remove_reaction200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/chat_send_message201_response.rb +2 -2
- data/lib/mudbase/models/chat_send_message201_response_data.rb +2 -2
- data/lib/mudbase/models/chat_send_message_request.rb +2 -2
- data/lib/mudbase/models/chat_send_message_request_e2ee.rb +2 -2
- data/lib/mudbase/models/collection.rb +2 -2
- data/lib/mudbase/models/collections_create201_response.rb +2 -2
- data/lib/mudbase/models/collections_list200_response.rb +2 -2
- data/lib/mudbase/models/compliance_log_security_event200_response.rb +2 -2
- data/lib/mudbase/models/compliance_log_security_event200_response_event.rb +2 -2
- data/lib/mudbase/models/compliance_log_security_event_request.rb +2 -2
- data/lib/mudbase/models/compliance_log_security_event_request_details.rb +2 -2
- data/lib/mudbase/models/confirm_upload_response.rb +2 -2
- data/lib/mudbase/models/confirm_upload_response_scan.rb +2 -2
- data/lib/mudbase/models/create_api_key_request.rb +2 -2
- data/lib/mudbase/models/create_bucket_request.rb +2 -2
- data/lib/mudbase/models/create_collection_request.rb +2 -2
- data/lib/mudbase/models/create_function_request.rb +2 -2
- data/lib/mudbase/models/create_project_request.rb +2 -2
- data/lib/mudbase/models/data_list_response.rb +2 -2
- data/lib/mudbase/models/data_list_response_data_inner.rb +2 -2
- data/lib/mudbase/models/data_response.rb +2 -2
- data/lib/mudbase/models/database_config.rb +2 -2
- data/lib/mudbase/models/email_request.rb +2 -2
- data/lib/mudbase/models/email_request_to.rb +2 -2
- data/lib/mudbase/models/error.rb +2 -2
- data/lib/mudbase/models/error_details.rb +2 -2
- data/lib/mudbase/models/field.rb +2 -2
- data/lib/mudbase/models/field_default.rb +2 -2
- data/lib/mudbase/models/file_list_response.rb +2 -2
- data/lib/mudbase/models/file_metadata.rb +2 -2
- data/lib/mudbase/models/file_response.rb +2 -2
- data/lib/mudbase/models/file_upload_response.rb +2 -2
- data/lib/mudbase/models/function.rb +2 -2
- data/lib/mudbase/models/function_execution.rb +2 -2
- data/lib/mudbase/models/function_execution_response.rb +2 -2
- data/lib/mudbase/models/function_execution_response_data.rb +2 -2
- data/lib/mudbase/models/function_list_response.rb +2 -2
- data/lib/mudbase/models/function_list_response_data.rb +2 -2
- data/lib/mudbase/models/function_logs_response.rb +2 -2
- data/lib/mudbase/models/function_logs_response_data.rb +2 -2
- data/lib/mudbase/models/function_response.rb +2 -2
- data/lib/mudbase/models/function_stats.rb +2 -2
- data/lib/mudbase/models/function_trigger.rb +2 -2
- data/lib/mudbase/models/functions_delete200_response.rb +2 -2
- data/lib/mudbase/models/functions_execute_request.rb +2 -2
- data/lib/mudbase/models/functions_get_versions200_response.rb +2 -2
- data/lib/mudbase/models/functions_get_versions200_response_data.rb +2 -2
- data/lib/mudbase/models/functions_get_versions200_response_data_versions_inner.rb +2 -2
- data/lib/mudbase/models/functions_rollback_request.rb +2 -2
- data/lib/mudbase/models/functions_simulate_request.rb +2 -2
- data/lib/mudbase/models/functions_trigger_webhook200_response.rb +2 -2
- data/lib/mudbase/models/functions_trigger_webhook400_response.rb +2 -2
- data/lib/mudbase/models/functions_trigger_webhook401_response.rb +2 -2
- data/lib/mudbase/models/health_response.rb +2 -2
- data/lib/mudbase/models/health_response_services.rb +2 -2
- data/lib/mudbase/models/integrations_execute_request.rb +2 -2
- data/lib/mudbase/models/integrations_list200_response.rb +2 -2
- data/lib/mudbase/models/integrations_list200_response_integrations_inner.rb +2 -2
- data/lib/mudbase/models/invite_member_request.rb +2 -2
- data/lib/mudbase/models/limits.rb +2 -2
- data/lib/mudbase/models/login_request.rb +2 -2
- data/lib/mudbase/models/magic_link_request.rb +2 -2
- data/lib/mudbase/models/message.rb +2 -2
- data/lib/mudbase/models/message_history_response.rb +2 -2
- data/lib/mudbase/models/message_history_response_data.rb +2 -2
- data/lib/mudbase/models/message_response.rb +2 -2
- data/lib/mudbase/models/message_sent_response.rb +2 -2
- data/lib/mudbase/models/message_sent_response_data.rb +2 -2
- data/lib/mudbase/models/message_stats_response.rb +2 -2
- data/lib/mudbase/models/message_stats_response_data.rb +2 -2
- data/lib/mudbase/models/message_stats_response_data_by_status.rb +2 -2
- data/lib/mudbase/models/message_stats_response_data_by_type.rb +2 -2
- data/lib/mudbase/models/message_stats_response_data_period.rb +2 -2
- data/lib/mudbase/models/multi_role_add_role_request.rb +4 -4
- data/lib/mudbase/models/multi_role_add_role_request_default_permissions_inner.rb +2 -2
- data/lib/mudbase/models/multi_role_apply_role_feature_preset_request.rb +2 -2
- data/lib/mudbase/models/multi_role_get_available_roles200_response.rb +2 -2
- data/lib/mudbase/models/multi_role_get_available_roles200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/multi_role_get_config200_response.rb +2 -2
- data/lib/mudbase/models/multi_role_get_config200_response_data.rb +2 -2
- data/lib/mudbase/models/multi_role_get_permissions_matrix200_response.rb +2 -2
- data/lib/mudbase/models/multi_role_simulate_app_permissions_request.rb +2 -2
- data/lib/mudbase/models/multi_role_toggle_role200_response.rb +2 -2
- data/lib/mudbase/models/multi_role_toggle_role_request.rb +2 -2
- data/lib/mudbase/models/multi_role_update_collection_permissions_request.rb +2 -2
- data/lib/mudbase/models/multi_role_update_role_request.rb +4 -4
- data/lib/mudbase/models/multi_role_update_settings200_response.rb +2 -2
- data/lib/mudbase/models/multi_role_update_settings_request.rb +2 -2
- data/lib/mudbase/models/multi_role_update_settings_request_settings.rb +2 -2
- data/lib/mudbase/models/non_custodial_address.rb +2 -2
- data/lib/mudbase/models/non_custodial_address_response.rb +2 -2
- data/lib/mudbase/models/organization.rb +2 -2
- data/lib/mudbase/models/organization_summary.rb +2 -2
- data/lib/mudbase/models/otp_send_request.rb +2 -2
- data/lib/mudbase/models/otp_verify_request.rb +2 -2
- data/lib/mudbase/models/pagination.rb +2 -2
- data/lib/mudbase/models/payment_intent.rb +2 -2
- data/lib/mudbase/models/payment_refund.rb +2 -2
- data/lib/mudbase/models/payment_subscription.rb +2 -2
- data/lib/mudbase/models/permission.rb +2 -2
- data/lib/mudbase/models/plan.rb +2 -2
- data/lib/mudbase/models/presigned_post_response.rb +2 -2
- data/lib/mudbase/models/project.rb +2 -2
- data/lib/mudbase/models/project_settings.rb +2 -2
- data/lib/mudbase/models/project_summary.rb +2 -2
- data/lib/mudbase/models/project_usage.rb +2 -2
- data/lib/mudbase/models/project_usage_response.rb +2 -2
- data/lib/mudbase/models/project_usage_stats_response.rb +2 -2
- data/lib/mudbase/models/project_usage_stats_response_project.rb +2 -2
- data/lib/mudbase/models/push_notification_request.rb +2 -2
- data/lib/mudbase/models/rate_limit.rb +2 -2
- data/lib/mudbase/models/realtime_analytics_check_user_presence200_response.rb +2 -2
- data/lib/mudbase/models/realtime_analytics_check_user_presence200_response_presence_value.rb +2 -2
- data/lib/mudbase/models/realtime_analytics_check_user_presence_request.rb +2 -2
- data/lib/mudbase/models/realtime_analytics_get_active_users200_response.rb +2 -2
- data/lib/mudbase/models/realtime_analytics_get_active_users200_response_users_inner.rb +2 -2
- data/lib/mudbase/models/realtime_analytics_get_event_throughput200_response.rb +2 -2
- data/lib/mudbase/models/realtime_analytics_get_historical_analytics200_response.rb +2 -2
- data/lib/mudbase/models/realtime_analytics_get_historical_analytics200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/realtime_analytics_get_project200_response.rb +2 -2
- data/lib/mudbase/models/register_request.rb +2 -2
- data/lib/mudbase/models/role_elevation_get_status200_response.rb +2 -2
- data/lib/mudbase/models/role_elevation_request200_response.rb +2 -2
- data/lib/mudbase/models/role_elevation_request_request.rb +2 -2
- data/lib/mudbase/models/role_elevation_upload_documents_request.rb +2 -2
- data/lib/mudbase/models/role_elevation_upload_documents_request_documents_inner.rb +2 -2
- data/lib/mudbase/models/search_get_analytics200_response.rb +2 -2
- data/lib/mudbase/models/search_get_analytics200_response_top_queries_inner.rb +2 -2
- data/lib/mudbase/models/search_get_suggestions200_response.rb +2 -2
- data/lib/mudbase/models/search_response.rb +2 -2
- data/lib/mudbase/models/search_response_data.rb +2 -2
- data/lib/mudbase/models/search_result.rb +2 -2
- data/lib/mudbase/models/search_result_item.rb +2 -2
- data/lib/mudbase/models/session_response.rb +2 -2
- data/lib/mudbase/models/signed_url_response.rb +2 -2
- data/lib/mudbase/models/sms_request.rb +2 -2
- data/lib/mudbase/models/storage_config.rb +2 -2
- data/lib/mudbase/models/storage_confirm_upload400_response.rb +2 -2
- data/lib/mudbase/models/storage_confirm_upload_request.rb +2 -2
- data/lib/mudbase/models/storage_download_bucket_file403_response.rb +2 -2
- data/lib/mudbase/models/storage_download_bucket_file404_response.rb +2 -2
- data/lib/mudbase/models/storage_get_presigned_upload_request.rb +2 -2
- data/lib/mudbase/models/storage_get_signed_url_request.rb +2 -2
- data/lib/mudbase/models/system_status_response.rb +2 -2
- data/lib/mudbase/models/system_status_response_data.rb +2 -2
- data/lib/mudbase/models/system_status_response_data_cpu.rb +2 -2
- data/lib/mudbase/models/system_status_response_data_database.rb +2 -2
- data/lib/mudbase/models/system_status_response_data_memory.rb +2 -2
- data/lib/mudbase/models/system_status_response_data_requests.rb +2 -2
- data/lib/mudbase/models/system_status_response_data_storage.rb +2 -2
- data/lib/mudbase/models/trigger_webhook_request.rb +2 -2
- data/lib/mudbase/models/two_fa_setup_response.rb +2 -2
- data/lib/mudbase/models/update_api_key_request.rb +2 -2
- data/lib/mudbase/models/update_bucket_request.rb +2 -2
- data/lib/mudbase/models/update_collection_request.rb +2 -2
- data/lib/mudbase/models/update_function_request.rb +2 -2
- data/lib/mudbase/models/update_function_request_limits.rb +2 -2
- data/lib/mudbase/models/update_function_request_retry_policy.rb +2 -2
- data/lib/mudbase/models/update_organization_request.rb +2 -2
- data/lib/mudbase/models/update_project_request.rb +3 -3
- data/lib/mudbase/models/update_user_request.rb +2 -2
- data/lib/mudbase/models/upload_files_to_bucket_metadata_request.rb +2 -2
- data/lib/mudbase/models/upload_files_to_bucket_request.rb +2 -2
- data/lib/mudbase/models/usage.rb +2 -2
- data/lib/mudbase/models/usage_response.rb +2 -2
- data/lib/mudbase/models/usage_stats_response.rb +2 -2
- data/lib/mudbase/models/usage_stats_response_percentages.rb +2 -2
- data/lib/mudbase/models/usage_trends_response.rb +2 -2
- data/lib/mudbase/models/usage_trends_response_trends_inner.rb +2 -2
- data/lib/mudbase/models/usage_trends_response_trends_inner_id.rb +2 -2
- data/lib/mudbase/models/user.rb +2 -2
- data/lib/mudbase/models/user_summary.rb +2 -2
- data/lib/mudbase/models/users_disable2fa_request.rb +2 -2
- data/lib/mudbase/models/users_erase_data200_response.rb +2 -2
- data/lib/mudbase/models/users_erase_data200_response_details.rb +2 -2
- data/lib/mudbase/models/users_erase_data_request.rb +2 -2
- data/lib/mudbase/models/users_export_data200_response.rb +2 -2
- data/lib/mudbase/models/users_get200_response.rb +2 -2
- data/lib/mudbase/models/users_link_o_auth_provider200_response.rb +2 -2
- data/lib/mudbase/models/users_list_o_auth_providers200_response.rb +2 -2
- data/lib/mudbase/models/users_list_o_auth_providers200_response_providers_inner.rb +2 -2
- data/lib/mudbase/models/users_unlink_o_auth_provider200_response.rb +2 -2
- data/lib/mudbase/models/users_update200_response.rb +2 -2
- data/lib/mudbase/models/users_verify2fa_request.rb +2 -2
- data/lib/mudbase/models/wallet_balance.rb +2 -2
- data/lib/mudbase/models/wallet_broadcast_transaction200_response.rb +2 -2
- data/lib/mudbase/models/wallet_broadcast_transaction200_response_data.rb +2 -2
- data/lib/mudbase/models/wallet_broadcast_transaction_request.rb +2 -2
- data/lib/mudbase/models/wallet_create_webhook201_response.rb +2 -2
- data/lib/mudbase/models/wallet_create_webhook_request.rb +2 -2
- data/lib/mudbase/models/wallet_create_webhook_request_filters.rb +2 -2
- data/lib/mudbase/models/wallet_estimate_gas200_response.rb +2 -2
- data/lib/mudbase/models/wallet_estimate_gas200_response_data.rb +2 -2
- data/lib/mudbase/models/wallet_estimate_gas_request.rb +2 -2
- data/lib/mudbase/models/wallet_estimate_gas_request_transaction.rb +2 -2
- data/lib/mudbase/models/wallet_get_balance200_response.rb +2 -2
- data/lib/mudbase/models/wallet_get_cancel_params200_response.rb +2 -2
- data/lib/mudbase/models/wallet_get_cancel_params200_response_data.rb +2 -2
- data/lib/mudbase/models/wallet_get_cancel_params_request.rb +2 -2
- data/lib/mudbase/models/wallet_get_speed_up_params200_response.rb +2 -2
- data/lib/mudbase/models/wallet_get_speed_up_params200_response_data.rb +2 -2
- data/lib/mudbase/models/wallet_get_speed_up_params_request.rb +2 -2
- data/lib/mudbase/models/wallet_get_transaction_by_hash200_response.rb +2 -2
- data/lib/mudbase/models/wallet_get_transaction_by_hash400_response.rb +2 -2
- data/lib/mudbase/models/wallet_get_transactions200_response.rb +2 -2
- data/lib/mudbase/models/wallet_get_transactions200_response_pagination.rb +2 -2
- data/lib/mudbase/models/wallet_get_webhook_logs200_response.rb +2 -2
- data/lib/mudbase/models/wallet_list_addresses200_response.rb +2 -2
- data/lib/mudbase/models/wallet_list_webhooks200_response.rb +2 -2
- data/lib/mudbase/models/wallet_register_address_request.rb +2 -2
- data/lib/mudbase/models/wallet_test_webhook_request.rb +2 -2
- data/lib/mudbase/models/wallet_transaction.rb +2 -2
- data/lib/mudbase/models/wallet_transaction_webhook_payload.rb +2 -2
- data/lib/mudbase/models/wallet_update_webhook200_response.rb +2 -2
- data/lib/mudbase/models/wallet_update_webhook_request.rb +2 -2
- data/lib/mudbase/models/wallet_webhook.rb +2 -2
- data/lib/mudbase/models/wallet_webhook_filters.rb +2 -2
- data/lib/mudbase/models/wallet_webhook_stats.rb +2 -2
- data/lib/mudbase/models/webhook_list_response.rb +2 -2
- data/lib/mudbase/models/webhook_log.rb +2 -2
- data/lib/mudbase/models/webhook_stats_response.rb +2 -2
- data/lib/mudbase/models/webhook_stats_response_event_stats_inner.rb +2 -2
- data/lib/mudbase/models/webhook_stats_response_status_stats_inner.rb +2 -2
- data/lib/mudbase/version.rb +3 -3
- data/lib/mudbase.rb +5 -9
- data/mudbase.gemspec +2 -2
- data/spec/api/auth_api_spec.rb +7 -7
- data/spec/api/billing_api_spec.rb +2 -2
- data/spec/api/chat_api_spec.rb +3 -3
- data/spec/api/collections_api_spec.rb +2 -2
- data/spec/api/compliance_api_spec.rb +2 -2
- data/spec/api/data_api_spec.rb +2 -2
- data/spec/api/functions_api_spec.rb +2 -2
- data/spec/api/health_api_spec.rb +2 -2
- data/spec/api/integrations_api_spec.rb +2 -2
- data/spec/api/messaging_api_spec.rb +2 -2
- data/spec/api/multi_role_api_spec.rb +10 -10
- data/spec/api/realtime_analytics_api_spec.rb +2 -2
- data/spec/api/role_elevation_api_spec.rb +2 -2
- data/spec/api/search_api_spec.rb +2 -2
- data/spec/api/storage_api_spec.rb +2 -2
- data/spec/api/usage_api_spec.rb +2 -2
- data/spec/api/users_api_spec.rb +4 -4
- data/spec/api/wallet_api_spec.rb +2 -2
- data/spec/api/webhooks_api_spec.rb +2 -2
- data/spec/models/api_key_permission_spec.rb +2 -2
- data/spec/models/api_key_spec.rb +2 -2
- data/spec/models/api_key_usage_response_spec.rb +2 -2
- data/spec/models/api_key_usage_spec.rb +2 -2
- data/spec/models/api_key_with_secret_spec.rb +2 -2
- data/spec/models/app_role_collection_crud_action_spec.rb +30 -0
- data/spec/models/{multi_role_update_role_request_collection_permissions_value_spec.rb → app_role_collection_permission_value_spec.rb} +4 -4
- data/spec/models/{organizations_add_domain_request_spec.rb → app_role_collection_permission_with_conditions_spec.rb} +10 -10
- data/spec/models/auth_config_spec.rb +2 -2
- data/spec/models/auth_confirm_password_reset_request_spec.rb +2 -2
- data/spec/models/auth_convert_anonymous200_response_spec.rb +2 -2
- data/spec/models/auth_convert_anonymous_request_spec.rb +2 -2
- data/spec/models/auth_create_anonymous200_response_spec.rb +2 -2
- data/spec/models/auth_create_anonymous200_response_user_spec.rb +2 -2
- data/spec/models/auth_create_anonymous_request_spec.rb +2 -2
- data/spec/models/auth_get_o_auth_providers200_response_providers_inner_spec.rb +2 -2
- data/spec/models/auth_get_o_auth_providers200_response_spec.rb +2 -2
- data/spec/models/auth_get_session200_response_spec.rb +2 -2
- data/spec/models/auth_login200_response_spec.rb +2 -2
- data/spec/models/auth_login200_response_user_spec.rb +2 -2
- data/spec/models/auth_login403_response_spec.rb +2 -2
- data/spec/models/auth_login_request_spec.rb +2 -2
- data/spec/models/auth_oauth_callback200_response_spec.rb +2 -2
- data/spec/models/auth_oauth_initiate200_response_spec.rb +2 -2
- data/spec/models/auth_oauth_initiate400_response_spec.rb +2 -2
- data/spec/models/auth_oauth_signup_with_role400_response_spec.rb +2 -2
- data/spec/models/auth_provider_spec.rb +2 -2
- data/spec/models/auth_refresh200_response_spec.rb +2 -2
- data/spec/models/auth_refresh400_response_spec.rb +2 -2
- data/spec/models/auth_refresh_request_spec.rb +2 -2
- data/spec/models/auth_register201_response_spec.rb +2 -2
- data/spec/models/auth_register201_response_user_spec.rb +2 -2
- data/spec/models/auth_register429_response_spec.rb +2 -2
- data/spec/models/auth_register_request_spec.rb +2 -2
- data/spec/models/auth_register_with_role_request_spec.rb +2 -2
- data/spec/models/auth_request_password_reset_request_spec.rb +2 -2
- data/spec/models/auth_resend_verification_request_spec.rb +2 -2
- data/spec/models/auth_reset_password_request_spec.rb +2 -2
- data/spec/models/auth_response_spec.rb +2 -2
- data/spec/models/auth_verify_email_request_spec.rb +2 -2
- data/spec/models/auth_verify_magic_link_request_spec.rb +2 -2
- data/spec/models/billing_check_feature_access200_response_spec.rb +2 -2
- data/spec/models/billing_check_subscription200_response_spec.rb +2 -2
- data/spec/models/billing_check_subscription200_response_subscription_spec.rb +2 -2
- data/spec/models/billing_create_checkout_session200_response_data_payment_options_inner_spec.rb +2 -2
- data/spec/models/billing_create_checkout_session200_response_data_spec.rb +2 -2
- data/spec/models/billing_create_checkout_session200_response_spec.rb +2 -2
- data/spec/models/billing_create_checkout_session_request_customer_info_spec.rb +2 -2
- data/spec/models/billing_create_checkout_session_request_spec.rb +2 -2
- data/spec/models/billing_get_checkout_payment200_response_data_spec.rb +2 -2
- data/spec/models/billing_get_checkout_payment200_response_spec.rb +2 -2
- data/spec/models/billing_get_public_plans200_response_spec.rb +2 -2
- data/spec/models/billing_handle_crypto_webhook200_response_spec.rb +2 -2
- data/spec/models/billing_handle_crypto_webhook_request_data_spec.rb +2 -2
- data/spec/models/billing_handle_crypto_webhook_request_spec.rb +2 -2
- data/spec/models/billing_handle_flutterwave_webhook_request_data_customer_spec.rb +2 -2
- data/spec/models/billing_handle_flutterwave_webhook_request_data_spec.rb +2 -2
- data/spec/models/billing_handle_flutterwave_webhook_request_spec.rb +2 -2
- data/spec/models/billing_initialize_payment_request_customer_spec.rb +2 -2
- data/spec/models/billing_initialize_payment_request_spec.rb +2 -2
- data/spec/models/billing_last_payment_spec.rb +2 -2
- data/spec/models/billing_record_usage_request_spec.rb +2 -2
- data/spec/models/billing_spec.rb +2 -2
- data/spec/models/billing_verify_payment200_response_data_spec.rb +2 -2
- data/spec/models/billing_verify_payment200_response_data_subscription_spec.rb +2 -2
- data/spec/models/billing_verify_payment200_response_spec.rb +2 -2
- data/spec/models/bucket_list_response_spec.rb +2 -2
- data/spec/models/bucket_response_spec.rb +2 -2
- data/spec/models/bucket_spec.rb +2 -2
- data/spec/models/change_password_request_spec.rb +2 -2
- data/spec/models/chat_add_participant200_response_data_participants_inner_spec.rb +2 -2
- data/spec/models/chat_add_participant200_response_data_spec.rb +2 -2
- data/spec/models/chat_add_participant200_response_spec.rb +2 -2
- data/spec/models/chat_add_participant_request_spec.rb +2 -2
- data/spec/models/chat_add_reaction200_response_data_inner_spec.rb +2 -2
- data/spec/models/chat_add_reaction200_response_spec.rb +2 -2
- data/spec/models/chat_add_reaction_request_spec.rb +2 -2
- data/spec/models/chat_create201_response_data_spec.rb +2 -2
- data/spec/models/chat_create201_response_spec.rb +2 -2
- data/spec/models/chat_create_request_spec.rb +2 -2
- data/spec/models/chat_edit_message200_response_data_spec.rb +2 -2
- data/spec/models/chat_edit_message200_response_spec.rb +2 -2
- data/spec/models/chat_edit_message_request_e2ee_spec.rb +2 -2
- data/spec/models/chat_edit_message_request_spec.rb +2 -2
- data/spec/models/chat_get200_response_data_participants_inner_spec.rb +2 -2
- data/spec/models/chat_get200_response_data_spec.rb +2 -2
- data/spec/models/chat_get200_response_spec.rb +2 -2
- data/spec/models/chat_get_chat_e2ee_participant_keys200_response_data_inner_spec.rb +2 -2
- data/spec/models/chat_get_chat_e2ee_participant_keys200_response_spec.rb +2 -2
- data/spec/models/chat_get_messages200_response_data_messages_inner_sender_spec.rb +2 -2
- data/spec/models/chat_get_messages200_response_data_messages_inner_spec.rb +2 -2
- data/spec/models/chat_get_messages200_response_data_spec.rb +2 -2
- data/spec/models/chat_get_messages200_response_spec.rb +2 -2
- data/spec/models/chat_list200_response_data_chats_inner_last_message_spec.rb +2 -2
- data/spec/models/chat_list200_response_data_chats_inner_spec.rb +2 -2
- data/spec/models/chat_list200_response_data_spec.rb +2 -2
- data/spec/models/chat_list200_response_spec.rb +2 -2
- data/spec/models/chat_mark_as_read200_response_data_spec.rb +2 -2
- data/spec/models/chat_mark_as_read200_response_spec.rb +2 -2
- data/spec/models/chat_mark_as_read_request_spec.rb +2 -2
- data/spec/models/chat_put_chat_e2ee_key200_response_data_spec.rb +2 -2
- data/spec/models/chat_put_chat_e2ee_key200_response_spec.rb +2 -2
- data/spec/models/chat_put_chat_e2ee_key_request_spec.rb +2 -2
- data/spec/models/chat_remove_participant_request_spec.rb +2 -2
- data/spec/models/chat_remove_reaction200_response_data_inner_spec.rb +2 -2
- data/spec/models/chat_remove_reaction200_response_spec.rb +2 -2
- data/spec/models/chat_send_message201_response_data_spec.rb +2 -2
- data/spec/models/chat_send_message201_response_spec.rb +2 -2
- data/spec/models/chat_send_message_request_e2ee_spec.rb +2 -2
- data/spec/models/chat_send_message_request_spec.rb +2 -2
- data/spec/models/collection_spec.rb +2 -2
- data/spec/models/collections_create201_response_spec.rb +2 -2
- data/spec/models/collections_list200_response_spec.rb +2 -2
- data/spec/models/compliance_log_security_event200_response_event_spec.rb +2 -2
- data/spec/models/compliance_log_security_event200_response_spec.rb +2 -2
- data/spec/models/compliance_log_security_event_request_details_spec.rb +2 -2
- data/spec/models/compliance_log_security_event_request_spec.rb +2 -2
- data/spec/models/confirm_upload_response_scan_spec.rb +2 -2
- data/spec/models/confirm_upload_response_spec.rb +2 -2
- data/spec/models/create_api_key_request_spec.rb +2 -2
- data/spec/models/create_bucket_request_spec.rb +2 -2
- data/spec/models/create_collection_request_spec.rb +2 -2
- data/spec/models/create_function_request_spec.rb +2 -2
- data/spec/models/create_project_request_spec.rb +2 -2
- data/spec/models/data_list_response_data_inner_spec.rb +2 -2
- data/spec/models/data_list_response_spec.rb +2 -2
- data/spec/models/data_response_spec.rb +2 -2
- data/spec/models/database_config_spec.rb +2 -2
- data/spec/models/email_request_spec.rb +2 -2
- data/spec/models/email_request_to_spec.rb +2 -2
- data/spec/models/error_details_spec.rb +2 -2
- data/spec/models/error_spec.rb +2 -2
- data/spec/models/field_default_spec.rb +2 -2
- data/spec/models/field_spec.rb +2 -2
- data/spec/models/file_list_response_spec.rb +2 -2
- data/spec/models/file_metadata_spec.rb +2 -2
- data/spec/models/file_response_spec.rb +2 -2
- data/spec/models/file_upload_response_spec.rb +2 -2
- data/spec/models/function_execution_response_data_spec.rb +2 -2
- data/spec/models/function_execution_response_spec.rb +2 -2
- data/spec/models/function_execution_spec.rb +2 -2
- data/spec/models/function_list_response_data_spec.rb +2 -2
- data/spec/models/function_list_response_spec.rb +2 -2
- data/spec/models/function_logs_response_data_spec.rb +2 -2
- data/spec/models/function_logs_response_spec.rb +2 -2
- data/spec/models/function_response_spec.rb +2 -2
- data/spec/models/function_spec.rb +2 -2
- data/spec/models/function_stats_spec.rb +2 -2
- data/spec/models/function_trigger_spec.rb +2 -2
- data/spec/models/functions_delete200_response_spec.rb +2 -2
- data/spec/models/functions_execute_request_spec.rb +2 -2
- data/spec/models/functions_get_versions200_response_data_spec.rb +2 -2
- data/spec/models/functions_get_versions200_response_data_versions_inner_spec.rb +2 -2
- data/spec/models/functions_get_versions200_response_spec.rb +2 -2
- data/spec/models/functions_rollback_request_spec.rb +2 -2
- data/spec/models/functions_simulate_request_spec.rb +2 -2
- data/spec/models/functions_trigger_webhook200_response_spec.rb +2 -2
- data/spec/models/functions_trigger_webhook400_response_spec.rb +2 -2
- data/spec/models/functions_trigger_webhook401_response_spec.rb +2 -2
- data/spec/models/health_response_services_spec.rb +2 -2
- data/spec/models/health_response_spec.rb +2 -2
- data/spec/models/integrations_execute_request_spec.rb +2 -2
- data/spec/models/integrations_list200_response_integrations_inner_spec.rb +2 -2
- data/spec/models/integrations_list200_response_spec.rb +2 -2
- data/spec/models/invite_member_request_spec.rb +2 -2
- data/spec/models/limits_spec.rb +2 -2
- data/spec/models/login_request_spec.rb +2 -2
- data/spec/models/magic_link_request_spec.rb +2 -2
- data/spec/models/message_history_response_data_spec.rb +2 -2
- data/spec/models/message_history_response_spec.rb +2 -2
- data/spec/models/message_response_spec.rb +2 -2
- data/spec/models/message_sent_response_data_spec.rb +2 -2
- data/spec/models/message_sent_response_spec.rb +2 -2
- data/spec/models/message_spec.rb +2 -2
- data/spec/models/message_stats_response_data_by_status_spec.rb +2 -2
- data/spec/models/message_stats_response_data_by_type_spec.rb +2 -2
- data/spec/models/message_stats_response_data_period_spec.rb +2 -2
- data/spec/models/message_stats_response_data_spec.rb +2 -2
- data/spec/models/message_stats_response_spec.rb +2 -2
- data/spec/models/multi_role_add_role_request_default_permissions_inner_spec.rb +2 -2
- data/spec/models/multi_role_add_role_request_spec.rb +2 -2
- data/spec/models/multi_role_apply_role_feature_preset_request_spec.rb +2 -2
- data/spec/models/multi_role_get_available_roles200_response_data_inner_spec.rb +2 -2
- data/spec/models/multi_role_get_available_roles200_response_spec.rb +2 -2
- data/spec/models/multi_role_get_config200_response_data_spec.rb +2 -2
- data/spec/models/multi_role_get_config200_response_spec.rb +2 -2
- data/spec/models/multi_role_get_permissions_matrix200_response_spec.rb +2 -2
- data/spec/models/multi_role_simulate_app_permissions_request_spec.rb +2 -2
- data/spec/models/multi_role_toggle_role200_response_spec.rb +2 -2
- data/spec/models/multi_role_toggle_role_request_spec.rb +2 -2
- data/spec/models/multi_role_update_collection_permissions_request_spec.rb +2 -2
- data/spec/models/multi_role_update_role_request_spec.rb +2 -2
- data/spec/models/multi_role_update_settings200_response_spec.rb +2 -2
- data/spec/models/multi_role_update_settings_request_settings_spec.rb +2 -2
- data/spec/models/multi_role_update_settings_request_spec.rb +2 -2
- data/spec/models/non_custodial_address_response_spec.rb +2 -2
- data/spec/models/non_custodial_address_spec.rb +2 -2
- data/spec/models/organization_spec.rb +2 -2
- data/spec/models/organization_summary_spec.rb +2 -2
- data/spec/models/otp_send_request_spec.rb +2 -2
- data/spec/models/otp_verify_request_spec.rb +2 -2
- data/spec/models/pagination_spec.rb +2 -2
- data/spec/models/payment_intent_spec.rb +2 -2
- data/spec/models/payment_refund_spec.rb +2 -2
- data/spec/models/payment_subscription_spec.rb +2 -2
- data/spec/models/permission_spec.rb +2 -2
- data/spec/models/plan_spec.rb +2 -2
- data/spec/models/presigned_post_response_spec.rb +2 -2
- data/spec/models/project_settings_spec.rb +2 -2
- data/spec/models/project_spec.rb +2 -2
- data/spec/models/project_summary_spec.rb +2 -2
- data/spec/models/project_usage_response_spec.rb +2 -2
- data/spec/models/project_usage_spec.rb +2 -2
- data/spec/models/project_usage_stats_response_project_spec.rb +2 -2
- data/spec/models/project_usage_stats_response_spec.rb +2 -2
- data/spec/models/push_notification_request_spec.rb +2 -2
- data/spec/models/rate_limit_spec.rb +2 -2
- data/spec/models/realtime_analytics_check_user_presence200_response_presence_value_spec.rb +2 -2
- data/spec/models/realtime_analytics_check_user_presence200_response_spec.rb +2 -2
- data/spec/models/realtime_analytics_check_user_presence_request_spec.rb +2 -2
- data/spec/models/realtime_analytics_get_active_users200_response_spec.rb +2 -2
- data/spec/models/realtime_analytics_get_active_users200_response_users_inner_spec.rb +2 -2
- data/spec/models/realtime_analytics_get_event_throughput200_response_spec.rb +2 -2
- data/spec/models/realtime_analytics_get_historical_analytics200_response_data_inner_spec.rb +2 -2
- data/spec/models/realtime_analytics_get_historical_analytics200_response_spec.rb +2 -2
- data/spec/models/realtime_analytics_get_project200_response_spec.rb +2 -2
- data/spec/models/register_request_spec.rb +2 -2
- data/spec/models/role_elevation_get_status200_response_spec.rb +2 -2
- data/spec/models/role_elevation_request200_response_spec.rb +2 -2
- data/spec/models/role_elevation_request_request_spec.rb +2 -2
- data/spec/models/role_elevation_upload_documents_request_documents_inner_spec.rb +2 -2
- data/spec/models/role_elevation_upload_documents_request_spec.rb +2 -2
- data/spec/models/search_get_analytics200_response_spec.rb +2 -2
- data/spec/models/search_get_analytics200_response_top_queries_inner_spec.rb +2 -2
- data/spec/models/search_get_suggestions200_response_spec.rb +2 -2
- data/spec/models/search_response_data_spec.rb +2 -2
- data/spec/models/search_response_spec.rb +2 -2
- data/spec/models/search_result_item_spec.rb +2 -2
- data/spec/models/search_result_spec.rb +2 -2
- data/spec/models/session_response_spec.rb +2 -2
- data/spec/models/signed_url_response_spec.rb +2 -2
- data/spec/models/sms_request_spec.rb +2 -2
- data/spec/models/storage_config_spec.rb +2 -2
- data/spec/models/storage_confirm_upload400_response_spec.rb +2 -2
- data/spec/models/storage_confirm_upload_request_spec.rb +2 -2
- data/spec/models/storage_download_bucket_file403_response_spec.rb +2 -2
- data/spec/models/storage_download_bucket_file404_response_spec.rb +2 -2
- data/spec/models/storage_get_presigned_upload_request_spec.rb +2 -2
- data/spec/models/storage_get_signed_url_request_spec.rb +2 -2
- data/spec/models/system_status_response_data_cpu_spec.rb +2 -2
- data/spec/models/system_status_response_data_database_spec.rb +2 -2
- data/spec/models/system_status_response_data_memory_spec.rb +2 -2
- data/spec/models/system_status_response_data_requests_spec.rb +2 -2
- data/spec/models/system_status_response_data_spec.rb +2 -2
- data/spec/models/system_status_response_data_storage_spec.rb +2 -2
- data/spec/models/system_status_response_spec.rb +2 -2
- data/spec/models/trigger_webhook_request_spec.rb +2 -2
- data/spec/models/two_fa_setup_response_spec.rb +2 -2
- data/spec/models/update_api_key_request_spec.rb +2 -2
- data/spec/models/update_bucket_request_spec.rb +2 -2
- data/spec/models/update_collection_request_spec.rb +2 -2
- data/spec/models/update_function_request_limits_spec.rb +2 -2
- data/spec/models/update_function_request_retry_policy_spec.rb +2 -2
- data/spec/models/update_function_request_spec.rb +2 -2
- data/spec/models/update_organization_request_spec.rb +2 -2
- data/spec/models/update_project_request_spec.rb +2 -2
- data/spec/models/update_user_request_spec.rb +2 -2
- data/spec/models/upload_files_to_bucket_metadata_request_spec.rb +2 -2
- data/spec/models/upload_files_to_bucket_request_spec.rb +2 -2
- data/spec/models/usage_response_spec.rb +2 -2
- data/spec/models/usage_spec.rb +2 -2
- data/spec/models/usage_stats_response_percentages_spec.rb +2 -2
- data/spec/models/usage_stats_response_spec.rb +2 -2
- data/spec/models/usage_trends_response_spec.rb +2 -2
- data/spec/models/usage_trends_response_trends_inner_id_spec.rb +2 -2
- data/spec/models/usage_trends_response_trends_inner_spec.rb +2 -2
- data/spec/models/user_spec.rb +2 -2
- data/spec/models/user_summary_spec.rb +2 -2
- data/spec/models/users_disable2fa_request_spec.rb +2 -2
- data/spec/models/users_erase_data200_response_details_spec.rb +2 -2
- data/spec/models/users_erase_data200_response_spec.rb +2 -2
- data/spec/models/users_erase_data_request_spec.rb +2 -2
- data/spec/models/users_export_data200_response_spec.rb +2 -2
- data/spec/models/users_get200_response_spec.rb +2 -2
- data/spec/models/users_link_o_auth_provider200_response_spec.rb +2 -2
- data/spec/models/users_list_o_auth_providers200_response_providers_inner_spec.rb +2 -2
- data/spec/models/users_list_o_auth_providers200_response_spec.rb +2 -2
- data/spec/models/users_unlink_o_auth_provider200_response_spec.rb +2 -2
- data/spec/models/users_update200_response_spec.rb +2 -2
- data/spec/models/users_verify2fa_request_spec.rb +2 -2
- data/spec/models/wallet_balance_spec.rb +2 -2
- data/spec/models/wallet_broadcast_transaction200_response_data_spec.rb +2 -2
- data/spec/models/wallet_broadcast_transaction200_response_spec.rb +2 -2
- data/spec/models/wallet_broadcast_transaction_request_spec.rb +2 -2
- data/spec/models/wallet_create_webhook201_response_spec.rb +2 -2
- data/spec/models/wallet_create_webhook_request_filters_spec.rb +2 -2
- data/spec/models/wallet_create_webhook_request_spec.rb +2 -2
- data/spec/models/wallet_estimate_gas200_response_data_spec.rb +2 -2
- data/spec/models/wallet_estimate_gas200_response_spec.rb +2 -2
- data/spec/models/wallet_estimate_gas_request_spec.rb +2 -2
- data/spec/models/wallet_estimate_gas_request_transaction_spec.rb +2 -2
- data/spec/models/wallet_get_balance200_response_spec.rb +2 -2
- data/spec/models/wallet_get_cancel_params200_response_data_spec.rb +2 -2
- data/spec/models/wallet_get_cancel_params200_response_spec.rb +2 -2
- data/spec/models/wallet_get_cancel_params_request_spec.rb +2 -2
- data/spec/models/wallet_get_speed_up_params200_response_data_spec.rb +2 -2
- data/spec/models/wallet_get_speed_up_params200_response_spec.rb +2 -2
- data/spec/models/wallet_get_speed_up_params_request_spec.rb +2 -2
- data/spec/models/wallet_get_transaction_by_hash200_response_spec.rb +2 -2
- data/spec/models/wallet_get_transaction_by_hash400_response_spec.rb +2 -2
- data/spec/models/wallet_get_transactions200_response_pagination_spec.rb +2 -2
- data/spec/models/wallet_get_transactions200_response_spec.rb +2 -2
- data/spec/models/wallet_get_webhook_logs200_response_spec.rb +2 -2
- data/spec/models/wallet_list_addresses200_response_spec.rb +2 -2
- data/spec/models/wallet_list_webhooks200_response_spec.rb +2 -2
- data/spec/models/wallet_register_address_request_spec.rb +2 -2
- data/spec/models/wallet_test_webhook_request_spec.rb +2 -2
- data/spec/models/wallet_transaction_spec.rb +2 -2
- data/spec/models/wallet_transaction_webhook_payload_spec.rb +2 -2
- data/spec/models/wallet_update_webhook200_response_spec.rb +2 -2
- data/spec/models/wallet_update_webhook_request_spec.rb +2 -2
- data/spec/models/wallet_webhook_filters_spec.rb +2 -2
- data/spec/models/wallet_webhook_spec.rb +2 -2
- data/spec/models/wallet_webhook_stats_spec.rb +2 -2
- data/spec/models/webhook_list_response_spec.rb +2 -2
- data/spec/models/webhook_log_spec.rb +2 -2
- data/spec/models/webhook_stats_response_event_stats_inner_spec.rb +2 -2
- data/spec/models/webhook_stats_response_spec.rb +2 -2
- data/spec/models/webhook_stats_response_status_stats_inner_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +13 -29
- data/docs/MultiRoleUpdateRoleRequestCollectionPermissionsValueOneOf.md +0 -20
- data/docs/OrganizationsAddDomainRequest.md +0 -20
- data/docs/OrganizationsApi.md +0 -516
- data/docs/OrganizationsPatchDomainRequest.md +0 -20
- data/docs/OrganizationsReportDomainPlatformReadyRequest.md +0 -18
- data/docs/OrganizationsSetPrimaryDomainRequest.md +0 -18
- data/lib/mudbase/api/organizations_api.rb +0 -547
- data/lib/mudbase/models/organizations_add_domain_request.rb +0 -173
- data/lib/mudbase/models/organizations_patch_domain_request.rb +0 -191
- data/lib/mudbase/models/organizations_report_domain_platform_ready_request.rb +0 -166
- data/lib/mudbase/models/organizations_set_primary_domain_request.rb +0 -164
- data/spec/api/organizations_api_spec.rb +0 -130
- data/spec/models/multi_role_update_role_request_collection_permissions_value_one_of_spec.rb +0 -46
- data/spec/models/organizations_patch_domain_request_spec.rb +0 -46
- data/spec/models/organizations_report_domain_platform_ready_request_spec.rb +0 -36
- data/spec/models/organizations_set_primary_domain_request_spec.rb +0 -36
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c0bfeabe2ab3d0799e57d4209133f1db5d87945c3939c26bc7182a2f05ae808
|
|
4
|
+
data.tar.gz: b5dee3f3b9d5a40afbe3b95869c3475047773e7da4fe95f7a6ead8d9e4426279
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 756dc1609bef2f4a79be76cef4203bf73a28b194ffcd0ef909513ef6a2c9bf843c2895a3bb3f73e94a829f057e47c20f1e9cdeec66c20bf96e410e7d5b3ac073
|
|
7
|
+
data.tar.gz: 70a9e903290ec25a39adee55beec5770f7c87284d12efb63dd448bcdff72b3434be27763b4a6fc87d250089b5e6b31cddad7e73ff551d67167b02c3802205429
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Mudbase::AppRoleCollectionCrudAction
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
|
|
8
|
+
## Example
|
|
9
|
+
|
|
10
|
+
```ruby
|
|
11
|
+
require 'mudbase'
|
|
12
|
+
|
|
13
|
+
instance = Mudbase::AppRoleCollectionCrudAction.new()
|
|
14
|
+
```
|
|
15
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Mudbase::
|
|
1
|
+
# Mudbase::AppRoleCollectionPermissionValue
|
|
2
2
|
|
|
3
3
|
## Class instance methods
|
|
4
4
|
|
|
@@ -11,11 +11,11 @@ Returns the list of classes defined in oneOf.
|
|
|
11
11
|
```ruby
|
|
12
12
|
require 'mudbase'
|
|
13
13
|
|
|
14
|
-
Mudbase::
|
|
14
|
+
Mudbase::AppRoleCollectionPermissionValue.openapi_one_of
|
|
15
15
|
# =>
|
|
16
16
|
# [
|
|
17
|
-
# :'
|
|
18
|
-
# :'
|
|
17
|
+
# :'AppRoleCollectionPermissionWithConditions',
|
|
18
|
+
# :'Array<AppRoleCollectionCrudAction>'
|
|
19
19
|
# ]
|
|
20
20
|
```
|
|
21
21
|
|
|
@@ -28,10 +28,10 @@ Find the appropriate object from the `openapi_one_of` list and casts the data in
|
|
|
28
28
|
```ruby
|
|
29
29
|
require 'mudbase'
|
|
30
30
|
|
|
31
|
-
Mudbase::
|
|
32
|
-
# => #<
|
|
31
|
+
Mudbase::AppRoleCollectionPermissionValue.build(data)
|
|
32
|
+
# => #<AppRoleCollectionPermissionWithConditions:0x00007fdd4aab02a0>
|
|
33
33
|
|
|
34
|
-
Mudbase::
|
|
34
|
+
Mudbase::AppRoleCollectionPermissionValue.build(data_that_doesnt_match)
|
|
35
35
|
# => nil
|
|
36
36
|
```
|
|
37
37
|
|
|
@@ -43,7 +43,7 @@ Mudbase::MultiRoleUpdateRoleRequestCollectionPermissionsValue.build(data_that_do
|
|
|
43
43
|
|
|
44
44
|
#### Return type
|
|
45
45
|
|
|
46
|
-
- `
|
|
47
|
-
- `
|
|
46
|
+
- `AppRoleCollectionPermissionWithConditions`
|
|
47
|
+
- `Array<AppRoleCollectionCrudAction>`
|
|
48
48
|
- `nil` (if no type matches)
|
|
49
49
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Mudbase::AppRoleCollectionPermissionWithConditions
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **actions** | [**Array<AppRoleCollectionCrudAction>**](AppRoleCollectionCrudAction.md) | | [optional] |
|
|
8
|
+
| **conditions** | **Object** | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'mudbase'
|
|
14
|
+
|
|
15
|
+
instance = Mudbase::AppRoleCollectionPermissionWithConditions.new(
|
|
16
|
+
actions: null,
|
|
17
|
+
conditions: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
data/docs/AuthApi.md
CHANGED
|
@@ -13,7 +13,7 @@ All URIs are relative to *https://cloud.mudbase.dev*
|
|
|
13
13
|
| [**auth_logout**](AuthApi.md#auth_logout) | **POST** /api/auth/local/logout | Logout user |
|
|
14
14
|
| [**auth_oauth_callback**](AuthApi.md#auth_oauth_callback) | **GET** /api/auth/oauth/callback/{provider} | OAuth callback handler |
|
|
15
15
|
| [**auth_oauth_initiate**](AuthApi.md#auth_oauth_initiate) | **GET** /api/auth/oauth/{provider}/{projectId} | Initiate OAuth authentication |
|
|
16
|
-
| [**auth_refresh**](AuthApi.md#auth_refresh) | **POST** /api/auth/refresh | Refresh access token (
|
|
16
|
+
| [**auth_refresh**](AuthApi.md#auth_refresh) | **POST** /api/auth/refresh | Refresh access token (dashboard and project) |
|
|
17
17
|
| [**auth_register**](AuthApi.md#auth_register) | **POST** /api/auth/local/register | Register new user |
|
|
18
18
|
| [**auth_request_password_reset**](AuthApi.md#auth_request_password_reset) | **POST** /api/auth/local/password-reset | Request password reset (OTP) |
|
|
19
19
|
| [**auth_resend_verification**](AuthApi.md#auth_resend_verification) | **POST** /api/auth/resend-verification | Resend verification email (no auth) |
|
|
@@ -622,9 +622,9 @@ No authorization required
|
|
|
622
622
|
|
|
623
623
|
> <AuthRefresh200Response> auth_refresh(auth_refresh_request)
|
|
624
624
|
|
|
625
|
-
Refresh access token (
|
|
625
|
+
Refresh access token (dashboard and project)
|
|
626
626
|
|
|
627
|
-
Exchange a valid refresh token for a new JWT access token and refresh token. Works for both **
|
|
627
|
+
Exchange a valid refresh token for a new JWT access token and refresh token. Works for both **dashboard** (builder console) and **app** (end-user) auth; the same endpoint is used. The previous refresh token is invalidated (rotation). If the same refresh token is used again, the session is revoked (reuse detection).
|
|
628
628
|
|
|
629
629
|
### Examples
|
|
630
630
|
|
|
@@ -636,7 +636,7 @@ api_instance = Mudbase::AuthApi.new
|
|
|
636
636
|
auth_refresh_request = Mudbase::AuthRefreshRequest.new({refresh_token: 'refresh_token_example'}) # AuthRefreshRequest | JSON body containing the refresh token to exchange for a new access token and refresh token (token rotation).
|
|
637
637
|
|
|
638
638
|
begin
|
|
639
|
-
# Refresh access token (
|
|
639
|
+
# Refresh access token (dashboard and project)
|
|
640
640
|
result = api_instance.auth_refresh(auth_refresh_request)
|
|
641
641
|
p result
|
|
642
642
|
rescue Mudbase::ApiError => e
|
|
@@ -652,7 +652,7 @@ This returns an Array which contains the response data, status code and headers.
|
|
|
652
652
|
|
|
653
653
|
```ruby
|
|
654
654
|
begin
|
|
655
|
-
# Refresh access token (
|
|
655
|
+
# Refresh access token (dashboard and project)
|
|
656
656
|
data, status_code, headers = api_instance.auth_refresh_with_http_info(auth_refresh_request)
|
|
657
657
|
p status_code # => 2xx
|
|
658
658
|
p headers # => { ... }
|
|
@@ -825,7 +825,7 @@ require 'time'
|
|
|
825
825
|
require 'mudbase'
|
|
826
826
|
|
|
827
827
|
api_instance = Mudbase::AuthApi.new
|
|
828
|
-
auth_resend_verification_request = Mudbase::AuthResendVerificationRequest.new({email: 'email_example'}) # AuthResendVerificationRequest |
|
|
828
|
+
auth_resend_verification_request = Mudbase::AuthResendVerificationRequest.new({email: 'email_example'}) # AuthResendVerificationRequest | Email address to resend to; optional `projectId` for project-scoped verification links.
|
|
829
829
|
|
|
830
830
|
begin
|
|
831
831
|
# Resend verification email (no auth)
|
|
@@ -858,7 +858,7 @@ end
|
|
|
858
858
|
|
|
859
859
|
| Name | Type | Description | Notes |
|
|
860
860
|
| ---- | ---- | ----------- | ----- |
|
|
861
|
-
| **auth_resend_verification_request** | [**AuthResendVerificationRequest**](AuthResendVerificationRequest.md) |
|
|
861
|
+
| **auth_resend_verification_request** | [**AuthResendVerificationRequest**](AuthResendVerificationRequest.md) | Email address to resend to; optional `projectId` for project-scoped verification links. | |
|
|
862
862
|
|
|
863
863
|
### Return type
|
|
864
864
|
|
|
@@ -1074,7 +1074,7 @@ No authorization required
|
|
|
1074
1074
|
|
|
1075
1075
|
Verify email address (no auth)
|
|
1076
1076
|
|
|
1077
|
-
Verifies the user's email using the token from the link sent at signup. Use
|
|
1077
|
+
Verifies the user's email using the token from the link sent at signup. Use for project-scoped or general signup flows (unauthenticated). Same behavior as POST /api/users/verify-email.
|
|
1078
1078
|
|
|
1079
1079
|
### Examples
|
|
1080
1080
|
|
|
@@ -1083,7 +1083,7 @@ require 'time'
|
|
|
1083
1083
|
require 'mudbase'
|
|
1084
1084
|
|
|
1085
1085
|
api_instance = Mudbase::AuthApi.new
|
|
1086
|
-
auth_verify_email_request = Mudbase::AuthVerifyEmailRequest.new({token: 'token_example'}) # AuthVerifyEmailRequest |
|
|
1086
|
+
auth_verify_email_request = Mudbase::AuthVerifyEmailRequest.new({token: 'token_example'}) # AuthVerifyEmailRequest | Verification token from the email link; optional `projectId` for project-scoped signup.
|
|
1087
1087
|
|
|
1088
1088
|
begin
|
|
1089
1089
|
# Verify email address (no auth)
|
|
@@ -1116,7 +1116,7 @@ end
|
|
|
1116
1116
|
|
|
1117
1117
|
| Name | Type | Description | Notes |
|
|
1118
1118
|
| ---- | ---- | ----------- | ----- |
|
|
1119
|
-
| **auth_verify_email_request** | [**AuthVerifyEmailRequest**](AuthVerifyEmailRequest.md) |
|
|
1119
|
+
| **auth_verify_email_request** | [**AuthVerifyEmailRequest**](AuthVerifyEmailRequest.md) | Verification token from the email link; optional `projectId` for project-scoped signup. | |
|
|
1120
1120
|
|
|
1121
1121
|
### Return type
|
|
1122
1122
|
|
data/docs/AuthRefreshRequest.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **refresh_token** | **String** | The refresh token returned from login/sign-in (
|
|
7
|
+
| **refresh_token** | **String** | The refresh token returned from login/sign-in (dashboard or project) | |
|
|
8
8
|
|
|
9
9
|
## Example
|
|
10
10
|
|
data/docs/ChatApi.md
CHANGED
|
@@ -779,7 +779,7 @@ end
|
|
|
779
779
|
|
|
780
780
|
api_instance = Mudbase::ChatApi.new
|
|
781
781
|
project_id = 'project_id_example' # String | Project ID.
|
|
782
|
-
chat_put_chat_e2ee_key_request = Mudbase::ChatPutChatE2eeKeyRequest.new({identity_public_key: 'identity_public_key_example'}) # ChatPutChatE2eeKeyRequest |
|
|
782
|
+
chat_put_chat_e2ee_key_request = Mudbase::ChatPutChatE2eeKeyRequest.new({identity_public_key: 'identity_public_key_example'}) # ChatPutChatE2eeKeyRequest | Identity public key material for E2EE chat (base64). Private keys stay on the client.
|
|
783
783
|
|
|
784
784
|
begin
|
|
785
785
|
# Register chat E2EE identity public key
|
|
@@ -813,7 +813,7 @@ end
|
|
|
813
813
|
| Name | Type | Description | Notes |
|
|
814
814
|
| ---- | ---- | ----------- | ----- |
|
|
815
815
|
| **project_id** | **String** | Project ID. | |
|
|
816
|
-
| **chat_put_chat_e2ee_key_request** | [**ChatPutChatE2eeKeyRequest**](ChatPutChatE2eeKeyRequest.md) |
|
|
816
|
+
| **chat_put_chat_e2ee_key_request** | [**ChatPutChatE2eeKeyRequest**](ChatPutChatE2eeKeyRequest.md) | Identity public key material for E2EE chat (base64). Private keys stay on the client. | |
|
|
817
817
|
|
|
818
818
|
### Return type
|
|
819
819
|
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
| **requires_payment** | **Boolean** | | [optional] |
|
|
13
13
|
| **requires_kyc** | **Boolean** | | [optional] |
|
|
14
14
|
| **default_permissions** | [**Array<MultiRoleAddRoleRequestDefaultPermissionsInner>**](MultiRoleAddRoleRequestDefaultPermissionsInner.md) | Optional global/base permissions. For collection-level CRUD use `collectionPermissions`. | [optional] |
|
|
15
|
-
| **collection_permissions** | [**Hash<String,
|
|
15
|
+
| **collection_permissions** | [**Hash<String, AppRoleCollectionPermissionValue>**](AppRoleCollectionPermissionValue.md) | Per-collection CRUD map. Keys are collection slugs; values are action arrays or objects with `actions` + optional `conditions`. | [optional] |
|
|
16
16
|
| **metadata** | **Object** | | [optional] |
|
|
17
|
-
| **feature_permissions** | **Hash<String, Hash<String, Boolean>>** |
|
|
17
|
+
| **feature_permissions** | **Hash<String, Hash<String, Boolean>>** | Per-role feature toggles for app JWTs: `{ [resource]: { [action]: boolean } }`. Use resource and action names that match the public API contract (see multi-role guide and simulate-permissions). **Messaging** accepts legacy keys (`email`, `sms`, `push`, …) and newer names (`send_email`, `send_sms`, …) as synonyms. Common resources: `messaging`, `integration`, `functions`, `data`, `search`, `usage`, `storage`, `chat`, `realtime`, `roleElevation`, `webhooks`. | [optional] |
|
|
18
18
|
|
|
19
19
|
## Example
|
|
20
20
|
|
data/docs/MultiRoleApi.md
CHANGED
|
@@ -161,7 +161,7 @@ No authorization required
|
|
|
161
161
|
|
|
162
162
|
Add custom role
|
|
163
163
|
|
|
164
|
-
Add a custom role to a project with specific permissions and signup endpoint. Optional **featurePermissions** must align with app JWT gates — see `
|
|
164
|
+
Add a custom role to a project with specific permissions and signup endpoint. Optional **featurePermissions** must align with app JWT gates — see schema `AppRoleFeaturePermissions`. Accepts BearerToken (JWT) or ApiKeyAuth (X-API-Key).
|
|
165
165
|
|
|
166
166
|
### Examples
|
|
167
167
|
|
|
@@ -246,9 +246,9 @@ Mudbase.configure do |config|
|
|
|
246
246
|
end
|
|
247
247
|
|
|
248
248
|
api_instance = Mudbase::MultiRoleApi.new
|
|
249
|
-
project_id = 'project_id_example' # String |
|
|
250
|
-
role_slug = 'role_slug_example' # String |
|
|
251
|
-
multi_role_apply_role_feature_preset_request = Mudbase::MultiRoleApplyRoleFeaturePresetRequest.new({preset: 'admin'}) # MultiRoleApplyRoleFeaturePresetRequest |
|
|
249
|
+
project_id = 'project_id_example' # String | Project ID.
|
|
250
|
+
role_slug = 'role_slug_example' # String | Role slug to apply the preset to (e.g. `customer`).
|
|
251
|
+
multi_role_apply_role_feature_preset_request = Mudbase::MultiRoleApplyRoleFeaturePresetRequest.new({preset: 'admin'}) # MultiRoleApplyRoleFeaturePresetRequest | JSON body with `preset` set to `admin`, `user`, or `viewer`.
|
|
252
252
|
|
|
253
253
|
begin
|
|
254
254
|
# Apply Admin / User / Viewer feature permission preset
|
|
@@ -280,9 +280,9 @@ end
|
|
|
280
280
|
|
|
281
281
|
| Name | Type | Description | Notes |
|
|
282
282
|
| ---- | ---- | ----------- | ----- |
|
|
283
|
-
| **project_id** | **String** |
|
|
284
|
-
| **role_slug** | **String** |
|
|
285
|
-
| **multi_role_apply_role_feature_preset_request** | [**MultiRoleApplyRoleFeaturePresetRequest**](MultiRoleApplyRoleFeaturePresetRequest.md) |
|
|
283
|
+
| **project_id** | **String** | Project ID. | |
|
|
284
|
+
| **role_slug** | **String** | Role slug to apply the preset to (e.g. `customer`). | |
|
|
285
|
+
| **multi_role_apply_role_feature_preset_request** | [**MultiRoleApplyRoleFeaturePresetRequest**](MultiRoleApplyRoleFeaturePresetRequest.md) | JSON body with `preset` set to `admin`, `user`, or `viewer`. | |
|
|
286
286
|
|
|
287
287
|
### Return type
|
|
288
288
|
|
|
@@ -456,7 +456,7 @@ Mudbase.configure do |config|
|
|
|
456
456
|
end
|
|
457
457
|
|
|
458
458
|
api_instance = Mudbase::MultiRoleApi.new
|
|
459
|
-
project_id = '685ad30be129932fbb7a1047' # String |
|
|
459
|
+
project_id = '685ad30be129932fbb7a1047' # String | Project ID whose multi-role matrix is returned.
|
|
460
460
|
|
|
461
461
|
begin
|
|
462
462
|
# Get permissions matrix (collections + featurePermissions)
|
|
@@ -489,7 +489,7 @@ end
|
|
|
489
489
|
|
|
490
490
|
| Name | Type | Description | Notes |
|
|
491
491
|
| ---- | ---- | ----------- | ----- |
|
|
492
|
-
| **project_id** | **String** |
|
|
492
|
+
| **project_id** | **String** | Project ID whose multi-role matrix is returned. | |
|
|
493
493
|
|
|
494
494
|
### Return type
|
|
495
495
|
|
|
@@ -525,8 +525,8 @@ Mudbase.configure do |config|
|
|
|
525
525
|
end
|
|
526
526
|
|
|
527
527
|
api_instance = Mudbase::MultiRoleApi.new
|
|
528
|
-
project_id = 'project_id_example' # String |
|
|
529
|
-
multi_role_simulate_app_permissions_request = Mudbase::MultiRoleSimulateAppPermissionsRequest.new({role: 'role_example'}) # MultiRoleSimulateAppPermissionsRequest |
|
|
528
|
+
project_id = 'project_id_example' # String | Project ID used to resolve role configuration.
|
|
529
|
+
multi_role_simulate_app_permissions_request = Mudbase::MultiRoleSimulateAppPermissionsRequest.new({role: 'role_example'}) # MultiRoleSimulateAppPermissionsRequest | Role slug plus either OpenAPI `operationId` or HTTP `method` and `pathname` to evaluate.
|
|
530
530
|
|
|
531
531
|
begin
|
|
532
532
|
# Simulate app-role feature permission for a path
|
|
@@ -559,8 +559,8 @@ end
|
|
|
559
559
|
|
|
560
560
|
| Name | Type | Description | Notes |
|
|
561
561
|
| ---- | ---- | ----------- | ----- |
|
|
562
|
-
| **project_id** | **String** |
|
|
563
|
-
| **multi_role_simulate_app_permissions_request** | [**MultiRoleSimulateAppPermissionsRequest**](MultiRoleSimulateAppPermissionsRequest.md) |
|
|
562
|
+
| **project_id** | **String** | Project ID used to resolve role configuration. | |
|
|
563
|
+
| **multi_role_simulate_app_permissions_request** | [**MultiRoleSimulateAppPermissionsRequest**](MultiRoleSimulateAppPermissionsRequest.md) | Role slug plus either OpenAPI `operationId` or HTTP `method` and `pathname` to evaluate. | |
|
|
564
564
|
|
|
565
565
|
### Return type
|
|
566
566
|
|
|
@@ -730,7 +730,7 @@ end
|
|
|
730
730
|
|
|
731
731
|
Update role configuration
|
|
732
732
|
|
|
733
|
-
Update an app role — same fields as **Add custom role** (partial). `defaultPermissions` / `collectionPermissions` use the same normalization as on create. **featurePermissions:**
|
|
733
|
+
Update an app role — same fields as **Add custom role** (partial). `defaultPermissions` / `collectionPermissions` use the same normalization as on create. **featurePermissions:** see schema `AppRoleFeaturePermissions`.
|
|
734
734
|
|
|
735
735
|
### Examples
|
|
736
736
|
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
| **requires_payment** | **Boolean** | | [optional] |
|
|
12
12
|
| **requires_kyc** | **Boolean** | | [optional] |
|
|
13
13
|
| **default_permissions** | **Array<Object>** | | [optional] |
|
|
14
|
-
| **collection_permissions** | [**Hash<String,
|
|
14
|
+
| **collection_permissions** | [**Hash<String, AppRoleCollectionPermissionValue>**](AppRoleCollectionPermissionValue.md) | Per-collection CRUD map (same as POST add role). | [optional] |
|
|
15
15
|
| **metadata** | **Object** | | [optional] |
|
|
16
|
-
| **feature_permissions** | **Hash<String, Hash<String, Boolean>>** |
|
|
16
|
+
| **feature_permissions** | **Hash<String, Hash<String, Boolean>>** | Per-role feature toggles for app JWTs: `{ [resource]: { [action]: boolean } }`. Use resource and action names that match the public API contract (see multi-role guide and simulate-permissions). **Messaging** accepts legacy keys (`email`, `sms`, `push`, …) and newer names (`send_email`, `send_sms`, …) as synonyms. Common resources: `messaging`, `integration`, `functions`, `data`, `search`, `usage`, `storage`, `chat`, `realtime`, `roleElevation`, `webhooks`. | [optional] |
|
|
17
17
|
|
|
18
18
|
## Example
|
|
19
19
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **name** | **String** | | [optional] |
|
|
8
8
|
| **description** | **String** | | [optional] |
|
|
9
|
-
| **logo_url** | **String** | Public URL for the project logo/brand image. Prefer uploading via **POST /api/projects/{id}/logo**
|
|
9
|
+
| **logo_url** | **String** | Public URL for the project logo/brand image. Prefer uploading via **POST /api/projects/{id}/logo** (stored under logo/project/ in platform storage). Used in project-related emails. | [optional] |
|
|
10
10
|
| **settings** | [**ProjectSettings**](ProjectSettings.md) | | [optional] |
|
|
11
11
|
| **auth** | [**AuthConfig**](AuthConfig.md) | | [optional] |
|
|
12
12
|
|
data/docs/UsersApi.md
CHANGED
|
@@ -16,7 +16,7 @@ All URIs are relative to *https://cloud.mudbase.dev*
|
|
|
16
16
|
| [**users_unlink_o_auth_provider**](UsersApi.md#users_unlink_o_auth_provider) | **DELETE** /api/users/me/oauth-providers/{provider} | Unlink OAuth provider |
|
|
17
17
|
| [**users_update**](UsersApi.md#users_update) | **PATCH** /api/users/update | Update user profile |
|
|
18
18
|
| [**users_verify2fa**](UsersApi.md#users_verify2fa) | **POST** /api/users/2fa/verify | Verify and enable 2FA |
|
|
19
|
-
| [**users_verify_email**](UsersApi.md#users_verify_email) | **POST** /api/users/verify-email | Verify email address (
|
|
19
|
+
| [**users_verify_email**](UsersApi.md#users_verify_email) | **POST** /api/users/verify-email | Verify email address (with optional project context) |
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
## users_change_password
|
|
@@ -840,9 +840,9 @@ end
|
|
|
840
840
|
|
|
841
841
|
> <MessageResponse> users_verify_email(auth_verify_email_request)
|
|
842
842
|
|
|
843
|
-
Verify email address (
|
|
843
|
+
Verify email address (with optional project context)
|
|
844
844
|
|
|
845
|
-
Verifies the user's email using the token from the link sent at signup.
|
|
845
|
+
Verifies the user's email using the token from the link sent at signup. Supports general and project-scoped signups; the token comes from the verification link (e.g. `verify-email?token=...` or `verify-email?token=...&project=...`).
|
|
846
846
|
|
|
847
847
|
### Examples
|
|
848
848
|
|
|
@@ -854,7 +854,7 @@ api_instance = Mudbase::UsersApi.new
|
|
|
854
854
|
auth_verify_email_request = Mudbase::AuthVerifyEmailRequest.new({token: 'token_example'}) # AuthVerifyEmailRequest | Verification token from the email link; optional projectId for project context.
|
|
855
855
|
|
|
856
856
|
begin
|
|
857
|
-
# Verify email address (
|
|
857
|
+
# Verify email address (with optional project context)
|
|
858
858
|
result = api_instance.users_verify_email(auth_verify_email_request)
|
|
859
859
|
p result
|
|
860
860
|
rescue Mudbase::ApiError => e
|
|
@@ -870,7 +870,7 @@ This returns an Array which contains the response data, status code and headers.
|
|
|
870
870
|
|
|
871
871
|
```ruby
|
|
872
872
|
begin
|
|
873
|
-
# Verify email address (
|
|
873
|
+
# Verify email address (with optional project context)
|
|
874
874
|
data, status_code, headers = api_instance.users_verify_email_with_http_info(auth_verify_email_request)
|
|
875
875
|
p status_code # => 2xx
|
|
876
876
|
p headers # => { ... }
|
data/lib/mudbase/api/auth_api.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave
|
|
4
|
+
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave for fiat (platform subscriptions and payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.2.
|
|
6
|
+
The version of the OpenAPI document: 1.2.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -605,8 +605,8 @@ module Mudbase
|
|
|
605
605
|
return data, status_code, headers
|
|
606
606
|
end
|
|
607
607
|
|
|
608
|
-
# Refresh access token (
|
|
609
|
-
# Exchange a valid refresh token for a new JWT access token and refresh token. Works for both **
|
|
608
|
+
# Refresh access token (dashboard and project)
|
|
609
|
+
# Exchange a valid refresh token for a new JWT access token and refresh token. Works for both **dashboard** (builder console) and **app** (end-user) auth; the same endpoint is used. The previous refresh token is invalidated (rotation). If the same refresh token is used again, the session is revoked (reuse detection).
|
|
610
610
|
# @param auth_refresh_request [AuthRefreshRequest] JSON body containing the refresh token to exchange for a new access token and refresh token (token rotation).
|
|
611
611
|
# @param [Hash] opts the optional parameters
|
|
612
612
|
# @return [AuthRefresh200Response]
|
|
@@ -615,8 +615,8 @@ module Mudbase
|
|
|
615
615
|
data
|
|
616
616
|
end
|
|
617
617
|
|
|
618
|
-
# Refresh access token (
|
|
619
|
-
# Exchange a valid refresh token for a new JWT access token and refresh token. Works for both **
|
|
618
|
+
# Refresh access token (dashboard and project)
|
|
619
|
+
# Exchange a valid refresh token for a new JWT access token and refresh token. Works for both **dashboard** (builder console) and **app** (end-user) auth; the same endpoint is used. The previous refresh token is invalidated (rotation). If the same refresh token is used again, the session is revoked (reuse detection).
|
|
620
620
|
# @param auth_refresh_request [AuthRefreshRequest] JSON body containing the refresh token to exchange for a new access token and refresh token (token rotation).
|
|
621
621
|
# @param [Hash] opts the optional parameters
|
|
622
622
|
# @return [Array<(AuthRefresh200Response, Integer, Hash)>] AuthRefresh200Response data, response status code and response headers
|
|
@@ -811,7 +811,7 @@ module Mudbase
|
|
|
811
811
|
|
|
812
812
|
# Resend verification email (no auth)
|
|
813
813
|
# Sends a new verification email to the given email (and optional project). For unauthenticated users who have not verified yet. Rate limited (e.g. 3 per 15 min per IP).
|
|
814
|
-
# @param auth_resend_verification_request [AuthResendVerificationRequest]
|
|
814
|
+
# @param auth_resend_verification_request [AuthResendVerificationRequest] Email address to resend to; optional `projectId` for project-scoped verification links.
|
|
815
815
|
# @param [Hash] opts the optional parameters
|
|
816
816
|
# @return [MessageResponse]
|
|
817
817
|
def auth_resend_verification(auth_resend_verification_request, opts = {})
|
|
@@ -821,7 +821,7 @@ module Mudbase
|
|
|
821
821
|
|
|
822
822
|
# Resend verification email (no auth)
|
|
823
823
|
# Sends a new verification email to the given email (and optional project). For unauthenticated users who have not verified yet. Rate limited (e.g. 3 per 15 min per IP).
|
|
824
|
-
# @param auth_resend_verification_request [AuthResendVerificationRequest]
|
|
824
|
+
# @param auth_resend_verification_request [AuthResendVerificationRequest] Email address to resend to; optional `projectId` for project-scoped verification links.
|
|
825
825
|
# @param [Hash] opts the optional parameters
|
|
826
826
|
# @return [Array<(MessageResponse, Integer, Hash)>] MessageResponse data, response status code and response headers
|
|
827
827
|
def auth_resend_verification_with_http_info(auth_resend_verification_request, opts = {})
|
|
@@ -1088,8 +1088,8 @@ module Mudbase
|
|
|
1088
1088
|
end
|
|
1089
1089
|
|
|
1090
1090
|
# Verify email address (no auth)
|
|
1091
|
-
# Verifies the user's email using the token from the link sent at signup. Use
|
|
1092
|
-
# @param auth_verify_email_request [AuthVerifyEmailRequest]
|
|
1091
|
+
# Verifies the user's email using the token from the link sent at signup. Use for project-scoped or general signup flows (unauthenticated). Same behavior as POST /api/users/verify-email.
|
|
1092
|
+
# @param auth_verify_email_request [AuthVerifyEmailRequest] Verification token from the email link; optional `projectId` for project-scoped signup.
|
|
1093
1093
|
# @param [Hash] opts the optional parameters
|
|
1094
1094
|
# @return [MessageResponse]
|
|
1095
1095
|
def auth_verify_email(auth_verify_email_request, opts = {})
|
|
@@ -1098,8 +1098,8 @@ module Mudbase
|
|
|
1098
1098
|
end
|
|
1099
1099
|
|
|
1100
1100
|
# Verify email address (no auth)
|
|
1101
|
-
# Verifies the user's email using the token from the link sent at signup. Use
|
|
1102
|
-
# @param auth_verify_email_request [AuthVerifyEmailRequest]
|
|
1101
|
+
# Verifies the user's email using the token from the link sent at signup. Use for project-scoped or general signup flows (unauthenticated). Same behavior as POST /api/users/verify-email.
|
|
1102
|
+
# @param auth_verify_email_request [AuthVerifyEmailRequest] Verification token from the email link; optional `projectId` for project-scoped signup.
|
|
1103
1103
|
# @param [Hash] opts the optional parameters
|
|
1104
1104
|
# @return [Array<(MessageResponse, Integer, Hash)>] MessageResponse data, response status code and response headers
|
|
1105
1105
|
def auth_verify_email_with_http_info(auth_verify_email_request, opts = {})
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave
|
|
4
|
+
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave for fiat (platform subscriptions and payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.2.
|
|
6
|
+
The version of the OpenAPI document: 1.2.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
data/lib/mudbase/api/chat_api.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave
|
|
4
|
+
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave for fiat (platform subscriptions and payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.2.
|
|
6
|
+
The version of the OpenAPI document: 1.2.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -791,7 +791,7 @@ module Mudbase
|
|
|
791
791
|
# Register chat E2EE identity public key
|
|
792
792
|
# Stores your long-term public key for end-to-end encrypted chat (key agreement). Private keys never leave the client. Other participants use this to encrypt messages to you.
|
|
793
793
|
# @param project_id [String] Project ID.
|
|
794
|
-
# @param chat_put_chat_e2ee_key_request [ChatPutChatE2eeKeyRequest]
|
|
794
|
+
# @param chat_put_chat_e2ee_key_request [ChatPutChatE2eeKeyRequest] Identity public key material for E2EE chat (base64). Private keys stay on the client.
|
|
795
795
|
# @param [Hash] opts the optional parameters
|
|
796
796
|
# @return [ChatPutChatE2eeKey200Response]
|
|
797
797
|
def chat_put_chat_e2ee_key(project_id, chat_put_chat_e2ee_key_request, opts = {})
|
|
@@ -802,7 +802,7 @@ module Mudbase
|
|
|
802
802
|
# Register chat E2EE identity public key
|
|
803
803
|
# Stores your long-term public key for end-to-end encrypted chat (key agreement). Private keys never leave the client. Other participants use this to encrypt messages to you.
|
|
804
804
|
# @param project_id [String] Project ID.
|
|
805
|
-
# @param chat_put_chat_e2ee_key_request [ChatPutChatE2eeKeyRequest]
|
|
805
|
+
# @param chat_put_chat_e2ee_key_request [ChatPutChatE2eeKeyRequest] Identity public key material for E2EE chat (base64). Private keys stay on the client.
|
|
806
806
|
# @param [Hash] opts the optional parameters
|
|
807
807
|
# @return [Array<(ChatPutChatE2eeKey200Response, Integer, Hash)>] ChatPutChatE2eeKey200Response data, response status code and response headers
|
|
808
808
|
def chat_put_chat_e2ee_key_with_http_info(project_id, chat_put_chat_e2ee_key_request, opts = {})
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave
|
|
4
|
+
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave for fiat (platform subscriptions and payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.2.
|
|
6
|
+
The version of the OpenAPI document: 1.2.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave
|
|
4
|
+
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave for fiat (platform subscriptions and payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.2.
|
|
6
|
+
The version of the OpenAPI document: 1.2.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
data/lib/mudbase/api/data_api.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave
|
|
4
|
+
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave for fiat (platform subscriptions and payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.2.
|
|
6
|
+
The version of the OpenAPI document: 1.2.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave
|
|
4
|
+
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave for fiat (platform subscriptions and payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.2.
|
|
6
|
+
The version of the OpenAPI document: 1.2.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave
|
|
4
|
+
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave for fiat (platform subscriptions and payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.2.
|
|
6
|
+
The version of the OpenAPI document: 1.2.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave
|
|
4
|
+
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave for fiat (platform subscriptions and payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.2.
|
|
6
|
+
The version of the OpenAPI document: 1.2.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|