@supernova-studio/client 1.40.8 → 1.40.9

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
@@ -9332,7 +9332,8 @@ var DTOFeatureSandbox = z311.object({
9332
9332
  url: z311.string(),
9333
9333
  staticPreviewUrl: z311.string().optional(),
9334
9334
  parentMessageId: Id.optional(),
9335
- currentIterationId: Id
9335
+ currentIterationId: Id,
9336
+ expiresAt: z311.string().optional()
9336
9337
  });
9337
9338
  var DTOFeatureMessageCreateInput = DTOFeatureMessage.pick({
9338
9339
  id: true,