mudbase 1.2.7 → 1.2.9

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.
Files changed (693) hide show
  1. checksums.yaml +4 -4
  2. data/docs/MultiRoleApi.md +5 -513
  3. data/docs/RoleElevationApi.md +2 -2
  4. data/docs/RoleElevationRequestRequest.md +1 -1
  5. data/lib/mudbase/api/auth_api.rb +1 -1
  6. data/lib/mudbase/api/billing_api.rb +1 -1
  7. data/lib/mudbase/api/chat_api.rb +1 -1
  8. data/lib/mudbase/api/collections_api.rb +1 -1
  9. data/lib/mudbase/api/compliance_api.rb +1 -1
  10. data/lib/mudbase/api/data_api.rb +1 -1
  11. data/lib/mudbase/api/functions_api.rb +1 -1
  12. data/lib/mudbase/api/health_api.rb +1 -1
  13. data/lib/mudbase/api/integrations_api.rb +1 -1
  14. data/lib/mudbase/api/messaging_api.rb +1 -1
  15. data/lib/mudbase/api/multi_role_api.rb +7 -527
  16. data/lib/mudbase/api/realtime_analytics_api.rb +1 -1
  17. data/lib/mudbase/api/role_elevation_api.rb +3 -3
  18. data/lib/mudbase/api/search_api.rb +1 -1
  19. data/lib/mudbase/api/storage_api.rb +1 -1
  20. data/lib/mudbase/api/usage_api.rb +1 -1
  21. data/lib/mudbase/api/users_api.rb +1 -1
  22. data/lib/mudbase/api/wallet_api.rb +1 -1
  23. data/lib/mudbase/api/webhooks_api.rb +1 -1
  24. data/lib/mudbase/api_client.rb +1 -1
  25. data/lib/mudbase/api_error.rb +1 -1
  26. data/lib/mudbase/api_model_base.rb +1 -1
  27. data/lib/mudbase/configuration.rb +1 -1
  28. data/lib/mudbase/models/api_key.rb +1 -1
  29. data/lib/mudbase/models/api_key_permission.rb +1 -1
  30. data/lib/mudbase/models/api_key_usage.rb +1 -1
  31. data/lib/mudbase/models/api_key_usage_response.rb +1 -1
  32. data/lib/mudbase/models/api_key_with_secret.rb +1 -1
  33. data/lib/mudbase/models/auth_config.rb +1 -1
  34. data/lib/mudbase/models/auth_confirm_password_reset_request.rb +1 -1
  35. data/lib/mudbase/models/auth_convert_anonymous200_response.rb +1 -1
  36. data/lib/mudbase/models/auth_convert_anonymous_request.rb +1 -1
  37. data/lib/mudbase/models/auth_create_anonymous200_response.rb +1 -1
  38. data/lib/mudbase/models/auth_create_anonymous200_response_user.rb +1 -1
  39. data/lib/mudbase/models/auth_create_anonymous_request.rb +1 -1
  40. data/lib/mudbase/models/auth_get_o_auth_providers200_response.rb +1 -1
  41. data/lib/mudbase/models/auth_get_o_auth_providers200_response_providers_inner.rb +1 -1
  42. data/lib/mudbase/models/auth_get_session200_response.rb +1 -1
  43. data/lib/mudbase/models/auth_login200_response.rb +1 -1
  44. data/lib/mudbase/models/auth_login200_response_user.rb +1 -1
  45. data/lib/mudbase/models/auth_login403_response.rb +1 -1
  46. data/lib/mudbase/models/auth_login_request.rb +1 -1
  47. data/lib/mudbase/models/auth_oauth_callback200_response.rb +1 -1
  48. data/lib/mudbase/models/auth_oauth_initiate200_response.rb +1 -1
  49. data/lib/mudbase/models/auth_oauth_initiate400_response.rb +1 -1
  50. data/lib/mudbase/models/auth_oauth_signup_with_role400_response.rb +1 -1
  51. data/lib/mudbase/models/auth_provider.rb +1 -1
  52. data/lib/mudbase/models/auth_refresh200_response.rb +1 -1
  53. data/lib/mudbase/models/auth_refresh400_response.rb +1 -1
  54. data/lib/mudbase/models/auth_refresh_request.rb +1 -1
  55. data/lib/mudbase/models/auth_register201_response.rb +1 -1
  56. data/lib/mudbase/models/auth_register201_response_user.rb +1 -1
  57. data/lib/mudbase/models/auth_register429_response.rb +1 -1
  58. data/lib/mudbase/models/auth_register_request.rb +1 -1
  59. data/lib/mudbase/models/auth_register_with_role_request.rb +1 -1
  60. data/lib/mudbase/models/auth_request_password_reset_request.rb +1 -1
  61. data/lib/mudbase/models/auth_reset_password_request.rb +1 -1
  62. data/lib/mudbase/models/auth_response.rb +1 -1
  63. data/lib/mudbase/models/auth_verify_magic_link_request.rb +1 -1
  64. data/lib/mudbase/models/billing.rb +1 -1
  65. data/lib/mudbase/models/billing_check_feature_access200_response.rb +1 -1
  66. data/lib/mudbase/models/billing_check_subscription200_response.rb +1 -1
  67. data/lib/mudbase/models/billing_check_subscription200_response_subscription.rb +1 -1
  68. data/lib/mudbase/models/billing_create_checkout_session200_response.rb +1 -1
  69. data/lib/mudbase/models/billing_create_checkout_session200_response_data.rb +1 -1
  70. data/lib/mudbase/models/billing_create_checkout_session200_response_data_payment_options_inner.rb +1 -1
  71. data/lib/mudbase/models/billing_create_checkout_session_request.rb +1 -1
  72. data/lib/mudbase/models/billing_create_checkout_session_request_customer_info.rb +1 -1
  73. data/lib/mudbase/models/billing_get_checkout_payment200_response.rb +1 -1
  74. data/lib/mudbase/models/billing_get_checkout_payment200_response_data.rb +1 -1
  75. data/lib/mudbase/models/billing_get_public_plans200_response.rb +1 -1
  76. data/lib/mudbase/models/billing_handle_crypto_webhook200_response.rb +1 -1
  77. data/lib/mudbase/models/billing_handle_crypto_webhook_request.rb +1 -1
  78. data/lib/mudbase/models/billing_handle_crypto_webhook_request_data.rb +1 -1
  79. data/lib/mudbase/models/billing_handle_flutterwave_webhook_request.rb +1 -1
  80. data/lib/mudbase/models/billing_handle_flutterwave_webhook_request_data.rb +1 -1
  81. data/lib/mudbase/models/billing_handle_flutterwave_webhook_request_data_customer.rb +1 -1
  82. data/lib/mudbase/models/billing_initialize_payment_request.rb +1 -1
  83. data/lib/mudbase/models/billing_initialize_payment_request_customer.rb +1 -1
  84. data/lib/mudbase/models/billing_last_payment.rb +1 -1
  85. data/lib/mudbase/models/billing_record_usage_request.rb +1 -1
  86. data/lib/mudbase/models/billing_verify_payment200_response.rb +1 -1
  87. data/lib/mudbase/models/billing_verify_payment200_response_data.rb +1 -1
  88. data/lib/mudbase/models/billing_verify_payment200_response_data_subscription.rb +1 -1
  89. data/lib/mudbase/models/bucket.rb +1 -1
  90. data/lib/mudbase/models/bucket_list_response.rb +1 -1
  91. data/lib/mudbase/models/bucket_response.rb +1 -1
  92. data/lib/mudbase/models/change_password_request.rb +1 -1
  93. data/lib/mudbase/models/chat_add_participant200_response.rb +1 -1
  94. data/lib/mudbase/models/chat_add_participant200_response_data.rb +1 -1
  95. data/lib/mudbase/models/chat_add_participant200_response_data_participants_inner.rb +1 -1
  96. data/lib/mudbase/models/chat_add_participant_request.rb +1 -1
  97. data/lib/mudbase/models/chat_add_reaction200_response.rb +1 -1
  98. data/lib/mudbase/models/chat_add_reaction200_response_data_inner.rb +1 -1
  99. data/lib/mudbase/models/chat_add_reaction_request.rb +1 -1
  100. data/lib/mudbase/models/chat_create201_response.rb +1 -1
  101. data/lib/mudbase/models/chat_create201_response_data.rb +1 -1
  102. data/lib/mudbase/models/chat_create_request.rb +1 -1
  103. data/lib/mudbase/models/chat_edit_message200_response.rb +1 -1
  104. data/lib/mudbase/models/chat_edit_message200_response_data.rb +1 -1
  105. data/lib/mudbase/models/chat_edit_message_request.rb +1 -1
  106. data/lib/mudbase/models/chat_get200_response.rb +1 -1
  107. data/lib/mudbase/models/chat_get200_response_data.rb +1 -1
  108. data/lib/mudbase/models/chat_get200_response_data_participants_inner.rb +1 -1
  109. data/lib/mudbase/models/chat_get_messages200_response.rb +1 -1
  110. data/lib/mudbase/models/chat_get_messages200_response_data.rb +1 -1
  111. data/lib/mudbase/models/chat_get_messages200_response_data_messages_inner.rb +1 -1
  112. data/lib/mudbase/models/chat_get_messages200_response_data_messages_inner_sender.rb +1 -1
  113. data/lib/mudbase/models/chat_list200_response.rb +1 -1
  114. data/lib/mudbase/models/chat_list200_response_data.rb +1 -1
  115. data/lib/mudbase/models/chat_list200_response_data_chats_inner.rb +1 -1
  116. data/lib/mudbase/models/chat_list200_response_data_chats_inner_last_message.rb +1 -1
  117. data/lib/mudbase/models/chat_mark_as_read200_response.rb +1 -1
  118. data/lib/mudbase/models/chat_mark_as_read200_response_data.rb +1 -1
  119. data/lib/mudbase/models/chat_mark_as_read_request.rb +1 -1
  120. data/lib/mudbase/models/chat_remove_participant_request.rb +1 -1
  121. data/lib/mudbase/models/chat_remove_reaction200_response.rb +1 -1
  122. data/lib/mudbase/models/chat_remove_reaction200_response_data_inner.rb +1 -1
  123. data/lib/mudbase/models/chat_send_message201_response.rb +1 -1
  124. data/lib/mudbase/models/chat_send_message201_response_data.rb +1 -1
  125. data/lib/mudbase/models/chat_send_message_request.rb +1 -1
  126. data/lib/mudbase/models/collection.rb +1 -1
  127. data/lib/mudbase/models/collections_create201_response.rb +1 -1
  128. data/lib/mudbase/models/collections_list200_response.rb +1 -1
  129. data/lib/mudbase/models/compliance_log_security_event200_response.rb +1 -1
  130. data/lib/mudbase/models/compliance_log_security_event200_response_event.rb +1 -1
  131. data/lib/mudbase/models/compliance_log_security_event_request.rb +1 -1
  132. data/lib/mudbase/models/compliance_log_security_event_request_details.rb +1 -1
  133. data/lib/mudbase/models/confirm_upload_response.rb +1 -1
  134. data/lib/mudbase/models/confirm_upload_response_scan.rb +1 -1
  135. data/lib/mudbase/models/create_api_key_request.rb +1 -1
  136. data/lib/mudbase/models/create_bucket_request.rb +1 -1
  137. data/lib/mudbase/models/create_collection_request.rb +1 -1
  138. data/lib/mudbase/models/create_function_request.rb +1 -1
  139. data/lib/mudbase/models/create_project_request.rb +1 -1
  140. data/lib/mudbase/models/data_list_response.rb +1 -1
  141. data/lib/mudbase/models/data_list_response_data_inner.rb +1 -1
  142. data/lib/mudbase/models/data_response.rb +1 -1
  143. data/lib/mudbase/models/database_config.rb +1 -1
  144. data/lib/mudbase/models/email_request.rb +1 -1
  145. data/lib/mudbase/models/email_request_to.rb +1 -1
  146. data/lib/mudbase/models/error.rb +1 -1
  147. data/lib/mudbase/models/error_details.rb +1 -1
  148. data/lib/mudbase/models/field.rb +1 -1
  149. data/lib/mudbase/models/field_default.rb +1 -1
  150. data/lib/mudbase/models/file_list_response.rb +1 -1
  151. data/lib/mudbase/models/file_metadata.rb +1 -1
  152. data/lib/mudbase/models/file_response.rb +1 -1
  153. data/lib/mudbase/models/file_upload_response.rb +1 -1
  154. data/lib/mudbase/models/function.rb +1 -1
  155. data/lib/mudbase/models/function_execution.rb +1 -1
  156. data/lib/mudbase/models/function_execution_response.rb +1 -1
  157. data/lib/mudbase/models/function_execution_response_data.rb +1 -1
  158. data/lib/mudbase/models/function_list_response.rb +1 -1
  159. data/lib/mudbase/models/function_list_response_data.rb +1 -1
  160. data/lib/mudbase/models/function_logs_response.rb +1 -1
  161. data/lib/mudbase/models/function_logs_response_data.rb +1 -1
  162. data/lib/mudbase/models/function_response.rb +1 -1
  163. data/lib/mudbase/models/function_stats.rb +1 -1
  164. data/lib/mudbase/models/function_trigger.rb +1 -1
  165. data/lib/mudbase/models/functions_delete200_response.rb +1 -1
  166. data/lib/mudbase/models/functions_execute_request.rb +1 -1
  167. data/lib/mudbase/models/functions_get_versions200_response.rb +1 -1
  168. data/lib/mudbase/models/functions_get_versions200_response_data.rb +1 -1
  169. data/lib/mudbase/models/functions_get_versions200_response_data_versions_inner.rb +1 -1
  170. data/lib/mudbase/models/functions_rollback_request.rb +1 -1
  171. data/lib/mudbase/models/functions_simulate_request.rb +1 -1
  172. data/lib/mudbase/models/functions_trigger_webhook200_response.rb +1 -1
  173. data/lib/mudbase/models/functions_trigger_webhook400_response.rb +1 -1
  174. data/lib/mudbase/models/functions_trigger_webhook401_response.rb +1 -1
  175. data/lib/mudbase/models/health_response.rb +1 -1
  176. data/lib/mudbase/models/health_response_services.rb +1 -1
  177. data/lib/mudbase/models/integrations_execute_request.rb +1 -1
  178. data/lib/mudbase/models/integrations_list200_response.rb +1 -1
  179. data/lib/mudbase/models/integrations_list200_response_integrations_inner.rb +1 -1
  180. data/lib/mudbase/models/invite_member_request.rb +1 -1
  181. data/lib/mudbase/models/limits.rb +1 -1
  182. data/lib/mudbase/models/login_request.rb +1 -1
  183. data/lib/mudbase/models/magic_link_request.rb +1 -1
  184. data/lib/mudbase/models/message.rb +1 -1
  185. data/lib/mudbase/models/message_history_response.rb +1 -1
  186. data/lib/mudbase/models/message_history_response_data.rb +1 -1
  187. data/lib/mudbase/models/message_response.rb +1 -1
  188. data/lib/mudbase/models/message_sent_response.rb +1 -1
  189. data/lib/mudbase/models/message_sent_response_data.rb +1 -1
  190. data/lib/mudbase/models/message_stats_response.rb +1 -1
  191. data/lib/mudbase/models/message_stats_response_data.rb +1 -1
  192. data/lib/mudbase/models/message_stats_response_data_by_status.rb +1 -1
  193. data/lib/mudbase/models/message_stats_response_data_by_type.rb +1 -1
  194. data/lib/mudbase/models/message_stats_response_data_period.rb +1 -1
  195. data/lib/mudbase/models/non_custodial_address.rb +1 -1
  196. data/lib/mudbase/models/non_custodial_address_response.rb +1 -1
  197. data/lib/mudbase/models/organization.rb +1 -1
  198. data/lib/mudbase/models/organization_summary.rb +1 -1
  199. data/lib/mudbase/models/otp_send_request.rb +1 -1
  200. data/lib/mudbase/models/otp_verify_request.rb +1 -1
  201. data/lib/mudbase/models/pagination.rb +1 -1
  202. data/lib/mudbase/models/payment_intent.rb +1 -1
  203. data/lib/mudbase/models/payment_refund.rb +1 -1
  204. data/lib/mudbase/models/payment_subscription.rb +1 -1
  205. data/lib/mudbase/models/permission.rb +1 -1
  206. data/lib/mudbase/models/plan.rb +1 -1
  207. data/lib/mudbase/models/presigned_post_response.rb +1 -1
  208. data/lib/mudbase/models/project.rb +1 -1
  209. data/lib/mudbase/models/project_settings.rb +1 -1
  210. data/lib/mudbase/models/project_summary.rb +1 -1
  211. data/lib/mudbase/models/project_usage.rb +1 -1
  212. data/lib/mudbase/models/project_usage_response.rb +1 -1
  213. data/lib/mudbase/models/project_usage_stats_response.rb +1 -1
  214. data/lib/mudbase/models/project_usage_stats_response_project.rb +1 -1
  215. data/lib/mudbase/models/push_notification_request.rb +1 -1
  216. data/lib/mudbase/models/rate_limit.rb +1 -1
  217. data/lib/mudbase/models/realtime_analytics_check_user_presence200_response.rb +1 -1
  218. data/lib/mudbase/models/realtime_analytics_check_user_presence200_response_presence_value.rb +1 -1
  219. data/lib/mudbase/models/realtime_analytics_check_user_presence_request.rb +1 -1
  220. data/lib/mudbase/models/realtime_analytics_get_active_users200_response.rb +1 -1
  221. data/lib/mudbase/models/realtime_analytics_get_active_users200_response_users_inner.rb +1 -1
  222. data/lib/mudbase/models/realtime_analytics_get_event_throughput200_response.rb +1 -1
  223. data/lib/mudbase/models/realtime_analytics_get_historical_analytics200_response.rb +1 -1
  224. data/lib/mudbase/models/realtime_analytics_get_historical_analytics200_response_data_inner.rb +1 -1
  225. data/lib/mudbase/models/realtime_analytics_get_project200_response.rb +1 -1
  226. data/lib/mudbase/models/register_request.rb +1 -1
  227. data/lib/mudbase/models/role_elevation_get_status200_response.rb +1 -1
  228. data/lib/mudbase/models/role_elevation_request200_response.rb +1 -1
  229. data/lib/mudbase/models/role_elevation_request_request.rb +1 -1
  230. data/lib/mudbase/models/role_elevation_upload_documents_request.rb +1 -1
  231. data/lib/mudbase/models/role_elevation_upload_documents_request_documents_inner.rb +1 -1
  232. data/lib/mudbase/models/search_get_analytics200_response.rb +1 -1
  233. data/lib/mudbase/models/search_get_analytics200_response_top_queries_inner.rb +1 -1
  234. data/lib/mudbase/models/search_get_suggestions200_response.rb +1 -1
  235. data/lib/mudbase/models/search_response.rb +1 -1
  236. data/lib/mudbase/models/search_response_data.rb +1 -1
  237. data/lib/mudbase/models/search_result.rb +1 -1
  238. data/lib/mudbase/models/search_result_item.rb +1 -1
  239. data/lib/mudbase/models/session_response.rb +1 -1
  240. data/lib/mudbase/models/signed_url_response.rb +1 -1
  241. data/lib/mudbase/models/sms_request.rb +1 -1
  242. data/lib/mudbase/models/storage_config.rb +1 -1
  243. data/lib/mudbase/models/storage_confirm_upload400_response.rb +1 -1
  244. data/lib/mudbase/models/storage_confirm_upload_request.rb +1 -1
  245. data/lib/mudbase/models/storage_download_bucket_file403_response.rb +1 -1
  246. data/lib/mudbase/models/storage_download_bucket_file404_response.rb +1 -1
  247. data/lib/mudbase/models/storage_get_presigned_upload_request.rb +1 -1
  248. data/lib/mudbase/models/storage_get_signed_url_request.rb +1 -1
  249. data/lib/mudbase/models/system_status_response.rb +1 -1
  250. data/lib/mudbase/models/system_status_response_data.rb +1 -1
  251. data/lib/mudbase/models/system_status_response_data_cpu.rb +1 -1
  252. data/lib/mudbase/models/system_status_response_data_database.rb +1 -1
  253. data/lib/mudbase/models/system_status_response_data_memory.rb +1 -1
  254. data/lib/mudbase/models/system_status_response_data_requests.rb +1 -1
  255. data/lib/mudbase/models/system_status_response_data_storage.rb +1 -1
  256. data/lib/mudbase/models/trigger_webhook_request.rb +1 -1
  257. data/lib/mudbase/models/two_fa_setup_response.rb +1 -1
  258. data/lib/mudbase/models/update_api_key_request.rb +1 -1
  259. data/lib/mudbase/models/update_bucket_request.rb +1 -1
  260. data/lib/mudbase/models/update_collection_request.rb +1 -1
  261. data/lib/mudbase/models/update_function_request.rb +1 -1
  262. data/lib/mudbase/models/update_function_request_limits.rb +1 -1
  263. data/lib/mudbase/models/update_function_request_retry_policy.rb +1 -1
  264. data/lib/mudbase/models/update_organization_request.rb +1 -1
  265. data/lib/mudbase/models/update_project_request.rb +1 -1
  266. data/lib/mudbase/models/update_user_request.rb +1 -1
  267. data/lib/mudbase/models/upload_files_to_bucket_metadata_request.rb +1 -1
  268. data/lib/mudbase/models/upload_files_to_bucket_request.rb +1 -1
  269. data/lib/mudbase/models/usage.rb +1 -1
  270. data/lib/mudbase/models/usage_response.rb +1 -1
  271. data/lib/mudbase/models/usage_stats_response.rb +1 -1
  272. data/lib/mudbase/models/usage_stats_response_percentages.rb +1 -1
  273. data/lib/mudbase/models/usage_trends_response.rb +1 -1
  274. data/lib/mudbase/models/usage_trends_response_trends_inner.rb +1 -1
  275. data/lib/mudbase/models/usage_trends_response_trends_inner_id.rb +1 -1
  276. data/lib/mudbase/models/user.rb +1 -1
  277. data/lib/mudbase/models/user_summary.rb +1 -1
  278. data/lib/mudbase/models/users_disable2fa_request.rb +1 -1
  279. data/lib/mudbase/models/users_erase_data200_response.rb +1 -1
  280. data/lib/mudbase/models/users_erase_data200_response_details.rb +1 -1
  281. data/lib/mudbase/models/users_erase_data_request.rb +1 -1
  282. data/lib/mudbase/models/users_export_data200_response.rb +1 -1
  283. data/lib/mudbase/models/users_get200_response.rb +1 -1
  284. data/lib/mudbase/models/users_link_o_auth_provider200_response.rb +1 -1
  285. data/lib/mudbase/models/users_list_o_auth_providers200_response.rb +1 -1
  286. data/lib/mudbase/models/users_list_o_auth_providers200_response_providers_inner.rb +1 -1
  287. data/lib/mudbase/models/users_unlink_o_auth_provider200_response.rb +1 -1
  288. data/lib/mudbase/models/users_update200_response.rb +1 -1
  289. data/lib/mudbase/models/users_verify2fa_request.rb +1 -1
  290. data/lib/mudbase/models/users_verify_email_request.rb +1 -1
  291. data/lib/mudbase/models/wallet_balance.rb +1 -1
  292. data/lib/mudbase/models/wallet_broadcast_transaction200_response.rb +1 -1
  293. data/lib/mudbase/models/wallet_broadcast_transaction200_response_data.rb +1 -1
  294. data/lib/mudbase/models/wallet_broadcast_transaction_request.rb +1 -1
  295. data/lib/mudbase/models/wallet_create_webhook201_response.rb +1 -1
  296. data/lib/mudbase/models/wallet_create_webhook_request.rb +1 -1
  297. data/lib/mudbase/models/wallet_create_webhook_request_filters.rb +1 -1
  298. data/lib/mudbase/models/wallet_estimate_gas200_response.rb +1 -1
  299. data/lib/mudbase/models/wallet_estimate_gas200_response_data.rb +1 -1
  300. data/lib/mudbase/models/wallet_estimate_gas_request.rb +1 -1
  301. data/lib/mudbase/models/wallet_estimate_gas_request_transaction.rb +1 -1
  302. data/lib/mudbase/models/wallet_get_balance200_response.rb +1 -1
  303. data/lib/mudbase/models/wallet_get_cancel_params200_response.rb +1 -1
  304. data/lib/mudbase/models/wallet_get_cancel_params200_response_data.rb +1 -1
  305. data/lib/mudbase/models/wallet_get_cancel_params_request.rb +1 -1
  306. data/lib/mudbase/models/wallet_get_speed_up_params200_response.rb +1 -1
  307. data/lib/mudbase/models/wallet_get_speed_up_params200_response_data.rb +1 -1
  308. data/lib/mudbase/models/wallet_get_speed_up_params_request.rb +1 -1
  309. data/lib/mudbase/models/wallet_get_transaction_by_hash200_response.rb +1 -1
  310. data/lib/mudbase/models/wallet_get_transaction_by_hash400_response.rb +1 -1
  311. data/lib/mudbase/models/wallet_get_transactions200_response.rb +1 -1
  312. data/lib/mudbase/models/wallet_get_transactions200_response_pagination.rb +1 -1
  313. data/lib/mudbase/models/wallet_get_webhook_logs200_response.rb +1 -1
  314. data/lib/mudbase/models/wallet_list_addresses200_response.rb +1 -1
  315. data/lib/mudbase/models/wallet_list_webhooks200_response.rb +1 -1
  316. data/lib/mudbase/models/wallet_register_address_request.rb +1 -1
  317. data/lib/mudbase/models/wallet_test_webhook200_response.rb +1 -1
  318. data/lib/mudbase/models/wallet_test_webhook_request.rb +1 -1
  319. data/lib/mudbase/models/wallet_transaction.rb +1 -1
  320. data/lib/mudbase/models/wallet_transaction_webhook_payload.rb +1 -1
  321. data/lib/mudbase/models/wallet_update_webhook200_response.rb +1 -1
  322. data/lib/mudbase/models/wallet_update_webhook_request.rb +1 -1
  323. data/lib/mudbase/models/wallet_webhook.rb +1 -1
  324. data/lib/mudbase/models/wallet_webhook_filters.rb +1 -1
  325. data/lib/mudbase/models/wallet_webhook_stats.rb +1 -1
  326. data/lib/mudbase/models/webhook_list_response.rb +1 -1
  327. data/lib/mudbase/models/webhook_log.rb +1 -1
  328. data/lib/mudbase/models/webhook_stats_response.rb +1 -1
  329. data/lib/mudbase/models/webhook_stats_response_event_stats_inner.rb +1 -1
  330. data/lib/mudbase/models/webhook_stats_response_status_stats_inner.rb +1 -1
  331. data/lib/mudbase/version.rb +2 -2
  332. data/lib/mudbase.rb +1 -13
  333. data/mudbase.gemspec +1 -1
  334. data/spec/api/auth_api_spec.rb +1 -1
  335. data/spec/api/billing_api_spec.rb +1 -1
  336. data/spec/api/chat_api_spec.rb +1 -1
  337. data/spec/api/collections_api_spec.rb +1 -1
  338. data/spec/api/compliance_api_spec.rb +1 -1
  339. data/spec/api/data_api_spec.rb +1 -1
  340. data/spec/api/functions_api_spec.rb +1 -1
  341. data/spec/api/health_api_spec.rb +1 -1
  342. data/spec/api/integrations_api_spec.rb +1 -1
  343. data/spec/api/messaging_api_spec.rb +1 -1
  344. data/spec/api/multi_role_api_spec.rb +4 -97
  345. data/spec/api/realtime_analytics_api_spec.rb +1 -1
  346. data/spec/api/role_elevation_api_spec.rb +2 -2
  347. data/spec/api/search_api_spec.rb +1 -1
  348. data/spec/api/storage_api_spec.rb +1 -1
  349. data/spec/api/usage_api_spec.rb +1 -1
  350. data/spec/api/users_api_spec.rb +1 -1
  351. data/spec/api/wallet_api_spec.rb +1 -1
  352. data/spec/api/webhooks_api_spec.rb +1 -1
  353. data/spec/models/api_key_permission_spec.rb +1 -1
  354. data/spec/models/api_key_spec.rb +1 -1
  355. data/spec/models/api_key_usage_response_spec.rb +1 -1
  356. data/spec/models/api_key_usage_spec.rb +1 -1
  357. data/spec/models/api_key_with_secret_spec.rb +1 -1
  358. data/spec/models/auth_config_spec.rb +1 -1
  359. data/spec/models/auth_confirm_password_reset_request_spec.rb +1 -1
  360. data/spec/models/auth_convert_anonymous200_response_spec.rb +1 -1
  361. data/spec/models/auth_convert_anonymous_request_spec.rb +1 -1
  362. data/spec/models/auth_create_anonymous200_response_spec.rb +1 -1
  363. data/spec/models/auth_create_anonymous200_response_user_spec.rb +1 -1
  364. data/spec/models/auth_create_anonymous_request_spec.rb +1 -1
  365. data/spec/models/auth_get_o_auth_providers200_response_providers_inner_spec.rb +1 -1
  366. data/spec/models/auth_get_o_auth_providers200_response_spec.rb +1 -1
  367. data/spec/models/auth_get_session200_response_spec.rb +1 -1
  368. data/spec/models/auth_login200_response_spec.rb +1 -1
  369. data/spec/models/auth_login200_response_user_spec.rb +1 -1
  370. data/spec/models/auth_login403_response_spec.rb +1 -1
  371. data/spec/models/auth_login_request_spec.rb +1 -1
  372. data/spec/models/auth_oauth_callback200_response_spec.rb +1 -1
  373. data/spec/models/auth_oauth_initiate200_response_spec.rb +1 -1
  374. data/spec/models/auth_oauth_initiate400_response_spec.rb +1 -1
  375. data/spec/models/auth_oauth_signup_with_role400_response_spec.rb +1 -1
  376. data/spec/models/auth_provider_spec.rb +1 -1
  377. data/spec/models/auth_refresh200_response_spec.rb +1 -1
  378. data/spec/models/auth_refresh400_response_spec.rb +1 -1
  379. data/spec/models/auth_refresh_request_spec.rb +1 -1
  380. data/spec/models/auth_register201_response_spec.rb +1 -1
  381. data/spec/models/auth_register201_response_user_spec.rb +1 -1
  382. data/spec/models/auth_register429_response_spec.rb +1 -1
  383. data/spec/models/auth_register_request_spec.rb +1 -1
  384. data/spec/models/auth_register_with_role_request_spec.rb +1 -1
  385. data/spec/models/auth_request_password_reset_request_spec.rb +1 -1
  386. data/spec/models/auth_reset_password_request_spec.rb +1 -1
  387. data/spec/models/auth_response_spec.rb +1 -1
  388. data/spec/models/auth_verify_magic_link_request_spec.rb +1 -1
  389. data/spec/models/billing_check_feature_access200_response_spec.rb +1 -1
  390. data/spec/models/billing_check_subscription200_response_spec.rb +1 -1
  391. data/spec/models/billing_check_subscription200_response_subscription_spec.rb +1 -1
  392. data/spec/models/billing_create_checkout_session200_response_data_payment_options_inner_spec.rb +1 -1
  393. data/spec/models/billing_create_checkout_session200_response_data_spec.rb +1 -1
  394. data/spec/models/billing_create_checkout_session200_response_spec.rb +1 -1
  395. data/spec/models/billing_create_checkout_session_request_customer_info_spec.rb +1 -1
  396. data/spec/models/billing_create_checkout_session_request_spec.rb +1 -1
  397. data/spec/models/billing_get_checkout_payment200_response_data_spec.rb +1 -1
  398. data/spec/models/billing_get_checkout_payment200_response_spec.rb +1 -1
  399. data/spec/models/billing_get_public_plans200_response_spec.rb +1 -1
  400. data/spec/models/billing_handle_crypto_webhook200_response_spec.rb +1 -1
  401. data/spec/models/billing_handle_crypto_webhook_request_data_spec.rb +1 -1
  402. data/spec/models/billing_handle_crypto_webhook_request_spec.rb +1 -1
  403. data/spec/models/billing_handle_flutterwave_webhook_request_data_customer_spec.rb +1 -1
  404. data/spec/models/billing_handle_flutterwave_webhook_request_data_spec.rb +1 -1
  405. data/spec/models/billing_handle_flutterwave_webhook_request_spec.rb +1 -1
  406. data/spec/models/billing_initialize_payment_request_customer_spec.rb +1 -1
  407. data/spec/models/billing_initialize_payment_request_spec.rb +1 -1
  408. data/spec/models/billing_last_payment_spec.rb +1 -1
  409. data/spec/models/billing_record_usage_request_spec.rb +1 -1
  410. data/spec/models/billing_spec.rb +1 -1
  411. data/spec/models/billing_verify_payment200_response_data_spec.rb +1 -1
  412. data/spec/models/billing_verify_payment200_response_data_subscription_spec.rb +1 -1
  413. data/spec/models/billing_verify_payment200_response_spec.rb +1 -1
  414. data/spec/models/bucket_list_response_spec.rb +1 -1
  415. data/spec/models/bucket_response_spec.rb +1 -1
  416. data/spec/models/bucket_spec.rb +1 -1
  417. data/spec/models/change_password_request_spec.rb +1 -1
  418. data/spec/models/chat_add_participant200_response_data_participants_inner_spec.rb +1 -1
  419. data/spec/models/chat_add_participant200_response_data_spec.rb +1 -1
  420. data/spec/models/chat_add_participant200_response_spec.rb +1 -1
  421. data/spec/models/chat_add_participant_request_spec.rb +1 -1
  422. data/spec/models/chat_add_reaction200_response_data_inner_spec.rb +1 -1
  423. data/spec/models/chat_add_reaction200_response_spec.rb +1 -1
  424. data/spec/models/chat_add_reaction_request_spec.rb +1 -1
  425. data/spec/models/chat_create201_response_data_spec.rb +1 -1
  426. data/spec/models/chat_create201_response_spec.rb +1 -1
  427. data/spec/models/chat_create_request_spec.rb +1 -1
  428. data/spec/models/chat_edit_message200_response_data_spec.rb +1 -1
  429. data/spec/models/chat_edit_message200_response_spec.rb +1 -1
  430. data/spec/models/chat_edit_message_request_spec.rb +1 -1
  431. data/spec/models/chat_get200_response_data_participants_inner_spec.rb +1 -1
  432. data/spec/models/chat_get200_response_data_spec.rb +1 -1
  433. data/spec/models/chat_get200_response_spec.rb +1 -1
  434. data/spec/models/chat_get_messages200_response_data_messages_inner_sender_spec.rb +1 -1
  435. data/spec/models/chat_get_messages200_response_data_messages_inner_spec.rb +1 -1
  436. data/spec/models/chat_get_messages200_response_data_spec.rb +1 -1
  437. data/spec/models/chat_get_messages200_response_spec.rb +1 -1
  438. data/spec/models/chat_list200_response_data_chats_inner_last_message_spec.rb +1 -1
  439. data/spec/models/chat_list200_response_data_chats_inner_spec.rb +1 -1
  440. data/spec/models/chat_list200_response_data_spec.rb +1 -1
  441. data/spec/models/chat_list200_response_spec.rb +1 -1
  442. data/spec/models/chat_mark_as_read200_response_data_spec.rb +1 -1
  443. data/spec/models/chat_mark_as_read200_response_spec.rb +1 -1
  444. data/spec/models/chat_mark_as_read_request_spec.rb +1 -1
  445. data/spec/models/chat_remove_participant_request_spec.rb +1 -1
  446. data/spec/models/chat_remove_reaction200_response_data_inner_spec.rb +1 -1
  447. data/spec/models/chat_remove_reaction200_response_spec.rb +1 -1
  448. data/spec/models/chat_send_message201_response_data_spec.rb +1 -1
  449. data/spec/models/chat_send_message201_response_spec.rb +1 -1
  450. data/spec/models/chat_send_message_request_spec.rb +1 -1
  451. data/spec/models/collection_spec.rb +1 -1
  452. data/spec/models/collections_create201_response_spec.rb +1 -1
  453. data/spec/models/collections_list200_response_spec.rb +1 -1
  454. data/spec/models/compliance_log_security_event200_response_event_spec.rb +1 -1
  455. data/spec/models/compliance_log_security_event200_response_spec.rb +1 -1
  456. data/spec/models/compliance_log_security_event_request_details_spec.rb +1 -1
  457. data/spec/models/compliance_log_security_event_request_spec.rb +1 -1
  458. data/spec/models/confirm_upload_response_scan_spec.rb +1 -1
  459. data/spec/models/confirm_upload_response_spec.rb +1 -1
  460. data/spec/models/create_api_key_request_spec.rb +1 -1
  461. data/spec/models/create_bucket_request_spec.rb +1 -1
  462. data/spec/models/create_collection_request_spec.rb +1 -1
  463. data/spec/models/create_function_request_spec.rb +1 -1
  464. data/spec/models/create_project_request_spec.rb +1 -1
  465. data/spec/models/data_list_response_data_inner_spec.rb +1 -1
  466. data/spec/models/data_list_response_spec.rb +1 -1
  467. data/spec/models/data_response_spec.rb +1 -1
  468. data/spec/models/database_config_spec.rb +1 -1
  469. data/spec/models/email_request_spec.rb +1 -1
  470. data/spec/models/email_request_to_spec.rb +1 -1
  471. data/spec/models/error_details_spec.rb +1 -1
  472. data/spec/models/error_spec.rb +1 -1
  473. data/spec/models/field_default_spec.rb +1 -1
  474. data/spec/models/field_spec.rb +1 -1
  475. data/spec/models/file_list_response_spec.rb +1 -1
  476. data/spec/models/file_metadata_spec.rb +1 -1
  477. data/spec/models/file_response_spec.rb +1 -1
  478. data/spec/models/file_upload_response_spec.rb +1 -1
  479. data/spec/models/function_execution_response_data_spec.rb +1 -1
  480. data/spec/models/function_execution_response_spec.rb +1 -1
  481. data/spec/models/function_execution_spec.rb +1 -1
  482. data/spec/models/function_list_response_data_spec.rb +1 -1
  483. data/spec/models/function_list_response_spec.rb +1 -1
  484. data/spec/models/function_logs_response_data_spec.rb +1 -1
  485. data/spec/models/function_logs_response_spec.rb +1 -1
  486. data/spec/models/function_response_spec.rb +1 -1
  487. data/spec/models/function_spec.rb +1 -1
  488. data/spec/models/function_stats_spec.rb +1 -1
  489. data/spec/models/function_trigger_spec.rb +1 -1
  490. data/spec/models/functions_delete200_response_spec.rb +1 -1
  491. data/spec/models/functions_execute_request_spec.rb +1 -1
  492. data/spec/models/functions_get_versions200_response_data_spec.rb +1 -1
  493. data/spec/models/functions_get_versions200_response_data_versions_inner_spec.rb +1 -1
  494. data/spec/models/functions_get_versions200_response_spec.rb +1 -1
  495. data/spec/models/functions_rollback_request_spec.rb +1 -1
  496. data/spec/models/functions_simulate_request_spec.rb +1 -1
  497. data/spec/models/functions_trigger_webhook200_response_spec.rb +1 -1
  498. data/spec/models/functions_trigger_webhook400_response_spec.rb +1 -1
  499. data/spec/models/functions_trigger_webhook401_response_spec.rb +1 -1
  500. data/spec/models/health_response_services_spec.rb +1 -1
  501. data/spec/models/health_response_spec.rb +1 -1
  502. data/spec/models/integrations_execute_request_spec.rb +1 -1
  503. data/spec/models/integrations_list200_response_integrations_inner_spec.rb +1 -1
  504. data/spec/models/integrations_list200_response_spec.rb +1 -1
  505. data/spec/models/invite_member_request_spec.rb +1 -1
  506. data/spec/models/limits_spec.rb +1 -1
  507. data/spec/models/login_request_spec.rb +1 -1
  508. data/spec/models/magic_link_request_spec.rb +1 -1
  509. data/spec/models/message_history_response_data_spec.rb +1 -1
  510. data/spec/models/message_history_response_spec.rb +1 -1
  511. data/spec/models/message_response_spec.rb +1 -1
  512. data/spec/models/message_sent_response_data_spec.rb +1 -1
  513. data/spec/models/message_sent_response_spec.rb +1 -1
  514. data/spec/models/message_spec.rb +1 -1
  515. data/spec/models/message_stats_response_data_by_status_spec.rb +1 -1
  516. data/spec/models/message_stats_response_data_by_type_spec.rb +1 -1
  517. data/spec/models/message_stats_response_data_period_spec.rb +1 -1
  518. data/spec/models/message_stats_response_data_spec.rb +1 -1
  519. data/spec/models/message_stats_response_spec.rb +1 -1
  520. data/spec/models/non_custodial_address_response_spec.rb +1 -1
  521. data/spec/models/non_custodial_address_spec.rb +1 -1
  522. data/spec/models/organization_spec.rb +1 -1
  523. data/spec/models/organization_summary_spec.rb +1 -1
  524. data/spec/models/otp_send_request_spec.rb +1 -1
  525. data/spec/models/otp_verify_request_spec.rb +1 -1
  526. data/spec/models/pagination_spec.rb +1 -1
  527. data/spec/models/payment_intent_spec.rb +1 -1
  528. data/spec/models/payment_refund_spec.rb +1 -1
  529. data/spec/models/payment_subscription_spec.rb +1 -1
  530. data/spec/models/permission_spec.rb +1 -1
  531. data/spec/models/plan_spec.rb +1 -1
  532. data/spec/models/presigned_post_response_spec.rb +1 -1
  533. data/spec/models/project_settings_spec.rb +1 -1
  534. data/spec/models/project_spec.rb +1 -1
  535. data/spec/models/project_summary_spec.rb +1 -1
  536. data/spec/models/project_usage_response_spec.rb +1 -1
  537. data/spec/models/project_usage_spec.rb +1 -1
  538. data/spec/models/project_usage_stats_response_project_spec.rb +1 -1
  539. data/spec/models/project_usage_stats_response_spec.rb +1 -1
  540. data/spec/models/push_notification_request_spec.rb +1 -1
  541. data/spec/models/rate_limit_spec.rb +1 -1
  542. data/spec/models/realtime_analytics_check_user_presence200_response_presence_value_spec.rb +1 -1
  543. data/spec/models/realtime_analytics_check_user_presence200_response_spec.rb +1 -1
  544. data/spec/models/realtime_analytics_check_user_presence_request_spec.rb +1 -1
  545. data/spec/models/realtime_analytics_get_active_users200_response_spec.rb +1 -1
  546. data/spec/models/realtime_analytics_get_active_users200_response_users_inner_spec.rb +1 -1
  547. data/spec/models/realtime_analytics_get_event_throughput200_response_spec.rb +1 -1
  548. data/spec/models/realtime_analytics_get_historical_analytics200_response_data_inner_spec.rb +1 -1
  549. data/spec/models/realtime_analytics_get_historical_analytics200_response_spec.rb +1 -1
  550. data/spec/models/realtime_analytics_get_project200_response_spec.rb +1 -1
  551. data/spec/models/register_request_spec.rb +1 -1
  552. data/spec/models/role_elevation_get_status200_response_spec.rb +1 -1
  553. data/spec/models/role_elevation_request200_response_spec.rb +1 -1
  554. data/spec/models/role_elevation_request_request_spec.rb +1 -1
  555. data/spec/models/role_elevation_upload_documents_request_documents_inner_spec.rb +1 -1
  556. data/spec/models/role_elevation_upload_documents_request_spec.rb +1 -1
  557. data/spec/models/search_get_analytics200_response_spec.rb +1 -1
  558. data/spec/models/search_get_analytics200_response_top_queries_inner_spec.rb +1 -1
  559. data/spec/models/search_get_suggestions200_response_spec.rb +1 -1
  560. data/spec/models/search_response_data_spec.rb +1 -1
  561. data/spec/models/search_response_spec.rb +1 -1
  562. data/spec/models/search_result_item_spec.rb +1 -1
  563. data/spec/models/search_result_spec.rb +1 -1
  564. data/spec/models/session_response_spec.rb +1 -1
  565. data/spec/models/signed_url_response_spec.rb +1 -1
  566. data/spec/models/sms_request_spec.rb +1 -1
  567. data/spec/models/storage_config_spec.rb +1 -1
  568. data/spec/models/storage_confirm_upload400_response_spec.rb +1 -1
  569. data/spec/models/storage_confirm_upload_request_spec.rb +1 -1
  570. data/spec/models/storage_download_bucket_file403_response_spec.rb +1 -1
  571. data/spec/models/storage_download_bucket_file404_response_spec.rb +1 -1
  572. data/spec/models/storage_get_presigned_upload_request_spec.rb +1 -1
  573. data/spec/models/storage_get_signed_url_request_spec.rb +1 -1
  574. data/spec/models/system_status_response_data_cpu_spec.rb +1 -1
  575. data/spec/models/system_status_response_data_database_spec.rb +1 -1
  576. data/spec/models/system_status_response_data_memory_spec.rb +1 -1
  577. data/spec/models/system_status_response_data_requests_spec.rb +1 -1
  578. data/spec/models/system_status_response_data_spec.rb +1 -1
  579. data/spec/models/system_status_response_data_storage_spec.rb +1 -1
  580. data/spec/models/system_status_response_spec.rb +1 -1
  581. data/spec/models/trigger_webhook_request_spec.rb +1 -1
  582. data/spec/models/two_fa_setup_response_spec.rb +1 -1
  583. data/spec/models/update_api_key_request_spec.rb +1 -1
  584. data/spec/models/update_bucket_request_spec.rb +1 -1
  585. data/spec/models/update_collection_request_spec.rb +1 -1
  586. data/spec/models/update_function_request_limits_spec.rb +1 -1
  587. data/spec/models/update_function_request_retry_policy_spec.rb +1 -1
  588. data/spec/models/update_function_request_spec.rb +1 -1
  589. data/spec/models/update_organization_request_spec.rb +1 -1
  590. data/spec/models/update_project_request_spec.rb +1 -1
  591. data/spec/models/update_user_request_spec.rb +1 -1
  592. data/spec/models/upload_files_to_bucket_metadata_request_spec.rb +1 -1
  593. data/spec/models/upload_files_to_bucket_request_spec.rb +1 -1
  594. data/spec/models/usage_response_spec.rb +1 -1
  595. data/spec/models/usage_spec.rb +1 -1
  596. data/spec/models/usage_stats_response_percentages_spec.rb +1 -1
  597. data/spec/models/usage_stats_response_spec.rb +1 -1
  598. data/spec/models/usage_trends_response_spec.rb +1 -1
  599. data/spec/models/usage_trends_response_trends_inner_id_spec.rb +1 -1
  600. data/spec/models/usage_trends_response_trends_inner_spec.rb +1 -1
  601. data/spec/models/user_spec.rb +1 -1
  602. data/spec/models/user_summary_spec.rb +1 -1
  603. data/spec/models/users_disable2fa_request_spec.rb +1 -1
  604. data/spec/models/users_erase_data200_response_details_spec.rb +1 -1
  605. data/spec/models/users_erase_data200_response_spec.rb +1 -1
  606. data/spec/models/users_erase_data_request_spec.rb +1 -1
  607. data/spec/models/users_export_data200_response_spec.rb +1 -1
  608. data/spec/models/users_get200_response_spec.rb +1 -1
  609. data/spec/models/users_link_o_auth_provider200_response_spec.rb +1 -1
  610. data/spec/models/users_list_o_auth_providers200_response_providers_inner_spec.rb +1 -1
  611. data/spec/models/users_list_o_auth_providers200_response_spec.rb +1 -1
  612. data/spec/models/users_unlink_o_auth_provider200_response_spec.rb +1 -1
  613. data/spec/models/users_update200_response_spec.rb +1 -1
  614. data/spec/models/users_verify2fa_request_spec.rb +1 -1
  615. data/spec/models/users_verify_email_request_spec.rb +1 -1
  616. data/spec/models/wallet_balance_spec.rb +1 -1
  617. data/spec/models/wallet_broadcast_transaction200_response_data_spec.rb +1 -1
  618. data/spec/models/wallet_broadcast_transaction200_response_spec.rb +1 -1
  619. data/spec/models/wallet_broadcast_transaction_request_spec.rb +1 -1
  620. data/spec/models/wallet_create_webhook201_response_spec.rb +1 -1
  621. data/spec/models/wallet_create_webhook_request_filters_spec.rb +1 -1
  622. data/spec/models/wallet_create_webhook_request_spec.rb +1 -1
  623. data/spec/models/wallet_estimate_gas200_response_data_spec.rb +1 -1
  624. data/spec/models/wallet_estimate_gas200_response_spec.rb +1 -1
  625. data/spec/models/wallet_estimate_gas_request_spec.rb +1 -1
  626. data/spec/models/wallet_estimate_gas_request_transaction_spec.rb +1 -1
  627. data/spec/models/wallet_get_balance200_response_spec.rb +1 -1
  628. data/spec/models/wallet_get_cancel_params200_response_data_spec.rb +1 -1
  629. data/spec/models/wallet_get_cancel_params200_response_spec.rb +1 -1
  630. data/spec/models/wallet_get_cancel_params_request_spec.rb +1 -1
  631. data/spec/models/wallet_get_speed_up_params200_response_data_spec.rb +1 -1
  632. data/spec/models/wallet_get_speed_up_params200_response_spec.rb +1 -1
  633. data/spec/models/wallet_get_speed_up_params_request_spec.rb +1 -1
  634. data/spec/models/wallet_get_transaction_by_hash200_response_spec.rb +1 -1
  635. data/spec/models/wallet_get_transaction_by_hash400_response_spec.rb +1 -1
  636. data/spec/models/wallet_get_transactions200_response_pagination_spec.rb +1 -1
  637. data/spec/models/wallet_get_transactions200_response_spec.rb +1 -1
  638. data/spec/models/wallet_get_webhook_logs200_response_spec.rb +1 -1
  639. data/spec/models/wallet_list_addresses200_response_spec.rb +1 -1
  640. data/spec/models/wallet_list_webhooks200_response_spec.rb +1 -1
  641. data/spec/models/wallet_register_address_request_spec.rb +1 -1
  642. data/spec/models/wallet_test_webhook200_response_spec.rb +1 -1
  643. data/spec/models/wallet_test_webhook_request_spec.rb +1 -1
  644. data/spec/models/wallet_transaction_spec.rb +1 -1
  645. data/spec/models/wallet_transaction_webhook_payload_spec.rb +1 -1
  646. data/spec/models/wallet_update_webhook200_response_spec.rb +1 -1
  647. data/spec/models/wallet_update_webhook_request_spec.rb +1 -1
  648. data/spec/models/wallet_webhook_filters_spec.rb +1 -1
  649. data/spec/models/wallet_webhook_spec.rb +1 -1
  650. data/spec/models/wallet_webhook_stats_spec.rb +1 -1
  651. data/spec/models/webhook_list_response_spec.rb +1 -1
  652. data/spec/models/webhook_log_spec.rb +1 -1
  653. data/spec/models/webhook_stats_response_event_stats_inner_spec.rb +1 -1
  654. data/spec/models/webhook_stats_response_spec.rb +1 -1
  655. data/spec/models/webhook_stats_response_status_stats_inner_spec.rb +1 -1
  656. data/spec/spec_helper.rb +1 -1
  657. metadata +2 -50
  658. data/docs/MultiRoleAddRoleRequest.md +0 -28
  659. data/docs/MultiRoleAddRoleRequestDefaultPermissionsInner.md +0 -20
  660. data/docs/MultiRoleGetAvailableRoles200Response.md +0 -20
  661. data/docs/MultiRoleGetAvailableRoles200ResponseDataInner.md +0 -30
  662. data/docs/MultiRoleGetConfig200Response.md +0 -20
  663. data/docs/MultiRoleGetConfig200ResponseData.md +0 -24
  664. data/docs/MultiRoleToggleRoleRequest.md +0 -18
  665. data/docs/MultiRoleUpdateCollectionPermissionsRequest.md +0 -20
  666. data/docs/MultiRoleUpdateRoleRequest.md +0 -28
  667. data/docs/MultiRoleUpdateSettings200Response.md +0 -22
  668. data/docs/MultiRoleUpdateSettingsRequest.md +0 -22
  669. data/docs/MultiRoleUpdateSettingsRequestSettings.md +0 -20
  670. data/lib/mudbase/models/multi_role_add_role_request.rb +0 -245
  671. data/lib/mudbase/models/multi_role_add_role_request_default_permissions_inner.rb +0 -158
  672. data/lib/mudbase/models/multi_role_get_available_roles200_response.rb +0 -158
  673. data/lib/mudbase/models/multi_role_get_available_roles200_response_data_inner.rb +0 -201
  674. data/lib/mudbase/models/multi_role_get_config200_response.rb +0 -156
  675. data/lib/mudbase/models/multi_role_get_config200_response_data.rb +0 -176
  676. data/lib/mudbase/models/multi_role_toggle_role_request.rb +0 -164
  677. data/lib/mudbase/models/multi_role_update_collection_permissions_request.rb +0 -180
  678. data/lib/mudbase/models/multi_role_update_role_request.rb +0 -192
  679. data/lib/mudbase/models/multi_role_update_settings200_response.rb +0 -165
  680. data/lib/mudbase/models/multi_role_update_settings_request.rb +0 -165
  681. data/lib/mudbase/models/multi_role_update_settings_request_settings.rb +0 -156
  682. data/spec/models/multi_role_add_role_request_default_permissions_inner_spec.rb +0 -42
  683. data/spec/models/multi_role_add_role_request_spec.rb +0 -66
  684. data/spec/models/multi_role_get_available_roles200_response_data_inner_spec.rb +0 -72
  685. data/spec/models/multi_role_get_available_roles200_response_spec.rb +0 -42
  686. data/spec/models/multi_role_get_config200_response_data_spec.rb +0 -54
  687. data/spec/models/multi_role_get_config200_response_spec.rb +0 -42
  688. data/spec/models/multi_role_toggle_role_request_spec.rb +0 -36
  689. data/spec/models/multi_role_update_collection_permissions_request_spec.rb +0 -46
  690. data/spec/models/multi_role_update_role_request_spec.rb +0 -66
  691. data/spec/models/multi_role_update_settings200_response_spec.rb +0 -48
  692. data/spec/models/multi_role_update_settings_request_settings_spec.rb +0 -42
  693. data/spec/models/multi_role_update_settings_request_spec.rb +0 -48
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.2.7
6
+ The version of the OpenAPI document: 1.2.9
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0