@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.d.mts +18 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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()
|