@numen-crypto/contract 0.17.0 → 0.17.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.cjs CHANGED
@@ -986,6 +986,7 @@ var WheelStatusSchema = zod.z.object({
986
986
  paidSpinEnabled: zod.z.boolean(),
987
987
  freeSpinAvailable: zod.z.boolean(),
988
988
  nextFreeSpinAt: zod.z.string().nullable(),
989
+ freeSpinEveryDays: zod.z.number().int().positive(),
989
990
  paidSpinPriceUsd: MoneyStringSchema,
990
991
  paidSpinPriceNmn: MoneyStringSchema,
991
992
  paidSpinsLeftToday: zod.z.number().int().nonnegative(),