@supernova-studio/client 1.42.3 → 1.42.4
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 +458 -5
- package/dist/index.d.ts +458 -5
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5809,6 +5809,9 @@ var PageScreenshotInput = _zod.z.object({
|
|
|
5809
5809
|
imageSize: _zod.z.object({
|
|
5810
5810
|
width: _zod.z.number().positive(),
|
|
5811
5811
|
height: _zod.z.number().positive()
|
|
5812
|
+
}).optional(),
|
|
5813
|
+
authorization: _zod.z.object({
|
|
5814
|
+
supernovaToken: _zod.z.string().optional()
|
|
5812
5815
|
}).optional()
|
|
5813
5816
|
});
|
|
5814
5817
|
var PageScreenshotOutput = _zod.z.discriminatedUnion("success", [
|
|
@@ -9844,7 +9847,7 @@ var DTOForgeProjectFeatureCreateInput = _zod2.default.object({
|
|
|
9844
9847
|
description: _zod2.default.string(),
|
|
9845
9848
|
sectionId: Id.optional(),
|
|
9846
9849
|
afterFeatureId: Id.nullable().optional(),
|
|
9847
|
-
initialMessage:
|
|
9850
|
+
initialMessage: DTOThreadMessageCreateInput
|
|
9848
9851
|
});
|
|
9849
9852
|
var DTOForgeProjectFeatureUpdateInput = _zod2.default.object({
|
|
9850
9853
|
id: Id,
|