new API -V1, modelfileID updated to assetId
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user