From 1911318971415964c57e075d7972b1fb18d1d022 Mon Sep 17 00:00:00 2001 From: tokebe <43009413+tokebe@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:50:27 -0400 Subject: [PATCH] feat: source_record_urls in types --- packages/types/src/trapi.ts | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/packages/types/src/trapi.ts b/packages/types/src/trapi.ts index e0775b66..0e0084c5 100644 --- a/packages/types/src/trapi.ts +++ b/packages/types/src/trapi.ts @@ -27,6 +27,7 @@ export interface TrapiSource { resource_id: string; resource_role: string; upstream_resource_ids?: string[]; + source_record_urls?: string[]; } export interface TrapiKGNodes { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c91fe203..6a66b20a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -174,6 +174,9 @@ importers: packages/api-response-transform: dependencies: + '@biothings-explorer/types': + specifier: workspace:../types + version: link:../types '@biothings-explorer/utils': specifier: workspace:../utils version: link:../utils