From 2c58b4b504bdcd72b884eb5a659ad0c173077119 Mon Sep 17 00:00:00 2001 From: Patrick Ogenstad Date: Mon, 24 Aug 2026 11:21:43 +0200 Subject: [PATCH] chore(schema): add commit to the CoreGenericRepository protocol [IFC-2954] Regenerated from the Infrahub core schema definitions, where commit is now declared on the CoreGenericRepository generic in addition to the two concrete repository kinds. --- infrahub_sdk/protocols.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrahub_sdk/protocols.py b/infrahub_sdk/protocols.py index a5a029c22..81558dfbf 100644 --- a/infrahub_sdk/protocols.py +++ b/infrahub_sdk/protocols.py @@ -130,6 +130,7 @@ class CoreGenericRepository(CoreNode): location: String internal_status: Dropdown operational_status: Dropdown + commit: StringOptional sync_status: Dropdown credential: RelatedNode tags: RelationshipManager @@ -735,6 +736,7 @@ class CoreGenericRepositorySync(CoreNodeSync): location: String internal_status: Dropdown operational_status: Dropdown + commit: StringOptional sync_status: Dropdown credential: RelatedNodeSync tags: RelationshipManagerSync