mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-20 20:55:24 +00:00
propagate subspace allocations
This commit is contained in:
@ -5,6 +5,7 @@ import {
|
||||
import { ModifyTagModelDto } from '../dtos';
|
||||
import { ModifyAction } from '@app/common/constants/modify-action.enum';
|
||||
import { NewTagEntity } from '@app/common/modules/tag';
|
||||
import { IUpdatedAllocations } from './subspace-product-allocation-update-result.interface';
|
||||
|
||||
export interface IRelocatedAllocation {
|
||||
allocation: SpaceModelProductAllocationEntity;
|
||||
@ -16,3 +17,8 @@ export interface ISingleSubspaceModel {
|
||||
tags?: ModifyTagModelDto[];
|
||||
relocatedAllocations?: IRelocatedAllocation[];
|
||||
}
|
||||
|
||||
export interface ISubspaceModelUpdates {
|
||||
subspaceModels: ISingleSubspaceModel[];
|
||||
updatedAllocations: IUpdatedAllocations[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user