@3dverse/api 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/_prebuild/wrapper.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +2 -2
- package/package.json +1 -1
@@ -1306,7 +1306,7 @@ export declare function getAssetThumbnail({ asset_container, asset_id, size, def
|
|
1306
1306
|
asset_id: string;
|
1307
1307
|
size: "large" | "medium" | "small" | "tiny";
|
1308
1308
|
default_url?: string;
|
1309
|
-
}):
|
1309
|
+
}): AxiosPromise<ArrayBuffer>;
|
1310
1310
|
export declare function setAssetThumbnail({ asset_container, asset_id, body }: {
|
1311
1311
|
asset_container: "animations" | "animationGraphs" | "animationSequences" | "animationSets" | "cubemaps" | "eventMaps" | "materials" | "meshes" | "pointClouds" | "renderGraphs" | "scenes" | "scripts" | "shaders" | "skeletons" | "sounds" | "textures" | "volumeMaterials";
|
1312
1312
|
asset_id: string;
|
package/dist/index.js
CHANGED