(email: string, code: string, data: string)
| 1782 | aiUseCase(use: string): ResultPayload | Promise<ResultPayload>; |
| 1783 | requestMigration(email: string): RequestMigrationPayload | Promise<RequestMigrationPayload>; |
| 1784 | completeMigration(email: string, code: string, data: string): RequestMigrationPayload | Promise<RequestMigrationPayload>; |
| 1785 | updateViewerContact(notificationAddress?: Nullable<string>, subscribedNewsletter?: Nullable<boolean>, subscribedNotifications?: Nullable<boolean>): ResultPayload | Promise<ResultPayload>; |
| 1786 | createOneAccountCredential(input: CreateOneAccountCredentialInput): AccountCredential | Promise<AccountCredential>; |
| 1787 | updateOneAccountCredential(input: UpdateOneAccountCredentialInput): AccountCredential | Promise<AccountCredential>; |
nothing calls this directly
no outgoing calls
no test coverage detected