@supernova-studio/client 1.33.1 → 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.js CHANGED
@@ -9227,7 +9227,7 @@ var DTOFeatureIterationTag = _zod2.default.object({
9227
9227
  iterationId: Id
9228
9228
  });
9229
9229
  var DTOFeatureSandbox = _zod2.default.object({
9230
- id: Id,
9230
+ id: _zod2.default.string(),
9231
9231
  url: _zod2.default.string(),
9232
9232
  staticPreviewUrl: _zod2.default.string().optional(),
9233
9233
  parentMessageId: Id.optional(),