@supernova-studio/client 1.52.3 → 1.52.4
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 +164 -0
- package/dist/index.d.ts +164 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10509,7 +10509,8 @@ var DTOThreadMessageFinalizeInput = z325.object({
|
|
|
10509
10509
|
});
|
|
10510
10510
|
var DTOThreadMessageRetryInput = z325.object({
|
|
10511
10511
|
agentMessageId: Id,
|
|
10512
|
-
runtimeError: z325.string().optional()
|
|
10512
|
+
runtimeError: z325.string().optional(),
|
|
10513
|
+
message: DTOThreadMessage.pick({ id: true, body: true }).optional()
|
|
10513
10514
|
});
|
|
10514
10515
|
var DTOThreadMessageUpdateInput = DTOThreadMessage.pick({
|
|
10515
10516
|
id: true
|