@agentsim/sdk 0.15.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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
|
|
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
|
|
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.
|