From 321f0d1ff176b1b2adf90feae300057d8e2a43f2 Mon Sep 17 00:00:00 2001 From: mertalev <101130780+mertalev@users.noreply.github.com> Date: Wed, 15 Oct 2025 14:44:53 -0400 Subject: [PATCH] openapi --- mobile/openapi/README.md | 1 + open-api/immich-openapi-specs.json | 7 +------ open-api/typescript-sdk/src/fetch-client.ts | 2 -- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/mobile/openapi/README.md b/mobile/openapi/README.md index 4a7d516a9d..99eb24e107 100644 --- a/mobile/openapi/README.md +++ b/mobile/openapi/README.md @@ -417,6 +417,7 @@ Class | Method | HTTP request | Description - [OAuthCallbackDto](doc//OAuthCallbackDto.md) - [OAuthConfigDto](doc//OAuthConfigDto.md) - [OAuthTokenEndpointAuthMethod](doc//OAuthTokenEndpointAuthMethod.md) + - [OcrConfig](doc//OcrConfig.md) - [OnThisDayDto](doc//OnThisDayDto.md) - [OnboardingDto](doc//OnboardingDto.md) - [OnboardingResponseDto](doc//OnboardingResponseDto.md) diff --git a/open-api/immich-openapi-specs.json b/open-api/immich-openapi-specs.json index 6cb15dcb58..bb47ed6ce1 100644 --- a/open-api/immich-openapi-specs.json +++ b/open-api/immich-openapi-specs.json @@ -16499,11 +16499,6 @@ "ocr": { "$ref": "#/components/schemas/OcrConfig" }, - "url": { - "deprecated": true, - "description": "This property was deprecated in v1.122.0", - "type": "string" - }, "urls": { "format": "uri", "items": { @@ -17984,4 +17979,4 @@ } } } -} +} \ No newline at end of file diff --git a/open-api/typescript-sdk/src/fetch-client.ts b/open-api/typescript-sdk/src/fetch-client.ts index 02aaa8f3c7..7ace2e9fa0 100644 --- a/open-api/typescript-sdk/src/fetch-client.ts +++ b/open-api/typescript-sdk/src/fetch-client.ts @@ -1424,8 +1424,6 @@ export type SystemConfigMachineLearningDto = { enabled: boolean; facialRecognition: FacialRecognitionConfig; ocr: OcrConfig; - /** This property was deprecated in v1.122.0 */ - url?: string; urls: string[]; }; export type SystemConfigMapDto = {