@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 +2 -1
- package/dist/index.d.cts +362 -256
- package/dist/index.d.mts +362 -256
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
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(),
|