@supernova-studio/client 1.42.3 → 1.42.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
@@ -5809,6 +5809,9 @@ var PageScreenshotInput = z214.object({
5809
5809
  imageSize: z214.object({
5810
5810
  width: z214.number().positive(),
5811
5811
  height: z214.number().positive()
5812
+ }).optional(),
5813
+ authorization: z214.object({
5814
+ supernovaToken: z214.string().optional()
5812
5815
  }).optional()
5813
5816
  });
5814
5817
  var PageScreenshotOutput = z214.discriminatedUnion("success", [
@@ -9844,7 +9847,7 @@ var DTOForgeProjectFeatureCreateInput = z320.object({
9844
9847
  description: z320.string(),
9845
9848
  sectionId: Id.optional(),
9846
9849
  afterFeatureId: Id.nullable().optional(),
9847
- initialMessage: DTOFeatureMessageCreateInput
9850
+ initialMessage: DTOThreadMessageCreateInput
9848
9851
  });
9849
9852
  var DTOForgeProjectFeatureUpdateInput = z320.object({
9850
9853
  id: Id,