Update Immich API bindings to 1.119.1

This commit is contained in:
Marc Plano-Lesay 2024-11-04 13:54:20 +11:00
parent bcae3b3cb9
commit c141153ad1
2 changed files with 12745 additions and 12795 deletions

View file

@ -35,4 +35,4 @@ vcard = "/home/example/contacts.vcf"
## Immich API bindings ## Immich API bindings
The bindings are generated automatically from `src/immich-openapi-specs.json`. The file currently in the repo has been generated with Immich v1.118.0, with a few methods removed around file upload (Progenitor doesn't yet support `multipart/form-data` content types, see [here](https://github.com/oxidecomputer/progenitor/issues/518)). All other methods should be available. The bindings are generated automatically from `src/immich-openapi-specs.json`. The file currently in the repo has been generated with Immich v1.119.1, with a few methods removed around file upload (Progenitor doesn't yet support `multipart/form-data` content types, see [here](https://github.com/oxidecomputer/progenitor/issues/518)). All other methods should be available.

View file

@ -3909,57 +3909,6 @@
] ]
} }
}, },
"/people/{id}/assets": {
"get": {
"deprecated": true,
"description": "This property was deprecated in v1.113.0",
"operationId": "getPersonAssets",
"parameters": [
{
"name": "id",
"required": true,
"in": "path",
"schema": {
"format": "uuid",
"type": "string"
}
}
],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"items": {
"$ref": "#/components/schemas/AssetResponseDto"
},
"type": "array"
}
}
},
"description": ""
}
},
"security": [
{
"bearer": []
},
{
"cookie": []
},
{
"api_key": []
}
],
"tags": [
"People",
"Deprecated"
],
"x-immich-lifecycle": {
"deprecatedAt": "v1.113.0"
}
}
},
"/people/{id}/merge": { "/people/{id}/merge": {
"post": { "post": {
"operationId": "mergePerson", "operationId": "mergePerson",
@ -7274,7 +7223,7 @@
"info": { "info": {
"title": "Immich", "title": "Immich",
"description": "Immich API", "description": "Immich API",
"version": "1.117.0", "version": "1.119.1",
"contact": {} "contact": {}
}, },
"tags": [], "tags": [],
@ -8053,8 +8002,9 @@
}, },
"AssetJobName": { "AssetJobName": {
"enum": [ "enum": [
"regenerate-thumbnail", "refresh-faces",
"refresh-metadata", "refresh-metadata",
"regenerate-thumbnail",
"transcode-video" "transcode-video"
], ],
"type": "string" "type": "string"
@ -8395,7 +8345,8 @@
"enum": [ "enum": [
"mp3", "mp3",
"aac", "aac",
"libopus" "libopus",
"pcm_s16le"
], ],
"type": "string" "type": "string"
}, },
@ -9115,8 +9066,7 @@
} }
}, },
"required": [ "required": [
"command", "command"
"force"
], ],
"type": "object" "type": "object"
}, },