Skip to content

Commit ced1d03

Browse files
authored
Merge pull request #417 from W24-Service-GmbH/werk24/issue-416
adds notes to meta data response
2 parents 40f3bc4 + 66d05b6 commit ced1d03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

werk24/models/v2/responses.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
Identifier,
1818
Language,
1919
MaterialCombination,
20+
Note,
2021
PrimaryProcessUnion,
2122
ProjectionMethod,
2223
Radius,
@@ -188,6 +189,10 @@ class ResponseMetaDataComponentDrawing(Response):
188189
None,
189190
description="Weight of the component.",
190191
)
192+
notes: list[Note] = Field(
193+
default_factory=list,
194+
description="List of all notes in the drawing.",
195+
)
191196

192197

193198
class ResponseRedaction(Response):

0 commit comments

Comments
 (0)