@supernova-studio/client 1.48.9 → 1.48.10

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
@@ -10712,8 +10712,7 @@ var DTOForgeChatThreadListResponse = z335.object({
10712
10712
  });
10713
10713
  var DTOForgeChatMessageCreateInput = z335.object({
10714
10714
  payload: z335.string(),
10715
- sender: DTOForgeChatMessageSender.optional(),
10716
- opikTraceId: z335.string().optional()
10715
+ sender: DTOForgeChatMessageSender.optional()
10717
10716
  });
10718
10717
  var DTOForgeChatMessageCreateResponse = z335.object({
10719
10718
  message: DTOForgeChatMessage