From afba9fea65e7fcf25ed22de05233b011c9282c1f Mon Sep 17 00:00:00 2001 From: vinayakkamatcodes Date: Thu, 30 Oct 2025 20:32:02 +0530 Subject: [PATCH] Feat(string_based): Add acceptSourceChanges to MergeBranchRequest (fixes #217) --- crowdin_api/api_resources/branches/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/crowdin_api/api_resources/branches/types.py b/crowdin_api/api_resources/branches/types.py index 580a542..b6708cc 100644 --- a/crowdin_api/api_resources/branches/types.py +++ b/crowdin_api/api_resources/branches/types.py @@ -24,3 +24,4 @@ class MergeBranchRequest(TypedDict): deleteAfterMerge: Optional[bool] sourceBranchId: int dryRun: Optional[bool] + acceptSourceChanges: bool