mudbase 1.1.4 → 1.1.5
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/AuthResponse.md +5 -1
- data/docs/AuthenticationApi.md +70 -5
- data/docs/ConvertAnonymousAccount200Response.md +4 -0
- data/docs/CreateAnonymousSession200Response.md +2 -0
- data/docs/LoginLocalUser200Response.md +5 -1
- data/docs/RefreshToken200Response.md +24 -0
- data/docs/{CreateCheckoutSession400Response.md → RefreshToken400Response.md} +2 -2
- data/docs/RefreshTokenRequest.md +18 -0
- data/lib/mudbase/api/authentication_api.rb +74 -6
- data/lib/mudbase/api/billing_api.rb +2 -2
- data/lib/mudbase/api/buckets_api.rb +2 -2
- data/lib/mudbase/api/chat_api.rb +2 -2
- 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/files_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_feature_api.rb +2 -2
- data/lib/mudbase/api/real_time_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/usage_api.rb +2 -2
- data/lib/mudbase/api/users_api.rb +2 -2
- 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/add_custom_role_request.rb +2 -2
- data/lib/mudbase/models/add_custom_role_request_default_permissions_inner.rb +2 -2
- data/lib/mudbase/models/add_participant200_response.rb +2 -2
- data/lib/mudbase/models/add_participant200_response_data.rb +2 -2
- data/lib/mudbase/models/add_participant200_response_data_participants_inner.rb +2 -2
- data/lib/mudbase/models/add_participant_request.rb +2 -2
- data/lib/mudbase/models/add_reaction200_response.rb +2 -2
- data/lib/mudbase/models/add_reaction200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/add_reaction_request.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/auth_config.rb +2 -2
- data/lib/mudbase/models/auth_provider.rb +2 -2
- data/lib/mudbase/models/auth_response.rb +24 -3
- data/lib/mudbase/models/billing.rb +2 -2
- data/lib/mudbase/models/billing_last_payment.rb +2 -2
- data/lib/mudbase/models/broadcast_non_custodial_transaction200_response.rb +2 -2
- data/lib/mudbase/models/broadcast_non_custodial_transaction200_response_data.rb +2 -2
- data/lib/mudbase/models/broadcast_non_custodial_transaction_request.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/check_feature_access200_response.rb +2 -2
- data/lib/mudbase/models/check_subscription200_response.rb +2 -2
- data/lib/mudbase/models/check_subscription200_response_subscription.rb +2 -2
- data/lib/mudbase/models/check_user_presence200_response.rb +2 -2
- data/lib/mudbase/models/check_user_presence200_response_presence_value.rb +2 -2
- data/lib/mudbase/models/check_user_presence_request.rb +2 -2
- data/lib/mudbase/models/collection.rb +2 -2
- data/lib/mudbase/models/confirm_direct_upload400_response.rb +2 -2
- data/lib/mudbase/models/confirm_direct_upload_request.rb +2 -2
- data/lib/mudbase/models/confirm_local_password_reset_with_otp_request.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/convert_anonymous_account200_response.rb +21 -3
- data/lib/mudbase/models/convert_anonymous_account_request.rb +2 -2
- data/lib/mudbase/models/create_anonymous_session200_response.rb +13 -3
- data/lib/mudbase/models/create_anonymous_session200_response_user.rb +2 -2
- data/lib/mudbase/models/create_anonymous_session_request.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_chat201_response.rb +2 -2
- data/lib/mudbase/models/create_chat201_response_data.rb +2 -2
- data/lib/mudbase/models/create_chat_request.rb +2 -2
- data/lib/mudbase/models/create_checkout_session200_response.rb +2 -2
- data/lib/mudbase/models/create_checkout_session200_response_data.rb +2 -2
- data/lib/mudbase/models/create_checkout_session200_response_data_payment_options_inner.rb +2 -2
- data/lib/mudbase/models/create_checkout_session_request.rb +2 -2
- data/lib/mudbase/models/create_checkout_session_request_customer_info.rb +2 -2
- data/lib/mudbase/models/create_collection201_response.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/create_wallet_webhook201_response.rb +2 -2
- data/lib/mudbase/models/create_wallet_webhook_request.rb +2 -2
- data/lib/mudbase/models/create_wallet_webhook_request_filters.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/delete_function200_response.rb +2 -2
- data/lib/mudbase/models/disable2_fa_request.rb +2 -2
- data/lib/mudbase/models/download_bucket_file403_response.rb +2 -2
- data/lib/mudbase/models/download_bucket_file404_response.rb +2 -2
- data/lib/mudbase/models/edit_message200_response.rb +2 -2
- data/lib/mudbase/models/edit_message200_response_data.rb +2 -2
- data/lib/mudbase/models/edit_message_request.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/erase_user_data200_response.rb +2 -2
- data/lib/mudbase/models/erase_user_data200_response_details.rb +2 -2
- data/lib/mudbase/models/erase_user_data_request.rb +2 -2
- data/lib/mudbase/models/error.rb +2 -2
- data/lib/mudbase/models/error_details.rb +2 -2
- data/lib/mudbase/models/estimate_non_custodial_gas200_response.rb +2 -2
- data/lib/mudbase/models/estimate_non_custodial_gas200_response_data.rb +2 -2
- data/lib/mudbase/models/estimate_non_custodial_gas_request.rb +2 -2
- data/lib/mudbase/models/estimate_non_custodial_gas_request_transaction.rb +2 -2
- data/lib/mudbase/models/execute_function_request.rb +2 -2
- data/lib/mudbase/models/execute_integration_request.rb +2 -2
- data/lib/mudbase/models/export_user_data200_response.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/generate_presigned_upload_request.rb +2 -2
- data/lib/mudbase/models/generate_signed_url_request.rb +2 -2
- data/lib/mudbase/models/get_active_users200_response.rb +2 -2
- data/lib/mudbase/models/get_active_users200_response_users_inner.rb +2 -2
- data/lib/mudbase/models/get_available_o_auth_providers200_response.rb +2 -2
- data/lib/mudbase/models/get_available_o_auth_providers200_response_providers_inner.rb +2 -2
- data/lib/mudbase/models/get_available_roles200_response.rb +2 -2
- data/lib/mudbase/models/get_available_roles200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/get_cancel_params200_response.rb +2 -2
- data/lib/mudbase/models/get_cancel_params200_response_data.rb +2 -2
- data/lib/mudbase/models/get_cancel_params_request.rb +2 -2
- data/lib/mudbase/models/get_chat_details200_response.rb +2 -2
- data/lib/mudbase/models/get_chat_details200_response_data.rb +2 -2
- data/lib/mudbase/models/get_chat_details200_response_data_participants_inner.rb +2 -2
- data/lib/mudbase/models/get_chat_messages200_response.rb +2 -2
- data/lib/mudbase/models/get_chat_messages200_response_data.rb +2 -2
- data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner.rb +2 -2
- data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner_sender.rb +2 -2
- data/lib/mudbase/models/get_checkout_payment200_response.rb +2 -2
- data/lib/mudbase/models/get_checkout_payment200_response_data.rb +2 -2
- data/lib/mudbase/models/get_current_user200_response.rb +2 -2
- data/lib/mudbase/models/get_event_throughput200_response.rb +2 -2
- data/lib/mudbase/models/get_function_versions200_response.rb +2 -2
- data/lib/mudbase/models/get_function_versions200_response_data.rb +2 -2
- data/lib/mudbase/models/get_function_versions200_response_data_versions_inner.rb +2 -2
- data/lib/mudbase/models/get_historical_analytics200_response.rb +2 -2
- data/lib/mudbase/models/get_historical_analytics200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/get_integrations200_response.rb +2 -2
- data/lib/mudbase/models/get_integrations200_response_integrations_inner.rb +2 -2
- data/lib/mudbase/models/get_local_session200_response.rb +2 -2
- data/lib/mudbase/models/get_multi_role_config200_response.rb +2 -2
- data/lib/mudbase/models/get_multi_role_config200_response_data.rb +2 -2
- data/lib/mudbase/models/get_non_custodial_balance200_response.rb +2 -2
- data/lib/mudbase/models/get_non_custodial_transaction_by_hash200_response.rb +2 -2
- data/lib/mudbase/models/get_non_custodial_transaction_by_hash400_response.rb +2 -2
- data/lib/mudbase/models/get_non_custodial_transactions200_response.rb +2 -2
- data/lib/mudbase/models/get_non_custodial_transactions200_response_pagination.rb +2 -2
- data/lib/mudbase/models/get_project_analytics200_response.rb +2 -2
- data/lib/mudbase/models/get_public_plans200_response.rb +2 -2
- data/lib/mudbase/models/get_role_elevation_status200_response.rb +2 -2
- data/lib/mudbase/models/get_search_analytics200_response.rb +2 -2
- data/lib/mudbase/models/get_search_analytics200_response_top_queries_inner.rb +2 -2
- data/lib/mudbase/models/get_search_suggestions200_response.rb +2 -2
- data/lib/mudbase/models/get_speed_up_params200_response.rb +2 -2
- data/lib/mudbase/models/get_speed_up_params200_response_data.rb +2 -2
- data/lib/mudbase/models/get_speed_up_params_request.rb +2 -2
- data/lib/mudbase/models/get_user_chats200_response.rb +2 -2
- data/lib/mudbase/models/get_user_chats200_response_data.rb +2 -2
- data/lib/mudbase/models/get_user_chats200_response_data_chats_inner.rb +2 -2
- data/lib/mudbase/models/get_user_chats200_response_data_chats_inner_last_message.rb +2 -2
- data/lib/mudbase/models/get_wallet_webhook_logs200_response.rb +2 -2
- data/lib/mudbase/models/handle_crypto_payment_webhook200_response.rb +2 -2
- data/lib/mudbase/models/handle_crypto_payment_webhook_request.rb +2 -2
- data/lib/mudbase/models/handle_crypto_payment_webhook_request_data.rb +2 -2
- data/lib/mudbase/models/handle_flutterwave_webhook_request.rb +2 -2
- data/lib/mudbase/models/handle_flutterwave_webhook_request_data.rb +2 -2
- data/lib/mudbase/models/handle_flutterwave_webhook_request_data_customer.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/initialize_payment_for_project_request.rb +2 -2
- data/lib/mudbase/models/initialize_payment_for_project_request_customer.rb +2 -2
- data/lib/mudbase/models/initiate_o_auth200_response.rb +2 -2
- data/lib/mudbase/models/initiate_o_auth400_response.rb +2 -2
- data/lib/mudbase/models/initiate_o_auth404_response.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/link_o_auth_provider200_response.rb +2 -2
- data/lib/mudbase/models/list_collections200_response.rb +2 -2
- data/lib/mudbase/models/list_non_custodial_addresses200_response.rb +2 -2
- data/lib/mudbase/models/list_o_auth_providers200_response.rb +2 -2
- data/lib/mudbase/models/list_o_auth_providers200_response_providers_inner.rb +2 -2
- data/lib/mudbase/models/list_wallet_webhooks200_response.rb +2 -2
- data/lib/mudbase/models/log_security_event200_response.rb +2 -2
- data/lib/mudbase/models/log_security_event200_response_event.rb +2 -2
- data/lib/mudbase/models/log_security_event_request.rb +2 -2
- data/lib/mudbase/models/log_security_event_request_details.rb +2 -2
- data/lib/mudbase/models/login_local_user200_response.rb +24 -3
- data/lib/mudbase/models/login_local_user200_response_user.rb +2 -2
- data/lib/mudbase/models/login_local_user403_response.rb +2 -2
- data/lib/mudbase/models/login_local_user_request.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/mark_messages_as_read200_response.rb +2 -2
- data/lib/mudbase/models/mark_messages_as_read200_response_data.rb +2 -2
- data/lib/mudbase/models/mark_messages_as_read_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/non_custodial_address.rb +2 -2
- data/lib/mudbase/models/non_custodial_address_response.rb +2 -2
- data/lib/mudbase/models/oauth_callback200_response.rb +2 -2
- data/lib/mudbase/models/oauth_signup_with_role400_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/record_usage_request.rb +2 -2
- data/lib/mudbase/models/refresh_token200_response.rb +177 -0
- data/lib/mudbase/models/{create_checkout_session400_response.rb → refresh_token400_response.rb} +5 -5
- data/lib/mudbase/models/refresh_token_request.rb +165 -0
- data/lib/mudbase/models/register_local_user201_response.rb +2 -2
- data/lib/mudbase/models/register_local_user201_response_user.rb +2 -2
- data/lib/mudbase/models/register_local_user429_response.rb +2 -2
- data/lib/mudbase/models/register_local_user_request.rb +2 -2
- data/lib/mudbase/models/register_non_custodial_address_request.rb +2 -2
- data/lib/mudbase/models/register_request.rb +2 -2
- data/lib/mudbase/models/register_with_role_request.rb +2 -2
- data/lib/mudbase/models/remove_participant_request.rb +2 -2
- data/lib/mudbase/models/remove_reaction200_response.rb +2 -2
- data/lib/mudbase/models/remove_reaction200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/request_local_password_reset_request.rb +2 -2
- data/lib/mudbase/models/request_role_elevation200_response.rb +2 -2
- data/lib/mudbase/models/request_role_elevation_request.rb +2 -2
- data/lib/mudbase/models/reset_local_password_request.rb +2 -2
- data/lib/mudbase/models/rollback_function_request.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/send_message201_response.rb +2 -2
- data/lib/mudbase/models/send_message201_response_data.rb +2 -2
- data/lib/mudbase/models/send_message_request.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/simulate_function_trigger_request.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/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/test_wallet_webhook200_response.rb +2 -2
- data/lib/mudbase/models/test_wallet_webhook_request.rb +2 -2
- data/lib/mudbase/models/toggle_role_request.rb +2 -2
- data/lib/mudbase/models/trigger_function_webhook200_response.rb +2 -2
- data/lib/mudbase/models/trigger_function_webhook400_response.rb +2 -2
- data/lib/mudbase/models/trigger_function_webhook401_response.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/unlink_o_auth_provider200_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_permissions_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_multi_role_settings200_response.rb +2 -2
- data/lib/mudbase/models/update_multi_role_settings_request.rb +2 -2
- data/lib/mudbase/models/update_multi_role_settings_request_settings.rb +2 -2
- data/lib/mudbase/models/update_organization_request.rb +2 -2
- data/lib/mudbase/models/update_project_request.rb +2 -2
- data/lib/mudbase/models/update_project_role_request.rb +2 -2
- data/lib/mudbase/models/update_user_profile200_response.rb +2 -2
- data/lib/mudbase/models/update_user_request.rb +2 -2
- data/lib/mudbase/models/update_wallet_webhook200_response.rb +2 -2
- data/lib/mudbase/models/update_wallet_webhook_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/upload_verification_documents_request.rb +2 -2
- data/lib/mudbase/models/upload_verification_documents_request_documents_inner.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/verify2_fa_request.rb +2 -2
- data/lib/mudbase/models/verify_email_request.rb +2 -2
- data/lib/mudbase/models/verify_magic_link_request.rb +2 -2
- data/lib/mudbase/models/verify_payment200_response.rb +2 -2
- data/lib/mudbase/models/verify_payment200_response_data.rb +2 -2
- data/lib/mudbase/models/verify_payment200_response_data_subscription.rb +2 -2
- data/lib/mudbase/models/wallet_balance.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_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 -3
- data/mudbase.gemspec +3 -3
- data/spec/api/authentication_api_spec.rb +16 -4
- data/spec/api/billing_api_spec.rb +2 -2
- data/spec/api/buckets_api_spec.rb +2 -2
- data/spec/api/chat_api_spec.rb +2 -2
- 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/files_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_feature_api_spec.rb +2 -2
- data/spec/api/real_time_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/usage_api_spec.rb +2 -2
- data/spec/api/users_api_spec.rb +2 -2
- data/spec/api/wallet_api_spec.rb +2 -2
- data/spec/api/webhooks_api_spec.rb +2 -2
- data/spec/models/add_custom_role_request_default_permissions_inner_spec.rb +2 -2
- data/spec/models/add_custom_role_request_spec.rb +2 -2
- data/spec/models/add_participant200_response_data_participants_inner_spec.rb +2 -2
- data/spec/models/add_participant200_response_data_spec.rb +2 -2
- data/spec/models/add_participant200_response_spec.rb +2 -2
- data/spec/models/add_participant_request_spec.rb +2 -2
- data/spec/models/add_reaction200_response_data_inner_spec.rb +2 -2
- data/spec/models/add_reaction200_response_spec.rb +2 -2
- data/spec/models/add_reaction_request_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/auth_config_spec.rb +2 -2
- data/spec/models/auth_provider_spec.rb +2 -2
- data/spec/models/auth_response_spec.rb +14 -2
- data/spec/models/billing_last_payment_spec.rb +2 -2
- data/spec/models/billing_spec.rb +2 -2
- data/spec/models/broadcast_non_custodial_transaction200_response_data_spec.rb +2 -2
- data/spec/models/broadcast_non_custodial_transaction200_response_spec.rb +2 -2
- data/spec/models/broadcast_non_custodial_transaction_request_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/check_feature_access200_response_spec.rb +2 -2
- data/spec/models/check_subscription200_response_spec.rb +2 -2
- data/spec/models/check_subscription200_response_subscription_spec.rb +2 -2
- data/spec/models/check_user_presence200_response_presence_value_spec.rb +2 -2
- data/spec/models/check_user_presence200_response_spec.rb +2 -2
- data/spec/models/check_user_presence_request_spec.rb +2 -2
- data/spec/models/collection_spec.rb +2 -2
- data/spec/models/confirm_direct_upload400_response_spec.rb +2 -2
- data/spec/models/confirm_direct_upload_request_spec.rb +2 -2
- data/spec/models/confirm_local_password_reset_with_otp_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/convert_anonymous_account200_response_spec.rb +14 -2
- data/spec/models/convert_anonymous_account_request_spec.rb +2 -2
- data/spec/models/create_anonymous_session200_response_spec.rb +8 -2
- data/spec/models/create_anonymous_session200_response_user_spec.rb +2 -2
- data/spec/models/create_anonymous_session_request_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_chat201_response_data_spec.rb +2 -2
- data/spec/models/create_chat201_response_spec.rb +2 -2
- data/spec/models/create_chat_request_spec.rb +2 -2
- data/spec/models/create_checkout_session200_response_data_payment_options_inner_spec.rb +2 -2
- data/spec/models/create_checkout_session200_response_data_spec.rb +2 -2
- data/spec/models/create_checkout_session200_response_spec.rb +2 -2
- data/spec/models/create_checkout_session_request_customer_info_spec.rb +2 -2
- data/spec/models/create_checkout_session_request_spec.rb +2 -2
- data/spec/models/create_collection201_response_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/create_wallet_webhook201_response_spec.rb +2 -2
- data/spec/models/create_wallet_webhook_request_filters_spec.rb +2 -2
- data/spec/models/create_wallet_webhook_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/delete_function200_response_spec.rb +2 -2
- data/spec/models/disable2_fa_request_spec.rb +2 -2
- data/spec/models/download_bucket_file403_response_spec.rb +2 -2
- data/spec/models/download_bucket_file404_response_spec.rb +2 -2
- data/spec/models/edit_message200_response_data_spec.rb +2 -2
- data/spec/models/edit_message200_response_spec.rb +2 -2
- data/spec/models/edit_message_request_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/erase_user_data200_response_details_spec.rb +2 -2
- data/spec/models/erase_user_data200_response_spec.rb +2 -2
- data/spec/models/erase_user_data_request_spec.rb +2 -2
- data/spec/models/error_details_spec.rb +2 -2
- data/spec/models/error_spec.rb +2 -2
- data/spec/models/estimate_non_custodial_gas200_response_data_spec.rb +2 -2
- data/spec/models/estimate_non_custodial_gas200_response_spec.rb +2 -2
- data/spec/models/estimate_non_custodial_gas_request_spec.rb +2 -2
- data/spec/models/estimate_non_custodial_gas_request_transaction_spec.rb +2 -2
- data/spec/models/execute_function_request_spec.rb +2 -2
- data/spec/models/execute_integration_request_spec.rb +2 -2
- data/spec/models/export_user_data200_response_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/generate_presigned_upload_request_spec.rb +2 -2
- data/spec/models/generate_signed_url_request_spec.rb +2 -2
- data/spec/models/get_active_users200_response_spec.rb +2 -2
- data/spec/models/get_active_users200_response_users_inner_spec.rb +2 -2
- data/spec/models/get_available_o_auth_providers200_response_providers_inner_spec.rb +2 -2
- data/spec/models/get_available_o_auth_providers200_response_spec.rb +2 -2
- data/spec/models/get_available_roles200_response_data_inner_spec.rb +2 -2
- data/spec/models/get_available_roles200_response_spec.rb +2 -2
- data/spec/models/get_cancel_params200_response_data_spec.rb +2 -2
- data/spec/models/get_cancel_params200_response_spec.rb +2 -2
- data/spec/models/get_cancel_params_request_spec.rb +2 -2
- data/spec/models/get_chat_details200_response_data_participants_inner_spec.rb +2 -2
- data/spec/models/get_chat_details200_response_data_spec.rb +2 -2
- data/spec/models/get_chat_details200_response_spec.rb +2 -2
- data/spec/models/get_chat_messages200_response_data_messages_inner_sender_spec.rb +2 -2
- data/spec/models/get_chat_messages200_response_data_messages_inner_spec.rb +2 -2
- data/spec/models/get_chat_messages200_response_data_spec.rb +2 -2
- data/spec/models/get_chat_messages200_response_spec.rb +2 -2
- data/spec/models/get_checkout_payment200_response_data_spec.rb +2 -2
- data/spec/models/get_checkout_payment200_response_spec.rb +2 -2
- data/spec/models/get_current_user200_response_spec.rb +2 -2
- data/spec/models/get_event_throughput200_response_spec.rb +2 -2
- data/spec/models/get_function_versions200_response_data_spec.rb +2 -2
- data/spec/models/get_function_versions200_response_data_versions_inner_spec.rb +2 -2
- data/spec/models/get_function_versions200_response_spec.rb +2 -2
- data/spec/models/get_historical_analytics200_response_data_inner_spec.rb +2 -2
- data/spec/models/get_historical_analytics200_response_spec.rb +2 -2
- data/spec/models/get_integrations200_response_integrations_inner_spec.rb +2 -2
- data/spec/models/get_integrations200_response_spec.rb +2 -2
- data/spec/models/get_local_session200_response_spec.rb +2 -2
- data/spec/models/get_multi_role_config200_response_data_spec.rb +2 -2
- data/spec/models/get_multi_role_config200_response_spec.rb +2 -2
- data/spec/models/get_non_custodial_balance200_response_spec.rb +2 -2
- data/spec/models/get_non_custodial_transaction_by_hash200_response_spec.rb +2 -2
- data/spec/models/get_non_custodial_transaction_by_hash400_response_spec.rb +2 -2
- data/spec/models/get_non_custodial_transactions200_response_pagination_spec.rb +2 -2
- data/spec/models/get_non_custodial_transactions200_response_spec.rb +2 -2
- data/spec/models/get_project_analytics200_response_spec.rb +2 -2
- data/spec/models/get_public_plans200_response_spec.rb +2 -2
- data/spec/models/get_role_elevation_status200_response_spec.rb +2 -2
- data/spec/models/get_search_analytics200_response_spec.rb +2 -2
- data/spec/models/get_search_analytics200_response_top_queries_inner_spec.rb +2 -2
- data/spec/models/get_search_suggestions200_response_spec.rb +2 -2
- data/spec/models/get_speed_up_params200_response_data_spec.rb +2 -2
- data/spec/models/get_speed_up_params200_response_spec.rb +2 -2
- data/spec/models/get_speed_up_params_request_spec.rb +2 -2
- data/spec/models/get_user_chats200_response_data_chats_inner_last_message_spec.rb +2 -2
- data/spec/models/get_user_chats200_response_data_chats_inner_spec.rb +2 -2
- data/spec/models/get_user_chats200_response_data_spec.rb +2 -2
- data/spec/models/get_user_chats200_response_spec.rb +2 -2
- data/spec/models/get_wallet_webhook_logs200_response_spec.rb +2 -2
- data/spec/models/handle_crypto_payment_webhook200_response_spec.rb +2 -2
- data/spec/models/handle_crypto_payment_webhook_request_data_spec.rb +2 -2
- data/spec/models/handle_crypto_payment_webhook_request_spec.rb +2 -2
- data/spec/models/handle_flutterwave_webhook_request_data_customer_spec.rb +2 -2
- data/spec/models/handle_flutterwave_webhook_request_data_spec.rb +2 -2
- data/spec/models/handle_flutterwave_webhook_request_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/initialize_payment_for_project_request_customer_spec.rb +2 -2
- data/spec/models/initialize_payment_for_project_request_spec.rb +2 -2
- data/spec/models/initiate_o_auth200_response_spec.rb +2 -2
- data/spec/models/initiate_o_auth400_response_spec.rb +2 -2
- data/spec/models/initiate_o_auth404_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/link_o_auth_provider200_response_spec.rb +2 -2
- data/spec/models/list_collections200_response_spec.rb +2 -2
- data/spec/models/list_non_custodial_addresses200_response_spec.rb +2 -2
- data/spec/models/list_o_auth_providers200_response_providers_inner_spec.rb +2 -2
- data/spec/models/list_o_auth_providers200_response_spec.rb +2 -2
- data/spec/models/list_wallet_webhooks200_response_spec.rb +2 -2
- data/spec/models/log_security_event200_response_event_spec.rb +2 -2
- data/spec/models/log_security_event200_response_spec.rb +2 -2
- data/spec/models/log_security_event_request_details_spec.rb +2 -2
- data/spec/models/log_security_event_request_spec.rb +2 -2
- data/spec/models/login_local_user200_response_spec.rb +14 -2
- data/spec/models/login_local_user200_response_user_spec.rb +2 -2
- data/spec/models/login_local_user403_response_spec.rb +2 -2
- data/spec/models/login_local_user_request_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/mark_messages_as_read200_response_data_spec.rb +2 -2
- data/spec/models/mark_messages_as_read200_response_spec.rb +2 -2
- data/spec/models/mark_messages_as_read_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/non_custodial_address_response_spec.rb +2 -2
- data/spec/models/non_custodial_address_spec.rb +2 -2
- data/spec/models/oauth_callback200_response_spec.rb +2 -2
- data/spec/models/oauth_signup_with_role400_response_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/record_usage_request_spec.rb +2 -2
- data/spec/models/refresh_token200_response_spec.rb +54 -0
- data/spec/models/{create_checkout_session400_response_spec.rb → refresh_token400_response_spec.rb} +8 -8
- data/spec/models/refresh_token_request_spec.rb +36 -0
- data/spec/models/register_local_user201_response_spec.rb +2 -2
- data/spec/models/register_local_user201_response_user_spec.rb +2 -2
- data/spec/models/register_local_user429_response_spec.rb +2 -2
- data/spec/models/register_local_user_request_spec.rb +2 -2
- data/spec/models/register_non_custodial_address_request_spec.rb +2 -2
- data/spec/models/register_request_spec.rb +2 -2
- data/spec/models/register_with_role_request_spec.rb +2 -2
- data/spec/models/remove_participant_request_spec.rb +2 -2
- data/spec/models/remove_reaction200_response_data_inner_spec.rb +2 -2
- data/spec/models/remove_reaction200_response_spec.rb +2 -2
- data/spec/models/request_local_password_reset_request_spec.rb +2 -2
- data/spec/models/request_role_elevation200_response_spec.rb +2 -2
- data/spec/models/request_role_elevation_request_spec.rb +2 -2
- data/spec/models/reset_local_password_request_spec.rb +2 -2
- data/spec/models/rollback_function_request_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/send_message201_response_data_spec.rb +2 -2
- data/spec/models/send_message201_response_spec.rb +2 -2
- data/spec/models/send_message_request_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/simulate_function_trigger_request_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/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/test_wallet_webhook200_response_spec.rb +2 -2
- data/spec/models/test_wallet_webhook_request_spec.rb +2 -2
- data/spec/models/toggle_role_request_spec.rb +2 -2
- data/spec/models/trigger_function_webhook200_response_spec.rb +2 -2
- data/spec/models/trigger_function_webhook400_response_spec.rb +2 -2
- data/spec/models/trigger_function_webhook401_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/unlink_o_auth_provider200_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_permissions_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_multi_role_settings200_response_spec.rb +2 -2
- data/spec/models/update_multi_role_settings_request_settings_spec.rb +2 -2
- data/spec/models/update_multi_role_settings_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_project_role_request_spec.rb +2 -2
- data/spec/models/update_user_profile200_response_spec.rb +2 -2
- data/spec/models/update_user_request_spec.rb +2 -2
- data/spec/models/update_wallet_webhook200_response_spec.rb +2 -2
- data/spec/models/update_wallet_webhook_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/upload_verification_documents_request_documents_inner_spec.rb +2 -2
- data/spec/models/upload_verification_documents_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/verify2_fa_request_spec.rb +2 -2
- data/spec/models/verify_email_request_spec.rb +2 -2
- data/spec/models/verify_magic_link_request_spec.rb +2 -2
- data/spec/models/verify_payment200_response_data_spec.rb +2 -2
- data/spec/models/verify_payment200_response_data_subscription_spec.rb +2 -2
- data/spec/models/verify_payment200_response_spec.rb +2 -2
- data/spec/models/wallet_balance_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_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 +15 -15
|
@@ -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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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_client.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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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_error.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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -18,8 +18,15 @@ module Mudbase
|
|
|
18
18
|
class AuthResponse < ApiModelBase
|
|
19
19
|
attr_accessor :message
|
|
20
20
|
|
|
21
|
+
# JWT access token (use in Authorization Bearer header)
|
|
21
22
|
attr_accessor :token
|
|
22
23
|
|
|
24
|
+
# JWT refresh token (use with POST /api/auth/refresh to get new token pair)
|
|
25
|
+
attr_accessor :refresh_token
|
|
26
|
+
|
|
27
|
+
# Access token TTL in seconds (e.g. 1800 for 30 minutes)
|
|
28
|
+
attr_accessor :expires_in
|
|
29
|
+
|
|
23
30
|
attr_accessor :user
|
|
24
31
|
|
|
25
32
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -27,6 +34,8 @@ module Mudbase
|
|
|
27
34
|
{
|
|
28
35
|
:'message' => :'message',
|
|
29
36
|
:'token' => :'token',
|
|
37
|
+
:'refresh_token' => :'refreshToken',
|
|
38
|
+
:'expires_in' => :'expiresIn',
|
|
30
39
|
:'user' => :'user'
|
|
31
40
|
}
|
|
32
41
|
end
|
|
@@ -46,6 +55,8 @@ module Mudbase
|
|
|
46
55
|
{
|
|
47
56
|
:'message' => :'String',
|
|
48
57
|
:'token' => :'String',
|
|
58
|
+
:'refresh_token' => :'String',
|
|
59
|
+
:'expires_in' => :'Integer',
|
|
49
60
|
:'user' => :'User'
|
|
50
61
|
}
|
|
51
62
|
end
|
|
@@ -80,6 +91,14 @@ module Mudbase
|
|
|
80
91
|
self.token = attributes[:'token']
|
|
81
92
|
end
|
|
82
93
|
|
|
94
|
+
if attributes.key?(:'refresh_token')
|
|
95
|
+
self.refresh_token = attributes[:'refresh_token']
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
if attributes.key?(:'expires_in')
|
|
99
|
+
self.expires_in = attributes[:'expires_in']
|
|
100
|
+
end
|
|
101
|
+
|
|
83
102
|
if attributes.key?(:'user')
|
|
84
103
|
self.user = attributes[:'user']
|
|
85
104
|
end
|
|
@@ -107,6 +126,8 @@ module Mudbase
|
|
|
107
126
|
self.class == o.class &&
|
|
108
127
|
message == o.message &&
|
|
109
128
|
token == o.token &&
|
|
129
|
+
refresh_token == o.refresh_token &&
|
|
130
|
+
expires_in == o.expires_in &&
|
|
110
131
|
user == o.user
|
|
111
132
|
end
|
|
112
133
|
|
|
@@ -119,7 +140,7 @@ module Mudbase
|
|
|
119
140
|
# Calculates hash code according to all attributes.
|
|
120
141
|
# @return [Integer] Hash code
|
|
121
142
|
def hash
|
|
122
|
-
[message, token, user].hash
|
|
143
|
+
[message, token, refresh_token, expires_in, user].hash
|
|
123
144
|
end
|
|
124
145
|
|
|
125
146
|
# Builds the object from hash
|
|
@@ -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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
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 only for fiat (platform subscriptions + org 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)
|
|
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 only for fiat (platform subscriptions + org 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.1.
|
|
6
|
+
The version of the OpenAPI document: 1.1.5
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|