@supernova-studio/client 1.55.0 → 1.55.2

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.mjs CHANGED
@@ -5768,7 +5768,6 @@ var FlaggedFeature = z207.enum([
5768
5768
  "ShadowPropsKeepAliases",
5769
5769
  "NonCompatibleTypeChanges",
5770
5770
  "TypographyUseFontStyle",
5771
- "FigmaImporterV3",
5772
5771
  "SparseCheckoutEnabled",
5773
5772
  "NoTagsNoBlobsCheckoutEnabled",
5774
5773
  "PulsarDebugMode",
@@ -10519,6 +10518,11 @@ var DTOThreadMessageFinalizeInput = z325.object({
10519
10518
  var DTOThreadMessageRetryInput = z325.object({
10520
10519
  agentMessageId: Id,
10521
10520
  runtimeError: z325.string().optional(),
10521
+ /**
10522
+ * When `true`, the retry message will be sent to a thread started by the user's message
10523
+ * Useful when user retries a message created in the main thread, but expects the retry to be sent as a thread reply
10524
+ */
10525
+ shouldReplyInThread: z325.boolean().optional(),
10522
10526
  message: DTOThreadMessage.pick({ id: true, body: true }).optional()
10523
10527
  });
10524
10528
  var DTOThreadMessageUpdateInput = DTOThreadMessage.pick({