Skip to content

Commit

Permalink
Merge pull request #809 from biothings/bypass-cache
Browse files Browse the repository at this point in the history
Support `bypass_cache` in types
  • Loading branch information
tokebe committed Apr 12, 2024
2 parents d1fe287 + 6377e51 commit 2b4ca18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/types/src/trapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export interface TrapiQuery {
workflow?: TrapiWorkflow[];
submitter?: string;
callback?: string;
bypass_cache?: boolean;
}

export interface TrapiResponse {
Expand Down
5 changes: 4 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b4ca18

Please sign in to comment.