@blocklet/server-js 1.17.8-beta-20260106-113136-b3c09e14 → 1.17.8-beta-20260108-120904-21cb5fb6
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/browser.d.ts +14 -0
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +66 -0
- package/dist/types.js +35 -0
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +1447 -1
- package/lib/node.d.ts +14 -0
- package/lib/schema/graphql.json +66 -0
- package/lib/types.js +35 -0
- package/lib/types.js.map +1 -1
- package/package.json +4 -4
package/dist/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","names":[],"sources":["../src/types.js"],"sourcesContent":["/**\n * List all query method names\n *\n * @name ABTNodeClient#getQueries\n * @function\n * @memberof ABTNodeClient\n * @returns {Array<string>} method name list\n * @example\n * const methods = client.getQueries();\n * // list of query methods\n * // [\n * // getBlocklet,\n * // getBlockletMetaFromUrl,\n * // getBlockletDiff,\n * // getBlocklets,\n * // getBlockletRuntimeHistory,\n * // getBlockletsFromBackup,\n * // getDynamicComponents,\n * // getNodeInfo,\n * // resetNodeStatus,\n * // getNodeEnv,\n * // checkNodeVersion,\n * // getDelegationState,\n * // getNodeRuntimeHistory,\n * // getBlockletMeta,\n * // getNotifications,\n * // makeAllNotificationsAsRead,\n * // getNotificationSendLog,\n * // getReceivers,\n * // getNotificationComponents,\n * // resendNotification,\n * // getRoutingSites,\n * // getRoutingProviders,\n * // isDidDomain,\n * // getCertificates,\n * // checkDomains,\n * // findCertificateByDomain,\n * // getAccessKeys,\n * // getAccessKey,\n * // getWebHooks,\n * // getWebhookSenders,\n * // sendTestMessage,\n * // getSession,\n * // getRoles,\n * // getRole,\n * // getPermissions,\n * // getInvitations,\n * // getUsers,\n * // getUser,\n * // getUserSessions,\n * // getUserSessionsCount,\n * // getUsersCount,\n * // getUsersCountPerRole,\n * // getOwner,\n * // getPermissionsByRole,\n * // getPassportIssuances,\n * // logoutUser,\n * // destroySelf,\n * // getUserFollowers,\n * // getUserFollowing,\n * // getUserFollowStats,\n * // checkFollowing,\n * // followUser,\n * // unfollowUser,\n * // getUserInvites,\n * // getTags,\n * // getAuditLogs,\n * // getLauncherSession,\n * // getBlockletBackups,\n * // getBlockletBackupSummary,\n * // getBlockletSpaceGateways,\n * // getTrafficInsights,\n * // getProjects,\n * // getProject,\n * // getReleases,\n * // getRelease,\n * // getSelectedResources,\n * // getBlockletSecurityRule,\n * // getBlockletSecurityRules,\n * // getBlockletResponseHeaderPolicy,\n * // getBlockletResponseHeaderPolicies,\n * // getBlockletAccessPolicy,\n * // getBlockletAccessPolicies,\n * // getWebhookEndpoints,\n * // getWebhookEndpoint,\n * // getWebhookAttempts,\n * // getPassportRoleCounts,\n * // getPassportsByRole,\n * // getPassportLogs,\n * // getRelatedPassports,\n * // getBlockletBaseInfo,\n * // getDomainDNS,\n * // getOAuthClients,\n * // createOAuthClient,\n * // updateOAuthClient,\n * // deleteOAuthClient,\n * // getOrgs,\n * // getOrg,\n * // getOrgMembers,\n * // getOrgInvitableUsers,\n * // getOrgResource,\n * // ]\n */\n\n/**\n * List all mutation method names\n *\n * @name ABTNodeClient#getMutations\n * @function\n * @memberof ABTNodeClient\n * @returns {Array<string>} method name list\n * @example\n * const methods = client.getMutations();\n * // list of mutation methods\n * // [\n * // installBlocklet,\n * // installComponent,\n * // startBlocklet,\n * // stopBlocklet,\n * // reloadBlocklet,\n * // restartBlocklet,\n * // deleteBlocklet,\n * // deleteComponent,\n * // cancelDownloadBlocklet,\n * // checkComponentsForUpdates,\n * // upgradeComponents,\n * // configBlocklet,\n * // configPublicToStore,\n * // configNavigations,\n * // configAuthentication,\n * // configDidConnect,\n * // configNotification,\n * // configVault,\n * // sendEmail,\n * // sendPush,\n * // joinFederatedLogin,\n * // quitFederatedLogin,\n * // disbandFederatedLogin,\n * // syncMasterAuthorization,\n * // syncFederatedConfig,\n * // auditFederatedLogin,\n * // updateAppSessionConfig,\n * // updateComponentTitle,\n * // updateComponentMountPoint,\n * // backupBlocklet,\n * // abortBlockletBackup,\n * // restoreBlocklet,\n * // migrateApplicationToStructV2,\n * // launchBlockletByLauncher,\n * // launchBlockletWithoutWallet,\n * // addBlockletSpaceGateway,\n * // deleteBlockletSpaceGateway,\n * // updateBlockletSpaceGateway,\n * // updateAutoBackup,\n * // updateAutoCheckUpdate,\n * // updateBlockletSettings,\n * // updateNodeInfo,\n * // upgradeNodeVersion,\n * // restartServer,\n * // resetNode,\n * // rotateSessionKey,\n * // updateGateway,\n * // clearCache,\n * // createMemberInvitation,\n * // createTransferInvitation,\n * // deleteInvitation,\n * // createPassportIssuance,\n * // deletePassportIssuance,\n * // configTrustedPassports,\n * // configTrustedFactories,\n * // configPassportIssuance,\n * // removeUser,\n * // updateUserTags,\n * // updateUserExtra,\n * // updateUserApproval,\n * // issuePassportToUser,\n * // revokeUserPassport,\n * // enableUserPassport,\n * // removeUserPassport,\n * // switchProfile,\n * // updateUserAddress,\n * // updateUserInfo,\n * // createRole,\n * // updateRole,\n * // deleteRole,\n * // createPermission,\n * // updatePermission,\n * // deletePermission,\n * // grantPermissionForRole,\n * // revokePermissionFromRole,\n * // updatePermissionsForRole,\n * // hasPermission,\n * // addBlockletStore,\n * // deleteBlockletStore,\n * // getTag,\n * // createTag,\n * // updateTag,\n * // deleteTag,\n * // createTagging,\n * // deleteTagging,\n * // readNotifications,\n * // unreadNotifications,\n * // addRoutingSite,\n * // addDomainAlias,\n * // deleteDomainAlias,\n * // deleteRoutingSite,\n * // updateRoutingSite,\n * // addRoutingRule,\n * // updateRoutingRule,\n * // deleteRoutingRule,\n * // updateCertificate,\n * // addCertificate,\n * // deleteCertificate,\n * // issueLetsEncryptCert,\n * // createAccessKey,\n * // updateAccessKey,\n * // deleteAccessKey,\n * // verifyAccessKey,\n * // createWebHook,\n * // deleteWebHook,\n * // updateWebHookState,\n * // createProject,\n * // updateProject,\n * // deleteProject,\n * // createRelease,\n * // deleteRelease,\n * // updateSelectedResources,\n * // connectToStore,\n * // disconnectFromStore,\n * // publishToStore,\n * // connectByStudio,\n * // addBlockletSecurityRule,\n * // updateBlockletSecurityRule,\n * // deleteBlockletSecurityRule,\n * // addBlockletResponseHeaderPolicy,\n * // updateBlockletResponseHeaderPolicy,\n * // deleteBlockletResponseHeaderPolicy,\n * // addBlockletAccessPolicy,\n * // updateBlockletAccessPolicy,\n * // deleteBlockletAccessPolicy,\n * // restartAllContainers,\n * // createWebhookEndpoint,\n * // updateWebhookEndpoint,\n * // deleteWebhookEndpoint,\n * // retryWebhookAttempt,\n * // addUploadEndpoint,\n * // deleteUploadEndpoint,\n * // connectToEndpoint,\n * // disconnectFromEndpoint,\n * // publishToEndpoint,\n * // connectToAigne,\n * // disconnectToAigne,\n * // verifyAigneConnection,\n * // createOrg,\n * // updateOrg,\n * // deleteOrg,\n * // addOrgMember,\n * // removeOrgMember,\n * // inviteMembersToOrg,\n * // addOrgResource,\n * // migrateOrgResource,\n * // ]\n */\n\n/**\n * List all subscription method names\n *\n * @name ABTNodeClient#getSubscription\n * @function\n * @memberof ABTNodeClient\n * @returns {Array<string>} method name list\n * @example\n * const methods = client.getSubscriptions();\n * // list of subscription methods\n * // [\n\n * // ]\n */\n\n/**\n * Send raw graphql query to token swap service\n *\n * @name ABTNodeClient#doRawQuery\n * @function\n * @memberof ABTNodeClient\n * @param {string} query - graphql query string\n * @returns {Promise} usually axios response data\n * @example\n * const res = await client.doRawQuery('\n * getChainInfo {\n * code\n * info {\n * address\n * blockHeight\n * }\n * }\n * ');\n *\n * // Then\n * // res.getChainInfo.code\n * // res.getChainInfo.info\n */\n\n/**\n * Send raw graphql subscription to forge graphql endpoint\n *\n * @name ABTNodeClient#doRawSubscription\n * @function\n * @memberof ABTNodeClient\n * @param {string} query - graphql query string\n * @returns {Promise} usually axios response data\n */\n\n/**\n * Structure of ABTNodeClient.TxEncodeOutput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TxEncodeOutput\n * @property {object} object - the transaction object, human readable\n * @property {buffer} buffer - the transaction binary presentation, can be used to signing, encoding to other formats\n */\n\n/**\n * Structure of ABTNodeClient.AigneConfigInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AigneConfigInput\n * @property {string} provider\n * @property {string} model\n * @property {string} key\n * @property {string} url\n * @property {string} accessKeyId\n * @property {string} secretAccessKey\n * @property {string} validationResult\n */\n\n/**\n * Structure of ABTNodeClient.AutoBackupInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AutoBackupInput\n * @property {boolean} enabled\n */\n\n/**\n * Structure of ABTNodeClient.AutoBlockPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AutoBlockPolicyInput\n * @property {boolean} enabled\n * @property {number} windowSize\n * @property {number} windowQuota\n * @property {number} blockDuration\n * @property {Array<...ABTNodeClient.null>} statusCodes\n */\n\n/**\n * Structure of ABTNodeClient.AutoCheckUpdateInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AutoCheckUpdateInput\n * @property {boolean} enabled\n */\n\n/**\n * Structure of ABTNodeClient.BaseUserInfoInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BaseUserInfoInput\n * @property {string} did\n * @property {string} pk\n * @property {string} role\n * @property {string} avatar\n * @property {string} fullName\n * @property {string} email\n * @property {boolean} approved\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} locale\n */\n\n/**\n * Structure of ABTNodeClient.BlockPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockPolicyInput\n * @property {boolean} enabled\n * @property {Array<...ABTNodeClient.null>} blacklist\n * @property {...ABTNodeClient.AutoBlockPolicyInput} autoBlocking\n */\n\n/**\n * Structure of ABTNodeClient.BlockletAccessPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletAccessPolicyInput\n * @property {string} id\n * @property {string} name\n * @property {string} description\n * @property {any} roles\n * @property {boolean} reverse\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.BlockletAccessPolicyQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletAccessPolicyQueryInput\n * @property {string} search\n */\n\n/**\n * Structure of ABTNodeClient.BlockletDistInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletDistInput\n * @property {string} tarball\n * @property {string} integrity\n */\n\n/**\n * Structure of ABTNodeClient.BlockletDockerInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletDockerInput\n * @property {string} dockerImage\n * @property {Array<...ABTNodeClient.null>} dockerArgs\n * @property {Array<...ABTNodeClient.null>} dockerEnvs\n * @property {string} dockerCommand\n */\n\n/**\n * Structure of ABTNodeClient.BlockletGatewayInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletGatewayInput\n * @property {...ABTNodeClient.RequestLimitInput} requestLimit\n * @property {...ABTNodeClient.BlockPolicyInput} blockPolicy\n * @property {...ABTNodeClient.ProxyPolicyInput} proxyPolicy\n * @property {boolean} cacheEnabled\n * @property {...ABTNodeClient.WAFPolicyInput} wafPolicy\n * @property {string} teamDid\n */\n\n/**\n * Structure of ABTNodeClient.BlockletResponseHeaderPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletResponseHeaderPolicyInput\n * @property {string} id\n * @property {string} name\n * @property {string} description\n * @property {string} securityHeader\n * @property {string} cors\n * @property {string} customHeader\n * @property {string} removeHeader\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.BlockletResponseHeaderPolicyQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletResponseHeaderPolicyQueryInput\n * @property {string} search\n */\n\n/**\n * Structure of ABTNodeClient.BlockletSecurityRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletSecurityRuleInput\n * @property {string} id\n * @property {string} pathPattern\n * @property {string} componentDid\n * @property {number} priority\n * @property {string} responseHeaderPolicyId\n * @property {string} accessPolicyId\n * @property {boolean} enabled\n * @property {string} remark\n * @property {...ABTNodeClient.BlockletAccessPolicyInput} accessPolicy\n * @property {...ABTNodeClient.BlockletResponseHeaderPolicyInput} responseHeaderPolicy\n */\n\n/**\n * Structure of ABTNodeClient.BlockletSecurityRuleQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletSecurityRuleQueryInput\n * @property {string} search\n */\n\n/**\n * Structure of ABTNodeClient.BlockletStoreInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletStoreInput\n * @property {string} name\n * @property {string} description\n * @property {string} url\n * @property {string} logoUrl\n * @property {string} maintainer\n * @property {string} cdnUrl\n * @property {boolean} protected\n * @property {string} id\n * @property {string} scope\n */\n\n/**\n * Structure of ABTNodeClient.ConfigEntryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigEntryInput\n * @property {string} key\n * @property {string} value\n * @property {boolean} required\n * @property {string} description\n * @property {string} validation\n * @property {boolean} secure\n * @property {boolean} custom\n * @property {boolean} shared\n */\n\n/**\n * Structure of ABTNodeClient.ConfigNavigationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigNavigationInput\n * @property {string} id\n * @property {string} title\n * @property {string} link\n * @property {string} icon\n * @property {string} section\n * @property {string} component\n * @property {string} parent\n * @property {string} role\n * @property {boolean} visible\n * @property {string} from\n * @property {string} activeIcon\n * @property {string} color\n * @property {string} activeColor\n * @property {string} description\n * @property {boolean} private\n */\n\n/**\n * Structure of ABTNodeClient.ConnectedAccountInfoInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectedAccountInfoInput\n * @property {string} name\n * @property {string} picture\n * @property {string} email\n * @property {boolean} emailVerified\n * @property {string} sub\n * @property {any} extraData\n */\n\n/**\n * Structure of ABTNodeClient.ConnectedAccountInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectedAccountInput\n * @property {string} provider\n * @property {string} did\n * @property {string} pk\n * @property {string} id\n * @property {number} lastLoginAt\n * @property {...ABTNodeClient.ConnectedAccountInfoInput} userInfo\n * @property {any} extra\n */\n\n/**\n * Structure of ABTNodeClient.DockerEnvKeyValuePairInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DockerEnvKeyValuePairInput\n * @property {string} key\n * @property {string} value\n * @property {string} description\n * @property {boolean} secure\n * @property {boolean} shared\n * @property {boolean} required\n * @property {string} custom\n */\n\n/**\n * Structure of ABTNodeClient.DockerRunKeyValuePairInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DockerRunKeyValuePairInput\n * @property {string} key\n * @property {string} value\n * @property {string} path\n * @property {string} type\n * @property {string} name\n * @property {string} prefix\n * @property {string} protocol\n * @property {string} proxyBehavior\n */\n\n/**\n * Structure of ABTNodeClient.DownloadTokenInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DownloadTokenInput\n * @property {string} did\n * @property {string} token\n */\n\n/**\n * Structure of ABTNodeClient.EnableEventInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.EnableEventInput\n * @property {string} type\n * @property {string} source\n */\n\n/**\n * Structure of ABTNodeClient.GatewayInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GatewayInput\n * @property {...ABTNodeClient.RequestLimitInput} requestLimit\n * @property {...ABTNodeClient.BlockPolicyInput} blockPolicy\n * @property {...ABTNodeClient.ProxyPolicyInput} proxyPolicy\n * @property {boolean} cacheEnabled\n * @property {...ABTNodeClient.WAFPolicyInput} wafPolicy\n */\n\n/**\n * Structure of ABTNodeClient.HashFileInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.HashFileInput\n * @property {string} file\n * @property {string} hash\n */\n\n/**\n * Structure of ABTNodeClient.InviteSettingsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.InviteSettingsInput\n * @property {boolean} enabled\n */\n\n/**\n * Structure of ABTNodeClient.IssuerInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.IssuerInput\n * @property {string} id\n * @property {string} name\n * @property {string} pk\n */\n\n/**\n * Structure of ABTNodeClient.LoginEmailSettingsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LoginEmailSettingsInput\n * @property {boolean} enabled\n * @property {boolean} requireVerified\n * @property {boolean} requireUnique\n * @property {boolean} trustOauthProviders\n * @property {boolean} enableDomainBlackList\n * @property {Array<...ABTNodeClient.null>} domainBlackList\n * @property {boolean} enableDomainWhiteList\n * @property {Array<...ABTNodeClient.null>} domainWhiteList\n * @property {Array<...ABTNodeClient.null>} trustedIssuers\n */\n\n/**\n * Structure of ABTNodeClient.LoginPhoneSettingsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LoginPhoneSettingsInput\n * @property {boolean} enabled\n * @property {boolean} requireVerified\n * @property {boolean} requireUnique\n * @property {Array<...ABTNodeClient.null>} trustedIssuers\n * @property {boolean} enableRegionBlackList\n * @property {Array<...ABTNodeClient.null>} regionBlackList\n * @property {boolean} enableRegionWhiteList\n * @property {Array<...ABTNodeClient.null>} regionWhiteList\n */\n\n/**\n * Structure of ABTNodeClient.NodeInfoInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NodeInfoInput\n * @property {string} name\n * @property {string} description\n * @property {boolean} autoUpgrade\n * @property {boolean} enableWelcomePage\n * @property {string} registerUrl\n * @property {string} webWalletUrl\n * @property {Array<...ABTNodeClient.null>} blockletRegistryList\n * @property {number} diskAlertThreshold\n * @property {boolean} enableBetaRelease\n * @property {string} nftDomainUrl\n * @property {boolean} enableFileSystemIsolation\n * @property {boolean} enableDocker\n * @property {boolean} isDockerInstalled\n * @property {boolean} enableDockerNetwork\n * @property {boolean} enableSessionHardening\n */\n\n/**\n * Structure of ABTNodeClient.OauthClientInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OauthClientInput\n * @property {Array<...ABTNodeClient.null>} redirectUris\n * @property {string} tokenEndpointAuthMethod\n * @property {Array<...ABTNodeClient.null>} grantTypes\n * @property {Array<...ABTNodeClient.null>} responseTypes\n * @property {string} clientName\n * @property {string} clientUri\n * @property {string} logoUri\n * @property {string} scope\n * @property {Array<...ABTNodeClient.null>} contacts\n * @property {string} tosUri\n * @property {string} policyUri\n * @property {string} jwksUri\n * @property {string} jwks\n * @property {string} softwareId\n * @property {string} softwareVersion\n * @property {string} clientId\n * @property {number} clientIdIssuedAt\n * @property {string} clientSecret\n * @property {number} clientSecretExpiresAt\n * @property {number} updatedAt\n * @property {string} createdBy\n * @property {...ABTNodeClient.UserInfoInput} createUser\n */\n\n/**\n * Structure of ABTNodeClient.OrgInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OrgInput\n * @property {string} id\n * @property {string} name\n * @property {string} description\n * @property {string} ownerDid\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {Array<...ABTNodeClient.null>} members\n * @property {...ABTNodeClient.UserInfoInput} owner\n * @property {number} membersCount\n * @property {Array<...ABTNodeClient.null>} passports\n * @property {any} metadata\n */\n\n/**\n * Structure of ABTNodeClient.OrgSettingsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OrgSettingsInput\n * @property {boolean} enabled\n * @property {number} maxMemberPerOrg\n * @property {number} maxOrgPerUser\n */\n\n/**\n * Structure of ABTNodeClient.PagingInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PagingInput\n * @property {number} total\n * @property {number} pageSize\n * @property {number} pageCount\n * @property {number} page\n */\n\n/**\n * Structure of ABTNodeClient.PassportDisplayInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PassportDisplayInput\n * @property {string} type\n * @property {string} content\n */\n\n/**\n * Structure of ABTNodeClient.PassportInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PassportInput\n * @property {string} id\n * @property {string} name\n * @property {string} title\n * @property {...ABTNodeClient.IssuerInput} issuer\n * @property {Array<...ABTNodeClient.null>} type\n * @property {number} issuanceDate\n * @property {number} expirationDate\n * @property {string} status\n * @property {string} role\n * @property {number} lastLoginAt\n * @property {string} scope\n * @property {...ABTNodeClient.PassportDisplayInput} display\n * @property {string} source\n * @property {string} parentDid\n * @property {string} userDid\n * @property {...ABTNodeClient.BaseUserInfoInput} user\n */\n\n/**\n * Structure of ABTNodeClient.PassportLogQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PassportLogQueryInput\n * @property {string} passportId\n */\n\n/**\n * Structure of ABTNodeClient.PassportQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PassportQueryInput\n * @property {string} role\n * @property {string} search\n * @property {string} status\n */\n\n/**\n * Structure of ABTNodeClient.PermissionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PermissionInput\n * @property {string} name\n * @property {string} description\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.ProxyPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ProxyPolicyInput\n * @property {boolean} enabled\n * @property {boolean} trustRecursive\n * @property {Array<...ABTNodeClient.null>} trustedProxies\n * @property {string} realIpHeader\n */\n\n/**\n * Structure of ABTNodeClient.QueryUserFollowOptionsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.QueryUserFollowOptionsInput\n * @property {boolean} includeUserInfo\n * @property {boolean} includeFollowStatus\n */\n\n/**\n * Structure of ABTNodeClient.QueryUserFollowStateOptionsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.QueryUserFollowStateOptionsInput\n * @property {boolean} includeFollowing\n * @property {boolean} includeFollowers\n * @property {boolean} includeInvitees\n */\n\n/**\n * Structure of ABTNodeClient.RequestAbortBlockletBackupInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAbortBlockletBackupInput\n * @property {string} appPid\n */\n\n/**\n * Structure of ABTNodeClient.RequestAccessKeyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAccessKeyInput\n * @property {string} teamDid\n * @property {string} accessKeyId\n */\n\n/**\n * Structure of ABTNodeClient.RequestAccessKeysInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAccessKeysInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {string} remark\n * @property {string} componentDid\n * @property {string} resourceType\n * @property {string} resourceId\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddBlockletAccessPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddBlockletAccessPolicyInput\n * @property {string} did\n * @property {...ABTNodeClient.BlockletAccessPolicyInput} data\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddBlockletResponseHeaderPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddBlockletResponseHeaderPolicyInput\n * @property {string} did\n * @property {...ABTNodeClient.BlockletResponseHeaderPolicyInput} data\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddBlockletSecurityRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddBlockletSecurityRuleInput\n * @property {string} did\n * @property {...ABTNodeClient.BlockletSecurityRuleInput} data\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddBlockletSpaceGatewayInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddBlockletSpaceGatewayInput\n * @property {string} did\n * @property {...ABTNodeClient.SpaceGatewayInput} spaceGateway\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddBlockletStoreInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddBlockletStoreInput\n * @property {string} teamDid\n * @property {string} url\n * @property {string} scope\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddDomainAliasInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddDomainAliasInput\n * @property {string} id\n * @property {string} domainAlias\n * @property {boolean} force\n * @property {string} teamDid\n * @property {string} type\n * @property {string} nftDid\n * @property {string} chainHost\n * @property {boolean} inBlockletSetup\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddLetsEncryptCertInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddLetsEncryptCertInput\n * @property {string} domain\n * @property {string} did\n * @property {string} siteId\n * @property {boolean} inBlockletSetup\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddNginxHttpsCertInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddNginxHttpsCertInput\n * @property {string} name\n * @property {string} privateKey\n * @property {string} certificate\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddOrgResourceInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddOrgResourceInput\n * @property {string} teamDid\n * @property {string} orgId\n * @property {Array<...ABTNodeClient.null>} resourceIds\n * @property {string} type\n * @property {any} metadata\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddRoutingRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddRoutingRuleInput\n * @property {string} id\n * @property {...ABTNodeClient.RoutingRuleInput} rule\n * @property {string} teamDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddRoutingSiteInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddRoutingSiteInput\n * @property {string} domain\n * @property {string} type\n * @property {Array<...ABTNodeClient.null>} rules\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddUploadEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddUploadEndpointInput\n * @property {string} teamDid\n * @property {string} url\n * @property {string} scope\n */\n\n/**\n * Structure of ABTNodeClient.RequestAttemptIdInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAttemptIdInput\n * @property {string} eventId\n * @property {string} webhookId\n */\n\n/**\n * Structure of ABTNodeClient.RequestAttemptInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAttemptInput\n * @property {string} eventId\n * @property {string} webhookId\n * @property {string} attemptId\n * @property {string} teamDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestAuditFederatedLoginInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAuditFederatedLoginInput\n * @property {string} did\n * @property {string} memberPid\n * @property {string} status\n */\n\n/**\n * Structure of ABTNodeClient.RequestBackupBlockletInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBackupBlockletInput\n * @property {string} appDid\n * @property {...ABTNodeClient.BackupTo} to\n */\n\n/**\n * Structure of ABTNodeClient.RequestBlockletDetailInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBlockletDetailInput\n * @property {string} did\n * @property {boolean} attachDiskInfo\n * @property {boolean} attachRuntimeInfo\n * @property {boolean} getOptionalComponents\n * @property {string} domain\n * @property {boolean} useCache\n */\n\n/**\n * Structure of ABTNodeClient.RequestBlockletDiffInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBlockletDiffInput\n * @property {string} did\n * @property {Array<...ABTNodeClient.null>} hashFiles\n * @property {string} rootDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestBlockletInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBlockletInput\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.RequestBlockletMetaFromUrlInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBlockletMetaFromUrlInput\n * @property {string} url\n * @property {boolean} checkPrice\n */\n\n/**\n * Structure of ABTNodeClient.RequestBlockletMetaInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBlockletMetaInput\n * @property {string} did\n * @property {string} storeUrl\n */\n\n/**\n * Structure of ABTNodeClient.RequestBlockletRuntimeHistoryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBlockletRuntimeHistoryInput\n * @property {string} did\n * @property {number} hours\n */\n\n/**\n * Structure of ABTNodeClient.RequestBlockletSettingsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBlockletSettingsInput\n * @property {string} did\n * @property {boolean} enableSessionHardening\n * @property {...ABTNodeClient.InviteSettingsInput} invite\n * @property {...ABTNodeClient.BlockletGatewayInput} gateway\n * @property {...ABTNodeClient.AigneConfigInput} aigne\n * @property {...ABTNodeClient.OrgSettingsInput} org\n */\n\n/**\n * Structure of ABTNodeClient.RequestCheckDomainsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCheckDomainsInput\n * @property {Array<...ABTNodeClient.null>} domains\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.RequestCheckFollowingInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCheckFollowingInput\n * @property {string} teamDid\n * @property {Array<...ABTNodeClient.null>} userDids\n * @property {string} followerDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestClearCacheInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestClearCacheInput\n * @property {string} teamDid\n * @property {string} pattern\n */\n\n/**\n * Structure of ABTNodeClient.RequestComponentsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestComponentsInput\n * @property {string} did\n * @property {Array<...ABTNodeClient.null>} componentDids\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigAuthenticationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigAuthenticationInput\n * @property {string} did\n * @property {string} authentication\n * @property {string} oauth\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigBlockletInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigBlockletInput\n * @property {Array<...ABTNodeClient.null>} did\n * @property {Array<...ABTNodeClient.null>} configs\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigDidConnectInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigDidConnectInput\n * @property {string} did\n * @property {string} didConnect\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigNavigationsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigNavigationsInput\n * @property {string} did\n * @property {Array<...ABTNodeClient.null>} navigations\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigNotificationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigNotificationInput\n * @property {string} did\n * @property {string} notification\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigPassportIssuanceInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigPassportIssuanceInput\n * @property {string} teamDid\n * @property {boolean} enable\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigPublicToStoreInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigPublicToStoreInput\n * @property {string} did\n * @property {boolean} publicToStore\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigTrustedFactoriesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigTrustedFactoriesInput\n * @property {string} teamDid\n * @property {Array<...ABTNodeClient.null>} trustedFactories\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigTrustedPassportsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigTrustedPassportsInput\n * @property {string} teamDid\n * @property {Array<...ABTNodeClient.null>} trustedPassports\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigVaultInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigVaultInput\n * @property {string} teamDid\n * @property {string} vaultDid\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.RequestConnectByStudioInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConnectByStudioInput\n * @property {string} did\n * @property {string} storeId\n * @property {string} storeUrl\n * @property {string} storeName\n * @property {string} blockletTitle\n * @property {string} type\n * @property {string} tenantScope\n * @property {string} componentDid\n * @property {string} messageId\n */\n\n/**\n * Structure of ABTNodeClient.RequestConnectToAigneInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConnectToAigneInput\n * @property {string} did\n * @property {string} baseUrl\n * @property {string} provider\n * @property {string} model\n */\n\n/**\n * Structure of ABTNodeClient.RequestConnectToEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConnectToEndpointInput\n * @property {string} did\n * @property {string} endpointId\n * @property {string} projectId\n */\n\n/**\n * Structure of ABTNodeClient.RequestConnectToStoreInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConnectToStoreInput\n * @property {string} did\n * @property {string} storeId\n * @property {string} storeUrl\n * @property {string} storeName\n * @property {string} projectId\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateAccessKeyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateAccessKeyInput\n * @property {string} teamDid\n * @property {string} remark\n * @property {string} passport\n * @property {string} authType\n * @property {string} componentDid\n * @property {string} resourceType\n * @property {string} resourceId\n * @property {string} createdVia\n * @property {number} expireAt\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateInvitationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateInvitationInput\n * @property {string} teamDid\n * @property {string} role\n * @property {string} remark\n * @property {string} sourceAppPid\n * @property {...ABTNodeClient.PassportDisplayInput} display\n * @property {string} passportExpireTime\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateOrgInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateOrgInput\n * @property {string} teamDid\n * @property {string} name\n * @property {string} description\n * @property {string} ownerDid\n * @property {boolean} deferPassport\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreatePassportIssuanceInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreatePassportIssuanceInput\n * @property {string} teamDid\n * @property {string} ownerDid\n * @property {string} name\n * @property {...ABTNodeClient.PassportDisplayInput} display\n * @property {string} passportExpireTime\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreatePermissionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreatePermissionInput\n * @property {string} teamDid\n * @property {string} name\n * @property {string} description\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateProjectInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateProjectInput\n * @property {string} did\n * @property {...ABTNodeClient.PublishType} type\n * @property {string} blockletDid\n * @property {string} blockletTitle\n * @property {string} componentDid\n * @property {string} tenantScope\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateReleaseInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateReleaseInput\n * @property {string} did\n * @property {string} projectId\n * @property {string} releaseId\n * @property {string} blockletDid\n * @property {string} blockletVersion\n * @property {string} blockletTitle\n * @property {string} blockletDescription\n * @property {string} blockletLogo\n * @property {string} blockletIntroduction\n * @property {Array<...ABTNodeClient.null>} blockletScreenshots\n * @property {string} note\n * @property {string} status\n * @property {Array<...ABTNodeClient.null>} blockletComponents\n * @property {string} uploadedResource\n * @property {string} blockletResourceType\n * @property {string} blockletSupport\n * @property {string} blockletCommunity\n * @property {string} blockletHomepage\n * @property {Array<...ABTNodeClient.null>} blockletVideos\n * @property {string} blockletRepository\n * @property {string} contentType\n * @property {...ABTNodeClient.BlockletDockerInput} blockletDocker\n * @property {boolean} blockletSingleton\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateRoleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateRoleInput\n * @property {string} teamDid\n * @property {string} name\n * @property {string} title\n * @property {string} description\n * @property {string} childName\n * @property {Array<...ABTNodeClient.null>} permissions\n * @property {string} extra\n * @property {string} orgId\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateTransferNodeInvitationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateTransferNodeInvitationInput\n * @property {string} teamDid\n * @property {string} remark\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateWebHookInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateWebHookInput\n * @property {...ABTNodeClient.SenderType} type\n * @property {string} title\n * @property {string} description\n * @property {Array<...ABTNodeClient.null>} params\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateWebhookEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateWebhookEndpointInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.WebhookEndpointStateInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteAccessKeyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteAccessKeyInput\n * @property {string} teamDid\n * @property {string} accessKeyId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteBlockletAccessPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteBlockletAccessPolicyInput\n * @property {string} did\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteBlockletInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteBlockletInput\n * @property {string} did\n * @property {boolean} keepData\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteBlockletResponseHeaderPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteBlockletResponseHeaderPolicyInput\n * @property {string} did\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteBlockletSecurityRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteBlockletSecurityRuleInput\n * @property {string} did\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteBlockletSpaceGatewayInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteBlockletSpaceGatewayInput\n * @property {string} did\n * @property {string} spaceGatewayDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteBlockletStoreInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteBlockletStoreInput\n * @property {string} teamDid\n * @property {string} url\n * @property {string} projectId\n * @property {string} scope\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteComponentInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteComponentInput\n * @property {string} did\n * @property {string} rootDid\n * @property {boolean} keepData\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteDomainAliasInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteDomainAliasInput\n * @property {string} id\n * @property {string} domainAlias\n * @property {string} teamDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteInvitationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteInvitationInput\n * @property {string} teamDid\n * @property {string} inviteId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteNginxHttpsCertInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteNginxHttpsCertInput\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteOAuthClientInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteOAuthClientInput\n * @property {string} teamDid\n * @property {string} clientId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeletePermissionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeletePermissionInput\n * @property {string} teamDid\n * @property {string} name\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteRoleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteRoleInput\n * @property {string} teamDid\n * @property {string} name\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteRoutingRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteRoutingRuleInput\n * @property {string} id\n * @property {string} ruleId\n * @property {string} teamDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteRoutingSiteInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteRoutingSiteInput\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteTeamSessionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteTeamSessionInput\n * @property {string} teamDid\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteUploadEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteUploadEndpointInput\n * @property {string} teamDid\n * @property {string} did\n * @property {string} scope\n * @property {string} projectId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteWebHookInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteWebHookInput\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteWebhookEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteWebhookEndpointInput\n * @property {string} teamDid\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestDisbandFederatedLoginInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDisbandFederatedLoginInput\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.RequestDisconnectFromEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDisconnectFromEndpointInput\n * @property {string} did\n * @property {string} endpointId\n * @property {string} projectId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDisconnectFromStoreInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDisconnectFromStoreInput\n * @property {string} did\n * @property {string} storeId\n * @property {string} projectId\n * @property {string} storeScope\n */\n\n/**\n * Structure of ABTNodeClient.RequestDisconnectToAigneInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDisconnectToAigneInput\n * @property {string} did\n * @property {string} url\n * @property {string} key\n */\n\n/**\n * Structure of ABTNodeClient.RequestDomainDNSInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDomainDNSInput\n * @property {string} teamDid\n * @property {string} domain\n */\n\n/**\n * Structure of ABTNodeClient.RequestFindCertificateByDomainInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestFindCertificateByDomainInput\n * @property {string} domain\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.RequestFollowUserActionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestFollowUserActionInput\n * @property {string} teamDid\n * @property {string} userDid\n * @property {string} followerDid\n * @property {...ABTNodeClient.UserFollowOptionsInput} options\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetAuditLogsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetAuditLogsInput\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {string} scope\n * @property {string} category\n * @property {string} actionOrContent\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletAccessPoliciesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletAccessPoliciesInput\n * @property {string} did\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {...ABTNodeClient.BlockletAccessPolicyQueryInput} query\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletAccessPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletAccessPolicyInput\n * @property {string} did\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletBackupSummaryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletBackupSummaryInput\n * @property {string} did\n * @property {string} startTime\n * @property {string} endTime\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletBackupsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletBackupsInput\n * @property {string} did\n * @property {string} startTime\n * @property {string} endTime\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletResponseHeaderPoliciesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletResponseHeaderPoliciesInput\n * @property {string} did\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {...ABTNodeClient.BlockletResponseHeaderPolicyQueryInput} query\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletResponseHeaderPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletResponseHeaderPolicyInput\n * @property {string} did\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletSecurityRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletSecurityRuleInput\n * @property {string} did\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletSecurityRulesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletSecurityRulesInput\n * @property {string} did\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {...ABTNodeClient.BlockletSecurityRuleQueryInput} query\n * @property {boolean} includeDisabled\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletsInput\n * @property {boolean} useCache\n * @property {boolean} includeRuntimeInfo\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {string} search\n * @property {boolean} external\n * @property {...ABTNodeClient.SortInput} sort\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetDynamicComponentsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetDynamicComponentsInput\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetLauncherSessionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetLauncherSessionInput\n * @property {string} launcherSessionId\n * @property {string} launcherUrl\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetNotificationsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetNotificationsInput\n * @property {string} receiver\n * @property {string} sender\n * @property {boolean} read\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {string} teamDid\n * @property {Array<...ABTNodeClient.null>} severity\n * @property {Array<...ABTNodeClient.null>} componentDid\n * @property {Array<...ABTNodeClient.null>} entityId\n * @property {Array<...ABTNodeClient.null>} source\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetOrgDataInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetOrgDataInput\n * @property {string} teamDid\n * @property {string} orgId\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetOrgInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetOrgInput\n * @property {string} teamDid\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetOrgMemberInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetOrgMemberInput\n * @property {string} teamDid\n * @property {string} orgId\n * @property {string} userDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetOrgResourceInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetOrgResourceInput\n * @property {string} teamDid\n * @property {string} orgId\n * @property {string} resourceId\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetOrgsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetOrgsInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.OrgInput} org\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {...ABTNodeClient.OrgQueryType} type\n * @property {string} userDid\n * @property {...ABTNodeClient.RequestGetOrgsOptionsInput} options\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetOrgsOptionsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetOrgsOptionsInput\n * @property {boolean} includeMembers\n * @property {boolean} includePassports\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetPassportIssuancesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetPassportIssuancesInput\n * @property {string} teamDid\n * @property {string} ownerDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetProjectsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetProjectsInput\n * @property {string} did\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {string} componentDid\n * @property {string} tenantScope\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetReleasesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetReleasesInput\n * @property {string} did\n * @property {string} projectId\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetRoutingSitesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetRoutingSitesInput\n * @property {string} snapshotHash\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetSelectedResourcesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetSelectedResourcesInput\n * @property {string} did\n * @property {string} projectId\n * @property {string} releaseId\n * @property {string} componentDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetSessionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetSessionInput\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetTrafficInsightsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetTrafficInsightsInput\n * @property {string} did\n * @property {string} startDate\n * @property {string} endDate\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetWebhookAttemptsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetWebhookAttemptsInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.RequestAttemptIdInput} input\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetWebhookEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetWebhookEndpointInput\n * @property {string} teamDid\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetWebhookEndpointsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetWebhookEndpointsInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestGrantPermissionForRoleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGrantPermissionForRoleInput\n * @property {string} teamDid\n * @property {string} roleName\n * @property {string} grantName\n */\n\n/**\n * Structure of ABTNodeClient.RequestHasPermissionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestHasPermissionInput\n * @property {string} teamDid\n * @property {string} role\n * @property {string} permission\n */\n\n/**\n * Structure of ABTNodeClient.RequestInstallBlockletInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestInstallBlockletInput\n * @property {string} type\n * @property {string} did\n * @property {string} storeUrl\n * @property {string} url\n * @property {undefined} file\n * @property {string} diffVersion\n * @property {Array<...ABTNodeClient.null>} deleteSet\n * @property {string} title\n * @property {string} description\n * @property {boolean} startImmediately\n * @property {string} appSk\n * @property {Array<...ABTNodeClient.null>} downloadTokenList\n */\n\n/**\n * Structure of ABTNodeClient.RequestInstallComponentInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestInstallComponentInput\n * @property {string} rootDid\n * @property {string} mountPoint\n * @property {string} url\n * @property {undefined} file\n * @property {string} did\n * @property {string} diffVersion\n * @property {Array<...ABTNodeClient.null>} deleteSet\n * @property {string} name\n * @property {string} title\n * @property {Array<...ABTNodeClient.null>} configs\n * @property {Array<...ABTNodeClient.null>} downloadTokenList\n * @property {boolean} skipNavigation\n * @property {boolean} onlyRequired\n * @property {...ABTNodeClient.BlockletDistInput} dist\n */\n\n/**\n * Structure of ABTNodeClient.RequestInvitableUsersInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestInvitableUsersInput\n * @property {string} teamDid\n * @property {string} id\n * @property {...ABTNodeClient.UserQueryInput} query\n */\n\n/**\n * Structure of ABTNodeClient.RequestInviteMembersToOrgInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestInviteMembersToOrgInput\n * @property {string} teamDid\n * @property {string} orgId\n * @property {Array<...ABTNodeClient.null>} userDids\n * @property {string} role\n * @property {string} inviteType\n * @property {string} email\n */\n\n/**\n * Structure of ABTNodeClient.RequestIsDidDomainInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestIsDidDomainInput\n * @property {string} domain\n */\n\n/**\n * Structure of ABTNodeClient.RequestIssuePassportToUserInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestIssuePassportToUserInput\n * @property {string} teamDid\n * @property {string} userDid\n * @property {string} role\n * @property {...ABTNodeClient.PassportDisplayInput} display\n * @property {boolean} notify\n * @property {string} notification\n */\n\n/**\n * Structure of ABTNodeClient.RequestJoinFederatedLoginInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestJoinFederatedLoginInput\n * @property {string} did\n * @property {string} appUrl\n */\n\n/**\n * Structure of ABTNodeClient.RequestLaunchBlockletByLauncherInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestLaunchBlockletByLauncherInput\n * @property {string} blockletMetaUrl\n * @property {string} title\n * @property {string} description\n * @property {string} chainHost\n * @property {string} launcherSessionId\n * @property {string} launcherUrl\n * @property {boolean} onlyRequired\n * @property {string} type\n * @property {string} storeUrl\n * @property {boolean} autoStart\n * @property {string} bindDomainCap\n * @property {string} domainNftDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestLaunchBlockletWithoutWalletInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestLaunchBlockletWithoutWalletInput\n * @property {string} blockletMetaUrl\n * @property {string} title\n * @property {string} description\n * @property {boolean} onlyRequired\n * @property {string} type\n * @property {string} storeUrl\n */\n\n/**\n * Structure of ABTNodeClient.RequestLimitInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestLimitInput\n * @property {boolean} enabled\n * @property {number} global\n * @property {number} burstFactor\n * @property {number} burstDelay\n * @property {number} rate\n * @property {Array<...ABTNodeClient.null>} methods\n */\n\n/**\n * Structure of ABTNodeClient.RequestLogoutUserInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestLogoutUserInput\n * @property {string} teamDid\n * @property {string} appPid\n * @property {string} userDid\n * @property {string} visitorId\n * @property {boolean} remove\n */\n\n/**\n * Structure of ABTNodeClient.RequestMakeAllNotificationsAsReadInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestMakeAllNotificationsAsReadInput\n * @property {string} receiver\n * @property {string} teamDid\n * @property {string} severity\n * @property {string} componentDid\n * @property {string} entityId\n * @property {string} source\n */\n\n/**\n * Structure of ABTNodeClient.RequestMigrateApplicationToStructV2Input\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestMigrateApplicationToStructV2Input\n * @property {string} did\n * @property {string} appSk\n */\n\n/**\n * Structure of ABTNodeClient.RequestMigrateOrgResourceInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestMigrateOrgResourceInput\n * @property {string} teamDid\n * @property {string} from\n * @property {string} to\n * @property {Array<...ABTNodeClient.null>} resourceIds\n */\n\n/**\n * Structure of ABTNodeClient.RequestNodeRuntimeHistoryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestNodeRuntimeHistoryInput\n * @property {number} hours\n */\n\n/**\n * Structure of ABTNodeClient.RequestNotificationComponentsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestNotificationComponentsInput\n * @property {string} teamDid\n * @property {string} receiver\n */\n\n/**\n * Structure of ABTNodeClient.RequestNotificationSendLogInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestNotificationSendLogInput\n * @property {string} teamDid\n * @property {Array<...ABTNodeClient.null>} dateRange\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {string} source\n * @property {Array<...ABTNodeClient.null>} componentDids\n * @property {Array<...ABTNodeClient.null>} severities\n */\n\n/**\n * Structure of ABTNodeClient.RequestOAuthClientInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestOAuthClientInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.OauthClientInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RequestPassportInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestPassportInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.PassportQueryInput} query\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestPassportLogInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestPassportLogInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.PassportLogQueryInput} query\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestProjectInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestProjectInput\n * @property {string} did\n * @property {string} projectId\n * @property {string} messageId\n */\n\n/**\n * Structure of ABTNodeClient.RequestPublishToEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestPublishToEndpointInput\n * @property {string} did\n * @property {string} endpointId\n * @property {string} projectId\n * @property {string} releaseId\n */\n\n/**\n * Structure of ABTNodeClient.RequestPublishToStoreInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestPublishToStoreInput\n * @property {string} did\n * @property {string} projectId\n * @property {string} releaseId\n * @property {string} type\n * @property {string} storeId\n */\n\n/**\n * Structure of ABTNodeClient.RequestQuitFederatedLoginInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestQuitFederatedLoginInput\n * @property {string} did\n * @property {string} targetDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestReadNotificationsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestReadNotificationsInput\n * @property {Array<...ABTNodeClient.null>} notificationIds\n * @property {string} teamDid\n * @property {string} receiver\n */\n\n/**\n * Structure of ABTNodeClient.RequestReceiversInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestReceiversInput\n * @property {string} teamDid\n * @property {string} userName\n * @property {string} userDid\n * @property {Array<...ABTNodeClient.null>} walletSendStatus\n * @property {Array<...ABTNodeClient.null>} pushKitSendStatus\n * @property {Array<...ABTNodeClient.null>} emailSendStatus\n * @property {Array<...ABTNodeClient.null>} dateRange\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {string} notificationId\n */\n\n/**\n * Structure of ABTNodeClient.RequestRelatedPassportsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestRelatedPassportsInput\n * @property {string} teamDid\n * @property {string} passportId\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestReleaseInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestReleaseInput\n * @property {string} did\n * @property {string} projectId\n * @property {string} releaseId\n */\n\n/**\n * Structure of ABTNodeClient.RequestResendNotificationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestResendNotificationInput\n * @property {string} teamDid\n * @property {string} notificationId\n * @property {Array<...ABTNodeClient.null>} receivers\n * @property {Array<...ABTNodeClient.null>} channels\n * @property {Array<...ABTNodeClient.null>} webhookUrls\n * @property {boolean} resendFailedOnly\n */\n\n/**\n * Structure of ABTNodeClient.RequestResetNodeInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestResetNodeInput\n * @property {boolean} owner\n * @property {boolean} blocklets\n * @property {boolean} webhooks\n * @property {boolean} certificates\n * @property {boolean} accessKeys\n * @property {boolean} blockletExtras\n * @property {boolean} routingRules\n * @property {boolean} users\n * @property {boolean} invitations\n */\n\n/**\n * Structure of ABTNodeClient.RequestRestoreBlockletInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestRestoreBlockletInput\n * @property {string} endpoint\n * @property {string} appDid\n * @property {string} delegation\n * @property {undefined} password\n * @property {any} wallet\n * @property {...ABTNodeClient.BackupTo} from\n * @property {string} appPid\n */\n\n/**\n * Structure of ABTNodeClient.RequestRevokePermissionFromRoleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestRevokePermissionFromRoleInput\n * @property {string} teamDid\n * @property {string} roleName\n * @property {string} grantName\n */\n\n/**\n * Structure of ABTNodeClient.RequestRevokeUserPassportInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestRevokeUserPassportInput\n * @property {string} teamDid\n * @property {string} userDid\n * @property {string} passportId\n */\n\n/**\n * Structure of ABTNodeClient.RequestRotateSessionKeyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestRotateSessionKeyInput\n * @property {string} teamDid\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.RequestSendEmailInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestSendEmailInput\n * @property {string} did\n * @property {string} receiver\n * @property {string} email\n */\n\n/**\n * Structure of ABTNodeClient.RequestSendMsgInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestSendMsgInput\n * @property {string} webhookId\n * @property {string} message\n */\n\n/**\n * Structure of ABTNodeClient.RequestSendPushInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestSendPushInput\n * @property {string} did\n * @property {string} receiver\n * @property {string} notification\n */\n\n/**\n * Structure of ABTNodeClient.RequestSwitchProfileInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestSwitchProfileInput\n * @property {string} teamDid\n * @property {string} userDid\n * @property {...ABTNodeClient.UserProfileInput} profile\n */\n\n/**\n * Structure of ABTNodeClient.RequestSyncFederatedInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestSyncFederatedInput\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.RequestSyncMasterAuthorizationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestSyncMasterAuthorizationInput\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.RequestTagInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestTagInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.TagInput} tag\n * @property {number} moveTo\n */\n\n/**\n * Structure of ABTNodeClient.RequestTaggingInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestTaggingInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.TaggingInput} tagging\n */\n\n/**\n * Structure of ABTNodeClient.RequestTagsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestTagsInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestTeamPermissionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestTeamPermissionInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.PermissionInput} permission\n */\n\n/**\n * Structure of ABTNodeClient.RequestTeamRoleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestTeamRoleInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.RoleUpdateInput} role\n * @property {string} orgId\n */\n\n/**\n * Structure of ABTNodeClient.RequestTeamUserInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestTeamUserInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.UserInfoInput} user\n * @property {...ABTNodeClient.RequestTeamUserOptionsInput} options\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.RequestTeamUserOptionsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestTeamUserOptionsInput\n * @property {boolean} enableConnectedAccount\n * @property {boolean} includeTags\n * @property {boolean} includeFederated\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateAccessKeyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateAccessKeyInput\n * @property {string} teamDid\n * @property {string} accessKeyId\n * @property {string} remark\n * @property {string} passport\n * @property {number} expireAt\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateAppSessionConfigInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateAppSessionConfigInput\n * @property {string} did\n * @property {...ABTNodeClient.SessionConfigInput} config\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateAutoBackupInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateAutoBackupInput\n * @property {string} did\n * @property {...ABTNodeClient.AutoBackupInput} autoBackup\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateAutoCheckUpdateInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateAutoCheckUpdateInput\n * @property {string} did\n * @property {...ABTNodeClient.AutoCheckUpdateInput} autoCheckUpdate\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateBlockletAccessPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateBlockletAccessPolicyInput\n * @property {string} did\n * @property {...ABTNodeClient.BlockletAccessPolicyInput} data\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateBlockletResponseHeaderPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateBlockletResponseHeaderPolicyInput\n * @property {string} did\n * @property {...ABTNodeClient.BlockletResponseHeaderPolicyInput} data\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateBlockletSecurityRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateBlockletSecurityRuleInput\n * @property {string} did\n * @property {...ABTNodeClient.BlockletSecurityRuleInput} data\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateBlockletSpaceGatewayInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateBlockletSpaceGatewayInput\n * @property {string} did\n * @property {...ABTNodeClient.SpaceGatewayInput} where\n * @property {...ABTNodeClient.SpaceGatewayInput} spaceGateway\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateComponentMountPointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateComponentMountPointInput\n * @property {string} did\n * @property {string} rootDid\n * @property {string} mountPoint\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateComponentTitleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateComponentTitleInput\n * @property {string} did\n * @property {string} rootDid\n * @property {string} title\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateComponentsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateComponentsInput\n * @property {string} updateId\n * @property {string} rootDid\n * @property {Array<...ABTNodeClient.null>} selectedComponents\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateNginxHttpsCertInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateNginxHttpsCertInput\n * @property {string} id\n * @property {string} name\n * @property {string} certificate\n * @property {string} privateKey\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateOrgInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateOrgInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.OrgInput} org\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdatePermissionsForRoleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdatePermissionsForRoleInput\n * @property {string} teamDid\n * @property {string} roleName\n * @property {Array<...ABTNodeClient.null>} grantNames\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateProjectInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateProjectInput\n * @property {string} did\n * @property {string} projectId\n * @property {string} blockletTitle\n * @property {string} blockletDescription\n * @property {string} blockletIntroduction\n * @property {boolean} autoUpload\n * @property {boolean} possibleSameStore\n * @property {string} blockletSupport\n * @property {string} blockletCommunity\n * @property {string} blockletHomepage\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateRoutingRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateRoutingRuleInput\n * @property {string} id\n * @property {...ABTNodeClient.RoutingRuleInput} rule\n * @property {string} teamDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateRoutingSiteInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateRoutingSiteInput\n * @property {string} id\n * @property {Array<...ABTNodeClient.null>} corsAllowedOrigins\n * @property {string} domain\n * @property {string} teamDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateSelectedResourcesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateSelectedResourcesInput\n * @property {string} did\n * @property {string} projectId\n * @property {string} releaseId\n * @property {string} componentDid\n * @property {Array<...ABTNodeClient.null>} resources\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateUserAddressInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateUserAddressInput\n * @property {string} teamDid\n * @property {string} did\n * @property {...ABTNodeClient.UserAddressInput} address\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateUserExtraInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateUserExtraInput\n * @property {string} teamDid\n * @property {string} did\n * @property {string} remark\n * @property {string} extra\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateUserInfoInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateUserInfoInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.UserInfoInput} user\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateUserTagsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateUserTagsInput\n * @property {string} teamDid\n * @property {string} did\n * @property {Array<...ABTNodeClient.null>} tags\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateWebHookStateInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateWebHookStateInput\n * @property {string} id\n * @property {string} url\n * @property {boolean} enabled\n * @property {number} consecutiveFailures\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateWebhookEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateWebhookEndpointInput\n * @property {string} teamDid\n * @property {string} id\n * @property {...ABTNodeClient.WebhookEndpointStateInput} data\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpgradeNodeVersionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpgradeNodeVersionInput\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.RequestUserRelationCountInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUserRelationCountInput\n * @property {string} teamDid\n * @property {Array<...ABTNodeClient.null>} userDids\n * @property {...ABTNodeClient.QueryUserFollowStateOptionsInput} options\n */\n\n/**\n * Structure of ABTNodeClient.RequestUserRelationQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUserRelationQueryInput\n * @property {string} teamDid\n * @property {string} userDid\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {...ABTNodeClient.UserSortInput} sort\n * @property {...ABTNodeClient.QueryUserFollowOptionsInput} options\n */\n\n/**\n * Structure of ABTNodeClient.RequestUserSessionsCountInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUserSessionsCountInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.UserSessionQueryInput} query\n */\n\n/**\n * Structure of ABTNodeClient.RequestUserSessionsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUserSessionsInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.UserSessionQueryInput} query\n * @property {...ABTNodeClient.UserSessionSortInput} sort\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestUsersInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUsersInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.UserQueryInput} query\n * @property {...ABTNodeClient.UserSortInput} sort\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {Array<...ABTNodeClient.null>} dids\n */\n\n/**\n * Structure of ABTNodeClient.RequestVerifyAccessKeyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestVerifyAccessKeyInput\n * @property {string} teamDid\n * @property {string} accessKeyId\n * @property {string} resourceType\n * @property {string} resourceId\n * @property {string} componentDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestVerifyAigneConnectionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestVerifyAigneConnectionInput\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.RoleUpdateInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoleUpdateInput\n * @property {string} name\n * @property {string} title\n * @property {string} description\n * @property {string} extra\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleFromInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleFromInput\n * @property {string} pathPrefix\n * @property {Array<...ABTNodeClient.null>} header\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleHeaderInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleHeaderInput\n * @property {string} key\n * @property {string} value\n * @property {...ABTNodeClient.HeaderMatchType} type\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleInput\n * @property {string} id\n * @property {...ABTNodeClient.RoutingRuleFromInput} from\n * @property {...ABTNodeClient.RoutingRuleToInput} to\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleResponseInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleResponseInput\n * @property {number} status\n * @property {string} contentType\n * @property {string} body\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleToInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleToInput\n * @property {number} port\n * @property {...ABTNodeClient.BackendServiceType} type\n * @property {string} did\n * @property {string} url\n * @property {number} redirectCode\n * @property {string} interfaceName\n * @property {string} componentId\n * @property {string} pageGroup\n * @property {...ABTNodeClient.RoutingRuleResponseInput} response\n */\n\n/**\n * Structure of ABTNodeClient.SessionConfigInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SessionConfigInput\n * @property {number} cacheTtl\n * @property {number} ttl\n * @property {...ABTNodeClient.LoginEmailSettingsInput} email\n * @property {...ABTNodeClient.LoginPhoneSettingsInput} phone\n * @property {string} salt\n * @property {boolean} enableBlacklist\n */\n\n/**\n * Structure of ABTNodeClient.SortInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SortInput\n * @property {string} field\n * @property {string} direction\n */\n\n/**\n * Structure of ABTNodeClient.SpaceGatewayInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SpaceGatewayInput\n * @property {string} name\n * @property {string} url\n * @property {string} protected\n * @property {string} endpoint\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.TagInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TagInput\n * @property {number} id\n * @property {string} title\n * @property {string} description\n * @property {string} color\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} slug\n * @property {string} type\n * @property {string} componentDid\n * @property {number} parentId\n * @property {string} createdBy\n * @property {string} updatedBy\n */\n\n/**\n * Structure of ABTNodeClient.TaggingInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TaggingInput\n * @property {number} tagId\n * @property {string} taggableType\n * @property {Array<...ABTNodeClient.null>} taggableIds\n */\n\n/**\n * Structure of ABTNodeClient.TeamInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TeamInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.TrustedFactoryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedFactoryInput\n * @property {string} holderDid\n * @property {string} issuerDid\n * @property {string} factoryAddress\n * @property {string} remark\n * @property {...ABTNodeClient.TrustedPassportMappingToInput} passport\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassportInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassportInput\n * @property {string} issuerDid\n * @property {string} remark\n * @property {Array<...ABTNodeClient.null>} mappings\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassportMappingFromInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassportMappingFromInput\n * @property {string} passport\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassportMappingInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassportMappingInput\n * @property {...ABTNodeClient.TrustedPassportMappingFromInput} from\n * @property {...ABTNodeClient.TrustedPassportMappingToInput} to\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassportMappingToInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassportMappingToInput\n * @property {string} role\n * @property {string} ttl\n * @property {string} ttlPolicy\n */\n\n/**\n * Structure of ABTNodeClient.UserAddressInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserAddressInput\n * @property {string} country\n * @property {string} province\n * @property {string} city\n * @property {string} postalCode\n * @property {string} line1\n * @property {string} line2\n */\n\n/**\n * Structure of ABTNodeClient.UserFollowOptionsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserFollowOptionsInput\n * @property {boolean} skipNotification\n */\n\n/**\n * Structure of ABTNodeClient.UserInfoInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserInfoInput\n * @property {string} did\n * @property {string} pk\n * @property {string} role\n * @property {string} avatar\n * @property {string} fullName\n * @property {string} email\n * @property {boolean} approved\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} locale\n * @property {Array<...ABTNodeClient.null>} passports\n * @property {number} firstLoginAt\n * @property {number} lastLoginAt\n * @property {string} remark\n * @property {string} lastLoginIp\n * @property {string} sourceProvider\n * @property {string} sourceAppPid\n * @property {Array<...ABTNodeClient.null>} connectedAccounts\n * @property {any} extra\n * @property {Array<...ABTNodeClient.null>} tags\n * @property {any} didSpace\n * @property {Array<...ABTNodeClient.null>} userSessions\n * @property {string} url\n * @property {string} phone\n * @property {string} inviter\n * @property {number} generation\n * @property {boolean} emailVerified\n * @property {boolean} phoneVerified\n * @property {...ABTNodeClient.UserMetadataInput} metadata\n * @property {...ABTNodeClient.UserAddressInput} address\n * @property {number} userSessionsCount\n * @property {boolean} isFollowing\n */\n\n/**\n * Structure of ABTNodeClient.UserMetadataInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserMetadataInput\n * @property {string} bio\n * @property {string} location\n * @property {string} timezone\n * @property {string} cover\n * @property {Array<...ABTNodeClient.null>} links\n * @property {...ABTNodeClient.UserMetadataStatusInput} status\n * @property {...ABTNodeClient.UserPhoneInfoInput} phone\n */\n\n/**\n * Structure of ABTNodeClient.UserMetadataLinkInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserMetadataLinkInput\n * @property {string} url\n * @property {string} favicon\n */\n\n/**\n * Structure of ABTNodeClient.UserMetadataStatusInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserMetadataStatusInput\n * @property {string} label\n * @property {string} icon\n * @property {string} duration\n * @property {Array<...ABTNodeClient.null>} dateRange\n */\n\n/**\n * Structure of ABTNodeClient.UserOrgInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserOrgInput\n * @property {string} id\n * @property {string} orgId\n * @property {string} userDid\n * @property {...ABTNodeClient.OrgUserStatus} status\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {...ABTNodeClient.UserInfoInput} user\n * @property {any} metadata\n */\n\n/**\n * Structure of ABTNodeClient.UserPhoneInfoInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserPhoneInfoInput\n * @property {string} country\n * @property {string} phoneNumber\n */\n\n/**\n * Structure of ABTNodeClient.UserProfileInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserProfileInput\n * @property {string} did\n * @property {string} avatar\n * @property {string} fullName\n * @property {string} email\n */\n\n/**\n * Structure of ABTNodeClient.UserQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserQueryInput\n * @property {string} role\n * @property {boolean} approved\n * @property {string} search\n * @property {string} connectedDid\n * @property {Array<...ABTNodeClient.null>} tags\n * @property {string} inviter\n * @property {string} invitee\n * @property {number} generation\n * @property {boolean} includeTags\n * @property {boolean} includeUserSessions\n * @property {boolean} includePassports\n * @property {boolean} includeConnectedAccounts\n * @property {boolean} includeFollowStatus\n */\n\n/**\n * Structure of ABTNodeClient.UserSessionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserSessionInput\n * @property {string} id\n * @property {string} visitorId\n * @property {string} appPid\n * @property {string} userDid\n * @property {string} ua\n * @property {string} passportId\n * @property {string} status\n * @property {string} lastLoginIp\n * @property {any} extra\n * @property {number} createdAt\n * @property {number} updatedAt\n */\n\n/**\n * Structure of ABTNodeClient.UserSessionQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserSessionQueryInput\n * @property {string} userDid\n * @property {string} visitorId\n * @property {string} appPid\n * @property {string} status\n * @property {boolean} includeUser\n */\n\n/**\n * Structure of ABTNodeClient.UserSessionSortInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserSessionSortInput\n * @property {number} updatedAt\n * @property {number} createdAt\n */\n\n/**\n * Structure of ABTNodeClient.UserSortInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserSortInput\n * @property {number} updatedAt\n * @property {number} createdAt\n * @property {number} lastLoginAt\n */\n\n/**\n * Structure of ABTNodeClient.WAFPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WAFPolicyInput\n * @property {boolean} enabled\n * @property {string} mode\n * @property {number} inboundAnomalyScoreThreshold\n * @property {number} outboundAnomalyScoreThreshold\n * @property {number} logLevel\n */\n\n/**\n * Structure of ABTNodeClient.WebHookParamInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebHookParamInput\n * @property {string} name\n * @property {string} description\n * @property {boolean} required\n * @property {string} defaultValue\n * @property {string} value\n * @property {string} type\n * @property {boolean} enabled\n * @property {number} consecutiveFailures\n */\n\n/**\n * Structure of ABTNodeClient.WebhookEndpointStateInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebhookEndpointStateInput\n * @property {string} id\n * @property {string} apiVersion\n * @property {string} url\n * @property {string} description\n * @property {Array<...ABTNodeClient.null>} enabledEvents\n * @property {any} metadata\n * @property {string} status\n * @property {number} createdAt\n * @property {number} updatedAt\n */\n\n/**\n * Structure of ABTNodeClient.AccessKey\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AccessKey\n * @property {string} accessKeyId\n * @property {string} accessKeyPublic\n * @property {string} remark\n * @property {string} passport\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {number} lastUsedAt\n * @property {string} createdBy\n * @property {string} updatedBy\n * @property {string} authType\n * @property {string} componentDid\n * @property {string} resourceType\n * @property {string} resourceId\n * @property {string} createdVia\n * @property {number} expireAt\n */\n\n/**\n * Structure of ABTNodeClient.AigneConfig\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AigneConfig\n * @property {string} provider\n * @property {string} model\n * @property {string} key\n * @property {string} url\n * @property {string} accessKeyId\n * @property {string} secretAccessKey\n * @property {string} validationResult\n */\n\n/**\n * Structure of ABTNodeClient.AuditLog\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AuditLog\n * @property {string} id\n * @property {string} scope\n * @property {string} category\n * @property {string} action\n * @property {string} content\n * @property {...ABTNodeClient.AuditLogActor} actor\n * @property {...ABTNodeClient.AuditLogEnv} env\n * @property {number} createdAt\n * @property {string} ip\n * @property {string} ua\n * @property {string} componentDid\n */\n\n/**\n * Structure of ABTNodeClient.AuditLogActor\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AuditLogActor\n * @property {string} did\n * @property {string} role\n * @property {string} fullName\n * @property {string} avatar\n * @property {string} source\n */\n\n/**\n * Structure of ABTNodeClient.AuditLogEnv\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AuditLogEnv\n * @property {...ABTNodeClient.AuditLogEnvItem} browser\n * @property {...ABTNodeClient.AuditLogEnvItem} os\n */\n\n/**\n * Structure of ABTNodeClient.AuditLogEnvItem\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AuditLogEnvItem\n * @property {string} name\n * @property {string} version\n */\n\n/**\n * Structure of ABTNodeClient.AutoBackup\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AutoBackup\n * @property {boolean} enabled\n */\n\n/**\n * Structure of ABTNodeClient.AutoBlockPolicy\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AutoBlockPolicy\n * @property {boolean} enabled\n * @property {number} windowSize\n * @property {number} windowQuota\n * @property {number} blockDuration\n * @property {Array<...ABTNodeClient.null>} statusCodes\n */\n\n/**\n * Structure of ABTNodeClient.AutoCheckUpdate\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AutoCheckUpdate\n * @property {boolean} enabled\n */\n\n/**\n * Structure of ABTNodeClient.Backup\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Backup\n * @property {string} appPid\n * @property {string} userDid\n * @property {number} strategy\n * @property {string} sourceUrl\n * @property {string} target\n * @property {string} targetName\n * @property {string} targetUrl\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {number} status\n * @property {string} message\n * @property {number} progress\n * @property {any} metadata\n */\n\n/**\n * Structure of ABTNodeClient.BackupSummaryItem\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BackupSummaryItem\n * @property {string} date\n * @property {number} successCount\n * @property {number} errorCount\n */\n\n/**\n * Structure of ABTNodeClient.BaseUserInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BaseUserInfo\n * @property {string} did\n * @property {string} pk\n * @property {string} role\n * @property {string} avatar\n * @property {string} fullName\n * @property {string} email\n * @property {boolean} approved\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} locale\n */\n\n/**\n * Structure of ABTNodeClient.BlockPolicy\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockPolicy\n * @property {boolean} enabled\n * @property {Array<...ABTNodeClient.null>} blacklist\n * @property {...ABTNodeClient.AutoBlockPolicy} autoBlocking\n */\n\n/**\n * Structure of ABTNodeClient.BlockletAccessPolicy\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletAccessPolicy\n * @property {string} id\n * @property {string} name\n * @property {string} description\n * @property {any} roles\n * @property {boolean} reverse\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.BlockletBackupState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletBackupState\n * @property {string} appDid\n * @property {string} appPid\n * @property {string} name\n * @property {number} createdAt\n */\n\n/**\n * Structure of ABTNodeClient.BlockletCapabilities\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletCapabilities\n * @property {boolean} clusterMode\n * @property {boolean} component\n * @property {boolean} navigation\n * @property {string} didSpace\n * @property {string} resourceExportApi\n */\n\n/**\n * Structure of ABTNodeClient.BlockletController\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletController\n * @property {string} id\n * @property {string} nftId\n * @property {string} nftOwner\n * @property {string} chainHost\n * @property {number} expireDate\n * @property {string} consumedAt\n * @property {string} launcherUrl\n * @property {string} launcherSessionId\n * @property {string} ownerDid\n * @property {...ABTNodeClient.BlockletControllerStatus} status\n */\n\n/**\n * Structure of ABTNodeClient.BlockletControllerStatus\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletControllerStatus\n * @property {number} value\n * @property {string} reason\n */\n\n/**\n * Structure of ABTNodeClient.BlockletDiff\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletDiff\n * @property {boolean} hasBlocklet\n * @property {string} version\n * @property {Array<...ABTNodeClient.null>} addSet\n * @property {Array<...ABTNodeClient.null>} changeSet\n * @property {Array<...ABTNodeClient.null>} deleteSet\n */\n\n/**\n * Structure of ABTNodeClient.BlockletDist\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletDist\n * @property {string} tarball\n * @property {string} integrity\n */\n\n/**\n * Structure of ABTNodeClient.BlockletDocker\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletDocker\n * @property {string} dockerImage\n * @property {Array<...ABTNodeClient.null>} dockerArgs\n * @property {Array<...ABTNodeClient.null>} dockerEnvs\n * @property {string} dockerCommand\n */\n\n/**\n * Structure of ABTNodeClient.BlockletDockerMeta\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletDockerMeta\n * @property {string} image\n * @property {string} shell\n * @property {boolean} runBaseScript\n * @property {boolean} installNodeModules\n */\n\n/**\n * Structure of ABTNodeClient.BlockletEngine\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletEngine\n * @property {string} name\n * @property {string} displayName\n * @property {string} description\n * @property {string} version\n * @property {boolean} available\n * @property {boolean} visible\n * @property {string} logo\n */\n\n/**\n * Structure of ABTNodeClient.BlockletEvent\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletEvent\n * @property {string} type\n * @property {string} description\n */\n\n/**\n * Structure of ABTNodeClient.BlockletHistoryItem\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletHistoryItem\n * @property {number} date\n * @property {number} cpu\n * @property {number} mem\n */\n\n/**\n * Structure of ABTNodeClient.BlockletHistoryItemList\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletHistoryItemList\n * @property {string} key\n * @property {Array<...ABTNodeClient.null>} value\n */\n\n/**\n * Structure of ABTNodeClient.BlockletIntegrations\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletIntegrations\n * @property {number} webhooks\n * @property {number} accessKeys\n * @property {number} oauthApps\n */\n\n/**\n * Structure of ABTNodeClient.BlockletMeta\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletMeta\n * @property {string} did\n * @property {string} name\n * @property {string} version\n * @property {string} description\n * @property {Array<...ABTNodeClient.null>} interfaces\n * @property {...ABTNodeClient.BlockletMetaPerson} author\n * @property {string} main\n * @property {...ABTNodeClient.BlockletStats} stats\n * @property {string} homepage\n * @property {string} path\n * @property {string} community\n * @property {string} documentation\n * @property {string} support\n * @property {Array<...ABTNodeClient.null>} screenshots\n * @property {Array<...ABTNodeClient.null>} keywords\n * @property {string} group\n * @property {string} logo\n * @property {string} title\n * @property {...ABTNodeClient.BlockletDist} dist\n * @property {Array<...ABTNodeClient.null>} maintainers\n * @property {Array<...ABTNodeClient.null>} contributors\n * @property {...ABTNodeClient.BlockletRepository} repository\n * @property {...ABTNodeClient.BlockletPayment} payment\n * @property {string} nftFactory\n * @property {number} lastPublishedAt\n * @property {...ABTNodeClient.BlockletCapabilities} capabilities\n * @property {Array<...ABTNodeClient.null>} components\n * @property {Array<...ABTNodeClient.null>} environments\n * @property {...ABTNodeClient.Requirement} requirements\n * @property {string} bundleDid\n * @property {string} bundleName\n * @property {Array<...ABTNodeClient.null>} navigation\n * @property {Array<...ABTNodeClient.null>} resources\n * @property {...ABTNodeClient.BlockletResource} resource\n * @property {any} engine\n * @property {...ABTNodeClient.BlockletMetaOwner} owner\n * @property {...ABTNodeClient.BlockletDockerMeta} docker\n * @property {Array<...ABTNodeClient.null>} events\n */\n\n/**\n * Structure of ABTNodeClient.BlockletMetaInterface\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletMetaInterface\n * @property {string} type\n * @property {string} name\n * @property {string} path\n * @property {string} prefix\n * @property {string} protocol\n * @property {any} port\n * @property {Array<...ABTNodeClient.null>} services\n * @property {Array<...ABTNodeClient.null>} cacheable\n * @property {Array<...ABTNodeClient.null>} pageGroups\n */\n\n/**\n * Structure of ABTNodeClient.BlockletMetaOwner\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletMetaOwner\n * @property {string} avatar\n * @property {string} did\n * @property {string} email\n * @property {string} fullName\n */\n\n/**\n * Structure of ABTNodeClient.BlockletMetaPerson\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletMetaPerson\n * @property {string} name\n * @property {string} email\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.BlockletMetaService\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletMetaService\n * @property {string} name\n * @property {any} config\n */\n\n/**\n * Structure of ABTNodeClient.BlockletMigrateRecord\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletMigrateRecord\n * @property {string} appSk\n * @property {string} appDid\n * @property {string} at\n */\n\n/**\n * Structure of ABTNodeClient.BlockletPassport\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletPassport\n * @property {number} passports\n * @property {number} activePassports\n */\n\n/**\n * Structure of ABTNodeClient.BlockletPayment\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletPayment\n * @property {Array<...ABTNodeClient.null>} price\n * @property {Array<...ABTNodeClient.null>} share\n */\n\n/**\n * Structure of ABTNodeClient.BlockletPaymentPrice\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletPaymentPrice\n * @property {string} address\n * @property {string} value\n * @property {string} symbol\n */\n\n/**\n * Structure of ABTNodeClient.BlockletPaymentShare\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletPaymentShare\n * @property {string} address\n * @property {string} name\n * @property {string} value\n */\n\n/**\n * Structure of ABTNodeClient.BlockletPreUpdateInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletPreUpdateInfo\n * @property {string} updateId\n * @property {Array<...ABTNodeClient.null>} updateList\n */\n\n/**\n * Structure of ABTNodeClient.BlockletRepository\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletRepository\n * @property {string} type\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.BlockletResource\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletResource\n * @property {string} exportApi\n * @property {Array<...ABTNodeClient.null>} types\n * @property {Array<...ABTNodeClient.null>} bundles\n */\n\n/**\n * Structure of ABTNodeClient.BlockletResourceBundle\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletResourceBundle\n * @property {string} did\n * @property {string} type\n * @property {boolean} public\n */\n\n/**\n * Structure of ABTNodeClient.BlockletResourceType\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletResourceType\n * @property {string} type\n * @property {string} description\n */\n\n/**\n * Structure of ABTNodeClient.BlockletResponseHeaderPolicy\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletResponseHeaderPolicy\n * @property {string} id\n * @property {string} name\n * @property {string} description\n * @property {string} securityHeader\n * @property {string} cors\n * @property {string} customHeader\n * @property {string} removeHeader\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.BlockletSecurityRule\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletSecurityRule\n * @property {string} id\n * @property {string} pathPattern\n * @property {string} componentDid\n * @property {number} priority\n * @property {string} responseHeaderPolicyId\n * @property {string} accessPolicyId\n * @property {boolean} enabled\n * @property {string} remark\n * @property {...ABTNodeClient.BlockletAccessPolicy} accessPolicy\n * @property {...ABTNodeClient.BlockletResponseHeaderPolicy} responseHeaderPolicy\n */\n\n/**\n * Structure of ABTNodeClient.BlockletSettings\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletSettings\n * @property {boolean} initialized\n * @property {boolean} enablePassportIssuance\n * @property {Array<...ABTNodeClient.null>} trustedPassports\n * @property {string} whoCanAccess\n * @property {...ABTNodeClient.WalletInfo} owner\n * @property {Array<...ABTNodeClient.null>} children\n * @property {boolean} publicToStore\n * @property {Array<...ABTNodeClient.null>} storeList\n * @property {Array<...ABTNodeClient.null>} navigations\n * @property {any} authentication\n * @property {Array<...ABTNodeClient.null>} trustedFactories\n * @property {any} notification\n * @property {...ABTNodeClient.SessionConfig} session\n * @property {...ABTNodeClient.FederatedConfig} federated\n * @property {...ABTNodeClient.AutoCheckUpdate} autoCheckUpdate\n * @property {...ABTNodeClient.AutoBackup} autoBackup\n * @property {...ABTNodeClient.InviteSettings} invite\n * @property {any} theme\n * @property {Array<...ABTNodeClient.null>} endpointList\n * @property {...ABTNodeClient.Gateway} gateway\n * @property {boolean} enableSessionHardening\n * @property {...ABTNodeClient.AigneConfig} aigne\n * @property {...ABTNodeClient.OrgSettings} org\n * @property {any} didConnect\n * @property {any} oauth\n */\n\n/**\n * Structure of ABTNodeClient.BlockletState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletState\n * @property {...ABTNodeClient.BlockletMeta} meta\n * @property {...ABTNodeClient.BlockletStatus} status\n * @property {number} createdAt\n * @property {number} installedAt\n * @property {number} startedAt\n * @property {number} pausedAt\n * @property {number} stoppedAt\n * @property {number} updatedAt\n * @property {Array<...ABTNodeClient.null>} environments\n * @property {Array<...ABTNodeClient.null>} configs\n * @property {...ABTNodeClient.DiskInfo} diskInfo\n * @property {...ABTNodeClient.RuntimeInfo} runtimeInfo\n * @property {...ABTNodeClient.RuntimeInfo} appRuntimeInfo\n * @property {...ABTNodeClient.BlockletSource} source\n * @property {string} deployedFrom\n * @property {any} bundleSource\n * @property {number} port\n * @property {...ABTNodeClient.BlockletEngine} engine\n * @property {string} mode\n * @property {any} ports\n * @property {Array<...ABTNodeClient.null>} children\n * @property {Array<...ABTNodeClient.null>} optionalComponents\n * @property {Array<...ABTNodeClient.null>} trustedPassports\n * @property {Array<...ABTNodeClient.null>} trustedFactories\n * @property {boolean} enablePassportIssuance\n * @property {boolean} dynamic\n * @property {string} mountPoint\n * @property {...ABTNodeClient.BlockletSettings} settings\n * @property {string} appDid\n * @property {...ABTNodeClient.RoutingSite} site\n * @property {...ABTNodeClient.BlockletController} controller\n * @property {Array<...ABTNodeClient.null>} migratedFrom\n * @property {string} appPid\n * @property {boolean} externalSk\n * @property {string} externalSkSource\n * @property {string} structVersion\n * @property {boolean} enableDocker\n * @property {boolean} enableDockerNetwork\n * @property {Array<...ABTNodeClient.null>} vaults\n */\n\n/**\n * Structure of ABTNodeClient.BlockletStats\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletStats\n * @property {number} downloads\n * @property {number} star\n * @property {number} purchases\n */\n\n/**\n * Structure of ABTNodeClient.BlockletStore\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletStore\n * @property {string} name\n * @property {string} description\n * @property {string} url\n * @property {string} logoUrl\n * @property {string} maintainer\n * @property {string} cdnUrl\n * @property {boolean} protected\n * @property {string} id\n * @property {string} scope\n */\n\n/**\n * Structure of ABTNodeClient.BlockletStudio\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletStudio\n * @property {number} blocklets\n * @property {number} releases\n */\n\n/**\n * Structure of ABTNodeClient.BlockletTraffic\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletTraffic\n * @property {number} totalRequests\n * @property {number} failedRequests\n */\n\n/**\n * Structure of ABTNodeClient.BlockletUsers\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletUsers\n * @property {number} users\n * @property {number} approvedUsers\n */\n\n/**\n * Structure of ABTNodeClient.BlockletVaultRecord\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletVaultRecord\n * @property {string} pk\n * @property {string} did\n * @property {number} at\n * @property {string} sig\n * @property {string} approverSig\n * @property {string} approverDid\n * @property {string} approverPk\n */\n\n/**\n * Structure of ABTNodeClient.BooleanResponse\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BooleanResponse\n * @property {...ABTNodeClient.StatusCode} code\n * @property {boolean} result\n */\n\n/**\n * Structure of ABTNodeClient.Certificate\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Certificate\n * @property {string} name\n * @property {string} domain\n * @property {string} id\n * @property {...ABTNodeClient.CertificateMeta} meta\n * @property {Array<...ABTNodeClient.null>} matchedSites\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {boolean} isProtected\n * @property {string} source\n * @property {string} status\n */\n\n/**\n * Structure of ABTNodeClient.CertificateIssuer\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CertificateIssuer\n * @property {string} countryName\n * @property {string} organizationName\n * @property {string} commonName\n */\n\n/**\n * Structure of ABTNodeClient.CertificateMeta\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CertificateMeta\n * @property {...ABTNodeClient.CertificateIssuer} issuer\n * @property {Array<...ABTNodeClient.null>} sans\n * @property {number} validFrom\n * @property {number} validTo\n * @property {string} fingerprintAlg\n * @property {string} fingerprint\n * @property {number} validityPeriod\n */\n\n/**\n * Structure of ABTNodeClient.ChildConfig\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ChildConfig\n * @property {string} name\n * @property {string} mountPoint\n * @property {boolean} required\n */\n\n/**\n * Structure of ABTNodeClient.ComponentState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ComponentState\n * @property {...ABTNodeClient.BlockletMeta} meta\n * @property {...ABTNodeClient.BlockletStatus} status\n * @property {number} createdAt\n * @property {number} installedAt\n * @property {number} startedAt\n * @property {number} pausedAt\n * @property {number} stoppedAt\n * @property {Array<...ABTNodeClient.null>} environments\n * @property {Array<...ABTNodeClient.null>} configs\n * @property {...ABTNodeClient.DiskInfo} diskInfo\n * @property {...ABTNodeClient.RuntimeInfo} runtimeInfo\n * @property {...ABTNodeClient.BlockletSource} source\n * @property {string} deployedFrom\n * @property {any} bundleSource\n * @property {number} port\n * @property {...ABTNodeClient.BlockletEngine} engine\n * @property {string} mode\n * @property {any} ports\n * @property {Array<...ABTNodeClient.null>} children\n * @property {boolean} dynamic\n * @property {string} mountPoint\n * @property {Array<...ABTNodeClient.null>} dependents\n * @property {boolean} required\n * @property {...ABTNodeClient.RuntimeInfo} appRuntimeInfo\n * @property {...ABTNodeClient.BlockletStatus} greenStatus\n */\n\n/**\n * Structure of ABTNodeClient.ConfigEntry\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigEntry\n * @property {string} key\n * @property {string} value\n * @property {boolean} required\n * @property {string} description\n * @property {string} validation\n * @property {boolean} secure\n * @property {boolean} custom\n * @property {boolean} shared\n */\n\n/**\n * Structure of ABTNodeClient.ConfigNavigation\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigNavigation\n * @property {string} id\n * @property {string} title\n * @property {string} link\n * @property {string} icon\n * @property {string} section\n * @property {string} component\n * @property {string} parent\n * @property {string} role\n * @property {boolean} visible\n * @property {string} from\n * @property {string} activeIcon\n * @property {string} color\n * @property {string} activeColor\n * @property {string} description\n * @property {boolean} private\n */\n\n/**\n * Structure of ABTNodeClient.ConnectEndpoint\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectEndpoint\n * @property {string} id\n * @property {string} scope\n * @property {string} url\n * @property {string} endpoint\n * @property {boolean} protected\n * @property {string} appName\n * @property {string} appDescription\n */\n\n/**\n * Structure of ABTNodeClient.ConnectedAccount\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectedAccount\n * @property {string} provider\n * @property {string} did\n * @property {string} pk\n * @property {string} id\n * @property {number} lastLoginAt\n * @property {...ABTNodeClient.ConnectedAccountInfo} userInfo\n * @property {any} extra\n */\n\n/**\n * Structure of ABTNodeClient.ConnectedAccountInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectedAccountInfo\n * @property {string} name\n * @property {string} picture\n * @property {string} email\n * @property {boolean} emailVerified\n * @property {string} sub\n * @property {any} extraData\n */\n\n/**\n * Structure of ABTNodeClient.ConnectedEndpoint\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectedEndpoint\n * @property {string} endpointId\n * @property {string} accessKeyId\n * @property {string} accessKeySecret\n * @property {string} expireId\n * @property {string} developerDid\n * @property {string} developerName\n * @property {string} developerEmail\n * @property {string} createdBy\n */\n\n/**\n * Structure of ABTNodeClient.ConnectedStore\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectedStore\n * @property {string} storeId\n * @property {string} storeName\n * @property {string} storeUrl\n * @property {string} accessToken\n * @property {string} developerDid\n * @property {string} developerEmail\n * @property {string} developerName\n * @property {string} scope\n */\n\n/**\n * Structure of ABTNodeClient.CreateAccessKey\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateAccessKey\n * @property {string} accessKeyId\n * @property {string} accessKeyPublic\n * @property {string} accessKeySecret\n * @property {string} remark\n * @property {string} passport\n * @property {number} createdAt\n * @property {number} lastUsedAt\n * @property {string} authType\n * @property {string} componentDid\n * @property {string} resourceType\n * @property {string} resourceId\n * @property {string} createdVia\n * @property {number} expireAt\n */\n\n/**\n * Structure of ABTNodeClient.DelegationState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DelegationState\n * @property {boolean} delegated\n */\n\n/**\n * Structure of ABTNodeClient.Dependent\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Dependent\n * @property {string} id\n * @property {boolean} required\n */\n\n/**\n * Structure of ABTNodeClient.DiskInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DiskInfo\n * @property {number} app\n * @property {number} data\n * @property {number} log\n * @property {number} cache\n * @property {number} blocklets\n */\n\n/**\n * Structure of ABTNodeClient.DockerEnvKeyValuePair\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DockerEnvKeyValuePair\n * @property {string} key\n * @property {string} value\n * @property {string} description\n * @property {boolean} secure\n * @property {boolean} shared\n * @property {boolean} required\n * @property {string} custom\n */\n\n/**\n * Structure of ABTNodeClient.DockerRunKeyValuePair\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DockerRunKeyValuePair\n * @property {string} key\n * @property {string} value\n * @property {string} path\n * @property {string} type\n * @property {string} name\n * @property {string} prefix\n * @property {string} protocol\n * @property {string} proxyBehavior\n */\n\n/**\n * Structure of ABTNodeClient.EnableEvent\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.EnableEvent\n * @property {string} type\n * @property {string} source\n */\n\n/**\n * Structure of ABTNodeClient.Environment\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Environment\n * @property {string} name\n * @property {string} description\n * @property {string} default\n * @property {boolean} required\n * @property {boolean} secure\n * @property {string} validation\n * @property {boolean} shared\n */\n\n/**\n * Structure of ABTNodeClient.FederatedConfig\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.FederatedConfig\n * @property {...ABTNodeClient.FederatedConfigDetail} config\n * @property {Array<...ABTNodeClient.null>} sites\n */\n\n/**\n * Structure of ABTNodeClient.FederatedConfigDetail\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.FederatedConfigDetail\n * @property {string} appId\n * @property {string} appPid\n * @property {string} delegation\n * @property {boolean} isMaster\n * @property {boolean} autoLogin\n */\n\n/**\n * Structure of ABTNodeClient.FederatedConfigSite\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.FederatedConfigSite\n * @property {string} appId\n * @property {string} appPid\n * @property {Array<...ABTNodeClient.null>} aliasDid\n * @property {string} appName\n * @property {string} appDescription\n * @property {string} appUrl\n * @property {Array<...ABTNodeClient.null>} aliasDomain\n * @property {string} appLogo\n * @property {string} appLogoRect\n * @property {string} did\n * @property {string} pk\n * @property {string} version\n * @property {string} serverId\n * @property {string} serverVersion\n * @property {number} appliedAt\n * @property {string} status\n * @property {boolean} isMaster\n */\n\n/**\n * Structure of ABTNodeClient.Fuel\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Fuel\n * @property {string} endpoint\n * @property {string} address\n * @property {string} value\n * @property {string} reason\n */\n\n/**\n * Structure of ABTNodeClient.Gateway\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Gateway\n * @property {...ABTNodeClient.RequestLimit} requestLimit\n * @property {...ABTNodeClient.BlockPolicy} blockPolicy\n * @property {...ABTNodeClient.ProxyPolicy} proxyPolicy\n * @property {boolean} cacheEnabled\n * @property {...ABTNodeClient.WAFPolicy} wafPolicy\n */\n\n/**\n * Structure of ABTNodeClient.GeneralResponse\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GeneralResponse\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.IPInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.IPInfo\n * @property {string} internalV4\n * @property {string} externalV4\n * @property {string} internalV6\n * @property {string} externalV6\n */\n\n/**\n * Structure of ABTNodeClient.InviteInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.InviteInfo\n * @property {string} inviteId\n * @property {string} role\n * @property {string} remark\n * @property {string} expireDate\n * @property {...ABTNodeClient.UserInfo} inviter\n * @property {string} teamDid\n * @property {string} interfaceName\n * @property {...ABTNodeClient.PassportDisplay} display\n * @property {string} orgId\n * @property {Array<...ABTNodeClient.null>} inviteUserDids\n */\n\n/**\n * Structure of ABTNodeClient.InviteResult\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.InviteResult\n * @property {Array<...ABTNodeClient.null>} successDids\n * @property {Array<...ABTNodeClient.null>} failedDids\n * @property {string} inviteLink\n */\n\n/**\n * Structure of ABTNodeClient.InviteSettings\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.InviteSettings\n * @property {boolean} enabled\n */\n\n/**\n * Structure of ABTNodeClient.Issuer\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Issuer\n * @property {string} id\n * @property {string} name\n * @property {string} pk\n */\n\n/**\n * Structure of ABTNodeClient.KeyValue\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.KeyValue\n * @property {string} key\n * @property {any} value\n */\n\n/**\n * Structure of ABTNodeClient.LauncherInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LauncherInfo\n * @property {string} did\n * @property {string} type\n * @property {string} provider\n * @property {string} url\n * @property {string} tag\n * @property {string} chainHost\n */\n\n/**\n * Structure of ABTNodeClient.LoginEmailSettings\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LoginEmailSettings\n * @property {boolean} enabled\n * @property {boolean} requireVerified\n * @property {boolean} requireUnique\n * @property {boolean} trustOauthProviders\n * @property {boolean} enableDomainBlackList\n * @property {Array<...ABTNodeClient.null>} domainBlackList\n * @property {boolean} enableDomainWhiteList\n * @property {Array<...ABTNodeClient.null>} domainWhiteList\n * @property {Array<...ABTNodeClient.null>} trustedIssuers\n */\n\n/**\n * Structure of ABTNodeClient.LoginPhoneSettings\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LoginPhoneSettings\n * @property {boolean} enabled\n * @property {boolean} requireVerified\n * @property {boolean} requireUnique\n * @property {Array<...ABTNodeClient.null>} trustedIssuers\n * @property {boolean} enableRegionBlackList\n * @property {Array<...ABTNodeClient.null>} regionBlackList\n * @property {boolean} enableRegionWhiteList\n * @property {Array<...ABTNodeClient.null>} regionWhiteList\n */\n\n/**\n * Structure of ABTNodeClient.MatchedSites\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.MatchedSites\n * @property {string} id\n * @property {string} domain\n */\n\n/**\n * Structure of ABTNodeClient.Mutation\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Mutation\n * @property {...ABTNodeClient.ResponseBlocklet} installBlocklet\n * @property {...ABTNodeClient.ResponseBlocklet} installComponent\n * @property {...ABTNodeClient.ResponseBlocklet} startBlocklet\n * @property {...ABTNodeClient.ResponseBlocklet} stopBlocklet\n * @property {...ABTNodeClient.ResponseBlocklet} reloadBlocklet\n * @property {...ABTNodeClient.ResponseBlocklet} restartBlocklet\n * @property {...ABTNodeClient.ResponseBlocklet} deleteBlocklet\n * @property {...ABTNodeClient.ResponseBlocklet} deleteComponent\n * @property {...ABTNodeClient.ResponseBlocklet} cancelDownloadBlocklet\n * @property {...ABTNodeClient.ResponseCheckComponentsForUpdates} checkComponentsForUpdates\n * @property {...ABTNodeClient.ResponseBlocklet} upgradeComponents\n * @property {...ABTNodeClient.ResponseBlocklet} configBlocklet\n * @property {...ABTNodeClient.ResponseBlocklet} configPublicToStore\n * @property {...ABTNodeClient.ResponseBlocklet} configNavigations\n * @property {...ABTNodeClient.ResponseBlocklet} configAuthentication\n * @property {...ABTNodeClient.ResponseBlocklet} configDidConnect\n * @property {...ABTNodeClient.ResponseBlocklet} configNotification\n * @property {...ABTNodeClient.ResponseConfigVault} configVault\n * @property {...ABTNodeClient.GeneralResponse} sendEmail\n * @property {...ABTNodeClient.GeneralResponse} sendPush\n * @property {...ABTNodeClient.ResponseBlocklet} joinFederatedLogin\n * @property {...ABTNodeClient.ResponseBlocklet} quitFederatedLogin\n * @property {...ABTNodeClient.ResponseBlocklet} disbandFederatedLogin\n * @property {...ABTNodeClient.ResponseBlocklet} syncMasterAuthorization\n * @property {...ABTNodeClient.ResponseBlocklet} syncFederatedConfig\n * @property {...ABTNodeClient.ResponseBlocklet} auditFederatedLogin\n * @property {...ABTNodeClient.ResponseBlocklet} updateAppSessionConfig\n * @property {...ABTNodeClient.ResponseBlocklet} updateComponentTitle\n * @property {...ABTNodeClient.ResponseBlocklet} updateComponentMountPoint\n * @property {...ABTNodeClient.GeneralResponse} backupBlocklet\n * @property {...ABTNodeClient.GeneralResponse} abortBlockletBackup\n * @property {...ABTNodeClient.GeneralResponse} restoreBlocklet\n * @property {...ABTNodeClient.GeneralResponse} migrateApplicationToStructV2\n * @property {...ABTNodeClient.ResponseLaunchBlockletByLauncher} launchBlockletByLauncher\n * @property {...ABTNodeClient.ResponseLaunchBlockletWithoutWallet} launchBlockletWithoutWallet\n * @property {...ABTNodeClient.GeneralResponse} addBlockletSpaceGateway\n * @property {...ABTNodeClient.GeneralResponse} deleteBlockletSpaceGateway\n * @property {...ABTNodeClient.GeneralResponse} updateBlockletSpaceGateway\n * @property {...ABTNodeClient.GeneralResponse} updateAutoBackup\n * @property {...ABTNodeClient.GeneralResponse} updateAutoCheckUpdate\n * @property {...ABTNodeClient.GeneralResponse} updateBlockletSettings\n * @property {...ABTNodeClient.ResponseGetNodeInfo} updateNodeInfo\n * @property {...ABTNodeClient.ResponseUpgradeNodeVersion} upgradeNodeVersion\n * @property {...ABTNodeClient.ResponseRestartServer} restartServer\n * @property {...ABTNodeClient.ResponseResetNode} resetNode\n * @property {...ABTNodeClient.GeneralResponse} rotateSessionKey\n * @property {...ABTNodeClient.ResponseGateway} updateGateway\n * @property {...ABTNodeClient.ResponseClearCache} clearCache\n * @property {...ABTNodeClient.ResponseCreateInvitation} createMemberInvitation\n * @property {...ABTNodeClient.ResponseCreateTransferNodeInvitation} createTransferInvitation\n * @property {...ABTNodeClient.GeneralResponse} deleteInvitation\n * @property {...ABTNodeClient.ResponseCreatePassportIssuance} createPassportIssuance\n * @property {...ABTNodeClient.GeneralResponse} deletePassportIssuance\n * @property {...ABTNodeClient.GeneralResponse} configTrustedPassports\n * @property {...ABTNodeClient.GeneralResponse} configTrustedFactories\n * @property {...ABTNodeClient.GeneralResponse} configPassportIssuance\n * @property {...ABTNodeClient.ResponseUser} removeUser\n * @property {...ABTNodeClient.ResponseUser} updateUserTags\n * @property {...ABTNodeClient.ResponseUser} updateUserExtra\n * @property {...ABTNodeClient.ResponseUser} updateUserApproval\n * @property {...ABTNodeClient.ResponseUser} issuePassportToUser\n * @property {...ABTNodeClient.ResponseUser} revokeUserPassport\n * @property {...ABTNodeClient.ResponseUser} enableUserPassport\n * @property {...ABTNodeClient.GeneralResponse} removeUserPassport\n * @property {...ABTNodeClient.ResponseUser} switchProfile\n * @property {...ABTNodeClient.ResponseUser} updateUserAddress\n * @property {...ABTNodeClient.ResponseUser} updateUserInfo\n * @property {...ABTNodeClient.ResponseRole} createRole\n * @property {...ABTNodeClient.ResponseRole} updateRole\n * @property {...ABTNodeClient.GeneralResponse} deleteRole\n * @property {...ABTNodeClient.ResponsePermission} createPermission\n * @property {...ABTNodeClient.ResponsePermission} updatePermission\n * @property {...ABTNodeClient.GeneralResponse} deletePermission\n * @property {...ABTNodeClient.GeneralResponse} grantPermissionForRole\n * @property {...ABTNodeClient.GeneralResponse} revokePermissionFromRole\n * @property {...ABTNodeClient.ResponseRole} updatePermissionsForRole\n * @property {...ABTNodeClient.BooleanResponse} hasPermission\n * @property {...ABTNodeClient.GeneralResponse} addBlockletStore\n * @property {...ABTNodeClient.GeneralResponse} deleteBlockletStore\n * @property {...ABTNodeClient.ResponseTag} getTag\n * @property {...ABTNodeClient.ResponseTag} createTag\n * @property {...ABTNodeClient.ResponseTag} updateTag\n * @property {...ABTNodeClient.ResponseTag} deleteTag\n * @property {...ABTNodeClient.ResponseTagging} createTagging\n * @property {...ABTNodeClient.ResponseTagging} deleteTagging\n * @property {...ABTNodeClient.ResponseReadNotifications} readNotifications\n * @property {...ABTNodeClient.ResponseReadNotifications} unreadNotifications\n * @property {...ABTNodeClient.ResponseRoutingSite} addRoutingSite\n * @property {...ABTNodeClient.ResponseRoutingSite} addDomainAlias\n * @property {...ABTNodeClient.ResponseRoutingSite} deleteDomainAlias\n * @property {...ABTNodeClient.GeneralResponse} deleteRoutingSite\n * @property {...ABTNodeClient.ResponseRoutingSite} updateRoutingSite\n * @property {...ABTNodeClient.ResponseRoutingSite} addRoutingRule\n * @property {...ABTNodeClient.ResponseRoutingSite} updateRoutingRule\n * @property {...ABTNodeClient.ResponseRoutingSite} deleteRoutingRule\n * @property {...ABTNodeClient.ResponseUpdateNginxHttpsCert} updateCertificate\n * @property {...ABTNodeClient.ResponseAddNginxHttpsCert} addCertificate\n * @property {...ABTNodeClient.ResponseDeleteNginxHttpsCert} deleteCertificate\n * @property {...ABTNodeClient.ResponseAddLetsEncryptCert} issueLetsEncryptCert\n * @property {...ABTNodeClient.ResponseCreateAccessKey} createAccessKey\n * @property {...ABTNodeClient.ResponseUpdateAccessKey} updateAccessKey\n * @property {...ABTNodeClient.ResponseDeleteAccessKey} deleteAccessKey\n * @property {...ABTNodeClient.ResponseAccessKey} verifyAccessKey\n * @property {...ABTNodeClient.ResponseCreateWebHook} createWebHook\n * @property {...ABTNodeClient.ResponseDeleteWebHook} deleteWebHook\n * @property {...ABTNodeClient.ResponseCreateWebhookEndpoint} updateWebHookState\n * @property {...ABTNodeClient.ResponseProject} createProject\n * @property {...ABTNodeClient.ResponseProject} updateProject\n * @property {...ABTNodeClient.GeneralResponse} deleteProject\n * @property {...ABTNodeClient.ResponseRelease} createRelease\n * @property {...ABTNodeClient.GeneralResponse} deleteRelease\n * @property {...ABTNodeClient.GeneralResponse} updateSelectedResources\n * @property {...ABTNodeClient.ResponseConnectToStore} connectToStore\n * @property {...ABTNodeClient.ResponseDisconnectFromStore} disconnectFromStore\n * @property {...ABTNodeClient.ResponsePublishToStore} publishToStore\n * @property {...ABTNodeClient.ResponseConnectByStudio} connectByStudio\n * @property {...ABTNodeClient.ResponseBlockletSecurityRule} addBlockletSecurityRule\n * @property {...ABTNodeClient.ResponseBlockletSecurityRule} updateBlockletSecurityRule\n * @property {...ABTNodeClient.GeneralResponse} deleteBlockletSecurityRule\n * @property {...ABTNodeClient.ResponseBlockletResponseHeaderPolicy} addBlockletResponseHeaderPolicy\n * @property {...ABTNodeClient.ResponseBlockletResponseHeaderPolicy} updateBlockletResponseHeaderPolicy\n * @property {...ABTNodeClient.GeneralResponse} deleteBlockletResponseHeaderPolicy\n * @property {...ABTNodeClient.ResponseBlockletAccessPolicy} addBlockletAccessPolicy\n * @property {...ABTNodeClient.ResponseBlockletAccessPolicy} updateBlockletAccessPolicy\n * @property {...ABTNodeClient.GeneralResponse} deleteBlockletAccessPolicy\n * @property {...ABTNodeClient.ResponseRestartAllContainers} restartAllContainers\n * @property {...ABTNodeClient.ResponseCreateWebhookEndpoint} createWebhookEndpoint\n * @property {...ABTNodeClient.ResponseUpdateWebhookEndpoint} updateWebhookEndpoint\n * @property {...ABTNodeClient.ResponseDeleteWebhookEndpoint} deleteWebhookEndpoint\n * @property {...ABTNodeClient.ResponseGetWebhookAttempt} retryWebhookAttempt\n * @property {...ABTNodeClient.GeneralResponse} addUploadEndpoint\n * @property {...ABTNodeClient.GeneralResponse} deleteUploadEndpoint\n * @property {...ABTNodeClient.ResponseConnectToEndpoint} connectToEndpoint\n * @property {...ABTNodeClient.GeneralResponse} disconnectFromEndpoint\n * @property {...ABTNodeClient.ResponsePublishToEndpoint} publishToEndpoint\n * @property {...ABTNodeClient.ResponseConnectToEndpoint} connectToAigne\n * @property {...ABTNodeClient.GeneralResponse} disconnectToAigne\n * @property {...ABTNodeClient.GeneralResponse} verifyAigneConnection\n * @property {...ABTNodeClient.ResponseGetOrg} createOrg\n * @property {...ABTNodeClient.ResponseGetOrg} updateOrg\n * @property {...ABTNodeClient.GeneralResponse} deleteOrg\n * @property {...ABTNodeClient.ResponseGetOrg} addOrgMember\n * @property {...ABTNodeClient.GeneralResponse} removeOrgMember\n * @property {...ABTNodeClient.ResponseInviteMembersToOrg} inviteMembersToOrg\n * @property {...ABTNodeClient.ResponseOrgResourceOperation} addOrgResource\n * @property {...ABTNodeClient.ResponseOrgResourceOperation} migrateOrgResource\n */\n\n/**\n * Structure of ABTNodeClient.NodeEnvInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NodeEnvInfo\n * @property {...ABTNodeClient.IPInfo} ip\n * @property {string} os\n * @property {string} location\n * @property {boolean} docker\n * @property {boolean} image\n * @property {Array<...ABTNodeClient.null>} blockletEngines\n * @property {boolean} gitpod\n * @property {...ABTNodeClient.DiskInfo} disk\n * @property {string} dbProvider\n * @property {string} routerProvider\n */\n\n/**\n * Structure of ABTNodeClient.NodeHistoryItem\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NodeHistoryItem\n * @property {number} date\n * @property {number} cpu\n * @property {number} mem\n * @property {number} daemonMem\n * @property {number} serviceMem\n * @property {number} hubMem\n */\n\n/**\n * Structure of ABTNodeClient.NodeRouting\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NodeRouting\n * @property {string} provider\n * @property {string} snapshotHash\n * @property {string} adminPath\n * @property {...ABTNodeClient.RequestLimit} requestLimit\n * @property {boolean} cacheEnabled\n * @property {...ABTNodeClient.BlockPolicy} blockPolicy\n * @property {...ABTNodeClient.ProxyPolicy} proxyPolicy\n * @property {...ABTNodeClient.WAFPolicy} wafPolicy\n */\n\n/**\n * Structure of ABTNodeClient.NodeRuntimeConfig\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NodeRuntimeConfig\n * @property {number} blockletMaxMemoryLimit\n * @property {number} daemonMaxMemoryLimit\n */\n\n/**\n * Structure of ABTNodeClient.NodeState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NodeState\n * @property {string} did\n * @property {string} pk\n * @property {string} version\n * @property {string} name\n * @property {string} description\n * @property {string} port\n * @property {boolean} initialized\n * @property {...ABTNodeClient.WalletInfo} nodeOwner\n * @property {number} createdAt\n * @property {number} startedAt\n * @property {number} initializedAt\n * @property {string} mode\n * @property {...ABTNodeClient.NodeRouting} routing\n * @property {Array<...ABTNodeClient.null>} environments\n * @property {number} uptime\n * @property {boolean} autoUpgrade\n * @property {string} nextVersion\n * @property {string} upgradeSessionId\n * @property {string} registerUrl\n * @property {boolean} enableWelcomePage\n * @property {string} webWalletUrl\n * @property {Array<...ABTNodeClient.null>} blockletRegistryList\n * @property {...ABTNodeClient.OwnerNft} ownerNft\n * @property {number} diskAlertThreshold\n * @property {Array<...ABTNodeClient.null>} trustedPassports\n * @property {...ABTNodeClient.LauncherInfo} launcher\n * @property {boolean} enablePassportIssuance\n * @property {string} didRegistry\n * @property {string} didDomain\n * @property {number} status\n * @property {Array<...ABTNodeClient.null>} trustedFactories\n * @property {boolean} enableBetaRelease\n * @property {...ABTNodeClient.NodeRuntimeConfig} runtimeConfig\n * @property {string} nftDomainUrl\n * @property {boolean} enableFileSystemIsolation\n * @property {boolean} enableDocker\n * @property {boolean} isDockerInstalled\n * @property {boolean} enableDockerNetwork\n * @property {boolean} enableSessionHardening\n * @property {string} sessionSalt\n */\n\n/**\n * Structure of ABTNodeClient.Notification\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Notification\n * @property {string} sender\n * @property {string} receiver\n * @property {string} title\n * @property {string} description\n * @property {string} action\n * @property {string} entityType\n * @property {string} entityId\n * @property {boolean} read\n * @property {number} createdAt\n * @property {string} id\n * @property {...ABTNodeClient.Notification_NotificationSeverity} severity\n * @property {...ABTNodeClient.Notification_NotificationSource} source\n * @property {Array<...ABTNodeClient.null>} attachments\n * @property {Array<...ABTNodeClient.null>} blocks\n * @property {Array<...ABTNodeClient.null>} actions\n * @property {string} componentDid\n * @property {...ABTNodeClient.Notification_NotificationType} type\n * @property {Array<...ABTNodeClient.null>} receivers\n * @property {any} data\n * @property {string} feedType\n * @property {...ABTNodeClient.NotificationStatistics} statistics\n * @property {...ABTNodeClient.NotificationActivity} activity\n * @property {...ABTNodeClient.UserInfo} actorInfo\n * @property {any} options\n * @property {...ABTNodeClient.TUTM} utm\n */\n\n/**\n * Structure of ABTNodeClient.NotificationAction\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NotificationAction\n * @property {string} bgColor\n * @property {string} color\n * @property {string} link\n * @property {string} name\n * @property {string} title\n * @property {...ABTNodeClient.TUTM} utm\n */\n\n/**\n * Structure of ABTNodeClient.NotificationActivity\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NotificationActivity\n * @property {...ABTNodeClient.NotificationActivity_ActivityTypeEnum} type\n * @property {string} actor\n * @property {any} target\n * @property {any} meta\n */\n\n/**\n * Structure of ABTNodeClient.NotificationAttachment\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NotificationAttachment\n * @property {any} data\n * @property {any} fields\n * @property {...ABTNodeClient.NotificationAttachmentType} type\n */\n\n/**\n * Structure of ABTNodeClient.NotificationReceiver\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NotificationReceiver\n * @property {string} id\n * @property {string} notificationId\n * @property {string} receiver\n * @property {boolean} read\n * @property {number} readAt\n * @property {number} walletSendStatus\n * @property {number} walletSendAt\n * @property {number} pushKitSendStatus\n * @property {number} pushKitSendAt\n * @property {number} emailSendStatus\n * @property {number} emailSendAt\n * @property {number} createdAt\n * @property {...ABTNodeClient.UserInfo} receiverUser\n * @property {string} walletSendFailedReason\n * @property {Array<...ABTNodeClient.null>} walletSendRecord\n * @property {string} pushKitSendFailedReason\n * @property {Array<...ABTNodeClient.null>} pushKitSendRecord\n * @property {string} emailSendFailedReason\n * @property {Array<...ABTNodeClient.null>} emailSendRecord\n * @property {any} webhook\n * @property {string} email\n * @property {string} webhookUrls\n * @property {string} deviceId\n */\n\n/**\n * Structure of ABTNodeClient.NotificationSendRecord\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NotificationSendRecord\n * @property {number} sendStatus\n * @property {number} sendAt\n * @property {string} failedReason\n */\n\n/**\n * Structure of ABTNodeClient.NotificationStatistics\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NotificationStatistics\n * @property {number} total\n * @property {...ABTNodeClient.Statistics} wallet\n * @property {...ABTNodeClient.Statistics} push\n * @property {...ABTNodeClient.Statistics} email\n * @property {...ABTNodeClient.WebhookStatistics} webhook\n */\n\n/**\n * Structure of ABTNodeClient.OauthClient\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OauthClient\n * @property {Array<...ABTNodeClient.null>} redirectUris\n * @property {string} tokenEndpointAuthMethod\n * @property {Array<...ABTNodeClient.null>} grantTypes\n * @property {Array<...ABTNodeClient.null>} responseTypes\n * @property {string} clientName\n * @property {string} clientUri\n * @property {string} logoUri\n * @property {string} scope\n * @property {Array<...ABTNodeClient.null>} contacts\n * @property {string} tosUri\n * @property {string} policyUri\n * @property {string} jwksUri\n * @property {string} jwks\n * @property {string} softwareId\n * @property {string} softwareVersion\n * @property {string} clientId\n * @property {number} clientIdIssuedAt\n * @property {string} clientSecret\n * @property {number} clientSecretExpiresAt\n * @property {number} updatedAt\n * @property {string} createdBy\n * @property {...ABTNodeClient.UserInfo} createUser\n */\n\n/**\n * Structure of ABTNodeClient.OptionalComponentState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OptionalComponentState\n * @property {string} logoUrl\n * @property {Array<...ABTNodeClient.null>} dependencies\n * @property {...ABTNodeClient.BlockletMeta} meta\n * @property {any} bundleSource\n */\n\n/**\n * Structure of ABTNodeClient.OptionalDependencies\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OptionalDependencies\n * @property {string} parentDid\n * @property {string} parentName\n * @property {string} parentTitle\n * @property {string} mountPoint\n * @property {boolean} required\n */\n\n/**\n * Structure of ABTNodeClient.Org\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Org\n * @property {string} id\n * @property {string} name\n * @property {string} description\n * @property {string} ownerDid\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {Array<...ABTNodeClient.null>} members\n * @property {...ABTNodeClient.UserInfo} owner\n * @property {number} membersCount\n * @property {Array<...ABTNodeClient.null>} passports\n * @property {any} metadata\n */\n\n/**\n * Structure of ABTNodeClient.OrgResourceResult\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OrgResourceResult\n * @property {Array<...ABTNodeClient.null>} success\n * @property {Array<...ABTNodeClient.null>} failed\n */\n\n/**\n * Structure of ABTNodeClient.OrgResources\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OrgResources\n * @property {string} id\n * @property {string} orgId\n * @property {string} resourceId\n * @property {string} type\n * @property {any} metadata\n * @property {number} createdAt\n * @property {number} updatedAt\n */\n\n/**\n * Structure of ABTNodeClient.OrgSettings\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OrgSettings\n * @property {boolean} enabled\n * @property {number} maxMemberPerOrg\n * @property {number} maxOrgPerUser\n */\n\n/**\n * Structure of ABTNodeClient.OwnerNft\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OwnerNft\n * @property {string} did\n * @property {string} holder\n * @property {string} issuer\n * @property {string} launcherSessionId\n */\n\n/**\n * Structure of ABTNodeClient.Paging\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Paging\n * @property {number} total\n * @property {number} pageSize\n * @property {number} pageCount\n * @property {number} page\n */\n\n/**\n * Structure of ABTNodeClient.Passport\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Passport\n * @property {string} id\n * @property {string} name\n * @property {string} title\n * @property {...ABTNodeClient.Issuer} issuer\n * @property {Array<...ABTNodeClient.null>} type\n * @property {number} issuanceDate\n * @property {number} expirationDate\n * @property {string} status\n * @property {string} role\n * @property {number} lastLoginAt\n * @property {string} scope\n * @property {...ABTNodeClient.PassportDisplay} display\n * @property {string} source\n * @property {string} parentDid\n * @property {string} userDid\n * @property {...ABTNodeClient.BaseUserInfo} user\n */\n\n/**\n * Structure of ABTNodeClient.PassportDisplay\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PassportDisplay\n * @property {string} type\n * @property {string} content\n */\n\n/**\n * Structure of ABTNodeClient.PassportIssuanceInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PassportIssuanceInfo\n * @property {string} id\n * @property {string} name\n * @property {string} title\n * @property {string} expireDate\n * @property {string} teamDid\n * @property {string} ownerDid\n * @property {...ABTNodeClient.PassportDisplay} display\n */\n\n/**\n * Structure of ABTNodeClient.PassportLogState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PassportLogState\n * @property {number} id\n * @property {string} passportId\n * @property {string} action\n * @property {string} operatorIp\n * @property {string} operatorUa\n * @property {string} operatorDid\n * @property {any} metadata\n * @property {number} createdAt\n */\n\n/**\n * Structure of ABTNodeClient.Permission\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Permission\n * @property {string} name\n * @property {string} description\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.Project\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Project\n * @property {string} id\n * @property {...ABTNodeClient.PublishType} type\n * @property {string} blockletDid\n * @property {string} blockletVersion\n * @property {string} blockletTitle\n * @property {string} blockletDescription\n * @property {string} blockletLogo\n * @property {string} blockletIntroduction\n * @property {Array<...ABTNodeClient.null>} blockletScreenshots\n * @property {string} createdAt\n * @property {string} updatedAt\n * @property {string} componentDid\n * @property {string} lastReleaseId\n * @property {Array<...ABTNodeClient.null>} lastReleaseFiles\n * @property {Array<...ABTNodeClient.null>} connectedStores\n * @property {string} tenantScope\n * @property {string} createdBy\n * @property {boolean} autoUpload\n * @property {boolean} possibleSameStore\n * @property {Array<...ABTNodeClient.null>} connectedEndpoints\n */\n\n/**\n * Structure of ABTNodeClient.ProxyPolicy\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ProxyPolicy\n * @property {boolean} enabled\n * @property {boolean} trustRecursive\n * @property {Array<...ABTNodeClient.null>} trustedProxies\n * @property {string} realIpHeader\n */\n\n/**\n * Structure of ABTNodeClient.Query\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Query\n * @property {...ABTNodeClient.ResponseBlocklet} getBlocklet\n * @property {...ABTNodeClient.ResponseBlockletMetaFromUrl} getBlockletMetaFromUrl\n * @property {...ABTNodeClient.ResponseBlockletDiff} getBlockletDiff\n * @property {...ABTNodeClient.ResponseGetBlocklets} getBlocklets\n * @property {...ABTNodeClient.ResponseBlockletRuntimeHistory} getBlockletRuntimeHistory\n * @property {...ABTNodeClient.ResponseBlockletsFromBackup} getBlockletsFromBackup\n * @property {...ABTNodeClient.ResponseGetDynamicComponents} getDynamicComponents\n * @property {...ABTNodeClient.ResponseGetNodeInfo} getNodeInfo\n * @property {...ABTNodeClient.ResponseGetNodeInfo} resetNodeStatus\n * @property {...ABTNodeClient.ResponseGetNodeEnv} getNodeEnv\n * @property {...ABTNodeClient.ResponseCheckNodeVersion} checkNodeVersion\n * @property {...ABTNodeClient.ResponseDelegationState} getDelegationState\n * @property {...ABTNodeClient.ResponseNodeRuntimeHistory} getNodeRuntimeHistory\n * @property {...ABTNodeClient.ResponseBlockletMeta} getBlockletMeta\n * @property {...ABTNodeClient.ResponseGetNotifications} getNotifications\n * @property {...ABTNodeClient.ResponseMakeAllNotificationsAsRead} makeAllNotificationsAsRead\n * @property {...ABTNodeClient.ResponseNotificationSendLog} getNotificationSendLog\n * @property {...ABTNodeClient.ResponseReceivers} getReceivers\n * @property {...ABTNodeClient.ResponseNotificationComponents} getNotificationComponents\n * @property {...ABTNodeClient.ResponseResendNotification} resendNotification\n * @property {...ABTNodeClient.ResponseGetRoutingSites} getRoutingSites\n * @property {...ABTNodeClient.ResponseGetRoutingProviders} getRoutingProviders\n * @property {...ABTNodeClient.ResponseIsDidDomain} isDidDomain\n * @property {...ABTNodeClient.ResponseGetCertificates} getCertificates\n * @property {...ABTNodeClient.ResponseCheckDomains} checkDomains\n * @property {...ABTNodeClient.ResponseFindCertificateByDomain} findCertificateByDomain\n * @property {...ABTNodeClient.ResponseAccessKeys} getAccessKeys\n * @property {...ABTNodeClient.ResponseAccessKey} getAccessKey\n * @property {...ABTNodeClient.ResponseWebHooks} getWebHooks\n * @property {...ABTNodeClient.ResponseSenderList} getWebhookSenders\n * @property {...ABTNodeClient.ResponseSendMsg} sendTestMessage\n * @property {...ABTNodeClient.ResponseGetSession} getSession\n * @property {...ABTNodeClient.ResponseRoles} getRoles\n * @property {...ABTNodeClient.ResponseRole} getRole\n * @property {...ABTNodeClient.ResponsePermissions} getPermissions\n * @property {...ABTNodeClient.ResponseGetInvitations} getInvitations\n * @property {...ABTNodeClient.ResponseUsers} getUsers\n * @property {...ABTNodeClient.ResponseUser} getUser\n * @property {...ABTNodeClient.ResponseUserSessions} getUserSessions\n * @property {...ABTNodeClient.ResponseUserSessionsCount} getUserSessionsCount\n * @property {...ABTNodeClient.ResponseGetUsersCount} getUsersCount\n * @property {...ABTNodeClient.ResponseGetUsersCountPerRole} getUsersCountPerRole\n * @property {...ABTNodeClient.ResponseUser} getOwner\n * @property {...ABTNodeClient.ResponsePermissions} getPermissionsByRole\n * @property {...ABTNodeClient.ResponseGetPassportIssuances} getPassportIssuances\n * @property {...ABTNodeClient.GeneralResponse} logoutUser\n * @property {...ABTNodeClient.ResponseUser} destroySelf\n * @property {...ABTNodeClient.ResponseUserFollows} getUserFollowers\n * @property {...ABTNodeClient.ResponseUserFollows} getUserFollowing\n * @property {...ABTNodeClient.ResponseUserRelationCount} getUserFollowStats\n * @property {...ABTNodeClient.ResponseCheckFollowing} checkFollowing\n * @property {...ABTNodeClient.GeneralResponse} followUser\n * @property {...ABTNodeClient.GeneralResponse} unfollowUser\n * @property {...ABTNodeClient.ResponseUsers} getUserInvites\n * @property {...ABTNodeClient.ResponseTags} getTags\n * @property {...ABTNodeClient.ResponseGetAuditLogs} getAuditLogs\n * @property {...ABTNodeClient.ResponseGetLauncherSession} getLauncherSession\n * @property {...ABTNodeClient.ResponseGetBlockletBackups} getBlockletBackups\n * @property {...ABTNodeClient.ResponseGetBlockletBackupSummary} getBlockletBackupSummary\n * @property {...ABTNodeClient.ResponseGetBlockletSpaceGateways} getBlockletSpaceGateways\n * @property {...ABTNodeClient.ResponseGetTrafficInsights} getTrafficInsights\n * @property {...ABTNodeClient.ResponseGetProjects} getProjects\n * @property {...ABTNodeClient.ResponseGetProject} getProject\n * @property {...ABTNodeClient.ResponseGetReleases} getReleases\n * @property {...ABTNodeClient.ResponseGetRelease} getRelease\n * @property {...ABTNodeClient.ResponseGetSelectedResources} getSelectedResources\n * @property {...ABTNodeClient.ResponseBlockletSecurityRule} getBlockletSecurityRule\n * @property {...ABTNodeClient.ResponseBlockletSecurityRules} getBlockletSecurityRules\n * @property {...ABTNodeClient.ResponseBlockletAccessPolicy} getBlockletResponseHeaderPolicy\n * @property {...ABTNodeClient.ResponseBlockletResponseHeaderPolicies} getBlockletResponseHeaderPolicies\n * @property {...ABTNodeClient.ResponseBlockletAccessPolicy} getBlockletAccessPolicy\n * @property {...ABTNodeClient.ResponseBlockletAccessPolicies} getBlockletAccessPolicies\n * @property {...ABTNodeClient.ResponseGetWebhookEndpoints} getWebhookEndpoints\n * @property {...ABTNodeClient.ResponseGetWebhookEndpoint} getWebhookEndpoint\n * @property {...ABTNodeClient.ResponseGetWebhookAttempts} getWebhookAttempts\n * @property {...ABTNodeClient.ResponseGetPassportCountPerRole} getPassportRoleCounts\n * @property {...ABTNodeClient.ResponsePassport} getPassportsByRole\n * @property {...ABTNodeClient.ResponsePassportLog} getPassportLogs\n * @property {...ABTNodeClient.ResponsePassport} getRelatedPassports\n * @property {...ABTNodeClient.ResponseBlockletInfo} getBlockletBaseInfo\n * @property {...ABTNodeClient.ResponseDomainDNS} getDomainDNS\n * @property {...ABTNodeClient.ResponseOAuthClients} getOAuthClients\n * @property {...ABTNodeClient.ResponseOAuthClient} createOAuthClient\n * @property {...ABTNodeClient.ResponseOAuthClient} updateOAuthClient\n * @property {...ABTNodeClient.GeneralResponse} deleteOAuthClient\n * @property {...ABTNodeClient.ResponseGetOrgs} getOrgs\n * @property {...ABTNodeClient.ResponseGetOrg} getOrg\n * @property {...ABTNodeClient.ResponseOrgUsers} getOrgMembers\n * @property {...ABTNodeClient.ResponseUsers} getOrgInvitableUsers\n * @property {...ABTNodeClient.ResponseGetOrgResource} getOrgResource\n */\n\n/**\n * Structure of ABTNodeClient.ReadUpdateAffected\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ReadUpdateAffected\n * @property {number} numAffected\n * @property {Array<...ABTNodeClient.null>} notificationIds\n */\n\n/**\n * Structure of ABTNodeClient.Release\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Release\n * @property {string} id\n * @property {string} projectId\n * @property {string} blockletDid\n * @property {string} blockletVersion\n * @property {string} blockletTitle\n * @property {string} blockletDescription\n * @property {string} blockletLogo\n * @property {string} blockletIntroduction\n * @property {Array<...ABTNodeClient.null>} blockletScreenshots\n * @property {string} note\n * @property {Array<...ABTNodeClient.null>} files\n * @property {...ABTNodeClient.ReleaseStatus} status\n * @property {string} createdAt\n * @property {string} updatedAt\n * @property {Array<...ABTNodeClient.null>} blockletComponents\n * @property {Array<...ABTNodeClient.null>} publishedStoreIds\n * @property {string} uploadedResource\n * @property {string} blockletResourceType\n * @property {string} blockletSupport\n * @property {string} blockletCommunity\n * @property {string} blockletHomepage\n * @property {Array<...ABTNodeClient.null>} blockletVideos\n * @property {string} blockletRepository\n * @property {string} contentType\n * @property {...ABTNodeClient.BlockletDocker} blockletDocker\n * @property {boolean} blockletSingleton\n */\n\n/**\n * Structure of ABTNodeClient.ReleaseComponent\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ReleaseComponent\n * @property {string} did\n * @property {boolean} required\n */\n\n/**\n * Structure of ABTNodeClient.RequestLimit\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestLimit\n * @property {boolean} enabled\n * @property {number} global\n * @property {number} burstFactor\n * @property {number} burstDelay\n * @property {number} rate\n * @property {Array<...ABTNodeClient.null>} methods\n */\n\n/**\n * Structure of ABTNodeClient.Requirement\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Requirement\n * @property {string} server\n * @property {any} os\n * @property {any} cpu\n * @property {Array<...ABTNodeClient.null>} fuels\n * @property {boolean} aigne\n */\n\n/**\n * Structure of ABTNodeClient.ResponseAccessKey \n *\n * Checkout the following snippet for the format of ResponseAccessKey:\n * ```json\n{\n \"code\": \"ok\",\n \"data\": {\n \"accessKeyId\": \"abc\",\n \"accessKeyPublic\": \"abc\",\n \"remark\": \"abc\",\n \"passport\": \"abc\",\n \"createdBy\": \"abc\",\n \"updatedBy\": \"abc\",\n \"authType\": \"abc\",\n \"componentDid\": \"abc\",\n \"resourceType\": \"abc\",\n \"resourceId\": \"abc\",\n \"createdVia\": \"abc\"\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseAccessKey\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.AccessKey} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseAccessKeys\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseAccessKeys\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseAddLetsEncryptCert \n *\n * Checkout the following snippet for the format of ResponseAddLetsEncryptCert:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseAddLetsEncryptCert\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseAddNginxHttpsCert \n *\n * Checkout the following snippet for the format of ResponseAddNginxHttpsCert:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseAddNginxHttpsCert\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlocklet\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlocklet\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.BlockletState} blocklet\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletAccessPolicies\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletAccessPolicies\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} accessPolicies\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletAccessPolicy \n *\n * Checkout the following snippet for the format of ResponseBlockletAccessPolicy:\n * ```json\n{\n \"code\": \"ok\",\n \"accessPolicy\": {\n \"id\": \"abc\",\n \"name\": \"abc\",\n \"description\": \"abc\",\n \"reverse\": true,\n \"isProtected\": true\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletAccessPolicy\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.BlockletAccessPolicy} accessPolicy\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletDiff\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletDiff\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.BlockletDiff} blockletDiff\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletInfo \n *\n * Checkout the following snippet for the format of ResponseBlockletInfo:\n * ```json\n{\n \"user\": {},\n \"passport\": {},\n \"backup\": {\n \"appPid\": \"abc\",\n \"userDid\": \"abc\",\n \"sourceUrl\": \"abc\",\n \"target\": \"abc\",\n \"targetName\": \"abc\",\n \"targetUrl\": \"abc\",\n \"message\": \"abc\"\n },\n \"appRuntimeInfo\": {\n \"pid\": \"abc\",\n \"port\": \"abc\",\n \"uptime\": \"abc\",\n \"runningDocker\": true\n },\n \"traffic\": {},\n \"integrations\": {},\n \"studio\": {}\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletInfo\n * @property {...ABTNodeClient.BlockletUsers} user\n * @property {...ABTNodeClient.BlockletPassport} passport\n * @property {...ABTNodeClient.Backup} backup\n * @property {...ABTNodeClient.RuntimeInfo} appRuntimeInfo\n * @property {...ABTNodeClient.BlockletTraffic} traffic\n * @property {...ABTNodeClient.BlockletIntegrations} integrations\n * @property {...ABTNodeClient.BlockletStudio} studio\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletMeta \n *\n * Checkout the following snippet for the format of ResponseBlockletMeta:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletMeta\n * @property {...ABTNodeClient.StatusCode} code\n * @property {any} meta\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletMetaFromUrl\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletMetaFromUrl\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.BlockletMeta} meta\n * @property {boolean} isFree\n * @property {boolean} inStore\n * @property {string} registryUrl\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletResponseHeaderPolicies\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletResponseHeaderPolicies\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} responseHeaderPolicies\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletResponseHeaderPolicy \n *\n * Checkout the following snippet for the format of ResponseBlockletResponseHeaderPolicy:\n * ```json\n{\n \"code\": \"ok\",\n \"responseHeaderPolicy\": {\n \"id\": \"abc\",\n \"name\": \"abc\",\n \"description\": \"abc\",\n \"securityHeader\": \"abc\",\n \"cors\": \"abc\",\n \"customHeader\": \"abc\",\n \"removeHeader\": \"abc\",\n \"isProtected\": true\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletResponseHeaderPolicy\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.BlockletResponseHeaderPolicy} responseHeaderPolicy\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletRuntimeHistory\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletRuntimeHistory\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} historyList\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletSecurityRule \n *\n * Checkout the following snippet for the format of ResponseBlockletSecurityRule:\n * ```json\n{\n \"code\": \"ok\",\n \"securityRule\": {\n \"id\": \"abc\",\n \"pathPattern\": \"abc\",\n \"componentDid\": \"abc\",\n \"responseHeaderPolicyId\": \"abc\",\n \"accessPolicyId\": \"abc\",\n \"enabled\": true,\n \"remark\": \"abc\",\n \"accessPolicy\": {\n \"id\": \"abc\",\n \"name\": \"abc\",\n \"description\": \"abc\",\n \"reverse\": true,\n \"isProtected\": true\n },\n \"responseHeaderPolicy\": {\n \"id\": \"abc\",\n \"name\": \"abc\",\n \"description\": \"abc\",\n \"securityHeader\": \"abc\",\n \"cors\": \"abc\",\n \"customHeader\": \"abc\",\n \"removeHeader\": \"abc\",\n \"isProtected\": true\n }\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletSecurityRule\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.BlockletSecurityRule} securityRule\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletSecurityRules\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletSecurityRules\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} securityRules\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletsFromBackup\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletsFromBackup\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} backups\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCheckComponentsForUpdates\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCheckComponentsForUpdates\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.BlockletPreUpdateInfo} preUpdateInfo\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCheckDomains \n *\n * Checkout the following snippet for the format of ResponseCheckDomains:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCheckDomains\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCheckFollowing \n *\n * Checkout the following snippet for the format of ResponseCheckFollowing:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCheckFollowing\n * @property {...ABTNodeClient.StatusCode} code\n * @property {any} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCheckNodeVersion \n *\n * Checkout the following snippet for the format of ResponseCheckNodeVersion:\n * ```json\n{\n \"code\": \"ok\",\n \"version\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCheckNodeVersion\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} version\n */\n\n/**\n * Structure of ABTNodeClient.ResponseClearCache\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseClearCache\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} removed\n */\n\n/**\n * Structure of ABTNodeClient.ResponseConfigVault \n *\n * Checkout the following snippet for the format of ResponseConfigVault:\n * ```json\n{\n \"code\": \"ok\",\n \"sessionId\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseConfigVault\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.ResponseConnectByStudio \n *\n * Checkout the following snippet for the format of ResponseConnectByStudio:\n * ```json\n{\n \"code\": \"ok\",\n \"url\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseConnectByStudio\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.ResponseConnectToEndpoint \n *\n * Checkout the following snippet for the format of ResponseConnectToEndpoint:\n * ```json\n{\n \"code\": \"ok\",\n \"url\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseConnectToEndpoint\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.ResponseConnectToStore \n *\n * Checkout the following snippet for the format of ResponseConnectToStore:\n * ```json\n{\n \"code\": \"ok\",\n \"url\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseConnectToStore\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCreateAccessKey \n *\n * Checkout the following snippet for the format of ResponseCreateAccessKey:\n * ```json\n{\n \"code\": \"ok\",\n \"data\": {\n \"accessKeyId\": \"abc\",\n \"accessKeyPublic\": \"abc\",\n \"accessKeySecret\": \"abc\",\n \"remark\": \"abc\",\n \"passport\": \"abc\",\n \"authType\": \"abc\",\n \"componentDid\": \"abc\",\n \"resourceType\": \"abc\",\n \"resourceId\": \"abc\",\n \"createdVia\": \"abc\"\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCreateAccessKey\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.CreateAccessKey} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCreateInvitation\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCreateInvitation\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.InviteInfo} inviteInfo\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCreatePassportIssuance \n *\n * Checkout the following snippet for the format of ResponseCreatePassportIssuance:\n * ```json\n{\n \"code\": \"ok\",\n \"info\": {\n \"id\": \"abc\",\n \"name\": \"abc\",\n \"title\": \"abc\",\n \"expireDate\": \"abc\",\n \"teamDid\": \"abc\",\n \"ownerDid\": \"abc\",\n \"display\": {\n \"type\": \"abc\",\n \"content\": \"abc\"\n }\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCreatePassportIssuance\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.PassportIssuanceInfo} info\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCreateTransferNodeInvitation\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCreateTransferNodeInvitation\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.InviteInfo} inviteInfo\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCreateWebHook\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCreateWebHook\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.WebHookSender} webhook\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCreateWebhookEndpoint\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCreateWebhookEndpoint\n * @property {...ABTNodeClient.WebhookEndpointState} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseDelegationState \n *\n * Checkout the following snippet for the format of ResponseDelegationState:\n * ```json\n{\n \"code\": \"ok\",\n \"state\": {\n \"delegated\": true\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseDelegationState\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.DelegationState} state\n */\n\n/**\n * Structure of ABTNodeClient.ResponseDeleteAccessKey \n *\n * Checkout the following snippet for the format of ResponseDeleteAccessKey:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseDeleteAccessKey\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseDeleteNginxHttpsCert \n *\n * Checkout the following snippet for the format of ResponseDeleteNginxHttpsCert:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseDeleteNginxHttpsCert\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseDeleteWebHook \n *\n * Checkout the following snippet for the format of ResponseDeleteWebHook:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseDeleteWebHook\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseDeleteWebhookEndpoint\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseDeleteWebhookEndpoint\n * @property {...ABTNodeClient.WebhookEndpointState} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseDisconnectFromStore \n *\n * Checkout the following snippet for the format of ResponseDisconnectFromStore:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseDisconnectFromStore\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseDomainDNS \n *\n * Checkout the following snippet for the format of ResponseDomainDNS:\n * ```json\n{\n \"isDnsResolved\": true,\n \"hasCname\": true,\n \"isCnameMatch\": true,\n \"error\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseDomainDNS\n * @property {boolean} isDnsResolved\n * @property {boolean} hasCname\n * @property {boolean} isCnameMatch\n * @property {string} error\n */\n\n/**\n * Structure of ABTNodeClient.ResponseFindCertificateByDomain\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseFindCertificateByDomain\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Certificate} cert\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGateway\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGateway\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Gateway} gateway\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetAuditLogs\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetAuditLogs\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetBlockletBackupSummary\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetBlockletBackupSummary\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} summary\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetBlockletBackups\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetBlockletBackups\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} backups\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetBlockletSpaceGateways\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetBlockletSpaceGateways\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} spaceGateways\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetBlocklets\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetBlocklets\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} blocklets\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetCertificates\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetCertificates\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} certificates\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetDynamicComponents\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetDynamicComponents\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} components\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetInvitations\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetInvitations\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} invitations\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetLauncherSession \n *\n * Checkout the following snippet for the format of ResponseGetLauncherSession:\n * ```json\n{\n \"code\": \"ok\",\n \"error\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetLauncherSession\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} error\n * @property {any} launcherSession\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetNodeEnv\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetNodeEnv\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.NodeEnvInfo} info\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetNodeInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetNodeInfo\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.NodeState} info\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetNotifications\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetNotifications\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n * @property {number} unreadCount\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetOrg\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetOrg\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Org} org\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetOrgResource\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetOrgResource\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetOrgs\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetOrgs\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} orgs\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetPassportCountPerRole\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetPassportCountPerRole\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} counts\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetPassportIssuances\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetPassportIssuances\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetProject\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetProject\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Project} project\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetProjects\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetProjects\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} projects\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetRelease\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetRelease\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Release} release\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetReleases\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetReleases\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} releases\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetRoutingProviders\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetRoutingProviders\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} providers\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetRoutingSites\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetRoutingSites\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} sites\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetSelectedResources\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetSelectedResources\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} resources\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetSession \n *\n * Checkout the following snippet for the format of ResponseGetSession:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetSession\n * @property {...ABTNodeClient.StatusCode} code\n * @property {any} session\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetTrafficInsights\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetTrafficInsights\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetUsersCount \n *\n * Checkout the following snippet for the format of ResponseGetUsersCount:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetUsersCount\n * @property {...ABTNodeClient.StatusCode} code\n * @property {number} count\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetUsersCountPerRole\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetUsersCountPerRole\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} counts\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetWebhookAttempt \n *\n * Checkout the following snippet for the format of ResponseGetWebhookAttempt:\n * ```json\n{\n \"data\": {\n \"id\": \"abc\",\n \"eventId\": \"abc\",\n \"webhookId\": \"abc\",\n \"status\": \"abc\",\n \"triggeredBy\": \"abc\",\n \"triggeredFrom\": \"abc\"\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetWebhookAttempt\n * @property {...ABTNodeClient.WebhookAttemptState} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetWebhookAttempts\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetWebhookAttempts\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetWebhookEndpoint\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetWebhookEndpoint\n * @property {...ABTNodeClient.WebhookEndpointWithUserInfo} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetWebhookEndpoints\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetWebhookEndpoints\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseInviteMembersToOrg\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseInviteMembersToOrg\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.InviteResult} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseIsDidDomain \n *\n * Checkout the following snippet for the format of ResponseIsDidDomain:\n * ```json\n{\n \"code\": \"ok\",\n \"value\": true\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseIsDidDomain\n * @property {...ABTNodeClient.StatusCode} code\n * @property {boolean} value\n */\n\n/**\n * Structure of ABTNodeClient.ResponseLaunchBlockletByLauncher \n *\n * Checkout the following snippet for the format of ResponseLaunchBlockletByLauncher:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseLaunchBlockletByLauncher\n * @property {...ABTNodeClient.StatusCode} code\n * @property {any} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseLaunchBlockletWithoutWallet \n *\n * Checkout the following snippet for the format of ResponseLaunchBlockletWithoutWallet:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseLaunchBlockletWithoutWallet\n * @property {...ABTNodeClient.StatusCode} code\n * @property {any} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseMakeAllNotificationsAsRead\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseMakeAllNotificationsAsRead\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.ReadUpdateAffected} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseNodeRuntimeHistory\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseNodeRuntimeHistory\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} history\n */\n\n/**\n * Structure of ABTNodeClient.ResponseNotificationComponents\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseNotificationComponents\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} componentDids\n */\n\n/**\n * Structure of ABTNodeClient.ResponseNotificationSendLog\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseNotificationSendLog\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseOAuthClient\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseOAuthClient\n * @property {...ABTNodeClient.OauthClient} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseOAuthClients\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseOAuthClients\n * @property {Array<...ABTNodeClient.null>} list\n */\n\n/**\n * Structure of ABTNodeClient.ResponseOrgResourceOperation\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseOrgResourceOperation\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.OrgResourceResult} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseOrgUsers\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseOrgUsers\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} users\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponsePassport\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponsePassport\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} passports\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponsePassportLog\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponsePassportLog\n * @property {Array<...ABTNodeClient.null>} passportLogs\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponsePermission \n *\n * Checkout the following snippet for the format of ResponsePermission:\n * ```json\n{\n \"code\": \"ok\",\n \"permission\": {\n \"name\": \"abc\",\n \"description\": \"abc\",\n \"isProtected\": true\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponsePermission\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Permission} permission\n */\n\n/**\n * Structure of ABTNodeClient.ResponsePermissions\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponsePermissions\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} permissions\n */\n\n/**\n * Structure of ABTNodeClient.ResponseProject\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseProject\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Project} project\n */\n\n/**\n * Structure of ABTNodeClient.ResponsePublishToEndpoint \n *\n * Checkout the following snippet for the format of ResponsePublishToEndpoint:\n * ```json\n{\n \"code\": \"ok\",\n \"url\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponsePublishToEndpoint\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.ResponsePublishToStore \n *\n * Checkout the following snippet for the format of ResponsePublishToStore:\n * ```json\n{\n \"code\": \"ok\",\n \"url\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponsePublishToStore\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.ResponseReadNotifications \n *\n * Checkout the following snippet for the format of ResponseReadNotifications:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseReadNotifications\n * @property {...ABTNodeClient.StatusCode} code\n * @property {number} numAffected\n */\n\n/**\n * Structure of ABTNodeClient.ResponseReceivers\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseReceivers\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseRelease\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseRelease\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Release} release\n */\n\n/**\n * Structure of ABTNodeClient.ResponseResendNotification \n *\n * Checkout the following snippet for the format of ResponseResendNotification:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseResendNotification\n * @property {...ABTNodeClient.StatusCode} code\n * @property {any} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseResetNode \n *\n * Checkout the following snippet for the format of ResponseResetNode:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseResetNode\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseRestartAllContainers \n *\n * Checkout the following snippet for the format of ResponseRestartAllContainers:\n * ```json\n{\n \"code\": \"ok\",\n \"sessionId\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseRestartAllContainers\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.ResponseRestartServer \n *\n * Checkout the following snippet for the format of ResponseRestartServer:\n * ```json\n{\n \"code\": \"ok\",\n \"sessionId\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseRestartServer\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.ResponseRole\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseRole\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Role} role\n */\n\n/**\n * Structure of ABTNodeClient.ResponseRoles\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseRoles\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} roles\n */\n\n/**\n * Structure of ABTNodeClient.ResponseRoutingSite\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseRoutingSite\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.RoutingSite} site\n */\n\n/**\n * Structure of ABTNodeClient.ResponseSendMsg \n *\n * Checkout the following snippet for the format of ResponseSendMsg:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseSendMsg\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseSenderList\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseSenderList\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} senders\n */\n\n/**\n * Structure of ABTNodeClient.ResponseTag \n *\n * Checkout the following snippet for the format of ResponseTag:\n * ```json\n{\n \"code\": \"ok\",\n \"tag\": {\n \"title\": \"abc\",\n \"description\": \"abc\",\n \"color\": \"abc\",\n \"slug\": \"abc\",\n \"type\": \"abc\",\n \"componentDid\": \"abc\",\n \"createdBy\": \"abc\",\n \"updatedBy\": \"abc\"\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseTag\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Tag} tag\n */\n\n/**\n * Structure of ABTNodeClient.ResponseTagging\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseTagging\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} tagging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseTags\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseTags\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} tags\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUpdateAccessKey \n *\n * Checkout the following snippet for the format of ResponseUpdateAccessKey:\n * ```json\n{\n \"code\": \"ok\",\n \"data\": {\n \"accessKeyId\": \"abc\",\n \"accessKeyPublic\": \"abc\",\n \"remark\": \"abc\",\n \"passport\": \"abc\",\n \"createdBy\": \"abc\",\n \"updatedBy\": \"abc\",\n \"authType\": \"abc\",\n \"componentDid\": \"abc\",\n \"resourceType\": \"abc\",\n \"resourceId\": \"abc\",\n \"createdVia\": \"abc\"\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUpdateAccessKey\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.AccessKey} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUpdateNginxHttpsCert \n *\n * Checkout the following snippet for the format of ResponseUpdateNginxHttpsCert:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUpdateNginxHttpsCert\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUpdateWebhookEndpoint\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUpdateWebhookEndpoint\n * @property {...ABTNodeClient.WebhookEndpointState} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUpgradeNodeVersion \n *\n * Checkout the following snippet for the format of ResponseUpgradeNodeVersion:\n * ```json\n{\n \"code\": \"ok\",\n \"sessionId\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUpgradeNodeVersion\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUser\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUser\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.UserInfo} user\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUserFollows\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUserFollows\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} data\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUserRelationCount \n *\n * Checkout the following snippet for the format of ResponseUserRelationCount:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUserRelationCount\n * @property {...ABTNodeClient.StatusCode} code\n * @property {any} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUserSessions\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUserSessions\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUserSessionsCount \n *\n * Checkout the following snippet for the format of ResponseUserSessionsCount:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUserSessionsCount\n * @property {...ABTNodeClient.StatusCode} code\n * @property {number} count\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUsers\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUsers\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} users\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseWebHooks\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseWebHooks\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} webhooks\n */\n\n/**\n * Structure of ABTNodeClient.Role\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Role\n * @property {string} name\n * @property {string} description\n * @property {Array<...ABTNodeClient.null>} grants\n * @property {string} title\n * @property {boolean} isProtected\n * @property {any} extra\n * @property {string} orgId\n */\n\n/**\n * Structure of ABTNodeClient.RoutingProvider\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingProvider\n * @property {string} name\n * @property {string} description\n * @property {boolean} running\n * @property {boolean} available\n * @property {string} error\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRule\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRule\n * @property {string} id\n * @property {...ABTNodeClient.RoutingRuleFrom} from\n * @property {...ABTNodeClient.RoutingRuleTo} to\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleFrom\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleFrom\n * @property {string} pathPrefix\n * @property {Array<...ABTNodeClient.null>} header\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleHeader\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleHeader\n * @property {string} key\n * @property {string} value\n * @property {...ABTNodeClient.HeaderMatchType} type\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleResponse\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleResponse\n * @property {number} status\n * @property {string} contentType\n * @property {string} body\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleTo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleTo\n * @property {number} port\n * @property {...ABTNodeClient.BackendServiceType} type\n * @property {string} did\n * @property {string} url\n * @property {number} redirectCode\n * @property {string} interfaceName\n * @property {string} componentId\n * @property {string} pageGroup\n * @property {...ABTNodeClient.RoutingRuleResponse} response\n */\n\n/**\n * Structure of ABTNodeClient.RoutingSite\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingSite\n * @property {string} id\n * @property {string} domain\n * @property {Array<...ABTNodeClient.null>} domainAliases\n * @property {Array<...ABTNodeClient.null>} rules\n * @property {boolean} isProtected\n * @property {Array<...ABTNodeClient.null>} corsAllowedOrigins\n */\n\n/**\n * Structure of ABTNodeClient.RuntimeInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RuntimeInfo\n * @property {string} pid\n * @property {string} port\n * @property {string} uptime\n * @property {number} memoryUsage\n * @property {number} cpuUsage\n * @property {boolean} runningDocker\n * @property {any} cpus\n */\n\n/**\n * Structure of ABTNodeClient.SessionConfig\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SessionConfig\n * @property {number} cacheTtl\n * @property {number} ttl\n * @property {...ABTNodeClient.LoginEmailSettings} email\n * @property {...ABTNodeClient.LoginPhoneSettings} phone\n * @property {string} salt\n * @property {boolean} enableBlacklist\n */\n\n/**\n * Structure of ABTNodeClient.SimpleBlockletMeta\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SimpleBlockletMeta\n * @property {string} did\n * @property {string} name\n * @property {string} version\n * @property {string} description\n * @property {string} title\n * @property {string} bundleDid\n * @property {string} bundleName\n */\n\n/**\n * Structure of ABTNodeClient.SimpleBlockletState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SimpleBlockletState\n * @property {...ABTNodeClient.SimpleBlockletMeta} meta\n * @property {...ABTNodeClient.BlockletStatus} status\n * @property {string} deployedFrom\n * @property {string} mountPoint\n * @property {number} deletedAt\n */\n\n/**\n * Structure of ABTNodeClient.SpaceGateway\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SpaceGateway\n * @property {string} name\n * @property {string} url\n * @property {string} protected\n * @property {string} endpoint\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.Statistics\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Statistics\n * @property {number} total\n * @property {number} pending\n * @property {number} success\n * @property {number} failed\n */\n\n/**\n * Structure of ABTNodeClient.TUTM\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TUTM\n * @property {string} source\n * @property {string} medium\n * @property {string} campaign\n * @property {string} content\n */\n\n/**\n * Structure of ABTNodeClient.Tag\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Tag\n * @property {number} id\n * @property {string} title\n * @property {string} description\n * @property {string} color\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} slug\n * @property {string} type\n * @property {string} componentDid\n * @property {number} parentId\n * @property {string} createdBy\n * @property {string} updatedBy\n */\n\n/**\n * Structure of ABTNodeClient.Tagging\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Tagging\n * @property {number} tagId\n * @property {string} taggableType\n * @property {Array<...ABTNodeClient.null>} taggableIds\n */\n\n/**\n * Structure of ABTNodeClient.TrafficInsight\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrafficInsight\n * @property {string} did\n * @property {string} date\n * @property {number} totalRequests\n * @property {number} validRequests\n * @property {number} failedRequests\n * @property {number} generationTime\n * @property {number} uniqueVisitors\n * @property {number} uniqueFiles\n * @property {number} excludedHits\n * @property {number} uniqueReferrers\n * @property {number} uniqueNotFound\n * @property {number} uniqueStaticFiles\n * @property {number} logSize\n * @property {number} bandwidth\n */\n\n/**\n * Structure of ABTNodeClient.TrustedFactory\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedFactory\n * @property {string} holderDid\n * @property {string} issuerDid\n * @property {string} factoryAddress\n * @property {string} remark\n * @property {...ABTNodeClient.TrustedPassportMappingTo} passport\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassport\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassport\n * @property {string} issuerDid\n * @property {string} remark\n * @property {Array<...ABTNodeClient.null>} mappings\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassportMapping\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassportMapping\n * @property {...ABTNodeClient.TrustedPassportMappingFrom} from\n * @property {...ABTNodeClient.TrustedPassportMappingTo} to\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassportMappingFrom\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassportMappingFrom\n * @property {string} passport\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassportMappingTo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassportMappingTo\n * @property {string} role\n * @property {string} ttl\n * @property {string} ttlPolicy\n */\n\n/**\n * Structure of ABTNodeClient.UpdateList\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateList\n * @property {string} id\n * @property {...ABTNodeClient.BlockletMeta} meta\n */\n\n/**\n * Structure of ABTNodeClient.UserAddress\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserAddress\n * @property {string} country\n * @property {string} province\n * @property {string} city\n * @property {string} postalCode\n * @property {string} line1\n * @property {string} line2\n */\n\n/**\n * Structure of ABTNodeClient.UserFollows\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserFollows\n * @property {string} userDid\n * @property {string} followerDid\n * @property {number} createdAt\n * @property {...ABTNodeClient.UserInfo} user\n * @property {boolean} isFollowing\n */\n\n/**\n * Structure of ABTNodeClient.UserInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserInfo\n * @property {string} did\n * @property {string} pk\n * @property {string} role\n * @property {string} avatar\n * @property {string} fullName\n * @property {string} email\n * @property {boolean} approved\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} locale\n * @property {Array<...ABTNodeClient.null>} passports\n * @property {number} firstLoginAt\n * @property {number} lastLoginAt\n * @property {string} remark\n * @property {string} lastLoginIp\n * @property {string} sourceProvider\n * @property {string} sourceAppPid\n * @property {Array<...ABTNodeClient.null>} connectedAccounts\n * @property {any} extra\n * @property {Array<...ABTNodeClient.null>} tags\n * @property {any} didSpace\n * @property {Array<...ABTNodeClient.null>} userSessions\n * @property {string} url\n * @property {string} phone\n * @property {string} inviter\n * @property {number} generation\n * @property {boolean} emailVerified\n * @property {boolean} phoneVerified\n * @property {...ABTNodeClient.UserMetadata} metadata\n * @property {...ABTNodeClient.UserAddress} address\n * @property {number} userSessionsCount\n * @property {boolean} isFollowing\n */\n\n/**\n * Structure of ABTNodeClient.UserMetadata\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserMetadata\n * @property {string} bio\n * @property {string} location\n * @property {string} timezone\n * @property {string} cover\n * @property {Array<...ABTNodeClient.null>} links\n * @property {...ABTNodeClient.UserMetadataStatus} status\n * @property {...ABTNodeClient.UserPhoneInfo} phone\n */\n\n/**\n * Structure of ABTNodeClient.UserMetadataLink\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserMetadataLink\n * @property {string} url\n * @property {string} favicon\n */\n\n/**\n * Structure of ABTNodeClient.UserMetadataStatus\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserMetadataStatus\n * @property {string} label\n * @property {string} icon\n * @property {string} duration\n * @property {Array<...ABTNodeClient.null>} dateRange\n */\n\n/**\n * Structure of ABTNodeClient.UserOrg\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserOrg\n * @property {string} id\n * @property {string} orgId\n * @property {string} userDid\n * @property {...ABTNodeClient.OrgUserStatus} status\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {...ABTNodeClient.UserInfo} user\n * @property {any} metadata\n */\n\n/**\n * Structure of ABTNodeClient.UserPhoneInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserPhoneInfo\n * @property {string} country\n * @property {string} phoneNumber\n */\n\n/**\n * Structure of ABTNodeClient.UserSession\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserSession\n * @property {string} id\n * @property {string} visitorId\n * @property {string} appPid\n * @property {string} userDid\n * @property {string} ua\n * @property {string} passportId\n * @property {string} status\n * @property {string} lastLoginIp\n * @property {any} extra\n * @property {number} createdAt\n * @property {number} updatedAt\n */\n\n/**\n * Structure of ABTNodeClient.WAFPolicy\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WAFPolicy\n * @property {boolean} enabled\n * @property {string} mode\n * @property {number} inboundAnomalyScoreThreshold\n * @property {number} outboundAnomalyScoreThreshold\n * @property {number} logLevel\n */\n\n/**\n * Structure of ABTNodeClient.WalletInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WalletInfo\n * @property {string} did\n * @property {string} pk\n */\n\n/**\n * Structure of ABTNodeClient.WebHook\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebHook\n * @property {...ABTNodeClient.SenderType} type\n * @property {string} id\n * @property {Array<...ABTNodeClient.null>} params\n * @property {number} createdAt\n * @property {number} updatedAt\n */\n\n/**\n * Structure of ABTNodeClient.WebHookParam\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebHookParam\n * @property {string} name\n * @property {string} description\n * @property {boolean} required\n * @property {string} defaultValue\n * @property {string} value\n * @property {string} type\n * @property {boolean} enabled\n * @property {number} consecutiveFailures\n */\n\n/**\n * Structure of ABTNodeClient.WebHookSender\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebHookSender\n * @property {...ABTNodeClient.SenderType} type\n * @property {string} title\n * @property {string} description\n * @property {Array<...ABTNodeClient.null>} params\n */\n\n/**\n * Structure of ABTNodeClient.WebhookAttemptState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebhookAttemptState\n * @property {string} id\n * @property {string} eventId\n * @property {string} webhookId\n * @property {string} status\n * @property {number} responseStatus\n * @property {any} responseBody\n * @property {number} retryCount\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} triggeredBy\n * @property {string} triggeredFrom\n */\n\n/**\n * Structure of ABTNodeClient.WebhookAttemptWithEndpointEventState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebhookAttemptWithEndpointEventState\n * @property {string} id\n * @property {string} eventId\n * @property {string} webhookId\n * @property {string} status\n * @property {number} responseStatus\n * @property {any} responseBody\n * @property {number} retryCount\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {...ABTNodeClient.WebhookEndpointState} endpoint\n * @property {...ABTNodeClient.WebhookEventState} event\n * @property {string} triggeredBy\n * @property {string} triggeredFrom\n */\n\n/**\n * Structure of ABTNodeClient.WebhookEndpointState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebhookEndpointState\n * @property {string} id\n * @property {string} apiVersion\n * @property {string} url\n * @property {string} description\n * @property {Array<...ABTNodeClient.null>} enabledEvents\n * @property {any} metadata\n * @property {string} status\n * @property {number} createdAt\n * @property {number} updatedAt\n */\n\n/**\n * Structure of ABTNodeClient.WebhookEndpointWithUserInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebhookEndpointWithUserInfo\n * @property {string} id\n * @property {string} apiVersion\n * @property {string} url\n * @property {string} description\n * @property {Array<...ABTNodeClient.null>} enabledEvents\n * @property {any} metadata\n * @property {string} status\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {...ABTNodeClient.UserInfo} createUser\n * @property {...ABTNodeClient.UserInfo} updateUser\n */\n\n/**\n * Structure of ABTNodeClient.WebhookEventState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebhookEventState\n * @property {string} id\n * @property {string} type\n * @property {string} apiVersion\n * @property {any} data\n * @property {string} objectType\n * @property {string} objectId\n * @property {any} request\n * @property {number} pendingWebhooks\n * @property {any} metadata\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} source\n */\n\n/**\n * Structure of ABTNodeClient.WebhookStatistics\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebhookStatistics\n * @property {number} total\n * @property {Array<...ABTNodeClient.null>} pending\n * @property {Array<...ABTNodeClient.null>} success\n * @property {Array<...ABTNodeClient.null>} failed\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletParams \n *\n * Checkout the following snippet for the format of GetBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletParams\n * @property {...ABTNodeClient.RequestBlockletDetailInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletMetaFromUrlParams \n *\n * Checkout the following snippet for the format of GetBlockletMetaFromUrlParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletMetaFromUrlParams\n * @property {...ABTNodeClient.RequestBlockletMetaFromUrlInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletDiffParams \n *\n * Checkout the following snippet for the format of GetBlockletDiffParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletDiffParams\n * @property {...ABTNodeClient.RequestBlockletDiffInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletsParams \n *\n * Checkout the following snippet for the format of GetBlockletsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletsParams\n * @property {...ABTNodeClient.RequestGetBlockletsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletRuntimeHistoryParams \n *\n * Checkout the following snippet for the format of GetBlockletRuntimeHistoryParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletRuntimeHistoryParams\n * @property {...ABTNodeClient.RequestBlockletRuntimeHistoryInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetDynamicComponentsParams \n *\n * Checkout the following snippet for the format of GetDynamicComponentsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetDynamicComponentsParams\n * @property {...ABTNodeClient.RequestGetDynamicComponentsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetNodeRuntimeHistoryParams \n *\n * Checkout the following snippet for the format of GetNodeRuntimeHistoryParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetNodeRuntimeHistoryParams\n * @property {...ABTNodeClient.RequestNodeRuntimeHistoryInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletMetaParams \n *\n * Checkout the following snippet for the format of GetBlockletMetaParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletMetaParams\n * @property {...ABTNodeClient.RequestBlockletMetaInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetNotificationsParams \n *\n * Checkout the following snippet for the format of GetNotificationsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetNotificationsParams\n * @property {...ABTNodeClient.RequestGetNotificationsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.MakeAllNotificationsAsReadParams \n *\n * Checkout the following snippet for the format of MakeAllNotificationsAsReadParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.MakeAllNotificationsAsReadParams\n * @property {...ABTNodeClient.RequestMakeAllNotificationsAsReadInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetNotificationSendLogParams \n *\n * Checkout the following snippet for the format of GetNotificationSendLogParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetNotificationSendLogParams\n * @property {...ABTNodeClient.RequestNotificationSendLogInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetReceiversParams \n *\n * Checkout the following snippet for the format of GetReceiversParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetReceiversParams\n * @property {...ABTNodeClient.RequestReceiversInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetNotificationComponentsParams \n *\n * Checkout the following snippet for the format of GetNotificationComponentsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetNotificationComponentsParams\n * @property {...ABTNodeClient.RequestNotificationComponentsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ResendNotificationParams \n *\n * Checkout the following snippet for the format of ResendNotificationParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResendNotificationParams\n * @property {...ABTNodeClient.RequestResendNotificationInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetRoutingSitesParams \n *\n * Checkout the following snippet for the format of GetRoutingSitesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetRoutingSitesParams\n * @property {...ABTNodeClient.RequestGetRoutingSitesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.IsDidDomainParams \n *\n * Checkout the following snippet for the format of IsDidDomainParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.IsDidDomainParams\n * @property {...ABTNodeClient.RequestIsDidDomainInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CheckDomainsParams \n *\n * Checkout the following snippet for the format of CheckDomainsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CheckDomainsParams\n * @property {...ABTNodeClient.RequestCheckDomainsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.FindCertificateByDomainParams \n *\n * Checkout the following snippet for the format of FindCertificateByDomainParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.FindCertificateByDomainParams\n * @property {...ABTNodeClient.RequestFindCertificateByDomainInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetAccessKeysParams \n *\n * Checkout the following snippet for the format of GetAccessKeysParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetAccessKeysParams\n * @property {...ABTNodeClient.RequestAccessKeysInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetAccessKeyParams \n *\n * Checkout the following snippet for the format of GetAccessKeyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetAccessKeyParams\n * @property {...ABTNodeClient.RequestAccessKeyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.SendTestMessageParams \n *\n * Checkout the following snippet for the format of SendTestMessageParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SendTestMessageParams\n * @property {...ABTNodeClient.RequestSendMsgInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetSessionParams \n *\n * Checkout the following snippet for the format of GetSessionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetSessionParams\n * @property {...ABTNodeClient.RequestGetSessionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetRolesParams \n *\n * Checkout the following snippet for the format of GetRolesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetRolesParams\n * @property {...ABTNodeClient.RequestGetOrgDataInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetRoleParams \n *\n * Checkout the following snippet for the format of GetRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetRoleParams\n * @property {...ABTNodeClient.RequestTeamRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetPermissionsParams \n *\n * Checkout the following snippet for the format of GetPermissionsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetPermissionsParams\n * @property {...ABTNodeClient.TeamInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetInvitationsParams \n *\n * Checkout the following snippet for the format of GetInvitationsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetInvitationsParams\n * @property {...ABTNodeClient.RequestGetOrgDataInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUsersParams \n *\n * Checkout the following snippet for the format of GetUsersParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUsersParams\n * @property {...ABTNodeClient.RequestUsersInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUserParams \n *\n * Checkout the following snippet for the format of GetUserParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUserParams\n * @property {...ABTNodeClient.RequestTeamUserInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUserSessionsParams \n *\n * Checkout the following snippet for the format of GetUserSessionsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUserSessionsParams\n * @property {...ABTNodeClient.RequestUserSessionsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUserSessionsCountParams \n *\n * Checkout the following snippet for the format of GetUserSessionsCountParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUserSessionsCountParams\n * @property {...ABTNodeClient.RequestUserSessionsCountInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUsersCountParams \n *\n * Checkout the following snippet for the format of GetUsersCountParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUsersCountParams\n * @property {...ABTNodeClient.TeamInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUsersCountPerRoleParams \n *\n * Checkout the following snippet for the format of GetUsersCountPerRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUsersCountPerRoleParams\n * @property {...ABTNodeClient.TeamInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetOwnerParams \n *\n * Checkout the following snippet for the format of GetOwnerParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetOwnerParams\n * @property {...ABTNodeClient.TeamInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetPermissionsByRoleParams \n *\n * Checkout the following snippet for the format of GetPermissionsByRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetPermissionsByRoleParams\n * @property {...ABTNodeClient.RequestTeamRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetPassportIssuancesParams \n *\n * Checkout the following snippet for the format of GetPassportIssuancesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetPassportIssuancesParams\n * @property {...ABTNodeClient.RequestGetPassportIssuancesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.LogoutUserParams \n *\n * Checkout the following snippet for the format of LogoutUserParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LogoutUserParams\n * @property {...ABTNodeClient.RequestLogoutUserInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DestroySelfParams \n *\n * Checkout the following snippet for the format of DestroySelfParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DestroySelfParams\n * @property {...ABTNodeClient.RequestTeamUserInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUserFollowersParams \n *\n * Checkout the following snippet for the format of GetUserFollowersParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUserFollowersParams\n * @property {...ABTNodeClient.RequestUserRelationQueryInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUserFollowingParams \n *\n * Checkout the following snippet for the format of GetUserFollowingParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUserFollowingParams\n * @property {...ABTNodeClient.RequestUserRelationQueryInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUserFollowStatsParams \n *\n * Checkout the following snippet for the format of GetUserFollowStatsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUserFollowStatsParams\n * @property {...ABTNodeClient.RequestUserRelationCountInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CheckFollowingParams \n *\n * Checkout the following snippet for the format of CheckFollowingParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CheckFollowingParams\n * @property {...ABTNodeClient.RequestCheckFollowingInput} input\n */\n\n/**\n * Structure of ABTNodeClient.FollowUserParams \n *\n * Checkout the following snippet for the format of FollowUserParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.FollowUserParams\n * @property {...ABTNodeClient.RequestFollowUserActionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UnfollowUserParams \n *\n * Checkout the following snippet for the format of UnfollowUserParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UnfollowUserParams\n * @property {...ABTNodeClient.RequestFollowUserActionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUserInvitesParams \n *\n * Checkout the following snippet for the format of GetUserInvitesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUserInvitesParams\n * @property {...ABTNodeClient.RequestUserRelationQueryInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetTagsParams \n *\n * Checkout the following snippet for the format of GetTagsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetTagsParams\n * @property {...ABTNodeClient.RequestTagsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetAuditLogsParams \n *\n * Checkout the following snippet for the format of GetAuditLogsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetAuditLogsParams\n * @property {...ABTNodeClient.RequestGetAuditLogsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetLauncherSessionParams \n *\n * Checkout the following snippet for the format of GetLauncherSessionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetLauncherSessionParams\n * @property {...ABTNodeClient.RequestGetLauncherSessionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletBackupsParams \n *\n * Checkout the following snippet for the format of GetBlockletBackupsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletBackupsParams\n * @property {...ABTNodeClient.RequestGetBlockletBackupsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletBackupSummaryParams \n *\n * Checkout the following snippet for the format of GetBlockletBackupSummaryParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletBackupSummaryParams\n * @property {...ABTNodeClient.RequestGetBlockletBackupSummaryInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletSpaceGatewaysParams \n *\n * Checkout the following snippet for the format of GetBlockletSpaceGatewaysParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletSpaceGatewaysParams\n * @property {...ABTNodeClient.RequestBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetTrafficInsightsParams \n *\n * Checkout the following snippet for the format of GetTrafficInsightsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetTrafficInsightsParams\n * @property {...ABTNodeClient.RequestGetTrafficInsightsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetProjectsParams \n *\n * Checkout the following snippet for the format of GetProjectsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetProjectsParams\n * @property {...ABTNodeClient.RequestGetProjectsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetProjectParams \n *\n * Checkout the following snippet for the format of GetProjectParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetProjectParams\n * @property {...ABTNodeClient.RequestProjectInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetReleasesParams \n *\n * Checkout the following snippet for the format of GetReleasesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetReleasesParams\n * @property {...ABTNodeClient.RequestGetReleasesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetReleaseParams \n *\n * Checkout the following snippet for the format of GetReleaseParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetReleaseParams\n * @property {...ABTNodeClient.RequestReleaseInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetSelectedResourcesParams \n *\n * Checkout the following snippet for the format of GetSelectedResourcesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetSelectedResourcesParams\n * @property {...ABTNodeClient.RequestGetSelectedResourcesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletSecurityRuleParams \n *\n * Checkout the following snippet for the format of GetBlockletSecurityRuleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletSecurityRuleParams\n * @property {...ABTNodeClient.RequestGetBlockletSecurityRuleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletSecurityRulesParams \n *\n * Checkout the following snippet for the format of GetBlockletSecurityRulesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletSecurityRulesParams\n * @property {...ABTNodeClient.RequestGetBlockletSecurityRulesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletResponseHeaderPolicyParams \n *\n * Checkout the following snippet for the format of GetBlockletResponseHeaderPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletResponseHeaderPolicyParams\n * @property {...ABTNodeClient.RequestGetBlockletResponseHeaderPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletResponseHeaderPoliciesParams \n *\n * Checkout the following snippet for the format of GetBlockletResponseHeaderPoliciesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletResponseHeaderPoliciesParams\n * @property {...ABTNodeClient.RequestGetBlockletResponseHeaderPoliciesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletAccessPolicyParams \n *\n * Checkout the following snippet for the format of GetBlockletAccessPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletAccessPolicyParams\n * @property {...ABTNodeClient.RequestGetBlockletAccessPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletAccessPoliciesParams \n *\n * Checkout the following snippet for the format of GetBlockletAccessPoliciesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletAccessPoliciesParams\n * @property {...ABTNodeClient.RequestGetBlockletAccessPoliciesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetWebhookEndpointsParams \n *\n * Checkout the following snippet for the format of GetWebhookEndpointsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetWebhookEndpointsParams\n * @property {...ABTNodeClient.RequestGetWebhookEndpointsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetWebhookEndpointParams \n *\n * Checkout the following snippet for the format of GetWebhookEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetWebhookEndpointParams\n * @property {...ABTNodeClient.RequestGetWebhookEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetWebhookAttemptsParams \n *\n * Checkout the following snippet for the format of GetWebhookAttemptsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetWebhookAttemptsParams\n * @property {...ABTNodeClient.RequestGetWebhookAttemptsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetPassportRoleCountsParams \n *\n * Checkout the following snippet for the format of GetPassportRoleCountsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetPassportRoleCountsParams\n * @property {...ABTNodeClient.TeamInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetPassportsByRoleParams \n *\n * Checkout the following snippet for the format of GetPassportsByRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetPassportsByRoleParams\n * @property {...ABTNodeClient.RequestPassportInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetPassportLogsParams \n *\n * Checkout the following snippet for the format of GetPassportLogsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetPassportLogsParams\n * @property {...ABTNodeClient.RequestPassportLogInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetRelatedPassportsParams \n *\n * Checkout the following snippet for the format of GetRelatedPassportsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetRelatedPassportsParams\n * @property {...ABTNodeClient.RequestRelatedPassportsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletBaseInfoParams \n *\n * Checkout the following snippet for the format of GetBlockletBaseInfoParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletBaseInfoParams\n * @property {...ABTNodeClient.TeamInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetDomainDnsParams \n *\n * Checkout the following snippet for the format of GetDomainDnsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetDomainDnsParams\n * @property {...ABTNodeClient.RequestDomainDNSInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetOAuthClientsParams \n *\n * Checkout the following snippet for the format of GetOAuthClientsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetOAuthClientsParams\n * @property {...ABTNodeClient.TeamInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateOAuthClientParams \n *\n * Checkout the following snippet for the format of CreateOAuthClientParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateOAuthClientParams\n * @property {...ABTNodeClient.RequestOAuthClientInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateOAuthClientParams \n *\n * Checkout the following snippet for the format of UpdateOAuthClientParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateOAuthClientParams\n * @property {...ABTNodeClient.RequestOAuthClientInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteOAuthClientParams \n *\n * Checkout the following snippet for the format of DeleteOAuthClientParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteOAuthClientParams\n * @property {...ABTNodeClient.RequestDeleteOAuthClientInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetOrgsParams \n *\n * Checkout the following snippet for the format of GetOrgsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetOrgsParams\n * @property {...ABTNodeClient.RequestGetOrgsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetOrgParams \n *\n * Checkout the following snippet for the format of GetOrgParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetOrgParams\n * @property {...ABTNodeClient.RequestGetOrgInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetOrgMembersParams \n *\n * Checkout the following snippet for the format of GetOrgMembersParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetOrgMembersParams\n * @property {...ABTNodeClient.RequestGetOrgDataInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetOrgInvitableUsersParams \n *\n * Checkout the following snippet for the format of GetOrgInvitableUsersParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetOrgInvitableUsersParams\n * @property {...ABTNodeClient.RequestInvitableUsersInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetOrgResourceParams \n *\n * Checkout the following snippet for the format of GetOrgResourceParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetOrgResourceParams\n * @property {...ABTNodeClient.RequestGetOrgResourceInput} input\n */\n\n/**\n * Structure of ABTNodeClient.InstallBlockletParams \n *\n * Checkout the following snippet for the format of InstallBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.InstallBlockletParams\n * @property {...ABTNodeClient.RequestInstallBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.InstallComponentParams \n *\n * Checkout the following snippet for the format of InstallComponentParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.InstallComponentParams\n * @property {...ABTNodeClient.RequestInstallComponentInput} input\n */\n\n/**\n * Structure of ABTNodeClient.StartBlockletParams \n *\n * Checkout the following snippet for the format of StartBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.StartBlockletParams\n * @property {...ABTNodeClient.RequestComponentsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.StopBlockletParams \n *\n * Checkout the following snippet for the format of StopBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.StopBlockletParams\n * @property {...ABTNodeClient.RequestComponentsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ReloadBlockletParams \n *\n * Checkout the following snippet for the format of ReloadBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ReloadBlockletParams\n * @property {...ABTNodeClient.RequestComponentsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RestartBlockletParams \n *\n * Checkout the following snippet for the format of RestartBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RestartBlockletParams\n * @property {...ABTNodeClient.RequestComponentsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteBlockletParams \n *\n * Checkout the following snippet for the format of DeleteBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteBlockletParams\n * @property {...ABTNodeClient.RequestDeleteBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteComponentParams \n *\n * Checkout the following snippet for the format of DeleteComponentParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteComponentParams\n * @property {...ABTNodeClient.RequestDeleteComponentInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CancelDownloadBlockletParams \n *\n * Checkout the following snippet for the format of CancelDownloadBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CancelDownloadBlockletParams\n * @property {...ABTNodeClient.RequestBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CheckComponentsForUpdatesParams \n *\n * Checkout the following snippet for the format of CheckComponentsForUpdatesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CheckComponentsForUpdatesParams\n * @property {...ABTNodeClient.RequestBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpgradeComponentsParams \n *\n * Checkout the following snippet for the format of UpgradeComponentsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpgradeComponentsParams\n * @property {...ABTNodeClient.RequestUpdateComponentsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigBlockletParams \n *\n * Checkout the following snippet for the format of ConfigBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigBlockletParams\n * @property {...ABTNodeClient.RequestConfigBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigPublicToStoreParams \n *\n * Checkout the following snippet for the format of ConfigPublicToStoreParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigPublicToStoreParams\n * @property {...ABTNodeClient.RequestConfigPublicToStoreInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigNavigationsParams \n *\n * Checkout the following snippet for the format of ConfigNavigationsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigNavigationsParams\n * @property {...ABTNodeClient.RequestConfigNavigationsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigAuthenticationParams \n *\n * Checkout the following snippet for the format of ConfigAuthenticationParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigAuthenticationParams\n * @property {...ABTNodeClient.RequestConfigAuthenticationInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigDidConnectParams \n *\n * Checkout the following snippet for the format of ConfigDidConnectParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigDidConnectParams\n * @property {...ABTNodeClient.RequestConfigDidConnectInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigNotificationParams \n *\n * Checkout the following snippet for the format of ConfigNotificationParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigNotificationParams\n * @property {...ABTNodeClient.RequestConfigNotificationInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigVaultParams \n *\n * Checkout the following snippet for the format of ConfigVaultParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigVaultParams\n * @property {...ABTNodeClient.RequestConfigVaultInput} input\n */\n\n/**\n * Structure of ABTNodeClient.SendEmailParams \n *\n * Checkout the following snippet for the format of SendEmailParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SendEmailParams\n * @property {...ABTNodeClient.RequestSendEmailInput} input\n */\n\n/**\n * Structure of ABTNodeClient.SendPushParams \n *\n * Checkout the following snippet for the format of SendPushParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SendPushParams\n * @property {...ABTNodeClient.RequestSendPushInput} input\n */\n\n/**\n * Structure of ABTNodeClient.JoinFederatedLoginParams \n *\n * Checkout the following snippet for the format of JoinFederatedLoginParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.JoinFederatedLoginParams\n * @property {...ABTNodeClient.RequestJoinFederatedLoginInput} input\n */\n\n/**\n * Structure of ABTNodeClient.QuitFederatedLoginParams \n *\n * Checkout the following snippet for the format of QuitFederatedLoginParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.QuitFederatedLoginParams\n * @property {...ABTNodeClient.RequestQuitFederatedLoginInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DisbandFederatedLoginParams \n *\n * Checkout the following snippet for the format of DisbandFederatedLoginParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DisbandFederatedLoginParams\n * @property {...ABTNodeClient.RequestDisbandFederatedLoginInput} input\n */\n\n/**\n * Structure of ABTNodeClient.SyncMasterAuthorizationParams \n *\n * Checkout the following snippet for the format of SyncMasterAuthorizationParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SyncMasterAuthorizationParams\n * @property {...ABTNodeClient.RequestSyncMasterAuthorizationInput} input\n */\n\n/**\n * Structure of ABTNodeClient.SyncFederatedConfigParams \n *\n * Checkout the following snippet for the format of SyncFederatedConfigParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SyncFederatedConfigParams\n * @property {...ABTNodeClient.RequestSyncFederatedInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AuditFederatedLoginParams \n *\n * Checkout the following snippet for the format of AuditFederatedLoginParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AuditFederatedLoginParams\n * @property {...ABTNodeClient.RequestAuditFederatedLoginInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateAppSessionConfigParams \n *\n * Checkout the following snippet for the format of UpdateAppSessionConfigParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateAppSessionConfigParams\n * @property {...ABTNodeClient.RequestUpdateAppSessionConfigInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateComponentTitleParams \n *\n * Checkout the following snippet for the format of UpdateComponentTitleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateComponentTitleParams\n * @property {...ABTNodeClient.RequestUpdateComponentTitleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateComponentMountPointParams \n *\n * Checkout the following snippet for the format of UpdateComponentMountPointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateComponentMountPointParams\n * @property {...ABTNodeClient.RequestUpdateComponentMountPointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.BackupBlockletParams \n *\n * Checkout the following snippet for the format of BackupBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BackupBlockletParams\n * @property {...ABTNodeClient.RequestBackupBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AbortBlockletBackupParams \n *\n * Checkout the following snippet for the format of AbortBlockletBackupParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AbortBlockletBackupParams\n * @property {...ABTNodeClient.RequestAbortBlockletBackupInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RestoreBlockletParams \n *\n * Checkout the following snippet for the format of RestoreBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RestoreBlockletParams\n * @property {...ABTNodeClient.RequestRestoreBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.MigrateApplicationToStructV2Params \n *\n * Checkout the following snippet for the format of MigrateApplicationToStructV2Params:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.MigrateApplicationToStructV2Params\n * @property {...ABTNodeClient.RequestMigrateApplicationToStructV2Input} input\n */\n\n/**\n * Structure of ABTNodeClient.LaunchBlockletByLauncherParams \n *\n * Checkout the following snippet for the format of LaunchBlockletByLauncherParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LaunchBlockletByLauncherParams\n * @property {...ABTNodeClient.RequestLaunchBlockletByLauncherInput} input\n */\n\n/**\n * Structure of ABTNodeClient.LaunchBlockletWithoutWalletParams \n *\n * Checkout the following snippet for the format of LaunchBlockletWithoutWalletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LaunchBlockletWithoutWalletParams\n * @property {...ABTNodeClient.RequestLaunchBlockletWithoutWalletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddBlockletSpaceGatewayParams \n *\n * Checkout the following snippet for the format of AddBlockletSpaceGatewayParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddBlockletSpaceGatewayParams\n * @property {...ABTNodeClient.RequestAddBlockletSpaceGatewayInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteBlockletSpaceGatewayParams \n *\n * Checkout the following snippet for the format of DeleteBlockletSpaceGatewayParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteBlockletSpaceGatewayParams\n * @property {...ABTNodeClient.RequestDeleteBlockletSpaceGatewayInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateBlockletSpaceGatewayParams \n *\n * Checkout the following snippet for the format of UpdateBlockletSpaceGatewayParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateBlockletSpaceGatewayParams\n * @property {...ABTNodeClient.RequestUpdateBlockletSpaceGatewayInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateAutoBackupParams \n *\n * Checkout the following snippet for the format of UpdateAutoBackupParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateAutoBackupParams\n * @property {...ABTNodeClient.RequestUpdateAutoBackupInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateAutoCheckUpdateParams \n *\n * Checkout the following snippet for the format of UpdateAutoCheckUpdateParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateAutoCheckUpdateParams\n * @property {...ABTNodeClient.RequestUpdateAutoCheckUpdateInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateBlockletSettingsParams \n *\n * Checkout the following snippet for the format of UpdateBlockletSettingsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateBlockletSettingsParams\n * @property {...ABTNodeClient.RequestBlockletSettingsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateNodeInfoParams \n *\n * Checkout the following snippet for the format of UpdateNodeInfoParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateNodeInfoParams\n * @property {...ABTNodeClient.NodeInfoInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpgradeNodeVersionParams \n *\n * Checkout the following snippet for the format of UpgradeNodeVersionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpgradeNodeVersionParams\n * @property {...ABTNodeClient.RequestUpgradeNodeVersionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ResetNodeParams \n *\n * Checkout the following snippet for the format of ResetNodeParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResetNodeParams\n * @property {...ABTNodeClient.RequestResetNodeInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RotateSessionKeyParams \n *\n * Checkout the following snippet for the format of RotateSessionKeyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RotateSessionKeyParams\n * @property {...ABTNodeClient.RequestRotateSessionKeyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateGatewayParams \n *\n * Checkout the following snippet for the format of UpdateGatewayParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateGatewayParams\n * @property {...ABTNodeClient.GatewayInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ClearCacheParams \n *\n * Checkout the following snippet for the format of ClearCacheParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ClearCacheParams\n * @property {...ABTNodeClient.RequestClearCacheInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateMemberInvitationParams \n *\n * Checkout the following snippet for the format of CreateMemberInvitationParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateMemberInvitationParams\n * @property {...ABTNodeClient.RequestCreateInvitationInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateTransferInvitationParams \n *\n * Checkout the following snippet for the format of CreateTransferInvitationParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateTransferInvitationParams\n * @property {...ABTNodeClient.RequestCreateTransferNodeInvitationInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteInvitationParams \n *\n * Checkout the following snippet for the format of DeleteInvitationParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteInvitationParams\n * @property {...ABTNodeClient.RequestDeleteInvitationInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreatePassportIssuanceParams \n *\n * Checkout the following snippet for the format of CreatePassportIssuanceParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreatePassportIssuanceParams\n * @property {...ABTNodeClient.RequestCreatePassportIssuanceInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeletePassportIssuanceParams \n *\n * Checkout the following snippet for the format of DeletePassportIssuanceParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeletePassportIssuanceParams\n * @property {...ABTNodeClient.RequestDeleteTeamSessionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigTrustedPassportsParams \n *\n * Checkout the following snippet for the format of ConfigTrustedPassportsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigTrustedPassportsParams\n * @property {...ABTNodeClient.RequestConfigTrustedPassportsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigTrustedFactoriesParams \n *\n * Checkout the following snippet for the format of ConfigTrustedFactoriesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigTrustedFactoriesParams\n * @property {...ABTNodeClient.RequestConfigTrustedFactoriesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigPassportIssuanceParams \n *\n * Checkout the following snippet for the format of ConfigPassportIssuanceParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigPassportIssuanceParams\n * @property {...ABTNodeClient.RequestConfigPassportIssuanceInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RemoveUserParams \n *\n * Checkout the following snippet for the format of RemoveUserParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RemoveUserParams\n * @property {...ABTNodeClient.RequestTeamUserInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateUserTagsParams \n *\n * Checkout the following snippet for the format of UpdateUserTagsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateUserTagsParams\n * @property {...ABTNodeClient.RequestUpdateUserTagsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateUserExtraParams \n *\n * Checkout the following snippet for the format of UpdateUserExtraParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateUserExtraParams\n * @property {...ABTNodeClient.RequestUpdateUserExtraInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateUserApprovalParams \n *\n * Checkout the following snippet for the format of UpdateUserApprovalParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateUserApprovalParams\n * @property {...ABTNodeClient.RequestTeamUserInput} input\n */\n\n/**\n * Structure of ABTNodeClient.IssuePassportToUserParams \n *\n * Checkout the following snippet for the format of IssuePassportToUserParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.IssuePassportToUserParams\n * @property {...ABTNodeClient.RequestIssuePassportToUserInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RevokeUserPassportParams \n *\n * Checkout the following snippet for the format of RevokeUserPassportParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RevokeUserPassportParams\n * @property {...ABTNodeClient.RequestRevokeUserPassportInput} input\n */\n\n/**\n * Structure of ABTNodeClient.EnableUserPassportParams \n *\n * Checkout the following snippet for the format of EnableUserPassportParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.EnableUserPassportParams\n * @property {...ABTNodeClient.RequestRevokeUserPassportInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RemoveUserPassportParams \n *\n * Checkout the following snippet for the format of RemoveUserPassportParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RemoveUserPassportParams\n * @property {...ABTNodeClient.RequestRevokeUserPassportInput} input\n */\n\n/**\n * Structure of ABTNodeClient.SwitchProfileParams \n *\n * Checkout the following snippet for the format of SwitchProfileParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SwitchProfileParams\n * @property {...ABTNodeClient.RequestSwitchProfileInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateUserAddressParams \n *\n * Checkout the following snippet for the format of UpdateUserAddressParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateUserAddressParams\n * @property {...ABTNodeClient.RequestUpdateUserAddressInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateUserInfoParams \n *\n * Checkout the following snippet for the format of UpdateUserInfoParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateUserInfoParams\n * @property {...ABTNodeClient.RequestUpdateUserInfoInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateRoleParams \n *\n * Checkout the following snippet for the format of CreateRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateRoleParams\n * @property {...ABTNodeClient.RequestCreateRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateRoleParams \n *\n * Checkout the following snippet for the format of UpdateRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateRoleParams\n * @property {...ABTNodeClient.RequestTeamRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteRoleParams \n *\n * Checkout the following snippet for the format of DeleteRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteRoleParams\n * @property {...ABTNodeClient.RequestDeleteRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreatePermissionParams \n *\n * Checkout the following snippet for the format of CreatePermissionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreatePermissionParams\n * @property {...ABTNodeClient.RequestCreatePermissionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdatePermissionParams \n *\n * Checkout the following snippet for the format of UpdatePermissionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdatePermissionParams\n * @property {...ABTNodeClient.RequestTeamPermissionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeletePermissionParams \n *\n * Checkout the following snippet for the format of DeletePermissionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeletePermissionParams\n * @property {...ABTNodeClient.RequestDeletePermissionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GrantPermissionForRoleParams \n *\n * Checkout the following snippet for the format of GrantPermissionForRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GrantPermissionForRoleParams\n * @property {...ABTNodeClient.RequestGrantPermissionForRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RevokePermissionFromRoleParams \n *\n * Checkout the following snippet for the format of RevokePermissionFromRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RevokePermissionFromRoleParams\n * @property {...ABTNodeClient.RequestRevokePermissionFromRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdatePermissionsForRoleParams \n *\n * Checkout the following snippet for the format of UpdatePermissionsForRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdatePermissionsForRoleParams\n * @property {...ABTNodeClient.RequestUpdatePermissionsForRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.HasPermissionParams \n *\n * Checkout the following snippet for the format of HasPermissionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.HasPermissionParams\n * @property {...ABTNodeClient.RequestHasPermissionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddBlockletStoreParams \n *\n * Checkout the following snippet for the format of AddBlockletStoreParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddBlockletStoreParams\n * @property {...ABTNodeClient.RequestAddBlockletStoreInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteBlockletStoreParams \n *\n * Checkout the following snippet for the format of DeleteBlockletStoreParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteBlockletStoreParams\n * @property {...ABTNodeClient.RequestDeleteBlockletStoreInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetTagParams \n *\n * Checkout the following snippet for the format of GetTagParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetTagParams\n * @property {...ABTNodeClient.RequestTagInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateTagParams \n *\n * Checkout the following snippet for the format of CreateTagParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateTagParams\n * @property {...ABTNodeClient.RequestTagInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateTagParams \n *\n * Checkout the following snippet for the format of UpdateTagParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateTagParams\n * @property {...ABTNodeClient.RequestTagInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteTagParams \n *\n * Checkout the following snippet for the format of DeleteTagParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteTagParams\n * @property {...ABTNodeClient.RequestTagInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateTaggingParams \n *\n * Checkout the following snippet for the format of CreateTaggingParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateTaggingParams\n * @property {...ABTNodeClient.RequestTaggingInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteTaggingParams \n *\n * Checkout the following snippet for the format of DeleteTaggingParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteTaggingParams\n * @property {...ABTNodeClient.RequestTaggingInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ReadNotificationsParams \n *\n * Checkout the following snippet for the format of ReadNotificationsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ReadNotificationsParams\n * @property {...ABTNodeClient.RequestReadNotificationsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UnreadNotificationsParams \n *\n * Checkout the following snippet for the format of UnreadNotificationsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UnreadNotificationsParams\n * @property {...ABTNodeClient.RequestReadNotificationsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddRoutingSiteParams \n *\n * Checkout the following snippet for the format of AddRoutingSiteParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddRoutingSiteParams\n * @property {...ABTNodeClient.RequestAddRoutingSiteInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddDomainAliasParams \n *\n * Checkout the following snippet for the format of AddDomainAliasParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddDomainAliasParams\n * @property {...ABTNodeClient.RequestAddDomainAliasInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteDomainAliasParams \n *\n * Checkout the following snippet for the format of DeleteDomainAliasParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteDomainAliasParams\n * @property {...ABTNodeClient.RequestDeleteDomainAliasInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteRoutingSiteParams \n *\n * Checkout the following snippet for the format of DeleteRoutingSiteParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteRoutingSiteParams\n * @property {...ABTNodeClient.RequestDeleteRoutingSiteInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateRoutingSiteParams \n *\n * Checkout the following snippet for the format of UpdateRoutingSiteParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateRoutingSiteParams\n * @property {...ABTNodeClient.RequestUpdateRoutingSiteInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddRoutingRuleParams \n *\n * Checkout the following snippet for the format of AddRoutingRuleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddRoutingRuleParams\n * @property {...ABTNodeClient.RequestAddRoutingRuleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateRoutingRuleParams \n *\n * Checkout the following snippet for the format of UpdateRoutingRuleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateRoutingRuleParams\n * @property {...ABTNodeClient.RequestUpdateRoutingRuleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteRoutingRuleParams \n *\n * Checkout the following snippet for the format of DeleteRoutingRuleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteRoutingRuleParams\n * @property {...ABTNodeClient.RequestDeleteRoutingRuleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateCertificateParams \n *\n * Checkout the following snippet for the format of UpdateCertificateParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateCertificateParams\n * @property {...ABTNodeClient.RequestUpdateNginxHttpsCertInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddCertificateParams \n *\n * Checkout the following snippet for the format of AddCertificateParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddCertificateParams\n * @property {...ABTNodeClient.RequestAddNginxHttpsCertInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteCertificateParams \n *\n * Checkout the following snippet for the format of DeleteCertificateParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteCertificateParams\n * @property {...ABTNodeClient.RequestDeleteNginxHttpsCertInput} input\n */\n\n/**\n * Structure of ABTNodeClient.IssueLetsEncryptCertParams \n *\n * Checkout the following snippet for the format of IssueLetsEncryptCertParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.IssueLetsEncryptCertParams\n * @property {...ABTNodeClient.RequestAddLetsEncryptCertInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateAccessKeyParams \n *\n * Checkout the following snippet for the format of CreateAccessKeyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateAccessKeyParams\n * @property {...ABTNodeClient.RequestCreateAccessKeyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateAccessKeyParams \n *\n * Checkout the following snippet for the format of UpdateAccessKeyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateAccessKeyParams\n * @property {...ABTNodeClient.RequestUpdateAccessKeyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteAccessKeyParams \n *\n * Checkout the following snippet for the format of DeleteAccessKeyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteAccessKeyParams\n * @property {...ABTNodeClient.RequestDeleteAccessKeyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.VerifyAccessKeyParams \n *\n * Checkout the following snippet for the format of VerifyAccessKeyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.VerifyAccessKeyParams\n * @property {...ABTNodeClient.RequestVerifyAccessKeyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateWebHookParams \n *\n * Checkout the following snippet for the format of CreateWebHookParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateWebHookParams\n * @property {...ABTNodeClient.RequestCreateWebHookInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteWebHookParams \n *\n * Checkout the following snippet for the format of DeleteWebHookParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteWebHookParams\n * @property {...ABTNodeClient.RequestDeleteWebHookInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateWebHookStateParams \n *\n * Checkout the following snippet for the format of UpdateWebHookStateParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateWebHookStateParams\n * @property {...ABTNodeClient.RequestUpdateWebHookStateInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateProjectParams \n *\n * Checkout the following snippet for the format of CreateProjectParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateProjectParams\n * @property {...ABTNodeClient.RequestCreateProjectInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateProjectParams \n *\n * Checkout the following snippet for the format of UpdateProjectParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateProjectParams\n * @property {...ABTNodeClient.RequestUpdateProjectInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteProjectParams \n *\n * Checkout the following snippet for the format of DeleteProjectParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteProjectParams\n * @property {...ABTNodeClient.RequestProjectInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateReleaseParams \n *\n * Checkout the following snippet for the format of CreateReleaseParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateReleaseParams\n * @property {...ABTNodeClient.RequestCreateReleaseInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteReleaseParams \n *\n * Checkout the following snippet for the format of DeleteReleaseParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteReleaseParams\n * @property {...ABTNodeClient.RequestReleaseInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateSelectedResourcesParams \n *\n * Checkout the following snippet for the format of UpdateSelectedResourcesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateSelectedResourcesParams\n * @property {...ABTNodeClient.RequestUpdateSelectedResourcesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConnectToStoreParams \n *\n * Checkout the following snippet for the format of ConnectToStoreParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectToStoreParams\n * @property {...ABTNodeClient.RequestConnectToStoreInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DisconnectFromStoreParams \n *\n * Checkout the following snippet for the format of DisconnectFromStoreParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DisconnectFromStoreParams\n * @property {...ABTNodeClient.RequestDisconnectFromStoreInput} input\n */\n\n/**\n * Structure of ABTNodeClient.PublishToStoreParams \n *\n * Checkout the following snippet for the format of PublishToStoreParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PublishToStoreParams\n * @property {...ABTNodeClient.RequestPublishToStoreInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConnectByStudioParams \n *\n * Checkout the following snippet for the format of ConnectByStudioParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectByStudioParams\n * @property {...ABTNodeClient.RequestConnectByStudioInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddBlockletSecurityRuleParams \n *\n * Checkout the following snippet for the format of AddBlockletSecurityRuleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddBlockletSecurityRuleParams\n * @property {...ABTNodeClient.RequestAddBlockletSecurityRuleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateBlockletSecurityRuleParams \n *\n * Checkout the following snippet for the format of UpdateBlockletSecurityRuleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateBlockletSecurityRuleParams\n * @property {...ABTNodeClient.RequestUpdateBlockletSecurityRuleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteBlockletSecurityRuleParams \n *\n * Checkout the following snippet for the format of DeleteBlockletSecurityRuleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteBlockletSecurityRuleParams\n * @property {...ABTNodeClient.RequestDeleteBlockletSecurityRuleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddBlockletResponseHeaderPolicyParams \n *\n * Checkout the following snippet for the format of AddBlockletResponseHeaderPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddBlockletResponseHeaderPolicyParams\n * @property {...ABTNodeClient.RequestAddBlockletResponseHeaderPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateBlockletResponseHeaderPolicyParams \n *\n * Checkout the following snippet for the format of UpdateBlockletResponseHeaderPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateBlockletResponseHeaderPolicyParams\n * @property {...ABTNodeClient.RequestUpdateBlockletResponseHeaderPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteBlockletResponseHeaderPolicyParams \n *\n * Checkout the following snippet for the format of DeleteBlockletResponseHeaderPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteBlockletResponseHeaderPolicyParams\n * @property {...ABTNodeClient.RequestDeleteBlockletResponseHeaderPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddBlockletAccessPolicyParams \n *\n * Checkout the following snippet for the format of AddBlockletAccessPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddBlockletAccessPolicyParams\n * @property {...ABTNodeClient.RequestAddBlockletAccessPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateBlockletAccessPolicyParams \n *\n * Checkout the following snippet for the format of UpdateBlockletAccessPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateBlockletAccessPolicyParams\n * @property {...ABTNodeClient.RequestUpdateBlockletAccessPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteBlockletAccessPolicyParams \n *\n * Checkout the following snippet for the format of DeleteBlockletAccessPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteBlockletAccessPolicyParams\n * @property {...ABTNodeClient.RequestDeleteBlockletAccessPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateWebhookEndpointParams \n *\n * Checkout the following snippet for the format of CreateWebhookEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateWebhookEndpointParams\n * @property {...ABTNodeClient.RequestCreateWebhookEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateWebhookEndpointParams \n *\n * Checkout the following snippet for the format of UpdateWebhookEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateWebhookEndpointParams\n * @property {...ABTNodeClient.RequestUpdateWebhookEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteWebhookEndpointParams \n *\n * Checkout the following snippet for the format of DeleteWebhookEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteWebhookEndpointParams\n * @property {...ABTNodeClient.RequestDeleteWebhookEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RetryWebhookAttemptParams \n *\n * Checkout the following snippet for the format of RetryWebhookAttemptParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RetryWebhookAttemptParams\n * @property {...ABTNodeClient.RequestAttemptInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddUploadEndpointParams \n *\n * Checkout the following snippet for the format of AddUploadEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddUploadEndpointParams\n * @property {...ABTNodeClient.RequestAddUploadEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteUploadEndpointParams \n *\n * Checkout the following snippet for the format of DeleteUploadEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteUploadEndpointParams\n * @property {...ABTNodeClient.RequestDeleteUploadEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConnectToEndpointParams \n *\n * Checkout the following snippet for the format of ConnectToEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectToEndpointParams\n * @property {...ABTNodeClient.RequestConnectToEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DisconnectFromEndpointParams \n *\n * Checkout the following snippet for the format of DisconnectFromEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DisconnectFromEndpointParams\n * @property {...ABTNodeClient.RequestDisconnectFromEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.PublishToEndpointParams \n *\n * Checkout the following snippet for the format of PublishToEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PublishToEndpointParams\n * @property {...ABTNodeClient.RequestPublishToEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConnectToAigneParams \n *\n * Checkout the following snippet for the format of ConnectToAigneParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectToAigneParams\n * @property {...ABTNodeClient.RequestConnectToAigneInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DisconnectToAigneParams \n *\n * Checkout the following snippet for the format of DisconnectToAigneParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DisconnectToAigneParams\n * @property {...ABTNodeClient.RequestDisconnectToAigneInput} input\n */\n\n/**\n * Structure of ABTNodeClient.VerifyAigneConnectionParams \n *\n * Checkout the following snippet for the format of VerifyAigneConnectionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.VerifyAigneConnectionParams\n * @property {...ABTNodeClient.RequestVerifyAigneConnectionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateOrgParams \n *\n * Checkout the following snippet for the format of CreateOrgParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateOrgParams\n * @property {...ABTNodeClient.RequestCreateOrgInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateOrgParams \n *\n * Checkout the following snippet for the format of UpdateOrgParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateOrgParams\n * @property {...ABTNodeClient.RequestUpdateOrgInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteOrgParams \n *\n * Checkout the following snippet for the format of DeleteOrgParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteOrgParams\n * @property {...ABTNodeClient.RequestGetOrgInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddOrgMemberParams \n *\n * Checkout the following snippet for the format of AddOrgMemberParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddOrgMemberParams\n * @property {...ABTNodeClient.RequestGetOrgMemberInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RemoveOrgMemberParams \n *\n * Checkout the following snippet for the format of RemoveOrgMemberParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RemoveOrgMemberParams\n * @property {...ABTNodeClient.RequestGetOrgMemberInput} input\n */\n\n/**\n * Structure of ABTNodeClient.InviteMembersToOrgParams \n *\n * Checkout the following snippet for the format of InviteMembersToOrgParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.InviteMembersToOrgParams\n * @property {...ABTNodeClient.RequestInviteMembersToOrgInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddOrgResourceParams \n *\n * Checkout the following snippet for the format of AddOrgResourceParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddOrgResourceParams\n * @property {...ABTNodeClient.RequestAddOrgResourceInput} input\n */\n\n/**\n * Structure of ABTNodeClient.MigrateOrgResourceParams \n *\n * Checkout the following snippet for the format of MigrateOrgResourceParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.MigrateOrgResourceParams\n * @property {...ABTNodeClient.RequestMigrateOrgResourceInput} input\n */\n\n/**\n * getBlocklet\n *\n * @name ABTNodeClient#getBlocklet\n * @param {ABTNodeClient.GetBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * getBlockletMetaFromUrl\n *\n * @name ABTNodeClient#getBlockletMetaFromUrl\n * @param {ABTNodeClient.GetBlockletMetaFromUrlParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletMetaFromUrl>} Checkout {@link ABTNodeClient.ResponseBlockletMetaFromUrl} for resolved data format\n */\n\n/**\n * getBlockletDiff\n *\n * @name ABTNodeClient#getBlockletDiff\n * @param {ABTNodeClient.GetBlockletDiffParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletDiff>} Checkout {@link ABTNodeClient.ResponseBlockletDiff} for resolved data format\n */\n\n/**\n * getBlocklets\n *\n * @name ABTNodeClient#getBlocklets\n * @param {ABTNodeClient.GetBlockletsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetBlocklets>} Checkout {@link ABTNodeClient.ResponseGetBlocklets} for resolved data format\n */\n\n/**\n * getBlockletRuntimeHistory\n *\n * @name ABTNodeClient#getBlockletRuntimeHistory\n * @param {ABTNodeClient.GetBlockletRuntimeHistoryParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletRuntimeHistory>} Checkout {@link ABTNodeClient.ResponseBlockletRuntimeHistory} for resolved data format\n */\n\n/**\n * getBlockletsFromBackup\n *\n * @name ABTNodeClient#getBlockletsFromBackup\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletsFromBackup>} Checkout {@link ABTNodeClient.ResponseBlockletsFromBackup} for resolved data format\n */\n\n/**\n * getDynamicComponents\n *\n * @name ABTNodeClient#getDynamicComponents\n * @param {ABTNodeClient.GetDynamicComponentsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetDynamicComponents>} Checkout {@link ABTNodeClient.ResponseGetDynamicComponents} for resolved data format\n */\n\n/**\n * getNodeInfo\n *\n * @name ABTNodeClient#getNodeInfo\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetNodeInfo>} Checkout {@link ABTNodeClient.ResponseGetNodeInfo} for resolved data format\n */\n\n/**\n * resetNodeStatus\n *\n * @name ABTNodeClient#resetNodeStatus\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetNodeInfo>} Checkout {@link ABTNodeClient.ResponseGetNodeInfo} for resolved data format\n */\n\n/**\n * getNodeEnv\n *\n * @name ABTNodeClient#getNodeEnv\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetNodeEnv>} Checkout {@link ABTNodeClient.ResponseGetNodeEnv} for resolved data format\n */\n\n/**\n * checkNodeVersion\n *\n * @name ABTNodeClient#checkNodeVersion\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCheckNodeVersion>} Checkout {@link ABTNodeClient.ResponseCheckNodeVersion} for resolved data format\n */\n\n/**\n * getDelegationState\n *\n * @name ABTNodeClient#getDelegationState\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseDelegationState>} Checkout {@link ABTNodeClient.ResponseDelegationState} for resolved data format\n */\n\n/**\n * getNodeRuntimeHistory\n *\n * @name ABTNodeClient#getNodeRuntimeHistory\n * @param {ABTNodeClient.GetNodeRuntimeHistoryParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseNodeRuntimeHistory>} Checkout {@link ABTNodeClient.ResponseNodeRuntimeHistory} for resolved data format\n */\n\n/**\n * getBlockletMeta\n *\n * @name ABTNodeClient#getBlockletMeta\n * @param {ABTNodeClient.GetBlockletMetaParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletMeta>} Checkout {@link ABTNodeClient.ResponseBlockletMeta} for resolved data format\n */\n\n/**\n * getNotifications\n *\n * @name ABTNodeClient#getNotifications\n * @param {ABTNodeClient.GetNotificationsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetNotifications>} Checkout {@link ABTNodeClient.ResponseGetNotifications} for resolved data format\n */\n\n/**\n * makeAllNotificationsAsRead\n *\n * @name ABTNodeClient#makeAllNotificationsAsRead\n * @param {ABTNodeClient.MakeAllNotificationsAsReadParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseMakeAllNotificationsAsRead>} Checkout {@link ABTNodeClient.ResponseMakeAllNotificationsAsRead} for resolved data format\n */\n\n/**\n * getNotificationSendLog\n *\n * @name ABTNodeClient#getNotificationSendLog\n * @param {ABTNodeClient.GetNotificationSendLogParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseNotificationSendLog>} Checkout {@link ABTNodeClient.ResponseNotificationSendLog} for resolved data format\n */\n\n/**\n * getReceivers\n *\n * @name ABTNodeClient#getReceivers\n * @param {ABTNodeClient.GetReceiversParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseReceivers>} Checkout {@link ABTNodeClient.ResponseReceivers} for resolved data format\n */\n\n/**\n * getNotificationComponents\n *\n * @name ABTNodeClient#getNotificationComponents\n * @param {ABTNodeClient.GetNotificationComponentsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseNotificationComponents>} Checkout {@link ABTNodeClient.ResponseNotificationComponents} for resolved data format\n */\n\n/**\n * resendNotification\n *\n * @name ABTNodeClient#resendNotification\n * @param {ABTNodeClient.ResendNotificationParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseResendNotification>} Checkout {@link ABTNodeClient.ResponseResendNotification} for resolved data format\n */\n\n/**\n * getRoutingSites\n *\n * @name ABTNodeClient#getRoutingSites\n * @param {ABTNodeClient.GetRoutingSitesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetRoutingSites>} Checkout {@link ABTNodeClient.ResponseGetRoutingSites} for resolved data format\n */\n\n/**\n * getRoutingProviders\n *\n * @name ABTNodeClient#getRoutingProviders\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetRoutingProviders>} Checkout {@link ABTNodeClient.ResponseGetRoutingProviders} for resolved data format\n */\n\n/**\n * isDidDomain\n *\n * @name ABTNodeClient#isDidDomain\n * @param {ABTNodeClient.IsDidDomainParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseIsDidDomain>} Checkout {@link ABTNodeClient.ResponseIsDidDomain} for resolved data format\n */\n\n/**\n * getCertificates\n *\n * @name ABTNodeClient#getCertificates\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetCertificates>} Checkout {@link ABTNodeClient.ResponseGetCertificates} for resolved data format\n */\n\n/**\n * checkDomains\n *\n * @name ABTNodeClient#checkDomains\n * @param {ABTNodeClient.CheckDomainsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCheckDomains>} Checkout {@link ABTNodeClient.ResponseCheckDomains} for resolved data format\n */\n\n/**\n * findCertificateByDomain\n *\n * @name ABTNodeClient#findCertificateByDomain\n * @param {ABTNodeClient.FindCertificateByDomainParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseFindCertificateByDomain>} Checkout {@link ABTNodeClient.ResponseFindCertificateByDomain} for resolved data format\n */\n\n/**\n * getAccessKeys\n *\n * @name ABTNodeClient#getAccessKeys\n * @param {ABTNodeClient.GetAccessKeysParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseAccessKeys>} Checkout {@link ABTNodeClient.ResponseAccessKeys} for resolved data format\n */\n\n/**\n * getAccessKey\n *\n * @name ABTNodeClient#getAccessKey\n * @param {ABTNodeClient.GetAccessKeyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseAccessKey>} Checkout {@link ABTNodeClient.ResponseAccessKey} for resolved data format\n */\n\n/**\n * getWebHooks\n *\n * @name ABTNodeClient#getWebHooks\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseWebHooks>} Checkout {@link ABTNodeClient.ResponseWebHooks} for resolved data format\n */\n\n/**\n * getWebhookSenders\n *\n * @name ABTNodeClient#getWebhookSenders\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseSenderList>} Checkout {@link ABTNodeClient.ResponseSenderList} for resolved data format\n */\n\n/**\n * sendTestMessage\n *\n * @name ABTNodeClient#sendTestMessage\n * @param {ABTNodeClient.SendTestMessageParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseSendMsg>} Checkout {@link ABTNodeClient.ResponseSendMsg} for resolved data format\n */\n\n/**\n * getSession\n *\n * @name ABTNodeClient#getSession\n * @param {ABTNodeClient.GetSessionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetSession>} Checkout {@link ABTNodeClient.ResponseGetSession} for resolved data format\n */\n\n/**\n * getRoles\n *\n * @name ABTNodeClient#getRoles\n * @param {ABTNodeClient.GetRolesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoles>} Checkout {@link ABTNodeClient.ResponseRoles} for resolved data format\n */\n\n/**\n * getRole\n *\n * @name ABTNodeClient#getRole\n * @param {ABTNodeClient.GetRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRole>} Checkout {@link ABTNodeClient.ResponseRole} for resolved data format\n */\n\n/**\n * getPermissions\n *\n * @name ABTNodeClient#getPermissions\n * @param {ABTNodeClient.GetPermissionsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePermissions>} Checkout {@link ABTNodeClient.ResponsePermissions} for resolved data format\n */\n\n/**\n * getInvitations\n *\n * @name ABTNodeClient#getInvitations\n * @param {ABTNodeClient.GetInvitationsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetInvitations>} Checkout {@link ABTNodeClient.ResponseGetInvitations} for resolved data format\n */\n\n/**\n * getUsers\n *\n * @name ABTNodeClient#getUsers\n * @param {ABTNodeClient.GetUsersParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUsers>} Checkout {@link ABTNodeClient.ResponseUsers} for resolved data format\n */\n\n/**\n * getUser\n *\n * @name ABTNodeClient#getUser\n * @param {ABTNodeClient.GetUserParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * getUserSessions\n *\n * @name ABTNodeClient#getUserSessions\n * @param {ABTNodeClient.GetUserSessionsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUserSessions>} Checkout {@link ABTNodeClient.ResponseUserSessions} for resolved data format\n */\n\n/**\n * getUserSessionsCount\n *\n * @name ABTNodeClient#getUserSessionsCount\n * @param {ABTNodeClient.GetUserSessionsCountParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUserSessionsCount>} Checkout {@link ABTNodeClient.ResponseUserSessionsCount} for resolved data format\n */\n\n/**\n * getUsersCount\n *\n * @name ABTNodeClient#getUsersCount\n * @param {ABTNodeClient.GetUsersCountParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetUsersCount>} Checkout {@link ABTNodeClient.ResponseGetUsersCount} for resolved data format\n */\n\n/**\n * getUsersCountPerRole\n *\n * @name ABTNodeClient#getUsersCountPerRole\n * @param {ABTNodeClient.GetUsersCountPerRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetUsersCountPerRole>} Checkout {@link ABTNodeClient.ResponseGetUsersCountPerRole} for resolved data format\n */\n\n/**\n * getOwner\n *\n * @name ABTNodeClient#getOwner\n * @param {ABTNodeClient.GetOwnerParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * getPermissionsByRole\n *\n * @name ABTNodeClient#getPermissionsByRole\n * @param {ABTNodeClient.GetPermissionsByRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePermissions>} Checkout {@link ABTNodeClient.ResponsePermissions} for resolved data format\n */\n\n/**\n * getPassportIssuances\n *\n * @name ABTNodeClient#getPassportIssuances\n * @param {ABTNodeClient.GetPassportIssuancesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetPassportIssuances>} Checkout {@link ABTNodeClient.ResponseGetPassportIssuances} for resolved data format\n */\n\n/**\n * logoutUser\n *\n * @name ABTNodeClient#logoutUser\n * @param {ABTNodeClient.LogoutUserParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * destroySelf\n *\n * @name ABTNodeClient#destroySelf\n * @param {ABTNodeClient.DestroySelfParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * getUserFollowers\n *\n * @name ABTNodeClient#getUserFollowers\n * @param {ABTNodeClient.GetUserFollowersParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUserFollows>} Checkout {@link ABTNodeClient.ResponseUserFollows} for resolved data format\n */\n\n/**\n * getUserFollowing\n *\n * @name ABTNodeClient#getUserFollowing\n * @param {ABTNodeClient.GetUserFollowingParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUserFollows>} Checkout {@link ABTNodeClient.ResponseUserFollows} for resolved data format\n */\n\n/**\n * getUserFollowStats\n *\n * @name ABTNodeClient#getUserFollowStats\n * @param {ABTNodeClient.GetUserFollowStatsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUserRelationCount>} Checkout {@link ABTNodeClient.ResponseUserRelationCount} for resolved data format\n */\n\n/**\n * checkFollowing\n *\n * @name ABTNodeClient#checkFollowing\n * @param {ABTNodeClient.CheckFollowingParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCheckFollowing>} Checkout {@link ABTNodeClient.ResponseCheckFollowing} for resolved data format\n */\n\n/**\n * followUser\n *\n * @name ABTNodeClient#followUser\n * @param {ABTNodeClient.FollowUserParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * unfollowUser\n *\n * @name ABTNodeClient#unfollowUser\n * @param {ABTNodeClient.UnfollowUserParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * getUserInvites\n *\n * @name ABTNodeClient#getUserInvites\n * @param {ABTNodeClient.GetUserInvitesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUsers>} Checkout {@link ABTNodeClient.ResponseUsers} for resolved data format\n */\n\n/**\n * getTags\n *\n * @name ABTNodeClient#getTags\n * @param {ABTNodeClient.GetTagsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseTags>} Checkout {@link ABTNodeClient.ResponseTags} for resolved data format\n */\n\n/**\n * getAuditLogs\n *\n * @name ABTNodeClient#getAuditLogs\n * @param {ABTNodeClient.GetAuditLogsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetAuditLogs>} Checkout {@link ABTNodeClient.ResponseGetAuditLogs} for resolved data format\n */\n\n/**\n * getLauncherSession\n *\n * @name ABTNodeClient#getLauncherSession\n * @param {ABTNodeClient.GetLauncherSessionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetLauncherSession>} Checkout {@link ABTNodeClient.ResponseGetLauncherSession} for resolved data format\n */\n\n/**\n * getBlockletBackups\n *\n * @name ABTNodeClient#getBlockletBackups\n * @param {ABTNodeClient.GetBlockletBackupsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetBlockletBackups>} Checkout {@link ABTNodeClient.ResponseGetBlockletBackups} for resolved data format\n */\n\n/**\n * getBlockletBackupSummary\n *\n * @name ABTNodeClient#getBlockletBackupSummary\n * @param {ABTNodeClient.GetBlockletBackupSummaryParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetBlockletBackupSummary>} Checkout {@link ABTNodeClient.ResponseGetBlockletBackupSummary} for resolved data format\n */\n\n/**\n * getBlockletSpaceGateways\n *\n * @name ABTNodeClient#getBlockletSpaceGateways\n * @param {ABTNodeClient.GetBlockletSpaceGatewaysParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetBlockletSpaceGateways>} Checkout {@link ABTNodeClient.ResponseGetBlockletSpaceGateways} for resolved data format\n */\n\n/**\n * getTrafficInsights\n *\n * @name ABTNodeClient#getTrafficInsights\n * @param {ABTNodeClient.GetTrafficInsightsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetTrafficInsights>} Checkout {@link ABTNodeClient.ResponseGetTrafficInsights} for resolved data format\n */\n\n/**\n * getProjects\n *\n * @name ABTNodeClient#getProjects\n * @param {ABTNodeClient.GetProjectsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetProjects>} Checkout {@link ABTNodeClient.ResponseGetProjects} for resolved data format\n */\n\n/**\n * getProject\n *\n * @name ABTNodeClient#getProject\n * @param {ABTNodeClient.GetProjectParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetProject>} Checkout {@link ABTNodeClient.ResponseGetProject} for resolved data format\n */\n\n/**\n * getReleases\n *\n * @name ABTNodeClient#getReleases\n * @param {ABTNodeClient.GetReleasesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetReleases>} Checkout {@link ABTNodeClient.ResponseGetReleases} for resolved data format\n */\n\n/**\n * getRelease\n *\n * @name ABTNodeClient#getRelease\n * @param {ABTNodeClient.GetReleaseParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetRelease>} Checkout {@link ABTNodeClient.ResponseGetRelease} for resolved data format\n */\n\n/**\n * getSelectedResources\n *\n * @name ABTNodeClient#getSelectedResources\n * @param {ABTNodeClient.GetSelectedResourcesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetSelectedResources>} Checkout {@link ABTNodeClient.ResponseGetSelectedResources} for resolved data format\n */\n\n/**\n * getBlockletSecurityRule\n *\n * @name ABTNodeClient#getBlockletSecurityRule\n * @param {ABTNodeClient.GetBlockletSecurityRuleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletSecurityRule>} Checkout {@link ABTNodeClient.ResponseBlockletSecurityRule} for resolved data format\n */\n\n/**\n * getBlockletSecurityRules\n *\n * @name ABTNodeClient#getBlockletSecurityRules\n * @param {ABTNodeClient.GetBlockletSecurityRulesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletSecurityRules>} Checkout {@link ABTNodeClient.ResponseBlockletSecurityRules} for resolved data format\n */\n\n/**\n * getBlockletResponseHeaderPolicy\n *\n * @name ABTNodeClient#getBlockletResponseHeaderPolicy\n * @param {ABTNodeClient.GetBlockletResponseHeaderPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletAccessPolicy>} Checkout {@link ABTNodeClient.ResponseBlockletAccessPolicy} for resolved data format\n */\n\n/**\n * getBlockletResponseHeaderPolicies\n *\n * @name ABTNodeClient#getBlockletResponseHeaderPolicies\n * @param {ABTNodeClient.GetBlockletResponseHeaderPoliciesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletResponseHeaderPolicies>} Checkout {@link ABTNodeClient.ResponseBlockletResponseHeaderPolicies} for resolved data format\n */\n\n/**\n * getBlockletAccessPolicy\n *\n * @name ABTNodeClient#getBlockletAccessPolicy\n * @param {ABTNodeClient.GetBlockletAccessPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletAccessPolicy>} Checkout {@link ABTNodeClient.ResponseBlockletAccessPolicy} for resolved data format\n */\n\n/**\n * getBlockletAccessPolicies\n *\n * @name ABTNodeClient#getBlockletAccessPolicies\n * @param {ABTNodeClient.GetBlockletAccessPoliciesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletAccessPolicies>} Checkout {@link ABTNodeClient.ResponseBlockletAccessPolicies} for resolved data format\n */\n\n/**\n * getWebhookEndpoints\n *\n * @name ABTNodeClient#getWebhookEndpoints\n * @param {ABTNodeClient.GetWebhookEndpointsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetWebhookEndpoints>} Checkout {@link ABTNodeClient.ResponseGetWebhookEndpoints} for resolved data format\n */\n\n/**\n * getWebhookEndpoint\n *\n * @name ABTNodeClient#getWebhookEndpoint\n * @param {ABTNodeClient.GetWebhookEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetWebhookEndpoint>} Checkout {@link ABTNodeClient.ResponseGetWebhookEndpoint} for resolved data format\n */\n\n/**\n * getWebhookAttempts\n *\n * @name ABTNodeClient#getWebhookAttempts\n * @param {ABTNodeClient.GetWebhookAttemptsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetWebhookAttempts>} Checkout {@link ABTNodeClient.ResponseGetWebhookAttempts} for resolved data format\n */\n\n/**\n * getPassportRoleCounts\n *\n * @name ABTNodeClient#getPassportRoleCounts\n * @param {ABTNodeClient.GetPassportRoleCountsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetPassportCountPerRole>} Checkout {@link ABTNodeClient.ResponseGetPassportCountPerRole} for resolved data format\n */\n\n/**\n * getPassportsByRole\n *\n * @name ABTNodeClient#getPassportsByRole\n * @param {ABTNodeClient.GetPassportsByRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePassport>} Checkout {@link ABTNodeClient.ResponsePassport} for resolved data format\n */\n\n/**\n * getPassportLogs\n *\n * @name ABTNodeClient#getPassportLogs\n * @param {ABTNodeClient.GetPassportLogsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePassportLog>} Checkout {@link ABTNodeClient.ResponsePassportLog} for resolved data format\n */\n\n/**\n * getRelatedPassports\n *\n * @name ABTNodeClient#getRelatedPassports\n * @param {ABTNodeClient.GetRelatedPassportsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePassport>} Checkout {@link ABTNodeClient.ResponsePassport} for resolved data format\n */\n\n/**\n * getBlockletBaseInfo\n *\n * @name ABTNodeClient#getBlockletBaseInfo\n * @param {ABTNodeClient.GetBlockletBaseInfoParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletInfo>} Checkout {@link ABTNodeClient.ResponseBlockletInfo} for resolved data format\n */\n\n/**\n * getDomainDNS\n *\n * @name ABTNodeClient#getDomainDNS\n * @param {ABTNodeClient.GetDomainDnsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseDomainDNS>} Checkout {@link ABTNodeClient.ResponseDomainDNS} for resolved data format\n */\n\n/**\n * getOAuthClients\n *\n * @name ABTNodeClient#getOAuthClients\n * @param {ABTNodeClient.GetOAuthClientsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseOAuthClients>} Checkout {@link ABTNodeClient.ResponseOAuthClients} for resolved data format\n */\n\n/**\n * createOAuthClient\n *\n * @name ABTNodeClient#createOAuthClient\n * @param {ABTNodeClient.CreateOAuthClientParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseOAuthClient>} Checkout {@link ABTNodeClient.ResponseOAuthClient} for resolved data format\n */\n\n/**\n * updateOAuthClient\n *\n * @name ABTNodeClient#updateOAuthClient\n * @param {ABTNodeClient.UpdateOAuthClientParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseOAuthClient>} Checkout {@link ABTNodeClient.ResponseOAuthClient} for resolved data format\n */\n\n/**\n * deleteOAuthClient\n *\n * @name ABTNodeClient#deleteOAuthClient\n * @param {ABTNodeClient.DeleteOAuthClientParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * getOrgs\n *\n * @name ABTNodeClient#getOrgs\n * @param {ABTNodeClient.GetOrgsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetOrgs>} Checkout {@link ABTNodeClient.ResponseGetOrgs} for resolved data format\n */\n\n/**\n * getOrg\n *\n * @name ABTNodeClient#getOrg\n * @param {ABTNodeClient.GetOrgParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetOrg>} Checkout {@link ABTNodeClient.ResponseGetOrg} for resolved data format\n */\n\n/**\n * getOrgMembers\n *\n * @name ABTNodeClient#getOrgMembers\n * @param {ABTNodeClient.GetOrgMembersParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseOrgUsers>} Checkout {@link ABTNodeClient.ResponseOrgUsers} for resolved data format\n */\n\n/**\n * getOrgInvitableUsers\n *\n * @name ABTNodeClient#getOrgInvitableUsers\n * @param {ABTNodeClient.GetOrgInvitableUsersParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUsers>} Checkout {@link ABTNodeClient.ResponseUsers} for resolved data format\n */\n\n/**\n * getOrgResource\n *\n * @name ABTNodeClient#getOrgResource\n * @param {ABTNodeClient.GetOrgResourceParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetOrgResource>} Checkout {@link ABTNodeClient.ResponseGetOrgResource} for resolved data format\n */\n\n/**\n * installBlocklet\n *\n * @name ABTNodeClient#installBlocklet\n * @param {ABTNodeClient.InstallBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * installComponent\n *\n * @name ABTNodeClient#installComponent\n * @param {ABTNodeClient.InstallComponentParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * startBlocklet\n *\n * @name ABTNodeClient#startBlocklet\n * @param {ABTNodeClient.StartBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * stopBlocklet\n *\n * @name ABTNodeClient#stopBlocklet\n * @param {ABTNodeClient.StopBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * reloadBlocklet\n *\n * @name ABTNodeClient#reloadBlocklet\n * @param {ABTNodeClient.ReloadBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * restartBlocklet\n *\n * @name ABTNodeClient#restartBlocklet\n * @param {ABTNodeClient.RestartBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * deleteBlocklet\n *\n * @name ABTNodeClient#deleteBlocklet\n * @param {ABTNodeClient.DeleteBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * deleteComponent\n *\n * @name ABTNodeClient#deleteComponent\n * @param {ABTNodeClient.DeleteComponentParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * cancelDownloadBlocklet\n *\n * @name ABTNodeClient#cancelDownloadBlocklet\n * @param {ABTNodeClient.CancelDownloadBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * checkComponentsForUpdates\n *\n * @name ABTNodeClient#checkComponentsForUpdates\n * @param {ABTNodeClient.CheckComponentsForUpdatesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCheckComponentsForUpdates>} Checkout {@link ABTNodeClient.ResponseCheckComponentsForUpdates} for resolved data format\n */\n\n/**\n * upgradeComponents\n *\n * @name ABTNodeClient#upgradeComponents\n * @param {ABTNodeClient.UpgradeComponentsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configBlocklet\n *\n * @name ABTNodeClient#configBlocklet\n * @param {ABTNodeClient.ConfigBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configPublicToStore\n *\n * @name ABTNodeClient#configPublicToStore\n * @param {ABTNodeClient.ConfigPublicToStoreParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configNavigations\n *\n * @name ABTNodeClient#configNavigations\n * @param {ABTNodeClient.ConfigNavigationsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configAuthentication\n *\n * @name ABTNodeClient#configAuthentication\n * @param {ABTNodeClient.ConfigAuthenticationParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configDidConnect\n *\n * @name ABTNodeClient#configDidConnect\n * @param {ABTNodeClient.ConfigDidConnectParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configNotification\n *\n * @name ABTNodeClient#configNotification\n * @param {ABTNodeClient.ConfigNotificationParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configVault\n *\n * @name ABTNodeClient#configVault\n * @param {ABTNodeClient.ConfigVaultParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseConfigVault>} Checkout {@link ABTNodeClient.ResponseConfigVault} for resolved data format\n */\n\n/**\n * sendEmail\n *\n * @name ABTNodeClient#sendEmail\n * @param {ABTNodeClient.SendEmailParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * sendPush\n *\n * @name ABTNodeClient#sendPush\n * @param {ABTNodeClient.SendPushParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * joinFederatedLogin\n *\n * @name ABTNodeClient#joinFederatedLogin\n * @param {ABTNodeClient.JoinFederatedLoginParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * quitFederatedLogin\n *\n * @name ABTNodeClient#quitFederatedLogin\n * @param {ABTNodeClient.QuitFederatedLoginParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * disbandFederatedLogin\n *\n * @name ABTNodeClient#disbandFederatedLogin\n * @param {ABTNodeClient.DisbandFederatedLoginParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * syncMasterAuthorization\n *\n * @name ABTNodeClient#syncMasterAuthorization\n * @param {ABTNodeClient.SyncMasterAuthorizationParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * syncFederatedConfig\n *\n * @name ABTNodeClient#syncFederatedConfig\n * @param {ABTNodeClient.SyncFederatedConfigParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * auditFederatedLogin\n *\n * @name ABTNodeClient#auditFederatedLogin\n * @param {ABTNodeClient.AuditFederatedLoginParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * updateAppSessionConfig\n *\n * @name ABTNodeClient#updateAppSessionConfig\n * @param {ABTNodeClient.UpdateAppSessionConfigParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * updateComponentTitle\n *\n * @name ABTNodeClient#updateComponentTitle\n * @param {ABTNodeClient.UpdateComponentTitleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * updateComponentMountPoint\n *\n * @name ABTNodeClient#updateComponentMountPoint\n * @param {ABTNodeClient.UpdateComponentMountPointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * backupBlocklet\n *\n * @name ABTNodeClient#backupBlocklet\n * @param {ABTNodeClient.BackupBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * abortBlockletBackup\n *\n * @name ABTNodeClient#abortBlockletBackup\n * @param {ABTNodeClient.AbortBlockletBackupParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * restoreBlocklet\n *\n * @name ABTNodeClient#restoreBlocklet\n * @param {ABTNodeClient.RestoreBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * migrateApplicationToStructV2\n *\n * @name ABTNodeClient#migrateApplicationToStructV2\n * @param {ABTNodeClient.MigrateApplicationToStructV2Params} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * launchBlockletByLauncher\n *\n * @name ABTNodeClient#launchBlockletByLauncher\n * @param {ABTNodeClient.LaunchBlockletByLauncherParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseLaunchBlockletByLauncher>} Checkout {@link ABTNodeClient.ResponseLaunchBlockletByLauncher} for resolved data format\n */\n\n/**\n * launchBlockletWithoutWallet\n *\n * @name ABTNodeClient#launchBlockletWithoutWallet\n * @param {ABTNodeClient.LaunchBlockletWithoutWalletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseLaunchBlockletWithoutWallet>} Checkout {@link ABTNodeClient.ResponseLaunchBlockletWithoutWallet} for resolved data format\n */\n\n/**\n * addBlockletSpaceGateway\n *\n * @name ABTNodeClient#addBlockletSpaceGateway\n * @param {ABTNodeClient.AddBlockletSpaceGatewayParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * deleteBlockletSpaceGateway\n *\n * @name ABTNodeClient#deleteBlockletSpaceGateway\n * @param {ABTNodeClient.DeleteBlockletSpaceGatewayParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateBlockletSpaceGateway\n *\n * @name ABTNodeClient#updateBlockletSpaceGateway\n * @param {ABTNodeClient.UpdateBlockletSpaceGatewayParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateAutoBackup\n *\n * @name ABTNodeClient#updateAutoBackup\n * @param {ABTNodeClient.UpdateAutoBackupParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateAutoCheckUpdate\n *\n * @name ABTNodeClient#updateAutoCheckUpdate\n * @param {ABTNodeClient.UpdateAutoCheckUpdateParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateBlockletSettings\n *\n * @name ABTNodeClient#updateBlockletSettings\n * @param {ABTNodeClient.UpdateBlockletSettingsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateNodeInfo\n *\n * @name ABTNodeClient#updateNodeInfo\n * @param {ABTNodeClient.UpdateNodeInfoParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetNodeInfo>} Checkout {@link ABTNodeClient.ResponseGetNodeInfo} for resolved data format\n */\n\n/**\n * upgradeNodeVersion\n *\n * @name ABTNodeClient#upgradeNodeVersion\n * @param {ABTNodeClient.UpgradeNodeVersionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUpgradeNodeVersion>} Checkout {@link ABTNodeClient.ResponseUpgradeNodeVersion} for resolved data format\n */\n\n/**\n * restartServer\n *\n * @name ABTNodeClient#restartServer\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRestartServer>} Checkout {@link ABTNodeClient.ResponseRestartServer} for resolved data format\n */\n\n/**\n * resetNode\n *\n * @name ABTNodeClient#resetNode\n * @param {ABTNodeClient.ResetNodeParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseResetNode>} Checkout {@link ABTNodeClient.ResponseResetNode} for resolved data format\n */\n\n/**\n * rotateSessionKey\n *\n * @name ABTNodeClient#rotateSessionKey\n * @param {ABTNodeClient.RotateSessionKeyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateGateway\n *\n * @name ABTNodeClient#updateGateway\n * @param {ABTNodeClient.UpdateGatewayParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGateway>} Checkout {@link ABTNodeClient.ResponseGateway} for resolved data format\n */\n\n/**\n * clearCache\n *\n * @name ABTNodeClient#clearCache\n * @param {ABTNodeClient.ClearCacheParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseClearCache>} Checkout {@link ABTNodeClient.ResponseClearCache} for resolved data format\n */\n\n/**\n * createMemberInvitation\n *\n * @name ABTNodeClient#createMemberInvitation\n * @param {ABTNodeClient.CreateMemberInvitationParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCreateInvitation>} Checkout {@link ABTNodeClient.ResponseCreateInvitation} for resolved data format\n */\n\n/**\n * createTransferInvitation\n *\n * @name ABTNodeClient#createTransferInvitation\n * @param {ABTNodeClient.CreateTransferInvitationParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCreateTransferNodeInvitation>} Checkout {@link ABTNodeClient.ResponseCreateTransferNodeInvitation} for resolved data format\n */\n\n/**\n * deleteInvitation\n *\n * @name ABTNodeClient#deleteInvitation\n * @param {ABTNodeClient.DeleteInvitationParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * createPassportIssuance\n *\n * @name ABTNodeClient#createPassportIssuance\n * @param {ABTNodeClient.CreatePassportIssuanceParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCreatePassportIssuance>} Checkout {@link ABTNodeClient.ResponseCreatePassportIssuance} for resolved data format\n */\n\n/**\n * deletePassportIssuance\n *\n * @name ABTNodeClient#deletePassportIssuance\n * @param {ABTNodeClient.DeletePassportIssuanceParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * configTrustedPassports\n *\n * @name ABTNodeClient#configTrustedPassports\n * @param {ABTNodeClient.ConfigTrustedPassportsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * configTrustedFactories\n *\n * @name ABTNodeClient#configTrustedFactories\n * @param {ABTNodeClient.ConfigTrustedFactoriesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * configPassportIssuance\n *\n * @name ABTNodeClient#configPassportIssuance\n * @param {ABTNodeClient.ConfigPassportIssuanceParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * removeUser\n *\n * @name ABTNodeClient#removeUser\n * @param {ABTNodeClient.RemoveUserParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * updateUserTags\n *\n * @name ABTNodeClient#updateUserTags\n * @param {ABTNodeClient.UpdateUserTagsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * updateUserExtra\n *\n * @name ABTNodeClient#updateUserExtra\n * @param {ABTNodeClient.UpdateUserExtraParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * updateUserApproval\n *\n * @name ABTNodeClient#updateUserApproval\n * @param {ABTNodeClient.UpdateUserApprovalParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * issuePassportToUser\n *\n * @name ABTNodeClient#issuePassportToUser\n * @param {ABTNodeClient.IssuePassportToUserParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * revokeUserPassport\n *\n * @name ABTNodeClient#revokeUserPassport\n * @param {ABTNodeClient.RevokeUserPassportParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * enableUserPassport\n *\n * @name ABTNodeClient#enableUserPassport\n * @param {ABTNodeClient.EnableUserPassportParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * removeUserPassport\n *\n * @name ABTNodeClient#removeUserPassport\n * @param {ABTNodeClient.RemoveUserPassportParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * switchProfile\n *\n * @name ABTNodeClient#switchProfile\n * @param {ABTNodeClient.SwitchProfileParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * updateUserAddress\n *\n * @name ABTNodeClient#updateUserAddress\n * @param {ABTNodeClient.UpdateUserAddressParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * updateUserInfo\n *\n * @name ABTNodeClient#updateUserInfo\n * @param {ABTNodeClient.UpdateUserInfoParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * createRole\n *\n * @name ABTNodeClient#createRole\n * @param {ABTNodeClient.CreateRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRole>} Checkout {@link ABTNodeClient.ResponseRole} for resolved data format\n */\n\n/**\n * updateRole\n *\n * @name ABTNodeClient#updateRole\n * @param {ABTNodeClient.UpdateRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRole>} Checkout {@link ABTNodeClient.ResponseRole} for resolved data format\n */\n\n/**\n * deleteRole\n *\n * @name ABTNodeClient#deleteRole\n * @param {ABTNodeClient.DeleteRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * createPermission\n *\n * @name ABTNodeClient#createPermission\n * @param {ABTNodeClient.CreatePermissionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePermission>} Checkout {@link ABTNodeClient.ResponsePermission} for resolved data format\n */\n\n/**\n * updatePermission\n *\n * @name ABTNodeClient#updatePermission\n * @param {ABTNodeClient.UpdatePermissionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePermission>} Checkout {@link ABTNodeClient.ResponsePermission} for resolved data format\n */\n\n/**\n * deletePermission\n *\n * @name ABTNodeClient#deletePermission\n * @param {ABTNodeClient.DeletePermissionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * grantPermissionForRole\n *\n * @name ABTNodeClient#grantPermissionForRole\n * @param {ABTNodeClient.GrantPermissionForRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * revokePermissionFromRole\n *\n * @name ABTNodeClient#revokePermissionFromRole\n * @param {ABTNodeClient.RevokePermissionFromRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updatePermissionsForRole\n *\n * @name ABTNodeClient#updatePermissionsForRole\n * @param {ABTNodeClient.UpdatePermissionsForRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRole>} Checkout {@link ABTNodeClient.ResponseRole} for resolved data format\n */\n\n/**\n * hasPermission\n *\n * @name ABTNodeClient#hasPermission\n * @param {ABTNodeClient.HasPermissionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.BooleanResponse>} Checkout {@link ABTNodeClient.BooleanResponse} for resolved data format\n */\n\n/**\n * addBlockletStore\n *\n * @name ABTNodeClient#addBlockletStore\n * @param {ABTNodeClient.AddBlockletStoreParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * deleteBlockletStore\n *\n * @name ABTNodeClient#deleteBlockletStore\n * @param {ABTNodeClient.DeleteBlockletStoreParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * getTag\n *\n * @name ABTNodeClient#getTag\n * @param {ABTNodeClient.GetTagParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseTag>} Checkout {@link ABTNodeClient.ResponseTag} for resolved data format\n */\n\n/**\n * createTag\n *\n * @name ABTNodeClient#createTag\n * @param {ABTNodeClient.CreateTagParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseTag>} Checkout {@link ABTNodeClient.ResponseTag} for resolved data format\n */\n\n/**\n * updateTag\n *\n * @name ABTNodeClient#updateTag\n * @param {ABTNodeClient.UpdateTagParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseTag>} Checkout {@link ABTNodeClient.ResponseTag} for resolved data format\n */\n\n/**\n * deleteTag\n *\n * @name ABTNodeClient#deleteTag\n * @param {ABTNodeClient.DeleteTagParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseTag>} Checkout {@link ABTNodeClient.ResponseTag} for resolved data format\n */\n\n/**\n * createTagging\n *\n * @name ABTNodeClient#createTagging\n * @param {ABTNodeClient.CreateTaggingParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseTagging>} Checkout {@link ABTNodeClient.ResponseTagging} for resolved data format\n */\n\n/**\n * deleteTagging\n *\n * @name ABTNodeClient#deleteTagging\n * @param {ABTNodeClient.DeleteTaggingParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseTagging>} Checkout {@link ABTNodeClient.ResponseTagging} for resolved data format\n */\n\n/**\n * readNotifications\n *\n * @name ABTNodeClient#readNotifications\n * @param {ABTNodeClient.ReadNotificationsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseReadNotifications>} Checkout {@link ABTNodeClient.ResponseReadNotifications} for resolved data format\n */\n\n/**\n * unreadNotifications\n *\n * @name ABTNodeClient#unreadNotifications\n * @param {ABTNodeClient.UnreadNotificationsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseReadNotifications>} Checkout {@link ABTNodeClient.ResponseReadNotifications} for resolved data format\n */\n\n/**\n * addRoutingSite\n *\n * @name ABTNodeClient#addRoutingSite\n * @param {ABTNodeClient.AddRoutingSiteParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format\n */\n\n/**\n * addDomainAlias\n *\n * @name ABTNodeClient#addDomainAlias\n * @param {ABTNodeClient.AddDomainAliasParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format\n */\n\n/**\n * deleteDomainAlias\n *\n * @name ABTNodeClient#deleteDomainAlias\n * @param {ABTNodeClient.DeleteDomainAliasParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format\n */\n\n/**\n * deleteRoutingSite\n *\n * @name ABTNodeClient#deleteRoutingSite\n * @param {ABTNodeClient.DeleteRoutingSiteParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateRoutingSite\n *\n * @name ABTNodeClient#updateRoutingSite\n * @param {ABTNodeClient.UpdateRoutingSiteParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format\n */\n\n/**\n * addRoutingRule\n *\n * @name ABTNodeClient#addRoutingRule\n * @param {ABTNodeClient.AddRoutingRuleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format\n */\n\n/**\n * updateRoutingRule\n *\n * @name ABTNodeClient#updateRoutingRule\n * @param {ABTNodeClient.UpdateRoutingRuleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format\n */\n\n/**\n * deleteRoutingRule\n *\n * @name ABTNodeClient#deleteRoutingRule\n * @param {ABTNodeClient.DeleteRoutingRuleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format\n */\n\n/**\n * updateCertificate\n *\n * @name ABTNodeClient#updateCertificate\n * @param {ABTNodeClient.UpdateCertificateParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUpdateNginxHttpsCert>} Checkout {@link ABTNodeClient.ResponseUpdateNginxHttpsCert} for resolved data format\n */\n\n/**\n * addCertificate\n *\n * @name ABTNodeClient#addCertificate\n * @param {ABTNodeClient.AddCertificateParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseAddNginxHttpsCert>} Checkout {@link ABTNodeClient.ResponseAddNginxHttpsCert} for resolved data format\n */\n\n/**\n * deleteCertificate\n *\n * @name ABTNodeClient#deleteCertificate\n * @param {ABTNodeClient.DeleteCertificateParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseDeleteNginxHttpsCert>} Checkout {@link ABTNodeClient.ResponseDeleteNginxHttpsCert} for resolved data format\n */\n\n/**\n * issueLetsEncryptCert\n *\n * @name ABTNodeClient#issueLetsEncryptCert\n * @param {ABTNodeClient.IssueLetsEncryptCertParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseAddLetsEncryptCert>} Checkout {@link ABTNodeClient.ResponseAddLetsEncryptCert} for resolved data format\n */\n\n/**\n * createAccessKey\n *\n * @name ABTNodeClient#createAccessKey\n * @param {ABTNodeClient.CreateAccessKeyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCreateAccessKey>} Checkout {@link ABTNodeClient.ResponseCreateAccessKey} for resolved data format\n */\n\n/**\n * updateAccessKey\n *\n * @name ABTNodeClient#updateAccessKey\n * @param {ABTNodeClient.UpdateAccessKeyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUpdateAccessKey>} Checkout {@link ABTNodeClient.ResponseUpdateAccessKey} for resolved data format\n */\n\n/**\n * deleteAccessKey\n *\n * @name ABTNodeClient#deleteAccessKey\n * @param {ABTNodeClient.DeleteAccessKeyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseDeleteAccessKey>} Checkout {@link ABTNodeClient.ResponseDeleteAccessKey} for resolved data format\n */\n\n/**\n * verifyAccessKey\n *\n * @name ABTNodeClient#verifyAccessKey\n * @param {ABTNodeClient.VerifyAccessKeyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseAccessKey>} Checkout {@link ABTNodeClient.ResponseAccessKey} for resolved data format\n */\n\n/**\n * createWebHook\n *\n * @name ABTNodeClient#createWebHook\n * @param {ABTNodeClient.CreateWebHookParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCreateWebHook>} Checkout {@link ABTNodeClient.ResponseCreateWebHook} for resolved data format\n */\n\n/**\n * deleteWebHook\n *\n * @name ABTNodeClient#deleteWebHook\n * @param {ABTNodeClient.DeleteWebHookParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseDeleteWebHook>} Checkout {@link ABTNodeClient.ResponseDeleteWebHook} for resolved data format\n */\n\n/**\n * updateWebHookState\n *\n * @name ABTNodeClient#updateWebHookState\n * @param {ABTNodeClient.UpdateWebHookStateParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCreateWebhookEndpoint>} Checkout {@link ABTNodeClient.ResponseCreateWebhookEndpoint} for resolved data format\n */\n\n/**\n * createProject\n *\n * @name ABTNodeClient#createProject\n * @param {ABTNodeClient.CreateProjectParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseProject>} Checkout {@link ABTNodeClient.ResponseProject} for resolved data format\n */\n\n/**\n * updateProject\n *\n * @name ABTNodeClient#updateProject\n * @param {ABTNodeClient.UpdateProjectParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseProject>} Checkout {@link ABTNodeClient.ResponseProject} for resolved data format\n */\n\n/**\n * deleteProject\n *\n * @name ABTNodeClient#deleteProject\n * @param {ABTNodeClient.DeleteProjectParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * createRelease\n *\n * @name ABTNodeClient#createRelease\n * @param {ABTNodeClient.CreateReleaseParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRelease>} Checkout {@link ABTNodeClient.ResponseRelease} for resolved data format\n */\n\n/**\n * deleteRelease\n *\n * @name ABTNodeClient#deleteRelease\n * @param {ABTNodeClient.DeleteReleaseParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateSelectedResources\n *\n * @name ABTNodeClient#updateSelectedResources\n * @param {ABTNodeClient.UpdateSelectedResourcesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * connectToStore\n *\n * @name ABTNodeClient#connectToStore\n * @param {ABTNodeClient.ConnectToStoreParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseConnectToStore>} Checkout {@link ABTNodeClient.ResponseConnectToStore} for resolved data format\n */\n\n/**\n * disconnectFromStore\n *\n * @name ABTNodeClient#disconnectFromStore\n * @param {ABTNodeClient.DisconnectFromStoreParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseDisconnectFromStore>} Checkout {@link ABTNodeClient.ResponseDisconnectFromStore} for resolved data format\n */\n\n/**\n * publishToStore\n *\n * @name ABTNodeClient#publishToStore\n * @param {ABTNodeClient.PublishToStoreParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePublishToStore>} Checkout {@link ABTNodeClient.ResponsePublishToStore} for resolved data format\n */\n\n/**\n * connectByStudio\n *\n * @name ABTNodeClient#connectByStudio\n * @param {ABTNodeClient.ConnectByStudioParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseConnectByStudio>} Checkout {@link ABTNodeClient.ResponseConnectByStudio} for resolved data format\n */\n\n/**\n * addBlockletSecurityRule\n *\n * @name ABTNodeClient#addBlockletSecurityRule\n * @param {ABTNodeClient.AddBlockletSecurityRuleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletSecurityRule>} Checkout {@link ABTNodeClient.ResponseBlockletSecurityRule} for resolved data format\n */\n\n/**\n * updateBlockletSecurityRule\n *\n * @name ABTNodeClient#updateBlockletSecurityRule\n * @param {ABTNodeClient.UpdateBlockletSecurityRuleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletSecurityRule>} Checkout {@link ABTNodeClient.ResponseBlockletSecurityRule} for resolved data format\n */\n\n/**\n * deleteBlockletSecurityRule\n *\n * @name ABTNodeClient#deleteBlockletSecurityRule\n * @param {ABTNodeClient.DeleteBlockletSecurityRuleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * addBlockletResponseHeaderPolicy\n *\n * @name ABTNodeClient#addBlockletResponseHeaderPolicy\n * @param {ABTNodeClient.AddBlockletResponseHeaderPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletResponseHeaderPolicy>} Checkout {@link ABTNodeClient.ResponseBlockletResponseHeaderPolicy} for resolved data format\n */\n\n/**\n * updateBlockletResponseHeaderPolicy\n *\n * @name ABTNodeClient#updateBlockletResponseHeaderPolicy\n * @param {ABTNodeClient.UpdateBlockletResponseHeaderPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletResponseHeaderPolicy>} Checkout {@link ABTNodeClient.ResponseBlockletResponseHeaderPolicy} for resolved data format\n */\n\n/**\n * deleteBlockletResponseHeaderPolicy\n *\n * @name ABTNodeClient#deleteBlockletResponseHeaderPolicy\n * @param {ABTNodeClient.DeleteBlockletResponseHeaderPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * addBlockletAccessPolicy\n *\n * @name ABTNodeClient#addBlockletAccessPolicy\n * @param {ABTNodeClient.AddBlockletAccessPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletAccessPolicy>} Checkout {@link ABTNodeClient.ResponseBlockletAccessPolicy} for resolved data format\n */\n\n/**\n * updateBlockletAccessPolicy\n *\n * @name ABTNodeClient#updateBlockletAccessPolicy\n * @param {ABTNodeClient.UpdateBlockletAccessPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletAccessPolicy>} Checkout {@link ABTNodeClient.ResponseBlockletAccessPolicy} for resolved data format\n */\n\n/**\n * deleteBlockletAccessPolicy\n *\n * @name ABTNodeClient#deleteBlockletAccessPolicy\n * @param {ABTNodeClient.DeleteBlockletAccessPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * restartAllContainers\n *\n * @name ABTNodeClient#restartAllContainers\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRestartAllContainers>} Checkout {@link ABTNodeClient.ResponseRestartAllContainers} for resolved data format\n */\n\n/**\n * createWebhookEndpoint\n *\n * @name ABTNodeClient#createWebhookEndpoint\n * @param {ABTNodeClient.CreateWebhookEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCreateWebhookEndpoint>} Checkout {@link ABTNodeClient.ResponseCreateWebhookEndpoint} for resolved data format\n */\n\n/**\n * updateWebhookEndpoint\n *\n * @name ABTNodeClient#updateWebhookEndpoint\n * @param {ABTNodeClient.UpdateWebhookEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUpdateWebhookEndpoint>} Checkout {@link ABTNodeClient.ResponseUpdateWebhookEndpoint} for resolved data format\n */\n\n/**\n * deleteWebhookEndpoint\n *\n * @name ABTNodeClient#deleteWebhookEndpoint\n * @param {ABTNodeClient.DeleteWebhookEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseDeleteWebhookEndpoint>} Checkout {@link ABTNodeClient.ResponseDeleteWebhookEndpoint} for resolved data format\n */\n\n/**\n * retryWebhookAttempt\n *\n * @name ABTNodeClient#retryWebhookAttempt\n * @param {ABTNodeClient.RetryWebhookAttemptParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetWebhookAttempt>} Checkout {@link ABTNodeClient.ResponseGetWebhookAttempt} for resolved data format\n */\n\n/**\n * addUploadEndpoint\n *\n * @name ABTNodeClient#addUploadEndpoint\n * @param {ABTNodeClient.AddUploadEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * deleteUploadEndpoint\n *\n * @name ABTNodeClient#deleteUploadEndpoint\n * @param {ABTNodeClient.DeleteUploadEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * connectToEndpoint\n *\n * @name ABTNodeClient#connectToEndpoint\n * @param {ABTNodeClient.ConnectToEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseConnectToEndpoint>} Checkout {@link ABTNodeClient.ResponseConnectToEndpoint} for resolved data format\n */\n\n/**\n * disconnectFromEndpoint\n *\n * @name ABTNodeClient#disconnectFromEndpoint\n * @param {ABTNodeClient.DisconnectFromEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * publishToEndpoint\n *\n * @name ABTNodeClient#publishToEndpoint\n * @param {ABTNodeClient.PublishToEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePublishToEndpoint>} Checkout {@link ABTNodeClient.ResponsePublishToEndpoint} for resolved data format\n */\n\n/**\n * connectToAigne\n *\n * @name ABTNodeClient#connectToAigne\n * @param {ABTNodeClient.ConnectToAigneParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseConnectToEndpoint>} Checkout {@link ABTNodeClient.ResponseConnectToEndpoint} for resolved data format\n */\n\n/**\n * disconnectToAigne\n *\n * @name ABTNodeClient#disconnectToAigne\n * @param {ABTNodeClient.DisconnectToAigneParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * verifyAigneConnection\n *\n * @name ABTNodeClient#verifyAigneConnection\n * @param {ABTNodeClient.VerifyAigneConnectionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * createOrg\n *\n * @name ABTNodeClient#createOrg\n * @param {ABTNodeClient.CreateOrgParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetOrg>} Checkout {@link ABTNodeClient.ResponseGetOrg} for resolved data format\n */\n\n/**\n * updateOrg\n *\n * @name ABTNodeClient#updateOrg\n * @param {ABTNodeClient.UpdateOrgParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetOrg>} Checkout {@link ABTNodeClient.ResponseGetOrg} for resolved data format\n */\n\n/**\n * deleteOrg\n *\n * @name ABTNodeClient#deleteOrg\n * @param {ABTNodeClient.DeleteOrgParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * addOrgMember\n *\n * @name ABTNodeClient#addOrgMember\n * @param {ABTNodeClient.AddOrgMemberParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetOrg>} Checkout {@link ABTNodeClient.ResponseGetOrg} for resolved data format\n */\n\n/**\n * removeOrgMember\n *\n * @name ABTNodeClient#removeOrgMember\n * @param {ABTNodeClient.RemoveOrgMemberParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * inviteMembersToOrg\n *\n * @name ABTNodeClient#inviteMembersToOrg\n * @param {ABTNodeClient.InviteMembersToOrgParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseInviteMembersToOrg>} Checkout {@link ABTNodeClient.ResponseInviteMembersToOrg} for resolved data format\n */\n\n/**\n * addOrgResource\n *\n * @name ABTNodeClient#addOrgResource\n * @param {ABTNodeClient.AddOrgResourceParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseOrgResourceOperation>} Checkout {@link ABTNodeClient.ResponseOrgResourceOperation} for resolved data format\n */\n\n/**\n * migrateOrgResource\n *\n * @name ABTNodeClient#migrateOrgResource\n * @param {ABTNodeClient.MigrateOrgResourceParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseOrgResourceOperation>} Checkout {@link ABTNodeClient.ResponseOrgResourceOperation} for resolved data format\n */\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AARA","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"types.js","names":[],"sources":["../src/types.js"],"sourcesContent":["/**\n * List all query method names\n *\n * @name ABTNodeClient#getQueries\n * @function\n * @memberof ABTNodeClient\n * @returns {Array<string>} method name list\n * @example\n * const methods = client.getQueries();\n * // list of query methods\n * // [\n * // getBlocklet,\n * // getBlockletMetaFromUrl,\n * // getBlockletDiff,\n * // getBlocklets,\n * // getBlockletRuntimeHistory,\n * // getBlockletsFromBackup,\n * // getDynamicComponents,\n * // getNodeInfo,\n * // resetNodeStatus,\n * // getNodeEnv,\n * // checkNodeVersion,\n * // getDelegationState,\n * // getNodeRuntimeHistory,\n * // getBlockletMeta,\n * // getNotifications,\n * // makeAllNotificationsAsRead,\n * // getNotificationSendLog,\n * // getReceivers,\n * // getNotificationComponents,\n * // resendNotification,\n * // getRoutingSites,\n * // getRoutingProviders,\n * // isDidDomain,\n * // getCertificates,\n * // checkDomains,\n * // findCertificateByDomain,\n * // getAccessKeys,\n * // getAccessKey,\n * // getWebHooks,\n * // getWebhookSenders,\n * // sendTestMessage,\n * // getSession,\n * // getRoles,\n * // getRole,\n * // getPermissions,\n * // getInvitations,\n * // getUsers,\n * // getUser,\n * // getUserSessions,\n * // getUserSessionsCount,\n * // getUsersCount,\n * // getUsersCountPerRole,\n * // getOwner,\n * // getPermissionsByRole,\n * // getPassportIssuances,\n * // logoutUser,\n * // destroySelf,\n * // getUserFollowers,\n * // getUserFollowing,\n * // getUserFollowStats,\n * // checkFollowing,\n * // followUser,\n * // unfollowUser,\n * // getUserInvites,\n * // getTags,\n * // getAuditLogs,\n * // getLauncherSession,\n * // getBlockletBackups,\n * // getBlockletBackupSummary,\n * // getBlockletSpaceGateways,\n * // getTrafficInsights,\n * // getProjects,\n * // getProject,\n * // getReleases,\n * // getRelease,\n * // getSelectedResources,\n * // getBlockletSecurityRule,\n * // getBlockletSecurityRules,\n * // getBlockletResponseHeaderPolicy,\n * // getBlockletResponseHeaderPolicies,\n * // getBlockletAccessPolicy,\n * // getBlockletAccessPolicies,\n * // getWebhookEndpoints,\n * // getWebhookEndpoint,\n * // getWebhookAttempts,\n * // getPassportRoleCounts,\n * // getPassportsByRole,\n * // getPassportLogs,\n * // getRelatedPassports,\n * // getBlockletBaseInfo,\n * // getDomainDNS,\n * // getOAuthClients,\n * // createOAuthClient,\n * // updateOAuthClient,\n * // deleteOAuthClient,\n * // getOrgs,\n * // getOrg,\n * // getOrgMembers,\n * // getOrgInvitableUsers,\n * // getOrgResource,\n * // ]\n */\n\n/**\n * List all mutation method names\n *\n * @name ABTNodeClient#getMutations\n * @function\n * @memberof ABTNodeClient\n * @returns {Array<string>} method name list\n * @example\n * const methods = client.getMutations();\n * // list of mutation methods\n * // [\n * // installBlocklet,\n * // installComponent,\n * // startBlocklet,\n * // stopBlocklet,\n * // reloadBlocklet,\n * // restartBlocklet,\n * // deleteBlocklet,\n * // deleteComponent,\n * // cancelDownloadBlocklet,\n * // checkComponentsForUpdates,\n * // upgradeComponents,\n * // configBlocklet,\n * // configPublicToStore,\n * // configNavigations,\n * // configAuthentication,\n * // configDidConnect,\n * // configDidConnectActions,\n * // configNotification,\n * // configVault,\n * // sendEmail,\n * // sendPush,\n * // joinFederatedLogin,\n * // quitFederatedLogin,\n * // disbandFederatedLogin,\n * // syncMasterAuthorization,\n * // syncFederatedConfig,\n * // auditFederatedLogin,\n * // updateAppSessionConfig,\n * // updateComponentTitle,\n * // updateComponentMountPoint,\n * // backupBlocklet,\n * // abortBlockletBackup,\n * // restoreBlocklet,\n * // migrateApplicationToStructV2,\n * // launchBlockletByLauncher,\n * // launchBlockletWithoutWallet,\n * // addBlockletSpaceGateway,\n * // deleteBlockletSpaceGateway,\n * // updateBlockletSpaceGateway,\n * // updateAutoBackup,\n * // updateAutoCheckUpdate,\n * // updateBlockletSettings,\n * // updateNodeInfo,\n * // upgradeNodeVersion,\n * // restartServer,\n * // resetNode,\n * // rotateSessionKey,\n * // updateGateway,\n * // clearCache,\n * // createMemberInvitation,\n * // createTransferInvitation,\n * // deleteInvitation,\n * // createPassportIssuance,\n * // deletePassportIssuance,\n * // configTrustedPassports,\n * // configTrustedFactories,\n * // configPassportIssuance,\n * // removeUser,\n * // updateUserTags,\n * // updateUserExtra,\n * // updateUserApproval,\n * // issuePassportToUser,\n * // revokeUserPassport,\n * // enableUserPassport,\n * // removeUserPassport,\n * // switchProfile,\n * // updateUserAddress,\n * // updateUserInfo,\n * // createRole,\n * // updateRole,\n * // deleteRole,\n * // createPermission,\n * // updatePermission,\n * // deletePermission,\n * // grantPermissionForRole,\n * // revokePermissionFromRole,\n * // updatePermissionsForRole,\n * // hasPermission,\n * // addBlockletStore,\n * // deleteBlockletStore,\n * // getTag,\n * // createTag,\n * // updateTag,\n * // deleteTag,\n * // createTagging,\n * // deleteTagging,\n * // readNotifications,\n * // unreadNotifications,\n * // addRoutingSite,\n * // addDomainAlias,\n * // deleteDomainAlias,\n * // deleteRoutingSite,\n * // updateRoutingSite,\n * // addRoutingRule,\n * // updateRoutingRule,\n * // deleteRoutingRule,\n * // updateCertificate,\n * // addCertificate,\n * // deleteCertificate,\n * // issueLetsEncryptCert,\n * // createAccessKey,\n * // updateAccessKey,\n * // deleteAccessKey,\n * // verifyAccessKey,\n * // createWebHook,\n * // deleteWebHook,\n * // updateWebHookState,\n * // createProject,\n * // updateProject,\n * // deleteProject,\n * // createRelease,\n * // deleteRelease,\n * // updateSelectedResources,\n * // connectToStore,\n * // disconnectFromStore,\n * // publishToStore,\n * // connectByStudio,\n * // addBlockletSecurityRule,\n * // updateBlockletSecurityRule,\n * // deleteBlockletSecurityRule,\n * // addBlockletResponseHeaderPolicy,\n * // updateBlockletResponseHeaderPolicy,\n * // deleteBlockletResponseHeaderPolicy,\n * // addBlockletAccessPolicy,\n * // updateBlockletAccessPolicy,\n * // deleteBlockletAccessPolicy,\n * // restartAllContainers,\n * // createWebhookEndpoint,\n * // updateWebhookEndpoint,\n * // deleteWebhookEndpoint,\n * // retryWebhookAttempt,\n * // addUploadEndpoint,\n * // deleteUploadEndpoint,\n * // connectToEndpoint,\n * // disconnectFromEndpoint,\n * // publishToEndpoint,\n * // connectToAigne,\n * // disconnectToAigne,\n * // verifyAigneConnection,\n * // createOrg,\n * // updateOrg,\n * // deleteOrg,\n * // addOrgMember,\n * // removeOrgMember,\n * // inviteMembersToOrg,\n * // addOrgResource,\n * // migrateOrgResource,\n * // ]\n */\n\n/**\n * List all subscription method names\n *\n * @name ABTNodeClient#getSubscription\n * @function\n * @memberof ABTNodeClient\n * @returns {Array<string>} method name list\n * @example\n * const methods = client.getSubscriptions();\n * // list of subscription methods\n * // [\n\n * // ]\n */\n\n/**\n * Send raw graphql query to token swap service\n *\n * @name ABTNodeClient#doRawQuery\n * @function\n * @memberof ABTNodeClient\n * @param {string} query - graphql query string\n * @returns {Promise} usually axios response data\n * @example\n * const res = await client.doRawQuery('\n * getChainInfo {\n * code\n * info {\n * address\n * blockHeight\n * }\n * }\n * ');\n *\n * // Then\n * // res.getChainInfo.code\n * // res.getChainInfo.info\n */\n\n/**\n * Send raw graphql subscription to forge graphql endpoint\n *\n * @name ABTNodeClient#doRawSubscription\n * @function\n * @memberof ABTNodeClient\n * @param {string} query - graphql query string\n * @returns {Promise} usually axios response data\n */\n\n/**\n * Structure of ABTNodeClient.TxEncodeOutput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TxEncodeOutput\n * @property {object} object - the transaction object, human readable\n * @property {buffer} buffer - the transaction binary presentation, can be used to signing, encoding to other formats\n */\n\n/**\n * Structure of ABTNodeClient.AigneConfigInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AigneConfigInput\n * @property {string} provider\n * @property {string} model\n * @property {string} key\n * @property {string} url\n * @property {string} accessKeyId\n * @property {string} secretAccessKey\n * @property {string} validationResult\n */\n\n/**\n * Structure of ABTNodeClient.AutoBackupInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AutoBackupInput\n * @property {boolean} enabled\n */\n\n/**\n * Structure of ABTNodeClient.AutoBlockPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AutoBlockPolicyInput\n * @property {boolean} enabled\n * @property {number} windowSize\n * @property {number} windowQuota\n * @property {number} blockDuration\n * @property {Array<...ABTNodeClient.null>} statusCodes\n */\n\n/**\n * Structure of ABTNodeClient.AutoCheckUpdateInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AutoCheckUpdateInput\n * @property {boolean} enabled\n */\n\n/**\n * Structure of ABTNodeClient.BaseUserInfoInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BaseUserInfoInput\n * @property {string} did\n * @property {string} pk\n * @property {string} role\n * @property {string} avatar\n * @property {string} fullName\n * @property {string} email\n * @property {boolean} approved\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} locale\n */\n\n/**\n * Structure of ABTNodeClient.BlockPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockPolicyInput\n * @property {boolean} enabled\n * @property {Array<...ABTNodeClient.null>} blacklist\n * @property {...ABTNodeClient.AutoBlockPolicyInput} autoBlocking\n */\n\n/**\n * Structure of ABTNodeClient.BlockletAccessPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletAccessPolicyInput\n * @property {string} id\n * @property {string} name\n * @property {string} description\n * @property {any} roles\n * @property {boolean} reverse\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.BlockletAccessPolicyQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletAccessPolicyQueryInput\n * @property {string} search\n */\n\n/**\n * Structure of ABTNodeClient.BlockletDistInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletDistInput\n * @property {string} tarball\n * @property {string} integrity\n */\n\n/**\n * Structure of ABTNodeClient.BlockletDockerInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletDockerInput\n * @property {string} dockerImage\n * @property {Array<...ABTNodeClient.null>} dockerArgs\n * @property {Array<...ABTNodeClient.null>} dockerEnvs\n * @property {string} dockerCommand\n */\n\n/**\n * Structure of ABTNodeClient.BlockletGatewayInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletGatewayInput\n * @property {...ABTNodeClient.RequestLimitInput} requestLimit\n * @property {...ABTNodeClient.BlockPolicyInput} blockPolicy\n * @property {...ABTNodeClient.ProxyPolicyInput} proxyPolicy\n * @property {boolean} cacheEnabled\n * @property {...ABTNodeClient.WAFPolicyInput} wafPolicy\n * @property {string} teamDid\n */\n\n/**\n * Structure of ABTNodeClient.BlockletResponseHeaderPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletResponseHeaderPolicyInput\n * @property {string} id\n * @property {string} name\n * @property {string} description\n * @property {string} securityHeader\n * @property {string} cors\n * @property {string} customHeader\n * @property {string} removeHeader\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.BlockletResponseHeaderPolicyQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletResponseHeaderPolicyQueryInput\n * @property {string} search\n */\n\n/**\n * Structure of ABTNodeClient.BlockletSecurityRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletSecurityRuleInput\n * @property {string} id\n * @property {string} pathPattern\n * @property {string} componentDid\n * @property {number} priority\n * @property {string} responseHeaderPolicyId\n * @property {string} accessPolicyId\n * @property {boolean} enabled\n * @property {string} remark\n * @property {...ABTNodeClient.BlockletAccessPolicyInput} accessPolicy\n * @property {...ABTNodeClient.BlockletResponseHeaderPolicyInput} responseHeaderPolicy\n */\n\n/**\n * Structure of ABTNodeClient.BlockletSecurityRuleQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletSecurityRuleQueryInput\n * @property {string} search\n */\n\n/**\n * Structure of ABTNodeClient.BlockletStoreInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletStoreInput\n * @property {string} name\n * @property {string} description\n * @property {string} url\n * @property {string} logoUrl\n * @property {string} maintainer\n * @property {string} cdnUrl\n * @property {boolean} protected\n * @property {string} id\n * @property {string} scope\n */\n\n/**\n * Structure of ABTNodeClient.ConfigEntryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigEntryInput\n * @property {string} key\n * @property {string} value\n * @property {boolean} required\n * @property {string} description\n * @property {string} validation\n * @property {boolean} secure\n * @property {boolean} custom\n * @property {boolean} shared\n */\n\n/**\n * Structure of ABTNodeClient.ConfigNavigationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigNavigationInput\n * @property {string} id\n * @property {string} title\n * @property {string} link\n * @property {string} icon\n * @property {string} section\n * @property {string} component\n * @property {string} parent\n * @property {string} role\n * @property {boolean} visible\n * @property {string} from\n * @property {string} activeIcon\n * @property {string} color\n * @property {string} activeColor\n * @property {string} description\n * @property {boolean} private\n */\n\n/**\n * Structure of ABTNodeClient.ConnectedAccountInfoInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectedAccountInfoInput\n * @property {string} name\n * @property {string} picture\n * @property {string} email\n * @property {boolean} emailVerified\n * @property {string} sub\n * @property {any} extraData\n */\n\n/**\n * Structure of ABTNodeClient.ConnectedAccountInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectedAccountInput\n * @property {string} provider\n * @property {string} did\n * @property {string} pk\n * @property {string} id\n * @property {number} lastLoginAt\n * @property {...ABTNodeClient.ConnectedAccountInfoInput} userInfo\n * @property {any} extra\n */\n\n/**\n * Structure of ABTNodeClient.DockerEnvKeyValuePairInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DockerEnvKeyValuePairInput\n * @property {string} key\n * @property {string} value\n * @property {string} description\n * @property {boolean} secure\n * @property {boolean} shared\n * @property {boolean} required\n * @property {string} custom\n */\n\n/**\n * Structure of ABTNodeClient.DockerRunKeyValuePairInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DockerRunKeyValuePairInput\n * @property {string} key\n * @property {string} value\n * @property {string} path\n * @property {string} type\n * @property {string} name\n * @property {string} prefix\n * @property {string} protocol\n * @property {string} proxyBehavior\n */\n\n/**\n * Structure of ABTNodeClient.DownloadTokenInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DownloadTokenInput\n * @property {string} did\n * @property {string} token\n */\n\n/**\n * Structure of ABTNodeClient.EnableEventInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.EnableEventInput\n * @property {string} type\n * @property {string} source\n */\n\n/**\n * Structure of ABTNodeClient.GatewayInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GatewayInput\n * @property {...ABTNodeClient.RequestLimitInput} requestLimit\n * @property {...ABTNodeClient.BlockPolicyInput} blockPolicy\n * @property {...ABTNodeClient.ProxyPolicyInput} proxyPolicy\n * @property {boolean} cacheEnabled\n * @property {...ABTNodeClient.WAFPolicyInput} wafPolicy\n */\n\n/**\n * Structure of ABTNodeClient.HashFileInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.HashFileInput\n * @property {string} file\n * @property {string} hash\n */\n\n/**\n * Structure of ABTNodeClient.InviteSettingsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.InviteSettingsInput\n * @property {boolean} enabled\n */\n\n/**\n * Structure of ABTNodeClient.IssuerInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.IssuerInput\n * @property {string} id\n * @property {string} name\n * @property {string} pk\n */\n\n/**\n * Structure of ABTNodeClient.LoginEmailSettingsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LoginEmailSettingsInput\n * @property {boolean} enabled\n * @property {boolean} requireVerified\n * @property {boolean} requireUnique\n * @property {boolean} trustOauthProviders\n * @property {boolean} enableDomainBlackList\n * @property {Array<...ABTNodeClient.null>} domainBlackList\n * @property {boolean} enableDomainWhiteList\n * @property {Array<...ABTNodeClient.null>} domainWhiteList\n * @property {Array<...ABTNodeClient.null>} trustedIssuers\n */\n\n/**\n * Structure of ABTNodeClient.LoginPhoneSettingsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LoginPhoneSettingsInput\n * @property {boolean} enabled\n * @property {boolean} requireVerified\n * @property {boolean} requireUnique\n * @property {Array<...ABTNodeClient.null>} trustedIssuers\n * @property {boolean} enableRegionBlackList\n * @property {Array<...ABTNodeClient.null>} regionBlackList\n * @property {boolean} enableRegionWhiteList\n * @property {Array<...ABTNodeClient.null>} regionWhiteList\n */\n\n/**\n * Structure of ABTNodeClient.NodeInfoInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NodeInfoInput\n * @property {string} name\n * @property {string} description\n * @property {boolean} autoUpgrade\n * @property {boolean} enableWelcomePage\n * @property {string} registerUrl\n * @property {string} webWalletUrl\n * @property {Array<...ABTNodeClient.null>} blockletRegistryList\n * @property {number} diskAlertThreshold\n * @property {boolean} enableBetaRelease\n * @property {string} nftDomainUrl\n * @property {boolean} enableFileSystemIsolation\n * @property {boolean} enableDocker\n * @property {boolean} isDockerInstalled\n * @property {boolean} enableDockerNetwork\n * @property {boolean} enableSessionHardening\n */\n\n/**\n * Structure of ABTNodeClient.OauthClientInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OauthClientInput\n * @property {Array<...ABTNodeClient.null>} redirectUris\n * @property {string} tokenEndpointAuthMethod\n * @property {Array<...ABTNodeClient.null>} grantTypes\n * @property {Array<...ABTNodeClient.null>} responseTypes\n * @property {string} clientName\n * @property {string} clientUri\n * @property {string} logoUri\n * @property {string} scope\n * @property {Array<...ABTNodeClient.null>} contacts\n * @property {string} tosUri\n * @property {string} policyUri\n * @property {string} jwksUri\n * @property {string} jwks\n * @property {string} softwareId\n * @property {string} softwareVersion\n * @property {string} clientId\n * @property {number} clientIdIssuedAt\n * @property {string} clientSecret\n * @property {number} clientSecretExpiresAt\n * @property {number} updatedAt\n * @property {string} createdBy\n * @property {...ABTNodeClient.UserInfoInput} createUser\n */\n\n/**\n * Structure of ABTNodeClient.OrgInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OrgInput\n * @property {string} id\n * @property {string} name\n * @property {string} description\n * @property {string} ownerDid\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {Array<...ABTNodeClient.null>} members\n * @property {...ABTNodeClient.UserInfoInput} owner\n * @property {number} membersCount\n * @property {Array<...ABTNodeClient.null>} passports\n * @property {any} metadata\n */\n\n/**\n * Structure of ABTNodeClient.OrgSettingsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OrgSettingsInput\n * @property {boolean} enabled\n * @property {number} maxMemberPerOrg\n * @property {number} maxOrgPerUser\n */\n\n/**\n * Structure of ABTNodeClient.PagingInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PagingInput\n * @property {number} total\n * @property {number} pageSize\n * @property {number} pageCount\n * @property {number} page\n */\n\n/**\n * Structure of ABTNodeClient.PassportDisplayInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PassportDisplayInput\n * @property {string} type\n * @property {string} content\n */\n\n/**\n * Structure of ABTNodeClient.PassportInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PassportInput\n * @property {string} id\n * @property {string} name\n * @property {string} title\n * @property {...ABTNodeClient.IssuerInput} issuer\n * @property {Array<...ABTNodeClient.null>} type\n * @property {number} issuanceDate\n * @property {number} expirationDate\n * @property {string} status\n * @property {string} role\n * @property {number} lastLoginAt\n * @property {string} scope\n * @property {...ABTNodeClient.PassportDisplayInput} display\n * @property {string} source\n * @property {string} parentDid\n * @property {string} userDid\n * @property {...ABTNodeClient.BaseUserInfoInput} user\n */\n\n/**\n * Structure of ABTNodeClient.PassportLogQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PassportLogQueryInput\n * @property {string} passportId\n */\n\n/**\n * Structure of ABTNodeClient.PassportQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PassportQueryInput\n * @property {string} role\n * @property {string} search\n * @property {string} status\n */\n\n/**\n * Structure of ABTNodeClient.PermissionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PermissionInput\n * @property {string} name\n * @property {string} description\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.ProxyPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ProxyPolicyInput\n * @property {boolean} enabled\n * @property {boolean} trustRecursive\n * @property {Array<...ABTNodeClient.null>} trustedProxies\n * @property {string} realIpHeader\n */\n\n/**\n * Structure of ABTNodeClient.QueryUserFollowOptionsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.QueryUserFollowOptionsInput\n * @property {boolean} includeUserInfo\n * @property {boolean} includeFollowStatus\n */\n\n/**\n * Structure of ABTNodeClient.QueryUserFollowStateOptionsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.QueryUserFollowStateOptionsInput\n * @property {boolean} includeFollowing\n * @property {boolean} includeFollowers\n * @property {boolean} includeInvitees\n */\n\n/**\n * Structure of ABTNodeClient.RequestAbortBlockletBackupInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAbortBlockletBackupInput\n * @property {string} appPid\n */\n\n/**\n * Structure of ABTNodeClient.RequestAccessKeyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAccessKeyInput\n * @property {string} teamDid\n * @property {string} accessKeyId\n */\n\n/**\n * Structure of ABTNodeClient.RequestAccessKeysInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAccessKeysInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {string} remark\n * @property {string} componentDid\n * @property {string} resourceType\n * @property {string} resourceId\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddBlockletAccessPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddBlockletAccessPolicyInput\n * @property {string} did\n * @property {...ABTNodeClient.BlockletAccessPolicyInput} data\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddBlockletResponseHeaderPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddBlockletResponseHeaderPolicyInput\n * @property {string} did\n * @property {...ABTNodeClient.BlockletResponseHeaderPolicyInput} data\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddBlockletSecurityRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddBlockletSecurityRuleInput\n * @property {string} did\n * @property {...ABTNodeClient.BlockletSecurityRuleInput} data\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddBlockletSpaceGatewayInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddBlockletSpaceGatewayInput\n * @property {string} did\n * @property {...ABTNodeClient.SpaceGatewayInput} spaceGateway\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddBlockletStoreInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddBlockletStoreInput\n * @property {string} teamDid\n * @property {string} url\n * @property {string} scope\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddDomainAliasInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddDomainAliasInput\n * @property {string} id\n * @property {string} domainAlias\n * @property {boolean} force\n * @property {string} teamDid\n * @property {string} type\n * @property {string} nftDid\n * @property {string} chainHost\n * @property {boolean} inBlockletSetup\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddLetsEncryptCertInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddLetsEncryptCertInput\n * @property {string} domain\n * @property {string} did\n * @property {string} siteId\n * @property {boolean} inBlockletSetup\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddNginxHttpsCertInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddNginxHttpsCertInput\n * @property {string} name\n * @property {string} privateKey\n * @property {string} certificate\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddOrgResourceInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddOrgResourceInput\n * @property {string} teamDid\n * @property {string} orgId\n * @property {Array<...ABTNodeClient.null>} resourceIds\n * @property {string} type\n * @property {any} metadata\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddRoutingRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddRoutingRuleInput\n * @property {string} id\n * @property {...ABTNodeClient.RoutingRuleInput} rule\n * @property {string} teamDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddRoutingSiteInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddRoutingSiteInput\n * @property {string} domain\n * @property {string} type\n * @property {Array<...ABTNodeClient.null>} rules\n */\n\n/**\n * Structure of ABTNodeClient.RequestAddUploadEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAddUploadEndpointInput\n * @property {string} teamDid\n * @property {string} url\n * @property {string} scope\n */\n\n/**\n * Structure of ABTNodeClient.RequestAttemptIdInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAttemptIdInput\n * @property {string} eventId\n * @property {string} webhookId\n */\n\n/**\n * Structure of ABTNodeClient.RequestAttemptInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAttemptInput\n * @property {string} eventId\n * @property {string} webhookId\n * @property {string} attemptId\n * @property {string} teamDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestAuditFederatedLoginInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestAuditFederatedLoginInput\n * @property {string} did\n * @property {string} memberPid\n * @property {string} status\n */\n\n/**\n * Structure of ABTNodeClient.RequestBackupBlockletInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBackupBlockletInput\n * @property {string} appDid\n * @property {...ABTNodeClient.BackupTo} to\n */\n\n/**\n * Structure of ABTNodeClient.RequestBlockletDetailInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBlockletDetailInput\n * @property {string} did\n * @property {boolean} attachDiskInfo\n * @property {boolean} attachRuntimeInfo\n * @property {boolean} getOptionalComponents\n * @property {string} domain\n * @property {boolean} useCache\n */\n\n/**\n * Structure of ABTNodeClient.RequestBlockletDiffInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBlockletDiffInput\n * @property {string} did\n * @property {Array<...ABTNodeClient.null>} hashFiles\n * @property {string} rootDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestBlockletInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBlockletInput\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.RequestBlockletMetaFromUrlInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBlockletMetaFromUrlInput\n * @property {string} url\n * @property {boolean} checkPrice\n */\n\n/**\n * Structure of ABTNodeClient.RequestBlockletMetaInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBlockletMetaInput\n * @property {string} did\n * @property {string} storeUrl\n */\n\n/**\n * Structure of ABTNodeClient.RequestBlockletRuntimeHistoryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBlockletRuntimeHistoryInput\n * @property {string} did\n * @property {number} hours\n */\n\n/**\n * Structure of ABTNodeClient.RequestBlockletSettingsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestBlockletSettingsInput\n * @property {string} did\n * @property {boolean} enableSessionHardening\n * @property {...ABTNodeClient.InviteSettingsInput} invite\n * @property {...ABTNodeClient.BlockletGatewayInput} gateway\n * @property {...ABTNodeClient.AigneConfigInput} aigne\n * @property {...ABTNodeClient.OrgSettingsInput} org\n */\n\n/**\n * Structure of ABTNodeClient.RequestCheckDomainsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCheckDomainsInput\n * @property {Array<...ABTNodeClient.null>} domains\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.RequestCheckFollowingInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCheckFollowingInput\n * @property {string} teamDid\n * @property {Array<...ABTNodeClient.null>} userDids\n * @property {string} followerDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestClearCacheInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestClearCacheInput\n * @property {string} teamDid\n * @property {string} pattern\n */\n\n/**\n * Structure of ABTNodeClient.RequestComponentsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestComponentsInput\n * @property {string} did\n * @property {Array<...ABTNodeClient.null>} componentDids\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigAuthenticationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigAuthenticationInput\n * @property {string} did\n * @property {string} authentication\n * @property {string} oauth\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigBlockletInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigBlockletInput\n * @property {Array<...ABTNodeClient.null>} did\n * @property {Array<...ABTNodeClient.null>} configs\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigDidConnectActionsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigDidConnectActionsInput\n * @property {string} did\n * @property {string} actionConfig\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigDidConnectInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigDidConnectInput\n * @property {string} did\n * @property {string} didConnect\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigNavigationsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigNavigationsInput\n * @property {string} did\n * @property {Array<...ABTNodeClient.null>} navigations\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigNotificationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigNotificationInput\n * @property {string} did\n * @property {string} notification\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigPassportIssuanceInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigPassportIssuanceInput\n * @property {string} teamDid\n * @property {boolean} enable\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigPublicToStoreInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigPublicToStoreInput\n * @property {string} did\n * @property {boolean} publicToStore\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigTrustedFactoriesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigTrustedFactoriesInput\n * @property {string} teamDid\n * @property {Array<...ABTNodeClient.null>} trustedFactories\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigTrustedPassportsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigTrustedPassportsInput\n * @property {string} teamDid\n * @property {Array<...ABTNodeClient.null>} trustedPassports\n */\n\n/**\n * Structure of ABTNodeClient.RequestConfigVaultInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConfigVaultInput\n * @property {string} teamDid\n * @property {string} vaultDid\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.RequestConnectByStudioInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConnectByStudioInput\n * @property {string} did\n * @property {string} storeId\n * @property {string} storeUrl\n * @property {string} storeName\n * @property {string} blockletTitle\n * @property {string} type\n * @property {string} tenantScope\n * @property {string} componentDid\n * @property {string} messageId\n */\n\n/**\n * Structure of ABTNodeClient.RequestConnectToAigneInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConnectToAigneInput\n * @property {string} did\n * @property {string} baseUrl\n * @property {string} provider\n * @property {string} model\n */\n\n/**\n * Structure of ABTNodeClient.RequestConnectToEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConnectToEndpointInput\n * @property {string} did\n * @property {string} endpointId\n * @property {string} projectId\n */\n\n/**\n * Structure of ABTNodeClient.RequestConnectToStoreInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestConnectToStoreInput\n * @property {string} did\n * @property {string} storeId\n * @property {string} storeUrl\n * @property {string} storeName\n * @property {string} projectId\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateAccessKeyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateAccessKeyInput\n * @property {string} teamDid\n * @property {string} remark\n * @property {string} passport\n * @property {string} authType\n * @property {string} componentDid\n * @property {string} resourceType\n * @property {string} resourceId\n * @property {string} createdVia\n * @property {number} expireAt\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateInvitationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateInvitationInput\n * @property {string} teamDid\n * @property {string} role\n * @property {string} remark\n * @property {string} sourceAppPid\n * @property {...ABTNodeClient.PassportDisplayInput} display\n * @property {string} passportExpireTime\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateOrgInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateOrgInput\n * @property {string} teamDid\n * @property {string} name\n * @property {string} description\n * @property {string} ownerDid\n * @property {boolean} deferPassport\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreatePassportIssuanceInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreatePassportIssuanceInput\n * @property {string} teamDid\n * @property {string} ownerDid\n * @property {string} name\n * @property {...ABTNodeClient.PassportDisplayInput} display\n * @property {string} passportExpireTime\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreatePermissionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreatePermissionInput\n * @property {string} teamDid\n * @property {string} name\n * @property {string} description\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateProjectInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateProjectInput\n * @property {string} did\n * @property {...ABTNodeClient.PublishType} type\n * @property {string} blockletDid\n * @property {string} blockletTitle\n * @property {string} componentDid\n * @property {string} tenantScope\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateReleaseInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateReleaseInput\n * @property {string} did\n * @property {string} projectId\n * @property {string} releaseId\n * @property {string} blockletDid\n * @property {string} blockletVersion\n * @property {string} blockletTitle\n * @property {string} blockletDescription\n * @property {string} blockletLogo\n * @property {string} blockletIntroduction\n * @property {Array<...ABTNodeClient.null>} blockletScreenshots\n * @property {string} note\n * @property {string} status\n * @property {Array<...ABTNodeClient.null>} blockletComponents\n * @property {string} uploadedResource\n * @property {string} blockletResourceType\n * @property {string} blockletSupport\n * @property {string} blockletCommunity\n * @property {string} blockletHomepage\n * @property {Array<...ABTNodeClient.null>} blockletVideos\n * @property {string} blockletRepository\n * @property {string} contentType\n * @property {...ABTNodeClient.BlockletDockerInput} blockletDocker\n * @property {boolean} blockletSingleton\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateRoleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateRoleInput\n * @property {string} teamDid\n * @property {string} name\n * @property {string} title\n * @property {string} description\n * @property {string} childName\n * @property {Array<...ABTNodeClient.null>} permissions\n * @property {string} extra\n * @property {string} orgId\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateTransferNodeInvitationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateTransferNodeInvitationInput\n * @property {string} teamDid\n * @property {string} remark\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateWebHookInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateWebHookInput\n * @property {...ABTNodeClient.SenderType} type\n * @property {string} title\n * @property {string} description\n * @property {Array<...ABTNodeClient.null>} params\n */\n\n/**\n * Structure of ABTNodeClient.RequestCreateWebhookEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestCreateWebhookEndpointInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.WebhookEndpointStateInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteAccessKeyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteAccessKeyInput\n * @property {string} teamDid\n * @property {string} accessKeyId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteBlockletAccessPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteBlockletAccessPolicyInput\n * @property {string} did\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteBlockletInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteBlockletInput\n * @property {string} did\n * @property {boolean} keepData\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteBlockletResponseHeaderPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteBlockletResponseHeaderPolicyInput\n * @property {string} did\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteBlockletSecurityRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteBlockletSecurityRuleInput\n * @property {string} did\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteBlockletSpaceGatewayInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteBlockletSpaceGatewayInput\n * @property {string} did\n * @property {string} spaceGatewayDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteBlockletStoreInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteBlockletStoreInput\n * @property {string} teamDid\n * @property {string} url\n * @property {string} projectId\n * @property {string} scope\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteComponentInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteComponentInput\n * @property {string} did\n * @property {string} rootDid\n * @property {boolean} keepData\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteDomainAliasInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteDomainAliasInput\n * @property {string} id\n * @property {string} domainAlias\n * @property {string} teamDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteInvitationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteInvitationInput\n * @property {string} teamDid\n * @property {string} inviteId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteNginxHttpsCertInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteNginxHttpsCertInput\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteOAuthClientInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteOAuthClientInput\n * @property {string} teamDid\n * @property {string} clientId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeletePermissionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeletePermissionInput\n * @property {string} teamDid\n * @property {string} name\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteRoleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteRoleInput\n * @property {string} teamDid\n * @property {string} name\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteRoutingRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteRoutingRuleInput\n * @property {string} id\n * @property {string} ruleId\n * @property {string} teamDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteRoutingSiteInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteRoutingSiteInput\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteTeamSessionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteTeamSessionInput\n * @property {string} teamDid\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteUploadEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteUploadEndpointInput\n * @property {string} teamDid\n * @property {string} did\n * @property {string} scope\n * @property {string} projectId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteWebHookInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteWebHookInput\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestDeleteWebhookEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDeleteWebhookEndpointInput\n * @property {string} teamDid\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestDisbandFederatedLoginInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDisbandFederatedLoginInput\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.RequestDisconnectFromEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDisconnectFromEndpointInput\n * @property {string} did\n * @property {string} endpointId\n * @property {string} projectId\n */\n\n/**\n * Structure of ABTNodeClient.RequestDisconnectFromStoreInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDisconnectFromStoreInput\n * @property {string} did\n * @property {string} storeId\n * @property {string} projectId\n * @property {string} storeScope\n */\n\n/**\n * Structure of ABTNodeClient.RequestDisconnectToAigneInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDisconnectToAigneInput\n * @property {string} did\n * @property {string} url\n * @property {string} key\n */\n\n/**\n * Structure of ABTNodeClient.RequestDomainDNSInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestDomainDNSInput\n * @property {string} teamDid\n * @property {string} domain\n */\n\n/**\n * Structure of ABTNodeClient.RequestFindCertificateByDomainInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestFindCertificateByDomainInput\n * @property {string} domain\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.RequestFollowUserActionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestFollowUserActionInput\n * @property {string} teamDid\n * @property {string} userDid\n * @property {string} followerDid\n * @property {...ABTNodeClient.UserFollowOptionsInput} options\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetAuditLogsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetAuditLogsInput\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {string} scope\n * @property {string} category\n * @property {string} actionOrContent\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletAccessPoliciesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletAccessPoliciesInput\n * @property {string} did\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {...ABTNodeClient.BlockletAccessPolicyQueryInput} query\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletAccessPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletAccessPolicyInput\n * @property {string} did\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletBackupSummaryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletBackupSummaryInput\n * @property {string} did\n * @property {string} startTime\n * @property {string} endTime\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletBackupsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletBackupsInput\n * @property {string} did\n * @property {string} startTime\n * @property {string} endTime\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletResponseHeaderPoliciesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletResponseHeaderPoliciesInput\n * @property {string} did\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {...ABTNodeClient.BlockletResponseHeaderPolicyQueryInput} query\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletResponseHeaderPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletResponseHeaderPolicyInput\n * @property {string} did\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletSecurityRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletSecurityRuleInput\n * @property {string} did\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletSecurityRulesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletSecurityRulesInput\n * @property {string} did\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {...ABTNodeClient.BlockletSecurityRuleQueryInput} query\n * @property {boolean} includeDisabled\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetBlockletsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetBlockletsInput\n * @property {boolean} useCache\n * @property {boolean} includeRuntimeInfo\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {string} search\n * @property {boolean} external\n * @property {...ABTNodeClient.SortInput} sort\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetDynamicComponentsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetDynamicComponentsInput\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetLauncherSessionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetLauncherSessionInput\n * @property {string} launcherSessionId\n * @property {string} launcherUrl\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetNotificationsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetNotificationsInput\n * @property {string} receiver\n * @property {string} sender\n * @property {boolean} read\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {string} teamDid\n * @property {Array<...ABTNodeClient.null>} severity\n * @property {Array<...ABTNodeClient.null>} componentDid\n * @property {Array<...ABTNodeClient.null>} entityId\n * @property {Array<...ABTNodeClient.null>} source\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetOrgDataInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetOrgDataInput\n * @property {string} teamDid\n * @property {string} orgId\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetOrgInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetOrgInput\n * @property {string} teamDid\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetOrgMemberInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetOrgMemberInput\n * @property {string} teamDid\n * @property {string} orgId\n * @property {string} userDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetOrgResourceInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetOrgResourceInput\n * @property {string} teamDid\n * @property {string} orgId\n * @property {string} resourceId\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetOrgsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetOrgsInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.OrgInput} org\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {...ABTNodeClient.OrgQueryType} type\n * @property {string} userDid\n * @property {...ABTNodeClient.RequestGetOrgsOptionsInput} options\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetOrgsOptionsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetOrgsOptionsInput\n * @property {boolean} includeMembers\n * @property {boolean} includePassports\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetPassportIssuancesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetPassportIssuancesInput\n * @property {string} teamDid\n * @property {string} ownerDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetProjectsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetProjectsInput\n * @property {string} did\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {string} componentDid\n * @property {string} tenantScope\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetReleasesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetReleasesInput\n * @property {string} did\n * @property {string} projectId\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetRoutingSitesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetRoutingSitesInput\n * @property {string} snapshotHash\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetSelectedResourcesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetSelectedResourcesInput\n * @property {string} did\n * @property {string} projectId\n * @property {string} releaseId\n * @property {string} componentDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetSessionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetSessionInput\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetTrafficInsightsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetTrafficInsightsInput\n * @property {string} did\n * @property {string} startDate\n * @property {string} endDate\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetWebhookAttemptsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetWebhookAttemptsInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.RequestAttemptIdInput} input\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetWebhookEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetWebhookEndpointInput\n * @property {string} teamDid\n * @property {string} id\n */\n\n/**\n * Structure of ABTNodeClient.RequestGetWebhookEndpointsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGetWebhookEndpointsInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestGrantPermissionForRoleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestGrantPermissionForRoleInput\n * @property {string} teamDid\n * @property {string} roleName\n * @property {string} grantName\n */\n\n/**\n * Structure of ABTNodeClient.RequestHasPermissionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestHasPermissionInput\n * @property {string} teamDid\n * @property {string} role\n * @property {string} permission\n */\n\n/**\n * Structure of ABTNodeClient.RequestInstallBlockletInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestInstallBlockletInput\n * @property {string} type\n * @property {string} did\n * @property {string} storeUrl\n * @property {string} url\n * @property {undefined} file\n * @property {string} diffVersion\n * @property {Array<...ABTNodeClient.null>} deleteSet\n * @property {string} title\n * @property {string} description\n * @property {boolean} startImmediately\n * @property {string} appSk\n * @property {Array<...ABTNodeClient.null>} downloadTokenList\n */\n\n/**\n * Structure of ABTNodeClient.RequestInstallComponentInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestInstallComponentInput\n * @property {string} rootDid\n * @property {string} mountPoint\n * @property {string} url\n * @property {undefined} file\n * @property {string} did\n * @property {string} diffVersion\n * @property {Array<...ABTNodeClient.null>} deleteSet\n * @property {string} name\n * @property {string} title\n * @property {Array<...ABTNodeClient.null>} configs\n * @property {Array<...ABTNodeClient.null>} downloadTokenList\n * @property {boolean} skipNavigation\n * @property {boolean} onlyRequired\n * @property {...ABTNodeClient.BlockletDistInput} dist\n */\n\n/**\n * Structure of ABTNodeClient.RequestInvitableUsersInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestInvitableUsersInput\n * @property {string} teamDid\n * @property {string} id\n * @property {...ABTNodeClient.UserQueryInput} query\n */\n\n/**\n * Structure of ABTNodeClient.RequestInviteMembersToOrgInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestInviteMembersToOrgInput\n * @property {string} teamDid\n * @property {string} orgId\n * @property {Array<...ABTNodeClient.null>} userDids\n * @property {string} role\n * @property {string} inviteType\n * @property {string} email\n */\n\n/**\n * Structure of ABTNodeClient.RequestIsDidDomainInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestIsDidDomainInput\n * @property {string} domain\n */\n\n/**\n * Structure of ABTNodeClient.RequestIssuePassportToUserInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestIssuePassportToUserInput\n * @property {string} teamDid\n * @property {string} userDid\n * @property {string} role\n * @property {...ABTNodeClient.PassportDisplayInput} display\n * @property {boolean} notify\n * @property {string} notification\n */\n\n/**\n * Structure of ABTNodeClient.RequestJoinFederatedLoginInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestJoinFederatedLoginInput\n * @property {string} did\n * @property {string} appUrl\n */\n\n/**\n * Structure of ABTNodeClient.RequestLaunchBlockletByLauncherInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestLaunchBlockletByLauncherInput\n * @property {string} blockletMetaUrl\n * @property {string} title\n * @property {string} description\n * @property {string} chainHost\n * @property {string} launcherSessionId\n * @property {string} launcherUrl\n * @property {boolean} onlyRequired\n * @property {string} type\n * @property {string} storeUrl\n * @property {boolean} autoStart\n * @property {string} bindDomainCap\n * @property {string} domainNftDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestLaunchBlockletWithoutWalletInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestLaunchBlockletWithoutWalletInput\n * @property {string} blockletMetaUrl\n * @property {string} title\n * @property {string} description\n * @property {boolean} onlyRequired\n * @property {string} type\n * @property {string} storeUrl\n */\n\n/**\n * Structure of ABTNodeClient.RequestLimitInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestLimitInput\n * @property {boolean} enabled\n * @property {number} global\n * @property {number} burstFactor\n * @property {number} burstDelay\n * @property {number} rate\n * @property {Array<...ABTNodeClient.null>} methods\n */\n\n/**\n * Structure of ABTNodeClient.RequestLogoutUserInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestLogoutUserInput\n * @property {string} teamDid\n * @property {string} appPid\n * @property {string} userDid\n * @property {string} visitorId\n * @property {boolean} remove\n */\n\n/**\n * Structure of ABTNodeClient.RequestMakeAllNotificationsAsReadInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestMakeAllNotificationsAsReadInput\n * @property {string} receiver\n * @property {string} teamDid\n * @property {string} severity\n * @property {string} componentDid\n * @property {string} entityId\n * @property {string} source\n */\n\n/**\n * Structure of ABTNodeClient.RequestMigrateApplicationToStructV2Input\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestMigrateApplicationToStructV2Input\n * @property {string} did\n * @property {string} appSk\n */\n\n/**\n * Structure of ABTNodeClient.RequestMigrateOrgResourceInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestMigrateOrgResourceInput\n * @property {string} teamDid\n * @property {string} from\n * @property {string} to\n * @property {Array<...ABTNodeClient.null>} resourceIds\n */\n\n/**\n * Structure of ABTNodeClient.RequestNodeRuntimeHistoryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestNodeRuntimeHistoryInput\n * @property {number} hours\n */\n\n/**\n * Structure of ABTNodeClient.RequestNotificationComponentsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestNotificationComponentsInput\n * @property {string} teamDid\n * @property {string} receiver\n */\n\n/**\n * Structure of ABTNodeClient.RequestNotificationSendLogInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestNotificationSendLogInput\n * @property {string} teamDid\n * @property {Array<...ABTNodeClient.null>} dateRange\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {string} source\n * @property {Array<...ABTNodeClient.null>} componentDids\n * @property {Array<...ABTNodeClient.null>} severities\n */\n\n/**\n * Structure of ABTNodeClient.RequestOAuthClientInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestOAuthClientInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.OauthClientInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RequestPassportInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestPassportInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.PassportQueryInput} query\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestPassportLogInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestPassportLogInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.PassportLogQueryInput} query\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestProjectInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestProjectInput\n * @property {string} did\n * @property {string} projectId\n * @property {string} messageId\n */\n\n/**\n * Structure of ABTNodeClient.RequestPublishToEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestPublishToEndpointInput\n * @property {string} did\n * @property {string} endpointId\n * @property {string} projectId\n * @property {string} releaseId\n */\n\n/**\n * Structure of ABTNodeClient.RequestPublishToStoreInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestPublishToStoreInput\n * @property {string} did\n * @property {string} projectId\n * @property {string} releaseId\n * @property {string} type\n * @property {string} storeId\n */\n\n/**\n * Structure of ABTNodeClient.RequestQuitFederatedLoginInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestQuitFederatedLoginInput\n * @property {string} did\n * @property {string} targetDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestReadNotificationsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestReadNotificationsInput\n * @property {Array<...ABTNodeClient.null>} notificationIds\n * @property {string} teamDid\n * @property {string} receiver\n */\n\n/**\n * Structure of ABTNodeClient.RequestReceiversInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestReceiversInput\n * @property {string} teamDid\n * @property {string} userName\n * @property {string} userDid\n * @property {Array<...ABTNodeClient.null>} walletSendStatus\n * @property {Array<...ABTNodeClient.null>} pushKitSendStatus\n * @property {Array<...ABTNodeClient.null>} emailSendStatus\n * @property {Array<...ABTNodeClient.null>} dateRange\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {string} notificationId\n */\n\n/**\n * Structure of ABTNodeClient.RequestRelatedPassportsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestRelatedPassportsInput\n * @property {string} teamDid\n * @property {string} passportId\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestReleaseInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestReleaseInput\n * @property {string} did\n * @property {string} projectId\n * @property {string} releaseId\n */\n\n/**\n * Structure of ABTNodeClient.RequestResendNotificationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestResendNotificationInput\n * @property {string} teamDid\n * @property {string} notificationId\n * @property {Array<...ABTNodeClient.null>} receivers\n * @property {Array<...ABTNodeClient.null>} channels\n * @property {Array<...ABTNodeClient.null>} webhookUrls\n * @property {boolean} resendFailedOnly\n */\n\n/**\n * Structure of ABTNodeClient.RequestResetNodeInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestResetNodeInput\n * @property {boolean} owner\n * @property {boolean} blocklets\n * @property {boolean} webhooks\n * @property {boolean} certificates\n * @property {boolean} accessKeys\n * @property {boolean} blockletExtras\n * @property {boolean} routingRules\n * @property {boolean} users\n * @property {boolean} invitations\n */\n\n/**\n * Structure of ABTNodeClient.RequestRestoreBlockletInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestRestoreBlockletInput\n * @property {string} endpoint\n * @property {string} appDid\n * @property {string} delegation\n * @property {undefined} password\n * @property {any} wallet\n * @property {...ABTNodeClient.BackupTo} from\n * @property {string} appPid\n */\n\n/**\n * Structure of ABTNodeClient.RequestRevokePermissionFromRoleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestRevokePermissionFromRoleInput\n * @property {string} teamDid\n * @property {string} roleName\n * @property {string} grantName\n */\n\n/**\n * Structure of ABTNodeClient.RequestRevokeUserPassportInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestRevokeUserPassportInput\n * @property {string} teamDid\n * @property {string} userDid\n * @property {string} passportId\n */\n\n/**\n * Structure of ABTNodeClient.RequestRotateSessionKeyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestRotateSessionKeyInput\n * @property {string} teamDid\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.RequestSendEmailInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestSendEmailInput\n * @property {string} did\n * @property {string} receiver\n * @property {string} email\n */\n\n/**\n * Structure of ABTNodeClient.RequestSendMsgInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestSendMsgInput\n * @property {string} webhookId\n * @property {string} message\n */\n\n/**\n * Structure of ABTNodeClient.RequestSendPushInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestSendPushInput\n * @property {string} did\n * @property {string} receiver\n * @property {string} notification\n */\n\n/**\n * Structure of ABTNodeClient.RequestSwitchProfileInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestSwitchProfileInput\n * @property {string} teamDid\n * @property {string} userDid\n * @property {...ABTNodeClient.UserProfileInput} profile\n */\n\n/**\n * Structure of ABTNodeClient.RequestSyncFederatedInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestSyncFederatedInput\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.RequestSyncMasterAuthorizationInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestSyncMasterAuthorizationInput\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.RequestTagInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestTagInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.TagInput} tag\n * @property {number} moveTo\n */\n\n/**\n * Structure of ABTNodeClient.RequestTaggingInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestTaggingInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.TaggingInput} tagging\n */\n\n/**\n * Structure of ABTNodeClient.RequestTagsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestTagsInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestTeamPermissionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestTeamPermissionInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.PermissionInput} permission\n */\n\n/**\n * Structure of ABTNodeClient.RequestTeamRoleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestTeamRoleInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.RoleUpdateInput} role\n * @property {string} orgId\n */\n\n/**\n * Structure of ABTNodeClient.RequestTeamUserInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestTeamUserInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.UserInfoInput} user\n * @property {...ABTNodeClient.RequestTeamUserOptionsInput} options\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.RequestTeamUserOptionsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestTeamUserOptionsInput\n * @property {boolean} enableConnectedAccount\n * @property {boolean} includeTags\n * @property {boolean} includeFederated\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateAccessKeyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateAccessKeyInput\n * @property {string} teamDid\n * @property {string} accessKeyId\n * @property {string} remark\n * @property {string} passport\n * @property {number} expireAt\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateAppSessionConfigInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateAppSessionConfigInput\n * @property {string} did\n * @property {...ABTNodeClient.SessionConfigInput} config\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateAutoBackupInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateAutoBackupInput\n * @property {string} did\n * @property {...ABTNodeClient.AutoBackupInput} autoBackup\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateAutoCheckUpdateInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateAutoCheckUpdateInput\n * @property {string} did\n * @property {...ABTNodeClient.AutoCheckUpdateInput} autoCheckUpdate\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateBlockletAccessPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateBlockletAccessPolicyInput\n * @property {string} did\n * @property {...ABTNodeClient.BlockletAccessPolicyInput} data\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateBlockletResponseHeaderPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateBlockletResponseHeaderPolicyInput\n * @property {string} did\n * @property {...ABTNodeClient.BlockletResponseHeaderPolicyInput} data\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateBlockletSecurityRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateBlockletSecurityRuleInput\n * @property {string} did\n * @property {...ABTNodeClient.BlockletSecurityRuleInput} data\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateBlockletSpaceGatewayInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateBlockletSpaceGatewayInput\n * @property {string} did\n * @property {...ABTNodeClient.SpaceGatewayInput} where\n * @property {...ABTNodeClient.SpaceGatewayInput} spaceGateway\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateComponentMountPointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateComponentMountPointInput\n * @property {string} did\n * @property {string} rootDid\n * @property {string} mountPoint\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateComponentTitleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateComponentTitleInput\n * @property {string} did\n * @property {string} rootDid\n * @property {string} title\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateComponentsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateComponentsInput\n * @property {string} updateId\n * @property {string} rootDid\n * @property {Array<...ABTNodeClient.null>} selectedComponents\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateNginxHttpsCertInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateNginxHttpsCertInput\n * @property {string} id\n * @property {string} name\n * @property {string} certificate\n * @property {string} privateKey\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateOrgInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateOrgInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.OrgInput} org\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdatePermissionsForRoleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdatePermissionsForRoleInput\n * @property {string} teamDid\n * @property {string} roleName\n * @property {Array<...ABTNodeClient.null>} grantNames\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateProjectInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateProjectInput\n * @property {string} did\n * @property {string} projectId\n * @property {string} blockletTitle\n * @property {string} blockletDescription\n * @property {string} blockletIntroduction\n * @property {boolean} autoUpload\n * @property {boolean} possibleSameStore\n * @property {string} blockletSupport\n * @property {string} blockletCommunity\n * @property {string} blockletHomepage\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateRoutingRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateRoutingRuleInput\n * @property {string} id\n * @property {...ABTNodeClient.RoutingRuleInput} rule\n * @property {string} teamDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateRoutingSiteInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateRoutingSiteInput\n * @property {string} id\n * @property {Array<...ABTNodeClient.null>} corsAllowedOrigins\n * @property {string} domain\n * @property {string} teamDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateSelectedResourcesInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateSelectedResourcesInput\n * @property {string} did\n * @property {string} projectId\n * @property {string} releaseId\n * @property {string} componentDid\n * @property {Array<...ABTNodeClient.null>} resources\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateUserAddressInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateUserAddressInput\n * @property {string} teamDid\n * @property {string} did\n * @property {...ABTNodeClient.UserAddressInput} address\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateUserExtraInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateUserExtraInput\n * @property {string} teamDid\n * @property {string} did\n * @property {string} remark\n * @property {string} extra\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateUserInfoInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateUserInfoInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.UserInfoInput} user\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateUserTagsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateUserTagsInput\n * @property {string} teamDid\n * @property {string} did\n * @property {Array<...ABTNodeClient.null>} tags\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateWebHookStateInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateWebHookStateInput\n * @property {string} id\n * @property {string} url\n * @property {boolean} enabled\n * @property {number} consecutiveFailures\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpdateWebhookEndpointInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpdateWebhookEndpointInput\n * @property {string} teamDid\n * @property {string} id\n * @property {...ABTNodeClient.WebhookEndpointStateInput} data\n */\n\n/**\n * Structure of ABTNodeClient.RequestUpgradeNodeVersionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUpgradeNodeVersionInput\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.RequestUserRelationCountInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUserRelationCountInput\n * @property {string} teamDid\n * @property {Array<...ABTNodeClient.null>} userDids\n * @property {...ABTNodeClient.QueryUserFollowStateOptionsInput} options\n */\n\n/**\n * Structure of ABTNodeClient.RequestUserRelationQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUserRelationQueryInput\n * @property {string} teamDid\n * @property {string} userDid\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {...ABTNodeClient.UserSortInput} sort\n * @property {...ABTNodeClient.QueryUserFollowOptionsInput} options\n */\n\n/**\n * Structure of ABTNodeClient.RequestUserSessionsCountInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUserSessionsCountInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.UserSessionQueryInput} query\n */\n\n/**\n * Structure of ABTNodeClient.RequestUserSessionsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUserSessionsInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.UserSessionQueryInput} query\n * @property {...ABTNodeClient.UserSessionSortInput} sort\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.RequestUsersInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestUsersInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.UserQueryInput} query\n * @property {...ABTNodeClient.UserSortInput} sort\n * @property {...ABTNodeClient.PagingInput} paging\n * @property {Array<...ABTNodeClient.null>} dids\n */\n\n/**\n * Structure of ABTNodeClient.RequestVerifyAccessKeyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestVerifyAccessKeyInput\n * @property {string} teamDid\n * @property {string} accessKeyId\n * @property {string} resourceType\n * @property {string} resourceId\n * @property {string} componentDid\n */\n\n/**\n * Structure of ABTNodeClient.RequestVerifyAigneConnectionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestVerifyAigneConnectionInput\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.RoleUpdateInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoleUpdateInput\n * @property {string} name\n * @property {string} title\n * @property {string} description\n * @property {string} extra\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleFromInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleFromInput\n * @property {string} pathPrefix\n * @property {Array<...ABTNodeClient.null>} header\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleHeaderInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleHeaderInput\n * @property {string} key\n * @property {string} value\n * @property {...ABTNodeClient.HeaderMatchType} type\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleInput\n * @property {string} id\n * @property {...ABTNodeClient.RoutingRuleFromInput} from\n * @property {...ABTNodeClient.RoutingRuleToInput} to\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleResponseInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleResponseInput\n * @property {number} status\n * @property {string} contentType\n * @property {string} body\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleToInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleToInput\n * @property {number} port\n * @property {...ABTNodeClient.BackendServiceType} type\n * @property {string} did\n * @property {string} url\n * @property {number} redirectCode\n * @property {string} interfaceName\n * @property {string} componentId\n * @property {string} pageGroup\n * @property {...ABTNodeClient.RoutingRuleResponseInput} response\n */\n\n/**\n * Structure of ABTNodeClient.SessionConfigInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SessionConfigInput\n * @property {number} cacheTtl\n * @property {number} ttl\n * @property {...ABTNodeClient.LoginEmailSettingsInput} email\n * @property {...ABTNodeClient.LoginPhoneSettingsInput} phone\n * @property {string} salt\n * @property {boolean} enableBlacklist\n */\n\n/**\n * Structure of ABTNodeClient.SortInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SortInput\n * @property {string} field\n * @property {string} direction\n */\n\n/**\n * Structure of ABTNodeClient.SpaceGatewayInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SpaceGatewayInput\n * @property {string} name\n * @property {string} url\n * @property {string} protected\n * @property {string} endpoint\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.TagInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TagInput\n * @property {number} id\n * @property {string} title\n * @property {string} description\n * @property {string} color\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} slug\n * @property {string} type\n * @property {string} componentDid\n * @property {number} parentId\n * @property {string} createdBy\n * @property {string} updatedBy\n */\n\n/**\n * Structure of ABTNodeClient.TaggingInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TaggingInput\n * @property {number} tagId\n * @property {string} taggableType\n * @property {Array<...ABTNodeClient.null>} taggableIds\n */\n\n/**\n * Structure of ABTNodeClient.TeamInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TeamInput\n * @property {string} teamDid\n * @property {...ABTNodeClient.PagingInput} paging\n */\n\n/**\n * Structure of ABTNodeClient.TrustedFactoryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedFactoryInput\n * @property {string} holderDid\n * @property {string} issuerDid\n * @property {string} factoryAddress\n * @property {string} remark\n * @property {...ABTNodeClient.TrustedPassportMappingToInput} passport\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassportInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassportInput\n * @property {string} issuerDid\n * @property {string} remark\n * @property {Array<...ABTNodeClient.null>} mappings\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassportMappingFromInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassportMappingFromInput\n * @property {string} passport\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassportMappingInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassportMappingInput\n * @property {...ABTNodeClient.TrustedPassportMappingFromInput} from\n * @property {...ABTNodeClient.TrustedPassportMappingToInput} to\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassportMappingToInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassportMappingToInput\n * @property {string} role\n * @property {string} ttl\n * @property {string} ttlPolicy\n */\n\n/**\n * Structure of ABTNodeClient.UserAddressInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserAddressInput\n * @property {string} country\n * @property {string} province\n * @property {string} city\n * @property {string} postalCode\n * @property {string} line1\n * @property {string} line2\n */\n\n/**\n * Structure of ABTNodeClient.UserFollowOptionsInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserFollowOptionsInput\n * @property {boolean} skipNotification\n */\n\n/**\n * Structure of ABTNodeClient.UserInfoInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserInfoInput\n * @property {string} did\n * @property {string} pk\n * @property {string} role\n * @property {string} avatar\n * @property {string} fullName\n * @property {string} email\n * @property {boolean} approved\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} locale\n * @property {Array<...ABTNodeClient.null>} passports\n * @property {number} firstLoginAt\n * @property {number} lastLoginAt\n * @property {string} remark\n * @property {string} lastLoginIp\n * @property {string} sourceProvider\n * @property {string} sourceAppPid\n * @property {Array<...ABTNodeClient.null>} connectedAccounts\n * @property {any} extra\n * @property {Array<...ABTNodeClient.null>} tags\n * @property {any} didSpace\n * @property {Array<...ABTNodeClient.null>} userSessions\n * @property {string} url\n * @property {string} phone\n * @property {string} inviter\n * @property {number} generation\n * @property {boolean} emailVerified\n * @property {boolean} phoneVerified\n * @property {...ABTNodeClient.UserMetadataInput} metadata\n * @property {...ABTNodeClient.UserAddressInput} address\n * @property {number} userSessionsCount\n * @property {boolean} isFollowing\n */\n\n/**\n * Structure of ABTNodeClient.UserMetadataInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserMetadataInput\n * @property {string} bio\n * @property {string} location\n * @property {string} timezone\n * @property {string} cover\n * @property {Array<...ABTNodeClient.null>} links\n * @property {...ABTNodeClient.UserMetadataStatusInput} status\n * @property {...ABTNodeClient.UserPhoneInfoInput} phone\n */\n\n/**\n * Structure of ABTNodeClient.UserMetadataLinkInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserMetadataLinkInput\n * @property {string} url\n * @property {string} favicon\n */\n\n/**\n * Structure of ABTNodeClient.UserMetadataStatusInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserMetadataStatusInput\n * @property {string} label\n * @property {string} icon\n * @property {string} duration\n * @property {Array<...ABTNodeClient.null>} dateRange\n */\n\n/**\n * Structure of ABTNodeClient.UserOrgInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserOrgInput\n * @property {string} id\n * @property {string} orgId\n * @property {string} userDid\n * @property {...ABTNodeClient.OrgUserStatus} status\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {...ABTNodeClient.UserInfoInput} user\n * @property {any} metadata\n */\n\n/**\n * Structure of ABTNodeClient.UserPhoneInfoInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserPhoneInfoInput\n * @property {string} country\n * @property {string} phoneNumber\n */\n\n/**\n * Structure of ABTNodeClient.UserProfileInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserProfileInput\n * @property {string} did\n * @property {string} avatar\n * @property {string} fullName\n * @property {string} email\n */\n\n/**\n * Structure of ABTNodeClient.UserQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserQueryInput\n * @property {string} role\n * @property {boolean} approved\n * @property {string} search\n * @property {string} connectedDid\n * @property {Array<...ABTNodeClient.null>} tags\n * @property {string} inviter\n * @property {string} invitee\n * @property {number} generation\n * @property {boolean} includeTags\n * @property {boolean} includeUserSessions\n * @property {boolean} includePassports\n * @property {boolean} includeConnectedAccounts\n * @property {boolean} includeFollowStatus\n */\n\n/**\n * Structure of ABTNodeClient.UserSessionInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserSessionInput\n * @property {string} id\n * @property {string} visitorId\n * @property {string} appPid\n * @property {string} userDid\n * @property {string} ua\n * @property {string} passportId\n * @property {string} status\n * @property {string} lastLoginIp\n * @property {any} extra\n * @property {number} createdAt\n * @property {number} updatedAt\n */\n\n/**\n * Structure of ABTNodeClient.UserSessionQueryInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserSessionQueryInput\n * @property {string} userDid\n * @property {string} visitorId\n * @property {string} appPid\n * @property {string} status\n * @property {boolean} includeUser\n */\n\n/**\n * Structure of ABTNodeClient.UserSessionSortInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserSessionSortInput\n * @property {number} updatedAt\n * @property {number} createdAt\n */\n\n/**\n * Structure of ABTNodeClient.UserSortInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserSortInput\n * @property {number} updatedAt\n * @property {number} createdAt\n * @property {number} lastLoginAt\n */\n\n/**\n * Structure of ABTNodeClient.WAFPolicyInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WAFPolicyInput\n * @property {boolean} enabled\n * @property {string} mode\n * @property {number} inboundAnomalyScoreThreshold\n * @property {number} outboundAnomalyScoreThreshold\n * @property {number} logLevel\n */\n\n/**\n * Structure of ABTNodeClient.WebHookParamInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebHookParamInput\n * @property {string} name\n * @property {string} description\n * @property {boolean} required\n * @property {string} defaultValue\n * @property {string} value\n * @property {string} type\n * @property {boolean} enabled\n * @property {number} consecutiveFailures\n */\n\n/**\n * Structure of ABTNodeClient.WebhookEndpointStateInput\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebhookEndpointStateInput\n * @property {string} id\n * @property {string} apiVersion\n * @property {string} url\n * @property {string} description\n * @property {Array<...ABTNodeClient.null>} enabledEvents\n * @property {any} metadata\n * @property {string} status\n * @property {number} createdAt\n * @property {number} updatedAt\n */\n\n/**\n * Structure of ABTNodeClient.AccessKey\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AccessKey\n * @property {string} accessKeyId\n * @property {string} accessKeyPublic\n * @property {string} remark\n * @property {string} passport\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {number} lastUsedAt\n * @property {string} createdBy\n * @property {string} updatedBy\n * @property {string} authType\n * @property {string} componentDid\n * @property {string} resourceType\n * @property {string} resourceId\n * @property {string} createdVia\n * @property {number} expireAt\n */\n\n/**\n * Structure of ABTNodeClient.AigneConfig\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AigneConfig\n * @property {string} provider\n * @property {string} model\n * @property {string} key\n * @property {string} url\n * @property {string} accessKeyId\n * @property {string} secretAccessKey\n * @property {string} validationResult\n */\n\n/**\n * Structure of ABTNodeClient.AuditLog\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AuditLog\n * @property {string} id\n * @property {string} scope\n * @property {string} category\n * @property {string} action\n * @property {string} content\n * @property {...ABTNodeClient.AuditLogActor} actor\n * @property {...ABTNodeClient.AuditLogEnv} env\n * @property {number} createdAt\n * @property {string} ip\n * @property {string} ua\n * @property {string} componentDid\n */\n\n/**\n * Structure of ABTNodeClient.AuditLogActor\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AuditLogActor\n * @property {string} did\n * @property {string} role\n * @property {string} fullName\n * @property {string} avatar\n * @property {string} source\n */\n\n/**\n * Structure of ABTNodeClient.AuditLogEnv\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AuditLogEnv\n * @property {...ABTNodeClient.AuditLogEnvItem} browser\n * @property {...ABTNodeClient.AuditLogEnvItem} os\n */\n\n/**\n * Structure of ABTNodeClient.AuditLogEnvItem\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AuditLogEnvItem\n * @property {string} name\n * @property {string} version\n */\n\n/**\n * Structure of ABTNodeClient.AutoBackup\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AutoBackup\n * @property {boolean} enabled\n */\n\n/**\n * Structure of ABTNodeClient.AutoBlockPolicy\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AutoBlockPolicy\n * @property {boolean} enabled\n * @property {number} windowSize\n * @property {number} windowQuota\n * @property {number} blockDuration\n * @property {Array<...ABTNodeClient.null>} statusCodes\n */\n\n/**\n * Structure of ABTNodeClient.AutoCheckUpdate\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AutoCheckUpdate\n * @property {boolean} enabled\n */\n\n/**\n * Structure of ABTNodeClient.Backup\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Backup\n * @property {string} appPid\n * @property {string} userDid\n * @property {number} strategy\n * @property {string} sourceUrl\n * @property {string} target\n * @property {string} targetName\n * @property {string} targetUrl\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {number} status\n * @property {string} message\n * @property {number} progress\n * @property {any} metadata\n */\n\n/**\n * Structure of ABTNodeClient.BackupSummaryItem\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BackupSummaryItem\n * @property {string} date\n * @property {number} successCount\n * @property {number} errorCount\n */\n\n/**\n * Structure of ABTNodeClient.BaseUserInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BaseUserInfo\n * @property {string} did\n * @property {string} pk\n * @property {string} role\n * @property {string} avatar\n * @property {string} fullName\n * @property {string} email\n * @property {boolean} approved\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} locale\n */\n\n/**\n * Structure of ABTNodeClient.BlockPolicy\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockPolicy\n * @property {boolean} enabled\n * @property {Array<...ABTNodeClient.null>} blacklist\n * @property {...ABTNodeClient.AutoBlockPolicy} autoBlocking\n */\n\n/**\n * Structure of ABTNodeClient.BlockletAccessPolicy\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletAccessPolicy\n * @property {string} id\n * @property {string} name\n * @property {string} description\n * @property {any} roles\n * @property {boolean} reverse\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.BlockletBackupState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletBackupState\n * @property {string} appDid\n * @property {string} appPid\n * @property {string} name\n * @property {number} createdAt\n */\n\n/**\n * Structure of ABTNodeClient.BlockletCapabilities\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletCapabilities\n * @property {boolean} clusterMode\n * @property {boolean} component\n * @property {boolean} navigation\n * @property {string} didSpace\n * @property {string} resourceExportApi\n */\n\n/**\n * Structure of ABTNodeClient.BlockletController\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletController\n * @property {string} id\n * @property {string} nftId\n * @property {string} nftOwner\n * @property {string} chainHost\n * @property {number} expireDate\n * @property {string} consumedAt\n * @property {string} launcherUrl\n * @property {string} launcherSessionId\n * @property {string} ownerDid\n * @property {...ABTNodeClient.BlockletControllerStatus} status\n */\n\n/**\n * Structure of ABTNodeClient.BlockletControllerStatus\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletControllerStatus\n * @property {number} value\n * @property {string} reason\n */\n\n/**\n * Structure of ABTNodeClient.BlockletDiff\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletDiff\n * @property {boolean} hasBlocklet\n * @property {string} version\n * @property {Array<...ABTNodeClient.null>} addSet\n * @property {Array<...ABTNodeClient.null>} changeSet\n * @property {Array<...ABTNodeClient.null>} deleteSet\n */\n\n/**\n * Structure of ABTNodeClient.BlockletDist\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletDist\n * @property {string} tarball\n * @property {string} integrity\n */\n\n/**\n * Structure of ABTNodeClient.BlockletDocker\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletDocker\n * @property {string} dockerImage\n * @property {Array<...ABTNodeClient.null>} dockerArgs\n * @property {Array<...ABTNodeClient.null>} dockerEnvs\n * @property {string} dockerCommand\n */\n\n/**\n * Structure of ABTNodeClient.BlockletDockerMeta\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletDockerMeta\n * @property {string} image\n * @property {string} shell\n * @property {boolean} runBaseScript\n * @property {boolean} installNodeModules\n */\n\n/**\n * Structure of ABTNodeClient.BlockletEngine\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletEngine\n * @property {string} name\n * @property {string} displayName\n * @property {string} description\n * @property {string} version\n * @property {boolean} available\n * @property {boolean} visible\n * @property {string} logo\n */\n\n/**\n * Structure of ABTNodeClient.BlockletEvent\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletEvent\n * @property {string} type\n * @property {string} description\n */\n\n/**\n * Structure of ABTNodeClient.BlockletHistoryItem\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletHistoryItem\n * @property {number} date\n * @property {number} cpu\n * @property {number} mem\n */\n\n/**\n * Structure of ABTNodeClient.BlockletHistoryItemList\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletHistoryItemList\n * @property {string} key\n * @property {Array<...ABTNodeClient.null>} value\n */\n\n/**\n * Structure of ABTNodeClient.BlockletIntegrations\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletIntegrations\n * @property {number} webhooks\n * @property {number} accessKeys\n * @property {number} oauthApps\n */\n\n/**\n * Structure of ABTNodeClient.BlockletMeta\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletMeta\n * @property {string} did\n * @property {string} name\n * @property {string} version\n * @property {string} description\n * @property {Array<...ABTNodeClient.null>} interfaces\n * @property {...ABTNodeClient.BlockletMetaPerson} author\n * @property {string} main\n * @property {...ABTNodeClient.BlockletStats} stats\n * @property {string} homepage\n * @property {string} path\n * @property {string} community\n * @property {string} documentation\n * @property {string} support\n * @property {Array<...ABTNodeClient.null>} screenshots\n * @property {Array<...ABTNodeClient.null>} keywords\n * @property {string} group\n * @property {string} logo\n * @property {string} title\n * @property {...ABTNodeClient.BlockletDist} dist\n * @property {Array<...ABTNodeClient.null>} maintainers\n * @property {Array<...ABTNodeClient.null>} contributors\n * @property {...ABTNodeClient.BlockletRepository} repository\n * @property {...ABTNodeClient.BlockletPayment} payment\n * @property {string} nftFactory\n * @property {number} lastPublishedAt\n * @property {...ABTNodeClient.BlockletCapabilities} capabilities\n * @property {Array<...ABTNodeClient.null>} components\n * @property {Array<...ABTNodeClient.null>} environments\n * @property {...ABTNodeClient.Requirement} requirements\n * @property {string} bundleDid\n * @property {string} bundleName\n * @property {Array<...ABTNodeClient.null>} navigation\n * @property {Array<...ABTNodeClient.null>} resources\n * @property {...ABTNodeClient.BlockletResource} resource\n * @property {any} engine\n * @property {...ABTNodeClient.BlockletMetaOwner} owner\n * @property {...ABTNodeClient.BlockletDockerMeta} docker\n * @property {Array<...ABTNodeClient.null>} events\n */\n\n/**\n * Structure of ABTNodeClient.BlockletMetaInterface\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletMetaInterface\n * @property {string} type\n * @property {string} name\n * @property {string} path\n * @property {string} prefix\n * @property {string} protocol\n * @property {any} port\n * @property {Array<...ABTNodeClient.null>} services\n * @property {Array<...ABTNodeClient.null>} cacheable\n * @property {Array<...ABTNodeClient.null>} pageGroups\n */\n\n/**\n * Structure of ABTNodeClient.BlockletMetaOwner\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletMetaOwner\n * @property {string} avatar\n * @property {string} did\n * @property {string} email\n * @property {string} fullName\n */\n\n/**\n * Structure of ABTNodeClient.BlockletMetaPerson\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletMetaPerson\n * @property {string} name\n * @property {string} email\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.BlockletMetaService\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletMetaService\n * @property {string} name\n * @property {any} config\n */\n\n/**\n * Structure of ABTNodeClient.BlockletMigrateRecord\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletMigrateRecord\n * @property {string} appSk\n * @property {string} appDid\n * @property {string} at\n */\n\n/**\n * Structure of ABTNodeClient.BlockletPassport\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletPassport\n * @property {number} passports\n * @property {number} activePassports\n */\n\n/**\n * Structure of ABTNodeClient.BlockletPayment\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletPayment\n * @property {Array<...ABTNodeClient.null>} price\n * @property {Array<...ABTNodeClient.null>} share\n */\n\n/**\n * Structure of ABTNodeClient.BlockletPaymentPrice\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletPaymentPrice\n * @property {string} address\n * @property {string} value\n * @property {string} symbol\n */\n\n/**\n * Structure of ABTNodeClient.BlockletPaymentShare\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletPaymentShare\n * @property {string} address\n * @property {string} name\n * @property {string} value\n */\n\n/**\n * Structure of ABTNodeClient.BlockletPreUpdateInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletPreUpdateInfo\n * @property {string} updateId\n * @property {Array<...ABTNodeClient.null>} updateList\n */\n\n/**\n * Structure of ABTNodeClient.BlockletRepository\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletRepository\n * @property {string} type\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.BlockletResource\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletResource\n * @property {string} exportApi\n * @property {Array<...ABTNodeClient.null>} types\n * @property {Array<...ABTNodeClient.null>} bundles\n */\n\n/**\n * Structure of ABTNodeClient.BlockletResourceBundle\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletResourceBundle\n * @property {string} did\n * @property {string} type\n * @property {boolean} public\n */\n\n/**\n * Structure of ABTNodeClient.BlockletResourceType\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletResourceType\n * @property {string} type\n * @property {string} description\n */\n\n/**\n * Structure of ABTNodeClient.BlockletResponseHeaderPolicy\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletResponseHeaderPolicy\n * @property {string} id\n * @property {string} name\n * @property {string} description\n * @property {string} securityHeader\n * @property {string} cors\n * @property {string} customHeader\n * @property {string} removeHeader\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.BlockletSecurityRule\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletSecurityRule\n * @property {string} id\n * @property {string} pathPattern\n * @property {string} componentDid\n * @property {number} priority\n * @property {string} responseHeaderPolicyId\n * @property {string} accessPolicyId\n * @property {boolean} enabled\n * @property {string} remark\n * @property {...ABTNodeClient.BlockletAccessPolicy} accessPolicy\n * @property {...ABTNodeClient.BlockletResponseHeaderPolicy} responseHeaderPolicy\n */\n\n/**\n * Structure of ABTNodeClient.BlockletSettings\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletSettings\n * @property {boolean} initialized\n * @property {boolean} enablePassportIssuance\n * @property {Array<...ABTNodeClient.null>} trustedPassports\n * @property {string} whoCanAccess\n * @property {...ABTNodeClient.WalletInfo} owner\n * @property {Array<...ABTNodeClient.null>} children\n * @property {boolean} publicToStore\n * @property {Array<...ABTNodeClient.null>} storeList\n * @property {Array<...ABTNodeClient.null>} navigations\n * @property {any} authentication\n * @property {Array<...ABTNodeClient.null>} trustedFactories\n * @property {any} notification\n * @property {...ABTNodeClient.SessionConfig} session\n * @property {...ABTNodeClient.FederatedConfig} federated\n * @property {...ABTNodeClient.AutoCheckUpdate} autoCheckUpdate\n * @property {...ABTNodeClient.AutoBackup} autoBackup\n * @property {...ABTNodeClient.InviteSettings} invite\n * @property {any} theme\n * @property {Array<...ABTNodeClient.null>} endpointList\n * @property {...ABTNodeClient.Gateway} gateway\n * @property {boolean} enableSessionHardening\n * @property {...ABTNodeClient.AigneConfig} aigne\n * @property {...ABTNodeClient.OrgSettings} org\n * @property {any} didConnect\n * @property {any} oauth\n * @property {any} actionConfig\n */\n\n/**\n * Structure of ABTNodeClient.BlockletState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletState\n * @property {...ABTNodeClient.BlockletMeta} meta\n * @property {...ABTNodeClient.BlockletStatus} status\n * @property {number} createdAt\n * @property {number} installedAt\n * @property {number} startedAt\n * @property {number} pausedAt\n * @property {number} stoppedAt\n * @property {number} updatedAt\n * @property {Array<...ABTNodeClient.null>} environments\n * @property {Array<...ABTNodeClient.null>} configs\n * @property {...ABTNodeClient.DiskInfo} diskInfo\n * @property {...ABTNodeClient.RuntimeInfo} runtimeInfo\n * @property {...ABTNodeClient.RuntimeInfo} appRuntimeInfo\n * @property {...ABTNodeClient.BlockletSource} source\n * @property {string} deployedFrom\n * @property {any} bundleSource\n * @property {number} port\n * @property {...ABTNodeClient.BlockletEngine} engine\n * @property {string} mode\n * @property {any} ports\n * @property {Array<...ABTNodeClient.null>} children\n * @property {Array<...ABTNodeClient.null>} optionalComponents\n * @property {Array<...ABTNodeClient.null>} trustedPassports\n * @property {Array<...ABTNodeClient.null>} trustedFactories\n * @property {boolean} enablePassportIssuance\n * @property {boolean} dynamic\n * @property {string} mountPoint\n * @property {...ABTNodeClient.BlockletSettings} settings\n * @property {string} appDid\n * @property {...ABTNodeClient.RoutingSite} site\n * @property {...ABTNodeClient.BlockletController} controller\n * @property {Array<...ABTNodeClient.null>} migratedFrom\n * @property {string} appPid\n * @property {boolean} externalSk\n * @property {string} externalSkSource\n * @property {string} structVersion\n * @property {boolean} enableDocker\n * @property {boolean} enableDockerNetwork\n * @property {Array<...ABTNodeClient.null>} vaults\n */\n\n/**\n * Structure of ABTNodeClient.BlockletStats\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletStats\n * @property {number} downloads\n * @property {number} star\n * @property {number} purchases\n */\n\n/**\n * Structure of ABTNodeClient.BlockletStore\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletStore\n * @property {string} name\n * @property {string} description\n * @property {string} url\n * @property {string} logoUrl\n * @property {string} maintainer\n * @property {string} cdnUrl\n * @property {boolean} protected\n * @property {string} id\n * @property {string} scope\n */\n\n/**\n * Structure of ABTNodeClient.BlockletStudio\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletStudio\n * @property {number} blocklets\n * @property {number} releases\n */\n\n/**\n * Structure of ABTNodeClient.BlockletTraffic\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletTraffic\n * @property {number} totalRequests\n * @property {number} failedRequests\n */\n\n/**\n * Structure of ABTNodeClient.BlockletUsers\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletUsers\n * @property {number} users\n * @property {number} approvedUsers\n */\n\n/**\n * Structure of ABTNodeClient.BlockletVaultRecord\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BlockletVaultRecord\n * @property {string} pk\n * @property {string} did\n * @property {number} at\n * @property {string} sig\n * @property {string} approverSig\n * @property {string} approverDid\n * @property {string} approverPk\n */\n\n/**\n * Structure of ABTNodeClient.BooleanResponse\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BooleanResponse\n * @property {...ABTNodeClient.StatusCode} code\n * @property {boolean} result\n */\n\n/**\n * Structure of ABTNodeClient.Certificate\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Certificate\n * @property {string} name\n * @property {string} domain\n * @property {string} id\n * @property {...ABTNodeClient.CertificateMeta} meta\n * @property {Array<...ABTNodeClient.null>} matchedSites\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {boolean} isProtected\n * @property {string} source\n * @property {string} status\n */\n\n/**\n * Structure of ABTNodeClient.CertificateIssuer\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CertificateIssuer\n * @property {string} countryName\n * @property {string} organizationName\n * @property {string} commonName\n */\n\n/**\n * Structure of ABTNodeClient.CertificateMeta\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CertificateMeta\n * @property {...ABTNodeClient.CertificateIssuer} issuer\n * @property {Array<...ABTNodeClient.null>} sans\n * @property {number} validFrom\n * @property {number} validTo\n * @property {string} fingerprintAlg\n * @property {string} fingerprint\n * @property {number} validityPeriod\n */\n\n/**\n * Structure of ABTNodeClient.ChildConfig\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ChildConfig\n * @property {string} name\n * @property {string} mountPoint\n * @property {boolean} required\n */\n\n/**\n * Structure of ABTNodeClient.ComponentState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ComponentState\n * @property {...ABTNodeClient.BlockletMeta} meta\n * @property {...ABTNodeClient.BlockletStatus} status\n * @property {number} createdAt\n * @property {number} installedAt\n * @property {number} startedAt\n * @property {number} pausedAt\n * @property {number} stoppedAt\n * @property {Array<...ABTNodeClient.null>} environments\n * @property {Array<...ABTNodeClient.null>} configs\n * @property {...ABTNodeClient.DiskInfo} diskInfo\n * @property {...ABTNodeClient.RuntimeInfo} runtimeInfo\n * @property {...ABTNodeClient.BlockletSource} source\n * @property {string} deployedFrom\n * @property {any} bundleSource\n * @property {number} port\n * @property {...ABTNodeClient.BlockletEngine} engine\n * @property {string} mode\n * @property {any} ports\n * @property {Array<...ABTNodeClient.null>} children\n * @property {boolean} dynamic\n * @property {string} mountPoint\n * @property {Array<...ABTNodeClient.null>} dependents\n * @property {boolean} required\n * @property {...ABTNodeClient.RuntimeInfo} appRuntimeInfo\n * @property {...ABTNodeClient.BlockletStatus} greenStatus\n */\n\n/**\n * Structure of ABTNodeClient.ConfigEntry\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigEntry\n * @property {string} key\n * @property {string} value\n * @property {boolean} required\n * @property {string} description\n * @property {string} validation\n * @property {boolean} secure\n * @property {boolean} custom\n * @property {boolean} shared\n */\n\n/**\n * Structure of ABTNodeClient.ConfigNavigation\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigNavigation\n * @property {string} id\n * @property {string} title\n * @property {string} link\n * @property {string} icon\n * @property {string} section\n * @property {string} component\n * @property {string} parent\n * @property {string} role\n * @property {boolean} visible\n * @property {string} from\n * @property {string} activeIcon\n * @property {string} color\n * @property {string} activeColor\n * @property {string} description\n * @property {boolean} private\n */\n\n/**\n * Structure of ABTNodeClient.ConnectEndpoint\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectEndpoint\n * @property {string} id\n * @property {string} scope\n * @property {string} url\n * @property {string} endpoint\n * @property {boolean} protected\n * @property {string} appName\n * @property {string} appDescription\n */\n\n/**\n * Structure of ABTNodeClient.ConnectedAccount\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectedAccount\n * @property {string} provider\n * @property {string} did\n * @property {string} pk\n * @property {string} id\n * @property {number} lastLoginAt\n * @property {...ABTNodeClient.ConnectedAccountInfo} userInfo\n * @property {any} extra\n */\n\n/**\n * Structure of ABTNodeClient.ConnectedAccountInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectedAccountInfo\n * @property {string} name\n * @property {string} picture\n * @property {string} email\n * @property {boolean} emailVerified\n * @property {string} sub\n * @property {any} extraData\n */\n\n/**\n * Structure of ABTNodeClient.ConnectedEndpoint\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectedEndpoint\n * @property {string} endpointId\n * @property {string} accessKeyId\n * @property {string} accessKeySecret\n * @property {string} expireId\n * @property {string} developerDid\n * @property {string} developerName\n * @property {string} developerEmail\n * @property {string} createdBy\n */\n\n/**\n * Structure of ABTNodeClient.ConnectedStore\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectedStore\n * @property {string} storeId\n * @property {string} storeName\n * @property {string} storeUrl\n * @property {string} accessToken\n * @property {string} developerDid\n * @property {string} developerEmail\n * @property {string} developerName\n * @property {string} scope\n */\n\n/**\n * Structure of ABTNodeClient.CreateAccessKey\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateAccessKey\n * @property {string} accessKeyId\n * @property {string} accessKeyPublic\n * @property {string} accessKeySecret\n * @property {string} remark\n * @property {string} passport\n * @property {number} createdAt\n * @property {number} lastUsedAt\n * @property {string} authType\n * @property {string} componentDid\n * @property {string} resourceType\n * @property {string} resourceId\n * @property {string} createdVia\n * @property {number} expireAt\n */\n\n/**\n * Structure of ABTNodeClient.DelegationState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DelegationState\n * @property {boolean} delegated\n */\n\n/**\n * Structure of ABTNodeClient.Dependent\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Dependent\n * @property {string} id\n * @property {boolean} required\n */\n\n/**\n * Structure of ABTNodeClient.DiskInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DiskInfo\n * @property {number} app\n * @property {number} data\n * @property {number} log\n * @property {number} cache\n * @property {number} blocklets\n */\n\n/**\n * Structure of ABTNodeClient.DockerEnvKeyValuePair\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DockerEnvKeyValuePair\n * @property {string} key\n * @property {string} value\n * @property {string} description\n * @property {boolean} secure\n * @property {boolean} shared\n * @property {boolean} required\n * @property {string} custom\n */\n\n/**\n * Structure of ABTNodeClient.DockerRunKeyValuePair\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DockerRunKeyValuePair\n * @property {string} key\n * @property {string} value\n * @property {string} path\n * @property {string} type\n * @property {string} name\n * @property {string} prefix\n * @property {string} protocol\n * @property {string} proxyBehavior\n */\n\n/**\n * Structure of ABTNodeClient.EnableEvent\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.EnableEvent\n * @property {string} type\n * @property {string} source\n */\n\n/**\n * Structure of ABTNodeClient.Environment\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Environment\n * @property {string} name\n * @property {string} description\n * @property {string} default\n * @property {boolean} required\n * @property {boolean} secure\n * @property {string} validation\n * @property {boolean} shared\n */\n\n/**\n * Structure of ABTNodeClient.FederatedConfig\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.FederatedConfig\n * @property {...ABTNodeClient.FederatedConfigDetail} config\n * @property {Array<...ABTNodeClient.null>} sites\n */\n\n/**\n * Structure of ABTNodeClient.FederatedConfigDetail\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.FederatedConfigDetail\n * @property {string} appId\n * @property {string} appPid\n * @property {string} delegation\n * @property {boolean} isMaster\n * @property {boolean} autoLogin\n */\n\n/**\n * Structure of ABTNodeClient.FederatedConfigSite\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.FederatedConfigSite\n * @property {string} appId\n * @property {string} appPid\n * @property {Array<...ABTNodeClient.null>} aliasDid\n * @property {string} appName\n * @property {string} appDescription\n * @property {string} appUrl\n * @property {Array<...ABTNodeClient.null>} aliasDomain\n * @property {string} appLogo\n * @property {string} appLogoRect\n * @property {string} did\n * @property {string} pk\n * @property {string} version\n * @property {string} serverId\n * @property {string} serverVersion\n * @property {number} appliedAt\n * @property {string} status\n * @property {boolean} isMaster\n */\n\n/**\n * Structure of ABTNodeClient.Fuel\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Fuel\n * @property {string} endpoint\n * @property {string} address\n * @property {string} value\n * @property {string} reason\n */\n\n/**\n * Structure of ABTNodeClient.Gateway\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Gateway\n * @property {...ABTNodeClient.RequestLimit} requestLimit\n * @property {...ABTNodeClient.BlockPolicy} blockPolicy\n * @property {...ABTNodeClient.ProxyPolicy} proxyPolicy\n * @property {boolean} cacheEnabled\n * @property {...ABTNodeClient.WAFPolicy} wafPolicy\n */\n\n/**\n * Structure of ABTNodeClient.GeneralResponse\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GeneralResponse\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.IPInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.IPInfo\n * @property {string} internalV4\n * @property {string} externalV4\n * @property {string} internalV6\n * @property {string} externalV6\n */\n\n/**\n * Structure of ABTNodeClient.InviteInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.InviteInfo\n * @property {string} inviteId\n * @property {string} role\n * @property {string} remark\n * @property {string} expireDate\n * @property {...ABTNodeClient.UserInfo} inviter\n * @property {string} teamDid\n * @property {string} interfaceName\n * @property {...ABTNodeClient.PassportDisplay} display\n * @property {string} orgId\n * @property {Array<...ABTNodeClient.null>} inviteUserDids\n */\n\n/**\n * Structure of ABTNodeClient.InviteResult\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.InviteResult\n * @property {Array<...ABTNodeClient.null>} successDids\n * @property {Array<...ABTNodeClient.null>} failedDids\n * @property {string} inviteLink\n */\n\n/**\n * Structure of ABTNodeClient.InviteSettings\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.InviteSettings\n * @property {boolean} enabled\n */\n\n/**\n * Structure of ABTNodeClient.Issuer\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Issuer\n * @property {string} id\n * @property {string} name\n * @property {string} pk\n */\n\n/**\n * Structure of ABTNodeClient.KeyValue\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.KeyValue\n * @property {string} key\n * @property {any} value\n */\n\n/**\n * Structure of ABTNodeClient.LauncherInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LauncherInfo\n * @property {string} did\n * @property {string} type\n * @property {string} provider\n * @property {string} url\n * @property {string} tag\n * @property {string} chainHost\n */\n\n/**\n * Structure of ABTNodeClient.LoginEmailSettings\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LoginEmailSettings\n * @property {boolean} enabled\n * @property {boolean} requireVerified\n * @property {boolean} requireUnique\n * @property {boolean} trustOauthProviders\n * @property {boolean} enableDomainBlackList\n * @property {Array<...ABTNodeClient.null>} domainBlackList\n * @property {boolean} enableDomainWhiteList\n * @property {Array<...ABTNodeClient.null>} domainWhiteList\n * @property {Array<...ABTNodeClient.null>} trustedIssuers\n */\n\n/**\n * Structure of ABTNodeClient.LoginPhoneSettings\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LoginPhoneSettings\n * @property {boolean} enabled\n * @property {boolean} requireVerified\n * @property {boolean} requireUnique\n * @property {Array<...ABTNodeClient.null>} trustedIssuers\n * @property {boolean} enableRegionBlackList\n * @property {Array<...ABTNodeClient.null>} regionBlackList\n * @property {boolean} enableRegionWhiteList\n * @property {Array<...ABTNodeClient.null>} regionWhiteList\n */\n\n/**\n * Structure of ABTNodeClient.MatchedSites\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.MatchedSites\n * @property {string} id\n * @property {string} domain\n */\n\n/**\n * Structure of ABTNodeClient.Mutation\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Mutation\n * @property {...ABTNodeClient.ResponseBlocklet} installBlocklet\n * @property {...ABTNodeClient.ResponseBlocklet} installComponent\n * @property {...ABTNodeClient.ResponseBlocklet} startBlocklet\n * @property {...ABTNodeClient.ResponseBlocklet} stopBlocklet\n * @property {...ABTNodeClient.ResponseBlocklet} reloadBlocklet\n * @property {...ABTNodeClient.ResponseBlocklet} restartBlocklet\n * @property {...ABTNodeClient.ResponseBlocklet} deleteBlocklet\n * @property {...ABTNodeClient.ResponseBlocklet} deleteComponent\n * @property {...ABTNodeClient.ResponseBlocklet} cancelDownloadBlocklet\n * @property {...ABTNodeClient.ResponseCheckComponentsForUpdates} checkComponentsForUpdates\n * @property {...ABTNodeClient.ResponseBlocklet} upgradeComponents\n * @property {...ABTNodeClient.ResponseBlocklet} configBlocklet\n * @property {...ABTNodeClient.ResponseBlocklet} configPublicToStore\n * @property {...ABTNodeClient.ResponseBlocklet} configNavigations\n * @property {...ABTNodeClient.ResponseBlocklet} configAuthentication\n * @property {...ABTNodeClient.ResponseBlocklet} configDidConnect\n * @property {...ABTNodeClient.ResponseBlocklet} configDidConnectActions\n * @property {...ABTNodeClient.ResponseBlocklet} configNotification\n * @property {...ABTNodeClient.ResponseConfigVault} configVault\n * @property {...ABTNodeClient.GeneralResponse} sendEmail\n * @property {...ABTNodeClient.GeneralResponse} sendPush\n * @property {...ABTNodeClient.ResponseBlocklet} joinFederatedLogin\n * @property {...ABTNodeClient.ResponseBlocklet} quitFederatedLogin\n * @property {...ABTNodeClient.ResponseBlocklet} disbandFederatedLogin\n * @property {...ABTNodeClient.ResponseBlocklet} syncMasterAuthorization\n * @property {...ABTNodeClient.ResponseBlocklet} syncFederatedConfig\n * @property {...ABTNodeClient.ResponseBlocklet} auditFederatedLogin\n * @property {...ABTNodeClient.ResponseBlocklet} updateAppSessionConfig\n * @property {...ABTNodeClient.ResponseBlocklet} updateComponentTitle\n * @property {...ABTNodeClient.ResponseBlocklet} updateComponentMountPoint\n * @property {...ABTNodeClient.GeneralResponse} backupBlocklet\n * @property {...ABTNodeClient.GeneralResponse} abortBlockletBackup\n * @property {...ABTNodeClient.GeneralResponse} restoreBlocklet\n * @property {...ABTNodeClient.GeneralResponse} migrateApplicationToStructV2\n * @property {...ABTNodeClient.ResponseLaunchBlockletByLauncher} launchBlockletByLauncher\n * @property {...ABTNodeClient.ResponseLaunchBlockletWithoutWallet} launchBlockletWithoutWallet\n * @property {...ABTNodeClient.GeneralResponse} addBlockletSpaceGateway\n * @property {...ABTNodeClient.GeneralResponse} deleteBlockletSpaceGateway\n * @property {...ABTNodeClient.GeneralResponse} updateBlockletSpaceGateway\n * @property {...ABTNodeClient.GeneralResponse} updateAutoBackup\n * @property {...ABTNodeClient.GeneralResponse} updateAutoCheckUpdate\n * @property {...ABTNodeClient.GeneralResponse} updateBlockletSettings\n * @property {...ABTNodeClient.ResponseGetNodeInfo} updateNodeInfo\n * @property {...ABTNodeClient.ResponseUpgradeNodeVersion} upgradeNodeVersion\n * @property {...ABTNodeClient.ResponseRestartServer} restartServer\n * @property {...ABTNodeClient.ResponseResetNode} resetNode\n * @property {...ABTNodeClient.GeneralResponse} rotateSessionKey\n * @property {...ABTNodeClient.ResponseGateway} updateGateway\n * @property {...ABTNodeClient.ResponseClearCache} clearCache\n * @property {...ABTNodeClient.ResponseCreateInvitation} createMemberInvitation\n * @property {...ABTNodeClient.ResponseCreateTransferNodeInvitation} createTransferInvitation\n * @property {...ABTNodeClient.GeneralResponse} deleteInvitation\n * @property {...ABTNodeClient.ResponseCreatePassportIssuance} createPassportIssuance\n * @property {...ABTNodeClient.GeneralResponse} deletePassportIssuance\n * @property {...ABTNodeClient.GeneralResponse} configTrustedPassports\n * @property {...ABTNodeClient.GeneralResponse} configTrustedFactories\n * @property {...ABTNodeClient.GeneralResponse} configPassportIssuance\n * @property {...ABTNodeClient.ResponseUser} removeUser\n * @property {...ABTNodeClient.ResponseUser} updateUserTags\n * @property {...ABTNodeClient.ResponseUser} updateUserExtra\n * @property {...ABTNodeClient.ResponseUser} updateUserApproval\n * @property {...ABTNodeClient.ResponseUser} issuePassportToUser\n * @property {...ABTNodeClient.ResponseUser} revokeUserPassport\n * @property {...ABTNodeClient.ResponseUser} enableUserPassport\n * @property {...ABTNodeClient.GeneralResponse} removeUserPassport\n * @property {...ABTNodeClient.ResponseUser} switchProfile\n * @property {...ABTNodeClient.ResponseUser} updateUserAddress\n * @property {...ABTNodeClient.ResponseUser} updateUserInfo\n * @property {...ABTNodeClient.ResponseRole} createRole\n * @property {...ABTNodeClient.ResponseRole} updateRole\n * @property {...ABTNodeClient.GeneralResponse} deleteRole\n * @property {...ABTNodeClient.ResponsePermission} createPermission\n * @property {...ABTNodeClient.ResponsePermission} updatePermission\n * @property {...ABTNodeClient.GeneralResponse} deletePermission\n * @property {...ABTNodeClient.GeneralResponse} grantPermissionForRole\n * @property {...ABTNodeClient.GeneralResponse} revokePermissionFromRole\n * @property {...ABTNodeClient.ResponseRole} updatePermissionsForRole\n * @property {...ABTNodeClient.BooleanResponse} hasPermission\n * @property {...ABTNodeClient.GeneralResponse} addBlockletStore\n * @property {...ABTNodeClient.GeneralResponse} deleteBlockletStore\n * @property {...ABTNodeClient.ResponseTag} getTag\n * @property {...ABTNodeClient.ResponseTag} createTag\n * @property {...ABTNodeClient.ResponseTag} updateTag\n * @property {...ABTNodeClient.ResponseTag} deleteTag\n * @property {...ABTNodeClient.ResponseTagging} createTagging\n * @property {...ABTNodeClient.ResponseTagging} deleteTagging\n * @property {...ABTNodeClient.ResponseReadNotifications} readNotifications\n * @property {...ABTNodeClient.ResponseReadNotifications} unreadNotifications\n * @property {...ABTNodeClient.ResponseRoutingSite} addRoutingSite\n * @property {...ABTNodeClient.ResponseRoutingSite} addDomainAlias\n * @property {...ABTNodeClient.ResponseRoutingSite} deleteDomainAlias\n * @property {...ABTNodeClient.GeneralResponse} deleteRoutingSite\n * @property {...ABTNodeClient.ResponseRoutingSite} updateRoutingSite\n * @property {...ABTNodeClient.ResponseRoutingSite} addRoutingRule\n * @property {...ABTNodeClient.ResponseRoutingSite} updateRoutingRule\n * @property {...ABTNodeClient.ResponseRoutingSite} deleteRoutingRule\n * @property {...ABTNodeClient.ResponseUpdateNginxHttpsCert} updateCertificate\n * @property {...ABTNodeClient.ResponseAddNginxHttpsCert} addCertificate\n * @property {...ABTNodeClient.ResponseDeleteNginxHttpsCert} deleteCertificate\n * @property {...ABTNodeClient.ResponseAddLetsEncryptCert} issueLetsEncryptCert\n * @property {...ABTNodeClient.ResponseCreateAccessKey} createAccessKey\n * @property {...ABTNodeClient.ResponseUpdateAccessKey} updateAccessKey\n * @property {...ABTNodeClient.ResponseDeleteAccessKey} deleteAccessKey\n * @property {...ABTNodeClient.ResponseAccessKey} verifyAccessKey\n * @property {...ABTNodeClient.ResponseCreateWebHook} createWebHook\n * @property {...ABTNodeClient.ResponseDeleteWebHook} deleteWebHook\n * @property {...ABTNodeClient.ResponseCreateWebhookEndpoint} updateWebHookState\n * @property {...ABTNodeClient.ResponseProject} createProject\n * @property {...ABTNodeClient.ResponseProject} updateProject\n * @property {...ABTNodeClient.GeneralResponse} deleteProject\n * @property {...ABTNodeClient.ResponseRelease} createRelease\n * @property {...ABTNodeClient.GeneralResponse} deleteRelease\n * @property {...ABTNodeClient.GeneralResponse} updateSelectedResources\n * @property {...ABTNodeClient.ResponseConnectToStore} connectToStore\n * @property {...ABTNodeClient.ResponseDisconnectFromStore} disconnectFromStore\n * @property {...ABTNodeClient.ResponsePublishToStore} publishToStore\n * @property {...ABTNodeClient.ResponseConnectByStudio} connectByStudio\n * @property {...ABTNodeClient.ResponseBlockletSecurityRule} addBlockletSecurityRule\n * @property {...ABTNodeClient.ResponseBlockletSecurityRule} updateBlockletSecurityRule\n * @property {...ABTNodeClient.GeneralResponse} deleteBlockletSecurityRule\n * @property {...ABTNodeClient.ResponseBlockletResponseHeaderPolicy} addBlockletResponseHeaderPolicy\n * @property {...ABTNodeClient.ResponseBlockletResponseHeaderPolicy} updateBlockletResponseHeaderPolicy\n * @property {...ABTNodeClient.GeneralResponse} deleteBlockletResponseHeaderPolicy\n * @property {...ABTNodeClient.ResponseBlockletAccessPolicy} addBlockletAccessPolicy\n * @property {...ABTNodeClient.ResponseBlockletAccessPolicy} updateBlockletAccessPolicy\n * @property {...ABTNodeClient.GeneralResponse} deleteBlockletAccessPolicy\n * @property {...ABTNodeClient.ResponseRestartAllContainers} restartAllContainers\n * @property {...ABTNodeClient.ResponseCreateWebhookEndpoint} createWebhookEndpoint\n * @property {...ABTNodeClient.ResponseUpdateWebhookEndpoint} updateWebhookEndpoint\n * @property {...ABTNodeClient.ResponseDeleteWebhookEndpoint} deleteWebhookEndpoint\n * @property {...ABTNodeClient.ResponseGetWebhookAttempt} retryWebhookAttempt\n * @property {...ABTNodeClient.GeneralResponse} addUploadEndpoint\n * @property {...ABTNodeClient.GeneralResponse} deleteUploadEndpoint\n * @property {...ABTNodeClient.ResponseConnectToEndpoint} connectToEndpoint\n * @property {...ABTNodeClient.GeneralResponse} disconnectFromEndpoint\n * @property {...ABTNodeClient.ResponsePublishToEndpoint} publishToEndpoint\n * @property {...ABTNodeClient.ResponseConnectToEndpoint} connectToAigne\n * @property {...ABTNodeClient.GeneralResponse} disconnectToAigne\n * @property {...ABTNodeClient.GeneralResponse} verifyAigneConnection\n * @property {...ABTNodeClient.ResponseGetOrg} createOrg\n * @property {...ABTNodeClient.ResponseGetOrg} updateOrg\n * @property {...ABTNodeClient.GeneralResponse} deleteOrg\n * @property {...ABTNodeClient.ResponseGetOrg} addOrgMember\n * @property {...ABTNodeClient.GeneralResponse} removeOrgMember\n * @property {...ABTNodeClient.ResponseInviteMembersToOrg} inviteMembersToOrg\n * @property {...ABTNodeClient.ResponseOrgResourceOperation} addOrgResource\n * @property {...ABTNodeClient.ResponseOrgResourceOperation} migrateOrgResource\n */\n\n/**\n * Structure of ABTNodeClient.NodeEnvInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NodeEnvInfo\n * @property {...ABTNodeClient.IPInfo} ip\n * @property {string} os\n * @property {string} location\n * @property {boolean} docker\n * @property {boolean} image\n * @property {Array<...ABTNodeClient.null>} blockletEngines\n * @property {boolean} gitpod\n * @property {...ABTNodeClient.DiskInfo} disk\n * @property {string} dbProvider\n * @property {string} routerProvider\n */\n\n/**\n * Structure of ABTNodeClient.NodeHistoryItem\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NodeHistoryItem\n * @property {number} date\n * @property {number} cpu\n * @property {number} mem\n * @property {number} daemonMem\n * @property {number} serviceMem\n * @property {number} hubMem\n */\n\n/**\n * Structure of ABTNodeClient.NodeRouting\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NodeRouting\n * @property {string} provider\n * @property {string} snapshotHash\n * @property {string} adminPath\n * @property {...ABTNodeClient.RequestLimit} requestLimit\n * @property {boolean} cacheEnabled\n * @property {...ABTNodeClient.BlockPolicy} blockPolicy\n * @property {...ABTNodeClient.ProxyPolicy} proxyPolicy\n * @property {...ABTNodeClient.WAFPolicy} wafPolicy\n */\n\n/**\n * Structure of ABTNodeClient.NodeRuntimeConfig\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NodeRuntimeConfig\n * @property {number} blockletMaxMemoryLimit\n * @property {number} daemonMaxMemoryLimit\n */\n\n/**\n * Structure of ABTNodeClient.NodeState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NodeState\n * @property {string} did\n * @property {string} pk\n * @property {string} version\n * @property {string} name\n * @property {string} description\n * @property {string} port\n * @property {boolean} initialized\n * @property {...ABTNodeClient.WalletInfo} nodeOwner\n * @property {number} createdAt\n * @property {number} startedAt\n * @property {number} initializedAt\n * @property {string} mode\n * @property {...ABTNodeClient.NodeRouting} routing\n * @property {Array<...ABTNodeClient.null>} environments\n * @property {number} uptime\n * @property {boolean} autoUpgrade\n * @property {string} nextVersion\n * @property {string} upgradeSessionId\n * @property {string} registerUrl\n * @property {boolean} enableWelcomePage\n * @property {string} webWalletUrl\n * @property {Array<...ABTNodeClient.null>} blockletRegistryList\n * @property {...ABTNodeClient.OwnerNft} ownerNft\n * @property {number} diskAlertThreshold\n * @property {Array<...ABTNodeClient.null>} trustedPassports\n * @property {...ABTNodeClient.LauncherInfo} launcher\n * @property {boolean} enablePassportIssuance\n * @property {string} didRegistry\n * @property {string} didDomain\n * @property {number} status\n * @property {Array<...ABTNodeClient.null>} trustedFactories\n * @property {boolean} enableBetaRelease\n * @property {...ABTNodeClient.NodeRuntimeConfig} runtimeConfig\n * @property {string} nftDomainUrl\n * @property {boolean} enableFileSystemIsolation\n * @property {boolean} enableDocker\n * @property {boolean} isDockerInstalled\n * @property {boolean} enableDockerNetwork\n * @property {boolean} enableSessionHardening\n * @property {string} sessionSalt\n */\n\n/**\n * Structure of ABTNodeClient.Notification\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Notification\n * @property {string} sender\n * @property {string} receiver\n * @property {string} title\n * @property {string} description\n * @property {string} action\n * @property {string} entityType\n * @property {string} entityId\n * @property {boolean} read\n * @property {number} createdAt\n * @property {string} id\n * @property {...ABTNodeClient.Notification_NotificationSeverity} severity\n * @property {...ABTNodeClient.Notification_NotificationSource} source\n * @property {Array<...ABTNodeClient.null>} attachments\n * @property {Array<...ABTNodeClient.null>} blocks\n * @property {Array<...ABTNodeClient.null>} actions\n * @property {string} componentDid\n * @property {...ABTNodeClient.Notification_NotificationType} type\n * @property {Array<...ABTNodeClient.null>} receivers\n * @property {any} data\n * @property {string} feedType\n * @property {...ABTNodeClient.NotificationStatistics} statistics\n * @property {...ABTNodeClient.NotificationActivity} activity\n * @property {...ABTNodeClient.UserInfo} actorInfo\n * @property {any} options\n * @property {...ABTNodeClient.TUTM} utm\n */\n\n/**\n * Structure of ABTNodeClient.NotificationAction\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NotificationAction\n * @property {string} bgColor\n * @property {string} color\n * @property {string} link\n * @property {string} name\n * @property {string} title\n * @property {...ABTNodeClient.TUTM} utm\n */\n\n/**\n * Structure of ABTNodeClient.NotificationActivity\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NotificationActivity\n * @property {...ABTNodeClient.NotificationActivity_ActivityTypeEnum} type\n * @property {string} actor\n * @property {any} target\n * @property {any} meta\n */\n\n/**\n * Structure of ABTNodeClient.NotificationAttachment\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NotificationAttachment\n * @property {any} data\n * @property {any} fields\n * @property {...ABTNodeClient.NotificationAttachmentType} type\n */\n\n/**\n * Structure of ABTNodeClient.NotificationReceiver\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NotificationReceiver\n * @property {string} id\n * @property {string} notificationId\n * @property {string} receiver\n * @property {boolean} read\n * @property {number} readAt\n * @property {number} walletSendStatus\n * @property {number} walletSendAt\n * @property {number} pushKitSendStatus\n * @property {number} pushKitSendAt\n * @property {number} emailSendStatus\n * @property {number} emailSendAt\n * @property {number} createdAt\n * @property {...ABTNodeClient.UserInfo} receiverUser\n * @property {string} walletSendFailedReason\n * @property {Array<...ABTNodeClient.null>} walletSendRecord\n * @property {string} pushKitSendFailedReason\n * @property {Array<...ABTNodeClient.null>} pushKitSendRecord\n * @property {string} emailSendFailedReason\n * @property {Array<...ABTNodeClient.null>} emailSendRecord\n * @property {any} webhook\n * @property {string} email\n * @property {string} webhookUrls\n * @property {string} deviceId\n */\n\n/**\n * Structure of ABTNodeClient.NotificationSendRecord\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NotificationSendRecord\n * @property {number} sendStatus\n * @property {number} sendAt\n * @property {string} failedReason\n */\n\n/**\n * Structure of ABTNodeClient.NotificationStatistics\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.NotificationStatistics\n * @property {number} total\n * @property {...ABTNodeClient.Statistics} wallet\n * @property {...ABTNodeClient.Statistics} push\n * @property {...ABTNodeClient.Statistics} email\n * @property {...ABTNodeClient.WebhookStatistics} webhook\n */\n\n/**\n * Structure of ABTNodeClient.OauthClient\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OauthClient\n * @property {Array<...ABTNodeClient.null>} redirectUris\n * @property {string} tokenEndpointAuthMethod\n * @property {Array<...ABTNodeClient.null>} grantTypes\n * @property {Array<...ABTNodeClient.null>} responseTypes\n * @property {string} clientName\n * @property {string} clientUri\n * @property {string} logoUri\n * @property {string} scope\n * @property {Array<...ABTNodeClient.null>} contacts\n * @property {string} tosUri\n * @property {string} policyUri\n * @property {string} jwksUri\n * @property {string} jwks\n * @property {string} softwareId\n * @property {string} softwareVersion\n * @property {string} clientId\n * @property {number} clientIdIssuedAt\n * @property {string} clientSecret\n * @property {number} clientSecretExpiresAt\n * @property {number} updatedAt\n * @property {string} createdBy\n * @property {...ABTNodeClient.UserInfo} createUser\n */\n\n/**\n * Structure of ABTNodeClient.OptionalComponentState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OptionalComponentState\n * @property {string} logoUrl\n * @property {Array<...ABTNodeClient.null>} dependencies\n * @property {...ABTNodeClient.BlockletMeta} meta\n * @property {any} bundleSource\n */\n\n/**\n * Structure of ABTNodeClient.OptionalDependencies\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OptionalDependencies\n * @property {string} parentDid\n * @property {string} parentName\n * @property {string} parentTitle\n * @property {string} mountPoint\n * @property {boolean} required\n */\n\n/**\n * Structure of ABTNodeClient.Org\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Org\n * @property {string} id\n * @property {string} name\n * @property {string} description\n * @property {string} ownerDid\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {Array<...ABTNodeClient.null>} members\n * @property {...ABTNodeClient.UserInfo} owner\n * @property {number} membersCount\n * @property {Array<...ABTNodeClient.null>} passports\n * @property {any} metadata\n */\n\n/**\n * Structure of ABTNodeClient.OrgResourceResult\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OrgResourceResult\n * @property {Array<...ABTNodeClient.null>} success\n * @property {Array<...ABTNodeClient.null>} failed\n */\n\n/**\n * Structure of ABTNodeClient.OrgResources\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OrgResources\n * @property {string} id\n * @property {string} orgId\n * @property {string} resourceId\n * @property {string} type\n * @property {any} metadata\n * @property {number} createdAt\n * @property {number} updatedAt\n */\n\n/**\n * Structure of ABTNodeClient.OrgSettings\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OrgSettings\n * @property {boolean} enabled\n * @property {number} maxMemberPerOrg\n * @property {number} maxOrgPerUser\n */\n\n/**\n * Structure of ABTNodeClient.OwnerNft\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.OwnerNft\n * @property {string} did\n * @property {string} holder\n * @property {string} issuer\n * @property {string} launcherSessionId\n */\n\n/**\n * Structure of ABTNodeClient.Paging\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Paging\n * @property {number} total\n * @property {number} pageSize\n * @property {number} pageCount\n * @property {number} page\n */\n\n/**\n * Structure of ABTNodeClient.Passport\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Passport\n * @property {string} id\n * @property {string} name\n * @property {string} title\n * @property {...ABTNodeClient.Issuer} issuer\n * @property {Array<...ABTNodeClient.null>} type\n * @property {number} issuanceDate\n * @property {number} expirationDate\n * @property {string} status\n * @property {string} role\n * @property {number} lastLoginAt\n * @property {string} scope\n * @property {...ABTNodeClient.PassportDisplay} display\n * @property {string} source\n * @property {string} parentDid\n * @property {string} userDid\n * @property {...ABTNodeClient.BaseUserInfo} user\n */\n\n/**\n * Structure of ABTNodeClient.PassportDisplay\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PassportDisplay\n * @property {string} type\n * @property {string} content\n */\n\n/**\n * Structure of ABTNodeClient.PassportIssuanceInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PassportIssuanceInfo\n * @property {string} id\n * @property {string} name\n * @property {string} title\n * @property {string} expireDate\n * @property {string} teamDid\n * @property {string} ownerDid\n * @property {...ABTNodeClient.PassportDisplay} display\n */\n\n/**\n * Structure of ABTNodeClient.PassportLogState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PassportLogState\n * @property {number} id\n * @property {string} passportId\n * @property {string} action\n * @property {string} operatorIp\n * @property {string} operatorUa\n * @property {string} operatorDid\n * @property {any} metadata\n * @property {number} createdAt\n */\n\n/**\n * Structure of ABTNodeClient.Permission\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Permission\n * @property {string} name\n * @property {string} description\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.Project\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Project\n * @property {string} id\n * @property {...ABTNodeClient.PublishType} type\n * @property {string} blockletDid\n * @property {string} blockletVersion\n * @property {string} blockletTitle\n * @property {string} blockletDescription\n * @property {string} blockletLogo\n * @property {string} blockletIntroduction\n * @property {Array<...ABTNodeClient.null>} blockletScreenshots\n * @property {string} createdAt\n * @property {string} updatedAt\n * @property {string} componentDid\n * @property {string} lastReleaseId\n * @property {Array<...ABTNodeClient.null>} lastReleaseFiles\n * @property {Array<...ABTNodeClient.null>} connectedStores\n * @property {string} tenantScope\n * @property {string} createdBy\n * @property {boolean} autoUpload\n * @property {boolean} possibleSameStore\n * @property {Array<...ABTNodeClient.null>} connectedEndpoints\n */\n\n/**\n * Structure of ABTNodeClient.ProxyPolicy\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ProxyPolicy\n * @property {boolean} enabled\n * @property {boolean} trustRecursive\n * @property {Array<...ABTNodeClient.null>} trustedProxies\n * @property {string} realIpHeader\n */\n\n/**\n * Structure of ABTNodeClient.Query\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Query\n * @property {...ABTNodeClient.ResponseBlocklet} getBlocklet\n * @property {...ABTNodeClient.ResponseBlockletMetaFromUrl} getBlockletMetaFromUrl\n * @property {...ABTNodeClient.ResponseBlockletDiff} getBlockletDiff\n * @property {...ABTNodeClient.ResponseGetBlocklets} getBlocklets\n * @property {...ABTNodeClient.ResponseBlockletRuntimeHistory} getBlockletRuntimeHistory\n * @property {...ABTNodeClient.ResponseBlockletsFromBackup} getBlockletsFromBackup\n * @property {...ABTNodeClient.ResponseGetDynamicComponents} getDynamicComponents\n * @property {...ABTNodeClient.ResponseGetNodeInfo} getNodeInfo\n * @property {...ABTNodeClient.ResponseGetNodeInfo} resetNodeStatus\n * @property {...ABTNodeClient.ResponseGetNodeEnv} getNodeEnv\n * @property {...ABTNodeClient.ResponseCheckNodeVersion} checkNodeVersion\n * @property {...ABTNodeClient.ResponseDelegationState} getDelegationState\n * @property {...ABTNodeClient.ResponseNodeRuntimeHistory} getNodeRuntimeHistory\n * @property {...ABTNodeClient.ResponseBlockletMeta} getBlockletMeta\n * @property {...ABTNodeClient.ResponseGetNotifications} getNotifications\n * @property {...ABTNodeClient.ResponseMakeAllNotificationsAsRead} makeAllNotificationsAsRead\n * @property {...ABTNodeClient.ResponseNotificationSendLog} getNotificationSendLog\n * @property {...ABTNodeClient.ResponseReceivers} getReceivers\n * @property {...ABTNodeClient.ResponseNotificationComponents} getNotificationComponents\n * @property {...ABTNodeClient.ResponseResendNotification} resendNotification\n * @property {...ABTNodeClient.ResponseGetRoutingSites} getRoutingSites\n * @property {...ABTNodeClient.ResponseGetRoutingProviders} getRoutingProviders\n * @property {...ABTNodeClient.ResponseIsDidDomain} isDidDomain\n * @property {...ABTNodeClient.ResponseGetCertificates} getCertificates\n * @property {...ABTNodeClient.ResponseCheckDomains} checkDomains\n * @property {...ABTNodeClient.ResponseFindCertificateByDomain} findCertificateByDomain\n * @property {...ABTNodeClient.ResponseAccessKeys} getAccessKeys\n * @property {...ABTNodeClient.ResponseAccessKey} getAccessKey\n * @property {...ABTNodeClient.ResponseWebHooks} getWebHooks\n * @property {...ABTNodeClient.ResponseSenderList} getWebhookSenders\n * @property {...ABTNodeClient.ResponseSendMsg} sendTestMessage\n * @property {...ABTNodeClient.ResponseGetSession} getSession\n * @property {...ABTNodeClient.ResponseRoles} getRoles\n * @property {...ABTNodeClient.ResponseRole} getRole\n * @property {...ABTNodeClient.ResponsePermissions} getPermissions\n * @property {...ABTNodeClient.ResponseGetInvitations} getInvitations\n * @property {...ABTNodeClient.ResponseUsers} getUsers\n * @property {...ABTNodeClient.ResponseUser} getUser\n * @property {...ABTNodeClient.ResponseUserSessions} getUserSessions\n * @property {...ABTNodeClient.ResponseUserSessionsCount} getUserSessionsCount\n * @property {...ABTNodeClient.ResponseGetUsersCount} getUsersCount\n * @property {...ABTNodeClient.ResponseGetUsersCountPerRole} getUsersCountPerRole\n * @property {...ABTNodeClient.ResponseUser} getOwner\n * @property {...ABTNodeClient.ResponsePermissions} getPermissionsByRole\n * @property {...ABTNodeClient.ResponseGetPassportIssuances} getPassportIssuances\n * @property {...ABTNodeClient.GeneralResponse} logoutUser\n * @property {...ABTNodeClient.ResponseUser} destroySelf\n * @property {...ABTNodeClient.ResponseUserFollows} getUserFollowers\n * @property {...ABTNodeClient.ResponseUserFollows} getUserFollowing\n * @property {...ABTNodeClient.ResponseUserRelationCount} getUserFollowStats\n * @property {...ABTNodeClient.ResponseCheckFollowing} checkFollowing\n * @property {...ABTNodeClient.GeneralResponse} followUser\n * @property {...ABTNodeClient.GeneralResponse} unfollowUser\n * @property {...ABTNodeClient.ResponseUsers} getUserInvites\n * @property {...ABTNodeClient.ResponseTags} getTags\n * @property {...ABTNodeClient.ResponseGetAuditLogs} getAuditLogs\n * @property {...ABTNodeClient.ResponseGetLauncherSession} getLauncherSession\n * @property {...ABTNodeClient.ResponseGetBlockletBackups} getBlockletBackups\n * @property {...ABTNodeClient.ResponseGetBlockletBackupSummary} getBlockletBackupSummary\n * @property {...ABTNodeClient.ResponseGetBlockletSpaceGateways} getBlockletSpaceGateways\n * @property {...ABTNodeClient.ResponseGetTrafficInsights} getTrafficInsights\n * @property {...ABTNodeClient.ResponseGetProjects} getProjects\n * @property {...ABTNodeClient.ResponseGetProject} getProject\n * @property {...ABTNodeClient.ResponseGetReleases} getReleases\n * @property {...ABTNodeClient.ResponseGetRelease} getRelease\n * @property {...ABTNodeClient.ResponseGetSelectedResources} getSelectedResources\n * @property {...ABTNodeClient.ResponseBlockletSecurityRule} getBlockletSecurityRule\n * @property {...ABTNodeClient.ResponseBlockletSecurityRules} getBlockletSecurityRules\n * @property {...ABTNodeClient.ResponseBlockletAccessPolicy} getBlockletResponseHeaderPolicy\n * @property {...ABTNodeClient.ResponseBlockletResponseHeaderPolicies} getBlockletResponseHeaderPolicies\n * @property {...ABTNodeClient.ResponseBlockletAccessPolicy} getBlockletAccessPolicy\n * @property {...ABTNodeClient.ResponseBlockletAccessPolicies} getBlockletAccessPolicies\n * @property {...ABTNodeClient.ResponseGetWebhookEndpoints} getWebhookEndpoints\n * @property {...ABTNodeClient.ResponseGetWebhookEndpoint} getWebhookEndpoint\n * @property {...ABTNodeClient.ResponseGetWebhookAttempts} getWebhookAttempts\n * @property {...ABTNodeClient.ResponseGetPassportCountPerRole} getPassportRoleCounts\n * @property {...ABTNodeClient.ResponsePassport} getPassportsByRole\n * @property {...ABTNodeClient.ResponsePassportLog} getPassportLogs\n * @property {...ABTNodeClient.ResponsePassport} getRelatedPassports\n * @property {...ABTNodeClient.ResponseBlockletInfo} getBlockletBaseInfo\n * @property {...ABTNodeClient.ResponseDomainDNS} getDomainDNS\n * @property {...ABTNodeClient.ResponseOAuthClients} getOAuthClients\n * @property {...ABTNodeClient.ResponseOAuthClient} createOAuthClient\n * @property {...ABTNodeClient.ResponseOAuthClient} updateOAuthClient\n * @property {...ABTNodeClient.GeneralResponse} deleteOAuthClient\n * @property {...ABTNodeClient.ResponseGetOrgs} getOrgs\n * @property {...ABTNodeClient.ResponseGetOrg} getOrg\n * @property {...ABTNodeClient.ResponseOrgUsers} getOrgMembers\n * @property {...ABTNodeClient.ResponseUsers} getOrgInvitableUsers\n * @property {...ABTNodeClient.ResponseGetOrgResource} getOrgResource\n */\n\n/**\n * Structure of ABTNodeClient.ReadUpdateAffected\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ReadUpdateAffected\n * @property {number} numAffected\n * @property {Array<...ABTNodeClient.null>} notificationIds\n */\n\n/**\n * Structure of ABTNodeClient.Release\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Release\n * @property {string} id\n * @property {string} projectId\n * @property {string} blockletDid\n * @property {string} blockletVersion\n * @property {string} blockletTitle\n * @property {string} blockletDescription\n * @property {string} blockletLogo\n * @property {string} blockletIntroduction\n * @property {Array<...ABTNodeClient.null>} blockletScreenshots\n * @property {string} note\n * @property {Array<...ABTNodeClient.null>} files\n * @property {...ABTNodeClient.ReleaseStatus} status\n * @property {string} createdAt\n * @property {string} updatedAt\n * @property {Array<...ABTNodeClient.null>} blockletComponents\n * @property {Array<...ABTNodeClient.null>} publishedStoreIds\n * @property {string} uploadedResource\n * @property {string} blockletResourceType\n * @property {string} blockletSupport\n * @property {string} blockletCommunity\n * @property {string} blockletHomepage\n * @property {Array<...ABTNodeClient.null>} blockletVideos\n * @property {string} blockletRepository\n * @property {string} contentType\n * @property {...ABTNodeClient.BlockletDocker} blockletDocker\n * @property {boolean} blockletSingleton\n */\n\n/**\n * Structure of ABTNodeClient.ReleaseComponent\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ReleaseComponent\n * @property {string} did\n * @property {boolean} required\n */\n\n/**\n * Structure of ABTNodeClient.RequestLimit\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RequestLimit\n * @property {boolean} enabled\n * @property {number} global\n * @property {number} burstFactor\n * @property {number} burstDelay\n * @property {number} rate\n * @property {Array<...ABTNodeClient.null>} methods\n */\n\n/**\n * Structure of ABTNodeClient.Requirement\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Requirement\n * @property {string} server\n * @property {any} os\n * @property {any} cpu\n * @property {Array<...ABTNodeClient.null>} fuels\n * @property {boolean} aigne\n */\n\n/**\n * Structure of ABTNodeClient.ResponseAccessKey \n *\n * Checkout the following snippet for the format of ResponseAccessKey:\n * ```json\n{\n \"code\": \"ok\",\n \"data\": {\n \"accessKeyId\": \"abc\",\n \"accessKeyPublic\": \"abc\",\n \"remark\": \"abc\",\n \"passport\": \"abc\",\n \"createdBy\": \"abc\",\n \"updatedBy\": \"abc\",\n \"authType\": \"abc\",\n \"componentDid\": \"abc\",\n \"resourceType\": \"abc\",\n \"resourceId\": \"abc\",\n \"createdVia\": \"abc\"\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseAccessKey\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.AccessKey} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseAccessKeys\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseAccessKeys\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseAddLetsEncryptCert \n *\n * Checkout the following snippet for the format of ResponseAddLetsEncryptCert:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseAddLetsEncryptCert\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseAddNginxHttpsCert \n *\n * Checkout the following snippet for the format of ResponseAddNginxHttpsCert:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseAddNginxHttpsCert\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlocklet\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlocklet\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.BlockletState} blocklet\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletAccessPolicies\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletAccessPolicies\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} accessPolicies\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletAccessPolicy \n *\n * Checkout the following snippet for the format of ResponseBlockletAccessPolicy:\n * ```json\n{\n \"code\": \"ok\",\n \"accessPolicy\": {\n \"id\": \"abc\",\n \"name\": \"abc\",\n \"description\": \"abc\",\n \"reverse\": true,\n \"isProtected\": true\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletAccessPolicy\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.BlockletAccessPolicy} accessPolicy\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletDiff\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletDiff\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.BlockletDiff} blockletDiff\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletInfo \n *\n * Checkout the following snippet for the format of ResponseBlockletInfo:\n * ```json\n{\n \"user\": {},\n \"passport\": {},\n \"backup\": {\n \"appPid\": \"abc\",\n \"userDid\": \"abc\",\n \"sourceUrl\": \"abc\",\n \"target\": \"abc\",\n \"targetName\": \"abc\",\n \"targetUrl\": \"abc\",\n \"message\": \"abc\"\n },\n \"appRuntimeInfo\": {\n \"pid\": \"abc\",\n \"port\": \"abc\",\n \"uptime\": \"abc\",\n \"runningDocker\": true\n },\n \"traffic\": {},\n \"integrations\": {},\n \"studio\": {}\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletInfo\n * @property {...ABTNodeClient.BlockletUsers} user\n * @property {...ABTNodeClient.BlockletPassport} passport\n * @property {...ABTNodeClient.Backup} backup\n * @property {...ABTNodeClient.RuntimeInfo} appRuntimeInfo\n * @property {...ABTNodeClient.BlockletTraffic} traffic\n * @property {...ABTNodeClient.BlockletIntegrations} integrations\n * @property {...ABTNodeClient.BlockletStudio} studio\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletMeta \n *\n * Checkout the following snippet for the format of ResponseBlockletMeta:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletMeta\n * @property {...ABTNodeClient.StatusCode} code\n * @property {any} meta\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletMetaFromUrl\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletMetaFromUrl\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.BlockletMeta} meta\n * @property {boolean} isFree\n * @property {boolean} inStore\n * @property {string} registryUrl\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletResponseHeaderPolicies\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletResponseHeaderPolicies\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} responseHeaderPolicies\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletResponseHeaderPolicy \n *\n * Checkout the following snippet for the format of ResponseBlockletResponseHeaderPolicy:\n * ```json\n{\n \"code\": \"ok\",\n \"responseHeaderPolicy\": {\n \"id\": \"abc\",\n \"name\": \"abc\",\n \"description\": \"abc\",\n \"securityHeader\": \"abc\",\n \"cors\": \"abc\",\n \"customHeader\": \"abc\",\n \"removeHeader\": \"abc\",\n \"isProtected\": true\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletResponseHeaderPolicy\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.BlockletResponseHeaderPolicy} responseHeaderPolicy\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletRuntimeHistory\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletRuntimeHistory\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} historyList\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletSecurityRule \n *\n * Checkout the following snippet for the format of ResponseBlockletSecurityRule:\n * ```json\n{\n \"code\": \"ok\",\n \"securityRule\": {\n \"id\": \"abc\",\n \"pathPattern\": \"abc\",\n \"componentDid\": \"abc\",\n \"responseHeaderPolicyId\": \"abc\",\n \"accessPolicyId\": \"abc\",\n \"enabled\": true,\n \"remark\": \"abc\",\n \"accessPolicy\": {\n \"id\": \"abc\",\n \"name\": \"abc\",\n \"description\": \"abc\",\n \"reverse\": true,\n \"isProtected\": true\n },\n \"responseHeaderPolicy\": {\n \"id\": \"abc\",\n \"name\": \"abc\",\n \"description\": \"abc\",\n \"securityHeader\": \"abc\",\n \"cors\": \"abc\",\n \"customHeader\": \"abc\",\n \"removeHeader\": \"abc\",\n \"isProtected\": true\n }\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletSecurityRule\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.BlockletSecurityRule} securityRule\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletSecurityRules\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletSecurityRules\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} securityRules\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseBlockletsFromBackup\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseBlockletsFromBackup\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} backups\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCheckComponentsForUpdates\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCheckComponentsForUpdates\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.BlockletPreUpdateInfo} preUpdateInfo\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCheckDomains \n *\n * Checkout the following snippet for the format of ResponseCheckDomains:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCheckDomains\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCheckFollowing \n *\n * Checkout the following snippet for the format of ResponseCheckFollowing:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCheckFollowing\n * @property {...ABTNodeClient.StatusCode} code\n * @property {any} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCheckNodeVersion \n *\n * Checkout the following snippet for the format of ResponseCheckNodeVersion:\n * ```json\n{\n \"code\": \"ok\",\n \"version\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCheckNodeVersion\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} version\n */\n\n/**\n * Structure of ABTNodeClient.ResponseClearCache\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseClearCache\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} removed\n */\n\n/**\n * Structure of ABTNodeClient.ResponseConfigVault \n *\n * Checkout the following snippet for the format of ResponseConfigVault:\n * ```json\n{\n \"code\": \"ok\",\n \"sessionId\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseConfigVault\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.ResponseConnectByStudio \n *\n * Checkout the following snippet for the format of ResponseConnectByStudio:\n * ```json\n{\n \"code\": \"ok\",\n \"url\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseConnectByStudio\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.ResponseConnectToEndpoint \n *\n * Checkout the following snippet for the format of ResponseConnectToEndpoint:\n * ```json\n{\n \"code\": \"ok\",\n \"url\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseConnectToEndpoint\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.ResponseConnectToStore \n *\n * Checkout the following snippet for the format of ResponseConnectToStore:\n * ```json\n{\n \"code\": \"ok\",\n \"url\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseConnectToStore\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCreateAccessKey \n *\n * Checkout the following snippet for the format of ResponseCreateAccessKey:\n * ```json\n{\n \"code\": \"ok\",\n \"data\": {\n \"accessKeyId\": \"abc\",\n \"accessKeyPublic\": \"abc\",\n \"accessKeySecret\": \"abc\",\n \"remark\": \"abc\",\n \"passport\": \"abc\",\n \"authType\": \"abc\",\n \"componentDid\": \"abc\",\n \"resourceType\": \"abc\",\n \"resourceId\": \"abc\",\n \"createdVia\": \"abc\"\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCreateAccessKey\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.CreateAccessKey} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCreateInvitation\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCreateInvitation\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.InviteInfo} inviteInfo\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCreatePassportIssuance \n *\n * Checkout the following snippet for the format of ResponseCreatePassportIssuance:\n * ```json\n{\n \"code\": \"ok\",\n \"info\": {\n \"id\": \"abc\",\n \"name\": \"abc\",\n \"title\": \"abc\",\n \"expireDate\": \"abc\",\n \"teamDid\": \"abc\",\n \"ownerDid\": \"abc\",\n \"display\": {\n \"type\": \"abc\",\n \"content\": \"abc\"\n }\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCreatePassportIssuance\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.PassportIssuanceInfo} info\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCreateTransferNodeInvitation\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCreateTransferNodeInvitation\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.InviteInfo} inviteInfo\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCreateWebHook\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCreateWebHook\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.WebHookSender} webhook\n */\n\n/**\n * Structure of ABTNodeClient.ResponseCreateWebhookEndpoint\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseCreateWebhookEndpoint\n * @property {...ABTNodeClient.WebhookEndpointState} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseDelegationState \n *\n * Checkout the following snippet for the format of ResponseDelegationState:\n * ```json\n{\n \"code\": \"ok\",\n \"state\": {\n \"delegated\": true\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseDelegationState\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.DelegationState} state\n */\n\n/**\n * Structure of ABTNodeClient.ResponseDeleteAccessKey \n *\n * Checkout the following snippet for the format of ResponseDeleteAccessKey:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseDeleteAccessKey\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseDeleteNginxHttpsCert \n *\n * Checkout the following snippet for the format of ResponseDeleteNginxHttpsCert:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseDeleteNginxHttpsCert\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseDeleteWebHook \n *\n * Checkout the following snippet for the format of ResponseDeleteWebHook:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseDeleteWebHook\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseDeleteWebhookEndpoint\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseDeleteWebhookEndpoint\n * @property {...ABTNodeClient.WebhookEndpointState} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseDisconnectFromStore \n *\n * Checkout the following snippet for the format of ResponseDisconnectFromStore:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseDisconnectFromStore\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseDomainDNS \n *\n * Checkout the following snippet for the format of ResponseDomainDNS:\n * ```json\n{\n \"isDnsResolved\": true,\n \"hasCname\": true,\n \"isCnameMatch\": true,\n \"error\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseDomainDNS\n * @property {boolean} isDnsResolved\n * @property {boolean} hasCname\n * @property {boolean} isCnameMatch\n * @property {string} error\n */\n\n/**\n * Structure of ABTNodeClient.ResponseFindCertificateByDomain\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseFindCertificateByDomain\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Certificate} cert\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGateway\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGateway\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Gateway} gateway\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetAuditLogs\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetAuditLogs\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetBlockletBackupSummary\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetBlockletBackupSummary\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} summary\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetBlockletBackups\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetBlockletBackups\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} backups\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetBlockletSpaceGateways\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetBlockletSpaceGateways\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} spaceGateways\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetBlocklets\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetBlocklets\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} blocklets\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetCertificates\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetCertificates\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} certificates\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetDynamicComponents\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetDynamicComponents\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} components\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetInvitations\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetInvitations\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} invitations\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetLauncherSession \n *\n * Checkout the following snippet for the format of ResponseGetLauncherSession:\n * ```json\n{\n \"code\": \"ok\",\n \"error\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetLauncherSession\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} error\n * @property {any} launcherSession\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetNodeEnv\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetNodeEnv\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.NodeEnvInfo} info\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetNodeInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetNodeInfo\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.NodeState} info\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetNotifications\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetNotifications\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n * @property {number} unreadCount\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetOrg\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetOrg\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Org} org\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetOrgResource\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetOrgResource\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetOrgs\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetOrgs\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} orgs\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetPassportCountPerRole\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetPassportCountPerRole\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} counts\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetPassportIssuances\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetPassportIssuances\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetProject\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetProject\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Project} project\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetProjects\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetProjects\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} projects\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetRelease\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetRelease\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Release} release\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetReleases\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetReleases\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} releases\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetRoutingProviders\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetRoutingProviders\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} providers\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetRoutingSites\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetRoutingSites\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} sites\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetSelectedResources\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetSelectedResources\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} resources\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetSession \n *\n * Checkout the following snippet for the format of ResponseGetSession:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetSession\n * @property {...ABTNodeClient.StatusCode} code\n * @property {any} session\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetTrafficInsights\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetTrafficInsights\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetUsersCount \n *\n * Checkout the following snippet for the format of ResponseGetUsersCount:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetUsersCount\n * @property {...ABTNodeClient.StatusCode} code\n * @property {number} count\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetUsersCountPerRole\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetUsersCountPerRole\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} counts\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetWebhookAttempt \n *\n * Checkout the following snippet for the format of ResponseGetWebhookAttempt:\n * ```json\n{\n \"data\": {\n \"id\": \"abc\",\n \"eventId\": \"abc\",\n \"webhookId\": \"abc\",\n \"status\": \"abc\",\n \"triggeredBy\": \"abc\",\n \"triggeredFrom\": \"abc\"\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetWebhookAttempt\n * @property {...ABTNodeClient.WebhookAttemptState} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetWebhookAttempts\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetWebhookAttempts\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetWebhookEndpoint\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetWebhookEndpoint\n * @property {...ABTNodeClient.WebhookEndpointWithUserInfo} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseGetWebhookEndpoints\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseGetWebhookEndpoints\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseInviteMembersToOrg\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseInviteMembersToOrg\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.InviteResult} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseIsDidDomain \n *\n * Checkout the following snippet for the format of ResponseIsDidDomain:\n * ```json\n{\n \"code\": \"ok\",\n \"value\": true\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseIsDidDomain\n * @property {...ABTNodeClient.StatusCode} code\n * @property {boolean} value\n */\n\n/**\n * Structure of ABTNodeClient.ResponseLaunchBlockletByLauncher \n *\n * Checkout the following snippet for the format of ResponseLaunchBlockletByLauncher:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseLaunchBlockletByLauncher\n * @property {...ABTNodeClient.StatusCode} code\n * @property {any} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseLaunchBlockletWithoutWallet \n *\n * Checkout the following snippet for the format of ResponseLaunchBlockletWithoutWallet:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseLaunchBlockletWithoutWallet\n * @property {...ABTNodeClient.StatusCode} code\n * @property {any} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseMakeAllNotificationsAsRead\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseMakeAllNotificationsAsRead\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.ReadUpdateAffected} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseNodeRuntimeHistory\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseNodeRuntimeHistory\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} history\n */\n\n/**\n * Structure of ABTNodeClient.ResponseNotificationComponents\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseNotificationComponents\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} componentDids\n */\n\n/**\n * Structure of ABTNodeClient.ResponseNotificationSendLog\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseNotificationSendLog\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseOAuthClient\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseOAuthClient\n * @property {...ABTNodeClient.OauthClient} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseOAuthClients\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseOAuthClients\n * @property {Array<...ABTNodeClient.null>} list\n */\n\n/**\n * Structure of ABTNodeClient.ResponseOrgResourceOperation\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseOrgResourceOperation\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.OrgResourceResult} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseOrgUsers\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseOrgUsers\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} users\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponsePassport\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponsePassport\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} passports\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponsePassportLog\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponsePassportLog\n * @property {Array<...ABTNodeClient.null>} passportLogs\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponsePermission \n *\n * Checkout the following snippet for the format of ResponsePermission:\n * ```json\n{\n \"code\": \"ok\",\n \"permission\": {\n \"name\": \"abc\",\n \"description\": \"abc\",\n \"isProtected\": true\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponsePermission\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Permission} permission\n */\n\n/**\n * Structure of ABTNodeClient.ResponsePermissions\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponsePermissions\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} permissions\n */\n\n/**\n * Structure of ABTNodeClient.ResponseProject\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseProject\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Project} project\n */\n\n/**\n * Structure of ABTNodeClient.ResponsePublishToEndpoint \n *\n * Checkout the following snippet for the format of ResponsePublishToEndpoint:\n * ```json\n{\n \"code\": \"ok\",\n \"url\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponsePublishToEndpoint\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.ResponsePublishToStore \n *\n * Checkout the following snippet for the format of ResponsePublishToStore:\n * ```json\n{\n \"code\": \"ok\",\n \"url\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponsePublishToStore\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} url\n */\n\n/**\n * Structure of ABTNodeClient.ResponseReadNotifications \n *\n * Checkout the following snippet for the format of ResponseReadNotifications:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseReadNotifications\n * @property {...ABTNodeClient.StatusCode} code\n * @property {number} numAffected\n */\n\n/**\n * Structure of ABTNodeClient.ResponseReceivers\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseReceivers\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseRelease\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseRelease\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Release} release\n */\n\n/**\n * Structure of ABTNodeClient.ResponseResendNotification \n *\n * Checkout the following snippet for the format of ResponseResendNotification:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseResendNotification\n * @property {...ABTNodeClient.StatusCode} code\n * @property {any} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseResetNode \n *\n * Checkout the following snippet for the format of ResponseResetNode:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseResetNode\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseRestartAllContainers \n *\n * Checkout the following snippet for the format of ResponseRestartAllContainers:\n * ```json\n{\n \"code\": \"ok\",\n \"sessionId\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseRestartAllContainers\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.ResponseRestartServer \n *\n * Checkout the following snippet for the format of ResponseRestartServer:\n * ```json\n{\n \"code\": \"ok\",\n \"sessionId\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseRestartServer\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.ResponseRole\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseRole\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Role} role\n */\n\n/**\n * Structure of ABTNodeClient.ResponseRoles\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseRoles\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} roles\n */\n\n/**\n * Structure of ABTNodeClient.ResponseRoutingSite\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseRoutingSite\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.RoutingSite} site\n */\n\n/**\n * Structure of ABTNodeClient.ResponseSendMsg \n *\n * Checkout the following snippet for the format of ResponseSendMsg:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseSendMsg\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseSenderList\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseSenderList\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} senders\n */\n\n/**\n * Structure of ABTNodeClient.ResponseTag \n *\n * Checkout the following snippet for the format of ResponseTag:\n * ```json\n{\n \"code\": \"ok\",\n \"tag\": {\n \"title\": \"abc\",\n \"description\": \"abc\",\n \"color\": \"abc\",\n \"slug\": \"abc\",\n \"type\": \"abc\",\n \"componentDid\": \"abc\",\n \"createdBy\": \"abc\",\n \"updatedBy\": \"abc\"\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseTag\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.Tag} tag\n */\n\n/**\n * Structure of ABTNodeClient.ResponseTagging\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseTagging\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} tagging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseTags\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseTags\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} tags\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUpdateAccessKey \n *\n * Checkout the following snippet for the format of ResponseUpdateAccessKey:\n * ```json\n{\n \"code\": \"ok\",\n \"data\": {\n \"accessKeyId\": \"abc\",\n \"accessKeyPublic\": \"abc\",\n \"remark\": \"abc\",\n \"passport\": \"abc\",\n \"createdBy\": \"abc\",\n \"updatedBy\": \"abc\",\n \"authType\": \"abc\",\n \"componentDid\": \"abc\",\n \"resourceType\": \"abc\",\n \"resourceId\": \"abc\",\n \"createdVia\": \"abc\"\n }\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUpdateAccessKey\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.AccessKey} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUpdateNginxHttpsCert \n *\n * Checkout the following snippet for the format of ResponseUpdateNginxHttpsCert:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUpdateNginxHttpsCert\n * @property {...ABTNodeClient.StatusCode} code\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUpdateWebhookEndpoint\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUpdateWebhookEndpoint\n * @property {...ABTNodeClient.WebhookEndpointState} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUpgradeNodeVersion \n *\n * Checkout the following snippet for the format of ResponseUpgradeNodeVersion:\n * ```json\n{\n \"code\": \"ok\",\n \"sessionId\": \"abc\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUpgradeNodeVersion\n * @property {...ABTNodeClient.StatusCode} code\n * @property {string} sessionId\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUser\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUser\n * @property {...ABTNodeClient.StatusCode} code\n * @property {...ABTNodeClient.UserInfo} user\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUserFollows\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUserFollows\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} data\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUserRelationCount \n *\n * Checkout the following snippet for the format of ResponseUserRelationCount:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUserRelationCount\n * @property {...ABTNodeClient.StatusCode} code\n * @property {any} data\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUserSessions\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUserSessions\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} list\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUserSessionsCount \n *\n * Checkout the following snippet for the format of ResponseUserSessionsCount:\n * ```json\n{\n \"code\": \"ok\"\n}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUserSessionsCount\n * @property {...ABTNodeClient.StatusCode} code\n * @property {number} count\n */\n\n/**\n * Structure of ABTNodeClient.ResponseUsers\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseUsers\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} users\n * @property {...ABTNodeClient.Paging} paging\n */\n\n/**\n * Structure of ABTNodeClient.ResponseWebHooks\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResponseWebHooks\n * @property {...ABTNodeClient.StatusCode} code\n * @property {Array<...ABTNodeClient.null>} webhooks\n */\n\n/**\n * Structure of ABTNodeClient.Role\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Role\n * @property {string} name\n * @property {string} description\n * @property {Array<...ABTNodeClient.null>} grants\n * @property {string} title\n * @property {boolean} isProtected\n * @property {any} extra\n * @property {string} orgId\n */\n\n/**\n * Structure of ABTNodeClient.RoutingProvider\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingProvider\n * @property {string} name\n * @property {string} description\n * @property {boolean} running\n * @property {boolean} available\n * @property {string} error\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRule\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRule\n * @property {string} id\n * @property {...ABTNodeClient.RoutingRuleFrom} from\n * @property {...ABTNodeClient.RoutingRuleTo} to\n * @property {boolean} isProtected\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleFrom\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleFrom\n * @property {string} pathPrefix\n * @property {Array<...ABTNodeClient.null>} header\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleHeader\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleHeader\n * @property {string} key\n * @property {string} value\n * @property {...ABTNodeClient.HeaderMatchType} type\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleResponse\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleResponse\n * @property {number} status\n * @property {string} contentType\n * @property {string} body\n */\n\n/**\n * Structure of ABTNodeClient.RoutingRuleTo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingRuleTo\n * @property {number} port\n * @property {...ABTNodeClient.BackendServiceType} type\n * @property {string} did\n * @property {string} url\n * @property {number} redirectCode\n * @property {string} interfaceName\n * @property {string} componentId\n * @property {string} pageGroup\n * @property {...ABTNodeClient.RoutingRuleResponse} response\n */\n\n/**\n * Structure of ABTNodeClient.RoutingSite\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RoutingSite\n * @property {string} id\n * @property {string} domain\n * @property {Array<...ABTNodeClient.null>} domainAliases\n * @property {Array<...ABTNodeClient.null>} rules\n * @property {boolean} isProtected\n * @property {Array<...ABTNodeClient.null>} corsAllowedOrigins\n */\n\n/**\n * Structure of ABTNodeClient.RuntimeInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RuntimeInfo\n * @property {string} pid\n * @property {string} port\n * @property {string} uptime\n * @property {number} memoryUsage\n * @property {number} cpuUsage\n * @property {boolean} runningDocker\n * @property {any} cpus\n */\n\n/**\n * Structure of ABTNodeClient.SessionConfig\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SessionConfig\n * @property {number} cacheTtl\n * @property {number} ttl\n * @property {...ABTNodeClient.LoginEmailSettings} email\n * @property {...ABTNodeClient.LoginPhoneSettings} phone\n * @property {string} salt\n * @property {boolean} enableBlacklist\n */\n\n/**\n * Structure of ABTNodeClient.SimpleBlockletMeta\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SimpleBlockletMeta\n * @property {string} did\n * @property {string} name\n * @property {string} version\n * @property {string} description\n * @property {string} title\n * @property {string} bundleDid\n * @property {string} bundleName\n */\n\n/**\n * Structure of ABTNodeClient.SimpleBlockletState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SimpleBlockletState\n * @property {...ABTNodeClient.SimpleBlockletMeta} meta\n * @property {...ABTNodeClient.BlockletStatus} status\n * @property {string} deployedFrom\n * @property {string} mountPoint\n * @property {number} deletedAt\n */\n\n/**\n * Structure of ABTNodeClient.SpaceGateway\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SpaceGateway\n * @property {string} name\n * @property {string} url\n * @property {string} protected\n * @property {string} endpoint\n * @property {string} did\n */\n\n/**\n * Structure of ABTNodeClient.Statistics\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Statistics\n * @property {number} total\n * @property {number} pending\n * @property {number} success\n * @property {number} failed\n */\n\n/**\n * Structure of ABTNodeClient.TUTM\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TUTM\n * @property {string} source\n * @property {string} medium\n * @property {string} campaign\n * @property {string} content\n */\n\n/**\n * Structure of ABTNodeClient.Tag\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Tag\n * @property {number} id\n * @property {string} title\n * @property {string} description\n * @property {string} color\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} slug\n * @property {string} type\n * @property {string} componentDid\n * @property {number} parentId\n * @property {string} createdBy\n * @property {string} updatedBy\n */\n\n/**\n * Structure of ABTNodeClient.Tagging\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.Tagging\n * @property {number} tagId\n * @property {string} taggableType\n * @property {Array<...ABTNodeClient.null>} taggableIds\n */\n\n/**\n * Structure of ABTNodeClient.TrafficInsight\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrafficInsight\n * @property {string} did\n * @property {string} date\n * @property {number} totalRequests\n * @property {number} validRequests\n * @property {number} failedRequests\n * @property {number} generationTime\n * @property {number} uniqueVisitors\n * @property {number} uniqueFiles\n * @property {number} excludedHits\n * @property {number} uniqueReferrers\n * @property {number} uniqueNotFound\n * @property {number} uniqueStaticFiles\n * @property {number} logSize\n * @property {number} bandwidth\n */\n\n/**\n * Structure of ABTNodeClient.TrustedFactory\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedFactory\n * @property {string} holderDid\n * @property {string} issuerDid\n * @property {string} factoryAddress\n * @property {string} remark\n * @property {...ABTNodeClient.TrustedPassportMappingTo} passport\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassport\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassport\n * @property {string} issuerDid\n * @property {string} remark\n * @property {Array<...ABTNodeClient.null>} mappings\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassportMapping\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassportMapping\n * @property {...ABTNodeClient.TrustedPassportMappingFrom} from\n * @property {...ABTNodeClient.TrustedPassportMappingTo} to\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassportMappingFrom\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassportMappingFrom\n * @property {string} passport\n */\n\n/**\n * Structure of ABTNodeClient.TrustedPassportMappingTo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.TrustedPassportMappingTo\n * @property {string} role\n * @property {string} ttl\n * @property {string} ttlPolicy\n */\n\n/**\n * Structure of ABTNodeClient.UpdateList\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateList\n * @property {string} id\n * @property {...ABTNodeClient.BlockletMeta} meta\n */\n\n/**\n * Structure of ABTNodeClient.UserAddress\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserAddress\n * @property {string} country\n * @property {string} province\n * @property {string} city\n * @property {string} postalCode\n * @property {string} line1\n * @property {string} line2\n */\n\n/**\n * Structure of ABTNodeClient.UserFollows\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserFollows\n * @property {string} userDid\n * @property {string} followerDid\n * @property {number} createdAt\n * @property {...ABTNodeClient.UserInfo} user\n * @property {boolean} isFollowing\n */\n\n/**\n * Structure of ABTNodeClient.UserInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserInfo\n * @property {string} did\n * @property {string} pk\n * @property {string} role\n * @property {string} avatar\n * @property {string} fullName\n * @property {string} email\n * @property {boolean} approved\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} locale\n * @property {Array<...ABTNodeClient.null>} passports\n * @property {number} firstLoginAt\n * @property {number} lastLoginAt\n * @property {string} remark\n * @property {string} lastLoginIp\n * @property {string} sourceProvider\n * @property {string} sourceAppPid\n * @property {Array<...ABTNodeClient.null>} connectedAccounts\n * @property {any} extra\n * @property {Array<...ABTNodeClient.null>} tags\n * @property {any} didSpace\n * @property {Array<...ABTNodeClient.null>} userSessions\n * @property {string} url\n * @property {string} phone\n * @property {string} inviter\n * @property {number} generation\n * @property {boolean} emailVerified\n * @property {boolean} phoneVerified\n * @property {...ABTNodeClient.UserMetadata} metadata\n * @property {...ABTNodeClient.UserAddress} address\n * @property {number} userSessionsCount\n * @property {boolean} isFollowing\n */\n\n/**\n * Structure of ABTNodeClient.UserMetadata\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserMetadata\n * @property {string} bio\n * @property {string} location\n * @property {string} timezone\n * @property {string} cover\n * @property {Array<...ABTNodeClient.null>} links\n * @property {...ABTNodeClient.UserMetadataStatus} status\n * @property {...ABTNodeClient.UserPhoneInfo} phone\n */\n\n/**\n * Structure of ABTNodeClient.UserMetadataLink\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserMetadataLink\n * @property {string} url\n * @property {string} favicon\n */\n\n/**\n * Structure of ABTNodeClient.UserMetadataStatus\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserMetadataStatus\n * @property {string} label\n * @property {string} icon\n * @property {string} duration\n * @property {Array<...ABTNodeClient.null>} dateRange\n */\n\n/**\n * Structure of ABTNodeClient.UserOrg\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserOrg\n * @property {string} id\n * @property {string} orgId\n * @property {string} userDid\n * @property {...ABTNodeClient.OrgUserStatus} status\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {...ABTNodeClient.UserInfo} user\n * @property {any} metadata\n */\n\n/**\n * Structure of ABTNodeClient.UserPhoneInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserPhoneInfo\n * @property {string} country\n * @property {string} phoneNumber\n */\n\n/**\n * Structure of ABTNodeClient.UserSession\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UserSession\n * @property {string} id\n * @property {string} visitorId\n * @property {string} appPid\n * @property {string} userDid\n * @property {string} ua\n * @property {string} passportId\n * @property {string} status\n * @property {string} lastLoginIp\n * @property {any} extra\n * @property {number} createdAt\n * @property {number} updatedAt\n */\n\n/**\n * Structure of ABTNodeClient.WAFPolicy\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WAFPolicy\n * @property {boolean} enabled\n * @property {string} mode\n * @property {number} inboundAnomalyScoreThreshold\n * @property {number} outboundAnomalyScoreThreshold\n * @property {number} logLevel\n */\n\n/**\n * Structure of ABTNodeClient.WalletInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WalletInfo\n * @property {string} did\n * @property {string} pk\n */\n\n/**\n * Structure of ABTNodeClient.WebHook\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebHook\n * @property {...ABTNodeClient.SenderType} type\n * @property {string} id\n * @property {Array<...ABTNodeClient.null>} params\n * @property {number} createdAt\n * @property {number} updatedAt\n */\n\n/**\n * Structure of ABTNodeClient.WebHookParam\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebHookParam\n * @property {string} name\n * @property {string} description\n * @property {boolean} required\n * @property {string} defaultValue\n * @property {string} value\n * @property {string} type\n * @property {boolean} enabled\n * @property {number} consecutiveFailures\n */\n\n/**\n * Structure of ABTNodeClient.WebHookSender\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebHookSender\n * @property {...ABTNodeClient.SenderType} type\n * @property {string} title\n * @property {string} description\n * @property {Array<...ABTNodeClient.null>} params\n */\n\n/**\n * Structure of ABTNodeClient.WebhookAttemptState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebhookAttemptState\n * @property {string} id\n * @property {string} eventId\n * @property {string} webhookId\n * @property {string} status\n * @property {number} responseStatus\n * @property {any} responseBody\n * @property {number} retryCount\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} triggeredBy\n * @property {string} triggeredFrom\n */\n\n/**\n * Structure of ABTNodeClient.WebhookAttemptWithEndpointEventState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebhookAttemptWithEndpointEventState\n * @property {string} id\n * @property {string} eventId\n * @property {string} webhookId\n * @property {string} status\n * @property {number} responseStatus\n * @property {any} responseBody\n * @property {number} retryCount\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {...ABTNodeClient.WebhookEndpointState} endpoint\n * @property {...ABTNodeClient.WebhookEventState} event\n * @property {string} triggeredBy\n * @property {string} triggeredFrom\n */\n\n/**\n * Structure of ABTNodeClient.WebhookEndpointState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebhookEndpointState\n * @property {string} id\n * @property {string} apiVersion\n * @property {string} url\n * @property {string} description\n * @property {Array<...ABTNodeClient.null>} enabledEvents\n * @property {any} metadata\n * @property {string} status\n * @property {number} createdAt\n * @property {number} updatedAt\n */\n\n/**\n * Structure of ABTNodeClient.WebhookEndpointWithUserInfo\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebhookEndpointWithUserInfo\n * @property {string} id\n * @property {string} apiVersion\n * @property {string} url\n * @property {string} description\n * @property {Array<...ABTNodeClient.null>} enabledEvents\n * @property {any} metadata\n * @property {string} status\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {...ABTNodeClient.UserInfo} createUser\n * @property {...ABTNodeClient.UserInfo} updateUser\n */\n\n/**\n * Structure of ABTNodeClient.WebhookEventState\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebhookEventState\n * @property {string} id\n * @property {string} type\n * @property {string} apiVersion\n * @property {any} data\n * @property {string} objectType\n * @property {string} objectId\n * @property {any} request\n * @property {number} pendingWebhooks\n * @property {any} metadata\n * @property {number} createdAt\n * @property {number} updatedAt\n * @property {string} source\n */\n\n/**\n * Structure of ABTNodeClient.WebhookStatistics\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.WebhookStatistics\n * @property {number} total\n * @property {Array<...ABTNodeClient.null>} pending\n * @property {Array<...ABTNodeClient.null>} success\n * @property {Array<...ABTNodeClient.null>} failed\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletParams \n *\n * Checkout the following snippet for the format of GetBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletParams\n * @property {...ABTNodeClient.RequestBlockletDetailInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletMetaFromUrlParams \n *\n * Checkout the following snippet for the format of GetBlockletMetaFromUrlParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletMetaFromUrlParams\n * @property {...ABTNodeClient.RequestBlockletMetaFromUrlInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletDiffParams \n *\n * Checkout the following snippet for the format of GetBlockletDiffParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletDiffParams\n * @property {...ABTNodeClient.RequestBlockletDiffInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletsParams \n *\n * Checkout the following snippet for the format of GetBlockletsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletsParams\n * @property {...ABTNodeClient.RequestGetBlockletsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletRuntimeHistoryParams \n *\n * Checkout the following snippet for the format of GetBlockletRuntimeHistoryParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletRuntimeHistoryParams\n * @property {...ABTNodeClient.RequestBlockletRuntimeHistoryInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetDynamicComponentsParams \n *\n * Checkout the following snippet for the format of GetDynamicComponentsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetDynamicComponentsParams\n * @property {...ABTNodeClient.RequestGetDynamicComponentsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetNodeRuntimeHistoryParams \n *\n * Checkout the following snippet for the format of GetNodeRuntimeHistoryParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetNodeRuntimeHistoryParams\n * @property {...ABTNodeClient.RequestNodeRuntimeHistoryInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletMetaParams \n *\n * Checkout the following snippet for the format of GetBlockletMetaParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletMetaParams\n * @property {...ABTNodeClient.RequestBlockletMetaInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetNotificationsParams \n *\n * Checkout the following snippet for the format of GetNotificationsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetNotificationsParams\n * @property {...ABTNodeClient.RequestGetNotificationsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.MakeAllNotificationsAsReadParams \n *\n * Checkout the following snippet for the format of MakeAllNotificationsAsReadParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.MakeAllNotificationsAsReadParams\n * @property {...ABTNodeClient.RequestMakeAllNotificationsAsReadInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetNotificationSendLogParams \n *\n * Checkout the following snippet for the format of GetNotificationSendLogParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetNotificationSendLogParams\n * @property {...ABTNodeClient.RequestNotificationSendLogInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetReceiversParams \n *\n * Checkout the following snippet for the format of GetReceiversParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetReceiversParams\n * @property {...ABTNodeClient.RequestReceiversInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetNotificationComponentsParams \n *\n * Checkout the following snippet for the format of GetNotificationComponentsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetNotificationComponentsParams\n * @property {...ABTNodeClient.RequestNotificationComponentsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ResendNotificationParams \n *\n * Checkout the following snippet for the format of ResendNotificationParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResendNotificationParams\n * @property {...ABTNodeClient.RequestResendNotificationInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetRoutingSitesParams \n *\n * Checkout the following snippet for the format of GetRoutingSitesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetRoutingSitesParams\n * @property {...ABTNodeClient.RequestGetRoutingSitesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.IsDidDomainParams \n *\n * Checkout the following snippet for the format of IsDidDomainParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.IsDidDomainParams\n * @property {...ABTNodeClient.RequestIsDidDomainInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CheckDomainsParams \n *\n * Checkout the following snippet for the format of CheckDomainsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CheckDomainsParams\n * @property {...ABTNodeClient.RequestCheckDomainsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.FindCertificateByDomainParams \n *\n * Checkout the following snippet for the format of FindCertificateByDomainParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.FindCertificateByDomainParams\n * @property {...ABTNodeClient.RequestFindCertificateByDomainInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetAccessKeysParams \n *\n * Checkout the following snippet for the format of GetAccessKeysParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetAccessKeysParams\n * @property {...ABTNodeClient.RequestAccessKeysInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetAccessKeyParams \n *\n * Checkout the following snippet for the format of GetAccessKeyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetAccessKeyParams\n * @property {...ABTNodeClient.RequestAccessKeyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.SendTestMessageParams \n *\n * Checkout the following snippet for the format of SendTestMessageParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SendTestMessageParams\n * @property {...ABTNodeClient.RequestSendMsgInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetSessionParams \n *\n * Checkout the following snippet for the format of GetSessionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetSessionParams\n * @property {...ABTNodeClient.RequestGetSessionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetRolesParams \n *\n * Checkout the following snippet for the format of GetRolesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetRolesParams\n * @property {...ABTNodeClient.RequestGetOrgDataInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetRoleParams \n *\n * Checkout the following snippet for the format of GetRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetRoleParams\n * @property {...ABTNodeClient.RequestTeamRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetPermissionsParams \n *\n * Checkout the following snippet for the format of GetPermissionsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetPermissionsParams\n * @property {...ABTNodeClient.TeamInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetInvitationsParams \n *\n * Checkout the following snippet for the format of GetInvitationsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetInvitationsParams\n * @property {...ABTNodeClient.RequestGetOrgDataInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUsersParams \n *\n * Checkout the following snippet for the format of GetUsersParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUsersParams\n * @property {...ABTNodeClient.RequestUsersInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUserParams \n *\n * Checkout the following snippet for the format of GetUserParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUserParams\n * @property {...ABTNodeClient.RequestTeamUserInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUserSessionsParams \n *\n * Checkout the following snippet for the format of GetUserSessionsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUserSessionsParams\n * @property {...ABTNodeClient.RequestUserSessionsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUserSessionsCountParams \n *\n * Checkout the following snippet for the format of GetUserSessionsCountParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUserSessionsCountParams\n * @property {...ABTNodeClient.RequestUserSessionsCountInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUsersCountParams \n *\n * Checkout the following snippet for the format of GetUsersCountParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUsersCountParams\n * @property {...ABTNodeClient.TeamInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUsersCountPerRoleParams \n *\n * Checkout the following snippet for the format of GetUsersCountPerRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUsersCountPerRoleParams\n * @property {...ABTNodeClient.TeamInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetOwnerParams \n *\n * Checkout the following snippet for the format of GetOwnerParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetOwnerParams\n * @property {...ABTNodeClient.TeamInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetPermissionsByRoleParams \n *\n * Checkout the following snippet for the format of GetPermissionsByRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetPermissionsByRoleParams\n * @property {...ABTNodeClient.RequestTeamRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetPassportIssuancesParams \n *\n * Checkout the following snippet for the format of GetPassportIssuancesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetPassportIssuancesParams\n * @property {...ABTNodeClient.RequestGetPassportIssuancesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.LogoutUserParams \n *\n * Checkout the following snippet for the format of LogoutUserParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LogoutUserParams\n * @property {...ABTNodeClient.RequestLogoutUserInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DestroySelfParams \n *\n * Checkout the following snippet for the format of DestroySelfParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DestroySelfParams\n * @property {...ABTNodeClient.RequestTeamUserInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUserFollowersParams \n *\n * Checkout the following snippet for the format of GetUserFollowersParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUserFollowersParams\n * @property {...ABTNodeClient.RequestUserRelationQueryInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUserFollowingParams \n *\n * Checkout the following snippet for the format of GetUserFollowingParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUserFollowingParams\n * @property {...ABTNodeClient.RequestUserRelationQueryInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUserFollowStatsParams \n *\n * Checkout the following snippet for the format of GetUserFollowStatsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUserFollowStatsParams\n * @property {...ABTNodeClient.RequestUserRelationCountInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CheckFollowingParams \n *\n * Checkout the following snippet for the format of CheckFollowingParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CheckFollowingParams\n * @property {...ABTNodeClient.RequestCheckFollowingInput} input\n */\n\n/**\n * Structure of ABTNodeClient.FollowUserParams \n *\n * Checkout the following snippet for the format of FollowUserParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.FollowUserParams\n * @property {...ABTNodeClient.RequestFollowUserActionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UnfollowUserParams \n *\n * Checkout the following snippet for the format of UnfollowUserParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UnfollowUserParams\n * @property {...ABTNodeClient.RequestFollowUserActionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetUserInvitesParams \n *\n * Checkout the following snippet for the format of GetUserInvitesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetUserInvitesParams\n * @property {...ABTNodeClient.RequestUserRelationQueryInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetTagsParams \n *\n * Checkout the following snippet for the format of GetTagsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetTagsParams\n * @property {...ABTNodeClient.RequestTagsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetAuditLogsParams \n *\n * Checkout the following snippet for the format of GetAuditLogsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetAuditLogsParams\n * @property {...ABTNodeClient.RequestGetAuditLogsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetLauncherSessionParams \n *\n * Checkout the following snippet for the format of GetLauncherSessionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetLauncherSessionParams\n * @property {...ABTNodeClient.RequestGetLauncherSessionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletBackupsParams \n *\n * Checkout the following snippet for the format of GetBlockletBackupsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletBackupsParams\n * @property {...ABTNodeClient.RequestGetBlockletBackupsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletBackupSummaryParams \n *\n * Checkout the following snippet for the format of GetBlockletBackupSummaryParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletBackupSummaryParams\n * @property {...ABTNodeClient.RequestGetBlockletBackupSummaryInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletSpaceGatewaysParams \n *\n * Checkout the following snippet for the format of GetBlockletSpaceGatewaysParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletSpaceGatewaysParams\n * @property {...ABTNodeClient.RequestBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetTrafficInsightsParams \n *\n * Checkout the following snippet for the format of GetTrafficInsightsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetTrafficInsightsParams\n * @property {...ABTNodeClient.RequestGetTrafficInsightsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetProjectsParams \n *\n * Checkout the following snippet for the format of GetProjectsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetProjectsParams\n * @property {...ABTNodeClient.RequestGetProjectsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetProjectParams \n *\n * Checkout the following snippet for the format of GetProjectParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetProjectParams\n * @property {...ABTNodeClient.RequestProjectInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetReleasesParams \n *\n * Checkout the following snippet for the format of GetReleasesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetReleasesParams\n * @property {...ABTNodeClient.RequestGetReleasesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetReleaseParams \n *\n * Checkout the following snippet for the format of GetReleaseParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetReleaseParams\n * @property {...ABTNodeClient.RequestReleaseInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetSelectedResourcesParams \n *\n * Checkout the following snippet for the format of GetSelectedResourcesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetSelectedResourcesParams\n * @property {...ABTNodeClient.RequestGetSelectedResourcesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletSecurityRuleParams \n *\n * Checkout the following snippet for the format of GetBlockletSecurityRuleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletSecurityRuleParams\n * @property {...ABTNodeClient.RequestGetBlockletSecurityRuleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletSecurityRulesParams \n *\n * Checkout the following snippet for the format of GetBlockletSecurityRulesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletSecurityRulesParams\n * @property {...ABTNodeClient.RequestGetBlockletSecurityRulesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletResponseHeaderPolicyParams \n *\n * Checkout the following snippet for the format of GetBlockletResponseHeaderPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletResponseHeaderPolicyParams\n * @property {...ABTNodeClient.RequestGetBlockletResponseHeaderPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletResponseHeaderPoliciesParams \n *\n * Checkout the following snippet for the format of GetBlockletResponseHeaderPoliciesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletResponseHeaderPoliciesParams\n * @property {...ABTNodeClient.RequestGetBlockletResponseHeaderPoliciesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletAccessPolicyParams \n *\n * Checkout the following snippet for the format of GetBlockletAccessPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletAccessPolicyParams\n * @property {...ABTNodeClient.RequestGetBlockletAccessPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletAccessPoliciesParams \n *\n * Checkout the following snippet for the format of GetBlockletAccessPoliciesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletAccessPoliciesParams\n * @property {...ABTNodeClient.RequestGetBlockletAccessPoliciesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetWebhookEndpointsParams \n *\n * Checkout the following snippet for the format of GetWebhookEndpointsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetWebhookEndpointsParams\n * @property {...ABTNodeClient.RequestGetWebhookEndpointsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetWebhookEndpointParams \n *\n * Checkout the following snippet for the format of GetWebhookEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetWebhookEndpointParams\n * @property {...ABTNodeClient.RequestGetWebhookEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetWebhookAttemptsParams \n *\n * Checkout the following snippet for the format of GetWebhookAttemptsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetWebhookAttemptsParams\n * @property {...ABTNodeClient.RequestGetWebhookAttemptsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetPassportRoleCountsParams \n *\n * Checkout the following snippet for the format of GetPassportRoleCountsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetPassportRoleCountsParams\n * @property {...ABTNodeClient.TeamInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetPassportsByRoleParams \n *\n * Checkout the following snippet for the format of GetPassportsByRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetPassportsByRoleParams\n * @property {...ABTNodeClient.RequestPassportInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetPassportLogsParams \n *\n * Checkout the following snippet for the format of GetPassportLogsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetPassportLogsParams\n * @property {...ABTNodeClient.RequestPassportLogInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetRelatedPassportsParams \n *\n * Checkout the following snippet for the format of GetRelatedPassportsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetRelatedPassportsParams\n * @property {...ABTNodeClient.RequestRelatedPassportsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetBlockletBaseInfoParams \n *\n * Checkout the following snippet for the format of GetBlockletBaseInfoParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetBlockletBaseInfoParams\n * @property {...ABTNodeClient.TeamInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetDomainDnsParams \n *\n * Checkout the following snippet for the format of GetDomainDnsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetDomainDnsParams\n * @property {...ABTNodeClient.RequestDomainDNSInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetOAuthClientsParams \n *\n * Checkout the following snippet for the format of GetOAuthClientsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetOAuthClientsParams\n * @property {...ABTNodeClient.TeamInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateOAuthClientParams \n *\n * Checkout the following snippet for the format of CreateOAuthClientParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateOAuthClientParams\n * @property {...ABTNodeClient.RequestOAuthClientInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateOAuthClientParams \n *\n * Checkout the following snippet for the format of UpdateOAuthClientParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateOAuthClientParams\n * @property {...ABTNodeClient.RequestOAuthClientInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteOAuthClientParams \n *\n * Checkout the following snippet for the format of DeleteOAuthClientParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteOAuthClientParams\n * @property {...ABTNodeClient.RequestDeleteOAuthClientInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetOrgsParams \n *\n * Checkout the following snippet for the format of GetOrgsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetOrgsParams\n * @property {...ABTNodeClient.RequestGetOrgsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetOrgParams \n *\n * Checkout the following snippet for the format of GetOrgParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetOrgParams\n * @property {...ABTNodeClient.RequestGetOrgInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetOrgMembersParams \n *\n * Checkout the following snippet for the format of GetOrgMembersParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetOrgMembersParams\n * @property {...ABTNodeClient.RequestGetOrgDataInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetOrgInvitableUsersParams \n *\n * Checkout the following snippet for the format of GetOrgInvitableUsersParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetOrgInvitableUsersParams\n * @property {...ABTNodeClient.RequestInvitableUsersInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetOrgResourceParams \n *\n * Checkout the following snippet for the format of GetOrgResourceParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetOrgResourceParams\n * @property {...ABTNodeClient.RequestGetOrgResourceInput} input\n */\n\n/**\n * Structure of ABTNodeClient.InstallBlockletParams \n *\n * Checkout the following snippet for the format of InstallBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.InstallBlockletParams\n * @property {...ABTNodeClient.RequestInstallBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.InstallComponentParams \n *\n * Checkout the following snippet for the format of InstallComponentParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.InstallComponentParams\n * @property {...ABTNodeClient.RequestInstallComponentInput} input\n */\n\n/**\n * Structure of ABTNodeClient.StartBlockletParams \n *\n * Checkout the following snippet for the format of StartBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.StartBlockletParams\n * @property {...ABTNodeClient.RequestComponentsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.StopBlockletParams \n *\n * Checkout the following snippet for the format of StopBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.StopBlockletParams\n * @property {...ABTNodeClient.RequestComponentsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ReloadBlockletParams \n *\n * Checkout the following snippet for the format of ReloadBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ReloadBlockletParams\n * @property {...ABTNodeClient.RequestComponentsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RestartBlockletParams \n *\n * Checkout the following snippet for the format of RestartBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RestartBlockletParams\n * @property {...ABTNodeClient.RequestComponentsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteBlockletParams \n *\n * Checkout the following snippet for the format of DeleteBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteBlockletParams\n * @property {...ABTNodeClient.RequestDeleteBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteComponentParams \n *\n * Checkout the following snippet for the format of DeleteComponentParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteComponentParams\n * @property {...ABTNodeClient.RequestDeleteComponentInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CancelDownloadBlockletParams \n *\n * Checkout the following snippet for the format of CancelDownloadBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CancelDownloadBlockletParams\n * @property {...ABTNodeClient.RequestBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CheckComponentsForUpdatesParams \n *\n * Checkout the following snippet for the format of CheckComponentsForUpdatesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CheckComponentsForUpdatesParams\n * @property {...ABTNodeClient.RequestBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpgradeComponentsParams \n *\n * Checkout the following snippet for the format of UpgradeComponentsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpgradeComponentsParams\n * @property {...ABTNodeClient.RequestUpdateComponentsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigBlockletParams \n *\n * Checkout the following snippet for the format of ConfigBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigBlockletParams\n * @property {...ABTNodeClient.RequestConfigBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigPublicToStoreParams \n *\n * Checkout the following snippet for the format of ConfigPublicToStoreParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigPublicToStoreParams\n * @property {...ABTNodeClient.RequestConfigPublicToStoreInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigNavigationsParams \n *\n * Checkout the following snippet for the format of ConfigNavigationsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigNavigationsParams\n * @property {...ABTNodeClient.RequestConfigNavigationsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigAuthenticationParams \n *\n * Checkout the following snippet for the format of ConfigAuthenticationParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigAuthenticationParams\n * @property {...ABTNodeClient.RequestConfigAuthenticationInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigDidConnectParams \n *\n * Checkout the following snippet for the format of ConfigDidConnectParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigDidConnectParams\n * @property {...ABTNodeClient.RequestConfigDidConnectInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigDidConnectActionsParams \n *\n * Checkout the following snippet for the format of ConfigDidConnectActionsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigDidConnectActionsParams\n * @property {...ABTNodeClient.RequestConfigDidConnectActionsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigNotificationParams \n *\n * Checkout the following snippet for the format of ConfigNotificationParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigNotificationParams\n * @property {...ABTNodeClient.RequestConfigNotificationInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigVaultParams \n *\n * Checkout the following snippet for the format of ConfigVaultParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigVaultParams\n * @property {...ABTNodeClient.RequestConfigVaultInput} input\n */\n\n/**\n * Structure of ABTNodeClient.SendEmailParams \n *\n * Checkout the following snippet for the format of SendEmailParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SendEmailParams\n * @property {...ABTNodeClient.RequestSendEmailInput} input\n */\n\n/**\n * Structure of ABTNodeClient.SendPushParams \n *\n * Checkout the following snippet for the format of SendPushParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SendPushParams\n * @property {...ABTNodeClient.RequestSendPushInput} input\n */\n\n/**\n * Structure of ABTNodeClient.JoinFederatedLoginParams \n *\n * Checkout the following snippet for the format of JoinFederatedLoginParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.JoinFederatedLoginParams\n * @property {...ABTNodeClient.RequestJoinFederatedLoginInput} input\n */\n\n/**\n * Structure of ABTNodeClient.QuitFederatedLoginParams \n *\n * Checkout the following snippet for the format of QuitFederatedLoginParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.QuitFederatedLoginParams\n * @property {...ABTNodeClient.RequestQuitFederatedLoginInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DisbandFederatedLoginParams \n *\n * Checkout the following snippet for the format of DisbandFederatedLoginParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DisbandFederatedLoginParams\n * @property {...ABTNodeClient.RequestDisbandFederatedLoginInput} input\n */\n\n/**\n * Structure of ABTNodeClient.SyncMasterAuthorizationParams \n *\n * Checkout the following snippet for the format of SyncMasterAuthorizationParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SyncMasterAuthorizationParams\n * @property {...ABTNodeClient.RequestSyncMasterAuthorizationInput} input\n */\n\n/**\n * Structure of ABTNodeClient.SyncFederatedConfigParams \n *\n * Checkout the following snippet for the format of SyncFederatedConfigParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SyncFederatedConfigParams\n * @property {...ABTNodeClient.RequestSyncFederatedInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AuditFederatedLoginParams \n *\n * Checkout the following snippet for the format of AuditFederatedLoginParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AuditFederatedLoginParams\n * @property {...ABTNodeClient.RequestAuditFederatedLoginInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateAppSessionConfigParams \n *\n * Checkout the following snippet for the format of UpdateAppSessionConfigParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateAppSessionConfigParams\n * @property {...ABTNodeClient.RequestUpdateAppSessionConfigInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateComponentTitleParams \n *\n * Checkout the following snippet for the format of UpdateComponentTitleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateComponentTitleParams\n * @property {...ABTNodeClient.RequestUpdateComponentTitleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateComponentMountPointParams \n *\n * Checkout the following snippet for the format of UpdateComponentMountPointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateComponentMountPointParams\n * @property {...ABTNodeClient.RequestUpdateComponentMountPointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.BackupBlockletParams \n *\n * Checkout the following snippet for the format of BackupBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.BackupBlockletParams\n * @property {...ABTNodeClient.RequestBackupBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AbortBlockletBackupParams \n *\n * Checkout the following snippet for the format of AbortBlockletBackupParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AbortBlockletBackupParams\n * @property {...ABTNodeClient.RequestAbortBlockletBackupInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RestoreBlockletParams \n *\n * Checkout the following snippet for the format of RestoreBlockletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RestoreBlockletParams\n * @property {...ABTNodeClient.RequestRestoreBlockletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.MigrateApplicationToStructV2Params \n *\n * Checkout the following snippet for the format of MigrateApplicationToStructV2Params:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.MigrateApplicationToStructV2Params\n * @property {...ABTNodeClient.RequestMigrateApplicationToStructV2Input} input\n */\n\n/**\n * Structure of ABTNodeClient.LaunchBlockletByLauncherParams \n *\n * Checkout the following snippet for the format of LaunchBlockletByLauncherParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LaunchBlockletByLauncherParams\n * @property {...ABTNodeClient.RequestLaunchBlockletByLauncherInput} input\n */\n\n/**\n * Structure of ABTNodeClient.LaunchBlockletWithoutWalletParams \n *\n * Checkout the following snippet for the format of LaunchBlockletWithoutWalletParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.LaunchBlockletWithoutWalletParams\n * @property {...ABTNodeClient.RequestLaunchBlockletWithoutWalletInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddBlockletSpaceGatewayParams \n *\n * Checkout the following snippet for the format of AddBlockletSpaceGatewayParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddBlockletSpaceGatewayParams\n * @property {...ABTNodeClient.RequestAddBlockletSpaceGatewayInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteBlockletSpaceGatewayParams \n *\n * Checkout the following snippet for the format of DeleteBlockletSpaceGatewayParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteBlockletSpaceGatewayParams\n * @property {...ABTNodeClient.RequestDeleteBlockletSpaceGatewayInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateBlockletSpaceGatewayParams \n *\n * Checkout the following snippet for the format of UpdateBlockletSpaceGatewayParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateBlockletSpaceGatewayParams\n * @property {...ABTNodeClient.RequestUpdateBlockletSpaceGatewayInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateAutoBackupParams \n *\n * Checkout the following snippet for the format of UpdateAutoBackupParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateAutoBackupParams\n * @property {...ABTNodeClient.RequestUpdateAutoBackupInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateAutoCheckUpdateParams \n *\n * Checkout the following snippet for the format of UpdateAutoCheckUpdateParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateAutoCheckUpdateParams\n * @property {...ABTNodeClient.RequestUpdateAutoCheckUpdateInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateBlockletSettingsParams \n *\n * Checkout the following snippet for the format of UpdateBlockletSettingsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateBlockletSettingsParams\n * @property {...ABTNodeClient.RequestBlockletSettingsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateNodeInfoParams \n *\n * Checkout the following snippet for the format of UpdateNodeInfoParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateNodeInfoParams\n * @property {...ABTNodeClient.NodeInfoInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpgradeNodeVersionParams \n *\n * Checkout the following snippet for the format of UpgradeNodeVersionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpgradeNodeVersionParams\n * @property {...ABTNodeClient.RequestUpgradeNodeVersionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ResetNodeParams \n *\n * Checkout the following snippet for the format of ResetNodeParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ResetNodeParams\n * @property {...ABTNodeClient.RequestResetNodeInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RotateSessionKeyParams \n *\n * Checkout the following snippet for the format of RotateSessionKeyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RotateSessionKeyParams\n * @property {...ABTNodeClient.RequestRotateSessionKeyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateGatewayParams \n *\n * Checkout the following snippet for the format of UpdateGatewayParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateGatewayParams\n * @property {...ABTNodeClient.GatewayInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ClearCacheParams \n *\n * Checkout the following snippet for the format of ClearCacheParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ClearCacheParams\n * @property {...ABTNodeClient.RequestClearCacheInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateMemberInvitationParams \n *\n * Checkout the following snippet for the format of CreateMemberInvitationParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateMemberInvitationParams\n * @property {...ABTNodeClient.RequestCreateInvitationInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateTransferInvitationParams \n *\n * Checkout the following snippet for the format of CreateTransferInvitationParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateTransferInvitationParams\n * @property {...ABTNodeClient.RequestCreateTransferNodeInvitationInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteInvitationParams \n *\n * Checkout the following snippet for the format of DeleteInvitationParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteInvitationParams\n * @property {...ABTNodeClient.RequestDeleteInvitationInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreatePassportIssuanceParams \n *\n * Checkout the following snippet for the format of CreatePassportIssuanceParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreatePassportIssuanceParams\n * @property {...ABTNodeClient.RequestCreatePassportIssuanceInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeletePassportIssuanceParams \n *\n * Checkout the following snippet for the format of DeletePassportIssuanceParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeletePassportIssuanceParams\n * @property {...ABTNodeClient.RequestDeleteTeamSessionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigTrustedPassportsParams \n *\n * Checkout the following snippet for the format of ConfigTrustedPassportsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigTrustedPassportsParams\n * @property {...ABTNodeClient.RequestConfigTrustedPassportsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigTrustedFactoriesParams \n *\n * Checkout the following snippet for the format of ConfigTrustedFactoriesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigTrustedFactoriesParams\n * @property {...ABTNodeClient.RequestConfigTrustedFactoriesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConfigPassportIssuanceParams \n *\n * Checkout the following snippet for the format of ConfigPassportIssuanceParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConfigPassportIssuanceParams\n * @property {...ABTNodeClient.RequestConfigPassportIssuanceInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RemoveUserParams \n *\n * Checkout the following snippet for the format of RemoveUserParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RemoveUserParams\n * @property {...ABTNodeClient.RequestTeamUserInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateUserTagsParams \n *\n * Checkout the following snippet for the format of UpdateUserTagsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateUserTagsParams\n * @property {...ABTNodeClient.RequestUpdateUserTagsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateUserExtraParams \n *\n * Checkout the following snippet for the format of UpdateUserExtraParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateUserExtraParams\n * @property {...ABTNodeClient.RequestUpdateUserExtraInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateUserApprovalParams \n *\n * Checkout the following snippet for the format of UpdateUserApprovalParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateUserApprovalParams\n * @property {...ABTNodeClient.RequestTeamUserInput} input\n */\n\n/**\n * Structure of ABTNodeClient.IssuePassportToUserParams \n *\n * Checkout the following snippet for the format of IssuePassportToUserParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.IssuePassportToUserParams\n * @property {...ABTNodeClient.RequestIssuePassportToUserInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RevokeUserPassportParams \n *\n * Checkout the following snippet for the format of RevokeUserPassportParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RevokeUserPassportParams\n * @property {...ABTNodeClient.RequestRevokeUserPassportInput} input\n */\n\n/**\n * Structure of ABTNodeClient.EnableUserPassportParams \n *\n * Checkout the following snippet for the format of EnableUserPassportParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.EnableUserPassportParams\n * @property {...ABTNodeClient.RequestRevokeUserPassportInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RemoveUserPassportParams \n *\n * Checkout the following snippet for the format of RemoveUserPassportParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RemoveUserPassportParams\n * @property {...ABTNodeClient.RequestRevokeUserPassportInput} input\n */\n\n/**\n * Structure of ABTNodeClient.SwitchProfileParams \n *\n * Checkout the following snippet for the format of SwitchProfileParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.SwitchProfileParams\n * @property {...ABTNodeClient.RequestSwitchProfileInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateUserAddressParams \n *\n * Checkout the following snippet for the format of UpdateUserAddressParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateUserAddressParams\n * @property {...ABTNodeClient.RequestUpdateUserAddressInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateUserInfoParams \n *\n * Checkout the following snippet for the format of UpdateUserInfoParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateUserInfoParams\n * @property {...ABTNodeClient.RequestUpdateUserInfoInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateRoleParams \n *\n * Checkout the following snippet for the format of CreateRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateRoleParams\n * @property {...ABTNodeClient.RequestCreateRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateRoleParams \n *\n * Checkout the following snippet for the format of UpdateRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateRoleParams\n * @property {...ABTNodeClient.RequestTeamRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteRoleParams \n *\n * Checkout the following snippet for the format of DeleteRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteRoleParams\n * @property {...ABTNodeClient.RequestDeleteRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreatePermissionParams \n *\n * Checkout the following snippet for the format of CreatePermissionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreatePermissionParams\n * @property {...ABTNodeClient.RequestCreatePermissionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdatePermissionParams \n *\n * Checkout the following snippet for the format of UpdatePermissionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdatePermissionParams\n * @property {...ABTNodeClient.RequestTeamPermissionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeletePermissionParams \n *\n * Checkout the following snippet for the format of DeletePermissionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeletePermissionParams\n * @property {...ABTNodeClient.RequestDeletePermissionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GrantPermissionForRoleParams \n *\n * Checkout the following snippet for the format of GrantPermissionForRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GrantPermissionForRoleParams\n * @property {...ABTNodeClient.RequestGrantPermissionForRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RevokePermissionFromRoleParams \n *\n * Checkout the following snippet for the format of RevokePermissionFromRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RevokePermissionFromRoleParams\n * @property {...ABTNodeClient.RequestRevokePermissionFromRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdatePermissionsForRoleParams \n *\n * Checkout the following snippet for the format of UpdatePermissionsForRoleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdatePermissionsForRoleParams\n * @property {...ABTNodeClient.RequestUpdatePermissionsForRoleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.HasPermissionParams \n *\n * Checkout the following snippet for the format of HasPermissionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.HasPermissionParams\n * @property {...ABTNodeClient.RequestHasPermissionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddBlockletStoreParams \n *\n * Checkout the following snippet for the format of AddBlockletStoreParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddBlockletStoreParams\n * @property {...ABTNodeClient.RequestAddBlockletStoreInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteBlockletStoreParams \n *\n * Checkout the following snippet for the format of DeleteBlockletStoreParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteBlockletStoreParams\n * @property {...ABTNodeClient.RequestDeleteBlockletStoreInput} input\n */\n\n/**\n * Structure of ABTNodeClient.GetTagParams \n *\n * Checkout the following snippet for the format of GetTagParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.GetTagParams\n * @property {...ABTNodeClient.RequestTagInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateTagParams \n *\n * Checkout the following snippet for the format of CreateTagParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateTagParams\n * @property {...ABTNodeClient.RequestTagInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateTagParams \n *\n * Checkout the following snippet for the format of UpdateTagParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateTagParams\n * @property {...ABTNodeClient.RequestTagInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteTagParams \n *\n * Checkout the following snippet for the format of DeleteTagParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteTagParams\n * @property {...ABTNodeClient.RequestTagInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateTaggingParams \n *\n * Checkout the following snippet for the format of CreateTaggingParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateTaggingParams\n * @property {...ABTNodeClient.RequestTaggingInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteTaggingParams \n *\n * Checkout the following snippet for the format of DeleteTaggingParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteTaggingParams\n * @property {...ABTNodeClient.RequestTaggingInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ReadNotificationsParams \n *\n * Checkout the following snippet for the format of ReadNotificationsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ReadNotificationsParams\n * @property {...ABTNodeClient.RequestReadNotificationsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UnreadNotificationsParams \n *\n * Checkout the following snippet for the format of UnreadNotificationsParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UnreadNotificationsParams\n * @property {...ABTNodeClient.RequestReadNotificationsInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddRoutingSiteParams \n *\n * Checkout the following snippet for the format of AddRoutingSiteParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddRoutingSiteParams\n * @property {...ABTNodeClient.RequestAddRoutingSiteInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddDomainAliasParams \n *\n * Checkout the following snippet for the format of AddDomainAliasParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddDomainAliasParams\n * @property {...ABTNodeClient.RequestAddDomainAliasInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteDomainAliasParams \n *\n * Checkout the following snippet for the format of DeleteDomainAliasParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteDomainAliasParams\n * @property {...ABTNodeClient.RequestDeleteDomainAliasInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteRoutingSiteParams \n *\n * Checkout the following snippet for the format of DeleteRoutingSiteParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteRoutingSiteParams\n * @property {...ABTNodeClient.RequestDeleteRoutingSiteInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateRoutingSiteParams \n *\n * Checkout the following snippet for the format of UpdateRoutingSiteParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateRoutingSiteParams\n * @property {...ABTNodeClient.RequestUpdateRoutingSiteInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddRoutingRuleParams \n *\n * Checkout the following snippet for the format of AddRoutingRuleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddRoutingRuleParams\n * @property {...ABTNodeClient.RequestAddRoutingRuleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateRoutingRuleParams \n *\n * Checkout the following snippet for the format of UpdateRoutingRuleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateRoutingRuleParams\n * @property {...ABTNodeClient.RequestUpdateRoutingRuleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteRoutingRuleParams \n *\n * Checkout the following snippet for the format of DeleteRoutingRuleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteRoutingRuleParams\n * @property {...ABTNodeClient.RequestDeleteRoutingRuleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateCertificateParams \n *\n * Checkout the following snippet for the format of UpdateCertificateParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateCertificateParams\n * @property {...ABTNodeClient.RequestUpdateNginxHttpsCertInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddCertificateParams \n *\n * Checkout the following snippet for the format of AddCertificateParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddCertificateParams\n * @property {...ABTNodeClient.RequestAddNginxHttpsCertInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteCertificateParams \n *\n * Checkout the following snippet for the format of DeleteCertificateParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteCertificateParams\n * @property {...ABTNodeClient.RequestDeleteNginxHttpsCertInput} input\n */\n\n/**\n * Structure of ABTNodeClient.IssueLetsEncryptCertParams \n *\n * Checkout the following snippet for the format of IssueLetsEncryptCertParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.IssueLetsEncryptCertParams\n * @property {...ABTNodeClient.RequestAddLetsEncryptCertInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateAccessKeyParams \n *\n * Checkout the following snippet for the format of CreateAccessKeyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateAccessKeyParams\n * @property {...ABTNodeClient.RequestCreateAccessKeyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateAccessKeyParams \n *\n * Checkout the following snippet for the format of UpdateAccessKeyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateAccessKeyParams\n * @property {...ABTNodeClient.RequestUpdateAccessKeyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteAccessKeyParams \n *\n * Checkout the following snippet for the format of DeleteAccessKeyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteAccessKeyParams\n * @property {...ABTNodeClient.RequestDeleteAccessKeyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.VerifyAccessKeyParams \n *\n * Checkout the following snippet for the format of VerifyAccessKeyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.VerifyAccessKeyParams\n * @property {...ABTNodeClient.RequestVerifyAccessKeyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateWebHookParams \n *\n * Checkout the following snippet for the format of CreateWebHookParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateWebHookParams\n * @property {...ABTNodeClient.RequestCreateWebHookInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteWebHookParams \n *\n * Checkout the following snippet for the format of DeleteWebHookParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteWebHookParams\n * @property {...ABTNodeClient.RequestDeleteWebHookInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateWebHookStateParams \n *\n * Checkout the following snippet for the format of UpdateWebHookStateParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateWebHookStateParams\n * @property {...ABTNodeClient.RequestUpdateWebHookStateInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateProjectParams \n *\n * Checkout the following snippet for the format of CreateProjectParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateProjectParams\n * @property {...ABTNodeClient.RequestCreateProjectInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateProjectParams \n *\n * Checkout the following snippet for the format of UpdateProjectParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateProjectParams\n * @property {...ABTNodeClient.RequestUpdateProjectInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteProjectParams \n *\n * Checkout the following snippet for the format of DeleteProjectParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteProjectParams\n * @property {...ABTNodeClient.RequestProjectInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateReleaseParams \n *\n * Checkout the following snippet for the format of CreateReleaseParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateReleaseParams\n * @property {...ABTNodeClient.RequestCreateReleaseInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteReleaseParams \n *\n * Checkout the following snippet for the format of DeleteReleaseParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteReleaseParams\n * @property {...ABTNodeClient.RequestReleaseInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateSelectedResourcesParams \n *\n * Checkout the following snippet for the format of UpdateSelectedResourcesParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateSelectedResourcesParams\n * @property {...ABTNodeClient.RequestUpdateSelectedResourcesInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConnectToStoreParams \n *\n * Checkout the following snippet for the format of ConnectToStoreParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectToStoreParams\n * @property {...ABTNodeClient.RequestConnectToStoreInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DisconnectFromStoreParams \n *\n * Checkout the following snippet for the format of DisconnectFromStoreParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DisconnectFromStoreParams\n * @property {...ABTNodeClient.RequestDisconnectFromStoreInput} input\n */\n\n/**\n * Structure of ABTNodeClient.PublishToStoreParams \n *\n * Checkout the following snippet for the format of PublishToStoreParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PublishToStoreParams\n * @property {...ABTNodeClient.RequestPublishToStoreInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConnectByStudioParams \n *\n * Checkout the following snippet for the format of ConnectByStudioParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectByStudioParams\n * @property {...ABTNodeClient.RequestConnectByStudioInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddBlockletSecurityRuleParams \n *\n * Checkout the following snippet for the format of AddBlockletSecurityRuleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddBlockletSecurityRuleParams\n * @property {...ABTNodeClient.RequestAddBlockletSecurityRuleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateBlockletSecurityRuleParams \n *\n * Checkout the following snippet for the format of UpdateBlockletSecurityRuleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateBlockletSecurityRuleParams\n * @property {...ABTNodeClient.RequestUpdateBlockletSecurityRuleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteBlockletSecurityRuleParams \n *\n * Checkout the following snippet for the format of DeleteBlockletSecurityRuleParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteBlockletSecurityRuleParams\n * @property {...ABTNodeClient.RequestDeleteBlockletSecurityRuleInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddBlockletResponseHeaderPolicyParams \n *\n * Checkout the following snippet for the format of AddBlockletResponseHeaderPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddBlockletResponseHeaderPolicyParams\n * @property {...ABTNodeClient.RequestAddBlockletResponseHeaderPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateBlockletResponseHeaderPolicyParams \n *\n * Checkout the following snippet for the format of UpdateBlockletResponseHeaderPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateBlockletResponseHeaderPolicyParams\n * @property {...ABTNodeClient.RequestUpdateBlockletResponseHeaderPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteBlockletResponseHeaderPolicyParams \n *\n * Checkout the following snippet for the format of DeleteBlockletResponseHeaderPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteBlockletResponseHeaderPolicyParams\n * @property {...ABTNodeClient.RequestDeleteBlockletResponseHeaderPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddBlockletAccessPolicyParams \n *\n * Checkout the following snippet for the format of AddBlockletAccessPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddBlockletAccessPolicyParams\n * @property {...ABTNodeClient.RequestAddBlockletAccessPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateBlockletAccessPolicyParams \n *\n * Checkout the following snippet for the format of UpdateBlockletAccessPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateBlockletAccessPolicyParams\n * @property {...ABTNodeClient.RequestUpdateBlockletAccessPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteBlockletAccessPolicyParams \n *\n * Checkout the following snippet for the format of DeleteBlockletAccessPolicyParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteBlockletAccessPolicyParams\n * @property {...ABTNodeClient.RequestDeleteBlockletAccessPolicyInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateWebhookEndpointParams \n *\n * Checkout the following snippet for the format of CreateWebhookEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateWebhookEndpointParams\n * @property {...ABTNodeClient.RequestCreateWebhookEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateWebhookEndpointParams \n *\n * Checkout the following snippet for the format of UpdateWebhookEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateWebhookEndpointParams\n * @property {...ABTNodeClient.RequestUpdateWebhookEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteWebhookEndpointParams \n *\n * Checkout the following snippet for the format of DeleteWebhookEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteWebhookEndpointParams\n * @property {...ABTNodeClient.RequestDeleteWebhookEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RetryWebhookAttemptParams \n *\n * Checkout the following snippet for the format of RetryWebhookAttemptParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RetryWebhookAttemptParams\n * @property {...ABTNodeClient.RequestAttemptInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddUploadEndpointParams \n *\n * Checkout the following snippet for the format of AddUploadEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddUploadEndpointParams\n * @property {...ABTNodeClient.RequestAddUploadEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteUploadEndpointParams \n *\n * Checkout the following snippet for the format of DeleteUploadEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteUploadEndpointParams\n * @property {...ABTNodeClient.RequestDeleteUploadEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConnectToEndpointParams \n *\n * Checkout the following snippet for the format of ConnectToEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectToEndpointParams\n * @property {...ABTNodeClient.RequestConnectToEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DisconnectFromEndpointParams \n *\n * Checkout the following snippet for the format of DisconnectFromEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DisconnectFromEndpointParams\n * @property {...ABTNodeClient.RequestDisconnectFromEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.PublishToEndpointParams \n *\n * Checkout the following snippet for the format of PublishToEndpointParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.PublishToEndpointParams\n * @property {...ABTNodeClient.RequestPublishToEndpointInput} input\n */\n\n/**\n * Structure of ABTNodeClient.ConnectToAigneParams \n *\n * Checkout the following snippet for the format of ConnectToAigneParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.ConnectToAigneParams\n * @property {...ABTNodeClient.RequestConnectToAigneInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DisconnectToAigneParams \n *\n * Checkout the following snippet for the format of DisconnectToAigneParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DisconnectToAigneParams\n * @property {...ABTNodeClient.RequestDisconnectToAigneInput} input\n */\n\n/**\n * Structure of ABTNodeClient.VerifyAigneConnectionParams \n *\n * Checkout the following snippet for the format of VerifyAigneConnectionParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.VerifyAigneConnectionParams\n * @property {...ABTNodeClient.RequestVerifyAigneConnectionInput} input\n */\n\n/**\n * Structure of ABTNodeClient.CreateOrgParams \n *\n * Checkout the following snippet for the format of CreateOrgParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.CreateOrgParams\n * @property {...ABTNodeClient.RequestCreateOrgInput} input\n */\n\n/**\n * Structure of ABTNodeClient.UpdateOrgParams \n *\n * Checkout the following snippet for the format of UpdateOrgParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.UpdateOrgParams\n * @property {...ABTNodeClient.RequestUpdateOrgInput} input\n */\n\n/**\n * Structure of ABTNodeClient.DeleteOrgParams \n *\n * Checkout the following snippet for the format of DeleteOrgParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.DeleteOrgParams\n * @property {...ABTNodeClient.RequestGetOrgInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddOrgMemberParams \n *\n * Checkout the following snippet for the format of AddOrgMemberParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddOrgMemberParams\n * @property {...ABTNodeClient.RequestGetOrgMemberInput} input\n */\n\n/**\n * Structure of ABTNodeClient.RemoveOrgMemberParams \n *\n * Checkout the following snippet for the format of RemoveOrgMemberParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.RemoveOrgMemberParams\n * @property {...ABTNodeClient.RequestGetOrgMemberInput} input\n */\n\n/**\n * Structure of ABTNodeClient.InviteMembersToOrgParams \n *\n * Checkout the following snippet for the format of InviteMembersToOrgParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.InviteMembersToOrgParams\n * @property {...ABTNodeClient.RequestInviteMembersToOrgInput} input\n */\n\n/**\n * Structure of ABTNodeClient.AddOrgResourceParams \n *\n * Checkout the following snippet for the format of AddOrgResourceParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.AddOrgResourceParams\n * @property {...ABTNodeClient.RequestAddOrgResourceInput} input\n */\n\n/**\n * Structure of ABTNodeClient.MigrateOrgResourceParams \n *\n * Checkout the following snippet for the format of MigrateOrgResourceParams:\n * ```json\n{}\n * ```\n *\n * @memberof ABTNodeClient\n * @typedef {object} ABTNodeClient.MigrateOrgResourceParams\n * @property {...ABTNodeClient.RequestMigrateOrgResourceInput} input\n */\n\n/**\n * getBlocklet\n *\n * @name ABTNodeClient#getBlocklet\n * @param {ABTNodeClient.GetBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * getBlockletMetaFromUrl\n *\n * @name ABTNodeClient#getBlockletMetaFromUrl\n * @param {ABTNodeClient.GetBlockletMetaFromUrlParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletMetaFromUrl>} Checkout {@link ABTNodeClient.ResponseBlockletMetaFromUrl} for resolved data format\n */\n\n/**\n * getBlockletDiff\n *\n * @name ABTNodeClient#getBlockletDiff\n * @param {ABTNodeClient.GetBlockletDiffParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletDiff>} Checkout {@link ABTNodeClient.ResponseBlockletDiff} for resolved data format\n */\n\n/**\n * getBlocklets\n *\n * @name ABTNodeClient#getBlocklets\n * @param {ABTNodeClient.GetBlockletsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetBlocklets>} Checkout {@link ABTNodeClient.ResponseGetBlocklets} for resolved data format\n */\n\n/**\n * getBlockletRuntimeHistory\n *\n * @name ABTNodeClient#getBlockletRuntimeHistory\n * @param {ABTNodeClient.GetBlockletRuntimeHistoryParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletRuntimeHistory>} Checkout {@link ABTNodeClient.ResponseBlockletRuntimeHistory} for resolved data format\n */\n\n/**\n * getBlockletsFromBackup\n *\n * @name ABTNodeClient#getBlockletsFromBackup\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletsFromBackup>} Checkout {@link ABTNodeClient.ResponseBlockletsFromBackup} for resolved data format\n */\n\n/**\n * getDynamicComponents\n *\n * @name ABTNodeClient#getDynamicComponents\n * @param {ABTNodeClient.GetDynamicComponentsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetDynamicComponents>} Checkout {@link ABTNodeClient.ResponseGetDynamicComponents} for resolved data format\n */\n\n/**\n * getNodeInfo\n *\n * @name ABTNodeClient#getNodeInfo\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetNodeInfo>} Checkout {@link ABTNodeClient.ResponseGetNodeInfo} for resolved data format\n */\n\n/**\n * resetNodeStatus\n *\n * @name ABTNodeClient#resetNodeStatus\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetNodeInfo>} Checkout {@link ABTNodeClient.ResponseGetNodeInfo} for resolved data format\n */\n\n/**\n * getNodeEnv\n *\n * @name ABTNodeClient#getNodeEnv\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetNodeEnv>} Checkout {@link ABTNodeClient.ResponseGetNodeEnv} for resolved data format\n */\n\n/**\n * checkNodeVersion\n *\n * @name ABTNodeClient#checkNodeVersion\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCheckNodeVersion>} Checkout {@link ABTNodeClient.ResponseCheckNodeVersion} for resolved data format\n */\n\n/**\n * getDelegationState\n *\n * @name ABTNodeClient#getDelegationState\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseDelegationState>} Checkout {@link ABTNodeClient.ResponseDelegationState} for resolved data format\n */\n\n/**\n * getNodeRuntimeHistory\n *\n * @name ABTNodeClient#getNodeRuntimeHistory\n * @param {ABTNodeClient.GetNodeRuntimeHistoryParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseNodeRuntimeHistory>} Checkout {@link ABTNodeClient.ResponseNodeRuntimeHistory} for resolved data format\n */\n\n/**\n * getBlockletMeta\n *\n * @name ABTNodeClient#getBlockletMeta\n * @param {ABTNodeClient.GetBlockletMetaParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletMeta>} Checkout {@link ABTNodeClient.ResponseBlockletMeta} for resolved data format\n */\n\n/**\n * getNotifications\n *\n * @name ABTNodeClient#getNotifications\n * @param {ABTNodeClient.GetNotificationsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetNotifications>} Checkout {@link ABTNodeClient.ResponseGetNotifications} for resolved data format\n */\n\n/**\n * makeAllNotificationsAsRead\n *\n * @name ABTNodeClient#makeAllNotificationsAsRead\n * @param {ABTNodeClient.MakeAllNotificationsAsReadParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseMakeAllNotificationsAsRead>} Checkout {@link ABTNodeClient.ResponseMakeAllNotificationsAsRead} for resolved data format\n */\n\n/**\n * getNotificationSendLog\n *\n * @name ABTNodeClient#getNotificationSendLog\n * @param {ABTNodeClient.GetNotificationSendLogParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseNotificationSendLog>} Checkout {@link ABTNodeClient.ResponseNotificationSendLog} for resolved data format\n */\n\n/**\n * getReceivers\n *\n * @name ABTNodeClient#getReceivers\n * @param {ABTNodeClient.GetReceiversParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseReceivers>} Checkout {@link ABTNodeClient.ResponseReceivers} for resolved data format\n */\n\n/**\n * getNotificationComponents\n *\n * @name ABTNodeClient#getNotificationComponents\n * @param {ABTNodeClient.GetNotificationComponentsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseNotificationComponents>} Checkout {@link ABTNodeClient.ResponseNotificationComponents} for resolved data format\n */\n\n/**\n * resendNotification\n *\n * @name ABTNodeClient#resendNotification\n * @param {ABTNodeClient.ResendNotificationParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseResendNotification>} Checkout {@link ABTNodeClient.ResponseResendNotification} for resolved data format\n */\n\n/**\n * getRoutingSites\n *\n * @name ABTNodeClient#getRoutingSites\n * @param {ABTNodeClient.GetRoutingSitesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetRoutingSites>} Checkout {@link ABTNodeClient.ResponseGetRoutingSites} for resolved data format\n */\n\n/**\n * getRoutingProviders\n *\n * @name ABTNodeClient#getRoutingProviders\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetRoutingProviders>} Checkout {@link ABTNodeClient.ResponseGetRoutingProviders} for resolved data format\n */\n\n/**\n * isDidDomain\n *\n * @name ABTNodeClient#isDidDomain\n * @param {ABTNodeClient.IsDidDomainParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseIsDidDomain>} Checkout {@link ABTNodeClient.ResponseIsDidDomain} for resolved data format\n */\n\n/**\n * getCertificates\n *\n * @name ABTNodeClient#getCertificates\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetCertificates>} Checkout {@link ABTNodeClient.ResponseGetCertificates} for resolved data format\n */\n\n/**\n * checkDomains\n *\n * @name ABTNodeClient#checkDomains\n * @param {ABTNodeClient.CheckDomainsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCheckDomains>} Checkout {@link ABTNodeClient.ResponseCheckDomains} for resolved data format\n */\n\n/**\n * findCertificateByDomain\n *\n * @name ABTNodeClient#findCertificateByDomain\n * @param {ABTNodeClient.FindCertificateByDomainParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseFindCertificateByDomain>} Checkout {@link ABTNodeClient.ResponseFindCertificateByDomain} for resolved data format\n */\n\n/**\n * getAccessKeys\n *\n * @name ABTNodeClient#getAccessKeys\n * @param {ABTNodeClient.GetAccessKeysParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseAccessKeys>} Checkout {@link ABTNodeClient.ResponseAccessKeys} for resolved data format\n */\n\n/**\n * getAccessKey\n *\n * @name ABTNodeClient#getAccessKey\n * @param {ABTNodeClient.GetAccessKeyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseAccessKey>} Checkout {@link ABTNodeClient.ResponseAccessKey} for resolved data format\n */\n\n/**\n * getWebHooks\n *\n * @name ABTNodeClient#getWebHooks\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseWebHooks>} Checkout {@link ABTNodeClient.ResponseWebHooks} for resolved data format\n */\n\n/**\n * getWebhookSenders\n *\n * @name ABTNodeClient#getWebhookSenders\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseSenderList>} Checkout {@link ABTNodeClient.ResponseSenderList} for resolved data format\n */\n\n/**\n * sendTestMessage\n *\n * @name ABTNodeClient#sendTestMessage\n * @param {ABTNodeClient.SendTestMessageParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseSendMsg>} Checkout {@link ABTNodeClient.ResponseSendMsg} for resolved data format\n */\n\n/**\n * getSession\n *\n * @name ABTNodeClient#getSession\n * @param {ABTNodeClient.GetSessionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetSession>} Checkout {@link ABTNodeClient.ResponseGetSession} for resolved data format\n */\n\n/**\n * getRoles\n *\n * @name ABTNodeClient#getRoles\n * @param {ABTNodeClient.GetRolesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoles>} Checkout {@link ABTNodeClient.ResponseRoles} for resolved data format\n */\n\n/**\n * getRole\n *\n * @name ABTNodeClient#getRole\n * @param {ABTNodeClient.GetRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRole>} Checkout {@link ABTNodeClient.ResponseRole} for resolved data format\n */\n\n/**\n * getPermissions\n *\n * @name ABTNodeClient#getPermissions\n * @param {ABTNodeClient.GetPermissionsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePermissions>} Checkout {@link ABTNodeClient.ResponsePermissions} for resolved data format\n */\n\n/**\n * getInvitations\n *\n * @name ABTNodeClient#getInvitations\n * @param {ABTNodeClient.GetInvitationsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetInvitations>} Checkout {@link ABTNodeClient.ResponseGetInvitations} for resolved data format\n */\n\n/**\n * getUsers\n *\n * @name ABTNodeClient#getUsers\n * @param {ABTNodeClient.GetUsersParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUsers>} Checkout {@link ABTNodeClient.ResponseUsers} for resolved data format\n */\n\n/**\n * getUser\n *\n * @name ABTNodeClient#getUser\n * @param {ABTNodeClient.GetUserParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * getUserSessions\n *\n * @name ABTNodeClient#getUserSessions\n * @param {ABTNodeClient.GetUserSessionsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUserSessions>} Checkout {@link ABTNodeClient.ResponseUserSessions} for resolved data format\n */\n\n/**\n * getUserSessionsCount\n *\n * @name ABTNodeClient#getUserSessionsCount\n * @param {ABTNodeClient.GetUserSessionsCountParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUserSessionsCount>} Checkout {@link ABTNodeClient.ResponseUserSessionsCount} for resolved data format\n */\n\n/**\n * getUsersCount\n *\n * @name ABTNodeClient#getUsersCount\n * @param {ABTNodeClient.GetUsersCountParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetUsersCount>} Checkout {@link ABTNodeClient.ResponseGetUsersCount} for resolved data format\n */\n\n/**\n * getUsersCountPerRole\n *\n * @name ABTNodeClient#getUsersCountPerRole\n * @param {ABTNodeClient.GetUsersCountPerRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetUsersCountPerRole>} Checkout {@link ABTNodeClient.ResponseGetUsersCountPerRole} for resolved data format\n */\n\n/**\n * getOwner\n *\n * @name ABTNodeClient#getOwner\n * @param {ABTNodeClient.GetOwnerParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * getPermissionsByRole\n *\n * @name ABTNodeClient#getPermissionsByRole\n * @param {ABTNodeClient.GetPermissionsByRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePermissions>} Checkout {@link ABTNodeClient.ResponsePermissions} for resolved data format\n */\n\n/**\n * getPassportIssuances\n *\n * @name ABTNodeClient#getPassportIssuances\n * @param {ABTNodeClient.GetPassportIssuancesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetPassportIssuances>} Checkout {@link ABTNodeClient.ResponseGetPassportIssuances} for resolved data format\n */\n\n/**\n * logoutUser\n *\n * @name ABTNodeClient#logoutUser\n * @param {ABTNodeClient.LogoutUserParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * destroySelf\n *\n * @name ABTNodeClient#destroySelf\n * @param {ABTNodeClient.DestroySelfParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * getUserFollowers\n *\n * @name ABTNodeClient#getUserFollowers\n * @param {ABTNodeClient.GetUserFollowersParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUserFollows>} Checkout {@link ABTNodeClient.ResponseUserFollows} for resolved data format\n */\n\n/**\n * getUserFollowing\n *\n * @name ABTNodeClient#getUserFollowing\n * @param {ABTNodeClient.GetUserFollowingParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUserFollows>} Checkout {@link ABTNodeClient.ResponseUserFollows} for resolved data format\n */\n\n/**\n * getUserFollowStats\n *\n * @name ABTNodeClient#getUserFollowStats\n * @param {ABTNodeClient.GetUserFollowStatsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUserRelationCount>} Checkout {@link ABTNodeClient.ResponseUserRelationCount} for resolved data format\n */\n\n/**\n * checkFollowing\n *\n * @name ABTNodeClient#checkFollowing\n * @param {ABTNodeClient.CheckFollowingParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCheckFollowing>} Checkout {@link ABTNodeClient.ResponseCheckFollowing} for resolved data format\n */\n\n/**\n * followUser\n *\n * @name ABTNodeClient#followUser\n * @param {ABTNodeClient.FollowUserParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * unfollowUser\n *\n * @name ABTNodeClient#unfollowUser\n * @param {ABTNodeClient.UnfollowUserParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * getUserInvites\n *\n * @name ABTNodeClient#getUserInvites\n * @param {ABTNodeClient.GetUserInvitesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUsers>} Checkout {@link ABTNodeClient.ResponseUsers} for resolved data format\n */\n\n/**\n * getTags\n *\n * @name ABTNodeClient#getTags\n * @param {ABTNodeClient.GetTagsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseTags>} Checkout {@link ABTNodeClient.ResponseTags} for resolved data format\n */\n\n/**\n * getAuditLogs\n *\n * @name ABTNodeClient#getAuditLogs\n * @param {ABTNodeClient.GetAuditLogsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetAuditLogs>} Checkout {@link ABTNodeClient.ResponseGetAuditLogs} for resolved data format\n */\n\n/**\n * getLauncherSession\n *\n * @name ABTNodeClient#getLauncherSession\n * @param {ABTNodeClient.GetLauncherSessionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetLauncherSession>} Checkout {@link ABTNodeClient.ResponseGetLauncherSession} for resolved data format\n */\n\n/**\n * getBlockletBackups\n *\n * @name ABTNodeClient#getBlockletBackups\n * @param {ABTNodeClient.GetBlockletBackupsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetBlockletBackups>} Checkout {@link ABTNodeClient.ResponseGetBlockletBackups} for resolved data format\n */\n\n/**\n * getBlockletBackupSummary\n *\n * @name ABTNodeClient#getBlockletBackupSummary\n * @param {ABTNodeClient.GetBlockletBackupSummaryParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetBlockletBackupSummary>} Checkout {@link ABTNodeClient.ResponseGetBlockletBackupSummary} for resolved data format\n */\n\n/**\n * getBlockletSpaceGateways\n *\n * @name ABTNodeClient#getBlockletSpaceGateways\n * @param {ABTNodeClient.GetBlockletSpaceGatewaysParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetBlockletSpaceGateways>} Checkout {@link ABTNodeClient.ResponseGetBlockletSpaceGateways} for resolved data format\n */\n\n/**\n * getTrafficInsights\n *\n * @name ABTNodeClient#getTrafficInsights\n * @param {ABTNodeClient.GetTrafficInsightsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetTrafficInsights>} Checkout {@link ABTNodeClient.ResponseGetTrafficInsights} for resolved data format\n */\n\n/**\n * getProjects\n *\n * @name ABTNodeClient#getProjects\n * @param {ABTNodeClient.GetProjectsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetProjects>} Checkout {@link ABTNodeClient.ResponseGetProjects} for resolved data format\n */\n\n/**\n * getProject\n *\n * @name ABTNodeClient#getProject\n * @param {ABTNodeClient.GetProjectParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetProject>} Checkout {@link ABTNodeClient.ResponseGetProject} for resolved data format\n */\n\n/**\n * getReleases\n *\n * @name ABTNodeClient#getReleases\n * @param {ABTNodeClient.GetReleasesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetReleases>} Checkout {@link ABTNodeClient.ResponseGetReleases} for resolved data format\n */\n\n/**\n * getRelease\n *\n * @name ABTNodeClient#getRelease\n * @param {ABTNodeClient.GetReleaseParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetRelease>} Checkout {@link ABTNodeClient.ResponseGetRelease} for resolved data format\n */\n\n/**\n * getSelectedResources\n *\n * @name ABTNodeClient#getSelectedResources\n * @param {ABTNodeClient.GetSelectedResourcesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetSelectedResources>} Checkout {@link ABTNodeClient.ResponseGetSelectedResources} for resolved data format\n */\n\n/**\n * getBlockletSecurityRule\n *\n * @name ABTNodeClient#getBlockletSecurityRule\n * @param {ABTNodeClient.GetBlockletSecurityRuleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletSecurityRule>} Checkout {@link ABTNodeClient.ResponseBlockletSecurityRule} for resolved data format\n */\n\n/**\n * getBlockletSecurityRules\n *\n * @name ABTNodeClient#getBlockletSecurityRules\n * @param {ABTNodeClient.GetBlockletSecurityRulesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletSecurityRules>} Checkout {@link ABTNodeClient.ResponseBlockletSecurityRules} for resolved data format\n */\n\n/**\n * getBlockletResponseHeaderPolicy\n *\n * @name ABTNodeClient#getBlockletResponseHeaderPolicy\n * @param {ABTNodeClient.GetBlockletResponseHeaderPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletAccessPolicy>} Checkout {@link ABTNodeClient.ResponseBlockletAccessPolicy} for resolved data format\n */\n\n/**\n * getBlockletResponseHeaderPolicies\n *\n * @name ABTNodeClient#getBlockletResponseHeaderPolicies\n * @param {ABTNodeClient.GetBlockletResponseHeaderPoliciesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletResponseHeaderPolicies>} Checkout {@link ABTNodeClient.ResponseBlockletResponseHeaderPolicies} for resolved data format\n */\n\n/**\n * getBlockletAccessPolicy\n *\n * @name ABTNodeClient#getBlockletAccessPolicy\n * @param {ABTNodeClient.GetBlockletAccessPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletAccessPolicy>} Checkout {@link ABTNodeClient.ResponseBlockletAccessPolicy} for resolved data format\n */\n\n/**\n * getBlockletAccessPolicies\n *\n * @name ABTNodeClient#getBlockletAccessPolicies\n * @param {ABTNodeClient.GetBlockletAccessPoliciesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletAccessPolicies>} Checkout {@link ABTNodeClient.ResponseBlockletAccessPolicies} for resolved data format\n */\n\n/**\n * getWebhookEndpoints\n *\n * @name ABTNodeClient#getWebhookEndpoints\n * @param {ABTNodeClient.GetWebhookEndpointsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetWebhookEndpoints>} Checkout {@link ABTNodeClient.ResponseGetWebhookEndpoints} for resolved data format\n */\n\n/**\n * getWebhookEndpoint\n *\n * @name ABTNodeClient#getWebhookEndpoint\n * @param {ABTNodeClient.GetWebhookEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetWebhookEndpoint>} Checkout {@link ABTNodeClient.ResponseGetWebhookEndpoint} for resolved data format\n */\n\n/**\n * getWebhookAttempts\n *\n * @name ABTNodeClient#getWebhookAttempts\n * @param {ABTNodeClient.GetWebhookAttemptsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetWebhookAttempts>} Checkout {@link ABTNodeClient.ResponseGetWebhookAttempts} for resolved data format\n */\n\n/**\n * getPassportRoleCounts\n *\n * @name ABTNodeClient#getPassportRoleCounts\n * @param {ABTNodeClient.GetPassportRoleCountsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetPassportCountPerRole>} Checkout {@link ABTNodeClient.ResponseGetPassportCountPerRole} for resolved data format\n */\n\n/**\n * getPassportsByRole\n *\n * @name ABTNodeClient#getPassportsByRole\n * @param {ABTNodeClient.GetPassportsByRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePassport>} Checkout {@link ABTNodeClient.ResponsePassport} for resolved data format\n */\n\n/**\n * getPassportLogs\n *\n * @name ABTNodeClient#getPassportLogs\n * @param {ABTNodeClient.GetPassportLogsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePassportLog>} Checkout {@link ABTNodeClient.ResponsePassportLog} for resolved data format\n */\n\n/**\n * getRelatedPassports\n *\n * @name ABTNodeClient#getRelatedPassports\n * @param {ABTNodeClient.GetRelatedPassportsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePassport>} Checkout {@link ABTNodeClient.ResponsePassport} for resolved data format\n */\n\n/**\n * getBlockletBaseInfo\n *\n * @name ABTNodeClient#getBlockletBaseInfo\n * @param {ABTNodeClient.GetBlockletBaseInfoParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletInfo>} Checkout {@link ABTNodeClient.ResponseBlockletInfo} for resolved data format\n */\n\n/**\n * getDomainDNS\n *\n * @name ABTNodeClient#getDomainDNS\n * @param {ABTNodeClient.GetDomainDnsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseDomainDNS>} Checkout {@link ABTNodeClient.ResponseDomainDNS} for resolved data format\n */\n\n/**\n * getOAuthClients\n *\n * @name ABTNodeClient#getOAuthClients\n * @param {ABTNodeClient.GetOAuthClientsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseOAuthClients>} Checkout {@link ABTNodeClient.ResponseOAuthClients} for resolved data format\n */\n\n/**\n * createOAuthClient\n *\n * @name ABTNodeClient#createOAuthClient\n * @param {ABTNodeClient.CreateOAuthClientParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseOAuthClient>} Checkout {@link ABTNodeClient.ResponseOAuthClient} for resolved data format\n */\n\n/**\n * updateOAuthClient\n *\n * @name ABTNodeClient#updateOAuthClient\n * @param {ABTNodeClient.UpdateOAuthClientParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseOAuthClient>} Checkout {@link ABTNodeClient.ResponseOAuthClient} for resolved data format\n */\n\n/**\n * deleteOAuthClient\n *\n * @name ABTNodeClient#deleteOAuthClient\n * @param {ABTNodeClient.DeleteOAuthClientParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * getOrgs\n *\n * @name ABTNodeClient#getOrgs\n * @param {ABTNodeClient.GetOrgsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetOrgs>} Checkout {@link ABTNodeClient.ResponseGetOrgs} for resolved data format\n */\n\n/**\n * getOrg\n *\n * @name ABTNodeClient#getOrg\n * @param {ABTNodeClient.GetOrgParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetOrg>} Checkout {@link ABTNodeClient.ResponseGetOrg} for resolved data format\n */\n\n/**\n * getOrgMembers\n *\n * @name ABTNodeClient#getOrgMembers\n * @param {ABTNodeClient.GetOrgMembersParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseOrgUsers>} Checkout {@link ABTNodeClient.ResponseOrgUsers} for resolved data format\n */\n\n/**\n * getOrgInvitableUsers\n *\n * @name ABTNodeClient#getOrgInvitableUsers\n * @param {ABTNodeClient.GetOrgInvitableUsersParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUsers>} Checkout {@link ABTNodeClient.ResponseUsers} for resolved data format\n */\n\n/**\n * getOrgResource\n *\n * @name ABTNodeClient#getOrgResource\n * @param {ABTNodeClient.GetOrgResourceParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetOrgResource>} Checkout {@link ABTNodeClient.ResponseGetOrgResource} for resolved data format\n */\n\n/**\n * installBlocklet\n *\n * @name ABTNodeClient#installBlocklet\n * @param {ABTNodeClient.InstallBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * installComponent\n *\n * @name ABTNodeClient#installComponent\n * @param {ABTNodeClient.InstallComponentParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * startBlocklet\n *\n * @name ABTNodeClient#startBlocklet\n * @param {ABTNodeClient.StartBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * stopBlocklet\n *\n * @name ABTNodeClient#stopBlocklet\n * @param {ABTNodeClient.StopBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * reloadBlocklet\n *\n * @name ABTNodeClient#reloadBlocklet\n * @param {ABTNodeClient.ReloadBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * restartBlocklet\n *\n * @name ABTNodeClient#restartBlocklet\n * @param {ABTNodeClient.RestartBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * deleteBlocklet\n *\n * @name ABTNodeClient#deleteBlocklet\n * @param {ABTNodeClient.DeleteBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * deleteComponent\n *\n * @name ABTNodeClient#deleteComponent\n * @param {ABTNodeClient.DeleteComponentParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * cancelDownloadBlocklet\n *\n * @name ABTNodeClient#cancelDownloadBlocklet\n * @param {ABTNodeClient.CancelDownloadBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * checkComponentsForUpdates\n *\n * @name ABTNodeClient#checkComponentsForUpdates\n * @param {ABTNodeClient.CheckComponentsForUpdatesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCheckComponentsForUpdates>} Checkout {@link ABTNodeClient.ResponseCheckComponentsForUpdates} for resolved data format\n */\n\n/**\n * upgradeComponents\n *\n * @name ABTNodeClient#upgradeComponents\n * @param {ABTNodeClient.UpgradeComponentsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configBlocklet\n *\n * @name ABTNodeClient#configBlocklet\n * @param {ABTNodeClient.ConfigBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configPublicToStore\n *\n * @name ABTNodeClient#configPublicToStore\n * @param {ABTNodeClient.ConfigPublicToStoreParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configNavigations\n *\n * @name ABTNodeClient#configNavigations\n * @param {ABTNodeClient.ConfigNavigationsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configAuthentication\n *\n * @name ABTNodeClient#configAuthentication\n * @param {ABTNodeClient.ConfigAuthenticationParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configDidConnect\n *\n * @name ABTNodeClient#configDidConnect\n * @param {ABTNodeClient.ConfigDidConnectParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configDidConnectActions\n *\n * @name ABTNodeClient#configDidConnectActions\n * @param {ABTNodeClient.ConfigDidConnectActionsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configNotification\n *\n * @name ABTNodeClient#configNotification\n * @param {ABTNodeClient.ConfigNotificationParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * configVault\n *\n * @name ABTNodeClient#configVault\n * @param {ABTNodeClient.ConfigVaultParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseConfigVault>} Checkout {@link ABTNodeClient.ResponseConfigVault} for resolved data format\n */\n\n/**\n * sendEmail\n *\n * @name ABTNodeClient#sendEmail\n * @param {ABTNodeClient.SendEmailParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * sendPush\n *\n * @name ABTNodeClient#sendPush\n * @param {ABTNodeClient.SendPushParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * joinFederatedLogin\n *\n * @name ABTNodeClient#joinFederatedLogin\n * @param {ABTNodeClient.JoinFederatedLoginParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * quitFederatedLogin\n *\n * @name ABTNodeClient#quitFederatedLogin\n * @param {ABTNodeClient.QuitFederatedLoginParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * disbandFederatedLogin\n *\n * @name ABTNodeClient#disbandFederatedLogin\n * @param {ABTNodeClient.DisbandFederatedLoginParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * syncMasterAuthorization\n *\n * @name ABTNodeClient#syncMasterAuthorization\n * @param {ABTNodeClient.SyncMasterAuthorizationParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * syncFederatedConfig\n *\n * @name ABTNodeClient#syncFederatedConfig\n * @param {ABTNodeClient.SyncFederatedConfigParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * auditFederatedLogin\n *\n * @name ABTNodeClient#auditFederatedLogin\n * @param {ABTNodeClient.AuditFederatedLoginParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * updateAppSessionConfig\n *\n * @name ABTNodeClient#updateAppSessionConfig\n * @param {ABTNodeClient.UpdateAppSessionConfigParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * updateComponentTitle\n *\n * @name ABTNodeClient#updateComponentTitle\n * @param {ABTNodeClient.UpdateComponentTitleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * updateComponentMountPoint\n *\n * @name ABTNodeClient#updateComponentMountPoint\n * @param {ABTNodeClient.UpdateComponentMountPointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlocklet>} Checkout {@link ABTNodeClient.ResponseBlocklet} for resolved data format\n */\n\n/**\n * backupBlocklet\n *\n * @name ABTNodeClient#backupBlocklet\n * @param {ABTNodeClient.BackupBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * abortBlockletBackup\n *\n * @name ABTNodeClient#abortBlockletBackup\n * @param {ABTNodeClient.AbortBlockletBackupParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * restoreBlocklet\n *\n * @name ABTNodeClient#restoreBlocklet\n * @param {ABTNodeClient.RestoreBlockletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * migrateApplicationToStructV2\n *\n * @name ABTNodeClient#migrateApplicationToStructV2\n * @param {ABTNodeClient.MigrateApplicationToStructV2Params} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * launchBlockletByLauncher\n *\n * @name ABTNodeClient#launchBlockletByLauncher\n * @param {ABTNodeClient.LaunchBlockletByLauncherParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseLaunchBlockletByLauncher>} Checkout {@link ABTNodeClient.ResponseLaunchBlockletByLauncher} for resolved data format\n */\n\n/**\n * launchBlockletWithoutWallet\n *\n * @name ABTNodeClient#launchBlockletWithoutWallet\n * @param {ABTNodeClient.LaunchBlockletWithoutWalletParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseLaunchBlockletWithoutWallet>} Checkout {@link ABTNodeClient.ResponseLaunchBlockletWithoutWallet} for resolved data format\n */\n\n/**\n * addBlockletSpaceGateway\n *\n * @name ABTNodeClient#addBlockletSpaceGateway\n * @param {ABTNodeClient.AddBlockletSpaceGatewayParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * deleteBlockletSpaceGateway\n *\n * @name ABTNodeClient#deleteBlockletSpaceGateway\n * @param {ABTNodeClient.DeleteBlockletSpaceGatewayParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateBlockletSpaceGateway\n *\n * @name ABTNodeClient#updateBlockletSpaceGateway\n * @param {ABTNodeClient.UpdateBlockletSpaceGatewayParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateAutoBackup\n *\n * @name ABTNodeClient#updateAutoBackup\n * @param {ABTNodeClient.UpdateAutoBackupParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateAutoCheckUpdate\n *\n * @name ABTNodeClient#updateAutoCheckUpdate\n * @param {ABTNodeClient.UpdateAutoCheckUpdateParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateBlockletSettings\n *\n * @name ABTNodeClient#updateBlockletSettings\n * @param {ABTNodeClient.UpdateBlockletSettingsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateNodeInfo\n *\n * @name ABTNodeClient#updateNodeInfo\n * @param {ABTNodeClient.UpdateNodeInfoParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetNodeInfo>} Checkout {@link ABTNodeClient.ResponseGetNodeInfo} for resolved data format\n */\n\n/**\n * upgradeNodeVersion\n *\n * @name ABTNodeClient#upgradeNodeVersion\n * @param {ABTNodeClient.UpgradeNodeVersionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUpgradeNodeVersion>} Checkout {@link ABTNodeClient.ResponseUpgradeNodeVersion} for resolved data format\n */\n\n/**\n * restartServer\n *\n * @name ABTNodeClient#restartServer\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRestartServer>} Checkout {@link ABTNodeClient.ResponseRestartServer} for resolved data format\n */\n\n/**\n * resetNode\n *\n * @name ABTNodeClient#resetNode\n * @param {ABTNodeClient.ResetNodeParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseResetNode>} Checkout {@link ABTNodeClient.ResponseResetNode} for resolved data format\n */\n\n/**\n * rotateSessionKey\n *\n * @name ABTNodeClient#rotateSessionKey\n * @param {ABTNodeClient.RotateSessionKeyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateGateway\n *\n * @name ABTNodeClient#updateGateway\n * @param {ABTNodeClient.UpdateGatewayParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGateway>} Checkout {@link ABTNodeClient.ResponseGateway} for resolved data format\n */\n\n/**\n * clearCache\n *\n * @name ABTNodeClient#clearCache\n * @param {ABTNodeClient.ClearCacheParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseClearCache>} Checkout {@link ABTNodeClient.ResponseClearCache} for resolved data format\n */\n\n/**\n * createMemberInvitation\n *\n * @name ABTNodeClient#createMemberInvitation\n * @param {ABTNodeClient.CreateMemberInvitationParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCreateInvitation>} Checkout {@link ABTNodeClient.ResponseCreateInvitation} for resolved data format\n */\n\n/**\n * createTransferInvitation\n *\n * @name ABTNodeClient#createTransferInvitation\n * @param {ABTNodeClient.CreateTransferInvitationParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCreateTransferNodeInvitation>} Checkout {@link ABTNodeClient.ResponseCreateTransferNodeInvitation} for resolved data format\n */\n\n/**\n * deleteInvitation\n *\n * @name ABTNodeClient#deleteInvitation\n * @param {ABTNodeClient.DeleteInvitationParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * createPassportIssuance\n *\n * @name ABTNodeClient#createPassportIssuance\n * @param {ABTNodeClient.CreatePassportIssuanceParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCreatePassportIssuance>} Checkout {@link ABTNodeClient.ResponseCreatePassportIssuance} for resolved data format\n */\n\n/**\n * deletePassportIssuance\n *\n * @name ABTNodeClient#deletePassportIssuance\n * @param {ABTNodeClient.DeletePassportIssuanceParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * configTrustedPassports\n *\n * @name ABTNodeClient#configTrustedPassports\n * @param {ABTNodeClient.ConfigTrustedPassportsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * configTrustedFactories\n *\n * @name ABTNodeClient#configTrustedFactories\n * @param {ABTNodeClient.ConfigTrustedFactoriesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * configPassportIssuance\n *\n * @name ABTNodeClient#configPassportIssuance\n * @param {ABTNodeClient.ConfigPassportIssuanceParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * removeUser\n *\n * @name ABTNodeClient#removeUser\n * @param {ABTNodeClient.RemoveUserParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * updateUserTags\n *\n * @name ABTNodeClient#updateUserTags\n * @param {ABTNodeClient.UpdateUserTagsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * updateUserExtra\n *\n * @name ABTNodeClient#updateUserExtra\n * @param {ABTNodeClient.UpdateUserExtraParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * updateUserApproval\n *\n * @name ABTNodeClient#updateUserApproval\n * @param {ABTNodeClient.UpdateUserApprovalParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * issuePassportToUser\n *\n * @name ABTNodeClient#issuePassportToUser\n * @param {ABTNodeClient.IssuePassportToUserParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * revokeUserPassport\n *\n * @name ABTNodeClient#revokeUserPassport\n * @param {ABTNodeClient.RevokeUserPassportParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * enableUserPassport\n *\n * @name ABTNodeClient#enableUserPassport\n * @param {ABTNodeClient.EnableUserPassportParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * removeUserPassport\n *\n * @name ABTNodeClient#removeUserPassport\n * @param {ABTNodeClient.RemoveUserPassportParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * switchProfile\n *\n * @name ABTNodeClient#switchProfile\n * @param {ABTNodeClient.SwitchProfileParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * updateUserAddress\n *\n * @name ABTNodeClient#updateUserAddress\n * @param {ABTNodeClient.UpdateUserAddressParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * updateUserInfo\n *\n * @name ABTNodeClient#updateUserInfo\n * @param {ABTNodeClient.UpdateUserInfoParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUser>} Checkout {@link ABTNodeClient.ResponseUser} for resolved data format\n */\n\n/**\n * createRole\n *\n * @name ABTNodeClient#createRole\n * @param {ABTNodeClient.CreateRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRole>} Checkout {@link ABTNodeClient.ResponseRole} for resolved data format\n */\n\n/**\n * updateRole\n *\n * @name ABTNodeClient#updateRole\n * @param {ABTNodeClient.UpdateRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRole>} Checkout {@link ABTNodeClient.ResponseRole} for resolved data format\n */\n\n/**\n * deleteRole\n *\n * @name ABTNodeClient#deleteRole\n * @param {ABTNodeClient.DeleteRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * createPermission\n *\n * @name ABTNodeClient#createPermission\n * @param {ABTNodeClient.CreatePermissionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePermission>} Checkout {@link ABTNodeClient.ResponsePermission} for resolved data format\n */\n\n/**\n * updatePermission\n *\n * @name ABTNodeClient#updatePermission\n * @param {ABTNodeClient.UpdatePermissionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePermission>} Checkout {@link ABTNodeClient.ResponsePermission} for resolved data format\n */\n\n/**\n * deletePermission\n *\n * @name ABTNodeClient#deletePermission\n * @param {ABTNodeClient.DeletePermissionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * grantPermissionForRole\n *\n * @name ABTNodeClient#grantPermissionForRole\n * @param {ABTNodeClient.GrantPermissionForRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * revokePermissionFromRole\n *\n * @name ABTNodeClient#revokePermissionFromRole\n * @param {ABTNodeClient.RevokePermissionFromRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updatePermissionsForRole\n *\n * @name ABTNodeClient#updatePermissionsForRole\n * @param {ABTNodeClient.UpdatePermissionsForRoleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRole>} Checkout {@link ABTNodeClient.ResponseRole} for resolved data format\n */\n\n/**\n * hasPermission\n *\n * @name ABTNodeClient#hasPermission\n * @param {ABTNodeClient.HasPermissionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.BooleanResponse>} Checkout {@link ABTNodeClient.BooleanResponse} for resolved data format\n */\n\n/**\n * addBlockletStore\n *\n * @name ABTNodeClient#addBlockletStore\n * @param {ABTNodeClient.AddBlockletStoreParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * deleteBlockletStore\n *\n * @name ABTNodeClient#deleteBlockletStore\n * @param {ABTNodeClient.DeleteBlockletStoreParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * getTag\n *\n * @name ABTNodeClient#getTag\n * @param {ABTNodeClient.GetTagParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseTag>} Checkout {@link ABTNodeClient.ResponseTag} for resolved data format\n */\n\n/**\n * createTag\n *\n * @name ABTNodeClient#createTag\n * @param {ABTNodeClient.CreateTagParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseTag>} Checkout {@link ABTNodeClient.ResponseTag} for resolved data format\n */\n\n/**\n * updateTag\n *\n * @name ABTNodeClient#updateTag\n * @param {ABTNodeClient.UpdateTagParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseTag>} Checkout {@link ABTNodeClient.ResponseTag} for resolved data format\n */\n\n/**\n * deleteTag\n *\n * @name ABTNodeClient#deleteTag\n * @param {ABTNodeClient.DeleteTagParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseTag>} Checkout {@link ABTNodeClient.ResponseTag} for resolved data format\n */\n\n/**\n * createTagging\n *\n * @name ABTNodeClient#createTagging\n * @param {ABTNodeClient.CreateTaggingParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseTagging>} Checkout {@link ABTNodeClient.ResponseTagging} for resolved data format\n */\n\n/**\n * deleteTagging\n *\n * @name ABTNodeClient#deleteTagging\n * @param {ABTNodeClient.DeleteTaggingParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseTagging>} Checkout {@link ABTNodeClient.ResponseTagging} for resolved data format\n */\n\n/**\n * readNotifications\n *\n * @name ABTNodeClient#readNotifications\n * @param {ABTNodeClient.ReadNotificationsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseReadNotifications>} Checkout {@link ABTNodeClient.ResponseReadNotifications} for resolved data format\n */\n\n/**\n * unreadNotifications\n *\n * @name ABTNodeClient#unreadNotifications\n * @param {ABTNodeClient.UnreadNotificationsParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseReadNotifications>} Checkout {@link ABTNodeClient.ResponseReadNotifications} for resolved data format\n */\n\n/**\n * addRoutingSite\n *\n * @name ABTNodeClient#addRoutingSite\n * @param {ABTNodeClient.AddRoutingSiteParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format\n */\n\n/**\n * addDomainAlias\n *\n * @name ABTNodeClient#addDomainAlias\n * @param {ABTNodeClient.AddDomainAliasParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format\n */\n\n/**\n * deleteDomainAlias\n *\n * @name ABTNodeClient#deleteDomainAlias\n * @param {ABTNodeClient.DeleteDomainAliasParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format\n */\n\n/**\n * deleteRoutingSite\n *\n * @name ABTNodeClient#deleteRoutingSite\n * @param {ABTNodeClient.DeleteRoutingSiteParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateRoutingSite\n *\n * @name ABTNodeClient#updateRoutingSite\n * @param {ABTNodeClient.UpdateRoutingSiteParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format\n */\n\n/**\n * addRoutingRule\n *\n * @name ABTNodeClient#addRoutingRule\n * @param {ABTNodeClient.AddRoutingRuleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format\n */\n\n/**\n * updateRoutingRule\n *\n * @name ABTNodeClient#updateRoutingRule\n * @param {ABTNodeClient.UpdateRoutingRuleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format\n */\n\n/**\n * deleteRoutingRule\n *\n * @name ABTNodeClient#deleteRoutingRule\n * @param {ABTNodeClient.DeleteRoutingRuleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRoutingSite>} Checkout {@link ABTNodeClient.ResponseRoutingSite} for resolved data format\n */\n\n/**\n * updateCertificate\n *\n * @name ABTNodeClient#updateCertificate\n * @param {ABTNodeClient.UpdateCertificateParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUpdateNginxHttpsCert>} Checkout {@link ABTNodeClient.ResponseUpdateNginxHttpsCert} for resolved data format\n */\n\n/**\n * addCertificate\n *\n * @name ABTNodeClient#addCertificate\n * @param {ABTNodeClient.AddCertificateParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseAddNginxHttpsCert>} Checkout {@link ABTNodeClient.ResponseAddNginxHttpsCert} for resolved data format\n */\n\n/**\n * deleteCertificate\n *\n * @name ABTNodeClient#deleteCertificate\n * @param {ABTNodeClient.DeleteCertificateParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseDeleteNginxHttpsCert>} Checkout {@link ABTNodeClient.ResponseDeleteNginxHttpsCert} for resolved data format\n */\n\n/**\n * issueLetsEncryptCert\n *\n * @name ABTNodeClient#issueLetsEncryptCert\n * @param {ABTNodeClient.IssueLetsEncryptCertParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseAddLetsEncryptCert>} Checkout {@link ABTNodeClient.ResponseAddLetsEncryptCert} for resolved data format\n */\n\n/**\n * createAccessKey\n *\n * @name ABTNodeClient#createAccessKey\n * @param {ABTNodeClient.CreateAccessKeyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCreateAccessKey>} Checkout {@link ABTNodeClient.ResponseCreateAccessKey} for resolved data format\n */\n\n/**\n * updateAccessKey\n *\n * @name ABTNodeClient#updateAccessKey\n * @param {ABTNodeClient.UpdateAccessKeyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUpdateAccessKey>} Checkout {@link ABTNodeClient.ResponseUpdateAccessKey} for resolved data format\n */\n\n/**\n * deleteAccessKey\n *\n * @name ABTNodeClient#deleteAccessKey\n * @param {ABTNodeClient.DeleteAccessKeyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseDeleteAccessKey>} Checkout {@link ABTNodeClient.ResponseDeleteAccessKey} for resolved data format\n */\n\n/**\n * verifyAccessKey\n *\n * @name ABTNodeClient#verifyAccessKey\n * @param {ABTNodeClient.VerifyAccessKeyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseAccessKey>} Checkout {@link ABTNodeClient.ResponseAccessKey} for resolved data format\n */\n\n/**\n * createWebHook\n *\n * @name ABTNodeClient#createWebHook\n * @param {ABTNodeClient.CreateWebHookParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCreateWebHook>} Checkout {@link ABTNodeClient.ResponseCreateWebHook} for resolved data format\n */\n\n/**\n * deleteWebHook\n *\n * @name ABTNodeClient#deleteWebHook\n * @param {ABTNodeClient.DeleteWebHookParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseDeleteWebHook>} Checkout {@link ABTNodeClient.ResponseDeleteWebHook} for resolved data format\n */\n\n/**\n * updateWebHookState\n *\n * @name ABTNodeClient#updateWebHookState\n * @param {ABTNodeClient.UpdateWebHookStateParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCreateWebhookEndpoint>} Checkout {@link ABTNodeClient.ResponseCreateWebhookEndpoint} for resolved data format\n */\n\n/**\n * createProject\n *\n * @name ABTNodeClient#createProject\n * @param {ABTNodeClient.CreateProjectParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseProject>} Checkout {@link ABTNodeClient.ResponseProject} for resolved data format\n */\n\n/**\n * updateProject\n *\n * @name ABTNodeClient#updateProject\n * @param {ABTNodeClient.UpdateProjectParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseProject>} Checkout {@link ABTNodeClient.ResponseProject} for resolved data format\n */\n\n/**\n * deleteProject\n *\n * @name ABTNodeClient#deleteProject\n * @param {ABTNodeClient.DeleteProjectParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * createRelease\n *\n * @name ABTNodeClient#createRelease\n * @param {ABTNodeClient.CreateReleaseParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRelease>} Checkout {@link ABTNodeClient.ResponseRelease} for resolved data format\n */\n\n/**\n * deleteRelease\n *\n * @name ABTNodeClient#deleteRelease\n * @param {ABTNodeClient.DeleteReleaseParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * updateSelectedResources\n *\n * @name ABTNodeClient#updateSelectedResources\n * @param {ABTNodeClient.UpdateSelectedResourcesParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * connectToStore\n *\n * @name ABTNodeClient#connectToStore\n * @param {ABTNodeClient.ConnectToStoreParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseConnectToStore>} Checkout {@link ABTNodeClient.ResponseConnectToStore} for resolved data format\n */\n\n/**\n * disconnectFromStore\n *\n * @name ABTNodeClient#disconnectFromStore\n * @param {ABTNodeClient.DisconnectFromStoreParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseDisconnectFromStore>} Checkout {@link ABTNodeClient.ResponseDisconnectFromStore} for resolved data format\n */\n\n/**\n * publishToStore\n *\n * @name ABTNodeClient#publishToStore\n * @param {ABTNodeClient.PublishToStoreParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePublishToStore>} Checkout {@link ABTNodeClient.ResponsePublishToStore} for resolved data format\n */\n\n/**\n * connectByStudio\n *\n * @name ABTNodeClient#connectByStudio\n * @param {ABTNodeClient.ConnectByStudioParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseConnectByStudio>} Checkout {@link ABTNodeClient.ResponseConnectByStudio} for resolved data format\n */\n\n/**\n * addBlockletSecurityRule\n *\n * @name ABTNodeClient#addBlockletSecurityRule\n * @param {ABTNodeClient.AddBlockletSecurityRuleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletSecurityRule>} Checkout {@link ABTNodeClient.ResponseBlockletSecurityRule} for resolved data format\n */\n\n/**\n * updateBlockletSecurityRule\n *\n * @name ABTNodeClient#updateBlockletSecurityRule\n * @param {ABTNodeClient.UpdateBlockletSecurityRuleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletSecurityRule>} Checkout {@link ABTNodeClient.ResponseBlockletSecurityRule} for resolved data format\n */\n\n/**\n * deleteBlockletSecurityRule\n *\n * @name ABTNodeClient#deleteBlockletSecurityRule\n * @param {ABTNodeClient.DeleteBlockletSecurityRuleParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * addBlockletResponseHeaderPolicy\n *\n * @name ABTNodeClient#addBlockletResponseHeaderPolicy\n * @param {ABTNodeClient.AddBlockletResponseHeaderPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletResponseHeaderPolicy>} Checkout {@link ABTNodeClient.ResponseBlockletResponseHeaderPolicy} for resolved data format\n */\n\n/**\n * updateBlockletResponseHeaderPolicy\n *\n * @name ABTNodeClient#updateBlockletResponseHeaderPolicy\n * @param {ABTNodeClient.UpdateBlockletResponseHeaderPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletResponseHeaderPolicy>} Checkout {@link ABTNodeClient.ResponseBlockletResponseHeaderPolicy} for resolved data format\n */\n\n/**\n * deleteBlockletResponseHeaderPolicy\n *\n * @name ABTNodeClient#deleteBlockletResponseHeaderPolicy\n * @param {ABTNodeClient.DeleteBlockletResponseHeaderPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * addBlockletAccessPolicy\n *\n * @name ABTNodeClient#addBlockletAccessPolicy\n * @param {ABTNodeClient.AddBlockletAccessPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletAccessPolicy>} Checkout {@link ABTNodeClient.ResponseBlockletAccessPolicy} for resolved data format\n */\n\n/**\n * updateBlockletAccessPolicy\n *\n * @name ABTNodeClient#updateBlockletAccessPolicy\n * @param {ABTNodeClient.UpdateBlockletAccessPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseBlockletAccessPolicy>} Checkout {@link ABTNodeClient.ResponseBlockletAccessPolicy} for resolved data format\n */\n\n/**\n * deleteBlockletAccessPolicy\n *\n * @name ABTNodeClient#deleteBlockletAccessPolicy\n * @param {ABTNodeClient.DeleteBlockletAccessPolicyParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * restartAllContainers\n *\n * @name ABTNodeClient#restartAllContainers\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseRestartAllContainers>} Checkout {@link ABTNodeClient.ResponseRestartAllContainers} for resolved data format\n */\n\n/**\n * createWebhookEndpoint\n *\n * @name ABTNodeClient#createWebhookEndpoint\n * @param {ABTNodeClient.CreateWebhookEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseCreateWebhookEndpoint>} Checkout {@link ABTNodeClient.ResponseCreateWebhookEndpoint} for resolved data format\n */\n\n/**\n * updateWebhookEndpoint\n *\n * @name ABTNodeClient#updateWebhookEndpoint\n * @param {ABTNodeClient.UpdateWebhookEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseUpdateWebhookEndpoint>} Checkout {@link ABTNodeClient.ResponseUpdateWebhookEndpoint} for resolved data format\n */\n\n/**\n * deleteWebhookEndpoint\n *\n * @name ABTNodeClient#deleteWebhookEndpoint\n * @param {ABTNodeClient.DeleteWebhookEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseDeleteWebhookEndpoint>} Checkout {@link ABTNodeClient.ResponseDeleteWebhookEndpoint} for resolved data format\n */\n\n/**\n * retryWebhookAttempt\n *\n * @name ABTNodeClient#retryWebhookAttempt\n * @param {ABTNodeClient.RetryWebhookAttemptParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetWebhookAttempt>} Checkout {@link ABTNodeClient.ResponseGetWebhookAttempt} for resolved data format\n */\n\n/**\n * addUploadEndpoint\n *\n * @name ABTNodeClient#addUploadEndpoint\n * @param {ABTNodeClient.AddUploadEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * deleteUploadEndpoint\n *\n * @name ABTNodeClient#deleteUploadEndpoint\n * @param {ABTNodeClient.DeleteUploadEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * connectToEndpoint\n *\n * @name ABTNodeClient#connectToEndpoint\n * @param {ABTNodeClient.ConnectToEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseConnectToEndpoint>} Checkout {@link ABTNodeClient.ResponseConnectToEndpoint} for resolved data format\n */\n\n/**\n * disconnectFromEndpoint\n *\n * @name ABTNodeClient#disconnectFromEndpoint\n * @param {ABTNodeClient.DisconnectFromEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * publishToEndpoint\n *\n * @name ABTNodeClient#publishToEndpoint\n * @param {ABTNodeClient.PublishToEndpointParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponsePublishToEndpoint>} Checkout {@link ABTNodeClient.ResponsePublishToEndpoint} for resolved data format\n */\n\n/**\n * connectToAigne\n *\n * @name ABTNodeClient#connectToAigne\n * @param {ABTNodeClient.ConnectToAigneParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseConnectToEndpoint>} Checkout {@link ABTNodeClient.ResponseConnectToEndpoint} for resolved data format\n */\n\n/**\n * disconnectToAigne\n *\n * @name ABTNodeClient#disconnectToAigne\n * @param {ABTNodeClient.DisconnectToAigneParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * verifyAigneConnection\n *\n * @name ABTNodeClient#verifyAigneConnection\n * @param {ABTNodeClient.VerifyAigneConnectionParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * createOrg\n *\n * @name ABTNodeClient#createOrg\n * @param {ABTNodeClient.CreateOrgParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetOrg>} Checkout {@link ABTNodeClient.ResponseGetOrg} for resolved data format\n */\n\n/**\n * updateOrg\n *\n * @name ABTNodeClient#updateOrg\n * @param {ABTNodeClient.UpdateOrgParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetOrg>} Checkout {@link ABTNodeClient.ResponseGetOrg} for resolved data format\n */\n\n/**\n * deleteOrg\n *\n * @name ABTNodeClient#deleteOrg\n * @param {ABTNodeClient.DeleteOrgParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * addOrgMember\n *\n * @name ABTNodeClient#addOrgMember\n * @param {ABTNodeClient.AddOrgMemberParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseGetOrg>} Checkout {@link ABTNodeClient.ResponseGetOrg} for resolved data format\n */\n\n/**\n * removeOrgMember\n *\n * @name ABTNodeClient#removeOrgMember\n * @param {ABTNodeClient.RemoveOrgMemberParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.GeneralResponse>} Checkout {@link ABTNodeClient.GeneralResponse} for resolved data format\n */\n\n/**\n * inviteMembersToOrg\n *\n * @name ABTNodeClient#inviteMembersToOrg\n * @param {ABTNodeClient.InviteMembersToOrgParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseInviteMembersToOrg>} Checkout {@link ABTNodeClient.ResponseInviteMembersToOrg} for resolved data format\n */\n\n/**\n * addOrgResource\n *\n * @name ABTNodeClient#addOrgResource\n * @param {ABTNodeClient.AddOrgResourceParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseOrgResourceOperation>} Checkout {@link ABTNodeClient.ResponseOrgResourceOperation} for resolved data format\n */\n\n/**\n * migrateOrgResource\n *\n * @name ABTNodeClient#migrateOrgResource\n * @param {ABTNodeClient.MigrateOrgResourceParams} params\n * @function\n * @memberof ABTNodeClient\n * @returns {Promise<ABTNodeClient.ResponseOrgResourceOperation>} Checkout {@link ABTNodeClient.ResponseOrgResourceOperation} for resolved data format\n */\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AARA","ignoreList":[]}
|