@supernova-studio/model 1.10.4 → 1.10.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -293,7 +293,7 @@ var ForgeChatMessage = z14.object({
293
293
  payload: z14.string(),
294
294
  createdAt: z14.coerce.date(),
295
295
  updatedAt: z14.coerce.date(),
296
- opikSpanId: z14.string().optional(),
296
+ opikTraceId: z14.string().optional(),
297
297
  sender: ForgeChatMessageSender
298
298
  });
299
299