@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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. 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 (required for local machines)
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({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentrix/shared",
3
- "version": "2.28.0",
3
+ "version": "2.28.1",
4
4
  "description": "Shared types and schemas for Agentrix projects",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",