fix: change PropertyLifecycle

This commit is contained in:
martabal
2024-10-15 13:00:13 +02:00
parent b08ddf4c61
commit cd26b6260b
7 changed files with 14 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ export class PersonUpdateDto extends PersonCreateDto {
@Optional()
@IsBoolean()
@PropertyLifecycle({ addedAt: 'v1.118.0' })
@PropertyLifecycle({ addedAt: 'v1.119.0' })
withArchived?: boolean;
}
@@ -98,7 +98,7 @@ export class PersonResponseDto {
isHidden!: boolean;
@PropertyLifecycle({ addedAt: 'v1.107.0' })
updatedAt?: Date;
@PropertyLifecycle({ addedAt: 'v1.118.0' })
@PropertyLifecycle({ addedAt: 'v1.119.0' })
withArchived?: boolean;
}