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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -121,7 +121,7 @@ describe Mudbase::OrgDomainEntryOrgConsole do
|
|
|
121
121
|
end
|
|
122
122
|
end
|
|
123
123
|
|
|
124
|
-
describe 'test attribute "
|
|
124
|
+
describe 'test attribute "edge"' do
|
|
125
125
|
it 'should work' do
|
|
126
126
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
127
127
|
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
|
|
@@ -103,7 +103,7 @@ describe Mudbase::OrgDomainEntryWithDns do
|
|
|
103
103
|
end
|
|
104
104
|
end
|
|
105
105
|
|
|
106
|
-
describe 'test attribute "
|
|
106
|
+
describe 'test attribute "edge"' do
|
|
107
107
|
it 'should work' do
|
|
108
108
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
109
109
|
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
|
|
@@ -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
|
|
@@ -14,16 +14,16 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for Mudbase::
|
|
17
|
+
# Unit tests for Mudbase::OrgEdgeHintsOwnershipVerification
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe Mudbase::
|
|
21
|
-
#let(:instance) { Mudbase::
|
|
20
|
+
describe Mudbase::OrgEdgeHintsOwnershipVerification do
|
|
21
|
+
#let(:instance) { Mudbase::OrgEdgeHintsOwnershipVerification.new }
|
|
22
22
|
|
|
23
|
-
describe 'test an instance of
|
|
24
|
-
it 'should create an instance of
|
|
23
|
+
describe 'test an instance of OrgEdgeHintsOwnershipVerification' do
|
|
24
|
+
it 'should create an instance of OrgEdgeHintsOwnershipVerification' do
|
|
25
25
|
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(Mudbase::
|
|
26
|
+
#expect(instance).to be_instance_of(Mudbase::OrgEdgeHintsOwnershipVerification)
|
|
27
27
|
end
|
|
28
28
|
end
|
|
29
29
|
|
|
@@ -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
|
|
@@ -14,16 +14,16 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for Mudbase::
|
|
17
|
+
# Unit tests for Mudbase::OrgEdgeHints
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe Mudbase::
|
|
21
|
-
#let(:instance) { Mudbase::
|
|
20
|
+
describe Mudbase::OrgEdgeHints do
|
|
21
|
+
#let(:instance) { Mudbase::OrgEdgeHints.new }
|
|
22
22
|
|
|
23
|
-
describe 'test an instance of
|
|
24
|
-
it 'should create an instance of
|
|
23
|
+
describe 'test an instance of OrgEdgeHints' do
|
|
24
|
+
it 'should create an instance of OrgEdgeHints' do
|
|
25
25
|
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(Mudbase::
|
|
26
|
+
#expect(instance).to be_instance_of(Mudbase::OrgEdgeHints)
|
|
27
27
|
end
|
|
28
28
|
end
|
|
29
29
|
|
|
@@ -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/models/{org_cloudflare_ssl_validation_record_spec.rb → org_ssl_validation_record_spec.rb}
RENAMED
|
@@ -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
|
|
@@ -14,16 +14,16 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for Mudbase::
|
|
17
|
+
# Unit tests for Mudbase::OrgSslValidationRecord
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe Mudbase::
|
|
21
|
-
#let(:instance) { Mudbase::
|
|
20
|
+
describe Mudbase::OrgSslValidationRecord do
|
|
21
|
+
#let(:instance) { Mudbase::OrgSslValidationRecord.new }
|
|
22
22
|
|
|
23
|
-
describe 'test an instance of
|
|
24
|
-
it 'should create an instance of
|
|
23
|
+
describe 'test an instance of OrgSslValidationRecord' do
|
|
24
|
+
it 'should create an instance of OrgSslValidationRecord' do
|
|
25
25
|
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(Mudbase::
|
|
26
|
+
#expect(instance).to be_instance_of(Mudbase::OrgSslValidationRecord)
|
|
27
27
|
end
|
|
28
28
|
end
|
|
29
29
|
|
|
@@ -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
|
|
@@ -75,7 +75,7 @@ describe Mudbase::OrgVerifyCustomDomainDnsSuccessResponse do
|
|
|
75
75
|
end
|
|
76
76
|
end
|
|
77
77
|
|
|
78
|
-
describe 'test attribute "
|
|
78
|
+
describe 'test attribute "edge"' do
|
|
79
79
|
it 'should work' do
|
|
80
80
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
81
81
|
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
|