mudbase 1.3.10 → 1.3.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1519) hide show
  1. checksums.yaml +4 -4
  2. data/docs/AdminOrgLimitsPatchRequest.md +0 -4
  3. data/docs/BillingApi.md +1 -66
  4. data/docs/ConfirmDirectUploadRequest.md +1 -1
  5. data/docs/CreateFunctionRequest.md +1 -1
  6. data/docs/{UpdateWalletWebhook200Response.md → DeviceListResponse.md} +3 -3
  7. data/docs/DeviceRegisterRequest.md +20 -0
  8. data/docs/{CreateWallet201Response.md → DeviceRegisteredResponse.md} +3 -3
  9. data/docs/DeviceRegisteredResponseData.md +22 -0
  10. data/docs/DeviceToken.md +24 -0
  11. data/docs/DeviceUnregisterRequest.md +18 -0
  12. data/docs/{GetCancelParams200Response.md → DeviceUnregisteredResponse.md} +3 -3
  13. data/docs/DeviceUnregisteredResponseData.md +18 -0
  14. data/docs/FilesApi.md +5 -5
  15. data/docs/FunctionTrigger.md +1 -1
  16. data/docs/FunctionsApi.md +3 -3
  17. data/docs/GetPayoutHistory200Response.md +1 -1
  18. data/docs/{GetTransactionHistory200ResponsePagination.md → GetPayoutHistory200ResponsePagination.md} +2 -2
  19. data/docs/GetSubscriptionTiers200ResponsePlansInner.md +1 -1
  20. data/docs/InitializeOrgPlanCheckoutRequest.md +1 -1
  21. data/docs/IntegrationsApi.md +8 -8
  22. data/docs/MessagingApi.md +743 -44
  23. data/docs/MonitoringApi.md +0 -70
  24. data/docs/OrgDomainEntryOrgConsole.md +2 -2
  25. data/docs/OrgDomainEntryWithDns.md +2 -2
  26. data/docs/{OrgCloudflareEdgeHints.md → OrgEdgeHints.md} +4 -4
  27. data/docs/{OrgCloudflareEdgeHintsOwnershipVerification.md → OrgEdgeHintsOwnershipVerification.md} +2 -2
  28. data/docs/{OrgCloudflareSslValidationRecord.md → OrgSslValidationRecord.md} +2 -2
  29. data/docs/OrgVerifyCustomDomainDnsSuccessResponse.md +2 -2
  30. data/docs/OrganizationsApi.md +2 -2
  31. data/docs/PresignedPostResponse.md +2 -2
  32. data/docs/ProjectFeesApi.md +4 -4
  33. data/docs/PushNotificationRequest.md +7 -1
  34. data/docs/{GetAllFees200Response.md → PushSentResponse.md} +3 -3
  35. data/docs/PushSentResponseData.md +28 -0
  36. data/docs/PushSentResponseDataChannels.md +20 -0
  37. data/docs/PushSentResponseDataChannelsFcm.md +20 -0
  38. data/docs/PushSentResponseDataChannelsWebPush.md +22 -0
  39. data/docs/SimulateFunctionTriggerRequest.md +1 -1
  40. data/docs/{TestWalletWebhook200Response.md → TestIntegration200Response.md} +2 -2
  41. data/docs/WebPushConfigPatchRequest.md +22 -0
  42. data/docs/{GetBalance200Response.md → WebPushConfigResponse.md} +3 -3
  43. data/docs/WebPushConfigResponseData.md +26 -0
  44. data/docs/{GetNonCustodialBalance200Response.md → WebPushPublicKeyResponse.md} +3 -3
  45. data/docs/WebPushPublicKeyResponseData.md +20 -0
  46. data/docs/WebPushSubscribeRequest.md +22 -0
  47. data/docs/WebPushSubscribeResponse.md +20 -0
  48. data/docs/WebPushSubscribeResponseData.md +22 -0
  49. data/docs/WebPushSubscription.md +20 -0
  50. data/docs/WebPushSubscriptionKeys.md +20 -0
  51. data/docs/{GeneratePrivateKey200Response.md → WebPushSubscriptionListResponse.md} +3 -3
  52. data/docs/WebPushSubscriptionSummary.md +30 -0
  53. data/docs/WebPushUnsubscribeRequest.md +18 -0
  54. data/docs/WebPushUnsubscribeResponse.md +20 -0
  55. data/docs/WebPushUnsubscribeResponseData.md +18 -0
  56. data/lib/mudbase/api/add_ons_api.rb +2 -2
  57. data/lib/mudbase/api/api_keys_api.rb +2 -2
  58. data/lib/mudbase/api/authentication_api.rb +2 -2
  59. data/lib/mudbase/api/backups_api.rb +2 -2
  60. data/lib/mudbase/api/billing_api.rb +4 -72
  61. data/lib/mudbase/api/buckets_api.rb +2 -2
  62. data/lib/mudbase/api/chat_api.rb +2 -2
  63. data/lib/mudbase/api/collections_api.rb +2 -2
  64. data/lib/mudbase/api/compliance_api.rb +2 -2
  65. data/lib/mudbase/api/data_api.rb +2 -2
  66. data/lib/mudbase/api/email_api.rb +2 -2
  67. data/lib/mudbase/api/files_api.rb +12 -12
  68. data/lib/mudbase/api/functions_api.rb +9 -9
  69. data/lib/mudbase/api/health_api.rb +2 -2
  70. data/lib/mudbase/api/integrations_api.rb +8 -8
  71. data/lib/mudbase/api/kyc_api.rb +2 -2
  72. data/lib/mudbase/api/mcp_api.rb +2 -2
  73. data/lib/mudbase/api/messaging_api.rb +637 -15
  74. data/lib/mudbase/api/monitoring_api.rb +2 -59
  75. data/lib/mudbase/api/multi_role_feature_api.rb +2 -2
  76. data/lib/mudbase/api/organizations_api.rb +6 -6
  77. data/lib/mudbase/api/project_fees_api.rb +5 -5
  78. data/lib/mudbase/api/projects_api.rb +2 -2
  79. data/lib/mudbase/api/real_time_analytics_api.rb +2 -2
  80. data/lib/mudbase/api/role_elevation_api.rb +2 -2
  81. data/lib/mudbase/api/roles_api.rb +2 -2
  82. data/lib/mudbase/api/search_api.rb +2 -2
  83. data/lib/mudbase/api/usage_api.rb +2 -2
  84. data/lib/mudbase/api/users_api.rb +2 -2
  85. data/lib/mudbase/api/verified_role_upgrade_api.rb +2 -2
  86. data/lib/mudbase/api/webhooks_api.rb +2 -2
  87. data/lib/mudbase/api_client.rb +2 -2
  88. data/lib/mudbase/api_error.rb +2 -2
  89. data/lib/mudbase/api_model_base.rb +2 -2
  90. data/lib/mudbase/configuration.rb +2 -2
  91. data/lib/mudbase/models/accept_invite201_response.rb +2 -2
  92. data/lib/mudbase/models/accept_invite201_response_user.rb +2 -2
  93. data/lib/mudbase/models/accept_invite_request.rb +2 -2
  94. data/lib/mudbase/models/add_custom_role_request.rb +2 -2
  95. data/lib/mudbase/models/add_custom_role_request_default_permissions_inner.rb +2 -2
  96. data/lib/mudbase/models/add_org_domain_request.rb +2 -2
  97. data/lib/mudbase/models/add_participant200_response.rb +2 -2
  98. data/lib/mudbase/models/add_participant200_response_data.rb +2 -2
  99. data/lib/mudbase/models/add_participant200_response_data_participants_inner.rb +2 -2
  100. data/lib/mudbase/models/add_participant_request.rb +2 -2
  101. data/lib/mudbase/models/add_reaction200_response.rb +2 -2
  102. data/lib/mudbase/models/add_reaction200_response_data_inner.rb +2 -2
  103. data/lib/mudbase/models/add_reaction_request.rb +2 -2
  104. data/lib/mudbase/models/admin_approve_org_domain_cname_request.rb +2 -2
  105. data/lib/mudbase/models/admin_billing_checkout_link_request.rb +2 -2
  106. data/lib/mudbase/models/admin_custom_domain_mutation_response.rb +2 -2
  107. data/lib/mudbase/models/admin_member_role_patch_request.rb +2 -2
  108. data/lib/mudbase/models/admin_org_billing_contract_patch_request.rb +2 -2
  109. data/lib/mudbase/models/admin_org_limits_patch_request.rb +3 -53
  110. data/lib/mudbase/models/admin_org_limits_patch_request_bug_analysis.rb +2 -2
  111. data/lib/mudbase/models/admin_org_plan_patch_request.rb +2 -2
  112. data/lib/mudbase/models/admin_org_status_patch_request.rb +2 -2
  113. data/lib/mudbase/models/admin_platform_dns_verification_patch_request.rb +2 -2
  114. data/lib/mudbase/models/admin_project_patch_request.rb +2 -2
  115. data/lib/mudbase/models/admin_provision_enterprise_body.rb +2 -2
  116. data/lib/mudbase/models/api_addons_get200_response.rb +2 -2
  117. data/lib/mudbase/models/api_files_download_file_id_get200_response.rb +2 -2
  118. data/lib/mudbase/models/api_gdpr_erase_post_request.rb +2 -2
  119. data/lib/mudbase/models/api_key.rb +2 -2
  120. data/lib/mudbase/models/api_key_permission.rb +2 -2
  121. data/lib/mudbase/models/api_key_usage.rb +2 -2
  122. data/lib/mudbase/models/api_key_usage_response.rb +2 -2
  123. data/lib/mudbase/models/api_key_with_secret.rb +2 -2
  124. data/lib/mudbase/models/api_kyc_sessions_post_request.rb +2 -2
  125. data/lib/mudbase/models/api_kyc_webhook_config_get200_response.rb +2 -2
  126. data/lib/mudbase/models/api_kyc_webhook_config_put200_response.rb +2 -2
  127. data/lib/mudbase/models/api_kyc_webhook_config_put_request.rb +2 -2
  128. data/lib/mudbase/models/api_kyc_webhook_config_test_post200_response.rb +2 -2
  129. data/lib/mudbase/models/api_kyc_workflows_get200_response.rb +2 -2
  130. data/lib/mudbase/models/api_kyc_workflows_get200_response_workflows_inner.rb +2 -2
  131. data/lib/mudbase/models/api_me_bootstrap_get200_response.rb +2 -2
  132. data/lib/mudbase/models/api_projects_project_id_addons_addon_invoke_post200_response.rb +2 -2
  133. data/lib/mudbase/models/api_projects_project_id_kyb_sessions_post_request.rb +2 -2
  134. data/lib/mudbase/models/apply_role_feature_preset200_response.rb +2 -2
  135. data/lib/mudbase/models/apply_role_feature_preset_request.rb +2 -2
  136. data/lib/mudbase/models/approve_role_elevation200_response.rb +2 -2
  137. data/lib/mudbase/models/approve_role_elevation_request.rb +2 -2
  138. data/lib/mudbase/models/assign_role200_response.rb +2 -2
  139. data/lib/mudbase/models/assign_role_request.rb +2 -2
  140. data/lib/mudbase/models/auth_config.rb +2 -2
  141. data/lib/mudbase/models/auth_provider.rb +2 -2
  142. data/lib/mudbase/models/auth_response.rb +2 -2
  143. data/lib/mudbase/models/billing.rb +2 -2
  144. data/lib/mudbase/models/billing_last_payment.rb +2 -2
  145. data/lib/mudbase/models/bucket.rb +2 -2
  146. data/lib/mudbase/models/bucket_list_response.rb +2 -2
  147. data/lib/mudbase/models/bucket_response.rb +2 -2
  148. data/lib/mudbase/models/cancel_subscription_request.rb +2 -2
  149. data/lib/mudbase/models/change_password_request.rb +2 -2
  150. data/lib/mudbase/models/check_feature_access200_response.rb +2 -2
  151. data/lib/mudbase/models/check_permissions200_response.rb +2 -2
  152. data/lib/mudbase/models/check_permissions200_response_permissions.rb +2 -2
  153. data/lib/mudbase/models/check_subscription200_response.rb +2 -2
  154. data/lib/mudbase/models/check_subscription200_response_subscription.rb +2 -2
  155. data/lib/mudbase/models/check_user_presence200_response.rb +2 -2
  156. data/lib/mudbase/models/check_user_presence200_response_presence_value.rb +2 -2
  157. data/lib/mudbase/models/check_user_presence_request.rb +2 -2
  158. data/lib/mudbase/models/collection.rb +2 -2
  159. data/lib/mudbase/models/collection_action.rb +2 -2
  160. data/lib/mudbase/models/collection_permission_rule.rb +2 -2
  161. data/lib/mudbase/models/configure_o_auth_provider200_response.rb +2 -2
  162. data/lib/mudbase/models/configure_o_auth_provider200_response_provider.rb +2 -2
  163. data/lib/mudbase/models/configure_o_auth_provider_request.rb +2 -2
  164. data/lib/mudbase/models/configure_webhook200_response.rb +2 -2
  165. data/lib/mudbase/models/configure_webhook200_response_data.rb +2 -2
  166. data/lib/mudbase/models/configure_webhook200_response_data_transformations_inner.rb +2 -2
  167. data/lib/mudbase/models/configure_webhook403_response.rb +2 -2
  168. data/lib/mudbase/models/configure_webhook_request.rb +2 -2
  169. data/lib/mudbase/models/confirm_address_verification200_response.rb +2 -2
  170. data/lib/mudbase/models/confirm_address_verification_request.rb +2 -2
  171. data/lib/mudbase/models/confirm_direct_upload400_response.rb +2 -2
  172. data/lib/mudbase/models/confirm_direct_upload_request.rb +3 -3
  173. data/lib/mudbase/models/confirm_local_password_reset_with_otp_request.rb +2 -2
  174. data/lib/mudbase/models/confirm_upload_response.rb +2 -2
  175. data/lib/mudbase/models/confirm_upload_response_scan.rb +2 -2
  176. data/lib/mudbase/models/convert_anonymous_account200_response.rb +2 -2
  177. data/lib/mudbase/models/convert_anonymous_account_request.rb +2 -2
  178. data/lib/mudbase/models/create_anonymous_session200_response.rb +2 -2
  179. data/lib/mudbase/models/create_anonymous_session200_response_user.rb +2 -2
  180. data/lib/mudbase/models/create_anonymous_session_request.rb +2 -2
  181. data/lib/mudbase/models/create_api_key201_response.rb +2 -2
  182. data/lib/mudbase/models/create_api_key400_response.rb +2 -2
  183. data/lib/mudbase/models/create_api_key_request.rb +2 -2
  184. data/lib/mudbase/models/create_backup201_response.rb +2 -2
  185. data/lib/mudbase/models/create_backup201_response_backup.rb +2 -2
  186. data/lib/mudbase/models/create_backup_request.rb +2 -2
  187. data/lib/mudbase/models/create_bucket_request.rb +2 -2
  188. data/lib/mudbase/models/create_chat201_response.rb +2 -2
  189. data/lib/mudbase/models/create_chat201_response_data.rb +2 -2
  190. data/lib/mudbase/models/create_chat_request.rb +2 -2
  191. data/lib/mudbase/models/create_checkout_session200_response.rb +2 -2
  192. data/lib/mudbase/models/create_checkout_session200_response_data.rb +2 -2
  193. data/lib/mudbase/models/create_checkout_session_request.rb +2 -2
  194. data/lib/mudbase/models/create_checkout_session_request_customer_info.rb +2 -2
  195. data/lib/mudbase/models/create_collection201_response.rb +2 -2
  196. data/lib/mudbase/models/create_collection_request.rb +2 -2
  197. data/lib/mudbase/models/create_from_template_request.rb +2 -2
  198. data/lib/mudbase/models/create_function_request.rb +3 -3
  199. data/lib/mudbase/models/create_integration201_response.rb +2 -2
  200. data/lib/mudbase/models/create_integration_request.rb +2 -2
  201. data/lib/mudbase/models/create_monitoring_alert_request.rb +2 -2
  202. data/lib/mudbase/models/create_or_update_fee_settings_request.rb +2 -2
  203. data/lib/mudbase/models/create_organization403_response.rb +2 -2
  204. data/lib/mudbase/models/create_organization_request.rb +2 -2
  205. data/lib/mudbase/models/create_plan201_response.rb +2 -2
  206. data/lib/mudbase/models/create_plan_request.rb +2 -2
  207. data/lib/mudbase/models/create_plan_request_features_inner.rb +2 -2
  208. data/lib/mudbase/models/create_plan_request_features_inner_one_of.rb +2 -2
  209. data/lib/mudbase/models/create_plan_request_limits.rb +2 -2
  210. data/lib/mudbase/models/create_plan_request_limits_custom_limits_inner.rb +2 -2
  211. data/lib/mudbase/models/create_plan_request_trial.rb +2 -2
  212. data/lib/mudbase/models/create_project201_response.rb +2 -2
  213. data/lib/mudbase/models/create_project_request.rb +2 -2
  214. data/lib/mudbase/models/create_role201_response.rb +2 -2
  215. data/lib/mudbase/models/create_role201_response_role.rb +2 -2
  216. data/lib/mudbase/models/create_role201_response_role_permissions_inner.rb +2 -2
  217. data/lib/mudbase/models/create_role_request.rb +2 -2
  218. data/lib/mudbase/models/create_role_request_collection_permissions_value.rb +2 -2
  219. data/lib/mudbase/models/create_role_request_permissions_inner.rb +2 -2
  220. data/lib/mudbase/models/dashboard_activity_item.rb +2 -2
  221. data/lib/mudbase/models/dashboard_overview_data.rb +2 -2
  222. data/lib/mudbase/models/dashboard_overview_data_active_users.rb +2 -2
  223. data/lib/mudbase/models/dashboard_overview_data_latency.rb +2 -2
  224. data/lib/mudbase/models/dashboard_overview_data_latency_instance_rollup.rb +2 -2
  225. data/lib/mudbase/models/dashboard_overview_data_latency_top_routes_by_impact_hint_inner.rb +2 -2
  226. data/lib/mudbase/models/dashboard_overview_data_project.rb +2 -2
  227. data/lib/mudbase/models/dashboard_overview_data_request_volume14d_inner.rb +2 -2
  228. data/lib/mudbase/models/dashboard_overview_data_requests.rb +2 -2
  229. data/lib/mudbase/models/dashboard_overview_data_uptime.rb +2 -2
  230. data/lib/mudbase/models/data_list_response.rb +2 -2
  231. data/lib/mudbase/models/data_list_response_data_inner.rb +2 -2
  232. data/lib/mudbase/models/data_response.rb +2 -2
  233. data/lib/mudbase/models/database_config.rb +2 -2
  234. data/lib/mudbase/models/delete_backup200_response.rb +2 -2
  235. data/lib/mudbase/models/delete_function200_response.rb +2 -2
  236. data/lib/mudbase/models/delete_organization200_response.rb +2 -2
  237. data/lib/mudbase/models/delete_role200_response.rb +2 -2
  238. data/lib/mudbase/models/delete_sub_organization200_response.rb +2 -2
  239. data/lib/mudbase/models/{get_user_wallets200_response.rb → device_list_response.rb} +6 -6
  240. data/lib/mudbase/models/{get_cancel_params_request.rb → device_register_request.rb} +44 -41
  241. data/lib/mudbase/models/{get_all_fees200_response.rb → device_registered_response.rb} +6 -6
  242. data/lib/mudbase/models/{generate_private_key_request.rb → device_registered_response_data.rb} +38 -27
  243. data/lib/mudbase/models/{create_wallet_webhook_request_filters.rb → device_token.rb} +48 -24
  244. data/lib/mudbase/models/{estimate_network_fee200_response.rb → device_unregister_request.rb} +30 -22
  245. data/lib/mudbase/models/{validate_address200_response.rb → device_unregistered_response.rb} +6 -6
  246. data/lib/mudbase/models/{handle_flutterwave_webhook200_response.rb → device_unregistered_response_data.rb} +13 -12
  247. data/lib/mudbase/models/disable2_fa_request.rb +2 -2
  248. data/lib/mudbase/models/download_bucket_file403_response.rb +2 -2
  249. data/lib/mudbase/models/download_bucket_file404_response.rb +2 -2
  250. data/lib/mudbase/models/download_invoice200_response.rb +2 -2
  251. data/lib/mudbase/models/edit_message200_response.rb +2 -2
  252. data/lib/mudbase/models/edit_message200_response_data.rb +2 -2
  253. data/lib/mudbase/models/edit_message_request.rb +2 -2
  254. data/lib/mudbase/models/edit_message_request_e2ee.rb +2 -2
  255. data/lib/mudbase/models/email_request.rb +2 -2
  256. data/lib/mudbase/models/email_request_to.rb +2 -2
  257. data/lib/mudbase/models/email_template_catalog_item.rb +2 -2
  258. data/lib/mudbase/models/email_template_resolved.rb +2 -2
  259. data/lib/mudbase/models/enable_payment_processing200_response.rb +2 -2
  260. data/lib/mudbase/models/enable_payment_processing200_response_data.rb +2 -2
  261. data/lib/mudbase/models/enable_payment_processing_request.rb +2 -2
  262. data/lib/mudbase/models/enqueue_project_email202_response.rb +2 -2
  263. data/lib/mudbase/models/erase_user_data200_response.rb +2 -2
  264. data/lib/mudbase/models/erase_user_data200_response_data.rb +2 -2
  265. data/lib/mudbase/models/erase_user_data409_response.rb +2 -2
  266. data/lib/mudbase/models/erase_user_data_request.rb +2 -2
  267. data/lib/mudbase/models/error.rb +2 -2
  268. data/lib/mudbase/models/error_details.rb +2 -2
  269. data/lib/mudbase/models/execute_function_request.rb +2 -2
  270. data/lib/mudbase/models/execute_integration_request.rb +2 -2
  271. data/lib/mudbase/models/export_user_data200_response.rb +2 -2
  272. data/lib/mudbase/models/feature_not_allowed_error.rb +2 -2
  273. data/lib/mudbase/models/field.rb +2 -2
  274. data/lib/mudbase/models/field_default.rb +2 -2
  275. data/lib/mudbase/models/file_list_response.rb +2 -2
  276. data/lib/mudbase/models/file_metadata.rb +2 -2
  277. data/lib/mudbase/models/file_response.rb +2 -2
  278. data/lib/mudbase/models/file_upload_response.rb +2 -2
  279. data/lib/mudbase/models/function.rb +2 -2
  280. data/lib/mudbase/models/function_execution.rb +2 -2
  281. data/lib/mudbase/models/function_execution_response.rb +2 -2
  282. data/lib/mudbase/models/function_execution_response_data.rb +2 -2
  283. data/lib/mudbase/models/function_execution_status_response.rb +2 -2
  284. data/lib/mudbase/models/function_execution_status_response_data.rb +2 -2
  285. data/lib/mudbase/models/function_execution_status_response_data_logs.rb +2 -2
  286. data/lib/mudbase/models/function_list_response.rb +2 -2
  287. data/lib/mudbase/models/function_list_response_data.rb +2 -2
  288. data/lib/mudbase/models/function_logs_response.rb +2 -2
  289. data/lib/mudbase/models/function_logs_response_data.rb +2 -2
  290. data/lib/mudbase/models/function_response.rb +2 -2
  291. data/lib/mudbase/models/function_stats.rb +2 -2
  292. data/lib/mudbase/models/function_trigger.rb +5 -5
  293. data/lib/mudbase/models/generate_access_review200_response.rb +2 -2
  294. data/lib/mudbase/models/generate_access_review200_response_report.rb +2 -2
  295. data/lib/mudbase/models/generate_access_review_request.rb +2 -2
  296. data/lib/mudbase/models/generate_access_review_request_review_period.rb +2 -2
  297. data/lib/mudbase/models/generate_data_processing_record200_response.rb +2 -2
  298. data/lib/mudbase/models/generate_data_processing_record200_response_record.rb +2 -2
  299. data/lib/mudbase/models/generate_data_processing_record_request.rb +2 -2
  300. data/lib/mudbase/models/generate_presigned_upload_request.rb +2 -2
  301. data/lib/mudbase/models/generate_signed_url_request.rb +2 -2
  302. data/lib/mudbase/models/get_active_users200_response.rb +2 -2
  303. data/lib/mudbase/models/get_active_users200_response_users_inner.rb +2 -2
  304. data/lib/mudbase/models/get_available_o_auth_providers200_response.rb +2 -2
  305. data/lib/mudbase/models/get_available_o_auth_providers200_response_providers_inner.rb +2 -2
  306. data/lib/mudbase/models/get_available_roles200_response.rb +2 -2
  307. data/lib/mudbase/models/get_available_roles200_response_data_inner.rb +2 -2
  308. data/lib/mudbase/models/get_billing_estimate200_response.rb +2 -2
  309. data/lib/mudbase/models/get_billing_estimate200_response_line_items_inner.rb +2 -2
  310. data/lib/mudbase/models/get_billing_estimate200_response_spend_limits.rb +2 -2
  311. data/lib/mudbase/models/get_chat_details200_response.rb +2 -2
  312. data/lib/mudbase/models/get_chat_details200_response_data.rb +2 -2
  313. data/lib/mudbase/models/get_chat_details200_response_data_participants_inner.rb +2 -2
  314. data/lib/mudbase/models/get_chat_e2ee_participant_keys200_response.rb +2 -2
  315. data/lib/mudbase/models/get_chat_e2ee_participant_keys200_response_data_inner.rb +2 -2
  316. data/lib/mudbase/models/get_chat_messages200_response.rb +2 -2
  317. data/lib/mudbase/models/get_chat_messages200_response_data.rb +2 -2
  318. data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner.rb +2 -2
  319. data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner_sender.rb +2 -2
  320. data/lib/mudbase/models/get_compliance_summary200_response.rb +2 -2
  321. data/lib/mudbase/models/get_compliance_summary200_response_compliance.rb +2 -2
  322. data/lib/mudbase/models/get_compliance_summary200_response_compliance_gdpr.rb +2 -2
  323. data/lib/mudbase/models/get_compliance_summary200_response_compliance_security.rb +2 -2
  324. data/lib/mudbase/models/get_compliance_summary200_response_compliance_soc2.rb +2 -2
  325. data/lib/mudbase/models/get_currency_fee_balance200_response.rb +2 -2
  326. data/lib/mudbase/models/get_currency_fee_balance200_response_data.rb +2 -2
  327. data/lib/mudbase/models/get_current_user200_response.rb +2 -2
  328. data/lib/mudbase/models/get_dashboard200_response.rb +2 -2
  329. data/lib/mudbase/models/get_event_throughput200_response.rb +2 -2
  330. data/lib/mudbase/models/get_fee_balances200_response.rb +2 -2
  331. data/lib/mudbase/models/get_fee_balances200_response_data_inner.rb +2 -2
  332. data/lib/mudbase/models/get_fee_breakdown200_response.rb +2 -2
  333. data/lib/mudbase/models/get_fee_breakdown200_response_data.rb +2 -2
  334. data/lib/mudbase/models/get_function_versions200_response.rb +2 -2
  335. data/lib/mudbase/models/get_function_versions200_response_data.rb +2 -2
  336. data/lib/mudbase/models/get_function_versions200_response_data_versions_inner.rb +2 -2
  337. data/lib/mudbase/models/get_global_analytics200_response.rb +2 -2
  338. data/lib/mudbase/models/get_historical_analytics200_response.rb +2 -2
  339. data/lib/mudbase/models/get_historical_analytics200_response_data_inner.rb +2 -2
  340. data/lib/mudbase/models/get_integration200_response.rb +2 -2
  341. data/lib/mudbase/models/get_integration200_response_integration.rb +2 -2
  342. data/lib/mudbase/models/get_integrations200_response.rb +2 -2
  343. data/lib/mudbase/models/get_integrations200_response_integrations_inner.rb +2 -2
  344. data/lib/mudbase/models/get_invoice200_response.rb +2 -2
  345. data/lib/mudbase/models/get_invoice200_response_invoice.rb +2 -2
  346. data/lib/mudbase/models/get_invoices200_response.rb +2 -2
  347. data/lib/mudbase/models/get_invoices200_response_invoices_inner.rb +2 -2
  348. data/lib/mudbase/models/get_local_session200_response.rb +2 -2
  349. data/lib/mudbase/models/get_multi_role_config200_response.rb +2 -2
  350. data/lib/mudbase/models/get_multi_role_config200_response_data.rb +2 -2
  351. data/lib/mudbase/models/get_o_auth_provider_config200_response.rb +2 -2
  352. data/lib/mudbase/models/get_o_auth_provider_config200_response_config.rb +2 -2
  353. data/lib/mudbase/models/get_org_o_auth_providers200_response.rb +2 -2
  354. data/lib/mudbase/models/get_org_o_auth_providers200_response_providers_inner.rb +2 -2
  355. data/lib/mudbase/models/get_organization_members200_response.rb +2 -2
  356. data/lib/mudbase/models/get_organization_usage200_response.rb +2 -2
  357. data/lib/mudbase/models/get_organization_usage200_response_all_of_suborgs_inner.rb +2 -2
  358. data/lib/mudbase/models/get_organization_users200_response.rb +2 -2
  359. data/lib/mudbase/models/get_organization_users200_response_users_inner.rb +2 -2
  360. data/lib/mudbase/models/get_organization_users200_response_users_inner_project.rb +2 -2
  361. data/lib/mudbase/models/get_overage200_response.rb +2 -2
  362. data/lib/mudbase/models/get_overage200_response_overage_inner.rb +2 -2
  363. data/lib/mudbase/models/get_payment_records200_response.rb +2 -2
  364. data/lib/mudbase/models/get_payment_records200_response_data.rb +2 -2
  365. data/lib/mudbase/models/get_payment_records200_response_data_pagination.rb +2 -2
  366. data/lib/mudbase/models/get_payment_records200_response_data_records_inner.rb +2 -2
  367. data/lib/mudbase/models/get_payout_history200_response.rb +3 -3
  368. data/lib/mudbase/models/get_payout_history200_response_data_inner.rb +2 -2
  369. data/lib/mudbase/models/{get_transaction_history200_response_pagination.rb → get_payout_history200_response_pagination.rb} +5 -5
  370. data/lib/mudbase/models/get_pending_role_elevation_requests200_response.rb +2 -2
  371. data/lib/mudbase/models/get_permissions_matrix200_response.rb +2 -2
  372. data/lib/mudbase/models/get_permissions_matrix200_response_data.rb +2 -2
  373. data/lib/mudbase/models/get_plans200_response.rb +2 -2
  374. data/lib/mudbase/models/get_project_analytics200_response.rb +2 -2
  375. data/lib/mudbase/models/get_project_captcha_config200_response.rb +2 -2
  376. data/lib/mudbase/models/get_project_captcha_config200_response_captcha.rb +2 -2
  377. data/lib/mudbase/models/get_project_email_analytics200_response.rb +2 -2
  378. data/lib/mudbase/models/get_project_email_smtp200_response.rb +2 -2
  379. data/lib/mudbase/models/get_project_email_template200_response.rb +2 -2
  380. data/lib/mudbase/models/get_project_fcm_config200_response.rb +2 -2
  381. data/lib/mudbase/models/get_project_fcm_config200_response_data.rb +2 -2
  382. data/lib/mudbase/models/get_project_fee_dashboard200_response.rb +2 -2
  383. data/lib/mudbase/models/get_project_fee_dashboard200_response_data.rb +2 -2
  384. data/lib/mudbase/models/get_project_fee_dashboard200_response_data_balances_inner.rb +2 -2
  385. data/lib/mudbase/models/get_project_fee_dashboard200_response_data_recent_payouts_inner.rb +2 -2
  386. data/lib/mudbase/models/get_project_o_auth_providers200_response.rb +2 -2
  387. data/lib/mudbase/models/get_project_o_auth_providers200_response_providers_inner.rb +2 -2
  388. data/lib/mudbase/models/get_project_sms_byo200_response.rb +2 -2
  389. data/lib/mudbase/models/get_project_users200_response.rb +2 -2
  390. data/lib/mudbase/models/get_public_plans200_response.rb +2 -2
  391. data/lib/mudbase/models/get_role200_response.rb +2 -2
  392. data/lib/mudbase/models/get_role_elevation_status200_response.rb +2 -2
  393. data/lib/mudbase/models/get_search_analytics200_response.rb +2 -2
  394. data/lib/mudbase/models/get_search_analytics200_response_top_queries_inner.rb +2 -2
  395. data/lib/mudbase/models/get_search_suggestions200_response.rb +2 -2
  396. data/lib/mudbase/models/get_sub_organizations200_response.rb +2 -2
  397. data/lib/mudbase/models/get_subscription_tier_by_id200_response.rb +2 -2
  398. data/lib/mudbase/models/get_subscription_tier_by_id200_response_plan.rb +2 -2
  399. data/lib/mudbase/models/get_subscription_tiers200_response.rb +2 -2
  400. data/lib/mudbase/models/get_subscription_tiers200_response_plans_inner.rb +3 -3
  401. data/lib/mudbase/models/get_subscriptions200_response.rb +2 -2
  402. data/lib/mudbase/models/get_subscriptions200_response_subscriptions_inner.rb +2 -2
  403. data/lib/mudbase/models/get_templates200_response.rb +2 -2
  404. data/lib/mudbase/models/get_templates200_response_templates_inner.rb +2 -2
  405. data/lib/mudbase/models/get_usage_stats200_response.rb +2 -2
  406. data/lib/mudbase/models/get_usage_stats200_response_stats.rb +2 -2
  407. data/lib/mudbase/models/get_usage_warnings200_response.rb +2 -2
  408. data/lib/mudbase/models/get_usage_warnings200_response_warnings_inner.rb +2 -2
  409. data/lib/mudbase/models/get_user_chats200_response.rb +2 -2
  410. data/lib/mudbase/models/get_user_chats200_response_data.rb +2 -2
  411. data/lib/mudbase/models/get_user_chats200_response_data_chats_inner.rb +2 -2
  412. data/lib/mudbase/models/get_user_chats200_response_data_chats_inner_last_message.rb +2 -2
  413. data/lib/mudbase/models/get_user_overview200_response.rb +2 -2
  414. data/lib/mudbase/models/get_user_overview200_response_footprint.rb +2 -2
  415. data/lib/mudbase/models/get_users_by_role200_response.rb +2 -2
  416. data/lib/mudbase/models/get_webhook_config200_response.rb +2 -2
  417. data/lib/mudbase/models/get_webhook_config200_response_data.rb +2 -2
  418. data/lib/mudbase/models/get_webhook_config200_response_data_transformations_inner.rb +2 -2
  419. data/lib/mudbase/models/get_webhook_config404_response.rb +2 -2
  420. data/lib/mudbase/models/health_response.rb +2 -2
  421. data/lib/mudbase/models/health_response_services.rb +2 -2
  422. data/lib/mudbase/models/import_integration_request.rb +2 -2
  423. data/lib/mudbase/models/initialize_org_plan_checkout200_response.rb +2 -2
  424. data/lib/mudbase/models/initialize_org_plan_checkout200_response_data.rb +2 -2
  425. data/lib/mudbase/models/initialize_org_plan_checkout_request.rb +3 -3
  426. data/lib/mudbase/models/initialize_payment200_response.rb +2 -2
  427. data/lib/mudbase/models/initialize_payment200_response_data.rb +2 -2
  428. data/lib/mudbase/models/initialize_payment_for_project_request.rb +2 -2
  429. data/lib/mudbase/models/initialize_payment_request.rb +2 -2
  430. data/lib/mudbase/models/initialize_payment_request_customer.rb +2 -2
  431. data/lib/mudbase/models/initiate_address_verification200_response.rb +2 -2
  432. data/lib/mudbase/models/initiate_o_auth400_response.rb +2 -2
  433. data/lib/mudbase/models/initiate_o_auth404_response.rb +2 -2
  434. data/lib/mudbase/models/initiate_org_o_auth400_response.rb +2 -2
  435. data/lib/mudbase/models/internal_custom_domain_addon_request.rb +2 -2
  436. data/lib/mudbase/models/internal_domain_dns_recheck_batch_request.rb +2 -2
  437. data/lib/mudbase/models/invite_member_request.rb +2 -2
  438. data/lib/mudbase/models/invite_sub_organization_member200_response.rb +2 -2
  439. data/lib/mudbase/models/invite_team_member200_response.rb +2 -2
  440. data/lib/mudbase/models/limits.rb +2 -2
  441. data/lib/mudbase/models/list_api_keys200_response.rb +2 -2
  442. data/lib/mudbase/models/list_backups200_response.rb +2 -2
  443. data/lib/mudbase/models/list_backups200_response_backups_inner.rb +2 -2
  444. data/lib/mudbase/models/list_collections200_response.rb +2 -2
  445. data/lib/mudbase/models/list_o_auth_providers200_response.rb +2 -2
  446. data/lib/mudbase/models/list_o_auth_providers200_response_providers_inner.rb +2 -2
  447. data/lib/mudbase/models/list_organizations200_response.rb +2 -2
  448. data/lib/mudbase/models/list_project_email_templates200_response.rb +2 -2
  449. data/lib/mudbase/models/list_projects200_response.rb +2 -2
  450. data/lib/mudbase/models/list_roles200_response.rb +2 -2
  451. data/lib/mudbase/models/log_security_event200_response.rb +2 -2
  452. data/lib/mudbase/models/log_security_event200_response_event.rb +2 -2
  453. data/lib/mudbase/models/log_security_event_request.rb +2 -2
  454. data/lib/mudbase/models/log_security_event_request_details.rb +2 -2
  455. data/lib/mudbase/models/login_local_user200_response.rb +2 -2
  456. data/lib/mudbase/models/login_local_user200_response_user.rb +2 -2
  457. data/lib/mudbase/models/login_local_user403_response.rb +2 -2
  458. data/lib/mudbase/models/login_local_user_request.rb +2 -2
  459. data/lib/mudbase/models/login_request.rb +2 -2
  460. data/lib/mudbase/models/magic_link_request.rb +2 -2
  461. data/lib/mudbase/models/mark_messages_as_read200_response.rb +2 -2
  462. data/lib/mudbase/models/mark_messages_as_read200_response_data.rb +2 -2
  463. data/lib/mudbase/models/mark_messages_as_read_request.rb +2 -2
  464. data/lib/mudbase/models/mcp_config_get200_response.rb +2 -2
  465. data/lib/mudbase/models/mcp_config_get200_response_tools_inner.rb +2 -2
  466. data/lib/mudbase/models/message.rb +2 -2
  467. data/lib/mudbase/models/message_history_response.rb +2 -2
  468. data/lib/mudbase/models/message_history_response_data.rb +2 -2
  469. data/lib/mudbase/models/message_response.rb +2 -2
  470. data/lib/mudbase/models/message_sent_response.rb +2 -2
  471. data/lib/mudbase/models/message_sent_response_data.rb +2 -2
  472. data/lib/mudbase/models/message_stats_response.rb +2 -2
  473. data/lib/mudbase/models/message_stats_response_data.rb +2 -2
  474. data/lib/mudbase/models/message_stats_response_data_by_status.rb +2 -2
  475. data/lib/mudbase/models/message_stats_response_data_by_type.rb +2 -2
  476. data/lib/mudbase/models/message_stats_response_data_period.rb +2 -2
  477. data/lib/mudbase/models/monitoring_analytics_response.rb +2 -2
  478. data/lib/mudbase/models/monitoring_analytics_response_stats_inner.rb +2 -2
  479. data/lib/mudbase/models/monitoring_analytics_response_totals.rb +2 -2
  480. data/lib/mudbase/models/monitoring_logs_response.rb +2 -2
  481. data/lib/mudbase/models/monitoring_logs_response_logs_inner.rb +2 -2
  482. data/lib/mudbase/models/monitoring_logs_response_logs_inner_user.rb +2 -2
  483. data/lib/mudbase/models/monitoring_performance_response.rb +2 -2
  484. data/lib/mudbase/models/monitoring_performance_response_metrics.rb +2 -2
  485. data/lib/mudbase/models/org_add_domain_response.rb +2 -2
  486. data/lib/mudbase/models/org_custom_domain_platform_ready_request.rb +2 -2
  487. data/lib/mudbase/models/org_dns_instructions_response.rb +2 -2
  488. data/lib/mudbase/models/org_dns_record.rb +2 -2
  489. data/lib/mudbase/models/org_domain_entry_org_console.rb +10 -10
  490. data/lib/mudbase/models/org_domain_entry_with_dns.rb +10 -10
  491. data/lib/mudbase/models/org_domains_list_response.rb +2 -2
  492. data/lib/mudbase/models/{org_cloudflare_edge_hints.rb → org_edge_hints.rb} +8 -8
  493. data/lib/mudbase/models/{org_cloudflare_edge_hints_ownership_verification.rb → org_edge_hints_ownership_verification.rb} +5 -5
  494. data/lib/mudbase/models/org_o_auth_callback400_response.rb +2 -2
  495. data/lib/mudbase/models/org_patch_domain_response.rb +2 -2
  496. data/lib/mudbase/models/org_platform_dns_verification_customer.rb +2 -2
  497. data/lib/mudbase/models/{org_cloudflare_ssl_validation_record.rb → org_ssl_validation_record.rb} +5 -5
  498. data/lib/mudbase/models/org_verify_custom_domain_dns_failure_response.rb +2 -2
  499. data/lib/mudbase/models/org_verify_custom_domain_dns_success_response.rb +9 -9
  500. data/lib/mudbase/models/organization.rb +2 -2
  501. data/lib/mudbase/models/organization_summary.rb +2 -2
  502. data/lib/mudbase/models/otp_send_request.rb +2 -2
  503. data/lib/mudbase/models/otp_verify_request.rb +2 -2
  504. data/lib/mudbase/models/pagination.rb +2 -2
  505. data/lib/mudbase/models/patch_org_domain_request.rb +2 -2
  506. data/lib/mudbase/models/patch_project_fcm_config_request.rb +2 -2
  507. data/lib/mudbase/models/patch_project_fcm_config_request_one_of.rb +2 -2
  508. data/lib/mudbase/models/patch_project_fcm_config_request_one_of1.rb +2 -2
  509. data/lib/mudbase/models/permission.rb +2 -2
  510. data/lib/mudbase/models/plan.rb +2 -2
  511. data/lib/mudbase/models/presigned_post_response.rb +4 -4
  512. data/lib/mudbase/models/preview_project_email_template_request.rb +2 -2
  513. data/lib/mudbase/models/project.rb +2 -2
  514. data/lib/mudbase/models/project_dashboard_overview_response.rb +2 -2
  515. data/lib/mudbase/models/project_email_send_request.rb +2 -2
  516. data/lib/mudbase/models/project_settings.rb +2 -2
  517. data/lib/mudbase/models/project_sms_byo_patch_request.rb +2 -2
  518. data/lib/mudbase/models/project_sms_byo_public.rb +2 -2
  519. data/lib/mudbase/models/project_smtp_patch_request.rb +2 -2
  520. data/lib/mudbase/models/project_smtp_settings_public.rb +2 -2
  521. data/lib/mudbase/models/project_smtp_test_request.rb +2 -2
  522. data/lib/mudbase/models/project_summary.rb +2 -2
  523. data/lib/mudbase/models/project_usage.rb +2 -2
  524. data/lib/mudbase/models/project_usage_response.rb +2 -2
  525. data/lib/mudbase/models/project_usage_stats_response.rb +2 -2
  526. data/lib/mudbase/models/project_usage_stats_response_project.rb +2 -2
  527. data/lib/mudbase/models/project_usage_summary_response.rb +2 -2
  528. data/lib/mudbase/models/provision_enterprise_request.rb +2 -2
  529. data/lib/mudbase/models/push_notification_request.rb +39 -20
  530. data/lib/mudbase/models/{generate_private_key200_response.rb → push_sent_response.rb} +7 -6
  531. data/lib/mudbase/models/{get_transaction_history200_response.rb → push_sent_response_data.rb} +49 -20
  532. data/lib/mudbase/models/push_sent_response_data_channels.rb +158 -0
  533. data/lib/mudbase/models/{handle_flutterwave_webhook_request.rb → push_sent_response_data_channels_fcm.rb} +18 -19
  534. data/lib/mudbase/models/{create_wallet_webhook201_response.rb → push_sent_response_data_channels_web_push.rb} +25 -24
  535. data/lib/mudbase/models/put_chat_e2ee_key200_response.rb +2 -2
  536. data/lib/mudbase/models/put_chat_e2ee_key200_response_data.rb +2 -2
  537. data/lib/mudbase/models/put_chat_e2ee_key_request.rb +2 -2
  538. data/lib/mudbase/models/rate_limit.rb +2 -2
  539. data/lib/mudbase/models/record_usage_request.rb +2 -2
  540. data/lib/mudbase/models/refresh_token200_response.rb +2 -2
  541. data/lib/mudbase/models/refresh_token400_response.rb +2 -2
  542. data/lib/mudbase/models/refresh_token_request.rb +2 -2
  543. data/lib/mudbase/models/regenerate_api_key200_response.rb +2 -2
  544. data/lib/mudbase/models/register_local_user201_response.rb +2 -2
  545. data/lib/mudbase/models/register_local_user201_response_user.rb +2 -2
  546. data/lib/mudbase/models/register_local_user_request.rb +2 -2
  547. data/lib/mudbase/models/register_request.rb +2 -2
  548. data/lib/mudbase/models/register_user429_response.rb +2 -2
  549. data/lib/mudbase/models/register_with_role201_response.rb +2 -2
  550. data/lib/mudbase/models/register_with_role201_response_role.rb +2 -2
  551. data/lib/mudbase/models/register_with_role201_response_user.rb +2 -2
  552. data/lib/mudbase/models/register_with_role_request.rb +2 -2
  553. data/lib/mudbase/models/remove_participant_request.rb +2 -2
  554. data/lib/mudbase/models/remove_reaction200_response.rb +2 -2
  555. data/lib/mudbase/models/remove_reaction200_response_data_inner.rb +2 -2
  556. data/lib/mudbase/models/remove_team_member200_response.rb +2 -2
  557. data/lib/mudbase/models/request_local_password_reset_request.rb +2 -2
  558. data/lib/mudbase/models/request_manual_payout_request.rb +2 -2
  559. data/lib/mudbase/models/request_password_reset_request.rb +2 -2
  560. data/lib/mudbase/models/request_role_elevation200_response.rb +2 -2
  561. data/lib/mudbase/models/request_role_elevation_request.rb +2 -2
  562. data/lib/mudbase/models/resend_verification_auth_request.rb +2 -2
  563. data/lib/mudbase/models/reset_local_password_request.rb +2 -2
  564. data/lib/mudbase/models/reset_password_request.rb +2 -2
  565. data/lib/mudbase/models/restore_backup200_response.rb +2 -2
  566. data/lib/mudbase/models/restore_backup200_response_restore.rb +2 -2
  567. data/lib/mudbase/models/restore_backup_request.rb +2 -2
  568. data/lib/mudbase/models/retry_webhook400_response.rb +2 -2
  569. data/lib/mudbase/models/retry_webhook_response.rb +2 -2
  570. data/lib/mudbase/models/rollback_function_request.rb +2 -2
  571. data/lib/mudbase/models/search_response.rb +2 -2
  572. data/lib/mudbase/models/search_response_data.rb +2 -2
  573. data/lib/mudbase/models/search_result.rb +2 -2
  574. data/lib/mudbase/models/search_result_item.rb +2 -2
  575. data/lib/mudbase/models/send_message201_response.rb +2 -2
  576. data/lib/mudbase/models/send_message201_response_data.rb +2 -2
  577. data/lib/mudbase/models/send_message_request.rb +2 -2
  578. data/lib/mudbase/models/send_message_request_e2ee.rb +2 -2
  579. data/lib/mudbase/models/send_push_notification429_response.rb +2 -2
  580. data/lib/mudbase/models/session_response.rb +2 -2
  581. data/lib/mudbase/models/set_org_primary_domain_request.rb +2 -2
  582. data/lib/mudbase/models/signed_url_response.rb +2 -2
  583. data/lib/mudbase/models/simulate_app_permissions200_response.rb +2 -2
  584. data/lib/mudbase/models/simulate_app_permissions200_response_evaluated.rb +2 -2
  585. data/lib/mudbase/models/simulate_app_permissions_request.rb +2 -2
  586. data/lib/mudbase/models/simulate_function_trigger_request.rb +3 -3
  587. data/lib/mudbase/models/sms_request.rb +2 -2
  588. data/lib/mudbase/models/storage_config.rb +2 -2
  589. data/lib/mudbase/models/system_status_response.rb +2 -2
  590. data/lib/mudbase/models/system_status_response_data.rb +2 -2
  591. data/lib/mudbase/models/system_status_response_data_cpu.rb +2 -2
  592. data/lib/mudbase/models/system_status_response_data_database.rb +2 -2
  593. data/lib/mudbase/models/system_status_response_data_memory.rb +2 -2
  594. data/lib/mudbase/models/system_status_response_data_requests.rb +2 -2
  595. data/lib/mudbase/models/system_status_response_data_storage.rb +2 -2
  596. data/lib/mudbase/models/{get_cancel_params200_response.rb → test_integration200_response.rb} +6 -6
  597. data/lib/mudbase/models/test_integration_request.rb +2 -2
  598. data/lib/mudbase/models/test_webhook_transformation200_response.rb +2 -2
  599. data/lib/mudbase/models/test_webhook_transformation200_response_data.rb +2 -2
  600. data/lib/mudbase/models/test_webhook_transformation_request.rb +2 -2
  601. data/lib/mudbase/models/toggle_role_request.rb +2 -2
  602. data/lib/mudbase/models/trigger_function_webhook200_response.rb +2 -2
  603. data/lib/mudbase/models/trigger_function_webhook400_response.rb +2 -2
  604. data/lib/mudbase/models/trigger_function_webhook401_response.rb +2 -2
  605. data/lib/mudbase/models/trigger_webhook_request.rb +2 -2
  606. data/lib/mudbase/models/trigger_webhook_response.rb +2 -2
  607. data/lib/mudbase/models/two_fa_setup_response.rb +2 -2
  608. data/lib/mudbase/models/unlink_o_auth_provider200_response.rb +2 -2
  609. data/lib/mudbase/models/update_api_key200_response.rb +2 -2
  610. data/lib/mudbase/models/update_api_key_request.rb +2 -2
  611. data/lib/mudbase/models/update_bucket_request.rb +2 -2
  612. data/lib/mudbase/models/update_collection_permissions_request.rb +2 -2
  613. data/lib/mudbase/models/update_collection_request.rb +2 -2
  614. data/lib/mudbase/models/update_currency_fee_settings_request.rb +2 -2
  615. data/lib/mudbase/models/update_function_request.rb +2 -2
  616. data/lib/mudbase/models/update_function_request_limits.rb +2 -2
  617. data/lib/mudbase/models/update_function_request_retry_policy.rb +2 -2
  618. data/lib/mudbase/models/update_integration_request.rb +2 -2
  619. data/lib/mudbase/models/update_member_role200_response.rb +2 -2
  620. data/lib/mudbase/models/update_member_role_request.rb +2 -2
  621. data/lib/mudbase/models/update_multi_role_settings200_response.rb +2 -2
  622. data/lib/mudbase/models/update_multi_role_settings_request.rb +2 -2
  623. data/lib/mudbase/models/update_multi_role_settings_request_settings.rb +2 -2
  624. data/lib/mudbase/models/update_o_auth_provider_config_request.rb +2 -2
  625. data/lib/mudbase/models/update_organization200_response.rb +2 -2
  626. data/lib/mudbase/models/update_organization_plan200_response.rb +2 -2
  627. data/lib/mudbase/models/update_organization_plan200_response_one_of.rb +2 -2
  628. data/lib/mudbase/models/update_organization_plan200_response_one_of1.rb +2 -2
  629. data/lib/mudbase/models/update_organization_plan_request.rb +2 -2
  630. data/lib/mudbase/models/update_organization_request.rb +2 -2
  631. data/lib/mudbase/models/update_plan_request.rb +2 -2
  632. data/lib/mudbase/models/update_project_request.rb +2 -2
  633. data/lib/mudbase/models/update_project_role_request.rb +2 -2
  634. data/lib/mudbase/models/update_role200_response.rb +2 -2
  635. data/lib/mudbase/models/update_role_request.rb +2 -2
  636. data/lib/mudbase/models/update_sub_organization200_response.rb +2 -2
  637. data/lib/mudbase/models/update_user_account_status200_response.rb +2 -2
  638. data/lib/mudbase/models/update_user_account_status200_response_user.rb +2 -2
  639. data/lib/mudbase/models/update_user_account_status_request.rb +2 -2
  640. data/lib/mudbase/models/update_user_profile200_response.rb +2 -2
  641. data/lib/mudbase/models/update_user_request.rb +2 -2
  642. data/lib/mudbase/models/upload_files413_response.rb +2 -2
  643. data/lib/mudbase/models/upload_project_logo200_response.rb +2 -2
  644. data/lib/mudbase/models/upload_verification_documents_request.rb +2 -2
  645. data/lib/mudbase/models/upload_verification_documents_request_documents_inner.rb +2 -2
  646. data/lib/mudbase/models/upsert_project_email_template_request.rb +2 -2
  647. data/lib/mudbase/models/usage.rb +2 -2
  648. data/lib/mudbase/models/usage_response.rb +2 -2
  649. data/lib/mudbase/models/usage_stats_response.rb +2 -2
  650. data/lib/mudbase/models/usage_stats_response_percentages.rb +2 -2
  651. data/lib/mudbase/models/usage_trends_response.rb +2 -2
  652. data/lib/mudbase/models/usage_trends_response_trends_inner.rb +2 -2
  653. data/lib/mudbase/models/usage_trends_response_trends_inner_id.rb +2 -2
  654. data/lib/mudbase/models/user.rb +2 -2
  655. data/lib/mudbase/models/user_summary.rb +2 -2
  656. data/lib/mudbase/models/validate_password_reset_token200_response.rb +2 -2
  657. data/lib/mudbase/models/validate_password_reset_token400_response.rb +2 -2
  658. data/lib/mudbase/models/validate_password_reset_token_request.rb +2 -2
  659. data/lib/mudbase/models/verified_role_upgrade200_response.rb +2 -2
  660. data/lib/mudbase/models/verified_role_upgrade_request.rb +2 -2
  661. data/lib/mudbase/models/verify2_fa_request.rb +2 -2
  662. data/lib/mudbase/models/verify_email_auth_request.rb +2 -2
  663. data/lib/mudbase/models/verify_magic_link_request.rb +2 -2
  664. data/lib/mudbase/models/verify_org_plan_payment200_response.rb +2 -2
  665. data/lib/mudbase/models/verify_org_plan_payment200_response_data.rb +2 -2
  666. data/lib/mudbase/models/verify_payment200_response.rb +2 -2
  667. data/lib/mudbase/models/verify_payment200_response_data.rb +2 -2
  668. data/lib/mudbase/models/verify_payment200_response_data_subscription.rb +2 -2
  669. data/lib/mudbase/models/verify_project_email_smtp_domain_request.rb +2 -2
  670. data/lib/mudbase/models/{get_all_fees200_response_data.rb → web_push_config_patch_request.rb} +26 -28
  671. data/lib/mudbase/models/{get_balance200_response.rb → web_push_config_response.rb} +6 -6
  672. data/lib/mudbase/models/{generate_private_key200_response_data.rb → web_push_config_response_data.rb} +41 -24
  673. data/lib/mudbase/models/{test_wallet_webhook200_response.rb → web_push_public_key_response.rb} +6 -6
  674. data/lib/mudbase/models/{update_wallet_fee_config200_response_data.rb → web_push_public_key_response_data.rb} +14 -12
  675. data/lib/mudbase/models/{update_non_custodial_address_request.rb → web_push_subscribe_request.rb} +39 -32
  676. data/lib/mudbase/models/{create_wallet201_response.rb → web_push_subscribe_response.rb} +6 -6
  677. data/lib/mudbase/models/{withdraw200_response.rb → web_push_subscribe_response_data.rb} +25 -24
  678. data/lib/mudbase/models/{get_balance200_response_data.rb → web_push_subscription.rb} +54 -45
  679. data/lib/mudbase/models/{test_wallet_webhook_request.rb → web_push_subscription_keys.rb} +46 -45
  680. data/lib/mudbase/models/{get_wallet_webhook_logs200_response.rb → web_push_subscription_list_response.rb} +6 -6
  681. data/lib/mudbase/models/{create_wallet201_response_data.rb → web_push_subscription_summary.rb} +43 -42
  682. data/lib/mudbase/models/{get_transaction200_response.rb → web_push_unsubscribe_request.rb} +30 -21
  683. data/lib/mudbase/models/web_push_unsubscribe_response.rb +156 -0
  684. data/lib/mudbase/models/{update_wallet_webhook200_response.rb → web_push_unsubscribe_response_data.rb} +13 -21
  685. data/lib/mudbase/models/webhook_list_response.rb +2 -2
  686. data/lib/mudbase/models/webhook_log.rb +2 -2
  687. data/lib/mudbase/models/webhook_log_response.rb +2 -2
  688. data/lib/mudbase/models/webhook_stats_response.rb +2 -2
  689. data/lib/mudbase/models/webhook_stats_response_event_stats_inner.rb +2 -2
  690. data/lib/mudbase/models/webhook_stats_response_status_stats_inner.rb +2 -2
  691. data/lib/mudbase/version.rb +3 -3
  692. data/lib/mudbase.rb +35 -88
  693. data/mudbase.gemspec +2 -2
  694. data/spec/api/add_ons_api_spec.rb +2 -2
  695. data/spec/api/api_keys_api_spec.rb +2 -2
  696. data/spec/api/authentication_api_spec.rb +2 -2
  697. data/spec/api/backups_api_spec.rb +2 -2
  698. data/spec/api/billing_api_spec.rb +3 -15
  699. data/spec/api/buckets_api_spec.rb +2 -2
  700. data/spec/api/chat_api_spec.rb +2 -2
  701. data/spec/api/collections_api_spec.rb +2 -2
  702. data/spec/api/compliance_api_spec.rb +2 -2
  703. data/spec/api/data_api_spec.rb +2 -2
  704. data/spec/api/email_api_spec.rb +2 -2
  705. data/spec/api/files_api_spec.rb +7 -7
  706. data/spec/api/functions_api_spec.rb +5 -5
  707. data/spec/api/health_api_spec.rb +2 -2
  708. data/spec/api/integrations_api_spec.rb +4 -4
  709. data/spec/api/kyc_api_spec.rb +2 -2
  710. data/spec/api/mcp_api_spec.rb +2 -2
  711. data/spec/api/messaging_api_spec.rb +121 -8
  712. data/spec/api/monitoring_api_spec.rb +2 -13
  713. data/spec/api/multi_role_feature_api_spec.rb +2 -2
  714. data/spec/api/organizations_api_spec.rb +4 -4
  715. data/spec/api/project_fees_api_spec.rb +3 -3
  716. data/spec/api/projects_api_spec.rb +2 -2
  717. data/spec/api/real_time_analytics_api_spec.rb +2 -2
  718. data/spec/api/role_elevation_api_spec.rb +2 -2
  719. data/spec/api/roles_api_spec.rb +2 -2
  720. data/spec/api/search_api_spec.rb +2 -2
  721. data/spec/api/usage_api_spec.rb +2 -2
  722. data/spec/api/users_api_spec.rb +2 -2
  723. data/spec/api/verified_role_upgrade_api_spec.rb +2 -2
  724. data/spec/api/webhooks_api_spec.rb +2 -2
  725. data/spec/models/accept_invite201_response_spec.rb +2 -2
  726. data/spec/models/accept_invite201_response_user_spec.rb +2 -2
  727. data/spec/models/accept_invite_request_spec.rb +2 -2
  728. data/spec/models/add_custom_role_request_default_permissions_inner_spec.rb +2 -2
  729. data/spec/models/add_custom_role_request_spec.rb +2 -2
  730. data/spec/models/add_org_domain_request_spec.rb +2 -2
  731. data/spec/models/add_participant200_response_data_participants_inner_spec.rb +2 -2
  732. data/spec/models/add_participant200_response_data_spec.rb +2 -2
  733. data/spec/models/add_participant200_response_spec.rb +2 -2
  734. data/spec/models/add_participant_request_spec.rb +2 -2
  735. data/spec/models/add_reaction200_response_data_inner_spec.rb +2 -2
  736. data/spec/models/add_reaction200_response_spec.rb +2 -2
  737. data/spec/models/add_reaction_request_spec.rb +2 -2
  738. data/spec/models/admin_approve_org_domain_cname_request_spec.rb +2 -2
  739. data/spec/models/admin_billing_checkout_link_request_spec.rb +2 -2
  740. data/spec/models/admin_custom_domain_mutation_response_spec.rb +2 -2
  741. data/spec/models/admin_member_role_patch_request_spec.rb +2 -2
  742. data/spec/models/admin_org_billing_contract_patch_request_spec.rb +2 -2
  743. data/spec/models/admin_org_limits_patch_request_bug_analysis_spec.rb +2 -2
  744. data/spec/models/admin_org_limits_patch_request_spec.rb +2 -14
  745. data/spec/models/admin_org_plan_patch_request_spec.rb +2 -2
  746. data/spec/models/admin_org_status_patch_request_spec.rb +2 -2
  747. data/spec/models/admin_platform_dns_verification_patch_request_spec.rb +2 -2
  748. data/spec/models/admin_project_patch_request_spec.rb +2 -2
  749. data/spec/models/admin_provision_enterprise_body_spec.rb +2 -2
  750. data/spec/models/api_addons_get200_response_spec.rb +2 -2
  751. data/spec/models/api_files_download_file_id_get200_response_spec.rb +2 -2
  752. data/spec/models/api_gdpr_erase_post_request_spec.rb +2 -2
  753. data/spec/models/api_key_permission_spec.rb +2 -2
  754. data/spec/models/api_key_spec.rb +2 -2
  755. data/spec/models/api_key_usage_response_spec.rb +2 -2
  756. data/spec/models/api_key_usage_spec.rb +2 -2
  757. data/spec/models/api_key_with_secret_spec.rb +2 -2
  758. data/spec/models/api_kyc_sessions_post_request_spec.rb +2 -2
  759. data/spec/models/api_kyc_webhook_config_get200_response_spec.rb +2 -2
  760. data/spec/models/api_kyc_webhook_config_put200_response_spec.rb +2 -2
  761. data/spec/models/api_kyc_webhook_config_put_request_spec.rb +2 -2
  762. data/spec/models/api_kyc_webhook_config_test_post200_response_spec.rb +2 -2
  763. data/spec/models/api_kyc_workflows_get200_response_spec.rb +2 -2
  764. data/spec/models/api_kyc_workflows_get200_response_workflows_inner_spec.rb +2 -2
  765. data/spec/models/api_me_bootstrap_get200_response_spec.rb +2 -2
  766. data/spec/models/api_projects_project_id_addons_addon_invoke_post200_response_spec.rb +2 -2
  767. data/spec/models/api_projects_project_id_kyb_sessions_post_request_spec.rb +2 -2
  768. data/spec/models/apply_role_feature_preset200_response_spec.rb +2 -2
  769. data/spec/models/apply_role_feature_preset_request_spec.rb +2 -2
  770. data/spec/models/approve_role_elevation200_response_spec.rb +2 -2
  771. data/spec/models/approve_role_elevation_request_spec.rb +2 -2
  772. data/spec/models/assign_role200_response_spec.rb +2 -2
  773. data/spec/models/assign_role_request_spec.rb +2 -2
  774. data/spec/models/auth_config_spec.rb +2 -2
  775. data/spec/models/auth_provider_spec.rb +2 -2
  776. data/spec/models/auth_response_spec.rb +2 -2
  777. data/spec/models/billing_last_payment_spec.rb +2 -2
  778. data/spec/models/billing_spec.rb +2 -2
  779. data/spec/models/bucket_list_response_spec.rb +2 -2
  780. data/spec/models/bucket_response_spec.rb +2 -2
  781. data/spec/models/bucket_spec.rb +2 -2
  782. data/spec/models/cancel_subscription_request_spec.rb +2 -2
  783. data/spec/models/change_password_request_spec.rb +2 -2
  784. data/spec/models/check_feature_access200_response_spec.rb +2 -2
  785. data/spec/models/check_permissions200_response_permissions_spec.rb +2 -2
  786. data/spec/models/check_permissions200_response_spec.rb +2 -2
  787. data/spec/models/check_subscription200_response_spec.rb +2 -2
  788. data/spec/models/check_subscription200_response_subscription_spec.rb +2 -2
  789. data/spec/models/check_user_presence200_response_presence_value_spec.rb +2 -2
  790. data/spec/models/check_user_presence200_response_spec.rb +2 -2
  791. data/spec/models/check_user_presence_request_spec.rb +2 -2
  792. data/spec/models/collection_action_spec.rb +2 -2
  793. data/spec/models/collection_permission_rule_spec.rb +2 -2
  794. data/spec/models/collection_spec.rb +2 -2
  795. data/spec/models/configure_o_auth_provider200_response_provider_spec.rb +2 -2
  796. data/spec/models/configure_o_auth_provider200_response_spec.rb +2 -2
  797. data/spec/models/configure_o_auth_provider_request_spec.rb +2 -2
  798. data/spec/models/configure_webhook200_response_data_spec.rb +2 -2
  799. data/spec/models/configure_webhook200_response_data_transformations_inner_spec.rb +2 -2
  800. data/spec/models/configure_webhook200_response_spec.rb +2 -2
  801. data/spec/models/configure_webhook403_response_spec.rb +2 -2
  802. data/spec/models/configure_webhook_request_spec.rb +2 -2
  803. data/spec/models/confirm_address_verification200_response_spec.rb +2 -2
  804. data/spec/models/confirm_address_verification_request_spec.rb +2 -2
  805. data/spec/models/confirm_direct_upload400_response_spec.rb +2 -2
  806. data/spec/models/confirm_direct_upload_request_spec.rb +2 -2
  807. data/spec/models/confirm_local_password_reset_with_otp_request_spec.rb +2 -2
  808. data/spec/models/confirm_upload_response_scan_spec.rb +2 -2
  809. data/spec/models/confirm_upload_response_spec.rb +2 -2
  810. data/spec/models/convert_anonymous_account200_response_spec.rb +2 -2
  811. data/spec/models/convert_anonymous_account_request_spec.rb +2 -2
  812. data/spec/models/create_anonymous_session200_response_spec.rb +2 -2
  813. data/spec/models/create_anonymous_session200_response_user_spec.rb +2 -2
  814. data/spec/models/create_anonymous_session_request_spec.rb +2 -2
  815. data/spec/models/create_api_key201_response_spec.rb +2 -2
  816. data/spec/models/create_api_key400_response_spec.rb +2 -2
  817. data/spec/models/create_api_key_request_spec.rb +2 -2
  818. data/spec/models/create_backup201_response_backup_spec.rb +2 -2
  819. data/spec/models/create_backup201_response_spec.rb +2 -2
  820. data/spec/models/create_backup_request_spec.rb +2 -2
  821. data/spec/models/create_bucket_request_spec.rb +2 -2
  822. data/spec/models/create_chat201_response_data_spec.rb +2 -2
  823. data/spec/models/create_chat201_response_spec.rb +2 -2
  824. data/spec/models/create_chat_request_spec.rb +2 -2
  825. data/spec/models/create_checkout_session200_response_data_spec.rb +2 -2
  826. data/spec/models/create_checkout_session200_response_spec.rb +2 -2
  827. data/spec/models/create_checkout_session_request_customer_info_spec.rb +2 -2
  828. data/spec/models/create_checkout_session_request_spec.rb +2 -2
  829. data/spec/models/create_collection201_response_spec.rb +2 -2
  830. data/spec/models/create_collection_request_spec.rb +2 -2
  831. data/spec/models/create_from_template_request_spec.rb +2 -2
  832. data/spec/models/create_function_request_spec.rb +2 -2
  833. data/spec/models/create_integration201_response_spec.rb +2 -2
  834. data/spec/models/create_integration_request_spec.rb +2 -2
  835. data/spec/models/create_monitoring_alert_request_spec.rb +2 -2
  836. data/spec/models/create_or_update_fee_settings_request_spec.rb +2 -2
  837. data/spec/models/create_organization403_response_spec.rb +2 -2
  838. data/spec/models/create_organization_request_spec.rb +2 -2
  839. data/spec/models/create_plan201_response_spec.rb +2 -2
  840. data/spec/models/create_plan_request_features_inner_one_of_spec.rb +2 -2
  841. data/spec/models/create_plan_request_features_inner_spec.rb +2 -2
  842. data/spec/models/create_plan_request_limits_custom_limits_inner_spec.rb +2 -2
  843. data/spec/models/create_plan_request_limits_spec.rb +2 -2
  844. data/spec/models/create_plan_request_spec.rb +2 -2
  845. data/spec/models/create_plan_request_trial_spec.rb +2 -2
  846. data/spec/models/create_project201_response_spec.rb +2 -2
  847. data/spec/models/create_project_request_spec.rb +2 -2
  848. data/spec/models/create_role201_response_role_permissions_inner_spec.rb +2 -2
  849. data/spec/models/create_role201_response_role_spec.rb +2 -2
  850. data/spec/models/create_role201_response_spec.rb +2 -2
  851. data/spec/models/create_role_request_collection_permissions_value_spec.rb +2 -2
  852. data/spec/models/create_role_request_permissions_inner_spec.rb +2 -2
  853. data/spec/models/create_role_request_spec.rb +2 -2
  854. data/spec/models/dashboard_activity_item_spec.rb +2 -2
  855. data/spec/models/dashboard_overview_data_active_users_spec.rb +2 -2
  856. data/spec/models/dashboard_overview_data_latency_instance_rollup_spec.rb +2 -2
  857. data/spec/models/dashboard_overview_data_latency_spec.rb +2 -2
  858. data/spec/models/dashboard_overview_data_latency_top_routes_by_impact_hint_inner_spec.rb +2 -2
  859. data/spec/models/dashboard_overview_data_project_spec.rb +2 -2
  860. data/spec/models/dashboard_overview_data_request_volume14d_inner_spec.rb +2 -2
  861. data/spec/models/dashboard_overview_data_requests_spec.rb +2 -2
  862. data/spec/models/dashboard_overview_data_spec.rb +2 -2
  863. data/spec/models/dashboard_overview_data_uptime_spec.rb +2 -2
  864. data/spec/models/data_list_response_data_inner_spec.rb +2 -2
  865. data/spec/models/data_list_response_spec.rb +2 -2
  866. data/spec/models/data_response_spec.rb +2 -2
  867. data/spec/models/database_config_spec.rb +2 -2
  868. data/spec/models/delete_backup200_response_spec.rb +2 -2
  869. data/spec/models/delete_function200_response_spec.rb +2 -2
  870. data/spec/models/delete_organization200_response_spec.rb +2 -2
  871. data/spec/models/delete_role200_response_spec.rb +2 -2
  872. data/spec/models/delete_sub_organization200_response_spec.rb +2 -2
  873. data/spec/models/{get_balance200_response_spec.rb → device_list_response_spec.rb} +8 -8
  874. data/spec/models/{wallet_webhook_filters_spec.rb → device_register_request_spec.rb} +12 -12
  875. data/spec/models/{get_cancel_params_request_spec.rb → device_registered_response_data_spec.rb} +15 -15
  876. data/spec/models/{create_wallet201_response_spec.rb → device_registered_response_spec.rb} +8 -8
  877. data/spec/models/{wallet_webhook_stats_spec.rb → device_token_spec.rb} +16 -12
  878. data/spec/models/{handle_flutterwave_webhook200_response_spec.rb → device_unregister_request_spec.rb} +9 -9
  879. data/spec/models/device_unregistered_response_data_spec.rb +36 -0
  880. data/spec/models/{get_cancel_params200_response_spec.rb → device_unregistered_response_spec.rb} +8 -8
  881. data/spec/models/disable2_fa_request_spec.rb +2 -2
  882. data/spec/models/download_bucket_file403_response_spec.rb +2 -2
  883. data/spec/models/download_bucket_file404_response_spec.rb +2 -2
  884. data/spec/models/download_invoice200_response_spec.rb +2 -2
  885. data/spec/models/edit_message200_response_data_spec.rb +2 -2
  886. data/spec/models/edit_message200_response_spec.rb +2 -2
  887. data/spec/models/edit_message_request_e2ee_spec.rb +2 -2
  888. data/spec/models/edit_message_request_spec.rb +2 -2
  889. data/spec/models/email_request_spec.rb +2 -2
  890. data/spec/models/email_request_to_spec.rb +2 -2
  891. data/spec/models/email_template_catalog_item_spec.rb +2 -2
  892. data/spec/models/email_template_resolved_spec.rb +2 -2
  893. data/spec/models/enable_payment_processing200_response_data_spec.rb +2 -2
  894. data/spec/models/enable_payment_processing200_response_spec.rb +2 -2
  895. data/spec/models/enable_payment_processing_request_spec.rb +2 -2
  896. data/spec/models/enqueue_project_email202_response_spec.rb +2 -2
  897. data/spec/models/erase_user_data200_response_data_spec.rb +2 -2
  898. data/spec/models/erase_user_data200_response_spec.rb +2 -2
  899. data/spec/models/erase_user_data409_response_spec.rb +2 -2
  900. data/spec/models/erase_user_data_request_spec.rb +2 -2
  901. data/spec/models/error_details_spec.rb +2 -2
  902. data/spec/models/error_spec.rb +2 -2
  903. data/spec/models/execute_function_request_spec.rb +2 -2
  904. data/spec/models/execute_integration_request_spec.rb +2 -2
  905. data/spec/models/export_user_data200_response_spec.rb +2 -2
  906. data/spec/models/feature_not_allowed_error_spec.rb +2 -2
  907. data/spec/models/field_default_spec.rb +2 -2
  908. data/spec/models/field_spec.rb +2 -2
  909. data/spec/models/file_list_response_spec.rb +2 -2
  910. data/spec/models/file_metadata_spec.rb +2 -2
  911. data/spec/models/file_response_spec.rb +2 -2
  912. data/spec/models/file_upload_response_spec.rb +2 -2
  913. data/spec/models/function_execution_response_data_spec.rb +2 -2
  914. data/spec/models/function_execution_response_spec.rb +2 -2
  915. data/spec/models/function_execution_spec.rb +2 -2
  916. data/spec/models/function_execution_status_response_data_logs_spec.rb +2 -2
  917. data/spec/models/function_execution_status_response_data_spec.rb +2 -2
  918. data/spec/models/function_execution_status_response_spec.rb +2 -2
  919. data/spec/models/function_list_response_data_spec.rb +2 -2
  920. data/spec/models/function_list_response_spec.rb +2 -2
  921. data/spec/models/function_logs_response_data_spec.rb +2 -2
  922. data/spec/models/function_logs_response_spec.rb +2 -2
  923. data/spec/models/function_response_spec.rb +2 -2
  924. data/spec/models/function_spec.rb +2 -2
  925. data/spec/models/function_stats_spec.rb +2 -2
  926. data/spec/models/function_trigger_spec.rb +3 -3
  927. data/spec/models/generate_access_review200_response_report_spec.rb +2 -2
  928. data/spec/models/generate_access_review200_response_spec.rb +2 -2
  929. data/spec/models/generate_access_review_request_review_period_spec.rb +2 -2
  930. data/spec/models/generate_access_review_request_spec.rb +2 -2
  931. data/spec/models/generate_data_processing_record200_response_record_spec.rb +2 -2
  932. data/spec/models/generate_data_processing_record200_response_spec.rb +2 -2
  933. data/spec/models/generate_data_processing_record_request_spec.rb +2 -2
  934. data/spec/models/generate_presigned_upload_request_spec.rb +2 -2
  935. data/spec/models/generate_signed_url_request_spec.rb +2 -2
  936. data/spec/models/get_active_users200_response_spec.rb +2 -2
  937. data/spec/models/get_active_users200_response_users_inner_spec.rb +2 -2
  938. data/spec/models/get_available_o_auth_providers200_response_providers_inner_spec.rb +2 -2
  939. data/spec/models/get_available_o_auth_providers200_response_spec.rb +2 -2
  940. data/spec/models/get_available_roles200_response_data_inner_spec.rb +2 -2
  941. data/spec/models/get_available_roles200_response_spec.rb +2 -2
  942. data/spec/models/get_billing_estimate200_response_line_items_inner_spec.rb +2 -2
  943. data/spec/models/get_billing_estimate200_response_spec.rb +2 -2
  944. data/spec/models/get_billing_estimate200_response_spend_limits_spec.rb +2 -2
  945. data/spec/models/get_chat_details200_response_data_participants_inner_spec.rb +2 -2
  946. data/spec/models/get_chat_details200_response_data_spec.rb +2 -2
  947. data/spec/models/get_chat_details200_response_spec.rb +2 -2
  948. data/spec/models/get_chat_e2ee_participant_keys200_response_data_inner_spec.rb +2 -2
  949. data/spec/models/get_chat_e2ee_participant_keys200_response_spec.rb +2 -2
  950. data/spec/models/get_chat_messages200_response_data_messages_inner_sender_spec.rb +2 -2
  951. data/spec/models/get_chat_messages200_response_data_messages_inner_spec.rb +2 -2
  952. data/spec/models/get_chat_messages200_response_data_spec.rb +2 -2
  953. data/spec/models/get_chat_messages200_response_spec.rb +2 -2
  954. data/spec/models/get_compliance_summary200_response_compliance_gdpr_spec.rb +2 -2
  955. data/spec/models/get_compliance_summary200_response_compliance_security_spec.rb +2 -2
  956. data/spec/models/get_compliance_summary200_response_compliance_soc2_spec.rb +2 -2
  957. data/spec/models/get_compliance_summary200_response_compliance_spec.rb +2 -2
  958. data/spec/models/get_compliance_summary200_response_spec.rb +2 -2
  959. data/spec/models/get_currency_fee_balance200_response_data_spec.rb +2 -2
  960. data/spec/models/get_currency_fee_balance200_response_spec.rb +2 -2
  961. data/spec/models/get_current_user200_response_spec.rb +2 -2
  962. data/spec/models/get_dashboard200_response_spec.rb +2 -2
  963. data/spec/models/get_event_throughput200_response_spec.rb +2 -2
  964. data/spec/models/get_fee_balances200_response_data_inner_spec.rb +2 -2
  965. data/spec/models/get_fee_balances200_response_spec.rb +2 -2
  966. data/spec/models/get_fee_breakdown200_response_data_spec.rb +2 -2
  967. data/spec/models/get_fee_breakdown200_response_spec.rb +2 -2
  968. data/spec/models/get_function_versions200_response_data_spec.rb +2 -2
  969. data/spec/models/get_function_versions200_response_data_versions_inner_spec.rb +2 -2
  970. data/spec/models/get_function_versions200_response_spec.rb +2 -2
  971. data/spec/models/get_global_analytics200_response_spec.rb +2 -2
  972. data/spec/models/get_historical_analytics200_response_data_inner_spec.rb +2 -2
  973. data/spec/models/get_historical_analytics200_response_spec.rb +2 -2
  974. data/spec/models/get_integration200_response_integration_spec.rb +2 -2
  975. data/spec/models/get_integration200_response_spec.rb +2 -2
  976. data/spec/models/get_integrations200_response_integrations_inner_spec.rb +2 -2
  977. data/spec/models/get_integrations200_response_spec.rb +2 -2
  978. data/spec/models/get_invoice200_response_invoice_spec.rb +2 -2
  979. data/spec/models/get_invoice200_response_spec.rb +2 -2
  980. data/spec/models/get_invoices200_response_invoices_inner_spec.rb +2 -2
  981. data/spec/models/get_invoices200_response_spec.rb +2 -2
  982. data/spec/models/get_local_session200_response_spec.rb +2 -2
  983. data/spec/models/get_multi_role_config200_response_data_spec.rb +2 -2
  984. data/spec/models/get_multi_role_config200_response_spec.rb +2 -2
  985. data/spec/models/get_o_auth_provider_config200_response_config_spec.rb +2 -2
  986. data/spec/models/get_o_auth_provider_config200_response_spec.rb +2 -2
  987. data/spec/models/get_org_o_auth_providers200_response_providers_inner_spec.rb +2 -2
  988. data/spec/models/get_org_o_auth_providers200_response_spec.rb +2 -2
  989. data/spec/models/get_organization_members200_response_spec.rb +2 -2
  990. data/spec/models/get_organization_usage200_response_all_of_suborgs_inner_spec.rb +2 -2
  991. data/spec/models/get_organization_usage200_response_spec.rb +2 -2
  992. data/spec/models/get_organization_users200_response_spec.rb +2 -2
  993. data/spec/models/get_organization_users200_response_users_inner_project_spec.rb +2 -2
  994. data/spec/models/get_organization_users200_response_users_inner_spec.rb +2 -2
  995. data/spec/models/get_overage200_response_overage_inner_spec.rb +2 -2
  996. data/spec/models/get_overage200_response_spec.rb +2 -2
  997. data/spec/models/get_payment_records200_response_data_pagination_spec.rb +2 -2
  998. data/spec/models/get_payment_records200_response_data_records_inner_spec.rb +2 -2
  999. data/spec/models/get_payment_records200_response_data_spec.rb +2 -2
  1000. data/spec/models/get_payment_records200_response_spec.rb +2 -2
  1001. data/spec/models/get_payout_history200_response_data_inner_spec.rb +2 -2
  1002. data/spec/models/{get_transaction_history200_response_pagination_spec.rb → get_payout_history200_response_pagination_spec.rb} +8 -8
  1003. data/spec/models/get_payout_history200_response_spec.rb +2 -2
  1004. data/spec/models/get_pending_role_elevation_requests200_response_spec.rb +2 -2
  1005. data/spec/models/get_permissions_matrix200_response_data_spec.rb +2 -2
  1006. data/spec/models/get_permissions_matrix200_response_spec.rb +2 -2
  1007. data/spec/models/get_plans200_response_spec.rb +2 -2
  1008. data/spec/models/get_project_analytics200_response_spec.rb +2 -2
  1009. data/spec/models/get_project_captcha_config200_response_captcha_spec.rb +2 -2
  1010. data/spec/models/get_project_captcha_config200_response_spec.rb +2 -2
  1011. data/spec/models/get_project_email_analytics200_response_spec.rb +2 -2
  1012. data/spec/models/get_project_email_smtp200_response_spec.rb +2 -2
  1013. data/spec/models/get_project_email_template200_response_spec.rb +2 -2
  1014. data/spec/models/get_project_fcm_config200_response_data_spec.rb +2 -2
  1015. data/spec/models/get_project_fcm_config200_response_spec.rb +2 -2
  1016. data/spec/models/get_project_fee_dashboard200_response_data_balances_inner_spec.rb +2 -2
  1017. data/spec/models/get_project_fee_dashboard200_response_data_recent_payouts_inner_spec.rb +2 -2
  1018. data/spec/models/get_project_fee_dashboard200_response_data_spec.rb +2 -2
  1019. data/spec/models/get_project_fee_dashboard200_response_spec.rb +2 -2
  1020. data/spec/models/get_project_o_auth_providers200_response_providers_inner_spec.rb +2 -2
  1021. data/spec/models/get_project_o_auth_providers200_response_spec.rb +2 -2
  1022. data/spec/models/get_project_sms_byo200_response_spec.rb +2 -2
  1023. data/spec/models/get_project_users200_response_spec.rb +2 -2
  1024. data/spec/models/get_public_plans200_response_spec.rb +2 -2
  1025. data/spec/models/get_role200_response_spec.rb +2 -2
  1026. data/spec/models/get_role_elevation_status200_response_spec.rb +2 -2
  1027. data/spec/models/get_search_analytics200_response_spec.rb +2 -2
  1028. data/spec/models/get_search_analytics200_response_top_queries_inner_spec.rb +2 -2
  1029. data/spec/models/get_search_suggestions200_response_spec.rb +2 -2
  1030. data/spec/models/get_sub_organizations200_response_spec.rb +2 -2
  1031. data/spec/models/get_subscription_tier_by_id200_response_plan_spec.rb +2 -2
  1032. data/spec/models/get_subscription_tier_by_id200_response_spec.rb +2 -2
  1033. data/spec/models/get_subscription_tiers200_response_plans_inner_spec.rb +2 -2
  1034. data/spec/models/get_subscription_tiers200_response_spec.rb +2 -2
  1035. data/spec/models/get_subscriptions200_response_spec.rb +2 -2
  1036. data/spec/models/get_subscriptions200_response_subscriptions_inner_spec.rb +2 -2
  1037. data/spec/models/get_templates200_response_spec.rb +2 -2
  1038. data/spec/models/get_templates200_response_templates_inner_spec.rb +2 -2
  1039. data/spec/models/get_usage_stats200_response_spec.rb +2 -2
  1040. data/spec/models/get_usage_stats200_response_stats_spec.rb +2 -2
  1041. data/spec/models/get_usage_warnings200_response_spec.rb +2 -2
  1042. data/spec/models/get_usage_warnings200_response_warnings_inner_spec.rb +2 -2
  1043. data/spec/models/get_user_chats200_response_data_chats_inner_last_message_spec.rb +2 -2
  1044. data/spec/models/get_user_chats200_response_data_chats_inner_spec.rb +2 -2
  1045. data/spec/models/get_user_chats200_response_data_spec.rb +2 -2
  1046. data/spec/models/get_user_chats200_response_spec.rb +2 -2
  1047. data/spec/models/get_user_overview200_response_footprint_spec.rb +2 -2
  1048. data/spec/models/get_user_overview200_response_spec.rb +2 -2
  1049. data/spec/models/get_users_by_role200_response_spec.rb +2 -2
  1050. data/spec/models/get_webhook_config200_response_data_spec.rb +2 -2
  1051. data/spec/models/get_webhook_config200_response_data_transformations_inner_spec.rb +2 -2
  1052. data/spec/models/get_webhook_config200_response_spec.rb +2 -2
  1053. data/spec/models/get_webhook_config404_response_spec.rb +2 -2
  1054. data/spec/models/health_response_services_spec.rb +2 -2
  1055. data/spec/models/health_response_spec.rb +2 -2
  1056. data/spec/models/import_integration_request_spec.rb +2 -2
  1057. data/spec/models/initialize_org_plan_checkout200_response_data_spec.rb +2 -2
  1058. data/spec/models/initialize_org_plan_checkout200_response_spec.rb +2 -2
  1059. data/spec/models/initialize_org_plan_checkout_request_spec.rb +2 -2
  1060. data/spec/models/initialize_payment200_response_data_spec.rb +2 -2
  1061. data/spec/models/initialize_payment200_response_spec.rb +2 -2
  1062. data/spec/models/initialize_payment_for_project_request_spec.rb +2 -2
  1063. data/spec/models/initialize_payment_request_customer_spec.rb +2 -2
  1064. data/spec/models/initialize_payment_request_spec.rb +2 -2
  1065. data/spec/models/initiate_address_verification200_response_spec.rb +2 -2
  1066. data/spec/models/initiate_o_auth400_response_spec.rb +2 -2
  1067. data/spec/models/initiate_o_auth404_response_spec.rb +2 -2
  1068. data/spec/models/initiate_org_o_auth400_response_spec.rb +2 -2
  1069. data/spec/models/internal_custom_domain_addon_request_spec.rb +2 -2
  1070. data/spec/models/internal_domain_dns_recheck_batch_request_spec.rb +2 -2
  1071. data/spec/models/invite_member_request_spec.rb +2 -2
  1072. data/spec/models/invite_sub_organization_member200_response_spec.rb +2 -2
  1073. data/spec/models/invite_team_member200_response_spec.rb +2 -2
  1074. data/spec/models/limits_spec.rb +2 -2
  1075. data/spec/models/list_api_keys200_response_spec.rb +2 -2
  1076. data/spec/models/list_backups200_response_backups_inner_spec.rb +2 -2
  1077. data/spec/models/list_backups200_response_spec.rb +2 -2
  1078. data/spec/models/list_collections200_response_spec.rb +2 -2
  1079. data/spec/models/list_o_auth_providers200_response_providers_inner_spec.rb +2 -2
  1080. data/spec/models/list_o_auth_providers200_response_spec.rb +2 -2
  1081. data/spec/models/list_organizations200_response_spec.rb +2 -2
  1082. data/spec/models/list_project_email_templates200_response_spec.rb +2 -2
  1083. data/spec/models/list_projects200_response_spec.rb +2 -2
  1084. data/spec/models/list_roles200_response_spec.rb +2 -2
  1085. data/spec/models/log_security_event200_response_event_spec.rb +2 -2
  1086. data/spec/models/log_security_event200_response_spec.rb +2 -2
  1087. data/spec/models/log_security_event_request_details_spec.rb +2 -2
  1088. data/spec/models/log_security_event_request_spec.rb +2 -2
  1089. data/spec/models/login_local_user200_response_spec.rb +2 -2
  1090. data/spec/models/login_local_user200_response_user_spec.rb +2 -2
  1091. data/spec/models/login_local_user403_response_spec.rb +2 -2
  1092. data/spec/models/login_local_user_request_spec.rb +2 -2
  1093. data/spec/models/login_request_spec.rb +2 -2
  1094. data/spec/models/magic_link_request_spec.rb +2 -2
  1095. data/spec/models/mark_messages_as_read200_response_data_spec.rb +2 -2
  1096. data/spec/models/mark_messages_as_read200_response_spec.rb +2 -2
  1097. data/spec/models/mark_messages_as_read_request_spec.rb +2 -2
  1098. data/spec/models/mcp_config_get200_response_spec.rb +2 -2
  1099. data/spec/models/mcp_config_get200_response_tools_inner_spec.rb +2 -2
  1100. data/spec/models/message_history_response_data_spec.rb +2 -2
  1101. data/spec/models/message_history_response_spec.rb +2 -2
  1102. data/spec/models/message_response_spec.rb +2 -2
  1103. data/spec/models/message_sent_response_data_spec.rb +2 -2
  1104. data/spec/models/message_sent_response_spec.rb +2 -2
  1105. data/spec/models/message_spec.rb +2 -2
  1106. data/spec/models/message_stats_response_data_by_status_spec.rb +2 -2
  1107. data/spec/models/message_stats_response_data_by_type_spec.rb +2 -2
  1108. data/spec/models/message_stats_response_data_period_spec.rb +2 -2
  1109. data/spec/models/message_stats_response_data_spec.rb +2 -2
  1110. data/spec/models/message_stats_response_spec.rb +2 -2
  1111. data/spec/models/monitoring_analytics_response_spec.rb +2 -2
  1112. data/spec/models/monitoring_analytics_response_stats_inner_spec.rb +2 -2
  1113. data/spec/models/monitoring_analytics_response_totals_spec.rb +2 -2
  1114. data/spec/models/monitoring_logs_response_logs_inner_spec.rb +2 -2
  1115. data/spec/models/monitoring_logs_response_logs_inner_user_spec.rb +2 -2
  1116. data/spec/models/monitoring_logs_response_spec.rb +2 -2
  1117. data/spec/models/monitoring_performance_response_metrics_spec.rb +2 -2
  1118. data/spec/models/monitoring_performance_response_spec.rb +2 -2
  1119. data/spec/models/org_add_domain_response_spec.rb +2 -2
  1120. data/spec/models/org_custom_domain_platform_ready_request_spec.rb +2 -2
  1121. data/spec/models/org_dns_instructions_response_spec.rb +2 -2
  1122. data/spec/models/org_dns_record_spec.rb +2 -2
  1123. data/spec/models/org_domain_entry_org_console_spec.rb +3 -3
  1124. data/spec/models/org_domain_entry_with_dns_spec.rb +3 -3
  1125. data/spec/models/org_domains_list_response_spec.rb +2 -2
  1126. data/spec/models/{org_cloudflare_edge_hints_ownership_verification_spec.rb → org_edge_hints_ownership_verification_spec.rb} +8 -8
  1127. data/spec/models/{org_cloudflare_edge_hints_spec.rb → org_edge_hints_spec.rb} +8 -8
  1128. data/spec/models/org_o_auth_callback400_response_spec.rb +2 -2
  1129. data/spec/models/org_patch_domain_response_spec.rb +2 -2
  1130. data/spec/models/org_platform_dns_verification_customer_spec.rb +2 -2
  1131. data/spec/models/{org_cloudflare_ssl_validation_record_spec.rb → org_ssl_validation_record_spec.rb} +8 -8
  1132. data/spec/models/org_verify_custom_domain_dns_failure_response_spec.rb +2 -2
  1133. data/spec/models/org_verify_custom_domain_dns_success_response_spec.rb +3 -3
  1134. data/spec/models/organization_spec.rb +2 -2
  1135. data/spec/models/organization_summary_spec.rb +2 -2
  1136. data/spec/models/otp_send_request_spec.rb +2 -2
  1137. data/spec/models/otp_verify_request_spec.rb +2 -2
  1138. data/spec/models/pagination_spec.rb +2 -2
  1139. data/spec/models/patch_org_domain_request_spec.rb +2 -2
  1140. data/spec/models/patch_project_fcm_config_request_one_of1_spec.rb +2 -2
  1141. data/spec/models/patch_project_fcm_config_request_one_of_spec.rb +2 -2
  1142. data/spec/models/patch_project_fcm_config_request_spec.rb +2 -2
  1143. data/spec/models/permission_spec.rb +2 -2
  1144. data/spec/models/plan_spec.rb +2 -2
  1145. data/spec/models/presigned_post_response_spec.rb +2 -2
  1146. data/spec/models/preview_project_email_template_request_spec.rb +2 -2
  1147. data/spec/models/project_dashboard_overview_response_spec.rb +2 -2
  1148. data/spec/models/project_email_send_request_spec.rb +2 -2
  1149. data/spec/models/project_settings_spec.rb +2 -2
  1150. data/spec/models/project_sms_byo_patch_request_spec.rb +2 -2
  1151. data/spec/models/project_sms_byo_public_spec.rb +2 -2
  1152. data/spec/models/project_smtp_patch_request_spec.rb +2 -2
  1153. data/spec/models/project_smtp_settings_public_spec.rb +2 -2
  1154. data/spec/models/project_smtp_test_request_spec.rb +2 -2
  1155. data/spec/models/project_spec.rb +2 -2
  1156. data/spec/models/project_summary_spec.rb +2 -2
  1157. data/spec/models/project_usage_response_spec.rb +2 -2
  1158. data/spec/models/project_usage_spec.rb +2 -2
  1159. data/spec/models/project_usage_stats_response_project_spec.rb +2 -2
  1160. data/spec/models/project_usage_stats_response_spec.rb +2 -2
  1161. data/spec/models/project_usage_summary_response_spec.rb +2 -2
  1162. data/spec/models/provision_enterprise_request_spec.rb +2 -2
  1163. data/spec/models/push_notification_request_spec.rb +20 -2
  1164. data/spec/models/push_sent_response_data_channels_fcm_spec.rb +42 -0
  1165. data/spec/models/push_sent_response_data_channels_spec.rb +42 -0
  1166. data/spec/models/{get_all_fees200_response_data_spec.rb → push_sent_response_data_channels_web_push_spec.rb} +11 -11
  1167. data/spec/models/{estimate_non_custodial_gas_request_transaction_spec.rb → push_sent_response_data_spec.rb} +14 -14
  1168. data/spec/models/{get_transaction200_response_spec.rb → push_sent_response_spec.rb} +8 -8
  1169. data/spec/models/put_chat_e2ee_key200_response_data_spec.rb +2 -2
  1170. data/spec/models/put_chat_e2ee_key200_response_spec.rb +2 -2
  1171. data/spec/models/put_chat_e2ee_key_request_spec.rb +2 -2
  1172. data/spec/models/rate_limit_spec.rb +2 -2
  1173. data/spec/models/record_usage_request_spec.rb +2 -2
  1174. data/spec/models/refresh_token200_response_spec.rb +2 -2
  1175. data/spec/models/refresh_token400_response_spec.rb +2 -2
  1176. data/spec/models/refresh_token_request_spec.rb +2 -2
  1177. data/spec/models/regenerate_api_key200_response_spec.rb +2 -2
  1178. data/spec/models/register_local_user201_response_spec.rb +2 -2
  1179. data/spec/models/register_local_user201_response_user_spec.rb +2 -2
  1180. data/spec/models/register_local_user_request_spec.rb +2 -2
  1181. data/spec/models/register_request_spec.rb +2 -2
  1182. data/spec/models/register_user429_response_spec.rb +2 -2
  1183. data/spec/models/register_with_role201_response_role_spec.rb +2 -2
  1184. data/spec/models/register_with_role201_response_spec.rb +2 -2
  1185. data/spec/models/register_with_role201_response_user_spec.rb +2 -2
  1186. data/spec/models/register_with_role_request_spec.rb +2 -2
  1187. data/spec/models/remove_participant_request_spec.rb +2 -2
  1188. data/spec/models/remove_reaction200_response_data_inner_spec.rb +2 -2
  1189. data/spec/models/remove_reaction200_response_spec.rb +2 -2
  1190. data/spec/models/remove_team_member200_response_spec.rb +2 -2
  1191. data/spec/models/request_local_password_reset_request_spec.rb +2 -2
  1192. data/spec/models/request_manual_payout_request_spec.rb +2 -2
  1193. data/spec/models/request_password_reset_request_spec.rb +2 -2
  1194. data/spec/models/request_role_elevation200_response_spec.rb +2 -2
  1195. data/spec/models/request_role_elevation_request_spec.rb +2 -2
  1196. data/spec/models/resend_verification_auth_request_spec.rb +2 -2
  1197. data/spec/models/reset_local_password_request_spec.rb +2 -2
  1198. data/spec/models/reset_password_request_spec.rb +2 -2
  1199. data/spec/models/restore_backup200_response_restore_spec.rb +2 -2
  1200. data/spec/models/restore_backup200_response_spec.rb +2 -2
  1201. data/spec/models/restore_backup_request_spec.rb +2 -2
  1202. data/spec/models/retry_webhook400_response_spec.rb +2 -2
  1203. data/spec/models/retry_webhook_response_spec.rb +2 -2
  1204. data/spec/models/rollback_function_request_spec.rb +2 -2
  1205. data/spec/models/search_response_data_spec.rb +2 -2
  1206. data/spec/models/search_response_spec.rb +2 -2
  1207. data/spec/models/search_result_item_spec.rb +2 -2
  1208. data/spec/models/search_result_spec.rb +2 -2
  1209. data/spec/models/send_message201_response_data_spec.rb +2 -2
  1210. data/spec/models/send_message201_response_spec.rb +2 -2
  1211. data/spec/models/send_message_request_e2ee_spec.rb +2 -2
  1212. data/spec/models/send_message_request_spec.rb +2 -2
  1213. data/spec/models/send_push_notification429_response_spec.rb +2 -2
  1214. data/spec/models/session_response_spec.rb +2 -2
  1215. data/spec/models/set_org_primary_domain_request_spec.rb +2 -2
  1216. data/spec/models/signed_url_response_spec.rb +2 -2
  1217. data/spec/models/simulate_app_permissions200_response_evaluated_spec.rb +2 -2
  1218. data/spec/models/simulate_app_permissions200_response_spec.rb +2 -2
  1219. data/spec/models/simulate_app_permissions_request_spec.rb +2 -2
  1220. data/spec/models/simulate_function_trigger_request_spec.rb +2 -2
  1221. data/spec/models/sms_request_spec.rb +2 -2
  1222. data/spec/models/storage_config_spec.rb +2 -2
  1223. data/spec/models/system_status_response_data_cpu_spec.rb +2 -2
  1224. data/spec/models/system_status_response_data_database_spec.rb +2 -2
  1225. data/spec/models/system_status_response_data_memory_spec.rb +2 -2
  1226. data/spec/models/system_status_response_data_requests_spec.rb +2 -2
  1227. data/spec/models/system_status_response_data_spec.rb +2 -2
  1228. data/spec/models/system_status_response_data_storage_spec.rb +2 -2
  1229. data/spec/models/system_status_response_spec.rb +2 -2
  1230. data/spec/models/test_integration200_response_spec.rb +42 -0
  1231. data/spec/models/test_integration_request_spec.rb +2 -2
  1232. data/spec/models/test_webhook_transformation200_response_data_spec.rb +2 -2
  1233. data/spec/models/test_webhook_transformation200_response_spec.rb +2 -2
  1234. data/spec/models/test_webhook_transformation_request_spec.rb +2 -2
  1235. data/spec/models/toggle_role_request_spec.rb +2 -2
  1236. data/spec/models/trigger_function_webhook200_response_spec.rb +2 -2
  1237. data/spec/models/trigger_function_webhook400_response_spec.rb +2 -2
  1238. data/spec/models/trigger_function_webhook401_response_spec.rb +2 -2
  1239. data/spec/models/trigger_webhook_request_spec.rb +2 -2
  1240. data/spec/models/trigger_webhook_response_spec.rb +2 -2
  1241. data/spec/models/two_fa_setup_response_spec.rb +2 -2
  1242. data/spec/models/unlink_o_auth_provider200_response_spec.rb +2 -2
  1243. data/spec/models/update_api_key200_response_spec.rb +2 -2
  1244. data/spec/models/update_api_key_request_spec.rb +2 -2
  1245. data/spec/models/update_bucket_request_spec.rb +2 -2
  1246. data/spec/models/update_collection_permissions_request_spec.rb +2 -2
  1247. data/spec/models/update_collection_request_spec.rb +2 -2
  1248. data/spec/models/update_currency_fee_settings_request_spec.rb +2 -2
  1249. data/spec/models/update_function_request_limits_spec.rb +2 -2
  1250. data/spec/models/update_function_request_retry_policy_spec.rb +2 -2
  1251. data/spec/models/update_function_request_spec.rb +2 -2
  1252. data/spec/models/update_integration_request_spec.rb +2 -2
  1253. data/spec/models/update_member_role200_response_spec.rb +2 -2
  1254. data/spec/models/update_member_role_request_spec.rb +2 -2
  1255. data/spec/models/update_multi_role_settings200_response_spec.rb +2 -2
  1256. data/spec/models/update_multi_role_settings_request_settings_spec.rb +2 -2
  1257. data/spec/models/update_multi_role_settings_request_spec.rb +2 -2
  1258. data/spec/models/update_o_auth_provider_config_request_spec.rb +2 -2
  1259. data/spec/models/update_organization200_response_spec.rb +2 -2
  1260. data/spec/models/update_organization_plan200_response_one_of1_spec.rb +2 -2
  1261. data/spec/models/update_organization_plan200_response_one_of_spec.rb +2 -2
  1262. data/spec/models/update_organization_plan200_response_spec.rb +2 -2
  1263. data/spec/models/update_organization_plan_request_spec.rb +2 -2
  1264. data/spec/models/update_organization_request_spec.rb +2 -2
  1265. data/spec/models/update_plan_request_spec.rb +2 -2
  1266. data/spec/models/update_project_request_spec.rb +2 -2
  1267. data/spec/models/update_project_role_request_spec.rb +2 -2
  1268. data/spec/models/update_role200_response_spec.rb +2 -2
  1269. data/spec/models/update_role_request_spec.rb +2 -2
  1270. data/spec/models/update_sub_organization200_response_spec.rb +2 -2
  1271. data/spec/models/update_user_account_status200_response_spec.rb +2 -2
  1272. data/spec/models/update_user_account_status200_response_user_spec.rb +2 -2
  1273. data/spec/models/update_user_account_status_request_spec.rb +2 -2
  1274. data/spec/models/update_user_profile200_response_spec.rb +2 -2
  1275. data/spec/models/update_user_request_spec.rb +2 -2
  1276. data/spec/models/upload_files413_response_spec.rb +2 -2
  1277. data/spec/models/upload_project_logo200_response_spec.rb +2 -2
  1278. data/spec/models/upload_verification_documents_request_documents_inner_spec.rb +2 -2
  1279. data/spec/models/upload_verification_documents_request_spec.rb +2 -2
  1280. data/spec/models/upsert_project_email_template_request_spec.rb +2 -2
  1281. data/spec/models/usage_response_spec.rb +2 -2
  1282. data/spec/models/usage_spec.rb +2 -2
  1283. data/spec/models/usage_stats_response_percentages_spec.rb +2 -2
  1284. data/spec/models/usage_stats_response_spec.rb +2 -2
  1285. data/spec/models/usage_trends_response_spec.rb +2 -2
  1286. data/spec/models/usage_trends_response_trends_inner_id_spec.rb +2 -2
  1287. data/spec/models/usage_trends_response_trends_inner_spec.rb +2 -2
  1288. data/spec/models/user_spec.rb +2 -2
  1289. data/spec/models/user_summary_spec.rb +2 -2
  1290. data/spec/models/validate_password_reset_token200_response_spec.rb +2 -2
  1291. data/spec/models/validate_password_reset_token400_response_spec.rb +2 -2
  1292. data/spec/models/validate_password_reset_token_request_spec.rb +2 -2
  1293. data/spec/models/verified_role_upgrade200_response_spec.rb +2 -2
  1294. data/spec/models/verified_role_upgrade_request_spec.rb +2 -2
  1295. data/spec/models/verify2_fa_request_spec.rb +2 -2
  1296. data/spec/models/verify_email_auth_request_spec.rb +2 -2
  1297. data/spec/models/verify_magic_link_request_spec.rb +2 -2
  1298. data/spec/models/verify_org_plan_payment200_response_data_spec.rb +2 -2
  1299. data/spec/models/verify_org_plan_payment200_response_spec.rb +2 -2
  1300. data/spec/models/verify_payment200_response_data_spec.rb +2 -2
  1301. data/spec/models/verify_payment200_response_data_subscription_spec.rb +2 -2
  1302. data/spec/models/verify_payment200_response_spec.rb +2 -2
  1303. data/spec/models/verify_project_email_smtp_domain_request_spec.rb +2 -2
  1304. data/spec/models/{withdraw200_response_spec.rb → web_push_config_patch_request_spec.rb} +11 -11
  1305. data/spec/models/{get_balance200_response_data_spec.rb → web_push_config_response_data_spec.rb} +13 -13
  1306. data/spec/models/{get_all_fees200_response_spec.rb → web_push_config_response_spec.rb} +8 -8
  1307. data/spec/models/{update_wallet_fee_config_request_spec.rb → web_push_public_key_response_data_spec.rb} +9 -9
  1308. data/spec/models/web_push_public_key_response_spec.rb +42 -0
  1309. data/spec/models/{non_custodial_address_response_spec.rb → web_push_subscribe_request_spec.rb} +11 -11
  1310. data/spec/models/{list_wallet_webhooks200_response_spec.rb → web_push_subscribe_response_data_spec.rb} +11 -11
  1311. data/spec/models/web_push_subscribe_response_spec.rb +42 -0
  1312. data/spec/models/web_push_subscription_keys_spec.rb +42 -0
  1313. data/spec/models/{estimate_non_custodial_gas200_response_spec.rb → web_push_subscription_list_response_spec.rb} +8 -8
  1314. data/spec/models/web_push_subscription_spec.rb +42 -0
  1315. data/spec/models/{wallet_balance_spec.rb → web_push_subscription_summary_spec.rb} +15 -15
  1316. data/spec/models/web_push_unsubscribe_request_spec.rb +36 -0
  1317. data/spec/models/web_push_unsubscribe_response_data_spec.rb +36 -0
  1318. data/spec/models/web_push_unsubscribe_response_spec.rb +42 -0
  1319. data/spec/models/webhook_list_response_spec.rb +2 -2
  1320. data/spec/models/webhook_log_response_spec.rb +2 -2
  1321. data/spec/models/webhook_log_spec.rb +2 -2
  1322. data/spec/models/webhook_stats_response_event_stats_inner_spec.rb +2 -2
  1323. data/spec/models/webhook_stats_response_spec.rb +2 -2
  1324. data/spec/models/webhook_stats_response_status_stats_inner_spec.rb +2 -2
  1325. data/spec/spec_helper.rb +2 -2
  1326. metadata +683 -895
  1327. data/docs/BroadcastNonCustodialTransaction200Response.md +0 -22
  1328. data/docs/BroadcastNonCustodialTransaction200ResponseData.md +0 -24
  1329. data/docs/BroadcastNonCustodialTransactionRequest.md +0 -22
  1330. data/docs/CalculateWalletFee200Response.md +0 -20
  1331. data/docs/CalculateWalletFee200ResponseData.md +0 -48
  1332. data/docs/CalculateWalletFee200ResponseDataFeeTiersValue.md +0 -20
  1333. data/docs/CreateWallet201ResponseData.md +0 -30
  1334. data/docs/CreateWalletRequest.md +0 -26
  1335. data/docs/CreateWalletWebhook201Response.md +0 -22
  1336. data/docs/CreateWalletWebhookRequest.md +0 -26
  1337. data/docs/CreateWalletWebhookRequestFilters.md +0 -20
  1338. data/docs/EstimateNetworkFee200Response.md +0 -20
  1339. data/docs/EstimateNetworkFeeRequest.md +0 -22
  1340. data/docs/EstimateNonCustodialGas200Response.md +0 -20
  1341. data/docs/EstimateNonCustodialGas200ResponseData.md +0 -38
  1342. data/docs/EstimateNonCustodialGasRequest.md +0 -20
  1343. data/docs/EstimateNonCustodialGasRequestTransaction.md +0 -28
  1344. data/docs/GeneratePrivateKey200ResponseData.md +0 -24
  1345. data/docs/GeneratePrivateKeyRequest.md +0 -18
  1346. data/docs/GetAllFees200ResponseData.md +0 -22
  1347. data/docs/GetBalance200ResponseData.md +0 -26
  1348. data/docs/GetCancelParams200ResponseData.md +0 -36
  1349. data/docs/GetCancelParamsRequest.md +0 -22
  1350. data/docs/GetNetworkStatus200Response.md +0 -20
  1351. data/docs/GetNetworkStatus200ResponseDataValue.md +0 -24
  1352. data/docs/GetNonCustodialTransactionByHash200Response.md +0 -20
  1353. data/docs/GetNonCustodialTransactions200Response.md +0 -22
  1354. data/docs/GetScannerMetrics200Response.md +0 -22
  1355. data/docs/GetScannerMetrics200ResponseAlertsInner.md +0 -22
  1356. data/docs/GetScannerMetrics200ResponseMetricsValue.md +0 -24
  1357. data/docs/GetSpeedUpParams200Response.md +0 -20
  1358. data/docs/GetSpeedUpParams200ResponseData.md +0 -36
  1359. data/docs/GetSpeedUpParamsRequest.md +0 -22
  1360. data/docs/GetSupportedCurrencies200Response.md +0 -20
  1361. data/docs/GetSupportedCurrencies200ResponseData.md +0 -20
  1362. data/docs/GetSupportedCurrencies200ResponseDataCurrenciesInner.md +0 -24
  1363. data/docs/GetTransaction200Response.md +0 -20
  1364. data/docs/GetTransaction200ResponseData.md +0 -48
  1365. data/docs/GetTransactionHistory200Response.md +0 -22
  1366. data/docs/GetUserWallets200Response.md +0 -20
  1367. data/docs/GetWalletFeeConfig200Response.md +0 -20
  1368. data/docs/GetWalletFeeConfig200ResponseData.md +0 -20
  1369. data/docs/GetWalletPrivateKey200Response.md +0 -22
  1370. data/docs/GetWalletPrivateKey200ResponseData.md +0 -26
  1371. data/docs/GetWalletWebhookLogs200Response.md +0 -20
  1372. data/docs/HandleFlutterwaveWebhook200Response.md +0 -18
  1373. data/docs/HandleFlutterwaveWebhookRequest.md +0 -20
  1374. data/docs/HandleFlutterwaveWebhookRequestData.md +0 -32
  1375. data/docs/HandleFlutterwaveWebhookRequestDataCustomer.md +0 -20
  1376. data/docs/ListNonCustodialAddresses200Response.md +0 -22
  1377. data/docs/ListWalletWebhooks200Response.md +0 -22
  1378. data/docs/NonCustodialAddress.md +0 -40
  1379. data/docs/NonCustodialAddressResponse.md +0 -22
  1380. data/docs/RegisterNonCustodialAddressRequest.md +0 -26
  1381. data/docs/TestWalletWebhookRequest.md +0 -24
  1382. data/docs/UpdateNonCustodialAddress200Response.md +0 -22
  1383. data/docs/UpdateNonCustodialAddressRequest.md +0 -20
  1384. data/docs/UpdateWalletFeeConfig200Response.md +0 -22
  1385. data/docs/UpdateWalletFeeConfig200ResponseData.md +0 -20
  1386. data/docs/UpdateWalletFeeConfigRequest.md +0 -20
  1387. data/docs/UpdateWalletWebhookRequest.md +0 -24
  1388. data/docs/ValidateAddress200Response.md +0 -20
  1389. data/docs/ValidateAddress200ResponseData.md +0 -22
  1390. data/docs/ValidateAddressRequest.md +0 -20
  1391. data/docs/WalletApi.md +0 -2453
  1392. data/docs/WalletBalance.md +0 -30
  1393. data/docs/WalletTransaction.md +0 -60
  1394. data/docs/WalletTransactionTokenTransfersInner.md +0 -32
  1395. data/docs/WalletWebhook.md +0 -32
  1396. data/docs/WalletWebhookFilters.md +0 -20
  1397. data/docs/WalletWebhookStats.md +0 -24
  1398. data/docs/Withdraw200Response.md +0 -22
  1399. data/docs/Withdraw200ResponseData.md +0 -34
  1400. data/docs/WithdrawRequest.md +0 -24
  1401. data/lib/mudbase/api/wallet_api.rb +0 -2254
  1402. data/lib/mudbase/models/broadcast_non_custodial_transaction200_response.rb +0 -165
  1403. data/lib/mudbase/models/broadcast_non_custodial_transaction200_response_data.rb +0 -175
  1404. data/lib/mudbase/models/broadcast_non_custodial_transaction_request.rb +0 -243
  1405. data/lib/mudbase/models/calculate_wallet_fee200_response.rb +0 -156
  1406. data/lib/mudbase/models/calculate_wallet_fee200_response_data.rb +0 -332
  1407. data/lib/mudbase/models/calculate_wallet_fee200_response_data_fee_tiers_value.rb +0 -156
  1408. data/lib/mudbase/models/create_wallet_request.rb +0 -228
  1409. data/lib/mudbase/models/create_wallet_webhook_request.rb +0 -233
  1410. data/lib/mudbase/models/estimate_network_fee_request.rb +0 -247
  1411. data/lib/mudbase/models/estimate_non_custodial_gas200_response.rb +0 -156
  1412. data/lib/mudbase/models/estimate_non_custodial_gas200_response_data.rb +0 -248
  1413. data/lib/mudbase/models/estimate_non_custodial_gas_request.rb +0 -198
  1414. data/lib/mudbase/models/estimate_non_custodial_gas_request_transaction.rb +0 -216
  1415. data/lib/mudbase/models/get_cancel_params200_response_data.rb +0 -231
  1416. data/lib/mudbase/models/get_network_status200_response.rb +0 -158
  1417. data/lib/mudbase/models/get_network_status200_response_data_value.rb +0 -210
  1418. data/lib/mudbase/models/get_non_custodial_balance200_response.rb +0 -156
  1419. data/lib/mudbase/models/get_non_custodial_transaction_by_hash200_response.rb +0 -156
  1420. data/lib/mudbase/models/get_non_custodial_transactions200_response.rb +0 -167
  1421. data/lib/mudbase/models/get_scanner_metrics200_response.rb +0 -170
  1422. data/lib/mudbase/models/get_scanner_metrics200_response_alerts_inner.rb +0 -165
  1423. data/lib/mudbase/models/get_scanner_metrics200_response_metrics_value.rb +0 -178
  1424. data/lib/mudbase/models/get_speed_up_params200_response.rb +0 -156
  1425. data/lib/mudbase/models/get_speed_up_params200_response_data.rb +0 -229
  1426. data/lib/mudbase/models/get_speed_up_params_request.rb +0 -209
  1427. data/lib/mudbase/models/get_supported_currencies200_response.rb +0 -156
  1428. data/lib/mudbase/models/get_supported_currencies200_response_data.rb +0 -159
  1429. data/lib/mudbase/models/get_supported_currencies200_response_data_currencies_inner.rb +0 -181
  1430. data/lib/mudbase/models/get_transaction200_response_data.rb +0 -352
  1431. data/lib/mudbase/models/get_wallet_fee_config200_response.rb +0 -156
  1432. data/lib/mudbase/models/get_wallet_fee_config200_response_data.rb +0 -186
  1433. data/lib/mudbase/models/get_wallet_private_key200_response.rb +0 -165
  1434. data/lib/mudbase/models/get_wallet_private_key200_response_data.rb +0 -183
  1435. data/lib/mudbase/models/handle_flutterwave_webhook_request_data.rb +0 -211
  1436. data/lib/mudbase/models/handle_flutterwave_webhook_request_data_customer.rb +0 -156
  1437. data/lib/mudbase/models/list_non_custodial_addresses200_response.rb +0 -167
  1438. data/lib/mudbase/models/list_wallet_webhooks200_response.rb +0 -167
  1439. data/lib/mudbase/models/non_custodial_address.rb +0 -283
  1440. data/lib/mudbase/models/non_custodial_address_response.rb +0 -165
  1441. data/lib/mudbase/models/register_non_custodial_address_request.rb +0 -246
  1442. data/lib/mudbase/models/update_non_custodial_address200_response.rb +0 -165
  1443. data/lib/mudbase/models/update_wallet_fee_config200_response.rb +0 -165
  1444. data/lib/mudbase/models/update_wallet_fee_config_request.rb +0 -186
  1445. data/lib/mudbase/models/update_wallet_webhook_request.rb +0 -176
  1446. data/lib/mudbase/models/validate_address200_response_data.rb +0 -165
  1447. data/lib/mudbase/models/validate_address_request.rb +0 -214
  1448. data/lib/mudbase/models/wallet_balance.rb +0 -204
  1449. data/lib/mudbase/models/wallet_transaction.rb +0 -390
  1450. data/lib/mudbase/models/wallet_transaction_token_transfers_inner.rb +0 -212
  1451. data/lib/mudbase/models/wallet_webhook.rb +0 -234
  1452. data/lib/mudbase/models/wallet_webhook_filters.rb +0 -182
  1453. data/lib/mudbase/models/wallet_webhook_stats.rb +0 -175
  1454. data/lib/mudbase/models/withdraw200_response_data.rb +0 -256
  1455. data/lib/mudbase/models/withdraw_request.rb +0 -211
  1456. data/spec/api/wallet_api_spec.rb +0 -440
  1457. data/spec/models/broadcast_non_custodial_transaction200_response_data_spec.rb +0 -54
  1458. data/spec/models/broadcast_non_custodial_transaction200_response_spec.rb +0 -48
  1459. data/spec/models/broadcast_non_custodial_transaction_request_spec.rb +0 -52
  1460. data/spec/models/calculate_wallet_fee200_response_data_fee_tiers_value_spec.rb +0 -42
  1461. data/spec/models/calculate_wallet_fee200_response_data_spec.rb +0 -130
  1462. data/spec/models/calculate_wallet_fee200_response_spec.rb +0 -42
  1463. data/spec/models/create_wallet201_response_data_spec.rb +0 -72
  1464. data/spec/models/create_wallet_request_spec.rb +0 -64
  1465. data/spec/models/create_wallet_webhook201_response_spec.rb +0 -48
  1466. data/spec/models/create_wallet_webhook_request_filters_spec.rb +0 -46
  1467. data/spec/models/create_wallet_webhook_request_spec.rb +0 -64
  1468. data/spec/models/estimate_network_fee200_response_spec.rb +0 -42
  1469. data/spec/models/estimate_network_fee_request_spec.rb +0 -56
  1470. data/spec/models/estimate_non_custodial_gas200_response_data_spec.rb +0 -96
  1471. data/spec/models/estimate_non_custodial_gas_request_spec.rb +0 -46
  1472. data/spec/models/generate_private_key200_response_data_spec.rb +0 -54
  1473. data/spec/models/generate_private_key200_response_spec.rb +0 -42
  1474. data/spec/models/generate_private_key_request_spec.rb +0 -40
  1475. data/spec/models/get_cancel_params200_response_data_spec.rb +0 -90
  1476. data/spec/models/get_network_status200_response_data_value_spec.rb +0 -58
  1477. data/spec/models/get_network_status200_response_spec.rb +0 -42
  1478. data/spec/models/get_non_custodial_balance200_response_spec.rb +0 -42
  1479. data/spec/models/get_non_custodial_transaction_by_hash200_response_spec.rb +0 -42
  1480. data/spec/models/get_non_custodial_transactions200_response_spec.rb +0 -48
  1481. data/spec/models/get_scanner_metrics200_response_alerts_inner_spec.rb +0 -48
  1482. data/spec/models/get_scanner_metrics200_response_metrics_value_spec.rb +0 -54
  1483. data/spec/models/get_scanner_metrics200_response_spec.rb +0 -48
  1484. data/spec/models/get_speed_up_params200_response_data_spec.rb +0 -90
  1485. data/spec/models/get_speed_up_params200_response_spec.rb +0 -42
  1486. data/spec/models/get_speed_up_params_request_spec.rb +0 -52
  1487. data/spec/models/get_supported_currencies200_response_data_currencies_inner_spec.rb +0 -54
  1488. data/spec/models/get_supported_currencies200_response_data_spec.rb +0 -42
  1489. data/spec/models/get_supported_currencies200_response_spec.rb +0 -42
  1490. data/spec/models/get_transaction200_response_data_spec.rb +0 -142
  1491. data/spec/models/get_transaction_history200_response_spec.rb +0 -48
  1492. data/spec/models/get_user_wallets200_response_spec.rb +0 -42
  1493. data/spec/models/get_wallet_fee_config200_response_data_spec.rb +0 -42
  1494. data/spec/models/get_wallet_fee_config200_response_spec.rb +0 -42
  1495. data/spec/models/get_wallet_private_key200_response_data_spec.rb +0 -60
  1496. data/spec/models/get_wallet_private_key200_response_spec.rb +0 -48
  1497. data/spec/models/get_wallet_webhook_logs200_response_spec.rb +0 -42
  1498. data/spec/models/handle_flutterwave_webhook_request_data_customer_spec.rb +0 -42
  1499. data/spec/models/handle_flutterwave_webhook_request_data_spec.rb +0 -78
  1500. data/spec/models/handle_flutterwave_webhook_request_spec.rb +0 -42
  1501. data/spec/models/list_non_custodial_addresses200_response_spec.rb +0 -48
  1502. data/spec/models/non_custodial_address_spec.rb +0 -106
  1503. data/spec/models/register_non_custodial_address_request_spec.rb +0 -64
  1504. data/spec/models/test_wallet_webhook200_response_spec.rb +0 -42
  1505. data/spec/models/test_wallet_webhook_request_spec.rb +0 -54
  1506. data/spec/models/update_non_custodial_address200_response_spec.rb +0 -48
  1507. data/spec/models/update_non_custodial_address_request_spec.rb +0 -42
  1508. data/spec/models/update_wallet_fee_config200_response_data_spec.rb +0 -42
  1509. data/spec/models/update_wallet_fee_config200_response_spec.rb +0 -48
  1510. data/spec/models/update_wallet_webhook200_response_spec.rb +0 -42
  1511. data/spec/models/update_wallet_webhook_request_spec.rb +0 -54
  1512. data/spec/models/validate_address200_response_data_spec.rb +0 -48
  1513. data/spec/models/validate_address200_response_spec.rb +0 -42
  1514. data/spec/models/validate_address_request_spec.rb +0 -46
  1515. data/spec/models/wallet_transaction_spec.rb +0 -170
  1516. data/spec/models/wallet_transaction_token_transfers_inner_spec.rb +0 -78
  1517. data/spec/models/wallet_webhook_spec.rb +0 -82
  1518. data/spec/models/withdraw200_response_data_spec.rb +0 -88
  1519. data/spec/models/withdraw_request_spec.rb +0 -54
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -18,7 +18,7 @@ module Mudbase
18
18
  # Trigger type
19
19
  attr_accessor :type
20
20
 
21
- # Event name (e.g. create, update, delete for document; uploaded, deleted for file; tx, balance for wallet)
21
+ # Event name (e.g. create, update, delete for document; uploaded, deleted for file)
22
22
  attr_accessor :event
23
23
 
24
24
  # For cron - minutely, hourly, daily, weekly, or custom cron expression
@@ -163,7 +163,7 @@ module Mudbase
163
163
  def valid?
164
164
  warn '[DEPRECATED] the `valid?` method is obsolete'
165
165
  return false if @type.nil?
166
- type_validator = EnumAttributeValidator.new('String', ["http", "event", "document", "file", "webhook", "wallet", "cron", "messaging"])
166
+ type_validator = EnumAttributeValidator.new('String', ["http", "event", "document", "file", "webhook", "cron", "messaging"])
167
167
  return false unless type_validator.valid?(@type)
168
168
  method_validator = EnumAttributeValidator.new('String', ["GET", "POST", "PUT", "DELETE"])
169
169
  return false unless method_validator.valid?(@method)
@@ -173,7 +173,7 @@ module Mudbase
173
173
  # Custom attribute writer method checking allowed values (enum).
174
174
  # @param [Object] type Object to be assigned
175
175
  def type=(type)
176
- validator = EnumAttributeValidator.new('String', ["http", "event", "document", "file", "webhook", "wallet", "cron", "messaging"])
176
+ validator = EnumAttributeValidator.new('String', ["http", "event", "document", "file", "webhook", "cron", "messaging"])
177
177
  unless validator.valid?(type)
178
178
  fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
179
179
  end
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #MUDBASESDK
3
3
 
4
- #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API) - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: fiat only for project subscriptions and org BaaS checkout (platform fee split). On-chain billing is not exposed on these APIs (optional `crypto-payment-module/` in repo, not mounted by default). - 🏢 Enterprise / Phase 4: custom domains on Growth, Scale, and Enterprise (TXT DNS at `_mudbase-verify.<hostname>`); `settings.customDomainAddon` is optional (billing/legacy); dedicated DB migration script, periodic DNS recheck job, optional `infrastructureEnvironments[]` and edge/metering fields on `dedicated`.
5
5
 
6
- The version of the OpenAPI document: 1.3.10
6
+ The version of the OpenAPI document: 1.3.12
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0