mudbase 1.3.11 → 1.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/docs/MessagingApi.md +466 -5
- data/docs/PushNotificationRequest.md +7 -1
- data/docs/PushSentResponse.md +20 -0
- data/docs/PushSentResponseData.md +28 -0
- data/docs/PushSentResponseDataChannels.md +20 -0
- data/docs/PushSentResponseDataChannelsFcm.md +20 -0
- data/docs/PushSentResponseDataChannelsWebPush.md +22 -0
- data/docs/WebPushConfigPatchRequest.md +22 -0
- data/docs/WebPushConfigResponse.md +20 -0
- data/docs/WebPushConfigResponseData.md +26 -0
- data/docs/WebPushPublicKeyResponse.md +20 -0
- data/docs/WebPushPublicKeyResponseData.md +20 -0
- data/docs/WebPushSubscribeRequest.md +22 -0
- data/docs/WebPushSubscribeResponse.md +20 -0
- data/docs/WebPushSubscribeResponseData.md +22 -0
- data/docs/WebPushSubscription.md +20 -0
- data/docs/WebPushSubscriptionKeys.md +20 -0
- data/docs/WebPushSubscriptionListResponse.md +20 -0
- data/docs/WebPushSubscriptionSummary.md +30 -0
- data/docs/WebPushUnsubscribeRequest.md +18 -0
- data/docs/WebPushUnsubscribeResponse.md +20 -0
- data/docs/WebPushUnsubscribeResponseData.md +18 -0
- data/lib/mudbase/api/add_ons_api.rb +1 -1
- data/lib/mudbase/api/api_keys_api.rb +1 -1
- data/lib/mudbase/api/authentication_api.rb +1 -1
- data/lib/mudbase/api/backups_api.rb +1 -1
- data/lib/mudbase/api/billing_api.rb +1 -1
- data/lib/mudbase/api/buckets_api.rb +1 -1
- data/lib/mudbase/api/chat_api.rb +1 -1
- data/lib/mudbase/api/collections_api.rb +1 -1
- data/lib/mudbase/api/compliance_api.rb +1 -1
- data/lib/mudbase/api/data_api.rb +1 -1
- data/lib/mudbase/api/email_api.rb +1 -1
- data/lib/mudbase/api/files_api.rb +1 -1
- data/lib/mudbase/api/functions_api.rb +1 -1
- data/lib/mudbase/api/health_api.rb +1 -1
- data/lib/mudbase/api/integrations_api.rb +1 -1
- data/lib/mudbase/api/kyc_api.rb +1 -1
- data/lib/mudbase/api/mcp_api.rb +1 -1
- data/lib/mudbase/api/messaging_api.rb +415 -4
- data/lib/mudbase/api/monitoring_api.rb +1 -1
- data/lib/mudbase/api/multi_role_feature_api.rb +1 -1
- data/lib/mudbase/api/organizations_api.rb +1 -1
- data/lib/mudbase/api/project_fees_api.rb +1 -1
- data/lib/mudbase/api/projects_api.rb +1 -1
- data/lib/mudbase/api/real_time_analytics_api.rb +1 -1
- data/lib/mudbase/api/role_elevation_api.rb +1 -1
- data/lib/mudbase/api/roles_api.rb +1 -1
- data/lib/mudbase/api/search_api.rb +1 -1
- data/lib/mudbase/api/usage_api.rb +1 -1
- data/lib/mudbase/api/users_api.rb +1 -1
- data/lib/mudbase/api/verified_role_upgrade_api.rb +1 -1
- data/lib/mudbase/api/webhooks_api.rb +1 -1
- data/lib/mudbase/api_client.rb +1 -1
- data/lib/mudbase/api_error.rb +1 -1
- data/lib/mudbase/api_model_base.rb +1 -1
- data/lib/mudbase/configuration.rb +1 -1
- data/lib/mudbase/models/accept_invite201_response.rb +1 -1
- data/lib/mudbase/models/accept_invite201_response_user.rb +1 -1
- data/lib/mudbase/models/accept_invite_request.rb +1 -1
- data/lib/mudbase/models/add_custom_role_request.rb +1 -1
- data/lib/mudbase/models/add_custom_role_request_default_permissions_inner.rb +1 -1
- data/lib/mudbase/models/add_org_domain_request.rb +1 -1
- data/lib/mudbase/models/add_participant200_response.rb +1 -1
- data/lib/mudbase/models/add_participant200_response_data.rb +1 -1
- data/lib/mudbase/models/add_participant200_response_data_participants_inner.rb +1 -1
- data/lib/mudbase/models/add_participant_request.rb +1 -1
- data/lib/mudbase/models/add_reaction200_response.rb +1 -1
- data/lib/mudbase/models/add_reaction200_response_data_inner.rb +1 -1
- data/lib/mudbase/models/add_reaction_request.rb +1 -1
- data/lib/mudbase/models/admin_approve_org_domain_cname_request.rb +1 -1
- data/lib/mudbase/models/admin_billing_checkout_link_request.rb +1 -1
- data/lib/mudbase/models/admin_custom_domain_mutation_response.rb +1 -1
- data/lib/mudbase/models/admin_member_role_patch_request.rb +1 -1
- data/lib/mudbase/models/admin_org_billing_contract_patch_request.rb +1 -1
- data/lib/mudbase/models/admin_org_limits_patch_request.rb +1 -1
- data/lib/mudbase/models/admin_org_limits_patch_request_bug_analysis.rb +1 -1
- data/lib/mudbase/models/admin_org_plan_patch_request.rb +1 -1
- data/lib/mudbase/models/admin_org_status_patch_request.rb +1 -1
- data/lib/mudbase/models/admin_platform_dns_verification_patch_request.rb +1 -1
- data/lib/mudbase/models/admin_project_patch_request.rb +1 -1
- data/lib/mudbase/models/admin_provision_enterprise_body.rb +1 -1
- data/lib/mudbase/models/api_addons_get200_response.rb +1 -1
- data/lib/mudbase/models/api_files_download_file_id_get200_response.rb +1 -1
- data/lib/mudbase/models/api_gdpr_erase_post_request.rb +1 -1
- data/lib/mudbase/models/api_key.rb +1 -1
- data/lib/mudbase/models/api_key_permission.rb +1 -1
- data/lib/mudbase/models/api_key_usage.rb +1 -1
- data/lib/mudbase/models/api_key_usage_response.rb +1 -1
- data/lib/mudbase/models/api_key_with_secret.rb +1 -1
- data/lib/mudbase/models/api_kyc_sessions_post_request.rb +1 -1
- data/lib/mudbase/models/api_kyc_webhook_config_get200_response.rb +1 -1
- data/lib/mudbase/models/api_kyc_webhook_config_put200_response.rb +1 -1
- data/lib/mudbase/models/api_kyc_webhook_config_put_request.rb +1 -1
- data/lib/mudbase/models/api_kyc_webhook_config_test_post200_response.rb +1 -1
- data/lib/mudbase/models/api_kyc_workflows_get200_response.rb +1 -1
- data/lib/mudbase/models/api_kyc_workflows_get200_response_workflows_inner.rb +1 -1
- data/lib/mudbase/models/api_me_bootstrap_get200_response.rb +1 -1
- data/lib/mudbase/models/api_projects_project_id_addons_addon_invoke_post200_response.rb +1 -1
- data/lib/mudbase/models/api_projects_project_id_kyb_sessions_post_request.rb +1 -1
- data/lib/mudbase/models/apply_role_feature_preset200_response.rb +1 -1
- data/lib/mudbase/models/apply_role_feature_preset_request.rb +1 -1
- data/lib/mudbase/models/approve_role_elevation200_response.rb +1 -1
- data/lib/mudbase/models/approve_role_elevation_request.rb +1 -1
- data/lib/mudbase/models/assign_role200_response.rb +1 -1
- data/lib/mudbase/models/assign_role_request.rb +1 -1
- data/lib/mudbase/models/auth_config.rb +1 -1
- data/lib/mudbase/models/auth_provider.rb +1 -1
- data/lib/mudbase/models/auth_response.rb +1 -1
- data/lib/mudbase/models/billing.rb +1 -1
- data/lib/mudbase/models/billing_last_payment.rb +1 -1
- data/lib/mudbase/models/bucket.rb +1 -1
- data/lib/mudbase/models/bucket_list_response.rb +1 -1
- data/lib/mudbase/models/bucket_response.rb +1 -1
- data/lib/mudbase/models/cancel_subscription_request.rb +1 -1
- data/lib/mudbase/models/change_password_request.rb +1 -1
- data/lib/mudbase/models/check_feature_access200_response.rb +1 -1
- data/lib/mudbase/models/check_permissions200_response.rb +1 -1
- data/lib/mudbase/models/check_permissions200_response_permissions.rb +1 -1
- data/lib/mudbase/models/check_subscription200_response.rb +1 -1
- data/lib/mudbase/models/check_subscription200_response_subscription.rb +1 -1
- data/lib/mudbase/models/check_user_presence200_response.rb +1 -1
- data/lib/mudbase/models/check_user_presence200_response_presence_value.rb +1 -1
- data/lib/mudbase/models/check_user_presence_request.rb +1 -1
- data/lib/mudbase/models/collection.rb +1 -1
- data/lib/mudbase/models/collection_action.rb +1 -1
- data/lib/mudbase/models/collection_permission_rule.rb +1 -1
- data/lib/mudbase/models/configure_o_auth_provider200_response.rb +1 -1
- data/lib/mudbase/models/configure_o_auth_provider200_response_provider.rb +1 -1
- data/lib/mudbase/models/configure_o_auth_provider_request.rb +1 -1
- data/lib/mudbase/models/configure_webhook200_response.rb +1 -1
- data/lib/mudbase/models/configure_webhook200_response_data.rb +1 -1
- data/lib/mudbase/models/configure_webhook200_response_data_transformations_inner.rb +1 -1
- data/lib/mudbase/models/configure_webhook403_response.rb +1 -1
- data/lib/mudbase/models/configure_webhook_request.rb +1 -1
- data/lib/mudbase/models/confirm_address_verification200_response.rb +1 -1
- data/lib/mudbase/models/confirm_address_verification_request.rb +1 -1
- data/lib/mudbase/models/confirm_direct_upload400_response.rb +1 -1
- data/lib/mudbase/models/confirm_direct_upload_request.rb +1 -1
- data/lib/mudbase/models/confirm_local_password_reset_with_otp_request.rb +1 -1
- data/lib/mudbase/models/confirm_upload_response.rb +1 -1
- data/lib/mudbase/models/confirm_upload_response_scan.rb +1 -1
- data/lib/mudbase/models/convert_anonymous_account200_response.rb +1 -1
- data/lib/mudbase/models/convert_anonymous_account_request.rb +1 -1
- data/lib/mudbase/models/create_anonymous_session200_response.rb +1 -1
- data/lib/mudbase/models/create_anonymous_session200_response_user.rb +1 -1
- data/lib/mudbase/models/create_anonymous_session_request.rb +1 -1
- data/lib/mudbase/models/create_api_key201_response.rb +1 -1
- data/lib/mudbase/models/create_api_key400_response.rb +1 -1
- data/lib/mudbase/models/create_api_key_request.rb +1 -1
- data/lib/mudbase/models/create_backup201_response.rb +1 -1
- data/lib/mudbase/models/create_backup201_response_backup.rb +1 -1
- data/lib/mudbase/models/create_backup_request.rb +1 -1
- data/lib/mudbase/models/create_bucket_request.rb +1 -1
- data/lib/mudbase/models/create_chat201_response.rb +1 -1
- data/lib/mudbase/models/create_chat201_response_data.rb +1 -1
- data/lib/mudbase/models/create_chat_request.rb +1 -1
- data/lib/mudbase/models/create_checkout_session200_response.rb +1 -1
- data/lib/mudbase/models/create_checkout_session200_response_data.rb +1 -1
- data/lib/mudbase/models/create_checkout_session_request.rb +1 -1
- data/lib/mudbase/models/create_checkout_session_request_customer_info.rb +1 -1
- data/lib/mudbase/models/create_collection201_response.rb +1 -1
- data/lib/mudbase/models/create_collection_request.rb +1 -1
- data/lib/mudbase/models/create_from_template_request.rb +1 -1
- data/lib/mudbase/models/create_function_request.rb +1 -1
- data/lib/mudbase/models/create_integration201_response.rb +1 -1
- data/lib/mudbase/models/create_integration_request.rb +1 -1
- data/lib/mudbase/models/create_monitoring_alert_request.rb +1 -1
- data/lib/mudbase/models/create_or_update_fee_settings_request.rb +1 -1
- data/lib/mudbase/models/create_organization403_response.rb +1 -1
- data/lib/mudbase/models/create_organization_request.rb +1 -1
- data/lib/mudbase/models/create_plan201_response.rb +1 -1
- data/lib/mudbase/models/create_plan_request.rb +1 -1
- data/lib/mudbase/models/create_plan_request_features_inner.rb +1 -1
- data/lib/mudbase/models/create_plan_request_features_inner_one_of.rb +1 -1
- data/lib/mudbase/models/create_plan_request_limits.rb +1 -1
- data/lib/mudbase/models/create_plan_request_limits_custom_limits_inner.rb +1 -1
- data/lib/mudbase/models/create_plan_request_trial.rb +1 -1
- data/lib/mudbase/models/create_project201_response.rb +1 -1
- data/lib/mudbase/models/create_project_request.rb +1 -1
- data/lib/mudbase/models/create_role201_response.rb +1 -1
- data/lib/mudbase/models/create_role201_response_role.rb +1 -1
- data/lib/mudbase/models/create_role201_response_role_permissions_inner.rb +1 -1
- data/lib/mudbase/models/create_role_request.rb +1 -1
- data/lib/mudbase/models/create_role_request_collection_permissions_value.rb +1 -1
- data/lib/mudbase/models/create_role_request_permissions_inner.rb +1 -1
- data/lib/mudbase/models/dashboard_activity_item.rb +1 -1
- data/lib/mudbase/models/dashboard_overview_data.rb +1 -1
- data/lib/mudbase/models/dashboard_overview_data_active_users.rb +1 -1
- data/lib/mudbase/models/dashboard_overview_data_latency.rb +1 -1
- data/lib/mudbase/models/dashboard_overview_data_latency_instance_rollup.rb +1 -1
- data/lib/mudbase/models/dashboard_overview_data_latency_top_routes_by_impact_hint_inner.rb +1 -1
- data/lib/mudbase/models/dashboard_overview_data_project.rb +1 -1
- data/lib/mudbase/models/dashboard_overview_data_request_volume14d_inner.rb +1 -1
- data/lib/mudbase/models/dashboard_overview_data_requests.rb +1 -1
- data/lib/mudbase/models/dashboard_overview_data_uptime.rb +1 -1
- data/lib/mudbase/models/data_list_response.rb +1 -1
- data/lib/mudbase/models/data_list_response_data_inner.rb +1 -1
- data/lib/mudbase/models/data_response.rb +1 -1
- data/lib/mudbase/models/database_config.rb +1 -1
- data/lib/mudbase/models/delete_backup200_response.rb +1 -1
- data/lib/mudbase/models/delete_function200_response.rb +1 -1
- data/lib/mudbase/models/delete_organization200_response.rb +1 -1
- data/lib/mudbase/models/delete_role200_response.rb +1 -1
- data/lib/mudbase/models/delete_sub_organization200_response.rb +1 -1
- data/lib/mudbase/models/device_list_response.rb +1 -1
- data/lib/mudbase/models/device_register_request.rb +1 -1
- data/lib/mudbase/models/device_registered_response.rb +1 -1
- data/lib/mudbase/models/device_registered_response_data.rb +1 -1
- data/lib/mudbase/models/device_token.rb +1 -1
- data/lib/mudbase/models/device_unregister_request.rb +1 -1
- data/lib/mudbase/models/device_unregistered_response.rb +1 -1
- data/lib/mudbase/models/device_unregistered_response_data.rb +1 -1
- data/lib/mudbase/models/disable2_fa_request.rb +1 -1
- data/lib/mudbase/models/download_bucket_file403_response.rb +1 -1
- data/lib/mudbase/models/download_bucket_file404_response.rb +1 -1
- data/lib/mudbase/models/download_invoice200_response.rb +1 -1
- data/lib/mudbase/models/edit_message200_response.rb +1 -1
- data/lib/mudbase/models/edit_message200_response_data.rb +1 -1
- data/lib/mudbase/models/edit_message_request.rb +1 -1
- data/lib/mudbase/models/edit_message_request_e2ee.rb +1 -1
- data/lib/mudbase/models/email_request.rb +1 -1
- data/lib/mudbase/models/email_request_to.rb +1 -1
- data/lib/mudbase/models/email_template_catalog_item.rb +1 -1
- data/lib/mudbase/models/email_template_resolved.rb +1 -1
- data/lib/mudbase/models/enable_payment_processing200_response.rb +1 -1
- data/lib/mudbase/models/enable_payment_processing200_response_data.rb +1 -1
- data/lib/mudbase/models/enable_payment_processing_request.rb +1 -1
- data/lib/mudbase/models/enqueue_project_email202_response.rb +1 -1
- data/lib/mudbase/models/erase_user_data200_response.rb +1 -1
- data/lib/mudbase/models/erase_user_data200_response_data.rb +1 -1
- data/lib/mudbase/models/erase_user_data409_response.rb +1 -1
- data/lib/mudbase/models/erase_user_data_request.rb +1 -1
- data/lib/mudbase/models/error.rb +1 -1
- data/lib/mudbase/models/error_details.rb +1 -1
- data/lib/mudbase/models/execute_function_request.rb +1 -1
- data/lib/mudbase/models/execute_integration_request.rb +1 -1
- data/lib/mudbase/models/export_user_data200_response.rb +1 -1
- data/lib/mudbase/models/feature_not_allowed_error.rb +1 -1
- data/lib/mudbase/models/field.rb +1 -1
- data/lib/mudbase/models/field_default.rb +1 -1
- data/lib/mudbase/models/file_list_response.rb +1 -1
- data/lib/mudbase/models/file_metadata.rb +1 -1
- data/lib/mudbase/models/file_response.rb +1 -1
- data/lib/mudbase/models/file_upload_response.rb +1 -1
- data/lib/mudbase/models/function.rb +1 -1
- data/lib/mudbase/models/function_execution.rb +1 -1
- data/lib/mudbase/models/function_execution_response.rb +1 -1
- data/lib/mudbase/models/function_execution_response_data.rb +1 -1
- data/lib/mudbase/models/function_execution_status_response.rb +1 -1
- data/lib/mudbase/models/function_execution_status_response_data.rb +1 -1
- data/lib/mudbase/models/function_execution_status_response_data_logs.rb +1 -1
- data/lib/mudbase/models/function_list_response.rb +1 -1
- data/lib/mudbase/models/function_list_response_data.rb +1 -1
- data/lib/mudbase/models/function_logs_response.rb +1 -1
- data/lib/mudbase/models/function_logs_response_data.rb +1 -1
- data/lib/mudbase/models/function_response.rb +1 -1
- data/lib/mudbase/models/function_stats.rb +1 -1
- data/lib/mudbase/models/function_trigger.rb +1 -1
- data/lib/mudbase/models/generate_access_review200_response.rb +1 -1
- data/lib/mudbase/models/generate_access_review200_response_report.rb +1 -1
- data/lib/mudbase/models/generate_access_review_request.rb +1 -1
- data/lib/mudbase/models/generate_access_review_request_review_period.rb +1 -1
- data/lib/mudbase/models/generate_data_processing_record200_response.rb +1 -1
- data/lib/mudbase/models/generate_data_processing_record200_response_record.rb +1 -1
- data/lib/mudbase/models/generate_data_processing_record_request.rb +1 -1
- data/lib/mudbase/models/generate_presigned_upload_request.rb +1 -1
- data/lib/mudbase/models/generate_signed_url_request.rb +1 -1
- data/lib/mudbase/models/get_active_users200_response.rb +1 -1
- data/lib/mudbase/models/get_active_users200_response_users_inner.rb +1 -1
- data/lib/mudbase/models/get_available_o_auth_providers200_response.rb +1 -1
- data/lib/mudbase/models/get_available_o_auth_providers200_response_providers_inner.rb +1 -1
- data/lib/mudbase/models/get_available_roles200_response.rb +1 -1
- data/lib/mudbase/models/get_available_roles200_response_data_inner.rb +1 -1
- data/lib/mudbase/models/get_billing_estimate200_response.rb +1 -1
- data/lib/mudbase/models/get_billing_estimate200_response_line_items_inner.rb +1 -1
- data/lib/mudbase/models/get_billing_estimate200_response_spend_limits.rb +1 -1
- data/lib/mudbase/models/get_chat_details200_response.rb +1 -1
- data/lib/mudbase/models/get_chat_details200_response_data.rb +1 -1
- data/lib/mudbase/models/get_chat_details200_response_data_participants_inner.rb +1 -1
- data/lib/mudbase/models/get_chat_e2ee_participant_keys200_response.rb +1 -1
- data/lib/mudbase/models/get_chat_e2ee_participant_keys200_response_data_inner.rb +1 -1
- data/lib/mudbase/models/get_chat_messages200_response.rb +1 -1
- data/lib/mudbase/models/get_chat_messages200_response_data.rb +1 -1
- data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner.rb +1 -1
- data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner_sender.rb +1 -1
- data/lib/mudbase/models/get_compliance_summary200_response.rb +1 -1
- data/lib/mudbase/models/get_compliance_summary200_response_compliance.rb +1 -1
- data/lib/mudbase/models/get_compliance_summary200_response_compliance_gdpr.rb +1 -1
- data/lib/mudbase/models/get_compliance_summary200_response_compliance_security.rb +1 -1
- data/lib/mudbase/models/get_compliance_summary200_response_compliance_soc2.rb +1 -1
- data/lib/mudbase/models/get_currency_fee_balance200_response.rb +1 -1
- data/lib/mudbase/models/get_currency_fee_balance200_response_data.rb +1 -1
- data/lib/mudbase/models/get_current_user200_response.rb +1 -1
- data/lib/mudbase/models/get_dashboard200_response.rb +1 -1
- data/lib/mudbase/models/get_event_throughput200_response.rb +1 -1
- data/lib/mudbase/models/get_fee_balances200_response.rb +1 -1
- data/lib/mudbase/models/get_fee_balances200_response_data_inner.rb +1 -1
- data/lib/mudbase/models/get_fee_breakdown200_response.rb +1 -1
- data/lib/mudbase/models/get_fee_breakdown200_response_data.rb +1 -1
- data/lib/mudbase/models/get_function_versions200_response.rb +1 -1
- data/lib/mudbase/models/get_function_versions200_response_data.rb +1 -1
- data/lib/mudbase/models/get_function_versions200_response_data_versions_inner.rb +1 -1
- data/lib/mudbase/models/get_global_analytics200_response.rb +1 -1
- data/lib/mudbase/models/get_historical_analytics200_response.rb +1 -1
- data/lib/mudbase/models/get_historical_analytics200_response_data_inner.rb +1 -1
- data/lib/mudbase/models/get_integration200_response.rb +1 -1
- data/lib/mudbase/models/get_integration200_response_integration.rb +1 -1
- data/lib/mudbase/models/get_integrations200_response.rb +1 -1
- data/lib/mudbase/models/get_integrations200_response_integrations_inner.rb +1 -1
- data/lib/mudbase/models/get_invoice200_response.rb +1 -1
- data/lib/mudbase/models/get_invoice200_response_invoice.rb +1 -1
- data/lib/mudbase/models/get_invoices200_response.rb +1 -1
- data/lib/mudbase/models/get_invoices200_response_invoices_inner.rb +1 -1
- data/lib/mudbase/models/get_local_session200_response.rb +1 -1
- data/lib/mudbase/models/get_multi_role_config200_response.rb +1 -1
- data/lib/mudbase/models/get_multi_role_config200_response_data.rb +1 -1
- data/lib/mudbase/models/get_o_auth_provider_config200_response.rb +1 -1
- data/lib/mudbase/models/get_o_auth_provider_config200_response_config.rb +1 -1
- data/lib/mudbase/models/get_org_o_auth_providers200_response.rb +1 -1
- data/lib/mudbase/models/get_org_o_auth_providers200_response_providers_inner.rb +1 -1
- data/lib/mudbase/models/get_organization_members200_response.rb +1 -1
- data/lib/mudbase/models/get_organization_usage200_response.rb +1 -1
- data/lib/mudbase/models/get_organization_usage200_response_all_of_suborgs_inner.rb +1 -1
- data/lib/mudbase/models/get_organization_users200_response.rb +1 -1
- data/lib/mudbase/models/get_organization_users200_response_users_inner.rb +1 -1
- data/lib/mudbase/models/get_organization_users200_response_users_inner_project.rb +1 -1
- data/lib/mudbase/models/get_overage200_response.rb +1 -1
- data/lib/mudbase/models/get_overage200_response_overage_inner.rb +1 -1
- data/lib/mudbase/models/get_payment_records200_response.rb +1 -1
- data/lib/mudbase/models/get_payment_records200_response_data.rb +1 -1
- data/lib/mudbase/models/get_payment_records200_response_data_pagination.rb +1 -1
- data/lib/mudbase/models/get_payment_records200_response_data_records_inner.rb +1 -1
- data/lib/mudbase/models/get_payout_history200_response.rb +1 -1
- data/lib/mudbase/models/get_payout_history200_response_data_inner.rb +1 -1
- data/lib/mudbase/models/get_payout_history200_response_pagination.rb +1 -1
- data/lib/mudbase/models/get_pending_role_elevation_requests200_response.rb +1 -1
- data/lib/mudbase/models/get_permissions_matrix200_response.rb +1 -1
- data/lib/mudbase/models/get_permissions_matrix200_response_data.rb +1 -1
- data/lib/mudbase/models/get_plans200_response.rb +1 -1
- data/lib/mudbase/models/get_project_analytics200_response.rb +1 -1
- data/lib/mudbase/models/get_project_captcha_config200_response.rb +1 -1
- data/lib/mudbase/models/get_project_captcha_config200_response_captcha.rb +1 -1
- data/lib/mudbase/models/get_project_email_analytics200_response.rb +1 -1
- data/lib/mudbase/models/get_project_email_smtp200_response.rb +1 -1
- data/lib/mudbase/models/get_project_email_template200_response.rb +1 -1
- data/lib/mudbase/models/get_project_fcm_config200_response.rb +1 -1
- data/lib/mudbase/models/get_project_fcm_config200_response_data.rb +1 -1
- data/lib/mudbase/models/get_project_fee_dashboard200_response.rb +1 -1
- data/lib/mudbase/models/get_project_fee_dashboard200_response_data.rb +1 -1
- data/lib/mudbase/models/get_project_fee_dashboard200_response_data_balances_inner.rb +1 -1
- data/lib/mudbase/models/get_project_fee_dashboard200_response_data_recent_payouts_inner.rb +1 -1
- data/lib/mudbase/models/get_project_o_auth_providers200_response.rb +1 -1
- data/lib/mudbase/models/get_project_o_auth_providers200_response_providers_inner.rb +1 -1
- data/lib/mudbase/models/get_project_sms_byo200_response.rb +1 -1
- data/lib/mudbase/models/get_project_users200_response.rb +1 -1
- data/lib/mudbase/models/get_public_plans200_response.rb +1 -1
- data/lib/mudbase/models/get_role200_response.rb +1 -1
- data/lib/mudbase/models/get_role_elevation_status200_response.rb +1 -1
- data/lib/mudbase/models/get_search_analytics200_response.rb +1 -1
- data/lib/mudbase/models/get_search_analytics200_response_top_queries_inner.rb +1 -1
- data/lib/mudbase/models/get_search_suggestions200_response.rb +1 -1
- data/lib/mudbase/models/get_sub_organizations200_response.rb +1 -1
- data/lib/mudbase/models/get_subscription_tier_by_id200_response.rb +1 -1
- data/lib/mudbase/models/get_subscription_tier_by_id200_response_plan.rb +1 -1
- data/lib/mudbase/models/get_subscription_tiers200_response.rb +1 -1
- data/lib/mudbase/models/get_subscription_tiers200_response_plans_inner.rb +1 -1
- data/lib/mudbase/models/get_subscriptions200_response.rb +1 -1
- data/lib/mudbase/models/get_subscriptions200_response_subscriptions_inner.rb +1 -1
- data/lib/mudbase/models/get_templates200_response.rb +1 -1
- data/lib/mudbase/models/get_templates200_response_templates_inner.rb +1 -1
- data/lib/mudbase/models/get_usage_stats200_response.rb +1 -1
- data/lib/mudbase/models/get_usage_stats200_response_stats.rb +1 -1
- data/lib/mudbase/models/get_usage_warnings200_response.rb +1 -1
- data/lib/mudbase/models/get_usage_warnings200_response_warnings_inner.rb +1 -1
- data/lib/mudbase/models/get_user_chats200_response.rb +1 -1
- data/lib/mudbase/models/get_user_chats200_response_data.rb +1 -1
- data/lib/mudbase/models/get_user_chats200_response_data_chats_inner.rb +1 -1
- data/lib/mudbase/models/get_user_chats200_response_data_chats_inner_last_message.rb +1 -1
- data/lib/mudbase/models/get_user_overview200_response.rb +1 -1
- data/lib/mudbase/models/get_user_overview200_response_footprint.rb +1 -1
- data/lib/mudbase/models/get_users_by_role200_response.rb +1 -1
- data/lib/mudbase/models/get_webhook_config200_response.rb +1 -1
- data/lib/mudbase/models/get_webhook_config200_response_data.rb +1 -1
- data/lib/mudbase/models/get_webhook_config200_response_data_transformations_inner.rb +1 -1
- data/lib/mudbase/models/get_webhook_config404_response.rb +1 -1
- data/lib/mudbase/models/health_response.rb +1 -1
- data/lib/mudbase/models/health_response_services.rb +1 -1
- data/lib/mudbase/models/import_integration_request.rb +1 -1
- data/lib/mudbase/models/initialize_org_plan_checkout200_response.rb +1 -1
- data/lib/mudbase/models/initialize_org_plan_checkout200_response_data.rb +1 -1
- data/lib/mudbase/models/initialize_org_plan_checkout_request.rb +1 -1
- data/lib/mudbase/models/initialize_payment200_response.rb +1 -1
- data/lib/mudbase/models/initialize_payment200_response_data.rb +1 -1
- data/lib/mudbase/models/initialize_payment_for_project_request.rb +1 -1
- data/lib/mudbase/models/initialize_payment_request.rb +1 -1
- data/lib/mudbase/models/initialize_payment_request_customer.rb +1 -1
- data/lib/mudbase/models/initiate_address_verification200_response.rb +1 -1
- data/lib/mudbase/models/initiate_o_auth400_response.rb +1 -1
- data/lib/mudbase/models/initiate_o_auth404_response.rb +1 -1
- data/lib/mudbase/models/initiate_org_o_auth400_response.rb +1 -1
- data/lib/mudbase/models/internal_custom_domain_addon_request.rb +1 -1
- data/lib/mudbase/models/internal_domain_dns_recheck_batch_request.rb +1 -1
- data/lib/mudbase/models/invite_member_request.rb +1 -1
- data/lib/mudbase/models/invite_sub_organization_member200_response.rb +1 -1
- data/lib/mudbase/models/invite_team_member200_response.rb +1 -1
- data/lib/mudbase/models/limits.rb +1 -1
- data/lib/mudbase/models/list_api_keys200_response.rb +1 -1
- data/lib/mudbase/models/list_backups200_response.rb +1 -1
- data/lib/mudbase/models/list_backups200_response_backups_inner.rb +1 -1
- data/lib/mudbase/models/list_collections200_response.rb +1 -1
- data/lib/mudbase/models/list_o_auth_providers200_response.rb +1 -1
- data/lib/mudbase/models/list_o_auth_providers200_response_providers_inner.rb +1 -1
- data/lib/mudbase/models/list_organizations200_response.rb +1 -1
- data/lib/mudbase/models/list_project_email_templates200_response.rb +1 -1
- data/lib/mudbase/models/list_projects200_response.rb +1 -1
- data/lib/mudbase/models/list_roles200_response.rb +1 -1
- data/lib/mudbase/models/log_security_event200_response.rb +1 -1
- data/lib/mudbase/models/log_security_event200_response_event.rb +1 -1
- data/lib/mudbase/models/log_security_event_request.rb +1 -1
- data/lib/mudbase/models/log_security_event_request_details.rb +1 -1
- data/lib/mudbase/models/login_local_user200_response.rb +1 -1
- data/lib/mudbase/models/login_local_user200_response_user.rb +1 -1
- data/lib/mudbase/models/login_local_user403_response.rb +1 -1
- data/lib/mudbase/models/login_local_user_request.rb +1 -1
- data/lib/mudbase/models/login_request.rb +1 -1
- data/lib/mudbase/models/magic_link_request.rb +1 -1
- data/lib/mudbase/models/mark_messages_as_read200_response.rb +1 -1
- data/lib/mudbase/models/mark_messages_as_read200_response_data.rb +1 -1
- data/lib/mudbase/models/mark_messages_as_read_request.rb +1 -1
- data/lib/mudbase/models/mcp_config_get200_response.rb +1 -1
- data/lib/mudbase/models/mcp_config_get200_response_tools_inner.rb +1 -1
- data/lib/mudbase/models/message.rb +1 -1
- data/lib/mudbase/models/message_history_response.rb +1 -1
- data/lib/mudbase/models/message_history_response_data.rb +1 -1
- data/lib/mudbase/models/message_response.rb +1 -1
- data/lib/mudbase/models/message_sent_response.rb +1 -1
- data/lib/mudbase/models/message_sent_response_data.rb +1 -1
- data/lib/mudbase/models/message_stats_response.rb +1 -1
- data/lib/mudbase/models/message_stats_response_data.rb +1 -1
- data/lib/mudbase/models/message_stats_response_data_by_status.rb +1 -1
- data/lib/mudbase/models/message_stats_response_data_by_type.rb +1 -1
- data/lib/mudbase/models/message_stats_response_data_period.rb +1 -1
- data/lib/mudbase/models/monitoring_analytics_response.rb +1 -1
- data/lib/mudbase/models/monitoring_analytics_response_stats_inner.rb +1 -1
- data/lib/mudbase/models/monitoring_analytics_response_totals.rb +1 -1
- data/lib/mudbase/models/monitoring_logs_response.rb +1 -1
- data/lib/mudbase/models/monitoring_logs_response_logs_inner.rb +1 -1
- data/lib/mudbase/models/monitoring_logs_response_logs_inner_user.rb +1 -1
- data/lib/mudbase/models/monitoring_performance_response.rb +1 -1
- data/lib/mudbase/models/monitoring_performance_response_metrics.rb +1 -1
- data/lib/mudbase/models/org_add_domain_response.rb +1 -1
- data/lib/mudbase/models/org_custom_domain_platform_ready_request.rb +1 -1
- data/lib/mudbase/models/org_dns_instructions_response.rb +1 -1
- data/lib/mudbase/models/org_dns_record.rb +1 -1
- data/lib/mudbase/models/org_domain_entry_org_console.rb +1 -1
- data/lib/mudbase/models/org_domain_entry_with_dns.rb +1 -1
- data/lib/mudbase/models/org_domains_list_response.rb +1 -1
- data/lib/mudbase/models/org_edge_hints.rb +1 -1
- data/lib/mudbase/models/org_edge_hints_ownership_verification.rb +1 -1
- data/lib/mudbase/models/org_o_auth_callback400_response.rb +1 -1
- data/lib/mudbase/models/org_patch_domain_response.rb +1 -1
- data/lib/mudbase/models/org_platform_dns_verification_customer.rb +1 -1
- data/lib/mudbase/models/org_ssl_validation_record.rb +1 -1
- data/lib/mudbase/models/org_verify_custom_domain_dns_failure_response.rb +1 -1
- data/lib/mudbase/models/org_verify_custom_domain_dns_success_response.rb +1 -1
- data/lib/mudbase/models/organization.rb +1 -1
- data/lib/mudbase/models/organization_summary.rb +1 -1
- data/lib/mudbase/models/otp_send_request.rb +1 -1
- data/lib/mudbase/models/otp_verify_request.rb +1 -1
- data/lib/mudbase/models/pagination.rb +1 -1
- data/lib/mudbase/models/patch_org_domain_request.rb +1 -1
- data/lib/mudbase/models/patch_project_fcm_config_request.rb +1 -1
- data/lib/mudbase/models/patch_project_fcm_config_request_one_of.rb +1 -1
- data/lib/mudbase/models/patch_project_fcm_config_request_one_of1.rb +1 -1
- data/lib/mudbase/models/permission.rb +1 -1
- data/lib/mudbase/models/plan.rb +1 -1
- data/lib/mudbase/models/presigned_post_response.rb +1 -1
- data/lib/mudbase/models/preview_project_email_template_request.rb +1 -1
- data/lib/mudbase/models/project.rb +1 -1
- data/lib/mudbase/models/project_dashboard_overview_response.rb +1 -1
- data/lib/mudbase/models/project_email_send_request.rb +1 -1
- data/lib/mudbase/models/project_settings.rb +1 -1
- data/lib/mudbase/models/project_sms_byo_patch_request.rb +1 -1
- data/lib/mudbase/models/project_sms_byo_public.rb +1 -1
- data/lib/mudbase/models/project_smtp_patch_request.rb +1 -1
- data/lib/mudbase/models/project_smtp_settings_public.rb +1 -1
- data/lib/mudbase/models/project_smtp_test_request.rb +1 -1
- data/lib/mudbase/models/project_summary.rb +1 -1
- data/lib/mudbase/models/project_usage.rb +1 -1
- data/lib/mudbase/models/project_usage_response.rb +1 -1
- data/lib/mudbase/models/project_usage_stats_response.rb +1 -1
- data/lib/mudbase/models/project_usage_stats_response_project.rb +1 -1
- data/lib/mudbase/models/project_usage_summary_response.rb +1 -1
- data/lib/mudbase/models/provision_enterprise_request.rb +1 -1
- data/lib/mudbase/models/push_notification_request.rb +38 -19
- data/lib/mudbase/models/push_sent_response.rb +157 -0
- data/lib/mudbase/models/push_sent_response_data.rb +196 -0
- data/lib/mudbase/models/push_sent_response_data_channels.rb +158 -0
- data/lib/mudbase/models/push_sent_response_data_channels_fcm.rb +156 -0
- data/lib/mudbase/models/push_sent_response_data_channels_web_push.rb +166 -0
- data/lib/mudbase/models/put_chat_e2ee_key200_response.rb +1 -1
- data/lib/mudbase/models/put_chat_e2ee_key200_response_data.rb +1 -1
- data/lib/mudbase/models/put_chat_e2ee_key_request.rb +1 -1
- data/lib/mudbase/models/rate_limit.rb +1 -1
- data/lib/mudbase/models/record_usage_request.rb +1 -1
- data/lib/mudbase/models/refresh_token200_response.rb +1 -1
- data/lib/mudbase/models/refresh_token400_response.rb +1 -1
- data/lib/mudbase/models/refresh_token_request.rb +1 -1
- data/lib/mudbase/models/regenerate_api_key200_response.rb +1 -1
- data/lib/mudbase/models/register_local_user201_response.rb +1 -1
- data/lib/mudbase/models/register_local_user201_response_user.rb +1 -1
- data/lib/mudbase/models/register_local_user_request.rb +1 -1
- data/lib/mudbase/models/register_request.rb +1 -1
- data/lib/mudbase/models/register_user429_response.rb +1 -1
- data/lib/mudbase/models/register_with_role201_response.rb +1 -1
- data/lib/mudbase/models/register_with_role201_response_role.rb +1 -1
- data/lib/mudbase/models/register_with_role201_response_user.rb +1 -1
- data/lib/mudbase/models/register_with_role_request.rb +1 -1
- data/lib/mudbase/models/remove_participant_request.rb +1 -1
- data/lib/mudbase/models/remove_reaction200_response.rb +1 -1
- data/lib/mudbase/models/remove_reaction200_response_data_inner.rb +1 -1
- data/lib/mudbase/models/remove_team_member200_response.rb +1 -1
- data/lib/mudbase/models/request_local_password_reset_request.rb +1 -1
- data/lib/mudbase/models/request_manual_payout_request.rb +1 -1
- data/lib/mudbase/models/request_password_reset_request.rb +1 -1
- data/lib/mudbase/models/request_role_elevation200_response.rb +1 -1
- data/lib/mudbase/models/request_role_elevation_request.rb +1 -1
- data/lib/mudbase/models/resend_verification_auth_request.rb +1 -1
- data/lib/mudbase/models/reset_local_password_request.rb +1 -1
- data/lib/mudbase/models/reset_password_request.rb +1 -1
- data/lib/mudbase/models/restore_backup200_response.rb +1 -1
- data/lib/mudbase/models/restore_backup200_response_restore.rb +1 -1
- data/lib/mudbase/models/restore_backup_request.rb +1 -1
- data/lib/mudbase/models/retry_webhook400_response.rb +1 -1
- data/lib/mudbase/models/retry_webhook_response.rb +1 -1
- data/lib/mudbase/models/rollback_function_request.rb +1 -1
- data/lib/mudbase/models/search_response.rb +1 -1
- data/lib/mudbase/models/search_response_data.rb +1 -1
- data/lib/mudbase/models/search_result.rb +1 -1
- data/lib/mudbase/models/search_result_item.rb +1 -1
- data/lib/mudbase/models/send_message201_response.rb +1 -1
- data/lib/mudbase/models/send_message201_response_data.rb +1 -1
- data/lib/mudbase/models/send_message_request.rb +1 -1
- data/lib/mudbase/models/send_message_request_e2ee.rb +1 -1
- data/lib/mudbase/models/send_push_notification429_response.rb +1 -1
- data/lib/mudbase/models/session_response.rb +1 -1
- data/lib/mudbase/models/set_org_primary_domain_request.rb +1 -1
- data/lib/mudbase/models/signed_url_response.rb +1 -1
- data/lib/mudbase/models/simulate_app_permissions200_response.rb +1 -1
- data/lib/mudbase/models/simulate_app_permissions200_response_evaluated.rb +1 -1
- data/lib/mudbase/models/simulate_app_permissions_request.rb +1 -1
- data/lib/mudbase/models/simulate_function_trigger_request.rb +1 -1
- data/lib/mudbase/models/sms_request.rb +1 -1
- data/lib/mudbase/models/storage_config.rb +1 -1
- data/lib/mudbase/models/system_status_response.rb +1 -1
- data/lib/mudbase/models/system_status_response_data.rb +1 -1
- data/lib/mudbase/models/system_status_response_data_cpu.rb +1 -1
- data/lib/mudbase/models/system_status_response_data_database.rb +1 -1
- data/lib/mudbase/models/system_status_response_data_memory.rb +1 -1
- data/lib/mudbase/models/system_status_response_data_requests.rb +1 -1
- data/lib/mudbase/models/system_status_response_data_storage.rb +1 -1
- data/lib/mudbase/models/test_integration200_response.rb +1 -1
- data/lib/mudbase/models/test_integration_request.rb +1 -1
- data/lib/mudbase/models/test_webhook_transformation200_response.rb +1 -1
- data/lib/mudbase/models/test_webhook_transformation200_response_data.rb +1 -1
- data/lib/mudbase/models/test_webhook_transformation_request.rb +1 -1
- data/lib/mudbase/models/toggle_role_request.rb +1 -1
- data/lib/mudbase/models/trigger_function_webhook200_response.rb +1 -1
- data/lib/mudbase/models/trigger_function_webhook400_response.rb +1 -1
- data/lib/mudbase/models/trigger_function_webhook401_response.rb +1 -1
- data/lib/mudbase/models/trigger_webhook_request.rb +1 -1
- data/lib/mudbase/models/trigger_webhook_response.rb +1 -1
- data/lib/mudbase/models/two_fa_setup_response.rb +1 -1
- data/lib/mudbase/models/unlink_o_auth_provider200_response.rb +1 -1
- data/lib/mudbase/models/update_api_key200_response.rb +1 -1
- data/lib/mudbase/models/update_api_key_request.rb +1 -1
- data/lib/mudbase/models/update_bucket_request.rb +1 -1
- data/lib/mudbase/models/update_collection_permissions_request.rb +1 -1
- data/lib/mudbase/models/update_collection_request.rb +1 -1
- data/lib/mudbase/models/update_currency_fee_settings_request.rb +1 -1
- data/lib/mudbase/models/update_function_request.rb +1 -1
- data/lib/mudbase/models/update_function_request_limits.rb +1 -1
- data/lib/mudbase/models/update_function_request_retry_policy.rb +1 -1
- data/lib/mudbase/models/update_integration_request.rb +1 -1
- data/lib/mudbase/models/update_member_role200_response.rb +1 -1
- data/lib/mudbase/models/update_member_role_request.rb +1 -1
- data/lib/mudbase/models/update_multi_role_settings200_response.rb +1 -1
- data/lib/mudbase/models/update_multi_role_settings_request.rb +1 -1
- data/lib/mudbase/models/update_multi_role_settings_request_settings.rb +1 -1
- data/lib/mudbase/models/update_o_auth_provider_config_request.rb +1 -1
- data/lib/mudbase/models/update_organization200_response.rb +1 -1
- data/lib/mudbase/models/update_organization_plan200_response.rb +1 -1
- data/lib/mudbase/models/update_organization_plan200_response_one_of.rb +1 -1
- data/lib/mudbase/models/update_organization_plan200_response_one_of1.rb +1 -1
- data/lib/mudbase/models/update_organization_plan_request.rb +1 -1
- data/lib/mudbase/models/update_organization_request.rb +1 -1
- data/lib/mudbase/models/update_plan_request.rb +1 -1
- data/lib/mudbase/models/update_project_request.rb +1 -1
- data/lib/mudbase/models/update_project_role_request.rb +1 -1
- data/lib/mudbase/models/update_role200_response.rb +1 -1
- data/lib/mudbase/models/update_role_request.rb +1 -1
- data/lib/mudbase/models/update_sub_organization200_response.rb +1 -1
- data/lib/mudbase/models/update_user_account_status200_response.rb +1 -1
- data/lib/mudbase/models/update_user_account_status200_response_user.rb +1 -1
- data/lib/mudbase/models/update_user_account_status_request.rb +1 -1
- data/lib/mudbase/models/update_user_profile200_response.rb +1 -1
- data/lib/mudbase/models/update_user_request.rb +1 -1
- data/lib/mudbase/models/upload_files413_response.rb +1 -1
- data/lib/mudbase/models/upload_project_logo200_response.rb +1 -1
- data/lib/mudbase/models/upload_verification_documents_request.rb +1 -1
- data/lib/mudbase/models/upload_verification_documents_request_documents_inner.rb +1 -1
- data/lib/mudbase/models/upsert_project_email_template_request.rb +1 -1
- data/lib/mudbase/models/usage.rb +1 -1
- data/lib/mudbase/models/usage_response.rb +1 -1
- data/lib/mudbase/models/usage_stats_response.rb +1 -1
- data/lib/mudbase/models/usage_stats_response_percentages.rb +1 -1
- data/lib/mudbase/models/usage_trends_response.rb +1 -1
- data/lib/mudbase/models/usage_trends_response_trends_inner.rb +1 -1
- data/lib/mudbase/models/usage_trends_response_trends_inner_id.rb +1 -1
- data/lib/mudbase/models/user.rb +1 -1
- data/lib/mudbase/models/user_summary.rb +1 -1
- data/lib/mudbase/models/validate_password_reset_token200_response.rb +1 -1
- data/lib/mudbase/models/validate_password_reset_token400_response.rb +1 -1
- data/lib/mudbase/models/validate_password_reset_token_request.rb +1 -1
- data/lib/mudbase/models/verified_role_upgrade200_response.rb +1 -1
- data/lib/mudbase/models/verified_role_upgrade_request.rb +1 -1
- data/lib/mudbase/models/verify2_fa_request.rb +1 -1
- data/lib/mudbase/models/verify_email_auth_request.rb +1 -1
- data/lib/mudbase/models/verify_magic_link_request.rb +1 -1
- data/lib/mudbase/models/verify_org_plan_payment200_response.rb +1 -1
- data/lib/mudbase/models/verify_org_plan_payment200_response_data.rb +1 -1
- data/lib/mudbase/models/verify_payment200_response.rb +1 -1
- data/lib/mudbase/models/verify_payment200_response_data.rb +1 -1
- data/lib/mudbase/models/verify_payment200_response_data_subscription.rb +1 -1
- data/lib/mudbase/models/verify_project_email_smtp_domain_request.rb +1 -1
- data/lib/mudbase/models/web_push_config_patch_request.rb +167 -0
- data/lib/mudbase/models/web_push_config_response.rb +156 -0
- data/lib/mudbase/models/web_push_config_response_data.rb +191 -0
- data/lib/mudbase/models/web_push_public_key_response.rb +156 -0
- data/lib/mudbase/models/web_push_public_key_response_data.rb +158 -0
- data/lib/mudbase/models/web_push_subscribe_request.rb +184 -0
- data/lib/mudbase/models/web_push_subscribe_response.rb +156 -0
- data/lib/mudbase/models/web_push_subscribe_response_data.rb +166 -0
- data/lib/mudbase/models/web_push_subscription.rb +192 -0
- data/lib/mudbase/models/web_push_subscription_keys.rb +192 -0
- data/lib/mudbase/models/web_push_subscription_list_response.rb +158 -0
- data/lib/mudbase/models/web_push_subscription_summary.rb +202 -0
- data/lib/mudbase/models/web_push_unsubscribe_request.rb +165 -0
- data/lib/mudbase/models/web_push_unsubscribe_response.rb +156 -0
- data/lib/mudbase/models/web_push_unsubscribe_response_data.rb +148 -0
- data/lib/mudbase/models/webhook_list_response.rb +1 -1
- data/lib/mudbase/models/webhook_log.rb +1 -1
- data/lib/mudbase/models/webhook_log_response.rb +1 -1
- data/lib/mudbase/models/webhook_stats_response.rb +1 -1
- data/lib/mudbase/models/webhook_stats_response_event_stats_inner.rb +1 -1
- data/lib/mudbase/models/webhook_stats_response_status_stats_inner.rb +1 -1
- data/lib/mudbase/version.rb +2 -2
- data/lib/mudbase.rb +21 -1
- data/mudbase.gemspec +1 -1
- data/spec/api/add_ons_api_spec.rb +1 -1
- data/spec/api/api_keys_api_spec.rb +1 -1
- data/spec/api/authentication_api_spec.rb +1 -1
- data/spec/api/backups_api_spec.rb +1 -1
- data/spec/api/billing_api_spec.rb +1 -1
- data/spec/api/buckets_api_spec.rb +1 -1
- data/spec/api/chat_api_spec.rb +1 -1
- data/spec/api/collections_api_spec.rb +1 -1
- data/spec/api/compliance_api_spec.rb +1 -1
- data/spec/api/data_api_spec.rb +1 -1
- data/spec/api/email_api_spec.rb +1 -1
- data/spec/api/files_api_spec.rb +1 -1
- data/spec/api/functions_api_spec.rb +1 -1
- data/spec/api/health_api_spec.rb +1 -1
- data/spec/api/integrations_api_spec.rb +1 -1
- data/spec/api/kyc_api_spec.rb +1 -1
- data/spec/api/mcp_api_spec.rb +1 -1
- data/spec/api/messaging_api_spec.rb +77 -2
- data/spec/api/monitoring_api_spec.rb +1 -1
- data/spec/api/multi_role_feature_api_spec.rb +1 -1
- data/spec/api/organizations_api_spec.rb +1 -1
- data/spec/api/project_fees_api_spec.rb +1 -1
- data/spec/api/projects_api_spec.rb +1 -1
- data/spec/api/real_time_analytics_api_spec.rb +1 -1
- data/spec/api/role_elevation_api_spec.rb +1 -1
- data/spec/api/roles_api_spec.rb +1 -1
- data/spec/api/search_api_spec.rb +1 -1
- data/spec/api/usage_api_spec.rb +1 -1
- data/spec/api/users_api_spec.rb +1 -1
- data/spec/api/verified_role_upgrade_api_spec.rb +1 -1
- data/spec/api/webhooks_api_spec.rb +1 -1
- data/spec/models/accept_invite201_response_spec.rb +1 -1
- data/spec/models/accept_invite201_response_user_spec.rb +1 -1
- data/spec/models/accept_invite_request_spec.rb +1 -1
- data/spec/models/add_custom_role_request_default_permissions_inner_spec.rb +1 -1
- data/spec/models/add_custom_role_request_spec.rb +1 -1
- data/spec/models/add_org_domain_request_spec.rb +1 -1
- data/spec/models/add_participant200_response_data_participants_inner_spec.rb +1 -1
- data/spec/models/add_participant200_response_data_spec.rb +1 -1
- data/spec/models/add_participant200_response_spec.rb +1 -1
- data/spec/models/add_participant_request_spec.rb +1 -1
- data/spec/models/add_reaction200_response_data_inner_spec.rb +1 -1
- data/spec/models/add_reaction200_response_spec.rb +1 -1
- data/spec/models/add_reaction_request_spec.rb +1 -1
- data/spec/models/admin_approve_org_domain_cname_request_spec.rb +1 -1
- data/spec/models/admin_billing_checkout_link_request_spec.rb +1 -1
- data/spec/models/admin_custom_domain_mutation_response_spec.rb +1 -1
- data/spec/models/admin_member_role_patch_request_spec.rb +1 -1
- data/spec/models/admin_org_billing_contract_patch_request_spec.rb +1 -1
- data/spec/models/admin_org_limits_patch_request_bug_analysis_spec.rb +1 -1
- data/spec/models/admin_org_limits_patch_request_spec.rb +1 -1
- data/spec/models/admin_org_plan_patch_request_spec.rb +1 -1
- data/spec/models/admin_org_status_patch_request_spec.rb +1 -1
- data/spec/models/admin_platform_dns_verification_patch_request_spec.rb +1 -1
- data/spec/models/admin_project_patch_request_spec.rb +1 -1
- data/spec/models/admin_provision_enterprise_body_spec.rb +1 -1
- data/spec/models/api_addons_get200_response_spec.rb +1 -1
- data/spec/models/api_files_download_file_id_get200_response_spec.rb +1 -1
- data/spec/models/api_gdpr_erase_post_request_spec.rb +1 -1
- data/spec/models/api_key_permission_spec.rb +1 -1
- data/spec/models/api_key_spec.rb +1 -1
- data/spec/models/api_key_usage_response_spec.rb +1 -1
- data/spec/models/api_key_usage_spec.rb +1 -1
- data/spec/models/api_key_with_secret_spec.rb +1 -1
- data/spec/models/api_kyc_sessions_post_request_spec.rb +1 -1
- data/spec/models/api_kyc_webhook_config_get200_response_spec.rb +1 -1
- data/spec/models/api_kyc_webhook_config_put200_response_spec.rb +1 -1
- data/spec/models/api_kyc_webhook_config_put_request_spec.rb +1 -1
- data/spec/models/api_kyc_webhook_config_test_post200_response_spec.rb +1 -1
- data/spec/models/api_kyc_workflows_get200_response_spec.rb +1 -1
- data/spec/models/api_kyc_workflows_get200_response_workflows_inner_spec.rb +1 -1
- data/spec/models/api_me_bootstrap_get200_response_spec.rb +1 -1
- data/spec/models/api_projects_project_id_addons_addon_invoke_post200_response_spec.rb +1 -1
- data/spec/models/api_projects_project_id_kyb_sessions_post_request_spec.rb +1 -1
- data/spec/models/apply_role_feature_preset200_response_spec.rb +1 -1
- data/spec/models/apply_role_feature_preset_request_spec.rb +1 -1
- data/spec/models/approve_role_elevation200_response_spec.rb +1 -1
- data/spec/models/approve_role_elevation_request_spec.rb +1 -1
- data/spec/models/assign_role200_response_spec.rb +1 -1
- data/spec/models/assign_role_request_spec.rb +1 -1
- data/spec/models/auth_config_spec.rb +1 -1
- data/spec/models/auth_provider_spec.rb +1 -1
- data/spec/models/auth_response_spec.rb +1 -1
- data/spec/models/billing_last_payment_spec.rb +1 -1
- data/spec/models/billing_spec.rb +1 -1
- data/spec/models/bucket_list_response_spec.rb +1 -1
- data/spec/models/bucket_response_spec.rb +1 -1
- data/spec/models/bucket_spec.rb +1 -1
- data/spec/models/cancel_subscription_request_spec.rb +1 -1
- data/spec/models/change_password_request_spec.rb +1 -1
- data/spec/models/check_feature_access200_response_spec.rb +1 -1
- data/spec/models/check_permissions200_response_permissions_spec.rb +1 -1
- data/spec/models/check_permissions200_response_spec.rb +1 -1
- data/spec/models/check_subscription200_response_spec.rb +1 -1
- data/spec/models/check_subscription200_response_subscription_spec.rb +1 -1
- data/spec/models/check_user_presence200_response_presence_value_spec.rb +1 -1
- data/spec/models/check_user_presence200_response_spec.rb +1 -1
- data/spec/models/check_user_presence_request_spec.rb +1 -1
- data/spec/models/collection_action_spec.rb +1 -1
- data/spec/models/collection_permission_rule_spec.rb +1 -1
- data/spec/models/collection_spec.rb +1 -1
- data/spec/models/configure_o_auth_provider200_response_provider_spec.rb +1 -1
- data/spec/models/configure_o_auth_provider200_response_spec.rb +1 -1
- data/spec/models/configure_o_auth_provider_request_spec.rb +1 -1
- data/spec/models/configure_webhook200_response_data_spec.rb +1 -1
- data/spec/models/configure_webhook200_response_data_transformations_inner_spec.rb +1 -1
- data/spec/models/configure_webhook200_response_spec.rb +1 -1
- data/spec/models/configure_webhook403_response_spec.rb +1 -1
- data/spec/models/configure_webhook_request_spec.rb +1 -1
- data/spec/models/confirm_address_verification200_response_spec.rb +1 -1
- data/spec/models/confirm_address_verification_request_spec.rb +1 -1
- data/spec/models/confirm_direct_upload400_response_spec.rb +1 -1
- data/spec/models/confirm_direct_upload_request_spec.rb +1 -1
- data/spec/models/confirm_local_password_reset_with_otp_request_spec.rb +1 -1
- data/spec/models/confirm_upload_response_scan_spec.rb +1 -1
- data/spec/models/confirm_upload_response_spec.rb +1 -1
- data/spec/models/convert_anonymous_account200_response_spec.rb +1 -1
- data/spec/models/convert_anonymous_account_request_spec.rb +1 -1
- data/spec/models/create_anonymous_session200_response_spec.rb +1 -1
- data/spec/models/create_anonymous_session200_response_user_spec.rb +1 -1
- data/spec/models/create_anonymous_session_request_spec.rb +1 -1
- data/spec/models/create_api_key201_response_spec.rb +1 -1
- data/spec/models/create_api_key400_response_spec.rb +1 -1
- data/spec/models/create_api_key_request_spec.rb +1 -1
- data/spec/models/create_backup201_response_backup_spec.rb +1 -1
- data/spec/models/create_backup201_response_spec.rb +1 -1
- data/spec/models/create_backup_request_spec.rb +1 -1
- data/spec/models/create_bucket_request_spec.rb +1 -1
- data/spec/models/create_chat201_response_data_spec.rb +1 -1
- data/spec/models/create_chat201_response_spec.rb +1 -1
- data/spec/models/create_chat_request_spec.rb +1 -1
- data/spec/models/create_checkout_session200_response_data_spec.rb +1 -1
- data/spec/models/create_checkout_session200_response_spec.rb +1 -1
- data/spec/models/create_checkout_session_request_customer_info_spec.rb +1 -1
- data/spec/models/create_checkout_session_request_spec.rb +1 -1
- data/spec/models/create_collection201_response_spec.rb +1 -1
- data/spec/models/create_collection_request_spec.rb +1 -1
- data/spec/models/create_from_template_request_spec.rb +1 -1
- data/spec/models/create_function_request_spec.rb +1 -1
- data/spec/models/create_integration201_response_spec.rb +1 -1
- data/spec/models/create_integration_request_spec.rb +1 -1
- data/spec/models/create_monitoring_alert_request_spec.rb +1 -1
- data/spec/models/create_or_update_fee_settings_request_spec.rb +1 -1
- data/spec/models/create_organization403_response_spec.rb +1 -1
- data/spec/models/create_organization_request_spec.rb +1 -1
- data/spec/models/create_plan201_response_spec.rb +1 -1
- data/spec/models/create_plan_request_features_inner_one_of_spec.rb +1 -1
- data/spec/models/create_plan_request_features_inner_spec.rb +1 -1
- data/spec/models/create_plan_request_limits_custom_limits_inner_spec.rb +1 -1
- data/spec/models/create_plan_request_limits_spec.rb +1 -1
- data/spec/models/create_plan_request_spec.rb +1 -1
- data/spec/models/create_plan_request_trial_spec.rb +1 -1
- data/spec/models/create_project201_response_spec.rb +1 -1
- data/spec/models/create_project_request_spec.rb +1 -1
- data/spec/models/create_role201_response_role_permissions_inner_spec.rb +1 -1
- data/spec/models/create_role201_response_role_spec.rb +1 -1
- data/spec/models/create_role201_response_spec.rb +1 -1
- data/spec/models/create_role_request_collection_permissions_value_spec.rb +1 -1
- data/spec/models/create_role_request_permissions_inner_spec.rb +1 -1
- data/spec/models/create_role_request_spec.rb +1 -1
- data/spec/models/dashboard_activity_item_spec.rb +1 -1
- data/spec/models/dashboard_overview_data_active_users_spec.rb +1 -1
- data/spec/models/dashboard_overview_data_latency_instance_rollup_spec.rb +1 -1
- data/spec/models/dashboard_overview_data_latency_spec.rb +1 -1
- data/spec/models/dashboard_overview_data_latency_top_routes_by_impact_hint_inner_spec.rb +1 -1
- data/spec/models/dashboard_overview_data_project_spec.rb +1 -1
- data/spec/models/dashboard_overview_data_request_volume14d_inner_spec.rb +1 -1
- data/spec/models/dashboard_overview_data_requests_spec.rb +1 -1
- data/spec/models/dashboard_overview_data_spec.rb +1 -1
- data/spec/models/dashboard_overview_data_uptime_spec.rb +1 -1
- data/spec/models/data_list_response_data_inner_spec.rb +1 -1
- data/spec/models/data_list_response_spec.rb +1 -1
- data/spec/models/data_response_spec.rb +1 -1
- data/spec/models/database_config_spec.rb +1 -1
- data/spec/models/delete_backup200_response_spec.rb +1 -1
- data/spec/models/delete_function200_response_spec.rb +1 -1
- data/spec/models/delete_organization200_response_spec.rb +1 -1
- data/spec/models/delete_role200_response_spec.rb +1 -1
- data/spec/models/delete_sub_organization200_response_spec.rb +1 -1
- data/spec/models/device_list_response_spec.rb +1 -1
- data/spec/models/device_register_request_spec.rb +1 -1
- data/spec/models/device_registered_response_data_spec.rb +1 -1
- data/spec/models/device_registered_response_spec.rb +1 -1
- data/spec/models/device_token_spec.rb +1 -1
- data/spec/models/device_unregister_request_spec.rb +1 -1
- data/spec/models/device_unregistered_response_data_spec.rb +1 -1
- data/spec/models/device_unregistered_response_spec.rb +1 -1
- data/spec/models/disable2_fa_request_spec.rb +1 -1
- data/spec/models/download_bucket_file403_response_spec.rb +1 -1
- data/spec/models/download_bucket_file404_response_spec.rb +1 -1
- data/spec/models/download_invoice200_response_spec.rb +1 -1
- data/spec/models/edit_message200_response_data_spec.rb +1 -1
- data/spec/models/edit_message200_response_spec.rb +1 -1
- data/spec/models/edit_message_request_e2ee_spec.rb +1 -1
- data/spec/models/edit_message_request_spec.rb +1 -1
- data/spec/models/email_request_spec.rb +1 -1
- data/spec/models/email_request_to_spec.rb +1 -1
- data/spec/models/email_template_catalog_item_spec.rb +1 -1
- data/spec/models/email_template_resolved_spec.rb +1 -1
- data/spec/models/enable_payment_processing200_response_data_spec.rb +1 -1
- data/spec/models/enable_payment_processing200_response_spec.rb +1 -1
- data/spec/models/enable_payment_processing_request_spec.rb +1 -1
- data/spec/models/enqueue_project_email202_response_spec.rb +1 -1
- data/spec/models/erase_user_data200_response_data_spec.rb +1 -1
- data/spec/models/erase_user_data200_response_spec.rb +1 -1
- data/spec/models/erase_user_data409_response_spec.rb +1 -1
- data/spec/models/erase_user_data_request_spec.rb +1 -1
- data/spec/models/error_details_spec.rb +1 -1
- data/spec/models/error_spec.rb +1 -1
- data/spec/models/execute_function_request_spec.rb +1 -1
- data/spec/models/execute_integration_request_spec.rb +1 -1
- data/spec/models/export_user_data200_response_spec.rb +1 -1
- data/spec/models/feature_not_allowed_error_spec.rb +1 -1
- data/spec/models/field_default_spec.rb +1 -1
- data/spec/models/field_spec.rb +1 -1
- data/spec/models/file_list_response_spec.rb +1 -1
- data/spec/models/file_metadata_spec.rb +1 -1
- data/spec/models/file_response_spec.rb +1 -1
- data/spec/models/file_upload_response_spec.rb +1 -1
- data/spec/models/function_execution_response_data_spec.rb +1 -1
- data/spec/models/function_execution_response_spec.rb +1 -1
- data/spec/models/function_execution_spec.rb +1 -1
- data/spec/models/function_execution_status_response_data_logs_spec.rb +1 -1
- data/spec/models/function_execution_status_response_data_spec.rb +1 -1
- data/spec/models/function_execution_status_response_spec.rb +1 -1
- data/spec/models/function_list_response_data_spec.rb +1 -1
- data/spec/models/function_list_response_spec.rb +1 -1
- data/spec/models/function_logs_response_data_spec.rb +1 -1
- data/spec/models/function_logs_response_spec.rb +1 -1
- data/spec/models/function_response_spec.rb +1 -1
- data/spec/models/function_spec.rb +1 -1
- data/spec/models/function_stats_spec.rb +1 -1
- data/spec/models/function_trigger_spec.rb +1 -1
- data/spec/models/generate_access_review200_response_report_spec.rb +1 -1
- data/spec/models/generate_access_review200_response_spec.rb +1 -1
- data/spec/models/generate_access_review_request_review_period_spec.rb +1 -1
- data/spec/models/generate_access_review_request_spec.rb +1 -1
- data/spec/models/generate_data_processing_record200_response_record_spec.rb +1 -1
- data/spec/models/generate_data_processing_record200_response_spec.rb +1 -1
- data/spec/models/generate_data_processing_record_request_spec.rb +1 -1
- data/spec/models/generate_presigned_upload_request_spec.rb +1 -1
- data/spec/models/generate_signed_url_request_spec.rb +1 -1
- data/spec/models/get_active_users200_response_spec.rb +1 -1
- data/spec/models/get_active_users200_response_users_inner_spec.rb +1 -1
- data/spec/models/get_available_o_auth_providers200_response_providers_inner_spec.rb +1 -1
- data/spec/models/get_available_o_auth_providers200_response_spec.rb +1 -1
- data/spec/models/get_available_roles200_response_data_inner_spec.rb +1 -1
- data/spec/models/get_available_roles200_response_spec.rb +1 -1
- data/spec/models/get_billing_estimate200_response_line_items_inner_spec.rb +1 -1
- data/spec/models/get_billing_estimate200_response_spec.rb +1 -1
- data/spec/models/get_billing_estimate200_response_spend_limits_spec.rb +1 -1
- data/spec/models/get_chat_details200_response_data_participants_inner_spec.rb +1 -1
- data/spec/models/get_chat_details200_response_data_spec.rb +1 -1
- data/spec/models/get_chat_details200_response_spec.rb +1 -1
- data/spec/models/get_chat_e2ee_participant_keys200_response_data_inner_spec.rb +1 -1
- data/spec/models/get_chat_e2ee_participant_keys200_response_spec.rb +1 -1
- data/spec/models/get_chat_messages200_response_data_messages_inner_sender_spec.rb +1 -1
- data/spec/models/get_chat_messages200_response_data_messages_inner_spec.rb +1 -1
- data/spec/models/get_chat_messages200_response_data_spec.rb +1 -1
- data/spec/models/get_chat_messages200_response_spec.rb +1 -1
- data/spec/models/get_compliance_summary200_response_compliance_gdpr_spec.rb +1 -1
- data/spec/models/get_compliance_summary200_response_compliance_security_spec.rb +1 -1
- data/spec/models/get_compliance_summary200_response_compliance_soc2_spec.rb +1 -1
- data/spec/models/get_compliance_summary200_response_compliance_spec.rb +1 -1
- data/spec/models/get_compliance_summary200_response_spec.rb +1 -1
- data/spec/models/get_currency_fee_balance200_response_data_spec.rb +1 -1
- data/spec/models/get_currency_fee_balance200_response_spec.rb +1 -1
- data/spec/models/get_current_user200_response_spec.rb +1 -1
- data/spec/models/get_dashboard200_response_spec.rb +1 -1
- data/spec/models/get_event_throughput200_response_spec.rb +1 -1
- data/spec/models/get_fee_balances200_response_data_inner_spec.rb +1 -1
- data/spec/models/get_fee_balances200_response_spec.rb +1 -1
- data/spec/models/get_fee_breakdown200_response_data_spec.rb +1 -1
- data/spec/models/get_fee_breakdown200_response_spec.rb +1 -1
- data/spec/models/get_function_versions200_response_data_spec.rb +1 -1
- data/spec/models/get_function_versions200_response_data_versions_inner_spec.rb +1 -1
- data/spec/models/get_function_versions200_response_spec.rb +1 -1
- data/spec/models/get_global_analytics200_response_spec.rb +1 -1
- data/spec/models/get_historical_analytics200_response_data_inner_spec.rb +1 -1
- data/spec/models/get_historical_analytics200_response_spec.rb +1 -1
- data/spec/models/get_integration200_response_integration_spec.rb +1 -1
- data/spec/models/get_integration200_response_spec.rb +1 -1
- data/spec/models/get_integrations200_response_integrations_inner_spec.rb +1 -1
- data/spec/models/get_integrations200_response_spec.rb +1 -1
- data/spec/models/get_invoice200_response_invoice_spec.rb +1 -1
- data/spec/models/get_invoice200_response_spec.rb +1 -1
- data/spec/models/get_invoices200_response_invoices_inner_spec.rb +1 -1
- data/spec/models/get_invoices200_response_spec.rb +1 -1
- data/spec/models/get_local_session200_response_spec.rb +1 -1
- data/spec/models/get_multi_role_config200_response_data_spec.rb +1 -1
- data/spec/models/get_multi_role_config200_response_spec.rb +1 -1
- data/spec/models/get_o_auth_provider_config200_response_config_spec.rb +1 -1
- data/spec/models/get_o_auth_provider_config200_response_spec.rb +1 -1
- data/spec/models/get_org_o_auth_providers200_response_providers_inner_spec.rb +1 -1
- data/spec/models/get_org_o_auth_providers200_response_spec.rb +1 -1
- data/spec/models/get_organization_members200_response_spec.rb +1 -1
- data/spec/models/get_organization_usage200_response_all_of_suborgs_inner_spec.rb +1 -1
- data/spec/models/get_organization_usage200_response_spec.rb +1 -1
- data/spec/models/get_organization_users200_response_spec.rb +1 -1
- data/spec/models/get_organization_users200_response_users_inner_project_spec.rb +1 -1
- data/spec/models/get_organization_users200_response_users_inner_spec.rb +1 -1
- data/spec/models/get_overage200_response_overage_inner_spec.rb +1 -1
- data/spec/models/get_overage200_response_spec.rb +1 -1
- data/spec/models/get_payment_records200_response_data_pagination_spec.rb +1 -1
- data/spec/models/get_payment_records200_response_data_records_inner_spec.rb +1 -1
- data/spec/models/get_payment_records200_response_data_spec.rb +1 -1
- data/spec/models/get_payment_records200_response_spec.rb +1 -1
- data/spec/models/get_payout_history200_response_data_inner_spec.rb +1 -1
- data/spec/models/get_payout_history200_response_pagination_spec.rb +1 -1
- data/spec/models/get_payout_history200_response_spec.rb +1 -1
- data/spec/models/get_pending_role_elevation_requests200_response_spec.rb +1 -1
- data/spec/models/get_permissions_matrix200_response_data_spec.rb +1 -1
- data/spec/models/get_permissions_matrix200_response_spec.rb +1 -1
- data/spec/models/get_plans200_response_spec.rb +1 -1
- data/spec/models/get_project_analytics200_response_spec.rb +1 -1
- data/spec/models/get_project_captcha_config200_response_captcha_spec.rb +1 -1
- data/spec/models/get_project_captcha_config200_response_spec.rb +1 -1
- data/spec/models/get_project_email_analytics200_response_spec.rb +1 -1
- data/spec/models/get_project_email_smtp200_response_spec.rb +1 -1
- data/spec/models/get_project_email_template200_response_spec.rb +1 -1
- data/spec/models/get_project_fcm_config200_response_data_spec.rb +1 -1
- data/spec/models/get_project_fcm_config200_response_spec.rb +1 -1
- data/spec/models/get_project_fee_dashboard200_response_data_balances_inner_spec.rb +1 -1
- data/spec/models/get_project_fee_dashboard200_response_data_recent_payouts_inner_spec.rb +1 -1
- data/spec/models/get_project_fee_dashboard200_response_data_spec.rb +1 -1
- data/spec/models/get_project_fee_dashboard200_response_spec.rb +1 -1
- data/spec/models/get_project_o_auth_providers200_response_providers_inner_spec.rb +1 -1
- data/spec/models/get_project_o_auth_providers200_response_spec.rb +1 -1
- data/spec/models/get_project_sms_byo200_response_spec.rb +1 -1
- data/spec/models/get_project_users200_response_spec.rb +1 -1
- data/spec/models/get_public_plans200_response_spec.rb +1 -1
- data/spec/models/get_role200_response_spec.rb +1 -1
- data/spec/models/get_role_elevation_status200_response_spec.rb +1 -1
- data/spec/models/get_search_analytics200_response_spec.rb +1 -1
- data/spec/models/get_search_analytics200_response_top_queries_inner_spec.rb +1 -1
- data/spec/models/get_search_suggestions200_response_spec.rb +1 -1
- data/spec/models/get_sub_organizations200_response_spec.rb +1 -1
- data/spec/models/get_subscription_tier_by_id200_response_plan_spec.rb +1 -1
- data/spec/models/get_subscription_tier_by_id200_response_spec.rb +1 -1
- data/spec/models/get_subscription_tiers200_response_plans_inner_spec.rb +1 -1
- data/spec/models/get_subscription_tiers200_response_spec.rb +1 -1
- data/spec/models/get_subscriptions200_response_spec.rb +1 -1
- data/spec/models/get_subscriptions200_response_subscriptions_inner_spec.rb +1 -1
- data/spec/models/get_templates200_response_spec.rb +1 -1
- data/spec/models/get_templates200_response_templates_inner_spec.rb +1 -1
- data/spec/models/get_usage_stats200_response_spec.rb +1 -1
- data/spec/models/get_usage_stats200_response_stats_spec.rb +1 -1
- data/spec/models/get_usage_warnings200_response_spec.rb +1 -1
- data/spec/models/get_usage_warnings200_response_warnings_inner_spec.rb +1 -1
- data/spec/models/get_user_chats200_response_data_chats_inner_last_message_spec.rb +1 -1
- data/spec/models/get_user_chats200_response_data_chats_inner_spec.rb +1 -1
- data/spec/models/get_user_chats200_response_data_spec.rb +1 -1
- data/spec/models/get_user_chats200_response_spec.rb +1 -1
- data/spec/models/get_user_overview200_response_footprint_spec.rb +1 -1
- data/spec/models/get_user_overview200_response_spec.rb +1 -1
- data/spec/models/get_users_by_role200_response_spec.rb +1 -1
- data/spec/models/get_webhook_config200_response_data_spec.rb +1 -1
- data/spec/models/get_webhook_config200_response_data_transformations_inner_spec.rb +1 -1
- data/spec/models/get_webhook_config200_response_spec.rb +1 -1
- data/spec/models/get_webhook_config404_response_spec.rb +1 -1
- data/spec/models/health_response_services_spec.rb +1 -1
- data/spec/models/health_response_spec.rb +1 -1
- data/spec/models/import_integration_request_spec.rb +1 -1
- data/spec/models/initialize_org_plan_checkout200_response_data_spec.rb +1 -1
- data/spec/models/initialize_org_plan_checkout200_response_spec.rb +1 -1
- data/spec/models/initialize_org_plan_checkout_request_spec.rb +1 -1
- data/spec/models/initialize_payment200_response_data_spec.rb +1 -1
- data/spec/models/initialize_payment200_response_spec.rb +1 -1
- data/spec/models/initialize_payment_for_project_request_spec.rb +1 -1
- data/spec/models/initialize_payment_request_customer_spec.rb +1 -1
- data/spec/models/initialize_payment_request_spec.rb +1 -1
- data/spec/models/initiate_address_verification200_response_spec.rb +1 -1
- data/spec/models/initiate_o_auth400_response_spec.rb +1 -1
- data/spec/models/initiate_o_auth404_response_spec.rb +1 -1
- data/spec/models/initiate_org_o_auth400_response_spec.rb +1 -1
- data/spec/models/internal_custom_domain_addon_request_spec.rb +1 -1
- data/spec/models/internal_domain_dns_recheck_batch_request_spec.rb +1 -1
- data/spec/models/invite_member_request_spec.rb +1 -1
- data/spec/models/invite_sub_organization_member200_response_spec.rb +1 -1
- data/spec/models/invite_team_member200_response_spec.rb +1 -1
- data/spec/models/limits_spec.rb +1 -1
- data/spec/models/list_api_keys200_response_spec.rb +1 -1
- data/spec/models/list_backups200_response_backups_inner_spec.rb +1 -1
- data/spec/models/list_backups200_response_spec.rb +1 -1
- data/spec/models/list_collections200_response_spec.rb +1 -1
- data/spec/models/list_o_auth_providers200_response_providers_inner_spec.rb +1 -1
- data/spec/models/list_o_auth_providers200_response_spec.rb +1 -1
- data/spec/models/list_organizations200_response_spec.rb +1 -1
- data/spec/models/list_project_email_templates200_response_spec.rb +1 -1
- data/spec/models/list_projects200_response_spec.rb +1 -1
- data/spec/models/list_roles200_response_spec.rb +1 -1
- data/spec/models/log_security_event200_response_event_spec.rb +1 -1
- data/spec/models/log_security_event200_response_spec.rb +1 -1
- data/spec/models/log_security_event_request_details_spec.rb +1 -1
- data/spec/models/log_security_event_request_spec.rb +1 -1
- data/spec/models/login_local_user200_response_spec.rb +1 -1
- data/spec/models/login_local_user200_response_user_spec.rb +1 -1
- data/spec/models/login_local_user403_response_spec.rb +1 -1
- data/spec/models/login_local_user_request_spec.rb +1 -1
- data/spec/models/login_request_spec.rb +1 -1
- data/spec/models/magic_link_request_spec.rb +1 -1
- data/spec/models/mark_messages_as_read200_response_data_spec.rb +1 -1
- data/spec/models/mark_messages_as_read200_response_spec.rb +1 -1
- data/spec/models/mark_messages_as_read_request_spec.rb +1 -1
- data/spec/models/mcp_config_get200_response_spec.rb +1 -1
- data/spec/models/mcp_config_get200_response_tools_inner_spec.rb +1 -1
- data/spec/models/message_history_response_data_spec.rb +1 -1
- data/spec/models/message_history_response_spec.rb +1 -1
- data/spec/models/message_response_spec.rb +1 -1
- data/spec/models/message_sent_response_data_spec.rb +1 -1
- data/spec/models/message_sent_response_spec.rb +1 -1
- data/spec/models/message_spec.rb +1 -1
- data/spec/models/message_stats_response_data_by_status_spec.rb +1 -1
- data/spec/models/message_stats_response_data_by_type_spec.rb +1 -1
- data/spec/models/message_stats_response_data_period_spec.rb +1 -1
- data/spec/models/message_stats_response_data_spec.rb +1 -1
- data/spec/models/message_stats_response_spec.rb +1 -1
- data/spec/models/monitoring_analytics_response_spec.rb +1 -1
- data/spec/models/monitoring_analytics_response_stats_inner_spec.rb +1 -1
- data/spec/models/monitoring_analytics_response_totals_spec.rb +1 -1
- data/spec/models/monitoring_logs_response_logs_inner_spec.rb +1 -1
- data/spec/models/monitoring_logs_response_logs_inner_user_spec.rb +1 -1
- data/spec/models/monitoring_logs_response_spec.rb +1 -1
- data/spec/models/monitoring_performance_response_metrics_spec.rb +1 -1
- data/spec/models/monitoring_performance_response_spec.rb +1 -1
- data/spec/models/org_add_domain_response_spec.rb +1 -1
- data/spec/models/org_custom_domain_platform_ready_request_spec.rb +1 -1
- data/spec/models/org_dns_instructions_response_spec.rb +1 -1
- data/spec/models/org_dns_record_spec.rb +1 -1
- data/spec/models/org_domain_entry_org_console_spec.rb +1 -1
- data/spec/models/org_domain_entry_with_dns_spec.rb +1 -1
- data/spec/models/org_domains_list_response_spec.rb +1 -1
- data/spec/models/org_edge_hints_ownership_verification_spec.rb +1 -1
- data/spec/models/org_edge_hints_spec.rb +1 -1
- data/spec/models/org_o_auth_callback400_response_spec.rb +1 -1
- data/spec/models/org_patch_domain_response_spec.rb +1 -1
- data/spec/models/org_platform_dns_verification_customer_spec.rb +1 -1
- data/spec/models/org_ssl_validation_record_spec.rb +1 -1
- data/spec/models/org_verify_custom_domain_dns_failure_response_spec.rb +1 -1
- data/spec/models/org_verify_custom_domain_dns_success_response_spec.rb +1 -1
- data/spec/models/organization_spec.rb +1 -1
- data/spec/models/organization_summary_spec.rb +1 -1
- data/spec/models/otp_send_request_spec.rb +1 -1
- data/spec/models/otp_verify_request_spec.rb +1 -1
- data/spec/models/pagination_spec.rb +1 -1
- data/spec/models/patch_org_domain_request_spec.rb +1 -1
- data/spec/models/patch_project_fcm_config_request_one_of1_spec.rb +1 -1
- data/spec/models/patch_project_fcm_config_request_one_of_spec.rb +1 -1
- data/spec/models/patch_project_fcm_config_request_spec.rb +1 -1
- data/spec/models/permission_spec.rb +1 -1
- data/spec/models/plan_spec.rb +1 -1
- data/spec/models/presigned_post_response_spec.rb +1 -1
- data/spec/models/preview_project_email_template_request_spec.rb +1 -1
- data/spec/models/project_dashboard_overview_response_spec.rb +1 -1
- data/spec/models/project_email_send_request_spec.rb +1 -1
- data/spec/models/project_settings_spec.rb +1 -1
- data/spec/models/project_sms_byo_patch_request_spec.rb +1 -1
- data/spec/models/project_sms_byo_public_spec.rb +1 -1
- data/spec/models/project_smtp_patch_request_spec.rb +1 -1
- data/spec/models/project_smtp_settings_public_spec.rb +1 -1
- data/spec/models/project_smtp_test_request_spec.rb +1 -1
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/project_summary_spec.rb +1 -1
- data/spec/models/project_usage_response_spec.rb +1 -1
- data/spec/models/project_usage_spec.rb +1 -1
- data/spec/models/project_usage_stats_response_project_spec.rb +1 -1
- data/spec/models/project_usage_stats_response_spec.rb +1 -1
- data/spec/models/project_usage_summary_response_spec.rb +1 -1
- data/spec/models/provision_enterprise_request_spec.rb +1 -1
- data/spec/models/push_notification_request_spec.rb +19 -1
- data/spec/models/push_sent_response_data_channels_fcm_spec.rb +42 -0
- data/spec/models/push_sent_response_data_channels_spec.rb +42 -0
- data/spec/models/push_sent_response_data_channels_web_push_spec.rb +48 -0
- data/spec/models/push_sent_response_data_spec.rb +66 -0
- data/spec/models/push_sent_response_spec.rb +42 -0
- data/spec/models/put_chat_e2ee_key200_response_data_spec.rb +1 -1
- data/spec/models/put_chat_e2ee_key200_response_spec.rb +1 -1
- data/spec/models/put_chat_e2ee_key_request_spec.rb +1 -1
- data/spec/models/rate_limit_spec.rb +1 -1
- data/spec/models/record_usage_request_spec.rb +1 -1
- data/spec/models/refresh_token200_response_spec.rb +1 -1
- data/spec/models/refresh_token400_response_spec.rb +1 -1
- data/spec/models/refresh_token_request_spec.rb +1 -1
- data/spec/models/regenerate_api_key200_response_spec.rb +1 -1
- data/spec/models/register_local_user201_response_spec.rb +1 -1
- data/spec/models/register_local_user201_response_user_spec.rb +1 -1
- data/spec/models/register_local_user_request_spec.rb +1 -1
- data/spec/models/register_request_spec.rb +1 -1
- data/spec/models/register_user429_response_spec.rb +1 -1
- data/spec/models/register_with_role201_response_role_spec.rb +1 -1
- data/spec/models/register_with_role201_response_spec.rb +1 -1
- data/spec/models/register_with_role201_response_user_spec.rb +1 -1
- data/spec/models/register_with_role_request_spec.rb +1 -1
- data/spec/models/remove_participant_request_spec.rb +1 -1
- data/spec/models/remove_reaction200_response_data_inner_spec.rb +1 -1
- data/spec/models/remove_reaction200_response_spec.rb +1 -1
- data/spec/models/remove_team_member200_response_spec.rb +1 -1
- data/spec/models/request_local_password_reset_request_spec.rb +1 -1
- data/spec/models/request_manual_payout_request_spec.rb +1 -1
- data/spec/models/request_password_reset_request_spec.rb +1 -1
- data/spec/models/request_role_elevation200_response_spec.rb +1 -1
- data/spec/models/request_role_elevation_request_spec.rb +1 -1
- data/spec/models/resend_verification_auth_request_spec.rb +1 -1
- data/spec/models/reset_local_password_request_spec.rb +1 -1
- data/spec/models/reset_password_request_spec.rb +1 -1
- data/spec/models/restore_backup200_response_restore_spec.rb +1 -1
- data/spec/models/restore_backup200_response_spec.rb +1 -1
- data/spec/models/restore_backup_request_spec.rb +1 -1
- data/spec/models/retry_webhook400_response_spec.rb +1 -1
- data/spec/models/retry_webhook_response_spec.rb +1 -1
- data/spec/models/rollback_function_request_spec.rb +1 -1
- data/spec/models/search_response_data_spec.rb +1 -1
- data/spec/models/search_response_spec.rb +1 -1
- data/spec/models/search_result_item_spec.rb +1 -1
- data/spec/models/search_result_spec.rb +1 -1
- data/spec/models/send_message201_response_data_spec.rb +1 -1
- data/spec/models/send_message201_response_spec.rb +1 -1
- data/spec/models/send_message_request_e2ee_spec.rb +1 -1
- data/spec/models/send_message_request_spec.rb +1 -1
- data/spec/models/send_push_notification429_response_spec.rb +1 -1
- data/spec/models/session_response_spec.rb +1 -1
- data/spec/models/set_org_primary_domain_request_spec.rb +1 -1
- data/spec/models/signed_url_response_spec.rb +1 -1
- data/spec/models/simulate_app_permissions200_response_evaluated_spec.rb +1 -1
- data/spec/models/simulate_app_permissions200_response_spec.rb +1 -1
- data/spec/models/simulate_app_permissions_request_spec.rb +1 -1
- data/spec/models/simulate_function_trigger_request_spec.rb +1 -1
- data/spec/models/sms_request_spec.rb +1 -1
- data/spec/models/storage_config_spec.rb +1 -1
- data/spec/models/system_status_response_data_cpu_spec.rb +1 -1
- data/spec/models/system_status_response_data_database_spec.rb +1 -1
- data/spec/models/system_status_response_data_memory_spec.rb +1 -1
- data/spec/models/system_status_response_data_requests_spec.rb +1 -1
- data/spec/models/system_status_response_data_spec.rb +1 -1
- data/spec/models/system_status_response_data_storage_spec.rb +1 -1
- data/spec/models/system_status_response_spec.rb +1 -1
- data/spec/models/test_integration200_response_spec.rb +1 -1
- data/spec/models/test_integration_request_spec.rb +1 -1
- data/spec/models/test_webhook_transformation200_response_data_spec.rb +1 -1
- data/spec/models/test_webhook_transformation200_response_spec.rb +1 -1
- data/spec/models/test_webhook_transformation_request_spec.rb +1 -1
- data/spec/models/toggle_role_request_spec.rb +1 -1
- data/spec/models/trigger_function_webhook200_response_spec.rb +1 -1
- data/spec/models/trigger_function_webhook400_response_spec.rb +1 -1
- data/spec/models/trigger_function_webhook401_response_spec.rb +1 -1
- data/spec/models/trigger_webhook_request_spec.rb +1 -1
- data/spec/models/trigger_webhook_response_spec.rb +1 -1
- data/spec/models/two_fa_setup_response_spec.rb +1 -1
- data/spec/models/unlink_o_auth_provider200_response_spec.rb +1 -1
- data/spec/models/update_api_key200_response_spec.rb +1 -1
- data/spec/models/update_api_key_request_spec.rb +1 -1
- data/spec/models/update_bucket_request_spec.rb +1 -1
- data/spec/models/update_collection_permissions_request_spec.rb +1 -1
- data/spec/models/update_collection_request_spec.rb +1 -1
- data/spec/models/update_currency_fee_settings_request_spec.rb +1 -1
- data/spec/models/update_function_request_limits_spec.rb +1 -1
- data/spec/models/update_function_request_retry_policy_spec.rb +1 -1
- data/spec/models/update_function_request_spec.rb +1 -1
- data/spec/models/update_integration_request_spec.rb +1 -1
- data/spec/models/update_member_role200_response_spec.rb +1 -1
- data/spec/models/update_member_role_request_spec.rb +1 -1
- data/spec/models/update_multi_role_settings200_response_spec.rb +1 -1
- data/spec/models/update_multi_role_settings_request_settings_spec.rb +1 -1
- data/spec/models/update_multi_role_settings_request_spec.rb +1 -1
- data/spec/models/update_o_auth_provider_config_request_spec.rb +1 -1
- data/spec/models/update_organization200_response_spec.rb +1 -1
- data/spec/models/update_organization_plan200_response_one_of1_spec.rb +1 -1
- data/spec/models/update_organization_plan200_response_one_of_spec.rb +1 -1
- data/spec/models/update_organization_plan200_response_spec.rb +1 -1
- data/spec/models/update_organization_plan_request_spec.rb +1 -1
- data/spec/models/update_organization_request_spec.rb +1 -1
- data/spec/models/update_plan_request_spec.rb +1 -1
- data/spec/models/update_project_request_spec.rb +1 -1
- data/spec/models/update_project_role_request_spec.rb +1 -1
- data/spec/models/update_role200_response_spec.rb +1 -1
- data/spec/models/update_role_request_spec.rb +1 -1
- data/spec/models/update_sub_organization200_response_spec.rb +1 -1
- data/spec/models/update_user_account_status200_response_spec.rb +1 -1
- data/spec/models/update_user_account_status200_response_user_spec.rb +1 -1
- data/spec/models/update_user_account_status_request_spec.rb +1 -1
- data/spec/models/update_user_profile200_response_spec.rb +1 -1
- data/spec/models/update_user_request_spec.rb +1 -1
- data/spec/models/upload_files413_response_spec.rb +1 -1
- data/spec/models/upload_project_logo200_response_spec.rb +1 -1
- data/spec/models/upload_verification_documents_request_documents_inner_spec.rb +1 -1
- data/spec/models/upload_verification_documents_request_spec.rb +1 -1
- data/spec/models/upsert_project_email_template_request_spec.rb +1 -1
- data/spec/models/usage_response_spec.rb +1 -1
- data/spec/models/usage_spec.rb +1 -1
- data/spec/models/usage_stats_response_percentages_spec.rb +1 -1
- data/spec/models/usage_stats_response_spec.rb +1 -1
- data/spec/models/usage_trends_response_spec.rb +1 -1
- data/spec/models/usage_trends_response_trends_inner_id_spec.rb +1 -1
- data/spec/models/usage_trends_response_trends_inner_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/models/user_summary_spec.rb +1 -1
- data/spec/models/validate_password_reset_token200_response_spec.rb +1 -1
- data/spec/models/validate_password_reset_token400_response_spec.rb +1 -1
- data/spec/models/validate_password_reset_token_request_spec.rb +1 -1
- data/spec/models/verified_role_upgrade200_response_spec.rb +1 -1
- data/spec/models/verified_role_upgrade_request_spec.rb +1 -1
- data/spec/models/verify2_fa_request_spec.rb +1 -1
- data/spec/models/verify_email_auth_request_spec.rb +1 -1
- data/spec/models/verify_magic_link_request_spec.rb +1 -1
- data/spec/models/verify_org_plan_payment200_response_data_spec.rb +1 -1
- data/spec/models/verify_org_plan_payment200_response_spec.rb +1 -1
- data/spec/models/verify_payment200_response_data_spec.rb +1 -1
- data/spec/models/verify_payment200_response_data_subscription_spec.rb +1 -1
- data/spec/models/verify_payment200_response_spec.rb +1 -1
- data/spec/models/verify_project_email_smtp_domain_request_spec.rb +1 -1
- data/spec/models/web_push_config_patch_request_spec.rb +48 -0
- data/spec/models/web_push_config_response_data_spec.rb +60 -0
- data/spec/models/web_push_config_response_spec.rb +42 -0
- data/spec/models/web_push_public_key_response_data_spec.rb +42 -0
- data/spec/models/web_push_public_key_response_spec.rb +42 -0
- data/spec/models/web_push_subscribe_request_spec.rb +48 -0
- data/spec/models/web_push_subscribe_response_data_spec.rb +48 -0
- data/spec/models/web_push_subscribe_response_spec.rb +42 -0
- data/spec/models/web_push_subscription_keys_spec.rb +42 -0
- data/spec/models/web_push_subscription_list_response_spec.rb +42 -0
- data/spec/models/web_push_subscription_spec.rb +42 -0
- data/spec/models/web_push_subscription_summary_spec.rb +72 -0
- data/spec/models/web_push_unsubscribe_request_spec.rb +36 -0
- data/spec/models/web_push_unsubscribe_response_data_spec.rb +36 -0
- data/spec/models/web_push_unsubscribe_response_spec.rb +42 -0
- data/spec/models/webhook_list_response_spec.rb +1 -1
- data/spec/models/webhook_log_response_spec.rb +1 -1
- data/spec/models/webhook_log_spec.rb +1 -1
- data/spec/models/webhook_stats_response_event_stats_inner_spec.rb +1 -1
- data/spec/models/webhook_stats_response_spec.rb +1 -1
- data/spec/models/webhook_stats_response_status_stats_inner_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +81 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
data/spec/models/project_spec.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -33,6 +33,24 @@ describe Mudbase::PushNotificationRequest do
|
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
|
|
36
|
+
describe 'test attribute "endpoints"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
describe 'test attribute "user_ids"' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
describe 'test attribute "web_push_broadcast"' do
|
|
49
|
+
it 'should work' do
|
|
50
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
|
|
36
54
|
describe 'test attribute "title"' do
|
|
37
55
|
it 'should work' do
|
|
38
56
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#MUDBASESDK
|
|
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
|
+
Contact: support@mudbase.dev
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.20.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Mudbase::PushSentResponseDataChannelsFcm
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Mudbase::PushSentResponseDataChannelsFcm do
|
|
21
|
+
#let(:instance) { Mudbase::PushSentResponseDataChannelsFcm.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of PushSentResponseDataChannelsFcm' do
|
|
24
|
+
it 'should create an instance of PushSentResponseDataChannelsFcm' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(Mudbase::PushSentResponseDataChannelsFcm)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "success_count"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "failure_count"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
end
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#MUDBASESDK
|
|
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
|
+
Contact: support@mudbase.dev
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.20.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Mudbase::PushSentResponseDataChannels
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Mudbase::PushSentResponseDataChannels do
|
|
21
|
+
#let(:instance) { Mudbase::PushSentResponseDataChannels.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of PushSentResponseDataChannels' do
|
|
24
|
+
it 'should create an instance of PushSentResponseDataChannels' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(Mudbase::PushSentResponseDataChannels)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "fcm"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "web_push"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
end
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#MUDBASESDK
|
|
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
|
+
Contact: support@mudbase.dev
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.20.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Mudbase::PushSentResponseDataChannelsWebPush
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Mudbase::PushSentResponseDataChannelsWebPush do
|
|
21
|
+
#let(:instance) { Mudbase::PushSentResponseDataChannelsWebPush.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of PushSentResponseDataChannelsWebPush' do
|
|
24
|
+
it 'should create an instance of PushSentResponseDataChannelsWebPush' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(Mudbase::PushSentResponseDataChannelsWebPush)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "success_count"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "failure_count"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
describe 'test attribute "pruned"' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
end
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#MUDBASESDK
|
|
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
|
+
Contact: support@mudbase.dev
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.20.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Mudbase::PushSentResponseData
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Mudbase::PushSentResponseData do
|
|
21
|
+
#let(:instance) { Mudbase::PushSentResponseData.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of PushSentResponseData' do
|
|
24
|
+
it 'should create an instance of PushSentResponseData' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(Mudbase::PushSentResponseData)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "success"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "message_id"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
describe 'test attribute "success_count"' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
describe 'test attribute "failure_count"' do
|
|
49
|
+
it 'should work' do
|
|
50
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
describe 'test attribute "channels"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
describe 'test attribute "rejected_tokens"' do
|
|
61
|
+
it 'should work' do
|
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
end
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#MUDBASESDK
|
|
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
|
+
Contact: support@mudbase.dev
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.20.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Mudbase::PushSentResponse
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Mudbase::PushSentResponse do
|
|
21
|
+
#let(:instance) { Mudbase::PushSentResponse.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of PushSentResponse' do
|
|
24
|
+
it 'should create an instance of PushSentResponse' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(Mudbase::PushSentResponse)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "success"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "data"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
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: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.3.
|
|
6
|
+
The version of the OpenAPI document: 1.3.12
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|