@supernova-studio/model 1.39.1 → 1.40.0

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.d.mts CHANGED
@@ -1647,7 +1647,6 @@ declare const ForgeChatMessage: z.ZodObject<{
1647
1647
  tags: string[];
1648
1648
  comment?: string | undefined;
1649
1649
  }>>;
1650
- replyToMessageId: z.ZodOptional<z.ZodString>;
1651
1650
  }, "strip", z.ZodTypeAny, {
1652
1651
  id: string;
1653
1652
  createdAt: Date;
@@ -1673,7 +1672,6 @@ declare const ForgeChatMessage: z.ZodObject<{
1673
1672
  tags: string[];
1674
1673
  comment?: string | undefined;
1675
1674
  } | undefined;
1676
- replyToMessageId?: string | undefined;
1677
1675
  }, {
1678
1676
  id: string;
1679
1677
  createdAt: Date;
@@ -1699,7 +1697,6 @@ declare const ForgeChatMessage: z.ZodObject<{
1699
1697
  tags: string[];
1700
1698
  comment?: string | undefined;
1701
1699
  } | undefined;
1702
- replyToMessageId?: string | undefined;
1703
1700
  }>;
1704
1701
  type ForgeChatMessage = z.infer<typeof ForgeChatMessage>;
1705
1702
 
package/dist/index.d.ts CHANGED
@@ -1647,7 +1647,6 @@ declare const ForgeChatMessage: z.ZodObject<{
1647
1647
  tags: string[];
1648
1648
  comment?: string | undefined;
1649
1649
  }>>;
1650
- replyToMessageId: z.ZodOptional<z.ZodString>;
1651
1650
  }, "strip", z.ZodTypeAny, {
1652
1651
  id: string;
1653
1652
  createdAt: Date;
@@ -1673,7 +1672,6 @@ declare const ForgeChatMessage: z.ZodObject<{
1673
1672
  tags: string[];
1674
1673
  comment?: string | undefined;
1675
1674
  } | undefined;
1676
- replyToMessageId?: string | undefined;
1677
1675
  }, {
1678
1676
  id: string;
1679
1677
  createdAt: Date;
@@ -1699,7 +1697,6 @@ declare const ForgeChatMessage: z.ZodObject<{
1699
1697
  tags: string[];
1700
1698
  comment?: string | undefined;
1701
1699
  } | undefined;
1702
- replyToMessageId?: string | undefined;
1703
1700
  }>;
1704
1701
  type ForgeChatMessage = z.infer<typeof ForgeChatMessage>;
1705
1702
 
package/dist/index.js CHANGED
@@ -321,8 +321,7 @@ var ForgeChatMessage = _zod.z.object({
321
321
  updatedAt: _zod.z.coerce.date(),
322
322
  opikTraceId: _zod.z.string().optional(),
323
323
  sender: ForgeChatMessageSender,
324
- userScore: ForgeChatMessageUserScore.optional(),
325
- replyToMessageId: _zod.z.string().optional()
324
+ userScore: ForgeChatMessageUserScore.optional()
326
325
  });
327
326
 
328
327
  // src/chat-threads/chat-thread.ts