@supernova-studio/model 1.41.0 → 1.41.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 +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6669,7 +6669,8 @@ var PageScreenshotInput = z214.object({
|
|
|
6669
6669
|
});
|
|
6670
6670
|
var PageScreenshotOutput = z214.discriminatedUnion("success", [
|
|
6671
6671
|
z214.object({
|
|
6672
|
-
success: z214.literal(true)
|
|
6672
|
+
success: z214.literal(true),
|
|
6673
|
+
fileSize: z214.number()
|
|
6673
6674
|
}),
|
|
6674
6675
|
z214.object({
|
|
6675
6676
|
success: z214.literal(false),
|