@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 +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5843,8 +5843,7 @@ var PageScreenshotInput = z214.object({
|
|
|
5843
5843
|
height: z214.number().positive()
|
|
5844
5844
|
}).optional(),
|
|
5845
5845
|
supernovaAuth: z214.object({
|
|
5846
|
-
accessToken: z214.string()
|
|
5847
|
-
authPageUrl: z214.string()
|
|
5846
|
+
accessToken: z214.string()
|
|
5848
5847
|
}).optional()
|
|
5849
5848
|
});
|
|
5850
5849
|
var PageScreenshotOutput = z214.discriminatedUnion("success", [
|