@supernova-studio/model 1.47.5 → 1.47.6
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 +18 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6732,6 +6732,10 @@ var PageScreenshotInput = z214.object({
|
|
|
6732
6732
|
}).optional(),
|
|
6733
6733
|
supernovaAuth: z214.object({
|
|
6734
6734
|
accessToken: z214.string()
|
|
6735
|
+
}).optional(),
|
|
6736
|
+
trace: z214.object({
|
|
6737
|
+
sentryTrace: z214.string().optional(),
|
|
6738
|
+
baggage: z214.string().optional()
|
|
6735
6739
|
}).optional()
|
|
6736
6740
|
});
|
|
6737
6741
|
var PageScreenshotOutput = z214.discriminatedUnion("success", [
|