new API -V1, modelfileID updated to assetId

This commit is contained in:
2025-06-12 09:31:45 +05:30
parent b206676d94
commit 762f4f82af
8 changed files with 22 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ import {
} from "../helpers/v1projecthelperFns.ts";
interface IWallSetupData {
modelUuid: string;
assetId: string;
modelName: string;
type: string;
csgposition: [];
@@ -45,6 +46,7 @@ export const setWallItems = async (
csgposition,
csgscale,
quaternion,
assetId,
scale,
projectId,
organization,
@@ -90,6 +92,7 @@ export const setWallItems = async (
csgscale,
quaternion,
scale,
assetId,
});
console.log("newValue: ", newValue);
return {