Update Immich API bindings to 1.119.1
This commit is contained in:
		
							parent
							
								
									bcae3b3cb9
								
							
						
					
					
						commit
						c141153ad1
					
				
					 2 changed files with 12745 additions and 12795 deletions
				
			
		| 
						 | 
				
			
			@ -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.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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": {
 | 
			
		||||
                        "post": {
 | 
			
		||||
                                "operationId": "mergePerson",
 | 
			
		||||
| 
						 | 
				
			
			@ -7274,7 +7223,7 @@
 | 
			
		|||
        "info": {
 | 
			
		||||
                "title": "Immich",
 | 
			
		||||
                "description": "Immich API",
 | 
			
		||||
    "version": "1.117.0",
 | 
			
		||||
                "version": "1.119.1",
 | 
			
		||||
                "contact": {}
 | 
			
		||||
        },
 | 
			
		||||
        "tags": [],
 | 
			
		||||
| 
						 | 
				
			
			@ -8053,8 +8002,9 @@
 | 
			
		|||
                        },
 | 
			
		||||
                        "AssetJobName": {
 | 
			
		||||
                                "enum": [
 | 
			
		||||
          "regenerate-thumbnail",
 | 
			
		||||
                                        "refresh-faces",
 | 
			
		||||
                                        "refresh-metadata",
 | 
			
		||||
                                        "regenerate-thumbnail",
 | 
			
		||||
                                        "transcode-video"
 | 
			
		||||
                                ],
 | 
			
		||||
                                "type": "string"
 | 
			
		||||
| 
						 | 
				
			
			@ -8395,7 +8345,8 @@
 | 
			
		|||
                                "enum": [
 | 
			
		||||
                                        "mp3",
 | 
			
		||||
                                        "aac",
 | 
			
		||||
          "libopus"
 | 
			
		||||
                                        "libopus",
 | 
			
		||||
                                        "pcm_s16le"
 | 
			
		||||
                                ],
 | 
			
		||||
                                "type": "string"
 | 
			
		||||
                        },
 | 
			
		||||
| 
						 | 
				
			
			@ -9115,8 +9066,7 @@
 | 
			
		|||
                                        }
 | 
			
		||||
                                },
 | 
			
		||||
                                "required": [
 | 
			
		||||
          "command",
 | 
			
		||||
          "force"
 | 
			
		||||
                                        "command"
 | 
			
		||||
                                ],
 | 
			
		||||
                                "type": "object"
 | 
			
		||||
                        },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue