@3dverse/api 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -354,7 +354,7 @@ export declare function getUploadTasksInFolder({ folder_id, offset, limit }: {
354
354
  limit?: number;
355
355
  }): AxiosPromise<Array<GetUploadTasksInFolder_UploadTask>>;
356
356
  export type GetFolderAssets_Filter = {
357
- asset_type?: StrictUnion<Array<"animation" | "animationGraph" | "animationSequence" | "animationSet" | "cubemap" | "eventMap" | "material" | "mesh" | "pointCloud" | "renderGraph" | "scene" | "script" | "shader" | "skeleton" | "sound" | "texture" | "volumeMaterial"> | "animation" | "animationGraph" | "animationSequence" | "animationSet" | "cubemap" | "eventMap" | "material" | "mesh" | "pointCloud" | "renderGraph" | "scene" | "script" | "shader" | "skeleton" | "sound" | "texture" | "volumeMaterial">;
357
+ asset_type?: (Array<"animation" | "animationGraph" | "animationSequence" | "animationSet" | "cubemap" | "eventMap" | "material" | "mesh" | "pointCloud" | "renderGraph" | "scene" | "script" | "shader" | "skeleton" | "sound" | "texture" | "volumeMaterial"> | "animation" | "animationGraph" | "animationSequence" | "animationSet" | "cubemap" | "eventMap" | "material" | "mesh" | "pointCloud" | "renderGraph" | "scene" | "script" | "shader" | "skeleton" | "sound" | "texture" | "volumeMaterial");
358
358
  asset_name?: string;
359
359
  };
360
360
  export type GetFolderAssets_asset_list = {