@secrecy/lib 1.6.1 → 1.7.0-integration-hybrid-feats.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.
- package/dist/{BaseClient-ca94a07f.d.ts → BaseClient-2af8a400.d.ts} +7 -7
- package/dist/BaseClient.cjs +1 -1
- package/dist/BaseClient.cjs.map +1 -1
- package/dist/BaseClient.d.ts +1 -1
- package/dist/BaseClient.js +1 -1
- package/dist/BaseClient.js.map +1 -1
- package/dist/cache.d.ts +1 -1
- package/dist/client/SecrecyAppClient.d.ts +1 -1
- package/dist/client/SecrecyCloudClient.cjs +1 -1
- package/dist/client/SecrecyCloudClient.cjs.map +1 -1
- package/dist/client/SecrecyCloudClient.d.ts +1 -1
- package/dist/client/SecrecyCloudClient.js +1 -1
- package/dist/client/SecrecyCloudClient.js.map +1 -1
- package/dist/client/SecrecyDbClient.d.ts +1 -1
- package/dist/client/SecrecyMailClient.d.ts +1 -1
- package/dist/client/SecrecyPayClient.d.ts +1 -1
- package/dist/client/SecrecyWalletClient.d.ts +1 -1
- package/dist/client/helpers.d.ts +1 -1
- package/dist/client/index.d.ts +1 -1
- package/dist/error.d.ts +6 -3
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/zeus/const.cjs +1 -1
- package/dist/zeus/const.cjs.map +1 -1
- package/dist/zeus/const.js +1 -1
- package/dist/zeus/const.js.map +1 -1
- package/dist/zeus/index.cjs +3 -3
- package/dist/zeus/index.cjs.map +1 -1
- package/dist/zeus/index.d.ts +752 -86
- package/dist/zeus/index.js +3 -3
- package/dist/zeus/index.js.map +1 -1
- package/package.json +1 -1
package/dist/zeus/const.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const e={BigInt:"scalar.BigInt",DateTime:"scalar.DateTime",Json:"scalar.Json",Bytes:"scalar.Bytes",Lang:"enum",PlanKind:"enum",UserRole:"enum",MailType:"enum",Rights:"enum",NodeType:"enum",PaymentMethod:"enum",MongoDbConfigType:"enum",MongoDbEnv:"enum",MongoDbFieldDiffAction:"enum",MongoDbFieldType:"enum",SortByDate:"enum",FileContentType:"enum",InfuraNetwork:"enum",MailFileInput:{},MailRecipientInput:{files:"MailFileInput"},NameKeyInput:{files:"ShareFileKeyInput"},PayInput:{type:"PayInputType"},PayInputType:"enum",ShareFileInHistoryInput:{users:"ShareFileKeyInput"},ShareFileKeyInput:{},ShareNodesInput:{nodes:"NameKeyInput"},CancellationReason:"enum",CaptureMethod:"enum",ConfirmationMethod:"enum",Status:"enum",PayoutType:"enum",ApplicationsCollaborators:{rights:"Rights"},Query:{applications:{sortBy:"SortByDate"},blog:{lang:"Lang"},dbConfig:{env:"MongoDbEnv"},dbGet:{env:"MongoDbEnv"},dbGetDiff:{env:"MongoDbEnv"},dbSearch:{env:"MongoDbEnv"},deletedMails:{mailType:"MailType"},faq:{lang:"Lang"},file:{},fileContent:{},filesContent:{},filesSharedWithMe:{},getJwt:{},isCryptoTransactionDone:{network:"InfuraNetwork"},mail:{},myCryptoBalance:{network:"InfuraNetwork"},node:{},nodesSharedWithMe:{type:"NodeType"},user:{},userList:{},getStripeTransaction:{},getStripeTransfer:{},getStripePayout:{},getAllPaymentRequestToCollect:{},getAllPaymentRequestToPay:{},getPaymentRequestToCollect:{},getPaymentRequestToPay:{},isValidPaymentIntent:{}},Mutation:{addFileToHistory:{},createCryptoWallet:{},createDraftMail:{senderFiles:"MailFileInput"},createFolder:{},dbConfigMutation:{env:"MongoDbEnv"},dbConfigToProdMutation:{},dbSet:{env:"MongoDbEnv"},deleteDraftMail:{},deleteFile:{},deleteMail:{},deleteMailTrash:{},deleteNode:{},deleteNodeCloudTrash:{},deleteNodeSharing:{},deleteUser:{},duplicateNode:{},logout:{},moveNodes:{},pay:{input:"PayInput"},readMail:{},recoverMail:{},recoverNode:{},saveInCloud:{},sendAppMail:{},sendCryptoTransaction:{network:"InfuraNetwork"},sendDraftMail:{recipients:"MailRecipientInput"},sendOneMail:{recipient:"MailRecipientInput"},sendReport:{},shareFileInHistory:{input:"ShareFileInHistoryInput"},shareNode:{},shareNodeFinish:{shareNodes:"ShareNodesInput",rights:"Rights"},unreadMail:{},updateAppNotifications:{disableAllUntil:"DateTime"},updateAppSettings:{},updateAutoDisconnectDelay:{},updateDraftMail:{senderFiles:"MailFileInput"},updateNode:{deletedAt:"DateTime"},updateProfile:{lang:"Lang"},uploadAnonymous:{},uploadFile:{fileSize:"BigInt",fileSizeBefore:"BigInt"},uploadFileEnd:{},uploadFilePartEnd:{},uploadLiteFile:{content:"Bytes",fileSize:"BigInt",fileSizeBefore:"BigInt"},changeUserPlan:{plan:"PlanKind"},createCardToken:{},createStripeTransfer:{},deleteCardToken:{},cancelStripePayout:{},createStripePayout:{},addCartToPaymentIntent:{},cancelPaymentIntent:{},confirmPaymentIntent:{},createPaymentIntent:{},renewAppCode:{},updateOriginUrl:{},createApplication:{collaborators:"ApplicationsCollaborators"},deleteApplication:{},editColors:{},editLogo:{},editName:{},addDeveloper:{userRole:"UserRole",userRights:"Rights"},deleteDeveloper:{},editDeveloper:{userRole:"UserRole",userRights:"Rights"}}},r= exports.ReturnTypes ={BigInt:"scalar.BigInt",DateTime:"scalar.DateTime",Json:"scalar.Json",Bytes:"scalar.Bytes",AppNotificationsResult:{"...on UserAppNotifications":"UserAppNotifications","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},ApplicationsResult:{"...on ApplicationsResponse":"ApplicationsResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},BlogResult:{"...on BlogResponse":"BlogResponse","...on ErrorLangNotExist":"ErrorLangNotExist"},DbConfigResult:{"...on DbConfigResponse":"DbConfigResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},DbGetResult:{"...on DbGetResponse":"DbGetResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorNotFound":"ErrorNotFound","...on ErrorNotExist":"ErrorNotExist"},DbGetDiffResult:{"...on DbGetDiffConfigResponse":"DbGetDiffConfigResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},DbSearchResult:{"...on DbSearchResponse":"DbSearchResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotExist":"ErrorNotExist","...on ErrorBasic":"ErrorBasic"},DeletedMailsResult:{"...on DeletedMailsResponse":"DeletedMailsResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeletedNodesResult:{"...on DeletedNodesResponse":"DeletedNodesResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},FaqResult:{"...on FaqResponse":"FaqResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},FileResult:{"...on FileQueryResponse":"FileQueryResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},FileContentResult:{"...on FileContentResponse":"FileContentResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},FilesContentResult:{"...on FilesContentResponse":"FilesContentResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorNotFound":"ErrorNotFound"},GetJwtResult:{"...on JwtResponse":"JwtResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},IsCryptoTransactionDoneResult:{"...on IsCryptoTransactionDoneResponse":"IsCryptoTransactionDoneResponse","...on ErrorNotExist":"ErrorNotExist"},LimitsResult:{"...on QueryLimits":"QueryLimits","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorNotExist":"ErrorNotExist","...on ErrorLimit":"ErrorLimit"},MailResult:{"...on QueryMailResponse":"QueryMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},MyCryptoBalanceResult:{"...on MyCryptoBalanceResponse":"MyCryptoBalanceResponse","...on ErrorNotExist":"ErrorNotExist"},NodeResult:{"...on NodeResponse":"NodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},NodesSharedWithMeResult:{"...on NodesSharedWithMeResponse":"NodesSharedWithMeResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},PaymentInfosResult:{"...on PaymentInfosResponse":"PaymentInfosResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},PlansResult:{"...on PlanResponse":"PlanResponse"},SharedNodesResult:{"...on SharedNodesResponse":"SharedNodesResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},UnreadReceivedMailsCountResult:{"...on UnreadReceivedMailsCountResponse":"UnreadReceivedMailsCountResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},UserResult:{"...on UserResponse":"UserResponse","...on ErrorNotFound":"ErrorNotFound"},UserListResult:{"...on UserListResponse":"UserListResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},GetCardIdentificationResult:{"...on CardIdentificationResponse":"CardIdentificationResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},GetStripeBalanceResult:{"...on GetStripeBalanceResponse":"GetStripeBalanceResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe"},GetStripeBalanceTransactionResult:{"...on GetStripeBalanceTransactionResponse":"GetStripeBalanceTransactionResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe"},GetStripeTransactionResult:{"...on GetStripeTransactionResponse":"GetStripeTransactionResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe"},HasStripeAccountResult:{"...on HasStripeAccountResponse":"HasStripeAccountResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},KycStripeCompletedResult:{"...on KycStripeCompletedResponse":"KycStripeCompletedResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe"},GetAllStripeTransferResult:{"...on GetAllStripeTransferResponse":"GetAllStripeTransferResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},GetStripeTransferResult:{"...on GetStripeTransferResponse":"GetStripeTransferResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},GetAllStripePayoutResult:{"...on GetAllStripePayoutResponse":"GetAllStripePayoutResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe"},GetStripePayoutResult:{"...on GetStripePayoutResponse":"GetStripePayoutResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe"},GetAllPaymentRequestToCollectResult:{"...on GetAllPaymentRequestToCollectResponse":"GetAllPaymentRequestToCollectResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},GetAllPaymentRequestToPayResult:{"...on GetAllPaymentRequestToPayResponse":"GetAllPaymentRequestToPayResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},GetPaymentRequestToCollectResult:{"...on GetPaymentRequestToCollectResponse":"GetPaymentRequestToCollectResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe"},GetPaymentRequestToPayResult:{"...on GetPaymentRequestToPayResponse":"GetPaymentRequestToPayResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},IsValidPaymentIntentResult:{"...on ValidPaymentIntentResponse":"ValidPaymentIntentResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe"},AddFileToHistoryResult:{"...on AddFileToHistoryResponse":"AddFileToHistoryResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotExist":"ErrorNotExist"},CancelPaymentResult:{"...on CancelPaymentResponse":"CancelPaymentResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},CreateCryptoWalletResult:{"...on CreateCryptoWalletResponse":"CreateCryptoWalletResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},CreateDraftMailResult:{"...on CreateDraftMailResponse":"CreateDraftMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},CreateFolderResult:{"...on CreateFolderResponse":"CreateFolderResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotExist":"ErrorNotExist"},DbConfigMutationResult:{"...on DbConfigMutationResponse":"DbConfigMutationResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},DbConfigToProdMutationResult:{"...on DbConfigToProdMutationResponse":"DbConfigToProdMutationResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},DbSetResult:{"...on DbSetResponse":"DbSetResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorNotFound":"ErrorNotFound"},DeleteDraftMailResult:{"...on DeleteDraftMailResponse":"DeleteDraftMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteFileResult:{"...on DeleteFileResponse":"DeleteFileResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotExist":"ErrorNotExist"},DeleteMailResult:{"...on DeleteMailResponse":"DeleteMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteMailTrashResult:{"...on DeleteMailTrashResponse":"DeleteMailTrashResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteNodeResult:{"...on DeleteNodeResponse":"DeleteNodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteNodeCloudTrashResult:{"...on DeleteNodeCloudTrashResponse":"DeleteNodeCloudTrashResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteNodeSharingResult:{"...on DeleteNodeSharingResponse":"DeleteNodeSharingResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteUserResult:{"...on DeleteUserResponse":"DeleteUserResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DuplicateNodeResult:{"...on DuplicateNodeResponse":"DuplicateNodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},EmptyCloudTrashResult:{"...on EmptyCloudTrashResponse":"EmptyCloudTrashResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},EmptyMailTrashResult:{"...on EmptyMailTrashResponse":"EmptyMailTrashResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},LogoutResult:{"...on LogoutResponse":"LogoutResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},MoveNodesResult:{"...on MoveNodesResponse":"MoveNodesResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},PayResult:{"...on PayResponse":"PayResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},ReadMailResult:{"...on ReadMailResponse":"ReadMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorNotFound":"ErrorNotFound"},RecoverMailResult:{"...on RecoverMailResponse":"RecoverMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},RecoverNodeResult:{"...on RecoverNodeResponse":"RecoverNodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotExist":"ErrorNotExist"},SaveInCloudResult:{"...on SaveInCloudResponse":"SaveInCloudResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotExist":"ErrorNotExist","...on ErrorBasic":"ErrorBasic","...on ErrorNotFound":"ErrorNotFound","...on ErrorLimit":"ErrorLimit"},SendAppMailResult:{"...on SendAppMailResponse":"SendAppMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorNotFound":"ErrorNotFound"},SendCryptoTransactionResult:{"...on SendCryptoTransactionResponse":"SendCryptoTransactionResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorNotExist":"ErrorNotExist"},SendDraftMailResult:{"...on SendDraftMailResponse":"SendDraftMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},SendOneMailResult:{"...on RecoverNodeResponse":"RecoverNodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},SendReportResult:{"...on SendReportResponse":"SendReportResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},ShareFileInHistoryResult:{"...on ShareFileInHistoryResponse":"ShareFileInHistoryResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},ShareNodeResult:{"...on ShareNodeResponse":"ShareNodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},ShareNodeFinishResult:{"...on ShareNodeFinishResponse":"ShareNodeFinishResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},UnreadMailResult:{"...on UnreadMailResponse":"UnreadMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorBasic":"ErrorBasic"},UpdateAppNotificationsResult:{"...on UpdateAppNotificationsResponse":"UpdateAppNotificationsResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},UpdateAppSettingsResult:{"...on UpdateAppSettingsResponse":"UpdateAppSettingsResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},UpdateAutoDisconnectDelayResult:{"...on UpdateAutoDisconnectDelayResponse":"UpdateAutoDisconnectDelayResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorBasic":"ErrorBasic"},UpdateDraftMailResult:{"...on UpdateDraftMailResponse":"UpdateDraftMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},UpdateNodeResult:{"...on UpdateNodeResponse":"UpdateNodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotExist":"ErrorNotExist"},UpdateProfileResult:{"...on UpdateProfileResponse":"UpdateProfileResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},UploadFileResult:{"...on UploadFileResponse":"UploadFileResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorLimit":"ErrorLimit"},UploadFileEndResult:{"...on UploadFileEndResponse":"UploadFileEndResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},UploadFilePartEndResult:{"...on UploadFilePartEndResponse":"UploadFilePartEndResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},UploadLiteFileResult:{"...on UploadLiteFileResponse":"UploadLiteFileResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorNotFound":"ErrorNotFound","...on ErrorLimit":"ErrorLimit"},ChangeUserPlanResult:{"...on ChangeUserPlanResponse":"ChangeUserPlanResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},CreateCardTokenResult:{"...on CreateCardTokenResponse":"CreateCardTokenResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe"},CreateStripeTransferResult:{"...on CreateStripeTransferResponse":"CreateStripeTransferResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},DeleteCardTokenResult:{"...on DeleteCardTokenResponse":"DeleteCardTokenResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},StripeOnBoardingResult:{"...on StripeOnBoardingResponse":"StripeOnBoardingResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe"},CancelStripePayoutResult:{"...on CancelStripePayoutResponse":"CancelStripePayoutResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},CreateStripePayoutResult:{"...on CreateStripePayoutResponse":"CreateStripePayoutResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},AddCartToPaymentIntentResult:{"...on AddCardToPaymentIntentResponse":"AddCardToPaymentIntentResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},CancelPaymentIntentResult:{"...on CancelPaymentIntentResponse":"CancelPaymentIntentResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},ConfirmPaymentIntentResult:{"...on ConfirmPaymentIntentResponse":"ConfirmPaymentIntentResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},CreatePaymentIntentResult:{"...on CreatePaymentIntentResponse":"CreatePaymentIntentResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},RenewAppCodeResult:{"...on RenewAppCodeResponse":"RenewAppCodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},UpdateOriginUrlResult:{"...on UpdateOriginUrlResponse":"UpdateOriginUrlResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},CreateApplicationResult:{"...on CreateApplicationResponse":"CreateApplicationResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteApplicationResult:{"...on EditProjectResponse":"EditProjectResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},EditColorsResult:{"...on EditProjectResponse":"EditProjectResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},EditLogoResult:{"...on EditProjectResponse":"EditProjectResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},EditNameResult:{"...on EditProjectResponse":"EditProjectResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},AddDeveloperResult:{"...on EditDeveloperResponse":"EditDeveloperResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteDeveloperResult:{"...on EditDeveloperResponse":"EditDeveloperResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},EditDeveloperResult:{"...on EditDeveloperResponse":"EditDeveloperResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},AppKeyPair:{pub:"String"},AppSession:{id:"ID",lastActivity:"DateTime",userAgent:"String",ip:"String",city:"String",country:"String",userSession:"UserSession",userApp:"ApplicationsOnUsers",createdAt:"DateTime"},Application:{id:"ID",name:"String",logo:"String",color:"String",origin:"String",createdAt:"DateTime",updatedAt:"DateTime",owner:"Developer",ownerId:"String",developers:"DevelopersOnApplications",users:"ApplicationsOnUsers"},ApplicationsOnUsers:{fakeUserId:"String",keyPair:"AppKeyPair",sessions:"AppSession",app:"Application",appId:"String",user:"User",userId:"String",settings:"UserAppSettings",filesAccesses:"FileAccess",filesSharedAccesses:"FileAccess",nodesAccesses:"NodeAccess",nodesSharedAccesses:"NodeAccess",createdNodes:"Node"},Blog:{id:"ID",order:"Int",entries:"BlogEntry"},BlogEntry:{id:"ID",lang:"Lang",author:"String",body:"String",date:"DateTime",image:"String",summary:"String",title:"String"},BlogItem:{id:"String",blogId:"String",order:"Int",title:"String",body:"String",author:"String",image:"String",imageAlt:"String",summary:"String",date:"DateTime"},CloudLimits:{size:"BigInt",maxSize:"BigInt",count:"BigInt",maxCount:"BigInt"},CryptoWallet:{address:"ID",privateKeyEncrypted:"String"},DbDiffField:{action:"MongoDbFieldDiffAction",key:"String",current:"Json",next:"Json",details:"Json"},DbDiffSchema:{fields:"DbDiffField"},Developer:{id:"ID",user:"User",applications:"Application",developersOnApplications:"DevelopersOnApplications"},DevelopersOnApplications:{developer:"Developer",developerId:"String",app:"Application",appId:"String",createdAt:"DateTime",updatedAt:"DateTime",role:"UserRole",rights:"Rights"},Error:{"...on ErrorStripe":"ErrorStripe","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorUpgradePlan":"ErrorUpgradePlan","...on ErrorLangNotExist":"ErrorLangNotExist","...on ErrorNotExist":"ErrorNotExist","...on ErrorLimit":"ErrorLimit","...on ErrorBasic":"ErrorBasic"},ErrorAccessDenied:{message:"String"},ErrorBase:{"...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorLangNotExist":"ErrorLangNotExist","...on ErrorLimit":"ErrorLimit","...on ErrorNotExist":"ErrorNotExist","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe","...on ErrorUpgradePlan":"ErrorUpgradePlan",message:"String"},ErrorBasic:{message:"String"},ErrorLangNotExist:{message:"String"},ErrorLimit:{message:"String",field:"String"},ErrorNotExist:{message:"String",field:"String"},ErrorNotFound:{message:"String",field:"String"},ErrorStripe:{message:"String"},ErrorUpgradePlan:{message:"String"},Faq:{id:"ID",order:"Int",entries:"FaqEntry"},FaqEntry:{id:"ID",lang:"Lang",question:"String",answer:"String",faq:"Faq"},FaqItem:{order:"Int",question:"String",answer:"String"},File:{id:"ID",size:"BigInt",sizeBefore:"BigInt",createdAt:"DateTime",md5:"String",nodes:"Node",accesses:"FileAccess",md5Encrypted:"String",deletedAt:"DateTime",userApp:"ApplicationsOnUsers",mails:"FilesOnMails",validatedAt:"DateTime",access:"FileAccess"},FileAccess:{userApp:"ApplicationsOnUsers",userAppUserId:"String",userAppAppId:"String",file:"File",fileId:"String",key:"String",sharedBy:"ApplicationsOnUsers",sharedByUserId:"String",sharedByAppId:"String"},FileContent:{"...on FileContentCloud":"FileContentCloud","...on FileContentLite":"FileContentLite","...on FileContentReceivedMail":"FileContentReceivedMail","...on FileContentSentMail":"FileContentSentMail"},FileContentBase:{"...on FileContentCloud":"FileContentCloud","...on FileContentLite":"FileContentLite","...on FileContentReceivedMail":"FileContentReceivedMail","...on FileContentSentMail":"FileContentSentMail",id:"String",key:"String",md5:"String",md5Encrypted:"String",totalSize:"BigInt",type:"FileContentType"},FileContentCloud:{id:"String",key:"String",md5:"String",md5Encrypted:"String",totalSize:"BigInt",type:"FileContentType",parts:"FileContentPart",publicKey:"String"},FileContentLite:{id:"String",key:"String",md5:"String",md5Encrypted:"String",totalSize:"BigInt",type:"FileContentType",content:"Bytes",publicKey:"String"},FileContentPart:{contentUrl:"String",order:"Int",md5:"String"},FileContentReceivedMail:{id:"String",key:"String",md5:"String",md5Encrypted:"String",totalSize:"BigInt",type:"FileContentType",maybeParts:"FileContentPart",maybeContent:"Bytes",senderPublicKey:"String"},FileContentSentMail:{id:"String",key:"String",md5:"String",md5Encrypted:"String",totalSize:"BigInt",type:"FileContentType",maybeParts:"FileContentPart",maybeContent:"Bytes"},FilePart:{id:"ID",file:"File",fileId:"String",size:"BigInt",order:"Int",md5:"String",validatedAt:"DateTime"},FilePartResponse:{fields:"Json",url:"String",order:"Int"},FileResponse:{fileId:"String",parts:"FilePartResponse",filePartSize:"BigInt"},FileShared:{userId:"String",message:"String",appId:"String",id:"String",filename:"String",size:"Int",sizeBefore:"Int"},FileSharedContent:{ownerId:"String",pubKey:"String",message:"String",appId:"String",id:"String",type:"String",filename:"String",contentUrl:"String",key:"String",size:"Int",sizeBefore:"Int"},FilesContentResponse:{files:"FileContent"},FilesOnMails:{file:"File",fileKey:"String",filename:"String",mail:"Mail"},Limits:{downloadBandwidth:"BigInt",downloadCount:"BigInt",hardFileCount:"BigInt",hardFileSize:"BigInt",perFileSize:"BigInt",receivedMails:"MailLimits",sentMails:"MailLimits",uploadBandwidth:"BigInt",uploadCount:"BigInt"},MailLimits:{count:"BigInt",fileCount:"BigInt",fileSize:"BigInt",hardCount:"BigInt",hardFileCount:"BigInt",hardFileSize:"BigInt",perFileSize:"BigInt"},MailLimitsValues:{count:"BigInt",maxCount:"BigInt",fileCount:"BigInt",maxFileCount:"BigInt",fileSize:"BigInt",maxFileSize:"BigInt"},QueryLimits:{cloud:"CloudLimits",mail:"UserMailLimits"},UserMailLimits:{sent:"MailLimitsValues",received:"MailLimitsValues"},LiteFileResponse:{fileId:"String",content:"Bytes"},Mail:{id:"ID",app:"Application",body:"String",createdAt:"DateTime",deletedAt:"DateTime",files:"FilesOnMails",mailIntegrity:"MailIntegrity",mailIntegrityId:"String",mailIntegrityDraft:"MailIntegrityDraft",openedAt:"DateTime",recipient:"User",sender:"User",subject:"String",type:"MailType",recipients:"User"},MailIntegrity:{id:"ID",hash:"String",hashKey:"String",answers:"MailIntegrity",app:"Application",mails:"Mail",recipients:"User",temporaryRecipients:"TemporaryUser",replyTo:"MailIntegrity"},MailIntegrityDraft:{id:"ID",hash:"String",hashKey:"String",app:"Application",mail:"Mail",recipients:"User",temporaryRecipients:"TemporaryUser",replyTo:"MailIntegrity"},Node:{id:"ID",isFavorite:"Boolean",type:"NodeType",createdAt:"DateTime",deletedAt:"DateTime",parentId:"String",createdBy:"ApplicationsOnUsers",children:"Node",history:"File",updatedAt:"DateTime",createdByAppId:"String",createdByUserId:"String",name:"String",parent:"Node",accesses:"NodeAccess",current:"File",currentFileId:"String",sizes:"NodeSize",access:"NodeAccess",breadcrumb:"NodeBreadcrumbItem"},NodeBreadcrumbItem:{id:"String",name:"String",pubKey:"String",nameKey:"String"},NodeAccess:{node:"Node",nodeId:"String",userApp:"ApplicationsOnUsers",userAppUserId:"String",userAppAppId:"String",rights:"Rights",nameKey:"String",isRoot:"Boolean",sharedBy:"ApplicationsOnUsers",sharedByUserId:"String",sharedByAppId:"String"},NodeSize:{size:"BigInt",sizeBefore:"BigInt"},Plan:{id:"ID",kind:"PlanKind",codes:"String",limits:"Limits"},Report:{id:"ID",user:"User",reportedUser:"User",customMessage:"String"},AddFileToHistoryResponse:{addFileToHistory:"Node"},CancelPaymentResponse:{cancelPayment:"Boolean"},ChangeUserPlanResponse:{changeUserPlan:"User"},CreateApplicationResponse:{createApplication:"String"},CreateCryptoWalletResponse:{createCryptoWallet:"CryptoWallet"},CreateDraftMailResponse:{createDraftMail:"Mail"},CreateFolderResponse:{createFolder:"Node"},DbConfigMutationResponse:{dbConfigMutation:"Json"},DbConfigToProdMutationResponse:{dbConfigToProdMutation:"Json"},DbSetResponse:{dbSet:"Json"},DeleteDraftMailResponse:{deleteDraftMail:"Boolean"},DeleteFileResponse:{deleteFile:"Boolean"},DeleteMailResponse:{deleteMail:"Boolean"},DeleteMailTrashResponse:{deleteMailTrash:"Boolean"},DeleteNodeResponse:{deleteNode:"Boolean"},DeleteNodeCloudTrashResponse:{deleteNodeCloudTrash:"Boolean"},DeleteNodeSharingResponse:{deleteNodeSharing:"Boolean"},DeleteUserResponse:{deleteUser:"Boolean"},DuplicateNodeResponse:{duplicateNode:"Boolean"},EmptyCloudTrashResponse:{emptyCloudTrash:"Boolean"},EmptyMailTrashResponse:{emptyMailTrash:"Boolean"},LogoutResponse:{logout:"Boolean"},MoveNodesResponse:{moveNodes:"Boolean"},PayResponse:{pay:"Boolean"},ReadMailResponse:{readMail:"Boolean"},RecoverMailResponse:{recoverMail:"Boolean"},RecoverNodeResponse:{recoverNode:"Boolean"},SaveInCloudResponse:{saveInCloud:"Node"},SendAppMailResponse:{sendAppMail:"Boolean"},SendCryptoTransactionResponse:{id:"String",hash:"String"},SendDraftMailResponse:{sendDraftMail:"Boolean"},SendOneMailResponse:{sendOneMail:"Boolean"},SendReportResponse:{sendReport:"Report"},ShareFileInHistoryResponse:{shareFileInHistory:"Boolean"},ShareNodeQueryResponse:{shareNode:"ShareNodeResponse"},ShareNodeFinishResponse:{shareNodeFinish:"Boolean"},UnreadMailResponse:{unreadMail:"Boolean"},UpdateAppNotificationsResponse:{updateAppNotifications:"UserAppNotifications"},UpdateAppSettingsResponse:{updateAppSettings:"UserAppSettings"},UpdateAutoDisconnectDelayResponse:{updateAutoDisconnectDelay:"Boolean"},UpdateDraftMailResponse:{updateDraftMail:"Mail"},UpdateNodeResponse:{updateNode:"Node"},UpdateProfileResponse:{updateProfile:"User"},UploadAnonymousResponse:{uploadAnonymous:"FileResponse"},UploadFileResponse:{uploadFile:"FileResponse"},UploadFileEndResponse:{uploadFileEnd:"String"},UploadFilePartEndResponse:{uploadFilePartEnd:"Boolean"},UploadLiteFileResponse:{uploadLiteFile:"LiteFileResponse"},CreateStripeTransferResponse:{created:"Boolean"},StripeOnBoardingResponse:{onBoardingUrl:"String"},CreateCardTokenResponse:{created:"Boolean"},DeleteCardTokenResponse:{deleted:"Boolean"},CancelStripePayoutResponse:{cancel:"Boolean"},CreateStripePayoutResponse:{created:"Boolean"},AddCardToPaymentIntentResponse:{added:"Boolean"},CancelPaymentIntentResponse:{cancel:"Boolean"},ConfirmPaymentIntentResponse:{confirm:"Boolean"},CreatePaymentIntentResponse:{created:"Boolean"},RenewAppCodeResponse:{renew:"Boolean"},UpdateOriginUrlResponse:{update:"Boolean"},EditDeveloperResponse:{edited:"Boolean"},EditProjectResponse:{edited:"Boolean"},ApplicationsResponse:{applications:"Application"},BlogResponse:{blogItems:"BlogItem"},DbConfigResponse:{json:"Json"},DbGetResponse:{json:"Json"},DbSearchResponse:{json:"Json"},DeletedMailsResponse:{deletedMails:"Mail"},DeletedNodesResponse:{deletedNodes:"Node"},FaqResponse:{faq:"FaqItem"},FileQueryResponse:{file:"File"},FileContentResponse:{file:"FileContent"},JwtResponse:{jwt:"String"},IsCryptoTransactionDoneResponse:{done:"Boolean"},QueryMailResponse:{mail:"Mail"},MyCryptoBalanceResponse:{amount:"String"},NodeResponse:{node:"Node"},NodesSharedWithMeResponse:{nodesSharedWithMe:"Node"},PaymentInfosResponse:{paymentInfos:"PaymentInfos"},PlanResponse:{plan:"Plan"},SharedNodesResponse:{sharedNodes:"Node"},UnreadReceivedMailsCountResponse:{count:"Int"},UserResponse:{user:"User"},UserListResponse:{userList:"User"},DbGetDiffConfig:{env:"MongoDbEnv",current:"Json",next:"Json",diff:"Json",hash:"String"},DbGetDiffConfigResponse:{dbGetDiffConfig:"DbGetDiffConfig"},BalanceStripeResponse:{amount:"Int",currency:"String",source_types:"SourceTypeStripeResponse"},BalanceStripeObjectResponse:{available:"BalanceStripeResponse",connect_reserved:"BalanceStripeResponse",instant_available:"BalanceStripeResponse",issuing:"IssuingStripeResponse",livemode:"Boolean",pending:"BalanceStripeResponse"},CardIdentificationResponse:{paymentMethods:"CardIdentificationData"},CardIdentificationData:{type:"PaymentMethod",identification:"String",tokenId:"String"},GetStripeBalanceResponse:{balance:"BalanceStripeObjectResponse"},GetStripeBalanceTransactionResponse:{balanceTransaction:"TransacStripeResponse"},GetStripeTransactionResponse:{transaction:"TransacStripeResponse"},HasStripeAccountResponse:{hasAccount:"Boolean"},IssuingStripeResponse:{available:"BalanceStripeResponse"},KycStripeCompletedResponse:{kycCompleted:"Boolean"},SourceTypeStripeResponse:{bank_account:"Int",card:"Int",fpx:"Int"},TransacStripeResponse:{id:"String",amount:"Int",available_on:"Int",created:"Int",currency:"String",description:"String",exchange_rate:"Int",fee:"Int",fee_details:"TransactionStripeFeeResponse",net:"Int",reporting_category:"String",status:"String",type:"String"},TransactionStripeFeeResponse:{amount:"Int",currency:"String",description:"String",type:"String"},GetAllStripeTransferResponse:{allTransfer:"StripeTransferResponse"},GetStripeTransferResponse:{transfer:"StripeTransferResponse"},StripeTransferResponse:{id:"String",object:"String",amount:"Int",amount_reversed:"Int",balance_transaction:"Json",created:"Int",currency:"String",description:"String",destination_payment:"Json"},GetAllPaymentRequestToCollectResponse:{allPaymentRequestToCollect:"GetPaymentRequestToCollect"},GetAllPaymentRequestToPayResponse:{allPaymentRequestToPay:"GetPaymentRequestToPay"},GetPaymentRequestToCollect:{id:"String",amount:"Int",amount_capturable:"Int",amount_received:"Int",application_id:"String",application_name:"String",application_fee_amount:"Int",canceled_at:"Int",cancellation_reason:"CancellationReason",capture_method:"CaptureMethod",client_secret:"String",confirmation_method:"ConfirmationMethod",created:"Int",currency:"String",customer:"String",description:"String",invoice:"String",livemode:"Boolean",payment_method:"String",status:"Status"},GetPaymentRequestToCollectResponse:{paymentRequestToCollect:"GetPaymentRequestToCollect"},GetPaymentRequestToPay:{accountId:"String",id:"String",amount:"Int",amount_capturable:"Int",amount_received:"Int",application_id:"String",application_name:"String",application_fee_amount:"Int",canceled_at:"Int",cancellation_reason:"CancellationReason",capture_method:"CaptureMethod",client_secret:"String",confirmation_method:"ConfirmationMethod",created:"Int",currency:"String",customer:"String",description:"String",invoice:"String",livemode:"Boolean",payment_method:"String",status:"Status"},GetPaymentRequestToPayResponse:{paymentRequestToPay:"GetPaymentRequestToPay"},ValidPaymentIntentResponse:{isValid:"Boolean"},GetAllStripePayoutResponse:{allPayout:"PayoutResponse"},GetStripePayoutResponse:{payout:"PayoutResponse"},PayoutResponse:{id:"String",object:"String",amount:"Int",arrival_date:"Int",automatic:"Boolean",created:"Int",currency:"String",description:"String",failure_code:"String",failure_message:"String",livemode:"Boolean",method:"String",original_payout:"Json",reversed_by:"Json",source_type:"String",statement_descriptor:"String",status:"String",type:"PayoutType"},TemporaryUser:{id:"ID",mails:"MailIntegrity",draftMails:"MailIntegrityDraft",email:"String"},User:{id:"ID",deletedAt:"DateTime",lang:"Lang",infosId:"String",cryptoWallets:"CryptoWallet",reportSent:"Report",godFather:"User",godChildren:"User",infos:"UserInfos",firstname:"String",lastname:"String",email:"String",phone:"String",lastLogin:"DateTime",role:"UserRole",sessions:"UserSession",createdAt:"DateTime",receivedMails:"Mail",waitingReceivedMails:"WaitingReceivedMail",sentMails:"Mail",draftMails:"Mail",appSettings:"UserAppSettings",applications:"ApplicationsOnUsers",publicKey:"String"},UserAppNotifications:{id:"ID",enableAll:"Boolean",mail:"Boolean",cloud:"Boolean",disableAllUntil:"DateTime"},UserAppSettings:{id:"ID",cloudNodeDaysForDelete:"Int",historyFileDaysForDelete:"Int",historyMaxFileCount:"Int"},UserInfos:{id:"ID",emails:"String",email:"String",phones:"String",lastname:"String",firstname:"String",user:"User",updatedAt:"DateTime"},UserSession:{id:"ID",appSessions:"AppSession",lastActivity:"DateTime",userAgent:"String",ip:"String",city:"String",country:"String",createdAt:"DateTime"},WaitingReceivedMail:{sender:"User",date:"DateTime",recipients:"User",temporaryRecipients:"TemporaryUser",attachmentsCount:"Int"},PaymentInfos:{hostedUrl:"String",currentSubscription:"RecurlySubscription",invoices:"RecurlyInvoices"},RecurlyInvoices:{pdf:"String",date:"DateTime",due:"DateTime",status:"String",total:"Int",name:"String",currency:"String"},RecurlySubscription:{autorenew:"Boolean",activatedAt:"DateTime",currentPeriodEndsAt:"DateTime",currentPeriodStartedAt:"DateTime",canceledAt:"DateTime",createdAt:"DateTime",expiresAt:"DateTime",pausedAt:"DateTime",trialEndsAt:"DateTime",trialStartedAt:"DateTime",updatedAt:"DateTime",state:"String",collectionMethod:"String",plan:"String",planCode:"String",total:"Int"},ShareNodeResponse:{nodes:"String"},Query:{appNotifications:"AppNotificationsResult",applications:"ApplicationsResult",blog:"BlogResult",dbConfig:"DbConfigResult",dbGet:"DbGetResult",dbGetDiff:"DbGetDiffResult",dbSearch:"DbSearchResult",deletedMails:"DeletedMailsResult",deletedNodes:"DeletedNodesResult",faq:"FaqResult",file:"FileResult",fileContent:"FileContentResult",filesContent:"FilesContentResult",filesSharedWithMe:"FileSharedContent",getJwt:"GetJwtResult",isCryptoTransactionDone:"IsCryptoTransactionDoneResult",limits:"LimitsResult",mail:"MailResult",myCryptoBalance:"MyCryptoBalanceResult",node:"NodeResult",nodesSharedWithMe:"NodesSharedWithMeResult",paymentInfos:"PaymentInfosResult",plans:"PlansResult",serverTime:"Int",sharedNodes:"SharedNodesResult",unreadReceivedMailsCount:"UnreadReceivedMailsCountResult",user:"UserResult",userList:"UserListResult",getCardIdentification:"GetCardIdentificationResult",getStripeBalance:"GetStripeBalanceResult",getStripeBalanceTransaction:"GetStripeBalanceTransactionResult",getStripeTransaction:"GetStripeTransactionResult",hasStripeAccount:"HasStripeAccountResult",kycStripeCompleted:"KycStripeCompletedResult",getAllStripeTransfer:"GetAllStripeTransferResult",getStripeTransfer:"GetStripeTransferResult",getAllStripePayout:"GetAllStripePayoutResult",getStripePayout:"GetStripePayoutResult",getAllPaymentRequestToCollect:"GetAllPaymentRequestToCollectResult",getAllPaymentRequestToPay:"GetAllPaymentRequestToPayResult",getPaymentRequestToCollect:"GetPaymentRequestToCollectResult",getPaymentRequestToPay:"GetPaymentRequestToPayResult",isValidPaymentIntent:"IsValidPaymentIntentResult"},Mutation:{addFileToHistory:"AddFileToHistoryResult",cancelPayment:"CancelPaymentResult",createCryptoWallet:"CreateCryptoWalletResult",createDraftMail:"CreateDraftMailResult",createFolder:"CreateFolderResult",dbConfigMutation:"DbConfigMutationResult",dbConfigToProdMutation:"DbConfigToProdMutationResult",dbSet:"DbSetResult",deleteAllData:"Boolean",deleteDraftMail:"DeleteDraftMailResult",deleteFile:"DeleteFileResult",deleteMail:"DeleteMailResult",deleteMailTrash:"DeleteMailTrashResult",deleteNode:"DeleteNodeResult",deleteNodeCloudTrash:"DeleteNodeCloudTrashResult",deleteNodeSharing:"DeleteNodeSharingResult",deleteUser:"DeleteUserResult",duplicateNode:"DuplicateNodeResult",emptyCloudTrash:"EmptyCloudTrashResult",emptyMailTrash:"EmptyMailTrashResult",logout:"LogoutResult",moveNodes:"MoveNodesResult",pay:"PayResult",readMail:"ReadMailResult",recoverMail:"RecoverMailResult",recoverNode:"RecoverNodeResult",saveInCloud:"SaveInCloudResult",sendAppMail:"SendAppMailResult",sendCryptoTransaction:"SendCryptoTransactionResult",sendDraftMail:"SendDraftMailResult",sendOneMail:"SendOneMailResult",sendReport:"SendReportResult",shareFileInHistory:"ShareFileInHistoryResult",shareNode:"ShareNodeResult",shareNodeFinish:"ShareNodeFinishResult",unreadMail:"UnreadMailResult",updateAppNotifications:"UpdateAppNotificationsResult",updateAppSettings:"UpdateAppSettingsResult",updateAutoDisconnectDelay:"UpdateAutoDisconnectDelayResult",updateDraftMail:"UpdateDraftMailResult",updateNode:"UpdateNodeResult",updateProfile:"UpdateProfileResult",uploadAnonymous:"FileResponse",uploadFile:"UploadFileResult",uploadFileEnd:"UploadFileEndResult",uploadFilePartEnd:"UploadFilePartEndResult",uploadLiteFile:"UploadLiteFileResult",changeUserPlan:"ChangeUserPlanResult",createCardToken:"CreateCardTokenResult",createStripeTransfer:"CreateStripeTransferResult",deleteCardToken:"DeleteCardTokenResult",stripeOnBoarding:"StripeOnBoardingResult",cancelStripePayout:"CancelStripePayoutResult",createStripePayout:"CreateStripePayoutResult",addCartToPaymentIntent:"AddCartToPaymentIntentResult",cancelPaymentIntent:"CancelPaymentIntentResult",confirmPaymentIntent:"ConfirmPaymentIntentResult",createPaymentIntent:"CreatePaymentIntentResult",renewAppCode:"RenewAppCodeResult",updateOriginUrl:"UpdateOriginUrlResult",createApplication:"CreateApplicationResult",deleteApplication:"DeleteApplicationResult",editColors:"EditColorsResult",editLogo:"EditLogoResult",editName:"EditNameResult",addDeveloper:"AddDeveloperResult",deleteDeveloper:"DeleteDeveloperResult",editDeveloper:"EditDeveloperResult"},Subscription:{test:"Boolean"}},o= exports.Ops ={query:"Query",mutation:"Mutation",subscription:"Subscription"};exports.AllTypesProps = e; exports.Ops = o; exports.ReturnTypes = r;
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const e={BigInt:"scalar.BigInt",Bytes:"scalar.Bytes",DateTime:"scalar.DateTime",Decimal:"scalar.Decimal",Json:"scalar.Json",AppPlanOwner:"enum",Lang:"enum",PlanKind:"enum",UserRole:"enum",MailType:"enum",Rights:"enum",NodeType:"enum",PaymentMethod:"enum",MongoDbConfigType:"enum",MongoDbEnv:"enum",MongoDbFieldDiffAction:"enum",MongoDbFieldType:"enum",SortApplications:"enum",FileContentType:"enum",InfuraNetwork:"enum",MailFileInput:{},MailRecipientInput:{files:"MailFileInput"},NameKeyInput:{files:"ShareFileKeyInput"},PayInput:{type:"PayInputType"},PayInputType:"enum",ShareFileInHistoryInput:{users:"ShareFileKeyInput"},ShareFileKeyInput:{},ShareNodesInput:{nodes:"NameKeyInput"},CancellationReason:"enum",CaptureMethod:"enum",ConfirmationMethod:"enum",Status:"enum",PayoutType:"enum",ApplicationsCollaborators:{role:"UserRole"},Query:{applications:{sortBy:"SortApplications"},blog:{lang:"Lang"},dbConfig:{env:"MongoDbEnv"},dbGet:{env:"MongoDbEnv"},dbGetDiff:{env:"MongoDbEnv"},dbSearch:{env:"MongoDbEnv"},deletedMails:{mailType:"MailType"},faq:{lang:"Lang"},file:{},fileContent:{},filesContent:{},filesSharedWithMe:{},getJwt:{},isCryptoTransactionDone:{network:"InfuraNetwork"},mail:{},myCryptoBalance:{network:"InfuraNetwork"},node:{},nodesSharedWithMe:{type:"NodeType"},user:{},userList:{},getStripeTransaction:{},getStripeTransfer:{},getStripePayout:{},getAllPaymentRequestToCollect:{},getAllPaymentRequestToPay:{},getPaymentRequestToCollect:{},getPaymentRequestToPay:{},isValidPaymentIntent:{},getApplication:{},getAllDevelopers:{},getDeveloper:{}},Mutation:{addFileToHistory:{},createCryptoWallet:{},createDraftMail:{senderFiles:"MailFileInput"},createFolder:{},dbConfigMutation:{env:"MongoDbEnv"},dbConfigToProdMutation:{},dbSet:{env:"MongoDbEnv"},deleteDraftMail:{},deleteFile:{},deleteMail:{},deleteMailTrash:{},deleteNode:{},deleteNodeCloudTrash:{},deleteNodeSharing:{},deleteUser:{},duplicateNode:{},logout:{},moveNodes:{},pay:{input:"PayInput"},readMail:{},recoverMail:{},recoverNode:{},saveInCloud:{},sendAppMail:{},sendCryptoTransaction:{network:"InfuraNetwork"},sendDraftMail:{recipients:"MailRecipientInput"},sendOneMail:{recipient:"MailRecipientInput"},sendReport:{},shareFileInHistory:{input:"ShareFileInHistoryInput"},shareNode:{},shareNodeFinish:{shareNodes:"ShareNodesInput",rights:"Rights"},unreadMail:{},updateAppNotifications:{disableAllUntil:"DateTime"},updateAppSettings:{},updateAutoDisconnectDelay:{},updateDraftMail:{senderFiles:"MailFileInput"},updateNode:{deletedAt:"DateTime"},updateProfile:{lang:"Lang"},uploadAnonymous:{},uploadFile:{fileSize:"BigInt",fileSizeBefore:"BigInt"},uploadFileEnd:{},uploadFilePartEnd:{},uploadLiteFile:{content:"Bytes",fileSize:"BigInt",fileSizeBefore:"BigInt"},changeUserPlan:{plan:"PlanKind"},createCardToken:{},createStripeTransfer:{},deleteCardToken:{},cancelStripePayout:{},createStripePayout:{},addCartToPaymentIntent:{},cancelPaymentIntent:{},confirmPaymentIntent:{},createPaymentIntent:{},renewAppCode:{},updateOriginUrl:{},createApplication:{collaborators:"ApplicationsCollaborators"},deleteApplication:{},editColors:{},editLogo:{},editName:{},addDeveloper:{userRole:"UserRole",userRights:"Rights"},deleteDeveloper:{},editDeveloper:{userRole:"UserRole",userRights:"Rights"}}},r= exports.ReturnTypes ={BigInt:"scalar.BigInt",Bytes:"scalar.Bytes",DateTime:"scalar.DateTime",Decimal:"scalar.Decimal",Json:"scalar.Json",AppNotificationsResult:{"...on UserAppNotifications":"UserAppNotifications","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},AppPlanResult:{"...on AppPlanResponse":"AppPlanResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},AppPlansResult:{"...on AppPlansResponse":"AppPlansResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},ApplicationsResult:{"...on ApplicationsResponse":"ApplicationsResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},BlogResult:{"...on BlogResponse":"BlogResponse","...on ErrorLangNotExist":"ErrorLangNotExist"},DbConfigResult:{"...on DbConfigResponse":"DbConfigResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},DbGetResult:{"...on DbGetResponse":"DbGetResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorNotFound":"ErrorNotFound","...on ErrorNotExist":"ErrorNotExist"},DbGetDiffResult:{"...on DbGetDiffConfigResponse":"DbGetDiffConfigResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},DbSearchResult:{"...on DbSearchResponse":"DbSearchResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotExist":"ErrorNotExist","...on ErrorBasic":"ErrorBasic"},DeletedMailsResult:{"...on DeletedMailsResponse":"DeletedMailsResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeletedNodesResult:{"...on DeletedNodesResponse":"DeletedNodesResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},FaqResult:{"...on FaqResponse":"FaqResponse","...on ErrorBasic":"ErrorBasic"},FileResult:{"...on FileQueryResponse":"FileQueryResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},FileContentResult:{"...on FileContentResponse":"FileContentResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorBadRequest":"ErrorBadRequest","...on ErrorNotFound":"ErrorNotFound"},FilesContentResult:{"...on FilesContentResponse":"FilesContentResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorBadRequest":"ErrorBadRequest","...on ErrorNotFound":"ErrorNotFound"},GetJwtResult:{"...on JwtResponse":"JwtResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},IsCryptoTransactionDoneResult:{"...on IsCryptoTransactionDoneResponse":"IsCryptoTransactionDoneResponse","...on ErrorNotExist":"ErrorNotExist"},LimitsResult:{"...on QueryLimits":"QueryLimits","...on ErrorNotFound":"ErrorNotFound","...on ErrorNotExist":"ErrorNotExist","...on ErrorLimit":"ErrorLimit"},MailResult:{"...on QueryMailResponse":"QueryMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},MyCryptoBalanceResult:{"...on MyCryptoBalanceResponse":"MyCryptoBalanceResponse","...on ErrorNotExist":"ErrorNotExist"},NodeResult:{"...on NodeResponse":"NodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},NodesSharedWithMeResult:{"...on NodesSharedWithMeResponse":"NodesSharedWithMeResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},PaymentInfosResult:{"...on PaymentInfosResponse":"PaymentInfosResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},PlansResult:{"...on PlanResponse":"PlanResponse"},SharedNodesResult:{"...on SharedNodesResponse":"SharedNodesResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},UnreadReceivedMailsCountResult:{"...on UnreadReceivedMailsCountResponse":"UnreadReceivedMailsCountResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},UserResult:{"...on UserResponse":"UserResponse","...on ErrorNotFound":"ErrorNotFound"},UserListResult:{"...on UserListResponse":"UserListResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},GetCardIdentificationResult:{"...on CardIdentificationResponse":"CardIdentificationResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},GetStripeBalanceResult:{"...on GetStripeBalanceResponse":"GetStripeBalanceResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe"},GetStripeBalanceTransactionResult:{"...on GetStripeBalanceTransactionResponse":"GetStripeBalanceTransactionResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe"},GetStripeTransactionResult:{"...on GetStripeTransactionResponse":"GetStripeTransactionResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe"},HasStripeAccountResult:{"...on HasStripeAccountResponse":"HasStripeAccountResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},KycStripeCompletedResult:{"...on KycStripeCompletedResponse":"KycStripeCompletedResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe"},GetAllStripeTransferResult:{"...on GetAllStripeTransferResponse":"GetAllStripeTransferResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},GetStripeTransferResult:{"...on GetStripeTransferResponse":"GetStripeTransferResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},GetAllStripePayoutResult:{"...on GetAllStripePayoutResponse":"GetAllStripePayoutResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe"},GetStripePayoutResult:{"...on GetStripePayoutResponse":"GetStripePayoutResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe"},GetAllPaymentRequestToCollectResult:{"...on GetAllPaymentRequestToCollectResponse":"GetAllPaymentRequestToCollectResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},GetAllPaymentRequestToPayResult:{"...on GetAllPaymentRequestToPayResponse":"GetAllPaymentRequestToPayResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},GetPaymentRequestToCollectResult:{"...on GetPaymentRequestToCollectResponse":"GetPaymentRequestToCollectResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe"},GetPaymentRequestToPayResult:{"...on GetPaymentRequestToPayResponse":"GetPaymentRequestToPayResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},IsValidPaymentIntentResult:{"...on ValidPaymentIntentResponse":"ValidPaymentIntentResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe"},GetApplicationResult:{"...on GetApplicationResponse":"GetApplicationResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},GetAllDevelopersResult:{"...on GetAllDevelopersMainResponse":"GetAllDevelopersMainResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},GetDeveloperResult:{"...on GetDeveloperResponse":"GetDeveloperResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},AddFileToHistoryResult:{"...on AddFileToHistoryResponse":"AddFileToHistoryResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotExist":"ErrorNotExist"},CancelPaymentResult:{"...on CancelPaymentResponse":"CancelPaymentResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},CreateCryptoWalletResult:{"...on CreateCryptoWalletResponse":"CreateCryptoWalletResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},CreateDraftMailResult:{"...on CreateDraftMailResponse":"CreateDraftMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},CreateFolderResult:{"...on CreateFolderResponse":"CreateFolderResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotExist":"ErrorNotExist"},DbConfigMutationResult:{"...on DbConfigMutationResponse":"DbConfigMutationResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},DbConfigToProdMutationResult:{"...on DbConfigToProdMutationResponse":"DbConfigToProdMutationResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},DbSetResult:{"...on DbSetResponse":"DbSetResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorNotFound":"ErrorNotFound"},DeleteDraftMailResult:{"...on DeleteDraftMailResponse":"DeleteDraftMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteFileResult:{"...on DeleteFileResponse":"DeleteFileResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},DeleteMailResult:{"...on DeleteMailResponse":"DeleteMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteMailTrashResult:{"...on DeleteMailTrashResponse":"DeleteMailTrashResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteNodeResult:{"...on DeleteNodeResponse":"DeleteNodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteNodeCloudTrashResult:{"...on DeleteNodeCloudTrashResponse":"DeleteNodeCloudTrashResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteNodeSharingResult:{"...on DeleteNodeSharingResponse":"DeleteNodeSharingResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteUserResult:{"...on DeleteUserResponse":"DeleteUserResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DuplicateNodeResult:{"...on DuplicateNodeResponse":"DuplicateNodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},EmptyCloudTrashResult:{"...on EmptyCloudTrashResponse":"EmptyCloudTrashResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},EmptyMailTrashResult:{"...on EmptyMailTrashResponse":"EmptyMailTrashResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},LogoutResult:{"...on LogoutResponse":"LogoutResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},MoveNodesResult:{"...on MoveNodesResponse":"MoveNodesResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},PayResult:{"...on PayResponse":"PayResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},ReadMailResult:{"...on ReadMailResponse":"ReadMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorNotFound":"ErrorNotFound"},RecoverMailResult:{"...on RecoverMailResponse":"RecoverMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},RecoverNodeResult:{"...on RecoverNodeResponse":"RecoverNodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotExist":"ErrorNotExist"},SaveInCloudResult:{"...on SaveInCloudResponse":"SaveInCloudResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorNotFound":"ErrorNotFound","...on ErrorLimit":"ErrorLimit"},SendAppMailResult:{"...on SendAppMailResponse":"SendAppMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorNotFound":"ErrorNotFound"},SendCryptoTransactionResult:{"...on SendCryptoTransactionResponse":"SendCryptoTransactionResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic","...on ErrorNotExist":"ErrorNotExist"},SendDraftMailResult:{"...on SendDraftMailResponse":"SendDraftMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},SendOneMailResult:{"...on RecoverNodeResponse":"RecoverNodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},SendReportResult:{"...on SendReportResponse":"SendReportResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},ShareFileInHistoryResult:{"...on ShareFileInHistoryResponse":"ShareFileInHistoryResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},ShareNodeResult:{"...on ShareNodeResponse":"ShareNodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},ShareNodeFinishResult:{"...on ShareNodeFinishResponse":"ShareNodeFinishResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},UnreadMailResult:{"...on UnreadMailResponse":"UnreadMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorBasic":"ErrorBasic"},UpdateAppNotificationsResult:{"...on UpdateAppNotificationsResponse":"UpdateAppNotificationsResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},UpdateAppSettingsResult:{"...on UpdateAppSettingsResponse":"UpdateAppSettingsResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},UpdateAutoDisconnectDelayResult:{"...on UpdateAutoDisconnectDelayResponse":"UpdateAutoDisconnectDelayResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorBasic":"ErrorBasic"},UpdateDraftMailResult:{"...on UpdateDraftMailResponse":"UpdateDraftMailResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBasic":"ErrorBasic"},UpdateNodeResult:{"...on UpdateNodeResponse":"UpdateNodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotExist":"ErrorNotExist"},UpdateProfileResult:{"...on UpdateProfileResponse":"UpdateProfileResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},UploadFileResult:{"...on UploadFileResponse":"UploadFileResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBadRequest":"ErrorBadRequest","...on ErrorNotFound":"ErrorNotFound"},UploadFileEndResult:{"...on UploadFileEndResponse":"UploadFileEndResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},UploadFilePartEndResult:{"...on UploadFilePartEndResponse":"UploadFilePartEndResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},UploadLiteFileResult:{"...on UploadLiteFileResponse":"UploadLiteFileResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBadRequest":"ErrorBadRequest","...on ErrorNotFound":"ErrorNotFound"},ChangeUserPlanResult:{"...on ChangeUserPlanResponse":"ChangeUserPlanResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},CreateCardTokenResult:{"...on CreateCardTokenResponse":"CreateCardTokenResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe"},CreateStripeTransferResult:{"...on CreateStripeTransferResponse":"CreateStripeTransferResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},DeleteCardTokenResult:{"...on DeleteCardTokenResponse":"DeleteCardTokenResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound"},StripeOnBoardingResult:{"...on StripeOnBoardingResponse":"StripeOnBoardingResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe"},CancelStripePayoutResult:{"...on CancelStripePayoutResponse":"CancelStripePayoutResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},CreateStripePayoutResult:{"...on CreateStripePayoutResponse":"CreateStripePayoutResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},AddCartToPaymentIntentResult:{"...on AddCardToPaymentIntentResponse":"AddCardToPaymentIntentResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},CancelPaymentIntentResult:{"...on CancelPaymentIntentResponse":"CancelPaymentIntentResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},ConfirmPaymentIntentResult:{"...on ConfirmPaymentIntentResponse":"ConfirmPaymentIntentResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},CreatePaymentIntentResult:{"...on CreatePaymentIntentResponse":"CreatePaymentIntentResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorStripe":"ErrorStripe","...on ErrorNotFound":"ErrorNotFound"},RenewAppCodeResult:{"...on RenewAppCodeResponse":"RenewAppCodeResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},UpdateOriginUrlResult:{"...on UpdateOriginUrlResponse":"UpdateOriginUrlResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},CreateApplicationResult:{"...on CreateApplicationResponse":"CreateApplicationResponse","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorNotFound":"ErrorNotFound","...on ErrorBadRequest":"ErrorBadRequest","...on ErrorInternalServer":"ErrorInternalServer"},DeleteApplicationResult:{"...on EditProjectResponse":"EditProjectResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},EditColorsResult:{"...on EditProjectResponse":"EditProjectResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},EditLogoResult:{"...on EditProjectResponse":"EditProjectResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},EditNameResult:{"...on EditProjectResponse":"EditProjectResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},AddDeveloperResult:{"...on EditDeveloperResponse":"EditDeveloperResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},DeleteDeveloperResult:{"...on EditDeveloperResponse":"EditDeveloperResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},EditDeveloperResult:{"...on EditDeveloperResponse":"EditDeveloperResponse","...on ErrorAccessDenied":"ErrorAccessDenied"},AppKeyPair:{pub:"String"},AppLimits:{id:"ID",devs:"BigInt",devsBase:"BigInt",devsUnit:"BigInt",devsPrice:"Decimal",users:"BigInt",usersBase:"BigInt",usersUnit:"BigInt",usersPrice:"Decimal",bandwidth:"BigInt",perFileSize:"BigInt",perFileSizeBase:"BigInt",perFileSizeUnit:"BigInt",perFileSizePrice:"Decimal",bandwidthBase:"BigInt",bandwidthUnit:"BigInt",bandwidthPrice:"Decimal"},AppLimitsCons:{id:"ID",lastReset:"DateTime",downloadBandwidth:"BigInt",uploadBandwidth:"BigInt"},AppPlan:{id:"ID",relatedTo:"AppPlanOwner",kind:"String",codes:"String",descriptor:"AppPlanDesc"},AppPlanDesc:{id:"ID",plan:"AppPlan",devsBase:"BigInt",devsMax:"BigInt",devsUnit:"BigInt",devsPrice:"Decimal",usersBase:"BigInt",usersMax:"BigInt",usersUnit:"BigInt",usersPrice:"Decimal",perFileSizeBase:"BigInt",perFileSizeMax:"BigInt",perFileSizeUnit:"BigInt",perFileSizePrice:"Decimal",bandwidthBase:"BigInt",bandwidthMax:"BigInt",bandwidthUnit:"BigInt",bandwidthPrice:"Decimal"},AppSession:{id:"ID",lastActivity:"DateTime",userAgent:"String",ip:"String",city:"String",country:"String",userSession:"UserSession",userApp:"ApplicationsOnUsers",createdAt:"DateTime"},Application:{id:"ID",name:"String",logo:"String",code:"String",color:"String",origin:"String",createdAt:"DateTime",updatedAt:"DateTime",plan:"AppPlan",plans:"AppPlan",limits:"AppLimits",consumption:"AppLimitsCons",owner:"Developer",ownerId:"String",developers:"DevelopersOnApplications",users:"ApplicationsOnUsers"},ApplicationsOnUsers:{fakeUserId:"String",keyPair:"AppKeyPair",sessions:"AppSession",app:"Application",appId:"String",user:"User",userId:"String",settings:"UserAppSettings",filesAccesses:"FileAccess",filesSharedAccesses:"FileAccess",nodesAccesses:"NodeAccess",nodesSharedAccesses:"NodeAccess",createdNodes:"Node"},Blog:{id:"ID",order:"Int",entries:"BlogEntry"},BlogEntry:{id:"ID",lang:"Lang",author:"String",body:"String",date:"DateTime",image:"String",summary:"String",title:"String"},BlogItem:{id:"String",blogId:"String",order:"Int",title:"String",body:"String",author:"String",image:"String",imageAlt:"String",summary:"String",date:"DateTime"},CloudLimits:{size:"BigInt",maxSize:"BigInt",count:"BigInt",maxCount:"BigInt"},CryptoWallet:{address:"ID",privateKeyEncrypted:"String"},DbDiffField:{action:"MongoDbFieldDiffAction",key:"String",current:"Json",next:"Json",details:"Json"},DbDiffSchema:{fields:"DbDiffField"},Developer:{id:"ID",user:"User",applications:"Application",developersOnApplications:"DevelopersOnApplications"},DevelopersOnApplications:{developer:"Developer",developerId:"String",app:"Application",appId:"String",createdAt:"DateTime",updatedAt:"DateTime",role:"UserRole",rights:"Rights"},Error:{"...on ErrorBasic":"ErrorBasic","...on ErrorBadRequest":"ErrorBadRequest","...on ErrorStripe":"ErrorStripe","...on ErrorUpgradePlan":"ErrorUpgradePlan","...on ErrorNotFound":"ErrorNotFound","...on ErrorNotExist":"ErrorNotExist","...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorLangNotExist":"ErrorLangNotExist","...on ErrorLimit":"ErrorLimit","...on ErrorInternalServer":"ErrorInternalServer"},ErrorAccessDenied:{message:"String"},ErrorBadRequest:{message:"String"},ErrorBase:{"...on ErrorAccessDenied":"ErrorAccessDenied","...on ErrorBadRequest":"ErrorBadRequest","...on ErrorBasic":"ErrorBasic","...on ErrorInternalServer":"ErrorInternalServer","...on ErrorLangNotExist":"ErrorLangNotExist","...on ErrorLimit":"ErrorLimit","...on ErrorNotExist":"ErrorNotExist","...on ErrorNotFound":"ErrorNotFound","...on ErrorStripe":"ErrorStripe","...on ErrorUpgradePlan":"ErrorUpgradePlan",message:"String"},ErrorBasic:{message:"String"},ErrorInternalServer:{message:"String"},ErrorLangNotExist:{message:"String"},ErrorLimit:{message:"String",field:"String"},ErrorNotExist:{message:"String",field:"String"},ErrorNotFound:{message:"String",field:"String"},ErrorStripe:{message:"String"},ErrorUpgradePlan:{message:"String"},Faq:{id:"ID",order:"Int",entries:"FaqEntry"},FaqEntry:{id:"ID",lang:"Lang",question:"String",answer:"String",faq:"Faq"},FaqItem:{order:"Int",question:"String",answer:"String"},File:{id:"ID",size:"BigInt",sizeBefore:"BigInt",createdAt:"DateTime",md5:"String",nodes:"Node",accesses:"FileAccess",md5Encrypted:"String",deletedAt:"DateTime",userApp:"ApplicationsOnUsers",mails:"FilesOnMails",validatedAt:"DateTime",access:"FileAccess"},FileAccess:{userApp:"ApplicationsOnUsers",userAppUserId:"String",userAppAppId:"String",file:"File",fileId:"String",key:"String",sharedBy:"ApplicationsOnUsers",sharedByUserId:"String",sharedByAppId:"String"},FileContent:{"...on FileContentCloud":"FileContentCloud","...on FileContentLite":"FileContentLite","...on FileContentReceivedMail":"FileContentReceivedMail","...on FileContentSentMail":"FileContentSentMail"},FileContentBase:{"...on FileContentCloud":"FileContentCloud","...on FileContentLite":"FileContentLite","...on FileContentReceivedMail":"FileContentReceivedMail","...on FileContentSentMail":"FileContentSentMail",id:"String",key:"String",md5:"String",md5Encrypted:"String",totalSize:"BigInt",type:"FileContentType"},FileContentCloud:{id:"String",key:"String",md5:"String",md5Encrypted:"String",totalSize:"BigInt",type:"FileContentType",parts:"FileContentPart",publicKey:"String"},FileContentLite:{id:"String",key:"String",md5:"String",md5Encrypted:"String",totalSize:"BigInt",type:"FileContentType",content:"Bytes",publicKey:"String"},FileContentPart:{contentUrl:"String",order:"Int",md5:"String"},FileContentReceivedMail:{id:"String",key:"String",md5:"String",md5Encrypted:"String",totalSize:"BigInt",type:"FileContentType",maybeParts:"FileContentPart",maybeContent:"Bytes",senderPublicKey:"String"},FileContentSentMail:{id:"String",key:"String",md5:"String",md5Encrypted:"String",totalSize:"BigInt",type:"FileContentType",maybeParts:"FileContentPart",maybeContent:"Bytes"},FilePart:{id:"ID",file:"File",fileId:"String",size:"BigInt",order:"Int",md5:"String",validatedAt:"DateTime"},FilePartResponse:{fields:"Json",url:"String",order:"Int"},FileResponse:{fileId:"String",parts:"FilePartResponse",filePartSize:"BigInt"},FileShared:{userId:"String",message:"String",appId:"String",id:"String",filename:"String",size:"Int",sizeBefore:"Int"},FileSharedContent:{ownerId:"String",pubKey:"String",message:"String",appId:"String",id:"String",type:"String",filename:"String",contentUrl:"String",key:"String",size:"Int",sizeBefore:"Int"},FilesContentResponse:{files:"FileContent"},FilesOnMails:{file:"File",fileKey:"String",filename:"String",mail:"Mail"},Limits:{downloadBandwidth:"BigInt",downloadCount:"BigInt",hardFileCount:"BigInt",hardFileSize:"BigInt",perFileSize:"BigInt",receivedMails:"MailLimits",sentMails:"MailLimits",uploadBandwidth:"BigInt",uploadCount:"BigInt"},MailLimits:{count:"BigInt",fileCount:"BigInt",fileSize:"BigInt",hardCount:"BigInt",hardFileCount:"BigInt",hardFileSize:"BigInt",perFileSize:"BigInt"},MailLimitsValues:{count:"BigInt",maxCount:"BigInt",fileCount:"BigInt",maxFileCount:"BigInt",fileSize:"BigInt",maxFileSize:"BigInt"},QueryLimits:{cloud:"CloudLimits",mail:"UserMailLimits"},UserMailLimits:{sent:"MailLimitsValues",received:"MailLimitsValues"},LiteFileResponse:{fileId:"String",content:"Bytes"},Mail:{id:"ID",app:"Application",body:"String",createdAt:"DateTime",deletedAt:"DateTime",files:"FilesOnMails",mailIntegrity:"MailIntegrity",mailIntegrityId:"String",mailIntegrityDraft:"MailIntegrityDraft",openedAt:"DateTime",recipient:"User",sender:"User",subject:"String",type:"MailType",recipients:"User"},MailIntegrity:{id:"ID",hash:"String",hashKey:"String",answers:"MailIntegrity",app:"Application",mails:"Mail",recipients:"User",temporaryRecipients:"TemporaryUser",replyTo:"MailIntegrity"},MailIntegrityDraft:{id:"ID",hash:"String",hashKey:"String",app:"Application",mail:"Mail",recipients:"User",temporaryRecipients:"TemporaryUser",replyTo:"MailIntegrity"},Node:{id:"ID",isFavorite:"Boolean",type:"NodeType",createdAt:"DateTime",deletedAt:"DateTime",parentId:"String",createdBy:"ApplicationsOnUsers",children:"Node",history:"File",updatedAt:"DateTime",createdByAppId:"String",createdByUserId:"String",name:"String",parent:"Node",accesses:"NodeAccess",current:"File",currentFileId:"String",sizes:"NodeSize",access:"NodeAccess",breadcrumb:"NodeBreadcrumbItem"},NodeBreadcrumbItem:{id:"String",name:"String",pubKey:"String",nameKey:"String"},NodeAccess:{node:"Node",nodeId:"String",userApp:"ApplicationsOnUsers",userAppUserId:"String",userAppAppId:"String",rights:"Rights",nameKey:"String",isRoot:"Boolean",sharedBy:"ApplicationsOnUsers",sharedByUserId:"String",sharedByAppId:"String"},NodeSize:{size:"BigInt",sizeBefore:"BigInt"},Plan:{id:"ID",kind:"PlanKind",codes:"String",limits:"Limits"},Report:{id:"ID",user:"User",reportedUser:"User",customMessage:"String"},AddFileToHistoryResponse:{addFileToHistory:"Node"},CancelPaymentResponse:{cancelPayment:"Boolean"},ChangeUserPlanResponse:{changeUserPlan:"User"},CreateApplicationResponse:{createApplication:"String"},CreateCryptoWalletResponse:{createCryptoWallet:"CryptoWallet"},CreateDraftMailResponse:{createDraftMail:"Mail"},CreateFolderResponse:{createFolder:"Node"},DbConfigMutationResponse:{dbConfigMutation:"Json"},DbConfigToProdMutationResponse:{dbConfigToProdMutation:"Json"},DbSetResponse:{dbSet:"Json"},DeleteDraftMailResponse:{deleteDraftMail:"Boolean"},DeleteFileResponse:{deleteFile:"Boolean"},DeleteMailResponse:{deleteMail:"Boolean"},DeleteMailTrashResponse:{deleteMailTrash:"Boolean"},DeleteNodeResponse:{deleteNode:"Boolean"},DeleteNodeCloudTrashResponse:{deleteNodeCloudTrash:"Boolean"},DeleteNodeSharingResponse:{deleteNodeSharing:"Boolean"},DeleteUserResponse:{deleteUser:"Boolean"},DuplicateNodeResponse:{duplicateNode:"Boolean"},EmptyCloudTrashResponse:{emptyCloudTrash:"Boolean"},EmptyMailTrashResponse:{emptyMailTrash:"Boolean"},LogoutResponse:{logout:"Boolean"},MoveNodesResponse:{moveNodes:"Boolean"},PayResponse:{pay:"Boolean"},ReadMailResponse:{readMail:"Boolean"},RecoverMailResponse:{recoverMail:"Boolean"},RecoverNodeResponse:{recoverNode:"Boolean"},SaveInCloudResponse:{saveInCloud:"Node"},SendAppMailResponse:{sendAppMail:"Boolean"},SendCryptoTransactionResponse:{id:"String",hash:"String"},SendDraftMailResponse:{sendDraftMail:"Boolean"},SendOneMailResponse:{sendOneMail:"Boolean"},SendReportResponse:{sendReport:"Report"},ShareFileInHistoryResponse:{shareFileInHistory:"Boolean"},ShareNodeQueryResponse:{shareNode:"ShareNodeResponse"},ShareNodeFinishResponse:{shareNodeFinish:"Boolean"},UnreadMailResponse:{unreadMail:"Boolean"},UpdateAppNotificationsResponse:{updateAppNotifications:"UserAppNotifications"},UpdateAppSettingsResponse:{updateAppSettings:"UserAppSettings"},UpdateAutoDisconnectDelayResponse:{updateAutoDisconnectDelay:"Boolean"},UpdateDraftMailResponse:{updateDraftMail:"Mail"},UpdateNodeResponse:{updateNode:"Node"},UpdateProfileResponse:{updateProfile:"User"},UploadAnonymousResponse:{uploadAnonymous:"FileResponse"},UploadFileResponse:{uploadFile:"FileResponse"},UploadFileEndResponse:{uploadFileEnd:"String"},UploadFilePartEndResponse:{uploadFilePartEnd:"Boolean"},UploadLiteFileResponse:{uploadLiteFile:"LiteFileResponse"},CreateStripeTransferResponse:{created:"Boolean"},StripeOnBoardingResponse:{onBoardingUrl:"String"},CreateCardTokenResponse:{created:"Boolean"},DeleteCardTokenResponse:{deleted:"Boolean"},CancelStripePayoutResponse:{cancel:"Boolean"},CreateStripePayoutResponse:{created:"Boolean"},AddCardToPaymentIntentResponse:{added:"Boolean"},CancelPaymentIntentResponse:{cancel:"Boolean"},ConfirmPaymentIntentResponse:{confirm:"Boolean"},CreatePaymentIntentResponse:{created:"Boolean"},RenewAppCodeResponse:{renew:"Boolean"},UpdateOriginUrlResponse:{update:"Boolean"},EditDeveloperResponse:{edited:"Boolean"},EditProjectResponse:{edited:"Boolean"},QueryAppLimits:{cloud:"AppLimits"},QueryAppLimitsCons:{cloud:"AppLimitsCons"},AppPlanResponse:{plan:"AppPlan"},AppPlansResponse:{plan:"AppPlan"},ApplicationsResponse:{applications:"Application"},BlogResponse:{blogItems:"BlogItem"},DbConfigResponse:{json:"Json"},DbGetResponse:{json:"Json"},DbSearchResponse:{json:"Json"},DeletedMailsResponse:{deletedMails:"Mail"},DeletedNodesResponse:{deletedNodes:"Node"},FaqResponse:{faq:"FaqItem"},FileQueryResponse:{file:"File"},FileContentResponse:{file:"FileContent"},JwtResponse:{jwt:"String"},IsCryptoTransactionDoneResponse:{done:"Boolean"},QueryMailResponse:{mail:"Mail"},MyCryptoBalanceResponse:{amount:"String"},NodeResponse:{node:"Node"},NodesSharedWithMeResponse:{nodesSharedWithMe:"Node"},PaymentInfosResponse:{paymentInfos:"PaymentInfos"},PlanResponse:{plan:"Plan"},SharedNodesResponse:{sharedNodes:"Node"},UnreadReceivedMailsCountResponse:{count:"Int"},UserResponse:{user:"User"},UserListResponse:{userList:"User"},DbGetDiffConfig:{env:"MongoDbEnv",current:"Json",next:"Json",diff:"Json",hash:"String"},DbGetDiffConfigResponse:{dbGetDiffConfig:"DbGetDiffConfig"},BalanceStripeResponse:{amount:"Int",currency:"String",source_types:"SourceTypeStripeResponse"},BalanceStripeObjectResponse:{available:"BalanceStripeResponse",connect_reserved:"BalanceStripeResponse",instant_available:"BalanceStripeResponse",issuing:"IssuingStripeResponse",livemode:"Boolean",pending:"BalanceStripeResponse"},CardIdentificationResponse:{paymentMethods:"CardIdentificationData"},CardIdentificationData:{type:"PaymentMethod",identification:"String",tokenId:"String"},GetStripeBalanceResponse:{balance:"BalanceStripeObjectResponse"},GetStripeBalanceTransactionResponse:{balanceTransaction:"TransacStripeResponse"},GetStripeTransactionResponse:{transaction:"TransacStripeResponse"},HasStripeAccountResponse:{hasAccount:"Boolean"},IssuingStripeResponse:{available:"BalanceStripeResponse"},KycStripeCompletedResponse:{kycCompleted:"Boolean"},SourceTypeStripeResponse:{bank_account:"Int",card:"Int",fpx:"Int"},TransacStripeResponse:{id:"String",amount:"Int",available_on:"Int",created:"Int",currency:"String",description:"String",exchange_rate:"Int",fee:"Int",fee_details:"TransactionStripeFeeResponse",net:"Int",reporting_category:"String",status:"String",type:"String"},TransactionStripeFeeResponse:{amount:"Int",currency:"String",description:"String",type:"String"},GetAllStripeTransferResponse:{allTransfer:"StripeTransferResponse"},GetStripeTransferResponse:{transfer:"StripeTransferResponse"},StripeTransferResponse:{id:"String",object:"String",amount:"Int",amount_reversed:"Int",balance_transaction:"Json",created:"Int",currency:"String",description:"String",destination_payment:"Json"},GetAllPaymentRequestToCollectResponse:{allPaymentRequestToCollect:"GetPaymentRequestToCollect"},GetAllPaymentRequestToPayResponse:{allPaymentRequestToPay:"GetPaymentRequestToPay"},GetPaymentRequestToCollect:{id:"String",amount:"Int",amount_capturable:"Int",amount_received:"Int",application_id:"String",application_name:"String",application_fee_amount:"Int",canceled_at:"Int",cancellation_reason:"CancellationReason",capture_method:"CaptureMethod",client_secret:"String",confirmation_method:"ConfirmationMethod",created:"Int",currency:"String",customer:"String",description:"String",invoice:"String",livemode:"Boolean",payment_method:"String",status:"Status"},GetPaymentRequestToCollectResponse:{paymentRequestToCollect:"GetPaymentRequestToCollect"},GetPaymentRequestToPay:{accountId:"String",id:"String",amount:"Int",amount_capturable:"Int",amount_received:"Int",application_id:"String",application_name:"String",application_fee_amount:"Int",canceled_at:"Int",cancellation_reason:"CancellationReason",capture_method:"CaptureMethod",client_secret:"String",confirmation_method:"ConfirmationMethod",created:"Int",currency:"String",customer:"String",description:"String",invoice:"String",livemode:"Boolean",payment_method:"String",status:"Status"},GetPaymentRequestToPayResponse:{paymentRequestToPay:"GetPaymentRequestToPay"},ValidPaymentIntentResponse:{isValid:"Boolean"},GetAllStripePayoutResponse:{allPayout:"PayoutResponse"},GetStripePayoutResponse:{payout:"PayoutResponse"},PayoutResponse:{id:"String",object:"String",amount:"Int",arrival_date:"Int",automatic:"Boolean",created:"Int",currency:"String",description:"String",failure_code:"String",failure_message:"String",livemode:"Boolean",method:"String",original_payout:"Json",reversed_by:"Json",source_type:"String",statement_descriptor:"String",status:"String",type:"PayoutType"},GetApplicationResponse:{application:"Application"},DeveloperResponse:{rights:"Rights",role:"UserRole",developer:"DeveloperInfoResponse"},DeveloperInfoResponse:{id:"String",user:"DeveloperUserResponse"},DeveloperUserResponse:{infos:"DeveloperUserInfoResponse"},DeveloperUserInfoResponse:{firstname:"String",lastname:"String",emails:"String"},GetAllDevelopersResponse:{developers:"DeveloperResponse"},GetAllDevelopersMainResponse:{getAllDevelopers:"GetAllDevelopersResponse"},GetDeveloperResponse:{user:"GetDeveloperUserResponse"},GetDeveloperUserResponse:{id:"String",infos:"DeveloperUserInfoResponse"},TemporaryUser:{id:"ID",mails:"MailIntegrity",draftMails:"MailIntegrityDraft",email:"String"},User:{id:"ID",deletedAt:"DateTime",lang:"Lang",infosId:"String",cryptoWallets:"CryptoWallet",reportSent:"Report",godFather:"User",godChildren:"User",infos:"UserInfos",firstname:"String",lastname:"String",email:"String",phone:"String",lastLogin:"DateTime",role:"UserRole",sessions:"UserSession",createdAt:"DateTime",receivedMails:"Mail",waitingReceivedMails:"WaitingReceivedMail",sentMails:"Mail",draftMails:"Mail",appSettings:"UserAppSettings",applications:"ApplicationsOnUsers",publicKey:"String"},UserAppNotifications:{id:"ID",enableAll:"Boolean",mail:"Boolean",cloud:"Boolean",disableAllUntil:"DateTime"},UserAppSettings:{id:"ID",cloudNodeDaysForDelete:"Int",historyFileDaysForDelete:"Int",historyMaxFileCount:"Int"},UserInfos:{id:"ID",emails:"String",email:"String",phones:"String",lastname:"String",firstname:"String",user:"User",updatedAt:"DateTime"},UserSession:{id:"ID",appSessions:"AppSession",lastActivity:"DateTime",userAgent:"String",ip:"String",city:"String",country:"String",createdAt:"DateTime"},WaitingReceivedMail:{sender:"User",date:"DateTime",recipients:"User",temporaryRecipients:"TemporaryUser",attachmentsCount:"Int"},PaymentInfos:{hostedUrl:"String",currentSubscription:"RecurlySubscription",invoices:"RecurlyInvoices"},RecurlyInvoices:{pdf:"String",date:"DateTime",due:"DateTime",status:"String",total:"Int",name:"String",currency:"String"},RecurlySubscription:{autorenew:"Boolean",activatedAt:"DateTime",currentPeriodEndsAt:"DateTime",currentPeriodStartedAt:"DateTime",canceledAt:"DateTime",createdAt:"DateTime",expiresAt:"DateTime",pausedAt:"DateTime",trialEndsAt:"DateTime",trialStartedAt:"DateTime",updatedAt:"DateTime",state:"String",collectionMethod:"String",plan:"String",planCode:"String",total:"Int"},ShareNodeResponse:{nodes:"String"},Query:{appNotifications:"AppNotificationsResult",appPlan:"AppPlanResult",appPlans:"AppPlansResult",applications:"ApplicationsResult",blog:"BlogResult",dbConfig:"DbConfigResult",dbGet:"DbGetResult",dbGetDiff:"DbGetDiffResult",dbSearch:"DbSearchResult",deletedMails:"DeletedMailsResult",deletedNodes:"DeletedNodesResult",faq:"FaqResult",file:"FileResult",fileContent:"FileContentResult",filesContent:"FilesContentResult",filesSharedWithMe:"FileSharedContent",getJwt:"GetJwtResult",isCryptoTransactionDone:"IsCryptoTransactionDoneResult",limits:"LimitsResult",mail:"MailResult",myCryptoBalance:"MyCryptoBalanceResult",node:"NodeResult",nodesSharedWithMe:"NodesSharedWithMeResult",paymentInfos:"PaymentInfosResult",plans:"PlansResult",serverTime:"Int",sharedNodes:"SharedNodesResult",unreadReceivedMailsCount:"UnreadReceivedMailsCountResult",user:"UserResult",userList:"UserListResult",getCardIdentification:"GetCardIdentificationResult",getStripeBalance:"GetStripeBalanceResult",getStripeBalanceTransaction:"GetStripeBalanceTransactionResult",getStripeTransaction:"GetStripeTransactionResult",hasStripeAccount:"HasStripeAccountResult",kycStripeCompleted:"KycStripeCompletedResult",getAllStripeTransfer:"GetAllStripeTransferResult",getStripeTransfer:"GetStripeTransferResult",getAllStripePayout:"GetAllStripePayoutResult",getStripePayout:"GetStripePayoutResult",getAllPaymentRequestToCollect:"GetAllPaymentRequestToCollectResult",getAllPaymentRequestToPay:"GetAllPaymentRequestToPayResult",getPaymentRequestToCollect:"GetPaymentRequestToCollectResult",getPaymentRequestToPay:"GetPaymentRequestToPayResult",isValidPaymentIntent:"IsValidPaymentIntentResult",getApplication:"GetApplicationResult",getAllDevelopers:"GetAllDevelopersResult",getDeveloper:"GetDeveloperResult"},Mutation:{addFileToHistory:"AddFileToHistoryResult",cancelPayment:"CancelPaymentResult",createCryptoWallet:"CreateCryptoWalletResult",createDraftMail:"CreateDraftMailResult",createFolder:"CreateFolderResult",dbConfigMutation:"DbConfigMutationResult",dbConfigToProdMutation:"DbConfigToProdMutationResult",dbSet:"DbSetResult",deleteAllData:"Boolean",deleteDraftMail:"DeleteDraftMailResult",deleteFile:"DeleteFileResult",deleteMail:"DeleteMailResult",deleteMailTrash:"DeleteMailTrashResult",deleteNode:"DeleteNodeResult",deleteNodeCloudTrash:"DeleteNodeCloudTrashResult",deleteNodeSharing:"DeleteNodeSharingResult",deleteUser:"DeleteUserResult",duplicateNode:"DuplicateNodeResult",emptyCloudTrash:"EmptyCloudTrashResult",emptyMailTrash:"EmptyMailTrashResult",logout:"LogoutResult",moveNodes:"MoveNodesResult",pay:"PayResult",readMail:"ReadMailResult",recoverMail:"RecoverMailResult",recoverNode:"RecoverNodeResult",saveInCloud:"SaveInCloudResult",sendAppMail:"SendAppMailResult",sendCryptoTransaction:"SendCryptoTransactionResult",sendDraftMail:"SendDraftMailResult",sendOneMail:"SendOneMailResult",sendReport:"SendReportResult",shareFileInHistory:"ShareFileInHistoryResult",shareNode:"ShareNodeResult",shareNodeFinish:"ShareNodeFinishResult",unreadMail:"UnreadMailResult",updateAppNotifications:"UpdateAppNotificationsResult",updateAppSettings:"UpdateAppSettingsResult",updateAutoDisconnectDelay:"UpdateAutoDisconnectDelayResult",updateDraftMail:"UpdateDraftMailResult",updateNode:"UpdateNodeResult",updateProfile:"UpdateProfileResult",uploadAnonymous:"FileResponse",uploadFile:"UploadFileResult",uploadFileEnd:"UploadFileEndResult",uploadFilePartEnd:"UploadFilePartEndResult",uploadLiteFile:"UploadLiteFileResult",changeUserPlan:"ChangeUserPlanResult",createCardToken:"CreateCardTokenResult",createStripeTransfer:"CreateStripeTransferResult",deleteCardToken:"DeleteCardTokenResult",stripeOnBoarding:"StripeOnBoardingResult",cancelStripePayout:"CancelStripePayoutResult",createStripePayout:"CreateStripePayoutResult",addCartToPaymentIntent:"AddCartToPaymentIntentResult",cancelPaymentIntent:"CancelPaymentIntentResult",confirmPaymentIntent:"ConfirmPaymentIntentResult",createPaymentIntent:"CreatePaymentIntentResult",renewAppCode:"RenewAppCodeResult",updateOriginUrl:"UpdateOriginUrlResult",createApplication:"CreateApplicationResult",deleteApplication:"DeleteApplicationResult",editColors:"EditColorsResult",editLogo:"EditLogoResult",editName:"EditNameResult",addDeveloper:"AddDeveloperResult",deleteDeveloper:"DeleteDeveloperResult",editDeveloper:"EditDeveloperResult"},Subscription:{test:"Boolean"}},o= exports.Ops ={query:"Query",mutation:"Mutation",subscription:"Subscription"};exports.AllTypesProps = e; exports.Ops = o; exports.ReturnTypes = r;
|
|
2
2
|
//# sourceMappingURL=const.cjs.map
|