Skip to content

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 19:41
· 10 commits to main since this release
e24d2a9

Removed

  • Reseller tools are no longer exposed: listChildOrganizations, addUser, setUserAccessControl, setUserExpiry, setChildConcurrency, calculateCreditOperation, transferCreditsToChild, revertCreditsFromChild, getResellerCreditLogs. These act on other people's accounts, several move money, and they are not safe behind a model. Use the REST API or an SDK for them.

Added

  • Phone number provisioning: searchPhoneNumbers, purchasePhoneNumber, releasePhoneNumber. Purchase and release are marked destructive and open-world, so a client can confirm before either runs.
  • provision_agent and the routing guide now tell you a number can be bought, not only imported, and to confirm the price with the user first.

Security

  • The phone number tools no longer accept user_id, the reseller "act on a client" switch. They only ever act on the account the key belongs to, so a reseller key cannot spend a client's balance or release their number from a model.