This commit is contained in:
mertalev 2025-10-15 14:44:53 -04:00
parent abef381543
commit 321f0d1ff1
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95
3 changed files with 2 additions and 8 deletions

View file

@ -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)

View file

@ -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 @@
}
}
}
}
}

View file

@ -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 = {