@3dverse/api 0.2.0 → 0.2.1
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.
- package/dist/_prebuild/wrapper.d.ts +1 -0
- package/dist/index.js.map +2 -2
- package/dist/index.mjs.map +2 -2
- package/package.json +1 -1
|
@@ -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;
|