Skip to content

Commit

Permalink
Remove tie level from territory model
Browse files Browse the repository at this point in the history
  • Loading branch information
adammertel committed Mar 26, 2024
1 parent 0857b54 commit 02bac4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions packages/server/src/models/territory/territory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ export class TerritoryValidation implements ITerritoryValidation {
entityClasses: EntityEnums.Class[];
classifications: string[];
tieType: EProtocolTieType; // default is property
tieLevel?: {
// relevant only in case of Classification or Property is selected as a tie
levelStatement: boolean; // default is true
levelMeta: boolean; // default is true
};
propType?: string[]; // relevant only in case of Property is selected as a tie
allowedClasses?: EntityEnums.Class[]; // not relevant if allowedEntities is set
allowedEntities?: string[]; //
Expand Down
5 changes: 0 additions & 5 deletions packages/shared/types/territory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ export interface ITerritoryValidation {
entityClasses: EntityEnums.Class[];
classifications: string[];
tieType: EProtocolTieType; // default is property
tieLevel?: {
// relevant only in case of Classification or Property is selected as a tie
levelStatement: boolean; // default is true
levelMeta: boolean; // default is true
};
propType?: string[]; // relevant only in case of Property is selected as a tie
allowedClasses?: EntityEnums.Class[]; // not relevant if allowedEntities is set
allowedEntities?: string[]; //
Expand Down

0 comments on commit 02bac4e

Please sign in to comment.