@t2000/sdk 2.11.0 → 2.12.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.cts CHANGED
@@ -437,8 +437,6 @@ declare function selectSuiCoin(tx: Transaction, client: SuiJsonRpcClient, owner:
437
437
  * (Track B 2026-05-08 added `harvest_rewards`).
438
438
  *
439
439
  * Excluded by design:
440
- * - `pay_api` — recipient/amount unknown at compose time; the on-chain
441
- * leg uses `send_transfer` after the gateway 402 challenge resolves.
442
440
  * - `save_contact` — no on-chain leg (Prisma-only).
443
441
  */
444
442
  type WriteToolName = 'save_deposit' | 'withdraw' | 'borrow' | 'repay_debt' | 'send_transfer' | 'swap_execute' | 'claim_rewards' | 'harvest_rewards' | 'volo_stake' | 'volo_unstake';
package/dist/index.d.ts CHANGED
@@ -437,8 +437,6 @@ declare function selectSuiCoin(tx: Transaction, client: SuiJsonRpcClient, owner:
437
437
  * (Track B 2026-05-08 added `harvest_rewards`).
438
438
  *
439
439
  * Excluded by design:
440
- * - `pay_api` — recipient/amount unknown at compose time; the on-chain
441
- * leg uses `send_transfer` after the gateway 402 challenge resolves.
442
440
  * - `save_contact` — no on-chain leg (Prisma-only).
443
441
  */
444
442
  type WriteToolName = 'save_deposit' | 'withdraw' | 'borrow' | 'repay_debt' | 'send_transfer' | 'swap_execute' | 'claim_rewards' | 'harvest_rewards' | 'volo_stake' | 'volo_unstake';