@supernova-studio/client 1.46.0 → 1.46.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.js CHANGED
@@ -5843,8 +5843,7 @@ var PageScreenshotInput = _zod.z.object({
5843
5843
  height: _zod.z.number().positive()
5844
5844
  }).optional(),
5845
5845
  supernovaAuth: _zod.z.object({
5846
- accessToken: _zod.z.string(),
5847
- authPageUrl: _zod.z.string()
5846
+ accessToken: _zod.z.string()
5848
5847
  }).optional()
5849
5848
  });
5850
5849
  var PageScreenshotOutput = _zod.z.discriminatedUnion("success", [