@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.
- package/dist/lib/version.d.ts +1 -1
- package/dist/lib/version.js +1 -1
- package/dist/models/schemas.js +1 -1
- package/package.json +1 -1
package/dist/lib/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.0.0-beta-
|
|
1
|
+
export declare const SDK_VERSION = "1.0.0-beta-fe22548bd395";
|
package/dist/lib/version.js
CHANGED
|
@@ -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-
|
|
5
|
+
export const SDK_VERSION = '1.0.0-beta-fe22548bd395';
|
package/dist/models/schemas.js
CHANGED
|
@@ -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({
|