From 6377e51b752205beba635b4198e8e16422b9d29c Mon Sep 17 00:00:00 2001 From: tokebe <43009413+tokebe@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:52:02 -0400 Subject: [PATCH] chore: support bypass_cache in types --- packages/types/src/trapi.ts | 1 + pnpm-lock.yaml | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/types/src/trapi.ts b/packages/types/src/trapi.ts index e0775b66..91235dc9 100644 --- a/packages/types/src/trapi.ts +++ b/packages/types/src/trapi.ts @@ -165,6 +165,7 @@ export interface TrapiQuery { workflow?: TrapiWorkflow[]; submitter?: string; callback?: string; + bypass_cache?: boolean; } export interface TrapiResponse { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c91fe203..a883a497 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -685,6 +685,9 @@ importers: '@biothings-explorer/smartapi-kg': specifier: workspace:../smartapi-kg version: link:../smartapi-kg + '@biothings-explorer/types': + specifier: workspace:../types + version: link:../types '@biothings-explorer/utils': specifier: workspace:../utils version: link:../utils @@ -18129,7 +18132,7 @@ packages: '@babel/core': 7.24.4(supports-color@7.2.0) bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.9.0)(supports-color@7.2.0) + jest: 29.7.0(@types/node@14.18.63)(supports-color@7.2.0) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2