mudbase 1.1.9 → 1.2.1

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 (1439) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/docs/AuthApi.md +1131 -0
  4. data/docs/AuthConfig.md +1 -1
  5. data/docs/AuthConfirmPasswordResetRequest.md +24 -0
  6. data/docs/AuthConvertAnonymous200Response.md +26 -0
  7. data/docs/AuthConvertAnonymousRequest.md +24 -0
  8. data/docs/AuthCreateAnonymous200Response.md +26 -0
  9. data/docs/AuthCreateAnonymous200ResponseUser.md +28 -0
  10. data/docs/AuthCreateAnonymousRequest.md +20 -0
  11. data/docs/AuthGetOAuthProviders200Response.md +20 -0
  12. data/docs/AuthGetOAuthProviders200ResponseProvidersInner.md +28 -0
  13. data/docs/AuthGetSession200Response.md +20 -0
  14. data/docs/AuthLogin200Response.md +26 -0
  15. data/docs/AuthLogin200ResponseUser.md +30 -0
  16. data/docs/AuthLogin403Response.md +22 -0
  17. data/docs/AuthLoginRequest.md +22 -0
  18. data/docs/AuthOauthCallback200Response.md +20 -0
  19. data/docs/AuthOauthInitiate200Response.md +18 -0
  20. data/docs/AuthOauthInitiate400Response.md +18 -0
  21. data/docs/AuthOauthSignupWithRole400Response.md +20 -0
  22. data/docs/AuthRefresh200Response.md +24 -0
  23. data/docs/AuthRefresh400Response.md +18 -0
  24. data/docs/AuthRefreshRequest.md +18 -0
  25. data/docs/AuthRegister201Response.md +28 -0
  26. data/docs/AuthRegister201ResponseUser.md +28 -0
  27. data/docs/AuthRegister429Response.md +30 -0
  28. data/docs/AuthRegisterRequest.md +26 -0
  29. data/docs/AuthRegisterWithRoleRequest.md +26 -0
  30. data/docs/AuthRequestPasswordResetRequest.md +20 -0
  31. data/docs/AuthResetPasswordRequest.md +20 -0
  32. data/docs/AuthVerifyMagicLinkRequest.md +18 -0
  33. data/docs/BillingApi.md +121 -121
  34. data/docs/BillingCheckFeatureAccess200Response.md +20 -0
  35. data/docs/BillingCheckSubscription200Response.md +20 -0
  36. data/docs/BillingCheckSubscription200ResponseSubscription.md +20 -0
  37. data/docs/BillingCreateCheckoutSession200Response.md +20 -0
  38. data/docs/BillingCreateCheckoutSession200ResponseData.md +38 -0
  39. data/docs/BillingCreateCheckoutSession200ResponseDataPaymentOptionsInner.md +28 -0
  40. data/docs/BillingCreateCheckoutSessionRequest.md +26 -0
  41. data/docs/BillingCreateCheckoutSessionRequestCustomerInfo.md +20 -0
  42. data/docs/BillingGetCheckoutPayment200Response.md +20 -0
  43. data/docs/BillingGetCheckoutPayment200ResponseData.md +34 -0
  44. data/docs/BillingGetPublicPlans200Response.md +18 -0
  45. data/docs/BillingHandleCryptoWebhook200Response.md +18 -0
  46. data/docs/BillingHandleCryptoWebhookRequest.md +20 -0
  47. data/docs/BillingHandleCryptoWebhookRequestData.md +30 -0
  48. data/docs/BillingHandleFlutterwaveWebhookRequest.md +20 -0
  49. data/docs/BillingHandleFlutterwaveWebhookRequestData.md +32 -0
  50. data/docs/BillingHandleFlutterwaveWebhookRequestDataCustomer.md +20 -0
  51. data/docs/BillingInitializePaymentRequest.md +24 -0
  52. data/docs/BillingInitializePaymentRequestCustomer.md +20 -0
  53. data/docs/BillingRecordUsageRequest.md +22 -0
  54. data/docs/BillingVerifyPayment200Response.md +22 -0
  55. data/docs/BillingVerifyPayment200ResponseData.md +18 -0
  56. data/docs/BillingVerifyPayment200ResponseDataSubscription.md +24 -0
  57. data/docs/ChatAddParticipant200Response.md +20 -0
  58. data/docs/ChatAddParticipant200ResponseData.md +18 -0
  59. data/docs/ChatAddParticipant200ResponseDataParticipantsInner.md +22 -0
  60. data/docs/ChatAddParticipantRequest.md +20 -0
  61. data/docs/ChatAddReaction200Response.md +20 -0
  62. data/docs/ChatAddReaction200ResponseDataInner.md +20 -0
  63. data/docs/ChatAddReactionRequest.md +18 -0
  64. data/docs/ChatApi.md +168 -168
  65. data/docs/ChatCreate201Response.md +20 -0
  66. data/docs/ChatCreate201ResponseData.md +26 -0
  67. data/docs/ChatCreateRequest.md +26 -0
  68. data/docs/ChatEditMessage200Response.md +20 -0
  69. data/docs/ChatEditMessage200ResponseData.md +22 -0
  70. data/docs/ChatEditMessageRequest.md +18 -0
  71. data/docs/ChatGet200Response.md +20 -0
  72. data/docs/ChatGet200ResponseData.md +22 -0
  73. data/docs/ChatGet200ResponseDataParticipantsInner.md +20 -0
  74. data/docs/ChatGetMessages200Response.md +20 -0
  75. data/docs/ChatGetMessages200ResponseData.md +20 -0
  76. data/docs/ChatGetMessages200ResponseDataMessagesInner.md +24 -0
  77. data/docs/ChatGetMessages200ResponseDataMessagesInnerSender.md +20 -0
  78. data/docs/ChatList200Response.md +20 -0
  79. data/docs/ChatList200ResponseData.md +20 -0
  80. data/docs/ChatList200ResponseDataChatsInner.md +26 -0
  81. data/docs/ChatList200ResponseDataChatsInnerLastMessage.md +18 -0
  82. data/docs/ChatMarkAsRead200Response.md +20 -0
  83. data/docs/ChatMarkAsRead200ResponseData.md +18 -0
  84. data/docs/ChatMarkAsReadRequest.md +18 -0
  85. data/docs/ChatRemoveParticipantRequest.md +18 -0
  86. data/docs/ChatRemoveReaction200Response.md +20 -0
  87. data/docs/ChatRemoveReaction200ResponseDataInner.md +22 -0
  88. data/docs/ChatSendMessage201Response.md +20 -0
  89. data/docs/ChatSendMessage201ResponseData.md +24 -0
  90. data/docs/ChatSendMessageRequest.md +24 -0
  91. data/docs/CollectionsApi.md +66 -66
  92. data/docs/CollectionsCreate201Response.md +20 -0
  93. data/docs/CollectionsList200Response.md +20 -0
  94. data/docs/ComplianceApi.md +15 -15
  95. data/docs/ComplianceLogSecurityEvent200Response.md +20 -0
  96. data/docs/ComplianceLogSecurityEvent200ResponseEvent.md +24 -0
  97. data/docs/ComplianceLogSecurityEventRequest.md +22 -0
  98. data/docs/ComplianceLogSecurityEventRequestDetails.md +28 -0
  99. data/docs/DataApi.md +60 -60
  100. data/docs/Error.md +1 -1
  101. data/docs/FunctionsApi.md +167 -167
  102. data/docs/FunctionsDelete200Response.md +20 -0
  103. data/docs/FunctionsExecuteRequest.md +18 -0
  104. data/docs/FunctionsGetVersions200Response.md +20 -0
  105. data/docs/FunctionsGetVersions200ResponseData.md +18 -0
  106. data/docs/FunctionsGetVersions200ResponseDataVersionsInner.md +28 -0
  107. data/docs/FunctionsRollbackRequest.md +18 -0
  108. data/docs/FunctionsSimulateRequest.md +22 -0
  109. data/docs/FunctionsTriggerWebhook200Response.md +22 -0
  110. data/docs/FunctionsTriggerWebhook400Response.md +20 -0
  111. data/docs/FunctionsTriggerWebhook401Response.md +20 -0
  112. data/docs/HealthApi.md +11 -11
  113. data/docs/IntegrationsApi.md +30 -30
  114. data/docs/IntegrationsExecuteRequest.md +24 -0
  115. data/docs/IntegrationsList200Response.md +18 -0
  116. data/docs/IntegrationsList200ResponseIntegrationsInner.md +24 -0
  117. data/docs/MessagingApi.md +60 -60
  118. data/docs/MultiRoleAddRoleRequest.md +28 -0
  119. data/docs/MultiRoleAddRoleRequestDefaultPermissionsInner.md +20 -0
  120. data/docs/MultiRoleApi.md +654 -0
  121. data/docs/MultiRoleGetAvailableRoles200Response.md +20 -0
  122. data/docs/MultiRoleGetAvailableRoles200ResponseDataInner.md +30 -0
  123. data/docs/MultiRoleGetConfig200Response.md +20 -0
  124. data/docs/MultiRoleGetConfig200ResponseData.md +24 -0
  125. data/docs/MultiRoleToggleRoleRequest.md +18 -0
  126. data/docs/MultiRoleUpdateCollectionPermissionsRequest.md +20 -0
  127. data/docs/MultiRoleUpdateRoleRequest.md +28 -0
  128. data/docs/MultiRoleUpdateSettings200Response.md +22 -0
  129. data/docs/MultiRoleUpdateSettingsRequest.md +22 -0
  130. data/docs/MultiRoleUpdateSettingsRequestSettings.md +20 -0
  131. data/docs/PaymentIntent.md +1 -1
  132. data/docs/RealtimeAnalyticsApi.md +367 -0
  133. data/docs/RealtimeAnalyticsCheckUserPresence200Response.md +20 -0
  134. data/docs/RealtimeAnalyticsCheckUserPresence200ResponsePresenceValue.md +20 -0
  135. data/docs/RealtimeAnalyticsCheckUserPresenceRequest.md +18 -0
  136. data/docs/RealtimeAnalyticsGetActiveUsers200Response.md +22 -0
  137. data/docs/RealtimeAnalyticsGetActiveUsers200ResponseUsersInner.md +22 -0
  138. data/docs/RealtimeAnalyticsGetEventThroughput200Response.md +26 -0
  139. data/docs/RealtimeAnalyticsGetHistoricalAnalytics200Response.md +24 -0
  140. data/docs/RealtimeAnalyticsGetHistoricalAnalytics200ResponseDataInner.md +22 -0
  141. data/docs/RealtimeAnalyticsGetProject200Response.md +26 -0
  142. data/docs/RoleElevationApi.md +41 -41
  143. data/docs/RoleElevationGetStatus200Response.md +18 -0
  144. data/docs/RoleElevationRequest200Response.md +28 -0
  145. data/docs/RoleElevationRequestRequest.md +18 -0
  146. data/docs/RoleElevationUploadDocumentsRequest.md +20 -0
  147. data/docs/RoleElevationUploadDocumentsRequestDocumentsInner.md +20 -0
  148. data/docs/SearchApi.md +40 -40
  149. data/docs/SearchGetAnalytics200Response.md +24 -0
  150. data/docs/SearchGetAnalytics200ResponseTopQueriesInner.md +20 -0
  151. data/docs/SearchGetSuggestions200Response.md +18 -0
  152. data/docs/StorageApi.md +1080 -0
  153. data/docs/StorageConfirmUpload400Response.md +20 -0
  154. data/docs/StorageConfirmUploadRequest.md +30 -0
  155. data/docs/StorageDownloadBucketFile403Response.md +18 -0
  156. data/docs/StorageDownloadBucketFile404Response.md +18 -0
  157. data/docs/StorageGetPresignedUploadRequest.md +26 -0
  158. data/docs/StorageGetSignedUrlRequest.md +18 -0
  159. data/docs/UsageApi.md +24 -24
  160. data/docs/UsersApi.md +176 -176
  161. data/docs/UsersDisable2faRequest.md +20 -0
  162. data/docs/UsersEraseData200Response.md +20 -0
  163. data/docs/UsersEraseData200ResponseDetails.md +26 -0
  164. data/docs/UsersEraseDataRequest.md +20 -0
  165. data/docs/UsersExportData200Response.md +32 -0
  166. data/docs/UsersGet200Response.md +18 -0
  167. data/docs/UsersLinkOAuthProvider200Response.md +18 -0
  168. data/docs/UsersListOAuthProviders200Response.md +18 -0
  169. data/docs/UsersListOAuthProviders200ResponseProvidersInner.md +24 -0
  170. data/docs/UsersUnlinkOAuthProvider200Response.md +20 -0
  171. data/docs/UsersUpdate200Response.md +20 -0
  172. data/docs/UsersVerify2faRequest.md +18 -0
  173. data/docs/UsersVerifyEmailRequest.md +20 -0
  174. data/docs/WalletApi.md +282 -282
  175. data/docs/WalletBroadcastTransaction200Response.md +22 -0
  176. data/docs/WalletBroadcastTransaction200ResponseData.md +24 -0
  177. data/docs/WalletBroadcastTransactionRequest.md +22 -0
  178. data/docs/WalletCreateWebhook201Response.md +22 -0
  179. data/docs/WalletCreateWebhookRequest.md +26 -0
  180. data/docs/WalletCreateWebhookRequestFilters.md +20 -0
  181. data/docs/WalletEstimateGas200Response.md +20 -0
  182. data/docs/WalletEstimateGas200ResponseData.md +38 -0
  183. data/docs/WalletEstimateGasRequest.md +20 -0
  184. data/docs/WalletEstimateGasRequestTransaction.md +28 -0
  185. data/docs/WalletGetBalance200Response.md +20 -0
  186. data/docs/WalletGetCancelParams200Response.md +20 -0
  187. data/docs/WalletGetCancelParams200ResponseData.md +36 -0
  188. data/docs/WalletGetCancelParamsRequest.md +22 -0
  189. data/docs/WalletGetSpeedUpParams200Response.md +20 -0
  190. data/docs/WalletGetSpeedUpParams200ResponseData.md +36 -0
  191. data/docs/WalletGetSpeedUpParamsRequest.md +22 -0
  192. data/docs/WalletGetTransactionByHash200Response.md +20 -0
  193. data/docs/WalletGetTransactionByHash400Response.md +20 -0
  194. data/docs/WalletGetTransactions200Response.md +22 -0
  195. data/docs/WalletGetTransactions200ResponsePagination.md +30 -0
  196. data/docs/WalletGetWebhookLogs200Response.md +20 -0
  197. data/docs/WalletListAddresses200Response.md +22 -0
  198. data/docs/WalletListWebhooks200Response.md +22 -0
  199. data/docs/WalletRegisterAddressRequest.md +26 -0
  200. data/docs/WalletTestWebhook200Response.md +20 -0
  201. data/docs/WalletTestWebhookRequest.md +24 -0
  202. data/docs/WalletUpdateWebhook200Response.md +20 -0
  203. data/docs/WalletUpdateWebhookRequest.md +24 -0
  204. data/docs/WebhooksApi.md +12 -12
  205. data/lib/mudbase/api/auth_api.rb +1158 -0
  206. data/lib/mudbase/api/billing_api.rb +131 -131
  207. data/lib/mudbase/api/chat_api.rb +189 -189
  208. data/lib/mudbase/api/collections_api.rb +65 -65
  209. data/lib/mudbase/api/compliance_api.rb +17 -17
  210. data/lib/mudbase/api/data_api.rb +62 -62
  211. data/lib/mudbase/api/functions_api.rb +146 -146
  212. data/lib/mudbase/api/health_api.rb +8 -8
  213. data/lib/mudbase/api/integrations_api.rb +34 -34
  214. data/lib/mudbase/api/messaging_api.rb +54 -54
  215. data/lib/mudbase/api/multi_role_api.rb +699 -0
  216. data/lib/mudbase/api/realtime_analytics_api.rb +358 -0
  217. data/lib/mudbase/api/role_elevation_api.rb +43 -43
  218. data/lib/mudbase/api/search_api.rb +43 -43
  219. data/lib/mudbase/api/storage_api.rb +1047 -0
  220. data/lib/mudbase/api/usage_api.rb +20 -20
  221. data/lib/mudbase/api/users_api.rb +166 -166
  222. data/lib/mudbase/api/wallet_api.rb +302 -302
  223. data/lib/mudbase/api/webhooks_api.rb +10 -10
  224. data/lib/mudbase/api_client.rb +1 -1
  225. data/lib/mudbase/api_error.rb +1 -1
  226. data/lib/mudbase/api_model_base.rb +1 -1
  227. data/lib/mudbase/configuration.rb +2 -2
  228. data/lib/mudbase/models/api_key.rb +1 -1
  229. data/lib/mudbase/models/api_key_permission.rb +1 -1
  230. data/lib/mudbase/models/api_key_usage.rb +1 -1
  231. data/lib/mudbase/models/api_key_usage_response.rb +1 -1
  232. data/lib/mudbase/models/api_key_with_secret.rb +1 -1
  233. data/lib/mudbase/models/auth_config.rb +2 -2
  234. data/lib/mudbase/models/auth_confirm_password_reset_request.rb +280 -0
  235. data/lib/mudbase/models/auth_convert_anonymous200_response.rb +183 -0
  236. data/lib/mudbase/models/auth_convert_anonymous_request.rb +208 -0
  237. data/lib/mudbase/models/auth_create_anonymous200_response.rb +184 -0
  238. data/lib/mudbase/models/auth_create_anonymous200_response_user.rb +192 -0
  239. data/lib/mudbase/models/auth_create_anonymous_request.rb +158 -0
  240. data/lib/mudbase/models/auth_get_o_auth_providers200_response.rb +158 -0
  241. data/lib/mudbase/models/auth_get_o_auth_providers200_response_providers_inner.rb +196 -0
  242. data/lib/mudbase/models/auth_get_session200_response.rb +156 -0
  243. data/lib/mudbase/models/auth_login200_response.rb +186 -0
  244. data/lib/mudbase/models/auth_login200_response_user.rb +201 -0
  245. data/lib/mudbase/models/auth_login403_response.rb +165 -0
  246. data/lib/mudbase/models/auth_login_request.rb +199 -0
  247. data/lib/mudbase/models/auth_oauth_callback200_response.rb +156 -0
  248. data/lib/mudbase/models/auth_oauth_initiate200_response.rb +148 -0
  249. data/lib/mudbase/models/auth_oauth_initiate400_response.rb +147 -0
  250. data/lib/mudbase/models/auth_oauth_signup_with_role400_response.rb +156 -0
  251. data/lib/mudbase/models/auth_provider.rb +1 -1
  252. data/lib/mudbase/models/auth_refresh200_response.rb +177 -0
  253. data/lib/mudbase/models/auth_refresh400_response.rb +147 -0
  254. data/lib/mudbase/models/auth_refresh_request.rb +165 -0
  255. data/lib/mudbase/models/auth_register201_response.rb +196 -0
  256. data/lib/mudbase/models/auth_register201_response_user.rb +192 -0
  257. data/lib/mudbase/models/auth_register429_response.rb +226 -0
  258. data/lib/mudbase/models/auth_register_request.rb +277 -0
  259. data/lib/mudbase/models/auth_register_with_role_request.rb +268 -0
  260. data/lib/mudbase/models/auth_request_password_reset_request.rb +174 -0
  261. data/lib/mudbase/models/auth_reset_password_request.rb +182 -0
  262. data/lib/mudbase/models/auth_response.rb +1 -1
  263. data/lib/mudbase/models/auth_verify_magic_link_request.rb +164 -0
  264. data/lib/mudbase/models/billing.rb +1 -1
  265. data/lib/mudbase/models/billing_check_feature_access200_response.rb +156 -0
  266. data/lib/mudbase/models/billing_check_subscription200_response.rb +156 -0
  267. data/lib/mudbase/models/billing_check_subscription200_response_subscription.rb +156 -0
  268. data/lib/mudbase/models/billing_create_checkout_session200_response.rb +156 -0
  269. data/lib/mudbase/models/billing_create_checkout_session200_response_data.rb +245 -0
  270. data/lib/mudbase/models/billing_create_checkout_session200_response_data_payment_options_inner.rb +238 -0
  271. data/lib/mudbase/models/billing_create_checkout_session_request.rb +262 -0
  272. data/lib/mudbase/models/billing_create_checkout_session_request_customer_info.rb +173 -0
  273. data/lib/mudbase/models/billing_get_checkout_payment200_response.rb +156 -0
  274. data/lib/mudbase/models/billing_get_checkout_payment200_response_data.rb +224 -0
  275. data/lib/mudbase/models/billing_get_public_plans200_response.rb +149 -0
  276. data/lib/mudbase/models/billing_handle_crypto_webhook200_response.rb +147 -0
  277. data/lib/mudbase/models/billing_handle_crypto_webhook_request.rb +214 -0
  278. data/lib/mudbase/models/billing_handle_crypto_webhook_request_data.rb +201 -0
  279. data/lib/mudbase/models/billing_handle_flutterwave_webhook_request.rb +157 -0
  280. data/lib/mudbase/models/billing_handle_flutterwave_webhook_request_data.rb +211 -0
  281. data/lib/mudbase/models/billing_handle_flutterwave_webhook_request_data_customer.rb +156 -0
  282. data/lib/mudbase/models/billing_initialize_payment_request.rb +219 -0
  283. data/lib/mudbase/models/billing_initialize_payment_request_customer.rb +173 -0
  284. data/lib/mudbase/models/billing_last_payment.rb +1 -1
  285. data/lib/mudbase/models/billing_record_usage_request.rb +219 -0
  286. data/lib/mudbase/models/billing_verify_payment200_response.rb +165 -0
  287. data/lib/mudbase/models/billing_verify_payment200_response_data.rb +147 -0
  288. data/lib/mudbase/models/billing_verify_payment200_response_data_subscription.rb +208 -0
  289. data/lib/mudbase/models/bucket.rb +1 -1
  290. data/lib/mudbase/models/bucket_list_response.rb +1 -1
  291. data/lib/mudbase/models/bucket_response.rb +1 -1
  292. data/lib/mudbase/models/change_password_request.rb +1 -1
  293. data/lib/mudbase/models/chat_add_participant200_response.rb +156 -0
  294. data/lib/mudbase/models/chat_add_participant200_response_data.rb +149 -0
  295. data/lib/mudbase/models/chat_add_participant200_response_data_participants_inner.rb +165 -0
  296. data/lib/mudbase/models/chat_add_participant_request.rb +207 -0
  297. data/lib/mudbase/models/chat_add_reaction200_response.rb +158 -0
  298. data/lib/mudbase/models/chat_add_reaction200_response_data_inner.rb +158 -0
  299. data/lib/mudbase/models/chat_add_reaction_request.rb +164 -0
  300. data/lib/mudbase/models/chat_create201_response.rb +156 -0
  301. data/lib/mudbase/models/chat_create201_response_data.rb +185 -0
  302. data/lib/mudbase/models/chat_create_request.rb +260 -0
  303. data/lib/mudbase/models/chat_edit_message200_response.rb +156 -0
  304. data/lib/mudbase/models/chat_edit_message200_response_data.rb +165 -0
  305. data/lib/mudbase/models/chat_edit_message_request.rb +164 -0
  306. data/lib/mudbase/models/chat_get200_response.rb +156 -0
  307. data/lib/mudbase/models/chat_get200_response_data.rb +167 -0
  308. data/lib/mudbase/models/chat_get200_response_data_participants_inner.rb +156 -0
  309. data/lib/mudbase/models/chat_get_messages200_response.rb +156 -0
  310. data/lib/mudbase/models/chat_get_messages200_response_data.rb +158 -0
  311. data/lib/mudbase/models/chat_get_messages200_response_data_messages_inner.rb +174 -0
  312. data/lib/mudbase/models/chat_get_messages200_response_data_messages_inner_sender.rb +156 -0
  313. data/lib/mudbase/models/chat_list200_response.rb +156 -0
  314. data/lib/mudbase/models/chat_list200_response_data.rb +158 -0
  315. data/lib/mudbase/models/chat_list200_response_data_chats_inner.rb +183 -0
  316. data/lib/mudbase/models/chat_list200_response_data_chats_inner_last_message.rb +147 -0
  317. data/lib/mudbase/models/chat_mark_as_read200_response.rb +156 -0
  318. data/lib/mudbase/models/chat_mark_as_read200_response_data.rb +147 -0
  319. data/lib/mudbase/models/chat_mark_as_read_request.rb +166 -0
  320. data/lib/mudbase/models/chat_remove_participant_request.rb +164 -0
  321. data/lib/mudbase/models/chat_remove_reaction200_response.rb +158 -0
  322. data/lib/mudbase/models/chat_remove_reaction200_response_data_inner.rb +167 -0
  323. data/lib/mudbase/models/chat_send_message201_response.rb +156 -0
  324. data/lib/mudbase/models/chat_send_message201_response_data.rb +174 -0
  325. data/lib/mudbase/models/chat_send_message_request.rb +234 -0
  326. data/lib/mudbase/models/collection.rb +1 -1
  327. data/lib/mudbase/models/collections_create201_response.rb +156 -0
  328. data/lib/mudbase/models/collections_list200_response.rb +158 -0
  329. data/lib/mudbase/models/compliance_log_security_event200_response.rb +156 -0
  330. data/lib/mudbase/models/compliance_log_security_event200_response_event.rb +174 -0
  331. data/lib/mudbase/models/compliance_log_security_event_request.rb +225 -0
  332. data/lib/mudbase/models/compliance_log_security_event_request_details.rb +192 -0
  333. data/lib/mudbase/models/confirm_upload_response.rb +1 -1
  334. data/lib/mudbase/models/confirm_upload_response_scan.rb +1 -1
  335. data/lib/mudbase/models/create_api_key_request.rb +1 -1
  336. data/lib/mudbase/models/create_bucket_request.rb +1 -1
  337. data/lib/mudbase/models/create_collection_request.rb +1 -1
  338. data/lib/mudbase/models/create_function_request.rb +1 -1
  339. data/lib/mudbase/models/create_project_request.rb +1 -1
  340. data/lib/mudbase/models/data_list_response.rb +1 -1
  341. data/lib/mudbase/models/data_list_response_data_inner.rb +1 -1
  342. data/lib/mudbase/models/data_response.rb +1 -1
  343. data/lib/mudbase/models/database_config.rb +1 -1
  344. data/lib/mudbase/models/email_request.rb +1 -1
  345. data/lib/mudbase/models/email_request_to.rb +1 -1
  346. data/lib/mudbase/models/error.rb +20 -2
  347. data/lib/mudbase/models/error_details.rb +1 -1
  348. data/lib/mudbase/models/field.rb +1 -1
  349. data/lib/mudbase/models/field_default.rb +1 -1
  350. data/lib/mudbase/models/file_list_response.rb +1 -1
  351. data/lib/mudbase/models/file_metadata.rb +1 -1
  352. data/lib/mudbase/models/file_response.rb +1 -1
  353. data/lib/mudbase/models/file_upload_response.rb +1 -1
  354. data/lib/mudbase/models/function.rb +1 -1
  355. data/lib/mudbase/models/function_execution.rb +1 -1
  356. data/lib/mudbase/models/function_execution_response.rb +1 -1
  357. data/lib/mudbase/models/function_execution_response_data.rb +1 -1
  358. data/lib/mudbase/models/function_list_response.rb +1 -1
  359. data/lib/mudbase/models/function_list_response_data.rb +1 -1
  360. data/lib/mudbase/models/function_logs_response.rb +1 -1
  361. data/lib/mudbase/models/function_logs_response_data.rb +1 -1
  362. data/lib/mudbase/models/function_response.rb +1 -1
  363. data/lib/mudbase/models/function_stats.rb +1 -1
  364. data/lib/mudbase/models/function_trigger.rb +1 -1
  365. data/lib/mudbase/models/functions_delete200_response.rb +156 -0
  366. data/lib/mudbase/models/functions_execute_request.rb +148 -0
  367. data/lib/mudbase/models/functions_get_versions200_response.rb +156 -0
  368. data/lib/mudbase/models/functions_get_versions200_response_data.rb +149 -0
  369. data/lib/mudbase/models/functions_get_versions200_response_data_versions_inner.rb +192 -0
  370. data/lib/mudbase/models/functions_rollback_request.rb +165 -0
  371. data/lib/mudbase/models/functions_simulate_request.rb +168 -0
  372. data/lib/mudbase/models/functions_trigger_webhook200_response.rb +168 -0
  373. data/lib/mudbase/models/functions_trigger_webhook400_response.rb +156 -0
  374. data/lib/mudbase/models/functions_trigger_webhook401_response.rb +156 -0
  375. data/lib/mudbase/models/health_response.rb +1 -1
  376. data/lib/mudbase/models/health_response_services.rb +1 -1
  377. data/lib/mudbase/models/integrations_execute_request.rb +232 -0
  378. data/lib/mudbase/models/integrations_list200_response.rb +149 -0
  379. data/lib/mudbase/models/integrations_list200_response_integrations_inner.rb +174 -0
  380. data/lib/mudbase/models/invite_member_request.rb +1 -1
  381. data/lib/mudbase/models/limits.rb +1 -1
  382. data/lib/mudbase/models/login_request.rb +1 -1
  383. data/lib/mudbase/models/magic_link_request.rb +1 -1
  384. data/lib/mudbase/models/message.rb +1 -1
  385. data/lib/mudbase/models/message_history_response.rb +1 -1
  386. data/lib/mudbase/models/message_history_response_data.rb +1 -1
  387. data/lib/mudbase/models/message_response.rb +1 -1
  388. data/lib/mudbase/models/message_sent_response.rb +1 -1
  389. data/lib/mudbase/models/message_sent_response_data.rb +1 -1
  390. data/lib/mudbase/models/message_stats_response.rb +1 -1
  391. data/lib/mudbase/models/message_stats_response_data.rb +1 -1
  392. data/lib/mudbase/models/message_stats_response_data_by_status.rb +1 -1
  393. data/lib/mudbase/models/message_stats_response_data_by_type.rb +1 -1
  394. data/lib/mudbase/models/message_stats_response_data_period.rb +1 -1
  395. data/lib/mudbase/models/multi_role_add_role_request.rb +245 -0
  396. data/lib/mudbase/models/multi_role_add_role_request_default_permissions_inner.rb +158 -0
  397. data/lib/mudbase/models/multi_role_get_available_roles200_response.rb +158 -0
  398. data/lib/mudbase/models/multi_role_get_available_roles200_response_data_inner.rb +201 -0
  399. data/lib/mudbase/models/multi_role_get_config200_response.rb +156 -0
  400. data/lib/mudbase/models/multi_role_get_config200_response_data.rb +176 -0
  401. data/lib/mudbase/models/multi_role_toggle_role_request.rb +164 -0
  402. data/lib/mudbase/models/multi_role_update_collection_permissions_request.rb +180 -0
  403. data/lib/mudbase/models/multi_role_update_role_request.rb +192 -0
  404. data/lib/mudbase/models/multi_role_update_settings200_response.rb +165 -0
  405. data/lib/mudbase/models/multi_role_update_settings_request.rb +165 -0
  406. data/lib/mudbase/models/multi_role_update_settings_request_settings.rb +156 -0
  407. data/lib/mudbase/models/non_custodial_address.rb +1 -1
  408. data/lib/mudbase/models/non_custodial_address_response.rb +1 -1
  409. data/lib/mudbase/models/organization.rb +1 -1
  410. data/lib/mudbase/models/organization_summary.rb +1 -1
  411. data/lib/mudbase/models/otp_send_request.rb +1 -1
  412. data/lib/mudbase/models/otp_verify_request.rb +1 -1
  413. data/lib/mudbase/models/pagination.rb +1 -1
  414. data/lib/mudbase/models/payment_intent.rb +1 -1
  415. data/lib/mudbase/models/payment_refund.rb +1 -1
  416. data/lib/mudbase/models/payment_subscription.rb +1 -1
  417. data/lib/mudbase/models/permission.rb +1 -1
  418. data/lib/mudbase/models/plan.rb +1 -1
  419. data/lib/mudbase/models/presigned_post_response.rb +1 -1
  420. data/lib/mudbase/models/project.rb +1 -1
  421. data/lib/mudbase/models/project_settings.rb +2 -2
  422. data/lib/mudbase/models/project_summary.rb +1 -1
  423. data/lib/mudbase/models/project_usage.rb +1 -1
  424. data/lib/mudbase/models/project_usage_response.rb +1 -1
  425. data/lib/mudbase/models/project_usage_stats_response.rb +1 -1
  426. data/lib/mudbase/models/project_usage_stats_response_project.rb +1 -1
  427. data/lib/mudbase/models/push_notification_request.rb +1 -1
  428. data/lib/mudbase/models/rate_limit.rb +1 -1
  429. data/lib/mudbase/models/realtime_analytics_check_user_presence200_response.rb +158 -0
  430. data/lib/mudbase/models/realtime_analytics_check_user_presence200_response_presence_value.rb +156 -0
  431. data/lib/mudbase/models/realtime_analytics_check_user_presence_request.rb +166 -0
  432. data/lib/mudbase/models/realtime_analytics_get_active_users200_response.rb +167 -0
  433. data/lib/mudbase/models/realtime_analytics_get_active_users200_response_users_inner.rb +165 -0
  434. data/lib/mudbase/models/realtime_analytics_get_event_throughput200_response.rb +185 -0
  435. data/lib/mudbase/models/realtime_analytics_get_historical_analytics200_response.rb +176 -0
  436. data/lib/mudbase/models/realtime_analytics_get_historical_analytics200_response_data_inner.rb +165 -0
  437. data/lib/mudbase/models/realtime_analytics_get_project200_response.rb +183 -0
  438. data/lib/mudbase/models/register_request.rb +2 -2
  439. data/lib/mudbase/models/role_elevation_get_status200_response.rb +149 -0
  440. data/lib/mudbase/models/role_elevation_request200_response.rb +240 -0
  441. data/lib/mudbase/models/role_elevation_request_request.rb +164 -0
  442. data/lib/mudbase/models/role_elevation_upload_documents_request.rb +192 -0
  443. data/lib/mudbase/models/role_elevation_upload_documents_request_documents_inner.rb +156 -0
  444. data/lib/mudbase/models/search_get_analytics200_response.rb +176 -0
  445. data/lib/mudbase/models/search_get_analytics200_response_top_queries_inner.rb +156 -0
  446. data/lib/mudbase/models/search_get_suggestions200_response.rb +149 -0
  447. data/lib/mudbase/models/search_response.rb +1 -1
  448. data/lib/mudbase/models/search_response_data.rb +1 -1
  449. data/lib/mudbase/models/search_result.rb +1 -1
  450. data/lib/mudbase/models/search_result_item.rb +1 -1
  451. data/lib/mudbase/models/session_response.rb +1 -1
  452. data/lib/mudbase/models/signed_url_response.rb +1 -1
  453. data/lib/mudbase/models/sms_request.rb +1 -1
  454. data/lib/mudbase/models/storage_config.rb +1 -1
  455. data/lib/mudbase/models/storage_confirm_upload400_response.rb +156 -0
  456. data/lib/mudbase/models/storage_confirm_upload_request.rb +236 -0
  457. data/lib/mudbase/models/storage_download_bucket_file403_response.rb +147 -0
  458. data/lib/mudbase/models/storage_download_bucket_file404_response.rb +147 -0
  459. data/lib/mudbase/models/storage_get_presigned_upload_request.rb +221 -0
  460. data/lib/mudbase/models/storage_get_signed_url_request.rb +149 -0
  461. data/lib/mudbase/models/system_status_response.rb +1 -1
  462. data/lib/mudbase/models/system_status_response_data.rb +1 -1
  463. data/lib/mudbase/models/system_status_response_data_cpu.rb +1 -1
  464. data/lib/mudbase/models/system_status_response_data_database.rb +1 -1
  465. data/lib/mudbase/models/system_status_response_data_memory.rb +1 -1
  466. data/lib/mudbase/models/system_status_response_data_requests.rb +1 -1
  467. data/lib/mudbase/models/system_status_response_data_storage.rb +1 -1
  468. data/lib/mudbase/models/trigger_webhook_request.rb +1 -1
  469. data/lib/mudbase/models/two_fa_setup_response.rb +1 -1
  470. data/lib/mudbase/models/update_api_key_request.rb +1 -1
  471. data/lib/mudbase/models/update_bucket_request.rb +1 -1
  472. data/lib/mudbase/models/update_collection_request.rb +1 -1
  473. data/lib/mudbase/models/update_function_request.rb +1 -1
  474. data/lib/mudbase/models/update_function_request_limits.rb +1 -1
  475. data/lib/mudbase/models/update_function_request_retry_policy.rb +1 -1
  476. data/lib/mudbase/models/update_organization_request.rb +1 -1
  477. data/lib/mudbase/models/update_project_request.rb +1 -1
  478. data/lib/mudbase/models/update_user_request.rb +1 -1
  479. data/lib/mudbase/models/upload_files_to_bucket_metadata_request.rb +1 -1
  480. data/lib/mudbase/models/upload_files_to_bucket_request.rb +1 -1
  481. data/lib/mudbase/models/usage.rb +1 -1
  482. data/lib/mudbase/models/usage_response.rb +1 -1
  483. data/lib/mudbase/models/usage_stats_response.rb +1 -1
  484. data/lib/mudbase/models/usage_stats_response_percentages.rb +1 -1
  485. data/lib/mudbase/models/usage_trends_response.rb +1 -1
  486. data/lib/mudbase/models/usage_trends_response_trends_inner.rb +1 -1
  487. data/lib/mudbase/models/usage_trends_response_trends_inner_id.rb +1 -1
  488. data/lib/mudbase/models/user.rb +1 -1
  489. data/lib/mudbase/models/user_summary.rb +1 -1
  490. data/lib/mudbase/models/users_disable2fa_request.rb +190 -0
  491. data/lib/mudbase/models/users_erase_data200_response.rb +156 -0
  492. data/lib/mudbase/models/users_erase_data200_response_details.rb +183 -0
  493. data/lib/mudbase/models/users_erase_data_request.rb +198 -0
  494. data/lib/mudbase/models/users_export_data200_response.rb +222 -0
  495. data/lib/mudbase/models/users_get200_response.rb +147 -0
  496. data/lib/mudbase/models/users_link_o_auth_provider200_response.rb +147 -0
  497. data/lib/mudbase/models/users_list_o_auth_providers200_response.rb +149 -0
  498. data/lib/mudbase/models/users_list_o_auth_providers200_response_providers_inner.rb +174 -0
  499. data/lib/mudbase/models/users_unlink_o_auth_provider200_response.rb +156 -0
  500. data/lib/mudbase/models/users_update200_response.rb +156 -0
  501. data/lib/mudbase/models/users_verify2fa_request.rb +164 -0
  502. data/lib/mudbase/models/users_verify_email_request.rb +175 -0
  503. data/lib/mudbase/models/wallet_balance.rb +1 -1
  504. data/lib/mudbase/models/wallet_broadcast_transaction200_response.rb +165 -0
  505. data/lib/mudbase/models/wallet_broadcast_transaction200_response_data.rb +175 -0
  506. data/lib/mudbase/models/wallet_broadcast_transaction_request.rb +243 -0
  507. data/lib/mudbase/models/wallet_create_webhook201_response.rb +165 -0
  508. data/lib/mudbase/models/wallet_create_webhook_request.rb +233 -0
  509. data/lib/mudbase/models/wallet_create_webhook_request_filters.rb +184 -0
  510. data/lib/mudbase/models/wallet_estimate_gas200_response.rb +156 -0
  511. data/lib/mudbase/models/wallet_estimate_gas200_response_data.rb +248 -0
  512. data/lib/mudbase/models/wallet_estimate_gas_request.rb +198 -0
  513. data/lib/mudbase/models/wallet_estimate_gas_request_transaction.rb +216 -0
  514. data/lib/mudbase/models/wallet_get_balance200_response.rb +156 -0
  515. data/lib/mudbase/models/wallet_get_cancel_params200_response.rb +156 -0
  516. data/lib/mudbase/models/wallet_get_cancel_params200_response_data.rb +231 -0
  517. data/lib/mudbase/models/wallet_get_cancel_params_request.rb +208 -0
  518. data/lib/mudbase/models/wallet_get_speed_up_params200_response.rb +156 -0
  519. data/lib/mudbase/models/wallet_get_speed_up_params200_response_data.rb +229 -0
  520. data/lib/mudbase/models/wallet_get_speed_up_params_request.rb +209 -0
  521. data/lib/mudbase/models/wallet_get_transaction_by_hash200_response.rb +156 -0
  522. data/lib/mudbase/models/wallet_get_transaction_by_hash400_response.rb +156 -0
  523. data/lib/mudbase/models/wallet_get_transactions200_response.rb +167 -0
  524. data/lib/mudbase/models/wallet_get_transactions200_response_pagination.rb +201 -0
  525. data/lib/mudbase/models/wallet_get_webhook_logs200_response.rb +158 -0
  526. data/lib/mudbase/models/wallet_list_addresses200_response.rb +167 -0
  527. data/lib/mudbase/models/wallet_list_webhooks200_response.rb +167 -0
  528. data/lib/mudbase/models/wallet_register_address_request.rb +246 -0
  529. data/lib/mudbase/models/wallet_test_webhook200_response.rb +156 -0
  530. data/lib/mudbase/models/wallet_test_webhook_request.rb +191 -0
  531. data/lib/mudbase/models/wallet_transaction.rb +1 -1
  532. data/lib/mudbase/models/wallet_transaction_webhook_payload.rb +1 -1
  533. data/lib/mudbase/models/wallet_update_webhook200_response.rb +156 -0
  534. data/lib/mudbase/models/wallet_update_webhook_request.rb +176 -0
  535. data/lib/mudbase/models/wallet_webhook.rb +1 -1
  536. data/lib/mudbase/models/wallet_webhook_filters.rb +1 -1
  537. data/lib/mudbase/models/wallet_webhook_stats.rb +1 -1
  538. data/lib/mudbase/models/webhook_list_response.rb +1 -1
  539. data/lib/mudbase/models/webhook_log.rb +1 -1
  540. data/lib/mudbase/models/webhook_stats_response.rb +1 -1
  541. data/lib/mudbase/models/webhook_stats_response_event_stats_inner.rb +1 -1
  542. data/lib/mudbase/models/webhook_stats_response_status_stats_inner.rb +1 -1
  543. data/lib/mudbase/version.rb +2 -2
  544. data/lib/mudbase.rb +185 -187
  545. data/mudbase.gemspec +1 -1
  546. data/spec/api/auth_api_spec.rb +240 -0
  547. data/spec/api/billing_api_spec.rb +35 -35
  548. data/spec/api/chat_api_spec.rb +43 -43
  549. data/spec/api/collections_api_spec.rb +19 -19
  550. data/spec/api/compliance_api_spec.rb +5 -5
  551. data/spec/api/data_api_spec.rb +16 -16
  552. data/spec/api/functions_api_spec.rb +35 -35
  553. data/spec/api/health_api_spec.rb +3 -3
  554. data/spec/api/integrations_api_spec.rb +10 -10
  555. data/spec/api/messaging_api_spec.rb +16 -16
  556. data/spec/api/multi_role_api_spec.rb +156 -0
  557. data/spec/api/realtime_analytics_api_spec.rb +98 -0
  558. data/spec/api/role_elevation_api_spec.rb +11 -11
  559. data/spec/api/search_api_spec.rb +12 -12
  560. data/spec/api/storage_api_spec.rb +227 -0
  561. data/spec/api/usage_api_spec.rb +7 -7
  562. data/spec/api/users_api_spec.rb +51 -51
  563. data/spec/api/wallet_api_spec.rb +74 -74
  564. data/spec/api/webhooks_api_spec.rb +4 -4
  565. data/spec/models/api_key_permission_spec.rb +1 -1
  566. data/spec/models/api_key_spec.rb +1 -1
  567. data/spec/models/api_key_usage_response_spec.rb +1 -1
  568. data/spec/models/api_key_usage_spec.rb +1 -1
  569. data/spec/models/api_key_with_secret_spec.rb +1 -1
  570. data/spec/models/auth_config_spec.rb +1 -1
  571. data/spec/models/auth_confirm_password_reset_request_spec.rb +54 -0
  572. data/spec/models/auth_convert_anonymous200_response_spec.rb +60 -0
  573. data/spec/models/auth_convert_anonymous_request_spec.rb +54 -0
  574. data/spec/models/auth_create_anonymous200_response_spec.rb +60 -0
  575. data/spec/models/auth_create_anonymous200_response_user_spec.rb +66 -0
  576. data/spec/models/auth_create_anonymous_request_spec.rb +42 -0
  577. data/spec/models/auth_get_o_auth_providers200_response_providers_inner_spec.rb +66 -0
  578. data/spec/models/auth_get_o_auth_providers200_response_spec.rb +42 -0
  579. data/spec/models/auth_get_session200_response_spec.rb +42 -0
  580. data/spec/models/auth_login200_response_spec.rb +60 -0
  581. data/spec/models/auth_login200_response_user_spec.rb +72 -0
  582. data/spec/models/auth_login403_response_spec.rb +48 -0
  583. data/spec/models/auth_login_request_spec.rb +48 -0
  584. data/spec/models/auth_oauth_callback200_response_spec.rb +42 -0
  585. data/spec/models/auth_oauth_initiate200_response_spec.rb +36 -0
  586. data/spec/models/auth_oauth_initiate400_response_spec.rb +36 -0
  587. data/spec/models/auth_oauth_signup_with_role400_response_spec.rb +42 -0
  588. data/spec/models/auth_provider_spec.rb +1 -1
  589. data/spec/models/auth_refresh200_response_spec.rb +54 -0
  590. data/spec/models/auth_refresh400_response_spec.rb +36 -0
  591. data/spec/models/auth_refresh_request_spec.rb +36 -0
  592. data/spec/models/auth_register201_response_spec.rb +66 -0
  593. data/spec/models/auth_register201_response_user_spec.rb +66 -0
  594. data/spec/models/auth_register429_response_spec.rb +72 -0
  595. data/spec/models/auth_register_request_spec.rb +60 -0
  596. data/spec/models/auth_register_with_role_request_spec.rb +60 -0
  597. data/spec/models/auth_request_password_reset_request_spec.rb +42 -0
  598. data/spec/models/auth_reset_password_request_spec.rb +42 -0
  599. data/spec/models/auth_response_spec.rb +1 -1
  600. data/spec/models/auth_verify_magic_link_request_spec.rb +36 -0
  601. data/spec/models/billing_check_feature_access200_response_spec.rb +42 -0
  602. data/spec/models/billing_check_subscription200_response_spec.rb +42 -0
  603. data/spec/models/billing_check_subscription200_response_subscription_spec.rb +42 -0
  604. data/spec/models/billing_create_checkout_session200_response_data_payment_options_inner_spec.rb +74 -0
  605. data/spec/models/billing_create_checkout_session200_response_data_spec.rb +96 -0
  606. data/spec/models/billing_create_checkout_session200_response_spec.rb +42 -0
  607. data/spec/models/billing_create_checkout_session_request_customer_info_spec.rb +42 -0
  608. data/spec/models/billing_create_checkout_session_request_spec.rb +64 -0
  609. data/spec/models/billing_get_checkout_payment200_response_data_spec.rb +84 -0
  610. data/spec/models/billing_get_checkout_payment200_response_spec.rb +42 -0
  611. data/spec/models/billing_get_public_plans200_response_spec.rb +36 -0
  612. data/spec/models/billing_handle_crypto_webhook200_response_spec.rb +36 -0
  613. data/spec/models/billing_handle_crypto_webhook_request_data_spec.rb +72 -0
  614. data/spec/models/billing_handle_crypto_webhook_request_spec.rb +46 -0
  615. data/spec/models/billing_handle_flutterwave_webhook_request_data_customer_spec.rb +42 -0
  616. data/spec/models/billing_handle_flutterwave_webhook_request_data_spec.rb +78 -0
  617. data/spec/models/billing_handle_flutterwave_webhook_request_spec.rb +42 -0
  618. data/spec/models/billing_initialize_payment_request_customer_spec.rb +42 -0
  619. data/spec/models/billing_initialize_payment_request_spec.rb +54 -0
  620. data/spec/models/billing_last_payment_spec.rb +1 -1
  621. data/spec/models/billing_record_usage_request_spec.rb +48 -0
  622. data/spec/models/billing_spec.rb +1 -1
  623. data/spec/models/billing_verify_payment200_response_data_spec.rb +36 -0
  624. data/spec/models/billing_verify_payment200_response_data_subscription_spec.rb +58 -0
  625. data/spec/models/billing_verify_payment200_response_spec.rb +48 -0
  626. data/spec/models/bucket_list_response_spec.rb +1 -1
  627. data/spec/models/bucket_response_spec.rb +1 -1
  628. data/spec/models/bucket_spec.rb +1 -1
  629. data/spec/models/change_password_request_spec.rb +1 -1
  630. data/spec/models/chat_add_participant200_response_data_participants_inner_spec.rb +48 -0
  631. data/spec/models/chat_add_participant200_response_data_spec.rb +36 -0
  632. data/spec/models/chat_add_participant200_response_spec.rb +42 -0
  633. data/spec/models/chat_add_participant_request_spec.rb +46 -0
  634. data/spec/models/chat_add_reaction200_response_data_inner_spec.rb +42 -0
  635. data/spec/models/chat_add_reaction200_response_spec.rb +42 -0
  636. data/spec/models/chat_add_reaction_request_spec.rb +36 -0
  637. data/spec/models/chat_create201_response_data_spec.rb +60 -0
  638. data/spec/models/chat_create201_response_spec.rb +42 -0
  639. data/spec/models/chat_create_request_spec.rb +64 -0
  640. data/spec/models/chat_edit_message200_response_data_spec.rb +48 -0
  641. data/spec/models/chat_edit_message200_response_spec.rb +42 -0
  642. data/spec/models/chat_edit_message_request_spec.rb +36 -0
  643. data/spec/models/chat_get200_response_data_participants_inner_spec.rb +42 -0
  644. data/spec/models/chat_get200_response_data_spec.rb +48 -0
  645. data/spec/models/chat_get200_response_spec.rb +42 -0
  646. data/spec/models/chat_get_messages200_response_data_messages_inner_sender_spec.rb +42 -0
  647. data/spec/models/chat_get_messages200_response_data_messages_inner_spec.rb +54 -0
  648. data/spec/models/chat_get_messages200_response_data_spec.rb +42 -0
  649. data/spec/models/chat_get_messages200_response_spec.rb +42 -0
  650. data/spec/models/chat_list200_response_data_chats_inner_last_message_spec.rb +36 -0
  651. data/spec/models/chat_list200_response_data_chats_inner_spec.rb +60 -0
  652. data/spec/models/chat_list200_response_data_spec.rb +42 -0
  653. data/spec/models/chat_list200_response_spec.rb +42 -0
  654. data/spec/models/chat_mark_as_read200_response_data_spec.rb +36 -0
  655. data/spec/models/chat_mark_as_read200_response_spec.rb +42 -0
  656. data/spec/models/chat_mark_as_read_request_spec.rb +36 -0
  657. data/spec/models/chat_remove_participant_request_spec.rb +36 -0
  658. data/spec/models/chat_remove_reaction200_response_data_inner_spec.rb +48 -0
  659. data/spec/models/chat_remove_reaction200_response_spec.rb +42 -0
  660. data/spec/models/chat_send_message201_response_data_spec.rb +54 -0
  661. data/spec/models/chat_send_message201_response_spec.rb +42 -0
  662. data/spec/models/chat_send_message_request_spec.rb +58 -0
  663. data/spec/models/collection_spec.rb +1 -1
  664. data/spec/models/collections_create201_response_spec.rb +42 -0
  665. data/spec/models/collections_list200_response_spec.rb +42 -0
  666. data/spec/models/compliance_log_security_event200_response_event_spec.rb +54 -0
  667. data/spec/models/compliance_log_security_event200_response_spec.rb +42 -0
  668. data/spec/models/compliance_log_security_event_request_details_spec.rb +66 -0
  669. data/spec/models/compliance_log_security_event_request_spec.rb +56 -0
  670. data/spec/models/confirm_upload_response_scan_spec.rb +1 -1
  671. data/spec/models/confirm_upload_response_spec.rb +1 -1
  672. data/spec/models/create_api_key_request_spec.rb +1 -1
  673. data/spec/models/create_bucket_request_spec.rb +1 -1
  674. data/spec/models/create_collection_request_spec.rb +1 -1
  675. data/spec/models/create_function_request_spec.rb +1 -1
  676. data/spec/models/create_project_request_spec.rb +1 -1
  677. data/spec/models/data_list_response_data_inner_spec.rb +1 -1
  678. data/spec/models/data_list_response_spec.rb +1 -1
  679. data/spec/models/data_response_spec.rb +1 -1
  680. data/spec/models/database_config_spec.rb +1 -1
  681. data/spec/models/email_request_spec.rb +1 -1
  682. data/spec/models/email_request_to_spec.rb +1 -1
  683. data/spec/models/error_details_spec.rb +1 -1
  684. data/spec/models/error_spec.rb +1 -1
  685. data/spec/models/field_default_spec.rb +1 -1
  686. data/spec/models/field_spec.rb +1 -1
  687. data/spec/models/file_list_response_spec.rb +1 -1
  688. data/spec/models/file_metadata_spec.rb +1 -1
  689. data/spec/models/file_response_spec.rb +1 -1
  690. data/spec/models/file_upload_response_spec.rb +1 -1
  691. data/spec/models/function_execution_response_data_spec.rb +1 -1
  692. data/spec/models/function_execution_response_spec.rb +1 -1
  693. data/spec/models/function_execution_spec.rb +1 -1
  694. data/spec/models/function_list_response_data_spec.rb +1 -1
  695. data/spec/models/function_list_response_spec.rb +1 -1
  696. data/spec/models/function_logs_response_data_spec.rb +1 -1
  697. data/spec/models/function_logs_response_spec.rb +1 -1
  698. data/spec/models/function_response_spec.rb +1 -1
  699. data/spec/models/function_spec.rb +1 -1
  700. data/spec/models/function_stats_spec.rb +1 -1
  701. data/spec/models/function_trigger_spec.rb +1 -1
  702. data/spec/models/functions_delete200_response_spec.rb +42 -0
  703. data/spec/models/functions_execute_request_spec.rb +36 -0
  704. data/spec/models/functions_get_versions200_response_data_spec.rb +36 -0
  705. data/spec/models/functions_get_versions200_response_data_versions_inner_spec.rb +66 -0
  706. data/spec/models/functions_get_versions200_response_spec.rb +42 -0
  707. data/spec/models/functions_rollback_request_spec.rb +36 -0
  708. data/spec/models/functions_simulate_request_spec.rb +48 -0
  709. data/spec/models/functions_trigger_webhook200_response_spec.rb +48 -0
  710. data/spec/models/functions_trigger_webhook400_response_spec.rb +42 -0
  711. data/spec/models/functions_trigger_webhook401_response_spec.rb +42 -0
  712. data/spec/models/health_response_services_spec.rb +1 -1
  713. data/spec/models/health_response_spec.rb +1 -1
  714. data/spec/models/integrations_execute_request_spec.rb +58 -0
  715. data/spec/models/integrations_list200_response_integrations_inner_spec.rb +54 -0
  716. data/spec/models/integrations_list200_response_spec.rb +36 -0
  717. data/spec/models/invite_member_request_spec.rb +1 -1
  718. data/spec/models/limits_spec.rb +1 -1
  719. data/spec/models/login_request_spec.rb +1 -1
  720. data/spec/models/magic_link_request_spec.rb +1 -1
  721. data/spec/models/message_history_response_data_spec.rb +1 -1
  722. data/spec/models/message_history_response_spec.rb +1 -1
  723. data/spec/models/message_response_spec.rb +1 -1
  724. data/spec/models/message_sent_response_data_spec.rb +1 -1
  725. data/spec/models/message_sent_response_spec.rb +1 -1
  726. data/spec/models/message_spec.rb +1 -1
  727. data/spec/models/message_stats_response_data_by_status_spec.rb +1 -1
  728. data/spec/models/message_stats_response_data_by_type_spec.rb +1 -1
  729. data/spec/models/message_stats_response_data_period_spec.rb +1 -1
  730. data/spec/models/message_stats_response_data_spec.rb +1 -1
  731. data/spec/models/message_stats_response_spec.rb +1 -1
  732. data/spec/models/multi_role_add_role_request_default_permissions_inner_spec.rb +42 -0
  733. data/spec/models/multi_role_add_role_request_spec.rb +66 -0
  734. data/spec/models/multi_role_get_available_roles200_response_data_inner_spec.rb +72 -0
  735. data/spec/models/multi_role_get_available_roles200_response_spec.rb +42 -0
  736. data/spec/models/multi_role_get_config200_response_data_spec.rb +54 -0
  737. data/spec/models/multi_role_get_config200_response_spec.rb +42 -0
  738. data/spec/models/multi_role_toggle_role_request_spec.rb +36 -0
  739. data/spec/models/multi_role_update_collection_permissions_request_spec.rb +46 -0
  740. data/spec/models/multi_role_update_role_request_spec.rb +66 -0
  741. data/spec/models/multi_role_update_settings200_response_spec.rb +48 -0
  742. data/spec/models/multi_role_update_settings_request_settings_spec.rb +42 -0
  743. data/spec/models/multi_role_update_settings_request_spec.rb +48 -0
  744. data/spec/models/non_custodial_address_response_spec.rb +1 -1
  745. data/spec/models/non_custodial_address_spec.rb +1 -1
  746. data/spec/models/organization_spec.rb +1 -1
  747. data/spec/models/organization_summary_spec.rb +1 -1
  748. data/spec/models/otp_send_request_spec.rb +1 -1
  749. data/spec/models/otp_verify_request_spec.rb +1 -1
  750. data/spec/models/pagination_spec.rb +1 -1
  751. data/spec/models/payment_intent_spec.rb +1 -1
  752. data/spec/models/payment_refund_spec.rb +1 -1
  753. data/spec/models/payment_subscription_spec.rb +1 -1
  754. data/spec/models/permission_spec.rb +1 -1
  755. data/spec/models/plan_spec.rb +1 -1
  756. data/spec/models/presigned_post_response_spec.rb +1 -1
  757. data/spec/models/project_settings_spec.rb +1 -1
  758. data/spec/models/project_spec.rb +1 -1
  759. data/spec/models/project_summary_spec.rb +1 -1
  760. data/spec/models/project_usage_response_spec.rb +1 -1
  761. data/spec/models/project_usage_spec.rb +1 -1
  762. data/spec/models/project_usage_stats_response_project_spec.rb +1 -1
  763. data/spec/models/project_usage_stats_response_spec.rb +1 -1
  764. data/spec/models/push_notification_request_spec.rb +1 -1
  765. data/spec/models/rate_limit_spec.rb +1 -1
  766. data/spec/models/realtime_analytics_check_user_presence200_response_presence_value_spec.rb +42 -0
  767. data/spec/models/realtime_analytics_check_user_presence200_response_spec.rb +42 -0
  768. data/spec/models/realtime_analytics_check_user_presence_request_spec.rb +36 -0
  769. data/spec/models/realtime_analytics_get_active_users200_response_spec.rb +48 -0
  770. data/spec/models/realtime_analytics_get_active_users200_response_users_inner_spec.rb +48 -0
  771. data/spec/models/realtime_analytics_get_event_throughput200_response_spec.rb +60 -0
  772. data/spec/models/realtime_analytics_get_historical_analytics200_response_data_inner_spec.rb +48 -0
  773. data/spec/models/realtime_analytics_get_historical_analytics200_response_spec.rb +54 -0
  774. data/spec/models/realtime_analytics_get_project200_response_spec.rb +60 -0
  775. data/spec/models/register_request_spec.rb +1 -1
  776. data/spec/models/role_elevation_get_status200_response_spec.rb +36 -0
  777. data/spec/models/role_elevation_request200_response_spec.rb +74 -0
  778. data/spec/models/role_elevation_request_request_spec.rb +36 -0
  779. data/spec/models/role_elevation_upload_documents_request_documents_inner_spec.rb +42 -0
  780. data/spec/models/role_elevation_upload_documents_request_spec.rb +42 -0
  781. data/spec/models/search_get_analytics200_response_spec.rb +54 -0
  782. data/spec/models/search_get_analytics200_response_top_queries_inner_spec.rb +42 -0
  783. data/spec/models/search_get_suggestions200_response_spec.rb +36 -0
  784. data/spec/models/search_response_data_spec.rb +1 -1
  785. data/spec/models/search_response_spec.rb +1 -1
  786. data/spec/models/search_result_item_spec.rb +1 -1
  787. data/spec/models/search_result_spec.rb +1 -1
  788. data/spec/models/session_response_spec.rb +1 -1
  789. data/spec/models/signed_url_response_spec.rb +1 -1
  790. data/spec/models/sms_request_spec.rb +1 -1
  791. data/spec/models/storage_config_spec.rb +1 -1
  792. data/spec/models/storage_confirm_upload400_response_spec.rb +42 -0
  793. data/spec/models/storage_confirm_upload_request_spec.rb +72 -0
  794. data/spec/models/storage_download_bucket_file403_response_spec.rb +36 -0
  795. data/spec/models/storage_download_bucket_file404_response_spec.rb +36 -0
  796. data/spec/models/storage_get_presigned_upload_request_spec.rb +60 -0
  797. data/spec/models/storage_get_signed_url_request_spec.rb +36 -0
  798. data/spec/models/system_status_response_data_cpu_spec.rb +1 -1
  799. data/spec/models/system_status_response_data_database_spec.rb +1 -1
  800. data/spec/models/system_status_response_data_memory_spec.rb +1 -1
  801. data/spec/models/system_status_response_data_requests_spec.rb +1 -1
  802. data/spec/models/system_status_response_data_spec.rb +1 -1
  803. data/spec/models/system_status_response_data_storage_spec.rb +1 -1
  804. data/spec/models/system_status_response_spec.rb +1 -1
  805. data/spec/models/trigger_webhook_request_spec.rb +1 -1
  806. data/spec/models/two_fa_setup_response_spec.rb +1 -1
  807. data/spec/models/update_api_key_request_spec.rb +1 -1
  808. data/spec/models/update_bucket_request_spec.rb +1 -1
  809. data/spec/models/update_collection_request_spec.rb +1 -1
  810. data/spec/models/update_function_request_limits_spec.rb +1 -1
  811. data/spec/models/update_function_request_retry_policy_spec.rb +1 -1
  812. data/spec/models/update_function_request_spec.rb +1 -1
  813. data/spec/models/update_organization_request_spec.rb +1 -1
  814. data/spec/models/update_project_request_spec.rb +1 -1
  815. data/spec/models/update_user_request_spec.rb +1 -1
  816. data/spec/models/upload_files_to_bucket_metadata_request_spec.rb +1 -1
  817. data/spec/models/upload_files_to_bucket_request_spec.rb +1 -1
  818. data/spec/models/usage_response_spec.rb +1 -1
  819. data/spec/models/usage_spec.rb +1 -1
  820. data/spec/models/usage_stats_response_percentages_spec.rb +1 -1
  821. data/spec/models/usage_stats_response_spec.rb +1 -1
  822. data/spec/models/usage_trends_response_spec.rb +1 -1
  823. data/spec/models/usage_trends_response_trends_inner_id_spec.rb +1 -1
  824. data/spec/models/usage_trends_response_trends_inner_spec.rb +1 -1
  825. data/spec/models/user_spec.rb +1 -1
  826. data/spec/models/user_summary_spec.rb +1 -1
  827. data/spec/models/users_disable2fa_request_spec.rb +42 -0
  828. data/spec/models/users_erase_data200_response_details_spec.rb +60 -0
  829. data/spec/models/users_erase_data200_response_spec.rb +42 -0
  830. data/spec/models/users_erase_data_request_spec.rb +46 -0
  831. data/spec/models/users_export_data200_response_spec.rb +78 -0
  832. data/spec/models/users_get200_response_spec.rb +36 -0
  833. data/spec/models/users_link_o_auth_provider200_response_spec.rb +36 -0
  834. data/spec/models/users_list_o_auth_providers200_response_providers_inner_spec.rb +54 -0
  835. data/spec/models/users_list_o_auth_providers200_response_spec.rb +36 -0
  836. data/spec/models/users_unlink_o_auth_provider200_response_spec.rb +42 -0
  837. data/spec/models/users_update200_response_spec.rb +42 -0
  838. data/spec/models/users_verify2fa_request_spec.rb +36 -0
  839. data/spec/models/users_verify_email_request_spec.rb +42 -0
  840. data/spec/models/wallet_balance_spec.rb +1 -1
  841. data/spec/models/wallet_broadcast_transaction200_response_data_spec.rb +54 -0
  842. data/spec/models/wallet_broadcast_transaction200_response_spec.rb +48 -0
  843. data/spec/models/wallet_broadcast_transaction_request_spec.rb +52 -0
  844. data/spec/models/wallet_create_webhook201_response_spec.rb +48 -0
  845. data/spec/models/wallet_create_webhook_request_filters_spec.rb +46 -0
  846. data/spec/models/wallet_create_webhook_request_spec.rb +64 -0
  847. data/spec/models/wallet_estimate_gas200_response_data_spec.rb +96 -0
  848. data/spec/models/wallet_estimate_gas200_response_spec.rb +42 -0
  849. data/spec/models/wallet_estimate_gas_request_spec.rb +46 -0
  850. data/spec/models/wallet_estimate_gas_request_transaction_spec.rb +66 -0
  851. data/spec/models/wallet_get_balance200_response_spec.rb +42 -0
  852. data/spec/models/wallet_get_cancel_params200_response_data_spec.rb +90 -0
  853. data/spec/models/wallet_get_cancel_params200_response_spec.rb +42 -0
  854. data/spec/models/wallet_get_cancel_params_request_spec.rb +52 -0
  855. data/spec/models/wallet_get_speed_up_params200_response_data_spec.rb +90 -0
  856. data/spec/models/wallet_get_speed_up_params200_response_spec.rb +42 -0
  857. data/spec/models/wallet_get_speed_up_params_request_spec.rb +52 -0
  858. data/spec/models/wallet_get_transaction_by_hash200_response_spec.rb +42 -0
  859. data/spec/models/wallet_get_transaction_by_hash400_response_spec.rb +42 -0
  860. data/spec/models/wallet_get_transactions200_response_pagination_spec.rb +72 -0
  861. data/spec/models/wallet_get_transactions200_response_spec.rb +48 -0
  862. data/spec/models/wallet_get_webhook_logs200_response_spec.rb +42 -0
  863. data/spec/models/wallet_list_addresses200_response_spec.rb +48 -0
  864. data/spec/models/wallet_list_webhooks200_response_spec.rb +48 -0
  865. data/spec/models/wallet_register_address_request_spec.rb +64 -0
  866. data/spec/models/wallet_test_webhook200_response_spec.rb +42 -0
  867. data/spec/models/wallet_test_webhook_request_spec.rb +54 -0
  868. data/spec/models/wallet_transaction_spec.rb +1 -1
  869. data/spec/models/wallet_transaction_webhook_payload_spec.rb +1 -1
  870. data/spec/models/wallet_update_webhook200_response_spec.rb +42 -0
  871. data/spec/models/wallet_update_webhook_request_spec.rb +54 -0
  872. data/spec/models/wallet_webhook_filters_spec.rb +1 -1
  873. data/spec/models/wallet_webhook_spec.rb +1 -1
  874. data/spec/models/wallet_webhook_stats_spec.rb +1 -1
  875. data/spec/models/webhook_list_response_spec.rb +1 -1
  876. data/spec/models/webhook_log_spec.rb +1 -1
  877. data/spec/models/webhook_stats_response_event_stats_inner_spec.rb +1 -1
  878. data/spec/models/webhook_stats_response_spec.rb +1 -1
  879. data/spec/models/webhook_stats_response_status_stats_inner_spec.rb +1 -1
  880. data/spec/spec_helper.rb +1 -1
  881. metadata +738 -746
  882. data/docs/AddCustomRoleRequest.md +0 -28
  883. data/docs/AddCustomRoleRequestDefaultPermissionsInner.md +0 -20
  884. data/docs/AddParticipant200Response.md +0 -20
  885. data/docs/AddParticipant200ResponseData.md +0 -18
  886. data/docs/AddParticipant200ResponseDataParticipantsInner.md +0 -22
  887. data/docs/AddParticipantRequest.md +0 -20
  888. data/docs/AddReaction200Response.md +0 -20
  889. data/docs/AddReaction200ResponseDataInner.md +0 -20
  890. data/docs/AddReactionRequest.md +0 -18
  891. data/docs/AuthenticationApi.md +0 -1131
  892. data/docs/BroadcastNonCustodialTransaction200Response.md +0 -22
  893. data/docs/BroadcastNonCustodialTransaction200ResponseData.md +0 -24
  894. data/docs/BroadcastNonCustodialTransactionRequest.md +0 -22
  895. data/docs/BucketsApi.md +0 -385
  896. data/docs/CheckFeatureAccess200Response.md +0 -20
  897. data/docs/CheckSubscription200Response.md +0 -20
  898. data/docs/CheckSubscription200ResponseSubscription.md +0 -20
  899. data/docs/CheckUserPresence200Response.md +0 -20
  900. data/docs/CheckUserPresence200ResponsePresenceValue.md +0 -20
  901. data/docs/CheckUserPresenceRequest.md +0 -18
  902. data/docs/ConfirmDirectUpload400Response.md +0 -20
  903. data/docs/ConfirmDirectUploadRequest.md +0 -30
  904. data/docs/ConfirmLocalPasswordResetWithOtpRequest.md +0 -24
  905. data/docs/ConvertAnonymousAccount200Response.md +0 -26
  906. data/docs/ConvertAnonymousAccountRequest.md +0 -24
  907. data/docs/CreateAnonymousSession200Response.md +0 -26
  908. data/docs/CreateAnonymousSession200ResponseUser.md +0 -28
  909. data/docs/CreateAnonymousSessionRequest.md +0 -20
  910. data/docs/CreateChat201Response.md +0 -20
  911. data/docs/CreateChat201ResponseData.md +0 -26
  912. data/docs/CreateChatRequest.md +0 -26
  913. data/docs/CreateCheckoutSession200Response.md +0 -20
  914. data/docs/CreateCheckoutSession200ResponseData.md +0 -38
  915. data/docs/CreateCheckoutSession200ResponseDataPaymentOptionsInner.md +0 -28
  916. data/docs/CreateCheckoutSessionRequest.md +0 -26
  917. data/docs/CreateCheckoutSessionRequestCustomerInfo.md +0 -20
  918. data/docs/CreateCollection201Response.md +0 -20
  919. data/docs/CreateWalletWebhook201Response.md +0 -22
  920. data/docs/CreateWalletWebhookRequest.md +0 -26
  921. data/docs/CreateWalletWebhookRequestFilters.md +0 -20
  922. data/docs/DeleteFunction200Response.md +0 -20
  923. data/docs/Disable2FARequest.md +0 -20
  924. data/docs/DownloadBucketFile403Response.md +0 -18
  925. data/docs/DownloadBucketFile404Response.md +0 -18
  926. data/docs/EditMessage200Response.md +0 -20
  927. data/docs/EditMessage200ResponseData.md +0 -22
  928. data/docs/EditMessageRequest.md +0 -18
  929. data/docs/EraseUserData200Response.md +0 -20
  930. data/docs/EraseUserData200ResponseDetails.md +0 -26
  931. data/docs/EraseUserDataRequest.md +0 -20
  932. data/docs/EstimateNonCustodialGas200Response.md +0 -20
  933. data/docs/EstimateNonCustodialGas200ResponseData.md +0 -38
  934. data/docs/EstimateNonCustodialGasRequest.md +0 -20
  935. data/docs/EstimateNonCustodialGasRequestTransaction.md +0 -28
  936. data/docs/ExecuteFunctionRequest.md +0 -18
  937. data/docs/ExecuteIntegrationRequest.md +0 -24
  938. data/docs/ExportUserData200Response.md +0 -32
  939. data/docs/FilesApi.md +0 -702
  940. data/docs/GeneratePresignedUploadRequest.md +0 -26
  941. data/docs/GenerateSignedUrlRequest.md +0 -18
  942. data/docs/GetActiveUsers200Response.md +0 -22
  943. data/docs/GetActiveUsers200ResponseUsersInner.md +0 -22
  944. data/docs/GetAvailableOAuthProviders200Response.md +0 -20
  945. data/docs/GetAvailableOAuthProviders200ResponseProvidersInner.md +0 -28
  946. data/docs/GetAvailableRoles200Response.md +0 -20
  947. data/docs/GetAvailableRoles200ResponseDataInner.md +0 -30
  948. data/docs/GetCancelParams200Response.md +0 -20
  949. data/docs/GetCancelParams200ResponseData.md +0 -36
  950. data/docs/GetCancelParamsRequest.md +0 -22
  951. data/docs/GetChatDetails200Response.md +0 -20
  952. data/docs/GetChatDetails200ResponseData.md +0 -22
  953. data/docs/GetChatDetails200ResponseDataParticipantsInner.md +0 -20
  954. data/docs/GetChatMessages200Response.md +0 -20
  955. data/docs/GetChatMessages200ResponseData.md +0 -20
  956. data/docs/GetChatMessages200ResponseDataMessagesInner.md +0 -24
  957. data/docs/GetChatMessages200ResponseDataMessagesInnerSender.md +0 -20
  958. data/docs/GetCheckoutPayment200Response.md +0 -20
  959. data/docs/GetCheckoutPayment200ResponseData.md +0 -34
  960. data/docs/GetCurrentUser200Response.md +0 -18
  961. data/docs/GetEventThroughput200Response.md +0 -26
  962. data/docs/GetFunctionVersions200Response.md +0 -20
  963. data/docs/GetFunctionVersions200ResponseData.md +0 -18
  964. data/docs/GetFunctionVersions200ResponseDataVersionsInner.md +0 -28
  965. data/docs/GetHistoricalAnalytics200Response.md +0 -24
  966. data/docs/GetHistoricalAnalytics200ResponseDataInner.md +0 -22
  967. data/docs/GetIntegrations200Response.md +0 -18
  968. data/docs/GetIntegrations200ResponseIntegrationsInner.md +0 -24
  969. data/docs/GetLocalSession200Response.md +0 -20
  970. data/docs/GetMultiRoleConfig200Response.md +0 -20
  971. data/docs/GetMultiRoleConfig200ResponseData.md +0 -24
  972. data/docs/GetNonCustodialBalance200Response.md +0 -20
  973. data/docs/GetNonCustodialTransactionByHash200Response.md +0 -20
  974. data/docs/GetNonCustodialTransactionByHash400Response.md +0 -20
  975. data/docs/GetNonCustodialTransactions200Response.md +0 -22
  976. data/docs/GetNonCustodialTransactions200ResponsePagination.md +0 -30
  977. data/docs/GetProjectAnalytics200Response.md +0 -26
  978. data/docs/GetPublicPlans200Response.md +0 -18
  979. data/docs/GetRoleElevationStatus200Response.md +0 -18
  980. data/docs/GetSearchAnalytics200Response.md +0 -24
  981. data/docs/GetSearchAnalytics200ResponseTopQueriesInner.md +0 -20
  982. data/docs/GetSearchSuggestions200Response.md +0 -18
  983. data/docs/GetSpeedUpParams200Response.md +0 -20
  984. data/docs/GetSpeedUpParams200ResponseData.md +0 -36
  985. data/docs/GetSpeedUpParamsRequest.md +0 -22
  986. data/docs/GetUserChats200Response.md +0 -20
  987. data/docs/GetUserChats200ResponseData.md +0 -20
  988. data/docs/GetUserChats200ResponseDataChatsInner.md +0 -26
  989. data/docs/GetUserChats200ResponseDataChatsInnerLastMessage.md +0 -18
  990. data/docs/GetWalletWebhookLogs200Response.md +0 -20
  991. data/docs/HandleCryptoPaymentWebhook200Response.md +0 -18
  992. data/docs/HandleCryptoPaymentWebhookRequest.md +0 -20
  993. data/docs/HandleCryptoPaymentWebhookRequestData.md +0 -30
  994. data/docs/HandleFlutterwaveWebhookRequest.md +0 -20
  995. data/docs/HandleFlutterwaveWebhookRequestData.md +0 -32
  996. data/docs/HandleFlutterwaveWebhookRequestDataCustomer.md +0 -20
  997. data/docs/InitializePaymentForProjectRequest.md +0 -24
  998. data/docs/InitializePaymentForProjectRequestCustomer.md +0 -20
  999. data/docs/InitiateOAuth200Response.md +0 -18
  1000. data/docs/InitiateOAuth400Response.md +0 -18
  1001. data/docs/InitiateOAuth404Response.md +0 -18
  1002. data/docs/LinkOAuthProvider200Response.md +0 -18
  1003. data/docs/ListCollections200Response.md +0 -20
  1004. data/docs/ListNonCustodialAddresses200Response.md +0 -22
  1005. data/docs/ListOAuthProviders200Response.md +0 -18
  1006. data/docs/ListOAuthProviders200ResponseProvidersInner.md +0 -24
  1007. data/docs/ListWalletWebhooks200Response.md +0 -22
  1008. data/docs/LogSecurityEvent200Response.md +0 -20
  1009. data/docs/LogSecurityEvent200ResponseEvent.md +0 -24
  1010. data/docs/LogSecurityEventRequest.md +0 -22
  1011. data/docs/LogSecurityEventRequestDetails.md +0 -28
  1012. data/docs/LoginLocalUser200Response.md +0 -26
  1013. data/docs/LoginLocalUser200ResponseUser.md +0 -30
  1014. data/docs/LoginLocalUser403Response.md +0 -22
  1015. data/docs/LoginLocalUserRequest.md +0 -22
  1016. data/docs/MarkMessagesAsRead200Response.md +0 -20
  1017. data/docs/MarkMessagesAsRead200ResponseData.md +0 -18
  1018. data/docs/MarkMessagesAsReadRequest.md +0 -18
  1019. data/docs/MultiRoleFeatureApi.md +0 -654
  1020. data/docs/OauthCallback200Response.md +0 -20
  1021. data/docs/OauthSignupWithRole400Response.md +0 -20
  1022. data/docs/RealTimeAnalyticsApi.md +0 -367
  1023. data/docs/RecordUsageRequest.md +0 -22
  1024. data/docs/RefreshToken200Response.md +0 -24
  1025. data/docs/RefreshToken400Response.md +0 -18
  1026. data/docs/RefreshTokenRequest.md +0 -18
  1027. data/docs/RegisterLocalUser201Response.md +0 -28
  1028. data/docs/RegisterLocalUser201ResponseUser.md +0 -28
  1029. data/docs/RegisterLocalUser429Response.md +0 -30
  1030. data/docs/RegisterLocalUserRequest.md +0 -26
  1031. data/docs/RegisterNonCustodialAddressRequest.md +0 -26
  1032. data/docs/RegisterWithRoleRequest.md +0 -26
  1033. data/docs/RemoveParticipantRequest.md +0 -18
  1034. data/docs/RemoveReaction200Response.md +0 -20
  1035. data/docs/RemoveReaction200ResponseDataInner.md +0 -22
  1036. data/docs/RequestLocalPasswordResetRequest.md +0 -20
  1037. data/docs/RequestRoleElevation200Response.md +0 -28
  1038. data/docs/RequestRoleElevationRequest.md +0 -18
  1039. data/docs/ResetLocalPasswordRequest.md +0 -20
  1040. data/docs/RollbackFunctionRequest.md +0 -18
  1041. data/docs/SendMessage201Response.md +0 -20
  1042. data/docs/SendMessage201ResponseData.md +0 -24
  1043. data/docs/SendMessageRequest.md +0 -24
  1044. data/docs/SimulateFunctionTriggerRequest.md +0 -22
  1045. data/docs/TestWalletWebhook200Response.md +0 -20
  1046. data/docs/TestWalletWebhookRequest.md +0 -24
  1047. data/docs/ToggleRoleRequest.md +0 -18
  1048. data/docs/TriggerFunctionWebhook200Response.md +0 -22
  1049. data/docs/TriggerFunctionWebhook400Response.md +0 -20
  1050. data/docs/TriggerFunctionWebhook401Response.md +0 -20
  1051. data/docs/UnlinkOAuthProvider200Response.md +0 -20
  1052. data/docs/UpdateCollectionPermissionsRequest.md +0 -20
  1053. data/docs/UpdateMultiRoleSettings200Response.md +0 -22
  1054. data/docs/UpdateMultiRoleSettingsRequest.md +0 -22
  1055. data/docs/UpdateMultiRoleSettingsRequestSettings.md +0 -20
  1056. data/docs/UpdateProjectRoleRequest.md +0 -28
  1057. data/docs/UpdateUserProfile200Response.md +0 -20
  1058. data/docs/UpdateWalletWebhook200Response.md +0 -20
  1059. data/docs/UpdateWalletWebhookRequest.md +0 -24
  1060. data/docs/UploadVerificationDocumentsRequest.md +0 -20
  1061. data/docs/UploadVerificationDocumentsRequestDocumentsInner.md +0 -20
  1062. data/docs/Verify2FARequest.md +0 -18
  1063. data/docs/VerifyEmailRequest.md +0 -20
  1064. data/docs/VerifyMagicLinkRequest.md +0 -18
  1065. data/docs/VerifyPayment200Response.md +0 -22
  1066. data/docs/VerifyPayment200ResponseData.md +0 -18
  1067. data/docs/VerifyPayment200ResponseDataSubscription.md +0 -24
  1068. data/lib/mudbase/api/authentication_api.rb +0 -1158
  1069. data/lib/mudbase/api/buckets_api.rb +0 -386
  1070. data/lib/mudbase/api/files_api.rb +0 -683
  1071. data/lib/mudbase/api/multi_role_feature_api.rb +0 -699
  1072. data/lib/mudbase/api/real_time_analytics_api.rb +0 -358
  1073. data/lib/mudbase/models/add_custom_role_request.rb +0 -245
  1074. data/lib/mudbase/models/add_custom_role_request_default_permissions_inner.rb +0 -158
  1075. data/lib/mudbase/models/add_participant200_response.rb +0 -156
  1076. data/lib/mudbase/models/add_participant200_response_data.rb +0 -149
  1077. data/lib/mudbase/models/add_participant200_response_data_participants_inner.rb +0 -165
  1078. data/lib/mudbase/models/add_participant_request.rb +0 -207
  1079. data/lib/mudbase/models/add_reaction200_response.rb +0 -158
  1080. data/lib/mudbase/models/add_reaction200_response_data_inner.rb +0 -158
  1081. data/lib/mudbase/models/add_reaction_request.rb +0 -164
  1082. data/lib/mudbase/models/broadcast_non_custodial_transaction200_response.rb +0 -165
  1083. data/lib/mudbase/models/broadcast_non_custodial_transaction200_response_data.rb +0 -175
  1084. data/lib/mudbase/models/broadcast_non_custodial_transaction_request.rb +0 -243
  1085. data/lib/mudbase/models/check_feature_access200_response.rb +0 -156
  1086. data/lib/mudbase/models/check_subscription200_response.rb +0 -156
  1087. data/lib/mudbase/models/check_subscription200_response_subscription.rb +0 -156
  1088. data/lib/mudbase/models/check_user_presence200_response.rb +0 -158
  1089. data/lib/mudbase/models/check_user_presence200_response_presence_value.rb +0 -156
  1090. data/lib/mudbase/models/check_user_presence_request.rb +0 -166
  1091. data/lib/mudbase/models/confirm_direct_upload400_response.rb +0 -156
  1092. data/lib/mudbase/models/confirm_direct_upload_request.rb +0 -236
  1093. data/lib/mudbase/models/confirm_local_password_reset_with_otp_request.rb +0 -280
  1094. data/lib/mudbase/models/convert_anonymous_account200_response.rb +0 -183
  1095. data/lib/mudbase/models/convert_anonymous_account_request.rb +0 -208
  1096. data/lib/mudbase/models/create_anonymous_session200_response.rb +0 -184
  1097. data/lib/mudbase/models/create_anonymous_session200_response_user.rb +0 -192
  1098. data/lib/mudbase/models/create_anonymous_session_request.rb +0 -158
  1099. data/lib/mudbase/models/create_chat201_response.rb +0 -156
  1100. data/lib/mudbase/models/create_chat201_response_data.rb +0 -185
  1101. data/lib/mudbase/models/create_chat_request.rb +0 -260
  1102. data/lib/mudbase/models/create_checkout_session200_response.rb +0 -156
  1103. data/lib/mudbase/models/create_checkout_session200_response_data.rb +0 -245
  1104. data/lib/mudbase/models/create_checkout_session200_response_data_payment_options_inner.rb +0 -238
  1105. data/lib/mudbase/models/create_checkout_session_request.rb +0 -262
  1106. data/lib/mudbase/models/create_checkout_session_request_customer_info.rb +0 -173
  1107. data/lib/mudbase/models/create_collection201_response.rb +0 -156
  1108. data/lib/mudbase/models/create_wallet_webhook201_response.rb +0 -165
  1109. data/lib/mudbase/models/create_wallet_webhook_request.rb +0 -233
  1110. data/lib/mudbase/models/create_wallet_webhook_request_filters.rb +0 -184
  1111. data/lib/mudbase/models/delete_function200_response.rb +0 -156
  1112. data/lib/mudbase/models/disable2_fa_request.rb +0 -190
  1113. data/lib/mudbase/models/download_bucket_file403_response.rb +0 -147
  1114. data/lib/mudbase/models/download_bucket_file404_response.rb +0 -147
  1115. data/lib/mudbase/models/edit_message200_response.rb +0 -156
  1116. data/lib/mudbase/models/edit_message200_response_data.rb +0 -165
  1117. data/lib/mudbase/models/edit_message_request.rb +0 -164
  1118. data/lib/mudbase/models/erase_user_data200_response.rb +0 -156
  1119. data/lib/mudbase/models/erase_user_data200_response_details.rb +0 -183
  1120. data/lib/mudbase/models/erase_user_data_request.rb +0 -198
  1121. data/lib/mudbase/models/estimate_non_custodial_gas200_response.rb +0 -156
  1122. data/lib/mudbase/models/estimate_non_custodial_gas200_response_data.rb +0 -248
  1123. data/lib/mudbase/models/estimate_non_custodial_gas_request.rb +0 -198
  1124. data/lib/mudbase/models/estimate_non_custodial_gas_request_transaction.rb +0 -216
  1125. data/lib/mudbase/models/execute_function_request.rb +0 -148
  1126. data/lib/mudbase/models/execute_integration_request.rb +0 -232
  1127. data/lib/mudbase/models/export_user_data200_response.rb +0 -222
  1128. data/lib/mudbase/models/generate_presigned_upload_request.rb +0 -221
  1129. data/lib/mudbase/models/generate_signed_url_request.rb +0 -149
  1130. data/lib/mudbase/models/get_active_users200_response.rb +0 -167
  1131. data/lib/mudbase/models/get_active_users200_response_users_inner.rb +0 -165
  1132. data/lib/mudbase/models/get_available_o_auth_providers200_response.rb +0 -158
  1133. data/lib/mudbase/models/get_available_o_auth_providers200_response_providers_inner.rb +0 -196
  1134. data/lib/mudbase/models/get_available_roles200_response.rb +0 -158
  1135. data/lib/mudbase/models/get_available_roles200_response_data_inner.rb +0 -201
  1136. data/lib/mudbase/models/get_cancel_params200_response.rb +0 -156
  1137. data/lib/mudbase/models/get_cancel_params200_response_data.rb +0 -231
  1138. data/lib/mudbase/models/get_cancel_params_request.rb +0 -208
  1139. data/lib/mudbase/models/get_chat_details200_response.rb +0 -156
  1140. data/lib/mudbase/models/get_chat_details200_response_data.rb +0 -167
  1141. data/lib/mudbase/models/get_chat_details200_response_data_participants_inner.rb +0 -156
  1142. data/lib/mudbase/models/get_chat_messages200_response.rb +0 -156
  1143. data/lib/mudbase/models/get_chat_messages200_response_data.rb +0 -158
  1144. data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner.rb +0 -174
  1145. data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner_sender.rb +0 -156
  1146. data/lib/mudbase/models/get_checkout_payment200_response.rb +0 -156
  1147. data/lib/mudbase/models/get_checkout_payment200_response_data.rb +0 -224
  1148. data/lib/mudbase/models/get_current_user200_response.rb +0 -147
  1149. data/lib/mudbase/models/get_event_throughput200_response.rb +0 -185
  1150. data/lib/mudbase/models/get_function_versions200_response.rb +0 -156
  1151. data/lib/mudbase/models/get_function_versions200_response_data.rb +0 -149
  1152. data/lib/mudbase/models/get_function_versions200_response_data_versions_inner.rb +0 -192
  1153. data/lib/mudbase/models/get_historical_analytics200_response.rb +0 -176
  1154. data/lib/mudbase/models/get_historical_analytics200_response_data_inner.rb +0 -165
  1155. data/lib/mudbase/models/get_integrations200_response.rb +0 -149
  1156. data/lib/mudbase/models/get_integrations200_response_integrations_inner.rb +0 -174
  1157. data/lib/mudbase/models/get_local_session200_response.rb +0 -156
  1158. data/lib/mudbase/models/get_multi_role_config200_response.rb +0 -156
  1159. data/lib/mudbase/models/get_multi_role_config200_response_data.rb +0 -176
  1160. data/lib/mudbase/models/get_non_custodial_balance200_response.rb +0 -156
  1161. data/lib/mudbase/models/get_non_custodial_transaction_by_hash200_response.rb +0 -156
  1162. data/lib/mudbase/models/get_non_custodial_transaction_by_hash400_response.rb +0 -156
  1163. data/lib/mudbase/models/get_non_custodial_transactions200_response.rb +0 -167
  1164. data/lib/mudbase/models/get_non_custodial_transactions200_response_pagination.rb +0 -201
  1165. data/lib/mudbase/models/get_project_analytics200_response.rb +0 -183
  1166. data/lib/mudbase/models/get_public_plans200_response.rb +0 -149
  1167. data/lib/mudbase/models/get_role_elevation_status200_response.rb +0 -149
  1168. data/lib/mudbase/models/get_search_analytics200_response.rb +0 -176
  1169. data/lib/mudbase/models/get_search_analytics200_response_top_queries_inner.rb +0 -156
  1170. data/lib/mudbase/models/get_search_suggestions200_response.rb +0 -149
  1171. data/lib/mudbase/models/get_speed_up_params200_response.rb +0 -156
  1172. data/lib/mudbase/models/get_speed_up_params200_response_data.rb +0 -229
  1173. data/lib/mudbase/models/get_speed_up_params_request.rb +0 -209
  1174. data/lib/mudbase/models/get_user_chats200_response.rb +0 -156
  1175. data/lib/mudbase/models/get_user_chats200_response_data.rb +0 -158
  1176. data/lib/mudbase/models/get_user_chats200_response_data_chats_inner.rb +0 -183
  1177. data/lib/mudbase/models/get_user_chats200_response_data_chats_inner_last_message.rb +0 -147
  1178. data/lib/mudbase/models/get_wallet_webhook_logs200_response.rb +0 -158
  1179. data/lib/mudbase/models/handle_crypto_payment_webhook200_response.rb +0 -147
  1180. data/lib/mudbase/models/handle_crypto_payment_webhook_request.rb +0 -214
  1181. data/lib/mudbase/models/handle_crypto_payment_webhook_request_data.rb +0 -201
  1182. data/lib/mudbase/models/handle_flutterwave_webhook_request.rb +0 -157
  1183. data/lib/mudbase/models/handle_flutterwave_webhook_request_data.rb +0 -211
  1184. data/lib/mudbase/models/handle_flutterwave_webhook_request_data_customer.rb +0 -156
  1185. data/lib/mudbase/models/initialize_payment_for_project_request.rb +0 -219
  1186. data/lib/mudbase/models/initialize_payment_for_project_request_customer.rb +0 -173
  1187. data/lib/mudbase/models/initiate_o_auth200_response.rb +0 -148
  1188. data/lib/mudbase/models/initiate_o_auth400_response.rb +0 -147
  1189. data/lib/mudbase/models/initiate_o_auth404_response.rb +0 -147
  1190. data/lib/mudbase/models/link_o_auth_provider200_response.rb +0 -147
  1191. data/lib/mudbase/models/list_collections200_response.rb +0 -158
  1192. data/lib/mudbase/models/list_non_custodial_addresses200_response.rb +0 -167
  1193. data/lib/mudbase/models/list_o_auth_providers200_response.rb +0 -149
  1194. data/lib/mudbase/models/list_o_auth_providers200_response_providers_inner.rb +0 -174
  1195. data/lib/mudbase/models/list_wallet_webhooks200_response.rb +0 -167
  1196. data/lib/mudbase/models/log_security_event200_response.rb +0 -156
  1197. data/lib/mudbase/models/log_security_event200_response_event.rb +0 -174
  1198. data/lib/mudbase/models/log_security_event_request.rb +0 -225
  1199. data/lib/mudbase/models/log_security_event_request_details.rb +0 -192
  1200. data/lib/mudbase/models/login_local_user200_response.rb +0 -186
  1201. data/lib/mudbase/models/login_local_user200_response_user.rb +0 -201
  1202. data/lib/mudbase/models/login_local_user403_response.rb +0 -165
  1203. data/lib/mudbase/models/login_local_user_request.rb +0 -199
  1204. data/lib/mudbase/models/mark_messages_as_read200_response.rb +0 -156
  1205. data/lib/mudbase/models/mark_messages_as_read200_response_data.rb +0 -147
  1206. data/lib/mudbase/models/mark_messages_as_read_request.rb +0 -166
  1207. data/lib/mudbase/models/oauth_callback200_response.rb +0 -156
  1208. data/lib/mudbase/models/oauth_signup_with_role400_response.rb +0 -156
  1209. data/lib/mudbase/models/record_usage_request.rb +0 -219
  1210. data/lib/mudbase/models/refresh_token200_response.rb +0 -177
  1211. data/lib/mudbase/models/refresh_token400_response.rb +0 -147
  1212. data/lib/mudbase/models/refresh_token_request.rb +0 -165
  1213. data/lib/mudbase/models/register_local_user201_response.rb +0 -196
  1214. data/lib/mudbase/models/register_local_user201_response_user.rb +0 -192
  1215. data/lib/mudbase/models/register_local_user429_response.rb +0 -208
  1216. data/lib/mudbase/models/register_local_user_request.rb +0 -277
  1217. data/lib/mudbase/models/register_non_custodial_address_request.rb +0 -246
  1218. data/lib/mudbase/models/register_with_role_request.rb +0 -268
  1219. data/lib/mudbase/models/remove_participant_request.rb +0 -164
  1220. data/lib/mudbase/models/remove_reaction200_response.rb +0 -158
  1221. data/lib/mudbase/models/remove_reaction200_response_data_inner.rb +0 -167
  1222. data/lib/mudbase/models/request_local_password_reset_request.rb +0 -174
  1223. data/lib/mudbase/models/request_role_elevation200_response.rb +0 -240
  1224. data/lib/mudbase/models/request_role_elevation_request.rb +0 -164
  1225. data/lib/mudbase/models/reset_local_password_request.rb +0 -182
  1226. data/lib/mudbase/models/rollback_function_request.rb +0 -165
  1227. data/lib/mudbase/models/send_message201_response.rb +0 -156
  1228. data/lib/mudbase/models/send_message201_response_data.rb +0 -174
  1229. data/lib/mudbase/models/send_message_request.rb +0 -234
  1230. data/lib/mudbase/models/simulate_function_trigger_request.rb +0 -168
  1231. data/lib/mudbase/models/test_wallet_webhook200_response.rb +0 -156
  1232. data/lib/mudbase/models/test_wallet_webhook_request.rb +0 -191
  1233. data/lib/mudbase/models/toggle_role_request.rb +0 -164
  1234. data/lib/mudbase/models/trigger_function_webhook200_response.rb +0 -168
  1235. data/lib/mudbase/models/trigger_function_webhook400_response.rb +0 -156
  1236. data/lib/mudbase/models/trigger_function_webhook401_response.rb +0 -156
  1237. data/lib/mudbase/models/unlink_o_auth_provider200_response.rb +0 -156
  1238. data/lib/mudbase/models/update_collection_permissions_request.rb +0 -180
  1239. data/lib/mudbase/models/update_multi_role_settings200_response.rb +0 -165
  1240. data/lib/mudbase/models/update_multi_role_settings_request.rb +0 -165
  1241. data/lib/mudbase/models/update_multi_role_settings_request_settings.rb +0 -156
  1242. data/lib/mudbase/models/update_project_role_request.rb +0 -192
  1243. data/lib/mudbase/models/update_user_profile200_response.rb +0 -156
  1244. data/lib/mudbase/models/update_wallet_webhook200_response.rb +0 -156
  1245. data/lib/mudbase/models/update_wallet_webhook_request.rb +0 -176
  1246. data/lib/mudbase/models/upload_verification_documents_request.rb +0 -192
  1247. data/lib/mudbase/models/upload_verification_documents_request_documents_inner.rb +0 -156
  1248. data/lib/mudbase/models/verify2_fa_request.rb +0 -164
  1249. data/lib/mudbase/models/verify_email_request.rb +0 -175
  1250. data/lib/mudbase/models/verify_magic_link_request.rb +0 -164
  1251. data/lib/mudbase/models/verify_payment200_response.rb +0 -165
  1252. data/lib/mudbase/models/verify_payment200_response_data.rb +0 -147
  1253. data/lib/mudbase/models/verify_payment200_response_data_subscription.rb +0 -208
  1254. data/spec/api/authentication_api_spec.rb +0 -240
  1255. data/spec/api/buckets_api_spec.rb +0 -103
  1256. data/spec/api/files_api_spec.rb +0 -159
  1257. data/spec/api/multi_role_feature_api_spec.rb +0 -156
  1258. data/spec/api/real_time_analytics_api_spec.rb +0 -98
  1259. data/spec/models/add_custom_role_request_default_permissions_inner_spec.rb +0 -42
  1260. data/spec/models/add_custom_role_request_spec.rb +0 -66
  1261. data/spec/models/add_participant200_response_data_participants_inner_spec.rb +0 -48
  1262. data/spec/models/add_participant200_response_data_spec.rb +0 -36
  1263. data/spec/models/add_participant200_response_spec.rb +0 -42
  1264. data/spec/models/add_participant_request_spec.rb +0 -46
  1265. data/spec/models/add_reaction200_response_data_inner_spec.rb +0 -42
  1266. data/spec/models/add_reaction200_response_spec.rb +0 -42
  1267. data/spec/models/add_reaction_request_spec.rb +0 -36
  1268. data/spec/models/broadcast_non_custodial_transaction200_response_data_spec.rb +0 -54
  1269. data/spec/models/broadcast_non_custodial_transaction200_response_spec.rb +0 -48
  1270. data/spec/models/broadcast_non_custodial_transaction_request_spec.rb +0 -52
  1271. data/spec/models/check_feature_access200_response_spec.rb +0 -42
  1272. data/spec/models/check_subscription200_response_spec.rb +0 -42
  1273. data/spec/models/check_subscription200_response_subscription_spec.rb +0 -42
  1274. data/spec/models/check_user_presence200_response_presence_value_spec.rb +0 -42
  1275. data/spec/models/check_user_presence200_response_spec.rb +0 -42
  1276. data/spec/models/check_user_presence_request_spec.rb +0 -36
  1277. data/spec/models/confirm_direct_upload400_response_spec.rb +0 -42
  1278. data/spec/models/confirm_direct_upload_request_spec.rb +0 -72
  1279. data/spec/models/confirm_local_password_reset_with_otp_request_spec.rb +0 -54
  1280. data/spec/models/convert_anonymous_account200_response_spec.rb +0 -60
  1281. data/spec/models/convert_anonymous_account_request_spec.rb +0 -54
  1282. data/spec/models/create_anonymous_session200_response_spec.rb +0 -60
  1283. data/spec/models/create_anonymous_session200_response_user_spec.rb +0 -66
  1284. data/spec/models/create_anonymous_session_request_spec.rb +0 -42
  1285. data/spec/models/create_chat201_response_data_spec.rb +0 -60
  1286. data/spec/models/create_chat201_response_spec.rb +0 -42
  1287. data/spec/models/create_chat_request_spec.rb +0 -64
  1288. data/spec/models/create_checkout_session200_response_data_payment_options_inner_spec.rb +0 -74
  1289. data/spec/models/create_checkout_session200_response_data_spec.rb +0 -96
  1290. data/spec/models/create_checkout_session200_response_spec.rb +0 -42
  1291. data/spec/models/create_checkout_session_request_customer_info_spec.rb +0 -42
  1292. data/spec/models/create_checkout_session_request_spec.rb +0 -64
  1293. data/spec/models/create_collection201_response_spec.rb +0 -42
  1294. data/spec/models/create_wallet_webhook201_response_spec.rb +0 -48
  1295. data/spec/models/create_wallet_webhook_request_filters_spec.rb +0 -46
  1296. data/spec/models/create_wallet_webhook_request_spec.rb +0 -64
  1297. data/spec/models/delete_function200_response_spec.rb +0 -42
  1298. data/spec/models/disable2_fa_request_spec.rb +0 -42
  1299. data/spec/models/download_bucket_file403_response_spec.rb +0 -36
  1300. data/spec/models/download_bucket_file404_response_spec.rb +0 -36
  1301. data/spec/models/edit_message200_response_data_spec.rb +0 -48
  1302. data/spec/models/edit_message200_response_spec.rb +0 -42
  1303. data/spec/models/edit_message_request_spec.rb +0 -36
  1304. data/spec/models/erase_user_data200_response_details_spec.rb +0 -60
  1305. data/spec/models/erase_user_data200_response_spec.rb +0 -42
  1306. data/spec/models/erase_user_data_request_spec.rb +0 -46
  1307. data/spec/models/estimate_non_custodial_gas200_response_data_spec.rb +0 -96
  1308. data/spec/models/estimate_non_custodial_gas200_response_spec.rb +0 -42
  1309. data/spec/models/estimate_non_custodial_gas_request_spec.rb +0 -46
  1310. data/spec/models/estimate_non_custodial_gas_request_transaction_spec.rb +0 -66
  1311. data/spec/models/execute_function_request_spec.rb +0 -36
  1312. data/spec/models/execute_integration_request_spec.rb +0 -58
  1313. data/spec/models/export_user_data200_response_spec.rb +0 -78
  1314. data/spec/models/generate_presigned_upload_request_spec.rb +0 -60
  1315. data/spec/models/generate_signed_url_request_spec.rb +0 -36
  1316. data/spec/models/get_active_users200_response_spec.rb +0 -48
  1317. data/spec/models/get_active_users200_response_users_inner_spec.rb +0 -48
  1318. data/spec/models/get_available_o_auth_providers200_response_providers_inner_spec.rb +0 -66
  1319. data/spec/models/get_available_o_auth_providers200_response_spec.rb +0 -42
  1320. data/spec/models/get_available_roles200_response_data_inner_spec.rb +0 -72
  1321. data/spec/models/get_available_roles200_response_spec.rb +0 -42
  1322. data/spec/models/get_cancel_params200_response_data_spec.rb +0 -90
  1323. data/spec/models/get_cancel_params200_response_spec.rb +0 -42
  1324. data/spec/models/get_cancel_params_request_spec.rb +0 -52
  1325. data/spec/models/get_chat_details200_response_data_participants_inner_spec.rb +0 -42
  1326. data/spec/models/get_chat_details200_response_data_spec.rb +0 -48
  1327. data/spec/models/get_chat_details200_response_spec.rb +0 -42
  1328. data/spec/models/get_chat_messages200_response_data_messages_inner_sender_spec.rb +0 -42
  1329. data/spec/models/get_chat_messages200_response_data_messages_inner_spec.rb +0 -54
  1330. data/spec/models/get_chat_messages200_response_data_spec.rb +0 -42
  1331. data/spec/models/get_chat_messages200_response_spec.rb +0 -42
  1332. data/spec/models/get_checkout_payment200_response_data_spec.rb +0 -84
  1333. data/spec/models/get_checkout_payment200_response_spec.rb +0 -42
  1334. data/spec/models/get_current_user200_response_spec.rb +0 -36
  1335. data/spec/models/get_event_throughput200_response_spec.rb +0 -60
  1336. data/spec/models/get_function_versions200_response_data_spec.rb +0 -36
  1337. data/spec/models/get_function_versions200_response_data_versions_inner_spec.rb +0 -66
  1338. data/spec/models/get_function_versions200_response_spec.rb +0 -42
  1339. data/spec/models/get_historical_analytics200_response_data_inner_spec.rb +0 -48
  1340. data/spec/models/get_historical_analytics200_response_spec.rb +0 -54
  1341. data/spec/models/get_integrations200_response_integrations_inner_spec.rb +0 -54
  1342. data/spec/models/get_integrations200_response_spec.rb +0 -36
  1343. data/spec/models/get_local_session200_response_spec.rb +0 -42
  1344. data/spec/models/get_multi_role_config200_response_data_spec.rb +0 -54
  1345. data/spec/models/get_multi_role_config200_response_spec.rb +0 -42
  1346. data/spec/models/get_non_custodial_balance200_response_spec.rb +0 -42
  1347. data/spec/models/get_non_custodial_transaction_by_hash200_response_spec.rb +0 -42
  1348. data/spec/models/get_non_custodial_transaction_by_hash400_response_spec.rb +0 -42
  1349. data/spec/models/get_non_custodial_transactions200_response_pagination_spec.rb +0 -72
  1350. data/spec/models/get_non_custodial_transactions200_response_spec.rb +0 -48
  1351. data/spec/models/get_project_analytics200_response_spec.rb +0 -60
  1352. data/spec/models/get_public_plans200_response_spec.rb +0 -36
  1353. data/spec/models/get_role_elevation_status200_response_spec.rb +0 -36
  1354. data/spec/models/get_search_analytics200_response_spec.rb +0 -54
  1355. data/spec/models/get_search_analytics200_response_top_queries_inner_spec.rb +0 -42
  1356. data/spec/models/get_search_suggestions200_response_spec.rb +0 -36
  1357. data/spec/models/get_speed_up_params200_response_data_spec.rb +0 -90
  1358. data/spec/models/get_speed_up_params200_response_spec.rb +0 -42
  1359. data/spec/models/get_speed_up_params_request_spec.rb +0 -52
  1360. data/spec/models/get_user_chats200_response_data_chats_inner_last_message_spec.rb +0 -36
  1361. data/spec/models/get_user_chats200_response_data_chats_inner_spec.rb +0 -60
  1362. data/spec/models/get_user_chats200_response_data_spec.rb +0 -42
  1363. data/spec/models/get_user_chats200_response_spec.rb +0 -42
  1364. data/spec/models/get_wallet_webhook_logs200_response_spec.rb +0 -42
  1365. data/spec/models/handle_crypto_payment_webhook200_response_spec.rb +0 -36
  1366. data/spec/models/handle_crypto_payment_webhook_request_data_spec.rb +0 -72
  1367. data/spec/models/handle_crypto_payment_webhook_request_spec.rb +0 -46
  1368. data/spec/models/handle_flutterwave_webhook_request_data_customer_spec.rb +0 -42
  1369. data/spec/models/handle_flutterwave_webhook_request_data_spec.rb +0 -78
  1370. data/spec/models/handle_flutterwave_webhook_request_spec.rb +0 -42
  1371. data/spec/models/initialize_payment_for_project_request_customer_spec.rb +0 -42
  1372. data/spec/models/initialize_payment_for_project_request_spec.rb +0 -54
  1373. data/spec/models/initiate_o_auth200_response_spec.rb +0 -36
  1374. data/spec/models/initiate_o_auth400_response_spec.rb +0 -36
  1375. data/spec/models/initiate_o_auth404_response_spec.rb +0 -36
  1376. data/spec/models/link_o_auth_provider200_response_spec.rb +0 -36
  1377. data/spec/models/list_collections200_response_spec.rb +0 -42
  1378. data/spec/models/list_non_custodial_addresses200_response_spec.rb +0 -48
  1379. data/spec/models/list_o_auth_providers200_response_providers_inner_spec.rb +0 -54
  1380. data/spec/models/list_o_auth_providers200_response_spec.rb +0 -36
  1381. data/spec/models/list_wallet_webhooks200_response_spec.rb +0 -48
  1382. data/spec/models/log_security_event200_response_event_spec.rb +0 -54
  1383. data/spec/models/log_security_event200_response_spec.rb +0 -42
  1384. data/spec/models/log_security_event_request_details_spec.rb +0 -66
  1385. data/spec/models/log_security_event_request_spec.rb +0 -56
  1386. data/spec/models/login_local_user200_response_spec.rb +0 -60
  1387. data/spec/models/login_local_user200_response_user_spec.rb +0 -72
  1388. data/spec/models/login_local_user403_response_spec.rb +0 -48
  1389. data/spec/models/login_local_user_request_spec.rb +0 -48
  1390. data/spec/models/mark_messages_as_read200_response_data_spec.rb +0 -36
  1391. data/spec/models/mark_messages_as_read200_response_spec.rb +0 -42
  1392. data/spec/models/mark_messages_as_read_request_spec.rb +0 -36
  1393. data/spec/models/oauth_callback200_response_spec.rb +0 -42
  1394. data/spec/models/oauth_signup_with_role400_response_spec.rb +0 -42
  1395. data/spec/models/record_usage_request_spec.rb +0 -48
  1396. data/spec/models/refresh_token200_response_spec.rb +0 -54
  1397. data/spec/models/refresh_token400_response_spec.rb +0 -36
  1398. data/spec/models/refresh_token_request_spec.rb +0 -36
  1399. data/spec/models/register_local_user201_response_spec.rb +0 -66
  1400. data/spec/models/register_local_user201_response_user_spec.rb +0 -66
  1401. data/spec/models/register_local_user429_response_spec.rb +0 -72
  1402. data/spec/models/register_local_user_request_spec.rb +0 -60
  1403. data/spec/models/register_non_custodial_address_request_spec.rb +0 -64
  1404. data/spec/models/register_with_role_request_spec.rb +0 -60
  1405. data/spec/models/remove_participant_request_spec.rb +0 -36
  1406. data/spec/models/remove_reaction200_response_data_inner_spec.rb +0 -48
  1407. data/spec/models/remove_reaction200_response_spec.rb +0 -42
  1408. data/spec/models/request_local_password_reset_request_spec.rb +0 -42
  1409. data/spec/models/request_role_elevation200_response_spec.rb +0 -74
  1410. data/spec/models/request_role_elevation_request_spec.rb +0 -36
  1411. data/spec/models/reset_local_password_request_spec.rb +0 -42
  1412. data/spec/models/rollback_function_request_spec.rb +0 -36
  1413. data/spec/models/send_message201_response_data_spec.rb +0 -54
  1414. data/spec/models/send_message201_response_spec.rb +0 -42
  1415. data/spec/models/send_message_request_spec.rb +0 -58
  1416. data/spec/models/simulate_function_trigger_request_spec.rb +0 -48
  1417. data/spec/models/test_wallet_webhook200_response_spec.rb +0 -42
  1418. data/spec/models/test_wallet_webhook_request_spec.rb +0 -54
  1419. data/spec/models/toggle_role_request_spec.rb +0 -36
  1420. data/spec/models/trigger_function_webhook200_response_spec.rb +0 -48
  1421. data/spec/models/trigger_function_webhook400_response_spec.rb +0 -42
  1422. data/spec/models/trigger_function_webhook401_response_spec.rb +0 -42
  1423. data/spec/models/unlink_o_auth_provider200_response_spec.rb +0 -42
  1424. data/spec/models/update_collection_permissions_request_spec.rb +0 -46
  1425. data/spec/models/update_multi_role_settings200_response_spec.rb +0 -48
  1426. data/spec/models/update_multi_role_settings_request_settings_spec.rb +0 -42
  1427. data/spec/models/update_multi_role_settings_request_spec.rb +0 -48
  1428. data/spec/models/update_project_role_request_spec.rb +0 -66
  1429. data/spec/models/update_user_profile200_response_spec.rb +0 -42
  1430. data/spec/models/update_wallet_webhook200_response_spec.rb +0 -42
  1431. data/spec/models/update_wallet_webhook_request_spec.rb +0 -54
  1432. data/spec/models/upload_verification_documents_request_documents_inner_spec.rb +0 -42
  1433. data/spec/models/upload_verification_documents_request_spec.rb +0 -42
  1434. data/spec/models/verify2_fa_request_spec.rb +0 -36
  1435. data/spec/models/verify_email_request_spec.rb +0 -42
  1436. data/spec/models/verify_magic_link_request_spec.rb +0 -36
  1437. data/spec/models/verify_payment200_response_data_spec.rb +0 -36
  1438. data/spec/models/verify_payment200_response_data_subscription_spec.rb +0 -58
  1439. data/spec/models/verify_payment200_response_spec.rb +0 -48
@@ -3,7 +3,7 @@
3
3
 
4
4
  #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: Flutterwave only for fiat (platform subscriptions + org payment processing with 7% + $0.50 split); crypto payment processor for multi-chain checkout - 📡 Block-based multi-chain wallet monitoring (ETH/UTXO scanners, GetBlock, scanner metrics API)
5
5
 
6
- The version of the OpenAPI document: 1.1.9
6
+ The version of the OpenAPI document: 1.2.1
7
7
  Contact: support@mudbase.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.20.0
@@ -23,11 +23,11 @@ module Mudbase
23
23
  # Add a user to the chat with an optional role (admin or member).
24
24
  # @param project_id [String] Project ID.
25
25
  # @param chat_id [String] Chat ID.
26
- # @param add_participant_request [AddParticipantRequest] User ID to add and optional role (admin, member).
26
+ # @param chat_add_participant_request [ChatAddParticipantRequest] User ID to add and optional role (admin, member).
27
27
  # @param [Hash] opts the optional parameters
28
- # @return [AddParticipant200Response]
29
- def add_participant(project_id, chat_id, add_participant_request, opts = {})
30
- data, _status_code, _headers = add_participant_with_http_info(project_id, chat_id, add_participant_request, opts)
28
+ # @return [ChatAddParticipant200Response]
29
+ def chat_add_participant(project_id, chat_id, chat_add_participant_request, opts = {})
30
+ data, _status_code, _headers = chat_add_participant_with_http_info(project_id, chat_id, chat_add_participant_request, opts)
31
31
  data
32
32
  end
33
33
 
@@ -35,24 +35,24 @@ module Mudbase
35
35
  # Add a user to the chat with an optional role (admin or member).
36
36
  # @param project_id [String] Project ID.
37
37
  # @param chat_id [String] Chat ID.
38
- # @param add_participant_request [AddParticipantRequest] User ID to add and optional role (admin, member).
38
+ # @param chat_add_participant_request [ChatAddParticipantRequest] User ID to add and optional role (admin, member).
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [Array<(AddParticipant200Response, Integer, Hash)>] AddParticipant200Response data, response status code and response headers
41
- def add_participant_with_http_info(project_id, chat_id, add_participant_request, opts = {})
40
+ # @return [Array<(ChatAddParticipant200Response, Integer, Hash)>] ChatAddParticipant200Response data, response status code and response headers
41
+ def chat_add_participant_with_http_info(project_id, chat_id, chat_add_participant_request, opts = {})
42
42
  if @api_client.config.debugging
43
- @api_client.config.logger.debug 'Calling API: ChatApi.add_participant ...'
43
+ @api_client.config.logger.debug 'Calling API: ChatApi.chat_add_participant ...'
44
44
  end
45
45
  # verify the required parameter 'project_id' is set
46
46
  if @api_client.config.client_side_validation && project_id.nil?
47
- fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.add_participant"
47
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.chat_add_participant"
48
48
  end
49
49
  # verify the required parameter 'chat_id' is set
50
50
  if @api_client.config.client_side_validation && chat_id.nil?
51
- fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.add_participant"
51
+ fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.chat_add_participant"
52
52
  end
53
- # verify the required parameter 'add_participant_request' is set
54
- if @api_client.config.client_side_validation && add_participant_request.nil?
55
- fail ArgumentError, "Missing the required parameter 'add_participant_request' when calling ChatApi.add_participant"
53
+ # verify the required parameter 'chat_add_participant_request' is set
54
+ if @api_client.config.client_side_validation && chat_add_participant_request.nil?
55
+ fail ArgumentError, "Missing the required parameter 'chat_add_participant_request' when calling ChatApi.chat_add_participant"
56
56
  end
57
57
  # resource path
58
58
  local_var_path = '/api/chat/projects/{projectId}/chats/{chatId}/participants'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'chatId' + '}', CGI.escape(chat_id.to_s))
@@ -74,16 +74,16 @@ module Mudbase
74
74
  form_params = opts[:form_params] || {}
75
75
 
76
76
  # http body (model)
77
- post_body = opts[:debug_body] || @api_client.object_to_http_body(add_participant_request)
77
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(chat_add_participant_request)
78
78
 
79
79
  # return_type
80
- return_type = opts[:debug_return_type] || 'AddParticipant200Response'
80
+ return_type = opts[:debug_return_type] || 'ChatAddParticipant200Response'
81
81
 
82
82
  # auth_names
83
- auth_names = opts[:debug_auth_names] || ['ProjectBearerAuth']
83
+ auth_names = opts[:debug_auth_names] || ['BearerToken']
84
84
 
85
85
  new_options = opts.merge(
86
- :operation => :"ChatApi.add_participant",
86
+ :operation => :"ChatApi.chat_add_participant",
87
87
  :header_params => header_params,
88
88
  :query_params => query_params,
89
89
  :form_params => form_params,
@@ -94,7 +94,7 @@ module Mudbase
94
94
 
95
95
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
96
96
  if @api_client.config.debugging
97
- @api_client.config.logger.debug "API called: ChatApi#add_participant\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
97
+ @api_client.config.logger.debug "API called: ChatApi#chat_add_participant\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
98
98
  end
99
99
  return data, status_code, headers
100
100
  end
@@ -104,11 +104,11 @@ module Mudbase
104
104
  # @param project_id [String] Project ID.
105
105
  # @param chat_id [String] Chat ID.
106
106
  # @param message_id [String] Message ID.
107
- # @param add_reaction_request [AddReactionRequest] Emoji reaction (e.g. 👍, ❤️).
107
+ # @param chat_add_reaction_request [ChatAddReactionRequest] Emoji reaction (e.g. 👍, ❤️).
108
108
  # @param [Hash] opts the optional parameters
109
- # @return [AddReaction200Response]
110
- def add_reaction(project_id, chat_id, message_id, add_reaction_request, opts = {})
111
- data, _status_code, _headers = add_reaction_with_http_info(project_id, chat_id, message_id, add_reaction_request, opts)
109
+ # @return [ChatAddReaction200Response]
110
+ def chat_add_reaction(project_id, chat_id, message_id, chat_add_reaction_request, opts = {})
111
+ data, _status_code, _headers = chat_add_reaction_with_http_info(project_id, chat_id, message_id, chat_add_reaction_request, opts)
112
112
  data
113
113
  end
114
114
 
@@ -117,28 +117,28 @@ module Mudbase
117
117
  # @param project_id [String] Project ID.
118
118
  # @param chat_id [String] Chat ID.
119
119
  # @param message_id [String] Message ID.
120
- # @param add_reaction_request [AddReactionRequest] Emoji reaction (e.g. 👍, ❤️).
120
+ # @param chat_add_reaction_request [ChatAddReactionRequest] Emoji reaction (e.g. 👍, ❤️).
121
121
  # @param [Hash] opts the optional parameters
122
- # @return [Array<(AddReaction200Response, Integer, Hash)>] AddReaction200Response data, response status code and response headers
123
- def add_reaction_with_http_info(project_id, chat_id, message_id, add_reaction_request, opts = {})
122
+ # @return [Array<(ChatAddReaction200Response, Integer, Hash)>] ChatAddReaction200Response data, response status code and response headers
123
+ def chat_add_reaction_with_http_info(project_id, chat_id, message_id, chat_add_reaction_request, opts = {})
124
124
  if @api_client.config.debugging
125
- @api_client.config.logger.debug 'Calling API: ChatApi.add_reaction ...'
125
+ @api_client.config.logger.debug 'Calling API: ChatApi.chat_add_reaction ...'
126
126
  end
127
127
  # verify the required parameter 'project_id' is set
128
128
  if @api_client.config.client_side_validation && project_id.nil?
129
- fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.add_reaction"
129
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.chat_add_reaction"
130
130
  end
131
131
  # verify the required parameter 'chat_id' is set
132
132
  if @api_client.config.client_side_validation && chat_id.nil?
133
- fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.add_reaction"
133
+ fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.chat_add_reaction"
134
134
  end
135
135
  # verify the required parameter 'message_id' is set
136
136
  if @api_client.config.client_side_validation && message_id.nil?
137
- fail ArgumentError, "Missing the required parameter 'message_id' when calling ChatApi.add_reaction"
137
+ fail ArgumentError, "Missing the required parameter 'message_id' when calling ChatApi.chat_add_reaction"
138
138
  end
139
- # verify the required parameter 'add_reaction_request' is set
140
- if @api_client.config.client_side_validation && add_reaction_request.nil?
141
- fail ArgumentError, "Missing the required parameter 'add_reaction_request' when calling ChatApi.add_reaction"
139
+ # verify the required parameter 'chat_add_reaction_request' is set
140
+ if @api_client.config.client_side_validation && chat_add_reaction_request.nil?
141
+ fail ArgumentError, "Missing the required parameter 'chat_add_reaction_request' when calling ChatApi.chat_add_reaction"
142
142
  end
143
143
  # resource path
144
144
  local_var_path = '/api/chat/projects/{projectId}/chats/{chatId}/messages/{messageId}/reactions'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'chatId' + '}', CGI.escape(chat_id.to_s)).sub('{' + 'messageId' + '}', CGI.escape(message_id.to_s))
@@ -160,16 +160,16 @@ module Mudbase
160
160
  form_params = opts[:form_params] || {}
161
161
 
162
162
  # http body (model)
163
- post_body = opts[:debug_body] || @api_client.object_to_http_body(add_reaction_request)
163
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(chat_add_reaction_request)
164
164
 
165
165
  # return_type
166
- return_type = opts[:debug_return_type] || 'AddReaction200Response'
166
+ return_type = opts[:debug_return_type] || 'ChatAddReaction200Response'
167
167
 
168
168
  # auth_names
169
- auth_names = opts[:debug_auth_names] || ['ProjectBearerAuth']
169
+ auth_names = opts[:debug_auth_names] || ['BearerToken']
170
170
 
171
171
  new_options = opts.merge(
172
- :operation => :"ChatApi.add_reaction",
172
+ :operation => :"ChatApi.chat_add_reaction",
173
173
  :header_params => header_params,
174
174
  :query_params => query_params,
175
175
  :form_params => form_params,
@@ -180,7 +180,7 @@ module Mudbase
180
180
 
181
181
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
182
182
  if @api_client.config.debugging
183
- @api_client.config.logger.debug "API called: ChatApi#add_reaction\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
183
+ @api_client.config.logger.debug "API called: ChatApi#chat_add_reaction\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
184
184
  end
185
185
  return data, status_code, headers
186
186
  end
@@ -188,31 +188,31 @@ module Mudbase
188
188
  # Create new chat
189
189
  # Create a new chat (direct, group, channel, or broadcast) with name, type, participants, and optional settings.
190
190
  # @param project_id [String] Project ID.
191
- # @param create_chat_request [CreateChatRequest] Chat name, type (direct/group/channel/broadcast), participants array, optional description and settings.
191
+ # @param chat_create_request [ChatCreateRequest] Chat name, type (direct/group/channel/broadcast), participants array, optional description and settings.
192
192
  # @param [Hash] opts the optional parameters
193
- # @return [CreateChat201Response]
194
- def create_chat(project_id, create_chat_request, opts = {})
195
- data, _status_code, _headers = create_chat_with_http_info(project_id, create_chat_request, opts)
193
+ # @return [ChatCreate201Response]
194
+ def chat_create(project_id, chat_create_request, opts = {})
195
+ data, _status_code, _headers = chat_create_with_http_info(project_id, chat_create_request, opts)
196
196
  data
197
197
  end
198
198
 
199
199
  # Create new chat
200
200
  # Create a new chat (direct, group, channel, or broadcast) with name, type, participants, and optional settings.
201
201
  # @param project_id [String] Project ID.
202
- # @param create_chat_request [CreateChatRequest] Chat name, type (direct/group/channel/broadcast), participants array, optional description and settings.
202
+ # @param chat_create_request [ChatCreateRequest] Chat name, type (direct/group/channel/broadcast), participants array, optional description and settings.
203
203
  # @param [Hash] opts the optional parameters
204
- # @return [Array<(CreateChat201Response, Integer, Hash)>] CreateChat201Response data, response status code and response headers
205
- def create_chat_with_http_info(project_id, create_chat_request, opts = {})
204
+ # @return [Array<(ChatCreate201Response, Integer, Hash)>] ChatCreate201Response data, response status code and response headers
205
+ def chat_create_with_http_info(project_id, chat_create_request, opts = {})
206
206
  if @api_client.config.debugging
207
- @api_client.config.logger.debug 'Calling API: ChatApi.create_chat ...'
207
+ @api_client.config.logger.debug 'Calling API: ChatApi.chat_create ...'
208
208
  end
209
209
  # verify the required parameter 'project_id' is set
210
210
  if @api_client.config.client_side_validation && project_id.nil?
211
- fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.create_chat"
211
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.chat_create"
212
212
  end
213
- # verify the required parameter 'create_chat_request' is set
214
- if @api_client.config.client_side_validation && create_chat_request.nil?
215
- fail ArgumentError, "Missing the required parameter 'create_chat_request' when calling ChatApi.create_chat"
213
+ # verify the required parameter 'chat_create_request' is set
214
+ if @api_client.config.client_side_validation && chat_create_request.nil?
215
+ fail ArgumentError, "Missing the required parameter 'chat_create_request' when calling ChatApi.chat_create"
216
216
  end
217
217
  # resource path
218
218
  local_var_path = '/api/chat/projects/{projectId}/chats'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s))
@@ -234,16 +234,16 @@ module Mudbase
234
234
  form_params = opts[:form_params] || {}
235
235
 
236
236
  # http body (model)
237
- post_body = opts[:debug_body] || @api_client.object_to_http_body(create_chat_request)
237
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(chat_create_request)
238
238
 
239
239
  # return_type
240
- return_type = opts[:debug_return_type] || 'CreateChat201Response'
240
+ return_type = opts[:debug_return_type] || 'ChatCreate201Response'
241
241
 
242
242
  # auth_names
243
- auth_names = opts[:debug_auth_names] || ['ProjectBearerAuth']
243
+ auth_names = opts[:debug_auth_names] || ['BearerToken']
244
244
 
245
245
  new_options = opts.merge(
246
- :operation => :"ChatApi.create_chat",
246
+ :operation => :"ChatApi.chat_create",
247
247
  :header_params => header_params,
248
248
  :query_params => query_params,
249
249
  :form_params => form_params,
@@ -254,7 +254,7 @@ module Mudbase
254
254
 
255
255
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
256
256
  if @api_client.config.debugging
257
- @api_client.config.logger.debug "API called: ChatApi#create_chat\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
257
+ @api_client.config.logger.debug "API called: ChatApi#chat_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
258
258
  end
259
259
  return data, status_code, headers
260
260
  end
@@ -266,8 +266,8 @@ module Mudbase
266
266
  # @param message_id [String] Message ID.
267
267
  # @param [Hash] opts the optional parameters
268
268
  # @return [MessageResponse]
269
- def delete_message(project_id, chat_id, message_id, opts = {})
270
- data, _status_code, _headers = delete_message_with_http_info(project_id, chat_id, message_id, opts)
269
+ def chat_delete_message(project_id, chat_id, message_id, opts = {})
270
+ data, _status_code, _headers = chat_delete_message_with_http_info(project_id, chat_id, message_id, opts)
271
271
  data
272
272
  end
273
273
 
@@ -278,21 +278,21 @@ module Mudbase
278
278
  # @param message_id [String] Message ID.
279
279
  # @param [Hash] opts the optional parameters
280
280
  # @return [Array<(MessageResponse, Integer, Hash)>] MessageResponse data, response status code and response headers
281
- def delete_message_with_http_info(project_id, chat_id, message_id, opts = {})
281
+ def chat_delete_message_with_http_info(project_id, chat_id, message_id, opts = {})
282
282
  if @api_client.config.debugging
283
- @api_client.config.logger.debug 'Calling API: ChatApi.delete_message ...'
283
+ @api_client.config.logger.debug 'Calling API: ChatApi.chat_delete_message ...'
284
284
  end
285
285
  # verify the required parameter 'project_id' is set
286
286
  if @api_client.config.client_side_validation && project_id.nil?
287
- fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.delete_message"
287
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.chat_delete_message"
288
288
  end
289
289
  # verify the required parameter 'chat_id' is set
290
290
  if @api_client.config.client_side_validation && chat_id.nil?
291
- fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.delete_message"
291
+ fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.chat_delete_message"
292
292
  end
293
293
  # verify the required parameter 'message_id' is set
294
294
  if @api_client.config.client_side_validation && message_id.nil?
295
- fail ArgumentError, "Missing the required parameter 'message_id' when calling ChatApi.delete_message"
295
+ fail ArgumentError, "Missing the required parameter 'message_id' when calling ChatApi.chat_delete_message"
296
296
  end
297
297
  # resource path
298
298
  local_var_path = '/api/chat/projects/{projectId}/chats/{chatId}/messages/{messageId}'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'chatId' + '}', CGI.escape(chat_id.to_s)).sub('{' + 'messageId' + '}', CGI.escape(message_id.to_s))
@@ -315,10 +315,10 @@ module Mudbase
315
315
  return_type = opts[:debug_return_type] || 'MessageResponse'
316
316
 
317
317
  # auth_names
318
- auth_names = opts[:debug_auth_names] || ['ProjectBearerAuth']
318
+ auth_names = opts[:debug_auth_names] || ['BearerToken']
319
319
 
320
320
  new_options = opts.merge(
321
- :operation => :"ChatApi.delete_message",
321
+ :operation => :"ChatApi.chat_delete_message",
322
322
  :header_params => header_params,
323
323
  :query_params => query_params,
324
324
  :form_params => form_params,
@@ -329,7 +329,7 @@ module Mudbase
329
329
 
330
330
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
331
331
  if @api_client.config.debugging
332
- @api_client.config.logger.debug "API called: ChatApi#delete_message\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
332
+ @api_client.config.logger.debug "API called: ChatApi#chat_delete_message\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
333
333
  end
334
334
  return data, status_code, headers
335
335
  end
@@ -339,11 +339,11 @@ module Mudbase
339
339
  # @param project_id [String] Project ID.
340
340
  # @param chat_id [String] Chat ID.
341
341
  # @param message_id [String] Message ID.
342
- # @param edit_message_request [EditMessageRequest] New message content.
342
+ # @param chat_edit_message_request [ChatEditMessageRequest] New message content.
343
343
  # @param [Hash] opts the optional parameters
344
- # @return [EditMessage200Response]
345
- def edit_message(project_id, chat_id, message_id, edit_message_request, opts = {})
346
- data, _status_code, _headers = edit_message_with_http_info(project_id, chat_id, message_id, edit_message_request, opts)
344
+ # @return [ChatEditMessage200Response]
345
+ def chat_edit_message(project_id, chat_id, message_id, chat_edit_message_request, opts = {})
346
+ data, _status_code, _headers = chat_edit_message_with_http_info(project_id, chat_id, message_id, chat_edit_message_request, opts)
347
347
  data
348
348
  end
349
349
 
@@ -352,28 +352,28 @@ module Mudbase
352
352
  # @param project_id [String] Project ID.
353
353
  # @param chat_id [String] Chat ID.
354
354
  # @param message_id [String] Message ID.
355
- # @param edit_message_request [EditMessageRequest] New message content.
355
+ # @param chat_edit_message_request [ChatEditMessageRequest] New message content.
356
356
  # @param [Hash] opts the optional parameters
357
- # @return [Array<(EditMessage200Response, Integer, Hash)>] EditMessage200Response data, response status code and response headers
358
- def edit_message_with_http_info(project_id, chat_id, message_id, edit_message_request, opts = {})
357
+ # @return [Array<(ChatEditMessage200Response, Integer, Hash)>] ChatEditMessage200Response data, response status code and response headers
358
+ def chat_edit_message_with_http_info(project_id, chat_id, message_id, chat_edit_message_request, opts = {})
359
359
  if @api_client.config.debugging
360
- @api_client.config.logger.debug 'Calling API: ChatApi.edit_message ...'
360
+ @api_client.config.logger.debug 'Calling API: ChatApi.chat_edit_message ...'
361
361
  end
362
362
  # verify the required parameter 'project_id' is set
363
363
  if @api_client.config.client_side_validation && project_id.nil?
364
- fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.edit_message"
364
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.chat_edit_message"
365
365
  end
366
366
  # verify the required parameter 'chat_id' is set
367
367
  if @api_client.config.client_side_validation && chat_id.nil?
368
- fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.edit_message"
368
+ fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.chat_edit_message"
369
369
  end
370
370
  # verify the required parameter 'message_id' is set
371
371
  if @api_client.config.client_side_validation && message_id.nil?
372
- fail ArgumentError, "Missing the required parameter 'message_id' when calling ChatApi.edit_message"
372
+ fail ArgumentError, "Missing the required parameter 'message_id' when calling ChatApi.chat_edit_message"
373
373
  end
374
- # verify the required parameter 'edit_message_request' is set
375
- if @api_client.config.client_side_validation && edit_message_request.nil?
376
- fail ArgumentError, "Missing the required parameter 'edit_message_request' when calling ChatApi.edit_message"
374
+ # verify the required parameter 'chat_edit_message_request' is set
375
+ if @api_client.config.client_side_validation && chat_edit_message_request.nil?
376
+ fail ArgumentError, "Missing the required parameter 'chat_edit_message_request' when calling ChatApi.chat_edit_message"
377
377
  end
378
378
  # resource path
379
379
  local_var_path = '/api/chat/projects/{projectId}/chats/{chatId}/messages/{messageId}'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'chatId' + '}', CGI.escape(chat_id.to_s)).sub('{' + 'messageId' + '}', CGI.escape(message_id.to_s))
@@ -395,16 +395,16 @@ module Mudbase
395
395
  form_params = opts[:form_params] || {}
396
396
 
397
397
  # http body (model)
398
- post_body = opts[:debug_body] || @api_client.object_to_http_body(edit_message_request)
398
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(chat_edit_message_request)
399
399
 
400
400
  # return_type
401
- return_type = opts[:debug_return_type] || 'EditMessage200Response'
401
+ return_type = opts[:debug_return_type] || 'ChatEditMessage200Response'
402
402
 
403
403
  # auth_names
404
- auth_names = opts[:debug_auth_names] || ['ProjectBearerAuth']
404
+ auth_names = opts[:debug_auth_names] || ['BearerToken']
405
405
 
406
406
  new_options = opts.merge(
407
- :operation => :"ChatApi.edit_message",
407
+ :operation => :"ChatApi.chat_edit_message",
408
408
  :header_params => header_params,
409
409
  :query_params => query_params,
410
410
  :form_params => form_params,
@@ -415,7 +415,7 @@ module Mudbase
415
415
 
416
416
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
417
417
  if @api_client.config.debugging
418
- @api_client.config.logger.debug "API called: ChatApi#edit_message\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
418
+ @api_client.config.logger.debug "API called: ChatApi#chat_edit_message\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
419
419
  end
420
420
  return data, status_code, headers
421
421
  end
@@ -425,9 +425,9 @@ module Mudbase
425
425
  # @param project_id [String] Project ID.
426
426
  # @param chat_id [String] Chat ID.
427
427
  # @param [Hash] opts the optional parameters
428
- # @return [GetChatDetails200Response]
429
- def get_chat_details(project_id, chat_id, opts = {})
430
- data, _status_code, _headers = get_chat_details_with_http_info(project_id, chat_id, opts)
428
+ # @return [ChatGet200Response]
429
+ def chat_get(project_id, chat_id, opts = {})
430
+ data, _status_code, _headers = chat_get_with_http_info(project_id, chat_id, opts)
431
431
  data
432
432
  end
433
433
 
@@ -436,18 +436,18 @@ module Mudbase
436
436
  # @param project_id [String] Project ID.
437
437
  # @param chat_id [String] Chat ID.
438
438
  # @param [Hash] opts the optional parameters
439
- # @return [Array<(GetChatDetails200Response, Integer, Hash)>] GetChatDetails200Response data, response status code and response headers
440
- def get_chat_details_with_http_info(project_id, chat_id, opts = {})
439
+ # @return [Array<(ChatGet200Response, Integer, Hash)>] ChatGet200Response data, response status code and response headers
440
+ def chat_get_with_http_info(project_id, chat_id, opts = {})
441
441
  if @api_client.config.debugging
442
- @api_client.config.logger.debug 'Calling API: ChatApi.get_chat_details ...'
442
+ @api_client.config.logger.debug 'Calling API: ChatApi.chat_get ...'
443
443
  end
444
444
  # verify the required parameter 'project_id' is set
445
445
  if @api_client.config.client_side_validation && project_id.nil?
446
- fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.get_chat_details"
446
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.chat_get"
447
447
  end
448
448
  # verify the required parameter 'chat_id' is set
449
449
  if @api_client.config.client_side_validation && chat_id.nil?
450
- fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.get_chat_details"
450
+ fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.chat_get"
451
451
  end
452
452
  # resource path
453
453
  local_var_path = '/api/chat/projects/{projectId}/chats/{chatId}'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'chatId' + '}', CGI.escape(chat_id.to_s))
@@ -467,13 +467,13 @@ module Mudbase
467
467
  post_body = opts[:debug_body]
468
468
 
469
469
  # return_type
470
- return_type = opts[:debug_return_type] || 'GetChatDetails200Response'
470
+ return_type = opts[:debug_return_type] || 'ChatGet200Response'
471
471
 
472
472
  # auth_names
473
- auth_names = opts[:debug_auth_names] || ['ProjectBearerAuth']
473
+ auth_names = opts[:debug_auth_names] || ['BearerToken']
474
474
 
475
475
  new_options = opts.merge(
476
- :operation => :"ChatApi.get_chat_details",
476
+ :operation => :"ChatApi.chat_get",
477
477
  :header_params => header_params,
478
478
  :query_params => query_params,
479
479
  :form_params => form_params,
@@ -484,7 +484,7 @@ module Mudbase
484
484
 
485
485
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
486
486
  if @api_client.config.debugging
487
- @api_client.config.logger.debug "API called: ChatApi#get_chat_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
487
+ @api_client.config.logger.debug "API called: ChatApi#chat_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
488
488
  end
489
489
  return data, status_code, headers
490
490
  end
@@ -498,9 +498,9 @@ module Mudbase
498
498
  # @option opts [Integer] :limit Number of messages per page. (default to 50)
499
499
  # @option opts [Time] :before Return messages before this timestamp (cursor).
500
500
  # @option opts [Time] :after Return messages after this timestamp (cursor).
501
- # @return [GetChatMessages200Response]
502
- def get_chat_messages(project_id, chat_id, opts = {})
503
- data, _status_code, _headers = get_chat_messages_with_http_info(project_id, chat_id, opts)
501
+ # @return [ChatGetMessages200Response]
502
+ def chat_get_messages(project_id, chat_id, opts = {})
503
+ data, _status_code, _headers = chat_get_messages_with_http_info(project_id, chat_id, opts)
504
504
  data
505
505
  end
506
506
 
@@ -513,18 +513,18 @@ module Mudbase
513
513
  # @option opts [Integer] :limit Number of messages per page. (default to 50)
514
514
  # @option opts [Time] :before Return messages before this timestamp (cursor).
515
515
  # @option opts [Time] :after Return messages after this timestamp (cursor).
516
- # @return [Array<(GetChatMessages200Response, Integer, Hash)>] GetChatMessages200Response data, response status code and response headers
517
- def get_chat_messages_with_http_info(project_id, chat_id, opts = {})
516
+ # @return [Array<(ChatGetMessages200Response, Integer, Hash)>] ChatGetMessages200Response data, response status code and response headers
517
+ def chat_get_messages_with_http_info(project_id, chat_id, opts = {})
518
518
  if @api_client.config.debugging
519
- @api_client.config.logger.debug 'Calling API: ChatApi.get_chat_messages ...'
519
+ @api_client.config.logger.debug 'Calling API: ChatApi.chat_get_messages ...'
520
520
  end
521
521
  # verify the required parameter 'project_id' is set
522
522
  if @api_client.config.client_side_validation && project_id.nil?
523
- fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.get_chat_messages"
523
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.chat_get_messages"
524
524
  end
525
525
  # verify the required parameter 'chat_id' is set
526
526
  if @api_client.config.client_side_validation && chat_id.nil?
527
- fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.get_chat_messages"
527
+ fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.chat_get_messages"
528
528
  end
529
529
  # resource path
530
530
  local_var_path = '/api/chat/projects/{projectId}/chats/{chatId}/messages'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'chatId' + '}', CGI.escape(chat_id.to_s))
@@ -548,13 +548,13 @@ module Mudbase
548
548
  post_body = opts[:debug_body]
549
549
 
550
550
  # return_type
551
- return_type = opts[:debug_return_type] || 'GetChatMessages200Response'
551
+ return_type = opts[:debug_return_type] || 'ChatGetMessages200Response'
552
552
 
553
553
  # auth_names
554
- auth_names = opts[:debug_auth_names] || ['ProjectBearerAuth']
554
+ auth_names = opts[:debug_auth_names] || ['BearerToken']
555
555
 
556
556
  new_options = opts.merge(
557
- :operation => :"ChatApi.get_chat_messages",
557
+ :operation => :"ChatApi.chat_get_messages",
558
558
  :header_params => header_params,
559
559
  :query_params => query_params,
560
560
  :form_params => form_params,
@@ -565,7 +565,7 @@ module Mudbase
565
565
 
566
566
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
567
567
  if @api_client.config.debugging
568
- @api_client.config.logger.debug "API called: ChatApi#get_chat_messages\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
568
+ @api_client.config.logger.debug "API called: ChatApi#chat_get_messages\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
569
569
  end
570
570
  return data, status_code, headers
571
571
  end
@@ -576,9 +576,9 @@ module Mudbase
576
576
  # @param [Hash] opts the optional parameters
577
577
  # @option opts [Integer] :page Page number (1-based). (default to 1)
578
578
  # @option opts [Integer] :limit Number of chats per page. (default to 20)
579
- # @return [GetUserChats200Response]
580
- def get_user_chats(project_id, opts = {})
581
- data, _status_code, _headers = get_user_chats_with_http_info(project_id, opts)
579
+ # @return [ChatList200Response]
580
+ def chat_list(project_id, opts = {})
581
+ data, _status_code, _headers = chat_list_with_http_info(project_id, opts)
582
582
  data
583
583
  end
584
584
 
@@ -588,14 +588,14 @@ module Mudbase
588
588
  # @param [Hash] opts the optional parameters
589
589
  # @option opts [Integer] :page Page number (1-based). (default to 1)
590
590
  # @option opts [Integer] :limit Number of chats per page. (default to 20)
591
- # @return [Array<(GetUserChats200Response, Integer, Hash)>] GetUserChats200Response data, response status code and response headers
592
- def get_user_chats_with_http_info(project_id, opts = {})
591
+ # @return [Array<(ChatList200Response, Integer, Hash)>] ChatList200Response data, response status code and response headers
592
+ def chat_list_with_http_info(project_id, opts = {})
593
593
  if @api_client.config.debugging
594
- @api_client.config.logger.debug 'Calling API: ChatApi.get_user_chats ...'
594
+ @api_client.config.logger.debug 'Calling API: ChatApi.chat_list ...'
595
595
  end
596
596
  # verify the required parameter 'project_id' is set
597
597
  if @api_client.config.client_side_validation && project_id.nil?
598
- fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.get_user_chats"
598
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.chat_list"
599
599
  end
600
600
  # resource path
601
601
  local_var_path = '/api/chat/projects/{projectId}/chats'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s))
@@ -617,13 +617,13 @@ module Mudbase
617
617
  post_body = opts[:debug_body]
618
618
 
619
619
  # return_type
620
- return_type = opts[:debug_return_type] || 'GetUserChats200Response'
620
+ return_type = opts[:debug_return_type] || 'ChatList200Response'
621
621
 
622
622
  # auth_names
623
- auth_names = opts[:debug_auth_names] || ['ProjectBearerAuth']
623
+ auth_names = opts[:debug_auth_names] || ['BearerToken']
624
624
 
625
625
  new_options = opts.merge(
626
- :operation => :"ChatApi.get_user_chats",
626
+ :operation => :"ChatApi.chat_list",
627
627
  :header_params => header_params,
628
628
  :query_params => query_params,
629
629
  :form_params => form_params,
@@ -634,7 +634,7 @@ module Mudbase
634
634
 
635
635
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
636
636
  if @api_client.config.debugging
637
- @api_client.config.logger.debug "API called: ChatApi#get_user_chats\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
637
+ @api_client.config.logger.debug "API called: ChatApi#chat_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
638
638
  end
639
639
  return data, status_code, headers
640
640
  end
@@ -643,11 +643,11 @@ module Mudbase
643
643
  # Mark one or more messages as read for the current user in the chat.
644
644
  # @param project_id [String] Project ID.
645
645
  # @param chat_id [String] Chat ID.
646
- # @param mark_messages_as_read_request [MarkMessagesAsReadRequest] Array of message IDs to mark as read.
646
+ # @param chat_mark_as_read_request [ChatMarkAsReadRequest] Array of message IDs to mark as read.
647
647
  # @param [Hash] opts the optional parameters
648
- # @return [MarkMessagesAsRead200Response]
649
- def mark_messages_as_read(project_id, chat_id, mark_messages_as_read_request, opts = {})
650
- data, _status_code, _headers = mark_messages_as_read_with_http_info(project_id, chat_id, mark_messages_as_read_request, opts)
648
+ # @return [ChatMarkAsRead200Response]
649
+ def chat_mark_as_read(project_id, chat_id, chat_mark_as_read_request, opts = {})
650
+ data, _status_code, _headers = chat_mark_as_read_with_http_info(project_id, chat_id, chat_mark_as_read_request, opts)
651
651
  data
652
652
  end
653
653
 
@@ -655,24 +655,24 @@ module Mudbase
655
655
  # Mark one or more messages as read for the current user in the chat.
656
656
  # @param project_id [String] Project ID.
657
657
  # @param chat_id [String] Chat ID.
658
- # @param mark_messages_as_read_request [MarkMessagesAsReadRequest] Array of message IDs to mark as read.
658
+ # @param chat_mark_as_read_request [ChatMarkAsReadRequest] Array of message IDs to mark as read.
659
659
  # @param [Hash] opts the optional parameters
660
- # @return [Array<(MarkMessagesAsRead200Response, Integer, Hash)>] MarkMessagesAsRead200Response data, response status code and response headers
661
- def mark_messages_as_read_with_http_info(project_id, chat_id, mark_messages_as_read_request, opts = {})
660
+ # @return [Array<(ChatMarkAsRead200Response, Integer, Hash)>] ChatMarkAsRead200Response data, response status code and response headers
661
+ def chat_mark_as_read_with_http_info(project_id, chat_id, chat_mark_as_read_request, opts = {})
662
662
  if @api_client.config.debugging
663
- @api_client.config.logger.debug 'Calling API: ChatApi.mark_messages_as_read ...'
663
+ @api_client.config.logger.debug 'Calling API: ChatApi.chat_mark_as_read ...'
664
664
  end
665
665
  # verify the required parameter 'project_id' is set
666
666
  if @api_client.config.client_side_validation && project_id.nil?
667
- fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.mark_messages_as_read"
667
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.chat_mark_as_read"
668
668
  end
669
669
  # verify the required parameter 'chat_id' is set
670
670
  if @api_client.config.client_side_validation && chat_id.nil?
671
- fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.mark_messages_as_read"
671
+ fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.chat_mark_as_read"
672
672
  end
673
- # verify the required parameter 'mark_messages_as_read_request' is set
674
- if @api_client.config.client_side_validation && mark_messages_as_read_request.nil?
675
- fail ArgumentError, "Missing the required parameter 'mark_messages_as_read_request' when calling ChatApi.mark_messages_as_read"
673
+ # verify the required parameter 'chat_mark_as_read_request' is set
674
+ if @api_client.config.client_side_validation && chat_mark_as_read_request.nil?
675
+ fail ArgumentError, "Missing the required parameter 'chat_mark_as_read_request' when calling ChatApi.chat_mark_as_read"
676
676
  end
677
677
  # resource path
678
678
  local_var_path = '/api/chat/projects/{projectId}/chats/{chatId}/messages/read'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'chatId' + '}', CGI.escape(chat_id.to_s))
@@ -694,16 +694,16 @@ module Mudbase
694
694
  form_params = opts[:form_params] || {}
695
695
 
696
696
  # http body (model)
697
- post_body = opts[:debug_body] || @api_client.object_to_http_body(mark_messages_as_read_request)
697
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(chat_mark_as_read_request)
698
698
 
699
699
  # return_type
700
- return_type = opts[:debug_return_type] || 'MarkMessagesAsRead200Response'
700
+ return_type = opts[:debug_return_type] || 'ChatMarkAsRead200Response'
701
701
 
702
702
  # auth_names
703
- auth_names = opts[:debug_auth_names] || ['ProjectBearerAuth']
703
+ auth_names = opts[:debug_auth_names] || ['BearerToken']
704
704
 
705
705
  new_options = opts.merge(
706
- :operation => :"ChatApi.mark_messages_as_read",
706
+ :operation => :"ChatApi.chat_mark_as_read",
707
707
  :header_params => header_params,
708
708
  :query_params => query_params,
709
709
  :form_params => form_params,
@@ -714,7 +714,7 @@ module Mudbase
714
714
 
715
715
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
716
716
  if @api_client.config.debugging
717
- @api_client.config.logger.debug "API called: ChatApi#mark_messages_as_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
717
+ @api_client.config.logger.debug "API called: ChatApi#chat_mark_as_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
718
718
  end
719
719
  return data, status_code, headers
720
720
  end
@@ -723,11 +723,11 @@ module Mudbase
723
723
  # Remove a user from the chat by userId.
724
724
  # @param project_id [String] Project ID.
725
725
  # @param chat_id [String] Chat ID.
726
- # @param remove_participant_request [RemoveParticipantRequest] User ID of the participant to remove.
726
+ # @param chat_remove_participant_request [ChatRemoveParticipantRequest] User ID of the participant to remove.
727
727
  # @param [Hash] opts the optional parameters
728
728
  # @return [MessageResponse]
729
- def remove_participant(project_id, chat_id, remove_participant_request, opts = {})
730
- data, _status_code, _headers = remove_participant_with_http_info(project_id, chat_id, remove_participant_request, opts)
729
+ def chat_remove_participant(project_id, chat_id, chat_remove_participant_request, opts = {})
730
+ data, _status_code, _headers = chat_remove_participant_with_http_info(project_id, chat_id, chat_remove_participant_request, opts)
731
731
  data
732
732
  end
733
733
 
@@ -735,24 +735,24 @@ module Mudbase
735
735
  # Remove a user from the chat by userId.
736
736
  # @param project_id [String] Project ID.
737
737
  # @param chat_id [String] Chat ID.
738
- # @param remove_participant_request [RemoveParticipantRequest] User ID of the participant to remove.
738
+ # @param chat_remove_participant_request [ChatRemoveParticipantRequest] User ID of the participant to remove.
739
739
  # @param [Hash] opts the optional parameters
740
740
  # @return [Array<(MessageResponse, Integer, Hash)>] MessageResponse data, response status code and response headers
741
- def remove_participant_with_http_info(project_id, chat_id, remove_participant_request, opts = {})
741
+ def chat_remove_participant_with_http_info(project_id, chat_id, chat_remove_participant_request, opts = {})
742
742
  if @api_client.config.debugging
743
- @api_client.config.logger.debug 'Calling API: ChatApi.remove_participant ...'
743
+ @api_client.config.logger.debug 'Calling API: ChatApi.chat_remove_participant ...'
744
744
  end
745
745
  # verify the required parameter 'project_id' is set
746
746
  if @api_client.config.client_side_validation && project_id.nil?
747
- fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.remove_participant"
747
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.chat_remove_participant"
748
748
  end
749
749
  # verify the required parameter 'chat_id' is set
750
750
  if @api_client.config.client_side_validation && chat_id.nil?
751
- fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.remove_participant"
751
+ fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.chat_remove_participant"
752
752
  end
753
- # verify the required parameter 'remove_participant_request' is set
754
- if @api_client.config.client_side_validation && remove_participant_request.nil?
755
- fail ArgumentError, "Missing the required parameter 'remove_participant_request' when calling ChatApi.remove_participant"
753
+ # verify the required parameter 'chat_remove_participant_request' is set
754
+ if @api_client.config.client_side_validation && chat_remove_participant_request.nil?
755
+ fail ArgumentError, "Missing the required parameter 'chat_remove_participant_request' when calling ChatApi.chat_remove_participant"
756
756
  end
757
757
  # resource path
758
758
  local_var_path = '/api/chat/projects/{projectId}/chats/{chatId}/participants'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'chatId' + '}', CGI.escape(chat_id.to_s))
@@ -774,16 +774,16 @@ module Mudbase
774
774
  form_params = opts[:form_params] || {}
775
775
 
776
776
  # http body (model)
777
- post_body = opts[:debug_body] || @api_client.object_to_http_body(remove_participant_request)
777
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(chat_remove_participant_request)
778
778
 
779
779
  # return_type
780
780
  return_type = opts[:debug_return_type] || 'MessageResponse'
781
781
 
782
782
  # auth_names
783
- auth_names = opts[:debug_auth_names] || ['ProjectBearerAuth']
783
+ auth_names = opts[:debug_auth_names] || ['BearerToken']
784
784
 
785
785
  new_options = opts.merge(
786
- :operation => :"ChatApi.remove_participant",
786
+ :operation => :"ChatApi.chat_remove_participant",
787
787
  :header_params => header_params,
788
788
  :query_params => query_params,
789
789
  :form_params => form_params,
@@ -794,7 +794,7 @@ module Mudbase
794
794
 
795
795
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
796
796
  if @api_client.config.debugging
797
- @api_client.config.logger.debug "API called: ChatApi#remove_participant\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
797
+ @api_client.config.logger.debug "API called: ChatApi#chat_remove_participant\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
798
798
  end
799
799
  return data, status_code, headers
800
800
  end
@@ -804,11 +804,11 @@ module Mudbase
804
804
  # @param project_id [String] Project ID.
805
805
  # @param chat_id [String] Chat ID.
806
806
  # @param message_id [String] Message ID.
807
- # @param add_reaction_request [AddReactionRequest] Emoji to remove (must match the reaction added by the user).
807
+ # @param chat_add_reaction_request [ChatAddReactionRequest] Emoji to remove (must match the reaction added by the user).
808
808
  # @param [Hash] opts the optional parameters
809
- # @return [RemoveReaction200Response]
810
- def remove_reaction(project_id, chat_id, message_id, add_reaction_request, opts = {})
811
- data, _status_code, _headers = remove_reaction_with_http_info(project_id, chat_id, message_id, add_reaction_request, opts)
809
+ # @return [ChatRemoveReaction200Response]
810
+ def chat_remove_reaction(project_id, chat_id, message_id, chat_add_reaction_request, opts = {})
811
+ data, _status_code, _headers = chat_remove_reaction_with_http_info(project_id, chat_id, message_id, chat_add_reaction_request, opts)
812
812
  data
813
813
  end
814
814
 
@@ -817,28 +817,28 @@ module Mudbase
817
817
  # @param project_id [String] Project ID.
818
818
  # @param chat_id [String] Chat ID.
819
819
  # @param message_id [String] Message ID.
820
- # @param add_reaction_request [AddReactionRequest] Emoji to remove (must match the reaction added by the user).
820
+ # @param chat_add_reaction_request [ChatAddReactionRequest] Emoji to remove (must match the reaction added by the user).
821
821
  # @param [Hash] opts the optional parameters
822
- # @return [Array<(RemoveReaction200Response, Integer, Hash)>] RemoveReaction200Response data, response status code and response headers
823
- def remove_reaction_with_http_info(project_id, chat_id, message_id, add_reaction_request, opts = {})
822
+ # @return [Array<(ChatRemoveReaction200Response, Integer, Hash)>] ChatRemoveReaction200Response data, response status code and response headers
823
+ def chat_remove_reaction_with_http_info(project_id, chat_id, message_id, chat_add_reaction_request, opts = {})
824
824
  if @api_client.config.debugging
825
- @api_client.config.logger.debug 'Calling API: ChatApi.remove_reaction ...'
825
+ @api_client.config.logger.debug 'Calling API: ChatApi.chat_remove_reaction ...'
826
826
  end
827
827
  # verify the required parameter 'project_id' is set
828
828
  if @api_client.config.client_side_validation && project_id.nil?
829
- fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.remove_reaction"
829
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.chat_remove_reaction"
830
830
  end
831
831
  # verify the required parameter 'chat_id' is set
832
832
  if @api_client.config.client_side_validation && chat_id.nil?
833
- fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.remove_reaction"
833
+ fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.chat_remove_reaction"
834
834
  end
835
835
  # verify the required parameter 'message_id' is set
836
836
  if @api_client.config.client_side_validation && message_id.nil?
837
- fail ArgumentError, "Missing the required parameter 'message_id' when calling ChatApi.remove_reaction"
837
+ fail ArgumentError, "Missing the required parameter 'message_id' when calling ChatApi.chat_remove_reaction"
838
838
  end
839
- # verify the required parameter 'add_reaction_request' is set
840
- if @api_client.config.client_side_validation && add_reaction_request.nil?
841
- fail ArgumentError, "Missing the required parameter 'add_reaction_request' when calling ChatApi.remove_reaction"
839
+ # verify the required parameter 'chat_add_reaction_request' is set
840
+ if @api_client.config.client_side_validation && chat_add_reaction_request.nil?
841
+ fail ArgumentError, "Missing the required parameter 'chat_add_reaction_request' when calling ChatApi.chat_remove_reaction"
842
842
  end
843
843
  # resource path
844
844
  local_var_path = '/api/chat/projects/{projectId}/chats/{chatId}/messages/{messageId}/reactions'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'chatId' + '}', CGI.escape(chat_id.to_s)).sub('{' + 'messageId' + '}', CGI.escape(message_id.to_s))
@@ -860,16 +860,16 @@ module Mudbase
860
860
  form_params = opts[:form_params] || {}
861
861
 
862
862
  # http body (model)
863
- post_body = opts[:debug_body] || @api_client.object_to_http_body(add_reaction_request)
863
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(chat_add_reaction_request)
864
864
 
865
865
  # return_type
866
- return_type = opts[:debug_return_type] || 'RemoveReaction200Response'
866
+ return_type = opts[:debug_return_type] || 'ChatRemoveReaction200Response'
867
867
 
868
868
  # auth_names
869
- auth_names = opts[:debug_auth_names] || ['ProjectBearerAuth']
869
+ auth_names = opts[:debug_auth_names] || ['BearerToken']
870
870
 
871
871
  new_options = opts.merge(
872
- :operation => :"ChatApi.remove_reaction",
872
+ :operation => :"ChatApi.chat_remove_reaction",
873
873
  :header_params => header_params,
874
874
  :query_params => query_params,
875
875
  :form_params => form_params,
@@ -880,7 +880,7 @@ module Mudbase
880
880
 
881
881
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
882
882
  if @api_client.config.debugging
883
- @api_client.config.logger.debug "API called: ChatApi#remove_reaction\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
883
+ @api_client.config.logger.debug "API called: ChatApi#chat_remove_reaction\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
884
884
  end
885
885
  return data, status_code, headers
886
886
  end
@@ -889,11 +889,11 @@ module Mudbase
889
889
  # Send a message (text, image, video, audio, file, location, contact) to a chat with optional replyTo and mentions.
890
890
  # @param project_id [String] Project ID.
891
891
  # @param chat_id [String] Chat ID.
892
- # @param send_message_request [SendMessageRequest] Message type, content, optional replyTo and mentions.
892
+ # @param chat_send_message_request [ChatSendMessageRequest] Message type, content, optional replyTo and mentions.
893
893
  # @param [Hash] opts the optional parameters
894
- # @return [SendMessage201Response]
895
- def send_message(project_id, chat_id, send_message_request, opts = {})
896
- data, _status_code, _headers = send_message_with_http_info(project_id, chat_id, send_message_request, opts)
894
+ # @return [ChatSendMessage201Response]
895
+ def chat_send_message(project_id, chat_id, chat_send_message_request, opts = {})
896
+ data, _status_code, _headers = chat_send_message_with_http_info(project_id, chat_id, chat_send_message_request, opts)
897
897
  data
898
898
  end
899
899
 
@@ -901,24 +901,24 @@ module Mudbase
901
901
  # Send a message (text, image, video, audio, file, location, contact) to a chat with optional replyTo and mentions.
902
902
  # @param project_id [String] Project ID.
903
903
  # @param chat_id [String] Chat ID.
904
- # @param send_message_request [SendMessageRequest] Message type, content, optional replyTo and mentions.
904
+ # @param chat_send_message_request [ChatSendMessageRequest] Message type, content, optional replyTo and mentions.
905
905
  # @param [Hash] opts the optional parameters
906
- # @return [Array<(SendMessage201Response, Integer, Hash)>] SendMessage201Response data, response status code and response headers
907
- def send_message_with_http_info(project_id, chat_id, send_message_request, opts = {})
906
+ # @return [Array<(ChatSendMessage201Response, Integer, Hash)>] ChatSendMessage201Response data, response status code and response headers
907
+ def chat_send_message_with_http_info(project_id, chat_id, chat_send_message_request, opts = {})
908
908
  if @api_client.config.debugging
909
- @api_client.config.logger.debug 'Calling API: ChatApi.send_message ...'
909
+ @api_client.config.logger.debug 'Calling API: ChatApi.chat_send_message ...'
910
910
  end
911
911
  # verify the required parameter 'project_id' is set
912
912
  if @api_client.config.client_side_validation && project_id.nil?
913
- fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.send_message"
913
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ChatApi.chat_send_message"
914
914
  end
915
915
  # verify the required parameter 'chat_id' is set
916
916
  if @api_client.config.client_side_validation && chat_id.nil?
917
- fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.send_message"
917
+ fail ArgumentError, "Missing the required parameter 'chat_id' when calling ChatApi.chat_send_message"
918
918
  end
919
- # verify the required parameter 'send_message_request' is set
920
- if @api_client.config.client_side_validation && send_message_request.nil?
921
- fail ArgumentError, "Missing the required parameter 'send_message_request' when calling ChatApi.send_message"
919
+ # verify the required parameter 'chat_send_message_request' is set
920
+ if @api_client.config.client_side_validation && chat_send_message_request.nil?
921
+ fail ArgumentError, "Missing the required parameter 'chat_send_message_request' when calling ChatApi.chat_send_message"
922
922
  end
923
923
  # resource path
924
924
  local_var_path = '/api/chat/projects/{projectId}/chats/{chatId}/messages'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'chatId' + '}', CGI.escape(chat_id.to_s))
@@ -940,16 +940,16 @@ module Mudbase
940
940
  form_params = opts[:form_params] || {}
941
941
 
942
942
  # http body (model)
943
- post_body = opts[:debug_body] || @api_client.object_to_http_body(send_message_request)
943
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(chat_send_message_request)
944
944
 
945
945
  # return_type
946
- return_type = opts[:debug_return_type] || 'SendMessage201Response'
946
+ return_type = opts[:debug_return_type] || 'ChatSendMessage201Response'
947
947
 
948
948
  # auth_names
949
- auth_names = opts[:debug_auth_names] || ['ProjectBearerAuth']
949
+ auth_names = opts[:debug_auth_names] || ['BearerToken']
950
950
 
951
951
  new_options = opts.merge(
952
- :operation => :"ChatApi.send_message",
952
+ :operation => :"ChatApi.chat_send_message",
953
953
  :header_params => header_params,
954
954
  :query_params => query_params,
955
955
  :form_params => form_params,
@@ -960,7 +960,7 @@ module Mudbase
960
960
 
961
961
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
962
962
  if @api_client.config.debugging
963
- @api_client.config.logger.debug "API called: ChatApi#send_message\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
963
+ @api_client.config.logger.debug "API called: ChatApi#chat_send_message\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
964
964
  end
965
965
  return data, status_code, headers
966
966
  end