@agentrix/shared 2.28.0 → 2.28.1
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 +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1064,7 +1064,7 @@ const SyncMachineRequestSchema = zod.z.object({
|
|
|
1064
1064
|
metadata: zod.z.string(),
|
|
1065
1065
|
// Encrypted metadata (or plaintext JSON for cloud/local-debug modes)
|
|
1066
1066
|
dataEncryptionKey: zod.z.string().optional()
|
|
1067
|
-
// Encrypted machine encryption key (
|
|
1067
|
+
// Encrypted machine encryption key (sent when binding/updating local machine access)
|
|
1068
1068
|
});
|
|
1069
1069
|
const SyncLocalMachineResponseSchema = zod.z.object({
|
|
1070
1070
|
machine: zod.z.object({
|