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

@@ -54,7 +54,7 @@ class PeopleUpdateItem {
///
String? name;
/// This property was added in v1.118.0
/// This property was added in v1.119.0
///
/// Please note: This property should have been non-nullable! Since the specification file
/// does not include a default value (using the "default:" property), however, the generated

View File

@@ -41,7 +41,7 @@ class PersonResponseDto {
///
DateTime? updatedAt;
/// This property was added in v1.118.0
/// This property was added in v1.119.0
///
/// Please note: This property should have been non-nullable! Since the specification file
/// does not include a default value (using the "default:" property), however, the generated

View File

@@ -50,7 +50,7 @@ class PersonUpdateDto {
///
String? name;
/// This property was added in v1.118.0
/// This property was added in v1.119.0
///
/// Please note: This property should have been non-nullable! Since the specification file
/// does not include a default value (using the "default:" property), however, the generated

View File

@@ -44,7 +44,7 @@ class PersonWithFacesResponseDto {
///
DateTime? updatedAt;
/// This property was added in v1.118.0
/// This property was added in v1.119.0
///
/// Please note: This property should have been non-nullable! Since the specification file
/// does not include a default value (using the "default:" property), however, the generated