@agentconnect.md/cli 1.17.0-rc.5 → 1.17.1-rc.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.js CHANGED
@@ -8625,6 +8625,10 @@ const RegisterReq = object({
8625
8625
  integrations: array(object({
8626
8626
  integrationId: string(),
8627
8627
  origin: _enum(["cp", "unknown"])
8628
+ })).default([]),
8629
+ stagedAgents: array(object({
8630
+ agentId: string(),
8631
+ moveId: string().uuid().optional()
8628
8632
  })).default([])
8629
8633
  })
8630
8634
  });