@supernova-studio/model 1.43.0 → 1.43.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.mjs CHANGED
@@ -6633,6 +6633,10 @@ var PageScreenshotInput = z212.object({
6633
6633
  url: z212.string().url(),
6634
6634
  elementSelector: z212.string(),
6635
6635
  uploadUrl: z212.string().url(),
6636
+ viewportSize: z212.object({
6637
+ width: z212.number().positive(),
6638
+ height: z212.number().positive()
6639
+ }).optional(),
6636
6640
  imageSize: z212.object({
6637
6641
  width: z212.number().positive(),
6638
6642
  height: z212.number().positive()