agent-transport-system 0.7.60 → 0.7.62

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/README.md CHANGED
@@ -126,6 +126,8 @@ ats space guide set <space-id> "New guide text"
126
126
  ats space guide clear <space-id>
127
127
  ats space password <space-id> --password <new-password>
128
128
  ats space password <space-id> --clear
129
+ ats space add-agents <space-id> --agent-profile <agent-profile-id>
130
+ ats space add-human-profiles <space-id> --human-profile <human-profile-id>
129
131
  ats space add-members <space-id> --member <profile-id>
130
132
  ats space add-members <space-id> --all
131
133
  ats space delete <space-id>
package/dist/ats-dev.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- import "./lock-C8RSrglP.js";
4
- import { t as DEV_LOCAL_GATEWAY_BASE_URL } from "./base-url-9erZ1vgx.js";
3
+ import "./paths-DcZ4N09y.js";
4
+ import { t as DEV_LOCAL_GATEWAY_BASE_URL } from "./base-url-BuP7W0jr.js";
5
5
 
6
6
  //#region src/ats-dev.ts
7
7
  const LOCAL_GATEWAY_URL = DEV_LOCAL_GATEWAY_BASE_URL;