mudbase 1.1.8 → 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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/docs/AuthApi.md +1131 -0
- data/docs/AuthConfig.md +1 -1
- data/docs/AuthConfirmPasswordResetRequest.md +24 -0
- data/docs/AuthConvertAnonymous200Response.md +26 -0
- data/docs/AuthConvertAnonymousRequest.md +24 -0
- data/docs/AuthCreateAnonymous200Response.md +26 -0
- data/docs/AuthCreateAnonymous200ResponseUser.md +28 -0
- data/docs/AuthCreateAnonymousRequest.md +20 -0
- data/docs/AuthGetOAuthProviders200Response.md +20 -0
- data/docs/AuthGetOAuthProviders200ResponseProvidersInner.md +28 -0
- data/docs/AuthGetSession200Response.md +20 -0
- data/docs/AuthLogin200Response.md +26 -0
- data/docs/AuthLogin200ResponseUser.md +30 -0
- data/docs/AuthLogin403Response.md +22 -0
- data/docs/AuthLoginRequest.md +22 -0
- data/docs/AuthOauthCallback200Response.md +20 -0
- data/docs/AuthOauthInitiate200Response.md +18 -0
- data/docs/AuthOauthInitiate400Response.md +18 -0
- data/docs/AuthOauthSignupWithRole400Response.md +20 -0
- data/docs/AuthRefresh200Response.md +24 -0
- data/docs/AuthRefresh400Response.md +18 -0
- data/docs/AuthRefreshRequest.md +18 -0
- data/docs/AuthRegister201Response.md +28 -0
- data/docs/AuthRegister201ResponseUser.md +28 -0
- data/docs/AuthRegister429Response.md +30 -0
- data/docs/AuthRegisterRequest.md +26 -0
- data/docs/AuthRegisterWithRoleRequest.md +26 -0
- data/docs/AuthRequestPasswordResetRequest.md +20 -0
- data/docs/AuthResetPasswordRequest.md +20 -0
- data/docs/AuthVerifyMagicLinkRequest.md +18 -0
- data/docs/BillingApi.md +121 -121
- data/docs/BillingCheckFeatureAccess200Response.md +20 -0
- data/docs/BillingCheckSubscription200Response.md +20 -0
- data/docs/BillingCheckSubscription200ResponseSubscription.md +20 -0
- data/docs/BillingCreateCheckoutSession200Response.md +20 -0
- data/docs/BillingCreateCheckoutSession200ResponseData.md +38 -0
- data/docs/BillingCreateCheckoutSession200ResponseDataPaymentOptionsInner.md +28 -0
- data/docs/BillingCreateCheckoutSessionRequest.md +26 -0
- data/docs/BillingCreateCheckoutSessionRequestCustomerInfo.md +20 -0
- data/docs/BillingGetCheckoutPayment200Response.md +20 -0
- data/docs/BillingGetCheckoutPayment200ResponseData.md +34 -0
- data/docs/BillingGetPublicPlans200Response.md +18 -0
- data/docs/BillingHandleCryptoWebhook200Response.md +18 -0
- data/docs/BillingHandleCryptoWebhookRequest.md +20 -0
- data/docs/BillingHandleCryptoWebhookRequestData.md +30 -0
- data/docs/BillingHandleFlutterwaveWebhookRequest.md +20 -0
- data/docs/BillingHandleFlutterwaveWebhookRequestData.md +32 -0
- data/docs/BillingHandleFlutterwaveWebhookRequestDataCustomer.md +20 -0
- data/docs/BillingInitializePaymentRequest.md +24 -0
- data/docs/BillingInitializePaymentRequestCustomer.md +20 -0
- data/docs/BillingRecordUsageRequest.md +22 -0
- data/docs/BillingVerifyPayment200Response.md +22 -0
- data/docs/BillingVerifyPayment200ResponseData.md +18 -0
- data/docs/BillingVerifyPayment200ResponseDataSubscription.md +24 -0
- data/docs/ChatAddParticipant200Response.md +20 -0
- data/docs/ChatAddParticipant200ResponseData.md +18 -0
- data/docs/ChatAddParticipant200ResponseDataParticipantsInner.md +22 -0
- data/docs/ChatAddParticipantRequest.md +20 -0
- data/docs/ChatAddReaction200Response.md +20 -0
- data/docs/ChatAddReaction200ResponseDataInner.md +20 -0
- data/docs/ChatAddReactionRequest.md +18 -0
- data/docs/ChatApi.md +168 -168
- data/docs/ChatCreate201Response.md +20 -0
- data/docs/ChatCreate201ResponseData.md +26 -0
- data/docs/ChatCreateRequest.md +26 -0
- data/docs/ChatEditMessage200Response.md +20 -0
- data/docs/ChatEditMessage200ResponseData.md +22 -0
- data/docs/ChatEditMessageRequest.md +18 -0
- data/docs/ChatGet200Response.md +20 -0
- data/docs/ChatGet200ResponseData.md +22 -0
- data/docs/ChatGet200ResponseDataParticipantsInner.md +20 -0
- data/docs/ChatGetMessages200Response.md +20 -0
- data/docs/ChatGetMessages200ResponseData.md +20 -0
- data/docs/ChatGetMessages200ResponseDataMessagesInner.md +24 -0
- data/docs/ChatGetMessages200ResponseDataMessagesInnerSender.md +20 -0
- data/docs/ChatList200Response.md +20 -0
- data/docs/ChatList200ResponseData.md +20 -0
- data/docs/ChatList200ResponseDataChatsInner.md +26 -0
- data/docs/ChatList200ResponseDataChatsInnerLastMessage.md +18 -0
- data/docs/ChatMarkAsRead200Response.md +20 -0
- data/docs/ChatMarkAsRead200ResponseData.md +18 -0
- data/docs/ChatMarkAsReadRequest.md +18 -0
- data/docs/ChatRemoveParticipantRequest.md +18 -0
- data/docs/ChatRemoveReaction200Response.md +20 -0
- data/docs/ChatRemoveReaction200ResponseDataInner.md +22 -0
- data/docs/ChatSendMessage201Response.md +20 -0
- data/docs/ChatSendMessage201ResponseData.md +24 -0
- data/docs/ChatSendMessageRequest.md +24 -0
- data/docs/CollectionsApi.md +66 -66
- data/docs/CollectionsCreate201Response.md +20 -0
- data/docs/CollectionsList200Response.md +20 -0
- data/docs/ComplianceApi.md +15 -15
- data/docs/ComplianceLogSecurityEvent200Response.md +20 -0
- data/docs/ComplianceLogSecurityEvent200ResponseEvent.md +24 -0
- data/docs/ComplianceLogSecurityEventRequest.md +22 -0
- data/docs/ComplianceLogSecurityEventRequestDetails.md +28 -0
- data/docs/DataApi.md +60 -60
- data/docs/Error.md +1 -1
- data/docs/FunctionsApi.md +167 -167
- data/docs/FunctionsDelete200Response.md +20 -0
- data/docs/FunctionsExecuteRequest.md +18 -0
- data/docs/FunctionsGetVersions200Response.md +20 -0
- data/docs/FunctionsGetVersions200ResponseData.md +18 -0
- data/docs/FunctionsGetVersions200ResponseDataVersionsInner.md +28 -0
- data/docs/FunctionsRollbackRequest.md +18 -0
- data/docs/FunctionsSimulateRequest.md +22 -0
- data/docs/FunctionsTriggerWebhook200Response.md +22 -0
- data/docs/FunctionsTriggerWebhook400Response.md +20 -0
- data/docs/FunctionsTriggerWebhook401Response.md +20 -0
- data/docs/HealthApi.md +11 -11
- data/docs/IntegrationsApi.md +30 -30
- data/docs/IntegrationsExecuteRequest.md +24 -0
- data/docs/IntegrationsList200Response.md +18 -0
- data/docs/IntegrationsList200ResponseIntegrationsInner.md +24 -0
- data/docs/MessagingApi.md +60 -60
- data/docs/MultiRoleAddRoleRequest.md +28 -0
- data/docs/MultiRoleAddRoleRequestDefaultPermissionsInner.md +20 -0
- data/docs/MultiRoleApi.md +654 -0
- data/docs/MultiRoleGetAvailableRoles200Response.md +20 -0
- data/docs/MultiRoleGetAvailableRoles200ResponseDataInner.md +30 -0
- data/docs/MultiRoleGetConfig200Response.md +20 -0
- data/docs/MultiRoleGetConfig200ResponseData.md +24 -0
- data/docs/MultiRoleToggleRoleRequest.md +18 -0
- data/docs/MultiRoleUpdateCollectionPermissionsRequest.md +20 -0
- data/docs/MultiRoleUpdateRoleRequest.md +28 -0
- data/docs/MultiRoleUpdateSettings200Response.md +22 -0
- data/docs/MultiRoleUpdateSettingsRequest.md +22 -0
- data/docs/MultiRoleUpdateSettingsRequestSettings.md +20 -0
- data/docs/PaymentIntent.md +1 -1
- data/docs/RealtimeAnalyticsApi.md +367 -0
- data/docs/RealtimeAnalyticsCheckUserPresence200Response.md +20 -0
- data/docs/RealtimeAnalyticsCheckUserPresence200ResponsePresenceValue.md +20 -0
- data/docs/RealtimeAnalyticsCheckUserPresenceRequest.md +18 -0
- data/docs/RealtimeAnalyticsGetActiveUsers200Response.md +22 -0
- data/docs/RealtimeAnalyticsGetActiveUsers200ResponseUsersInner.md +22 -0
- data/docs/RealtimeAnalyticsGetEventThroughput200Response.md +26 -0
- data/docs/RealtimeAnalyticsGetHistoricalAnalytics200Response.md +24 -0
- data/docs/RealtimeAnalyticsGetHistoricalAnalytics200ResponseDataInner.md +22 -0
- data/docs/RealtimeAnalyticsGetProject200Response.md +26 -0
- data/docs/RoleElevationApi.md +41 -41
- data/docs/RoleElevationGetStatus200Response.md +18 -0
- data/docs/RoleElevationRequest200Response.md +28 -0
- data/docs/RoleElevationRequestRequest.md +18 -0
- data/docs/RoleElevationUploadDocumentsRequest.md +20 -0
- data/docs/RoleElevationUploadDocumentsRequestDocumentsInner.md +20 -0
- data/docs/SearchApi.md +40 -40
- data/docs/SearchGetAnalytics200Response.md +24 -0
- data/docs/SearchGetAnalytics200ResponseTopQueriesInner.md +20 -0
- data/docs/SearchGetSuggestions200Response.md +18 -0
- data/docs/StorageApi.md +1080 -0
- data/docs/StorageConfirmUpload400Response.md +20 -0
- data/docs/StorageConfirmUploadRequest.md +30 -0
- data/docs/StorageDownloadBucketFile403Response.md +18 -0
- data/docs/StorageDownloadBucketFile404Response.md +18 -0
- data/docs/StorageGetPresignedUploadRequest.md +26 -0
- data/docs/StorageGetSignedUrlRequest.md +18 -0
- data/docs/UsageApi.md +24 -24
- data/docs/UsersApi.md +176 -176
- data/docs/UsersDisable2faRequest.md +20 -0
- data/docs/UsersEraseData200Response.md +20 -0
- data/docs/UsersEraseData200ResponseDetails.md +26 -0
- data/docs/UsersEraseDataRequest.md +20 -0
- data/docs/UsersExportData200Response.md +32 -0
- data/docs/UsersGet200Response.md +18 -0
- data/docs/UsersLinkOAuthProvider200Response.md +18 -0
- data/docs/UsersListOAuthProviders200Response.md +18 -0
- data/docs/UsersListOAuthProviders200ResponseProvidersInner.md +24 -0
- data/docs/UsersUnlinkOAuthProvider200Response.md +20 -0
- data/docs/UsersUpdate200Response.md +20 -0
- data/docs/UsersVerify2faRequest.md +18 -0
- data/docs/UsersVerifyEmailRequest.md +20 -0
- data/docs/WalletApi.md +282 -282
- data/docs/WalletBroadcastTransaction200Response.md +22 -0
- data/docs/WalletBroadcastTransaction200ResponseData.md +24 -0
- data/docs/WalletBroadcastTransactionRequest.md +22 -0
- data/docs/WalletCreateWebhook201Response.md +22 -0
- data/docs/WalletCreateWebhookRequest.md +26 -0
- data/docs/WalletCreateWebhookRequestFilters.md +20 -0
- data/docs/WalletEstimateGas200Response.md +20 -0
- data/docs/WalletEstimateGas200ResponseData.md +38 -0
- data/docs/WalletEstimateGasRequest.md +20 -0
- data/docs/WalletEstimateGasRequestTransaction.md +28 -0
- data/docs/WalletGetBalance200Response.md +20 -0
- data/docs/WalletGetCancelParams200Response.md +20 -0
- data/docs/WalletGetCancelParams200ResponseData.md +36 -0
- data/docs/WalletGetCancelParamsRequest.md +22 -0
- data/docs/WalletGetSpeedUpParams200Response.md +20 -0
- data/docs/WalletGetSpeedUpParams200ResponseData.md +36 -0
- data/docs/WalletGetSpeedUpParamsRequest.md +22 -0
- data/docs/WalletGetTransactionByHash200Response.md +20 -0
- data/docs/WalletGetTransactionByHash400Response.md +20 -0
- data/docs/WalletGetTransactions200Response.md +22 -0
- data/docs/WalletGetTransactions200ResponsePagination.md +30 -0
- data/docs/WalletGetWebhookLogs200Response.md +20 -0
- data/docs/WalletListAddresses200Response.md +22 -0
- data/docs/WalletListWebhooks200Response.md +22 -0
- data/docs/WalletRegisterAddressRequest.md +26 -0
- data/docs/WalletTestWebhook200Response.md +20 -0
- data/docs/WalletTestWebhookRequest.md +24 -0
- data/docs/WalletUpdateWebhook200Response.md +20 -0
- data/docs/WalletUpdateWebhookRequest.md +24 -0
- data/docs/WebhooksApi.md +12 -12
- data/lib/mudbase/api/auth_api.rb +1158 -0
- data/lib/mudbase/api/billing_api.rb +131 -131
- data/lib/mudbase/api/chat_api.rb +189 -189
- data/lib/mudbase/api/collections_api.rb +65 -65
- data/lib/mudbase/api/compliance_api.rb +17 -17
- data/lib/mudbase/api/data_api.rb +62 -62
- data/lib/mudbase/api/functions_api.rb +146 -146
- data/lib/mudbase/api/health_api.rb +8 -8
- data/lib/mudbase/api/integrations_api.rb +34 -34
- data/lib/mudbase/api/messaging_api.rb +54 -54
- data/lib/mudbase/api/multi_role_api.rb +699 -0
- data/lib/mudbase/api/realtime_analytics_api.rb +358 -0
- data/lib/mudbase/api/role_elevation_api.rb +43 -43
- data/lib/mudbase/api/search_api.rb +43 -43
- data/lib/mudbase/api/storage_api.rb +1047 -0
- data/lib/mudbase/api/usage_api.rb +20 -20
- data/lib/mudbase/api/users_api.rb +166 -166
- data/lib/mudbase/api/wallet_api.rb +302 -302
- data/lib/mudbase/api/webhooks_api.rb +10 -10
- data/lib/mudbase/api_client.rb +1 -1
- data/lib/mudbase/api_error.rb +1 -1
- data/lib/mudbase/api_model_base.rb +1 -1
- data/lib/mudbase/configuration.rb +2 -2
- data/lib/mudbase/models/api_key.rb +1 -1
- data/lib/mudbase/models/api_key_permission.rb +1 -1
- data/lib/mudbase/models/api_key_usage.rb +1 -1
- data/lib/mudbase/models/api_key_usage_response.rb +1 -1
- data/lib/mudbase/models/api_key_with_secret.rb +1 -1
- data/lib/mudbase/models/auth_config.rb +2 -2
- data/lib/mudbase/models/auth_confirm_password_reset_request.rb +280 -0
- data/lib/mudbase/models/auth_convert_anonymous200_response.rb +183 -0
- data/lib/mudbase/models/auth_convert_anonymous_request.rb +208 -0
- data/lib/mudbase/models/auth_create_anonymous200_response.rb +184 -0
- data/lib/mudbase/models/auth_create_anonymous200_response_user.rb +192 -0
- data/lib/mudbase/models/auth_create_anonymous_request.rb +158 -0
- data/lib/mudbase/models/auth_get_o_auth_providers200_response.rb +158 -0
- data/lib/mudbase/models/auth_get_o_auth_providers200_response_providers_inner.rb +196 -0
- data/lib/mudbase/models/auth_get_session200_response.rb +156 -0
- data/lib/mudbase/models/auth_login200_response.rb +186 -0
- data/lib/mudbase/models/auth_login200_response_user.rb +201 -0
- data/lib/mudbase/models/auth_login403_response.rb +165 -0
- data/lib/mudbase/models/auth_login_request.rb +199 -0
- data/lib/mudbase/models/auth_oauth_callback200_response.rb +156 -0
- data/lib/mudbase/models/auth_oauth_initiate200_response.rb +148 -0
- data/lib/mudbase/models/auth_oauth_initiate400_response.rb +147 -0
- data/lib/mudbase/models/auth_oauth_signup_with_role400_response.rb +156 -0
- data/lib/mudbase/models/auth_provider.rb +1 -1
- data/lib/mudbase/models/auth_refresh200_response.rb +177 -0
- data/lib/mudbase/models/auth_refresh400_response.rb +147 -0
- data/lib/mudbase/models/auth_refresh_request.rb +165 -0
- data/lib/mudbase/models/auth_register201_response.rb +196 -0
- data/lib/mudbase/models/auth_register201_response_user.rb +192 -0
- data/lib/mudbase/models/auth_register429_response.rb +226 -0
- data/lib/mudbase/models/auth_register_request.rb +277 -0
- data/lib/mudbase/models/auth_register_with_role_request.rb +268 -0
- data/lib/mudbase/models/auth_request_password_reset_request.rb +174 -0
- data/lib/mudbase/models/auth_reset_password_request.rb +182 -0
- data/lib/mudbase/models/auth_response.rb +1 -1
- data/lib/mudbase/models/auth_verify_magic_link_request.rb +164 -0
- data/lib/mudbase/models/billing.rb +1 -1
- data/lib/mudbase/models/billing_check_feature_access200_response.rb +156 -0
- data/lib/mudbase/models/billing_check_subscription200_response.rb +156 -0
- data/lib/mudbase/models/billing_check_subscription200_response_subscription.rb +156 -0
- data/lib/mudbase/models/billing_create_checkout_session200_response.rb +156 -0
- data/lib/mudbase/models/billing_create_checkout_session200_response_data.rb +245 -0
- data/lib/mudbase/models/billing_create_checkout_session200_response_data_payment_options_inner.rb +238 -0
- data/lib/mudbase/models/billing_create_checkout_session_request.rb +262 -0
- data/lib/mudbase/models/billing_create_checkout_session_request_customer_info.rb +173 -0
- data/lib/mudbase/models/billing_get_checkout_payment200_response.rb +156 -0
- data/lib/mudbase/models/billing_get_checkout_payment200_response_data.rb +224 -0
- data/lib/mudbase/models/billing_get_public_plans200_response.rb +149 -0
- data/lib/mudbase/models/billing_handle_crypto_webhook200_response.rb +147 -0
- data/lib/mudbase/models/billing_handle_crypto_webhook_request.rb +214 -0
- data/lib/mudbase/models/billing_handle_crypto_webhook_request_data.rb +201 -0
- data/lib/mudbase/models/billing_handle_flutterwave_webhook_request.rb +157 -0
- data/lib/mudbase/models/billing_handle_flutterwave_webhook_request_data.rb +211 -0
- data/lib/mudbase/models/billing_handle_flutterwave_webhook_request_data_customer.rb +156 -0
- data/lib/mudbase/models/billing_initialize_payment_request.rb +219 -0
- data/lib/mudbase/models/billing_initialize_payment_request_customer.rb +173 -0
- data/lib/mudbase/models/billing_last_payment.rb +1 -1
- data/lib/mudbase/models/billing_record_usage_request.rb +219 -0
- data/lib/mudbase/models/billing_verify_payment200_response.rb +165 -0
- data/lib/mudbase/models/billing_verify_payment200_response_data.rb +147 -0
- data/lib/mudbase/models/billing_verify_payment200_response_data_subscription.rb +208 -0
- data/lib/mudbase/models/bucket.rb +1 -1
- data/lib/mudbase/models/bucket_list_response.rb +1 -1
- data/lib/mudbase/models/bucket_response.rb +1 -1
- data/lib/mudbase/models/change_password_request.rb +1 -1
- data/lib/mudbase/models/chat_add_participant200_response.rb +156 -0
- data/lib/mudbase/models/chat_add_participant200_response_data.rb +149 -0
- data/lib/mudbase/models/chat_add_participant200_response_data_participants_inner.rb +165 -0
- data/lib/mudbase/models/chat_add_participant_request.rb +207 -0
- data/lib/mudbase/models/chat_add_reaction200_response.rb +158 -0
- data/lib/mudbase/models/chat_add_reaction200_response_data_inner.rb +158 -0
- data/lib/mudbase/models/chat_add_reaction_request.rb +164 -0
- data/lib/mudbase/models/chat_create201_response.rb +156 -0
- data/lib/mudbase/models/chat_create201_response_data.rb +185 -0
- data/lib/mudbase/models/chat_create_request.rb +260 -0
- data/lib/mudbase/models/chat_edit_message200_response.rb +156 -0
- data/lib/mudbase/models/chat_edit_message200_response_data.rb +165 -0
- data/lib/mudbase/models/chat_edit_message_request.rb +164 -0
- data/lib/mudbase/models/chat_get200_response.rb +156 -0
- data/lib/mudbase/models/chat_get200_response_data.rb +167 -0
- data/lib/mudbase/models/chat_get200_response_data_participants_inner.rb +156 -0
- data/lib/mudbase/models/chat_get_messages200_response.rb +156 -0
- data/lib/mudbase/models/chat_get_messages200_response_data.rb +158 -0
- data/lib/mudbase/models/chat_get_messages200_response_data_messages_inner.rb +174 -0
- data/lib/mudbase/models/chat_get_messages200_response_data_messages_inner_sender.rb +156 -0
- data/lib/mudbase/models/chat_list200_response.rb +156 -0
- data/lib/mudbase/models/chat_list200_response_data.rb +158 -0
- data/lib/mudbase/models/chat_list200_response_data_chats_inner.rb +183 -0
- data/lib/mudbase/models/chat_list200_response_data_chats_inner_last_message.rb +147 -0
- data/lib/mudbase/models/chat_mark_as_read200_response.rb +156 -0
- data/lib/mudbase/models/chat_mark_as_read200_response_data.rb +147 -0
- data/lib/mudbase/models/chat_mark_as_read_request.rb +166 -0
- data/lib/mudbase/models/chat_remove_participant_request.rb +164 -0
- data/lib/mudbase/models/chat_remove_reaction200_response.rb +158 -0
- data/lib/mudbase/models/chat_remove_reaction200_response_data_inner.rb +167 -0
- data/lib/mudbase/models/chat_send_message201_response.rb +156 -0
- data/lib/mudbase/models/chat_send_message201_response_data.rb +174 -0
- data/lib/mudbase/models/chat_send_message_request.rb +234 -0
- data/lib/mudbase/models/collection.rb +1 -1
- data/lib/mudbase/models/collections_create201_response.rb +156 -0
- data/lib/mudbase/models/collections_list200_response.rb +158 -0
- data/lib/mudbase/models/compliance_log_security_event200_response.rb +156 -0
- data/lib/mudbase/models/compliance_log_security_event200_response_event.rb +174 -0
- data/lib/mudbase/models/compliance_log_security_event_request.rb +225 -0
- data/lib/mudbase/models/compliance_log_security_event_request_details.rb +192 -0
- data/lib/mudbase/models/confirm_upload_response.rb +1 -1
- data/lib/mudbase/models/confirm_upload_response_scan.rb +1 -1
- data/lib/mudbase/models/create_api_key_request.rb +1 -1
- data/lib/mudbase/models/create_bucket_request.rb +1 -1
- data/lib/mudbase/models/create_collection_request.rb +1 -1
- data/lib/mudbase/models/create_function_request.rb +1 -1
- data/lib/mudbase/models/create_project_request.rb +1 -1
- data/lib/mudbase/models/data_list_response.rb +1 -1
- data/lib/mudbase/models/data_list_response_data_inner.rb +1 -1
- data/lib/mudbase/models/data_response.rb +1 -1
- data/lib/mudbase/models/database_config.rb +1 -1
- data/lib/mudbase/models/email_request.rb +1 -1
- data/lib/mudbase/models/email_request_to.rb +1 -1
- data/lib/mudbase/models/error.rb +20 -2
- data/lib/mudbase/models/error_details.rb +1 -1
- data/lib/mudbase/models/field.rb +1 -1
- data/lib/mudbase/models/field_default.rb +1 -1
- data/lib/mudbase/models/file_list_response.rb +1 -1
- data/lib/mudbase/models/file_metadata.rb +1 -1
- data/lib/mudbase/models/file_response.rb +1 -1
- data/lib/mudbase/models/file_upload_response.rb +1 -1
- data/lib/mudbase/models/function.rb +1 -1
- data/lib/mudbase/models/function_execution.rb +1 -1
- data/lib/mudbase/models/function_execution_response.rb +1 -1
- data/lib/mudbase/models/function_execution_response_data.rb +1 -1
- data/lib/mudbase/models/function_list_response.rb +1 -1
- data/lib/mudbase/models/function_list_response_data.rb +1 -1
- data/lib/mudbase/models/function_logs_response.rb +1 -1
- data/lib/mudbase/models/function_logs_response_data.rb +1 -1
- data/lib/mudbase/models/function_response.rb +1 -1
- data/lib/mudbase/models/function_stats.rb +1 -1
- data/lib/mudbase/models/function_trigger.rb +1 -1
- data/lib/mudbase/models/functions_delete200_response.rb +156 -0
- data/lib/mudbase/models/functions_execute_request.rb +148 -0
- data/lib/mudbase/models/functions_get_versions200_response.rb +156 -0
- data/lib/mudbase/models/functions_get_versions200_response_data.rb +149 -0
- data/lib/mudbase/models/functions_get_versions200_response_data_versions_inner.rb +192 -0
- data/lib/mudbase/models/functions_rollback_request.rb +165 -0
- data/lib/mudbase/models/functions_simulate_request.rb +168 -0
- data/lib/mudbase/models/functions_trigger_webhook200_response.rb +168 -0
- data/lib/mudbase/models/functions_trigger_webhook400_response.rb +156 -0
- data/lib/mudbase/models/functions_trigger_webhook401_response.rb +156 -0
- data/lib/mudbase/models/health_response.rb +1 -1
- data/lib/mudbase/models/health_response_services.rb +1 -1
- data/lib/mudbase/models/integrations_execute_request.rb +232 -0
- data/lib/mudbase/models/integrations_list200_response.rb +149 -0
- data/lib/mudbase/models/integrations_list200_response_integrations_inner.rb +174 -0
- data/lib/mudbase/models/invite_member_request.rb +1 -1
- data/lib/mudbase/models/limits.rb +1 -1
- data/lib/mudbase/models/login_request.rb +1 -1
- data/lib/mudbase/models/magic_link_request.rb +1 -1
- data/lib/mudbase/models/message.rb +1 -1
- data/lib/mudbase/models/message_history_response.rb +1 -1
- data/lib/mudbase/models/message_history_response_data.rb +1 -1
- data/lib/mudbase/models/message_response.rb +1 -1
- data/lib/mudbase/models/message_sent_response.rb +1 -1
- data/lib/mudbase/models/message_sent_response_data.rb +1 -1
- data/lib/mudbase/models/message_stats_response.rb +1 -1
- data/lib/mudbase/models/message_stats_response_data.rb +1 -1
- data/lib/mudbase/models/message_stats_response_data_by_status.rb +1 -1
- data/lib/mudbase/models/message_stats_response_data_by_type.rb +1 -1
- data/lib/mudbase/models/message_stats_response_data_period.rb +1 -1
- data/lib/mudbase/models/multi_role_add_role_request.rb +245 -0
- data/lib/mudbase/models/multi_role_add_role_request_default_permissions_inner.rb +158 -0
- data/lib/mudbase/models/multi_role_get_available_roles200_response.rb +158 -0
- data/lib/mudbase/models/multi_role_get_available_roles200_response_data_inner.rb +201 -0
- data/lib/mudbase/models/multi_role_get_config200_response.rb +156 -0
- data/lib/mudbase/models/multi_role_get_config200_response_data.rb +176 -0
- data/lib/mudbase/models/multi_role_toggle_role_request.rb +164 -0
- data/lib/mudbase/models/multi_role_update_collection_permissions_request.rb +180 -0
- data/lib/mudbase/models/multi_role_update_role_request.rb +192 -0
- data/lib/mudbase/models/multi_role_update_settings200_response.rb +165 -0
- data/lib/mudbase/models/multi_role_update_settings_request.rb +165 -0
- data/lib/mudbase/models/multi_role_update_settings_request_settings.rb +156 -0
- data/lib/mudbase/models/non_custodial_address.rb +1 -1
- data/lib/mudbase/models/non_custodial_address_response.rb +1 -1
- data/lib/mudbase/models/organization.rb +1 -1
- data/lib/mudbase/models/organization_summary.rb +1 -1
- data/lib/mudbase/models/otp_send_request.rb +1 -1
- data/lib/mudbase/models/otp_verify_request.rb +1 -1
- data/lib/mudbase/models/pagination.rb +1 -1
- data/lib/mudbase/models/payment_intent.rb +1 -1
- data/lib/mudbase/models/payment_refund.rb +1 -1
- data/lib/mudbase/models/payment_subscription.rb +1 -1
- data/lib/mudbase/models/permission.rb +1 -1
- data/lib/mudbase/models/plan.rb +1 -1
- data/lib/mudbase/models/presigned_post_response.rb +1 -1
- data/lib/mudbase/models/project.rb +1 -1
- data/lib/mudbase/models/project_settings.rb +2 -2
- data/lib/mudbase/models/project_summary.rb +1 -1
- data/lib/mudbase/models/project_usage.rb +1 -1
- data/lib/mudbase/models/project_usage_response.rb +1 -1
- data/lib/mudbase/models/project_usage_stats_response.rb +1 -1
- data/lib/mudbase/models/project_usage_stats_response_project.rb +1 -1
- data/lib/mudbase/models/push_notification_request.rb +1 -1
- data/lib/mudbase/models/rate_limit.rb +1 -1
- data/lib/mudbase/models/realtime_analytics_check_user_presence200_response.rb +158 -0
- data/lib/mudbase/models/realtime_analytics_check_user_presence200_response_presence_value.rb +156 -0
- data/lib/mudbase/models/realtime_analytics_check_user_presence_request.rb +166 -0
- data/lib/mudbase/models/realtime_analytics_get_active_users200_response.rb +167 -0
- data/lib/mudbase/models/realtime_analytics_get_active_users200_response_users_inner.rb +165 -0
- data/lib/mudbase/models/realtime_analytics_get_event_throughput200_response.rb +185 -0
- data/lib/mudbase/models/realtime_analytics_get_historical_analytics200_response.rb +176 -0
- data/lib/mudbase/models/realtime_analytics_get_historical_analytics200_response_data_inner.rb +165 -0
- data/lib/mudbase/models/realtime_analytics_get_project200_response.rb +183 -0
- data/lib/mudbase/models/register_request.rb +2 -2
- data/lib/mudbase/models/role_elevation_get_status200_response.rb +149 -0
- data/lib/mudbase/models/role_elevation_request200_response.rb +240 -0
- data/lib/mudbase/models/role_elevation_request_request.rb +164 -0
- data/lib/mudbase/models/role_elevation_upload_documents_request.rb +192 -0
- data/lib/mudbase/models/role_elevation_upload_documents_request_documents_inner.rb +156 -0
- data/lib/mudbase/models/search_get_analytics200_response.rb +176 -0
- data/lib/mudbase/models/search_get_analytics200_response_top_queries_inner.rb +156 -0
- data/lib/mudbase/models/search_get_suggestions200_response.rb +149 -0
- data/lib/mudbase/models/search_response.rb +1 -1
- data/lib/mudbase/models/search_response_data.rb +1 -1
- data/lib/mudbase/models/search_result.rb +1 -1
- data/lib/mudbase/models/search_result_item.rb +1 -1
- data/lib/mudbase/models/session_response.rb +1 -1
- data/lib/mudbase/models/signed_url_response.rb +1 -1
- data/lib/mudbase/models/sms_request.rb +1 -1
- data/lib/mudbase/models/storage_config.rb +1 -1
- data/lib/mudbase/models/storage_confirm_upload400_response.rb +156 -0
- data/lib/mudbase/models/storage_confirm_upload_request.rb +236 -0
- data/lib/mudbase/models/storage_download_bucket_file403_response.rb +147 -0
- data/lib/mudbase/models/storage_download_bucket_file404_response.rb +147 -0
- data/lib/mudbase/models/storage_get_presigned_upload_request.rb +221 -0
- data/lib/mudbase/models/storage_get_signed_url_request.rb +149 -0
- data/lib/mudbase/models/system_status_response.rb +1 -1
- data/lib/mudbase/models/system_status_response_data.rb +1 -1
- data/lib/mudbase/models/system_status_response_data_cpu.rb +1 -1
- data/lib/mudbase/models/system_status_response_data_database.rb +1 -1
- data/lib/mudbase/models/system_status_response_data_memory.rb +1 -1
- data/lib/mudbase/models/system_status_response_data_requests.rb +1 -1
- data/lib/mudbase/models/system_status_response_data_storage.rb +1 -1
- data/lib/mudbase/models/trigger_webhook_request.rb +1 -1
- data/lib/mudbase/models/two_fa_setup_response.rb +1 -1
- data/lib/mudbase/models/update_api_key_request.rb +1 -1
- data/lib/mudbase/models/update_bucket_request.rb +1 -1
- data/lib/mudbase/models/update_collection_request.rb +1 -1
- data/lib/mudbase/models/update_function_request.rb +1 -1
- data/lib/mudbase/models/update_function_request_limits.rb +1 -1
- data/lib/mudbase/models/update_function_request_retry_policy.rb +1 -1
- data/lib/mudbase/models/update_organization_request.rb +1 -1
- data/lib/mudbase/models/update_project_request.rb +1 -1
- data/lib/mudbase/models/update_user_request.rb +1 -1
- data/lib/mudbase/models/upload_files_to_bucket_metadata_request.rb +1 -1
- data/lib/mudbase/models/upload_files_to_bucket_request.rb +1 -1
- data/lib/mudbase/models/usage.rb +1 -1
- data/lib/mudbase/models/usage_response.rb +1 -1
- data/lib/mudbase/models/usage_stats_response.rb +1 -1
- data/lib/mudbase/models/usage_stats_response_percentages.rb +1 -1
- data/lib/mudbase/models/usage_trends_response.rb +1 -1
- data/lib/mudbase/models/usage_trends_response_trends_inner.rb +1 -1
- data/lib/mudbase/models/usage_trends_response_trends_inner_id.rb +1 -1
- data/lib/mudbase/models/user.rb +1 -1
- data/lib/mudbase/models/user_summary.rb +1 -1
- data/lib/mudbase/models/users_disable2fa_request.rb +190 -0
- data/lib/mudbase/models/users_erase_data200_response.rb +156 -0
- data/lib/mudbase/models/users_erase_data200_response_details.rb +183 -0
- data/lib/mudbase/models/users_erase_data_request.rb +198 -0
- data/lib/mudbase/models/users_export_data200_response.rb +222 -0
- data/lib/mudbase/models/users_get200_response.rb +147 -0
- data/lib/mudbase/models/users_link_o_auth_provider200_response.rb +147 -0
- data/lib/mudbase/models/users_list_o_auth_providers200_response.rb +149 -0
- data/lib/mudbase/models/users_list_o_auth_providers200_response_providers_inner.rb +174 -0
- data/lib/mudbase/models/users_unlink_o_auth_provider200_response.rb +156 -0
- data/lib/mudbase/models/users_update200_response.rb +156 -0
- data/lib/mudbase/models/users_verify2fa_request.rb +164 -0
- data/lib/mudbase/models/users_verify_email_request.rb +175 -0
- data/lib/mudbase/models/wallet_balance.rb +1 -1
- data/lib/mudbase/models/wallet_broadcast_transaction200_response.rb +165 -0
- data/lib/mudbase/models/wallet_broadcast_transaction200_response_data.rb +175 -0
- data/lib/mudbase/models/wallet_broadcast_transaction_request.rb +243 -0
- data/lib/mudbase/models/wallet_create_webhook201_response.rb +165 -0
- data/lib/mudbase/models/wallet_create_webhook_request.rb +233 -0
- data/lib/mudbase/models/wallet_create_webhook_request_filters.rb +184 -0
- data/lib/mudbase/models/wallet_estimate_gas200_response.rb +156 -0
- data/lib/mudbase/models/wallet_estimate_gas200_response_data.rb +248 -0
- data/lib/mudbase/models/wallet_estimate_gas_request.rb +198 -0
- data/lib/mudbase/models/wallet_estimate_gas_request_transaction.rb +216 -0
- data/lib/mudbase/models/wallet_get_balance200_response.rb +156 -0
- data/lib/mudbase/models/wallet_get_cancel_params200_response.rb +156 -0
- data/lib/mudbase/models/wallet_get_cancel_params200_response_data.rb +231 -0
- data/lib/mudbase/models/wallet_get_cancel_params_request.rb +208 -0
- data/lib/mudbase/models/wallet_get_speed_up_params200_response.rb +156 -0
- data/lib/mudbase/models/wallet_get_speed_up_params200_response_data.rb +229 -0
- data/lib/mudbase/models/wallet_get_speed_up_params_request.rb +209 -0
- data/lib/mudbase/models/wallet_get_transaction_by_hash200_response.rb +156 -0
- data/lib/mudbase/models/wallet_get_transaction_by_hash400_response.rb +156 -0
- data/lib/mudbase/models/wallet_get_transactions200_response.rb +167 -0
- data/lib/mudbase/models/wallet_get_transactions200_response_pagination.rb +201 -0
- data/lib/mudbase/models/wallet_get_webhook_logs200_response.rb +158 -0
- data/lib/mudbase/models/wallet_list_addresses200_response.rb +167 -0
- data/lib/mudbase/models/wallet_list_webhooks200_response.rb +167 -0
- data/lib/mudbase/models/wallet_register_address_request.rb +246 -0
- data/lib/mudbase/models/wallet_test_webhook200_response.rb +156 -0
- data/lib/mudbase/models/wallet_test_webhook_request.rb +191 -0
- data/lib/mudbase/models/wallet_transaction.rb +1 -1
- data/lib/mudbase/models/wallet_transaction_webhook_payload.rb +1 -1
- data/lib/mudbase/models/wallet_update_webhook200_response.rb +156 -0
- data/lib/mudbase/models/wallet_update_webhook_request.rb +176 -0
- data/lib/mudbase/models/wallet_webhook.rb +1 -1
- data/lib/mudbase/models/wallet_webhook_filters.rb +1 -1
- data/lib/mudbase/models/wallet_webhook_stats.rb +1 -1
- data/lib/mudbase/models/webhook_list_response.rb +1 -1
- data/lib/mudbase/models/webhook_log.rb +1 -1
- data/lib/mudbase/models/webhook_stats_response.rb +1 -1
- data/lib/mudbase/models/webhook_stats_response_event_stats_inner.rb +1 -1
- data/lib/mudbase/models/webhook_stats_response_status_stats_inner.rb +1 -1
- data/lib/mudbase/version.rb +2 -2
- data/lib/mudbase.rb +185 -187
- data/mudbase.gemspec +1 -1
- data/spec/api/auth_api_spec.rb +240 -0
- data/spec/api/billing_api_spec.rb +35 -35
- data/spec/api/chat_api_spec.rb +43 -43
- data/spec/api/collections_api_spec.rb +19 -19
- data/spec/api/compliance_api_spec.rb +5 -5
- data/spec/api/data_api_spec.rb +16 -16
- data/spec/api/functions_api_spec.rb +35 -35
- data/spec/api/health_api_spec.rb +3 -3
- data/spec/api/integrations_api_spec.rb +10 -10
- data/spec/api/messaging_api_spec.rb +16 -16
- data/spec/api/multi_role_api_spec.rb +156 -0
- data/spec/api/realtime_analytics_api_spec.rb +98 -0
- data/spec/api/role_elevation_api_spec.rb +11 -11
- data/spec/api/search_api_spec.rb +12 -12
- data/spec/api/storage_api_spec.rb +227 -0
- data/spec/api/usage_api_spec.rb +7 -7
- data/spec/api/users_api_spec.rb +51 -51
- data/spec/api/wallet_api_spec.rb +74 -74
- data/spec/api/webhooks_api_spec.rb +4 -4
- data/spec/models/api_key_permission_spec.rb +1 -1
- data/spec/models/api_key_spec.rb +1 -1
- data/spec/models/api_key_usage_response_spec.rb +1 -1
- data/spec/models/api_key_usage_spec.rb +1 -1
- data/spec/models/api_key_with_secret_spec.rb +1 -1
- data/spec/models/auth_config_spec.rb +1 -1
- data/spec/models/auth_confirm_password_reset_request_spec.rb +54 -0
- data/spec/models/auth_convert_anonymous200_response_spec.rb +60 -0
- data/spec/models/auth_convert_anonymous_request_spec.rb +54 -0
- data/spec/models/auth_create_anonymous200_response_spec.rb +60 -0
- data/spec/models/auth_create_anonymous200_response_user_spec.rb +66 -0
- data/spec/models/auth_create_anonymous_request_spec.rb +42 -0
- data/spec/models/auth_get_o_auth_providers200_response_providers_inner_spec.rb +66 -0
- data/spec/models/auth_get_o_auth_providers200_response_spec.rb +42 -0
- data/spec/models/auth_get_session200_response_spec.rb +42 -0
- data/spec/models/auth_login200_response_spec.rb +60 -0
- data/spec/models/auth_login200_response_user_spec.rb +72 -0
- data/spec/models/auth_login403_response_spec.rb +48 -0
- data/spec/models/auth_login_request_spec.rb +48 -0
- data/spec/models/auth_oauth_callback200_response_spec.rb +42 -0
- data/spec/models/auth_oauth_initiate200_response_spec.rb +36 -0
- data/spec/models/auth_oauth_initiate400_response_spec.rb +36 -0
- data/spec/models/auth_oauth_signup_with_role400_response_spec.rb +42 -0
- data/spec/models/auth_provider_spec.rb +1 -1
- data/spec/models/auth_refresh200_response_spec.rb +54 -0
- data/spec/models/auth_refresh400_response_spec.rb +36 -0
- data/spec/models/auth_refresh_request_spec.rb +36 -0
- data/spec/models/auth_register201_response_spec.rb +66 -0
- data/spec/models/auth_register201_response_user_spec.rb +66 -0
- data/spec/models/auth_register429_response_spec.rb +72 -0
- data/spec/models/auth_register_request_spec.rb +60 -0
- data/spec/models/auth_register_with_role_request_spec.rb +60 -0
- data/spec/models/auth_request_password_reset_request_spec.rb +42 -0
- data/spec/models/auth_reset_password_request_spec.rb +42 -0
- data/spec/models/auth_response_spec.rb +1 -1
- data/spec/models/auth_verify_magic_link_request_spec.rb +36 -0
- data/spec/models/billing_check_feature_access200_response_spec.rb +42 -0
- data/spec/models/billing_check_subscription200_response_spec.rb +42 -0
- data/spec/models/billing_check_subscription200_response_subscription_spec.rb +42 -0
- data/spec/models/billing_create_checkout_session200_response_data_payment_options_inner_spec.rb +74 -0
- data/spec/models/billing_create_checkout_session200_response_data_spec.rb +96 -0
- data/spec/models/billing_create_checkout_session200_response_spec.rb +42 -0
- data/spec/models/billing_create_checkout_session_request_customer_info_spec.rb +42 -0
- data/spec/models/billing_create_checkout_session_request_spec.rb +64 -0
- data/spec/models/billing_get_checkout_payment200_response_data_spec.rb +84 -0
- data/spec/models/billing_get_checkout_payment200_response_spec.rb +42 -0
- data/spec/models/billing_get_public_plans200_response_spec.rb +36 -0
- data/spec/models/billing_handle_crypto_webhook200_response_spec.rb +36 -0
- data/spec/models/billing_handle_crypto_webhook_request_data_spec.rb +72 -0
- data/spec/models/billing_handle_crypto_webhook_request_spec.rb +46 -0
- data/spec/models/billing_handle_flutterwave_webhook_request_data_customer_spec.rb +42 -0
- data/spec/models/billing_handle_flutterwave_webhook_request_data_spec.rb +78 -0
- data/spec/models/billing_handle_flutterwave_webhook_request_spec.rb +42 -0
- data/spec/models/billing_initialize_payment_request_customer_spec.rb +42 -0
- data/spec/models/billing_initialize_payment_request_spec.rb +54 -0
- data/spec/models/billing_last_payment_spec.rb +1 -1
- data/spec/models/billing_record_usage_request_spec.rb +48 -0
- data/spec/models/billing_spec.rb +1 -1
- data/spec/models/billing_verify_payment200_response_data_spec.rb +36 -0
- data/spec/models/billing_verify_payment200_response_data_subscription_spec.rb +58 -0
- data/spec/models/billing_verify_payment200_response_spec.rb +48 -0
- data/spec/models/bucket_list_response_spec.rb +1 -1
- data/spec/models/bucket_response_spec.rb +1 -1
- data/spec/models/bucket_spec.rb +1 -1
- data/spec/models/change_password_request_spec.rb +1 -1
- data/spec/models/chat_add_participant200_response_data_participants_inner_spec.rb +48 -0
- data/spec/models/chat_add_participant200_response_data_spec.rb +36 -0
- data/spec/models/chat_add_participant200_response_spec.rb +42 -0
- data/spec/models/chat_add_participant_request_spec.rb +46 -0
- data/spec/models/chat_add_reaction200_response_data_inner_spec.rb +42 -0
- data/spec/models/chat_add_reaction200_response_spec.rb +42 -0
- data/spec/models/chat_add_reaction_request_spec.rb +36 -0
- data/spec/models/chat_create201_response_data_spec.rb +60 -0
- data/spec/models/chat_create201_response_spec.rb +42 -0
- data/spec/models/chat_create_request_spec.rb +64 -0
- data/spec/models/chat_edit_message200_response_data_spec.rb +48 -0
- data/spec/models/chat_edit_message200_response_spec.rb +42 -0
- data/spec/models/chat_edit_message_request_spec.rb +36 -0
- data/spec/models/chat_get200_response_data_participants_inner_spec.rb +42 -0
- data/spec/models/chat_get200_response_data_spec.rb +48 -0
- data/spec/models/chat_get200_response_spec.rb +42 -0
- data/spec/models/chat_get_messages200_response_data_messages_inner_sender_spec.rb +42 -0
- data/spec/models/chat_get_messages200_response_data_messages_inner_spec.rb +54 -0
- data/spec/models/chat_get_messages200_response_data_spec.rb +42 -0
- data/spec/models/chat_get_messages200_response_spec.rb +42 -0
- data/spec/models/chat_list200_response_data_chats_inner_last_message_spec.rb +36 -0
- data/spec/models/chat_list200_response_data_chats_inner_spec.rb +60 -0
- data/spec/models/chat_list200_response_data_spec.rb +42 -0
- data/spec/models/chat_list200_response_spec.rb +42 -0
- data/spec/models/chat_mark_as_read200_response_data_spec.rb +36 -0
- data/spec/models/chat_mark_as_read200_response_spec.rb +42 -0
- data/spec/models/chat_mark_as_read_request_spec.rb +36 -0
- data/spec/models/chat_remove_participant_request_spec.rb +36 -0
- data/spec/models/chat_remove_reaction200_response_data_inner_spec.rb +48 -0
- data/spec/models/chat_remove_reaction200_response_spec.rb +42 -0
- data/spec/models/chat_send_message201_response_data_spec.rb +54 -0
- data/spec/models/chat_send_message201_response_spec.rb +42 -0
- data/spec/models/chat_send_message_request_spec.rb +58 -0
- data/spec/models/collection_spec.rb +1 -1
- data/spec/models/collections_create201_response_spec.rb +42 -0
- data/spec/models/collections_list200_response_spec.rb +42 -0
- data/spec/models/compliance_log_security_event200_response_event_spec.rb +54 -0
- data/spec/models/compliance_log_security_event200_response_spec.rb +42 -0
- data/spec/models/compliance_log_security_event_request_details_spec.rb +66 -0
- data/spec/models/compliance_log_security_event_request_spec.rb +56 -0
- data/spec/models/confirm_upload_response_scan_spec.rb +1 -1
- data/spec/models/confirm_upload_response_spec.rb +1 -1
- data/spec/models/create_api_key_request_spec.rb +1 -1
- data/spec/models/create_bucket_request_spec.rb +1 -1
- data/spec/models/create_collection_request_spec.rb +1 -1
- data/spec/models/create_function_request_spec.rb +1 -1
- data/spec/models/create_project_request_spec.rb +1 -1
- data/spec/models/data_list_response_data_inner_spec.rb +1 -1
- data/spec/models/data_list_response_spec.rb +1 -1
- data/spec/models/data_response_spec.rb +1 -1
- data/spec/models/database_config_spec.rb +1 -1
- data/spec/models/email_request_spec.rb +1 -1
- data/spec/models/email_request_to_spec.rb +1 -1
- data/spec/models/error_details_spec.rb +1 -1
- data/spec/models/error_spec.rb +1 -1
- data/spec/models/field_default_spec.rb +1 -1
- data/spec/models/field_spec.rb +1 -1
- data/spec/models/file_list_response_spec.rb +1 -1
- data/spec/models/file_metadata_spec.rb +1 -1
- data/spec/models/file_response_spec.rb +1 -1
- data/spec/models/file_upload_response_spec.rb +1 -1
- data/spec/models/function_execution_response_data_spec.rb +1 -1
- data/spec/models/function_execution_response_spec.rb +1 -1
- data/spec/models/function_execution_spec.rb +1 -1
- data/spec/models/function_list_response_data_spec.rb +1 -1
- data/spec/models/function_list_response_spec.rb +1 -1
- data/spec/models/function_logs_response_data_spec.rb +1 -1
- data/spec/models/function_logs_response_spec.rb +1 -1
- data/spec/models/function_response_spec.rb +1 -1
- data/spec/models/function_spec.rb +1 -1
- data/spec/models/function_stats_spec.rb +1 -1
- data/spec/models/function_trigger_spec.rb +1 -1
- data/spec/models/functions_delete200_response_spec.rb +42 -0
- data/spec/models/functions_execute_request_spec.rb +36 -0
- data/spec/models/functions_get_versions200_response_data_spec.rb +36 -0
- data/spec/models/functions_get_versions200_response_data_versions_inner_spec.rb +66 -0
- data/spec/models/functions_get_versions200_response_spec.rb +42 -0
- data/spec/models/functions_rollback_request_spec.rb +36 -0
- data/spec/models/functions_simulate_request_spec.rb +48 -0
- data/spec/models/functions_trigger_webhook200_response_spec.rb +48 -0
- data/spec/models/functions_trigger_webhook400_response_spec.rb +42 -0
- data/spec/models/functions_trigger_webhook401_response_spec.rb +42 -0
- data/spec/models/health_response_services_spec.rb +1 -1
- data/spec/models/health_response_spec.rb +1 -1
- data/spec/models/integrations_execute_request_spec.rb +58 -0
- data/spec/models/integrations_list200_response_integrations_inner_spec.rb +54 -0
- data/spec/models/integrations_list200_response_spec.rb +36 -0
- data/spec/models/invite_member_request_spec.rb +1 -1
- data/spec/models/limits_spec.rb +1 -1
- data/spec/models/login_request_spec.rb +1 -1
- data/spec/models/magic_link_request_spec.rb +1 -1
- data/spec/models/message_history_response_data_spec.rb +1 -1
- data/spec/models/message_history_response_spec.rb +1 -1
- data/spec/models/message_response_spec.rb +1 -1
- data/spec/models/message_sent_response_data_spec.rb +1 -1
- data/spec/models/message_sent_response_spec.rb +1 -1
- data/spec/models/message_spec.rb +1 -1
- data/spec/models/message_stats_response_data_by_status_spec.rb +1 -1
- data/spec/models/message_stats_response_data_by_type_spec.rb +1 -1
- data/spec/models/message_stats_response_data_period_spec.rb +1 -1
- data/spec/models/message_stats_response_data_spec.rb +1 -1
- data/spec/models/message_stats_response_spec.rb +1 -1
- data/spec/models/multi_role_add_role_request_default_permissions_inner_spec.rb +42 -0
- data/spec/models/multi_role_add_role_request_spec.rb +66 -0
- data/spec/models/multi_role_get_available_roles200_response_data_inner_spec.rb +72 -0
- data/spec/models/multi_role_get_available_roles200_response_spec.rb +42 -0
- data/spec/models/multi_role_get_config200_response_data_spec.rb +54 -0
- data/spec/models/multi_role_get_config200_response_spec.rb +42 -0
- data/spec/models/multi_role_toggle_role_request_spec.rb +36 -0
- data/spec/models/multi_role_update_collection_permissions_request_spec.rb +46 -0
- data/spec/models/multi_role_update_role_request_spec.rb +66 -0
- data/spec/models/multi_role_update_settings200_response_spec.rb +48 -0
- data/spec/models/multi_role_update_settings_request_settings_spec.rb +42 -0
- data/spec/models/multi_role_update_settings_request_spec.rb +48 -0
- data/spec/models/non_custodial_address_response_spec.rb +1 -1
- data/spec/models/non_custodial_address_spec.rb +1 -1
- data/spec/models/organization_spec.rb +1 -1
- data/spec/models/organization_summary_spec.rb +1 -1
- data/spec/models/otp_send_request_spec.rb +1 -1
- data/spec/models/otp_verify_request_spec.rb +1 -1
- data/spec/models/pagination_spec.rb +1 -1
- data/spec/models/payment_intent_spec.rb +1 -1
- data/spec/models/payment_refund_spec.rb +1 -1
- data/spec/models/payment_subscription_spec.rb +1 -1
- data/spec/models/permission_spec.rb +1 -1
- data/spec/models/plan_spec.rb +1 -1
- data/spec/models/presigned_post_response_spec.rb +1 -1
- data/spec/models/project_settings_spec.rb +1 -1
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/project_summary_spec.rb +1 -1
- data/spec/models/project_usage_response_spec.rb +1 -1
- data/spec/models/project_usage_spec.rb +1 -1
- data/spec/models/project_usage_stats_response_project_spec.rb +1 -1
- data/spec/models/project_usage_stats_response_spec.rb +1 -1
- data/spec/models/push_notification_request_spec.rb +1 -1
- data/spec/models/rate_limit_spec.rb +1 -1
- data/spec/models/realtime_analytics_check_user_presence200_response_presence_value_spec.rb +42 -0
- data/spec/models/realtime_analytics_check_user_presence200_response_spec.rb +42 -0
- data/spec/models/realtime_analytics_check_user_presence_request_spec.rb +36 -0
- data/spec/models/realtime_analytics_get_active_users200_response_spec.rb +48 -0
- data/spec/models/realtime_analytics_get_active_users200_response_users_inner_spec.rb +48 -0
- data/spec/models/realtime_analytics_get_event_throughput200_response_spec.rb +60 -0
- data/spec/models/realtime_analytics_get_historical_analytics200_response_data_inner_spec.rb +48 -0
- data/spec/models/realtime_analytics_get_historical_analytics200_response_spec.rb +54 -0
- data/spec/models/realtime_analytics_get_project200_response_spec.rb +60 -0
- data/spec/models/register_request_spec.rb +1 -1
- data/spec/models/role_elevation_get_status200_response_spec.rb +36 -0
- data/spec/models/role_elevation_request200_response_spec.rb +74 -0
- data/spec/models/role_elevation_request_request_spec.rb +36 -0
- data/spec/models/role_elevation_upload_documents_request_documents_inner_spec.rb +42 -0
- data/spec/models/role_elevation_upload_documents_request_spec.rb +42 -0
- data/spec/models/search_get_analytics200_response_spec.rb +54 -0
- data/spec/models/search_get_analytics200_response_top_queries_inner_spec.rb +42 -0
- data/spec/models/search_get_suggestions200_response_spec.rb +36 -0
- data/spec/models/search_response_data_spec.rb +1 -1
- data/spec/models/search_response_spec.rb +1 -1
- data/spec/models/search_result_item_spec.rb +1 -1
- data/spec/models/search_result_spec.rb +1 -1
- data/spec/models/session_response_spec.rb +1 -1
- data/spec/models/signed_url_response_spec.rb +1 -1
- data/spec/models/sms_request_spec.rb +1 -1
- data/spec/models/storage_config_spec.rb +1 -1
- data/spec/models/storage_confirm_upload400_response_spec.rb +42 -0
- data/spec/models/storage_confirm_upload_request_spec.rb +72 -0
- data/spec/models/storage_download_bucket_file403_response_spec.rb +36 -0
- data/spec/models/storage_download_bucket_file404_response_spec.rb +36 -0
- data/spec/models/storage_get_presigned_upload_request_spec.rb +60 -0
- data/spec/models/storage_get_signed_url_request_spec.rb +36 -0
- data/spec/models/system_status_response_data_cpu_spec.rb +1 -1
- data/spec/models/system_status_response_data_database_spec.rb +1 -1
- data/spec/models/system_status_response_data_memory_spec.rb +1 -1
- data/spec/models/system_status_response_data_requests_spec.rb +1 -1
- data/spec/models/system_status_response_data_spec.rb +1 -1
- data/spec/models/system_status_response_data_storage_spec.rb +1 -1
- data/spec/models/system_status_response_spec.rb +1 -1
- data/spec/models/trigger_webhook_request_spec.rb +1 -1
- data/spec/models/two_fa_setup_response_spec.rb +1 -1
- data/spec/models/update_api_key_request_spec.rb +1 -1
- data/spec/models/update_bucket_request_spec.rb +1 -1
- data/spec/models/update_collection_request_spec.rb +1 -1
- data/spec/models/update_function_request_limits_spec.rb +1 -1
- data/spec/models/update_function_request_retry_policy_spec.rb +1 -1
- data/spec/models/update_function_request_spec.rb +1 -1
- data/spec/models/update_organization_request_spec.rb +1 -1
- data/spec/models/update_project_request_spec.rb +1 -1
- data/spec/models/update_user_request_spec.rb +1 -1
- data/spec/models/upload_files_to_bucket_metadata_request_spec.rb +1 -1
- data/spec/models/upload_files_to_bucket_request_spec.rb +1 -1
- data/spec/models/usage_response_spec.rb +1 -1
- data/spec/models/usage_spec.rb +1 -1
- data/spec/models/usage_stats_response_percentages_spec.rb +1 -1
- data/spec/models/usage_stats_response_spec.rb +1 -1
- data/spec/models/usage_trends_response_spec.rb +1 -1
- data/spec/models/usage_trends_response_trends_inner_id_spec.rb +1 -1
- data/spec/models/usage_trends_response_trends_inner_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/models/user_summary_spec.rb +1 -1
- data/spec/models/users_disable2fa_request_spec.rb +42 -0
- data/spec/models/users_erase_data200_response_details_spec.rb +60 -0
- data/spec/models/users_erase_data200_response_spec.rb +42 -0
- data/spec/models/users_erase_data_request_spec.rb +46 -0
- data/spec/models/users_export_data200_response_spec.rb +78 -0
- data/spec/models/users_get200_response_spec.rb +36 -0
- data/spec/models/users_link_o_auth_provider200_response_spec.rb +36 -0
- data/spec/models/users_list_o_auth_providers200_response_providers_inner_spec.rb +54 -0
- data/spec/models/users_list_o_auth_providers200_response_spec.rb +36 -0
- data/spec/models/users_unlink_o_auth_provider200_response_spec.rb +42 -0
- data/spec/models/users_update200_response_spec.rb +42 -0
- data/spec/models/users_verify2fa_request_spec.rb +36 -0
- data/spec/models/users_verify_email_request_spec.rb +42 -0
- data/spec/models/wallet_balance_spec.rb +1 -1
- data/spec/models/wallet_broadcast_transaction200_response_data_spec.rb +54 -0
- data/spec/models/wallet_broadcast_transaction200_response_spec.rb +48 -0
- data/spec/models/wallet_broadcast_transaction_request_spec.rb +52 -0
- data/spec/models/wallet_create_webhook201_response_spec.rb +48 -0
- data/spec/models/wallet_create_webhook_request_filters_spec.rb +46 -0
- data/spec/models/wallet_create_webhook_request_spec.rb +64 -0
- data/spec/models/wallet_estimate_gas200_response_data_spec.rb +96 -0
- data/spec/models/wallet_estimate_gas200_response_spec.rb +42 -0
- data/spec/models/wallet_estimate_gas_request_spec.rb +46 -0
- data/spec/models/wallet_estimate_gas_request_transaction_spec.rb +66 -0
- data/spec/models/wallet_get_balance200_response_spec.rb +42 -0
- data/spec/models/wallet_get_cancel_params200_response_data_spec.rb +90 -0
- data/spec/models/wallet_get_cancel_params200_response_spec.rb +42 -0
- data/spec/models/wallet_get_cancel_params_request_spec.rb +52 -0
- data/spec/models/wallet_get_speed_up_params200_response_data_spec.rb +90 -0
- data/spec/models/wallet_get_speed_up_params200_response_spec.rb +42 -0
- data/spec/models/wallet_get_speed_up_params_request_spec.rb +52 -0
- data/spec/models/wallet_get_transaction_by_hash200_response_spec.rb +42 -0
- data/spec/models/wallet_get_transaction_by_hash400_response_spec.rb +42 -0
- data/spec/models/wallet_get_transactions200_response_pagination_spec.rb +72 -0
- data/spec/models/wallet_get_transactions200_response_spec.rb +48 -0
- data/spec/models/wallet_get_webhook_logs200_response_spec.rb +42 -0
- data/spec/models/wallet_list_addresses200_response_spec.rb +48 -0
- data/spec/models/wallet_list_webhooks200_response_spec.rb +48 -0
- data/spec/models/wallet_register_address_request_spec.rb +64 -0
- data/spec/models/wallet_test_webhook200_response_spec.rb +42 -0
- data/spec/models/wallet_test_webhook_request_spec.rb +54 -0
- data/spec/models/wallet_transaction_spec.rb +1 -1
- data/spec/models/wallet_transaction_webhook_payload_spec.rb +1 -1
- data/spec/models/wallet_update_webhook200_response_spec.rb +42 -0
- data/spec/models/wallet_update_webhook_request_spec.rb +54 -0
- data/spec/models/wallet_webhook_filters_spec.rb +1 -1
- data/spec/models/wallet_webhook_spec.rb +1 -1
- data/spec/models/wallet_webhook_stats_spec.rb +1 -1
- data/spec/models/webhook_list_response_spec.rb +1 -1
- data/spec/models/webhook_log_spec.rb +1 -1
- data/spec/models/webhook_stats_response_event_stats_inner_spec.rb +1 -1
- data/spec/models/webhook_stats_response_spec.rb +1 -1
- data/spec/models/webhook_stats_response_status_stats_inner_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +738 -746
- data/docs/AddCustomRoleRequest.md +0 -28
- data/docs/AddCustomRoleRequestDefaultPermissionsInner.md +0 -20
- data/docs/AddParticipant200Response.md +0 -20
- data/docs/AddParticipant200ResponseData.md +0 -18
- data/docs/AddParticipant200ResponseDataParticipantsInner.md +0 -22
- data/docs/AddParticipantRequest.md +0 -20
- data/docs/AddReaction200Response.md +0 -20
- data/docs/AddReaction200ResponseDataInner.md +0 -20
- data/docs/AddReactionRequest.md +0 -18
- data/docs/AuthenticationApi.md +0 -1131
- data/docs/BroadcastNonCustodialTransaction200Response.md +0 -22
- data/docs/BroadcastNonCustodialTransaction200ResponseData.md +0 -24
- data/docs/BroadcastNonCustodialTransactionRequest.md +0 -22
- data/docs/BucketsApi.md +0 -385
- data/docs/CheckFeatureAccess200Response.md +0 -20
- data/docs/CheckSubscription200Response.md +0 -20
- data/docs/CheckSubscription200ResponseSubscription.md +0 -20
- data/docs/CheckUserPresence200Response.md +0 -20
- data/docs/CheckUserPresence200ResponsePresenceValue.md +0 -20
- data/docs/CheckUserPresenceRequest.md +0 -18
- data/docs/ConfirmDirectUpload400Response.md +0 -20
- data/docs/ConfirmDirectUploadRequest.md +0 -30
- data/docs/ConfirmLocalPasswordResetWithOtpRequest.md +0 -24
- data/docs/ConvertAnonymousAccount200Response.md +0 -26
- data/docs/ConvertAnonymousAccountRequest.md +0 -24
- data/docs/CreateAnonymousSession200Response.md +0 -26
- data/docs/CreateAnonymousSession200ResponseUser.md +0 -28
- data/docs/CreateAnonymousSessionRequest.md +0 -20
- data/docs/CreateChat201Response.md +0 -20
- data/docs/CreateChat201ResponseData.md +0 -26
- data/docs/CreateChatRequest.md +0 -26
- data/docs/CreateCheckoutSession200Response.md +0 -20
- data/docs/CreateCheckoutSession200ResponseData.md +0 -38
- data/docs/CreateCheckoutSession200ResponseDataPaymentOptionsInner.md +0 -28
- data/docs/CreateCheckoutSessionRequest.md +0 -26
- data/docs/CreateCheckoutSessionRequestCustomerInfo.md +0 -20
- data/docs/CreateCollection201Response.md +0 -20
- data/docs/CreateWalletWebhook201Response.md +0 -22
- data/docs/CreateWalletWebhookRequest.md +0 -26
- data/docs/CreateWalletWebhookRequestFilters.md +0 -20
- data/docs/DeleteFunction200Response.md +0 -20
- data/docs/Disable2FARequest.md +0 -20
- data/docs/DownloadBucketFile403Response.md +0 -18
- data/docs/DownloadBucketFile404Response.md +0 -18
- data/docs/EditMessage200Response.md +0 -20
- data/docs/EditMessage200ResponseData.md +0 -22
- data/docs/EditMessageRequest.md +0 -18
- data/docs/EraseUserData200Response.md +0 -20
- data/docs/EraseUserData200ResponseDetails.md +0 -26
- data/docs/EraseUserDataRequest.md +0 -20
- data/docs/EstimateNonCustodialGas200Response.md +0 -20
- data/docs/EstimateNonCustodialGas200ResponseData.md +0 -38
- data/docs/EstimateNonCustodialGasRequest.md +0 -20
- data/docs/EstimateNonCustodialGasRequestTransaction.md +0 -28
- data/docs/ExecuteFunctionRequest.md +0 -18
- data/docs/ExecuteIntegrationRequest.md +0 -24
- data/docs/ExportUserData200Response.md +0 -32
- data/docs/FilesApi.md +0 -702
- data/docs/GeneratePresignedUploadRequest.md +0 -26
- data/docs/GenerateSignedUrlRequest.md +0 -18
- data/docs/GetActiveUsers200Response.md +0 -22
- data/docs/GetActiveUsers200ResponseUsersInner.md +0 -22
- data/docs/GetAvailableOAuthProviders200Response.md +0 -20
- data/docs/GetAvailableOAuthProviders200ResponseProvidersInner.md +0 -28
- data/docs/GetAvailableRoles200Response.md +0 -20
- data/docs/GetAvailableRoles200ResponseDataInner.md +0 -30
- data/docs/GetCancelParams200Response.md +0 -20
- data/docs/GetCancelParams200ResponseData.md +0 -36
- data/docs/GetCancelParamsRequest.md +0 -22
- data/docs/GetChatDetails200Response.md +0 -20
- data/docs/GetChatDetails200ResponseData.md +0 -22
- data/docs/GetChatDetails200ResponseDataParticipantsInner.md +0 -20
- data/docs/GetChatMessages200Response.md +0 -20
- data/docs/GetChatMessages200ResponseData.md +0 -20
- data/docs/GetChatMessages200ResponseDataMessagesInner.md +0 -24
- data/docs/GetChatMessages200ResponseDataMessagesInnerSender.md +0 -20
- data/docs/GetCheckoutPayment200Response.md +0 -20
- data/docs/GetCheckoutPayment200ResponseData.md +0 -34
- data/docs/GetCurrentUser200Response.md +0 -18
- data/docs/GetEventThroughput200Response.md +0 -26
- data/docs/GetFunctionVersions200Response.md +0 -20
- data/docs/GetFunctionVersions200ResponseData.md +0 -18
- data/docs/GetFunctionVersions200ResponseDataVersionsInner.md +0 -28
- data/docs/GetHistoricalAnalytics200Response.md +0 -24
- data/docs/GetHistoricalAnalytics200ResponseDataInner.md +0 -22
- data/docs/GetIntegrations200Response.md +0 -18
- data/docs/GetIntegrations200ResponseIntegrationsInner.md +0 -24
- data/docs/GetLocalSession200Response.md +0 -20
- data/docs/GetMultiRoleConfig200Response.md +0 -20
- data/docs/GetMultiRoleConfig200ResponseData.md +0 -24
- data/docs/GetNonCustodialBalance200Response.md +0 -20
- data/docs/GetNonCustodialTransactionByHash200Response.md +0 -20
- data/docs/GetNonCustodialTransactionByHash400Response.md +0 -20
- data/docs/GetNonCustodialTransactions200Response.md +0 -22
- data/docs/GetNonCustodialTransactions200ResponsePagination.md +0 -30
- data/docs/GetProjectAnalytics200Response.md +0 -26
- data/docs/GetPublicPlans200Response.md +0 -18
- data/docs/GetRoleElevationStatus200Response.md +0 -18
- data/docs/GetSearchAnalytics200Response.md +0 -24
- data/docs/GetSearchAnalytics200ResponseTopQueriesInner.md +0 -20
- data/docs/GetSearchSuggestions200Response.md +0 -18
- data/docs/GetSpeedUpParams200Response.md +0 -20
- data/docs/GetSpeedUpParams200ResponseData.md +0 -36
- data/docs/GetSpeedUpParamsRequest.md +0 -22
- data/docs/GetUserChats200Response.md +0 -20
- data/docs/GetUserChats200ResponseData.md +0 -20
- data/docs/GetUserChats200ResponseDataChatsInner.md +0 -26
- data/docs/GetUserChats200ResponseDataChatsInnerLastMessage.md +0 -18
- data/docs/GetWalletWebhookLogs200Response.md +0 -20
- data/docs/HandleCryptoPaymentWebhook200Response.md +0 -18
- data/docs/HandleCryptoPaymentWebhookRequest.md +0 -20
- data/docs/HandleCryptoPaymentWebhookRequestData.md +0 -30
- data/docs/HandleFlutterwaveWebhookRequest.md +0 -20
- data/docs/HandleFlutterwaveWebhookRequestData.md +0 -32
- data/docs/HandleFlutterwaveWebhookRequestDataCustomer.md +0 -20
- data/docs/InitializePaymentForProjectRequest.md +0 -24
- data/docs/InitializePaymentForProjectRequestCustomer.md +0 -20
- data/docs/InitiateOAuth200Response.md +0 -18
- data/docs/InitiateOAuth400Response.md +0 -18
- data/docs/InitiateOAuth404Response.md +0 -18
- data/docs/LinkOAuthProvider200Response.md +0 -18
- data/docs/ListCollections200Response.md +0 -20
- data/docs/ListNonCustodialAddresses200Response.md +0 -22
- data/docs/ListOAuthProviders200Response.md +0 -18
- data/docs/ListOAuthProviders200ResponseProvidersInner.md +0 -24
- data/docs/ListWalletWebhooks200Response.md +0 -22
- data/docs/LogSecurityEvent200Response.md +0 -20
- data/docs/LogSecurityEvent200ResponseEvent.md +0 -24
- data/docs/LogSecurityEventRequest.md +0 -22
- data/docs/LogSecurityEventRequestDetails.md +0 -28
- data/docs/LoginLocalUser200Response.md +0 -26
- data/docs/LoginLocalUser200ResponseUser.md +0 -30
- data/docs/LoginLocalUser403Response.md +0 -22
- data/docs/LoginLocalUserRequest.md +0 -22
- data/docs/MarkMessagesAsRead200Response.md +0 -20
- data/docs/MarkMessagesAsRead200ResponseData.md +0 -18
- data/docs/MarkMessagesAsReadRequest.md +0 -18
- data/docs/MultiRoleFeatureApi.md +0 -654
- data/docs/OauthCallback200Response.md +0 -20
- data/docs/OauthSignupWithRole400Response.md +0 -20
- data/docs/RealTimeAnalyticsApi.md +0 -367
- data/docs/RecordUsageRequest.md +0 -22
- data/docs/RefreshToken200Response.md +0 -24
- data/docs/RefreshToken400Response.md +0 -18
- data/docs/RefreshTokenRequest.md +0 -18
- data/docs/RegisterLocalUser201Response.md +0 -28
- data/docs/RegisterLocalUser201ResponseUser.md +0 -28
- data/docs/RegisterLocalUser429Response.md +0 -30
- data/docs/RegisterLocalUserRequest.md +0 -26
- data/docs/RegisterNonCustodialAddressRequest.md +0 -26
- data/docs/RegisterWithRoleRequest.md +0 -26
- data/docs/RemoveParticipantRequest.md +0 -18
- data/docs/RemoveReaction200Response.md +0 -20
- data/docs/RemoveReaction200ResponseDataInner.md +0 -22
- data/docs/RequestLocalPasswordResetRequest.md +0 -20
- data/docs/RequestRoleElevation200Response.md +0 -28
- data/docs/RequestRoleElevationRequest.md +0 -18
- data/docs/ResetLocalPasswordRequest.md +0 -20
- data/docs/RollbackFunctionRequest.md +0 -18
- data/docs/SendMessage201Response.md +0 -20
- data/docs/SendMessage201ResponseData.md +0 -24
- data/docs/SendMessageRequest.md +0 -24
- data/docs/SimulateFunctionTriggerRequest.md +0 -22
- data/docs/TestWalletWebhook200Response.md +0 -20
- data/docs/TestWalletWebhookRequest.md +0 -24
- data/docs/ToggleRoleRequest.md +0 -18
- data/docs/TriggerFunctionWebhook200Response.md +0 -22
- data/docs/TriggerFunctionWebhook400Response.md +0 -20
- data/docs/TriggerFunctionWebhook401Response.md +0 -20
- data/docs/UnlinkOAuthProvider200Response.md +0 -20
- data/docs/UpdateCollectionPermissionsRequest.md +0 -20
- data/docs/UpdateMultiRoleSettings200Response.md +0 -22
- data/docs/UpdateMultiRoleSettingsRequest.md +0 -22
- data/docs/UpdateMultiRoleSettingsRequestSettings.md +0 -20
- data/docs/UpdateProjectRoleRequest.md +0 -28
- data/docs/UpdateUserProfile200Response.md +0 -20
- data/docs/UpdateWalletWebhook200Response.md +0 -20
- data/docs/UpdateWalletWebhookRequest.md +0 -24
- data/docs/UploadVerificationDocumentsRequest.md +0 -20
- data/docs/UploadVerificationDocumentsRequestDocumentsInner.md +0 -20
- data/docs/Verify2FARequest.md +0 -18
- data/docs/VerifyEmailRequest.md +0 -20
- data/docs/VerifyMagicLinkRequest.md +0 -18
- data/docs/VerifyPayment200Response.md +0 -22
- data/docs/VerifyPayment200ResponseData.md +0 -18
- data/docs/VerifyPayment200ResponseDataSubscription.md +0 -24
- data/lib/mudbase/api/authentication_api.rb +0 -1158
- data/lib/mudbase/api/buckets_api.rb +0 -386
- data/lib/mudbase/api/files_api.rb +0 -683
- data/lib/mudbase/api/multi_role_feature_api.rb +0 -699
- data/lib/mudbase/api/real_time_analytics_api.rb +0 -358
- data/lib/mudbase/models/add_custom_role_request.rb +0 -245
- data/lib/mudbase/models/add_custom_role_request_default_permissions_inner.rb +0 -158
- data/lib/mudbase/models/add_participant200_response.rb +0 -156
- data/lib/mudbase/models/add_participant200_response_data.rb +0 -149
- data/lib/mudbase/models/add_participant200_response_data_participants_inner.rb +0 -165
- data/lib/mudbase/models/add_participant_request.rb +0 -207
- data/lib/mudbase/models/add_reaction200_response.rb +0 -158
- data/lib/mudbase/models/add_reaction200_response_data_inner.rb +0 -158
- data/lib/mudbase/models/add_reaction_request.rb +0 -164
- data/lib/mudbase/models/broadcast_non_custodial_transaction200_response.rb +0 -165
- data/lib/mudbase/models/broadcast_non_custodial_transaction200_response_data.rb +0 -175
- data/lib/mudbase/models/broadcast_non_custodial_transaction_request.rb +0 -243
- data/lib/mudbase/models/check_feature_access200_response.rb +0 -156
- data/lib/mudbase/models/check_subscription200_response.rb +0 -156
- data/lib/mudbase/models/check_subscription200_response_subscription.rb +0 -156
- data/lib/mudbase/models/check_user_presence200_response.rb +0 -158
- data/lib/mudbase/models/check_user_presence200_response_presence_value.rb +0 -156
- data/lib/mudbase/models/check_user_presence_request.rb +0 -166
- data/lib/mudbase/models/confirm_direct_upload400_response.rb +0 -156
- data/lib/mudbase/models/confirm_direct_upload_request.rb +0 -236
- data/lib/mudbase/models/confirm_local_password_reset_with_otp_request.rb +0 -280
- data/lib/mudbase/models/convert_anonymous_account200_response.rb +0 -183
- data/lib/mudbase/models/convert_anonymous_account_request.rb +0 -208
- data/lib/mudbase/models/create_anonymous_session200_response.rb +0 -184
- data/lib/mudbase/models/create_anonymous_session200_response_user.rb +0 -192
- data/lib/mudbase/models/create_anonymous_session_request.rb +0 -158
- data/lib/mudbase/models/create_chat201_response.rb +0 -156
- data/lib/mudbase/models/create_chat201_response_data.rb +0 -185
- data/lib/mudbase/models/create_chat_request.rb +0 -260
- data/lib/mudbase/models/create_checkout_session200_response.rb +0 -156
- data/lib/mudbase/models/create_checkout_session200_response_data.rb +0 -245
- data/lib/mudbase/models/create_checkout_session200_response_data_payment_options_inner.rb +0 -238
- data/lib/mudbase/models/create_checkout_session_request.rb +0 -262
- data/lib/mudbase/models/create_checkout_session_request_customer_info.rb +0 -173
- data/lib/mudbase/models/create_collection201_response.rb +0 -156
- data/lib/mudbase/models/create_wallet_webhook201_response.rb +0 -165
- data/lib/mudbase/models/create_wallet_webhook_request.rb +0 -233
- data/lib/mudbase/models/create_wallet_webhook_request_filters.rb +0 -184
- data/lib/mudbase/models/delete_function200_response.rb +0 -156
- data/lib/mudbase/models/disable2_fa_request.rb +0 -190
- data/lib/mudbase/models/download_bucket_file403_response.rb +0 -147
- data/lib/mudbase/models/download_bucket_file404_response.rb +0 -147
- data/lib/mudbase/models/edit_message200_response.rb +0 -156
- data/lib/mudbase/models/edit_message200_response_data.rb +0 -165
- data/lib/mudbase/models/edit_message_request.rb +0 -164
- data/lib/mudbase/models/erase_user_data200_response.rb +0 -156
- data/lib/mudbase/models/erase_user_data200_response_details.rb +0 -183
- data/lib/mudbase/models/erase_user_data_request.rb +0 -198
- data/lib/mudbase/models/estimate_non_custodial_gas200_response.rb +0 -156
- data/lib/mudbase/models/estimate_non_custodial_gas200_response_data.rb +0 -248
- data/lib/mudbase/models/estimate_non_custodial_gas_request.rb +0 -198
- data/lib/mudbase/models/estimate_non_custodial_gas_request_transaction.rb +0 -216
- data/lib/mudbase/models/execute_function_request.rb +0 -148
- data/lib/mudbase/models/execute_integration_request.rb +0 -232
- data/lib/mudbase/models/export_user_data200_response.rb +0 -222
- data/lib/mudbase/models/generate_presigned_upload_request.rb +0 -221
- data/lib/mudbase/models/generate_signed_url_request.rb +0 -149
- data/lib/mudbase/models/get_active_users200_response.rb +0 -167
- data/lib/mudbase/models/get_active_users200_response_users_inner.rb +0 -165
- data/lib/mudbase/models/get_available_o_auth_providers200_response.rb +0 -158
- data/lib/mudbase/models/get_available_o_auth_providers200_response_providers_inner.rb +0 -196
- data/lib/mudbase/models/get_available_roles200_response.rb +0 -158
- data/lib/mudbase/models/get_available_roles200_response_data_inner.rb +0 -201
- data/lib/mudbase/models/get_cancel_params200_response.rb +0 -156
- data/lib/mudbase/models/get_cancel_params200_response_data.rb +0 -231
- data/lib/mudbase/models/get_cancel_params_request.rb +0 -208
- data/lib/mudbase/models/get_chat_details200_response.rb +0 -156
- data/lib/mudbase/models/get_chat_details200_response_data.rb +0 -167
- data/lib/mudbase/models/get_chat_details200_response_data_participants_inner.rb +0 -156
- data/lib/mudbase/models/get_chat_messages200_response.rb +0 -156
- data/lib/mudbase/models/get_chat_messages200_response_data.rb +0 -158
- data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner.rb +0 -174
- data/lib/mudbase/models/get_chat_messages200_response_data_messages_inner_sender.rb +0 -156
- data/lib/mudbase/models/get_checkout_payment200_response.rb +0 -156
- data/lib/mudbase/models/get_checkout_payment200_response_data.rb +0 -224
- data/lib/mudbase/models/get_current_user200_response.rb +0 -147
- data/lib/mudbase/models/get_event_throughput200_response.rb +0 -185
- data/lib/mudbase/models/get_function_versions200_response.rb +0 -156
- data/lib/mudbase/models/get_function_versions200_response_data.rb +0 -149
- data/lib/mudbase/models/get_function_versions200_response_data_versions_inner.rb +0 -192
- data/lib/mudbase/models/get_historical_analytics200_response.rb +0 -176
- data/lib/mudbase/models/get_historical_analytics200_response_data_inner.rb +0 -165
- data/lib/mudbase/models/get_integrations200_response.rb +0 -149
- data/lib/mudbase/models/get_integrations200_response_integrations_inner.rb +0 -174
- data/lib/mudbase/models/get_local_session200_response.rb +0 -156
- data/lib/mudbase/models/get_multi_role_config200_response.rb +0 -156
- data/lib/mudbase/models/get_multi_role_config200_response_data.rb +0 -176
- data/lib/mudbase/models/get_non_custodial_balance200_response.rb +0 -156
- data/lib/mudbase/models/get_non_custodial_transaction_by_hash200_response.rb +0 -156
- data/lib/mudbase/models/get_non_custodial_transaction_by_hash400_response.rb +0 -156
- data/lib/mudbase/models/get_non_custodial_transactions200_response.rb +0 -167
- data/lib/mudbase/models/get_non_custodial_transactions200_response_pagination.rb +0 -201
- data/lib/mudbase/models/get_project_analytics200_response.rb +0 -183
- data/lib/mudbase/models/get_public_plans200_response.rb +0 -149
- data/lib/mudbase/models/get_role_elevation_status200_response.rb +0 -149
- data/lib/mudbase/models/get_search_analytics200_response.rb +0 -176
- data/lib/mudbase/models/get_search_analytics200_response_top_queries_inner.rb +0 -156
- data/lib/mudbase/models/get_search_suggestions200_response.rb +0 -149
- data/lib/mudbase/models/get_speed_up_params200_response.rb +0 -156
- data/lib/mudbase/models/get_speed_up_params200_response_data.rb +0 -229
- data/lib/mudbase/models/get_speed_up_params_request.rb +0 -209
- data/lib/mudbase/models/get_user_chats200_response.rb +0 -156
- data/lib/mudbase/models/get_user_chats200_response_data.rb +0 -158
- data/lib/mudbase/models/get_user_chats200_response_data_chats_inner.rb +0 -183
- data/lib/mudbase/models/get_user_chats200_response_data_chats_inner_last_message.rb +0 -147
- data/lib/mudbase/models/get_wallet_webhook_logs200_response.rb +0 -158
- data/lib/mudbase/models/handle_crypto_payment_webhook200_response.rb +0 -147
- data/lib/mudbase/models/handle_crypto_payment_webhook_request.rb +0 -214
- data/lib/mudbase/models/handle_crypto_payment_webhook_request_data.rb +0 -201
- data/lib/mudbase/models/handle_flutterwave_webhook_request.rb +0 -157
- data/lib/mudbase/models/handle_flutterwave_webhook_request_data.rb +0 -211
- data/lib/mudbase/models/handle_flutterwave_webhook_request_data_customer.rb +0 -156
- data/lib/mudbase/models/initialize_payment_for_project_request.rb +0 -219
- data/lib/mudbase/models/initialize_payment_for_project_request_customer.rb +0 -173
- data/lib/mudbase/models/initiate_o_auth200_response.rb +0 -148
- data/lib/mudbase/models/initiate_o_auth400_response.rb +0 -147
- data/lib/mudbase/models/initiate_o_auth404_response.rb +0 -147
- data/lib/mudbase/models/link_o_auth_provider200_response.rb +0 -147
- data/lib/mudbase/models/list_collections200_response.rb +0 -158
- data/lib/mudbase/models/list_non_custodial_addresses200_response.rb +0 -167
- data/lib/mudbase/models/list_o_auth_providers200_response.rb +0 -149
- data/lib/mudbase/models/list_o_auth_providers200_response_providers_inner.rb +0 -174
- data/lib/mudbase/models/list_wallet_webhooks200_response.rb +0 -167
- data/lib/mudbase/models/log_security_event200_response.rb +0 -156
- data/lib/mudbase/models/log_security_event200_response_event.rb +0 -174
- data/lib/mudbase/models/log_security_event_request.rb +0 -225
- data/lib/mudbase/models/log_security_event_request_details.rb +0 -192
- data/lib/mudbase/models/login_local_user200_response.rb +0 -186
- data/lib/mudbase/models/login_local_user200_response_user.rb +0 -201
- data/lib/mudbase/models/login_local_user403_response.rb +0 -165
- data/lib/mudbase/models/login_local_user_request.rb +0 -199
- data/lib/mudbase/models/mark_messages_as_read200_response.rb +0 -156
- data/lib/mudbase/models/mark_messages_as_read200_response_data.rb +0 -147
- data/lib/mudbase/models/mark_messages_as_read_request.rb +0 -166
- data/lib/mudbase/models/oauth_callback200_response.rb +0 -156
- data/lib/mudbase/models/oauth_signup_with_role400_response.rb +0 -156
- data/lib/mudbase/models/record_usage_request.rb +0 -219
- data/lib/mudbase/models/refresh_token200_response.rb +0 -177
- data/lib/mudbase/models/refresh_token400_response.rb +0 -147
- data/lib/mudbase/models/refresh_token_request.rb +0 -165
- data/lib/mudbase/models/register_local_user201_response.rb +0 -196
- data/lib/mudbase/models/register_local_user201_response_user.rb +0 -192
- data/lib/mudbase/models/register_local_user429_response.rb +0 -208
- data/lib/mudbase/models/register_local_user_request.rb +0 -277
- data/lib/mudbase/models/register_non_custodial_address_request.rb +0 -246
- data/lib/mudbase/models/register_with_role_request.rb +0 -268
- data/lib/mudbase/models/remove_participant_request.rb +0 -164
- data/lib/mudbase/models/remove_reaction200_response.rb +0 -158
- data/lib/mudbase/models/remove_reaction200_response_data_inner.rb +0 -167
- data/lib/mudbase/models/request_local_password_reset_request.rb +0 -174
- data/lib/mudbase/models/request_role_elevation200_response.rb +0 -240
- data/lib/mudbase/models/request_role_elevation_request.rb +0 -164
- data/lib/mudbase/models/reset_local_password_request.rb +0 -182
- data/lib/mudbase/models/rollback_function_request.rb +0 -165
- data/lib/mudbase/models/send_message201_response.rb +0 -156
- data/lib/mudbase/models/send_message201_response_data.rb +0 -174
- data/lib/mudbase/models/send_message_request.rb +0 -234
- data/lib/mudbase/models/simulate_function_trigger_request.rb +0 -168
- data/lib/mudbase/models/test_wallet_webhook200_response.rb +0 -156
- data/lib/mudbase/models/test_wallet_webhook_request.rb +0 -191
- data/lib/mudbase/models/toggle_role_request.rb +0 -164
- data/lib/mudbase/models/trigger_function_webhook200_response.rb +0 -168
- data/lib/mudbase/models/trigger_function_webhook400_response.rb +0 -156
- data/lib/mudbase/models/trigger_function_webhook401_response.rb +0 -156
- data/lib/mudbase/models/unlink_o_auth_provider200_response.rb +0 -156
- data/lib/mudbase/models/update_collection_permissions_request.rb +0 -180
- data/lib/mudbase/models/update_multi_role_settings200_response.rb +0 -165
- data/lib/mudbase/models/update_multi_role_settings_request.rb +0 -165
- data/lib/mudbase/models/update_multi_role_settings_request_settings.rb +0 -156
- data/lib/mudbase/models/update_project_role_request.rb +0 -192
- data/lib/mudbase/models/update_user_profile200_response.rb +0 -156
- data/lib/mudbase/models/update_wallet_webhook200_response.rb +0 -156
- data/lib/mudbase/models/update_wallet_webhook_request.rb +0 -176
- data/lib/mudbase/models/upload_verification_documents_request.rb +0 -192
- data/lib/mudbase/models/upload_verification_documents_request_documents_inner.rb +0 -156
- data/lib/mudbase/models/verify2_fa_request.rb +0 -164
- data/lib/mudbase/models/verify_email_request.rb +0 -175
- data/lib/mudbase/models/verify_magic_link_request.rb +0 -164
- data/lib/mudbase/models/verify_payment200_response.rb +0 -165
- data/lib/mudbase/models/verify_payment200_response_data.rb +0 -147
- data/lib/mudbase/models/verify_payment200_response_data_subscription.rb +0 -208
- data/spec/api/authentication_api_spec.rb +0 -240
- data/spec/api/buckets_api_spec.rb +0 -103
- data/spec/api/files_api_spec.rb +0 -159
- data/spec/api/multi_role_feature_api_spec.rb +0 -156
- data/spec/api/real_time_analytics_api_spec.rb +0 -98
- data/spec/models/add_custom_role_request_default_permissions_inner_spec.rb +0 -42
- data/spec/models/add_custom_role_request_spec.rb +0 -66
- data/spec/models/add_participant200_response_data_participants_inner_spec.rb +0 -48
- data/spec/models/add_participant200_response_data_spec.rb +0 -36
- data/spec/models/add_participant200_response_spec.rb +0 -42
- data/spec/models/add_participant_request_spec.rb +0 -46
- data/spec/models/add_reaction200_response_data_inner_spec.rb +0 -42
- data/spec/models/add_reaction200_response_spec.rb +0 -42
- data/spec/models/add_reaction_request_spec.rb +0 -36
- data/spec/models/broadcast_non_custodial_transaction200_response_data_spec.rb +0 -54
- data/spec/models/broadcast_non_custodial_transaction200_response_spec.rb +0 -48
- data/spec/models/broadcast_non_custodial_transaction_request_spec.rb +0 -52
- data/spec/models/check_feature_access200_response_spec.rb +0 -42
- data/spec/models/check_subscription200_response_spec.rb +0 -42
- data/spec/models/check_subscription200_response_subscription_spec.rb +0 -42
- data/spec/models/check_user_presence200_response_presence_value_spec.rb +0 -42
- data/spec/models/check_user_presence200_response_spec.rb +0 -42
- data/spec/models/check_user_presence_request_spec.rb +0 -36
- data/spec/models/confirm_direct_upload400_response_spec.rb +0 -42
- data/spec/models/confirm_direct_upload_request_spec.rb +0 -72
- data/spec/models/confirm_local_password_reset_with_otp_request_spec.rb +0 -54
- data/spec/models/convert_anonymous_account200_response_spec.rb +0 -60
- data/spec/models/convert_anonymous_account_request_spec.rb +0 -54
- data/spec/models/create_anonymous_session200_response_spec.rb +0 -60
- data/spec/models/create_anonymous_session200_response_user_spec.rb +0 -66
- data/spec/models/create_anonymous_session_request_spec.rb +0 -42
- data/spec/models/create_chat201_response_data_spec.rb +0 -60
- data/spec/models/create_chat201_response_spec.rb +0 -42
- data/spec/models/create_chat_request_spec.rb +0 -64
- data/spec/models/create_checkout_session200_response_data_payment_options_inner_spec.rb +0 -74
- data/spec/models/create_checkout_session200_response_data_spec.rb +0 -96
- data/spec/models/create_checkout_session200_response_spec.rb +0 -42
- data/spec/models/create_checkout_session_request_customer_info_spec.rb +0 -42
- data/spec/models/create_checkout_session_request_spec.rb +0 -64
- data/spec/models/create_collection201_response_spec.rb +0 -42
- data/spec/models/create_wallet_webhook201_response_spec.rb +0 -48
- data/spec/models/create_wallet_webhook_request_filters_spec.rb +0 -46
- data/spec/models/create_wallet_webhook_request_spec.rb +0 -64
- data/spec/models/delete_function200_response_spec.rb +0 -42
- data/spec/models/disable2_fa_request_spec.rb +0 -42
- data/spec/models/download_bucket_file403_response_spec.rb +0 -36
- data/spec/models/download_bucket_file404_response_spec.rb +0 -36
- data/spec/models/edit_message200_response_data_spec.rb +0 -48
- data/spec/models/edit_message200_response_spec.rb +0 -42
- data/spec/models/edit_message_request_spec.rb +0 -36
- data/spec/models/erase_user_data200_response_details_spec.rb +0 -60
- data/spec/models/erase_user_data200_response_spec.rb +0 -42
- data/spec/models/erase_user_data_request_spec.rb +0 -46
- data/spec/models/estimate_non_custodial_gas200_response_data_spec.rb +0 -96
- data/spec/models/estimate_non_custodial_gas200_response_spec.rb +0 -42
- data/spec/models/estimate_non_custodial_gas_request_spec.rb +0 -46
- data/spec/models/estimate_non_custodial_gas_request_transaction_spec.rb +0 -66
- data/spec/models/execute_function_request_spec.rb +0 -36
- data/spec/models/execute_integration_request_spec.rb +0 -58
- data/spec/models/export_user_data200_response_spec.rb +0 -78
- data/spec/models/generate_presigned_upload_request_spec.rb +0 -60
- data/spec/models/generate_signed_url_request_spec.rb +0 -36
- data/spec/models/get_active_users200_response_spec.rb +0 -48
- data/spec/models/get_active_users200_response_users_inner_spec.rb +0 -48
- data/spec/models/get_available_o_auth_providers200_response_providers_inner_spec.rb +0 -66
- data/spec/models/get_available_o_auth_providers200_response_spec.rb +0 -42
- data/spec/models/get_available_roles200_response_data_inner_spec.rb +0 -72
- data/spec/models/get_available_roles200_response_spec.rb +0 -42
- data/spec/models/get_cancel_params200_response_data_spec.rb +0 -90
- data/spec/models/get_cancel_params200_response_spec.rb +0 -42
- data/spec/models/get_cancel_params_request_spec.rb +0 -52
- data/spec/models/get_chat_details200_response_data_participants_inner_spec.rb +0 -42
- data/spec/models/get_chat_details200_response_data_spec.rb +0 -48
- data/spec/models/get_chat_details200_response_spec.rb +0 -42
- data/spec/models/get_chat_messages200_response_data_messages_inner_sender_spec.rb +0 -42
- data/spec/models/get_chat_messages200_response_data_messages_inner_spec.rb +0 -54
- data/spec/models/get_chat_messages200_response_data_spec.rb +0 -42
- data/spec/models/get_chat_messages200_response_spec.rb +0 -42
- data/spec/models/get_checkout_payment200_response_data_spec.rb +0 -84
- data/spec/models/get_checkout_payment200_response_spec.rb +0 -42
- data/spec/models/get_current_user200_response_spec.rb +0 -36
- data/spec/models/get_event_throughput200_response_spec.rb +0 -60
- data/spec/models/get_function_versions200_response_data_spec.rb +0 -36
- data/spec/models/get_function_versions200_response_data_versions_inner_spec.rb +0 -66
- data/spec/models/get_function_versions200_response_spec.rb +0 -42
- data/spec/models/get_historical_analytics200_response_data_inner_spec.rb +0 -48
- data/spec/models/get_historical_analytics200_response_spec.rb +0 -54
- data/spec/models/get_integrations200_response_integrations_inner_spec.rb +0 -54
- data/spec/models/get_integrations200_response_spec.rb +0 -36
- data/spec/models/get_local_session200_response_spec.rb +0 -42
- data/spec/models/get_multi_role_config200_response_data_spec.rb +0 -54
- data/spec/models/get_multi_role_config200_response_spec.rb +0 -42
- data/spec/models/get_non_custodial_balance200_response_spec.rb +0 -42
- data/spec/models/get_non_custodial_transaction_by_hash200_response_spec.rb +0 -42
- data/spec/models/get_non_custodial_transaction_by_hash400_response_spec.rb +0 -42
- data/spec/models/get_non_custodial_transactions200_response_pagination_spec.rb +0 -72
- data/spec/models/get_non_custodial_transactions200_response_spec.rb +0 -48
- data/spec/models/get_project_analytics200_response_spec.rb +0 -60
- data/spec/models/get_public_plans200_response_spec.rb +0 -36
- data/spec/models/get_role_elevation_status200_response_spec.rb +0 -36
- data/spec/models/get_search_analytics200_response_spec.rb +0 -54
- data/spec/models/get_search_analytics200_response_top_queries_inner_spec.rb +0 -42
- data/spec/models/get_search_suggestions200_response_spec.rb +0 -36
- data/spec/models/get_speed_up_params200_response_data_spec.rb +0 -90
- data/spec/models/get_speed_up_params200_response_spec.rb +0 -42
- data/spec/models/get_speed_up_params_request_spec.rb +0 -52
- data/spec/models/get_user_chats200_response_data_chats_inner_last_message_spec.rb +0 -36
- data/spec/models/get_user_chats200_response_data_chats_inner_spec.rb +0 -60
- data/spec/models/get_user_chats200_response_data_spec.rb +0 -42
- data/spec/models/get_user_chats200_response_spec.rb +0 -42
- data/spec/models/get_wallet_webhook_logs200_response_spec.rb +0 -42
- data/spec/models/handle_crypto_payment_webhook200_response_spec.rb +0 -36
- data/spec/models/handle_crypto_payment_webhook_request_data_spec.rb +0 -72
- data/spec/models/handle_crypto_payment_webhook_request_spec.rb +0 -46
- data/spec/models/handle_flutterwave_webhook_request_data_customer_spec.rb +0 -42
- data/spec/models/handle_flutterwave_webhook_request_data_spec.rb +0 -78
- data/spec/models/handle_flutterwave_webhook_request_spec.rb +0 -42
- data/spec/models/initialize_payment_for_project_request_customer_spec.rb +0 -42
- data/spec/models/initialize_payment_for_project_request_spec.rb +0 -54
- data/spec/models/initiate_o_auth200_response_spec.rb +0 -36
- data/spec/models/initiate_o_auth400_response_spec.rb +0 -36
- data/spec/models/initiate_o_auth404_response_spec.rb +0 -36
- data/spec/models/link_o_auth_provider200_response_spec.rb +0 -36
- data/spec/models/list_collections200_response_spec.rb +0 -42
- data/spec/models/list_non_custodial_addresses200_response_spec.rb +0 -48
- data/spec/models/list_o_auth_providers200_response_providers_inner_spec.rb +0 -54
- data/spec/models/list_o_auth_providers200_response_spec.rb +0 -36
- data/spec/models/list_wallet_webhooks200_response_spec.rb +0 -48
- data/spec/models/log_security_event200_response_event_spec.rb +0 -54
- data/spec/models/log_security_event200_response_spec.rb +0 -42
- data/spec/models/log_security_event_request_details_spec.rb +0 -66
- data/spec/models/log_security_event_request_spec.rb +0 -56
- data/spec/models/login_local_user200_response_spec.rb +0 -60
- data/spec/models/login_local_user200_response_user_spec.rb +0 -72
- data/spec/models/login_local_user403_response_spec.rb +0 -48
- data/spec/models/login_local_user_request_spec.rb +0 -48
- data/spec/models/mark_messages_as_read200_response_data_spec.rb +0 -36
- data/spec/models/mark_messages_as_read200_response_spec.rb +0 -42
- data/spec/models/mark_messages_as_read_request_spec.rb +0 -36
- data/spec/models/oauth_callback200_response_spec.rb +0 -42
- data/spec/models/oauth_signup_with_role400_response_spec.rb +0 -42
- data/spec/models/record_usage_request_spec.rb +0 -48
- data/spec/models/refresh_token200_response_spec.rb +0 -54
- data/spec/models/refresh_token400_response_spec.rb +0 -36
- data/spec/models/refresh_token_request_spec.rb +0 -36
- data/spec/models/register_local_user201_response_spec.rb +0 -66
- data/spec/models/register_local_user201_response_user_spec.rb +0 -66
- data/spec/models/register_local_user429_response_spec.rb +0 -72
- data/spec/models/register_local_user_request_spec.rb +0 -60
- data/spec/models/register_non_custodial_address_request_spec.rb +0 -64
- data/spec/models/register_with_role_request_spec.rb +0 -60
- data/spec/models/remove_participant_request_spec.rb +0 -36
- data/spec/models/remove_reaction200_response_data_inner_spec.rb +0 -48
- data/spec/models/remove_reaction200_response_spec.rb +0 -42
- data/spec/models/request_local_password_reset_request_spec.rb +0 -42
- data/spec/models/request_role_elevation200_response_spec.rb +0 -74
- data/spec/models/request_role_elevation_request_spec.rb +0 -36
- data/spec/models/reset_local_password_request_spec.rb +0 -42
- data/spec/models/rollback_function_request_spec.rb +0 -36
- data/spec/models/send_message201_response_data_spec.rb +0 -54
- data/spec/models/send_message201_response_spec.rb +0 -42
- data/spec/models/send_message_request_spec.rb +0 -58
- data/spec/models/simulate_function_trigger_request_spec.rb +0 -48
- data/spec/models/test_wallet_webhook200_response_spec.rb +0 -42
- data/spec/models/test_wallet_webhook_request_spec.rb +0 -54
- data/spec/models/toggle_role_request_spec.rb +0 -36
- data/spec/models/trigger_function_webhook200_response_spec.rb +0 -48
- data/spec/models/trigger_function_webhook400_response_spec.rb +0 -42
- data/spec/models/trigger_function_webhook401_response_spec.rb +0 -42
- data/spec/models/unlink_o_auth_provider200_response_spec.rb +0 -42
- data/spec/models/update_collection_permissions_request_spec.rb +0 -46
- data/spec/models/update_multi_role_settings200_response_spec.rb +0 -48
- data/spec/models/update_multi_role_settings_request_settings_spec.rb +0 -42
- data/spec/models/update_multi_role_settings_request_spec.rb +0 -48
- data/spec/models/update_project_role_request_spec.rb +0 -66
- data/spec/models/update_user_profile200_response_spec.rb +0 -42
- data/spec/models/update_wallet_webhook200_response_spec.rb +0 -42
- data/spec/models/update_wallet_webhook_request_spec.rb +0 -54
- data/spec/models/upload_verification_documents_request_documents_inner_spec.rb +0 -42
- data/spec/models/upload_verification_documents_request_spec.rb +0 -42
- data/spec/models/verify2_fa_request_spec.rb +0 -36
- data/spec/models/verify_email_request_spec.rb +0 -42
- data/spec/models/verify_magic_link_request_spec.rb +0 -36
- data/spec/models/verify_payment200_response_data_spec.rb +0 -36
- data/spec/models/verify_payment200_response_data_subscription_spec.rb +0 -58
- 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
|
|
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
|
|
@@ -25,8 +25,8 @@ module Mudbase
|
|
|
25
25
|
# @param function_id [String] Function ID (MongoDB ObjectId) to activate.
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
27
|
# @return [FunctionResponse]
|
|
28
|
-
def
|
|
29
|
-
data, _status_code, _headers =
|
|
28
|
+
def functions_activate(project_id, function_id, opts = {})
|
|
29
|
+
data, _status_code, _headers = functions_activate_with_http_info(project_id, function_id, opts)
|
|
30
30
|
data
|
|
31
31
|
end
|
|
32
32
|
|
|
@@ -36,17 +36,17 @@ module Mudbase
|
|
|
36
36
|
# @param function_id [String] Function ID (MongoDB ObjectId) to activate.
|
|
37
37
|
# @param [Hash] opts the optional parameters
|
|
38
38
|
# @return [Array<(FunctionResponse, Integer, Hash)>] FunctionResponse data, response status code and response headers
|
|
39
|
-
def
|
|
39
|
+
def functions_activate_with_http_info(project_id, function_id, opts = {})
|
|
40
40
|
if @api_client.config.debugging
|
|
41
|
-
@api_client.config.logger.debug 'Calling API: FunctionsApi.
|
|
41
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.functions_activate ...'
|
|
42
42
|
end
|
|
43
43
|
# verify the required parameter 'project_id' is set
|
|
44
44
|
if @api_client.config.client_side_validation && project_id.nil?
|
|
45
|
-
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.
|
|
45
|
+
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.functions_activate"
|
|
46
46
|
end
|
|
47
47
|
# verify the required parameter 'function_id' is set
|
|
48
48
|
if @api_client.config.client_side_validation && function_id.nil?
|
|
49
|
-
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.
|
|
49
|
+
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.functions_activate"
|
|
50
50
|
end
|
|
51
51
|
# resource path
|
|
52
52
|
local_var_path = '/api/functions/projects/{projectId}/functions/{functionId}/activate'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'functionId' + '}', CGI.escape(function_id.to_s))
|
|
@@ -69,10 +69,10 @@ module Mudbase
|
|
|
69
69
|
return_type = opts[:debug_return_type] || 'FunctionResponse'
|
|
70
70
|
|
|
71
71
|
# auth_names
|
|
72
|
-
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', '
|
|
72
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', 'BearerToken']
|
|
73
73
|
|
|
74
74
|
new_options = opts.merge(
|
|
75
|
-
:operation => :"FunctionsApi.
|
|
75
|
+
:operation => :"FunctionsApi.functions_activate",
|
|
76
76
|
:header_params => header_params,
|
|
77
77
|
:query_params => query_params,
|
|
78
78
|
:form_params => form_params,
|
|
@@ -83,7 +83,7 @@ module Mudbase
|
|
|
83
83
|
|
|
84
84
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
85
85
|
if @api_client.config.debugging
|
|
86
|
-
@api_client.config.logger.debug "API called: FunctionsApi#
|
|
86
|
+
@api_client.config.logger.debug "API called: FunctionsApi#functions_activate\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
87
87
|
end
|
|
88
88
|
return data, status_code, headers
|
|
89
89
|
end
|
|
@@ -94,8 +94,8 @@ module Mudbase
|
|
|
94
94
|
# @param create_function_request [CreateFunctionRequest] Function name, description, code, trigger config, and optional environment.
|
|
95
95
|
# @param [Hash] opts the optional parameters
|
|
96
96
|
# @return [FunctionResponse]
|
|
97
|
-
def
|
|
98
|
-
data, _status_code, _headers =
|
|
97
|
+
def functions_create(project_id, create_function_request, opts = {})
|
|
98
|
+
data, _status_code, _headers = functions_create_with_http_info(project_id, create_function_request, opts)
|
|
99
99
|
data
|
|
100
100
|
end
|
|
101
101
|
|
|
@@ -105,17 +105,17 @@ module Mudbase
|
|
|
105
105
|
# @param create_function_request [CreateFunctionRequest] Function name, description, code, trigger config, and optional environment.
|
|
106
106
|
# @param [Hash] opts the optional parameters
|
|
107
107
|
# @return [Array<(FunctionResponse, Integer, Hash)>] FunctionResponse data, response status code and response headers
|
|
108
|
-
def
|
|
108
|
+
def functions_create_with_http_info(project_id, create_function_request, opts = {})
|
|
109
109
|
if @api_client.config.debugging
|
|
110
|
-
@api_client.config.logger.debug 'Calling API: FunctionsApi.
|
|
110
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.functions_create ...'
|
|
111
111
|
end
|
|
112
112
|
# verify the required parameter 'project_id' is set
|
|
113
113
|
if @api_client.config.client_side_validation && project_id.nil?
|
|
114
|
-
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.
|
|
114
|
+
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.functions_create"
|
|
115
115
|
end
|
|
116
116
|
# verify the required parameter 'create_function_request' is set
|
|
117
117
|
if @api_client.config.client_side_validation && create_function_request.nil?
|
|
118
|
-
fail ArgumentError, "Missing the required parameter 'create_function_request' when calling FunctionsApi.
|
|
118
|
+
fail ArgumentError, "Missing the required parameter 'create_function_request' when calling FunctionsApi.functions_create"
|
|
119
119
|
end
|
|
120
120
|
# resource path
|
|
121
121
|
local_var_path = '/api/functions/projects/{projectId}/functions'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s))
|
|
@@ -143,10 +143,10 @@ module Mudbase
|
|
|
143
143
|
return_type = opts[:debug_return_type] || 'FunctionResponse'
|
|
144
144
|
|
|
145
145
|
# auth_names
|
|
146
|
-
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', '
|
|
146
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', 'BearerToken']
|
|
147
147
|
|
|
148
148
|
new_options = opts.merge(
|
|
149
|
-
:operation => :"FunctionsApi.
|
|
149
|
+
:operation => :"FunctionsApi.functions_create",
|
|
150
150
|
:header_params => header_params,
|
|
151
151
|
:query_params => query_params,
|
|
152
152
|
:form_params => form_params,
|
|
@@ -157,7 +157,7 @@ module Mudbase
|
|
|
157
157
|
|
|
158
158
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
159
159
|
if @api_client.config.debugging
|
|
160
|
-
@api_client.config.logger.debug "API called: FunctionsApi#
|
|
160
|
+
@api_client.config.logger.debug "API called: FunctionsApi#functions_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
161
161
|
end
|
|
162
162
|
return data, status_code, headers
|
|
163
163
|
end
|
|
@@ -168,8 +168,8 @@ module Mudbase
|
|
|
168
168
|
# @param function_id [String] Function ID (MongoDB ObjectId) to deactivate.
|
|
169
169
|
# @param [Hash] opts the optional parameters
|
|
170
170
|
# @return [FunctionResponse]
|
|
171
|
-
def
|
|
172
|
-
data, _status_code, _headers =
|
|
171
|
+
def functions_deactivate(project_id, function_id, opts = {})
|
|
172
|
+
data, _status_code, _headers = functions_deactivate_with_http_info(project_id, function_id, opts)
|
|
173
173
|
data
|
|
174
174
|
end
|
|
175
175
|
|
|
@@ -179,17 +179,17 @@ module Mudbase
|
|
|
179
179
|
# @param function_id [String] Function ID (MongoDB ObjectId) to deactivate.
|
|
180
180
|
# @param [Hash] opts the optional parameters
|
|
181
181
|
# @return [Array<(FunctionResponse, Integer, Hash)>] FunctionResponse data, response status code and response headers
|
|
182
|
-
def
|
|
182
|
+
def functions_deactivate_with_http_info(project_id, function_id, opts = {})
|
|
183
183
|
if @api_client.config.debugging
|
|
184
|
-
@api_client.config.logger.debug 'Calling API: FunctionsApi.
|
|
184
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.functions_deactivate ...'
|
|
185
185
|
end
|
|
186
186
|
# verify the required parameter 'project_id' is set
|
|
187
187
|
if @api_client.config.client_side_validation && project_id.nil?
|
|
188
|
-
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.
|
|
188
|
+
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.functions_deactivate"
|
|
189
189
|
end
|
|
190
190
|
# verify the required parameter 'function_id' is set
|
|
191
191
|
if @api_client.config.client_side_validation && function_id.nil?
|
|
192
|
-
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.
|
|
192
|
+
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.functions_deactivate"
|
|
193
193
|
end
|
|
194
194
|
# resource path
|
|
195
195
|
local_var_path = '/api/functions/projects/{projectId}/functions/{functionId}/deactivate'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'functionId' + '}', CGI.escape(function_id.to_s))
|
|
@@ -212,10 +212,10 @@ module Mudbase
|
|
|
212
212
|
return_type = opts[:debug_return_type] || 'FunctionResponse'
|
|
213
213
|
|
|
214
214
|
# auth_names
|
|
215
|
-
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', '
|
|
215
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', 'BearerToken']
|
|
216
216
|
|
|
217
217
|
new_options = opts.merge(
|
|
218
|
-
:operation => :"FunctionsApi.
|
|
218
|
+
:operation => :"FunctionsApi.functions_deactivate",
|
|
219
219
|
:header_params => header_params,
|
|
220
220
|
:query_params => query_params,
|
|
221
221
|
:form_params => form_params,
|
|
@@ -226,7 +226,7 @@ module Mudbase
|
|
|
226
226
|
|
|
227
227
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
228
228
|
if @api_client.config.debugging
|
|
229
|
-
@api_client.config.logger.debug "API called: FunctionsApi#
|
|
229
|
+
@api_client.config.logger.debug "API called: FunctionsApi#functions_deactivate\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
230
230
|
end
|
|
231
231
|
return data, status_code, headers
|
|
232
232
|
end
|
|
@@ -236,9 +236,9 @@ module Mudbase
|
|
|
236
236
|
# @param project_id [String] Project ID.
|
|
237
237
|
# @param function_id [String] Function ID to delete.
|
|
238
238
|
# @param [Hash] opts the optional parameters
|
|
239
|
-
# @return [
|
|
240
|
-
def
|
|
241
|
-
data, _status_code, _headers =
|
|
239
|
+
# @return [FunctionsDelete200Response]
|
|
240
|
+
def functions_delete(project_id, function_id, opts = {})
|
|
241
|
+
data, _status_code, _headers = functions_delete_with_http_info(project_id, function_id, opts)
|
|
242
242
|
data
|
|
243
243
|
end
|
|
244
244
|
|
|
@@ -247,18 +247,18 @@ module Mudbase
|
|
|
247
247
|
# @param project_id [String] Project ID.
|
|
248
248
|
# @param function_id [String] Function ID to delete.
|
|
249
249
|
# @param [Hash] opts the optional parameters
|
|
250
|
-
# @return [Array<(
|
|
251
|
-
def
|
|
250
|
+
# @return [Array<(FunctionsDelete200Response, Integer, Hash)>] FunctionsDelete200Response data, response status code and response headers
|
|
251
|
+
def functions_delete_with_http_info(project_id, function_id, opts = {})
|
|
252
252
|
if @api_client.config.debugging
|
|
253
|
-
@api_client.config.logger.debug 'Calling API: FunctionsApi.
|
|
253
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.functions_delete ...'
|
|
254
254
|
end
|
|
255
255
|
# verify the required parameter 'project_id' is set
|
|
256
256
|
if @api_client.config.client_side_validation && project_id.nil?
|
|
257
|
-
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.
|
|
257
|
+
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.functions_delete"
|
|
258
258
|
end
|
|
259
259
|
# verify the required parameter 'function_id' is set
|
|
260
260
|
if @api_client.config.client_side_validation && function_id.nil?
|
|
261
|
-
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.
|
|
261
|
+
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.functions_delete"
|
|
262
262
|
end
|
|
263
263
|
# resource path
|
|
264
264
|
local_var_path = '/api/functions/projects/{projectId}/functions/{functionId}'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'functionId' + '}', CGI.escape(function_id.to_s))
|
|
@@ -278,13 +278,13 @@ module Mudbase
|
|
|
278
278
|
post_body = opts[:debug_body]
|
|
279
279
|
|
|
280
280
|
# return_type
|
|
281
|
-
return_type = opts[:debug_return_type] || '
|
|
281
|
+
return_type = opts[:debug_return_type] || 'FunctionsDelete200Response'
|
|
282
282
|
|
|
283
283
|
# auth_names
|
|
284
|
-
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', '
|
|
284
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', 'BearerToken']
|
|
285
285
|
|
|
286
286
|
new_options = opts.merge(
|
|
287
|
-
:operation => :"FunctionsApi.
|
|
287
|
+
:operation => :"FunctionsApi.functions_delete",
|
|
288
288
|
:header_params => header_params,
|
|
289
289
|
:query_params => query_params,
|
|
290
290
|
:form_params => form_params,
|
|
@@ -295,7 +295,7 @@ module Mudbase
|
|
|
295
295
|
|
|
296
296
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
|
297
297
|
if @api_client.config.debugging
|
|
298
|
-
@api_client.config.logger.debug "API called: FunctionsApi#
|
|
298
|
+
@api_client.config.logger.debug "API called: FunctionsApi#functions_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
299
299
|
end
|
|
300
300
|
return data, status_code, headers
|
|
301
301
|
end
|
|
@@ -305,10 +305,10 @@ module Mudbase
|
|
|
305
305
|
# @param project_id [String] Project ID (MongoDB ObjectId) that owns the function.
|
|
306
306
|
# @param function_id [String] Function ID (MongoDB ObjectId) to execute.
|
|
307
307
|
# @param [Hash] opts the optional parameters
|
|
308
|
-
# @option opts [
|
|
308
|
+
# @option opts [FunctionsExecuteRequest] :functions_execute_request Optional JSON payload merged with trigger context (e.g. document, file, webhook body). Omit for no custom input.
|
|
309
309
|
# @return [FunctionExecutionResponse]
|
|
310
|
-
def
|
|
311
|
-
data, _status_code, _headers =
|
|
310
|
+
def functions_execute(project_id, function_id, opts = {})
|
|
311
|
+
data, _status_code, _headers = functions_execute_with_http_info(project_id, function_id, opts)
|
|
312
312
|
data
|
|
313
313
|
end
|
|
314
314
|
|
|
@@ -317,19 +317,19 @@ module Mudbase
|
|
|
317
317
|
# @param project_id [String] Project ID (MongoDB ObjectId) that owns the function.
|
|
318
318
|
# @param function_id [String] Function ID (MongoDB ObjectId) to execute.
|
|
319
319
|
# @param [Hash] opts the optional parameters
|
|
320
|
-
# @option opts [
|
|
320
|
+
# @option opts [FunctionsExecuteRequest] :functions_execute_request Optional JSON payload merged with trigger context (e.g. document, file, webhook body). Omit for no custom input.
|
|
321
321
|
# @return [Array<(FunctionExecutionResponse, Integer, Hash)>] FunctionExecutionResponse data, response status code and response headers
|
|
322
|
-
def
|
|
322
|
+
def functions_execute_with_http_info(project_id, function_id, opts = {})
|
|
323
323
|
if @api_client.config.debugging
|
|
324
|
-
@api_client.config.logger.debug 'Calling API: FunctionsApi.
|
|
324
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.functions_execute ...'
|
|
325
325
|
end
|
|
326
326
|
# verify the required parameter 'project_id' is set
|
|
327
327
|
if @api_client.config.client_side_validation && project_id.nil?
|
|
328
|
-
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.
|
|
328
|
+
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.functions_execute"
|
|
329
329
|
end
|
|
330
330
|
# verify the required parameter 'function_id' is set
|
|
331
331
|
if @api_client.config.client_side_validation && function_id.nil?
|
|
332
|
-
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.
|
|
332
|
+
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.functions_execute"
|
|
333
333
|
end
|
|
334
334
|
# resource path
|
|
335
335
|
local_var_path = '/api/functions/projects/{projectId}/functions/{functionId}/execute'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'functionId' + '}', CGI.escape(function_id.to_s))
|
|
@@ -351,16 +351,16 @@ module Mudbase
|
|
|
351
351
|
form_params = opts[:form_params] || {}
|
|
352
352
|
|
|
353
353
|
# http body (model)
|
|
354
|
-
post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'
|
|
354
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'functions_execute_request'])
|
|
355
355
|
|
|
356
356
|
# return_type
|
|
357
357
|
return_type = opts[:debug_return_type] || 'FunctionExecutionResponse'
|
|
358
358
|
|
|
359
359
|
# auth_names
|
|
360
|
-
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', '
|
|
360
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', 'BearerToken']
|
|
361
361
|
|
|
362
362
|
new_options = opts.merge(
|
|
363
|
-
:operation => :"FunctionsApi.
|
|
363
|
+
:operation => :"FunctionsApi.functions_execute",
|
|
364
364
|
:header_params => header_params,
|
|
365
365
|
:query_params => query_params,
|
|
366
366
|
:form_params => form_params,
|
|
@@ -371,7 +371,7 @@ module Mudbase
|
|
|
371
371
|
|
|
372
372
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
373
373
|
if @api_client.config.debugging
|
|
374
|
-
@api_client.config.logger.debug "API called: FunctionsApi#
|
|
374
|
+
@api_client.config.logger.debug "API called: FunctionsApi#functions_execute\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
375
375
|
end
|
|
376
376
|
return data, status_code, headers
|
|
377
377
|
end
|
|
@@ -382,8 +382,8 @@ module Mudbase
|
|
|
382
382
|
# @param function_id [String] Function ID.
|
|
383
383
|
# @param [Hash] opts the optional parameters
|
|
384
384
|
# @return [FunctionResponse]
|
|
385
|
-
def
|
|
386
|
-
data, _status_code, _headers =
|
|
385
|
+
def functions_get(project_id, function_id, opts = {})
|
|
386
|
+
data, _status_code, _headers = functions_get_with_http_info(project_id, function_id, opts)
|
|
387
387
|
data
|
|
388
388
|
end
|
|
389
389
|
|
|
@@ -393,17 +393,17 @@ module Mudbase
|
|
|
393
393
|
# @param function_id [String] Function ID.
|
|
394
394
|
# @param [Hash] opts the optional parameters
|
|
395
395
|
# @return [Array<(FunctionResponse, Integer, Hash)>] FunctionResponse data, response status code and response headers
|
|
396
|
-
def
|
|
396
|
+
def functions_get_with_http_info(project_id, function_id, opts = {})
|
|
397
397
|
if @api_client.config.debugging
|
|
398
|
-
@api_client.config.logger.debug 'Calling API: FunctionsApi.
|
|
398
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.functions_get ...'
|
|
399
399
|
end
|
|
400
400
|
# verify the required parameter 'project_id' is set
|
|
401
401
|
if @api_client.config.client_side_validation && project_id.nil?
|
|
402
|
-
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.
|
|
402
|
+
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.functions_get"
|
|
403
403
|
end
|
|
404
404
|
# verify the required parameter 'function_id' is set
|
|
405
405
|
if @api_client.config.client_side_validation && function_id.nil?
|
|
406
|
-
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.
|
|
406
|
+
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.functions_get"
|
|
407
407
|
end
|
|
408
408
|
# resource path
|
|
409
409
|
local_var_path = '/api/functions/projects/{projectId}/functions/{functionId}'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'functionId' + '}', CGI.escape(function_id.to_s))
|
|
@@ -426,10 +426,10 @@ module Mudbase
|
|
|
426
426
|
return_type = opts[:debug_return_type] || 'FunctionResponse'
|
|
427
427
|
|
|
428
428
|
# auth_names
|
|
429
|
-
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', '
|
|
429
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', 'BearerToken']
|
|
430
430
|
|
|
431
431
|
new_options = opts.merge(
|
|
432
|
-
:operation => :"FunctionsApi.
|
|
432
|
+
:operation => :"FunctionsApi.functions_get",
|
|
433
433
|
:header_params => header_params,
|
|
434
434
|
:query_params => query_params,
|
|
435
435
|
:form_params => form_params,
|
|
@@ -440,7 +440,7 @@ module Mudbase
|
|
|
440
440
|
|
|
441
441
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
442
442
|
if @api_client.config.debugging
|
|
443
|
-
@api_client.config.logger.debug "API called: FunctionsApi#
|
|
443
|
+
@api_client.config.logger.debug "API called: FunctionsApi#functions_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
444
444
|
end
|
|
445
445
|
return data, status_code, headers
|
|
446
446
|
end
|
|
@@ -453,8 +453,8 @@ module Mudbase
|
|
|
453
453
|
# @option opts [Integer] :limit Maximum number of log entries to return. (default to 50)
|
|
454
454
|
# @option opts [Integer] :offset Number of log entries to skip for pagination. (default to 0)
|
|
455
455
|
# @return [FunctionLogsResponse]
|
|
456
|
-
def
|
|
457
|
-
data, _status_code, _headers =
|
|
456
|
+
def functions_get_logs(project_id, function_id, opts = {})
|
|
457
|
+
data, _status_code, _headers = functions_get_logs_with_http_info(project_id, function_id, opts)
|
|
458
458
|
data
|
|
459
459
|
end
|
|
460
460
|
|
|
@@ -466,17 +466,17 @@ module Mudbase
|
|
|
466
466
|
# @option opts [Integer] :limit Maximum number of log entries to return. (default to 50)
|
|
467
467
|
# @option opts [Integer] :offset Number of log entries to skip for pagination. (default to 0)
|
|
468
468
|
# @return [Array<(FunctionLogsResponse, Integer, Hash)>] FunctionLogsResponse data, response status code and response headers
|
|
469
|
-
def
|
|
469
|
+
def functions_get_logs_with_http_info(project_id, function_id, opts = {})
|
|
470
470
|
if @api_client.config.debugging
|
|
471
|
-
@api_client.config.logger.debug 'Calling API: FunctionsApi.
|
|
471
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.functions_get_logs ...'
|
|
472
472
|
end
|
|
473
473
|
# verify the required parameter 'project_id' is set
|
|
474
474
|
if @api_client.config.client_side_validation && project_id.nil?
|
|
475
|
-
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.
|
|
475
|
+
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.functions_get_logs"
|
|
476
476
|
end
|
|
477
477
|
# verify the required parameter 'function_id' is set
|
|
478
478
|
if @api_client.config.client_side_validation && function_id.nil?
|
|
479
|
-
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.
|
|
479
|
+
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.functions_get_logs"
|
|
480
480
|
end
|
|
481
481
|
# resource path
|
|
482
482
|
local_var_path = '/api/functions/projects/{projectId}/functions/{functionId}/logs'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'functionId' + '}', CGI.escape(function_id.to_s))
|
|
@@ -501,10 +501,10 @@ module Mudbase
|
|
|
501
501
|
return_type = opts[:debug_return_type] || 'FunctionLogsResponse'
|
|
502
502
|
|
|
503
503
|
# auth_names
|
|
504
|
-
auth_names = opts[:debug_auth_names] || ['
|
|
504
|
+
auth_names = opts[:debug_auth_names] || ['BearerToken']
|
|
505
505
|
|
|
506
506
|
new_options = opts.merge(
|
|
507
|
-
:operation => :"FunctionsApi.
|
|
507
|
+
:operation => :"FunctionsApi.functions_get_logs",
|
|
508
508
|
:header_params => header_params,
|
|
509
509
|
:query_params => query_params,
|
|
510
510
|
:form_params => form_params,
|
|
@@ -515,7 +515,7 @@ module Mudbase
|
|
|
515
515
|
|
|
516
516
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
517
517
|
if @api_client.config.debugging
|
|
518
|
-
@api_client.config.logger.debug "API called: FunctionsApi#
|
|
518
|
+
@api_client.config.logger.debug "API called: FunctionsApi#functions_get_logs\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
519
519
|
end
|
|
520
520
|
return data, status_code, headers
|
|
521
521
|
end
|
|
@@ -525,9 +525,9 @@ module Mudbase
|
|
|
525
525
|
# @param project_id [String] Project ID (MongoDB ObjectId) that owns the function.
|
|
526
526
|
# @param function_id [String] Function ID (MongoDB ObjectId) to list versions for.
|
|
527
527
|
# @param [Hash] opts the optional parameters
|
|
528
|
-
# @return [
|
|
529
|
-
def
|
|
530
|
-
data, _status_code, _headers =
|
|
528
|
+
# @return [FunctionsGetVersions200Response]
|
|
529
|
+
def functions_get_versions(project_id, function_id, opts = {})
|
|
530
|
+
data, _status_code, _headers = functions_get_versions_with_http_info(project_id, function_id, opts)
|
|
531
531
|
data
|
|
532
532
|
end
|
|
533
533
|
|
|
@@ -536,18 +536,18 @@ module Mudbase
|
|
|
536
536
|
# @param project_id [String] Project ID (MongoDB ObjectId) that owns the function.
|
|
537
537
|
# @param function_id [String] Function ID (MongoDB ObjectId) to list versions for.
|
|
538
538
|
# @param [Hash] opts the optional parameters
|
|
539
|
-
# @return [Array<(
|
|
540
|
-
def
|
|
539
|
+
# @return [Array<(FunctionsGetVersions200Response, Integer, Hash)>] FunctionsGetVersions200Response data, response status code and response headers
|
|
540
|
+
def functions_get_versions_with_http_info(project_id, function_id, opts = {})
|
|
541
541
|
if @api_client.config.debugging
|
|
542
|
-
@api_client.config.logger.debug 'Calling API: FunctionsApi.
|
|
542
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.functions_get_versions ...'
|
|
543
543
|
end
|
|
544
544
|
# verify the required parameter 'project_id' is set
|
|
545
545
|
if @api_client.config.client_side_validation && project_id.nil?
|
|
546
|
-
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.
|
|
546
|
+
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.functions_get_versions"
|
|
547
547
|
end
|
|
548
548
|
# verify the required parameter 'function_id' is set
|
|
549
549
|
if @api_client.config.client_side_validation && function_id.nil?
|
|
550
|
-
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.
|
|
550
|
+
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.functions_get_versions"
|
|
551
551
|
end
|
|
552
552
|
# resource path
|
|
553
553
|
local_var_path = '/api/functions/projects/{projectId}/functions/{functionId}/versions'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'functionId' + '}', CGI.escape(function_id.to_s))
|
|
@@ -567,13 +567,13 @@ module Mudbase
|
|
|
567
567
|
post_body = opts[:debug_body]
|
|
568
568
|
|
|
569
569
|
# return_type
|
|
570
|
-
return_type = opts[:debug_return_type] || '
|
|
570
|
+
return_type = opts[:debug_return_type] || 'FunctionsGetVersions200Response'
|
|
571
571
|
|
|
572
572
|
# auth_names
|
|
573
|
-
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', '
|
|
573
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', 'BearerToken']
|
|
574
574
|
|
|
575
575
|
new_options = opts.merge(
|
|
576
|
-
:operation => :"FunctionsApi.
|
|
576
|
+
:operation => :"FunctionsApi.functions_get_versions",
|
|
577
577
|
:header_params => header_params,
|
|
578
578
|
:query_params => query_params,
|
|
579
579
|
:form_params => form_params,
|
|
@@ -584,7 +584,7 @@ module Mudbase
|
|
|
584
584
|
|
|
585
585
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
586
586
|
if @api_client.config.debugging
|
|
587
|
-
@api_client.config.logger.debug "API called: FunctionsApi#
|
|
587
|
+
@api_client.config.logger.debug "API called: FunctionsApi#functions_get_versions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
588
588
|
end
|
|
589
589
|
return data, status_code, headers
|
|
590
590
|
end
|
|
@@ -599,8 +599,8 @@ module Mudbase
|
|
|
599
599
|
# @option opts [String] :trigger_type Filter by trigger type
|
|
600
600
|
# @option opts [Boolean] :is_active Filter by active status (true/false)
|
|
601
601
|
# @return [FunctionListResponse]
|
|
602
|
-
def
|
|
603
|
-
data, _status_code, _headers =
|
|
602
|
+
def functions_list(project_id, opts = {})
|
|
603
|
+
data, _status_code, _headers = functions_list_with_http_info(project_id, opts)
|
|
604
604
|
data
|
|
605
605
|
end
|
|
606
606
|
|
|
@@ -614,13 +614,13 @@ module Mudbase
|
|
|
614
614
|
# @option opts [String] :trigger_type Filter by trigger type
|
|
615
615
|
# @option opts [Boolean] :is_active Filter by active status (true/false)
|
|
616
616
|
# @return [Array<(FunctionListResponse, Integer, Hash)>] FunctionListResponse data, response status code and response headers
|
|
617
|
-
def
|
|
617
|
+
def functions_list_with_http_info(project_id, opts = {})
|
|
618
618
|
if @api_client.config.debugging
|
|
619
|
-
@api_client.config.logger.debug 'Calling API: FunctionsApi.
|
|
619
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.functions_list ...'
|
|
620
620
|
end
|
|
621
621
|
# verify the required parameter 'project_id' is set
|
|
622
622
|
if @api_client.config.client_side_validation && project_id.nil?
|
|
623
|
-
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.
|
|
623
|
+
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.functions_list"
|
|
624
624
|
end
|
|
625
625
|
allowable_values = ["http", "event", "document", "file", "webhook", "wallet", "cron", "messaging"]
|
|
626
626
|
if @api_client.config.client_side_validation && opts[:'trigger_type'] && !allowable_values.include?(opts[:'trigger_type'])
|
|
@@ -652,10 +652,10 @@ module Mudbase
|
|
|
652
652
|
return_type = opts[:debug_return_type] || 'FunctionListResponse'
|
|
653
653
|
|
|
654
654
|
# auth_names
|
|
655
|
-
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', '
|
|
655
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', 'BearerToken']
|
|
656
656
|
|
|
657
657
|
new_options = opts.merge(
|
|
658
|
-
:operation => :"FunctionsApi.
|
|
658
|
+
:operation => :"FunctionsApi.functions_list",
|
|
659
659
|
:header_params => header_params,
|
|
660
660
|
:query_params => query_params,
|
|
661
661
|
:form_params => form_params,
|
|
@@ -666,7 +666,7 @@ module Mudbase
|
|
|
666
666
|
|
|
667
667
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
668
668
|
if @api_client.config.debugging
|
|
669
|
-
@api_client.config.logger.debug "API called: FunctionsApi#
|
|
669
|
+
@api_client.config.logger.debug "API called: FunctionsApi#functions_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
670
670
|
end
|
|
671
671
|
return data, status_code, headers
|
|
672
672
|
end
|
|
@@ -678,8 +678,8 @@ module Mudbase
|
|
|
678
678
|
# @param execution_index [Integer] 0-based index of the execution in logs
|
|
679
679
|
# @param [Hash] opts the optional parameters
|
|
680
680
|
# @return [FunctionExecutionResponse]
|
|
681
|
-
def
|
|
682
|
-
data, _status_code, _headers =
|
|
681
|
+
def functions_retry(project_id, function_id, execution_index, opts = {})
|
|
682
|
+
data, _status_code, _headers = functions_retry_with_http_info(project_id, function_id, execution_index, opts)
|
|
683
683
|
data
|
|
684
684
|
end
|
|
685
685
|
|
|
@@ -690,21 +690,21 @@ module Mudbase
|
|
|
690
690
|
# @param execution_index [Integer] 0-based index of the execution in logs
|
|
691
691
|
# @param [Hash] opts the optional parameters
|
|
692
692
|
# @return [Array<(FunctionExecutionResponse, Integer, Hash)>] FunctionExecutionResponse data, response status code and response headers
|
|
693
|
-
def
|
|
693
|
+
def functions_retry_with_http_info(project_id, function_id, execution_index, opts = {})
|
|
694
694
|
if @api_client.config.debugging
|
|
695
|
-
@api_client.config.logger.debug 'Calling API: FunctionsApi.
|
|
695
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.functions_retry ...'
|
|
696
696
|
end
|
|
697
697
|
# verify the required parameter 'project_id' is set
|
|
698
698
|
if @api_client.config.client_side_validation && project_id.nil?
|
|
699
|
-
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.
|
|
699
|
+
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.functions_retry"
|
|
700
700
|
end
|
|
701
701
|
# verify the required parameter 'function_id' is set
|
|
702
702
|
if @api_client.config.client_side_validation && function_id.nil?
|
|
703
|
-
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.
|
|
703
|
+
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.functions_retry"
|
|
704
704
|
end
|
|
705
705
|
# verify the required parameter 'execution_index' is set
|
|
706
706
|
if @api_client.config.client_side_validation && execution_index.nil?
|
|
707
|
-
fail ArgumentError, "Missing the required parameter 'execution_index' when calling FunctionsApi.
|
|
707
|
+
fail ArgumentError, "Missing the required parameter 'execution_index' when calling FunctionsApi.functions_retry"
|
|
708
708
|
end
|
|
709
709
|
# resource path
|
|
710
710
|
local_var_path = '/api/functions/projects/{projectId}/functions/{functionId}/retry/{executionIndex}'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'functionId' + '}', CGI.escape(function_id.to_s)).sub('{' + 'executionIndex' + '}', CGI.escape(execution_index.to_s))
|
|
@@ -727,10 +727,10 @@ module Mudbase
|
|
|
727
727
|
return_type = opts[:debug_return_type] || 'FunctionExecutionResponse'
|
|
728
728
|
|
|
729
729
|
# auth_names
|
|
730
|
-
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', '
|
|
730
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', 'BearerToken']
|
|
731
731
|
|
|
732
732
|
new_options = opts.merge(
|
|
733
|
-
:operation => :"FunctionsApi.
|
|
733
|
+
:operation => :"FunctionsApi.functions_retry",
|
|
734
734
|
:header_params => header_params,
|
|
735
735
|
:query_params => query_params,
|
|
736
736
|
:form_params => form_params,
|
|
@@ -741,7 +741,7 @@ module Mudbase
|
|
|
741
741
|
|
|
742
742
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
743
743
|
if @api_client.config.debugging
|
|
744
|
-
@api_client.config.logger.debug "API called: FunctionsApi#
|
|
744
|
+
@api_client.config.logger.debug "API called: FunctionsApi#functions_retry\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
745
745
|
end
|
|
746
746
|
return data, status_code, headers
|
|
747
747
|
end
|
|
@@ -750,11 +750,11 @@ module Mudbase
|
|
|
750
750
|
# Rollback function code to a previous version. Version number is required.
|
|
751
751
|
# @param project_id [String] Project ID (MongoDB ObjectId) that owns the function.
|
|
752
752
|
# @param function_id [String] Function ID (MongoDB ObjectId) to rollback.
|
|
753
|
-
# @param
|
|
753
|
+
# @param functions_rollback_request [FunctionsRollbackRequest] Version number (integer) to rollback to; use GET .../versions to list available versions.
|
|
754
754
|
# @param [Hash] opts the optional parameters
|
|
755
755
|
# @return [FunctionResponse]
|
|
756
|
-
def
|
|
757
|
-
data, _status_code, _headers =
|
|
756
|
+
def functions_rollback(project_id, function_id, functions_rollback_request, opts = {})
|
|
757
|
+
data, _status_code, _headers = functions_rollback_with_http_info(project_id, function_id, functions_rollback_request, opts)
|
|
758
758
|
data
|
|
759
759
|
end
|
|
760
760
|
|
|
@@ -762,24 +762,24 @@ module Mudbase
|
|
|
762
762
|
# Rollback function code to a previous version. Version number is required.
|
|
763
763
|
# @param project_id [String] Project ID (MongoDB ObjectId) that owns the function.
|
|
764
764
|
# @param function_id [String] Function ID (MongoDB ObjectId) to rollback.
|
|
765
|
-
# @param
|
|
765
|
+
# @param functions_rollback_request [FunctionsRollbackRequest] Version number (integer) to rollback to; use GET .../versions to list available versions.
|
|
766
766
|
# @param [Hash] opts the optional parameters
|
|
767
767
|
# @return [Array<(FunctionResponse, Integer, Hash)>] FunctionResponse data, response status code and response headers
|
|
768
|
-
def
|
|
768
|
+
def functions_rollback_with_http_info(project_id, function_id, functions_rollback_request, opts = {})
|
|
769
769
|
if @api_client.config.debugging
|
|
770
|
-
@api_client.config.logger.debug 'Calling API: FunctionsApi.
|
|
770
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.functions_rollback ...'
|
|
771
771
|
end
|
|
772
772
|
# verify the required parameter 'project_id' is set
|
|
773
773
|
if @api_client.config.client_side_validation && project_id.nil?
|
|
774
|
-
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.
|
|
774
|
+
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.functions_rollback"
|
|
775
775
|
end
|
|
776
776
|
# verify the required parameter 'function_id' is set
|
|
777
777
|
if @api_client.config.client_side_validation && function_id.nil?
|
|
778
|
-
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.
|
|
778
|
+
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.functions_rollback"
|
|
779
779
|
end
|
|
780
|
-
# verify the required parameter '
|
|
781
|
-
if @api_client.config.client_side_validation &&
|
|
782
|
-
fail ArgumentError, "Missing the required parameter '
|
|
780
|
+
# verify the required parameter 'functions_rollback_request' is set
|
|
781
|
+
if @api_client.config.client_side_validation && functions_rollback_request.nil?
|
|
782
|
+
fail ArgumentError, "Missing the required parameter 'functions_rollback_request' when calling FunctionsApi.functions_rollback"
|
|
783
783
|
end
|
|
784
784
|
# resource path
|
|
785
785
|
local_var_path = '/api/functions/projects/{projectId}/functions/{functionId}/rollback'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'functionId' + '}', CGI.escape(function_id.to_s))
|
|
@@ -801,16 +801,16 @@ module Mudbase
|
|
|
801
801
|
form_params = opts[:form_params] || {}
|
|
802
802
|
|
|
803
803
|
# http body (model)
|
|
804
|
-
post_body = opts[:debug_body] || @api_client.object_to_http_body(
|
|
804
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(functions_rollback_request)
|
|
805
805
|
|
|
806
806
|
# return_type
|
|
807
807
|
return_type = opts[:debug_return_type] || 'FunctionResponse'
|
|
808
808
|
|
|
809
809
|
# auth_names
|
|
810
|
-
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', '
|
|
810
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', 'BearerToken']
|
|
811
811
|
|
|
812
812
|
new_options = opts.merge(
|
|
813
|
-
:operation => :"FunctionsApi.
|
|
813
|
+
:operation => :"FunctionsApi.functions_rollback",
|
|
814
814
|
:header_params => header_params,
|
|
815
815
|
:query_params => query_params,
|
|
816
816
|
:form_params => form_params,
|
|
@@ -821,7 +821,7 @@ module Mudbase
|
|
|
821
821
|
|
|
822
822
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
823
823
|
if @api_client.config.debugging
|
|
824
|
-
@api_client.config.logger.debug "API called: FunctionsApi#
|
|
824
|
+
@api_client.config.logger.debug "API called: FunctionsApi#functions_rollback\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
825
825
|
end
|
|
826
826
|
return data, status_code, headers
|
|
827
827
|
end
|
|
@@ -831,10 +831,10 @@ module Mudbase
|
|
|
831
831
|
# @param project_id [String] Project ID (MongoDB ObjectId) that owns the function.
|
|
832
832
|
# @param function_id [String] Function ID (MongoDB ObjectId) to simulate.
|
|
833
833
|
# @param [Hash] opts the optional parameters
|
|
834
|
-
# @option opts [
|
|
834
|
+
# @option opts [FunctionsSimulateRequest] :functions_simulate_request Simulated trigger (type, event) and eventContext (document, file, webhook, wallet, message, or cron). Merged into the function payload for testing.
|
|
835
835
|
# @return [FunctionExecutionResponse]
|
|
836
|
-
def
|
|
837
|
-
data, _status_code, _headers =
|
|
836
|
+
def functions_simulate(project_id, function_id, opts = {})
|
|
837
|
+
data, _status_code, _headers = functions_simulate_with_http_info(project_id, function_id, opts)
|
|
838
838
|
data
|
|
839
839
|
end
|
|
840
840
|
|
|
@@ -843,19 +843,19 @@ module Mudbase
|
|
|
843
843
|
# @param project_id [String] Project ID (MongoDB ObjectId) that owns the function.
|
|
844
844
|
# @param function_id [String] Function ID (MongoDB ObjectId) to simulate.
|
|
845
845
|
# @param [Hash] opts the optional parameters
|
|
846
|
-
# @option opts [
|
|
846
|
+
# @option opts [FunctionsSimulateRequest] :functions_simulate_request Simulated trigger (type, event) and eventContext (document, file, webhook, wallet, message, or cron). Merged into the function payload for testing.
|
|
847
847
|
# @return [Array<(FunctionExecutionResponse, Integer, Hash)>] FunctionExecutionResponse data, response status code and response headers
|
|
848
|
-
def
|
|
848
|
+
def functions_simulate_with_http_info(project_id, function_id, opts = {})
|
|
849
849
|
if @api_client.config.debugging
|
|
850
|
-
@api_client.config.logger.debug 'Calling API: FunctionsApi.
|
|
850
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.functions_simulate ...'
|
|
851
851
|
end
|
|
852
852
|
# verify the required parameter 'project_id' is set
|
|
853
853
|
if @api_client.config.client_side_validation && project_id.nil?
|
|
854
|
-
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.
|
|
854
|
+
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.functions_simulate"
|
|
855
855
|
end
|
|
856
856
|
# verify the required parameter 'function_id' is set
|
|
857
857
|
if @api_client.config.client_side_validation && function_id.nil?
|
|
858
|
-
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.
|
|
858
|
+
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.functions_simulate"
|
|
859
859
|
end
|
|
860
860
|
# resource path
|
|
861
861
|
local_var_path = '/api/functions/projects/{projectId}/functions/{functionId}/simulate'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'functionId' + '}', CGI.escape(function_id.to_s))
|
|
@@ -877,16 +877,16 @@ module Mudbase
|
|
|
877
877
|
form_params = opts[:form_params] || {}
|
|
878
878
|
|
|
879
879
|
# http body (model)
|
|
880
|
-
post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'
|
|
880
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'functions_simulate_request'])
|
|
881
881
|
|
|
882
882
|
# return_type
|
|
883
883
|
return_type = opts[:debug_return_type] || 'FunctionExecutionResponse'
|
|
884
884
|
|
|
885
885
|
# auth_names
|
|
886
|
-
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', '
|
|
886
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', 'BearerToken']
|
|
887
887
|
|
|
888
888
|
new_options = opts.merge(
|
|
889
|
-
:operation => :"FunctionsApi.
|
|
889
|
+
:operation => :"FunctionsApi.functions_simulate",
|
|
890
890
|
:header_params => header_params,
|
|
891
891
|
:query_params => query_params,
|
|
892
892
|
:form_params => form_params,
|
|
@@ -897,7 +897,7 @@ module Mudbase
|
|
|
897
897
|
|
|
898
898
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
899
899
|
if @api_client.config.debugging
|
|
900
|
-
@api_client.config.logger.debug "API called: FunctionsApi#
|
|
900
|
+
@api_client.config.logger.debug "API called: FunctionsApi#functions_simulate\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
901
901
|
end
|
|
902
902
|
return data, status_code, headers
|
|
903
903
|
end
|
|
@@ -908,9 +908,9 @@ module Mudbase
|
|
|
908
908
|
# @param [Hash] opts the optional parameters
|
|
909
909
|
# @option opts [String] :x_webhook_secret Optional webhook secret for verification
|
|
910
910
|
# @option opts [Object] :body Payload sent to the triggered function(s).
|
|
911
|
-
# @return [
|
|
912
|
-
def
|
|
913
|
-
data, _status_code, _headers =
|
|
911
|
+
# @return [FunctionsTriggerWebhook200Response]
|
|
912
|
+
def functions_trigger_webhook(project_id, opts = {})
|
|
913
|
+
data, _status_code, _headers = functions_trigger_webhook_with_http_info(project_id, opts)
|
|
914
914
|
data
|
|
915
915
|
end
|
|
916
916
|
|
|
@@ -920,14 +920,14 @@ module Mudbase
|
|
|
920
920
|
# @param [Hash] opts the optional parameters
|
|
921
921
|
# @option opts [String] :x_webhook_secret Optional webhook secret for verification
|
|
922
922
|
# @option opts [Object] :body Payload sent to the triggered function(s).
|
|
923
|
-
# @return [Array<(
|
|
924
|
-
def
|
|
923
|
+
# @return [Array<(FunctionsTriggerWebhook200Response, Integer, Hash)>] FunctionsTriggerWebhook200Response data, response status code and response headers
|
|
924
|
+
def functions_trigger_webhook_with_http_info(project_id, opts = {})
|
|
925
925
|
if @api_client.config.debugging
|
|
926
|
-
@api_client.config.logger.debug 'Calling API: FunctionsApi.
|
|
926
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.functions_trigger_webhook ...'
|
|
927
927
|
end
|
|
928
928
|
# verify the required parameter 'project_id' is set
|
|
929
929
|
if @api_client.config.client_side_validation && project_id.nil?
|
|
930
|
-
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.
|
|
930
|
+
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.functions_trigger_webhook"
|
|
931
931
|
end
|
|
932
932
|
# resource path
|
|
933
933
|
local_var_path = '/api/functions/webhook/{projectId}'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s))
|
|
@@ -953,13 +953,13 @@ module Mudbase
|
|
|
953
953
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'body'])
|
|
954
954
|
|
|
955
955
|
# return_type
|
|
956
|
-
return_type = opts[:debug_return_type] || '
|
|
956
|
+
return_type = opts[:debug_return_type] || 'FunctionsTriggerWebhook200Response'
|
|
957
957
|
|
|
958
958
|
# auth_names
|
|
959
959
|
auth_names = opts[:debug_auth_names] || []
|
|
960
960
|
|
|
961
961
|
new_options = opts.merge(
|
|
962
|
-
:operation => :"FunctionsApi.
|
|
962
|
+
:operation => :"FunctionsApi.functions_trigger_webhook",
|
|
963
963
|
:header_params => header_params,
|
|
964
964
|
:query_params => query_params,
|
|
965
965
|
:form_params => form_params,
|
|
@@ -970,7 +970,7 @@ module Mudbase
|
|
|
970
970
|
|
|
971
971
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
972
972
|
if @api_client.config.debugging
|
|
973
|
-
@api_client.config.logger.debug "API called: FunctionsApi#
|
|
973
|
+
@api_client.config.logger.debug "API called: FunctionsApi#functions_trigger_webhook\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
974
974
|
end
|
|
975
975
|
return data, status_code, headers
|
|
976
976
|
end
|
|
@@ -982,8 +982,8 @@ module Mudbase
|
|
|
982
982
|
# @param [Hash] opts the optional parameters
|
|
983
983
|
# @option opts [UpdateFunctionRequest] :update_function_request Fields to update (name, description, code, trigger, environment, isActive, limits, retryPolicy).
|
|
984
984
|
# @return [FunctionResponse]
|
|
985
|
-
def
|
|
986
|
-
data, _status_code, _headers =
|
|
985
|
+
def functions_update(project_id, function_id, opts = {})
|
|
986
|
+
data, _status_code, _headers = functions_update_with_http_info(project_id, function_id, opts)
|
|
987
987
|
data
|
|
988
988
|
end
|
|
989
989
|
|
|
@@ -994,17 +994,17 @@ module Mudbase
|
|
|
994
994
|
# @param [Hash] opts the optional parameters
|
|
995
995
|
# @option opts [UpdateFunctionRequest] :update_function_request Fields to update (name, description, code, trigger, environment, isActive, limits, retryPolicy).
|
|
996
996
|
# @return [Array<(FunctionResponse, Integer, Hash)>] FunctionResponse data, response status code and response headers
|
|
997
|
-
def
|
|
997
|
+
def functions_update_with_http_info(project_id, function_id, opts = {})
|
|
998
998
|
if @api_client.config.debugging
|
|
999
|
-
@api_client.config.logger.debug 'Calling API: FunctionsApi.
|
|
999
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.functions_update ...'
|
|
1000
1000
|
end
|
|
1001
1001
|
# verify the required parameter 'project_id' is set
|
|
1002
1002
|
if @api_client.config.client_side_validation && project_id.nil?
|
|
1003
|
-
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.
|
|
1003
|
+
fail ArgumentError, "Missing the required parameter 'project_id' when calling FunctionsApi.functions_update"
|
|
1004
1004
|
end
|
|
1005
1005
|
# verify the required parameter 'function_id' is set
|
|
1006
1006
|
if @api_client.config.client_side_validation && function_id.nil?
|
|
1007
|
-
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.
|
|
1007
|
+
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.functions_update"
|
|
1008
1008
|
end
|
|
1009
1009
|
# resource path
|
|
1010
1010
|
local_var_path = '/api/functions/projects/{projectId}/functions/{functionId}'.sub('{' + 'projectId' + '}', CGI.escape(project_id.to_s)).sub('{' + 'functionId' + '}', CGI.escape(function_id.to_s))
|
|
@@ -1032,10 +1032,10 @@ module Mudbase
|
|
|
1032
1032
|
return_type = opts[:debug_return_type] || 'FunctionResponse'
|
|
1033
1033
|
|
|
1034
1034
|
# auth_names
|
|
1035
|
-
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', '
|
|
1035
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth', 'BearerToken']
|
|
1036
1036
|
|
|
1037
1037
|
new_options = opts.merge(
|
|
1038
|
-
:operation => :"FunctionsApi.
|
|
1038
|
+
:operation => :"FunctionsApi.functions_update",
|
|
1039
1039
|
:header_params => header_params,
|
|
1040
1040
|
:query_params => query_params,
|
|
1041
1041
|
:form_params => form_params,
|
|
@@ -1046,7 +1046,7 @@ module Mudbase
|
|
|
1046
1046
|
|
|
1047
1047
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
|
1048
1048
|
if @api_client.config.debugging
|
|
1049
|
-
@api_client.config.logger.debug "API called: FunctionsApi#
|
|
1049
|
+
@api_client.config.logger.debug "API called: FunctionsApi#functions_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1050
1050
|
end
|
|
1051
1051
|
return data, status_code, headers
|
|
1052
1052
|
end
|