@3dverse/api 0.8.14 → 0.8.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -797,7 +797,7 @@ export type GetPipeline_Pipeline = {
797
797
  pipeline_id: string;
798
798
  progress: number;
799
799
  queued_at?: string;
800
- status: 'created' | 'downloading' | 'extracting' | 'pending-approval' | 'queued' | 'running' | 'passed-with-errors' | 'failed' | 'succeeded';
800
+ status: 'created' | 'downloading' | 'extracting' | 'pending-approval' | 'queued' | 'running' | 'passed-with-errors' | 'failed' | 'rejected' | 'succeeded';
801
801
  triggered_at: string;
802
802
  user_id: string;
803
803
  };