@@ -29,6 +29,7 @@ exports[`StreamingMessageParser > valid artifacts with actions > should correctl
2929 " id" : " artifact_1" ,
3030 " messageId" : " message_1" ,
3131 " title" : " Some title" ,
32+ " type" : undefined ,
3233}
3334` ;
3435
@@ -37,6 +38,7 @@ exports[`StreamingMessageParser > valid artifacts with actions > should correctl
3738 " id" : " artifact_1" ,
3839 " messageId" : " message_1" ,
3940 " title" : " Some title" ,
41+ " type" : undefined ,
4042}
4143` ;
4244
@@ -96,6 +98,7 @@ exports[`StreamingMessageParser > valid artifacts with actions > should correctl
9698 " id" : " artifact_1" ,
9799 " messageId" : " message_1" ,
98100 " title" : " Some title" ,
101+ " type" : undefined ,
99102}
100103` ;
101104
@@ -104,6 +107,7 @@ exports[`StreamingMessageParser > valid artifacts with actions > should correctl
104107 " id" : " artifact_1" ,
105108 " messageId" : " message_1" ,
106109 " title" : " Some title" ,
110+ " type" : undefined ,
107111}
108112` ;
109113
@@ -112,6 +116,7 @@ exports[`StreamingMessageParser > valid artifacts without actions > should corre
112116 " id" : " artifact_1" ,
113117 " messageId" : " message_1" ,
114118 " title" : " Some title" ,
119+ " type" : undefined ,
115120}
116121` ;
117122
@@ -120,6 +125,7 @@ exports[`StreamingMessageParser > valid artifacts without actions > should corre
120125 " id" : " artifact_1" ,
121126 " messageId" : " message_1" ,
122127 " title" : " Some title" ,
128+ " type" : undefined ,
123129}
124130` ;
125131
@@ -128,6 +134,7 @@ exports[`StreamingMessageParser > valid artifacts without actions > should corre
128134 " id" : " artifact_1" ,
129135 " messageId" : " message_1" ,
130136 " title" : " Some title" ,
137+ " type" : " bundled" ,
131138}
132139` ;
133140
@@ -136,6 +143,7 @@ exports[`StreamingMessageParser > valid artifacts without actions > should corre
136143 " id" : " artifact_1" ,
137144 " messageId" : " message_1" ,
138145 " title" : " Some title" ,
146+ " type" : " bundled" ,
139147}
140148` ;
141149
@@ -144,6 +152,7 @@ exports[`StreamingMessageParser > valid artifacts without actions > should corre
144152 " id" : " artifact_1" ,
145153 " messageId" : " message_1" ,
146154 " title" : " Some title" ,
155+ " type" : undefined ,
147156}
148157` ;
149158
@@ -152,6 +161,7 @@ exports[`StreamingMessageParser > valid artifacts without actions > should corre
152161 " id" : " artifact_1" ,
153162 " messageId" : " message_1" ,
154163 " title" : " Some title" ,
164+ " type" : undefined ,
155165}
156166` ;
157167
@@ -160,6 +170,7 @@ exports[`StreamingMessageParser > valid artifacts without actions > should corre
160170 " id" : " artifact_1" ,
161171 " messageId" : " message_1" ,
162172 " title" : " Some title" ,
173+ " type" : undefined ,
163174}
164175` ;
165176
@@ -168,6 +179,7 @@ exports[`StreamingMessageParser > valid artifacts without actions > should corre
168179 " id" : " artifact_1" ,
169180 " messageId" : " message_1" ,
170181 " title" : " Some title" ,
182+ " type" : undefined ,
171183}
172184` ;
173185
@@ -176,6 +188,7 @@ exports[`StreamingMessageParser > valid artifacts without actions > should corre
176188 " id" : " artifact_1" ,
177189 " messageId" : " message_1" ,
178190 " title" : " Some title" ,
191+ " type" : undefined ,
179192}
180193` ;
181194
@@ -184,6 +197,7 @@ exports[`StreamingMessageParser > valid artifacts without actions > should corre
184197 " id" : " artifact_1" ,
185198 " messageId" : " message_1" ,
186199 " title" : " Some title" ,
200+ " type" : undefined ,
187201}
188202` ;
189203
@@ -192,6 +206,7 @@ exports[`StreamingMessageParser > valid artifacts without actions > should corre
192206 " id" : " artifact_1" ,
193207 " messageId" : " message_1" ,
194208 " title" : " Some title" ,
209+ " type" : undefined ,
195210}
196211` ;
197212
@@ -200,6 +215,7 @@ exports[`StreamingMessageParser > valid artifacts without actions > should corre
200215 " id" : " artifact_1" ,
201216 " messageId" : " message_1" ,
202217 " title" : " Some title" ,
218+ " type" : undefined ,
203219}
204220` ;
205221
@@ -208,6 +224,7 @@ exports[`StreamingMessageParser > valid artifacts without actions > should corre
208224 " id" : " artifact_1" ,
209225 " messageId" : " message_1" ,
210226 " title" : " Some title" ,
227+ " type" : undefined ,
211228}
212229` ;
213230
@@ -216,5 +233,6 @@ exports[`StreamingMessageParser > valid artifacts without actions > should corre
216233 " id" : " artifact_1" ,
217234 " messageId" : " message_1" ,
218235 " title" : " Some title" ,
236+ " type" : undefined ,
219237}
220238` ;
0 commit comments