@turtleclub/hooks 0.5.0-beta.79 → 0.5.0-beta.80

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.cjs CHANGED
@@ -956,6 +956,7 @@ var streamSchema = import_zod7.z.object({
956
956
  chainId: import_zod7.z.number().nullable(),
957
957
  chargedFee: import_zod7.z.string().nullable(),
958
958
  claimPaused: import_zod7.z.boolean(),
959
+ committedSnapshot: snapshotSchema.nullable(),
959
960
  contractAddress: import_zod7.z.string().nullable(),
960
961
  createdAt: import_zod7.z.string().datetime(),
961
962
  creationConfirmedAt: import_zod7.z.string().datetime().nullable(),