@supernova-studio/model 1.46.0 → 1.46.2
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.d.mts
CHANGED
|
@@ -189911,13 +189911,10 @@ declare const PageScreenshotInput: z$1.ZodObject<{
|
|
|
189911
189911
|
}>>;
|
|
189912
189912
|
supernovaAuth: z$1.ZodOptional<z$1.ZodObject<{
|
|
189913
189913
|
accessToken: z$1.ZodString;
|
|
189914
|
-
authPageUrl: z$1.ZodString;
|
|
189915
189914
|
}, "strip", z$1.ZodTypeAny, {
|
|
189916
189915
|
accessToken: string;
|
|
189917
|
-
authPageUrl: string;
|
|
189918
189916
|
}, {
|
|
189919
189917
|
accessToken: string;
|
|
189920
|
-
authPageUrl: string;
|
|
189921
189918
|
}>>;
|
|
189922
189919
|
}, "strip", z$1.ZodTypeAny, {
|
|
189923
189920
|
url: string;
|
|
@@ -189933,7 +189930,6 @@ declare const PageScreenshotInput: z$1.ZodObject<{
|
|
|
189933
189930
|
} | undefined;
|
|
189934
189931
|
supernovaAuth?: {
|
|
189935
189932
|
accessToken: string;
|
|
189936
|
-
authPageUrl: string;
|
|
189937
189933
|
} | undefined;
|
|
189938
189934
|
}, {
|
|
189939
189935
|
url: string;
|
|
@@ -189949,7 +189945,6 @@ declare const PageScreenshotInput: z$1.ZodObject<{
|
|
|
189949
189945
|
} | undefined;
|
|
189950
189946
|
supernovaAuth?: {
|
|
189951
189947
|
accessToken: string;
|
|
189952
|
-
authPageUrl: string;
|
|
189953
189948
|
} | undefined;
|
|
189954
189949
|
}>;
|
|
189955
189950
|
type PageScreenshotInput = z$1.infer<typeof PageScreenshotInput>;
|
package/dist/index.d.ts
CHANGED
|
@@ -189911,13 +189911,10 @@ declare const PageScreenshotInput: z$1.ZodObject<{
|
|
|
189911
189911
|
}>>;
|
|
189912
189912
|
supernovaAuth: z$1.ZodOptional<z$1.ZodObject<{
|
|
189913
189913
|
accessToken: z$1.ZodString;
|
|
189914
|
-
authPageUrl: z$1.ZodString;
|
|
189915
189914
|
}, "strip", z$1.ZodTypeAny, {
|
|
189916
189915
|
accessToken: string;
|
|
189917
|
-
authPageUrl: string;
|
|
189918
189916
|
}, {
|
|
189919
189917
|
accessToken: string;
|
|
189920
|
-
authPageUrl: string;
|
|
189921
189918
|
}>>;
|
|
189922
189919
|
}, "strip", z$1.ZodTypeAny, {
|
|
189923
189920
|
url: string;
|
|
@@ -189933,7 +189930,6 @@ declare const PageScreenshotInput: z$1.ZodObject<{
|
|
|
189933
189930
|
} | undefined;
|
|
189934
189931
|
supernovaAuth?: {
|
|
189935
189932
|
accessToken: string;
|
|
189936
|
-
authPageUrl: string;
|
|
189937
189933
|
} | undefined;
|
|
189938
189934
|
}, {
|
|
189939
189935
|
url: string;
|
|
@@ -189949,7 +189945,6 @@ declare const PageScreenshotInput: z$1.ZodObject<{
|
|
|
189949
189945
|
} | undefined;
|
|
189950
189946
|
supernovaAuth?: {
|
|
189951
189947
|
accessToken: string;
|
|
189952
|
-
authPageUrl: string;
|
|
189953
189948
|
} | undefined;
|
|
189954
189949
|
}>;
|
|
189955
189950
|
type PageScreenshotInput = z$1.infer<typeof PageScreenshotInput>;
|
package/dist/index.js
CHANGED
|
@@ -6698,8 +6698,7 @@ var PageScreenshotInput = _zod.z.object({
|
|
|
6698
6698
|
height: _zod.z.number().positive()
|
|
6699
6699
|
}).optional(),
|
|
6700
6700
|
supernovaAuth: _zod.z.object({
|
|
6701
|
-
accessToken: _zod.z.string()
|
|
6702
|
-
authPageUrl: _zod.z.string()
|
|
6701
|
+
accessToken: _zod.z.string()
|
|
6703
6702
|
}).optional()
|
|
6704
6703
|
});
|
|
6705
6704
|
var PageScreenshotOutput = _zod.z.discriminatedUnion("success", [
|