From cee993cc6c78e9a41009aef6286271be9fd5386d 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 df09d53..9c9669e 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.transform(value => value as ImmutableFileDescriptor)), result : z.object({ container: z.string(), -- GitLab