@cobo/agentic-wallet 0.1.4 → 0.1.6

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.
Files changed (621) hide show
  1. package/README.md +183 -114
  2. package/dist/api/audit-api.d.ts +1 -1
  3. package/dist/api/audit-api.js +1 -1
  4. package/dist/api/balance-api.d.ts +1 -1
  5. package/dist/api/balance-api.js +1 -1
  6. package/dist/api/coin-price-api.d.ts +1 -1
  7. package/dist/api/coin-price-api.js +1 -1
  8. package/dist/api/faucet-api.d.ts +1 -1
  9. package/dist/api/faucet-api.js +1 -1
  10. package/dist/api/health-api.d.ts +1 -1
  11. package/dist/api/health-api.js +1 -1
  12. package/dist/api/identity-api.d.ts +1 -1
  13. package/dist/api/identity-api.js +1 -1
  14. package/dist/api/meta-api.d.ts +1 -1
  15. package/dist/api/meta-api.js +1 -1
  16. package/dist/api/metadata-api.d.ts +1 -1
  17. package/dist/api/metadata-api.js +1 -1
  18. package/dist/api/pacts-api.d.ts +1 -1
  19. package/dist/api/pacts-api.js +1 -1
  20. package/dist/api/pending-operations-api.d.ts +1 -1
  21. package/dist/api/pending-operations-api.js +1 -1
  22. package/dist/api/recipes-api.d.ts +8 -115
  23. package/dist/api/recipes-api.d.ts.map +1 -1
  24. package/dist/api/recipes-api.js +10 -442
  25. package/dist/api/recipes-api.js.map +1 -1
  26. package/dist/api/suggestions-api.d.ts +1 -1
  27. package/dist/api/suggestions-api.js +1 -1
  28. package/dist/api/telemetry-api.d.ts +1 -1
  29. package/dist/api/telemetry-api.js +1 -1
  30. package/dist/api/transaction-records-api.d.ts +1 -1
  31. package/dist/api/transaction-records-api.js +1 -1
  32. package/dist/api/transactions-api.d.ts +6 -4
  33. package/dist/api/transactions-api.d.ts.map +1 -1
  34. package/dist/api/transactions-api.js +12 -4
  35. package/dist/api/transactions-api.js.map +1 -1
  36. package/dist/api/wallets-api.d.ts +9 -8
  37. package/dist/api/wallets-api.d.ts.map +1 -1
  38. package/dist/api/wallets-api.js +12 -8
  39. package/dist/api/wallets-api.js.map +1 -1
  40. package/dist/api.d.ts +1 -2
  41. package/dist/api.d.ts.map +1 -1
  42. package/dist/api.js +1 -2
  43. package/dist/api.js.map +1 -1
  44. package/dist/base.d.ts +1 -1
  45. package/dist/base.js +1 -1
  46. package/dist/common.d.ts +1 -1
  47. package/dist/common.js +1 -1
  48. package/dist/configuration.d.ts +1 -1
  49. package/dist/configuration.js +1 -1
  50. package/dist/index.d.ts +1 -1
  51. package/dist/index.js +1 -1
  52. package/dist/models/agent-status-response.d.ts +2 -2
  53. package/dist/models/agent-status-response.js +1 -1
  54. package/dist/models/api-key-create-result-public.d.ts +1 -1
  55. package/dist/models/api-key-create-result-public.js +1 -1
  56. package/dist/models/api-key-create.d.ts +1 -1
  57. package/dist/models/api-key-create.js +1 -1
  58. package/dist/models/api-key-public-read.d.ts +1 -1
  59. package/dist/models/api-key-public-read.js +1 -1
  60. package/dist/models/audit-action.d.ts +1 -1
  61. package/dist/models/audit-action.js +1 -1
  62. package/dist/models/audit-log-page.d.ts +1 -1
  63. package/dist/models/audit-log-page.js +1 -1
  64. package/dist/models/audit-log-read.d.ts +1 -1
  65. package/dist/models/audit-log-read.js +1 -1
  66. package/dist/models/audit-result.d.ts +1 -1
  67. package/dist/models/audit-result.js +1 -1
  68. package/dist/models/balance-read.d.ts +1 -1
  69. package/dist/models/balance-read.js +1 -1
  70. package/dist/models/chain-info.d.ts +1 -1
  71. package/dist/models/chain-info.js +1 -1
  72. package/dist/models/chain-metadata.d.ts +1 -1
  73. package/dist/models/chain-metadata.js +1 -1
  74. package/dist/models/completion-condition-type.d.ts +1 -1
  75. package/dist/models/completion-condition-type.js +1 -1
  76. package/dist/models/completion-condition.d.ts +1 -1
  77. package/dist/models/completion-condition.js +1 -1
  78. package/dist/models/contract-call-create.d.ts +1 -1
  79. package/dist/models/contract-call-create.js +1 -1
  80. package/dist/models/contract-call-submit-result.d.ts +1 -1
  81. package/dist/models/contract-call-submit-result.js +1 -1
  82. package/dist/models/delegation-spend-summary.d.ts +1 -1
  83. package/dist/models/delegation-spend-summary.js +1 -1
  84. package/dist/models/delegation-usage-limit-summary.d.ts +1 -1
  85. package/dist/models/delegation-usage-limit-summary.js +1 -1
  86. package/dist/models/drop-transaction-request.d.ts +1 -1
  87. package/dist/models/drop-transaction-request.js +1 -1
  88. package/dist/models/eip1559-fee-request.d.ts +3 -3
  89. package/dist/models/eip1559-fee-request.d.ts.map +1 -1
  90. package/dist/models/eip1559-fee-request.js +1 -1
  91. package/dist/models/estimate-contract-call-fee-request.d.ts +1 -1
  92. package/dist/models/estimate-contract-call-fee-request.js +1 -1
  93. package/dist/models/estimate-transfer-fee-read.d.ts +1 -1
  94. package/dist/models/estimate-transfer-fee-read.js +1 -1
  95. package/dist/models/estimate-transfer-fee-request.d.ts +1 -1
  96. package/dist/models/estimate-transfer-fee-request.js +1 -1
  97. package/dist/models/eth-call-request.d.ts +1 -1
  98. package/dist/models/eth-call-request.js +1 -1
  99. package/dist/models/eth-call-result.d.ts +1 -1
  100. package/dist/models/eth-call-result.js +1 -1
  101. package/dist/models/evmlegacy-fee-request.d.ts +1 -1
  102. package/dist/models/evmlegacy-fee-request.js +1 -1
  103. package/dist/models/external-transaction-operation-type.d.ts +1 -1
  104. package/dist/models/external-transaction-operation-type.js +1 -1
  105. package/dist/models/external-transaction-read.d.ts +1 -1
  106. package/dist/models/external-transaction-read.js +1 -1
  107. package/dist/models/external-transaction-stage.d.ts +1 -1
  108. package/dist/models/external-transaction-stage.js +1 -1
  109. package/dist/models/faucet-deposit-request.d.ts +1 -1
  110. package/dist/models/faucet-deposit-request.js +1 -1
  111. package/dist/models/faucet-deposit-result.d.ts +1 -1
  112. package/dist/models/faucet-deposit-result.js +1 -1
  113. package/dist/models/faucet-token-info.d.ts +1 -1
  114. package/dist/models/faucet-token-info.js +1 -1
  115. package/dist/models/faucet-token-item.d.ts +1 -1
  116. package/dist/models/faucet-token-item.js +1 -1
  117. package/dist/models/fee-estimate-read.d.ts +1 -1
  118. package/dist/models/fee-estimate-read.js +1 -1
  119. package/dist/models/fee-request.d.ts +1 -1
  120. package/dist/models/fee-request.js +1 -1
  121. package/dist/models/index.d.ts +3 -35
  122. package/dist/models/index.d.ts.map +1 -1
  123. package/dist/models/index.js +3 -35
  124. package/dist/models/index.js.map +1 -1
  125. package/dist/models/inline-policy-create.d.ts +1 -1
  126. package/dist/models/inline-policy-create.js +1 -1
  127. package/dist/models/key-share-holder-group-status.d.ts +1 -1
  128. package/dist/models/key-share-holder-group-status.js +1 -1
  129. package/dist/models/key-share-holder-group-type.d.ts +1 -1
  130. package/dist/models/key-share-holder-group-type.js +1 -1
  131. package/dist/models/key-share-holder-type.d.ts +1 -1
  132. package/dist/models/key-share-holder-type.js +1 -1
  133. package/dist/models/knowledge-search-type.d.ts +1 -1
  134. package/dist/models/knowledge-search-type.js +1 -1
  135. package/dist/models/langfuse-record.d.ts +1 -1
  136. package/dist/models/langfuse-record.js +1 -1
  137. package/dist/models/message-sign-create.d.ts +1 -1
  138. package/dist/models/message-sign-create.js +1 -1
  139. package/dist/models/message-sign-dest-type.d.ts +1 -1
  140. package/dist/models/message-sign-dest-type.js +1 -1
  141. package/dist/models/message-sign-result.d.ts +1 -1
  142. package/dist/models/message-sign-result.js +1 -1
  143. package/dist/models/model-error.d.ts +1 -1
  144. package/dist/models/model-error.js +1 -1
  145. package/dist/models/mpp-challenge.d.ts +1 -1
  146. package/dist/models/mpp-challenge.js +1 -1
  147. package/dist/models/mpp-session-action.d.ts +1 -1
  148. package/dist/models/mpp-session-action.js +1 -1
  149. package/dist/models/mpp-session-info.d.ts +1 -1
  150. package/dist/models/mpp-session-info.js +1 -1
  151. package/dist/models/mpp-session-params.d.ts +1 -1
  152. package/dist/models/mpp-session-params.js +1 -1
  153. package/dist/models/node-status-read.d.ts +1 -1
  154. package/dist/models/node-status-read.js +1 -1
  155. package/dist/models/pact-event-list-response.d.ts +1 -1
  156. package/dist/models/pact-event-list-response.js +1 -1
  157. package/dist/models/pact-event-read.d.ts +1 -1
  158. package/dist/models/pact-event-read.js +1 -1
  159. package/dist/models/pact-event-type.d.ts +1 -1
  160. package/dist/models/pact-event-type.js +1 -1
  161. package/dist/models/pact-list-response.d.ts +1 -1
  162. package/dist/models/pact-list-response.js +1 -1
  163. package/dist/models/pact-public-read.d.ts +7 -1
  164. package/dist/models/pact-public-read.d.ts.map +1 -1
  165. package/dist/models/pact-public-read.js +1 -1
  166. package/dist/models/pact-spec-input.d.ts +1 -1
  167. package/dist/models/pact-spec-input.js +1 -1
  168. package/dist/models/pact-spec-output.d.ts +1 -1
  169. package/dist/models/pact-spec-output.js +1 -1
  170. package/dist/models/pact-stats-language.d.ts +1 -1
  171. package/dist/models/pact-stats-language.js +1 -1
  172. package/dist/models/pact-status.d.ts +1 -1
  173. package/dist/models/pact-status.js +1 -1
  174. package/dist/models/pact-submit-request.d.ts +7 -1
  175. package/dist/models/pact-submit-request.d.ts.map +1 -1
  176. package/dist/models/pact-submit-request.js +1 -1
  177. package/dist/models/pact-submit-response.d.ts +1 -1
  178. package/dist/models/pact-submit-response.js +1 -1
  179. package/dist/models/pact-summary.d.ts +7 -1
  180. package/dist/models/pact-summary.d.ts.map +1 -1
  181. package/dist/models/pact-summary.js +1 -1
  182. package/dist/models/pact-template-read.d.ts +49 -0
  183. package/dist/models/pact-template-read.d.ts.map +1 -0
  184. package/dist/models/{policy-update.js → pact-template-read.js} +2 -2
  185. package/dist/models/pact-template-read.js.map +1 -0
  186. package/dist/models/pact-update-completion-conditions-request.d.ts +1 -1
  187. package/dist/models/pact-update-completion-conditions-request.js +1 -1
  188. package/dist/models/pact-update-policies-request.d.ts +1 -1
  189. package/dist/models/pact-update-policies-request.js +1 -1
  190. package/dist/models/pagination-meta.d.ts +1 -1
  191. package/dist/models/pagination-meta.js +1 -1
  192. package/dist/models/pair-token-status.d.ts +2 -1
  193. package/dist/models/pair-token-status.d.ts.map +1 -1
  194. package/dist/models/pair-token-status.js +2 -1
  195. package/dist/models/pair-token-status.js.map +1 -1
  196. package/dist/models/payment-create.d.ts +1 -1
  197. package/dist/models/payment-create.js +1 -1
  198. package/dist/models/payment-protocol.d.ts +1 -1
  199. package/dist/models/payment-protocol.js +1 -1
  200. package/dist/models/payment-result.d.ts +1 -1
  201. package/dist/models/payment-result.js +1 -1
  202. package/dist/models/pending-operation-action-result.d.ts +1 -1
  203. package/dist/models/pending-operation-action-result.js +1 -1
  204. package/dist/models/pending-operation-list-response.d.ts +1 -1
  205. package/dist/models/pending-operation-list-response.js +1 -1
  206. package/dist/models/pending-operation-read.d.ts +1 -1
  207. package/dist/models/pending-operation-read.js +1 -1
  208. package/dist/models/pending-operation-status.d.ts +1 -1
  209. package/dist/models/pending-operation-status.js +1 -1
  210. package/dist/models/pending-operation-type.d.ts +1 -1
  211. package/dist/models/pending-operation-type.js +1 -1
  212. package/dist/models/policy-type.d.ts +1 -1
  213. package/dist/models/policy-type.js +1 -1
  214. package/dist/models/principal-create-result.d.ts +2 -2
  215. package/dist/models/principal-create-result.js +1 -1
  216. package/dist/models/principal-create.d.ts +1 -1
  217. package/dist/models/principal-create.js +1 -1
  218. package/dist/models/principal-read.d.ts +2 -2
  219. package/dist/models/principal-read.js +1 -1
  220. package/dist/models/principal-type.d.ts +1 -1
  221. package/dist/models/principal-type.js +1 -1
  222. package/dist/models/principal-update.d.ts +1 -1
  223. package/dist/models/principal-update.js +1 -1
  224. package/dist/models/provision-request.d.ts +1 -1
  225. package/dist/models/provision-request.js +1 -1
  226. package/dist/models/provision-response.d.ts +2 -2
  227. package/dist/models/provision-response.js +1 -1
  228. package/dist/models/recent-address-read.d.ts +1 -1
  229. package/dist/models/recent-address-read.js +1 -1
  230. package/dist/models/recipe-search-response.d.ts +1 -1
  231. package/dist/models/recipe-search-response.js +1 -1
  232. package/dist/models/recipe-search-source.d.ts +1 -1
  233. package/dist/models/recipe-search-source.js +1 -1
  234. package/dist/models/reject-pending-operation-request.d.ts +1 -1
  235. package/dist/models/reject-pending-operation-request.js +1 -1
  236. package/dist/models/search-recipes-request.d.ts +3 -3
  237. package/dist/models/search-recipes-request.d.ts.map +1 -1
  238. package/dist/models/search-recipes-request.js +1 -1
  239. package/dist/models/session-record.d.ts +1 -1
  240. package/dist/models/session-record.js +1 -1
  241. package/dist/models/session-span.d.ts +1 -1
  242. package/dist/models/session-span.js +1 -1
  243. package/dist/models/sol-address-lookup-table-account.d.ts +1 -1
  244. package/dist/models/sol-address-lookup-table-account.js +1 -1
  245. package/dist/models/sol-instruction-account.d.ts +1 -1
  246. package/dist/models/sol-instruction-account.js +1 -1
  247. package/dist/models/sol-instruction.d.ts +1 -1
  248. package/dist/models/sol-instruction.js +1 -1
  249. package/dist/models/solfee-request.d.ts +1 -1
  250. package/dist/models/solfee-request.js +1 -1
  251. package/dist/models/speedup-transaction-request.d.ts +1 -1
  252. package/dist/models/speedup-transaction-request.js +1 -1
  253. package/dist/models/standard-response-agent-status-response.d.ts +1 -1
  254. package/dist/models/standard-response-agent-status-response.js +1 -1
  255. package/dist/models/standard-response-api-key-create-result-public.d.ts +1 -1
  256. package/dist/models/standard-response-api-key-create-result-public.js +1 -1
  257. package/dist/models/standard-response-audit-log-page.d.ts +1 -1
  258. package/dist/models/standard-response-audit-log-page.js +1 -1
  259. package/dist/models/standard-response-chain-info.d.ts +1 -1
  260. package/dist/models/standard-response-chain-info.js +1 -1
  261. package/dist/models/standard-response-contract-call-submit-result.d.ts +1 -1
  262. package/dist/models/standard-response-contract-call-submit-result.js +1 -1
  263. package/dist/models/standard-response-dict-str-bool.d.ts +1 -1
  264. package/dist/models/standard-response-dict-str-bool.js +1 -1
  265. package/dist/models/standard-response-dict-str-str.d.ts +1 -1
  266. package/dist/models/standard-response-dict-str-str.js +1 -1
  267. package/dist/models/standard-response-estimate-transfer-fee-read.d.ts +1 -1
  268. package/dist/models/standard-response-estimate-transfer-fee-read.js +1 -1
  269. package/dist/models/standard-response-eth-call-result.d.ts +1 -1
  270. package/dist/models/standard-response-eth-call-result.js +1 -1
  271. package/dist/models/standard-response-faucet-deposit-result.d.ts +1 -1
  272. package/dist/models/standard-response-faucet-deposit-result.js +1 -1
  273. package/dist/models/standard-response-list-api-key-public-read.d.ts +1 -1
  274. package/dist/models/standard-response-list-api-key-public-read.js +1 -1
  275. package/dist/models/standard-response-list-balance-read.d.ts +1 -1
  276. package/dist/models/standard-response-list-balance-read.js +1 -1
  277. package/dist/models/standard-response-list-faucet-token-item.d.ts +1 -1
  278. package/dist/models/standard-response-list-faucet-token-item.js +1 -1
  279. package/dist/models/standard-response-list-pact-template-read.d.ts +49 -0
  280. package/dist/models/standard-response-list-pact-template-read.d.ts.map +1 -0
  281. package/dist/models/{applicable-limit-read.js → standard-response-list-pact-template-read.js} +2 -2
  282. package/dist/models/standard-response-list-pact-template-read.js.map +1 -0
  283. package/dist/models/standard-response-list-principal-read.d.ts +1 -1
  284. package/dist/models/standard-response-list-principal-read.js +1 -1
  285. package/dist/models/standard-response-list-recent-address-read.d.ts +1 -1
  286. package/dist/models/standard-response-list-recent-address-read.js +1 -1
  287. package/dist/models/standard-response-list-token-candidate.d.ts +1 -1
  288. package/dist/models/standard-response-list-token-candidate.js +1 -1
  289. package/dist/models/standard-response-list-user-transaction-read.d.ts +1 -1
  290. package/dist/models/standard-response-list-user-transaction-read.js +1 -1
  291. package/dist/models/standard-response-list-wallet-address-read.d.ts +1 -1
  292. package/dist/models/standard-response-list-wallet-address-read.js +1 -1
  293. package/dist/models/standard-response-list-wallet-read.d.ts +1 -1
  294. package/dist/models/standard-response-list-wallet-read.js +1 -1
  295. package/dist/models/standard-response-message-sign-result.d.ts +1 -1
  296. package/dist/models/standard-response-message-sign-result.js +1 -1
  297. package/dist/models/standard-response-node-status-read.d.ts +1 -1
  298. package/dist/models/standard-response-node-status-read.js +1 -1
  299. package/dist/models/standard-response-pact-event-list-response.d.ts +1 -1
  300. package/dist/models/standard-response-pact-event-list-response.js +1 -1
  301. package/dist/models/standard-response-pact-list-response.d.ts +1 -1
  302. package/dist/models/standard-response-pact-list-response.js +1 -1
  303. package/dist/models/standard-response-pact-public-read.d.ts +1 -1
  304. package/dist/models/standard-response-pact-public-read.js +1 -1
  305. package/dist/models/standard-response-pact-submit-response.d.ts +1 -1
  306. package/dist/models/standard-response-pact-submit-response.js +1 -1
  307. package/dist/models/standard-response-payment-result.d.ts +1 -1
  308. package/dist/models/standard-response-payment-result.js +1 -1
  309. package/dist/models/standard-response-pending-operation-action-result.d.ts +1 -1
  310. package/dist/models/standard-response-pending-operation-action-result.js +1 -1
  311. package/dist/models/standard-response-pending-operation-list-response.d.ts +1 -1
  312. package/dist/models/standard-response-pending-operation-list-response.js +1 -1
  313. package/dist/models/standard-response-pending-operation-read.d.ts +1 -1
  314. package/dist/models/standard-response-pending-operation-read.js +1 -1
  315. package/dist/models/standard-response-principal-create-result.d.ts +1 -1
  316. package/dist/models/standard-response-principal-create-result.js +1 -1
  317. package/dist/models/standard-response-principal-read.d.ts +1 -1
  318. package/dist/models/standard-response-principal-read.js +1 -1
  319. package/dist/models/standard-response-provision-response.d.ts +1 -1
  320. package/dist/models/standard-response-provision-response.js +1 -1
  321. package/dist/models/standard-response-recipe-search-response.d.ts +1 -1
  322. package/dist/models/standard-response-recipe-search-response.js +1 -1
  323. package/dist/models/standard-response-suggestion-response.d.ts +1 -1
  324. package/dist/models/standard-response-suggestion-response.js +1 -1
  325. package/dist/models/standard-response-telemetry-config-response.d.ts +1 -1
  326. package/dist/models/standard-response-telemetry-config-response.js +1 -1
  327. package/dist/models/standard-response-transaction-rbf-result.d.ts +1 -1
  328. package/dist/models/standard-response-transaction-rbf-result.js +1 -1
  329. package/dist/models/standard-response-transfer-submit-result.d.ts +1 -1
  330. package/dist/models/standard-response-transfer-submit-result.js +1 -1
  331. package/dist/models/standard-response-user-transaction-read.d.ts +1 -1
  332. package/dist/models/standard-response-user-transaction-read.js +1 -1
  333. package/dist/models/standard-response-waas-paginated-response-chain-metadata.d.ts +1 -1
  334. package/dist/models/standard-response-waas-paginated-response-chain-metadata.js +1 -1
  335. package/dist/models/standard-response-waas-paginated-response-token-metadata.d.ts +1 -1
  336. package/dist/models/standard-response-waas-paginated-response-token-metadata.js +1 -1
  337. package/dist/models/standard-response-wallet-address-read.d.ts +1 -1
  338. package/dist/models/standard-response-wallet-address-read.js +1 -1
  339. package/dist/models/standard-response-wallet-detail-read.d.ts +1 -1
  340. package/dist/models/standard-response-wallet-detail-read.js +1 -1
  341. package/dist/models/standard-response-wallet-pact-history-read.d.ts +1 -1
  342. package/dist/models/standard-response-wallet-pact-history-read.js +1 -1
  343. package/dist/models/standard-response-wallet-pact-stats-read.d.ts +1 -1
  344. package/dist/models/standard-response-wallet-pact-stats-read.js +1 -1
  345. package/dist/models/standard-response-wallet-pair-info-read.d.ts +1 -1
  346. package/dist/models/standard-response-wallet-pair-info-read.js +1 -1
  347. package/dist/models/standard-response-wallet-pair-initiate-read.d.ts +1 -1
  348. package/dist/models/standard-response-wallet-pair-initiate-read.js +1 -1
  349. package/dist/models/standard-response-wallet-pair-read.d.ts +1 -1
  350. package/dist/models/standard-response-wallet-pair-read.js +1 -1
  351. package/dist/models/standard-response-wallet-read.d.ts +1 -1
  352. package/dist/models/standard-response-wallet-read.js +1 -1
  353. package/dist/models/standard-response-wallet-reshare-response.d.ts +1 -1
  354. package/dist/models/standard-response-wallet-reshare-response.js +1 -1
  355. package/dist/models/standard-response-wallet-tss-callback-response.d.ts +1 -1
  356. package/dist/models/standard-response-wallet-tss-callback-response.js +1 -1
  357. package/dist/models/standard-response-webhook-process-result.d.ts +1 -1
  358. package/dist/models/standard-response-webhook-process-result.js +1 -1
  359. package/dist/models/suggestion-key.d.ts +24 -8
  360. package/dist/models/suggestion-key.d.ts.map +1 -1
  361. package/dist/models/suggestion-key.js +24 -8
  362. package/dist/models/suggestion-key.js.map +1 -1
  363. package/dist/models/suggestion-response.d.ts +1 -1
  364. package/dist/models/suggestion-response.js +1 -1
  365. package/dist/models/telemetry-config-response.d.ts +1 -1
  366. package/dist/models/telemetry-config-response.js +1 -1
  367. package/dist/models/token-candidate.d.ts +1 -1
  368. package/dist/models/token-candidate.js +1 -1
  369. package/dist/models/token-metadata.d.ts +1 -1
  370. package/dist/models/token-metadata.js +1 -1
  371. package/dist/models/transaction-provider.d.ts +2 -1
  372. package/dist/models/transaction-provider.d.ts.map +1 -1
  373. package/dist/models/transaction-provider.js +2 -1
  374. package/dist/models/transaction-provider.js.map +1 -1
  375. package/dist/models/transaction-rbf-result.d.ts +1 -1
  376. package/dist/models/transaction-rbf-result.js +1 -1
  377. package/dist/models/transfer-create.d.ts +1 -1
  378. package/dist/models/transfer-create.js +1 -1
  379. package/dist/models/transfer-submit-result.d.ts +1 -1
  380. package/dist/models/transfer-submit-result.js +1 -1
  381. package/dist/models/ucw-share-public-data-callback.d.ts +1 -1
  382. package/dist/models/ucw-share-public-data-callback.js +1 -1
  383. package/dist/models/ucw-tss-key-share-group-callback.d.ts +1 -1
  384. package/dist/models/ucw-tss-key-share-group-callback.js +1 -1
  385. package/dist/models/user-transaction-data.d.ts +1 -1
  386. package/dist/models/user-transaction-data.js +1 -1
  387. package/dist/models/user-transaction-operation-type.d.ts +1 -1
  388. package/dist/models/user-transaction-operation-type.js +1 -1
  389. package/dist/models/user-transaction-read.d.ts +1 -1
  390. package/dist/models/user-transaction-read.js +1 -1
  391. package/dist/models/user-transaction-request-type.d.ts +1 -1
  392. package/dist/models/user-transaction-request-type.js +1 -1
  393. package/dist/models/validation-error-loc-inner.d.ts +1 -1
  394. package/dist/models/validation-error-loc-inner.js +1 -1
  395. package/dist/models/validation-error.d.ts +1 -1
  396. package/dist/models/validation-error.js +1 -1
  397. package/dist/models/vault-group-type.d.ts +1 -1
  398. package/dist/models/vault-group-type.js +1 -1
  399. package/dist/models/waas-paginated-response-chain-metadata.d.ts +1 -1
  400. package/dist/models/waas-paginated-response-chain-metadata.js +1 -1
  401. package/dist/models/waas-paginated-response-token-metadata.d.ts +1 -1
  402. package/dist/models/waas-paginated-response-token-metadata.js +1 -1
  403. package/dist/models/waas-pagination.d.ts +1 -1
  404. package/dist/models/waas-pagination.js +1 -1
  405. package/dist/models/wallet-address-create.d.ts +1 -1
  406. package/dist/models/wallet-address-create.js +1 -1
  407. package/dist/models/wallet-address-read.d.ts +1 -1
  408. package/dist/models/wallet-address-read.js +1 -1
  409. package/dist/models/wallet-create.d.ts +1 -1
  410. package/dist/models/wallet-create.js +1 -1
  411. package/dist/models/wallet-detail-read.d.ts +1 -1
  412. package/dist/models/wallet-detail-read.js +1 -1
  413. package/dist/models/wallet-group-node-read.d.ts +1 -1
  414. package/dist/models/wallet-group-node-read.js +1 -1
  415. package/dist/models/wallet-group-read.d.ts +1 -1
  416. package/dist/models/wallet-group-read.js +1 -1
  417. package/dist/models/wallet-pact-currency.d.ts +1 -1
  418. package/dist/models/wallet-pact-currency.js +1 -1
  419. package/dist/models/wallet-pact-history-bucket-pact-read.d.ts +1 -1
  420. package/dist/models/wallet-pact-history-bucket-pact-read.js +1 -1
  421. package/dist/models/wallet-pact-history-bucket-read.d.ts +1 -1
  422. package/dist/models/wallet-pact-history-bucket-read.js +1 -1
  423. package/dist/models/wallet-pact-history-metric.d.ts +1 -1
  424. package/dist/models/wallet-pact-history-metric.js +1 -1
  425. package/dist/models/wallet-pact-history-range.d.ts +1 -1
  426. package/dist/models/wallet-pact-history-range.js +1 -1
  427. package/dist/models/wallet-pact-history-read.d.ts +1 -1
  428. package/dist/models/wallet-pact-history-read.js +1 -1
  429. package/dist/models/wallet-pact-history-summary-read.d.ts +1 -1
  430. package/dist/models/wallet-pact-history-summary-read.js +1 -1
  431. package/dist/models/wallet-pact-stats-read.d.ts +1 -1
  432. package/dist/models/wallet-pact-stats-read.js +1 -1
  433. package/dist/models/wallet-pair-agent-info.d.ts +1 -1
  434. package/dist/models/wallet-pair-agent-info.js +1 -1
  435. package/dist/models/wallet-pair-confirm.d.ts +7 -1
  436. package/dist/models/wallet-pair-confirm.d.ts.map +1 -1
  437. package/dist/models/wallet-pair-confirm.js +1 -1
  438. package/dist/models/wallet-pair-info-read.d.ts +9 -2
  439. package/dist/models/wallet-pair-info-read.d.ts.map +1 -1
  440. package/dist/models/wallet-pair-info-read.js +1 -1
  441. package/dist/models/wallet-pair-initiate-read.d.ts +23 -2
  442. package/dist/models/wallet-pair-initiate-read.d.ts.map +1 -1
  443. package/dist/models/wallet-pair-initiate-read.js +1 -1
  444. package/dist/models/wallet-pair-initiate.d.ts +2 -2
  445. package/dist/models/wallet-pair-initiate.js +1 -1
  446. package/dist/models/wallet-pair-read.d.ts +23 -2
  447. package/dist/models/wallet-pair-read.d.ts.map +1 -1
  448. package/dist/models/wallet-pair-read.js +1 -1
  449. package/dist/models/wallet-pair-status.d.ts +2 -1
  450. package/dist/models/wallet-pair-status.d.ts.map +1 -1
  451. package/dist/models/wallet-pair-status.js +2 -1
  452. package/dist/models/wallet-pair-status.js.map +1 -1
  453. package/dist/models/wallet-pair-token-purpose.d.ts +20 -0
  454. package/dist/models/wallet-pair-token-purpose.d.ts.map +1 -0
  455. package/dist/models/{policy-scope.js → wallet-pair-token-purpose.js} +7 -8
  456. package/dist/models/wallet-pair-token-purpose.js.map +1 -0
  457. package/dist/models/wallet-pair-wallet-info.d.ts +1 -1
  458. package/dist/models/wallet-pair-wallet-info.js +1 -1
  459. package/dist/models/wallet-read.d.ts +1 -1
  460. package/dist/models/wallet-read.js +1 -1
  461. package/dist/models/wallet-reshare-request.d.ts +7 -1
  462. package/dist/models/wallet-reshare-request.d.ts.map +1 -1
  463. package/dist/models/wallet-reshare-request.js +1 -1
  464. package/dist/models/wallet-reshare-response.d.ts +1 -1
  465. package/dist/models/wallet-reshare-response.js +1 -1
  466. package/dist/models/wallet-status.d.ts +1 -1
  467. package/dist/models/wallet-status.js +1 -1
  468. package/dist/models/wallet-tss-callback-request.d.ts +1 -1
  469. package/dist/models/wallet-tss-callback-request.js +1 -1
  470. package/dist/models/wallet-tss-callback-response.d.ts +1 -1
  471. package/dist/models/wallet-tss-callback-response.js +1 -1
  472. package/dist/models/wallet-type.d.ts +1 -1
  473. package/dist/models/wallet-type.js +1 -1
  474. package/dist/models/wallet-update.d.ts +1 -1
  475. package/dist/models/wallet-update.js +1 -1
  476. package/dist/models/webhook-process-result.d.ts +1 -1
  477. package/dist/models/webhook-process-result.js +1 -1
  478. package/dist/models/wrapped-validation-error.d.ts +1 -1
  479. package/dist/models/wrapped-validation-error.js +1 -1
  480. package/package.json +1 -1
  481. package/dist/api/script-tools-api.d.ts +0 -47
  482. package/dist/api/script-tools-api.d.ts.map +0 -1
  483. package/dist/api/script-tools-api.js +0 -140
  484. package/dist/api/script-tools-api.js.map +0 -1
  485. package/dist/models/applicable-limit-read.d.ts +0 -65
  486. package/dist/models/applicable-limit-read.d.ts.map +0 -1
  487. package/dist/models/applicable-limit-read.js.map +0 -1
  488. package/dist/models/execute-script-request.d.ts +0 -31
  489. package/dist/models/execute-script-request.d.ts.map +0 -1
  490. package/dist/models/execute-script-request.js +0 -12
  491. package/dist/models/execute-script-request.js.map +0 -1
  492. package/dist/models/execute-script-response.d.ts +0 -29
  493. package/dist/models/execute-script-response.d.ts.map +0 -1
  494. package/dist/models/execute-script-response.js +0 -12
  495. package/dist/models/execute-script-response.js.map +0 -1
  496. package/dist/models/policy-create.d.ts +0 -67
  497. package/dist/models/policy-create.d.ts.map +0 -1
  498. package/dist/models/policy-create.js +0 -12
  499. package/dist/models/policy-create.js.map +0 -1
  500. package/dist/models/policy-dry-run-request.d.ts +0 -84
  501. package/dist/models/policy-dry-run-request.d.ts.map +0 -1
  502. package/dist/models/policy-dry-run-request.js +0 -12
  503. package/dist/models/policy-dry-run-request.js.map +0 -1
  504. package/dist/models/policy-dry-run-result.d.ts +0 -63
  505. package/dist/models/policy-dry-run-result.d.ts.map +0 -1
  506. package/dist/models/policy-dry-run-result.js +0 -12
  507. package/dist/models/policy-dry-run-result.js.map +0 -1
  508. package/dist/models/policy-read.d.ts +0 -99
  509. package/dist/models/policy-read.d.ts.map +0 -1
  510. package/dist/models/policy-read.js +0 -12
  511. package/dist/models/policy-read.js.map +0 -1
  512. package/dist/models/policy-scope.d.ts +0 -21
  513. package/dist/models/policy-scope.d.ts.map +0 -1
  514. package/dist/models/policy-scope.js.map +0 -1
  515. package/dist/models/policy-update.d.ts +0 -41
  516. package/dist/models/policy-update.d.ts.map +0 -1
  517. package/dist/models/policy-update.js.map +0 -1
  518. package/dist/models/recipe-category-read.d.ts +0 -29
  519. package/dist/models/recipe-category-read.d.ts.map +0 -1
  520. package/dist/models/recipe-category-read.js +0 -12
  521. package/dist/models/recipe-category-read.js.map +0 -1
  522. package/dist/models/recipe-counter-result.d.ts +0 -29
  523. package/dist/models/recipe-counter-result.d.ts.map +0 -1
  524. package/dist/models/recipe-counter-result.js +0 -12
  525. package/dist/models/recipe-counter-result.js.map +0 -1
  526. package/dist/models/recipe-create-result.d.ts +0 -42
  527. package/dist/models/recipe-create-result.d.ts.map +0 -1
  528. package/dist/models/recipe-create-result.js +0 -12
  529. package/dist/models/recipe-create-result.js.map +0 -1
  530. package/dist/models/recipe-create.d.ts +0 -117
  531. package/dist/models/recipe-create.d.ts.map +0 -1
  532. package/dist/models/recipe-create.js +0 -12
  533. package/dist/models/recipe-create.js.map +0 -1
  534. package/dist/models/recipe-detail-read.d.ts +0 -166
  535. package/dist/models/recipe-detail-read.d.ts.map +0 -1
  536. package/dist/models/recipe-detail-read.js +0 -12
  537. package/dist/models/recipe-detail-read.js.map +0 -1
  538. package/dist/models/recipe-document.d.ts +0 -50
  539. package/dist/models/recipe-document.d.ts.map +0 -1
  540. package/dist/models/recipe-document.js +0 -12
  541. package/dist/models/recipe-document.js.map +0 -1
  542. package/dist/models/recipe-library-sort-by.d.ts +0 -21
  543. package/dist/models/recipe-library-sort-by.d.ts.map +0 -1
  544. package/dist/models/recipe-library-sort-by.js +0 -23
  545. package/dist/models/recipe-library-sort-by.js.map +0 -1
  546. package/dist/models/recipe-read.d.ts +0 -138
  547. package/dist/models/recipe-read.d.ts.map +0 -1
  548. package/dist/models/recipe-read.js +0 -12
  549. package/dist/models/recipe-read.js.map +0 -1
  550. package/dist/models/recipe-review-action.d.ts +0 -20
  551. package/dist/models/recipe-review-action.d.ts.map +0 -1
  552. package/dist/models/recipe-review-action.js +0 -22
  553. package/dist/models/recipe-review-action.js.map +0 -1
  554. package/dist/models/recipe-review-request.d.ts +0 -24
  555. package/dist/models/recipe-review-request.d.ts.map +0 -1
  556. package/dist/models/recipe-review-request.js +0 -12
  557. package/dist/models/recipe-review-request.js.map +0 -1
  558. package/dist/models/recipe-status.d.ts +0 -23
  559. package/dist/models/recipe-status.d.ts.map +0 -1
  560. package/dist/models/recipe-status.js +0 -25
  561. package/dist/models/recipe-status.js.map +0 -1
  562. package/dist/models/recipe-submission-create.d.ts +0 -99
  563. package/dist/models/recipe-submission-create.d.ts.map +0 -1
  564. package/dist/models/recipe-submission-create.js +0 -12
  565. package/dist/models/recipe-submission-create.js.map +0 -1
  566. package/dist/models/recipe-update.d.ts +0 -112
  567. package/dist/models/recipe-update.d.ts.map +0 -1
  568. package/dist/models/recipe-update.js +0 -12
  569. package/dist/models/recipe-update.js.map +0 -1
  570. package/dist/models/script-brief.d.ts +0 -41
  571. package/dist/models/script-brief.d.ts.map +0 -1
  572. package/dist/models/script-brief.js +0 -12
  573. package/dist/models/script-brief.js.map +0 -1
  574. package/dist/models/standard-response-execute-script-response.d.ts +0 -49
  575. package/dist/models/standard-response-execute-script-response.d.ts.map +0 -1
  576. package/dist/models/standard-response-execute-script-response.js +0 -12
  577. package/dist/models/standard-response-execute-script-response.js.map +0 -1
  578. package/dist/models/standard-response-list-policy-read.d.ts +0 -49
  579. package/dist/models/standard-response-list-policy-read.d.ts.map +0 -1
  580. package/dist/models/standard-response-list-policy-read.js +0 -12
  581. package/dist/models/standard-response-list-policy-read.js.map +0 -1
  582. package/dist/models/standard-response-list-recipe-category-read.d.ts +0 -49
  583. package/dist/models/standard-response-list-recipe-category-read.d.ts.map +0 -1
  584. package/dist/models/standard-response-list-recipe-category-read.js +0 -12
  585. package/dist/models/standard-response-list-recipe-category-read.js.map +0 -1
  586. package/dist/models/standard-response-list-recipe-read.d.ts +0 -49
  587. package/dist/models/standard-response-list-recipe-read.d.ts.map +0 -1
  588. package/dist/models/standard-response-list-recipe-read.js +0 -12
  589. package/dist/models/standard-response-list-recipe-read.js.map +0 -1
  590. package/dist/models/standard-response-list-script-brief.d.ts +0 -49
  591. package/dist/models/standard-response-list-script-brief.d.ts.map +0 -1
  592. package/dist/models/standard-response-list-script-brief.js +0 -12
  593. package/dist/models/standard-response-list-script-brief.js.map +0 -1
  594. package/dist/models/standard-response-policy-dry-run-result.d.ts +0 -49
  595. package/dist/models/standard-response-policy-dry-run-result.d.ts.map +0 -1
  596. package/dist/models/standard-response-policy-dry-run-result.js +0 -12
  597. package/dist/models/standard-response-policy-dry-run-result.js.map +0 -1
  598. package/dist/models/standard-response-policy-read.d.ts +0 -49
  599. package/dist/models/standard-response-policy-read.d.ts.map +0 -1
  600. package/dist/models/standard-response-policy-read.js +0 -12
  601. package/dist/models/standard-response-policy-read.js.map +0 -1
  602. package/dist/models/standard-response-recipe-counter-result.d.ts +0 -49
  603. package/dist/models/standard-response-recipe-counter-result.d.ts.map +0 -1
  604. package/dist/models/standard-response-recipe-counter-result.js +0 -12
  605. package/dist/models/standard-response-recipe-counter-result.js.map +0 -1
  606. package/dist/models/standard-response-recipe-create-result.d.ts +0 -49
  607. package/dist/models/standard-response-recipe-create-result.d.ts.map +0 -1
  608. package/dist/models/standard-response-recipe-create-result.js +0 -12
  609. package/dist/models/standard-response-recipe-create-result.js.map +0 -1
  610. package/dist/models/standard-response-recipe-detail-read.d.ts +0 -49
  611. package/dist/models/standard-response-recipe-detail-read.d.ts.map +0 -1
  612. package/dist/models/standard-response-recipe-detail-read.js +0 -12
  613. package/dist/models/standard-response-recipe-detail-read.js.map +0 -1
  614. package/dist/models/standard-response-recipe-document.d.ts +0 -49
  615. package/dist/models/standard-response-recipe-document.d.ts.map +0 -1
  616. package/dist/models/standard-response-recipe-document.js +0 -12
  617. package/dist/models/standard-response-recipe-document.js.map +0 -1
  618. package/dist/models/tier-evaluation-read.d.ts +0 -47
  619. package/dist/models/tier-evaluation-read.d.ts.map +0 -1
  620. package/dist/models/tier-evaluation-read.js +0 -12
  621. package/dist/models/tier-evaluation-read.js.map +0 -1
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.1.0
5
+ * The version of the OpenAPI document: 1.2.4
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.1.0
4
+ * The version of the OpenAPI document: 1.2.4
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.1.0
5
+ * The version of the OpenAPI document: 1.2.4
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.1.0
4
+ * The version of the OpenAPI document: 1.2.4
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.1.0
5
+ * The version of the OpenAPI document: 1.2.4
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobo/agentic-wallet",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Unified wallet engine for human and agent principals",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -1,47 +0,0 @@
1
- /**
2
- * Cobo Agentic Wallet Service
3
- *
4
- * The version of the OpenAPI document: 1.1.0
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
11
- import { Configuration } from '../configuration';
12
- import type { ExecuteScriptRequest } from '../models';
13
- import type { StandardResponseExecuteScriptResponse } from '../models';
14
- import type { StandardResponseListScriptBrief } from '../models';
15
- export declare class ScriptToolsApi {
16
- private basePath;
17
- private axios;
18
- private configuration?;
19
- constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
20
- /**
21
- * Get default request headers including auth
22
- */
23
- private getHeaders;
24
- /**
25
- * Execute a script
26
- * Look up a registered script by func_name and execute it with the given parameters. Returns the script output or an error message.
27
- * @param ExecuteScriptRequest
28
- * @param X_Assistant_Service_Key
29
- * @param options Override http request option.
30
- */
31
- executeScript(ExecuteScriptRequest: ExecuteScriptRequest, X_Assistant_Service_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseExecuteScriptResponse>>;
32
- /**
33
- * List registered scripts
34
- * Return all in-memory registered scripts.
35
- * @param X_Assistant_Service_Key
36
- * @param options Override http request option.
37
- */
38
- listScripts(X_Assistant_Service_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseListScriptBrief>>;
39
- /**
40
- * Reload all scripts
41
- * Return all code-defined scripts. Aladdin calls this to discover available scripts and stores them in its own database.
42
- * @param X_Assistant_Service_Key
43
- * @param options Override http request option.
44
- */
45
- reloadAllScripts(X_Assistant_Service_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseListScriptBrief>>;
46
- }
47
- //# sourceMappingURL=script-tools-api.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"script-tools-api.d.ts","sourceRoot":"","sources":["../../api/script-tools-api.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE9E,OAAO,EAAE,aAAa,EAAgB,MAAM,kBAAkB,CAAC;AAG/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEtD,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,WAAW,CAAC;AAEvE,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,WAAW,CAAC;AAIjE,qBAAa,cAAc;IACvB,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,KAAK,CAAgB;IAC7B,OAAO,CAAC,aAAa,CAAC,CAAgB;gBAE1B,aAAa,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,aAAa;IAMnF;;OAEG;IACH,OAAO,CAAC,UAAU;IAQlB;;;;;;OAMG;IACU,aAAa,CAAC,oBAAoB,EAAE,oBAAoB,EAAE,uBAAuB,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,qCAAqC,CAAC,CAAC;IAsCrM;;;;;OAKG;IACU,WAAW,CAAC,uBAAuB,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,+BAA+B,CAAC,CAAC;IAkCjJ;;;;;OAKG;IACU,gBAAgB,CAAC,uBAAuB,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,+BAA+B,CAAC,CAAC;CAiCzJ"}
@@ -1,140 +0,0 @@
1
- "use strict";
2
- /**
3
- * Cobo Agentic Wallet Service
4
- *
5
- * The version of the OpenAPI document: 1.1.0
6
- *
7
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
- * https://openapi-generator.tech
9
- * Do not edit the class manually.
10
- */
11
- var __importDefault = (this && this.__importDefault) || function (mod) {
12
- return (mod && mod.__esModule) ? mod : { "default": mod };
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.ScriptToolsApi = void 0;
16
- const axios_1 = __importDefault(require("axios"));
17
- const configuration_1 = require("../configuration");
18
- const common_1 = require("../common");
19
- class ScriptToolsApi {
20
- constructor(configuration, basePath, axios) {
21
- this.configuration = configuration;
22
- this.basePath = basePath ?? configuration?.basePath ?? (0, configuration_1.getServerUrl)(configuration?.serverIndex ?? 0, configuration?.serverVariables);
23
- this.axios = axios ?? axios_1.default;
24
- }
25
- /**
26
- * Get default request headers including auth
27
- */
28
- getHeaders() {
29
- const headers = {};
30
- if (this.configuration?.apiKey) {
31
- headers['X-API-Key'] = this.configuration.apiKey;
32
- }
33
- return headers;
34
- }
35
- /**
36
- * Execute a script
37
- * Look up a registered script by func_name and execute it with the given parameters. Returns the script output or an error message.
38
- * @param ExecuteScriptRequest
39
- * @param X_Assistant_Service_Key
40
- * @param options Override http request option.
41
- */
42
- async executeScript(ExecuteScriptRequest, X_Assistant_Service_Key, options) {
43
- let localVarPath = '/api/v1/script-tools/execute';
44
- const localVarUrlObj = new URL(localVarPath, this.basePath);
45
- const localVarRequestOptions = { method: 'POST', ...options };
46
- const localVarHeaderParameter = { ...this.getHeaders() };
47
- const localVarQueryParameter = {};
48
- // verify required parameter 'ExecuteScriptRequest' is not null or undefined
49
- (0, common_1.assertParamExists)('executeScript', 'ExecuteScriptRequest', ExecuteScriptRequest);
50
- if (X_Assistant_Service_Key !== undefined && X_Assistant_Service_Key !== null) {
51
- localVarHeaderParameter['X-Assistant-Service-Key'] = String(X_Assistant_Service_Key);
52
- }
53
- localVarHeaderParameter['Content-Type'] = 'application/json';
54
- localVarHeaderParameter['Accept'] = 'application/json';
55
- const queryString = new URLSearchParams(Object.entries(localVarQueryParameter).reduce((acc, [key, value]) => {
56
- if (Array.isArray(value)) {
57
- value.forEach(v => acc.push([key, String(v)]));
58
- }
59
- else {
60
- acc.push([key, String(value)]);
61
- }
62
- return acc;
63
- }, [])).toString();
64
- if (queryString) {
65
- localVarUrlObj.search = queryString;
66
- }
67
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
68
- localVarRequestOptions.data = ExecuteScriptRequest;
69
- localVarRequestOptions.url = localVarUrlObj.toString();
70
- return this.axios.request(localVarRequestOptions);
71
- }
72
- /**
73
- * List registered scripts
74
- * Return all in-memory registered scripts.
75
- * @param X_Assistant_Service_Key
76
- * @param options Override http request option.
77
- */
78
- async listScripts(X_Assistant_Service_Key, options) {
79
- let localVarPath = '/api/v1/script-tools';
80
- const localVarUrlObj = new URL(localVarPath, this.basePath);
81
- const localVarRequestOptions = { method: 'GET', ...options };
82
- const localVarHeaderParameter = { ...this.getHeaders() };
83
- const localVarQueryParameter = {};
84
- if (X_Assistant_Service_Key !== undefined && X_Assistant_Service_Key !== null) {
85
- localVarHeaderParameter['X-Assistant-Service-Key'] = String(X_Assistant_Service_Key);
86
- }
87
- localVarHeaderParameter['Content-Type'] = 'application/json';
88
- localVarHeaderParameter['Accept'] = 'application/json';
89
- const queryString = new URLSearchParams(Object.entries(localVarQueryParameter).reduce((acc, [key, value]) => {
90
- if (Array.isArray(value)) {
91
- value.forEach(v => acc.push([key, String(v)]));
92
- }
93
- else {
94
- acc.push([key, String(value)]);
95
- }
96
- return acc;
97
- }, [])).toString();
98
- if (queryString) {
99
- localVarUrlObj.search = queryString;
100
- }
101
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
102
- localVarRequestOptions.url = localVarUrlObj.toString();
103
- return this.axios.request(localVarRequestOptions);
104
- }
105
- /**
106
- * Reload all scripts
107
- * Return all code-defined scripts. Aladdin calls this to discover available scripts and stores them in its own database.
108
- * @param X_Assistant_Service_Key
109
- * @param options Override http request option.
110
- */
111
- async reloadAllScripts(X_Assistant_Service_Key, options) {
112
- let localVarPath = '/api/v1/script-tools/reload';
113
- const localVarUrlObj = new URL(localVarPath, this.basePath);
114
- const localVarRequestOptions = { method: 'POST', ...options };
115
- const localVarHeaderParameter = { ...this.getHeaders() };
116
- const localVarQueryParameter = {};
117
- if (X_Assistant_Service_Key !== undefined && X_Assistant_Service_Key !== null) {
118
- localVarHeaderParameter['X-Assistant-Service-Key'] = String(X_Assistant_Service_Key);
119
- }
120
- localVarHeaderParameter['Content-Type'] = 'application/json';
121
- localVarHeaderParameter['Accept'] = 'application/json';
122
- const queryString = new URLSearchParams(Object.entries(localVarQueryParameter).reduce((acc, [key, value]) => {
123
- if (Array.isArray(value)) {
124
- value.forEach(v => acc.push([key, String(v)]));
125
- }
126
- else {
127
- acc.push([key, String(value)]);
128
- }
129
- return acc;
130
- }, [])).toString();
131
- if (queryString) {
132
- localVarUrlObj.search = queryString;
133
- }
134
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
135
- localVarRequestOptions.url = localVarUrlObj.toString();
136
- return this.axios.request(localVarRequestOptions);
137
- }
138
- }
139
- exports.ScriptToolsApi = ScriptToolsApi;
140
- //# sourceMappingURL=script-tools-api.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"script-tools-api.js","sourceRoot":"","sources":["../../api/script-tools-api.ts"],"names":[],"mappings":"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"}
@@ -1,65 +0,0 @@
1
- /**
2
- * Cobo Agentic Wallet Service
3
- *
4
- * The version of the OpenAPI document: 1.1.0
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- /**
11
- * Represents a spending limit that applies to a given operation, returned in dry-run and pending operation responses.
12
- * @export
13
- * @interface ApplicableLimitRead
14
- */
15
- export interface ApplicableLimitRead {
16
- /**
17
- * The subject type for this limit (for example, `principal`, `delegation`).
18
- * @type {string}
19
- * @memberof ApplicableLimitRead
20
- */
21
- 'subject_type': string;
22
- /**
23
- * The subject ID this limit applies to.
24
- * @type {string}
25
- * @memberof ApplicableLimitRead
26
- */
27
- 'subject_id': string;
28
- /**
29
- * The operation type this limit governs (for example, `transfer`, `contract_call`).
30
- * @type {string}
31
- * @memberof ApplicableLimitRead
32
- */
33
- 'operation_type': string;
34
- /**
35
- * The rolling time window for this limit (for example, `rolling_1h`, `rolling_24h`).
36
- * @type {string}
37
- * @memberof ApplicableLimitRead
38
- */
39
- 'window': string;
40
- /**
41
- * The metric being limited (for example, `amount`, `tx_count`).
42
- * @type {string}
43
- * @memberof ApplicableLimitRead
44
- */
45
- 'metric': string;
46
- /**
47
- * The limit threshold as a decimal string.
48
- * @type {string}
49
- * @memberof ApplicableLimitRead
50
- */
51
- 'limit_value': string;
52
- /**
53
- * The amount this operation would contribute toward the limit, as a decimal string.
54
- * @type {string}
55
- * @memberof ApplicableLimitRead
56
- */
57
- 'increment': string;
58
- /**
59
- * The ID of the policy that defined this limit.
60
- * @type {string}
61
- * @memberof ApplicableLimitRead
62
- */
63
- 'source_policy_id': string;
64
- }
65
- //# sourceMappingURL=applicable-limit-read.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"applicable-limit-read.d.ts","sourceRoot":"","sources":["../../models/applicable-limit-read.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AASH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;CAC9B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"applicable-limit-read.js","sourceRoot":"","sources":["../../models/applicable-limit-read.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
@@ -1,31 +0,0 @@
1
- /**
2
- * Cobo Agentic Wallet Service
3
- *
4
- * The version of the OpenAPI document: 1.1.0
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- /**
11
- * Request body for executing a script.
12
- * @export
13
- * @interface ExecuteScriptRequest
14
- */
15
- export interface ExecuteScriptRequest {
16
- /**
17
- * 脚本方法名称
18
- * @type {string}
19
- * @memberof ExecuteScriptRequest
20
- */
21
- 'func_name': string;
22
- /**
23
- * 脚本参数 (JSON 对象)
24
- * @type {{ [key: string]: any; }}
25
- * @memberof ExecuteScriptRequest
26
- */
27
- 'params'?: {
28
- [key: string]: any;
29
- };
30
- }
31
- //# sourceMappingURL=execute-script-request.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"execute-script-request.d.ts","sourceRoot":"","sources":["../../models/execute-script-request.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AASH;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CACtC"}
@@ -1,12 +0,0 @@
1
- "use strict";
2
- /**
3
- * Cobo Agentic Wallet Service
4
- *
5
- * The version of the OpenAPI document: 1.1.0
6
- *
7
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
- * https://openapi-generator.tech
9
- * Do not edit the class manually.
10
- */
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- //# sourceMappingURL=execute-script-request.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"execute-script-request.js","sourceRoot":"","sources":["../../models/execute-script-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
@@ -1,29 +0,0 @@
1
- /**
2
- * Cobo Agentic Wallet Service
3
- *
4
- * The version of the OpenAPI document: 1.1.0
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- /**
11
- * Response body for script execution.
12
- * @export
13
- * @interface ExecuteScriptResponse
14
- */
15
- export interface ExecuteScriptResponse {
16
- /**
17
- *
18
- * @type {any}
19
- * @memberof ExecuteScriptResponse
20
- */
21
- 'output'?: any;
22
- /**
23
- *
24
- * @type {string}
25
- * @memberof ExecuteScriptResponse
26
- */
27
- 'error_message'?: string;
28
- }
29
- //# sourceMappingURL=execute-script-response.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"execute-script-response.d.ts","sourceRoot":"","sources":["../../models/execute-script-response.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AASH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B"}
@@ -1,12 +0,0 @@
1
- "use strict";
2
- /**
3
- * Cobo Agentic Wallet Service
4
- *
5
- * The version of the OpenAPI document: 1.1.0
6
- *
7
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
- * https://openapi-generator.tech
9
- * Do not edit the class manually.
10
- */
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- //# sourceMappingURL=execute-script-response.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"execute-script-response.js","sourceRoot":"","sources":["../../models/execute-script-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
@@ -1,67 +0,0 @@
1
- /**
2
- * Cobo Agentic Wallet Service
3
- *
4
- * The version of the OpenAPI document: 1.1.0
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import type { PolicyScope } from './policy-scope';
11
- import type { PolicyType } from './policy-type';
12
- /**
13
- * PolicyCreate
14
- * @export
15
- * @interface PolicyCreate
16
- */
17
- export interface PolicyCreate {
18
- /**
19
- * Policy scope. Possible values: `global` (platform-wide, DENY only), `wallet` (wallet-scoped), `delegation` (delegation-scoped, ALLOW only).
20
- * @type {PolicyScope}
21
- * @memberof PolicyCreate
22
- */
23
- 'scope': PolicyScope;
24
- /**
25
- * UUID of the wallet this policy applies to. Required when `scope=wallet`; derived from the delegation when `scope=delegation`; must be null for `scope=global`.
26
- * @type {string}
27
- * @memberof PolicyCreate
28
- */
29
- 'wallet_id'?: string;
30
- /**
31
- * UUID of the delegation this policy applies to. Required when `scope=delegation`; must be null for other scopes.
32
- * @type {string}
33
- * @memberof PolicyCreate
34
- */
35
- 'delegation_id'?: string;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof PolicyCreate
40
- */
41
- 'name': string;
42
- /**
43
- * Policy category. Possible values: `transfer`, `contract_call`, `message_sign`.
44
- * @type {PolicyType}
45
- * @memberof PolicyCreate
46
- */
47
- 'policy_type': PolicyType;
48
- /**
49
- * Policy rule configuration. Structure depends on `policy_type`.
50
- * @type {object}
51
- * @memberof PolicyCreate
52
- */
53
- 'rules': object;
54
- /**
55
- * Evaluation priority. Higher values take precedence when multiple policies match.
56
- * @type {number}
57
- * @memberof PolicyCreate
58
- */
59
- 'priority'?: number;
60
- /**
61
- * Whether this policy is active. `true`: enforced. `false`: disabled.
62
- * @type {boolean}
63
- * @memberof PolicyCreate
64
- */
65
- 'is_active'?: boolean;
66
- }
67
- //# sourceMappingURL=policy-create.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"policy-create.d.ts","sourceRoot":"","sources":["../../models/policy-create.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAGlD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAKhD;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,OAAO,EAAE,WAAW,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,aAAa,EAAE,UAAU,CAAC;IAC1B;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
@@ -1,12 +0,0 @@
1
- "use strict";
2
- /**
3
- * Cobo Agentic Wallet Service
4
- *
5
- * The version of the OpenAPI document: 1.1.0
6
- *
7
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
- * https://openapi-generator.tech
9
- * Do not edit the class manually.
10
- */
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- //# sourceMappingURL=policy-create.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"policy-create.js","sourceRoot":"","sources":["../../models/policy-create.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}
@@ -1,84 +0,0 @@
1
- /**
2
- * Cobo Agentic Wallet Service
3
- *
4
- * The version of the OpenAPI document: 1.1.0
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import type { PendingOperationType } from './pending-operation-type';
11
- /**
12
- * PolicyDryRunRequest
13
- * @export
14
- * @interface PolicyDryRunRequest
15
- */
16
- export interface PolicyDryRunRequest {
17
- /**
18
- * UUID of the wallet to evaluate policies against.
19
- * @type {string}
20
- * @memberof PolicyDryRunRequest
21
- */
22
- 'wallet_id': string;
23
- /**
24
- * UUID of the delegation to include in the evaluation. Null for owner-initiated operations.
25
- * @type {string}
26
- * @memberof PolicyDryRunRequest
27
- */
28
- 'delegation_id'?: string;
29
- /**
30
- * Operation type to simulate. Possible values: `transfer`, `contract_call`, `message_sign`.
31
- * @type {PendingOperationType}
32
- * @memberof PolicyDryRunRequest
33
- */
34
- 'operation_type': PendingOperationType;
35
- /**
36
- * Amount for the simulated operation as a decimal string. For `contract_call`, use `0` if no value is sent.
37
- * @type {string}
38
- * @memberof PolicyDryRunRequest
39
- */
40
- 'amount': string;
41
- /**
42
- * Cobo chain ID for the simulated operation (for example, `SETH`, `BASE_ETH`, `SOL`).
43
- * @type {string}
44
- * @memberof PolicyDryRunRequest
45
- */
46
- 'chain_id': string;
47
- /**
48
- * Cobo token ID for the simulated transfer (for example, `SETH`, `SETH_USDC`). Required for `transfer` operations.
49
- * @type {string}
50
- * @memberof PolicyDryRunRequest
51
- */
52
- 'token_id'?: string;
53
- /**
54
- * Destination on-chain address. Required for `transfer` operations.
55
- * @type {string}
56
- * @memberof PolicyDryRunRequest
57
- */
58
- 'dst_addr'?: string;
59
- /**
60
- * EVM-only contract address.
61
- * @type {string}
62
- * @memberof PolicyDryRunRequest
63
- */
64
- 'contract_addr'?: string;
65
- /**
66
- * EVM-only calldata payload.
67
- * @type {string}
68
- * @memberof PolicyDryRunRequest
69
- */
70
- 'calldata'?: string;
71
- /**
72
- * Solana-only instruction payloads.
73
- * @type {Array<object>}
74
- * @memberof PolicyDryRunRequest
75
- */
76
- 'instructions'?: Array<object>;
77
- /**
78
- *
79
- * @type {string}
80
- * @memberof PolicyDryRunRequest
81
- */
82
- 'principal_id'?: string;
83
- }
84
- //# sourceMappingURL=policy-dry-run-request.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"policy-dry-run-request.d.ts","sourceRoot":"","sources":["../../models/policy-dry-run-request.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAKrE;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,gBAAgB,EAAE,oBAAoB,CAAC;IACvC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}
@@ -1,12 +0,0 @@
1
- "use strict";
2
- /**
3
- * Cobo Agentic Wallet Service
4
- *
5
- * The version of the OpenAPI document: 1.1.0
6
- *
7
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
- * https://openapi-generator.tech
9
- * Do not edit the class manually.
10
- */
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- //# sourceMappingURL=policy-dry-run-request.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"policy-dry-run-request.js","sourceRoot":"","sources":["../../models/policy-dry-run-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG"}