@openmeter/client 1.0.0-beta-601784b3f0b0 → 1.0.0-beta-fe22548bd395

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.
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.0.0-beta-601784b3f0b0";
1
+ export declare const SDK_VERSION = "1.0.0-beta-fe22548bd395";
@@ -2,4 +2,4 @@
2
2
  // The committed value is a dev placeholder. The publish flow
3
3
  // (`make -C api/spec publish-aip-sdk`) stamps the real release version here
4
4
  // before `pnpm publish`, after `pnpm version` updates package.json.
5
- export const SDK_VERSION = '1.0.0-beta-601784b3f0b0';
5
+ export const SDK_VERSION = '1.0.0-beta-fe22548bd395';
@@ -5073,7 +5073,7 @@ export const ulidWire = z
5073
5073
  .describe('ULID (Universally Unique Lexicographically Sortable Identifier).');
5074
5074
  export const dateTimeWire = z
5075
5075
  .string()
5076
- .datetime()
5076
+ .datetime({ offset: true })
5077
5077
  .describe('[RFC3339](https://tools.ietf.org/html/rfc3339) formatted date-time string in UTC.');
5078
5078
  export const sortQueryWire = z
5079
5079
  .strictObject({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmeter/client",
3
- "version": "1.0.0-beta-601784b3f0b0",
3
+ "version": "1.0.0-beta-fe22548bd395",
4
4
  "description": "Official TypeScript SDK for the OpenMeter API — usage metering and billing",
5
5
  "keywords": [
6
6
  "openmeter",