From 411835ac490db0e9f5de2b5d0be687cc09660fe6 Mon Sep 17 00:00:00 2001 From: Swaathik Date: Thu, 25 Jun 2026 11:08:28 +0100 Subject: [PATCH] Update AF schema --- packages/nightingale-structure/src/nightingale-structure.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/nightingale-structure/src/nightingale-structure.ts b/packages/nightingale-structure/src/nightingale-structure.ts index 7e825157..06e5d047 100644 --- a/packages/nightingale-structure/src/nightingale-structure.ts +++ b/packages/nightingale-structure/src/nightingale-structure.ts @@ -86,6 +86,10 @@ export type AlphaFoldPayload = Array<{ amAnnotationsUrl?: string; amAnnotationsHg19Url?: string; amAnnotationsHg38Url?: string; + chainId: string; + isComplex?: boolean; + assemblyType?: string; + oligomericState?: string; }>; const uniProtMappingUrl = "https://www.ebi.ac.uk/pdbe/api/mappings/uniprot/";