@3dverse/api 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -384,6 +384,7 @@ export declare function moveAssets({ folder_id, assetIds }: {
384
384
  }): Promise<import("axios").AxiosResponse<any, any>>;
385
385
  export type CreateAsset_Object = {
386
386
  copy_from_asset_id: string;
387
+ new_asset_name?: string;
387
388
  };
388
389
  export type CreateAsset_AssetDescription = {
389
390
  name: string;