@agentsim/sdk 0.14.0 → 0.17.0

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.d.ts CHANGED
@@ -6,7 +6,7 @@ export { NumberSession } from "./session.js";
6
6
  export type { ProvisionOptions, OtpResult, SmsMessage, WaitForOtpOptions, ReregistrationInfo } from "./client.js";
7
7
  export { AgentSimError, AuthenticationError, ForbiddenError, PoolExhaustedError, SessionNotFoundError, OtpTimeoutError, RateLimitError, ValidationError, ApiError, } from "./errors.js";
8
8
  /**
9
- * Provision a real mobile number for the given agent. Starts a billable session.
9
+ * Provision a temporary phone number for the given agent. Starts a billable session.
10
10
  *
11
11
  * **Billing:** $0.99 per session on the Builder plan. Free on Hobby (10 sessions/month limit).
12
12
  * Sessions that end with an `OtpTimeoutError` are NOT billed.
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ export { AgentSimClient } from "./client.js";
4
4
  export { NumberSession } from "./session.js";
5
5
  export { AgentSimError, AuthenticationError, ForbiddenError, PoolExhaustedError, SessionNotFoundError, OtpTimeoutError, RateLimitError, ValidationError, ApiError, } from "./errors.js";
6
6
  /**
7
- * Provision a real mobile number for the given agent. Starts a billable session.
7
+ * Provision a temporary phone number for the given agent. Starts a billable session.
8
8
  *
9
9
  * **Billing:** $0.99 per session on the Builder plan. Free on Hobby (10 sessions/month limit).
10
10
  * Sessions that end with an `OtpTimeoutError` are NOT billed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentsim/sdk",
3
- "version": "0.14.0",
3
+ "version": "0.17.0",
4
4
  "description": "AgentSIM TypeScript SDK — autonomous OTP relay for AI agents",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",