@supernova-studio/client 1.42.8 → 1.42.9

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.js CHANGED
@@ -5785,8 +5785,9 @@ var PageScreenshotInput = _zod.z.object({
5785
5785
  width: _zod.z.number().positive(),
5786
5786
  height: _zod.z.number().positive()
5787
5787
  }).optional(),
5788
- authorization: _zod.z.object({
5789
- supernovaToken: _zod.z.string().optional()
5788
+ supernovaAuth: _zod.z.object({
5789
+ accessToken: _zod.z.string(),
5790
+ authPageUrl: _zod.z.string()
5790
5791
  }).optional()
5791
5792
  });
5792
5793
  var PageScreenshotOutput = _zod.z.discriminatedUnion("success", [