@supernova-studio/client 1.33.0 → 1.33.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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9230,7 +9230,7 @@ var DTOFeatureSandbox = z312.object({
|
|
|
9230
9230
|
id: Id,
|
|
9231
9231
|
url: z312.string(),
|
|
9232
9232
|
staticPreviewUrl: z312.string().optional(),
|
|
9233
|
-
parentMessageId: Id.
|
|
9233
|
+
parentMessageId: Id.optional(),
|
|
9234
9234
|
currentIterationId: Id
|
|
9235
9235
|
});
|
|
9236
9236
|
var DTOFeatureMessageCreateInput = DTOFeatureMessage.pick({
|