@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.cjs CHANGED
@@ -271,7 +271,8 @@ const UpdateSessionBodySchema = z__namespace.object({
271
271
  t: z__namespace.literal("update-session"),
272
272
  id: z__namespace.string(),
273
273
  metadata: VersionedEncryptedValueSchema.nullish(),
274
- agentState: VersionedNullableEncryptedValueSchema.nullish()
274
+ agentState: VersionedNullableEncryptedValueSchema.nullish(),
275
+ preferences: VersionedNullableEncryptedValueSchema.nullish()
275
276
  });
276
277
  const VersionedMachineEncryptedValueSchema = z__namespace.object({
277
278
  version: z__namespace.number(),