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
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.