@supernova-studio/client 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 +0 -18
- package/dist/index.d.ts +0 -18
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -474,8 +474,7 @@ var ForgeChatMessage = z14.object({
|
|
|
474
474
|
updatedAt: z14.coerce.date(),
|
|
475
475
|
opikTraceId: z14.string().optional(),
|
|
476
476
|
sender: ForgeChatMessageSender,
|
|
477
|
-
userScore: ForgeChatMessageUserScore.optional()
|
|
478
|
-
replyToMessageId: z14.string().optional()
|
|
477
|
+
userScore: ForgeChatMessageUserScore.optional()
|
|
479
478
|
});
|
|
480
479
|
var ForgeChatThread = z15.object({
|
|
481
480
|
id: z15.string(),
|
|
@@ -9915,8 +9914,7 @@ var DTOForgeChatThreadListResponse = z328.object({
|
|
|
9915
9914
|
var DTOForgeChatMessageCreateInput = z328.object({
|
|
9916
9915
|
payload: z328.string(),
|
|
9917
9916
|
sender: DTOForgeChatMessageSender.optional(),
|
|
9918
|
-
opikTraceId: z328.string().optional()
|
|
9919
|
-
replyToMessageId: z328.string().optional()
|
|
9917
|
+
opikTraceId: z328.string().optional()
|
|
9920
9918
|
});
|
|
9921
9919
|
var DTOForgeChatMessageCreateResponse = z328.object({
|
|
9922
9920
|
message: DTOForgeChatMessage
|