@supernova-studio/client 1.10.4 → 1.10.5
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 +18 -18
- package/dist/index.d.ts +18 -18
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -458,7 +458,7 @@ var ForgeChatMessage = z14.object({
|
|
|
458
458
|
payload: z14.string(),
|
|
459
459
|
createdAt: z14.coerce.date(),
|
|
460
460
|
updatedAt: z14.coerce.date(),
|
|
461
|
-
|
|
461
|
+
opikTraceId: z14.string().optional(),
|
|
462
462
|
sender: ForgeChatMessageSender
|
|
463
463
|
});
|
|
464
464
|
var ForgeChatThread = z15.object({
|
|
@@ -9024,7 +9024,7 @@ var DTOForgeChatThreadListResponse = z303.object({
|
|
|
9024
9024
|
var DTOForgeChatMessageCreateInput = z303.object({
|
|
9025
9025
|
payload: z303.string(),
|
|
9026
9026
|
sender: DTOForgeChatMessageSender.optional(),
|
|
9027
|
-
|
|
9027
|
+
opikTraceId: z303.string().optional()
|
|
9028
9028
|
});
|
|
9029
9029
|
var DTOForgeChatMessageCreateResponse = z303.object({
|
|
9030
9030
|
message: DTOForgeChatMessage
|