@openmeter/client 1.0.0-beta-8eb475ed10bc → 1.0.0-beta-89a54f59c65e

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.
@@ -81,8 +81,7 @@ export const ulid = z
81
81
  .regex(new RegExp('^[0-7][0-9A-HJKMNP-TV-Z]{25}$'))
82
82
  .describe('ULID (Universally Unique Lexicographically Sortable Identifier).');
83
83
  export const dateTime = z
84
- .string()
85
- .datetime()
84
+ .date()
86
85
  .describe('[RFC3339](https://tools.ietf.org/html/rfc3339) formatted date-time string in UTC.');
87
86
  export const sortQuery = z
88
87
  .object({