@supernova-studio/model 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.mjs CHANGED
@@ -6637,8 +6637,9 @@ var PageScreenshotInput = z212.object({
6637
6637
  width: z212.number().positive(),
6638
6638
  height: z212.number().positive()
6639
6639
  }).optional(),
6640
- authorization: z212.object({
6641
- supernovaToken: z212.string().optional()
6640
+ supernovaAuth: z212.object({
6641
+ accessToken: z212.string(),
6642
+ authPageUrl: z212.string()
6642
6643
  }).optional()
6643
6644
  });
6644
6645
  var PageScreenshotOutput = z212.discriminatedUnion("success", [