chore(ui): regen api client

This commit is contained in:
psychedelicious
2023-06-02 17:25:47 +10:00
parent 6bbb5f061a
commit 707ed39300
19 changed files with 63 additions and 63 deletions

View File

@ -32,7 +32,7 @@ export type { Graph } from './models/Graph';
export type { GraphExecutionState } from './models/GraphExecutionState';
export type { GraphInvocation } from './models/GraphInvocation';
export type { GraphInvocationOutput } from './models/GraphInvocationOutput';
export type { HedImageprocessorInvocation } from './models/HedImageprocessorInvocation';
export type { HedImageProcessorInvocation } from './models/HedImageProcessorInvocation';
export type { HTTPValidationError } from './models/HTTPValidationError';
export type { ImageBlurInvocation } from './models/ImageBlurInvocation';
export type { ImageCategory } from './models/ImageCategory';