@supernova-studio/model 1.42.2 → 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.d.mts +13 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6665,6 +6665,9 @@ var PageScreenshotInput = z214.object({
|
|
|
6665
6665
|
imageSize: z214.object({
|
|
6666
6666
|
width: z214.number().positive(),
|
|
6667
6667
|
height: z214.number().positive()
|
|
6668
|
+
}).optional(),
|
|
6669
|
+
authorization: z214.object({
|
|
6670
|
+
supernovaToken: z214.string().optional()
|
|
6668
6671
|
}).optional()
|
|
6669
6672
|
});
|
|
6670
6673
|
var PageScreenshotOutput = z214.discriminatedUnion("success", [
|