@supernova-studio/client 1.82.0 → 1.82.1
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 +154 -128
- package/dist/index.d.ts +154 -128
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10737,7 +10737,7 @@ var DTOThreadMessageAttachments = z324.object({
|
|
|
10737
10737
|
templateId: z324.string().optional(),
|
|
10738
10738
|
figmaNodes: DTOForgeFigmaNode.array().optional()
|
|
10739
10739
|
});
|
|
10740
|
-
var
|
|
10740
|
+
var DTOThreadMessageAnnotation = z324.object({
|
|
10741
10741
|
prompt: z324.string(),
|
|
10742
10742
|
elements: z324.array(
|
|
10743
10743
|
z324.object({
|
|
@@ -10746,6 +10746,7 @@ var DTOThreadMessageAnnotations = z324.object({
|
|
|
10746
10746
|
})
|
|
10747
10747
|
)
|
|
10748
10748
|
});
|
|
10749
|
+
var DTOThreadMessageAnnotations = z324.array(DTOThreadMessageAnnotation);
|
|
10749
10750
|
var DTOThreadMessage = z324.object({
|
|
10750
10751
|
id: Id,
|
|
10751
10752
|
threadId: z324.string(),
|
|
@@ -21524,6 +21525,7 @@ export {
|
|
|
21524
21525
|
DTOThreadEventReactionsSent,
|
|
21525
21526
|
DTOThreadMessage,
|
|
21526
21527
|
DTOThreadMessageAgentSender,
|
|
21528
|
+
DTOThreadMessageAnnotation,
|
|
21527
21529
|
DTOThreadMessageAnnotations,
|
|
21528
21530
|
DTOThreadMessageAttachments,
|
|
21529
21531
|
DTOThreadMessageAttachmentsCreateInput,
|