mudbase 1.3.11 → 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 (1294) hide show
  1. checksums.yaml +4 -4
  2. data/docs/MessagingApi.md +466 -5
  3. data/docs/PushNotificationRequest.md +7 -1
  4. data/docs/PushSentResponse.md +20 -0
  5. data/docs/PushSentResponseData.md +28 -0
  6. data/docs/PushSentResponseDataChannels.md +20 -0
  7. data/docs/PushSentResponseDataChannelsFcm.md +20 -0
  8. data/docs/PushSentResponseDataChannelsWebPush.md +22 -0
  9. data/docs/WebPushConfigPatchRequest.md +22 -0
  10. data/docs/WebPushConfigResponse.md +20 -0
  11. data/docs/WebPushConfigResponseData.md +26 -0
  12. data/docs/WebPushPublicKeyResponse.md +20 -0
  13. data/docs/WebPushPublicKeyResponseData.md +20 -0
  14. data/docs/WebPushSubscribeRequest.md +22 -0
  15. data/docs/WebPushSubscribeResponse.md +20 -0
  16. data/docs/WebPushSubscribeResponseData.md +22 -0
  17. data/docs/WebPushSubscription.md +20 -0
  18. data/docs/WebPushSubscriptionKeys.md +20 -0
  19. data/docs/WebPushSubscriptionListResponse.md +20 -0
  20. data/docs/WebPushSubscriptionSummary.md +30 -0
  21. data/docs/WebPushUnsubscribeRequest.md +18 -0
  22. data/docs/WebPushUnsubscribeResponse.md +20 -0
  23. data/docs/WebPushUnsubscribeResponseData.md +18 -0
  24. data/lib/mudbase/api/add_ons_api.rb +1 -1
  25. data/lib/mudbase/api/api_keys_api.rb +1 -1
  26. data/lib/mudbase/api/authentication_api.rb +1 -1
  27. data/lib/mudbase/api/backups_api.rb +1 -1
  28. data/lib/mudbase/api/billing_api.rb +1 -1
  29. data/lib/mudbase/api/buckets_api.rb +1 -1
  30. data/lib/mudbase/api/chat_api.rb +1 -1
  31. data/lib/mudbase/api/collections_api.rb +1 -1
  32. data/lib/mudbase/api/compliance_api.rb +1 -1
  33. data/lib/mudbase/api/data_api.rb +1 -1
  34. data/lib/mudbase/api/email_api.rb +1 -1
  35. data/lib/mudbase/api/files_api.rb +1 -1
  36. data/lib/mudbase/api/functions_api.rb +1 -1
  37. data/lib/mudbase/api/health_api.rb +1 -1
  38. data/lib/mudbase/api/integrations_api.rb +1 -1
  39. data/lib/mudbase/api/kyc_api.rb +1 -1
  40. data/lib/mudbase/api/mcp_api.rb +1 -1
  41. data/lib/mudbase/api/messaging_api.rb +415 -4
  42. data/lib/mudbase/api/monitoring_api.rb +1 -1
  43. data/lib/mudbase/api/multi_role_feature_api.rb +1 -1
  44. data/lib/mudbase/api/organizations_api.rb +1 -1
  45. data/lib/mudbase/api/project_fees_api.rb +1 -1
  46. data/lib/mudbase/api/projects_api.rb +1 -1
  47. data/lib/mudbase/api/real_time_analytics_api.rb +1 -1
  48. data/lib/mudbase/api/role_elevation_api.rb +1 -1
  49. data/lib/mudbase/api/roles_api.rb +1 -1
  50. data/lib/mudbase/api/search_api.rb +1 -1
  51. data/lib/mudbase/api/usage_api.rb +1 -1
  52. data/lib/mudbase/api/users_api.rb +1 -1
  53. data/lib/mudbase/api/verified_role_upgrade_api.rb +1 -1
  54. data/lib/mudbase/api/webhooks_api.rb +1 -1
  55. data/lib/mudbase/api_client.rb +1 -1
  56. data/lib/mudbase/api_error.rb +1 -1
  57. data/lib/mudbase/api_model_base.rb +1 -1
  58. data/lib/mudbase/configuration.rb +1 -1
  59. data/lib/mudbase/models/accept_invite201_response.rb +1 -1
  60. data/lib/mudbase/models/accept_invite201_response_user.rb +1 -1
  61. data/lib/mudbase/models/accept_invite_request.rb +1 -1
  62. data/lib/mudbase/models/add_custom_role_request.rb +1 -1
  63. data/lib/mudbase/models/add_custom_role_request_default_permissions_inner.rb +1 -1
  64. data/lib/mudbase/models/add_org_domain_request.rb +1 -1
  65. data/lib/mudbase/models/add_participant200_response.rb +1 -1
  66. data/lib/mudbase/models/add_participant200_response_data.rb +1 -1
  67. data/lib/mudbase/models/add_participant200_response_data_participants_inner.rb +1 -1
  68. data/lib/mudbase/models/add_participant_request.rb +1 -1
  69. data/lib/mudbase/models/add_reaction200_response.rb +1 -1
  70. data/lib/mudbase/models/add_reaction200_response_data_inner.rb +1 -1
  71. data/lib/mudbase/models/add_reaction_request.rb +1 -1
  72. data/lib/mudbase/models/admin_approve_org_domain_cname_request.rb +1 -1
  73. data/lib/mudbase/models/admin_billing_checkout_link_request.rb +1 -1
  74. data/lib/mudbase/models/admin_custom_domain_mutation_response.rb +1 -1
  75. data/lib/mudbase/models/admin_member_role_patch_request.rb +1 -1
  76. data/lib/mudbase/models/admin_org_billing_contract_patch_request.rb +1 -1
  77. data/lib/mudbase/models/admin_org_limits_patch_request.rb +1 -1
  78. data/lib/mudbase/models/admin_org_limits_patch_request_bug_analysis.rb +1 -1
  79. data/lib/mudbase/models/admin_org_plan_patch_request.rb +1 -1
  80. data/lib/mudbase/models/admin_org_status_patch_request.rb +1 -1
  81. data/lib/mudbase/models/admin_platform_dns_verification_patch_request.rb +1 -1
  82. data/lib/mudbase/models/admin_project_patch_request.rb +1 -1
  83. data/lib/mudbase/models/admin_provision_enterprise_body.rb +1 -1
  84. data/lib/mudbase/models/api_addons_get200_response.rb +1 -1
  85. data/lib/mudbase/models/api_files_download_file_id_get200_response.rb +1 -1
  86. data/lib/mudbase/models/api_gdpr_erase_post_request.rb +1 -1
  87. data/lib/mudbase/models/api_key.rb +1 -1
  88. data/lib/mudbase/models/api_key_permission.rb +1 -1
  89. data/lib/mudbase/models/api_key_usage.rb +1 -1
  90. data/lib/mudbase/models/api_key_usage_response.rb +1 -1
  91. data/lib/mudbase/models/api_key_with_secret.rb +1 -1
  92. data/lib/mudbase/models/api_kyc_sessions_post_request.rb +1 -1
  93. data/lib/mudbase/models/api_kyc_webhook_config_get200_response.rb +1 -1
  94. data/lib/mudbase/models/api_kyc_webhook_config_put200_response.rb +1 -1
  95. data/lib/mudbase/models/api_kyc_webhook_config_put_request.rb +1 -1
  96. data/lib/mudbase/models/api_kyc_webhook_config_test_post200_response.rb +1 -1
  97. data/lib/mudbase/models/api_kyc_workflows_get200_response.rb +1 -1
  98. data/lib/mudbase/models/api_kyc_workflows_get200_response_workflows_inner.rb +1 -1
  99. data/lib/mudbase/models/api_me_bootstrap_get200_response.rb +1 -1
  100. data/lib/mudbase/models/api_projects_project_id_addons_addon_invoke_post200_response.rb +1 -1
  101. data/lib/mudbase/models/api_projects_project_id_kyb_sessions_post_request.rb +1 -1
  102. data/lib/mudbase/models/apply_role_feature_preset200_response.rb +1 -1
  103. data/lib/mudbase/models/apply_role_feature_preset_request.rb +1 -1
  104. data/lib/mudbase/models/approve_role_elevation200_response.rb +1 -1
  105. data/lib/mudbase/models/approve_role_elevation_request.rb +1 -1
  106. data/lib/mudbase/models/assign_role200_response.rb +1 -1
  107. data/lib/mudbase/models/assign_role_request.rb +1 -1
  108. data/lib/mudbase/models/auth_config.rb +1 -1
  109. data/lib/mudbase/models/auth_provider.rb +1 -1
  110. data/lib/mudbase/models/auth_response.rb +1 -1
  111. data/lib/mudbase/models/billing.rb +1 -1
  112. data/lib/mudbase/models/billing_last_payment.rb +1 -1
  113. data/lib/mudbase/models/bucket.rb +1 -1
  114. data/lib/mudbase/models/bucket_list_response.rb +1 -1
  115. data/lib/mudbase/models/bucket_response.rb +1 -1
  116. data/lib/mudbase/models/cancel_subscription_request.rb +1 -1
  117. data/lib/mudbase/models/change_password_request.rb +1 -1
  118. data/lib/mudbase/models/check_feature_access200_response.rb +1 -1
  119. data/lib/mudbase/models/check_permissions200_response.rb +1 -1
  120. data/lib/mudbase/models/check_permissions200_response_permissions.rb +1 -1
  121. data/lib/mudbase/models/check_subscription200_response.rb +1 -1
  122. data/lib/mudbase/models/check_subscription200_response_subscription.rb +1 -1
  123. data/lib/mudbase/models/check_user_presence200_response.rb +1 -1
  124. data/lib/mudbase/models/check_user_presence200_response_presence_value.rb +1 -1
  125. data/lib/mudbase/models/check_user_presence_request.rb +1 -1
  126. data/lib/mudbase/models/collection.rb +1 -1
  127. data/lib/mudbase/models/collection_action.rb +1 -1
  128. data/lib/mudbase/models/collection_permission_rule.rb +1 -1
  129. data/lib/mudbase/models/configure_o_auth_provider200_response.rb +1 -1
  130. data/lib/mudbase/models/configure_o_auth_provider200_response_provider.rb +1 -1
  131. data/lib/mudbase/models/configure_o_auth_provider_request.rb +1 -1
  132. data/lib/mudbase/models/configure_webhook200_response.rb +1 -1
  133. data/lib/mudbase/models/configure_webhook200_response_data.rb +1 -1
  134. data/lib/mudbase/models/configure_webhook200_response_data_transformations_inner.rb +1 -1
  135. data/lib/mudbase/models/configure_webhook403_response.rb +1 -1
  136. data/lib/mudbase/models/configure_webhook_request.rb +1 -1
  137. data/lib/mudbase/models/confirm_address_verification200_response.rb +1 -1
  138. data/lib/mudbase/models/confirm_address_verification_request.rb +1 -1
  139. data/lib/mudbase/models/confirm_direct_upload400_response.rb +1 -1
  140. data/lib/mudbase/models/confirm_direct_upload_request.rb +1 -1
  141. data/lib/mudbase/models/confirm_local_password_reset_with_otp_request.rb +1 -1
  142. data/lib/mudbase/models/confirm_upload_response.rb +1 -1
  143. data/lib/mudbase/models/confirm_upload_response_scan.rb +1 -1
  144. data/lib/mudbase/models/convert_anonymous_account200_response.rb +1 -1
  145. data/lib/mudbase/models/convert_anonymous_account_request.rb +1 -1
  146. data/lib/mudbase/models/create_anonymous_session200_response.rb +1 -1
  147. data/lib/mudbase/models/create_anonymous_session200_response_user.rb +1 -1
  148. data/lib/mudbase/models/create_anonymous_session_request.rb +1 -1
  149. data/lib/mudbase/models/create_api_key201_response.rb +1 -1
  150. data/lib/mudbase/models/create_api_key400_response.rb +1 -1
  151. data/lib/mudbase/models/create_api_key_request.rb +1 -1
  152. data/lib/mudbase/models/create_backup201_response.rb +1 -1
  153. data/lib/mudbase/models/create_backup201_response_backup.rb +1 -1
  154. data/lib/mudbase/models/create_backup_request.rb +1 -1
  155. data/lib/mudbase/models/create_bucket_request.rb +1 -1
  156. data/lib/mudbase/models/create_chat201_response.rb +1 -1
  157. data/lib/mudbase/models/create_chat201_response_data.rb +1 -1
  158. data/lib/mudbase/models/create_chat_request.rb +1 -1
  159. data/lib/mudbase/models/create_checkout_session200_response.rb +1 -1
  160. data/lib/mudbase/models/create_checkout_session200_response_data.rb +1 -1
  161. data/lib/mudbase/models/create_checkout_session_request.rb +1 -1
  162. data/lib/mudbase/models/create_checkout_session_request_customer_info.rb +1 -1
  163. data/lib/mudbase/models/create_collection201_response.rb +1 -1
  164. data/lib/mudbase/models/create_collection_request.rb +1 -1
  165. data/lib/mudbase/models/create_from_template_request.rb +1 -1
  166. data/lib/mudbase/models/create_function_request.rb +1 -1
  167. data/lib/mudbase/models/create_integration201_response.rb +1 -1
  168. data/lib/mudbase/models/create_integration_request.rb +1 -1
  169. data/lib/mudbase/models/create_monitoring_alert_request.rb +1 -1
  170. data/lib/mudbase/models/create_or_update_fee_settings_request.rb +1 -1
  171. data/lib/mudbase/models/create_organization403_response.rb +1 -1
  172. data/lib/mudbase/models/create_organization_request.rb +1 -1
  173. data/lib/mudbase/models/create_plan201_response.rb +1 -1
  174. data/lib/mudbase/models/create_plan_request.rb +1 -1
  175. data/lib/mudbase/models/create_plan_request_features_inner.rb +1 -1
  176. data/lib/mudbase/models/create_plan_request_features_inner_one_of.rb +1 -1
  177. data/lib/mudbase/models/create_plan_request_limits.rb +1 -1
  178. data/lib/mudbase/models/create_plan_request_limits_custom_limits_inner.rb +1 -1
  179. data/lib/mudbase/models/create_plan_request_trial.rb +1 -1
  180. data/lib/mudbase/models/create_project201_response.rb +1 -1
  181. data/lib/mudbase/models/create_project_request.rb +1 -1
  182. data/lib/mudbase/models/create_role201_response.rb +1 -1
  183. data/lib/mudbase/models/create_role201_response_role.rb +1 -1
  184. data/lib/mudbase/models/create_role201_response_role_permissions_inner.rb +1 -1
  185. data/lib/mudbase/models/create_role_request.rb +1 -1
  186. data/lib/mudbase/models/create_role_request_collection_permissions_value.rb +1 -1
  187. data/lib/mudbase/models/create_role_request_permissions_inner.rb +1 -1
  188. data/lib/mudbase/models/dashboard_activity_item.rb +1 -1
  189. data/lib/mudbase/models/dashboard_overview_data.rb +1 -1
  190. data/lib/mudbase/models/dashboard_overview_data_active_users.rb +1 -1
  191. data/lib/mudbase/models/dashboard_overview_data_latency.rb +1 -1
  192. data/lib/mudbase/models/dashboard_overview_data_latency_instance_rollup.rb +1 -1
  193. data/lib/mudbase/models/dashboard_overview_data_latency_top_routes_by_impact_hint_inner.rb +1 -1
  194. data/lib/mudbase/models/dashboard_overview_data_project.rb +1 -1
  195. data/lib/mudbase/models/dashboard_overview_data_request_volume14d_inner.rb +1 -1
  196. data/lib/mudbase/models/dashboard_overview_data_requests.rb +1 -1
  197. data/lib/mudbase/models/dashboard_overview_data_uptime.rb +1 -1
  198. data/lib/mudbase/models/data_list_response.rb +1 -1
  199. data/lib/mudbase/models/data_list_response_data_inner.rb +1 -1
  200. data/lib/mudbase/models/data_response.rb +1 -1
  201. data/lib/mudbase/models/database_config.rb +1 -1
  202. data/lib/mudbase/models/delete_backup200_response.rb +1 -1
  203. data/lib/mudbase/models/delete_function200_response.rb +1 -1
  204. data/lib/mudbase/models/delete_organization200_response.rb +1 -1
  205. data/lib/mudbase/models/delete_role200_response.rb +1 -1
  206. data/lib/mudbase/models/delete_sub_organization200_response.rb +1 -1
  207. data/lib/mudbase/models/device_list_response.rb +1 -1
  208. data/lib/mudbase/models/device_register_request.rb +1 -1
  209. data/lib/mudbase/models/device_registered_response.rb +1 -1
  210. data/lib/mudbase/models/device_registered_response_data.rb +1 -1
  211. data/lib/mudbase/models/device_token.rb +1 -1
  212. data/lib/mudbase/models/device_unregister_request.rb +1 -1
  213. data/lib/mudbase/models/device_unregistered_response.rb +1 -1
  214. data/lib/mudbase/models/device_unregistered_response_data.rb +1 -1
  215. data/lib/mudbase/models/disable2_fa_request.rb +1 -1
  216. data/lib/mudbase/models/download_bucket_file403_response.rb +1 -1
  217. data/lib/mudbase/models/download_bucket_file404_response.rb +1 -1
  218. data/lib/mudbase/models/download_invoice200_response.rb +1 -1
  219. data/lib/mudbase/models/edit_message200_response.rb +1 -1
  220. data/lib/mudbase/models/edit_message200_response_data.rb +1 -1
  221. data/lib/mudbase/models/edit_message_request.rb +1 -1
  222. data/lib/mudbase/models/edit_message_request_e2ee.rb +1 -1
  223. data/lib/mudbase/models/email_request.rb +1 -1
  224. data/lib/mudbase/models/email_request_to.rb +1 -1
  225. data/lib/mudbase/models/email_template_catalog_item.rb +1 -1
  226. data/lib/mudbase/models/email_template_resolved.rb +1 -1
  227. data/lib/mudbase/models/enable_payment_processing200_response.rb +1 -1
  228. data/lib/mudbase/models/enable_payment_processing200_response_data.rb +1 -1
  229. data/lib/mudbase/models/enable_payment_processing_request.rb +1 -1
  230. data/lib/mudbase/models/enqueue_project_email202_response.rb +1 -1
  231. data/lib/mudbase/models/erase_user_data200_response.rb +1 -1
  232. data/lib/mudbase/models/erase_user_data200_response_data.rb +1 -1
  233. data/lib/mudbase/models/erase_user_data409_response.rb +1 -1
  234. data/lib/mudbase/models/erase_user_data_request.rb +1 -1
  235. data/lib/mudbase/models/error.rb +1 -1
  236. data/lib/mudbase/models/error_details.rb +1 -1
  237. data/lib/mudbase/models/execute_function_request.rb +1 -1
  238. data/lib/mudbase/models/execute_integration_request.rb +1 -1
  239. data/lib/mudbase/models/export_user_data200_response.rb +1 -1
  240. data/lib/mudbase/models/feature_not_allowed_error.rb +1 -1
  241. data/lib/mudbase/models/field.rb +1 -1
  242. data/lib/mudbase/models/field_default.rb +1 -1
  243. data/lib/mudbase/models/file_list_response.rb +1 -1
  244. data/lib/mudbase/models/file_metadata.rb +1 -1
  245. data/lib/mudbase/models/file_response.rb +1 -1
  246. data/lib/mudbase/models/file_upload_response.rb +1 -1
  247. data/lib/mudbase/models/function.rb +1 -1
  248. data/lib/mudbase/models/function_execution.rb +1 -1
  249. data/lib/mudbase/models/function_execution_response.rb +1 -1
  250. data/lib/mudbase/models/function_execution_response_data.rb +1 -1
  251. data/lib/mudbase/models/function_execution_status_response.rb +1 -1
  252. data/lib/mudbase/models/function_execution_status_response_data.rb +1 -1
  253. data/lib/mudbase/models/function_execution_status_response_data_logs.rb +1 -1
  254. data/lib/mudbase/models/function_list_response.rb +1 -1
  255. data/lib/mudbase/models/function_list_response_data.rb +1 -1
  256. data/lib/mudbase/models/function_logs_response.rb +1 -1
  257. data/lib/mudbase/models/function_logs_response_data.rb +1 -1
  258. data/lib/mudbase/models/function_response.rb +1 -1
  259. data/lib/mudbase/models/function_stats.rb +1 -1
  260. data/lib/mudbase/models/function_trigger.rb +1 -1
  261. data/lib/mudbase/models/generate_access_review200_response.rb +1 -1
  262. data/lib/mudbase/models/generate_access_review200_response_report.rb +1 -1
  263. data/lib/mudbase/models/generate_access_review_request.rb +1 -1
  264. data/lib/mudbase/models/generate_access_review_request_review_period.rb +1 -1
  265. data/lib/mudbase/models/generate_data_processing_record200_response.rb +1 -1
  266. data/lib/mudbase/models/generate_data_processing_record200_response_record.rb +1 -1
  267. data/lib/mudbase/models/generate_data_processing_record_request.rb +1 -1
  268. data/lib/mudbase/models/generate_presigned_upload_request.rb +1 -1
  269. data/lib/mudbase/models/generate_signed_url_request.rb +1 -1
  270. data/lib/mudbase/models/get_active_users200_response.rb +1 -1
  271. data/lib/mudbase/models/get_active_users200_response_users_inner.rb +1 -1
  272. data/lib/mudbase/models/get_available_o_auth_providers200_response.rb +1 -1
  273. data/lib/mudbase/models/get_available_o_auth_providers200_response_providers_inner.rb +1 -1
  274. data/lib/mudbase/models/get_available_roles200_response.rb +1 -1
  275. data/lib/mudbase/models/get_available_roles200_response_data_inner.rb +1 -1
  276. data/lib/mudbase/models/get_billing_estimate200_response.rb +1 -1
  277. data/lib/mudbase/models/get_billing_estimate200_response_line_items_inner.rb +1 -1
  278. data/lib/mudbase/models/get_billing_estimate200_response_spend_limits.rb +1 -1
  279. data/lib/mudbase/models/get_chat_details200_response.rb +1 -1
  280. data/lib/mudbase/models/get_chat_details200_response_data.rb +1 -1
  281. data/lib/mudbase/models/get_chat_details200_response_data_participants_inner.rb +1 -1
  282. data/lib/mudbase/models/get_chat_e2ee_participant_keys200_response.rb +1 -1
  283. data/lib/mudbase/models/get_chat_e2ee_participant_keys200_response_data_inner.rb +1 -1
  284. data/lib/mudbase/models/get_chat_messages200_response.rb +1 -1
  285. data/lib/mudbase/models/get_chat_messages200_response_data.rb +1 -1
  286. data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner.rb +1 -1
  287. data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner_sender.rb +1 -1
  288. data/lib/mudbase/models/get_compliance_summary200_response.rb +1 -1
  289. data/lib/mudbase/models/get_compliance_summary200_response_compliance.rb +1 -1
  290. data/lib/mudbase/models/get_compliance_summary200_response_compliance_gdpr.rb +1 -1
  291. data/lib/mudbase/models/get_compliance_summary200_response_compliance_security.rb +1 -1
  292. data/lib/mudbase/models/get_compliance_summary200_response_compliance_soc2.rb +1 -1
  293. data/lib/mudbase/models/get_currency_fee_balance200_response.rb +1 -1
  294. data/lib/mudbase/models/get_currency_fee_balance200_response_data.rb +1 -1
  295. data/lib/mudbase/models/get_current_user200_response.rb +1 -1
  296. data/lib/mudbase/models/get_dashboard200_response.rb +1 -1
  297. data/lib/mudbase/models/get_event_throughput200_response.rb +1 -1
  298. data/lib/mudbase/models/get_fee_balances200_response.rb +1 -1
  299. data/lib/mudbase/models/get_fee_balances200_response_data_inner.rb +1 -1
  300. data/lib/mudbase/models/get_fee_breakdown200_response.rb +1 -1
  301. data/lib/mudbase/models/get_fee_breakdown200_response_data.rb +1 -1
  302. data/lib/mudbase/models/get_function_versions200_response.rb +1 -1
  303. data/lib/mudbase/models/get_function_versions200_response_data.rb +1 -1
  304. data/lib/mudbase/models/get_function_versions200_response_data_versions_inner.rb +1 -1
  305. data/lib/mudbase/models/get_global_analytics200_response.rb +1 -1
  306. data/lib/mudbase/models/get_historical_analytics200_response.rb +1 -1
  307. data/lib/mudbase/models/get_historical_analytics200_response_data_inner.rb +1 -1
  308. data/lib/mudbase/models/get_integration200_response.rb +1 -1
  309. data/lib/mudbase/models/get_integration200_response_integration.rb +1 -1
  310. data/lib/mudbase/models/get_integrations200_response.rb +1 -1
  311. data/lib/mudbase/models/get_integrations200_response_integrations_inner.rb +1 -1
  312. data/lib/mudbase/models/get_invoice200_response.rb +1 -1
  313. data/lib/mudbase/models/get_invoice200_response_invoice.rb +1 -1
  314. data/lib/mudbase/models/get_invoices200_response.rb +1 -1
  315. data/lib/mudbase/models/get_invoices200_response_invoices_inner.rb +1 -1
  316. data/lib/mudbase/models/get_local_session200_response.rb +1 -1
  317. data/lib/mudbase/models/get_multi_role_config200_response.rb +1 -1
  318. data/lib/mudbase/models/get_multi_role_config200_response_data.rb +1 -1
  319. data/lib/mudbase/models/get_o_auth_provider_config200_response.rb +1 -1
  320. data/lib/mudbase/models/get_o_auth_provider_config200_response_config.rb +1 -1
  321. data/lib/mudbase/models/get_org_o_auth_providers200_response.rb +1 -1
  322. data/lib/mudbase/models/get_org_o_auth_providers200_response_providers_inner.rb +1 -1
  323. data/lib/mudbase/models/get_organization_members200_response.rb +1 -1
  324. data/lib/mudbase/models/get_organization_usage200_response.rb +1 -1
  325. data/lib/mudbase/models/get_organization_usage200_response_all_of_suborgs_inner.rb +1 -1
  326. data/lib/mudbase/models/get_organization_users200_response.rb +1 -1
  327. data/lib/mudbase/models/get_organization_users200_response_users_inner.rb +1 -1
  328. data/lib/mudbase/models/get_organization_users200_response_users_inner_project.rb +1 -1
  329. data/lib/mudbase/models/get_overage200_response.rb +1 -1
  330. data/lib/mudbase/models/get_overage200_response_overage_inner.rb +1 -1
  331. data/lib/mudbase/models/get_payment_records200_response.rb +1 -1
  332. data/lib/mudbase/models/get_payment_records200_response_data.rb +1 -1
  333. data/lib/mudbase/models/get_payment_records200_response_data_pagination.rb +1 -1
  334. data/lib/mudbase/models/get_payment_records200_response_data_records_inner.rb +1 -1
  335. data/lib/mudbase/models/get_payout_history200_response.rb +1 -1
  336. data/lib/mudbase/models/get_payout_history200_response_data_inner.rb +1 -1
  337. data/lib/mudbase/models/get_payout_history200_response_pagination.rb +1 -1
  338. data/lib/mudbase/models/get_pending_role_elevation_requests200_response.rb +1 -1
  339. data/lib/mudbase/models/get_permissions_matrix200_response.rb +1 -1
  340. data/lib/mudbase/models/get_permissions_matrix200_response_data.rb +1 -1
  341. data/lib/mudbase/models/get_plans200_response.rb +1 -1
  342. data/lib/mudbase/models/get_project_analytics200_response.rb +1 -1
  343. data/lib/mudbase/models/get_project_captcha_config200_response.rb +1 -1
  344. data/lib/mudbase/models/get_project_captcha_config200_response_captcha.rb +1 -1
  345. data/lib/mudbase/models/get_project_email_analytics200_response.rb +1 -1
  346. data/lib/mudbase/models/get_project_email_smtp200_response.rb +1 -1
  347. data/lib/mudbase/models/get_project_email_template200_response.rb +1 -1
  348. data/lib/mudbase/models/get_project_fcm_config200_response.rb +1 -1
  349. data/lib/mudbase/models/get_project_fcm_config200_response_data.rb +1 -1
  350. data/lib/mudbase/models/get_project_fee_dashboard200_response.rb +1 -1
  351. data/lib/mudbase/models/get_project_fee_dashboard200_response_data.rb +1 -1
  352. data/lib/mudbase/models/get_project_fee_dashboard200_response_data_balances_inner.rb +1 -1
  353. data/lib/mudbase/models/get_project_fee_dashboard200_response_data_recent_payouts_inner.rb +1 -1
  354. data/lib/mudbase/models/get_project_o_auth_providers200_response.rb +1 -1
  355. data/lib/mudbase/models/get_project_o_auth_providers200_response_providers_inner.rb +1 -1
  356. data/lib/mudbase/models/get_project_sms_byo200_response.rb +1 -1
  357. data/lib/mudbase/models/get_project_users200_response.rb +1 -1
  358. data/lib/mudbase/models/get_public_plans200_response.rb +1 -1
  359. data/lib/mudbase/models/get_role200_response.rb +1 -1
  360. data/lib/mudbase/models/get_role_elevation_status200_response.rb +1 -1
  361. data/lib/mudbase/models/get_search_analytics200_response.rb +1 -1
  362. data/lib/mudbase/models/get_search_analytics200_response_top_queries_inner.rb +1 -1
  363. data/lib/mudbase/models/get_search_suggestions200_response.rb +1 -1
  364. data/lib/mudbase/models/get_sub_organizations200_response.rb +1 -1
  365. data/lib/mudbase/models/get_subscription_tier_by_id200_response.rb +1 -1
  366. data/lib/mudbase/models/get_subscription_tier_by_id200_response_plan.rb +1 -1
  367. data/lib/mudbase/models/get_subscription_tiers200_response.rb +1 -1
  368. data/lib/mudbase/models/get_subscription_tiers200_response_plans_inner.rb +1 -1
  369. data/lib/mudbase/models/get_subscriptions200_response.rb +1 -1
  370. data/lib/mudbase/models/get_subscriptions200_response_subscriptions_inner.rb +1 -1
  371. data/lib/mudbase/models/get_templates200_response.rb +1 -1
  372. data/lib/mudbase/models/get_templates200_response_templates_inner.rb +1 -1
  373. data/lib/mudbase/models/get_usage_stats200_response.rb +1 -1
  374. data/lib/mudbase/models/get_usage_stats200_response_stats.rb +1 -1
  375. data/lib/mudbase/models/get_usage_warnings200_response.rb +1 -1
  376. data/lib/mudbase/models/get_usage_warnings200_response_warnings_inner.rb +1 -1
  377. data/lib/mudbase/models/get_user_chats200_response.rb +1 -1
  378. data/lib/mudbase/models/get_user_chats200_response_data.rb +1 -1
  379. data/lib/mudbase/models/get_user_chats200_response_data_chats_inner.rb +1 -1
  380. data/lib/mudbase/models/get_user_chats200_response_data_chats_inner_last_message.rb +1 -1
  381. data/lib/mudbase/models/get_user_overview200_response.rb +1 -1
  382. data/lib/mudbase/models/get_user_overview200_response_footprint.rb +1 -1
  383. data/lib/mudbase/models/get_users_by_role200_response.rb +1 -1
  384. data/lib/mudbase/models/get_webhook_config200_response.rb +1 -1
  385. data/lib/mudbase/models/get_webhook_config200_response_data.rb +1 -1
  386. data/lib/mudbase/models/get_webhook_config200_response_data_transformations_inner.rb +1 -1
  387. data/lib/mudbase/models/get_webhook_config404_response.rb +1 -1
  388. data/lib/mudbase/models/health_response.rb +1 -1
  389. data/lib/mudbase/models/health_response_services.rb +1 -1
  390. data/lib/mudbase/models/import_integration_request.rb +1 -1
  391. data/lib/mudbase/models/initialize_org_plan_checkout200_response.rb +1 -1
  392. data/lib/mudbase/models/initialize_org_plan_checkout200_response_data.rb +1 -1
  393. data/lib/mudbase/models/initialize_org_plan_checkout_request.rb +1 -1
  394. data/lib/mudbase/models/initialize_payment200_response.rb +1 -1
  395. data/lib/mudbase/models/initialize_payment200_response_data.rb +1 -1
  396. data/lib/mudbase/models/initialize_payment_for_project_request.rb +1 -1
  397. data/lib/mudbase/models/initialize_payment_request.rb +1 -1
  398. data/lib/mudbase/models/initialize_payment_request_customer.rb +1 -1
  399. data/lib/mudbase/models/initiate_address_verification200_response.rb +1 -1
  400. data/lib/mudbase/models/initiate_o_auth400_response.rb +1 -1
  401. data/lib/mudbase/models/initiate_o_auth404_response.rb +1 -1
  402. data/lib/mudbase/models/initiate_org_o_auth400_response.rb +1 -1
  403. data/lib/mudbase/models/internal_custom_domain_addon_request.rb +1 -1
  404. data/lib/mudbase/models/internal_domain_dns_recheck_batch_request.rb +1 -1
  405. data/lib/mudbase/models/invite_member_request.rb +1 -1
  406. data/lib/mudbase/models/invite_sub_organization_member200_response.rb +1 -1
  407. data/lib/mudbase/models/invite_team_member200_response.rb +1 -1
  408. data/lib/mudbase/models/limits.rb +1 -1
  409. data/lib/mudbase/models/list_api_keys200_response.rb +1 -1
  410. data/lib/mudbase/models/list_backups200_response.rb +1 -1
  411. data/lib/mudbase/models/list_backups200_response_backups_inner.rb +1 -1
  412. data/lib/mudbase/models/list_collections200_response.rb +1 -1
  413. data/lib/mudbase/models/list_o_auth_providers200_response.rb +1 -1
  414. data/lib/mudbase/models/list_o_auth_providers200_response_providers_inner.rb +1 -1
  415. data/lib/mudbase/models/list_organizations200_response.rb +1 -1
  416. data/lib/mudbase/models/list_project_email_templates200_response.rb +1 -1
  417. data/lib/mudbase/models/list_projects200_response.rb +1 -1
  418. data/lib/mudbase/models/list_roles200_response.rb +1 -1
  419. data/lib/mudbase/models/log_security_event200_response.rb +1 -1
  420. data/lib/mudbase/models/log_security_event200_response_event.rb +1 -1
  421. data/lib/mudbase/models/log_security_event_request.rb +1 -1
  422. data/lib/mudbase/models/log_security_event_request_details.rb +1 -1
  423. data/lib/mudbase/models/login_local_user200_response.rb +1 -1
  424. data/lib/mudbase/models/login_local_user200_response_user.rb +1 -1
  425. data/lib/mudbase/models/login_local_user403_response.rb +1 -1
  426. data/lib/mudbase/models/login_local_user_request.rb +1 -1
  427. data/lib/mudbase/models/login_request.rb +1 -1
  428. data/lib/mudbase/models/magic_link_request.rb +1 -1
  429. data/lib/mudbase/models/mark_messages_as_read200_response.rb +1 -1
  430. data/lib/mudbase/models/mark_messages_as_read200_response_data.rb +1 -1
  431. data/lib/mudbase/models/mark_messages_as_read_request.rb +1 -1
  432. data/lib/mudbase/models/mcp_config_get200_response.rb +1 -1
  433. data/lib/mudbase/models/mcp_config_get200_response_tools_inner.rb +1 -1
  434. data/lib/mudbase/models/message.rb +1 -1
  435. data/lib/mudbase/models/message_history_response.rb +1 -1
  436. data/lib/mudbase/models/message_history_response_data.rb +1 -1
  437. data/lib/mudbase/models/message_response.rb +1 -1
  438. data/lib/mudbase/models/message_sent_response.rb +1 -1
  439. data/lib/mudbase/models/message_sent_response_data.rb +1 -1
  440. data/lib/mudbase/models/message_stats_response.rb +1 -1
  441. data/lib/mudbase/models/message_stats_response_data.rb +1 -1
  442. data/lib/mudbase/models/message_stats_response_data_by_status.rb +1 -1
  443. data/lib/mudbase/models/message_stats_response_data_by_type.rb +1 -1
  444. data/lib/mudbase/models/message_stats_response_data_period.rb +1 -1
  445. data/lib/mudbase/models/monitoring_analytics_response.rb +1 -1
  446. data/lib/mudbase/models/monitoring_analytics_response_stats_inner.rb +1 -1
  447. data/lib/mudbase/models/monitoring_analytics_response_totals.rb +1 -1
  448. data/lib/mudbase/models/monitoring_logs_response.rb +1 -1
  449. data/lib/mudbase/models/monitoring_logs_response_logs_inner.rb +1 -1
  450. data/lib/mudbase/models/monitoring_logs_response_logs_inner_user.rb +1 -1
  451. data/lib/mudbase/models/monitoring_performance_response.rb +1 -1
  452. data/lib/mudbase/models/monitoring_performance_response_metrics.rb +1 -1
  453. data/lib/mudbase/models/org_add_domain_response.rb +1 -1
  454. data/lib/mudbase/models/org_custom_domain_platform_ready_request.rb +1 -1
  455. data/lib/mudbase/models/org_dns_instructions_response.rb +1 -1
  456. data/lib/mudbase/models/org_dns_record.rb +1 -1
  457. data/lib/mudbase/models/org_domain_entry_org_console.rb +1 -1
  458. data/lib/mudbase/models/org_domain_entry_with_dns.rb +1 -1
  459. data/lib/mudbase/models/org_domains_list_response.rb +1 -1
  460. data/lib/mudbase/models/org_edge_hints.rb +1 -1
  461. data/lib/mudbase/models/org_edge_hints_ownership_verification.rb +1 -1
  462. data/lib/mudbase/models/org_o_auth_callback400_response.rb +1 -1
  463. data/lib/mudbase/models/org_patch_domain_response.rb +1 -1
  464. data/lib/mudbase/models/org_platform_dns_verification_customer.rb +1 -1
  465. data/lib/mudbase/models/org_ssl_validation_record.rb +1 -1
  466. data/lib/mudbase/models/org_verify_custom_domain_dns_failure_response.rb +1 -1
  467. data/lib/mudbase/models/org_verify_custom_domain_dns_success_response.rb +1 -1
  468. data/lib/mudbase/models/organization.rb +1 -1
  469. data/lib/mudbase/models/organization_summary.rb +1 -1
  470. data/lib/mudbase/models/otp_send_request.rb +1 -1
  471. data/lib/mudbase/models/otp_verify_request.rb +1 -1
  472. data/lib/mudbase/models/pagination.rb +1 -1
  473. data/lib/mudbase/models/patch_org_domain_request.rb +1 -1
  474. data/lib/mudbase/models/patch_project_fcm_config_request.rb +1 -1
  475. data/lib/mudbase/models/patch_project_fcm_config_request_one_of.rb +1 -1
  476. data/lib/mudbase/models/patch_project_fcm_config_request_one_of1.rb +1 -1
  477. data/lib/mudbase/models/permission.rb +1 -1
  478. data/lib/mudbase/models/plan.rb +1 -1
  479. data/lib/mudbase/models/presigned_post_response.rb +1 -1
  480. data/lib/mudbase/models/preview_project_email_template_request.rb +1 -1
  481. data/lib/mudbase/models/project.rb +1 -1
  482. data/lib/mudbase/models/project_dashboard_overview_response.rb +1 -1
  483. data/lib/mudbase/models/project_email_send_request.rb +1 -1
  484. data/lib/mudbase/models/project_settings.rb +1 -1
  485. data/lib/mudbase/models/project_sms_byo_patch_request.rb +1 -1
  486. data/lib/mudbase/models/project_sms_byo_public.rb +1 -1
  487. data/lib/mudbase/models/project_smtp_patch_request.rb +1 -1
  488. data/lib/mudbase/models/project_smtp_settings_public.rb +1 -1
  489. data/lib/mudbase/models/project_smtp_test_request.rb +1 -1
  490. data/lib/mudbase/models/project_summary.rb +1 -1
  491. data/lib/mudbase/models/project_usage.rb +1 -1
  492. data/lib/mudbase/models/project_usage_response.rb +1 -1
  493. data/lib/mudbase/models/project_usage_stats_response.rb +1 -1
  494. data/lib/mudbase/models/project_usage_stats_response_project.rb +1 -1
  495. data/lib/mudbase/models/project_usage_summary_response.rb +1 -1
  496. data/lib/mudbase/models/provision_enterprise_request.rb +1 -1
  497. data/lib/mudbase/models/push_notification_request.rb +38 -19
  498. data/lib/mudbase/models/push_sent_response.rb +157 -0
  499. data/lib/mudbase/models/push_sent_response_data.rb +196 -0
  500. data/lib/mudbase/models/push_sent_response_data_channels.rb +158 -0
  501. data/lib/mudbase/models/push_sent_response_data_channels_fcm.rb +156 -0
  502. data/lib/mudbase/models/push_sent_response_data_channels_web_push.rb +166 -0
  503. data/lib/mudbase/models/put_chat_e2ee_key200_response.rb +1 -1
  504. data/lib/mudbase/models/put_chat_e2ee_key200_response_data.rb +1 -1
  505. data/lib/mudbase/models/put_chat_e2ee_key_request.rb +1 -1
  506. data/lib/mudbase/models/rate_limit.rb +1 -1
  507. data/lib/mudbase/models/record_usage_request.rb +1 -1
  508. data/lib/mudbase/models/refresh_token200_response.rb +1 -1
  509. data/lib/mudbase/models/refresh_token400_response.rb +1 -1
  510. data/lib/mudbase/models/refresh_token_request.rb +1 -1
  511. data/lib/mudbase/models/regenerate_api_key200_response.rb +1 -1
  512. data/lib/mudbase/models/register_local_user201_response.rb +1 -1
  513. data/lib/mudbase/models/register_local_user201_response_user.rb +1 -1
  514. data/lib/mudbase/models/register_local_user_request.rb +1 -1
  515. data/lib/mudbase/models/register_request.rb +1 -1
  516. data/lib/mudbase/models/register_user429_response.rb +1 -1
  517. data/lib/mudbase/models/register_with_role201_response.rb +1 -1
  518. data/lib/mudbase/models/register_with_role201_response_role.rb +1 -1
  519. data/lib/mudbase/models/register_with_role201_response_user.rb +1 -1
  520. data/lib/mudbase/models/register_with_role_request.rb +1 -1
  521. data/lib/mudbase/models/remove_participant_request.rb +1 -1
  522. data/lib/mudbase/models/remove_reaction200_response.rb +1 -1
  523. data/lib/mudbase/models/remove_reaction200_response_data_inner.rb +1 -1
  524. data/lib/mudbase/models/remove_team_member200_response.rb +1 -1
  525. data/lib/mudbase/models/request_local_password_reset_request.rb +1 -1
  526. data/lib/mudbase/models/request_manual_payout_request.rb +1 -1
  527. data/lib/mudbase/models/request_password_reset_request.rb +1 -1
  528. data/lib/mudbase/models/request_role_elevation200_response.rb +1 -1
  529. data/lib/mudbase/models/request_role_elevation_request.rb +1 -1
  530. data/lib/mudbase/models/resend_verification_auth_request.rb +1 -1
  531. data/lib/mudbase/models/reset_local_password_request.rb +1 -1
  532. data/lib/mudbase/models/reset_password_request.rb +1 -1
  533. data/lib/mudbase/models/restore_backup200_response.rb +1 -1
  534. data/lib/mudbase/models/restore_backup200_response_restore.rb +1 -1
  535. data/lib/mudbase/models/restore_backup_request.rb +1 -1
  536. data/lib/mudbase/models/retry_webhook400_response.rb +1 -1
  537. data/lib/mudbase/models/retry_webhook_response.rb +1 -1
  538. data/lib/mudbase/models/rollback_function_request.rb +1 -1
  539. data/lib/mudbase/models/search_response.rb +1 -1
  540. data/lib/mudbase/models/search_response_data.rb +1 -1
  541. data/lib/mudbase/models/search_result.rb +1 -1
  542. data/lib/mudbase/models/search_result_item.rb +1 -1
  543. data/lib/mudbase/models/send_message201_response.rb +1 -1
  544. data/lib/mudbase/models/send_message201_response_data.rb +1 -1
  545. data/lib/mudbase/models/send_message_request.rb +1 -1
  546. data/lib/mudbase/models/send_message_request_e2ee.rb +1 -1
  547. data/lib/mudbase/models/send_push_notification429_response.rb +1 -1
  548. data/lib/mudbase/models/session_response.rb +1 -1
  549. data/lib/mudbase/models/set_org_primary_domain_request.rb +1 -1
  550. data/lib/mudbase/models/signed_url_response.rb +1 -1
  551. data/lib/mudbase/models/simulate_app_permissions200_response.rb +1 -1
  552. data/lib/mudbase/models/simulate_app_permissions200_response_evaluated.rb +1 -1
  553. data/lib/mudbase/models/simulate_app_permissions_request.rb +1 -1
  554. data/lib/mudbase/models/simulate_function_trigger_request.rb +1 -1
  555. data/lib/mudbase/models/sms_request.rb +1 -1
  556. data/lib/mudbase/models/storage_config.rb +1 -1
  557. data/lib/mudbase/models/system_status_response.rb +1 -1
  558. data/lib/mudbase/models/system_status_response_data.rb +1 -1
  559. data/lib/mudbase/models/system_status_response_data_cpu.rb +1 -1
  560. data/lib/mudbase/models/system_status_response_data_database.rb +1 -1
  561. data/lib/mudbase/models/system_status_response_data_memory.rb +1 -1
  562. data/lib/mudbase/models/system_status_response_data_requests.rb +1 -1
  563. data/lib/mudbase/models/system_status_response_data_storage.rb +1 -1
  564. data/lib/mudbase/models/test_integration200_response.rb +1 -1
  565. data/lib/mudbase/models/test_integration_request.rb +1 -1
  566. data/lib/mudbase/models/test_webhook_transformation200_response.rb +1 -1
  567. data/lib/mudbase/models/test_webhook_transformation200_response_data.rb +1 -1
  568. data/lib/mudbase/models/test_webhook_transformation_request.rb +1 -1
  569. data/lib/mudbase/models/toggle_role_request.rb +1 -1
  570. data/lib/mudbase/models/trigger_function_webhook200_response.rb +1 -1
  571. data/lib/mudbase/models/trigger_function_webhook400_response.rb +1 -1
  572. data/lib/mudbase/models/trigger_function_webhook401_response.rb +1 -1
  573. data/lib/mudbase/models/trigger_webhook_request.rb +1 -1
  574. data/lib/mudbase/models/trigger_webhook_response.rb +1 -1
  575. data/lib/mudbase/models/two_fa_setup_response.rb +1 -1
  576. data/lib/mudbase/models/unlink_o_auth_provider200_response.rb +1 -1
  577. data/lib/mudbase/models/update_api_key200_response.rb +1 -1
  578. data/lib/mudbase/models/update_api_key_request.rb +1 -1
  579. data/lib/mudbase/models/update_bucket_request.rb +1 -1
  580. data/lib/mudbase/models/update_collection_permissions_request.rb +1 -1
  581. data/lib/mudbase/models/update_collection_request.rb +1 -1
  582. data/lib/mudbase/models/update_currency_fee_settings_request.rb +1 -1
  583. data/lib/mudbase/models/update_function_request.rb +1 -1
  584. data/lib/mudbase/models/update_function_request_limits.rb +1 -1
  585. data/lib/mudbase/models/update_function_request_retry_policy.rb +1 -1
  586. data/lib/mudbase/models/update_integration_request.rb +1 -1
  587. data/lib/mudbase/models/update_member_role200_response.rb +1 -1
  588. data/lib/mudbase/models/update_member_role_request.rb +1 -1
  589. data/lib/mudbase/models/update_multi_role_settings200_response.rb +1 -1
  590. data/lib/mudbase/models/update_multi_role_settings_request.rb +1 -1
  591. data/lib/mudbase/models/update_multi_role_settings_request_settings.rb +1 -1
  592. data/lib/mudbase/models/update_o_auth_provider_config_request.rb +1 -1
  593. data/lib/mudbase/models/update_organization200_response.rb +1 -1
  594. data/lib/mudbase/models/update_organization_plan200_response.rb +1 -1
  595. data/lib/mudbase/models/update_organization_plan200_response_one_of.rb +1 -1
  596. data/lib/mudbase/models/update_organization_plan200_response_one_of1.rb +1 -1
  597. data/lib/mudbase/models/update_organization_plan_request.rb +1 -1
  598. data/lib/mudbase/models/update_organization_request.rb +1 -1
  599. data/lib/mudbase/models/update_plan_request.rb +1 -1
  600. data/lib/mudbase/models/update_project_request.rb +1 -1
  601. data/lib/mudbase/models/update_project_role_request.rb +1 -1
  602. data/lib/mudbase/models/update_role200_response.rb +1 -1
  603. data/lib/mudbase/models/update_role_request.rb +1 -1
  604. data/lib/mudbase/models/update_sub_organization200_response.rb +1 -1
  605. data/lib/mudbase/models/update_user_account_status200_response.rb +1 -1
  606. data/lib/mudbase/models/update_user_account_status200_response_user.rb +1 -1
  607. data/lib/mudbase/models/update_user_account_status_request.rb +1 -1
  608. data/lib/mudbase/models/update_user_profile200_response.rb +1 -1
  609. data/lib/mudbase/models/update_user_request.rb +1 -1
  610. data/lib/mudbase/models/upload_files413_response.rb +1 -1
  611. data/lib/mudbase/models/upload_project_logo200_response.rb +1 -1
  612. data/lib/mudbase/models/upload_verification_documents_request.rb +1 -1
  613. data/lib/mudbase/models/upload_verification_documents_request_documents_inner.rb +1 -1
  614. data/lib/mudbase/models/upsert_project_email_template_request.rb +1 -1
  615. data/lib/mudbase/models/usage.rb +1 -1
  616. data/lib/mudbase/models/usage_response.rb +1 -1
  617. data/lib/mudbase/models/usage_stats_response.rb +1 -1
  618. data/lib/mudbase/models/usage_stats_response_percentages.rb +1 -1
  619. data/lib/mudbase/models/usage_trends_response.rb +1 -1
  620. data/lib/mudbase/models/usage_trends_response_trends_inner.rb +1 -1
  621. data/lib/mudbase/models/usage_trends_response_trends_inner_id.rb +1 -1
  622. data/lib/mudbase/models/user.rb +1 -1
  623. data/lib/mudbase/models/user_summary.rb +1 -1
  624. data/lib/mudbase/models/validate_password_reset_token200_response.rb +1 -1
  625. data/lib/mudbase/models/validate_password_reset_token400_response.rb +1 -1
  626. data/lib/mudbase/models/validate_password_reset_token_request.rb +1 -1
  627. data/lib/mudbase/models/verified_role_upgrade200_response.rb +1 -1
  628. data/lib/mudbase/models/verified_role_upgrade_request.rb +1 -1
  629. data/lib/mudbase/models/verify2_fa_request.rb +1 -1
  630. data/lib/mudbase/models/verify_email_auth_request.rb +1 -1
  631. data/lib/mudbase/models/verify_magic_link_request.rb +1 -1
  632. data/lib/mudbase/models/verify_org_plan_payment200_response.rb +1 -1
  633. data/lib/mudbase/models/verify_org_plan_payment200_response_data.rb +1 -1
  634. data/lib/mudbase/models/verify_payment200_response.rb +1 -1
  635. data/lib/mudbase/models/verify_payment200_response_data.rb +1 -1
  636. data/lib/mudbase/models/verify_payment200_response_data_subscription.rb +1 -1
  637. data/lib/mudbase/models/verify_project_email_smtp_domain_request.rb +1 -1
  638. data/lib/mudbase/models/web_push_config_patch_request.rb +167 -0
  639. data/lib/mudbase/models/web_push_config_response.rb +156 -0
  640. data/lib/mudbase/models/web_push_config_response_data.rb +191 -0
  641. data/lib/mudbase/models/web_push_public_key_response.rb +156 -0
  642. data/lib/mudbase/models/web_push_public_key_response_data.rb +158 -0
  643. data/lib/mudbase/models/web_push_subscribe_request.rb +184 -0
  644. data/lib/mudbase/models/web_push_subscribe_response.rb +156 -0
  645. data/lib/mudbase/models/web_push_subscribe_response_data.rb +166 -0
  646. data/lib/mudbase/models/web_push_subscription.rb +192 -0
  647. data/lib/mudbase/models/web_push_subscription_keys.rb +192 -0
  648. data/lib/mudbase/models/web_push_subscription_list_response.rb +158 -0
  649. data/lib/mudbase/models/web_push_subscription_summary.rb +202 -0
  650. data/lib/mudbase/models/web_push_unsubscribe_request.rb +165 -0
  651. data/lib/mudbase/models/web_push_unsubscribe_response.rb +156 -0
  652. data/lib/mudbase/models/web_push_unsubscribe_response_data.rb +148 -0
  653. data/lib/mudbase/models/webhook_list_response.rb +1 -1
  654. data/lib/mudbase/models/webhook_log.rb +1 -1
  655. data/lib/mudbase/models/webhook_log_response.rb +1 -1
  656. data/lib/mudbase/models/webhook_stats_response.rb +1 -1
  657. data/lib/mudbase/models/webhook_stats_response_event_stats_inner.rb +1 -1
  658. data/lib/mudbase/models/webhook_stats_response_status_stats_inner.rb +1 -1
  659. data/lib/mudbase/version.rb +2 -2
  660. data/lib/mudbase.rb +21 -1
  661. data/mudbase.gemspec +1 -1
  662. data/spec/api/add_ons_api_spec.rb +1 -1
  663. data/spec/api/api_keys_api_spec.rb +1 -1
  664. data/spec/api/authentication_api_spec.rb +1 -1
  665. data/spec/api/backups_api_spec.rb +1 -1
  666. data/spec/api/billing_api_spec.rb +1 -1
  667. data/spec/api/buckets_api_spec.rb +1 -1
  668. data/spec/api/chat_api_spec.rb +1 -1
  669. data/spec/api/collections_api_spec.rb +1 -1
  670. data/spec/api/compliance_api_spec.rb +1 -1
  671. data/spec/api/data_api_spec.rb +1 -1
  672. data/spec/api/email_api_spec.rb +1 -1
  673. data/spec/api/files_api_spec.rb +1 -1
  674. data/spec/api/functions_api_spec.rb +1 -1
  675. data/spec/api/health_api_spec.rb +1 -1
  676. data/spec/api/integrations_api_spec.rb +1 -1
  677. data/spec/api/kyc_api_spec.rb +1 -1
  678. data/spec/api/mcp_api_spec.rb +1 -1
  679. data/spec/api/messaging_api_spec.rb +77 -2
  680. data/spec/api/monitoring_api_spec.rb +1 -1
  681. data/spec/api/multi_role_feature_api_spec.rb +1 -1
  682. data/spec/api/organizations_api_spec.rb +1 -1
  683. data/spec/api/project_fees_api_spec.rb +1 -1
  684. data/spec/api/projects_api_spec.rb +1 -1
  685. data/spec/api/real_time_analytics_api_spec.rb +1 -1
  686. data/spec/api/role_elevation_api_spec.rb +1 -1
  687. data/spec/api/roles_api_spec.rb +1 -1
  688. data/spec/api/search_api_spec.rb +1 -1
  689. data/spec/api/usage_api_spec.rb +1 -1
  690. data/spec/api/users_api_spec.rb +1 -1
  691. data/spec/api/verified_role_upgrade_api_spec.rb +1 -1
  692. data/spec/api/webhooks_api_spec.rb +1 -1
  693. data/spec/models/accept_invite201_response_spec.rb +1 -1
  694. data/spec/models/accept_invite201_response_user_spec.rb +1 -1
  695. data/spec/models/accept_invite_request_spec.rb +1 -1
  696. data/spec/models/add_custom_role_request_default_permissions_inner_spec.rb +1 -1
  697. data/spec/models/add_custom_role_request_spec.rb +1 -1
  698. data/spec/models/add_org_domain_request_spec.rb +1 -1
  699. data/spec/models/add_participant200_response_data_participants_inner_spec.rb +1 -1
  700. data/spec/models/add_participant200_response_data_spec.rb +1 -1
  701. data/spec/models/add_participant200_response_spec.rb +1 -1
  702. data/spec/models/add_participant_request_spec.rb +1 -1
  703. data/spec/models/add_reaction200_response_data_inner_spec.rb +1 -1
  704. data/spec/models/add_reaction200_response_spec.rb +1 -1
  705. data/spec/models/add_reaction_request_spec.rb +1 -1
  706. data/spec/models/admin_approve_org_domain_cname_request_spec.rb +1 -1
  707. data/spec/models/admin_billing_checkout_link_request_spec.rb +1 -1
  708. data/spec/models/admin_custom_domain_mutation_response_spec.rb +1 -1
  709. data/spec/models/admin_member_role_patch_request_spec.rb +1 -1
  710. data/spec/models/admin_org_billing_contract_patch_request_spec.rb +1 -1
  711. data/spec/models/admin_org_limits_patch_request_bug_analysis_spec.rb +1 -1
  712. data/spec/models/admin_org_limits_patch_request_spec.rb +1 -1
  713. data/spec/models/admin_org_plan_patch_request_spec.rb +1 -1
  714. data/spec/models/admin_org_status_patch_request_spec.rb +1 -1
  715. data/spec/models/admin_platform_dns_verification_patch_request_spec.rb +1 -1
  716. data/spec/models/admin_project_patch_request_spec.rb +1 -1
  717. data/spec/models/admin_provision_enterprise_body_spec.rb +1 -1
  718. data/spec/models/api_addons_get200_response_spec.rb +1 -1
  719. data/spec/models/api_files_download_file_id_get200_response_spec.rb +1 -1
  720. data/spec/models/api_gdpr_erase_post_request_spec.rb +1 -1
  721. data/spec/models/api_key_permission_spec.rb +1 -1
  722. data/spec/models/api_key_spec.rb +1 -1
  723. data/spec/models/api_key_usage_response_spec.rb +1 -1
  724. data/spec/models/api_key_usage_spec.rb +1 -1
  725. data/spec/models/api_key_with_secret_spec.rb +1 -1
  726. data/spec/models/api_kyc_sessions_post_request_spec.rb +1 -1
  727. data/spec/models/api_kyc_webhook_config_get200_response_spec.rb +1 -1
  728. data/spec/models/api_kyc_webhook_config_put200_response_spec.rb +1 -1
  729. data/spec/models/api_kyc_webhook_config_put_request_spec.rb +1 -1
  730. data/spec/models/api_kyc_webhook_config_test_post200_response_spec.rb +1 -1
  731. data/spec/models/api_kyc_workflows_get200_response_spec.rb +1 -1
  732. data/spec/models/api_kyc_workflows_get200_response_workflows_inner_spec.rb +1 -1
  733. data/spec/models/api_me_bootstrap_get200_response_spec.rb +1 -1
  734. data/spec/models/api_projects_project_id_addons_addon_invoke_post200_response_spec.rb +1 -1
  735. data/spec/models/api_projects_project_id_kyb_sessions_post_request_spec.rb +1 -1
  736. data/spec/models/apply_role_feature_preset200_response_spec.rb +1 -1
  737. data/spec/models/apply_role_feature_preset_request_spec.rb +1 -1
  738. data/spec/models/approve_role_elevation200_response_spec.rb +1 -1
  739. data/spec/models/approve_role_elevation_request_spec.rb +1 -1
  740. data/spec/models/assign_role200_response_spec.rb +1 -1
  741. data/spec/models/assign_role_request_spec.rb +1 -1
  742. data/spec/models/auth_config_spec.rb +1 -1
  743. data/spec/models/auth_provider_spec.rb +1 -1
  744. data/spec/models/auth_response_spec.rb +1 -1
  745. data/spec/models/billing_last_payment_spec.rb +1 -1
  746. data/spec/models/billing_spec.rb +1 -1
  747. data/spec/models/bucket_list_response_spec.rb +1 -1
  748. data/spec/models/bucket_response_spec.rb +1 -1
  749. data/spec/models/bucket_spec.rb +1 -1
  750. data/spec/models/cancel_subscription_request_spec.rb +1 -1
  751. data/spec/models/change_password_request_spec.rb +1 -1
  752. data/spec/models/check_feature_access200_response_spec.rb +1 -1
  753. data/spec/models/check_permissions200_response_permissions_spec.rb +1 -1
  754. data/spec/models/check_permissions200_response_spec.rb +1 -1
  755. data/spec/models/check_subscription200_response_spec.rb +1 -1
  756. data/spec/models/check_subscription200_response_subscription_spec.rb +1 -1
  757. data/spec/models/check_user_presence200_response_presence_value_spec.rb +1 -1
  758. data/spec/models/check_user_presence200_response_spec.rb +1 -1
  759. data/spec/models/check_user_presence_request_spec.rb +1 -1
  760. data/spec/models/collection_action_spec.rb +1 -1
  761. data/spec/models/collection_permission_rule_spec.rb +1 -1
  762. data/spec/models/collection_spec.rb +1 -1
  763. data/spec/models/configure_o_auth_provider200_response_provider_spec.rb +1 -1
  764. data/spec/models/configure_o_auth_provider200_response_spec.rb +1 -1
  765. data/spec/models/configure_o_auth_provider_request_spec.rb +1 -1
  766. data/spec/models/configure_webhook200_response_data_spec.rb +1 -1
  767. data/spec/models/configure_webhook200_response_data_transformations_inner_spec.rb +1 -1
  768. data/spec/models/configure_webhook200_response_spec.rb +1 -1
  769. data/spec/models/configure_webhook403_response_spec.rb +1 -1
  770. data/spec/models/configure_webhook_request_spec.rb +1 -1
  771. data/spec/models/confirm_address_verification200_response_spec.rb +1 -1
  772. data/spec/models/confirm_address_verification_request_spec.rb +1 -1
  773. data/spec/models/confirm_direct_upload400_response_spec.rb +1 -1
  774. data/spec/models/confirm_direct_upload_request_spec.rb +1 -1
  775. data/spec/models/confirm_local_password_reset_with_otp_request_spec.rb +1 -1
  776. data/spec/models/confirm_upload_response_scan_spec.rb +1 -1
  777. data/spec/models/confirm_upload_response_spec.rb +1 -1
  778. data/spec/models/convert_anonymous_account200_response_spec.rb +1 -1
  779. data/spec/models/convert_anonymous_account_request_spec.rb +1 -1
  780. data/spec/models/create_anonymous_session200_response_spec.rb +1 -1
  781. data/spec/models/create_anonymous_session200_response_user_spec.rb +1 -1
  782. data/spec/models/create_anonymous_session_request_spec.rb +1 -1
  783. data/spec/models/create_api_key201_response_spec.rb +1 -1
  784. data/spec/models/create_api_key400_response_spec.rb +1 -1
  785. data/spec/models/create_api_key_request_spec.rb +1 -1
  786. data/spec/models/create_backup201_response_backup_spec.rb +1 -1
  787. data/spec/models/create_backup201_response_spec.rb +1 -1
  788. data/spec/models/create_backup_request_spec.rb +1 -1
  789. data/spec/models/create_bucket_request_spec.rb +1 -1
  790. data/spec/models/create_chat201_response_data_spec.rb +1 -1
  791. data/spec/models/create_chat201_response_spec.rb +1 -1
  792. data/spec/models/create_chat_request_spec.rb +1 -1
  793. data/spec/models/create_checkout_session200_response_data_spec.rb +1 -1
  794. data/spec/models/create_checkout_session200_response_spec.rb +1 -1
  795. data/spec/models/create_checkout_session_request_customer_info_spec.rb +1 -1
  796. data/spec/models/create_checkout_session_request_spec.rb +1 -1
  797. data/spec/models/create_collection201_response_spec.rb +1 -1
  798. data/spec/models/create_collection_request_spec.rb +1 -1
  799. data/spec/models/create_from_template_request_spec.rb +1 -1
  800. data/spec/models/create_function_request_spec.rb +1 -1
  801. data/spec/models/create_integration201_response_spec.rb +1 -1
  802. data/spec/models/create_integration_request_spec.rb +1 -1
  803. data/spec/models/create_monitoring_alert_request_spec.rb +1 -1
  804. data/spec/models/create_or_update_fee_settings_request_spec.rb +1 -1
  805. data/spec/models/create_organization403_response_spec.rb +1 -1
  806. data/spec/models/create_organization_request_spec.rb +1 -1
  807. data/spec/models/create_plan201_response_spec.rb +1 -1
  808. data/spec/models/create_plan_request_features_inner_one_of_spec.rb +1 -1
  809. data/spec/models/create_plan_request_features_inner_spec.rb +1 -1
  810. data/spec/models/create_plan_request_limits_custom_limits_inner_spec.rb +1 -1
  811. data/spec/models/create_plan_request_limits_spec.rb +1 -1
  812. data/spec/models/create_plan_request_spec.rb +1 -1
  813. data/spec/models/create_plan_request_trial_spec.rb +1 -1
  814. data/spec/models/create_project201_response_spec.rb +1 -1
  815. data/spec/models/create_project_request_spec.rb +1 -1
  816. data/spec/models/create_role201_response_role_permissions_inner_spec.rb +1 -1
  817. data/spec/models/create_role201_response_role_spec.rb +1 -1
  818. data/spec/models/create_role201_response_spec.rb +1 -1
  819. data/spec/models/create_role_request_collection_permissions_value_spec.rb +1 -1
  820. data/spec/models/create_role_request_permissions_inner_spec.rb +1 -1
  821. data/spec/models/create_role_request_spec.rb +1 -1
  822. data/spec/models/dashboard_activity_item_spec.rb +1 -1
  823. data/spec/models/dashboard_overview_data_active_users_spec.rb +1 -1
  824. data/spec/models/dashboard_overview_data_latency_instance_rollup_spec.rb +1 -1
  825. data/spec/models/dashboard_overview_data_latency_spec.rb +1 -1
  826. data/spec/models/dashboard_overview_data_latency_top_routes_by_impact_hint_inner_spec.rb +1 -1
  827. data/spec/models/dashboard_overview_data_project_spec.rb +1 -1
  828. data/spec/models/dashboard_overview_data_request_volume14d_inner_spec.rb +1 -1
  829. data/spec/models/dashboard_overview_data_requests_spec.rb +1 -1
  830. data/spec/models/dashboard_overview_data_spec.rb +1 -1
  831. data/spec/models/dashboard_overview_data_uptime_spec.rb +1 -1
  832. data/spec/models/data_list_response_data_inner_spec.rb +1 -1
  833. data/spec/models/data_list_response_spec.rb +1 -1
  834. data/spec/models/data_response_spec.rb +1 -1
  835. data/spec/models/database_config_spec.rb +1 -1
  836. data/spec/models/delete_backup200_response_spec.rb +1 -1
  837. data/spec/models/delete_function200_response_spec.rb +1 -1
  838. data/spec/models/delete_organization200_response_spec.rb +1 -1
  839. data/spec/models/delete_role200_response_spec.rb +1 -1
  840. data/spec/models/delete_sub_organization200_response_spec.rb +1 -1
  841. data/spec/models/device_list_response_spec.rb +1 -1
  842. data/spec/models/device_register_request_spec.rb +1 -1
  843. data/spec/models/device_registered_response_data_spec.rb +1 -1
  844. data/spec/models/device_registered_response_spec.rb +1 -1
  845. data/spec/models/device_token_spec.rb +1 -1
  846. data/spec/models/device_unregister_request_spec.rb +1 -1
  847. data/spec/models/device_unregistered_response_data_spec.rb +1 -1
  848. data/spec/models/device_unregistered_response_spec.rb +1 -1
  849. data/spec/models/disable2_fa_request_spec.rb +1 -1
  850. data/spec/models/download_bucket_file403_response_spec.rb +1 -1
  851. data/spec/models/download_bucket_file404_response_spec.rb +1 -1
  852. data/spec/models/download_invoice200_response_spec.rb +1 -1
  853. data/spec/models/edit_message200_response_data_spec.rb +1 -1
  854. data/spec/models/edit_message200_response_spec.rb +1 -1
  855. data/spec/models/edit_message_request_e2ee_spec.rb +1 -1
  856. data/spec/models/edit_message_request_spec.rb +1 -1
  857. data/spec/models/email_request_spec.rb +1 -1
  858. data/spec/models/email_request_to_spec.rb +1 -1
  859. data/spec/models/email_template_catalog_item_spec.rb +1 -1
  860. data/spec/models/email_template_resolved_spec.rb +1 -1
  861. data/spec/models/enable_payment_processing200_response_data_spec.rb +1 -1
  862. data/spec/models/enable_payment_processing200_response_spec.rb +1 -1
  863. data/spec/models/enable_payment_processing_request_spec.rb +1 -1
  864. data/spec/models/enqueue_project_email202_response_spec.rb +1 -1
  865. data/spec/models/erase_user_data200_response_data_spec.rb +1 -1
  866. data/spec/models/erase_user_data200_response_spec.rb +1 -1
  867. data/spec/models/erase_user_data409_response_spec.rb +1 -1
  868. data/spec/models/erase_user_data_request_spec.rb +1 -1
  869. data/spec/models/error_details_spec.rb +1 -1
  870. data/spec/models/error_spec.rb +1 -1
  871. data/spec/models/execute_function_request_spec.rb +1 -1
  872. data/spec/models/execute_integration_request_spec.rb +1 -1
  873. data/spec/models/export_user_data200_response_spec.rb +1 -1
  874. data/spec/models/feature_not_allowed_error_spec.rb +1 -1
  875. data/spec/models/field_default_spec.rb +1 -1
  876. data/spec/models/field_spec.rb +1 -1
  877. data/spec/models/file_list_response_spec.rb +1 -1
  878. data/spec/models/file_metadata_spec.rb +1 -1
  879. data/spec/models/file_response_spec.rb +1 -1
  880. data/spec/models/file_upload_response_spec.rb +1 -1
  881. data/spec/models/function_execution_response_data_spec.rb +1 -1
  882. data/spec/models/function_execution_response_spec.rb +1 -1
  883. data/spec/models/function_execution_spec.rb +1 -1
  884. data/spec/models/function_execution_status_response_data_logs_spec.rb +1 -1
  885. data/spec/models/function_execution_status_response_data_spec.rb +1 -1
  886. data/spec/models/function_execution_status_response_spec.rb +1 -1
  887. data/spec/models/function_list_response_data_spec.rb +1 -1
  888. data/spec/models/function_list_response_spec.rb +1 -1
  889. data/spec/models/function_logs_response_data_spec.rb +1 -1
  890. data/spec/models/function_logs_response_spec.rb +1 -1
  891. data/spec/models/function_response_spec.rb +1 -1
  892. data/spec/models/function_spec.rb +1 -1
  893. data/spec/models/function_stats_spec.rb +1 -1
  894. data/spec/models/function_trigger_spec.rb +1 -1
  895. data/spec/models/generate_access_review200_response_report_spec.rb +1 -1
  896. data/spec/models/generate_access_review200_response_spec.rb +1 -1
  897. data/spec/models/generate_access_review_request_review_period_spec.rb +1 -1
  898. data/spec/models/generate_access_review_request_spec.rb +1 -1
  899. data/spec/models/generate_data_processing_record200_response_record_spec.rb +1 -1
  900. data/spec/models/generate_data_processing_record200_response_spec.rb +1 -1
  901. data/spec/models/generate_data_processing_record_request_spec.rb +1 -1
  902. data/spec/models/generate_presigned_upload_request_spec.rb +1 -1
  903. data/spec/models/generate_signed_url_request_spec.rb +1 -1
  904. data/spec/models/get_active_users200_response_spec.rb +1 -1
  905. data/spec/models/get_active_users200_response_users_inner_spec.rb +1 -1
  906. data/spec/models/get_available_o_auth_providers200_response_providers_inner_spec.rb +1 -1
  907. data/spec/models/get_available_o_auth_providers200_response_spec.rb +1 -1
  908. data/spec/models/get_available_roles200_response_data_inner_spec.rb +1 -1
  909. data/spec/models/get_available_roles200_response_spec.rb +1 -1
  910. data/spec/models/get_billing_estimate200_response_line_items_inner_spec.rb +1 -1
  911. data/spec/models/get_billing_estimate200_response_spec.rb +1 -1
  912. data/spec/models/get_billing_estimate200_response_spend_limits_spec.rb +1 -1
  913. data/spec/models/get_chat_details200_response_data_participants_inner_spec.rb +1 -1
  914. data/spec/models/get_chat_details200_response_data_spec.rb +1 -1
  915. data/spec/models/get_chat_details200_response_spec.rb +1 -1
  916. data/spec/models/get_chat_e2ee_participant_keys200_response_data_inner_spec.rb +1 -1
  917. data/spec/models/get_chat_e2ee_participant_keys200_response_spec.rb +1 -1
  918. data/spec/models/get_chat_messages200_response_data_messages_inner_sender_spec.rb +1 -1
  919. data/spec/models/get_chat_messages200_response_data_messages_inner_spec.rb +1 -1
  920. data/spec/models/get_chat_messages200_response_data_spec.rb +1 -1
  921. data/spec/models/get_chat_messages200_response_spec.rb +1 -1
  922. data/spec/models/get_compliance_summary200_response_compliance_gdpr_spec.rb +1 -1
  923. data/spec/models/get_compliance_summary200_response_compliance_security_spec.rb +1 -1
  924. data/spec/models/get_compliance_summary200_response_compliance_soc2_spec.rb +1 -1
  925. data/spec/models/get_compliance_summary200_response_compliance_spec.rb +1 -1
  926. data/spec/models/get_compliance_summary200_response_spec.rb +1 -1
  927. data/spec/models/get_currency_fee_balance200_response_data_spec.rb +1 -1
  928. data/spec/models/get_currency_fee_balance200_response_spec.rb +1 -1
  929. data/spec/models/get_current_user200_response_spec.rb +1 -1
  930. data/spec/models/get_dashboard200_response_spec.rb +1 -1
  931. data/spec/models/get_event_throughput200_response_spec.rb +1 -1
  932. data/spec/models/get_fee_balances200_response_data_inner_spec.rb +1 -1
  933. data/spec/models/get_fee_balances200_response_spec.rb +1 -1
  934. data/spec/models/get_fee_breakdown200_response_data_spec.rb +1 -1
  935. data/spec/models/get_fee_breakdown200_response_spec.rb +1 -1
  936. data/spec/models/get_function_versions200_response_data_spec.rb +1 -1
  937. data/spec/models/get_function_versions200_response_data_versions_inner_spec.rb +1 -1
  938. data/spec/models/get_function_versions200_response_spec.rb +1 -1
  939. data/spec/models/get_global_analytics200_response_spec.rb +1 -1
  940. data/spec/models/get_historical_analytics200_response_data_inner_spec.rb +1 -1
  941. data/spec/models/get_historical_analytics200_response_spec.rb +1 -1
  942. data/spec/models/get_integration200_response_integration_spec.rb +1 -1
  943. data/spec/models/get_integration200_response_spec.rb +1 -1
  944. data/spec/models/get_integrations200_response_integrations_inner_spec.rb +1 -1
  945. data/spec/models/get_integrations200_response_spec.rb +1 -1
  946. data/spec/models/get_invoice200_response_invoice_spec.rb +1 -1
  947. data/spec/models/get_invoice200_response_spec.rb +1 -1
  948. data/spec/models/get_invoices200_response_invoices_inner_spec.rb +1 -1
  949. data/spec/models/get_invoices200_response_spec.rb +1 -1
  950. data/spec/models/get_local_session200_response_spec.rb +1 -1
  951. data/spec/models/get_multi_role_config200_response_data_spec.rb +1 -1
  952. data/spec/models/get_multi_role_config200_response_spec.rb +1 -1
  953. data/spec/models/get_o_auth_provider_config200_response_config_spec.rb +1 -1
  954. data/spec/models/get_o_auth_provider_config200_response_spec.rb +1 -1
  955. data/spec/models/get_org_o_auth_providers200_response_providers_inner_spec.rb +1 -1
  956. data/spec/models/get_org_o_auth_providers200_response_spec.rb +1 -1
  957. data/spec/models/get_organization_members200_response_spec.rb +1 -1
  958. data/spec/models/get_organization_usage200_response_all_of_suborgs_inner_spec.rb +1 -1
  959. data/spec/models/get_organization_usage200_response_spec.rb +1 -1
  960. data/spec/models/get_organization_users200_response_spec.rb +1 -1
  961. data/spec/models/get_organization_users200_response_users_inner_project_spec.rb +1 -1
  962. data/spec/models/get_organization_users200_response_users_inner_spec.rb +1 -1
  963. data/spec/models/get_overage200_response_overage_inner_spec.rb +1 -1
  964. data/spec/models/get_overage200_response_spec.rb +1 -1
  965. data/spec/models/get_payment_records200_response_data_pagination_spec.rb +1 -1
  966. data/spec/models/get_payment_records200_response_data_records_inner_spec.rb +1 -1
  967. data/spec/models/get_payment_records200_response_data_spec.rb +1 -1
  968. data/spec/models/get_payment_records200_response_spec.rb +1 -1
  969. data/spec/models/get_payout_history200_response_data_inner_spec.rb +1 -1
  970. data/spec/models/get_payout_history200_response_pagination_spec.rb +1 -1
  971. data/spec/models/get_payout_history200_response_spec.rb +1 -1
  972. data/spec/models/get_pending_role_elevation_requests200_response_spec.rb +1 -1
  973. data/spec/models/get_permissions_matrix200_response_data_spec.rb +1 -1
  974. data/spec/models/get_permissions_matrix200_response_spec.rb +1 -1
  975. data/spec/models/get_plans200_response_spec.rb +1 -1
  976. data/spec/models/get_project_analytics200_response_spec.rb +1 -1
  977. data/spec/models/get_project_captcha_config200_response_captcha_spec.rb +1 -1
  978. data/spec/models/get_project_captcha_config200_response_spec.rb +1 -1
  979. data/spec/models/get_project_email_analytics200_response_spec.rb +1 -1
  980. data/spec/models/get_project_email_smtp200_response_spec.rb +1 -1
  981. data/spec/models/get_project_email_template200_response_spec.rb +1 -1
  982. data/spec/models/get_project_fcm_config200_response_data_spec.rb +1 -1
  983. data/spec/models/get_project_fcm_config200_response_spec.rb +1 -1
  984. data/spec/models/get_project_fee_dashboard200_response_data_balances_inner_spec.rb +1 -1
  985. data/spec/models/get_project_fee_dashboard200_response_data_recent_payouts_inner_spec.rb +1 -1
  986. data/spec/models/get_project_fee_dashboard200_response_data_spec.rb +1 -1
  987. data/spec/models/get_project_fee_dashboard200_response_spec.rb +1 -1
  988. data/spec/models/get_project_o_auth_providers200_response_providers_inner_spec.rb +1 -1
  989. data/spec/models/get_project_o_auth_providers200_response_spec.rb +1 -1
  990. data/spec/models/get_project_sms_byo200_response_spec.rb +1 -1
  991. data/spec/models/get_project_users200_response_spec.rb +1 -1
  992. data/spec/models/get_public_plans200_response_spec.rb +1 -1
  993. data/spec/models/get_role200_response_spec.rb +1 -1
  994. data/spec/models/get_role_elevation_status200_response_spec.rb +1 -1
  995. data/spec/models/get_search_analytics200_response_spec.rb +1 -1
  996. data/spec/models/get_search_analytics200_response_top_queries_inner_spec.rb +1 -1
  997. data/spec/models/get_search_suggestions200_response_spec.rb +1 -1
  998. data/spec/models/get_sub_organizations200_response_spec.rb +1 -1
  999. data/spec/models/get_subscription_tier_by_id200_response_plan_spec.rb +1 -1
  1000. data/spec/models/get_subscription_tier_by_id200_response_spec.rb +1 -1
  1001. data/spec/models/get_subscription_tiers200_response_plans_inner_spec.rb +1 -1
  1002. data/spec/models/get_subscription_tiers200_response_spec.rb +1 -1
  1003. data/spec/models/get_subscriptions200_response_spec.rb +1 -1
  1004. data/spec/models/get_subscriptions200_response_subscriptions_inner_spec.rb +1 -1
  1005. data/spec/models/get_templates200_response_spec.rb +1 -1
  1006. data/spec/models/get_templates200_response_templates_inner_spec.rb +1 -1
  1007. data/spec/models/get_usage_stats200_response_spec.rb +1 -1
  1008. data/spec/models/get_usage_stats200_response_stats_spec.rb +1 -1
  1009. data/spec/models/get_usage_warnings200_response_spec.rb +1 -1
  1010. data/spec/models/get_usage_warnings200_response_warnings_inner_spec.rb +1 -1
  1011. data/spec/models/get_user_chats200_response_data_chats_inner_last_message_spec.rb +1 -1
  1012. data/spec/models/get_user_chats200_response_data_chats_inner_spec.rb +1 -1
  1013. data/spec/models/get_user_chats200_response_data_spec.rb +1 -1
  1014. data/spec/models/get_user_chats200_response_spec.rb +1 -1
  1015. data/spec/models/get_user_overview200_response_footprint_spec.rb +1 -1
  1016. data/spec/models/get_user_overview200_response_spec.rb +1 -1
  1017. data/spec/models/get_users_by_role200_response_spec.rb +1 -1
  1018. data/spec/models/get_webhook_config200_response_data_spec.rb +1 -1
  1019. data/spec/models/get_webhook_config200_response_data_transformations_inner_spec.rb +1 -1
  1020. data/spec/models/get_webhook_config200_response_spec.rb +1 -1
  1021. data/spec/models/get_webhook_config404_response_spec.rb +1 -1
  1022. data/spec/models/health_response_services_spec.rb +1 -1
  1023. data/spec/models/health_response_spec.rb +1 -1
  1024. data/spec/models/import_integration_request_spec.rb +1 -1
  1025. data/spec/models/initialize_org_plan_checkout200_response_data_spec.rb +1 -1
  1026. data/spec/models/initialize_org_plan_checkout200_response_spec.rb +1 -1
  1027. data/spec/models/initialize_org_plan_checkout_request_spec.rb +1 -1
  1028. data/spec/models/initialize_payment200_response_data_spec.rb +1 -1
  1029. data/spec/models/initialize_payment200_response_spec.rb +1 -1
  1030. data/spec/models/initialize_payment_for_project_request_spec.rb +1 -1
  1031. data/spec/models/initialize_payment_request_customer_spec.rb +1 -1
  1032. data/spec/models/initialize_payment_request_spec.rb +1 -1
  1033. data/spec/models/initiate_address_verification200_response_spec.rb +1 -1
  1034. data/spec/models/initiate_o_auth400_response_spec.rb +1 -1
  1035. data/spec/models/initiate_o_auth404_response_spec.rb +1 -1
  1036. data/spec/models/initiate_org_o_auth400_response_spec.rb +1 -1
  1037. data/spec/models/internal_custom_domain_addon_request_spec.rb +1 -1
  1038. data/spec/models/internal_domain_dns_recheck_batch_request_spec.rb +1 -1
  1039. data/spec/models/invite_member_request_spec.rb +1 -1
  1040. data/spec/models/invite_sub_organization_member200_response_spec.rb +1 -1
  1041. data/spec/models/invite_team_member200_response_spec.rb +1 -1
  1042. data/spec/models/limits_spec.rb +1 -1
  1043. data/spec/models/list_api_keys200_response_spec.rb +1 -1
  1044. data/spec/models/list_backups200_response_backups_inner_spec.rb +1 -1
  1045. data/spec/models/list_backups200_response_spec.rb +1 -1
  1046. data/spec/models/list_collections200_response_spec.rb +1 -1
  1047. data/spec/models/list_o_auth_providers200_response_providers_inner_spec.rb +1 -1
  1048. data/spec/models/list_o_auth_providers200_response_spec.rb +1 -1
  1049. data/spec/models/list_organizations200_response_spec.rb +1 -1
  1050. data/spec/models/list_project_email_templates200_response_spec.rb +1 -1
  1051. data/spec/models/list_projects200_response_spec.rb +1 -1
  1052. data/spec/models/list_roles200_response_spec.rb +1 -1
  1053. data/spec/models/log_security_event200_response_event_spec.rb +1 -1
  1054. data/spec/models/log_security_event200_response_spec.rb +1 -1
  1055. data/spec/models/log_security_event_request_details_spec.rb +1 -1
  1056. data/spec/models/log_security_event_request_spec.rb +1 -1
  1057. data/spec/models/login_local_user200_response_spec.rb +1 -1
  1058. data/spec/models/login_local_user200_response_user_spec.rb +1 -1
  1059. data/spec/models/login_local_user403_response_spec.rb +1 -1
  1060. data/spec/models/login_local_user_request_spec.rb +1 -1
  1061. data/spec/models/login_request_spec.rb +1 -1
  1062. data/spec/models/magic_link_request_spec.rb +1 -1
  1063. data/spec/models/mark_messages_as_read200_response_data_spec.rb +1 -1
  1064. data/spec/models/mark_messages_as_read200_response_spec.rb +1 -1
  1065. data/spec/models/mark_messages_as_read_request_spec.rb +1 -1
  1066. data/spec/models/mcp_config_get200_response_spec.rb +1 -1
  1067. data/spec/models/mcp_config_get200_response_tools_inner_spec.rb +1 -1
  1068. data/spec/models/message_history_response_data_spec.rb +1 -1
  1069. data/spec/models/message_history_response_spec.rb +1 -1
  1070. data/spec/models/message_response_spec.rb +1 -1
  1071. data/spec/models/message_sent_response_data_spec.rb +1 -1
  1072. data/spec/models/message_sent_response_spec.rb +1 -1
  1073. data/spec/models/message_spec.rb +1 -1
  1074. data/spec/models/message_stats_response_data_by_status_spec.rb +1 -1
  1075. data/spec/models/message_stats_response_data_by_type_spec.rb +1 -1
  1076. data/spec/models/message_stats_response_data_period_spec.rb +1 -1
  1077. data/spec/models/message_stats_response_data_spec.rb +1 -1
  1078. data/spec/models/message_stats_response_spec.rb +1 -1
  1079. data/spec/models/monitoring_analytics_response_spec.rb +1 -1
  1080. data/spec/models/monitoring_analytics_response_stats_inner_spec.rb +1 -1
  1081. data/spec/models/monitoring_analytics_response_totals_spec.rb +1 -1
  1082. data/spec/models/monitoring_logs_response_logs_inner_spec.rb +1 -1
  1083. data/spec/models/monitoring_logs_response_logs_inner_user_spec.rb +1 -1
  1084. data/spec/models/monitoring_logs_response_spec.rb +1 -1
  1085. data/spec/models/monitoring_performance_response_metrics_spec.rb +1 -1
  1086. data/spec/models/monitoring_performance_response_spec.rb +1 -1
  1087. data/spec/models/org_add_domain_response_spec.rb +1 -1
  1088. data/spec/models/org_custom_domain_platform_ready_request_spec.rb +1 -1
  1089. data/spec/models/org_dns_instructions_response_spec.rb +1 -1
  1090. data/spec/models/org_dns_record_spec.rb +1 -1
  1091. data/spec/models/org_domain_entry_org_console_spec.rb +1 -1
  1092. data/spec/models/org_domain_entry_with_dns_spec.rb +1 -1
  1093. data/spec/models/org_domains_list_response_spec.rb +1 -1
  1094. data/spec/models/org_edge_hints_ownership_verification_spec.rb +1 -1
  1095. data/spec/models/org_edge_hints_spec.rb +1 -1
  1096. data/spec/models/org_o_auth_callback400_response_spec.rb +1 -1
  1097. data/spec/models/org_patch_domain_response_spec.rb +1 -1
  1098. data/spec/models/org_platform_dns_verification_customer_spec.rb +1 -1
  1099. data/spec/models/org_ssl_validation_record_spec.rb +1 -1
  1100. data/spec/models/org_verify_custom_domain_dns_failure_response_spec.rb +1 -1
  1101. data/spec/models/org_verify_custom_domain_dns_success_response_spec.rb +1 -1
  1102. data/spec/models/organization_spec.rb +1 -1
  1103. data/spec/models/organization_summary_spec.rb +1 -1
  1104. data/spec/models/otp_send_request_spec.rb +1 -1
  1105. data/spec/models/otp_verify_request_spec.rb +1 -1
  1106. data/spec/models/pagination_spec.rb +1 -1
  1107. data/spec/models/patch_org_domain_request_spec.rb +1 -1
  1108. data/spec/models/patch_project_fcm_config_request_one_of1_spec.rb +1 -1
  1109. data/spec/models/patch_project_fcm_config_request_one_of_spec.rb +1 -1
  1110. data/spec/models/patch_project_fcm_config_request_spec.rb +1 -1
  1111. data/spec/models/permission_spec.rb +1 -1
  1112. data/spec/models/plan_spec.rb +1 -1
  1113. data/spec/models/presigned_post_response_spec.rb +1 -1
  1114. data/spec/models/preview_project_email_template_request_spec.rb +1 -1
  1115. data/spec/models/project_dashboard_overview_response_spec.rb +1 -1
  1116. data/spec/models/project_email_send_request_spec.rb +1 -1
  1117. data/spec/models/project_settings_spec.rb +1 -1
  1118. data/spec/models/project_sms_byo_patch_request_spec.rb +1 -1
  1119. data/spec/models/project_sms_byo_public_spec.rb +1 -1
  1120. data/spec/models/project_smtp_patch_request_spec.rb +1 -1
  1121. data/spec/models/project_smtp_settings_public_spec.rb +1 -1
  1122. data/spec/models/project_smtp_test_request_spec.rb +1 -1
  1123. data/spec/models/project_spec.rb +1 -1
  1124. data/spec/models/project_summary_spec.rb +1 -1
  1125. data/spec/models/project_usage_response_spec.rb +1 -1
  1126. data/spec/models/project_usage_spec.rb +1 -1
  1127. data/spec/models/project_usage_stats_response_project_spec.rb +1 -1
  1128. data/spec/models/project_usage_stats_response_spec.rb +1 -1
  1129. data/spec/models/project_usage_summary_response_spec.rb +1 -1
  1130. data/spec/models/provision_enterprise_request_spec.rb +1 -1
  1131. data/spec/models/push_notification_request_spec.rb +19 -1
  1132. data/spec/models/push_sent_response_data_channels_fcm_spec.rb +42 -0
  1133. data/spec/models/push_sent_response_data_channels_spec.rb +42 -0
  1134. data/spec/models/push_sent_response_data_channels_web_push_spec.rb +48 -0
  1135. data/spec/models/push_sent_response_data_spec.rb +66 -0
  1136. data/spec/models/push_sent_response_spec.rb +42 -0
  1137. data/spec/models/put_chat_e2ee_key200_response_data_spec.rb +1 -1
  1138. data/spec/models/put_chat_e2ee_key200_response_spec.rb +1 -1
  1139. data/spec/models/put_chat_e2ee_key_request_spec.rb +1 -1
  1140. data/spec/models/rate_limit_spec.rb +1 -1
  1141. data/spec/models/record_usage_request_spec.rb +1 -1
  1142. data/spec/models/refresh_token200_response_spec.rb +1 -1
  1143. data/spec/models/refresh_token400_response_spec.rb +1 -1
  1144. data/spec/models/refresh_token_request_spec.rb +1 -1
  1145. data/spec/models/regenerate_api_key200_response_spec.rb +1 -1
  1146. data/spec/models/register_local_user201_response_spec.rb +1 -1
  1147. data/spec/models/register_local_user201_response_user_spec.rb +1 -1
  1148. data/spec/models/register_local_user_request_spec.rb +1 -1
  1149. data/spec/models/register_request_spec.rb +1 -1
  1150. data/spec/models/register_user429_response_spec.rb +1 -1
  1151. data/spec/models/register_with_role201_response_role_spec.rb +1 -1
  1152. data/spec/models/register_with_role201_response_spec.rb +1 -1
  1153. data/spec/models/register_with_role201_response_user_spec.rb +1 -1
  1154. data/spec/models/register_with_role_request_spec.rb +1 -1
  1155. data/spec/models/remove_participant_request_spec.rb +1 -1
  1156. data/spec/models/remove_reaction200_response_data_inner_spec.rb +1 -1
  1157. data/spec/models/remove_reaction200_response_spec.rb +1 -1
  1158. data/spec/models/remove_team_member200_response_spec.rb +1 -1
  1159. data/spec/models/request_local_password_reset_request_spec.rb +1 -1
  1160. data/spec/models/request_manual_payout_request_spec.rb +1 -1
  1161. data/spec/models/request_password_reset_request_spec.rb +1 -1
  1162. data/spec/models/request_role_elevation200_response_spec.rb +1 -1
  1163. data/spec/models/request_role_elevation_request_spec.rb +1 -1
  1164. data/spec/models/resend_verification_auth_request_spec.rb +1 -1
  1165. data/spec/models/reset_local_password_request_spec.rb +1 -1
  1166. data/spec/models/reset_password_request_spec.rb +1 -1
  1167. data/spec/models/restore_backup200_response_restore_spec.rb +1 -1
  1168. data/spec/models/restore_backup200_response_spec.rb +1 -1
  1169. data/spec/models/restore_backup_request_spec.rb +1 -1
  1170. data/spec/models/retry_webhook400_response_spec.rb +1 -1
  1171. data/spec/models/retry_webhook_response_spec.rb +1 -1
  1172. data/spec/models/rollback_function_request_spec.rb +1 -1
  1173. data/spec/models/search_response_data_spec.rb +1 -1
  1174. data/spec/models/search_response_spec.rb +1 -1
  1175. data/spec/models/search_result_item_spec.rb +1 -1
  1176. data/spec/models/search_result_spec.rb +1 -1
  1177. data/spec/models/send_message201_response_data_spec.rb +1 -1
  1178. data/spec/models/send_message201_response_spec.rb +1 -1
  1179. data/spec/models/send_message_request_e2ee_spec.rb +1 -1
  1180. data/spec/models/send_message_request_spec.rb +1 -1
  1181. data/spec/models/send_push_notification429_response_spec.rb +1 -1
  1182. data/spec/models/session_response_spec.rb +1 -1
  1183. data/spec/models/set_org_primary_domain_request_spec.rb +1 -1
  1184. data/spec/models/signed_url_response_spec.rb +1 -1
  1185. data/spec/models/simulate_app_permissions200_response_evaluated_spec.rb +1 -1
  1186. data/spec/models/simulate_app_permissions200_response_spec.rb +1 -1
  1187. data/spec/models/simulate_app_permissions_request_spec.rb +1 -1
  1188. data/spec/models/simulate_function_trigger_request_spec.rb +1 -1
  1189. data/spec/models/sms_request_spec.rb +1 -1
  1190. data/spec/models/storage_config_spec.rb +1 -1
  1191. data/spec/models/system_status_response_data_cpu_spec.rb +1 -1
  1192. data/spec/models/system_status_response_data_database_spec.rb +1 -1
  1193. data/spec/models/system_status_response_data_memory_spec.rb +1 -1
  1194. data/spec/models/system_status_response_data_requests_spec.rb +1 -1
  1195. data/spec/models/system_status_response_data_spec.rb +1 -1
  1196. data/spec/models/system_status_response_data_storage_spec.rb +1 -1
  1197. data/spec/models/system_status_response_spec.rb +1 -1
  1198. data/spec/models/test_integration200_response_spec.rb +1 -1
  1199. data/spec/models/test_integration_request_spec.rb +1 -1
  1200. data/spec/models/test_webhook_transformation200_response_data_spec.rb +1 -1
  1201. data/spec/models/test_webhook_transformation200_response_spec.rb +1 -1
  1202. data/spec/models/test_webhook_transformation_request_spec.rb +1 -1
  1203. data/spec/models/toggle_role_request_spec.rb +1 -1
  1204. data/spec/models/trigger_function_webhook200_response_spec.rb +1 -1
  1205. data/spec/models/trigger_function_webhook400_response_spec.rb +1 -1
  1206. data/spec/models/trigger_function_webhook401_response_spec.rb +1 -1
  1207. data/spec/models/trigger_webhook_request_spec.rb +1 -1
  1208. data/spec/models/trigger_webhook_response_spec.rb +1 -1
  1209. data/spec/models/two_fa_setup_response_spec.rb +1 -1
  1210. data/spec/models/unlink_o_auth_provider200_response_spec.rb +1 -1
  1211. data/spec/models/update_api_key200_response_spec.rb +1 -1
  1212. data/spec/models/update_api_key_request_spec.rb +1 -1
  1213. data/spec/models/update_bucket_request_spec.rb +1 -1
  1214. data/spec/models/update_collection_permissions_request_spec.rb +1 -1
  1215. data/spec/models/update_collection_request_spec.rb +1 -1
  1216. data/spec/models/update_currency_fee_settings_request_spec.rb +1 -1
  1217. data/spec/models/update_function_request_limits_spec.rb +1 -1
  1218. data/spec/models/update_function_request_retry_policy_spec.rb +1 -1
  1219. data/spec/models/update_function_request_spec.rb +1 -1
  1220. data/spec/models/update_integration_request_spec.rb +1 -1
  1221. data/spec/models/update_member_role200_response_spec.rb +1 -1
  1222. data/spec/models/update_member_role_request_spec.rb +1 -1
  1223. data/spec/models/update_multi_role_settings200_response_spec.rb +1 -1
  1224. data/spec/models/update_multi_role_settings_request_settings_spec.rb +1 -1
  1225. data/spec/models/update_multi_role_settings_request_spec.rb +1 -1
  1226. data/spec/models/update_o_auth_provider_config_request_spec.rb +1 -1
  1227. data/spec/models/update_organization200_response_spec.rb +1 -1
  1228. data/spec/models/update_organization_plan200_response_one_of1_spec.rb +1 -1
  1229. data/spec/models/update_organization_plan200_response_one_of_spec.rb +1 -1
  1230. data/spec/models/update_organization_plan200_response_spec.rb +1 -1
  1231. data/spec/models/update_organization_plan_request_spec.rb +1 -1
  1232. data/spec/models/update_organization_request_spec.rb +1 -1
  1233. data/spec/models/update_plan_request_spec.rb +1 -1
  1234. data/spec/models/update_project_request_spec.rb +1 -1
  1235. data/spec/models/update_project_role_request_spec.rb +1 -1
  1236. data/spec/models/update_role200_response_spec.rb +1 -1
  1237. data/spec/models/update_role_request_spec.rb +1 -1
  1238. data/spec/models/update_sub_organization200_response_spec.rb +1 -1
  1239. data/spec/models/update_user_account_status200_response_spec.rb +1 -1
  1240. data/spec/models/update_user_account_status200_response_user_spec.rb +1 -1
  1241. data/spec/models/update_user_account_status_request_spec.rb +1 -1
  1242. data/spec/models/update_user_profile200_response_spec.rb +1 -1
  1243. data/spec/models/update_user_request_spec.rb +1 -1
  1244. data/spec/models/upload_files413_response_spec.rb +1 -1
  1245. data/spec/models/upload_project_logo200_response_spec.rb +1 -1
  1246. data/spec/models/upload_verification_documents_request_documents_inner_spec.rb +1 -1
  1247. data/spec/models/upload_verification_documents_request_spec.rb +1 -1
  1248. data/spec/models/upsert_project_email_template_request_spec.rb +1 -1
  1249. data/spec/models/usage_response_spec.rb +1 -1
  1250. data/spec/models/usage_spec.rb +1 -1
  1251. data/spec/models/usage_stats_response_percentages_spec.rb +1 -1
  1252. data/spec/models/usage_stats_response_spec.rb +1 -1
  1253. data/spec/models/usage_trends_response_spec.rb +1 -1
  1254. data/spec/models/usage_trends_response_trends_inner_id_spec.rb +1 -1
  1255. data/spec/models/usage_trends_response_trends_inner_spec.rb +1 -1
  1256. data/spec/models/user_spec.rb +1 -1
  1257. data/spec/models/user_summary_spec.rb +1 -1
  1258. data/spec/models/validate_password_reset_token200_response_spec.rb +1 -1
  1259. data/spec/models/validate_password_reset_token400_response_spec.rb +1 -1
  1260. data/spec/models/validate_password_reset_token_request_spec.rb +1 -1
  1261. data/spec/models/verified_role_upgrade200_response_spec.rb +1 -1
  1262. data/spec/models/verified_role_upgrade_request_spec.rb +1 -1
  1263. data/spec/models/verify2_fa_request_spec.rb +1 -1
  1264. data/spec/models/verify_email_auth_request_spec.rb +1 -1
  1265. data/spec/models/verify_magic_link_request_spec.rb +1 -1
  1266. data/spec/models/verify_org_plan_payment200_response_data_spec.rb +1 -1
  1267. data/spec/models/verify_org_plan_payment200_response_spec.rb +1 -1
  1268. data/spec/models/verify_payment200_response_data_spec.rb +1 -1
  1269. data/spec/models/verify_payment200_response_data_subscription_spec.rb +1 -1
  1270. data/spec/models/verify_payment200_response_spec.rb +1 -1
  1271. data/spec/models/verify_project_email_smtp_domain_request_spec.rb +1 -1
  1272. data/spec/models/web_push_config_patch_request_spec.rb +48 -0
  1273. data/spec/models/web_push_config_response_data_spec.rb +60 -0
  1274. data/spec/models/web_push_config_response_spec.rb +42 -0
  1275. data/spec/models/web_push_public_key_response_data_spec.rb +42 -0
  1276. data/spec/models/web_push_public_key_response_spec.rb +42 -0
  1277. data/spec/models/web_push_subscribe_request_spec.rb +48 -0
  1278. data/spec/models/web_push_subscribe_response_data_spec.rb +48 -0
  1279. data/spec/models/web_push_subscribe_response_spec.rb +42 -0
  1280. data/spec/models/web_push_subscription_keys_spec.rb +42 -0
  1281. data/spec/models/web_push_subscription_list_response_spec.rb +42 -0
  1282. data/spec/models/web_push_subscription_spec.rb +42 -0
  1283. data/spec/models/web_push_subscription_summary_spec.rb +72 -0
  1284. data/spec/models/web_push_unsubscribe_request_spec.rb +36 -0
  1285. data/spec/models/web_push_unsubscribe_response_data_spec.rb +36 -0
  1286. data/spec/models/web_push_unsubscribe_response_spec.rb +42 -0
  1287. data/spec/models/webhook_list_response_spec.rb +1 -1
  1288. data/spec/models/webhook_log_response_spec.rb +1 -1
  1289. data/spec/models/webhook_log_spec.rb +1 -1
  1290. data/spec/models/webhook_stats_response_event_stats_inner_spec.rb +1 -1
  1291. data/spec/models/webhook_stats_response_spec.rb +1 -1
  1292. data/spec/models/webhook_stats_response_status_stats_inner_spec.rb +1 -1
  1293. data/spec/spec_helper.rb +1 -1
  1294. metadata +81 -1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -33,6 +33,24 @@ describe Mudbase::PushNotificationRequest do
33
33
  end
34
34
  end
35
35
 
36
+ describe 'test attribute "endpoints"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "user_ids"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
48
+ describe 'test attribute "web_push_broadcast"' do
49
+ it 'should work' do
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
+ end
52
+ end
53
+
36
54
  describe 'test attribute "title"' do
37
55
  it 'should work' do
38
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #MUDBASESDK
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). - 🏢 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
+
6
+ The version of the OpenAPI document: 1.3.12
7
+ Contact: support@mudbase.dev
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.20.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Mudbase::PushSentResponseDataChannelsFcm
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Mudbase::PushSentResponseDataChannelsFcm do
21
+ #let(:instance) { Mudbase::PushSentResponseDataChannelsFcm.new }
22
+
23
+ describe 'test an instance of PushSentResponseDataChannelsFcm' do
24
+ it 'should create an instance of PushSentResponseDataChannelsFcm' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Mudbase::PushSentResponseDataChannelsFcm)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "success_count"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "failure_count"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ end
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #MUDBASESDK
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). - 🏢 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
+
6
+ The version of the OpenAPI document: 1.3.12
7
+ Contact: support@mudbase.dev
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.20.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Mudbase::PushSentResponseDataChannels
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Mudbase::PushSentResponseDataChannels do
21
+ #let(:instance) { Mudbase::PushSentResponseDataChannels.new }
22
+
23
+ describe 'test an instance of PushSentResponseDataChannels' do
24
+ it 'should create an instance of PushSentResponseDataChannels' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Mudbase::PushSentResponseDataChannels)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "fcm"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "web_push"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ end
@@ -0,0 +1,48 @@
1
+ =begin
2
+ #MUDBASESDK
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). - 🏢 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
+
6
+ The version of the OpenAPI document: 1.3.12
7
+ Contact: support@mudbase.dev
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.20.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Mudbase::PushSentResponseDataChannelsWebPush
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Mudbase::PushSentResponseDataChannelsWebPush do
21
+ #let(:instance) { Mudbase::PushSentResponseDataChannelsWebPush.new }
22
+
23
+ describe 'test an instance of PushSentResponseDataChannelsWebPush' do
24
+ it 'should create an instance of PushSentResponseDataChannelsWebPush' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Mudbase::PushSentResponseDataChannelsWebPush)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "success_count"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "failure_count"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "pruned"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
48
+ end
@@ -0,0 +1,66 @@
1
+ =begin
2
+ #MUDBASESDK
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). - 🏢 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
+
6
+ The version of the OpenAPI document: 1.3.12
7
+ Contact: support@mudbase.dev
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.20.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Mudbase::PushSentResponseData
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Mudbase::PushSentResponseData do
21
+ #let(:instance) { Mudbase::PushSentResponseData.new }
22
+
23
+ describe 'test an instance of PushSentResponseData' do
24
+ it 'should create an instance of PushSentResponseData' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Mudbase::PushSentResponseData)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "success"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "message_id"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "success_count"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
48
+ describe 'test attribute "failure_count"' do
49
+ it 'should work' do
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
+ end
52
+ end
53
+
54
+ describe 'test attribute "channels"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
60
+ describe 'test attribute "rejected_tokens"' do
61
+ it 'should work' do
62
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
+ end
64
+ end
65
+
66
+ end
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #MUDBASESDK
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). - 🏢 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
+
6
+ The version of the OpenAPI document: 1.3.12
7
+ Contact: support@mudbase.dev
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.20.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Mudbase::PushSentResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Mudbase::PushSentResponse do
21
+ #let(:instance) { Mudbase::PushSentResponse.new }
22
+
23
+ describe 'test an instance of PushSentResponse' do
24
+ it 'should create an instance of PushSentResponse' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Mudbase::PushSentResponse)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "success"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "data"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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.11
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