mudbase 1.3.9 → 1.3.11
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/AdminOrgLimitsPatchRequest.md +0 -4
- data/docs/BillingApi.md +1 -66
- data/docs/ConfirmDirectUploadRequest.md +1 -1
- data/docs/CreateFunctionRequest.md +1 -1
- data/docs/{UpdateWalletWebhook200Response.md → DeviceListResponse.md} +3 -3
- data/docs/DeviceRegisterRequest.md +20 -0
- data/docs/{GetBalance200Response.md → DeviceRegisteredResponse.md} +3 -3
- data/docs/DeviceRegisteredResponseData.md +22 -0
- data/docs/DeviceToken.md +24 -0
- data/docs/DeviceUnregisterRequest.md +18 -0
- data/docs/{CreateWallet201Response.md → DeviceUnregisteredResponse.md} +3 -3
- data/docs/DeviceUnregisteredResponseData.md +18 -0
- data/docs/FilesApi.md +5 -5
- data/docs/FunctionTrigger.md +1 -1
- data/docs/FunctionsApi.md +3 -3
- data/docs/GetPayoutHistory200Response.md +1 -1
- data/docs/{GetTransactionHistory200ResponsePagination.md → GetPayoutHistory200ResponsePagination.md} +2 -2
- data/docs/GetSubscriptionTiers200ResponsePlansInner.md +1 -1
- data/docs/InitializeOrgPlanCheckoutRequest.md +1 -1
- data/docs/IntegrationsApi.md +8 -8
- data/docs/MessagingApi.md +249 -11
- data/docs/MonitoringApi.md +0 -70
- data/docs/OrgDomainEntryOrgConsole.md +2 -2
- data/docs/OrgDomainEntryWithDns.md +2 -2
- data/docs/{OrgCloudflareEdgeHints.md → OrgEdgeHints.md} +4 -4
- data/docs/{OrgCloudflareEdgeHintsOwnershipVerification.md → OrgEdgeHintsOwnershipVerification.md} +2 -2
- data/docs/{OrgCloudflareSslValidationRecord.md → OrgSslValidationRecord.md} +2 -2
- data/docs/OrgVerifyCustomDomainDnsSuccessResponse.md +2 -2
- data/docs/OrganizationsApi.md +2 -2
- data/docs/PresignedPostResponse.md +2 -2
- data/docs/ProjectFeesApi.md +4 -4
- data/docs/SimulateFunctionTriggerRequest.md +1 -1
- data/docs/{TestWalletWebhook200Response.md → TestIntegration200Response.md} +2 -2
- data/lib/mudbase/api/add_ons_api.rb +2 -2
- data/lib/mudbase/api/api_keys_api.rb +2 -2
- data/lib/mudbase/api/authentication_api.rb +2 -2
- data/lib/mudbase/api/backups_api.rb +2 -2
- data/lib/mudbase/api/billing_api.rb +4 -72
- data/lib/mudbase/api/buckets_api.rb +2 -2
- data/lib/mudbase/api/chat_api.rb +2 -2
- data/lib/mudbase/api/collections_api.rb +2 -2
- data/lib/mudbase/api/compliance_api.rb +2 -2
- data/lib/mudbase/api/data_api.rb +2 -2
- data/lib/mudbase/api/email_api.rb +2 -2
- data/lib/mudbase/api/files_api.rb +12 -12
- data/lib/mudbase/api/functions_api.rb +9 -9
- data/lib/mudbase/api/health_api.rb +2 -2
- data/lib/mudbase/api/integrations_api.rb +8 -8
- data/lib/mudbase/api/kyc_api.rb +2 -2
- data/lib/mudbase/api/mcp_api.rb +2 -2
- data/lib/mudbase/api/messaging_api.rb +223 -12
- data/lib/mudbase/api/monitoring_api.rb +2 -59
- data/lib/mudbase/api/multi_role_feature_api.rb +2 -2
- data/lib/mudbase/api/organizations_api.rb +6 -6
- data/lib/mudbase/api/project_fees_api.rb +5 -5
- data/lib/mudbase/api/projects_api.rb +2 -2
- data/lib/mudbase/api/real_time_analytics_api.rb +2 -2
- data/lib/mudbase/api/role_elevation_api.rb +2 -2
- data/lib/mudbase/api/roles_api.rb +2 -2
- data/lib/mudbase/api/search_api.rb +2 -2
- data/lib/mudbase/api/usage_api.rb +2 -2
- data/lib/mudbase/api/users_api.rb +2 -2
- data/lib/mudbase/api/verified_role_upgrade_api.rb +2 -2
- data/lib/mudbase/api/webhooks_api.rb +2 -2
- data/lib/mudbase/api_client.rb +2 -2
- data/lib/mudbase/api_error.rb +2 -2
- data/lib/mudbase/api_model_base.rb +2 -2
- data/lib/mudbase/configuration.rb +2 -2
- data/lib/mudbase/models/accept_invite201_response.rb +2 -2
- data/lib/mudbase/models/accept_invite201_response_user.rb +2 -2
- data/lib/mudbase/models/accept_invite_request.rb +2 -2
- data/lib/mudbase/models/add_custom_role_request.rb +2 -2
- data/lib/mudbase/models/add_custom_role_request_default_permissions_inner.rb +2 -2
- data/lib/mudbase/models/add_org_domain_request.rb +2 -2
- data/lib/mudbase/models/add_participant200_response.rb +2 -2
- data/lib/mudbase/models/add_participant200_response_data.rb +2 -2
- data/lib/mudbase/models/add_participant200_response_data_participants_inner.rb +2 -2
- data/lib/mudbase/models/add_participant_request.rb +2 -2
- data/lib/mudbase/models/add_reaction200_response.rb +2 -2
- data/lib/mudbase/models/add_reaction200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/add_reaction_request.rb +2 -2
- data/lib/mudbase/models/admin_approve_org_domain_cname_request.rb +2 -2
- data/lib/mudbase/models/admin_billing_checkout_link_request.rb +2 -2
- data/lib/mudbase/models/admin_custom_domain_mutation_response.rb +2 -2
- data/lib/mudbase/models/admin_member_role_patch_request.rb +2 -2
- data/lib/mudbase/models/admin_org_billing_contract_patch_request.rb +2 -2
- data/lib/mudbase/models/admin_org_limits_patch_request.rb +3 -53
- data/lib/mudbase/models/admin_org_limits_patch_request_bug_analysis.rb +2 -2
- data/lib/mudbase/models/admin_org_plan_patch_request.rb +2 -2
- data/lib/mudbase/models/admin_org_status_patch_request.rb +2 -2
- data/lib/mudbase/models/admin_platform_dns_verification_patch_request.rb +2 -2
- data/lib/mudbase/models/admin_project_patch_request.rb +2 -2
- data/lib/mudbase/models/admin_provision_enterprise_body.rb +2 -2
- data/lib/mudbase/models/api_addons_get200_response.rb +2 -2
- data/lib/mudbase/models/api_files_download_file_id_get200_response.rb +2 -2
- data/lib/mudbase/models/api_gdpr_erase_post_request.rb +2 -2
- data/lib/mudbase/models/api_key.rb +2 -2
- data/lib/mudbase/models/api_key_permission.rb +2 -2
- data/lib/mudbase/models/api_key_usage.rb +2 -2
- data/lib/mudbase/models/api_key_usage_response.rb +2 -2
- data/lib/mudbase/models/api_key_with_secret.rb +2 -2
- data/lib/mudbase/models/api_kyc_sessions_post_request.rb +2 -2
- data/lib/mudbase/models/api_kyc_webhook_config_get200_response.rb +2 -2
- data/lib/mudbase/models/api_kyc_webhook_config_put200_response.rb +2 -2
- data/lib/mudbase/models/api_kyc_webhook_config_put_request.rb +2 -2
- data/lib/mudbase/models/api_kyc_webhook_config_test_post200_response.rb +2 -2
- data/lib/mudbase/models/api_kyc_workflows_get200_response.rb +2 -2
- data/lib/mudbase/models/api_kyc_workflows_get200_response_workflows_inner.rb +2 -2
- data/lib/mudbase/models/api_me_bootstrap_get200_response.rb +2 -2
- data/lib/mudbase/models/api_projects_project_id_addons_addon_invoke_post200_response.rb +2 -2
- data/lib/mudbase/models/api_projects_project_id_kyb_sessions_post_request.rb +2 -2
- data/lib/mudbase/models/apply_role_feature_preset200_response.rb +2 -2
- data/lib/mudbase/models/apply_role_feature_preset_request.rb +2 -2
- data/lib/mudbase/models/approve_role_elevation200_response.rb +2 -2
- data/lib/mudbase/models/approve_role_elevation_request.rb +2 -2
- data/lib/mudbase/models/assign_role200_response.rb +2 -2
- data/lib/mudbase/models/assign_role_request.rb +2 -2
- data/lib/mudbase/models/auth_config.rb +2 -2
- data/lib/mudbase/models/auth_provider.rb +2 -2
- data/lib/mudbase/models/auth_response.rb +2 -2
- data/lib/mudbase/models/billing.rb +2 -2
- data/lib/mudbase/models/billing_last_payment.rb +2 -2
- data/lib/mudbase/models/bucket.rb +2 -2
- data/lib/mudbase/models/bucket_list_response.rb +2 -2
- data/lib/mudbase/models/bucket_response.rb +2 -2
- data/lib/mudbase/models/cancel_subscription_request.rb +2 -2
- data/lib/mudbase/models/change_password_request.rb +2 -2
- data/lib/mudbase/models/check_feature_access200_response.rb +2 -2
- data/lib/mudbase/models/check_permissions200_response.rb +2 -2
- data/lib/mudbase/models/check_permissions200_response_permissions.rb +2 -2
- data/lib/mudbase/models/check_subscription200_response.rb +2 -2
- data/lib/mudbase/models/check_subscription200_response_subscription.rb +2 -2
- data/lib/mudbase/models/check_user_presence200_response.rb +2 -2
- data/lib/mudbase/models/check_user_presence200_response_presence_value.rb +2 -2
- data/lib/mudbase/models/check_user_presence_request.rb +2 -2
- data/lib/mudbase/models/collection.rb +2 -2
- data/lib/mudbase/models/collection_action.rb +2 -2
- data/lib/mudbase/models/collection_permission_rule.rb +2 -2
- data/lib/mudbase/models/configure_o_auth_provider200_response.rb +2 -2
- data/lib/mudbase/models/configure_o_auth_provider200_response_provider.rb +2 -2
- data/lib/mudbase/models/configure_o_auth_provider_request.rb +2 -2
- data/lib/mudbase/models/configure_webhook200_response.rb +2 -2
- data/lib/mudbase/models/configure_webhook200_response_data.rb +2 -2
- data/lib/mudbase/models/configure_webhook200_response_data_transformations_inner.rb +2 -2
- data/lib/mudbase/models/configure_webhook403_response.rb +2 -2
- data/lib/mudbase/models/configure_webhook_request.rb +2 -2
- data/lib/mudbase/models/confirm_address_verification200_response.rb +2 -2
- data/lib/mudbase/models/confirm_address_verification_request.rb +2 -2
- data/lib/mudbase/models/confirm_direct_upload400_response.rb +2 -2
- data/lib/mudbase/models/confirm_direct_upload_request.rb +3 -3
- data/lib/mudbase/models/confirm_local_password_reset_with_otp_request.rb +2 -2
- data/lib/mudbase/models/confirm_upload_response.rb +2 -2
- data/lib/mudbase/models/confirm_upload_response_scan.rb +2 -2
- data/lib/mudbase/models/convert_anonymous_account200_response.rb +2 -2
- data/lib/mudbase/models/convert_anonymous_account_request.rb +2 -2
- data/lib/mudbase/models/create_anonymous_session200_response.rb +2 -2
- data/lib/mudbase/models/create_anonymous_session200_response_user.rb +2 -2
- data/lib/mudbase/models/create_anonymous_session_request.rb +2 -2
- data/lib/mudbase/models/create_api_key201_response.rb +2 -2
- data/lib/mudbase/models/create_api_key400_response.rb +2 -2
- data/lib/mudbase/models/create_api_key_request.rb +2 -2
- data/lib/mudbase/models/create_backup201_response.rb +2 -2
- data/lib/mudbase/models/create_backup201_response_backup.rb +2 -2
- data/lib/mudbase/models/create_backup_request.rb +2 -2
- data/lib/mudbase/models/create_bucket_request.rb +2 -2
- data/lib/mudbase/models/create_chat201_response.rb +2 -2
- data/lib/mudbase/models/create_chat201_response_data.rb +2 -2
- data/lib/mudbase/models/create_chat_request.rb +2 -2
- data/lib/mudbase/models/create_checkout_session200_response.rb +2 -2
- data/lib/mudbase/models/create_checkout_session200_response_data.rb +2 -2
- data/lib/mudbase/models/create_checkout_session_request.rb +2 -2
- data/lib/mudbase/models/create_checkout_session_request_customer_info.rb +2 -2
- data/lib/mudbase/models/create_collection201_response.rb +2 -2
- data/lib/mudbase/models/create_collection_request.rb +2 -2
- data/lib/mudbase/models/create_from_template_request.rb +2 -2
- data/lib/mudbase/models/create_function_request.rb +3 -3
- data/lib/mudbase/models/create_integration201_response.rb +2 -2
- data/lib/mudbase/models/create_integration_request.rb +2 -2
- data/lib/mudbase/models/create_monitoring_alert_request.rb +2 -2
- data/lib/mudbase/models/create_or_update_fee_settings_request.rb +2 -2
- data/lib/mudbase/models/create_organization403_response.rb +2 -2
- data/lib/mudbase/models/create_organization_request.rb +2 -2
- data/lib/mudbase/models/create_plan201_response.rb +2 -2
- data/lib/mudbase/models/create_plan_request.rb +2 -2
- data/lib/mudbase/models/create_plan_request_features_inner.rb +2 -2
- data/lib/mudbase/models/create_plan_request_features_inner_one_of.rb +2 -2
- data/lib/mudbase/models/create_plan_request_limits.rb +2 -2
- data/lib/mudbase/models/create_plan_request_limits_custom_limits_inner.rb +2 -2
- data/lib/mudbase/models/create_plan_request_trial.rb +2 -2
- data/lib/mudbase/models/create_project201_response.rb +2 -2
- data/lib/mudbase/models/create_project_request.rb +2 -2
- data/lib/mudbase/models/create_role201_response.rb +2 -2
- data/lib/mudbase/models/create_role201_response_role.rb +2 -2
- data/lib/mudbase/models/create_role201_response_role_permissions_inner.rb +2 -2
- data/lib/mudbase/models/create_role_request.rb +2 -2
- data/lib/mudbase/models/create_role_request_collection_permissions_value.rb +2 -2
- data/lib/mudbase/models/create_role_request_permissions_inner.rb +2 -2
- data/lib/mudbase/models/dashboard_activity_item.rb +2 -2
- data/lib/mudbase/models/dashboard_overview_data.rb +2 -2
- data/lib/mudbase/models/dashboard_overview_data_active_users.rb +2 -2
- data/lib/mudbase/models/dashboard_overview_data_latency.rb +2 -2
- data/lib/mudbase/models/dashboard_overview_data_latency_instance_rollup.rb +2 -2
- data/lib/mudbase/models/dashboard_overview_data_latency_top_routes_by_impact_hint_inner.rb +2 -2
- data/lib/mudbase/models/dashboard_overview_data_project.rb +2 -2
- data/lib/mudbase/models/dashboard_overview_data_request_volume14d_inner.rb +2 -2
- data/lib/mudbase/models/dashboard_overview_data_requests.rb +2 -2
- data/lib/mudbase/models/dashboard_overview_data_uptime.rb +2 -2
- data/lib/mudbase/models/data_list_response.rb +2 -2
- data/lib/mudbase/models/data_list_response_data_inner.rb +2 -2
- data/lib/mudbase/models/data_response.rb +2 -2
- data/lib/mudbase/models/database_config.rb +2 -2
- data/lib/mudbase/models/delete_backup200_response.rb +2 -2
- data/lib/mudbase/models/delete_function200_response.rb +2 -2
- data/lib/mudbase/models/delete_organization200_response.rb +2 -2
- data/lib/mudbase/models/delete_role200_response.rb +2 -2
- data/lib/mudbase/models/delete_sub_organization200_response.rb +2 -2
- data/lib/mudbase/models/{get_user_wallets200_response.rb → device_list_response.rb} +6 -6
- data/lib/mudbase/models/{get_cancel_params_request.rb → device_register_request.rb} +44 -41
- data/lib/mudbase/models/{get_balance200_response.rb → device_registered_response.rb} +6 -6
- data/lib/mudbase/models/{generate_private_key_request.rb → device_registered_response_data.rb} +38 -27
- data/lib/mudbase/models/{create_wallet_webhook_request_filters.rb → device_token.rb} +48 -24
- data/lib/mudbase/models/{create_wallet201_response.rb → device_unregister_request.rb} +30 -21
- data/lib/mudbase/models/{validate_address200_response.rb → device_unregistered_response.rb} +6 -6
- data/lib/mudbase/models/{handle_flutterwave_webhook200_response.rb → device_unregistered_response_data.rb} +13 -12
- data/lib/mudbase/models/disable2_fa_request.rb +2 -2
- data/lib/mudbase/models/download_bucket_file403_response.rb +2 -2
- data/lib/mudbase/models/download_bucket_file404_response.rb +2 -2
- data/lib/mudbase/models/download_invoice200_response.rb +2 -2
- data/lib/mudbase/models/edit_message200_response.rb +2 -2
- data/lib/mudbase/models/edit_message200_response_data.rb +2 -2
- data/lib/mudbase/models/edit_message_request.rb +2 -2
- data/lib/mudbase/models/edit_message_request_e2ee.rb +2 -2
- data/lib/mudbase/models/email_request.rb +2 -2
- data/lib/mudbase/models/email_request_to.rb +2 -2
- data/lib/mudbase/models/email_template_catalog_item.rb +2 -2
- data/lib/mudbase/models/email_template_resolved.rb +2 -2
- data/lib/mudbase/models/enable_payment_processing200_response.rb +2 -2
- data/lib/mudbase/models/enable_payment_processing200_response_data.rb +2 -2
- data/lib/mudbase/models/enable_payment_processing_request.rb +2 -2
- data/lib/mudbase/models/enqueue_project_email202_response.rb +2 -2
- data/lib/mudbase/models/erase_user_data200_response.rb +2 -2
- data/lib/mudbase/models/erase_user_data200_response_data.rb +2 -2
- data/lib/mudbase/models/erase_user_data409_response.rb +2 -2
- data/lib/mudbase/models/erase_user_data_request.rb +2 -2
- data/lib/mudbase/models/error.rb +2 -2
- data/lib/mudbase/models/error_details.rb +2 -2
- data/lib/mudbase/models/execute_function_request.rb +2 -2
- data/lib/mudbase/models/execute_integration_request.rb +2 -2
- data/lib/mudbase/models/export_user_data200_response.rb +2 -2
- data/lib/mudbase/models/feature_not_allowed_error.rb +2 -2
- data/lib/mudbase/models/field.rb +2 -2
- data/lib/mudbase/models/field_default.rb +2 -2
- data/lib/mudbase/models/file_list_response.rb +2 -2
- data/lib/mudbase/models/file_metadata.rb +2 -2
- data/lib/mudbase/models/file_response.rb +2 -2
- data/lib/mudbase/models/file_upload_response.rb +2 -2
- data/lib/mudbase/models/function.rb +2 -2
- data/lib/mudbase/models/function_execution.rb +2 -2
- data/lib/mudbase/models/function_execution_response.rb +2 -2
- data/lib/mudbase/models/function_execution_response_data.rb +2 -2
- data/lib/mudbase/models/function_execution_status_response.rb +2 -2
- data/lib/mudbase/models/function_execution_status_response_data.rb +2 -2
- data/lib/mudbase/models/function_execution_status_response_data_logs.rb +2 -2
- data/lib/mudbase/models/function_list_response.rb +2 -2
- data/lib/mudbase/models/function_list_response_data.rb +2 -2
- data/lib/mudbase/models/function_logs_response.rb +2 -2
- data/lib/mudbase/models/function_logs_response_data.rb +2 -2
- data/lib/mudbase/models/function_response.rb +2 -2
- data/lib/mudbase/models/function_stats.rb +2 -2
- data/lib/mudbase/models/function_trigger.rb +5 -5
- data/lib/mudbase/models/generate_access_review200_response.rb +2 -2
- data/lib/mudbase/models/generate_access_review200_response_report.rb +2 -2
- data/lib/mudbase/models/generate_access_review_request.rb +2 -2
- data/lib/mudbase/models/generate_access_review_request_review_period.rb +2 -2
- data/lib/mudbase/models/generate_data_processing_record200_response.rb +2 -2
- data/lib/mudbase/models/generate_data_processing_record200_response_record.rb +2 -2
- data/lib/mudbase/models/generate_data_processing_record_request.rb +2 -2
- data/lib/mudbase/models/generate_presigned_upload_request.rb +2 -2
- data/lib/mudbase/models/generate_signed_url_request.rb +2 -2
- data/lib/mudbase/models/get_active_users200_response.rb +2 -2
- data/lib/mudbase/models/get_active_users200_response_users_inner.rb +2 -2
- data/lib/mudbase/models/get_available_o_auth_providers200_response.rb +2 -2
- data/lib/mudbase/models/get_available_o_auth_providers200_response_providers_inner.rb +2 -2
- data/lib/mudbase/models/get_available_roles200_response.rb +2 -2
- data/lib/mudbase/models/get_available_roles200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/get_billing_estimate200_response.rb +2 -2
- data/lib/mudbase/models/get_billing_estimate200_response_line_items_inner.rb +2 -2
- data/lib/mudbase/models/get_billing_estimate200_response_spend_limits.rb +2 -2
- data/lib/mudbase/models/get_chat_details200_response.rb +2 -2
- data/lib/mudbase/models/get_chat_details200_response_data.rb +2 -2
- data/lib/mudbase/models/get_chat_details200_response_data_participants_inner.rb +2 -2
- data/lib/mudbase/models/get_chat_e2ee_participant_keys200_response.rb +2 -2
- data/lib/mudbase/models/get_chat_e2ee_participant_keys200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/get_chat_messages200_response.rb +2 -2
- data/lib/mudbase/models/get_chat_messages200_response_data.rb +2 -2
- data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner.rb +2 -2
- data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner_sender.rb +2 -2
- data/lib/mudbase/models/get_compliance_summary200_response.rb +2 -2
- data/lib/mudbase/models/get_compliance_summary200_response_compliance.rb +2 -2
- data/lib/mudbase/models/get_compliance_summary200_response_compliance_gdpr.rb +2 -2
- data/lib/mudbase/models/get_compliance_summary200_response_compliance_security.rb +2 -2
- data/lib/mudbase/models/get_compliance_summary200_response_compliance_soc2.rb +2 -2
- data/lib/mudbase/models/get_currency_fee_balance200_response.rb +2 -2
- data/lib/mudbase/models/get_currency_fee_balance200_response_data.rb +2 -2
- data/lib/mudbase/models/get_current_user200_response.rb +2 -2
- data/lib/mudbase/models/get_dashboard200_response.rb +2 -2
- data/lib/mudbase/models/get_event_throughput200_response.rb +2 -2
- data/lib/mudbase/models/get_fee_balances200_response.rb +2 -2
- data/lib/mudbase/models/get_fee_balances200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/get_fee_breakdown200_response.rb +2 -2
- data/lib/mudbase/models/get_fee_breakdown200_response_data.rb +2 -2
- data/lib/mudbase/models/get_function_versions200_response.rb +2 -2
- data/lib/mudbase/models/get_function_versions200_response_data.rb +2 -2
- data/lib/mudbase/models/get_function_versions200_response_data_versions_inner.rb +2 -2
- data/lib/mudbase/models/get_global_analytics200_response.rb +2 -2
- data/lib/mudbase/models/get_historical_analytics200_response.rb +2 -2
- data/lib/mudbase/models/get_historical_analytics200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/get_integration200_response.rb +2 -2
- data/lib/mudbase/models/get_integration200_response_integration.rb +2 -2
- data/lib/mudbase/models/get_integrations200_response.rb +2 -2
- data/lib/mudbase/models/get_integrations200_response_integrations_inner.rb +2 -2
- data/lib/mudbase/models/get_invoice200_response.rb +2 -2
- data/lib/mudbase/models/get_invoice200_response_invoice.rb +2 -2
- data/lib/mudbase/models/get_invoices200_response.rb +2 -2
- data/lib/mudbase/models/get_invoices200_response_invoices_inner.rb +2 -2
- data/lib/mudbase/models/get_local_session200_response.rb +2 -2
- data/lib/mudbase/models/get_multi_role_config200_response.rb +2 -2
- data/lib/mudbase/models/get_multi_role_config200_response_data.rb +2 -2
- data/lib/mudbase/models/get_o_auth_provider_config200_response.rb +2 -2
- data/lib/mudbase/models/get_o_auth_provider_config200_response_config.rb +2 -2
- data/lib/mudbase/models/get_org_o_auth_providers200_response.rb +2 -2
- data/lib/mudbase/models/get_org_o_auth_providers200_response_providers_inner.rb +2 -2
- data/lib/mudbase/models/get_organization_members200_response.rb +2 -2
- data/lib/mudbase/models/get_organization_usage200_response.rb +2 -2
- data/lib/mudbase/models/get_organization_usage200_response_all_of_suborgs_inner.rb +2 -2
- data/lib/mudbase/models/get_organization_users200_response.rb +2 -2
- data/lib/mudbase/models/get_organization_users200_response_users_inner.rb +2 -2
- data/lib/mudbase/models/get_organization_users200_response_users_inner_project.rb +2 -2
- data/lib/mudbase/models/get_overage200_response.rb +2 -2
- data/lib/mudbase/models/get_overage200_response_overage_inner.rb +2 -2
- data/lib/mudbase/models/get_payment_records200_response.rb +2 -2
- data/lib/mudbase/models/get_payment_records200_response_data.rb +2 -2
- data/lib/mudbase/models/get_payment_records200_response_data_pagination.rb +2 -2
- data/lib/mudbase/models/get_payment_records200_response_data_records_inner.rb +2 -2
- data/lib/mudbase/models/get_payout_history200_response.rb +3 -3
- data/lib/mudbase/models/get_payout_history200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/{get_transaction_history200_response_pagination.rb → get_payout_history200_response_pagination.rb} +5 -5
- data/lib/mudbase/models/get_pending_role_elevation_requests200_response.rb +2 -2
- data/lib/mudbase/models/get_permissions_matrix200_response.rb +2 -2
- data/lib/mudbase/models/get_permissions_matrix200_response_data.rb +2 -2
- data/lib/mudbase/models/get_plans200_response.rb +2 -2
- data/lib/mudbase/models/get_project_analytics200_response.rb +2 -2
- data/lib/mudbase/models/get_project_captcha_config200_response.rb +2 -2
- data/lib/mudbase/models/get_project_captcha_config200_response_captcha.rb +2 -2
- data/lib/mudbase/models/get_project_email_analytics200_response.rb +2 -2
- data/lib/mudbase/models/get_project_email_smtp200_response.rb +2 -2
- data/lib/mudbase/models/get_project_email_template200_response.rb +2 -2
- data/lib/mudbase/models/get_project_fcm_config200_response.rb +2 -2
- data/lib/mudbase/models/get_project_fcm_config200_response_data.rb +2 -2
- data/lib/mudbase/models/get_project_fee_dashboard200_response.rb +2 -2
- data/lib/mudbase/models/get_project_fee_dashboard200_response_data.rb +2 -2
- data/lib/mudbase/models/get_project_fee_dashboard200_response_data_balances_inner.rb +2 -2
- data/lib/mudbase/models/get_project_fee_dashboard200_response_data_recent_payouts_inner.rb +2 -2
- data/lib/mudbase/models/get_project_o_auth_providers200_response.rb +2 -2
- data/lib/mudbase/models/get_project_o_auth_providers200_response_providers_inner.rb +2 -2
- data/lib/mudbase/models/get_project_sms_byo200_response.rb +2 -2
- data/lib/mudbase/models/get_project_users200_response.rb +2 -2
- data/lib/mudbase/models/get_public_plans200_response.rb +2 -2
- data/lib/mudbase/models/get_role200_response.rb +2 -2
- data/lib/mudbase/models/get_role_elevation_status200_response.rb +2 -2
- data/lib/mudbase/models/get_search_analytics200_response.rb +2 -2
- data/lib/mudbase/models/get_search_analytics200_response_top_queries_inner.rb +2 -2
- data/lib/mudbase/models/get_search_suggestions200_response.rb +2 -2
- data/lib/mudbase/models/get_sub_organizations200_response.rb +2 -2
- data/lib/mudbase/models/get_subscription_tier_by_id200_response.rb +2 -2
- data/lib/mudbase/models/get_subscription_tier_by_id200_response_plan.rb +2 -2
- data/lib/mudbase/models/get_subscription_tiers200_response.rb +2 -2
- data/lib/mudbase/models/get_subscription_tiers200_response_plans_inner.rb +3 -3
- data/lib/mudbase/models/get_subscriptions200_response.rb +2 -2
- data/lib/mudbase/models/get_subscriptions200_response_subscriptions_inner.rb +2 -2
- data/lib/mudbase/models/get_templates200_response.rb +2 -2
- data/lib/mudbase/models/get_templates200_response_templates_inner.rb +2 -2
- data/lib/mudbase/models/get_usage_stats200_response.rb +2 -2
- data/lib/mudbase/models/get_usage_stats200_response_stats.rb +2 -2
- data/lib/mudbase/models/get_usage_warnings200_response.rb +2 -2
- data/lib/mudbase/models/get_usage_warnings200_response_warnings_inner.rb +2 -2
- data/lib/mudbase/models/get_user_chats200_response.rb +2 -2
- data/lib/mudbase/models/get_user_chats200_response_data.rb +2 -2
- data/lib/mudbase/models/get_user_chats200_response_data_chats_inner.rb +2 -2
- data/lib/mudbase/models/get_user_chats200_response_data_chats_inner_last_message.rb +2 -2
- data/lib/mudbase/models/get_user_overview200_response.rb +2 -2
- data/lib/mudbase/models/get_user_overview200_response_footprint.rb +2 -2
- data/lib/mudbase/models/get_users_by_role200_response.rb +2 -2
- data/lib/mudbase/models/get_webhook_config200_response.rb +2 -2
- data/lib/mudbase/models/get_webhook_config200_response_data.rb +2 -2
- data/lib/mudbase/models/get_webhook_config200_response_data_transformations_inner.rb +2 -2
- data/lib/mudbase/models/get_webhook_config404_response.rb +2 -2
- data/lib/mudbase/models/health_response.rb +2 -2
- data/lib/mudbase/models/health_response_services.rb +2 -2
- data/lib/mudbase/models/import_integration_request.rb +2 -2
- data/lib/mudbase/models/initialize_org_plan_checkout200_response.rb +2 -2
- data/lib/mudbase/models/initialize_org_plan_checkout200_response_data.rb +2 -2
- data/lib/mudbase/models/initialize_org_plan_checkout_request.rb +3 -3
- data/lib/mudbase/models/initialize_payment200_response.rb +2 -2
- data/lib/mudbase/models/initialize_payment200_response_data.rb +2 -2
- data/lib/mudbase/models/initialize_payment_for_project_request.rb +2 -2
- data/lib/mudbase/models/initialize_payment_request.rb +2 -2
- data/lib/mudbase/models/initialize_payment_request_customer.rb +2 -2
- data/lib/mudbase/models/initiate_address_verification200_response.rb +2 -2
- data/lib/mudbase/models/initiate_o_auth400_response.rb +2 -2
- data/lib/mudbase/models/initiate_o_auth404_response.rb +2 -2
- data/lib/mudbase/models/initiate_org_o_auth400_response.rb +2 -2
- data/lib/mudbase/models/internal_custom_domain_addon_request.rb +2 -2
- data/lib/mudbase/models/internal_domain_dns_recheck_batch_request.rb +2 -2
- data/lib/mudbase/models/invite_member_request.rb +2 -2
- data/lib/mudbase/models/invite_sub_organization_member200_response.rb +2 -2
- data/lib/mudbase/models/invite_team_member200_response.rb +2 -2
- data/lib/mudbase/models/limits.rb +2 -2
- data/lib/mudbase/models/list_api_keys200_response.rb +2 -2
- data/lib/mudbase/models/list_backups200_response.rb +2 -2
- data/lib/mudbase/models/list_backups200_response_backups_inner.rb +2 -2
- data/lib/mudbase/models/list_collections200_response.rb +2 -2
- data/lib/mudbase/models/list_o_auth_providers200_response.rb +2 -2
- data/lib/mudbase/models/list_o_auth_providers200_response_providers_inner.rb +2 -2
- data/lib/mudbase/models/list_organizations200_response.rb +2 -2
- data/lib/mudbase/models/list_project_email_templates200_response.rb +2 -2
- data/lib/mudbase/models/list_projects200_response.rb +2 -2
- data/lib/mudbase/models/list_roles200_response.rb +2 -2
- data/lib/mudbase/models/log_security_event200_response.rb +2 -2
- data/lib/mudbase/models/log_security_event200_response_event.rb +2 -2
- data/lib/mudbase/models/log_security_event_request.rb +2 -2
- data/lib/mudbase/models/log_security_event_request_details.rb +2 -2
- data/lib/mudbase/models/login_local_user200_response.rb +2 -2
- data/lib/mudbase/models/login_local_user200_response_user.rb +2 -2
- data/lib/mudbase/models/login_local_user403_response.rb +2 -2
- data/lib/mudbase/models/login_local_user_request.rb +2 -2
- data/lib/mudbase/models/login_request.rb +2 -2
- data/lib/mudbase/models/magic_link_request.rb +2 -2
- data/lib/mudbase/models/mark_messages_as_read200_response.rb +2 -2
- data/lib/mudbase/models/mark_messages_as_read200_response_data.rb +2 -2
- data/lib/mudbase/models/mark_messages_as_read_request.rb +2 -2
- data/lib/mudbase/models/mcp_config_get200_response.rb +2 -2
- data/lib/mudbase/models/mcp_config_get200_response_tools_inner.rb +2 -2
- data/lib/mudbase/models/message.rb +2 -2
- data/lib/mudbase/models/message_history_response.rb +2 -2
- data/lib/mudbase/models/message_history_response_data.rb +2 -2
- data/lib/mudbase/models/message_response.rb +2 -2
- data/lib/mudbase/models/message_sent_response.rb +2 -2
- data/lib/mudbase/models/message_sent_response_data.rb +2 -2
- data/lib/mudbase/models/message_stats_response.rb +2 -2
- data/lib/mudbase/models/message_stats_response_data.rb +2 -2
- data/lib/mudbase/models/message_stats_response_data_by_status.rb +2 -2
- data/lib/mudbase/models/message_stats_response_data_by_type.rb +2 -2
- data/lib/mudbase/models/message_stats_response_data_period.rb +2 -2
- data/lib/mudbase/models/monitoring_analytics_response.rb +2 -2
- data/lib/mudbase/models/monitoring_analytics_response_stats_inner.rb +2 -2
- data/lib/mudbase/models/monitoring_analytics_response_totals.rb +2 -2
- data/lib/mudbase/models/monitoring_logs_response.rb +2 -2
- data/lib/mudbase/models/monitoring_logs_response_logs_inner.rb +2 -2
- data/lib/mudbase/models/monitoring_logs_response_logs_inner_user.rb +2 -2
- data/lib/mudbase/models/monitoring_performance_response.rb +2 -2
- data/lib/mudbase/models/monitoring_performance_response_metrics.rb +2 -2
- data/lib/mudbase/models/org_add_domain_response.rb +2 -2
- data/lib/mudbase/models/org_custom_domain_platform_ready_request.rb +2 -2
- data/lib/mudbase/models/org_dns_instructions_response.rb +2 -2
- data/lib/mudbase/models/org_dns_record.rb +2 -2
- data/lib/mudbase/models/org_domain_entry_org_console.rb +10 -10
- data/lib/mudbase/models/org_domain_entry_with_dns.rb +10 -10
- data/lib/mudbase/models/org_domains_list_response.rb +2 -2
- data/lib/mudbase/models/{org_cloudflare_edge_hints.rb → org_edge_hints.rb} +8 -8
- data/lib/mudbase/models/{org_cloudflare_edge_hints_ownership_verification.rb → org_edge_hints_ownership_verification.rb} +5 -5
- data/lib/mudbase/models/org_o_auth_callback400_response.rb +2 -2
- data/lib/mudbase/models/org_patch_domain_response.rb +2 -2
- data/lib/mudbase/models/org_platform_dns_verification_customer.rb +2 -2
- data/lib/mudbase/models/{org_cloudflare_ssl_validation_record.rb → org_ssl_validation_record.rb} +5 -5
- data/lib/mudbase/models/org_verify_custom_domain_dns_failure_response.rb +2 -2
- data/lib/mudbase/models/org_verify_custom_domain_dns_success_response.rb +9 -9
- data/lib/mudbase/models/organization.rb +2 -2
- data/lib/mudbase/models/organization_summary.rb +2 -2
- data/lib/mudbase/models/otp_send_request.rb +2 -2
- data/lib/mudbase/models/otp_verify_request.rb +2 -2
- data/lib/mudbase/models/pagination.rb +2 -2
- data/lib/mudbase/models/patch_org_domain_request.rb +2 -2
- data/lib/mudbase/models/patch_project_fcm_config_request.rb +2 -2
- data/lib/mudbase/models/patch_project_fcm_config_request_one_of.rb +2 -2
- data/lib/mudbase/models/patch_project_fcm_config_request_one_of1.rb +2 -2
- data/lib/mudbase/models/permission.rb +2 -2
- data/lib/mudbase/models/plan.rb +2 -2
- data/lib/mudbase/models/presigned_post_response.rb +4 -4
- data/lib/mudbase/models/preview_project_email_template_request.rb +2 -2
- data/lib/mudbase/models/project.rb +2 -2
- data/lib/mudbase/models/project_dashboard_overview_response.rb +2 -2
- data/lib/mudbase/models/project_email_send_request.rb +2 -2
- data/lib/mudbase/models/project_settings.rb +2 -2
- data/lib/mudbase/models/project_sms_byo_patch_request.rb +2 -2
- data/lib/mudbase/models/project_sms_byo_public.rb +2 -2
- data/lib/mudbase/models/project_smtp_patch_request.rb +2 -2
- data/lib/mudbase/models/project_smtp_settings_public.rb +2 -2
- data/lib/mudbase/models/project_smtp_test_request.rb +2 -2
- data/lib/mudbase/models/project_summary.rb +2 -2
- data/lib/mudbase/models/project_usage.rb +2 -2
- data/lib/mudbase/models/project_usage_response.rb +2 -2
- data/lib/mudbase/models/project_usage_stats_response.rb +2 -2
- data/lib/mudbase/models/project_usage_stats_response_project.rb +2 -2
- data/lib/mudbase/models/project_usage_summary_response.rb +2 -2
- data/lib/mudbase/models/provision_enterprise_request.rb +2 -2
- data/lib/mudbase/models/push_notification_request.rb +2 -2
- data/lib/mudbase/models/put_chat_e2ee_key200_response.rb +2 -2
- data/lib/mudbase/models/put_chat_e2ee_key200_response_data.rb +2 -2
- data/lib/mudbase/models/put_chat_e2ee_key_request.rb +2 -2
- data/lib/mudbase/models/rate_limit.rb +2 -2
- data/lib/mudbase/models/record_usage_request.rb +2 -2
- data/lib/mudbase/models/refresh_token200_response.rb +2 -2
- data/lib/mudbase/models/refresh_token400_response.rb +2 -2
- data/lib/mudbase/models/refresh_token_request.rb +2 -2
- data/lib/mudbase/models/regenerate_api_key200_response.rb +2 -2
- data/lib/mudbase/models/register_local_user201_response.rb +2 -2
- data/lib/mudbase/models/register_local_user201_response_user.rb +2 -2
- data/lib/mudbase/models/register_local_user_request.rb +2 -2
- data/lib/mudbase/models/register_request.rb +2 -2
- data/lib/mudbase/models/register_user429_response.rb +2 -2
- data/lib/mudbase/models/register_with_role201_response.rb +2 -2
- data/lib/mudbase/models/register_with_role201_response_role.rb +2 -2
- data/lib/mudbase/models/register_with_role201_response_user.rb +2 -2
- data/lib/mudbase/models/register_with_role_request.rb +2 -2
- data/lib/mudbase/models/remove_participant_request.rb +2 -2
- data/lib/mudbase/models/remove_reaction200_response.rb +2 -2
- data/lib/mudbase/models/remove_reaction200_response_data_inner.rb +2 -2
- data/lib/mudbase/models/remove_team_member200_response.rb +2 -2
- data/lib/mudbase/models/request_local_password_reset_request.rb +2 -2
- data/lib/mudbase/models/request_manual_payout_request.rb +2 -2
- data/lib/mudbase/models/request_password_reset_request.rb +2 -2
- data/lib/mudbase/models/request_role_elevation200_response.rb +2 -2
- data/lib/mudbase/models/request_role_elevation_request.rb +2 -2
- data/lib/mudbase/models/resend_verification_auth_request.rb +2 -2
- data/lib/mudbase/models/reset_local_password_request.rb +2 -2
- data/lib/mudbase/models/reset_password_request.rb +2 -2
- data/lib/mudbase/models/restore_backup200_response.rb +2 -2
- data/lib/mudbase/models/restore_backup200_response_restore.rb +2 -2
- data/lib/mudbase/models/restore_backup_request.rb +2 -2
- data/lib/mudbase/models/retry_webhook400_response.rb +2 -2
- data/lib/mudbase/models/retry_webhook_response.rb +2 -2
- data/lib/mudbase/models/rollback_function_request.rb +2 -2
- data/lib/mudbase/models/search_response.rb +2 -2
- data/lib/mudbase/models/search_response_data.rb +2 -2
- data/lib/mudbase/models/search_result.rb +2 -2
- data/lib/mudbase/models/search_result_item.rb +2 -2
- data/lib/mudbase/models/send_message201_response.rb +2 -2
- data/lib/mudbase/models/send_message201_response_data.rb +2 -2
- data/lib/mudbase/models/send_message_request.rb +2 -2
- data/lib/mudbase/models/send_message_request_e2ee.rb +2 -2
- data/lib/mudbase/models/send_push_notification429_response.rb +2 -2
- data/lib/mudbase/models/session_response.rb +2 -2
- data/lib/mudbase/models/set_org_primary_domain_request.rb +2 -2
- data/lib/mudbase/models/signed_url_response.rb +2 -2
- data/lib/mudbase/models/simulate_app_permissions200_response.rb +2 -2
- data/lib/mudbase/models/simulate_app_permissions200_response_evaluated.rb +2 -2
- data/lib/mudbase/models/simulate_app_permissions_request.rb +2 -2
- data/lib/mudbase/models/simulate_function_trigger_request.rb +3 -3
- data/lib/mudbase/models/sms_request.rb +2 -2
- data/lib/mudbase/models/storage_config.rb +2 -2
- data/lib/mudbase/models/system_status_response.rb +2 -2
- data/lib/mudbase/models/system_status_response_data.rb +2 -2
- data/lib/mudbase/models/system_status_response_data_cpu.rb +2 -2
- data/lib/mudbase/models/system_status_response_data_database.rb +2 -2
- data/lib/mudbase/models/system_status_response_data_memory.rb +2 -2
- data/lib/mudbase/models/system_status_response_data_requests.rb +2 -2
- data/lib/mudbase/models/system_status_response_data_storage.rb +2 -2
- data/lib/mudbase/models/{get_cancel_params200_response.rb → test_integration200_response.rb} +6 -6
- data/lib/mudbase/models/test_integration_request.rb +2 -2
- data/lib/mudbase/models/test_webhook_transformation200_response.rb +2 -2
- data/lib/mudbase/models/test_webhook_transformation200_response_data.rb +2 -2
- data/lib/mudbase/models/test_webhook_transformation_request.rb +2 -2
- data/lib/mudbase/models/toggle_role_request.rb +2 -2
- data/lib/mudbase/models/trigger_function_webhook200_response.rb +2 -2
- data/lib/mudbase/models/trigger_function_webhook400_response.rb +2 -2
- data/lib/mudbase/models/trigger_function_webhook401_response.rb +2 -2
- data/lib/mudbase/models/trigger_webhook_request.rb +2 -2
- data/lib/mudbase/models/trigger_webhook_response.rb +2 -2
- data/lib/mudbase/models/two_fa_setup_response.rb +2 -2
- data/lib/mudbase/models/unlink_o_auth_provider200_response.rb +2 -2
- data/lib/mudbase/models/update_api_key200_response.rb +2 -2
- data/lib/mudbase/models/update_api_key_request.rb +2 -2
- data/lib/mudbase/models/update_bucket_request.rb +2 -2
- data/lib/mudbase/models/update_collection_permissions_request.rb +2 -2
- data/lib/mudbase/models/update_collection_request.rb +2 -2
- data/lib/mudbase/models/update_currency_fee_settings_request.rb +2 -2
- data/lib/mudbase/models/update_function_request.rb +2 -2
- data/lib/mudbase/models/update_function_request_limits.rb +2 -2
- data/lib/mudbase/models/update_function_request_retry_policy.rb +2 -2
- data/lib/mudbase/models/update_integration_request.rb +2 -2
- data/lib/mudbase/models/update_member_role200_response.rb +2 -2
- data/lib/mudbase/models/update_member_role_request.rb +2 -2
- data/lib/mudbase/models/update_multi_role_settings200_response.rb +2 -2
- data/lib/mudbase/models/update_multi_role_settings_request.rb +2 -2
- data/lib/mudbase/models/update_multi_role_settings_request_settings.rb +2 -2
- data/lib/mudbase/models/update_o_auth_provider_config_request.rb +2 -2
- data/lib/mudbase/models/update_organization200_response.rb +2 -2
- data/lib/mudbase/models/update_organization_plan200_response.rb +2 -2
- data/lib/mudbase/models/update_organization_plan200_response_one_of.rb +2 -2
- data/lib/mudbase/models/update_organization_plan200_response_one_of1.rb +2 -2
- data/lib/mudbase/models/update_organization_plan_request.rb +2 -2
- data/lib/mudbase/models/update_organization_request.rb +2 -2
- data/lib/mudbase/models/update_plan_request.rb +2 -2
- data/lib/mudbase/models/update_project_request.rb +2 -2
- data/lib/mudbase/models/update_project_role_request.rb +2 -2
- data/lib/mudbase/models/update_role200_response.rb +2 -2
- data/lib/mudbase/models/update_role_request.rb +2 -2
- data/lib/mudbase/models/update_sub_organization200_response.rb +2 -2
- data/lib/mudbase/models/update_user_account_status200_response.rb +2 -2
- data/lib/mudbase/models/update_user_account_status200_response_user.rb +2 -2
- data/lib/mudbase/models/update_user_account_status_request.rb +2 -2
- data/lib/mudbase/models/update_user_profile200_response.rb +2 -2
- data/lib/mudbase/models/update_user_request.rb +2 -2
- data/lib/mudbase/models/upload_files413_response.rb +2 -2
- data/lib/mudbase/models/upload_project_logo200_response.rb +2 -2
- data/lib/mudbase/models/upload_verification_documents_request.rb +2 -2
- data/lib/mudbase/models/upload_verification_documents_request_documents_inner.rb +2 -2
- data/lib/mudbase/models/upsert_project_email_template_request.rb +2 -2
- data/lib/mudbase/models/usage.rb +2 -2
- data/lib/mudbase/models/usage_response.rb +2 -2
- data/lib/mudbase/models/usage_stats_response.rb +2 -2
- data/lib/mudbase/models/usage_stats_response_percentages.rb +2 -2
- data/lib/mudbase/models/usage_trends_response.rb +2 -2
- data/lib/mudbase/models/usage_trends_response_trends_inner.rb +2 -2
- data/lib/mudbase/models/usage_trends_response_trends_inner_id.rb +2 -2
- data/lib/mudbase/models/user.rb +2 -2
- data/lib/mudbase/models/user_summary.rb +2 -2
- data/lib/mudbase/models/validate_password_reset_token200_response.rb +2 -2
- data/lib/mudbase/models/validate_password_reset_token400_response.rb +2 -2
- data/lib/mudbase/models/validate_password_reset_token_request.rb +2 -2
- data/lib/mudbase/models/verified_role_upgrade200_response.rb +2 -2
- data/lib/mudbase/models/verified_role_upgrade_request.rb +2 -2
- data/lib/mudbase/models/verify2_fa_request.rb +2 -2
- data/lib/mudbase/models/verify_email_auth_request.rb +2 -2
- data/lib/mudbase/models/verify_magic_link_request.rb +2 -2
- data/lib/mudbase/models/verify_org_plan_payment200_response.rb +2 -2
- data/lib/mudbase/models/verify_org_plan_payment200_response_data.rb +2 -2
- data/lib/mudbase/models/verify_payment200_response.rb +2 -2
- data/lib/mudbase/models/verify_payment200_response_data.rb +2 -2
- data/lib/mudbase/models/verify_payment200_response_data_subscription.rb +2 -2
- data/lib/mudbase/models/verify_project_email_smtp_domain_request.rb +2 -2
- data/lib/mudbase/models/webhook_list_response.rb +2 -2
- data/lib/mudbase/models/webhook_log.rb +2 -2
- data/lib/mudbase/models/webhook_log_response.rb +2 -2
- data/lib/mudbase/models/webhook_stats_response.rb +2 -2
- data/lib/mudbase/models/webhook_stats_response_event_stats_inner.rb +2 -2
- data/lib/mudbase/models/webhook_stats_response_status_stats_inner.rb +2 -2
- data/lib/mudbase/version.rb +3 -3
- data/lib/mudbase.rb +15 -88
- data/mudbase.gemspec +2 -2
- data/spec/api/add_ons_api_spec.rb +2 -2
- data/spec/api/api_keys_api_spec.rb +2 -2
- data/spec/api/authentication_api_spec.rb +2 -2
- data/spec/api/backups_api_spec.rb +2 -2
- data/spec/api/billing_api_spec.rb +3 -15
- data/spec/api/buckets_api_spec.rb +2 -2
- data/spec/api/chat_api_spec.rb +2 -2
- data/spec/api/collections_api_spec.rb +2 -2
- data/spec/api/compliance_api_spec.rb +2 -2
- data/spec/api/data_api_spec.rb +2 -2
- data/spec/api/email_api_spec.rb +2 -2
- data/spec/api/files_api_spec.rb +7 -7
- data/spec/api/functions_api_spec.rb +5 -5
- data/spec/api/health_api_spec.rb +2 -2
- data/spec/api/integrations_api_spec.rb +4 -4
- data/spec/api/kyc_api_spec.rb +2 -2
- data/spec/api/mcp_api_spec.rb +2 -2
- data/spec/api/messaging_api_spec.rb +45 -7
- data/spec/api/monitoring_api_spec.rb +2 -13
- data/spec/api/multi_role_feature_api_spec.rb +2 -2
- data/spec/api/organizations_api_spec.rb +4 -4
- data/spec/api/project_fees_api_spec.rb +3 -3
- data/spec/api/projects_api_spec.rb +2 -2
- data/spec/api/real_time_analytics_api_spec.rb +2 -2
- data/spec/api/role_elevation_api_spec.rb +2 -2
- data/spec/api/roles_api_spec.rb +2 -2
- data/spec/api/search_api_spec.rb +2 -2
- data/spec/api/usage_api_spec.rb +2 -2
- data/spec/api/users_api_spec.rb +2 -2
- data/spec/api/verified_role_upgrade_api_spec.rb +2 -2
- data/spec/api/webhooks_api_spec.rb +2 -2
- data/spec/models/accept_invite201_response_spec.rb +2 -2
- data/spec/models/accept_invite201_response_user_spec.rb +2 -2
- data/spec/models/accept_invite_request_spec.rb +2 -2
- data/spec/models/add_custom_role_request_default_permissions_inner_spec.rb +2 -2
- data/spec/models/add_custom_role_request_spec.rb +2 -2
- data/spec/models/add_org_domain_request_spec.rb +2 -2
- data/spec/models/add_participant200_response_data_participants_inner_spec.rb +2 -2
- data/spec/models/add_participant200_response_data_spec.rb +2 -2
- data/spec/models/add_participant200_response_spec.rb +2 -2
- data/spec/models/add_participant_request_spec.rb +2 -2
- data/spec/models/add_reaction200_response_data_inner_spec.rb +2 -2
- data/spec/models/add_reaction200_response_spec.rb +2 -2
- data/spec/models/add_reaction_request_spec.rb +2 -2
- data/spec/models/admin_approve_org_domain_cname_request_spec.rb +2 -2
- data/spec/models/admin_billing_checkout_link_request_spec.rb +2 -2
- data/spec/models/admin_custom_domain_mutation_response_spec.rb +2 -2
- data/spec/models/admin_member_role_patch_request_spec.rb +2 -2
- data/spec/models/admin_org_billing_contract_patch_request_spec.rb +2 -2
- data/spec/models/admin_org_limits_patch_request_bug_analysis_spec.rb +2 -2
- data/spec/models/admin_org_limits_patch_request_spec.rb +2 -14
- data/spec/models/admin_org_plan_patch_request_spec.rb +2 -2
- data/spec/models/admin_org_status_patch_request_spec.rb +2 -2
- data/spec/models/admin_platform_dns_verification_patch_request_spec.rb +2 -2
- data/spec/models/admin_project_patch_request_spec.rb +2 -2
- data/spec/models/admin_provision_enterprise_body_spec.rb +2 -2
- data/spec/models/api_addons_get200_response_spec.rb +2 -2
- data/spec/models/api_files_download_file_id_get200_response_spec.rb +2 -2
- data/spec/models/api_gdpr_erase_post_request_spec.rb +2 -2
- data/spec/models/api_key_permission_spec.rb +2 -2
- data/spec/models/api_key_spec.rb +2 -2
- data/spec/models/api_key_usage_response_spec.rb +2 -2
- data/spec/models/api_key_usage_spec.rb +2 -2
- data/spec/models/api_key_with_secret_spec.rb +2 -2
- data/spec/models/api_kyc_sessions_post_request_spec.rb +2 -2
- data/spec/models/api_kyc_webhook_config_get200_response_spec.rb +2 -2
- data/spec/models/api_kyc_webhook_config_put200_response_spec.rb +2 -2
- data/spec/models/api_kyc_webhook_config_put_request_spec.rb +2 -2
- data/spec/models/api_kyc_webhook_config_test_post200_response_spec.rb +2 -2
- data/spec/models/api_kyc_workflows_get200_response_spec.rb +2 -2
- data/spec/models/api_kyc_workflows_get200_response_workflows_inner_spec.rb +2 -2
- data/spec/models/api_me_bootstrap_get200_response_spec.rb +2 -2
- data/spec/models/api_projects_project_id_addons_addon_invoke_post200_response_spec.rb +2 -2
- data/spec/models/api_projects_project_id_kyb_sessions_post_request_spec.rb +2 -2
- data/spec/models/apply_role_feature_preset200_response_spec.rb +2 -2
- data/spec/models/apply_role_feature_preset_request_spec.rb +2 -2
- data/spec/models/approve_role_elevation200_response_spec.rb +2 -2
- data/spec/models/approve_role_elevation_request_spec.rb +2 -2
- data/spec/models/assign_role200_response_spec.rb +2 -2
- data/spec/models/assign_role_request_spec.rb +2 -2
- data/spec/models/auth_config_spec.rb +2 -2
- data/spec/models/auth_provider_spec.rb +2 -2
- data/spec/models/auth_response_spec.rb +2 -2
- data/spec/models/billing_last_payment_spec.rb +2 -2
- data/spec/models/billing_spec.rb +2 -2
- data/spec/models/bucket_list_response_spec.rb +2 -2
- data/spec/models/bucket_response_spec.rb +2 -2
- data/spec/models/bucket_spec.rb +2 -2
- data/spec/models/cancel_subscription_request_spec.rb +2 -2
- data/spec/models/change_password_request_spec.rb +2 -2
- data/spec/models/check_feature_access200_response_spec.rb +2 -2
- data/spec/models/check_permissions200_response_permissions_spec.rb +2 -2
- data/spec/models/check_permissions200_response_spec.rb +2 -2
- data/spec/models/check_subscription200_response_spec.rb +2 -2
- data/spec/models/check_subscription200_response_subscription_spec.rb +2 -2
- data/spec/models/check_user_presence200_response_presence_value_spec.rb +2 -2
- data/spec/models/check_user_presence200_response_spec.rb +2 -2
- data/spec/models/check_user_presence_request_spec.rb +2 -2
- data/spec/models/collection_action_spec.rb +2 -2
- data/spec/models/collection_permission_rule_spec.rb +2 -2
- data/spec/models/collection_spec.rb +2 -2
- data/spec/models/configure_o_auth_provider200_response_provider_spec.rb +2 -2
- data/spec/models/configure_o_auth_provider200_response_spec.rb +2 -2
- data/spec/models/configure_o_auth_provider_request_spec.rb +2 -2
- data/spec/models/configure_webhook200_response_data_spec.rb +2 -2
- data/spec/models/configure_webhook200_response_data_transformations_inner_spec.rb +2 -2
- data/spec/models/configure_webhook200_response_spec.rb +2 -2
- data/spec/models/configure_webhook403_response_spec.rb +2 -2
- data/spec/models/configure_webhook_request_spec.rb +2 -2
- data/spec/models/confirm_address_verification200_response_spec.rb +2 -2
- data/spec/models/confirm_address_verification_request_spec.rb +2 -2
- data/spec/models/confirm_direct_upload400_response_spec.rb +2 -2
- data/spec/models/confirm_direct_upload_request_spec.rb +2 -2
- data/spec/models/confirm_local_password_reset_with_otp_request_spec.rb +2 -2
- data/spec/models/confirm_upload_response_scan_spec.rb +2 -2
- data/spec/models/confirm_upload_response_spec.rb +2 -2
- data/spec/models/convert_anonymous_account200_response_spec.rb +2 -2
- data/spec/models/convert_anonymous_account_request_spec.rb +2 -2
- data/spec/models/create_anonymous_session200_response_spec.rb +2 -2
- data/spec/models/create_anonymous_session200_response_user_spec.rb +2 -2
- data/spec/models/create_anonymous_session_request_spec.rb +2 -2
- data/spec/models/create_api_key201_response_spec.rb +2 -2
- data/spec/models/create_api_key400_response_spec.rb +2 -2
- data/spec/models/create_api_key_request_spec.rb +2 -2
- data/spec/models/create_backup201_response_backup_spec.rb +2 -2
- data/spec/models/create_backup201_response_spec.rb +2 -2
- data/spec/models/create_backup_request_spec.rb +2 -2
- data/spec/models/create_bucket_request_spec.rb +2 -2
- data/spec/models/create_chat201_response_data_spec.rb +2 -2
- data/spec/models/create_chat201_response_spec.rb +2 -2
- data/spec/models/create_chat_request_spec.rb +2 -2
- data/spec/models/create_checkout_session200_response_data_spec.rb +2 -2
- data/spec/models/create_checkout_session200_response_spec.rb +2 -2
- data/spec/models/create_checkout_session_request_customer_info_spec.rb +2 -2
- data/spec/models/create_checkout_session_request_spec.rb +2 -2
- data/spec/models/create_collection201_response_spec.rb +2 -2
- data/spec/models/create_collection_request_spec.rb +2 -2
- data/spec/models/create_from_template_request_spec.rb +2 -2
- data/spec/models/create_function_request_spec.rb +2 -2
- data/spec/models/create_integration201_response_spec.rb +2 -2
- data/spec/models/create_integration_request_spec.rb +2 -2
- data/spec/models/create_monitoring_alert_request_spec.rb +2 -2
- data/spec/models/create_or_update_fee_settings_request_spec.rb +2 -2
- data/spec/models/create_organization403_response_spec.rb +2 -2
- data/spec/models/create_organization_request_spec.rb +2 -2
- data/spec/models/create_plan201_response_spec.rb +2 -2
- data/spec/models/create_plan_request_features_inner_one_of_spec.rb +2 -2
- data/spec/models/create_plan_request_features_inner_spec.rb +2 -2
- data/spec/models/create_plan_request_limits_custom_limits_inner_spec.rb +2 -2
- data/spec/models/create_plan_request_limits_spec.rb +2 -2
- data/spec/models/create_plan_request_spec.rb +2 -2
- data/spec/models/create_plan_request_trial_spec.rb +2 -2
- data/spec/models/create_project201_response_spec.rb +2 -2
- data/spec/models/create_project_request_spec.rb +2 -2
- data/spec/models/create_role201_response_role_permissions_inner_spec.rb +2 -2
- data/spec/models/create_role201_response_role_spec.rb +2 -2
- data/spec/models/create_role201_response_spec.rb +2 -2
- data/spec/models/create_role_request_collection_permissions_value_spec.rb +2 -2
- data/spec/models/create_role_request_permissions_inner_spec.rb +2 -2
- data/spec/models/create_role_request_spec.rb +2 -2
- data/spec/models/dashboard_activity_item_spec.rb +2 -2
- data/spec/models/dashboard_overview_data_active_users_spec.rb +2 -2
- data/spec/models/dashboard_overview_data_latency_instance_rollup_spec.rb +2 -2
- data/spec/models/dashboard_overview_data_latency_spec.rb +2 -2
- data/spec/models/dashboard_overview_data_latency_top_routes_by_impact_hint_inner_spec.rb +2 -2
- data/spec/models/dashboard_overview_data_project_spec.rb +2 -2
- data/spec/models/dashboard_overview_data_request_volume14d_inner_spec.rb +2 -2
- data/spec/models/dashboard_overview_data_requests_spec.rb +2 -2
- data/spec/models/dashboard_overview_data_spec.rb +2 -2
- data/spec/models/dashboard_overview_data_uptime_spec.rb +2 -2
- data/spec/models/data_list_response_data_inner_spec.rb +2 -2
- data/spec/models/data_list_response_spec.rb +2 -2
- data/spec/models/data_response_spec.rb +2 -2
- data/spec/models/database_config_spec.rb +2 -2
- data/spec/models/delete_backup200_response_spec.rb +2 -2
- data/spec/models/delete_function200_response_spec.rb +2 -2
- data/spec/models/delete_organization200_response_spec.rb +2 -2
- data/spec/models/delete_role200_response_spec.rb +2 -2
- data/spec/models/delete_sub_organization200_response_spec.rb +2 -2
- data/spec/models/{get_all_fees200_response_spec.rb → device_list_response_spec.rb} +8 -8
- data/spec/models/{wallet_webhook_filters_spec.rb → device_register_request_spec.rb} +12 -12
- data/spec/models/{get_cancel_params_request_spec.rb → device_registered_response_data_spec.rb} +15 -15
- data/spec/models/{get_balance200_response_spec.rb → device_registered_response_spec.rb} +8 -8
- data/spec/models/{wallet_webhook_stats_spec.rb → device_token_spec.rb} +16 -12
- data/spec/models/{handle_flutterwave_webhook200_response_spec.rb → device_unregister_request_spec.rb} +9 -9
- data/spec/models/device_unregistered_response_data_spec.rb +36 -0
- data/spec/models/{create_wallet201_response_spec.rb → device_unregistered_response_spec.rb} +8 -8
- data/spec/models/disable2_fa_request_spec.rb +2 -2
- data/spec/models/download_bucket_file403_response_spec.rb +2 -2
- data/spec/models/download_bucket_file404_response_spec.rb +2 -2
- data/spec/models/download_invoice200_response_spec.rb +2 -2
- data/spec/models/edit_message200_response_data_spec.rb +2 -2
- data/spec/models/edit_message200_response_spec.rb +2 -2
- data/spec/models/edit_message_request_e2ee_spec.rb +2 -2
- data/spec/models/edit_message_request_spec.rb +2 -2
- data/spec/models/email_request_spec.rb +2 -2
- data/spec/models/email_request_to_spec.rb +2 -2
- data/spec/models/email_template_catalog_item_spec.rb +2 -2
- data/spec/models/email_template_resolved_spec.rb +2 -2
- data/spec/models/enable_payment_processing200_response_data_spec.rb +2 -2
- data/spec/models/enable_payment_processing200_response_spec.rb +2 -2
- data/spec/models/enable_payment_processing_request_spec.rb +2 -2
- data/spec/models/enqueue_project_email202_response_spec.rb +2 -2
- data/spec/models/erase_user_data200_response_data_spec.rb +2 -2
- data/spec/models/erase_user_data200_response_spec.rb +2 -2
- data/spec/models/erase_user_data409_response_spec.rb +2 -2
- data/spec/models/erase_user_data_request_spec.rb +2 -2
- data/spec/models/error_details_spec.rb +2 -2
- data/spec/models/error_spec.rb +2 -2
- data/spec/models/execute_function_request_spec.rb +2 -2
- data/spec/models/execute_integration_request_spec.rb +2 -2
- data/spec/models/export_user_data200_response_spec.rb +2 -2
- data/spec/models/feature_not_allowed_error_spec.rb +2 -2
- data/spec/models/field_default_spec.rb +2 -2
- data/spec/models/field_spec.rb +2 -2
- data/spec/models/file_list_response_spec.rb +2 -2
- data/spec/models/file_metadata_spec.rb +2 -2
- data/spec/models/file_response_spec.rb +2 -2
- data/spec/models/file_upload_response_spec.rb +2 -2
- data/spec/models/function_execution_response_data_spec.rb +2 -2
- data/spec/models/function_execution_response_spec.rb +2 -2
- data/spec/models/function_execution_spec.rb +2 -2
- data/spec/models/function_execution_status_response_data_logs_spec.rb +2 -2
- data/spec/models/function_execution_status_response_data_spec.rb +2 -2
- data/spec/models/function_execution_status_response_spec.rb +2 -2
- data/spec/models/function_list_response_data_spec.rb +2 -2
- data/spec/models/function_list_response_spec.rb +2 -2
- data/spec/models/function_logs_response_data_spec.rb +2 -2
- data/spec/models/function_logs_response_spec.rb +2 -2
- data/spec/models/function_response_spec.rb +2 -2
- data/spec/models/function_spec.rb +2 -2
- data/spec/models/function_stats_spec.rb +2 -2
- data/spec/models/function_trigger_spec.rb +3 -3
- data/spec/models/generate_access_review200_response_report_spec.rb +2 -2
- data/spec/models/generate_access_review200_response_spec.rb +2 -2
- data/spec/models/generate_access_review_request_review_period_spec.rb +2 -2
- data/spec/models/generate_access_review_request_spec.rb +2 -2
- data/spec/models/generate_data_processing_record200_response_record_spec.rb +2 -2
- data/spec/models/generate_data_processing_record200_response_spec.rb +2 -2
- data/spec/models/generate_data_processing_record_request_spec.rb +2 -2
- data/spec/models/generate_presigned_upload_request_spec.rb +2 -2
- data/spec/models/generate_signed_url_request_spec.rb +2 -2
- data/spec/models/get_active_users200_response_spec.rb +2 -2
- data/spec/models/get_active_users200_response_users_inner_spec.rb +2 -2
- data/spec/models/get_available_o_auth_providers200_response_providers_inner_spec.rb +2 -2
- data/spec/models/get_available_o_auth_providers200_response_spec.rb +2 -2
- data/spec/models/get_available_roles200_response_data_inner_spec.rb +2 -2
- data/spec/models/get_available_roles200_response_spec.rb +2 -2
- data/spec/models/get_billing_estimate200_response_line_items_inner_spec.rb +2 -2
- data/spec/models/get_billing_estimate200_response_spec.rb +2 -2
- data/spec/models/get_billing_estimate200_response_spend_limits_spec.rb +2 -2
- data/spec/models/get_chat_details200_response_data_participants_inner_spec.rb +2 -2
- data/spec/models/get_chat_details200_response_data_spec.rb +2 -2
- data/spec/models/get_chat_details200_response_spec.rb +2 -2
- data/spec/models/get_chat_e2ee_participant_keys200_response_data_inner_spec.rb +2 -2
- data/spec/models/get_chat_e2ee_participant_keys200_response_spec.rb +2 -2
- data/spec/models/get_chat_messages200_response_data_messages_inner_sender_spec.rb +2 -2
- data/spec/models/get_chat_messages200_response_data_messages_inner_spec.rb +2 -2
- data/spec/models/get_chat_messages200_response_data_spec.rb +2 -2
- data/spec/models/get_chat_messages200_response_spec.rb +2 -2
- data/spec/models/get_compliance_summary200_response_compliance_gdpr_spec.rb +2 -2
- data/spec/models/get_compliance_summary200_response_compliance_security_spec.rb +2 -2
- data/spec/models/get_compliance_summary200_response_compliance_soc2_spec.rb +2 -2
- data/spec/models/get_compliance_summary200_response_compliance_spec.rb +2 -2
- data/spec/models/get_compliance_summary200_response_spec.rb +2 -2
- data/spec/models/get_currency_fee_balance200_response_data_spec.rb +2 -2
- data/spec/models/get_currency_fee_balance200_response_spec.rb +2 -2
- data/spec/models/get_current_user200_response_spec.rb +2 -2
- data/spec/models/get_dashboard200_response_spec.rb +2 -2
- data/spec/models/get_event_throughput200_response_spec.rb +2 -2
- data/spec/models/get_fee_balances200_response_data_inner_spec.rb +2 -2
- data/spec/models/get_fee_balances200_response_spec.rb +2 -2
- data/spec/models/get_fee_breakdown200_response_data_spec.rb +2 -2
- data/spec/models/get_fee_breakdown200_response_spec.rb +2 -2
- data/spec/models/get_function_versions200_response_data_spec.rb +2 -2
- data/spec/models/get_function_versions200_response_data_versions_inner_spec.rb +2 -2
- data/spec/models/get_function_versions200_response_spec.rb +2 -2
- data/spec/models/get_global_analytics200_response_spec.rb +2 -2
- data/spec/models/get_historical_analytics200_response_data_inner_spec.rb +2 -2
- data/spec/models/get_historical_analytics200_response_spec.rb +2 -2
- data/spec/models/get_integration200_response_integration_spec.rb +2 -2
- data/spec/models/get_integration200_response_spec.rb +2 -2
- data/spec/models/get_integrations200_response_integrations_inner_spec.rb +2 -2
- data/spec/models/get_integrations200_response_spec.rb +2 -2
- data/spec/models/get_invoice200_response_invoice_spec.rb +2 -2
- data/spec/models/get_invoice200_response_spec.rb +2 -2
- data/spec/models/get_invoices200_response_invoices_inner_spec.rb +2 -2
- data/spec/models/get_invoices200_response_spec.rb +2 -2
- data/spec/models/get_local_session200_response_spec.rb +2 -2
- data/spec/models/get_multi_role_config200_response_data_spec.rb +2 -2
- data/spec/models/get_multi_role_config200_response_spec.rb +2 -2
- data/spec/models/get_o_auth_provider_config200_response_config_spec.rb +2 -2
- data/spec/models/get_o_auth_provider_config200_response_spec.rb +2 -2
- data/spec/models/get_org_o_auth_providers200_response_providers_inner_spec.rb +2 -2
- data/spec/models/get_org_o_auth_providers200_response_spec.rb +2 -2
- data/spec/models/get_organization_members200_response_spec.rb +2 -2
- data/spec/models/get_organization_usage200_response_all_of_suborgs_inner_spec.rb +2 -2
- data/spec/models/get_organization_usage200_response_spec.rb +2 -2
- data/spec/models/get_organization_users200_response_spec.rb +2 -2
- data/spec/models/get_organization_users200_response_users_inner_project_spec.rb +2 -2
- data/spec/models/get_organization_users200_response_users_inner_spec.rb +2 -2
- data/spec/models/get_overage200_response_overage_inner_spec.rb +2 -2
- data/spec/models/get_overage200_response_spec.rb +2 -2
- data/spec/models/get_payment_records200_response_data_pagination_spec.rb +2 -2
- data/spec/models/get_payment_records200_response_data_records_inner_spec.rb +2 -2
- data/spec/models/get_payment_records200_response_data_spec.rb +2 -2
- data/spec/models/get_payment_records200_response_spec.rb +2 -2
- data/spec/models/get_payout_history200_response_data_inner_spec.rb +2 -2
- data/spec/models/{get_transaction_history200_response_pagination_spec.rb → get_payout_history200_response_pagination_spec.rb} +8 -8
- data/spec/models/get_payout_history200_response_spec.rb +2 -2
- data/spec/models/get_pending_role_elevation_requests200_response_spec.rb +2 -2
- data/spec/models/get_permissions_matrix200_response_data_spec.rb +2 -2
- data/spec/models/get_permissions_matrix200_response_spec.rb +2 -2
- data/spec/models/get_plans200_response_spec.rb +2 -2
- data/spec/models/get_project_analytics200_response_spec.rb +2 -2
- data/spec/models/get_project_captcha_config200_response_captcha_spec.rb +2 -2
- data/spec/models/get_project_captcha_config200_response_spec.rb +2 -2
- data/spec/models/get_project_email_analytics200_response_spec.rb +2 -2
- data/spec/models/get_project_email_smtp200_response_spec.rb +2 -2
- data/spec/models/get_project_email_template200_response_spec.rb +2 -2
- data/spec/models/get_project_fcm_config200_response_data_spec.rb +2 -2
- data/spec/models/get_project_fcm_config200_response_spec.rb +2 -2
- data/spec/models/get_project_fee_dashboard200_response_data_balances_inner_spec.rb +2 -2
- data/spec/models/get_project_fee_dashboard200_response_data_recent_payouts_inner_spec.rb +2 -2
- data/spec/models/get_project_fee_dashboard200_response_data_spec.rb +2 -2
- data/spec/models/get_project_fee_dashboard200_response_spec.rb +2 -2
- data/spec/models/get_project_o_auth_providers200_response_providers_inner_spec.rb +2 -2
- data/spec/models/get_project_o_auth_providers200_response_spec.rb +2 -2
- data/spec/models/get_project_sms_byo200_response_spec.rb +2 -2
- data/spec/models/get_project_users200_response_spec.rb +2 -2
- data/spec/models/get_public_plans200_response_spec.rb +2 -2
- data/spec/models/get_role200_response_spec.rb +2 -2
- data/spec/models/get_role_elevation_status200_response_spec.rb +2 -2
- data/spec/models/get_search_analytics200_response_spec.rb +2 -2
- data/spec/models/get_search_analytics200_response_top_queries_inner_spec.rb +2 -2
- data/spec/models/get_search_suggestions200_response_spec.rb +2 -2
- data/spec/models/get_sub_organizations200_response_spec.rb +2 -2
- data/spec/models/get_subscription_tier_by_id200_response_plan_spec.rb +2 -2
- data/spec/models/get_subscription_tier_by_id200_response_spec.rb +2 -2
- data/spec/models/get_subscription_tiers200_response_plans_inner_spec.rb +2 -2
- data/spec/models/get_subscription_tiers200_response_spec.rb +2 -2
- data/spec/models/get_subscriptions200_response_spec.rb +2 -2
- data/spec/models/get_subscriptions200_response_subscriptions_inner_spec.rb +2 -2
- data/spec/models/get_templates200_response_spec.rb +2 -2
- data/spec/models/get_templates200_response_templates_inner_spec.rb +2 -2
- data/spec/models/get_usage_stats200_response_spec.rb +2 -2
- data/spec/models/get_usage_stats200_response_stats_spec.rb +2 -2
- data/spec/models/get_usage_warnings200_response_spec.rb +2 -2
- data/spec/models/get_usage_warnings200_response_warnings_inner_spec.rb +2 -2
- data/spec/models/get_user_chats200_response_data_chats_inner_last_message_spec.rb +2 -2
- data/spec/models/get_user_chats200_response_data_chats_inner_spec.rb +2 -2
- data/spec/models/get_user_chats200_response_data_spec.rb +2 -2
- data/spec/models/get_user_chats200_response_spec.rb +2 -2
- data/spec/models/get_user_overview200_response_footprint_spec.rb +2 -2
- data/spec/models/get_user_overview200_response_spec.rb +2 -2
- data/spec/models/get_users_by_role200_response_spec.rb +2 -2
- data/spec/models/get_webhook_config200_response_data_spec.rb +2 -2
- data/spec/models/get_webhook_config200_response_data_transformations_inner_spec.rb +2 -2
- data/spec/models/get_webhook_config200_response_spec.rb +2 -2
- data/spec/models/get_webhook_config404_response_spec.rb +2 -2
- data/spec/models/health_response_services_spec.rb +2 -2
- data/spec/models/health_response_spec.rb +2 -2
- data/spec/models/import_integration_request_spec.rb +2 -2
- data/spec/models/initialize_org_plan_checkout200_response_data_spec.rb +2 -2
- data/spec/models/initialize_org_plan_checkout200_response_spec.rb +2 -2
- data/spec/models/initialize_org_plan_checkout_request_spec.rb +2 -2
- data/spec/models/initialize_payment200_response_data_spec.rb +2 -2
- data/spec/models/initialize_payment200_response_spec.rb +2 -2
- data/spec/models/initialize_payment_for_project_request_spec.rb +2 -2
- data/spec/models/initialize_payment_request_customer_spec.rb +2 -2
- data/spec/models/initialize_payment_request_spec.rb +2 -2
- data/spec/models/initiate_address_verification200_response_spec.rb +2 -2
- data/spec/models/initiate_o_auth400_response_spec.rb +2 -2
- data/spec/models/initiate_o_auth404_response_spec.rb +2 -2
- data/spec/models/initiate_org_o_auth400_response_spec.rb +2 -2
- data/spec/models/internal_custom_domain_addon_request_spec.rb +2 -2
- data/spec/models/internal_domain_dns_recheck_batch_request_spec.rb +2 -2
- data/spec/models/invite_member_request_spec.rb +2 -2
- data/spec/models/invite_sub_organization_member200_response_spec.rb +2 -2
- data/spec/models/invite_team_member200_response_spec.rb +2 -2
- data/spec/models/limits_spec.rb +2 -2
- data/spec/models/list_api_keys200_response_spec.rb +2 -2
- data/spec/models/list_backups200_response_backups_inner_spec.rb +2 -2
- data/spec/models/list_backups200_response_spec.rb +2 -2
- data/spec/models/list_collections200_response_spec.rb +2 -2
- data/spec/models/list_o_auth_providers200_response_providers_inner_spec.rb +2 -2
- data/spec/models/list_o_auth_providers200_response_spec.rb +2 -2
- data/spec/models/list_organizations200_response_spec.rb +2 -2
- data/spec/models/list_project_email_templates200_response_spec.rb +2 -2
- data/spec/models/list_projects200_response_spec.rb +2 -2
- data/spec/models/list_roles200_response_spec.rb +2 -2
- data/spec/models/log_security_event200_response_event_spec.rb +2 -2
- data/spec/models/log_security_event200_response_spec.rb +2 -2
- data/spec/models/log_security_event_request_details_spec.rb +2 -2
- data/spec/models/log_security_event_request_spec.rb +2 -2
- data/spec/models/login_local_user200_response_spec.rb +2 -2
- data/spec/models/login_local_user200_response_user_spec.rb +2 -2
- data/spec/models/login_local_user403_response_spec.rb +2 -2
- data/spec/models/login_local_user_request_spec.rb +2 -2
- data/spec/models/login_request_spec.rb +2 -2
- data/spec/models/magic_link_request_spec.rb +2 -2
- data/spec/models/mark_messages_as_read200_response_data_spec.rb +2 -2
- data/spec/models/mark_messages_as_read200_response_spec.rb +2 -2
- data/spec/models/mark_messages_as_read_request_spec.rb +2 -2
- data/spec/models/mcp_config_get200_response_spec.rb +2 -2
- data/spec/models/mcp_config_get200_response_tools_inner_spec.rb +2 -2
- data/spec/models/message_history_response_data_spec.rb +2 -2
- data/spec/models/message_history_response_spec.rb +2 -2
- data/spec/models/message_response_spec.rb +2 -2
- data/spec/models/message_sent_response_data_spec.rb +2 -2
- data/spec/models/message_sent_response_spec.rb +2 -2
- data/spec/models/message_spec.rb +2 -2
- data/spec/models/message_stats_response_data_by_status_spec.rb +2 -2
- data/spec/models/message_stats_response_data_by_type_spec.rb +2 -2
- data/spec/models/message_stats_response_data_period_spec.rb +2 -2
- data/spec/models/message_stats_response_data_spec.rb +2 -2
- data/spec/models/message_stats_response_spec.rb +2 -2
- data/spec/models/monitoring_analytics_response_spec.rb +2 -2
- data/spec/models/monitoring_analytics_response_stats_inner_spec.rb +2 -2
- data/spec/models/monitoring_analytics_response_totals_spec.rb +2 -2
- data/spec/models/monitoring_logs_response_logs_inner_spec.rb +2 -2
- data/spec/models/monitoring_logs_response_logs_inner_user_spec.rb +2 -2
- data/spec/models/monitoring_logs_response_spec.rb +2 -2
- data/spec/models/monitoring_performance_response_metrics_spec.rb +2 -2
- data/spec/models/monitoring_performance_response_spec.rb +2 -2
- data/spec/models/org_add_domain_response_spec.rb +2 -2
- data/spec/models/org_custom_domain_platform_ready_request_spec.rb +2 -2
- data/spec/models/org_dns_instructions_response_spec.rb +2 -2
- data/spec/models/org_dns_record_spec.rb +2 -2
- data/spec/models/org_domain_entry_org_console_spec.rb +3 -3
- data/spec/models/org_domain_entry_with_dns_spec.rb +3 -3
- data/spec/models/org_domains_list_response_spec.rb +2 -2
- data/spec/models/{org_cloudflare_edge_hints_ownership_verification_spec.rb → org_edge_hints_ownership_verification_spec.rb} +8 -8
- data/spec/models/{org_cloudflare_edge_hints_spec.rb → org_edge_hints_spec.rb} +8 -8
- data/spec/models/org_o_auth_callback400_response_spec.rb +2 -2
- data/spec/models/org_patch_domain_response_spec.rb +2 -2
- data/spec/models/org_platform_dns_verification_customer_spec.rb +2 -2
- data/spec/models/{org_cloudflare_ssl_validation_record_spec.rb → org_ssl_validation_record_spec.rb} +8 -8
- data/spec/models/org_verify_custom_domain_dns_failure_response_spec.rb +2 -2
- data/spec/models/org_verify_custom_domain_dns_success_response_spec.rb +3 -3
- data/spec/models/organization_spec.rb +2 -2
- data/spec/models/organization_summary_spec.rb +2 -2
- data/spec/models/otp_send_request_spec.rb +2 -2
- data/spec/models/otp_verify_request_spec.rb +2 -2
- data/spec/models/pagination_spec.rb +2 -2
- data/spec/models/patch_org_domain_request_spec.rb +2 -2
- data/spec/models/patch_project_fcm_config_request_one_of1_spec.rb +2 -2
- data/spec/models/patch_project_fcm_config_request_one_of_spec.rb +2 -2
- data/spec/models/patch_project_fcm_config_request_spec.rb +2 -2
- data/spec/models/permission_spec.rb +2 -2
- data/spec/models/plan_spec.rb +2 -2
- data/spec/models/presigned_post_response_spec.rb +2 -2
- data/spec/models/preview_project_email_template_request_spec.rb +2 -2
- data/spec/models/project_dashboard_overview_response_spec.rb +2 -2
- data/spec/models/project_email_send_request_spec.rb +2 -2
- data/spec/models/project_settings_spec.rb +2 -2
- data/spec/models/project_sms_byo_patch_request_spec.rb +2 -2
- data/spec/models/project_sms_byo_public_spec.rb +2 -2
- data/spec/models/project_smtp_patch_request_spec.rb +2 -2
- data/spec/models/project_smtp_settings_public_spec.rb +2 -2
- data/spec/models/project_smtp_test_request_spec.rb +2 -2
- data/spec/models/project_spec.rb +2 -2
- data/spec/models/project_summary_spec.rb +2 -2
- data/spec/models/project_usage_response_spec.rb +2 -2
- data/spec/models/project_usage_spec.rb +2 -2
- data/spec/models/project_usage_stats_response_project_spec.rb +2 -2
- data/spec/models/project_usage_stats_response_spec.rb +2 -2
- data/spec/models/project_usage_summary_response_spec.rb +2 -2
- data/spec/models/provision_enterprise_request_spec.rb +2 -2
- data/spec/models/push_notification_request_spec.rb +2 -2
- data/spec/models/put_chat_e2ee_key200_response_data_spec.rb +2 -2
- data/spec/models/put_chat_e2ee_key200_response_spec.rb +2 -2
- data/spec/models/put_chat_e2ee_key_request_spec.rb +2 -2
- data/spec/models/rate_limit_spec.rb +2 -2
- data/spec/models/record_usage_request_spec.rb +2 -2
- data/spec/models/refresh_token200_response_spec.rb +2 -2
- data/spec/models/refresh_token400_response_spec.rb +2 -2
- data/spec/models/refresh_token_request_spec.rb +2 -2
- data/spec/models/regenerate_api_key200_response_spec.rb +2 -2
- data/spec/models/register_local_user201_response_spec.rb +2 -2
- data/spec/models/register_local_user201_response_user_spec.rb +2 -2
- data/spec/models/register_local_user_request_spec.rb +2 -2
- data/spec/models/register_request_spec.rb +2 -2
- data/spec/models/register_user429_response_spec.rb +2 -2
- data/spec/models/register_with_role201_response_role_spec.rb +2 -2
- data/spec/models/register_with_role201_response_spec.rb +2 -2
- data/spec/models/register_with_role201_response_user_spec.rb +2 -2
- data/spec/models/register_with_role_request_spec.rb +2 -2
- data/spec/models/remove_participant_request_spec.rb +2 -2
- data/spec/models/remove_reaction200_response_data_inner_spec.rb +2 -2
- data/spec/models/remove_reaction200_response_spec.rb +2 -2
- data/spec/models/remove_team_member200_response_spec.rb +2 -2
- data/spec/models/request_local_password_reset_request_spec.rb +2 -2
- data/spec/models/request_manual_payout_request_spec.rb +2 -2
- data/spec/models/request_password_reset_request_spec.rb +2 -2
- data/spec/models/request_role_elevation200_response_spec.rb +2 -2
- data/spec/models/request_role_elevation_request_spec.rb +2 -2
- data/spec/models/resend_verification_auth_request_spec.rb +2 -2
- data/spec/models/reset_local_password_request_spec.rb +2 -2
- data/spec/models/reset_password_request_spec.rb +2 -2
- data/spec/models/restore_backup200_response_restore_spec.rb +2 -2
- data/spec/models/restore_backup200_response_spec.rb +2 -2
- data/spec/models/restore_backup_request_spec.rb +2 -2
- data/spec/models/retry_webhook400_response_spec.rb +2 -2
- data/spec/models/retry_webhook_response_spec.rb +2 -2
- data/spec/models/rollback_function_request_spec.rb +2 -2
- data/spec/models/search_response_data_spec.rb +2 -2
- data/spec/models/search_response_spec.rb +2 -2
- data/spec/models/search_result_item_spec.rb +2 -2
- data/spec/models/search_result_spec.rb +2 -2
- data/spec/models/send_message201_response_data_spec.rb +2 -2
- data/spec/models/send_message201_response_spec.rb +2 -2
- data/spec/models/send_message_request_e2ee_spec.rb +2 -2
- data/spec/models/send_message_request_spec.rb +2 -2
- data/spec/models/send_push_notification429_response_spec.rb +2 -2
- data/spec/models/session_response_spec.rb +2 -2
- data/spec/models/set_org_primary_domain_request_spec.rb +2 -2
- data/spec/models/signed_url_response_spec.rb +2 -2
- data/spec/models/simulate_app_permissions200_response_evaluated_spec.rb +2 -2
- data/spec/models/simulate_app_permissions200_response_spec.rb +2 -2
- data/spec/models/simulate_app_permissions_request_spec.rb +2 -2
- data/spec/models/simulate_function_trigger_request_spec.rb +2 -2
- data/spec/models/sms_request_spec.rb +2 -2
- data/spec/models/storage_config_spec.rb +2 -2
- data/spec/models/system_status_response_data_cpu_spec.rb +2 -2
- data/spec/models/system_status_response_data_database_spec.rb +2 -2
- data/spec/models/system_status_response_data_memory_spec.rb +2 -2
- data/spec/models/system_status_response_data_requests_spec.rb +2 -2
- data/spec/models/system_status_response_data_spec.rb +2 -2
- data/spec/models/system_status_response_data_storage_spec.rb +2 -2
- data/spec/models/system_status_response_spec.rb +2 -2
- data/spec/models/{get_cancel_params200_response_spec.rb → test_integration200_response_spec.rb} +8 -8
- data/spec/models/test_integration_request_spec.rb +2 -2
- data/spec/models/test_webhook_transformation200_response_data_spec.rb +2 -2
- data/spec/models/test_webhook_transformation200_response_spec.rb +2 -2
- data/spec/models/test_webhook_transformation_request_spec.rb +2 -2
- data/spec/models/toggle_role_request_spec.rb +2 -2
- data/spec/models/trigger_function_webhook200_response_spec.rb +2 -2
- data/spec/models/trigger_function_webhook400_response_spec.rb +2 -2
- data/spec/models/trigger_function_webhook401_response_spec.rb +2 -2
- data/spec/models/trigger_webhook_request_spec.rb +2 -2
- data/spec/models/trigger_webhook_response_spec.rb +2 -2
- data/spec/models/two_fa_setup_response_spec.rb +2 -2
- data/spec/models/unlink_o_auth_provider200_response_spec.rb +2 -2
- data/spec/models/update_api_key200_response_spec.rb +2 -2
- data/spec/models/update_api_key_request_spec.rb +2 -2
- data/spec/models/update_bucket_request_spec.rb +2 -2
- data/spec/models/update_collection_permissions_request_spec.rb +2 -2
- data/spec/models/update_collection_request_spec.rb +2 -2
- data/spec/models/update_currency_fee_settings_request_spec.rb +2 -2
- data/spec/models/update_function_request_limits_spec.rb +2 -2
- data/spec/models/update_function_request_retry_policy_spec.rb +2 -2
- data/spec/models/update_function_request_spec.rb +2 -2
- data/spec/models/update_integration_request_spec.rb +2 -2
- data/spec/models/update_member_role200_response_spec.rb +2 -2
- data/spec/models/update_member_role_request_spec.rb +2 -2
- data/spec/models/update_multi_role_settings200_response_spec.rb +2 -2
- data/spec/models/update_multi_role_settings_request_settings_spec.rb +2 -2
- data/spec/models/update_multi_role_settings_request_spec.rb +2 -2
- data/spec/models/update_o_auth_provider_config_request_spec.rb +2 -2
- data/spec/models/update_organization200_response_spec.rb +2 -2
- data/spec/models/update_organization_plan200_response_one_of1_spec.rb +2 -2
- data/spec/models/update_organization_plan200_response_one_of_spec.rb +2 -2
- data/spec/models/update_organization_plan200_response_spec.rb +2 -2
- data/spec/models/update_organization_plan_request_spec.rb +2 -2
- data/spec/models/update_organization_request_spec.rb +2 -2
- data/spec/models/update_plan_request_spec.rb +2 -2
- data/spec/models/update_project_request_spec.rb +2 -2
- data/spec/models/update_project_role_request_spec.rb +2 -2
- data/spec/models/update_role200_response_spec.rb +2 -2
- data/spec/models/update_role_request_spec.rb +2 -2
- data/spec/models/update_sub_organization200_response_spec.rb +2 -2
- data/spec/models/update_user_account_status200_response_spec.rb +2 -2
- data/spec/models/update_user_account_status200_response_user_spec.rb +2 -2
- data/spec/models/update_user_account_status_request_spec.rb +2 -2
- data/spec/models/update_user_profile200_response_spec.rb +2 -2
- data/spec/models/update_user_request_spec.rb +2 -2
- data/spec/models/upload_files413_response_spec.rb +2 -2
- data/spec/models/upload_project_logo200_response_spec.rb +2 -2
- data/spec/models/upload_verification_documents_request_documents_inner_spec.rb +2 -2
- data/spec/models/upload_verification_documents_request_spec.rb +2 -2
- data/spec/models/upsert_project_email_template_request_spec.rb +2 -2
- data/spec/models/usage_response_spec.rb +2 -2
- data/spec/models/usage_spec.rb +2 -2
- data/spec/models/usage_stats_response_percentages_spec.rb +2 -2
- data/spec/models/usage_stats_response_spec.rb +2 -2
- data/spec/models/usage_trends_response_spec.rb +2 -2
- data/spec/models/usage_trends_response_trends_inner_id_spec.rb +2 -2
- data/spec/models/usage_trends_response_trends_inner_spec.rb +2 -2
- data/spec/models/user_spec.rb +2 -2
- data/spec/models/user_summary_spec.rb +2 -2
- data/spec/models/validate_password_reset_token200_response_spec.rb +2 -2
- data/spec/models/validate_password_reset_token400_response_spec.rb +2 -2
- data/spec/models/validate_password_reset_token_request_spec.rb +2 -2
- data/spec/models/verified_role_upgrade200_response_spec.rb +2 -2
- data/spec/models/verified_role_upgrade_request_spec.rb +2 -2
- data/spec/models/verify2_fa_request_spec.rb +2 -2
- data/spec/models/verify_email_auth_request_spec.rb +2 -2
- data/spec/models/verify_magic_link_request_spec.rb +2 -2
- data/spec/models/verify_org_plan_payment200_response_data_spec.rb +2 -2
- data/spec/models/verify_org_plan_payment200_response_spec.rb +2 -2
- data/spec/models/verify_payment200_response_data_spec.rb +2 -2
- data/spec/models/verify_payment200_response_data_subscription_spec.rb +2 -2
- data/spec/models/verify_payment200_response_spec.rb +2 -2
- data/spec/models/verify_project_email_smtp_domain_request_spec.rb +2 -2
- data/spec/models/webhook_list_response_spec.rb +2 -2
- data/spec/models/webhook_log_response_spec.rb +2 -2
- data/spec/models/webhook_log_spec.rb +2 -2
- data/spec/models/webhook_stats_response_event_stats_inner_spec.rb +2 -2
- data/spec/models/webhook_stats_response_spec.rb +2 -2
- data/spec/models/webhook_stats_response_status_stats_inner_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +603 -895
- data/docs/BroadcastNonCustodialTransaction200Response.md +0 -22
- data/docs/BroadcastNonCustodialTransaction200ResponseData.md +0 -24
- data/docs/BroadcastNonCustodialTransactionRequest.md +0 -22
- data/docs/CalculateWalletFee200Response.md +0 -20
- data/docs/CalculateWalletFee200ResponseData.md +0 -48
- data/docs/CalculateWalletFee200ResponseDataFeeTiersValue.md +0 -20
- data/docs/CreateWallet201ResponseData.md +0 -30
- data/docs/CreateWalletRequest.md +0 -26
- data/docs/CreateWalletWebhook201Response.md +0 -22
- data/docs/CreateWalletWebhookRequest.md +0 -26
- data/docs/CreateWalletWebhookRequestFilters.md +0 -20
- data/docs/EstimateNetworkFee200Response.md +0 -20
- data/docs/EstimateNetworkFeeRequest.md +0 -22
- data/docs/EstimateNonCustodialGas200Response.md +0 -20
- data/docs/EstimateNonCustodialGas200ResponseData.md +0 -38
- data/docs/EstimateNonCustodialGasRequest.md +0 -20
- data/docs/EstimateNonCustodialGasRequestTransaction.md +0 -28
- data/docs/GeneratePrivateKey200Response.md +0 -20
- data/docs/GeneratePrivateKey200ResponseData.md +0 -24
- data/docs/GeneratePrivateKeyRequest.md +0 -18
- data/docs/GetAllFees200Response.md +0 -20
- data/docs/GetAllFees200ResponseData.md +0 -22
- data/docs/GetBalance200ResponseData.md +0 -26
- data/docs/GetCancelParams200Response.md +0 -20
- data/docs/GetCancelParams200ResponseData.md +0 -36
- data/docs/GetCancelParamsRequest.md +0 -22
- data/docs/GetNetworkStatus200Response.md +0 -20
- data/docs/GetNetworkStatus200ResponseDataValue.md +0 -24
- data/docs/GetNonCustodialBalance200Response.md +0 -20
- data/docs/GetNonCustodialTransactionByHash200Response.md +0 -20
- data/docs/GetNonCustodialTransactions200Response.md +0 -22
- data/docs/GetScannerMetrics200Response.md +0 -22
- data/docs/GetScannerMetrics200ResponseAlertsInner.md +0 -22
- data/docs/GetScannerMetrics200ResponseMetricsValue.md +0 -24
- data/docs/GetSpeedUpParams200Response.md +0 -20
- data/docs/GetSpeedUpParams200ResponseData.md +0 -36
- data/docs/GetSpeedUpParamsRequest.md +0 -22
- data/docs/GetSupportedCurrencies200Response.md +0 -20
- data/docs/GetSupportedCurrencies200ResponseData.md +0 -20
- data/docs/GetSupportedCurrencies200ResponseDataCurrenciesInner.md +0 -24
- data/docs/GetTransaction200Response.md +0 -20
- data/docs/GetTransaction200ResponseData.md +0 -48
- data/docs/GetTransactionHistory200Response.md +0 -22
- data/docs/GetUserWallets200Response.md +0 -20
- data/docs/GetWalletFeeConfig200Response.md +0 -20
- data/docs/GetWalletFeeConfig200ResponseData.md +0 -20
- data/docs/GetWalletPrivateKey200Response.md +0 -22
- data/docs/GetWalletPrivateKey200ResponseData.md +0 -26
- data/docs/GetWalletWebhookLogs200Response.md +0 -20
- data/docs/HandleFlutterwaveWebhook200Response.md +0 -18
- data/docs/HandleFlutterwaveWebhookRequest.md +0 -20
- data/docs/HandleFlutterwaveWebhookRequestData.md +0 -32
- data/docs/HandleFlutterwaveWebhookRequestDataCustomer.md +0 -20
- data/docs/ListNonCustodialAddresses200Response.md +0 -22
- data/docs/ListWalletWebhooks200Response.md +0 -22
- data/docs/NonCustodialAddress.md +0 -40
- data/docs/NonCustodialAddressResponse.md +0 -22
- data/docs/RegisterNonCustodialAddressRequest.md +0 -26
- data/docs/TestWalletWebhookRequest.md +0 -24
- data/docs/UpdateNonCustodialAddress200Response.md +0 -22
- data/docs/UpdateNonCustodialAddressRequest.md +0 -20
- data/docs/UpdateWalletFeeConfig200Response.md +0 -22
- data/docs/UpdateWalletFeeConfig200ResponseData.md +0 -20
- data/docs/UpdateWalletFeeConfigRequest.md +0 -20
- data/docs/UpdateWalletWebhookRequest.md +0 -24
- data/docs/ValidateAddress200Response.md +0 -20
- data/docs/ValidateAddress200ResponseData.md +0 -22
- data/docs/ValidateAddressRequest.md +0 -20
- data/docs/WalletApi.md +0 -2453
- data/docs/WalletBalance.md +0 -30
- data/docs/WalletTransaction.md +0 -60
- data/docs/WalletTransactionTokenTransfersInner.md +0 -32
- data/docs/WalletWebhook.md +0 -32
- data/docs/WalletWebhookFilters.md +0 -20
- data/docs/WalletWebhookStats.md +0 -24
- data/docs/Withdraw200Response.md +0 -22
- data/docs/Withdraw200ResponseData.md +0 -34
- data/docs/WithdrawRequest.md +0 -24
- data/lib/mudbase/api/wallet_api.rb +0 -2254
- data/lib/mudbase/models/broadcast_non_custodial_transaction200_response.rb +0 -165
- data/lib/mudbase/models/broadcast_non_custodial_transaction200_response_data.rb +0 -175
- data/lib/mudbase/models/broadcast_non_custodial_transaction_request.rb +0 -243
- data/lib/mudbase/models/calculate_wallet_fee200_response.rb +0 -156
- data/lib/mudbase/models/calculate_wallet_fee200_response_data.rb +0 -332
- data/lib/mudbase/models/calculate_wallet_fee200_response_data_fee_tiers_value.rb +0 -156
- data/lib/mudbase/models/create_wallet201_response_data.rb +0 -201
- data/lib/mudbase/models/create_wallet_request.rb +0 -228
- data/lib/mudbase/models/create_wallet_webhook201_response.rb +0 -165
- data/lib/mudbase/models/create_wallet_webhook_request.rb +0 -233
- data/lib/mudbase/models/estimate_network_fee200_response.rb +0 -157
- data/lib/mudbase/models/estimate_network_fee_request.rb +0 -247
- data/lib/mudbase/models/estimate_non_custodial_gas200_response.rb +0 -156
- data/lib/mudbase/models/estimate_non_custodial_gas200_response_data.rb +0 -248
- data/lib/mudbase/models/estimate_non_custodial_gas_request.rb +0 -198
- data/lib/mudbase/models/estimate_non_custodial_gas_request_transaction.rb +0 -216
- data/lib/mudbase/models/generate_private_key200_response.rb +0 -156
- data/lib/mudbase/models/generate_private_key200_response_data.rb +0 -174
- data/lib/mudbase/models/get_all_fees200_response.rb +0 -156
- data/lib/mudbase/models/get_all_fees200_response_data.rb +0 -169
- data/lib/mudbase/models/get_balance200_response_data.rb +0 -183
- data/lib/mudbase/models/get_cancel_params200_response_data.rb +0 -231
- data/lib/mudbase/models/get_network_status200_response.rb +0 -158
- data/lib/mudbase/models/get_network_status200_response_data_value.rb +0 -210
- data/lib/mudbase/models/get_non_custodial_balance200_response.rb +0 -156
- data/lib/mudbase/models/get_non_custodial_transaction_by_hash200_response.rb +0 -156
- data/lib/mudbase/models/get_non_custodial_transactions200_response.rb +0 -167
- data/lib/mudbase/models/get_scanner_metrics200_response.rb +0 -170
- data/lib/mudbase/models/get_scanner_metrics200_response_alerts_inner.rb +0 -165
- data/lib/mudbase/models/get_scanner_metrics200_response_metrics_value.rb +0 -178
- data/lib/mudbase/models/get_speed_up_params200_response.rb +0 -156
- data/lib/mudbase/models/get_speed_up_params200_response_data.rb +0 -229
- data/lib/mudbase/models/get_speed_up_params_request.rb +0 -209
- data/lib/mudbase/models/get_supported_currencies200_response.rb +0 -156
- data/lib/mudbase/models/get_supported_currencies200_response_data.rb +0 -159
- data/lib/mudbase/models/get_supported_currencies200_response_data_currencies_inner.rb +0 -181
- data/lib/mudbase/models/get_transaction200_response.rb +0 -156
- data/lib/mudbase/models/get_transaction200_response_data.rb +0 -352
- data/lib/mudbase/models/get_transaction_history200_response.rb +0 -167
- data/lib/mudbase/models/get_wallet_fee_config200_response.rb +0 -156
- data/lib/mudbase/models/get_wallet_fee_config200_response_data.rb +0 -186
- data/lib/mudbase/models/get_wallet_private_key200_response.rb +0 -165
- data/lib/mudbase/models/get_wallet_private_key200_response_data.rb +0 -183
- data/lib/mudbase/models/get_wallet_webhook_logs200_response.rb +0 -158
- data/lib/mudbase/models/handle_flutterwave_webhook_request.rb +0 -157
- data/lib/mudbase/models/handle_flutterwave_webhook_request_data.rb +0 -211
- data/lib/mudbase/models/handle_flutterwave_webhook_request_data_customer.rb +0 -156
- data/lib/mudbase/models/list_non_custodial_addresses200_response.rb +0 -167
- data/lib/mudbase/models/list_wallet_webhooks200_response.rb +0 -167
- data/lib/mudbase/models/non_custodial_address.rb +0 -283
- data/lib/mudbase/models/non_custodial_address_response.rb +0 -165
- data/lib/mudbase/models/register_non_custodial_address_request.rb +0 -246
- data/lib/mudbase/models/test_wallet_webhook200_response.rb +0 -156
- data/lib/mudbase/models/test_wallet_webhook_request.rb +0 -191
- data/lib/mudbase/models/update_non_custodial_address200_response.rb +0 -165
- data/lib/mudbase/models/update_non_custodial_address_request.rb +0 -177
- data/lib/mudbase/models/update_wallet_fee_config200_response.rb +0 -165
- data/lib/mudbase/models/update_wallet_fee_config200_response_data.rb +0 -156
- data/lib/mudbase/models/update_wallet_fee_config_request.rb +0 -186
- data/lib/mudbase/models/update_wallet_webhook200_response.rb +0 -156
- data/lib/mudbase/models/update_wallet_webhook_request.rb +0 -176
- data/lib/mudbase/models/validate_address200_response_data.rb +0 -165
- data/lib/mudbase/models/validate_address_request.rb +0 -214
- data/lib/mudbase/models/wallet_balance.rb +0 -204
- data/lib/mudbase/models/wallet_transaction.rb +0 -390
- data/lib/mudbase/models/wallet_transaction_token_transfers_inner.rb +0 -212
- data/lib/mudbase/models/wallet_webhook.rb +0 -234
- data/lib/mudbase/models/wallet_webhook_filters.rb +0 -182
- data/lib/mudbase/models/wallet_webhook_stats.rb +0 -175
- data/lib/mudbase/models/withdraw200_response.rb +0 -165
- data/lib/mudbase/models/withdraw200_response_data.rb +0 -256
- data/lib/mudbase/models/withdraw_request.rb +0 -211
- data/spec/api/wallet_api_spec.rb +0 -440
- data/spec/models/broadcast_non_custodial_transaction200_response_data_spec.rb +0 -54
- data/spec/models/broadcast_non_custodial_transaction200_response_spec.rb +0 -48
- data/spec/models/broadcast_non_custodial_transaction_request_spec.rb +0 -52
- data/spec/models/calculate_wallet_fee200_response_data_fee_tiers_value_spec.rb +0 -42
- data/spec/models/calculate_wallet_fee200_response_data_spec.rb +0 -130
- data/spec/models/calculate_wallet_fee200_response_spec.rb +0 -42
- data/spec/models/create_wallet201_response_data_spec.rb +0 -72
- data/spec/models/create_wallet_request_spec.rb +0 -64
- data/spec/models/create_wallet_webhook201_response_spec.rb +0 -48
- data/spec/models/create_wallet_webhook_request_filters_spec.rb +0 -46
- data/spec/models/create_wallet_webhook_request_spec.rb +0 -64
- data/spec/models/estimate_network_fee200_response_spec.rb +0 -42
- data/spec/models/estimate_network_fee_request_spec.rb +0 -56
- data/spec/models/estimate_non_custodial_gas200_response_data_spec.rb +0 -96
- data/spec/models/estimate_non_custodial_gas200_response_spec.rb +0 -42
- data/spec/models/estimate_non_custodial_gas_request_spec.rb +0 -46
- data/spec/models/estimate_non_custodial_gas_request_transaction_spec.rb +0 -66
- data/spec/models/generate_private_key200_response_data_spec.rb +0 -54
- data/spec/models/generate_private_key200_response_spec.rb +0 -42
- data/spec/models/generate_private_key_request_spec.rb +0 -40
- data/spec/models/get_all_fees200_response_data_spec.rb +0 -48
- data/spec/models/get_balance200_response_data_spec.rb +0 -60
- data/spec/models/get_cancel_params200_response_data_spec.rb +0 -90
- data/spec/models/get_network_status200_response_data_value_spec.rb +0 -58
- data/spec/models/get_network_status200_response_spec.rb +0 -42
- data/spec/models/get_non_custodial_balance200_response_spec.rb +0 -42
- data/spec/models/get_non_custodial_transaction_by_hash200_response_spec.rb +0 -42
- data/spec/models/get_non_custodial_transactions200_response_spec.rb +0 -48
- data/spec/models/get_scanner_metrics200_response_alerts_inner_spec.rb +0 -48
- data/spec/models/get_scanner_metrics200_response_metrics_value_spec.rb +0 -54
- data/spec/models/get_scanner_metrics200_response_spec.rb +0 -48
- data/spec/models/get_speed_up_params200_response_data_spec.rb +0 -90
- data/spec/models/get_speed_up_params200_response_spec.rb +0 -42
- data/spec/models/get_speed_up_params_request_spec.rb +0 -52
- data/spec/models/get_supported_currencies200_response_data_currencies_inner_spec.rb +0 -54
- data/spec/models/get_supported_currencies200_response_data_spec.rb +0 -42
- data/spec/models/get_supported_currencies200_response_spec.rb +0 -42
- data/spec/models/get_transaction200_response_data_spec.rb +0 -142
- data/spec/models/get_transaction200_response_spec.rb +0 -42
- data/spec/models/get_transaction_history200_response_spec.rb +0 -48
- data/spec/models/get_user_wallets200_response_spec.rb +0 -42
- data/spec/models/get_wallet_fee_config200_response_data_spec.rb +0 -42
- data/spec/models/get_wallet_fee_config200_response_spec.rb +0 -42
- data/spec/models/get_wallet_private_key200_response_data_spec.rb +0 -60
- data/spec/models/get_wallet_private_key200_response_spec.rb +0 -48
- data/spec/models/get_wallet_webhook_logs200_response_spec.rb +0 -42
- data/spec/models/handle_flutterwave_webhook_request_data_customer_spec.rb +0 -42
- data/spec/models/handle_flutterwave_webhook_request_data_spec.rb +0 -78
- data/spec/models/handle_flutterwave_webhook_request_spec.rb +0 -42
- data/spec/models/list_non_custodial_addresses200_response_spec.rb +0 -48
- data/spec/models/list_wallet_webhooks200_response_spec.rb +0 -48
- data/spec/models/non_custodial_address_response_spec.rb +0 -48
- data/spec/models/non_custodial_address_spec.rb +0 -106
- data/spec/models/register_non_custodial_address_request_spec.rb +0 -64
- data/spec/models/test_wallet_webhook200_response_spec.rb +0 -42
- data/spec/models/test_wallet_webhook_request_spec.rb +0 -54
- data/spec/models/update_non_custodial_address200_response_spec.rb +0 -48
- data/spec/models/update_non_custodial_address_request_spec.rb +0 -42
- data/spec/models/update_wallet_fee_config200_response_data_spec.rb +0 -42
- data/spec/models/update_wallet_fee_config200_response_spec.rb +0 -48
- data/spec/models/update_wallet_fee_config_request_spec.rb +0 -42
- data/spec/models/update_wallet_webhook200_response_spec.rb +0 -42
- data/spec/models/update_wallet_webhook_request_spec.rb +0 -54
- data/spec/models/validate_address200_response_data_spec.rb +0 -48
- data/spec/models/validate_address200_response_spec.rb +0 -42
- data/spec/models/validate_address_request_spec.rb +0 -46
- data/spec/models/wallet_balance_spec.rb +0 -72
- data/spec/models/wallet_transaction_spec.rb +0 -170
- data/spec/models/wallet_transaction_token_transfers_inner_spec.rb +0 -78
- data/spec/models/wallet_webhook_spec.rb +0 -82
- data/spec/models/withdraw200_response_data_spec.rb +0 -88
- data/spec/models/withdraw200_response_spec.rb +0 -48
- data/spec/models/withdraw_request_spec.rb +0 -54
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -267,7 +267,7 @@ describe 'BillingApi' do
|
|
|
267
267
|
|
|
268
268
|
# unit tests for get_subscription_tiers
|
|
269
269
|
# Get subscription tiers (org-level BaaS plans)
|
|
270
|
-
# **Org-level BaaS plan catalog** (source of truth in paymentService.js). Returns Free, Starter ($29), Growth ($69), Scale ($199), Enterprise. Use for pricing page and to get plan ids for POST /api/billing/org/checkout. Public; no auth required. Each plan includes id (free|starter|growth|scale|enterprise), name, description, price (cents), priceYearly (cents,
|
|
270
|
+
# **Org-level BaaS plan catalog** (source of truth in paymentService.js). Returns Free, Starter ($29), Growth ($69), Scale ($199), Enterprise. Use for pricing page and to get plan ids for POST /api/billing/org/checkout. Public; no auth required. Each plan includes id (free|starter|growth|scale|enterprise), name, description, price (cents), priceYearly (cents, 2 months free), currency, limits, overages, enforcement.
|
|
271
271
|
# @param [Hash] opts the optional parameters
|
|
272
272
|
# @return [GetSubscriptionTiers200Response]
|
|
273
273
|
describe 'get_subscription_tiers test' do
|
|
@@ -287,18 +287,6 @@ describe 'BillingApi' do
|
|
|
287
287
|
end
|
|
288
288
|
end
|
|
289
289
|
|
|
290
|
-
# unit tests for handle_flutterwave_webhook
|
|
291
|
-
# Payment gateway webhook
|
|
292
|
-
# Receives payment gateway webhook events (charge.completed, payment.successful). No auth; verified by verif-hash header. - Subscription billing: meta without isPaymentProcessing triggers verifyPaymentAndCreateSubscription (mudbase_xxx refs). - Payment processing: meta.isPaymentProcessing === true triggers fiat payment record (mudbase_fiat_xxx refs); org share goes to org subaccount, platform fee to main or configured subaccounts.
|
|
293
|
-
# @param handle_flutterwave_webhook_request
|
|
294
|
-
# @param [Hash] opts the optional parameters
|
|
295
|
-
# @return [HandleFlutterwaveWebhook200Response]
|
|
296
|
-
describe 'handle_flutterwave_webhook test' do
|
|
297
|
-
it 'should work' do
|
|
298
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
299
|
-
end
|
|
300
|
-
end
|
|
301
|
-
|
|
302
290
|
# unit tests for initialize_org_plan_checkout
|
|
303
291
|
# Initialize org-level BaaS plan payment (Starter, Growth, Scale)
|
|
304
292
|
# **Org plan payment flow — Step 2.** Creates a payment link for the authenticated org to subscribe to a BaaS plan (starter, growth, scale). Enterprise has no price; use contact-sales flow. Redirect the user to the returned link; after payment, call POST /api/billing/org/verify-payment with the tx_ref from the redirect. Requires org-level JWT.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
data/spec/api/chat_api_spec.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
data/spec/api/data_api_spec.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
data/spec/api/email_api_spec.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
data/spec/api/files_api_spec.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -47,7 +47,7 @@ describe 'FilesApi' do
|
|
|
47
47
|
|
|
48
48
|
# unit tests for api_files_logo_redirect_get
|
|
49
49
|
# Redirect to an org/project logo's content
|
|
50
|
-
# Unauthenticated. Logos are always meant to be public branding assets, but
|
|
50
|
+
# Unauthenticated. Logos are always meant to be public branding assets, but the object storage backend has no per-object ACL, so this route (not the bucket) is what actually serves them - the `key` query param is validated against the exact shape logoStorageService.uploadLogo() produces before signing, so this can never be used to fetch an arbitrary storage key. 302-redirects to a short-lived signed GET url.
|
|
51
51
|
# @param key
|
|
52
52
|
# @param [Hash] opts the optional parameters
|
|
53
53
|
# @return [nil]
|
|
@@ -59,7 +59,7 @@ describe 'FilesApi' do
|
|
|
59
59
|
|
|
60
60
|
# unit tests for api_files_public_file_id_get
|
|
61
61
|
# Redirect to a public file's content
|
|
62
|
-
# Unauthenticated. Only serves files with isPublic=true whose upload has been confirmed and whose virus scan came back clean -
|
|
62
|
+
# Unauthenticated. Only serves files with isPublic=true whose upload has been confirmed and whose virus scan came back clean - the object storage backend has no per-object ACL, so this route (not the storage bucket) is what actually decides whether a \"public\" file's bytes are reachable. 302-redirects to a fresh, short-lived (60s) signed GET url so the actual bytes are still served straight off the storage edge.
|
|
63
63
|
# @param file_id
|
|
64
64
|
# @param [Hash] opts the optional parameters
|
|
65
65
|
# @return [nil]
|
|
@@ -71,7 +71,7 @@ describe 'FilesApi' do
|
|
|
71
71
|
|
|
72
72
|
# unit tests for confirm_direct_upload
|
|
73
73
|
# Confirm direct upload (scan + finalize metadata)
|
|
74
|
-
# After a client uploads directly to
|
|
74
|
+
# After a client uploads directly to object storage using the presigned PUT URL, call this endpoint to have the server scan the object, create the File record, and optionally quarantine if infected.
|
|
75
75
|
# @param confirm_direct_upload_request
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
77
|
# @return [ConfirmUploadResponse]
|
|
@@ -110,7 +110,7 @@ describe 'FilesApi' do
|
|
|
110
110
|
|
|
111
111
|
# unit tests for download_file
|
|
112
112
|
# Generate a presigned URL for downloading a file
|
|
113
|
-
# Returns a time-limited provider-signed URL
|
|
113
|
+
# Returns a time-limited provider-signed URL for direct download. Server enforces RBAC before issuing the URL.
|
|
114
114
|
# @param file_id
|
|
115
115
|
# @param [Hash] opts the optional parameters
|
|
116
116
|
# @option opts [String] :token
|
|
@@ -123,7 +123,7 @@ describe 'FilesApi' do
|
|
|
123
123
|
|
|
124
124
|
# unit tests for generate_presigned_upload
|
|
125
125
|
# Generate a presigned PUT URL for direct browser upload
|
|
126
|
-
# Issue a presigned PUT URL for clients to upload directly to object storage. The server stores the issued key with expiry and RBAC is enforced. PUT (not POST) is used because
|
|
126
|
+
# Issue a presigned PUT URL for clients to upload directly to object storage. The server stores the issued key with expiry and RBAC is enforced. PUT (not POST) is used because the object storage backend does not implement a POST-based upload API. The client must PUT the file body to `url` with the exact `headers` returned (a Content-Type mismatch fails with SignatureDoesNotMatch). `maxFileUploadBytes` is enforced server-side by `/api/files/upload/confirm` after the upload, not by the presigned URL itself.
|
|
127
127
|
# @param generate_presigned_upload_request
|
|
128
128
|
# @param [Hash] opts the optional parameters
|
|
129
129
|
# @return [PresignedPostResponse]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -47,7 +47,7 @@ describe 'FunctionsApi' do
|
|
|
47
47
|
|
|
48
48
|
# unit tests for create_function
|
|
49
49
|
# Create function
|
|
50
|
-
# Create a new serverless function. Trigger types: http, document, file, webhook,
|
|
50
|
+
# Create a new serverless function. Trigger types: http, document, file, webhook, cron, messaging. Sandbox globals available today: `payload`, `context`, `env`, `console`. Function code runs in an isolated worker with no ambient network or database access — it can only read its trigger payload, the `env` vars you configure, and return a JSON-serializable result; it cannot yet call back into your project's database, storage, or messaging APIs from inside the function body. If you need to read or write project data from a function, call the regular REST API (with your own API key) from your own backend in response to the function's returned result, rather than from within the function's own code.
|
|
51
51
|
# @param project_id
|
|
52
52
|
# @param create_function_request
|
|
53
53
|
# @param [Hash] opts the optional parameters
|
|
@@ -155,7 +155,7 @@ describe 'FunctionsApi' do
|
|
|
155
155
|
|
|
156
156
|
# unit tests for list_functions
|
|
157
157
|
# List functions
|
|
158
|
-
# List serverless functions in a project with optional search and filters. Supports trigger types: http, event, document, file, webhook,
|
|
158
|
+
# List serverless functions in a project with optional search and filters. Supports trigger types: http, event, document, file, webhook, cron, messaging.
|
|
159
159
|
# @param project_id
|
|
160
160
|
# @param [Hash] opts the optional parameters
|
|
161
161
|
# @option opts [Integer] :page
|
|
@@ -200,7 +200,7 @@ describe 'FunctionsApi' do
|
|
|
200
200
|
|
|
201
201
|
# unit tests for simulate_function_trigger
|
|
202
202
|
# Simulate trigger
|
|
203
|
-
# Test a function with simulated trigger context. Use to verify document, file, webhook,
|
|
203
|
+
# Test a function with simulated trigger context. Use to verify document, file, webhook, or cron payloads. Executes the function with the provided eventContext merged into the payload. Asynchronous, same pattern as Execute function: returns 202 immediately with an `executionId`. Poll `GET /api/functions/projects/{projectId}/functions/{functionId}/executions/{executionId}` for the real result.
|
|
204
204
|
# @param project_id
|
|
205
205
|
# @param function_id
|
|
206
206
|
# @param [Hash] opts the optional parameters
|
data/spec/api/health_api_spec.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -78,7 +78,7 @@ describe 'IntegrationsApi' do
|
|
|
78
78
|
# @param integration_id
|
|
79
79
|
# @param execute_integration_request
|
|
80
80
|
# @param [Hash] opts the optional parameters
|
|
81
|
-
# @return [
|
|
81
|
+
# @return [TestIntegration200Response]
|
|
82
82
|
describe 'execute_integration test' do
|
|
83
83
|
it 'should work' do
|
|
84
84
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -168,7 +168,7 @@ describe 'IntegrationsApi' do
|
|
|
168
168
|
# @param integration_id
|
|
169
169
|
# @param test_integration_request
|
|
170
170
|
# @param [Hash] opts the optional parameters
|
|
171
|
-
# @return [
|
|
171
|
+
# @return [TestIntegration200Response]
|
|
172
172
|
describe 'test_integration test' do
|
|
173
173
|
it 'should work' do
|
|
174
174
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
data/spec/api/kyc_api_spec.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
data/spec/api/mcp_api_spec.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -63,8 +63,8 @@ describe 'MessagingApi' do
|
|
|
63
63
|
end
|
|
64
64
|
|
|
65
65
|
# unit tests for get_project_fcm_config
|
|
66
|
-
# Get
|
|
67
|
-
# Returns whether
|
|
66
|
+
# Get bring-your-own push credentials status (masked)
|
|
67
|
+
# Returns whether this project has its own push provider credentials stored (encrypted). This is an optional, advanced override - push works out of the box with platform-managed credentials, so when no per-project credentials are stored, push is sent with the platform-managed credentials.
|
|
68
68
|
# @param project_id
|
|
69
69
|
# @param [Hash] opts the optional parameters
|
|
70
70
|
# @return [GetProjectFcmConfig200Response]
|
|
@@ -86,9 +86,21 @@ describe 'MessagingApi' do
|
|
|
86
86
|
end
|
|
87
87
|
end
|
|
88
88
|
|
|
89
|
+
# unit tests for list_device_tokens
|
|
90
|
+
# List registered device tokens
|
|
91
|
+
# List the device push tokens registered to a project, most-recently-seen first. Accepts: OrgBearerAuth (for admin users), ProjectBearerAuth (JWT for authenticated users), or ApiKeyAuth (X-API-Key for programmatic access).
|
|
92
|
+
# @param project_id
|
|
93
|
+
# @param [Hash] opts the optional parameters
|
|
94
|
+
# @return [DeviceListResponse]
|
|
95
|
+
describe 'list_device_tokens test' do
|
|
96
|
+
it 'should work' do
|
|
97
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
98
|
+
end
|
|
99
|
+
end
|
|
100
|
+
|
|
89
101
|
# unit tests for patch_project_fcm_config
|
|
90
|
-
# Set or clear
|
|
91
|
-
# Body `serviceAccountJson` is the Firebase service account
|
|
102
|
+
# Set or clear your own push service account (optional)
|
|
103
|
+
# Optional advanced step - push works out of the box with platform-managed credentials, so most projects never call this. Use it only to deliver push from your own push provider account. Body `serviceAccountJson` is the Firebase service account JSON you download from your own Firebase project (stored encrypted). Send `clear: true` to remove it and go back to the platform-managed credentials.
|
|
92
104
|
# @param project_id
|
|
93
105
|
# @param patch_project_fcm_config_request
|
|
94
106
|
# @param [Hash] opts the optional parameters
|
|
@@ -112,6 +124,19 @@ describe 'MessagingApi' do
|
|
|
112
124
|
end
|
|
113
125
|
end
|
|
114
126
|
|
|
127
|
+
# unit tests for register_device_token
|
|
128
|
+
# Register a device push token
|
|
129
|
+
# Register a device's push token with a project so it can receive push notifications. A client registers its token here first; the send endpoint (`/messaging/push`) only delivers to tokens that are registered to the project, so a caller cannot push to arbitrary or other-tenant tokens. Registration is idempotent - re-registering a token that already exists just refreshes it (updates `platform` and `lastSeenAt`) instead of creating a duplicate. Each project has a cap on the number of registered tokens; when the cap is reached, the least-recently-seen tokens are evicted to make room, so a register-on-launch call never fails. Push works out of the box with platform-managed credentials - no provider setup is required to start registering tokens and sending push. Accepts: OrgBearerAuth (for admin users), ProjectBearerAuth (JWT for authenticated users), or ApiKeyAuth (X-API-Key for programmatic access).
|
|
130
|
+
# @param project_id
|
|
131
|
+
# @param device_register_request
|
|
132
|
+
# @param [Hash] opts the optional parameters
|
|
133
|
+
# @return [DeviceRegisteredResponse]
|
|
134
|
+
describe 'register_device_token test' do
|
|
135
|
+
it 'should work' do
|
|
136
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
137
|
+
end
|
|
138
|
+
end
|
|
139
|
+
|
|
115
140
|
# unit tests for send_email
|
|
116
141
|
# Send email
|
|
117
142
|
# Send an email message to one or more recipients. Accepts: OrgBearerAuth (for admin users), ProjectBearerAuth (JWT for authenticated users), or ApiKeyAuth (X-API-Key for programmatic access). Both ProjectBearerAuth and ApiKeyAuth are fully implemented.
|
|
@@ -140,7 +165,7 @@ describe 'MessagingApi' do
|
|
|
140
165
|
|
|
141
166
|
# unit tests for send_sms
|
|
142
167
|
# Send SMS
|
|
143
|
-
# Send an SMS message to one or more phone numbers. Uses project BYO SMS when configured; otherwise platform
|
|
168
|
+
# Send an SMS message to one or more phone numbers. Uses project BYO SMS when configured; otherwise the platform SMS provider if set. Accepts: OrgBearerAuth (for admin users), ProjectBearerAuth (JWT for authenticated users), or ApiKeyAuth (X-API-Key for programmatic access). Both ProjectBearerAuth and ApiKeyAuth are fully implemented.
|
|
144
169
|
# @param project_id
|
|
145
170
|
# @param sms_request
|
|
146
171
|
# @param [Hash] opts the optional parameters
|
|
@@ -151,4 +176,17 @@ describe 'MessagingApi' do
|
|
|
151
176
|
end
|
|
152
177
|
end
|
|
153
178
|
|
|
179
|
+
# unit tests for unregister_device_token
|
|
180
|
+
# Unregister a device push token
|
|
181
|
+
# Remove a device push token from a project - call this on logout or when a token rotates, so the send endpoint stops delivering to it. The token to remove is sent in the request body. Removing a token that is not registered is a no-op and still returns 200 (with `removed: false`). Accepts: OrgBearerAuth (for admin users), ProjectBearerAuth (JWT for authenticated users), or ApiKeyAuth (X-API-Key for programmatic access).
|
|
182
|
+
# @param project_id
|
|
183
|
+
# @param device_unregister_request
|
|
184
|
+
# @param [Hash] opts the optional parameters
|
|
185
|
+
# @return [DeviceUnregisteredResponse]
|
|
186
|
+
describe 'unregister_device_token test' do
|
|
187
|
+
it 'should work' do
|
|
188
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
189
|
+
end
|
|
190
|
+
end
|
|
191
|
+
|
|
154
192
|
end
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -124,17 +124,6 @@ describe 'MonitoringApi' do
|
|
|
124
124
|
end
|
|
125
125
|
end
|
|
126
126
|
|
|
127
|
-
# unit tests for get_scanner_metrics
|
|
128
|
-
# Get block scanner metrics
|
|
129
|
-
# Returns per-chain block scanner lag and health. Used for observability of ETH/UTXO block-based wallet monitoring. Alerts when lag exceeds threshold.
|
|
130
|
-
# @param [Hash] opts the optional parameters
|
|
131
|
-
# @return [GetScannerMetrics200Response]
|
|
132
|
-
describe 'get_scanner_metrics test' do
|
|
133
|
-
it 'should work' do
|
|
134
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
135
|
-
end
|
|
136
|
-
end
|
|
137
|
-
|
|
138
127
|
# unit tests for list_monitoring_alerts
|
|
139
128
|
# List monitoring alerts
|
|
140
129
|
# @param [Hash] opts the optional parameters
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -269,7 +269,7 @@ describe 'OrganizationsApi' do
|
|
|
269
269
|
|
|
270
270
|
# unit tests for list_org_custom_domains
|
|
271
271
|
# List custom domains and DNS verification hints
|
|
272
|
-
# Returns allowed hostnames for **this project**, primary hostname (per project), API base URL, and per-domain DNS guidance. Each row uses **`dnsRecords`** for the Mudbase ownership TXT (purpose **`mudbase_ownership`**) and routing **CNAME** from Fly **`dns_requirements.cname`** when Fly ACME has provisioned (else fallback **`CUSTOM_DOMAIN_API_CNAME_TARGET`**), and—when Fly ACME is enabled (**`FLY_API_TOKEN`** + **`CUSTOM_DOMAIN_FLY_ACME_ENABLED`**)—Fly rows (`fly_ownership`, `acme_challenge`, etc.) after the org has passed Mudbase TXT at least once. **`flyCertificateStatus`** mirrors Fly’s certificate state when ACME automation is on (e.g. `pending_validation`, `active`). **`
|
|
272
|
+
# Returns allowed hostnames for **this project**, primary hostname (per project), API base URL, and per-domain DNS guidance. Each row uses **`dnsRecords`** for the Mudbase ownership TXT (purpose **`mudbase_ownership`**) and routing **CNAME** from Fly **`dns_requirements.cname`** when Fly ACME has provisioned (else fallback **`CUSTOM_DOMAIN_API_CNAME_TARGET`**), and—when Fly ACME is enabled (**`FLY_API_TOKEN`** + **`CUSTOM_DOMAIN_FLY_ACME_ENABLED`**)—Fly rows (`fly_ownership`, `acme_challenge`, etc.) after the org has passed Mudbase TXT at least once. **`flyCertificateStatus`** mirrors Fly’s certificate state when ACME automation is on (e.g. `pending_validation`, `active`). **`edge`** appears only when edge SSL (SSL-for-SaaS) is configured. Fly ACME and edge SSL are mutually exclusive on the server. Requires Growth, Scale, or Enterprise plan (custom domains included in plan features).
|
|
273
273
|
# @param org_id
|
|
274
274
|
# @param project_id
|
|
275
275
|
# @param [Hash] opts the optional parameters
|
|
@@ -293,7 +293,7 @@ describe 'OrganizationsApi' do
|
|
|
293
293
|
|
|
294
294
|
# unit tests for org_custom_domain_platform_ready
|
|
295
295
|
# Notify platform ops that hosting or edge work is ready (email)
|
|
296
|
-
# Legacy optional ping: ops are emailed automatically on first successful Mudbase TXT verify. Use this only for an extra nudge. Sends an email to ops while the domain is in platform setup (after Mudbase TXT verification through later pipeline states). Recipients default to `admin@mudhaxkservices.com` and `admin@mudbase.dev` when `CUSTOM_DOMAIN_OPS_NOTIFY_EMAILS` is unset; override with that env (comma/space-separated). Returns **503** `email_provider_not_configured` if
|
|
296
|
+
# Legacy optional ping: ops are emailed automatically on first successful Mudbase TXT verify. Use this only for an extra nudge. Sends an email to ops while the domain is in platform setup (after Mudbase TXT verification through later pipeline states). Recipients default to `admin@mudhaxkservices.com` and `admin@mudbase.dev` when `CUSTOM_DOMAIN_OPS_NOTIFY_EMAILS` is unset; override with that env (comma/space-separated). Returns **503** `email_provider_not_configured` if the platform email provider is not configured.
|
|
297
297
|
# @param org_id
|
|
298
298
|
# @param project_id
|
|
299
299
|
# @param hostname
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#MUDBASESDK
|
|
3
3
|
|
|
4
|
-
#MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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). -
|
|
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.11
|
|
7
7
|
Contact: support@mudbase.dev
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -89,7 +89,7 @@ describe 'ProjectFeesApi' do
|
|
|
89
89
|
# Get all fee settings configured for a project. Accepts: OrgBearerAuth (for admin users), ProjectBearerAuth (JWT for authenticated users), or ApiKeyAuth (X-API-Key for programmatic access). Both ProjectBearerAuth and ApiKeyAuth are fully implemented.
|
|
90
90
|
# @param project_id
|
|
91
91
|
# @param [Hash] opts the optional parameters
|
|
92
|
-
# @return [
|
|
92
|
+
# @return [TestIntegration200Response]
|
|
93
93
|
describe 'get_fee_settings test' do
|
|
94
94
|
it 'should work' do
|
|
95
95
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|