mudbase 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (690) hide show
  1. checksums.yaml +4 -4
  2. data/docs/AuthResponse.md +5 -1
  3. data/docs/AuthenticationApi.md +70 -5
  4. data/docs/ConvertAnonymousAccount200Response.md +4 -0
  5. data/docs/CreateAnonymousSession200Response.md +2 -0
  6. data/docs/LoginLocalUser200Response.md +5 -1
  7. data/docs/RefreshToken200Response.md +24 -0
  8. data/docs/{CreateCheckoutSession400Response.md → RefreshToken400Response.md} +2 -2
  9. data/docs/RefreshTokenRequest.md +18 -0
  10. data/lib/mudbase/api/authentication_api.rb +74 -6
  11. data/lib/mudbase/api/billing_api.rb +2 -2
  12. data/lib/mudbase/api/buckets_api.rb +2 -2
  13. data/lib/mudbase/api/chat_api.rb +2 -2
  14. data/lib/mudbase/api/collections_api.rb +2 -2
  15. data/lib/mudbase/api/compliance_api.rb +2 -2
  16. data/lib/mudbase/api/data_api.rb +2 -2
  17. data/lib/mudbase/api/files_api.rb +2 -2
  18. data/lib/mudbase/api/functions_api.rb +2 -2
  19. data/lib/mudbase/api/health_api.rb +2 -2
  20. data/lib/mudbase/api/integrations_api.rb +2 -2
  21. data/lib/mudbase/api/messaging_api.rb +2 -2
  22. data/lib/mudbase/api/multi_role_feature_api.rb +2 -2
  23. data/lib/mudbase/api/real_time_analytics_api.rb +2 -2
  24. data/lib/mudbase/api/role_elevation_api.rb +2 -2
  25. data/lib/mudbase/api/search_api.rb +2 -2
  26. data/lib/mudbase/api/usage_api.rb +2 -2
  27. data/lib/mudbase/api/users_api.rb +2 -2
  28. data/lib/mudbase/api/wallet_api.rb +2 -2
  29. data/lib/mudbase/api/webhooks_api.rb +2 -2
  30. data/lib/mudbase/api_client.rb +2 -2
  31. data/lib/mudbase/api_error.rb +2 -2
  32. data/lib/mudbase/api_model_base.rb +2 -2
  33. data/lib/mudbase/configuration.rb +2 -2
  34. data/lib/mudbase/models/add_custom_role_request.rb +2 -2
  35. data/lib/mudbase/models/add_custom_role_request_default_permissions_inner.rb +2 -2
  36. data/lib/mudbase/models/add_participant200_response.rb +2 -2
  37. data/lib/mudbase/models/add_participant200_response_data.rb +2 -2
  38. data/lib/mudbase/models/add_participant200_response_data_participants_inner.rb +2 -2
  39. data/lib/mudbase/models/add_participant_request.rb +2 -2
  40. data/lib/mudbase/models/add_reaction200_response.rb +2 -2
  41. data/lib/mudbase/models/add_reaction200_response_data_inner.rb +2 -2
  42. data/lib/mudbase/models/add_reaction_request.rb +2 -2
  43. data/lib/mudbase/models/api_key.rb +2 -2
  44. data/lib/mudbase/models/api_key_permission.rb +2 -2
  45. data/lib/mudbase/models/api_key_usage.rb +2 -2
  46. data/lib/mudbase/models/api_key_usage_response.rb +2 -2
  47. data/lib/mudbase/models/api_key_with_secret.rb +2 -2
  48. data/lib/mudbase/models/auth_config.rb +2 -2
  49. data/lib/mudbase/models/auth_provider.rb +2 -2
  50. data/lib/mudbase/models/auth_response.rb +24 -3
  51. data/lib/mudbase/models/billing.rb +2 -2
  52. data/lib/mudbase/models/billing_last_payment.rb +2 -2
  53. data/lib/mudbase/models/broadcast_non_custodial_transaction200_response.rb +2 -2
  54. data/lib/mudbase/models/broadcast_non_custodial_transaction200_response_data.rb +2 -2
  55. data/lib/mudbase/models/broadcast_non_custodial_transaction_request.rb +2 -2
  56. data/lib/mudbase/models/bucket.rb +2 -2
  57. data/lib/mudbase/models/bucket_list_response.rb +2 -2
  58. data/lib/mudbase/models/bucket_response.rb +2 -2
  59. data/lib/mudbase/models/change_password_request.rb +2 -2
  60. data/lib/mudbase/models/check_feature_access200_response.rb +2 -2
  61. data/lib/mudbase/models/check_subscription200_response.rb +2 -2
  62. data/lib/mudbase/models/check_subscription200_response_subscription.rb +2 -2
  63. data/lib/mudbase/models/check_user_presence200_response.rb +2 -2
  64. data/lib/mudbase/models/check_user_presence200_response_presence_value.rb +2 -2
  65. data/lib/mudbase/models/check_user_presence_request.rb +2 -2
  66. data/lib/mudbase/models/collection.rb +2 -2
  67. data/lib/mudbase/models/confirm_direct_upload400_response.rb +2 -2
  68. data/lib/mudbase/models/confirm_direct_upload_request.rb +2 -2
  69. data/lib/mudbase/models/confirm_local_password_reset_with_otp_request.rb +2 -2
  70. data/lib/mudbase/models/confirm_upload_response.rb +2 -2
  71. data/lib/mudbase/models/confirm_upload_response_scan.rb +2 -2
  72. data/lib/mudbase/models/convert_anonymous_account200_response.rb +21 -3
  73. data/lib/mudbase/models/convert_anonymous_account_request.rb +2 -2
  74. data/lib/mudbase/models/create_anonymous_session200_response.rb +13 -3
  75. data/lib/mudbase/models/create_anonymous_session200_response_user.rb +2 -2
  76. data/lib/mudbase/models/create_anonymous_session_request.rb +2 -2
  77. data/lib/mudbase/models/create_api_key_request.rb +2 -2
  78. data/lib/mudbase/models/create_bucket_request.rb +2 -2
  79. data/lib/mudbase/models/create_chat201_response.rb +2 -2
  80. data/lib/mudbase/models/create_chat201_response_data.rb +2 -2
  81. data/lib/mudbase/models/create_chat_request.rb +2 -2
  82. data/lib/mudbase/models/create_checkout_session200_response.rb +2 -2
  83. data/lib/mudbase/models/create_checkout_session200_response_data.rb +2 -2
  84. data/lib/mudbase/models/create_checkout_session200_response_data_payment_options_inner.rb +2 -2
  85. data/lib/mudbase/models/create_checkout_session_request.rb +2 -2
  86. data/lib/mudbase/models/create_checkout_session_request_customer_info.rb +2 -2
  87. data/lib/mudbase/models/create_collection201_response.rb +2 -2
  88. data/lib/mudbase/models/create_collection_request.rb +2 -2
  89. data/lib/mudbase/models/create_function_request.rb +2 -2
  90. data/lib/mudbase/models/create_project_request.rb +2 -2
  91. data/lib/mudbase/models/create_wallet_webhook201_response.rb +2 -2
  92. data/lib/mudbase/models/create_wallet_webhook_request.rb +2 -2
  93. data/lib/mudbase/models/create_wallet_webhook_request_filters.rb +2 -2
  94. data/lib/mudbase/models/data_list_response.rb +2 -2
  95. data/lib/mudbase/models/data_list_response_data_inner.rb +2 -2
  96. data/lib/mudbase/models/data_response.rb +2 -2
  97. data/lib/mudbase/models/database_config.rb +2 -2
  98. data/lib/mudbase/models/delete_function200_response.rb +2 -2
  99. data/lib/mudbase/models/disable2_fa_request.rb +2 -2
  100. data/lib/mudbase/models/download_bucket_file403_response.rb +2 -2
  101. data/lib/mudbase/models/download_bucket_file404_response.rb +2 -2
  102. data/lib/mudbase/models/edit_message200_response.rb +2 -2
  103. data/lib/mudbase/models/edit_message200_response_data.rb +2 -2
  104. data/lib/mudbase/models/edit_message_request.rb +2 -2
  105. data/lib/mudbase/models/email_request.rb +2 -2
  106. data/lib/mudbase/models/email_request_to.rb +2 -2
  107. data/lib/mudbase/models/erase_user_data200_response.rb +2 -2
  108. data/lib/mudbase/models/erase_user_data200_response_details.rb +2 -2
  109. data/lib/mudbase/models/erase_user_data_request.rb +2 -2
  110. data/lib/mudbase/models/error.rb +2 -2
  111. data/lib/mudbase/models/error_details.rb +2 -2
  112. data/lib/mudbase/models/estimate_non_custodial_gas200_response.rb +2 -2
  113. data/lib/mudbase/models/estimate_non_custodial_gas200_response_data.rb +2 -2
  114. data/lib/mudbase/models/estimate_non_custodial_gas_request.rb +2 -2
  115. data/lib/mudbase/models/estimate_non_custodial_gas_request_transaction.rb +2 -2
  116. data/lib/mudbase/models/execute_function_request.rb +2 -2
  117. data/lib/mudbase/models/execute_integration_request.rb +2 -2
  118. data/lib/mudbase/models/export_user_data200_response.rb +2 -2
  119. data/lib/mudbase/models/field.rb +2 -2
  120. data/lib/mudbase/models/field_default.rb +2 -2
  121. data/lib/mudbase/models/file_list_response.rb +2 -2
  122. data/lib/mudbase/models/file_metadata.rb +2 -2
  123. data/lib/mudbase/models/file_response.rb +2 -2
  124. data/lib/mudbase/models/file_upload_response.rb +2 -2
  125. data/lib/mudbase/models/function.rb +2 -2
  126. data/lib/mudbase/models/function_execution.rb +2 -2
  127. data/lib/mudbase/models/function_execution_response.rb +2 -2
  128. data/lib/mudbase/models/function_execution_response_data.rb +2 -2
  129. data/lib/mudbase/models/function_list_response.rb +2 -2
  130. data/lib/mudbase/models/function_list_response_data.rb +2 -2
  131. data/lib/mudbase/models/function_logs_response.rb +2 -2
  132. data/lib/mudbase/models/function_logs_response_data.rb +2 -2
  133. data/lib/mudbase/models/function_response.rb +2 -2
  134. data/lib/mudbase/models/function_stats.rb +2 -2
  135. data/lib/mudbase/models/function_trigger.rb +2 -2
  136. data/lib/mudbase/models/generate_presigned_upload_request.rb +2 -2
  137. data/lib/mudbase/models/generate_signed_url_request.rb +2 -2
  138. data/lib/mudbase/models/get_active_users200_response.rb +2 -2
  139. data/lib/mudbase/models/get_active_users200_response_users_inner.rb +2 -2
  140. data/lib/mudbase/models/get_available_o_auth_providers200_response.rb +2 -2
  141. data/lib/mudbase/models/get_available_o_auth_providers200_response_providers_inner.rb +2 -2
  142. data/lib/mudbase/models/get_available_roles200_response.rb +2 -2
  143. data/lib/mudbase/models/get_available_roles200_response_data_inner.rb +2 -2
  144. data/lib/mudbase/models/get_cancel_params200_response.rb +2 -2
  145. data/lib/mudbase/models/get_cancel_params200_response_data.rb +2 -2
  146. data/lib/mudbase/models/get_cancel_params_request.rb +2 -2
  147. data/lib/mudbase/models/get_chat_details200_response.rb +2 -2
  148. data/lib/mudbase/models/get_chat_details200_response_data.rb +2 -2
  149. data/lib/mudbase/models/get_chat_details200_response_data_participants_inner.rb +2 -2
  150. data/lib/mudbase/models/get_chat_messages200_response.rb +2 -2
  151. data/lib/mudbase/models/get_chat_messages200_response_data.rb +2 -2
  152. data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner.rb +2 -2
  153. data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner_sender.rb +2 -2
  154. data/lib/mudbase/models/get_checkout_payment200_response.rb +2 -2
  155. data/lib/mudbase/models/get_checkout_payment200_response_data.rb +2 -2
  156. data/lib/mudbase/models/get_current_user200_response.rb +2 -2
  157. data/lib/mudbase/models/get_event_throughput200_response.rb +2 -2
  158. data/lib/mudbase/models/get_function_versions200_response.rb +2 -2
  159. data/lib/mudbase/models/get_function_versions200_response_data.rb +2 -2
  160. data/lib/mudbase/models/get_function_versions200_response_data_versions_inner.rb +2 -2
  161. data/lib/mudbase/models/get_historical_analytics200_response.rb +2 -2
  162. data/lib/mudbase/models/get_historical_analytics200_response_data_inner.rb +2 -2
  163. data/lib/mudbase/models/get_integrations200_response.rb +2 -2
  164. data/lib/mudbase/models/get_integrations200_response_integrations_inner.rb +2 -2
  165. data/lib/mudbase/models/get_local_session200_response.rb +2 -2
  166. data/lib/mudbase/models/get_multi_role_config200_response.rb +2 -2
  167. data/lib/mudbase/models/get_multi_role_config200_response_data.rb +2 -2
  168. data/lib/mudbase/models/get_non_custodial_balance200_response.rb +2 -2
  169. data/lib/mudbase/models/get_non_custodial_transaction_by_hash200_response.rb +2 -2
  170. data/lib/mudbase/models/get_non_custodial_transaction_by_hash400_response.rb +2 -2
  171. data/lib/mudbase/models/get_non_custodial_transactions200_response.rb +2 -2
  172. data/lib/mudbase/models/get_non_custodial_transactions200_response_pagination.rb +2 -2
  173. data/lib/mudbase/models/get_project_analytics200_response.rb +2 -2
  174. data/lib/mudbase/models/get_public_plans200_response.rb +2 -2
  175. data/lib/mudbase/models/get_role_elevation_status200_response.rb +2 -2
  176. data/lib/mudbase/models/get_search_analytics200_response.rb +2 -2
  177. data/lib/mudbase/models/get_search_analytics200_response_top_queries_inner.rb +2 -2
  178. data/lib/mudbase/models/get_search_suggestions200_response.rb +2 -2
  179. data/lib/mudbase/models/get_speed_up_params200_response.rb +2 -2
  180. data/lib/mudbase/models/get_speed_up_params200_response_data.rb +2 -2
  181. data/lib/mudbase/models/get_speed_up_params_request.rb +2 -2
  182. data/lib/mudbase/models/get_user_chats200_response.rb +2 -2
  183. data/lib/mudbase/models/get_user_chats200_response_data.rb +2 -2
  184. data/lib/mudbase/models/get_user_chats200_response_data_chats_inner.rb +2 -2
  185. data/lib/mudbase/models/get_user_chats200_response_data_chats_inner_last_message.rb +2 -2
  186. data/lib/mudbase/models/get_wallet_webhook_logs200_response.rb +2 -2
  187. data/lib/mudbase/models/handle_crypto_payment_webhook200_response.rb +2 -2
  188. data/lib/mudbase/models/handle_crypto_payment_webhook_request.rb +2 -2
  189. data/lib/mudbase/models/handle_crypto_payment_webhook_request_data.rb +2 -2
  190. data/lib/mudbase/models/handle_flutterwave_webhook_request.rb +2 -2
  191. data/lib/mudbase/models/handle_flutterwave_webhook_request_data.rb +2 -2
  192. data/lib/mudbase/models/handle_flutterwave_webhook_request_data_customer.rb +2 -2
  193. data/lib/mudbase/models/health_response.rb +2 -2
  194. data/lib/mudbase/models/health_response_services.rb +2 -2
  195. data/lib/mudbase/models/initialize_payment_for_project_request.rb +2 -2
  196. data/lib/mudbase/models/initialize_payment_for_project_request_customer.rb +2 -2
  197. data/lib/mudbase/models/initiate_o_auth200_response.rb +2 -2
  198. data/lib/mudbase/models/initiate_o_auth400_response.rb +2 -2
  199. data/lib/mudbase/models/initiate_o_auth404_response.rb +2 -2
  200. data/lib/mudbase/models/invite_member_request.rb +2 -2
  201. data/lib/mudbase/models/limits.rb +2 -2
  202. data/lib/mudbase/models/link_o_auth_provider200_response.rb +2 -2
  203. data/lib/mudbase/models/list_collections200_response.rb +2 -2
  204. data/lib/mudbase/models/list_non_custodial_addresses200_response.rb +2 -2
  205. data/lib/mudbase/models/list_o_auth_providers200_response.rb +2 -2
  206. data/lib/mudbase/models/list_o_auth_providers200_response_providers_inner.rb +2 -2
  207. data/lib/mudbase/models/list_wallet_webhooks200_response.rb +2 -2
  208. data/lib/mudbase/models/log_security_event200_response.rb +2 -2
  209. data/lib/mudbase/models/log_security_event200_response_event.rb +2 -2
  210. data/lib/mudbase/models/log_security_event_request.rb +2 -2
  211. data/lib/mudbase/models/log_security_event_request_details.rb +2 -2
  212. data/lib/mudbase/models/login_local_user200_response.rb +24 -3
  213. data/lib/mudbase/models/login_local_user200_response_user.rb +2 -2
  214. data/lib/mudbase/models/login_local_user403_response.rb +2 -2
  215. data/lib/mudbase/models/login_local_user_request.rb +2 -2
  216. data/lib/mudbase/models/login_request.rb +2 -2
  217. data/lib/mudbase/models/magic_link_request.rb +2 -2
  218. data/lib/mudbase/models/mark_messages_as_read200_response.rb +2 -2
  219. data/lib/mudbase/models/mark_messages_as_read200_response_data.rb +2 -2
  220. data/lib/mudbase/models/mark_messages_as_read_request.rb +2 -2
  221. data/lib/mudbase/models/message.rb +2 -2
  222. data/lib/mudbase/models/message_history_response.rb +2 -2
  223. data/lib/mudbase/models/message_history_response_data.rb +2 -2
  224. data/lib/mudbase/models/message_response.rb +2 -2
  225. data/lib/mudbase/models/message_sent_response.rb +2 -2
  226. data/lib/mudbase/models/message_sent_response_data.rb +2 -2
  227. data/lib/mudbase/models/message_stats_response.rb +2 -2
  228. data/lib/mudbase/models/message_stats_response_data.rb +2 -2
  229. data/lib/mudbase/models/message_stats_response_data_by_status.rb +2 -2
  230. data/lib/mudbase/models/message_stats_response_data_by_type.rb +2 -2
  231. data/lib/mudbase/models/message_stats_response_data_period.rb +2 -2
  232. data/lib/mudbase/models/non_custodial_address.rb +2 -2
  233. data/lib/mudbase/models/non_custodial_address_response.rb +2 -2
  234. data/lib/mudbase/models/oauth_callback200_response.rb +2 -2
  235. data/lib/mudbase/models/oauth_signup_with_role400_response.rb +2 -2
  236. data/lib/mudbase/models/organization.rb +2 -2
  237. data/lib/mudbase/models/organization_summary.rb +2 -2
  238. data/lib/mudbase/models/otp_send_request.rb +2 -2
  239. data/lib/mudbase/models/otp_verify_request.rb +2 -2
  240. data/lib/mudbase/models/pagination.rb +2 -2
  241. data/lib/mudbase/models/payment_intent.rb +2 -2
  242. data/lib/mudbase/models/payment_refund.rb +2 -2
  243. data/lib/mudbase/models/payment_subscription.rb +2 -2
  244. data/lib/mudbase/models/permission.rb +2 -2
  245. data/lib/mudbase/models/plan.rb +2 -2
  246. data/lib/mudbase/models/presigned_post_response.rb +2 -2
  247. data/lib/mudbase/models/project.rb +2 -2
  248. data/lib/mudbase/models/project_settings.rb +2 -2
  249. data/lib/mudbase/models/project_summary.rb +2 -2
  250. data/lib/mudbase/models/project_usage.rb +2 -2
  251. data/lib/mudbase/models/project_usage_response.rb +2 -2
  252. data/lib/mudbase/models/project_usage_stats_response.rb +2 -2
  253. data/lib/mudbase/models/project_usage_stats_response_project.rb +2 -2
  254. data/lib/mudbase/models/push_notification_request.rb +2 -2
  255. data/lib/mudbase/models/rate_limit.rb +2 -2
  256. data/lib/mudbase/models/record_usage_request.rb +2 -2
  257. data/lib/mudbase/models/refresh_token200_response.rb +177 -0
  258. data/lib/mudbase/models/{create_checkout_session400_response.rb → refresh_token400_response.rb} +5 -5
  259. data/lib/mudbase/models/refresh_token_request.rb +165 -0
  260. data/lib/mudbase/models/register_local_user201_response.rb +2 -2
  261. data/lib/mudbase/models/register_local_user201_response_user.rb +2 -2
  262. data/lib/mudbase/models/register_local_user429_response.rb +2 -2
  263. data/lib/mudbase/models/register_local_user_request.rb +2 -2
  264. data/lib/mudbase/models/register_non_custodial_address_request.rb +2 -2
  265. data/lib/mudbase/models/register_request.rb +2 -2
  266. data/lib/mudbase/models/register_with_role_request.rb +2 -2
  267. data/lib/mudbase/models/remove_participant_request.rb +2 -2
  268. data/lib/mudbase/models/remove_reaction200_response.rb +2 -2
  269. data/lib/mudbase/models/remove_reaction200_response_data_inner.rb +2 -2
  270. data/lib/mudbase/models/request_local_password_reset_request.rb +2 -2
  271. data/lib/mudbase/models/request_role_elevation200_response.rb +2 -2
  272. data/lib/mudbase/models/request_role_elevation_request.rb +2 -2
  273. data/lib/mudbase/models/reset_local_password_request.rb +2 -2
  274. data/lib/mudbase/models/rollback_function_request.rb +2 -2
  275. data/lib/mudbase/models/search_response.rb +2 -2
  276. data/lib/mudbase/models/search_response_data.rb +2 -2
  277. data/lib/mudbase/models/search_result.rb +2 -2
  278. data/lib/mudbase/models/search_result_item.rb +2 -2
  279. data/lib/mudbase/models/send_message201_response.rb +2 -2
  280. data/lib/mudbase/models/send_message201_response_data.rb +2 -2
  281. data/lib/mudbase/models/send_message_request.rb +2 -2
  282. data/lib/mudbase/models/session_response.rb +2 -2
  283. data/lib/mudbase/models/signed_url_response.rb +2 -2
  284. data/lib/mudbase/models/simulate_function_trigger_request.rb +2 -2
  285. data/lib/mudbase/models/sms_request.rb +2 -2
  286. data/lib/mudbase/models/storage_config.rb +2 -2
  287. data/lib/mudbase/models/system_status_response.rb +2 -2
  288. data/lib/mudbase/models/system_status_response_data.rb +2 -2
  289. data/lib/mudbase/models/system_status_response_data_cpu.rb +2 -2
  290. data/lib/mudbase/models/system_status_response_data_database.rb +2 -2
  291. data/lib/mudbase/models/system_status_response_data_memory.rb +2 -2
  292. data/lib/mudbase/models/system_status_response_data_requests.rb +2 -2
  293. data/lib/mudbase/models/system_status_response_data_storage.rb +2 -2
  294. data/lib/mudbase/models/test_wallet_webhook200_response.rb +2 -2
  295. data/lib/mudbase/models/test_wallet_webhook_request.rb +2 -2
  296. data/lib/mudbase/models/toggle_role_request.rb +2 -2
  297. data/lib/mudbase/models/trigger_function_webhook200_response.rb +2 -2
  298. data/lib/mudbase/models/trigger_function_webhook400_response.rb +2 -2
  299. data/lib/mudbase/models/trigger_function_webhook401_response.rb +2 -2
  300. data/lib/mudbase/models/trigger_webhook_request.rb +2 -2
  301. data/lib/mudbase/models/two_fa_setup_response.rb +2 -2
  302. data/lib/mudbase/models/unlink_o_auth_provider200_response.rb +2 -2
  303. data/lib/mudbase/models/update_api_key_request.rb +2 -2
  304. data/lib/mudbase/models/update_bucket_request.rb +2 -2
  305. data/lib/mudbase/models/update_collection_permissions_request.rb +2 -2
  306. data/lib/mudbase/models/update_collection_request.rb +2 -2
  307. data/lib/mudbase/models/update_function_request.rb +2 -2
  308. data/lib/mudbase/models/update_function_request_limits.rb +2 -2
  309. data/lib/mudbase/models/update_function_request_retry_policy.rb +2 -2
  310. data/lib/mudbase/models/update_multi_role_settings200_response.rb +2 -2
  311. data/lib/mudbase/models/update_multi_role_settings_request.rb +2 -2
  312. data/lib/mudbase/models/update_multi_role_settings_request_settings.rb +2 -2
  313. data/lib/mudbase/models/update_organization_request.rb +2 -2
  314. data/lib/mudbase/models/update_project_request.rb +2 -2
  315. data/lib/mudbase/models/update_project_role_request.rb +2 -2
  316. data/lib/mudbase/models/update_user_profile200_response.rb +2 -2
  317. data/lib/mudbase/models/update_user_request.rb +2 -2
  318. data/lib/mudbase/models/update_wallet_webhook200_response.rb +2 -2
  319. data/lib/mudbase/models/update_wallet_webhook_request.rb +2 -2
  320. data/lib/mudbase/models/upload_files_to_bucket_metadata_request.rb +2 -2
  321. data/lib/mudbase/models/upload_files_to_bucket_request.rb +2 -2
  322. data/lib/mudbase/models/upload_verification_documents_request.rb +2 -2
  323. data/lib/mudbase/models/upload_verification_documents_request_documents_inner.rb +2 -2
  324. data/lib/mudbase/models/usage.rb +2 -2
  325. data/lib/mudbase/models/usage_response.rb +2 -2
  326. data/lib/mudbase/models/usage_stats_response.rb +2 -2
  327. data/lib/mudbase/models/usage_stats_response_percentages.rb +2 -2
  328. data/lib/mudbase/models/usage_trends_response.rb +2 -2
  329. data/lib/mudbase/models/usage_trends_response_trends_inner.rb +2 -2
  330. data/lib/mudbase/models/usage_trends_response_trends_inner_id.rb +2 -2
  331. data/lib/mudbase/models/user.rb +2 -2
  332. data/lib/mudbase/models/user_summary.rb +2 -2
  333. data/lib/mudbase/models/verify2_fa_request.rb +2 -2
  334. data/lib/mudbase/models/verify_email_request.rb +2 -2
  335. data/lib/mudbase/models/verify_magic_link_request.rb +2 -2
  336. data/lib/mudbase/models/verify_payment200_response.rb +2 -2
  337. data/lib/mudbase/models/verify_payment200_response_data.rb +2 -2
  338. data/lib/mudbase/models/verify_payment200_response_data_subscription.rb +2 -2
  339. data/lib/mudbase/models/wallet_balance.rb +2 -2
  340. data/lib/mudbase/models/wallet_transaction.rb +2 -2
  341. data/lib/mudbase/models/wallet_transaction_webhook_payload.rb +2 -2
  342. data/lib/mudbase/models/wallet_webhook.rb +2 -2
  343. data/lib/mudbase/models/wallet_webhook_filters.rb +2 -2
  344. data/lib/mudbase/models/wallet_webhook_stats.rb +2 -2
  345. data/lib/mudbase/models/webhook_list_response.rb +2 -2
  346. data/lib/mudbase/models/webhook_log.rb +2 -2
  347. data/lib/mudbase/models/webhook_stats_response.rb +2 -2
  348. data/lib/mudbase/models/webhook_stats_response_event_stats_inner.rb +2 -2
  349. data/lib/mudbase/models/webhook_stats_response_status_stats_inner.rb +2 -2
  350. data/lib/mudbase/version.rb +3 -3
  351. data/lib/mudbase.rb +5 -3
  352. data/mudbase.gemspec +3 -3
  353. data/spec/api/authentication_api_spec.rb +16 -4
  354. data/spec/api/billing_api_spec.rb +2 -2
  355. data/spec/api/buckets_api_spec.rb +2 -2
  356. data/spec/api/chat_api_spec.rb +2 -2
  357. data/spec/api/collections_api_spec.rb +2 -2
  358. data/spec/api/compliance_api_spec.rb +2 -2
  359. data/spec/api/data_api_spec.rb +2 -2
  360. data/spec/api/files_api_spec.rb +2 -2
  361. data/spec/api/functions_api_spec.rb +2 -2
  362. data/spec/api/health_api_spec.rb +2 -2
  363. data/spec/api/integrations_api_spec.rb +2 -2
  364. data/spec/api/messaging_api_spec.rb +2 -2
  365. data/spec/api/multi_role_feature_api_spec.rb +2 -2
  366. data/spec/api/real_time_analytics_api_spec.rb +2 -2
  367. data/spec/api/role_elevation_api_spec.rb +2 -2
  368. data/spec/api/search_api_spec.rb +2 -2
  369. data/spec/api/usage_api_spec.rb +2 -2
  370. data/spec/api/users_api_spec.rb +2 -2
  371. data/spec/api/wallet_api_spec.rb +2 -2
  372. data/spec/api/webhooks_api_spec.rb +2 -2
  373. data/spec/models/add_custom_role_request_default_permissions_inner_spec.rb +2 -2
  374. data/spec/models/add_custom_role_request_spec.rb +2 -2
  375. data/spec/models/add_participant200_response_data_participants_inner_spec.rb +2 -2
  376. data/spec/models/add_participant200_response_data_spec.rb +2 -2
  377. data/spec/models/add_participant200_response_spec.rb +2 -2
  378. data/spec/models/add_participant_request_spec.rb +2 -2
  379. data/spec/models/add_reaction200_response_data_inner_spec.rb +2 -2
  380. data/spec/models/add_reaction200_response_spec.rb +2 -2
  381. data/spec/models/add_reaction_request_spec.rb +2 -2
  382. data/spec/models/api_key_permission_spec.rb +2 -2
  383. data/spec/models/api_key_spec.rb +2 -2
  384. data/spec/models/api_key_usage_response_spec.rb +2 -2
  385. data/spec/models/api_key_usage_spec.rb +2 -2
  386. data/spec/models/api_key_with_secret_spec.rb +2 -2
  387. data/spec/models/auth_config_spec.rb +2 -2
  388. data/spec/models/auth_provider_spec.rb +2 -2
  389. data/spec/models/auth_response_spec.rb +14 -2
  390. data/spec/models/billing_last_payment_spec.rb +2 -2
  391. data/spec/models/billing_spec.rb +2 -2
  392. data/spec/models/broadcast_non_custodial_transaction200_response_data_spec.rb +2 -2
  393. data/spec/models/broadcast_non_custodial_transaction200_response_spec.rb +2 -2
  394. data/spec/models/broadcast_non_custodial_transaction_request_spec.rb +2 -2
  395. data/spec/models/bucket_list_response_spec.rb +2 -2
  396. data/spec/models/bucket_response_spec.rb +2 -2
  397. data/spec/models/bucket_spec.rb +2 -2
  398. data/spec/models/change_password_request_spec.rb +2 -2
  399. data/spec/models/check_feature_access200_response_spec.rb +2 -2
  400. data/spec/models/check_subscription200_response_spec.rb +2 -2
  401. data/spec/models/check_subscription200_response_subscription_spec.rb +2 -2
  402. data/spec/models/check_user_presence200_response_presence_value_spec.rb +2 -2
  403. data/spec/models/check_user_presence200_response_spec.rb +2 -2
  404. data/spec/models/check_user_presence_request_spec.rb +2 -2
  405. data/spec/models/collection_spec.rb +2 -2
  406. data/spec/models/confirm_direct_upload400_response_spec.rb +2 -2
  407. data/spec/models/confirm_direct_upload_request_spec.rb +2 -2
  408. data/spec/models/confirm_local_password_reset_with_otp_request_spec.rb +2 -2
  409. data/spec/models/confirm_upload_response_scan_spec.rb +2 -2
  410. data/spec/models/confirm_upload_response_spec.rb +2 -2
  411. data/spec/models/convert_anonymous_account200_response_spec.rb +14 -2
  412. data/spec/models/convert_anonymous_account_request_spec.rb +2 -2
  413. data/spec/models/create_anonymous_session200_response_spec.rb +8 -2
  414. data/spec/models/create_anonymous_session200_response_user_spec.rb +2 -2
  415. data/spec/models/create_anonymous_session_request_spec.rb +2 -2
  416. data/spec/models/create_api_key_request_spec.rb +2 -2
  417. data/spec/models/create_bucket_request_spec.rb +2 -2
  418. data/spec/models/create_chat201_response_data_spec.rb +2 -2
  419. data/spec/models/create_chat201_response_spec.rb +2 -2
  420. data/spec/models/create_chat_request_spec.rb +2 -2
  421. data/spec/models/create_checkout_session200_response_data_payment_options_inner_spec.rb +2 -2
  422. data/spec/models/create_checkout_session200_response_data_spec.rb +2 -2
  423. data/spec/models/create_checkout_session200_response_spec.rb +2 -2
  424. data/spec/models/create_checkout_session_request_customer_info_spec.rb +2 -2
  425. data/spec/models/create_checkout_session_request_spec.rb +2 -2
  426. data/spec/models/create_collection201_response_spec.rb +2 -2
  427. data/spec/models/create_collection_request_spec.rb +2 -2
  428. data/spec/models/create_function_request_spec.rb +2 -2
  429. data/spec/models/create_project_request_spec.rb +2 -2
  430. data/spec/models/create_wallet_webhook201_response_spec.rb +2 -2
  431. data/spec/models/create_wallet_webhook_request_filters_spec.rb +2 -2
  432. data/spec/models/create_wallet_webhook_request_spec.rb +2 -2
  433. data/spec/models/data_list_response_data_inner_spec.rb +2 -2
  434. data/spec/models/data_list_response_spec.rb +2 -2
  435. data/spec/models/data_response_spec.rb +2 -2
  436. data/spec/models/database_config_spec.rb +2 -2
  437. data/spec/models/delete_function200_response_spec.rb +2 -2
  438. data/spec/models/disable2_fa_request_spec.rb +2 -2
  439. data/spec/models/download_bucket_file403_response_spec.rb +2 -2
  440. data/spec/models/download_bucket_file404_response_spec.rb +2 -2
  441. data/spec/models/edit_message200_response_data_spec.rb +2 -2
  442. data/spec/models/edit_message200_response_spec.rb +2 -2
  443. data/spec/models/edit_message_request_spec.rb +2 -2
  444. data/spec/models/email_request_spec.rb +2 -2
  445. data/spec/models/email_request_to_spec.rb +2 -2
  446. data/spec/models/erase_user_data200_response_details_spec.rb +2 -2
  447. data/spec/models/erase_user_data200_response_spec.rb +2 -2
  448. data/spec/models/erase_user_data_request_spec.rb +2 -2
  449. data/spec/models/error_details_spec.rb +2 -2
  450. data/spec/models/error_spec.rb +2 -2
  451. data/spec/models/estimate_non_custodial_gas200_response_data_spec.rb +2 -2
  452. data/spec/models/estimate_non_custodial_gas200_response_spec.rb +2 -2
  453. data/spec/models/estimate_non_custodial_gas_request_spec.rb +2 -2
  454. data/spec/models/estimate_non_custodial_gas_request_transaction_spec.rb +2 -2
  455. data/spec/models/execute_function_request_spec.rb +2 -2
  456. data/spec/models/execute_integration_request_spec.rb +2 -2
  457. data/spec/models/export_user_data200_response_spec.rb +2 -2
  458. data/spec/models/field_default_spec.rb +2 -2
  459. data/spec/models/field_spec.rb +2 -2
  460. data/spec/models/file_list_response_spec.rb +2 -2
  461. data/spec/models/file_metadata_spec.rb +2 -2
  462. data/spec/models/file_response_spec.rb +2 -2
  463. data/spec/models/file_upload_response_spec.rb +2 -2
  464. data/spec/models/function_execution_response_data_spec.rb +2 -2
  465. data/spec/models/function_execution_response_spec.rb +2 -2
  466. data/spec/models/function_execution_spec.rb +2 -2
  467. data/spec/models/function_list_response_data_spec.rb +2 -2
  468. data/spec/models/function_list_response_spec.rb +2 -2
  469. data/spec/models/function_logs_response_data_spec.rb +2 -2
  470. data/spec/models/function_logs_response_spec.rb +2 -2
  471. data/spec/models/function_response_spec.rb +2 -2
  472. data/spec/models/function_spec.rb +2 -2
  473. data/spec/models/function_stats_spec.rb +2 -2
  474. data/spec/models/function_trigger_spec.rb +2 -2
  475. data/spec/models/generate_presigned_upload_request_spec.rb +2 -2
  476. data/spec/models/generate_signed_url_request_spec.rb +2 -2
  477. data/spec/models/get_active_users200_response_spec.rb +2 -2
  478. data/spec/models/get_active_users200_response_users_inner_spec.rb +2 -2
  479. data/spec/models/get_available_o_auth_providers200_response_providers_inner_spec.rb +2 -2
  480. data/spec/models/get_available_o_auth_providers200_response_spec.rb +2 -2
  481. data/spec/models/get_available_roles200_response_data_inner_spec.rb +2 -2
  482. data/spec/models/get_available_roles200_response_spec.rb +2 -2
  483. data/spec/models/get_cancel_params200_response_data_spec.rb +2 -2
  484. data/spec/models/get_cancel_params200_response_spec.rb +2 -2
  485. data/spec/models/get_cancel_params_request_spec.rb +2 -2
  486. data/spec/models/get_chat_details200_response_data_participants_inner_spec.rb +2 -2
  487. data/spec/models/get_chat_details200_response_data_spec.rb +2 -2
  488. data/spec/models/get_chat_details200_response_spec.rb +2 -2
  489. data/spec/models/get_chat_messages200_response_data_messages_inner_sender_spec.rb +2 -2
  490. data/spec/models/get_chat_messages200_response_data_messages_inner_spec.rb +2 -2
  491. data/spec/models/get_chat_messages200_response_data_spec.rb +2 -2
  492. data/spec/models/get_chat_messages200_response_spec.rb +2 -2
  493. data/spec/models/get_checkout_payment200_response_data_spec.rb +2 -2
  494. data/spec/models/get_checkout_payment200_response_spec.rb +2 -2
  495. data/spec/models/get_current_user200_response_spec.rb +2 -2
  496. data/spec/models/get_event_throughput200_response_spec.rb +2 -2
  497. data/spec/models/get_function_versions200_response_data_spec.rb +2 -2
  498. data/spec/models/get_function_versions200_response_data_versions_inner_spec.rb +2 -2
  499. data/spec/models/get_function_versions200_response_spec.rb +2 -2
  500. data/spec/models/get_historical_analytics200_response_data_inner_spec.rb +2 -2
  501. data/spec/models/get_historical_analytics200_response_spec.rb +2 -2
  502. data/spec/models/get_integrations200_response_integrations_inner_spec.rb +2 -2
  503. data/spec/models/get_integrations200_response_spec.rb +2 -2
  504. data/spec/models/get_local_session200_response_spec.rb +2 -2
  505. data/spec/models/get_multi_role_config200_response_data_spec.rb +2 -2
  506. data/spec/models/get_multi_role_config200_response_spec.rb +2 -2
  507. data/spec/models/get_non_custodial_balance200_response_spec.rb +2 -2
  508. data/spec/models/get_non_custodial_transaction_by_hash200_response_spec.rb +2 -2
  509. data/spec/models/get_non_custodial_transaction_by_hash400_response_spec.rb +2 -2
  510. data/spec/models/get_non_custodial_transactions200_response_pagination_spec.rb +2 -2
  511. data/spec/models/get_non_custodial_transactions200_response_spec.rb +2 -2
  512. data/spec/models/get_project_analytics200_response_spec.rb +2 -2
  513. data/spec/models/get_public_plans200_response_spec.rb +2 -2
  514. data/spec/models/get_role_elevation_status200_response_spec.rb +2 -2
  515. data/spec/models/get_search_analytics200_response_spec.rb +2 -2
  516. data/spec/models/get_search_analytics200_response_top_queries_inner_spec.rb +2 -2
  517. data/spec/models/get_search_suggestions200_response_spec.rb +2 -2
  518. data/spec/models/get_speed_up_params200_response_data_spec.rb +2 -2
  519. data/spec/models/get_speed_up_params200_response_spec.rb +2 -2
  520. data/spec/models/get_speed_up_params_request_spec.rb +2 -2
  521. data/spec/models/get_user_chats200_response_data_chats_inner_last_message_spec.rb +2 -2
  522. data/spec/models/get_user_chats200_response_data_chats_inner_spec.rb +2 -2
  523. data/spec/models/get_user_chats200_response_data_spec.rb +2 -2
  524. data/spec/models/get_user_chats200_response_spec.rb +2 -2
  525. data/spec/models/get_wallet_webhook_logs200_response_spec.rb +2 -2
  526. data/spec/models/handle_crypto_payment_webhook200_response_spec.rb +2 -2
  527. data/spec/models/handle_crypto_payment_webhook_request_data_spec.rb +2 -2
  528. data/spec/models/handle_crypto_payment_webhook_request_spec.rb +2 -2
  529. data/spec/models/handle_flutterwave_webhook_request_data_customer_spec.rb +2 -2
  530. data/spec/models/handle_flutterwave_webhook_request_data_spec.rb +2 -2
  531. data/spec/models/handle_flutterwave_webhook_request_spec.rb +2 -2
  532. data/spec/models/health_response_services_spec.rb +2 -2
  533. data/spec/models/health_response_spec.rb +2 -2
  534. data/spec/models/initialize_payment_for_project_request_customer_spec.rb +2 -2
  535. data/spec/models/initialize_payment_for_project_request_spec.rb +2 -2
  536. data/spec/models/initiate_o_auth200_response_spec.rb +2 -2
  537. data/spec/models/initiate_o_auth400_response_spec.rb +2 -2
  538. data/spec/models/initiate_o_auth404_response_spec.rb +2 -2
  539. data/spec/models/invite_member_request_spec.rb +2 -2
  540. data/spec/models/limits_spec.rb +2 -2
  541. data/spec/models/link_o_auth_provider200_response_spec.rb +2 -2
  542. data/spec/models/list_collections200_response_spec.rb +2 -2
  543. data/spec/models/list_non_custodial_addresses200_response_spec.rb +2 -2
  544. data/spec/models/list_o_auth_providers200_response_providers_inner_spec.rb +2 -2
  545. data/spec/models/list_o_auth_providers200_response_spec.rb +2 -2
  546. data/spec/models/list_wallet_webhooks200_response_spec.rb +2 -2
  547. data/spec/models/log_security_event200_response_event_spec.rb +2 -2
  548. data/spec/models/log_security_event200_response_spec.rb +2 -2
  549. data/spec/models/log_security_event_request_details_spec.rb +2 -2
  550. data/spec/models/log_security_event_request_spec.rb +2 -2
  551. data/spec/models/login_local_user200_response_spec.rb +14 -2
  552. data/spec/models/login_local_user200_response_user_spec.rb +2 -2
  553. data/spec/models/login_local_user403_response_spec.rb +2 -2
  554. data/spec/models/login_local_user_request_spec.rb +2 -2
  555. data/spec/models/login_request_spec.rb +2 -2
  556. data/spec/models/magic_link_request_spec.rb +2 -2
  557. data/spec/models/mark_messages_as_read200_response_data_spec.rb +2 -2
  558. data/spec/models/mark_messages_as_read200_response_spec.rb +2 -2
  559. data/spec/models/mark_messages_as_read_request_spec.rb +2 -2
  560. data/spec/models/message_history_response_data_spec.rb +2 -2
  561. data/spec/models/message_history_response_spec.rb +2 -2
  562. data/spec/models/message_response_spec.rb +2 -2
  563. data/spec/models/message_sent_response_data_spec.rb +2 -2
  564. data/spec/models/message_sent_response_spec.rb +2 -2
  565. data/spec/models/message_spec.rb +2 -2
  566. data/spec/models/message_stats_response_data_by_status_spec.rb +2 -2
  567. data/spec/models/message_stats_response_data_by_type_spec.rb +2 -2
  568. data/spec/models/message_stats_response_data_period_spec.rb +2 -2
  569. data/spec/models/message_stats_response_data_spec.rb +2 -2
  570. data/spec/models/message_stats_response_spec.rb +2 -2
  571. data/spec/models/non_custodial_address_response_spec.rb +2 -2
  572. data/spec/models/non_custodial_address_spec.rb +2 -2
  573. data/spec/models/oauth_callback200_response_spec.rb +2 -2
  574. data/spec/models/oauth_signup_with_role400_response_spec.rb +2 -2
  575. data/spec/models/organization_spec.rb +2 -2
  576. data/spec/models/organization_summary_spec.rb +2 -2
  577. data/spec/models/otp_send_request_spec.rb +2 -2
  578. data/spec/models/otp_verify_request_spec.rb +2 -2
  579. data/spec/models/pagination_spec.rb +2 -2
  580. data/spec/models/payment_intent_spec.rb +2 -2
  581. data/spec/models/payment_refund_spec.rb +2 -2
  582. data/spec/models/payment_subscription_spec.rb +2 -2
  583. data/spec/models/permission_spec.rb +2 -2
  584. data/spec/models/plan_spec.rb +2 -2
  585. data/spec/models/presigned_post_response_spec.rb +2 -2
  586. data/spec/models/project_settings_spec.rb +2 -2
  587. data/spec/models/project_spec.rb +2 -2
  588. data/spec/models/project_summary_spec.rb +2 -2
  589. data/spec/models/project_usage_response_spec.rb +2 -2
  590. data/spec/models/project_usage_spec.rb +2 -2
  591. data/spec/models/project_usage_stats_response_project_spec.rb +2 -2
  592. data/spec/models/project_usage_stats_response_spec.rb +2 -2
  593. data/spec/models/push_notification_request_spec.rb +2 -2
  594. data/spec/models/rate_limit_spec.rb +2 -2
  595. data/spec/models/record_usage_request_spec.rb +2 -2
  596. data/spec/models/refresh_token200_response_spec.rb +54 -0
  597. data/spec/models/{create_checkout_session400_response_spec.rb → refresh_token400_response_spec.rb} +8 -8
  598. data/spec/models/refresh_token_request_spec.rb +36 -0
  599. data/spec/models/register_local_user201_response_spec.rb +2 -2
  600. data/spec/models/register_local_user201_response_user_spec.rb +2 -2
  601. data/spec/models/register_local_user429_response_spec.rb +2 -2
  602. data/spec/models/register_local_user_request_spec.rb +2 -2
  603. data/spec/models/register_non_custodial_address_request_spec.rb +2 -2
  604. data/spec/models/register_request_spec.rb +2 -2
  605. data/spec/models/register_with_role_request_spec.rb +2 -2
  606. data/spec/models/remove_participant_request_spec.rb +2 -2
  607. data/spec/models/remove_reaction200_response_data_inner_spec.rb +2 -2
  608. data/spec/models/remove_reaction200_response_spec.rb +2 -2
  609. data/spec/models/request_local_password_reset_request_spec.rb +2 -2
  610. data/spec/models/request_role_elevation200_response_spec.rb +2 -2
  611. data/spec/models/request_role_elevation_request_spec.rb +2 -2
  612. data/spec/models/reset_local_password_request_spec.rb +2 -2
  613. data/spec/models/rollback_function_request_spec.rb +2 -2
  614. data/spec/models/search_response_data_spec.rb +2 -2
  615. data/spec/models/search_response_spec.rb +2 -2
  616. data/spec/models/search_result_item_spec.rb +2 -2
  617. data/spec/models/search_result_spec.rb +2 -2
  618. data/spec/models/send_message201_response_data_spec.rb +2 -2
  619. data/spec/models/send_message201_response_spec.rb +2 -2
  620. data/spec/models/send_message_request_spec.rb +2 -2
  621. data/spec/models/session_response_spec.rb +2 -2
  622. data/spec/models/signed_url_response_spec.rb +2 -2
  623. data/spec/models/simulate_function_trigger_request_spec.rb +2 -2
  624. data/spec/models/sms_request_spec.rb +2 -2
  625. data/spec/models/storage_config_spec.rb +2 -2
  626. data/spec/models/system_status_response_data_cpu_spec.rb +2 -2
  627. data/spec/models/system_status_response_data_database_spec.rb +2 -2
  628. data/spec/models/system_status_response_data_memory_spec.rb +2 -2
  629. data/spec/models/system_status_response_data_requests_spec.rb +2 -2
  630. data/spec/models/system_status_response_data_spec.rb +2 -2
  631. data/spec/models/system_status_response_data_storage_spec.rb +2 -2
  632. data/spec/models/system_status_response_spec.rb +2 -2
  633. data/spec/models/test_wallet_webhook200_response_spec.rb +2 -2
  634. data/spec/models/test_wallet_webhook_request_spec.rb +2 -2
  635. data/spec/models/toggle_role_request_spec.rb +2 -2
  636. data/spec/models/trigger_function_webhook200_response_spec.rb +2 -2
  637. data/spec/models/trigger_function_webhook400_response_spec.rb +2 -2
  638. data/spec/models/trigger_function_webhook401_response_spec.rb +2 -2
  639. data/spec/models/trigger_webhook_request_spec.rb +2 -2
  640. data/spec/models/two_fa_setup_response_spec.rb +2 -2
  641. data/spec/models/unlink_o_auth_provider200_response_spec.rb +2 -2
  642. data/spec/models/update_api_key_request_spec.rb +2 -2
  643. data/spec/models/update_bucket_request_spec.rb +2 -2
  644. data/spec/models/update_collection_permissions_request_spec.rb +2 -2
  645. data/spec/models/update_collection_request_spec.rb +2 -2
  646. data/spec/models/update_function_request_limits_spec.rb +2 -2
  647. data/spec/models/update_function_request_retry_policy_spec.rb +2 -2
  648. data/spec/models/update_function_request_spec.rb +2 -2
  649. data/spec/models/update_multi_role_settings200_response_spec.rb +2 -2
  650. data/spec/models/update_multi_role_settings_request_settings_spec.rb +2 -2
  651. data/spec/models/update_multi_role_settings_request_spec.rb +2 -2
  652. data/spec/models/update_organization_request_spec.rb +2 -2
  653. data/spec/models/update_project_request_spec.rb +2 -2
  654. data/spec/models/update_project_role_request_spec.rb +2 -2
  655. data/spec/models/update_user_profile200_response_spec.rb +2 -2
  656. data/spec/models/update_user_request_spec.rb +2 -2
  657. data/spec/models/update_wallet_webhook200_response_spec.rb +2 -2
  658. data/spec/models/update_wallet_webhook_request_spec.rb +2 -2
  659. data/spec/models/upload_files_to_bucket_metadata_request_spec.rb +2 -2
  660. data/spec/models/upload_files_to_bucket_request_spec.rb +2 -2
  661. data/spec/models/upload_verification_documents_request_documents_inner_spec.rb +2 -2
  662. data/spec/models/upload_verification_documents_request_spec.rb +2 -2
  663. data/spec/models/usage_response_spec.rb +2 -2
  664. data/spec/models/usage_spec.rb +2 -2
  665. data/spec/models/usage_stats_response_percentages_spec.rb +2 -2
  666. data/spec/models/usage_stats_response_spec.rb +2 -2
  667. data/spec/models/usage_trends_response_spec.rb +2 -2
  668. data/spec/models/usage_trends_response_trends_inner_id_spec.rb +2 -2
  669. data/spec/models/usage_trends_response_trends_inner_spec.rb +2 -2
  670. data/spec/models/user_spec.rb +2 -2
  671. data/spec/models/user_summary_spec.rb +2 -2
  672. data/spec/models/verify2_fa_request_spec.rb +2 -2
  673. data/spec/models/verify_email_request_spec.rb +2 -2
  674. data/spec/models/verify_magic_link_request_spec.rb +2 -2
  675. data/spec/models/verify_payment200_response_data_spec.rb +2 -2
  676. data/spec/models/verify_payment200_response_data_subscription_spec.rb +2 -2
  677. data/spec/models/verify_payment200_response_spec.rb +2 -2
  678. data/spec/models/wallet_balance_spec.rb +2 -2
  679. data/spec/models/wallet_transaction_spec.rb +2 -2
  680. data/spec/models/wallet_transaction_webhook_payload_spec.rb +2 -2
  681. data/spec/models/wallet_webhook_filters_spec.rb +2 -2
  682. data/spec/models/wallet_webhook_spec.rb +2 -2
  683. data/spec/models/wallet_webhook_stats_spec.rb +2 -2
  684. data/spec/models/webhook_list_response_spec.rb +2 -2
  685. data/spec/models/webhook_log_spec.rb +2 -2
  686. data/spec/models/webhook_stats_response_event_stats_inner_spec.rb +2 -2
  687. data/spec/models/webhook_stats_response_spec.rb +2 -2
  688. data/spec/models/webhook_stats_response_status_stats_inner_spec.rb +2 -2
  689. data/spec/spec_helper.rb +2 -2
  690. metadata +15 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fda7062e8a96722d851906670e1b0e3f40d9543711b3aeaec78f53c03495750b
4
- data.tar.gz: ff6eb20d6819e7b0b96de6e8ff4849efebcb6dd0d9ed0f332896fd8c6be5814c
3
+ metadata.gz: 48318fea14c259ebd37c184ab1ea9cd087599f0f3ddea9b2c7efb4cb0c7711aa
4
+ data.tar.gz: 61c8d2877f797a3888460e3b3a4b22beeb70d867372b2f0fd37060e5be04cf0c
5
5
  SHA512:
6
- metadata.gz: 29962399adf46eba2462d468fc550739880fb4952d564ef0896a23fabe9ebe2d51e619210cb1899d533ddf328c8c9feac72e4e7a3b6e65238d709f28b10af6c1
7
- data.tar.gz: d63cbb10b94b33f3537041623307eb9213ad4819e0c873840cf4e84bb2acf6492cebce71c1c36405fa8684ef985b4d53e1bc6e15d95a41730a899978a29ce0a4
6
+ metadata.gz: b5cccc6e155ff70c766aca78dbce60462d53618da9ff9c0f583019089801ed1c2e64f471abe977aa847ecea0a9c1f2efabf2f20cbef99a422bde88606228e669
7
+ data.tar.gz: 845aa72e381b8f3e0e45a79ebc629981c61c5f7ed2923ace6370774d5c3f9751fe655449e372b524398980b841bb9c57d8f6de88ff3d387b11563cae722559d4
data/docs/AuthResponse.md CHANGED
@@ -5,7 +5,9 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **message** | **String** | | [optional] |
8
- | **token** | **String** | | [optional] |
8
+ | **token** | **String** | JWT access token (use in Authorization Bearer header) | [optional] |
9
+ | **refresh_token** | **String** | JWT refresh token (use with POST /api/auth/refresh to get new token pair) | [optional] |
10
+ | **expires_in** | **Integer** | Access token TTL in seconds (e.g. 1800 for 30 minutes) | [optional] |
9
11
  | **user** | [**User**](User.md) | | [optional] |
10
12
 
11
13
  ## Example
@@ -16,6 +18,8 @@ require 'mudbase'
16
18
  instance = Mudbase::AuthResponse.new(
17
19
  message: null,
18
20
  token: null,
21
+ refresh_token: null,
22
+ expires_in: null,
19
23
  user: null
20
24
  )
21
25
  ```
@@ -12,7 +12,8 @@ All URIs are relative to *https://cloud.mudbase.dev*
12
12
  | [**initiate_o_auth**](AuthenticationApi.md#initiate_o_auth) | **GET** /api/auth/oauth/{provider}/{projectId} | Initiate OAuth authentication |
13
13
  | [**login_local_user**](AuthenticationApi.md#login_local_user) | **POST** /api/auth/local/login | Login user (project-based) |
14
14
  | [**logout_local_user**](AuthenticationApi.md#logout_local_user) | **POST** /api/auth/local/logout | Logout user (project-based) |
15
- | [**oauth_callback**](AuthenticationApi.md#oauth_callback) | **GET** /api/auth/oauth/callback/{provider} | OAuth callback handler |
15
+ | [**oauth_callback**](AuthenticationApi.md#oauth_callback) | **GET** /api/auth/oauth/callback/{provider} | OAuth callback handler (project-based) |
16
+ | [**refresh_token**](AuthenticationApi.md#refresh_token) | **POST** /api/auth/refresh | Refresh access token (org and project) |
16
17
  | [**register_local_user**](AuthenticationApi.md#register_local_user) | **POST** /api/auth/local/register | Register new user (project-based) |
17
18
  | [**request_local_password_reset**](AuthenticationApi.md#request_local_password_reset) | **POST** /api/auth/local/password-reset | Request password reset (project-based, OTP) |
18
19
  | [**reset_local_password**](AuthenticationApi.md#reset_local_password) | **POST** /api/auth/local/password-reset/{token} | Reset password with token (project-based, legacy) |
@@ -555,9 +556,9 @@ This endpoint does not need any parameter.
555
556
 
556
557
  > <OauthCallback200Response> oauth_callback(provider)
557
558
 
558
- OAuth callback handler
559
+ OAuth callback handler (project-based)
559
560
 
560
- OAuth provider redirects the user here after consent. The server exchanges the code for tokens, creates or finds the user, and redirects to the client with token (or error) in query or fragment.
561
+ OAuth provider redirects the user here after consent. The server exchanges the code for tokens, creates or finds the user, and redirects to the client with token, refreshToken, and expiresIn in query params.
561
562
 
562
563
  ### Examples
563
564
 
@@ -569,7 +570,7 @@ api_instance = Mudbase::AuthenticationApi.new
569
570
  provider = 'provider_example' # String | OAuth provider identifier (e.g. google, github).
570
571
 
571
572
  begin
572
- # OAuth callback handler
573
+ # OAuth callback handler (project-based)
573
574
  result = api_instance.oauth_callback(provider)
574
575
  p result
575
576
  rescue Mudbase::ApiError => e
@@ -585,7 +586,7 @@ This returns an Array which contains the response data, status code and headers.
585
586
 
586
587
  ```ruby
587
588
  begin
588
- # OAuth callback handler
589
+ # OAuth callback handler (project-based)
589
590
  data, status_code, headers = api_instance.oauth_callback_with_http_info(provider)
590
591
  p status_code # => 2xx
591
592
  p headers # => { ... }
@@ -615,6 +616,70 @@ No authorization required
615
616
  - **Accept**: application/json
616
617
 
617
618
 
619
+ ## refresh_token
620
+
621
+ > <RefreshToken200Response> refresh_token(refresh_token_request)
622
+
623
+ Refresh access token (org and project)
624
+
625
+ Exchange a valid refresh token for a new JWT access token and refresh token. Works for both **org-based** (platform/dashboard) and **project-based** auth; the same endpoint is used. The previous refresh token is invalidated (rotation). If the same refresh token is used again, the session is revoked (reuse detection).
626
+
627
+ ### Examples
628
+
629
+ ```ruby
630
+ require 'time'
631
+ require 'mudbase'
632
+
633
+ api_instance = Mudbase::AuthenticationApi.new
634
+ refresh_token_request = Mudbase::RefreshTokenRequest.new({refresh_token: 'refresh_token_example'}) # RefreshTokenRequest | JSON body containing the refresh token to exchange for a new access token and refresh token (token rotation).
635
+
636
+ begin
637
+ # Refresh access token (org and project)
638
+ result = api_instance.refresh_token(refresh_token_request)
639
+ p result
640
+ rescue Mudbase::ApiError => e
641
+ puts "Error when calling AuthenticationApi->refresh_token: #{e}"
642
+ end
643
+ ```
644
+
645
+ #### Using the refresh_token_with_http_info variant
646
+
647
+ This returns an Array which contains the response data, status code and headers.
648
+
649
+ > <Array(<RefreshToken200Response>, Integer, Hash)> refresh_token_with_http_info(refresh_token_request)
650
+
651
+ ```ruby
652
+ begin
653
+ # Refresh access token (org and project)
654
+ data, status_code, headers = api_instance.refresh_token_with_http_info(refresh_token_request)
655
+ p status_code # => 2xx
656
+ p headers # => { ... }
657
+ p data # => <RefreshToken200Response>
658
+ rescue Mudbase::ApiError => e
659
+ puts "Error when calling AuthenticationApi->refresh_token_with_http_info: #{e}"
660
+ end
661
+ ```
662
+
663
+ ### Parameters
664
+
665
+ | Name | Type | Description | Notes |
666
+ | ---- | ---- | ----------- | ----- |
667
+ | **refresh_token_request** | [**RefreshTokenRequest**](RefreshTokenRequest.md) | JSON body containing the refresh token to exchange for a new access token and refresh token (token rotation). | |
668
+
669
+ ### Return type
670
+
671
+ [**RefreshToken200Response**](RefreshToken200Response.md)
672
+
673
+ ### Authorization
674
+
675
+ No authorization required
676
+
677
+ ### HTTP request headers
678
+
679
+ - **Content-Type**: application/json
680
+ - **Accept**: application/json
681
+
682
+
618
683
  ## register_local_user
619
684
 
620
685
  > <RegisterLocalUser201Response> register_local_user(register_local_user_request)
@@ -6,6 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **message** | **String** | | [optional] |
8
8
  | **token** | **String** | | [optional] |
9
+ | **refresh_token** | **String** | | [optional] |
10
+ | **expires_in** | **Integer** | | [optional] |
9
11
  | **user** | [**User**](User.md) | | [optional] |
10
12
 
11
13
  ## Example
@@ -16,6 +18,8 @@ require 'mudbase'
16
18
  instance = Mudbase::ConvertAnonymousAccount200Response.new(
17
19
  message: Account created successfully,
18
20
  token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...,
21
+ refresh_token: null,
22
+ expires_in: 1800,
19
23
  user: null
20
24
  )
21
25
  ```
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **message** | **String** | | [optional] |
8
8
  | **token** | **String** | | [optional] |
9
+ | **refresh_token** | **String** | Refresh token for POST /api/auth/refresh | [optional] |
9
10
  | **expires_in** | **Integer** | | [optional] |
10
11
  | **user** | [**CreateAnonymousSession200ResponseUser**](CreateAnonymousSession200ResponseUser.md) | | [optional] |
11
12
 
@@ -17,6 +18,7 @@ require 'mudbase'
17
18
  instance = Mudbase::CreateAnonymousSession200Response.new(
18
19
  message: Anonymous session created,
19
20
  token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...,
21
+ refresh_token: null,
20
22
  expires_in: 86400,
21
23
  user: null
22
24
  )
@@ -5,7 +5,9 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **message** | **String** | | [optional] |
8
- | **token** | **String** | | [optional] |
8
+ | **token** | **String** | JWT access token (use in Authorization Bearer header) | [optional] |
9
+ | **refresh_token** | **String** | JWT refresh token (use with POST /api/auth/refresh to get new token pair) | [optional] |
10
+ | **expires_in** | **Integer** | Access token TTL in seconds (e.g. 1800 for 30 minutes) | [optional] |
9
11
  | **user** | [**LoginLocalUser200ResponseUser**](LoginLocalUser200ResponseUser.md) | | [optional] |
10
12
 
11
13
  ## Example
@@ -16,6 +18,8 @@ require 'mudbase'
16
18
  instance = Mudbase::LoginLocalUser200Response.new(
17
19
  message: null,
18
20
  token: null,
21
+ refresh_token: null,
22
+ expires_in: null,
19
23
  user: null
20
24
  )
21
25
  ```
@@ -0,0 +1,24 @@
1
+ # Mudbase::RefreshToken200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **message** | **String** | | [optional] |
8
+ | **token** | **String** | New JWT access token | [optional] |
9
+ | **refresh_token** | **String** | New refresh token (store and use for next refresh) | [optional] |
10
+ | **expires_in** | **Integer** | Access token TTL in seconds | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'mudbase'
16
+
17
+ instance = Mudbase::RefreshToken200Response.new(
18
+ message: Token refreshed successfully,
19
+ token: null,
20
+ refresh_token: null,
21
+ expires_in: 1800
22
+ )
23
+ ```
24
+
@@ -1,4 +1,4 @@
1
- # Mudbase::CreateCheckoutSession400Response
1
+ # Mudbase::RefreshToken400Response
2
2
 
3
3
  ## Properties
4
4
 
@@ -11,7 +11,7 @@
11
11
  ```ruby
12
12
  require 'mudbase'
13
13
 
14
- instance = Mudbase::CreateCheckoutSession400Response.new(
14
+ instance = Mudbase::RefreshToken400Response.new(
15
15
  error: null
16
16
  )
17
17
  ```
@@ -0,0 +1,18 @@
1
+ # Mudbase::RefreshTokenRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **refresh_token** | **String** | The refresh token returned from login/sign-in (org or project) | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mudbase'
13
+
14
+ instance = Mudbase::RefreshTokenRequest.new(
15
+ refresh_token: null
16
+ )
17
+ ```
18
+
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -542,8 +542,8 @@ module Mudbase
542
542
  return data, status_code, headers
543
543
  end
544
544
 
545
- # OAuth callback handler
546
- # OAuth provider redirects the user here after consent. The server exchanges the code for tokens, creates or finds the user, and redirects to the client with token (or error) in query or fragment.
545
+ # OAuth callback handler (project-based)
546
+ # OAuth provider redirects the user here after consent. The server exchanges the code for tokens, creates or finds the user, and redirects to the client with token, refreshToken, and expiresIn in query params.
547
547
  # @param provider [String] OAuth provider identifier (e.g. google, github).
548
548
  # @param [Hash] opts the optional parameters
549
549
  # @return [OauthCallback200Response]
@@ -552,8 +552,8 @@ module Mudbase
552
552
  data
553
553
  end
554
554
 
555
- # OAuth callback handler
556
- # OAuth provider redirects the user here after consent. The server exchanges the code for tokens, creates or finds the user, and redirects to the client with token (or error) in query or fragment.
555
+ # OAuth callback handler (project-based)
556
+ # OAuth provider redirects the user here after consent. The server exchanges the code for tokens, creates or finds the user, and redirects to the client with token, refreshToken, and expiresIn in query params.
557
557
  # @param provider [String] OAuth provider identifier (e.g. google, github).
558
558
  # @param [Hash] opts the optional parameters
559
559
  # @return [Array<(OauthCallback200Response, Integer, Hash)>] OauthCallback200Response data, response status code and response headers
@@ -605,6 +605,74 @@ module Mudbase
605
605
  return data, status_code, headers
606
606
  end
607
607
 
608
+ # Refresh access token (org and project)
609
+ # Exchange a valid refresh token for a new JWT access token and refresh token. Works for both **org-based** (platform/dashboard) and **project-based** auth; the same endpoint is used. The previous refresh token is invalidated (rotation). If the same refresh token is used again, the session is revoked (reuse detection).
610
+ # @param refresh_token_request [RefreshTokenRequest] JSON body containing the refresh token to exchange for a new access token and refresh token (token rotation).
611
+ # @param [Hash] opts the optional parameters
612
+ # @return [RefreshToken200Response]
613
+ def refresh_token(refresh_token_request, opts = {})
614
+ data, _status_code, _headers = refresh_token_with_http_info(refresh_token_request, opts)
615
+ data
616
+ end
617
+
618
+ # Refresh access token (org and project)
619
+ # Exchange a valid refresh token for a new JWT access token and refresh token. Works for both **org-based** (platform/dashboard) and **project-based** auth; the same endpoint is used. The previous refresh token is invalidated (rotation). If the same refresh token is used again, the session is revoked (reuse detection).
620
+ # @param refresh_token_request [RefreshTokenRequest] JSON body containing the refresh token to exchange for a new access token and refresh token (token rotation).
621
+ # @param [Hash] opts the optional parameters
622
+ # @return [Array<(RefreshToken200Response, Integer, Hash)>] RefreshToken200Response data, response status code and response headers
623
+ def refresh_token_with_http_info(refresh_token_request, opts = {})
624
+ if @api_client.config.debugging
625
+ @api_client.config.logger.debug 'Calling API: AuthenticationApi.refresh_token ...'
626
+ end
627
+ # verify the required parameter 'refresh_token_request' is set
628
+ if @api_client.config.client_side_validation && refresh_token_request.nil?
629
+ fail ArgumentError, "Missing the required parameter 'refresh_token_request' when calling AuthenticationApi.refresh_token"
630
+ end
631
+ # resource path
632
+ local_var_path = '/api/auth/refresh'
633
+
634
+ # query parameters
635
+ query_params = opts[:query_params] || {}
636
+
637
+ # header parameters
638
+ header_params = opts[:header_params] || {}
639
+ # HTTP header 'Accept' (if needed)
640
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
641
+ # HTTP header 'Content-Type'
642
+ content_type = @api_client.select_header_content_type(['application/json'])
643
+ if !content_type.nil?
644
+ header_params['Content-Type'] = content_type
645
+ end
646
+
647
+ # form parameters
648
+ form_params = opts[:form_params] || {}
649
+
650
+ # http body (model)
651
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(refresh_token_request)
652
+
653
+ # return_type
654
+ return_type = opts[:debug_return_type] || 'RefreshToken200Response'
655
+
656
+ # auth_names
657
+ auth_names = opts[:debug_auth_names] || []
658
+
659
+ new_options = opts.merge(
660
+ :operation => :"AuthenticationApi.refresh_token",
661
+ :header_params => header_params,
662
+ :query_params => query_params,
663
+ :form_params => form_params,
664
+ :body => post_body,
665
+ :auth_names => auth_names,
666
+ :return_type => return_type
667
+ )
668
+
669
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
670
+ if @api_client.config.debugging
671
+ @api_client.config.logger.debug "API called: AuthenticationApi#refresh_token\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
672
+ end
673
+ return data, status_code, headers
674
+ end
675
+
608
676
  # Register new user (project-based)
609
677
  # When the project has **requireEmailVerification** enabled (default), the response is 201 with **requireVerification: true** and **no token**; the user must verify their email then sign in via login. When email verification is disabled, a token and refreshToken are returned.
610
678
  # @param register_local_user_request [RegisterLocalUserRequest] Registration payload (email, password, firstName, lastName, projectId).
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) ## Testing Configurations Below are example configurations for testing in different environments: ### Production ```json { \"scheme\": \"http\", \"base_path\": \"\", \"host\": \"cloud.mudbase.dev\", \"xApiKey\": \"xApiKey\", \"bearerToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NWFjYmUwZTEyOTkzMmZiYjdhMGZjMiIsImVtYWlsIjoibXVkaGF4a3NlcnZpY2VzQGdtYWlsLmNvbSIsImlhdCI6MTc1MDc4MDg5OCwiZXhwIjoxNzUwODY3Mjk4fQ.sfoqzEbCuz5Y8qHkLItzrZZYC823SPT4RbO7Kucqvuc\", \"userId\": \"685acbe0e129932fbb7a0fc2\", \"projectId\": \"685ad30be129932fbb7a1047\", \"collectionId\": \"685ada8fd9416ac02f171abf\", \"documentId\": \"685ae1210136e73fa1dcaf36\", \"apikeyId\": \"685ae8a785426b6a4190d5fc\", \"webhookId\": \"685af3992f9c4c96514247e9\", \"functionId\": \"685af8b85d73a104065b6a77\", \"fileId\": \"685af8b85d73a104065b6a77\" }
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.5
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0