From e6485c17158b9e4babe9ab0def4a95577705aae7 Mon Sep 17 00:00:00 2001 From: andriy Date: Mon, 20 Feb 2023 15:30:18 +0200 Subject: [PATCH] fix type for srxStorageId attribute into Request model source_files API --- crowdin_api/api_resources/source_files/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin_api/api_resources/source_files/types.py b/crowdin_api/api_resources/source_files/types.py index 00aa9a0..37bb5c5 100644 --- a/crowdin_api/api_resources/source_files/types.py +++ b/crowdin_api/api_resources/source_files/types.py @@ -49,7 +49,7 @@ class DocxFileImportOptions(TypedDict): importNotes: bool importHiddenSlides: bool contentSegmentation: bool - srxStorageId: bool + srxStorageId: int class OtherImportOptions(TypedDict):