@supernova-studio/client 1.47.3 → 1.47.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.mjs CHANGED
@@ -9671,6 +9671,10 @@ var DTOFeatureIterationUpdateArtifactsByMessageInput = z314.object({
9671
9671
  var DTOFeatureAgentWorkFinalizeInput = z314.object({
9672
9672
  messageId: Id
9673
9673
  });
9674
+ var DTOFeatureUpdateThemeInput = z314.object({
9675
+ parentMessageId: z314.string().optional(),
9676
+ themeCss: z314.string()
9677
+ });
9674
9678
  var DTOFeatureMessageResponse = z314.object({
9675
9679
  message: DTOFeatureMessage
9676
9680
  });
@@ -19616,6 +19620,7 @@ export {
19616
19620
  DTOFeatureMessageUpdateInput,
19617
19621
  DTOFeatureMessageUserSender,
19618
19622
  DTOFeatureSandbox,
19623
+ DTOFeatureUpdateThemeInput,
19619
19624
  DTOFigmaComponent,
19620
19625
  DTOFigmaComponentGroup,
19621
19626
  DTOFigmaComponentGroupListResponse,