@supernova-studio/model 1.45.1 → 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.d.mts +0 -5
- package/dist/index.d.ts +0 -5
- 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
|
@@ -6698,8 +6698,7 @@ var PageScreenshotInput = z214.object({
|
|
|
6698
6698
|
height: z214.number().positive()
|
|
6699
6699
|
}).optional(),
|
|
6700
6700
|
supernovaAuth: z214.object({
|
|
6701
|
-
accessToken: z214.string()
|
|
6702
|
-
authPageUrl: z214.string()
|
|
6701
|
+
accessToken: z214.string()
|
|
6703
6702
|
}).optional()
|
|
6704
6703
|
});
|
|
6705
6704
|
var PageScreenshotOutput = z214.discriminatedUnion("success", [
|