Skip to content

Commit

Permalink
feat: show archived assets for a person
Browse files Browse the repository at this point in the history
  • Loading branch information
martabal committed Oct 15, 2024
1 parent b852468 commit 5a5e0dc
Show file tree
Hide file tree
Showing 19 changed files with 273 additions and 40 deletions.
14 changes: 11 additions & 3 deletions mobile/openapi/lib/api/people_api.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 21 additions & 3 deletions mobile/openapi/lib/model/people_update_item.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 21 additions & 3 deletions mobile/openapi/lib/model/person_response_dto.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 21 additions & 3 deletions mobile/openapi/lib/model/person_update_dto.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 21 additions & 3 deletions mobile/openapi/lib/model/person_with_faces_response_dto.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions open-api/immich-openapi-specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4152,6 +4152,14 @@
"format": "uuid",
"type": "string"
}
},
{
"name": "withArchived",
"required": false,
"in": "query",
"schema": {
"type": "boolean"
}
}
],
"responses": {
Expand Down Expand Up @@ -10097,6 +10105,10 @@
"name": {
"description": "Person name.",
"type": "string"
},
"withArchived": {
"description": "This property was added in v1.118.0",
"type": "boolean"
}
},
"required": [
Expand Down Expand Up @@ -10229,6 +10241,10 @@
"description": "This property was added in v1.107.0",
"format": "date-time",
"type": "string"
},
"withArchived": {
"description": "This property was added in v1.118.0",
"type": "boolean"
}
},
"required": [
Expand Down Expand Up @@ -10270,6 +10286,10 @@
"name": {
"description": "Person name.",
"type": "string"
},
"withArchived": {
"description": "This property was added in v1.118.0",
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -10303,6 +10323,10 @@
"description": "This property was added in v1.107.0",
"format": "date-time",
"type": "string"
},
"withArchived": {
"description": "This property was added in v1.118.0",
"type": "boolean"
}
},
"required": [
Expand Down
Loading

0 comments on commit 5a5e0dc

Please sign in to comment.