IsArchive updated and AssetPosition API updated
This commit is contained in:
@@ -8,6 +8,7 @@ export interface assetData extends Document {
|
||||
isLocked: boolean;
|
||||
type: string;
|
||||
isVisible: boolean;
|
||||
isArchive:false
|
||||
// position: [];
|
||||
// rotation: {
|
||||
// x: number;
|
||||
@@ -45,6 +46,7 @@ export interface assetData extends Document {
|
||||
|
||||
// Define the Mongoose Schema
|
||||
const assetDataSchema: Schema = new Schema({
|
||||
isArchive:{type:Boolean,default:false},
|
||||
modeluuid: { type: String },
|
||||
modelfileID: { type: String },
|
||||
modelname: { type: String },
|
||||
|
||||
Reference in New Issue
Block a user