@kmmao/happy-wire 0.2.5 → 0.2.7

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.mjs CHANGED
@@ -250,7 +250,8 @@ const UpdateSessionBodySchema = z.object({
250
250
  t: z.literal("update-session"),
251
251
  id: z.string(),
252
252
  metadata: VersionedEncryptedValueSchema.nullish(),
253
- agentState: VersionedNullableEncryptedValueSchema.nullish()
253
+ agentState: VersionedNullableEncryptedValueSchema.nullish(),
254
+ preferences: VersionedNullableEncryptedValueSchema.nullish()
254
255
  });
255
256
  const VersionedMachineEncryptedValueSchema = z.object({
256
257
  version: z.number(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmmao/happy-wire",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "Shared message wire types and Zod schemas for Happy clients and services",
5
5
  "author": "kmmao",
6
6
  "license": "MIT",