From 25c9facf3fb61c5311e4cef95aab30b3b83d502d Mon Sep 17 00:00:00 2001
From: Joel von der Weid <joel.von-der-weid@hesge.ch>
Date: Mon, 25 Mar 2024 11:50:16 +0100
Subject: [PATCH] Add build line to assignment

---
 types/Dojo/AssignmentFile.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/types/Dojo/AssignmentFile.ts b/types/Dojo/AssignmentFile.ts
index 91ec64d..7345478 100644
--- a/types/Dojo/AssignmentFile.ts
+++ b/types/Dojo/AssignmentFile.ts
@@ -5,6 +5,7 @@ import { z }                   from 'zod';
 const AssignmentFile = z.object({
                                     dojoAssignmentVersion: z.number(),
                                     version              : z.number(),
+                                    buildLine            : z.string().optional(),
                                     immutable            : z.array(ImmutableFileDescriptor),
                                     result               : z.object({
                                                                         container: z.string(),
-- 
GitLab