mirror of
https://github.com/immich-app/immich.git
synced 2025-06-23 15:30:51 -04:00
fix: change PropertyLifecycle
This commit is contained in:
parent
b08ddf4c61
commit
cd26b6260b
2
mobile/openapi/lib/model/people_update_item.dart
generated
2
mobile/openapi/lib/model/people_update_item.dart
generated
@ -54,7 +54,7 @@ class PeopleUpdateItem {
|
|||||||
///
|
///
|
||||||
String? name;
|
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
|
/// 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
|
/// does not include a default value (using the "default:" property), however, the generated
|
||||||
|
@ -41,7 +41,7 @@ class PersonResponseDto {
|
|||||||
///
|
///
|
||||||
DateTime? updatedAt;
|
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
|
/// 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
|
/// does not include a default value (using the "default:" property), however, the generated
|
||||||
|
2
mobile/openapi/lib/model/person_update_dto.dart
generated
2
mobile/openapi/lib/model/person_update_dto.dart
generated
@ -50,7 +50,7 @@ class PersonUpdateDto {
|
|||||||
///
|
///
|
||||||
String? name;
|
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
|
/// 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
|
/// does not include a default value (using the "default:" property), however, the generated
|
||||||
|
@ -44,7 +44,7 @@ class PersonWithFacesResponseDto {
|
|||||||
///
|
///
|
||||||
DateTime? updatedAt;
|
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
|
/// 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
|
/// does not include a default value (using the "default:" property), however, the generated
|
||||||
|
@ -10107,7 +10107,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"withArchived": {
|
"withArchived": {
|
||||||
"description": "This property was added in v1.118.0",
|
"description": "This property was added in v1.119.0",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -10243,7 +10243,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"withArchived": {
|
"withArchived": {
|
||||||
"description": "This property was added in v1.118.0",
|
"description": "This property was added in v1.119.0",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -10288,7 +10288,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"withArchived": {
|
"withArchived": {
|
||||||
"description": "This property was added in v1.118.0",
|
"description": "This property was added in v1.119.0",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -10325,7 +10325,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"withArchived": {
|
"withArchived": {
|
||||||
"description": "This property was added in v1.118.0",
|
"description": "This property was added in v1.119.0",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -220,7 +220,7 @@ export type PersonWithFacesResponseDto = {
|
|||||||
thumbnailPath: string;
|
thumbnailPath: string;
|
||||||
/** This property was added in v1.107.0 */
|
/** This property was added in v1.107.0 */
|
||||||
updatedAt?: string;
|
updatedAt?: string;
|
||||||
/** This property was added in v1.118.0 */
|
/** This property was added in v1.119.0 */
|
||||||
withArchived?: boolean;
|
withArchived?: boolean;
|
||||||
};
|
};
|
||||||
export type SmartInfoResponseDto = {
|
export type SmartInfoResponseDto = {
|
||||||
@ -504,7 +504,7 @@ export type PersonResponseDto = {
|
|||||||
thumbnailPath: string;
|
thumbnailPath: string;
|
||||||
/** This property was added in v1.107.0 */
|
/** This property was added in v1.107.0 */
|
||||||
updatedAt?: string;
|
updatedAt?: string;
|
||||||
/** This property was added in v1.118.0 */
|
/** This property was added in v1.119.0 */
|
||||||
withArchived?: boolean;
|
withArchived?: boolean;
|
||||||
};
|
};
|
||||||
export type AssetFaceResponseDto = {
|
export type AssetFaceResponseDto = {
|
||||||
@ -707,7 +707,7 @@ export type PeopleUpdateItem = {
|
|||||||
isHidden?: boolean;
|
isHidden?: boolean;
|
||||||
/** Person name. */
|
/** Person name. */
|
||||||
name?: string;
|
name?: string;
|
||||||
/** This property was added in v1.118.0 */
|
/** This property was added in v1.119.0 */
|
||||||
withArchived?: boolean;
|
withArchived?: boolean;
|
||||||
};
|
};
|
||||||
export type PeopleUpdateDto = {
|
export type PeopleUpdateDto = {
|
||||||
@ -723,7 +723,7 @@ export type PersonUpdateDto = {
|
|||||||
isHidden?: boolean;
|
isHidden?: boolean;
|
||||||
/** Person name. */
|
/** Person name. */
|
||||||
name?: string;
|
name?: string;
|
||||||
/** This property was added in v1.118.0 */
|
/** This property was added in v1.119.0 */
|
||||||
withArchived?: boolean;
|
withArchived?: boolean;
|
||||||
};
|
};
|
||||||
export type MergePersonDto = {
|
export type MergePersonDto = {
|
||||||
|
@ -44,7 +44,7 @@ export class PersonUpdateDto extends PersonCreateDto {
|
|||||||
|
|
||||||
@Optional()
|
@Optional()
|
||||||
@IsBoolean()
|
@IsBoolean()
|
||||||
@PropertyLifecycle({ addedAt: 'v1.118.0' })
|
@PropertyLifecycle({ addedAt: 'v1.119.0' })
|
||||||
withArchived?: boolean;
|
withArchived?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ export class PersonResponseDto {
|
|||||||
isHidden!: boolean;
|
isHidden!: boolean;
|
||||||
@PropertyLifecycle({ addedAt: 'v1.107.0' })
|
@PropertyLifecycle({ addedAt: 'v1.107.0' })
|
||||||
updatedAt?: Date;
|
updatedAt?: Date;
|
||||||
@PropertyLifecycle({ addedAt: 'v1.118.0' })
|
@PropertyLifecycle({ addedAt: 'v1.119.0' })
|
||||||
withArchived?: boolean;
|
withArchived?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user