@supernova-studio/client 1.33.0 → 1.33.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.mjs CHANGED
@@ -9227,10 +9227,10 @@ var DTOFeatureIterationTag = z312.object({
9227
9227
  iterationId: Id
9228
9228
  });
9229
9229
  var DTOFeatureSandbox = z312.object({
9230
- id: Id,
9230
+ id: z312.string(),
9231
9231
  url: z312.string(),
9232
9232
  staticPreviewUrl: z312.string().optional(),
9233
- parentMessageId: Id.nullable(),
9233
+ parentMessageId: Id.optional(),
9234
9234
  currentIterationId: Id
9235
9235
  });
9236
9236
  var DTOFeatureMessageCreateInput = DTOFeatureMessage.pick({