mudbase 1.0.0

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 (1016) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/README.md +21 -0
  4. data/Rakefile +10 -0
  5. data/docs/ApiKey.md +36 -0
  6. data/docs/ApiKeyPermission.md +20 -0
  7. data/docs/ApiKeyUsage.md +20 -0
  8. data/docs/ApiKeyUsageResponse.md +24 -0
  9. data/docs/ApiKeyWithSecret.md +38 -0
  10. data/docs/AuthApi.md +1131 -0
  11. data/docs/AuthConfig.md +20 -0
  12. data/docs/AuthConfirmPasswordResetRequest.md +24 -0
  13. data/docs/AuthConvertAnonymous200Response.md +26 -0
  14. data/docs/AuthConvertAnonymousRequest.md +24 -0
  15. data/docs/AuthCreateAnonymous200Response.md +26 -0
  16. data/docs/AuthCreateAnonymous200ResponseUser.md +28 -0
  17. data/docs/AuthCreateAnonymousRequest.md +20 -0
  18. data/docs/AuthGetOAuthProviders200Response.md +20 -0
  19. data/docs/AuthGetOAuthProviders200ResponseProvidersInner.md +28 -0
  20. data/docs/AuthGetSession200Response.md +20 -0
  21. data/docs/AuthLogin200Response.md +26 -0
  22. data/docs/AuthLogin200ResponseUser.md +30 -0
  23. data/docs/AuthLogin403Response.md +22 -0
  24. data/docs/AuthLoginRequest.md +22 -0
  25. data/docs/AuthOauthCallback200Response.md +20 -0
  26. data/docs/AuthOauthInitiate200Response.md +18 -0
  27. data/docs/AuthOauthInitiate400Response.md +18 -0
  28. data/docs/AuthOauthSignupWithRole400Response.md +20 -0
  29. data/docs/AuthProvider.md +22 -0
  30. data/docs/AuthRefresh200Response.md +24 -0
  31. data/docs/AuthRefresh400Response.md +18 -0
  32. data/docs/AuthRefreshRequest.md +18 -0
  33. data/docs/AuthRegister201Response.md +28 -0
  34. data/docs/AuthRegister201ResponseUser.md +28 -0
  35. data/docs/AuthRegister429Response.md +30 -0
  36. data/docs/AuthRegisterRequest.md +26 -0
  37. data/docs/AuthRegisterWithRoleRequest.md +26 -0
  38. data/docs/AuthRequestPasswordResetRequest.md +20 -0
  39. data/docs/AuthResetPasswordRequest.md +20 -0
  40. data/docs/AuthResponse.md +26 -0
  41. data/docs/AuthVerifyMagicLinkRequest.md +18 -0
  42. data/docs/Billing.md +22 -0
  43. data/docs/BillingApi.md +677 -0
  44. data/docs/BillingCheckFeatureAccess200Response.md +20 -0
  45. data/docs/BillingCheckSubscription200Response.md +20 -0
  46. data/docs/BillingCheckSubscription200ResponseSubscription.md +20 -0
  47. data/docs/BillingCreateCheckoutSession200Response.md +20 -0
  48. data/docs/BillingCreateCheckoutSession200ResponseData.md +38 -0
  49. data/docs/BillingCreateCheckoutSession200ResponseDataPaymentOptionsInner.md +28 -0
  50. data/docs/BillingCreateCheckoutSessionRequest.md +26 -0
  51. data/docs/BillingCreateCheckoutSessionRequestCustomerInfo.md +20 -0
  52. data/docs/BillingGetCheckoutPayment200Response.md +20 -0
  53. data/docs/BillingGetCheckoutPayment200ResponseData.md +34 -0
  54. data/docs/BillingGetPublicPlans200Response.md +18 -0
  55. data/docs/BillingHandleCryptoWebhook200Response.md +18 -0
  56. data/docs/BillingHandleCryptoWebhookRequest.md +20 -0
  57. data/docs/BillingHandleCryptoWebhookRequestData.md +30 -0
  58. data/docs/BillingHandleFlutterwaveWebhookRequest.md +20 -0
  59. data/docs/BillingHandleFlutterwaveWebhookRequestData.md +32 -0
  60. data/docs/BillingHandleFlutterwaveWebhookRequestDataCustomer.md +20 -0
  61. data/docs/BillingInitializePaymentRequest.md +24 -0
  62. data/docs/BillingInitializePaymentRequestCustomer.md +20 -0
  63. data/docs/BillingLastPayment.md +22 -0
  64. data/docs/BillingRecordUsageRequest.md +22 -0
  65. data/docs/BillingVerifyPayment200Response.md +22 -0
  66. data/docs/BillingVerifyPayment200ResponseData.md +18 -0
  67. data/docs/BillingVerifyPayment200ResponseDataSubscription.md +24 -0
  68. data/docs/Bucket.md +28 -0
  69. data/docs/BucketListResponse.md +22 -0
  70. data/docs/BucketResponse.md +22 -0
  71. data/docs/ChangePasswordRequest.md +20 -0
  72. data/docs/ChatAddParticipant200Response.md +20 -0
  73. data/docs/ChatAddParticipant200ResponseData.md +18 -0
  74. data/docs/ChatAddParticipant200ResponseDataParticipantsInner.md +22 -0
  75. data/docs/ChatAddParticipantRequest.md +20 -0
  76. data/docs/ChatAddReaction200Response.md +20 -0
  77. data/docs/ChatAddReaction200ResponseDataInner.md +20 -0
  78. data/docs/ChatAddReactionRequest.md +18 -0
  79. data/docs/ChatApi.md +907 -0
  80. data/docs/ChatCreate201Response.md +20 -0
  81. data/docs/ChatCreate201ResponseData.md +26 -0
  82. data/docs/ChatCreateRequest.md +26 -0
  83. data/docs/ChatEditMessage200Response.md +20 -0
  84. data/docs/ChatEditMessage200ResponseData.md +22 -0
  85. data/docs/ChatEditMessageRequest.md +18 -0
  86. data/docs/ChatGet200Response.md +20 -0
  87. data/docs/ChatGet200ResponseData.md +22 -0
  88. data/docs/ChatGet200ResponseDataParticipantsInner.md +20 -0
  89. data/docs/ChatGetMessages200Response.md +20 -0
  90. data/docs/ChatGetMessages200ResponseData.md +20 -0
  91. data/docs/ChatGetMessages200ResponseDataMessagesInner.md +24 -0
  92. data/docs/ChatGetMessages200ResponseDataMessagesInnerSender.md +20 -0
  93. data/docs/ChatList200Response.md +20 -0
  94. data/docs/ChatList200ResponseData.md +20 -0
  95. data/docs/ChatList200ResponseDataChatsInner.md +26 -0
  96. data/docs/ChatList200ResponseDataChatsInnerLastMessage.md +18 -0
  97. data/docs/ChatMarkAsRead200Response.md +20 -0
  98. data/docs/ChatMarkAsRead200ResponseData.md +18 -0
  99. data/docs/ChatMarkAsReadRequest.md +18 -0
  100. data/docs/ChatRemoveParticipantRequest.md +18 -0
  101. data/docs/ChatRemoveReaction200Response.md +20 -0
  102. data/docs/ChatRemoveReaction200ResponseDataInner.md +22 -0
  103. data/docs/ChatSendMessage201Response.md +20 -0
  104. data/docs/ChatSendMessage201ResponseData.md +24 -0
  105. data/docs/ChatSendMessageRequest.md +24 -0
  106. data/docs/Collection.md +34 -0
  107. data/docs/CollectionsApi.md +367 -0
  108. data/docs/CollectionsCreate201Response.md +20 -0
  109. data/docs/CollectionsList200Response.md +20 -0
  110. data/docs/ComplianceApi.md +77 -0
  111. data/docs/ComplianceLogSecurityEvent200Response.md +20 -0
  112. data/docs/ComplianceLogSecurityEvent200ResponseEvent.md +24 -0
  113. data/docs/ComplianceLogSecurityEventRequest.md +22 -0
  114. data/docs/ComplianceLogSecurityEventRequestDetails.md +28 -0
  115. data/docs/ConfirmUploadResponse.md +22 -0
  116. data/docs/ConfirmUploadResponseScan.md +24 -0
  117. data/docs/CreateApiKeyRequest.md +26 -0
  118. data/docs/CreateBucketRequest.md +22 -0
  119. data/docs/CreateCollectionRequest.md +26 -0
  120. data/docs/CreateFunctionRequest.md +26 -0
  121. data/docs/CreateProjectRequest.md +22 -0
  122. data/docs/DataApi.md +387 -0
  123. data/docs/DataListResponse.md +20 -0
  124. data/docs/DataListResponseDataInner.md +22 -0
  125. data/docs/DataResponse.md +20 -0
  126. data/docs/DatabaseConfig.md +18 -0
  127. data/docs/EmailRequest.md +28 -0
  128. data/docs/EmailRequestTo.md +49 -0
  129. data/docs/Error.md +28 -0
  130. data/docs/ErrorDetails.md +49 -0
  131. data/docs/Field.md +30 -0
  132. data/docs/FieldDefault.md +51 -0
  133. data/docs/FileListResponse.md +20 -0
  134. data/docs/FileMetadata.md +40 -0
  135. data/docs/FileResponse.md +20 -0
  136. data/docs/FileUploadResponse.md +20 -0
  137. data/docs/Function.md +36 -0
  138. data/docs/FunctionExecution.md +38 -0
  139. data/docs/FunctionExecutionResponse.md +20 -0
  140. data/docs/FunctionExecutionResponseData.md +24 -0
  141. data/docs/FunctionListResponse.md +20 -0
  142. data/docs/FunctionListResponseData.md +20 -0
  143. data/docs/FunctionLogsResponse.md +20 -0
  144. data/docs/FunctionLogsResponseData.md +20 -0
  145. data/docs/FunctionResponse.md +20 -0
  146. data/docs/FunctionStats.md +26 -0
  147. data/docs/FunctionTrigger.md +30 -0
  148. data/docs/FunctionsApi.md +1106 -0
  149. data/docs/FunctionsDelete200Response.md +20 -0
  150. data/docs/FunctionsExecuteRequest.md +18 -0
  151. data/docs/FunctionsGetVersions200Response.md +20 -0
  152. data/docs/FunctionsGetVersions200ResponseData.md +18 -0
  153. data/docs/FunctionsGetVersions200ResponseDataVersionsInner.md +28 -0
  154. data/docs/FunctionsRollbackRequest.md +18 -0
  155. data/docs/FunctionsSimulateRequest.md +22 -0
  156. data/docs/FunctionsTriggerWebhook200Response.md +22 -0
  157. data/docs/FunctionsTriggerWebhook400Response.md +20 -0
  158. data/docs/FunctionsTriggerWebhook401Response.md +20 -0
  159. data/docs/HealthApi.md +136 -0
  160. data/docs/HealthResponse.md +26 -0
  161. data/docs/HealthResponseServices.md +26 -0
  162. data/docs/IntegrationsApi.md +151 -0
  163. data/docs/IntegrationsExecuteRequest.md +24 -0
  164. data/docs/IntegrationsList200Response.md +18 -0
  165. data/docs/IntegrationsList200ResponseIntegrationsInner.md +24 -0
  166. data/docs/InviteMemberRequest.md +20 -0
  167. data/docs/Limits.md +30 -0
  168. data/docs/LoginRequest.md +20 -0
  169. data/docs/MagicLinkRequest.md +22 -0
  170. data/docs/Message.md +36 -0
  171. data/docs/MessageHistoryResponse.md +20 -0
  172. data/docs/MessageHistoryResponseData.md +20 -0
  173. data/docs/MessageResponse.md +18 -0
  174. data/docs/MessageSentResponse.md +20 -0
  175. data/docs/MessageSentResponseData.md +32 -0
  176. data/docs/MessageStatsResponse.md +20 -0
  177. data/docs/MessageStatsResponseData.md +26 -0
  178. data/docs/MessageStatsResponseDataByStatus.md +22 -0
  179. data/docs/MessageStatsResponseDataByType.md +22 -0
  180. data/docs/MessageStatsResponseDataPeriod.md +20 -0
  181. data/docs/MessagingApi.md +379 -0
  182. data/docs/MultiRoleAddRoleRequest.md +28 -0
  183. data/docs/MultiRoleAddRoleRequestDefaultPermissionsInner.md +20 -0
  184. data/docs/MultiRoleApi.md +654 -0
  185. data/docs/MultiRoleGetAvailableRoles200Response.md +20 -0
  186. data/docs/MultiRoleGetAvailableRoles200ResponseDataInner.md +30 -0
  187. data/docs/MultiRoleGetConfig200Response.md +20 -0
  188. data/docs/MultiRoleGetConfig200ResponseData.md +24 -0
  189. data/docs/MultiRoleToggleRoleRequest.md +18 -0
  190. data/docs/MultiRoleUpdateCollectionPermissionsRequest.md +20 -0
  191. data/docs/MultiRoleUpdateRoleRequest.md +28 -0
  192. data/docs/MultiRoleUpdateSettings200Response.md +22 -0
  193. data/docs/MultiRoleUpdateSettingsRequest.md +22 -0
  194. data/docs/MultiRoleUpdateSettingsRequestSettings.md +20 -0
  195. data/docs/NonCustodialAddress.md +40 -0
  196. data/docs/NonCustodialAddressResponse.md +22 -0
  197. data/docs/OTPSendRequest.md +24 -0
  198. data/docs/OTPVerifyRequest.md +22 -0
  199. data/docs/Organization.md +42 -0
  200. data/docs/OrganizationSummary.md +22 -0
  201. data/docs/Pagination.md +24 -0
  202. data/docs/PaymentIntent.md +52 -0
  203. data/docs/PaymentRefund.md +46 -0
  204. data/docs/PaymentSubscription.md +46 -0
  205. data/docs/Permission.md +24 -0
  206. data/docs/Plan.md +26 -0
  207. data/docs/PresignedPostResponse.md +24 -0
  208. data/docs/Project.md +40 -0
  209. data/docs/ProjectSettings.md +30 -0
  210. data/docs/ProjectSummary.md +22 -0
  211. data/docs/ProjectUsage.md +26 -0
  212. data/docs/ProjectUsageResponse.md +20 -0
  213. data/docs/ProjectUsageStatsResponse.md +22 -0
  214. data/docs/ProjectUsageStatsResponseProject.md +20 -0
  215. data/docs/PushNotificationRequest.md +26 -0
  216. data/docs/RateLimit.md +20 -0
  217. data/docs/RealtimeAnalyticsApi.md +367 -0
  218. data/docs/RealtimeAnalyticsCheckUserPresence200Response.md +20 -0
  219. data/docs/RealtimeAnalyticsCheckUserPresence200ResponsePresenceValue.md +20 -0
  220. data/docs/RealtimeAnalyticsCheckUserPresenceRequest.md +18 -0
  221. data/docs/RealtimeAnalyticsGetActiveUsers200Response.md +22 -0
  222. data/docs/RealtimeAnalyticsGetActiveUsers200ResponseUsersInner.md +22 -0
  223. data/docs/RealtimeAnalyticsGetEventThroughput200Response.md +26 -0
  224. data/docs/RealtimeAnalyticsGetHistoricalAnalytics200Response.md +24 -0
  225. data/docs/RealtimeAnalyticsGetHistoricalAnalytics200ResponseDataInner.md +22 -0
  226. data/docs/RealtimeAnalyticsGetProject200Response.md +26 -0
  227. data/docs/RegisterRequest.md +26 -0
  228. data/docs/RoleElevationApi.md +224 -0
  229. data/docs/RoleElevationGetStatus200Response.md +18 -0
  230. data/docs/RoleElevationRequest200Response.md +28 -0
  231. data/docs/RoleElevationRequestRequest.md +18 -0
  232. data/docs/RoleElevationUploadDocumentsRequest.md +20 -0
  233. data/docs/RoleElevationUploadDocumentsRequestDocumentsInner.md +20 -0
  234. data/docs/SMSRequest.md +22 -0
  235. data/docs/SearchApi.md +239 -0
  236. data/docs/SearchGetAnalytics200Response.md +24 -0
  237. data/docs/SearchGetAnalytics200ResponseTopQueriesInner.md +20 -0
  238. data/docs/SearchGetSuggestions200Response.md +18 -0
  239. data/docs/SearchResponse.md +20 -0
  240. data/docs/SearchResponseData.md +24 -0
  241. data/docs/SearchResult.md +22 -0
  242. data/docs/SearchResultItem.md +20 -0
  243. data/docs/SessionResponse.md +20 -0
  244. data/docs/SignedUrlResponse.md +24 -0
  245. data/docs/StorageApi.md +1080 -0
  246. data/docs/StorageConfig.md +18 -0
  247. data/docs/StorageConfirmUpload400Response.md +20 -0
  248. data/docs/StorageConfirmUploadRequest.md +30 -0
  249. data/docs/StorageDownloadBucketFile403Response.md +18 -0
  250. data/docs/StorageDownloadBucketFile404Response.md +18 -0
  251. data/docs/StorageGetPresignedUploadRequest.md +26 -0
  252. data/docs/StorageGetSignedUrlRequest.md +18 -0
  253. data/docs/SystemStatusResponse.md +20 -0
  254. data/docs/SystemStatusResponseData.md +28 -0
  255. data/docs/SystemStatusResponseDataCpu.md +20 -0
  256. data/docs/SystemStatusResponseDataDatabase.md +22 -0
  257. data/docs/SystemStatusResponseDataMemory.md +22 -0
  258. data/docs/SystemStatusResponseDataRequests.md +24 -0
  259. data/docs/SystemStatusResponseDataStorage.md +22 -0
  260. data/docs/TriggerWebhookRequest.md +26 -0
  261. data/docs/TwoFASetupResponse.md +22 -0
  262. data/docs/UpdateApiKeyRequest.md +24 -0
  263. data/docs/UpdateBucketRequest.md +22 -0
  264. data/docs/UpdateCollectionRequest.md +24 -0
  265. data/docs/UpdateFunctionRequest.md +34 -0
  266. data/docs/UpdateFunctionRequestLimits.md +24 -0
  267. data/docs/UpdateFunctionRequestRetryPolicy.md +22 -0
  268. data/docs/UpdateOrganizationRequest.md +26 -0
  269. data/docs/UpdateProjectRequest.md +26 -0
  270. data/docs/UpdateUserRequest.md +22 -0
  271. data/docs/UploadFilesToBucketMetadataRequest.md +20 -0
  272. data/docs/UploadFilesToBucketRequest.md +22 -0
  273. data/docs/Usage.md +30 -0
  274. data/docs/UsageApi.md +153 -0
  275. data/docs/UsageResponse.md +24 -0
  276. data/docs/UsageStatsResponse.md +26 -0
  277. data/docs/UsageStatsResponsePercentages.md +22 -0
  278. data/docs/UsageTrendsResponse.md +20 -0
  279. data/docs/UsageTrendsResponseTrendsInner.md +28 -0
  280. data/docs/UsageTrendsResponseTrendsInnerId.md +22 -0
  281. data/docs/User.md +44 -0
  282. data/docs/UserSummary.md +24 -0
  283. data/docs/UsersApi.md +901 -0
  284. data/docs/UsersDisable2faRequest.md +20 -0
  285. data/docs/UsersEraseData200Response.md +20 -0
  286. data/docs/UsersEraseData200ResponseDetails.md +26 -0
  287. data/docs/UsersEraseDataRequest.md +20 -0
  288. data/docs/UsersExportData200Response.md +32 -0
  289. data/docs/UsersGet200Response.md +18 -0
  290. data/docs/UsersLinkOAuthProvider200Response.md +18 -0
  291. data/docs/UsersListOAuthProviders200Response.md +18 -0
  292. data/docs/UsersListOAuthProviders200ResponseProvidersInner.md +24 -0
  293. data/docs/UsersUnlinkOAuthProvider200Response.md +20 -0
  294. data/docs/UsersUpdate200Response.md +20 -0
  295. data/docs/UsersVerify2faRequest.md +18 -0
  296. data/docs/UsersVerifyEmailRequest.md +20 -0
  297. data/docs/WalletApi.md +1232 -0
  298. data/docs/WalletBalance.md +30 -0
  299. data/docs/WalletBroadcastTransaction200Response.md +22 -0
  300. data/docs/WalletBroadcastTransaction200ResponseData.md +24 -0
  301. data/docs/WalletBroadcastTransactionRequest.md +22 -0
  302. data/docs/WalletCreateWebhook201Response.md +22 -0
  303. data/docs/WalletCreateWebhookRequest.md +26 -0
  304. data/docs/WalletCreateWebhookRequestFilters.md +20 -0
  305. data/docs/WalletEstimateGas200Response.md +20 -0
  306. data/docs/WalletEstimateGas200ResponseData.md +38 -0
  307. data/docs/WalletEstimateGasRequest.md +20 -0
  308. data/docs/WalletEstimateGasRequestTransaction.md +28 -0
  309. data/docs/WalletGetBalance200Response.md +20 -0
  310. data/docs/WalletGetCancelParams200Response.md +20 -0
  311. data/docs/WalletGetCancelParams200ResponseData.md +36 -0
  312. data/docs/WalletGetCancelParamsRequest.md +22 -0
  313. data/docs/WalletGetSpeedUpParams200Response.md +20 -0
  314. data/docs/WalletGetSpeedUpParams200ResponseData.md +36 -0
  315. data/docs/WalletGetSpeedUpParamsRequest.md +22 -0
  316. data/docs/WalletGetTransactionByHash200Response.md +20 -0
  317. data/docs/WalletGetTransactionByHash400Response.md +20 -0
  318. data/docs/WalletGetTransactions200Response.md +22 -0
  319. data/docs/WalletGetTransactions200ResponsePagination.md +30 -0
  320. data/docs/WalletGetWebhookLogs200Response.md +20 -0
  321. data/docs/WalletListAddresses200Response.md +22 -0
  322. data/docs/WalletListWebhooks200Response.md +22 -0
  323. data/docs/WalletRegisterAddressRequest.md +26 -0
  324. data/docs/WalletTestWebhook200Response.md +20 -0
  325. data/docs/WalletTestWebhookRequest.md +24 -0
  326. data/docs/WalletTransaction.md +58 -0
  327. data/docs/WalletTransactionWebhookPayload.md +22 -0
  328. data/docs/WalletUpdateWebhook200Response.md +20 -0
  329. data/docs/WalletUpdateWebhookRequest.md +24 -0
  330. data/docs/WalletWebhook.md +32 -0
  331. data/docs/WalletWebhookFilters.md +20 -0
  332. data/docs/WalletWebhookStats.md +24 -0
  333. data/docs/WebhookListResponse.md +26 -0
  334. data/docs/WebhookLog.md +42 -0
  335. data/docs/WebhookStatsResponse.md +22 -0
  336. data/docs/WebhookStatsResponseEventStatsInner.md +22 -0
  337. data/docs/WebhookStatsResponseStatusStatsInner.md +22 -0
  338. data/docs/WebhooksApi.md +81 -0
  339. data/git_push.sh +57 -0
  340. data/lib/mudbase/api/auth_api.rb +1158 -0
  341. data/lib/mudbase/api/billing_api.rb +729 -0
  342. data/lib/mudbase/api/chat_api.rb +968 -0
  343. data/lib/mudbase/api/collections_api.rb +377 -0
  344. data/lib/mudbase/api/compliance_api.rb +90 -0
  345. data/lib/mudbase/api/data_api.rb +423 -0
  346. data/lib/mudbase/api/functions_api.rb +1054 -0
  347. data/lib/mudbase/api/health_api.rb +136 -0
  348. data/lib/mudbase/api/integrations_api.rb +165 -0
  349. data/lib/mudbase/api/messaging_api.rb +396 -0
  350. data/lib/mudbase/api/multi_role_api.rb +699 -0
  351. data/lib/mudbase/api/realtime_analytics_api.rb +358 -0
  352. data/lib/mudbase/api/role_elevation_api.rb +236 -0
  353. data/lib/mudbase/api/search_api.rb +263 -0
  354. data/lib/mudbase/api/storage_api.rb +1047 -0
  355. data/lib/mudbase/api/usage_api.rb +152 -0
  356. data/lib/mudbase/api/users_api.rb +854 -0
  357. data/lib/mudbase/api/wallet_api.rb +1161 -0
  358. data/lib/mudbase/api/webhooks_api.rb +85 -0
  359. data/lib/mudbase/api_client.rb +397 -0
  360. data/lib/mudbase/api_error.rb +58 -0
  361. data/lib/mudbase/api_model_base.rb +88 -0
  362. data/lib/mudbase/configuration.rb +316 -0
  363. data/lib/mudbase/models/api_key.rb +231 -0
  364. data/lib/mudbase/models/api_key_permission.rb +209 -0
  365. data/lib/mudbase/models/api_key_usage.rb +157 -0
  366. data/lib/mudbase/models/api_key_usage_response.rb +175 -0
  367. data/lib/mudbase/models/api_key_with_secret.rb +247 -0
  368. data/lib/mudbase/models/auth_config.rb +162 -0
  369. data/lib/mudbase/models/auth_confirm_password_reset_request.rb +280 -0
  370. data/lib/mudbase/models/auth_convert_anonymous200_response.rb +183 -0
  371. data/lib/mudbase/models/auth_convert_anonymous_request.rb +208 -0
  372. data/lib/mudbase/models/auth_create_anonymous200_response.rb +184 -0
  373. data/lib/mudbase/models/auth_create_anonymous200_response_user.rb +192 -0
  374. data/lib/mudbase/models/auth_create_anonymous_request.rb +158 -0
  375. data/lib/mudbase/models/auth_get_o_auth_providers200_response.rb +158 -0
  376. data/lib/mudbase/models/auth_get_o_auth_providers200_response_providers_inner.rb +196 -0
  377. data/lib/mudbase/models/auth_get_session200_response.rb +156 -0
  378. data/lib/mudbase/models/auth_login200_response.rb +186 -0
  379. data/lib/mudbase/models/auth_login200_response_user.rb +201 -0
  380. data/lib/mudbase/models/auth_login403_response.rb +165 -0
  381. data/lib/mudbase/models/auth_login_request.rb +199 -0
  382. data/lib/mudbase/models/auth_oauth_callback200_response.rb +156 -0
  383. data/lib/mudbase/models/auth_oauth_initiate200_response.rb +148 -0
  384. data/lib/mudbase/models/auth_oauth_initiate400_response.rb +147 -0
  385. data/lib/mudbase/models/auth_oauth_signup_with_role400_response.rb +156 -0
  386. data/lib/mudbase/models/auth_provider.rb +166 -0
  387. data/lib/mudbase/models/auth_refresh200_response.rb +177 -0
  388. data/lib/mudbase/models/auth_refresh400_response.rb +147 -0
  389. data/lib/mudbase/models/auth_refresh_request.rb +165 -0
  390. data/lib/mudbase/models/auth_register201_response.rb +196 -0
  391. data/lib/mudbase/models/auth_register201_response_user.rb +192 -0
  392. data/lib/mudbase/models/auth_register429_response.rb +226 -0
  393. data/lib/mudbase/models/auth_register_request.rb +277 -0
  394. data/lib/mudbase/models/auth_register_with_role_request.rb +268 -0
  395. data/lib/mudbase/models/auth_request_password_reset_request.rb +174 -0
  396. data/lib/mudbase/models/auth_reset_password_request.rb +182 -0
  397. data/lib/mudbase/models/auth_response.rb +187 -0
  398. data/lib/mudbase/models/auth_verify_magic_link_request.rb +164 -0
  399. data/lib/mudbase/models/billing.rb +166 -0
  400. data/lib/mudbase/models/billing_check_feature_access200_response.rb +156 -0
  401. data/lib/mudbase/models/billing_check_subscription200_response.rb +156 -0
  402. data/lib/mudbase/models/billing_check_subscription200_response_subscription.rb +156 -0
  403. data/lib/mudbase/models/billing_create_checkout_session200_response.rb +156 -0
  404. data/lib/mudbase/models/billing_create_checkout_session200_response_data.rb +245 -0
  405. data/lib/mudbase/models/billing_create_checkout_session200_response_data_payment_options_inner.rb +238 -0
  406. data/lib/mudbase/models/billing_create_checkout_session_request.rb +262 -0
  407. data/lib/mudbase/models/billing_create_checkout_session_request_customer_info.rb +173 -0
  408. data/lib/mudbase/models/billing_get_checkout_payment200_response.rb +156 -0
  409. data/lib/mudbase/models/billing_get_checkout_payment200_response_data.rb +224 -0
  410. data/lib/mudbase/models/billing_get_public_plans200_response.rb +149 -0
  411. data/lib/mudbase/models/billing_handle_crypto_webhook200_response.rb +147 -0
  412. data/lib/mudbase/models/billing_handle_crypto_webhook_request.rb +214 -0
  413. data/lib/mudbase/models/billing_handle_crypto_webhook_request_data.rb +201 -0
  414. data/lib/mudbase/models/billing_handle_flutterwave_webhook_request.rb +157 -0
  415. data/lib/mudbase/models/billing_handle_flutterwave_webhook_request_data.rb +211 -0
  416. data/lib/mudbase/models/billing_handle_flutterwave_webhook_request_data_customer.rb +156 -0
  417. data/lib/mudbase/models/billing_initialize_payment_request.rb +219 -0
  418. data/lib/mudbase/models/billing_initialize_payment_request_customer.rb +173 -0
  419. data/lib/mudbase/models/billing_last_payment.rb +165 -0
  420. data/lib/mudbase/models/billing_record_usage_request.rb +219 -0
  421. data/lib/mudbase/models/billing_verify_payment200_response.rb +165 -0
  422. data/lib/mudbase/models/billing_verify_payment200_response_data.rb +147 -0
  423. data/lib/mudbase/models/billing_verify_payment200_response_data_subscription.rb +208 -0
  424. data/lib/mudbase/models/bucket.rb +193 -0
  425. data/lib/mudbase/models/bucket_list_response.rb +168 -0
  426. data/lib/mudbase/models/bucket_response.rb +166 -0
  427. data/lib/mudbase/models/change_password_request.rb +200 -0
  428. data/lib/mudbase/models/chat_add_participant200_response.rb +156 -0
  429. data/lib/mudbase/models/chat_add_participant200_response_data.rb +149 -0
  430. data/lib/mudbase/models/chat_add_participant200_response_data_participants_inner.rb +165 -0
  431. data/lib/mudbase/models/chat_add_participant_request.rb +207 -0
  432. data/lib/mudbase/models/chat_add_reaction200_response.rb +158 -0
  433. data/lib/mudbase/models/chat_add_reaction200_response_data_inner.rb +158 -0
  434. data/lib/mudbase/models/chat_add_reaction_request.rb +164 -0
  435. data/lib/mudbase/models/chat_create201_response.rb +156 -0
  436. data/lib/mudbase/models/chat_create201_response_data.rb +185 -0
  437. data/lib/mudbase/models/chat_create_request.rb +260 -0
  438. data/lib/mudbase/models/chat_edit_message200_response.rb +156 -0
  439. data/lib/mudbase/models/chat_edit_message200_response_data.rb +165 -0
  440. data/lib/mudbase/models/chat_edit_message_request.rb +164 -0
  441. data/lib/mudbase/models/chat_get200_response.rb +156 -0
  442. data/lib/mudbase/models/chat_get200_response_data.rb +167 -0
  443. data/lib/mudbase/models/chat_get200_response_data_participants_inner.rb +156 -0
  444. data/lib/mudbase/models/chat_get_messages200_response.rb +156 -0
  445. data/lib/mudbase/models/chat_get_messages200_response_data.rb +158 -0
  446. data/lib/mudbase/models/chat_get_messages200_response_data_messages_inner.rb +174 -0
  447. data/lib/mudbase/models/chat_get_messages200_response_data_messages_inner_sender.rb +156 -0
  448. data/lib/mudbase/models/chat_list200_response.rb +156 -0
  449. data/lib/mudbase/models/chat_list200_response_data.rb +158 -0
  450. data/lib/mudbase/models/chat_list200_response_data_chats_inner.rb +183 -0
  451. data/lib/mudbase/models/chat_list200_response_data_chats_inner_last_message.rb +147 -0
  452. data/lib/mudbase/models/chat_mark_as_read200_response.rb +156 -0
  453. data/lib/mudbase/models/chat_mark_as_read200_response_data.rb +147 -0
  454. data/lib/mudbase/models/chat_mark_as_read_request.rb +166 -0
  455. data/lib/mudbase/models/chat_remove_participant_request.rb +164 -0
  456. data/lib/mudbase/models/chat_remove_reaction200_response.rb +158 -0
  457. data/lib/mudbase/models/chat_remove_reaction200_response_data_inner.rb +167 -0
  458. data/lib/mudbase/models/chat_send_message201_response.rb +156 -0
  459. data/lib/mudbase/models/chat_send_message201_response_data.rb +174 -0
  460. data/lib/mudbase/models/chat_send_message_request.rb +234 -0
  461. data/lib/mudbase/models/collection.rb +224 -0
  462. data/lib/mudbase/models/collections_create201_response.rb +156 -0
  463. data/lib/mudbase/models/collections_list200_response.rb +158 -0
  464. data/lib/mudbase/models/compliance_log_security_event200_response.rb +156 -0
  465. data/lib/mudbase/models/compliance_log_security_event200_response_event.rb +174 -0
  466. data/lib/mudbase/models/compliance_log_security_event_request.rb +225 -0
  467. data/lib/mudbase/models/compliance_log_security_event_request_details.rb +192 -0
  468. data/lib/mudbase/models/confirm_upload_response.rb +200 -0
  469. data/lib/mudbase/models/confirm_upload_response_scan.rb +176 -0
  470. data/lib/mudbase/models/create_api_key_request.rb +252 -0
  471. data/lib/mudbase/models/create_bucket_request.rb +188 -0
  472. data/lib/mudbase/models/create_collection_request.rb +222 -0
  473. data/lib/mudbase/models/create_function_request.rb +239 -0
  474. data/lib/mudbase/models/create_project_request.rb +183 -0
  475. data/lib/mudbase/models/data_list_response.rb +159 -0
  476. data/lib/mudbase/models/data_list_response_data_inner.rb +169 -0
  477. data/lib/mudbase/models/data_response.rb +157 -0
  478. data/lib/mudbase/models/database_config.rb +150 -0
  479. data/lib/mudbase/models/email_request.rb +227 -0
  480. data/lib/mudbase/models/email_request_to.rb +104 -0
  481. data/lib/mudbase/models/error.rb +211 -0
  482. data/lib/mudbase/models/error_details.rb +104 -0
  483. data/lib/mudbase/models/field.rb +260 -0
  484. data/lib/mudbase/models/field_default.rb +105 -0
  485. data/lib/mudbase/models/file_list_response.rb +159 -0
  486. data/lib/mudbase/models/file_metadata.rb +247 -0
  487. data/lib/mudbase/models/file_response.rb +157 -0
  488. data/lib/mudbase/models/file_upload_response.rb +157 -0
  489. data/lib/mudbase/models/function.rb +229 -0
  490. data/lib/mudbase/models/function_execution.rb +272 -0
  491. data/lib/mudbase/models/function_execution_response.rb +157 -0
  492. data/lib/mudbase/models/function_execution_response_data.rb +175 -0
  493. data/lib/mudbase/models/function_list_response.rb +157 -0
  494. data/lib/mudbase/models/function_list_response_data.rb +158 -0
  495. data/lib/mudbase/models/function_logs_response.rb +157 -0
  496. data/lib/mudbase/models/function_logs_response_data.rb +158 -0
  497. data/lib/mudbase/models/function_response.rb +157 -0
  498. data/lib/mudbase/models/function_stats.rb +184 -0
  499. data/lib/mudbase/models/function_trigger.rb +261 -0
  500. data/lib/mudbase/models/functions_delete200_response.rb +156 -0
  501. data/lib/mudbase/models/functions_execute_request.rb +148 -0
  502. data/lib/mudbase/models/functions_get_versions200_response.rb +156 -0
  503. data/lib/mudbase/models/functions_get_versions200_response_data.rb +149 -0
  504. data/lib/mudbase/models/functions_get_versions200_response_data_versions_inner.rb +192 -0
  505. data/lib/mudbase/models/functions_rollback_request.rb +165 -0
  506. data/lib/mudbase/models/functions_simulate_request.rb +168 -0
  507. data/lib/mudbase/models/functions_trigger_webhook200_response.rb +168 -0
  508. data/lib/mudbase/models/functions_trigger_webhook400_response.rb +156 -0
  509. data/lib/mudbase/models/functions_trigger_webhook401_response.rb +156 -0
  510. data/lib/mudbase/models/health_response.rb +218 -0
  511. data/lib/mudbase/models/health_response_services.rb +183 -0
  512. data/lib/mudbase/models/integrations_execute_request.rb +232 -0
  513. data/lib/mudbase/models/integrations_list200_response.rb +149 -0
  514. data/lib/mudbase/models/integrations_list200_response_integrations_inner.rb +174 -0
  515. data/lib/mudbase/models/invite_member_request.rb +215 -0
  516. data/lib/mudbase/models/limits.rb +202 -0
  517. data/lib/mudbase/models/login_request.rb +191 -0
  518. data/lib/mudbase/models/magic_link_request.rb +200 -0
  519. data/lib/mudbase/models/message.rb +275 -0
  520. data/lib/mudbase/models/message_history_response.rb +157 -0
  521. data/lib/mudbase/models/message_history_response_data.rb +158 -0
  522. data/lib/mudbase/models/message_response.rb +148 -0
  523. data/lib/mudbase/models/message_sent_response.rb +157 -0
  524. data/lib/mudbase/models/message_sent_response_data.rb +210 -0
  525. data/lib/mudbase/models/message_stats_response.rb +157 -0
  526. data/lib/mudbase/models/message_stats_response_data.rb +183 -0
  527. data/lib/mudbase/models/message_stats_response_data_by_status.rb +165 -0
  528. data/lib/mudbase/models/message_stats_response_data_by_type.rb +165 -0
  529. data/lib/mudbase/models/message_stats_response_data_period.rb +156 -0
  530. data/lib/mudbase/models/multi_role_add_role_request.rb +245 -0
  531. data/lib/mudbase/models/multi_role_add_role_request_default_permissions_inner.rb +158 -0
  532. data/lib/mudbase/models/multi_role_get_available_roles200_response.rb +158 -0
  533. data/lib/mudbase/models/multi_role_get_available_roles200_response_data_inner.rb +201 -0
  534. data/lib/mudbase/models/multi_role_get_config200_response.rb +156 -0
  535. data/lib/mudbase/models/multi_role_get_config200_response_data.rb +176 -0
  536. data/lib/mudbase/models/multi_role_toggle_role_request.rb +164 -0
  537. data/lib/mudbase/models/multi_role_update_collection_permissions_request.rb +180 -0
  538. data/lib/mudbase/models/multi_role_update_role_request.rb +192 -0
  539. data/lib/mudbase/models/multi_role_update_settings200_response.rb +165 -0
  540. data/lib/mudbase/models/multi_role_update_settings_request.rb +165 -0
  541. data/lib/mudbase/models/multi_role_update_settings_request_settings.rb +156 -0
  542. data/lib/mudbase/models/non_custodial_address.rb +284 -0
  543. data/lib/mudbase/models/non_custodial_address_response.rb +166 -0
  544. data/lib/mudbase/models/organization.rb +257 -0
  545. data/lib/mudbase/models/organization_summary.rb +166 -0
  546. data/lib/mudbase/models/otp_send_request.rb +233 -0
  547. data/lib/mudbase/models/otp_verify_request.rb +200 -0
  548. data/lib/mudbase/models/pagination.rb +175 -0
  549. data/lib/mudbase/models/payment_intent.rb +393 -0
  550. data/lib/mudbase/models/payment_refund.rb +319 -0
  551. data/lib/mudbase/models/payment_subscription.rb +357 -0
  552. data/lib/mudbase/models/permission.rb +201 -0
  553. data/lib/mudbase/models/plan.rb +186 -0
  554. data/lib/mudbase/models/presigned_post_response.rb +179 -0
  555. data/lib/mudbase/models/project.rb +247 -0
  556. data/lib/mudbase/models/project_settings.rb +254 -0
  557. data/lib/mudbase/models/project_summary.rb +166 -0
  558. data/lib/mudbase/models/project_usage.rb +184 -0
  559. data/lib/mudbase/models/project_usage_response.rb +157 -0
  560. data/lib/mudbase/models/project_usage_stats_response.rb +166 -0
  561. data/lib/mudbase/models/project_usage_stats_response_project.rb +156 -0
  562. data/lib/mudbase/models/push_notification_request.rb +237 -0
  563. data/lib/mudbase/models/rate_limit.rb +157 -0
  564. data/lib/mudbase/models/realtime_analytics_check_user_presence200_response.rb +158 -0
  565. data/lib/mudbase/models/realtime_analytics_check_user_presence200_response_presence_value.rb +156 -0
  566. data/lib/mudbase/models/realtime_analytics_check_user_presence_request.rb +166 -0
  567. data/lib/mudbase/models/realtime_analytics_get_active_users200_response.rb +167 -0
  568. data/lib/mudbase/models/realtime_analytics_get_active_users200_response_users_inner.rb +165 -0
  569. data/lib/mudbase/models/realtime_analytics_get_event_throughput200_response.rb +185 -0
  570. data/lib/mudbase/models/realtime_analytics_get_historical_analytics200_response.rb +176 -0
  571. data/lib/mudbase/models/realtime_analytics_get_historical_analytics200_response_data_inner.rb +165 -0
  572. data/lib/mudbase/models/realtime_analytics_get_project200_response.rb +183 -0
  573. data/lib/mudbase/models/register_request.rb +261 -0
  574. data/lib/mudbase/models/role_elevation_get_status200_response.rb +149 -0
  575. data/lib/mudbase/models/role_elevation_request200_response.rb +240 -0
  576. data/lib/mudbase/models/role_elevation_request_request.rb +164 -0
  577. data/lib/mudbase/models/role_elevation_upload_documents_request.rb +192 -0
  578. data/lib/mudbase/models/role_elevation_upload_documents_request_documents_inner.rb +156 -0
  579. data/lib/mudbase/models/search_get_analytics200_response.rb +176 -0
  580. data/lib/mudbase/models/search_get_analytics200_response_top_queries_inner.rb +156 -0
  581. data/lib/mudbase/models/search_get_suggestions200_response.rb +149 -0
  582. data/lib/mudbase/models/search_response.rb +157 -0
  583. data/lib/mudbase/models/search_response_data.rb +176 -0
  584. data/lib/mudbase/models/search_result.rb +166 -0
  585. data/lib/mudbase/models/search_result_item.rb +156 -0
  586. data/lib/mudbase/models/session_response.rb +157 -0
  587. data/lib/mudbase/models/signed_url_response.rb +178 -0
  588. data/lib/mudbase/models/sms_request.rb +200 -0
  589. data/lib/mudbase/models/storage_config.rb +150 -0
  590. data/lib/mudbase/models/storage_confirm_upload400_response.rb +156 -0
  591. data/lib/mudbase/models/storage_confirm_upload_request.rb +236 -0
  592. data/lib/mudbase/models/storage_download_bucket_file403_response.rb +147 -0
  593. data/lib/mudbase/models/storage_download_bucket_file404_response.rb +147 -0
  594. data/lib/mudbase/models/storage_get_presigned_upload_request.rb +221 -0
  595. data/lib/mudbase/models/storage_get_signed_url_request.rb +149 -0
  596. data/lib/mudbase/models/system_status_response.rb +157 -0
  597. data/lib/mudbase/models/system_status_response_data.rb +192 -0
  598. data/lib/mudbase/models/system_status_response_data_cpu.rb +156 -0
  599. data/lib/mudbase/models/system_status_response_data_database.rb +165 -0
  600. data/lib/mudbase/models/system_status_response_data_memory.rb +165 -0
  601. data/lib/mudbase/models/system_status_response_data_requests.rb +174 -0
  602. data/lib/mudbase/models/system_status_response_data_storage.rb +165 -0
  603. data/lib/mudbase/models/trigger_webhook_request.rb +254 -0
  604. data/lib/mudbase/models/two_fa_setup_response.rb +166 -0
  605. data/lib/mudbase/models/update_api_key_request.rb +205 -0
  606. data/lib/mudbase/models/update_bucket_request.rb +169 -0
  607. data/lib/mudbase/models/update_collection_request.rb +179 -0
  608. data/lib/mudbase/models/update_function_request.rb +221 -0
  609. data/lib/mudbase/models/update_function_request_limits.rb +176 -0
  610. data/lib/mudbase/models/update_function_request_retry_policy.rb +165 -0
  611. data/lib/mudbase/models/update_organization_request.rb +185 -0
  612. data/lib/mudbase/models/update_project_request.rb +185 -0
  613. data/lib/mudbase/models/update_user_request.rb +166 -0
  614. data/lib/mudbase/models/upload_files_to_bucket_metadata_request.rb +159 -0
  615. data/lib/mudbase/models/upload_files_to_bucket_request.rb +187 -0
  616. data/lib/mudbase/models/usage.rb +202 -0
  617. data/lib/mudbase/models/usage_response.rb +175 -0
  618. data/lib/mudbase/models/usage_stats_response.rb +184 -0
  619. data/lib/mudbase/models/usage_stats_response_percentages.rb +165 -0
  620. data/lib/mudbase/models/usage_trends_response.rb +159 -0
  621. data/lib/mudbase/models/usage_trends_response_trends_inner.rb +192 -0
  622. data/lib/mudbase/models/usage_trends_response_trends_inner_id.rb +165 -0
  623. data/lib/mudbase/models/user.rb +299 -0
  624. data/lib/mudbase/models/user_summary.rb +175 -0
  625. data/lib/mudbase/models/users_disable2fa_request.rb +190 -0
  626. data/lib/mudbase/models/users_erase_data200_response.rb +156 -0
  627. data/lib/mudbase/models/users_erase_data200_response_details.rb +183 -0
  628. data/lib/mudbase/models/users_erase_data_request.rb +198 -0
  629. data/lib/mudbase/models/users_export_data200_response.rb +222 -0
  630. data/lib/mudbase/models/users_get200_response.rb +147 -0
  631. data/lib/mudbase/models/users_link_o_auth_provider200_response.rb +147 -0
  632. data/lib/mudbase/models/users_list_o_auth_providers200_response.rb +149 -0
  633. data/lib/mudbase/models/users_list_o_auth_providers200_response_providers_inner.rb +174 -0
  634. data/lib/mudbase/models/users_unlink_o_auth_provider200_response.rb +156 -0
  635. data/lib/mudbase/models/users_update200_response.rb +156 -0
  636. data/lib/mudbase/models/users_verify2fa_request.rb +164 -0
  637. data/lib/mudbase/models/users_verify_email_request.rb +175 -0
  638. data/lib/mudbase/models/wallet_balance.rb +205 -0
  639. data/lib/mudbase/models/wallet_broadcast_transaction200_response.rb +165 -0
  640. data/lib/mudbase/models/wallet_broadcast_transaction200_response_data.rb +175 -0
  641. data/lib/mudbase/models/wallet_broadcast_transaction_request.rb +243 -0
  642. data/lib/mudbase/models/wallet_create_webhook201_response.rb +165 -0
  643. data/lib/mudbase/models/wallet_create_webhook_request.rb +233 -0
  644. data/lib/mudbase/models/wallet_create_webhook_request_filters.rb +184 -0
  645. data/lib/mudbase/models/wallet_estimate_gas200_response.rb +156 -0
  646. data/lib/mudbase/models/wallet_estimate_gas200_response_data.rb +248 -0
  647. data/lib/mudbase/models/wallet_estimate_gas_request.rb +198 -0
  648. data/lib/mudbase/models/wallet_estimate_gas_request_transaction.rb +216 -0
  649. data/lib/mudbase/models/wallet_get_balance200_response.rb +156 -0
  650. data/lib/mudbase/models/wallet_get_cancel_params200_response.rb +156 -0
  651. data/lib/mudbase/models/wallet_get_cancel_params200_response_data.rb +231 -0
  652. data/lib/mudbase/models/wallet_get_cancel_params_request.rb +208 -0
  653. data/lib/mudbase/models/wallet_get_speed_up_params200_response.rb +156 -0
  654. data/lib/mudbase/models/wallet_get_speed_up_params200_response_data.rb +229 -0
  655. data/lib/mudbase/models/wallet_get_speed_up_params_request.rb +209 -0
  656. data/lib/mudbase/models/wallet_get_transaction_by_hash200_response.rb +156 -0
  657. data/lib/mudbase/models/wallet_get_transaction_by_hash400_response.rb +156 -0
  658. data/lib/mudbase/models/wallet_get_transactions200_response.rb +167 -0
  659. data/lib/mudbase/models/wallet_get_transactions200_response_pagination.rb +201 -0
  660. data/lib/mudbase/models/wallet_get_webhook_logs200_response.rb +158 -0
  661. data/lib/mudbase/models/wallet_list_addresses200_response.rb +167 -0
  662. data/lib/mudbase/models/wallet_list_webhooks200_response.rb +167 -0
  663. data/lib/mudbase/models/wallet_register_address_request.rb +246 -0
  664. data/lib/mudbase/models/wallet_test_webhook200_response.rb +156 -0
  665. data/lib/mudbase/models/wallet_test_webhook_request.rb +191 -0
  666. data/lib/mudbase/models/wallet_transaction.rb +379 -0
  667. data/lib/mudbase/models/wallet_transaction_webhook_payload.rb +167 -0
  668. data/lib/mudbase/models/wallet_update_webhook200_response.rb +156 -0
  669. data/lib/mudbase/models/wallet_update_webhook_request.rb +176 -0
  670. data/lib/mudbase/models/wallet_webhook.rb +235 -0
  671. data/lib/mudbase/models/wallet_webhook_filters.rb +182 -0
  672. data/lib/mudbase/models/wallet_webhook_stats.rb +175 -0
  673. data/lib/mudbase/models/webhook_list_response.rb +186 -0
  674. data/lib/mudbase/models/webhook_log.rb +290 -0
  675. data/lib/mudbase/models/webhook_stats_response.rb +170 -0
  676. data/lib/mudbase/models/webhook_stats_response_event_stats_inner.rb +165 -0
  677. data/lib/mudbase/models/webhook_stats_response_status_stats_inner.rb +165 -0
  678. data/lib/mudbase/version.rb +15 -0
  679. data/lib/mudbase.rb +374 -0
  680. data/mudbase.gemspec +39 -0
  681. data/spec/api/auth_api_spec.rb +240 -0
  682. data/spec/api/billing_api_spec.rb +163 -0
  683. data/spec/api/chat_api_spec.rb +207 -0
  684. data/spec/api/collections_api_spec.rb +100 -0
  685. data/spec/api/compliance_api_spec.rb +47 -0
  686. data/spec/api/data_api_spec.rb +109 -0
  687. data/spec/api/functions_api_spec.rb +229 -0
  688. data/spec/api/health_api_spec.rb +57 -0
  689. data/spec/api/integrations_api_spec.rb +61 -0
  690. data/spec/api/messaging_api_spec.rb +104 -0
  691. data/spec/api/multi_role_api_spec.rb +156 -0
  692. data/spec/api/realtime_analytics_api_spec.rb +98 -0
  693. data/spec/api/role_elevation_api_spec.rb +74 -0
  694. data/spec/api/search_api_spec.rb +79 -0
  695. data/spec/api/storage_api_spec.rb +227 -0
  696. data/spec/api/usage_api_spec.rb +60 -0
  697. data/spec/api/users_api_spec.rb +187 -0
  698. data/spec/api/wallet_api_spec.rb +245 -0
  699. data/spec/api/webhooks_api_spec.rb +48 -0
  700. data/spec/models/api_key_permission_spec.rb +50 -0
  701. data/spec/models/api_key_spec.rb +90 -0
  702. data/spec/models/api_key_usage_response_spec.rb +54 -0
  703. data/spec/models/api_key_usage_spec.rb +42 -0
  704. data/spec/models/api_key_with_secret_spec.rb +96 -0
  705. data/spec/models/auth_config_spec.rb +42 -0
  706. data/spec/models/auth_confirm_password_reset_request_spec.rb +54 -0
  707. data/spec/models/auth_convert_anonymous200_response_spec.rb +60 -0
  708. data/spec/models/auth_convert_anonymous_request_spec.rb +54 -0
  709. data/spec/models/auth_create_anonymous200_response_spec.rb +60 -0
  710. data/spec/models/auth_create_anonymous200_response_user_spec.rb +66 -0
  711. data/spec/models/auth_create_anonymous_request_spec.rb +42 -0
  712. data/spec/models/auth_get_o_auth_providers200_response_providers_inner_spec.rb +66 -0
  713. data/spec/models/auth_get_o_auth_providers200_response_spec.rb +42 -0
  714. data/spec/models/auth_get_session200_response_spec.rb +42 -0
  715. data/spec/models/auth_login200_response_spec.rb +60 -0
  716. data/spec/models/auth_login200_response_user_spec.rb +72 -0
  717. data/spec/models/auth_login403_response_spec.rb +48 -0
  718. data/spec/models/auth_login_request_spec.rb +48 -0
  719. data/spec/models/auth_oauth_callback200_response_spec.rb +42 -0
  720. data/spec/models/auth_oauth_initiate200_response_spec.rb +36 -0
  721. data/spec/models/auth_oauth_initiate400_response_spec.rb +36 -0
  722. data/spec/models/auth_oauth_signup_with_role400_response_spec.rb +42 -0
  723. data/spec/models/auth_provider_spec.rb +48 -0
  724. data/spec/models/auth_refresh200_response_spec.rb +54 -0
  725. data/spec/models/auth_refresh400_response_spec.rb +36 -0
  726. data/spec/models/auth_refresh_request_spec.rb +36 -0
  727. data/spec/models/auth_register201_response_spec.rb +66 -0
  728. data/spec/models/auth_register201_response_user_spec.rb +66 -0
  729. data/spec/models/auth_register429_response_spec.rb +72 -0
  730. data/spec/models/auth_register_request_spec.rb +60 -0
  731. data/spec/models/auth_register_with_role_request_spec.rb +60 -0
  732. data/spec/models/auth_request_password_reset_request_spec.rb +42 -0
  733. data/spec/models/auth_reset_password_request_spec.rb +42 -0
  734. data/spec/models/auth_response_spec.rb +60 -0
  735. data/spec/models/auth_verify_magic_link_request_spec.rb +36 -0
  736. data/spec/models/billing_check_feature_access200_response_spec.rb +42 -0
  737. data/spec/models/billing_check_subscription200_response_spec.rb +42 -0
  738. data/spec/models/billing_check_subscription200_response_subscription_spec.rb +42 -0
  739. data/spec/models/billing_create_checkout_session200_response_data_payment_options_inner_spec.rb +74 -0
  740. data/spec/models/billing_create_checkout_session200_response_data_spec.rb +96 -0
  741. data/spec/models/billing_create_checkout_session200_response_spec.rb +42 -0
  742. data/spec/models/billing_create_checkout_session_request_customer_info_spec.rb +42 -0
  743. data/spec/models/billing_create_checkout_session_request_spec.rb +64 -0
  744. data/spec/models/billing_get_checkout_payment200_response_data_spec.rb +84 -0
  745. data/spec/models/billing_get_checkout_payment200_response_spec.rb +42 -0
  746. data/spec/models/billing_get_public_plans200_response_spec.rb +36 -0
  747. data/spec/models/billing_handle_crypto_webhook200_response_spec.rb +36 -0
  748. data/spec/models/billing_handle_crypto_webhook_request_data_spec.rb +72 -0
  749. data/spec/models/billing_handle_crypto_webhook_request_spec.rb +46 -0
  750. data/spec/models/billing_handle_flutterwave_webhook_request_data_customer_spec.rb +42 -0
  751. data/spec/models/billing_handle_flutterwave_webhook_request_data_spec.rb +78 -0
  752. data/spec/models/billing_handle_flutterwave_webhook_request_spec.rb +42 -0
  753. data/spec/models/billing_initialize_payment_request_customer_spec.rb +42 -0
  754. data/spec/models/billing_initialize_payment_request_spec.rb +54 -0
  755. data/spec/models/billing_last_payment_spec.rb +48 -0
  756. data/spec/models/billing_record_usage_request_spec.rb +48 -0
  757. data/spec/models/billing_spec.rb +48 -0
  758. data/spec/models/billing_verify_payment200_response_data_spec.rb +36 -0
  759. data/spec/models/billing_verify_payment200_response_data_subscription_spec.rb +58 -0
  760. data/spec/models/billing_verify_payment200_response_spec.rb +48 -0
  761. data/spec/models/bucket_list_response_spec.rb +48 -0
  762. data/spec/models/bucket_response_spec.rb +48 -0
  763. data/spec/models/bucket_spec.rb +66 -0
  764. data/spec/models/change_password_request_spec.rb +42 -0
  765. data/spec/models/chat_add_participant200_response_data_participants_inner_spec.rb +48 -0
  766. data/spec/models/chat_add_participant200_response_data_spec.rb +36 -0
  767. data/spec/models/chat_add_participant200_response_spec.rb +42 -0
  768. data/spec/models/chat_add_participant_request_spec.rb +46 -0
  769. data/spec/models/chat_add_reaction200_response_data_inner_spec.rb +42 -0
  770. data/spec/models/chat_add_reaction200_response_spec.rb +42 -0
  771. data/spec/models/chat_add_reaction_request_spec.rb +36 -0
  772. data/spec/models/chat_create201_response_data_spec.rb +60 -0
  773. data/spec/models/chat_create201_response_spec.rb +42 -0
  774. data/spec/models/chat_create_request_spec.rb +64 -0
  775. data/spec/models/chat_edit_message200_response_data_spec.rb +48 -0
  776. data/spec/models/chat_edit_message200_response_spec.rb +42 -0
  777. data/spec/models/chat_edit_message_request_spec.rb +36 -0
  778. data/spec/models/chat_get200_response_data_participants_inner_spec.rb +42 -0
  779. data/spec/models/chat_get200_response_data_spec.rb +48 -0
  780. data/spec/models/chat_get200_response_spec.rb +42 -0
  781. data/spec/models/chat_get_messages200_response_data_messages_inner_sender_spec.rb +42 -0
  782. data/spec/models/chat_get_messages200_response_data_messages_inner_spec.rb +54 -0
  783. data/spec/models/chat_get_messages200_response_data_spec.rb +42 -0
  784. data/spec/models/chat_get_messages200_response_spec.rb +42 -0
  785. data/spec/models/chat_list200_response_data_chats_inner_last_message_spec.rb +36 -0
  786. data/spec/models/chat_list200_response_data_chats_inner_spec.rb +60 -0
  787. data/spec/models/chat_list200_response_data_spec.rb +42 -0
  788. data/spec/models/chat_list200_response_spec.rb +42 -0
  789. data/spec/models/chat_mark_as_read200_response_data_spec.rb +36 -0
  790. data/spec/models/chat_mark_as_read200_response_spec.rb +42 -0
  791. data/spec/models/chat_mark_as_read_request_spec.rb +36 -0
  792. data/spec/models/chat_remove_participant_request_spec.rb +36 -0
  793. data/spec/models/chat_remove_reaction200_response_data_inner_spec.rb +48 -0
  794. data/spec/models/chat_remove_reaction200_response_spec.rb +42 -0
  795. data/spec/models/chat_send_message201_response_data_spec.rb +54 -0
  796. data/spec/models/chat_send_message201_response_spec.rb +42 -0
  797. data/spec/models/chat_send_message_request_spec.rb +58 -0
  798. data/spec/models/collection_spec.rb +84 -0
  799. data/spec/models/collections_create201_response_spec.rb +42 -0
  800. data/spec/models/collections_list200_response_spec.rb +42 -0
  801. data/spec/models/compliance_log_security_event200_response_event_spec.rb +54 -0
  802. data/spec/models/compliance_log_security_event200_response_spec.rb +42 -0
  803. data/spec/models/compliance_log_security_event_request_details_spec.rb +66 -0
  804. data/spec/models/compliance_log_security_event_request_spec.rb +56 -0
  805. data/spec/models/confirm_upload_response_scan_spec.rb +54 -0
  806. data/spec/models/confirm_upload_response_spec.rb +52 -0
  807. data/spec/models/create_api_key_request_spec.rb +60 -0
  808. data/spec/models/create_bucket_request_spec.rb +48 -0
  809. data/spec/models/create_collection_request_spec.rb +60 -0
  810. data/spec/models/create_function_request_spec.rb +60 -0
  811. data/spec/models/create_project_request_spec.rb +48 -0
  812. data/spec/models/data_list_response_data_inner_spec.rb +48 -0
  813. data/spec/models/data_list_response_spec.rb +42 -0
  814. data/spec/models/data_response_spec.rb +42 -0
  815. data/spec/models/database_config_spec.rb +36 -0
  816. data/spec/models/email_request_spec.rb +66 -0
  817. data/spec/models/email_request_to_spec.rb +32 -0
  818. data/spec/models/error_details_spec.rb +32 -0
  819. data/spec/models/error_spec.rb +66 -0
  820. data/spec/models/field_default_spec.rb +32 -0
  821. data/spec/models/field_spec.rb +76 -0
  822. data/spec/models/file_list_response_spec.rb +42 -0
  823. data/spec/models/file_metadata_spec.rb +102 -0
  824. data/spec/models/file_response_spec.rb +42 -0
  825. data/spec/models/file_upload_response_spec.rb +42 -0
  826. data/spec/models/function_execution_response_data_spec.rb +54 -0
  827. data/spec/models/function_execution_response_spec.rb +42 -0
  828. data/spec/models/function_execution_spec.rb +100 -0
  829. data/spec/models/function_list_response_data_spec.rb +42 -0
  830. data/spec/models/function_list_response_spec.rb +42 -0
  831. data/spec/models/function_logs_response_data_spec.rb +42 -0
  832. data/spec/models/function_logs_response_spec.rb +42 -0
  833. data/spec/models/function_response_spec.rb +42 -0
  834. data/spec/models/function_spec.rb +90 -0
  835. data/spec/models/function_stats_spec.rb +60 -0
  836. data/spec/models/function_trigger_spec.rb +80 -0
  837. data/spec/models/functions_delete200_response_spec.rb +42 -0
  838. data/spec/models/functions_execute_request_spec.rb +36 -0
  839. data/spec/models/functions_get_versions200_response_data_spec.rb +36 -0
  840. data/spec/models/functions_get_versions200_response_data_versions_inner_spec.rb +66 -0
  841. data/spec/models/functions_get_versions200_response_spec.rb +42 -0
  842. data/spec/models/functions_rollback_request_spec.rb +36 -0
  843. data/spec/models/functions_simulate_request_spec.rb +48 -0
  844. data/spec/models/functions_trigger_webhook200_response_spec.rb +48 -0
  845. data/spec/models/functions_trigger_webhook400_response_spec.rb +42 -0
  846. data/spec/models/functions_trigger_webhook401_response_spec.rb +42 -0
  847. data/spec/models/health_response_services_spec.rb +60 -0
  848. data/spec/models/health_response_spec.rb +64 -0
  849. data/spec/models/integrations_execute_request_spec.rb +58 -0
  850. data/spec/models/integrations_list200_response_integrations_inner_spec.rb +54 -0
  851. data/spec/models/integrations_list200_response_spec.rb +36 -0
  852. data/spec/models/invite_member_request_spec.rb +46 -0
  853. data/spec/models/limits_spec.rb +72 -0
  854. data/spec/models/login_request_spec.rb +42 -0
  855. data/spec/models/magic_link_request_spec.rb +48 -0
  856. data/spec/models/message_history_response_data_spec.rb +42 -0
  857. data/spec/models/message_history_response_spec.rb +42 -0
  858. data/spec/models/message_response_spec.rb +36 -0
  859. data/spec/models/message_sent_response_data_spec.rb +78 -0
  860. data/spec/models/message_sent_response_spec.rb +42 -0
  861. data/spec/models/message_spec.rb +98 -0
  862. data/spec/models/message_stats_response_data_by_status_spec.rb +48 -0
  863. data/spec/models/message_stats_response_data_by_type_spec.rb +48 -0
  864. data/spec/models/message_stats_response_data_period_spec.rb +42 -0
  865. data/spec/models/message_stats_response_data_spec.rb +60 -0
  866. data/spec/models/message_stats_response_spec.rb +42 -0
  867. data/spec/models/multi_role_add_role_request_default_permissions_inner_spec.rb +42 -0
  868. data/spec/models/multi_role_add_role_request_spec.rb +66 -0
  869. data/spec/models/multi_role_get_available_roles200_response_data_inner_spec.rb +72 -0
  870. data/spec/models/multi_role_get_available_roles200_response_spec.rb +42 -0
  871. data/spec/models/multi_role_get_config200_response_data_spec.rb +54 -0
  872. data/spec/models/multi_role_get_config200_response_spec.rb +42 -0
  873. data/spec/models/multi_role_toggle_role_request_spec.rb +36 -0
  874. data/spec/models/multi_role_update_collection_permissions_request_spec.rb +46 -0
  875. data/spec/models/multi_role_update_role_request_spec.rb +66 -0
  876. data/spec/models/multi_role_update_settings200_response_spec.rb +48 -0
  877. data/spec/models/multi_role_update_settings_request_settings_spec.rb +42 -0
  878. data/spec/models/multi_role_update_settings_request_spec.rb +48 -0
  879. data/spec/models/non_custodial_address_response_spec.rb +48 -0
  880. data/spec/models/non_custodial_address_spec.rb +106 -0
  881. data/spec/models/organization_spec.rb +108 -0
  882. data/spec/models/organization_summary_spec.rb +48 -0
  883. data/spec/models/otp_send_request_spec.rb +58 -0
  884. data/spec/models/otp_verify_request_spec.rb +48 -0
  885. data/spec/models/pagination_spec.rb +54 -0
  886. data/spec/models/payment_intent_spec.rb +158 -0
  887. data/spec/models/payment_refund_spec.rb +124 -0
  888. data/spec/models/payment_subscription_spec.rb +136 -0
  889. data/spec/models/permission_spec.rb +58 -0
  890. data/spec/models/plan_spec.rb +60 -0
  891. data/spec/models/presigned_post_response_spec.rb +54 -0
  892. data/spec/models/project_settings_spec.rb +76 -0
  893. data/spec/models/project_spec.rb +102 -0
  894. data/spec/models/project_summary_spec.rb +48 -0
  895. data/spec/models/project_usage_response_spec.rb +42 -0
  896. data/spec/models/project_usage_spec.rb +60 -0
  897. data/spec/models/project_usage_stats_response_project_spec.rb +42 -0
  898. data/spec/models/project_usage_stats_response_spec.rb +48 -0
  899. data/spec/models/push_notification_request_spec.rb +60 -0
  900. data/spec/models/rate_limit_spec.rb +42 -0
  901. data/spec/models/realtime_analytics_check_user_presence200_response_presence_value_spec.rb +42 -0
  902. data/spec/models/realtime_analytics_check_user_presence200_response_spec.rb +42 -0
  903. data/spec/models/realtime_analytics_check_user_presence_request_spec.rb +36 -0
  904. data/spec/models/realtime_analytics_get_active_users200_response_spec.rb +48 -0
  905. data/spec/models/realtime_analytics_get_active_users200_response_users_inner_spec.rb +48 -0
  906. data/spec/models/realtime_analytics_get_event_throughput200_response_spec.rb +60 -0
  907. data/spec/models/realtime_analytics_get_historical_analytics200_response_data_inner_spec.rb +48 -0
  908. data/spec/models/realtime_analytics_get_historical_analytics200_response_spec.rb +54 -0
  909. data/spec/models/realtime_analytics_get_project200_response_spec.rb +60 -0
  910. data/spec/models/register_request_spec.rb +60 -0
  911. data/spec/models/role_elevation_get_status200_response_spec.rb +36 -0
  912. data/spec/models/role_elevation_request200_response_spec.rb +74 -0
  913. data/spec/models/role_elevation_request_request_spec.rb +36 -0
  914. data/spec/models/role_elevation_upload_documents_request_documents_inner_spec.rb +42 -0
  915. data/spec/models/role_elevation_upload_documents_request_spec.rb +42 -0
  916. data/spec/models/search_get_analytics200_response_spec.rb +54 -0
  917. data/spec/models/search_get_analytics200_response_top_queries_inner_spec.rb +42 -0
  918. data/spec/models/search_get_suggestions200_response_spec.rb +36 -0
  919. data/spec/models/search_response_data_spec.rb +54 -0
  920. data/spec/models/search_response_spec.rb +42 -0
  921. data/spec/models/search_result_item_spec.rb +42 -0
  922. data/spec/models/search_result_spec.rb +48 -0
  923. data/spec/models/session_response_spec.rb +42 -0
  924. data/spec/models/signed_url_response_spec.rb +54 -0
  925. data/spec/models/sms_request_spec.rb +48 -0
  926. data/spec/models/storage_config_spec.rb +36 -0
  927. data/spec/models/storage_confirm_upload400_response_spec.rb +42 -0
  928. data/spec/models/storage_confirm_upload_request_spec.rb +72 -0
  929. data/spec/models/storage_download_bucket_file403_response_spec.rb +36 -0
  930. data/spec/models/storage_download_bucket_file404_response_spec.rb +36 -0
  931. data/spec/models/storage_get_presigned_upload_request_spec.rb +60 -0
  932. data/spec/models/storage_get_signed_url_request_spec.rb +36 -0
  933. data/spec/models/system_status_response_data_cpu_spec.rb +42 -0
  934. data/spec/models/system_status_response_data_database_spec.rb +48 -0
  935. data/spec/models/system_status_response_data_memory_spec.rb +48 -0
  936. data/spec/models/system_status_response_data_requests_spec.rb +54 -0
  937. data/spec/models/system_status_response_data_spec.rb +66 -0
  938. data/spec/models/system_status_response_data_storage_spec.rb +48 -0
  939. data/spec/models/system_status_response_spec.rb +42 -0
  940. data/spec/models/trigger_webhook_request_spec.rb +60 -0
  941. data/spec/models/two_fa_setup_response_spec.rb +48 -0
  942. data/spec/models/update_api_key_request_spec.rb +54 -0
  943. data/spec/models/update_bucket_request_spec.rb +48 -0
  944. data/spec/models/update_collection_request_spec.rb +54 -0
  945. data/spec/models/update_function_request_limits_spec.rb +54 -0
  946. data/spec/models/update_function_request_retry_policy_spec.rb +48 -0
  947. data/spec/models/update_function_request_spec.rb +84 -0
  948. data/spec/models/update_organization_request_spec.rb +60 -0
  949. data/spec/models/update_project_request_spec.rb +60 -0
  950. data/spec/models/update_user_request_spec.rb +48 -0
  951. data/spec/models/upload_files_to_bucket_metadata_request_spec.rb +42 -0
  952. data/spec/models/upload_files_to_bucket_request_spec.rb +48 -0
  953. data/spec/models/usage_response_spec.rb +54 -0
  954. data/spec/models/usage_spec.rb +72 -0
  955. data/spec/models/usage_stats_response_percentages_spec.rb +48 -0
  956. data/spec/models/usage_stats_response_spec.rb +60 -0
  957. data/spec/models/usage_trends_response_spec.rb +42 -0
  958. data/spec/models/usage_trends_response_trends_inner_id_spec.rb +48 -0
  959. data/spec/models/usage_trends_response_trends_inner_spec.rb +66 -0
  960. data/spec/models/user_spec.rb +118 -0
  961. data/spec/models/user_summary_spec.rb +54 -0
  962. data/spec/models/users_disable2fa_request_spec.rb +42 -0
  963. data/spec/models/users_erase_data200_response_details_spec.rb +60 -0
  964. data/spec/models/users_erase_data200_response_spec.rb +42 -0
  965. data/spec/models/users_erase_data_request_spec.rb +46 -0
  966. data/spec/models/users_export_data200_response_spec.rb +78 -0
  967. data/spec/models/users_get200_response_spec.rb +36 -0
  968. data/spec/models/users_link_o_auth_provider200_response_spec.rb +36 -0
  969. data/spec/models/users_list_o_auth_providers200_response_providers_inner_spec.rb +54 -0
  970. data/spec/models/users_list_o_auth_providers200_response_spec.rb +36 -0
  971. data/spec/models/users_unlink_o_auth_provider200_response_spec.rb +42 -0
  972. data/spec/models/users_update200_response_spec.rb +42 -0
  973. data/spec/models/users_verify2fa_request_spec.rb +36 -0
  974. data/spec/models/users_verify_email_request_spec.rb +42 -0
  975. data/spec/models/wallet_balance_spec.rb +72 -0
  976. data/spec/models/wallet_broadcast_transaction200_response_data_spec.rb +54 -0
  977. data/spec/models/wallet_broadcast_transaction200_response_spec.rb +48 -0
  978. data/spec/models/wallet_broadcast_transaction_request_spec.rb +52 -0
  979. data/spec/models/wallet_create_webhook201_response_spec.rb +48 -0
  980. data/spec/models/wallet_create_webhook_request_filters_spec.rb +46 -0
  981. data/spec/models/wallet_create_webhook_request_spec.rb +64 -0
  982. data/spec/models/wallet_estimate_gas200_response_data_spec.rb +96 -0
  983. data/spec/models/wallet_estimate_gas200_response_spec.rb +42 -0
  984. data/spec/models/wallet_estimate_gas_request_spec.rb +46 -0
  985. data/spec/models/wallet_estimate_gas_request_transaction_spec.rb +66 -0
  986. data/spec/models/wallet_get_balance200_response_spec.rb +42 -0
  987. data/spec/models/wallet_get_cancel_params200_response_data_spec.rb +90 -0
  988. data/spec/models/wallet_get_cancel_params200_response_spec.rb +42 -0
  989. data/spec/models/wallet_get_cancel_params_request_spec.rb +52 -0
  990. data/spec/models/wallet_get_speed_up_params200_response_data_spec.rb +90 -0
  991. data/spec/models/wallet_get_speed_up_params200_response_spec.rb +42 -0
  992. data/spec/models/wallet_get_speed_up_params_request_spec.rb +52 -0
  993. data/spec/models/wallet_get_transaction_by_hash200_response_spec.rb +42 -0
  994. data/spec/models/wallet_get_transaction_by_hash400_response_spec.rb +42 -0
  995. data/spec/models/wallet_get_transactions200_response_pagination_spec.rb +72 -0
  996. data/spec/models/wallet_get_transactions200_response_spec.rb +48 -0
  997. data/spec/models/wallet_get_webhook_logs200_response_spec.rb +42 -0
  998. data/spec/models/wallet_list_addresses200_response_spec.rb +48 -0
  999. data/spec/models/wallet_list_webhooks200_response_spec.rb +48 -0
  1000. data/spec/models/wallet_register_address_request_spec.rb +64 -0
  1001. data/spec/models/wallet_test_webhook200_response_spec.rb +42 -0
  1002. data/spec/models/wallet_test_webhook_request_spec.rb +54 -0
  1003. data/spec/models/wallet_transaction_spec.rb +164 -0
  1004. data/spec/models/wallet_transaction_webhook_payload_spec.rb +48 -0
  1005. data/spec/models/wallet_update_webhook200_response_spec.rb +42 -0
  1006. data/spec/models/wallet_update_webhook_request_spec.rb +54 -0
  1007. data/spec/models/wallet_webhook_filters_spec.rb +46 -0
  1008. data/spec/models/wallet_webhook_spec.rb +82 -0
  1009. data/spec/models/wallet_webhook_stats_spec.rb +54 -0
  1010. data/spec/models/webhook_list_response_spec.rb +60 -0
  1011. data/spec/models/webhook_log_spec.rb +112 -0
  1012. data/spec/models/webhook_stats_response_event_stats_inner_spec.rb +48 -0
  1013. data/spec/models/webhook_stats_response_spec.rb +48 -0
  1014. data/spec/models/webhook_stats_response_status_stats_inner_spec.rb +48 -0
  1015. data/spec/spec_helper.rb +111 -0
  1016. metadata +1443 -0
@@ -0,0 +1,379 @@
1
+ =begin
2
+ #MUDBASESDK
3
+
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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
+
6
+ The version of the OpenAPI document: 1.1.9
7
+ Contact: support@mudbase.dev
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.20.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module Mudbase
17
+ # Wallet transaction record (txHash, address, chain, from, to, amount, status, confirmations, etc.).
18
+ class WalletTransaction < ApiModelBase
19
+ attr_accessor :_id
20
+
21
+ attr_accessor :tx_hash
22
+
23
+ attr_accessor :main_tx_hash
24
+
25
+ attr_accessor :address
26
+
27
+ attr_accessor :chain
28
+
29
+ attr_accessor :from
30
+
31
+ attr_accessor :to
32
+
33
+ attr_accessor :from_address
34
+
35
+ attr_accessor :to_address
36
+
37
+ # Transaction amount (string to handle large numbers)
38
+ attr_accessor :amount
39
+
40
+ attr_accessor :currency
41
+
42
+ attr_accessor :type
43
+
44
+ attr_accessor :status
45
+
46
+ attr_accessor :main_tx_status
47
+
48
+ attr_accessor :confirmations
49
+
50
+ attr_accessor :block_number
51
+
52
+ attr_accessor :block_hash
53
+
54
+ # Network fee (string to handle large numbers)
55
+ attr_accessor :network_fee
56
+
57
+ attr_accessor :main_tx_confirmed_at
58
+
59
+ attr_accessor :created_at
60
+
61
+ attr_accessor :updated_at
62
+
63
+ class EnumAttributeValidator
64
+ attr_reader :datatype
65
+ attr_reader :allowable_values
66
+
67
+ def initialize(datatype, allowable_values)
68
+ @allowable_values = allowable_values.map do |value|
69
+ case datatype.to_s
70
+ when /Integer/i
71
+ value.to_i
72
+ when /Float/i
73
+ value.to_f
74
+ else
75
+ value
76
+ end
77
+ end
78
+ end
79
+
80
+ def valid?(value)
81
+ !value || allowable_values.include?(value)
82
+ end
83
+ end
84
+
85
+ # Attribute mapping from ruby-style variable name to JSON key.
86
+ def self.attribute_map
87
+ {
88
+ :'_id' => :'_id',
89
+ :'tx_hash' => :'txHash',
90
+ :'main_tx_hash' => :'mainTxHash',
91
+ :'address' => :'address',
92
+ :'chain' => :'chain',
93
+ :'from' => :'from',
94
+ :'to' => :'to',
95
+ :'from_address' => :'fromAddress',
96
+ :'to_address' => :'toAddress',
97
+ :'amount' => :'amount',
98
+ :'currency' => :'currency',
99
+ :'type' => :'type',
100
+ :'status' => :'status',
101
+ :'main_tx_status' => :'mainTxStatus',
102
+ :'confirmations' => :'confirmations',
103
+ :'block_number' => :'blockNumber',
104
+ :'block_hash' => :'blockHash',
105
+ :'network_fee' => :'networkFee',
106
+ :'main_tx_confirmed_at' => :'mainTxConfirmedAt',
107
+ :'created_at' => :'createdAt',
108
+ :'updated_at' => :'updatedAt'
109
+ }
110
+ end
111
+
112
+ # Returns attribute mapping this model knows about
113
+ def self.acceptable_attribute_map
114
+ attribute_map
115
+ end
116
+
117
+ # Returns all the JSON keys this model knows about
118
+ def self.acceptable_attributes
119
+ acceptable_attribute_map.values
120
+ end
121
+
122
+ # Attribute type mapping.
123
+ def self.openapi_types
124
+ {
125
+ :'_id' => :'String',
126
+ :'tx_hash' => :'String',
127
+ :'main_tx_hash' => :'String',
128
+ :'address' => :'String',
129
+ :'chain' => :'String',
130
+ :'from' => :'String',
131
+ :'to' => :'String',
132
+ :'from_address' => :'String',
133
+ :'to_address' => :'String',
134
+ :'amount' => :'String',
135
+ :'currency' => :'String',
136
+ :'type' => :'String',
137
+ :'status' => :'String',
138
+ :'main_tx_status' => :'String',
139
+ :'confirmations' => :'Integer',
140
+ :'block_number' => :'Integer',
141
+ :'block_hash' => :'String',
142
+ :'network_fee' => :'String',
143
+ :'main_tx_confirmed_at' => :'Time',
144
+ :'created_at' => :'Time',
145
+ :'updated_at' => :'Time'
146
+ }
147
+ end
148
+
149
+ # List of attributes with nullable: true
150
+ def self.openapi_nullable
151
+ Set.new([
152
+ :'block_number',
153
+ :'block_hash',
154
+ :'main_tx_confirmed_at',
155
+ ])
156
+ end
157
+
158
+ # Initializes the object
159
+ # @param [Hash] attributes Model attributes in the form of hash
160
+ def initialize(attributes = {})
161
+ if (!attributes.is_a?(Hash))
162
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Mudbase::WalletTransaction` initialize method"
163
+ end
164
+
165
+ # check to see if the attribute exists and convert string to symbol for hash key
166
+ acceptable_attribute_map = self.class.acceptable_attribute_map
167
+ attributes = attributes.each_with_object({}) { |(k, v), h|
168
+ if (!acceptable_attribute_map.key?(k.to_sym))
169
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Mudbase::WalletTransaction`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
170
+ end
171
+ h[k.to_sym] = v
172
+ }
173
+
174
+ if attributes.key?(:'_id')
175
+ self._id = attributes[:'_id']
176
+ end
177
+
178
+ if attributes.key?(:'tx_hash')
179
+ self.tx_hash = attributes[:'tx_hash']
180
+ end
181
+
182
+ if attributes.key?(:'main_tx_hash')
183
+ self.main_tx_hash = attributes[:'main_tx_hash']
184
+ end
185
+
186
+ if attributes.key?(:'address')
187
+ self.address = attributes[:'address']
188
+ end
189
+
190
+ if attributes.key?(:'chain')
191
+ self.chain = attributes[:'chain']
192
+ end
193
+
194
+ if attributes.key?(:'from')
195
+ self.from = attributes[:'from']
196
+ end
197
+
198
+ if attributes.key?(:'to')
199
+ self.to = attributes[:'to']
200
+ end
201
+
202
+ if attributes.key?(:'from_address')
203
+ self.from_address = attributes[:'from_address']
204
+ end
205
+
206
+ if attributes.key?(:'to_address')
207
+ self.to_address = attributes[:'to_address']
208
+ end
209
+
210
+ if attributes.key?(:'amount')
211
+ self.amount = attributes[:'amount']
212
+ end
213
+
214
+ if attributes.key?(:'currency')
215
+ self.currency = attributes[:'currency']
216
+ end
217
+
218
+ if attributes.key?(:'type')
219
+ self.type = attributes[:'type']
220
+ end
221
+
222
+ if attributes.key?(:'status')
223
+ self.status = attributes[:'status']
224
+ end
225
+
226
+ if attributes.key?(:'main_tx_status')
227
+ self.main_tx_status = attributes[:'main_tx_status']
228
+ end
229
+
230
+ if attributes.key?(:'confirmations')
231
+ self.confirmations = attributes[:'confirmations']
232
+ end
233
+
234
+ if attributes.key?(:'block_number')
235
+ self.block_number = attributes[:'block_number']
236
+ end
237
+
238
+ if attributes.key?(:'block_hash')
239
+ self.block_hash = attributes[:'block_hash']
240
+ end
241
+
242
+ if attributes.key?(:'network_fee')
243
+ self.network_fee = attributes[:'network_fee']
244
+ end
245
+
246
+ if attributes.key?(:'main_tx_confirmed_at')
247
+ self.main_tx_confirmed_at = attributes[:'main_tx_confirmed_at']
248
+ end
249
+
250
+ if attributes.key?(:'created_at')
251
+ self.created_at = attributes[:'created_at']
252
+ end
253
+
254
+ if attributes.key?(:'updated_at')
255
+ self.updated_at = attributes[:'updated_at']
256
+ end
257
+ end
258
+
259
+ # Show invalid properties with the reasons. Usually used together with valid?
260
+ # @return Array for valid properties with the reasons
261
+ def list_invalid_properties
262
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
263
+ invalid_properties = Array.new
264
+ invalid_properties
265
+ end
266
+
267
+ # Check to see if the all the properties in the model are valid
268
+ # @return true if the model is valid
269
+ def valid?
270
+ warn '[DEPRECATED] the `valid?` method is obsolete'
271
+ status_validator = EnumAttributeValidator.new('String', ["pending", "completed", "failed"])
272
+ return false unless status_validator.valid?(@status)
273
+ main_tx_status_validator = EnumAttributeValidator.new('String', ["pending", "confirmed", "failed"])
274
+ return false unless main_tx_status_validator.valid?(@main_tx_status)
275
+ true
276
+ end
277
+
278
+ # Custom attribute writer method checking allowed values (enum).
279
+ # @param [Object] status Object to be assigned
280
+ def status=(status)
281
+ validator = EnumAttributeValidator.new('String', ["pending", "completed", "failed"])
282
+ unless validator.valid?(status)
283
+ fail ArgumentError, "invalid value for \"status\", must be one of #{validator.allowable_values}."
284
+ end
285
+ @status = status
286
+ end
287
+
288
+ # Custom attribute writer method checking allowed values (enum).
289
+ # @param [Object] main_tx_status Object to be assigned
290
+ def main_tx_status=(main_tx_status)
291
+ validator = EnumAttributeValidator.new('String', ["pending", "confirmed", "failed"])
292
+ unless validator.valid?(main_tx_status)
293
+ fail ArgumentError, "invalid value for \"main_tx_status\", must be one of #{validator.allowable_values}."
294
+ end
295
+ @main_tx_status = main_tx_status
296
+ end
297
+
298
+ # Checks equality by comparing each attribute.
299
+ # @param [Object] Object to be compared
300
+ def ==(o)
301
+ return true if self.equal?(o)
302
+ self.class == o.class &&
303
+ _id == o._id &&
304
+ tx_hash == o.tx_hash &&
305
+ main_tx_hash == o.main_tx_hash &&
306
+ address == o.address &&
307
+ chain == o.chain &&
308
+ from == o.from &&
309
+ to == o.to &&
310
+ from_address == o.from_address &&
311
+ to_address == o.to_address &&
312
+ amount == o.amount &&
313
+ currency == o.currency &&
314
+ type == o.type &&
315
+ status == o.status &&
316
+ main_tx_status == o.main_tx_status &&
317
+ confirmations == o.confirmations &&
318
+ block_number == o.block_number &&
319
+ block_hash == o.block_hash &&
320
+ network_fee == o.network_fee &&
321
+ main_tx_confirmed_at == o.main_tx_confirmed_at &&
322
+ created_at == o.created_at &&
323
+ updated_at == o.updated_at
324
+ end
325
+
326
+ # @see the `==` method
327
+ # @param [Object] Object to be compared
328
+ def eql?(o)
329
+ self == o
330
+ end
331
+
332
+ # Calculates hash code according to all attributes.
333
+ # @return [Integer] Hash code
334
+ def hash
335
+ [_id, tx_hash, main_tx_hash, address, chain, from, to, from_address, to_address, amount, currency, type, status, main_tx_status, confirmations, block_number, block_hash, network_fee, main_tx_confirmed_at, created_at, updated_at].hash
336
+ end
337
+
338
+ # Builds the object from hash
339
+ # @param [Hash] attributes Model attributes in the form of hash
340
+ # @return [Object] Returns the model itself
341
+ def self.build_from_hash(attributes)
342
+ return nil unless attributes.is_a?(Hash)
343
+ attributes = attributes.transform_keys(&:to_sym)
344
+ transformed_hash = {}
345
+ openapi_types.each_pair do |key, type|
346
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
347
+ transformed_hash["#{key}"] = nil
348
+ elsif type =~ /\AArray<(.*)>/i
349
+ # check to ensure the input is an array given that the attribute
350
+ # is documented as an array but the input is not
351
+ if attributes[attribute_map[key]].is_a?(Array)
352
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
353
+ end
354
+ elsif !attributes[attribute_map[key]].nil?
355
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
356
+ end
357
+ end
358
+ new(transformed_hash)
359
+ end
360
+
361
+ # Returns the object in the form of hash
362
+ # @return [Hash] Returns the object in the form of hash
363
+ def to_hash
364
+ hash = {}
365
+ self.class.attribute_map.each_pair do |attr, param|
366
+ value = self.send(attr)
367
+ if value.nil?
368
+ is_nullable = self.class.openapi_nullable.include?(attr)
369
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
370
+ end
371
+
372
+ hash[param] = _to_hash(value)
373
+ end
374
+ hash
375
+ end
376
+
377
+ end
378
+
379
+ end
@@ -0,0 +1,167 @@
1
+ =begin
2
+ #MUDBASESDK
3
+
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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
+
6
+ The version of the OpenAPI document: 1.1.9
7
+ Contact: support@mudbase.dev
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.20.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module Mudbase
17
+ # Example webhook payload for wallet.transaction.confirmed (reusable example payload).
18
+ class WalletTransactionWebhookPayload < ApiModelBase
19
+ attr_accessor :event
20
+
21
+ # Payload data (addressId, address, chain, txHash, transaction, etc.)
22
+ attr_accessor :data
23
+
24
+ attr_accessor :timestamp
25
+
26
+ # Attribute mapping from ruby-style variable name to JSON key.
27
+ def self.attribute_map
28
+ {
29
+ :'event' => :'event',
30
+ :'data' => :'data',
31
+ :'timestamp' => :'timestamp'
32
+ }
33
+ end
34
+
35
+ # Returns attribute mapping this model knows about
36
+ def self.acceptable_attribute_map
37
+ attribute_map
38
+ end
39
+
40
+ # Returns all the JSON keys this model knows about
41
+ def self.acceptable_attributes
42
+ acceptable_attribute_map.values
43
+ end
44
+
45
+ # Attribute type mapping.
46
+ def self.openapi_types
47
+ {
48
+ :'event' => :'String',
49
+ :'data' => :'Object',
50
+ :'timestamp' => :'Time'
51
+ }
52
+ end
53
+
54
+ # List of attributes with nullable: true
55
+ def self.openapi_nullable
56
+ Set.new([
57
+ ])
58
+ end
59
+
60
+ # Initializes the object
61
+ # @param [Hash] attributes Model attributes in the form of hash
62
+ def initialize(attributes = {})
63
+ if (!attributes.is_a?(Hash))
64
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Mudbase::WalletTransactionWebhookPayload` initialize method"
65
+ end
66
+
67
+ # check to see if the attribute exists and convert string to symbol for hash key
68
+ acceptable_attribute_map = self.class.acceptable_attribute_map
69
+ attributes = attributes.each_with_object({}) { |(k, v), h|
70
+ if (!acceptable_attribute_map.key?(k.to_sym))
71
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Mudbase::WalletTransactionWebhookPayload`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
72
+ end
73
+ h[k.to_sym] = v
74
+ }
75
+
76
+ if attributes.key?(:'event')
77
+ self.event = attributes[:'event']
78
+ end
79
+
80
+ if attributes.key?(:'data')
81
+ self.data = attributes[:'data']
82
+ end
83
+
84
+ if attributes.key?(:'timestamp')
85
+ self.timestamp = attributes[:'timestamp']
86
+ end
87
+ end
88
+
89
+ # Show invalid properties with the reasons. Usually used together with valid?
90
+ # @return Array for valid properties with the reasons
91
+ def list_invalid_properties
92
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
93
+ invalid_properties = Array.new
94
+ invalid_properties
95
+ end
96
+
97
+ # Check to see if the all the properties in the model are valid
98
+ # @return true if the model is valid
99
+ def valid?
100
+ warn '[DEPRECATED] the `valid?` method is obsolete'
101
+ true
102
+ end
103
+
104
+ # Checks equality by comparing each attribute.
105
+ # @param [Object] Object to be compared
106
+ def ==(o)
107
+ return true if self.equal?(o)
108
+ self.class == o.class &&
109
+ event == o.event &&
110
+ data == o.data &&
111
+ timestamp == o.timestamp
112
+ end
113
+
114
+ # @see the `==` method
115
+ # @param [Object] Object to be compared
116
+ def eql?(o)
117
+ self == o
118
+ end
119
+
120
+ # Calculates hash code according to all attributes.
121
+ # @return [Integer] Hash code
122
+ def hash
123
+ [event, data, timestamp].hash
124
+ end
125
+
126
+ # Builds the object from hash
127
+ # @param [Hash] attributes Model attributes in the form of hash
128
+ # @return [Object] Returns the model itself
129
+ def self.build_from_hash(attributes)
130
+ return nil unless attributes.is_a?(Hash)
131
+ attributes = attributes.transform_keys(&:to_sym)
132
+ transformed_hash = {}
133
+ openapi_types.each_pair do |key, type|
134
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
135
+ transformed_hash["#{key}"] = nil
136
+ elsif type =~ /\AArray<(.*)>/i
137
+ # check to ensure the input is an array given that the attribute
138
+ # is documented as an array but the input is not
139
+ if attributes[attribute_map[key]].is_a?(Array)
140
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
141
+ end
142
+ elsif !attributes[attribute_map[key]].nil?
143
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
144
+ end
145
+ end
146
+ new(transformed_hash)
147
+ end
148
+
149
+ # Returns the object in the form of hash
150
+ # @return [Hash] Returns the object in the form of hash
151
+ def to_hash
152
+ hash = {}
153
+ self.class.attribute_map.each_pair do |attr, param|
154
+ value = self.send(attr)
155
+ if value.nil?
156
+ is_nullable = self.class.openapi_nullable.include?(attr)
157
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
158
+ end
159
+
160
+ hash[param] = _to_hash(value)
161
+ end
162
+ hash
163
+ end
164
+
165
+ end
166
+
167
+ end
@@ -0,0 +1,156 @@
1
+ =begin
2
+ #MUDBASESDK
3
+
4
+ #MUDBASE is a scalable, real-time, and secure Backend-as-a-Service (BaaS) platform designed for modern applications. Built with custom logic, it offers fine-grained control, extensibility, and enterprise-grade security. ## Features - 🔐 Multi-provider authentication (30+ OAuth providers) - 📊 Real-time database with collections - 📁 File storage and management - 🔑 API key management with permissions - 🔗 Webhook system with retry logic - ⚡ Serverless functions - 💬 Multi-channel messaging (Push, Email, SMS) - 📈 Usage analytics and monitoring - 🌐 Real-time WebSocket events - 🔍 Full-text search capabilities - 💳 Billing: 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
+
6
+ The version of the OpenAPI document: 1.1.9
7
+ Contact: support@mudbase.dev
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.20.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module Mudbase
17
+ class WalletUpdateWebhook200Response < ApiModelBase
18
+ attr_accessor :success
19
+
20
+ attr_accessor :data
21
+
22
+ # Attribute mapping from ruby-style variable name to JSON key.
23
+ def self.attribute_map
24
+ {
25
+ :'success' => :'success',
26
+ :'data' => :'data'
27
+ }
28
+ end
29
+
30
+ # Returns attribute mapping this model knows about
31
+ def self.acceptable_attribute_map
32
+ attribute_map
33
+ end
34
+
35
+ # Returns all the JSON keys this model knows about
36
+ def self.acceptable_attributes
37
+ acceptable_attribute_map.values
38
+ end
39
+
40
+ # Attribute type mapping.
41
+ def self.openapi_types
42
+ {
43
+ :'success' => :'Boolean',
44
+ :'data' => :'WalletWebhook'
45
+ }
46
+ end
47
+
48
+ # List of attributes with nullable: true
49
+ def self.openapi_nullable
50
+ Set.new([
51
+ ])
52
+ end
53
+
54
+ # Initializes the object
55
+ # @param [Hash] attributes Model attributes in the form of hash
56
+ def initialize(attributes = {})
57
+ if (!attributes.is_a?(Hash))
58
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Mudbase::WalletUpdateWebhook200Response` initialize method"
59
+ end
60
+
61
+ # check to see if the attribute exists and convert string to symbol for hash key
62
+ acceptable_attribute_map = self.class.acceptable_attribute_map
63
+ attributes = attributes.each_with_object({}) { |(k, v), h|
64
+ if (!acceptable_attribute_map.key?(k.to_sym))
65
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Mudbase::WalletUpdateWebhook200Response`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
66
+ end
67
+ h[k.to_sym] = v
68
+ }
69
+
70
+ if attributes.key?(:'success')
71
+ self.success = attributes[:'success']
72
+ end
73
+
74
+ if attributes.key?(:'data')
75
+ self.data = attributes[:'data']
76
+ end
77
+ end
78
+
79
+ # Show invalid properties with the reasons. Usually used together with valid?
80
+ # @return Array for valid properties with the reasons
81
+ def list_invalid_properties
82
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
83
+ invalid_properties = Array.new
84
+ invalid_properties
85
+ end
86
+
87
+ # Check to see if the all the properties in the model are valid
88
+ # @return true if the model is valid
89
+ def valid?
90
+ warn '[DEPRECATED] the `valid?` method is obsolete'
91
+ true
92
+ end
93
+
94
+ # Checks equality by comparing each attribute.
95
+ # @param [Object] Object to be compared
96
+ def ==(o)
97
+ return true if self.equal?(o)
98
+ self.class == o.class &&
99
+ success == o.success &&
100
+ data == o.data
101
+ end
102
+
103
+ # @see the `==` method
104
+ # @param [Object] Object to be compared
105
+ def eql?(o)
106
+ self == o
107
+ end
108
+
109
+ # Calculates hash code according to all attributes.
110
+ # @return [Integer] Hash code
111
+ def hash
112
+ [success, data].hash
113
+ end
114
+
115
+ # Builds the object from hash
116
+ # @param [Hash] attributes Model attributes in the form of hash
117
+ # @return [Object] Returns the model itself
118
+ def self.build_from_hash(attributes)
119
+ return nil unless attributes.is_a?(Hash)
120
+ attributes = attributes.transform_keys(&:to_sym)
121
+ transformed_hash = {}
122
+ openapi_types.each_pair do |key, type|
123
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
124
+ transformed_hash["#{key}"] = nil
125
+ elsif type =~ /\AArray<(.*)>/i
126
+ # check to ensure the input is an array given that the attribute
127
+ # is documented as an array but the input is not
128
+ if attributes[attribute_map[key]].is_a?(Array)
129
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
130
+ end
131
+ elsif !attributes[attribute_map[key]].nil?
132
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
133
+ end
134
+ end
135
+ new(transformed_hash)
136
+ end
137
+
138
+ # Returns the object in the form of hash
139
+ # @return [Hash] Returns the object in the form of hash
140
+ def to_hash
141
+ hash = {}
142
+ self.class.attribute_map.each_pair do |attr, param|
143
+ value = self.send(attr)
144
+ if value.nil?
145
+ is_nullable = self.class.openapi_nullable.include?(attr)
146
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
147
+ end
148
+
149
+ hash[param] = _to_hash(value)
150
+ end
151
+ hash
152
+ end
153
+
154
+ end
155
+
156
+ end