@supernova-studio/model 1.16.0 → 1.16.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.mjs CHANGED
@@ -5996,7 +5996,8 @@ var ForgeProjectRoomUpdate = z183.object({
5996
5996
  artifacts: z183.array(ForgeProjectArtifact).optional(),
5997
5997
  artifactIdsToDelete: z183.array(z183.string()).optional(),
5998
5998
  features: z183.array(ProjectFeature).optional(),
5999
- featureIdsToDelete: z183.array(z183.string()).optional()
5999
+ featureIdsToDelete: z183.array(z183.string()).optional(),
6000
+ executedTransactionIds: z183.string().array().optional()
6000
6001
  });
6001
6002
 
6002
6003
  // src/liveblocks/rooms/room-type.ts