• The doc the host pushes to the editor: main file + all text files. The backend doesn't know the bridge's projectId (that IS the noteId); the caller stamps it on before sendDocOpen, so this returns the payload sans id.

    Parameters

    • noteId: number

    Returns Promise<Omit<DocOpenPayload, "projectId">>