@cobo/agentic-wallet 0.1.1 → 0.1.3

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 (875) hide show
  1. package/README.md +145 -103
  2. package/dist/api/audit-api.d.ts +5 -3
  3. package/dist/api/audit-api.d.ts.map +1 -1
  4. package/dist/api/audit-api.js +11 -3
  5. package/dist/api/audit-api.js.map +1 -1
  6. package/dist/api/balance-api.d.ts +5 -3
  7. package/dist/api/balance-api.d.ts.map +1 -1
  8. package/dist/api/balance-api.js +11 -3
  9. package/dist/api/balance-api.js.map +1 -1
  10. package/dist/api/coin-price-api.d.ts +3 -3
  11. package/dist/api/coin-price-api.d.ts.map +1 -1
  12. package/dist/api/coin-price-api.js +2 -2
  13. package/dist/api/coin-price-api.js.map +1 -1
  14. package/dist/api/identity-api.d.ts +29 -24
  15. package/dist/api/identity-api.d.ts.map +1 -1
  16. package/dist/api/identity-api.js +75 -55
  17. package/dist/api/identity-api.js.map +1 -1
  18. package/dist/api/metadata-api.d.ts +27 -8
  19. package/dist/api/metadata-api.d.ts.map +1 -1
  20. package/dist/api/metadata-api.js +82 -10
  21. package/dist/api/metadata-api.js.map +1 -1
  22. package/dist/api/pacts-api.d.ts +75 -15
  23. package/dist/api/pacts-api.d.ts.map +1 -1
  24. package/dist/api/pacts-api.js +248 -15
  25. package/dist/api/pacts-api.js.map +1 -1
  26. package/dist/api/pending-operations-api.d.ts +64 -0
  27. package/dist/api/pending-operations-api.d.ts.map +1 -0
  28. package/dist/api/{approvals-api.js → pending-operations-api.js} +47 -33
  29. package/dist/api/pending-operations-api.js.map +1 -0
  30. package/dist/api/recipes-api.d.ts +152 -0
  31. package/dist/api/recipes-api.d.ts.map +1 -0
  32. package/dist/api/{policies-api.js → recipes-api.js} +248 -128
  33. package/dist/api/recipes-api.js.map +1 -0
  34. package/dist/api/suggestions-api.d.ts +32 -0
  35. package/dist/api/suggestions-api.d.ts.map +1 -0
  36. package/dist/api/{ap2-api.js → suggestions-api.js} +14 -7
  37. package/dist/api/suggestions-api.js.map +1 -0
  38. package/dist/api/telemetry-api.d.ts +24 -6
  39. package/dist/api/telemetry-api.d.ts.map +1 -1
  40. package/dist/api/telemetry-api.js +83 -9
  41. package/dist/api/telemetry-api.js.map +1 -1
  42. package/dist/api/transaction-records-api.d.ts +36 -13
  43. package/dist/api/transaction-records-api.d.ts.map +1 -1
  44. package/dist/api/transaction-records-api.js +107 -11
  45. package/dist/api/transaction-records-api.js.map +1 -1
  46. package/dist/api/transactions-api.d.ts +28 -28
  47. package/dist/api/transactions-api.d.ts.map +1 -1
  48. package/dist/api/transactions-api.js +44 -44
  49. package/dist/api/transactions-api.js.map +1 -1
  50. package/dist/api/wallets-api.d.ts +49 -33
  51. package/dist/api/wallets-api.d.ts.map +1 -1
  52. package/dist/api/wallets-api.js +119 -64
  53. package/dist/api/wallets-api.js.map +1 -1
  54. package/dist/api.d.ts +3 -5
  55. package/dist/api.d.ts.map +1 -1
  56. package/dist/api.js +3 -5
  57. package/dist/api.js.map +1 -1
  58. package/dist/models/agent-status-response.d.ts +1 -1
  59. package/dist/models/api-key-create-result.d.ts +1 -1
  60. package/dist/models/api-key-read.d.ts +1 -1
  61. package/dist/models/applicable-limit-read.d.ts +1 -1
  62. package/dist/models/audit-action.d.ts +10 -2
  63. package/dist/models/audit-action.d.ts.map +1 -1
  64. package/dist/models/audit-action.js +10 -2
  65. package/dist/models/audit-action.js.map +1 -1
  66. package/dist/models/audit-log-page.d.ts +2 -2
  67. package/dist/models/balance-read.d.ts +8 -2
  68. package/dist/models/balance-read.d.ts.map +1 -1
  69. package/dist/models/chain-info.d.ts +2 -2
  70. package/dist/models/chain-info.d.ts.map +1 -1
  71. package/dist/models/chain-metadata.d.ts +3 -3
  72. package/dist/models/chain-metadata.d.ts.map +1 -1
  73. package/dist/models/completion-condition-type.d.ts +2 -1
  74. package/dist/models/completion-condition-type.d.ts.map +1 -1
  75. package/dist/models/completion-condition-type.js +2 -1
  76. package/dist/models/completion-condition-type.js.map +1 -1
  77. package/dist/models/completion-condition.d.ts +2 -2
  78. package/dist/models/contract-call-create.d.ts +19 -7
  79. package/dist/models/contract-call-create.d.ts.map +1 -1
  80. package/dist/models/contract-call-submit-result.d.ts +13 -7
  81. package/dist/models/contract-call-submit-result.d.ts.map +1 -1
  82. package/dist/models/delegation-spend-summary.d.ts +7 -0
  83. package/dist/models/delegation-spend-summary.d.ts.map +1 -1
  84. package/dist/models/delegation-usage-limit-summary.d.ts +53 -0
  85. package/dist/models/delegation-usage-limit-summary.d.ts.map +1 -0
  86. package/dist/models/delegation-usage-limit-summary.js +12 -0
  87. package/dist/models/delegation-usage-limit-summary.js.map +1 -0
  88. package/dist/models/drop-transaction-request.d.ts +4 -4
  89. package/dist/models/drop-transaction-request.d.ts.map +1 -1
  90. package/dist/models/estimate-contract-call-fee-request.d.ts +2 -2
  91. package/dist/models/estimate-transfer-fee-request.d.ts +1 -1
  92. package/dist/models/eth-call-request.d.ts +47 -0
  93. package/dist/models/eth-call-request.d.ts.map +1 -0
  94. package/dist/models/{activate-request.js → eth-call-request.js} +1 -1
  95. package/dist/models/eth-call-request.js.map +1 -0
  96. package/dist/models/eth-call-result.d.ts +23 -0
  97. package/dist/models/eth-call-result.d.ts.map +1 -0
  98. package/dist/models/{delegation-read.js → eth-call-result.js} +1 -1
  99. package/dist/models/eth-call-result.js.map +1 -0
  100. package/dist/models/evmlegacy-fee-request.d.ts +41 -0
  101. package/dist/models/evmlegacy-fee-request.d.ts.map +1 -0
  102. package/dist/models/evmlegacy-fee-request.js +12 -0
  103. package/dist/models/evmlegacy-fee-request.js.map +1 -0
  104. package/dist/models/external-transaction-operation-type.d.ts +22 -0
  105. package/dist/models/external-transaction-operation-type.d.ts.map +1 -0
  106. package/dist/models/external-transaction-operation-type.js +24 -0
  107. package/dist/models/external-transaction-operation-type.js.map +1 -0
  108. package/dist/models/external-transaction-read.d.ts +94 -0
  109. package/dist/models/external-transaction-read.d.ts.map +1 -0
  110. package/dist/models/external-transaction-read.js +12 -0
  111. package/dist/models/external-transaction-read.js.map +1 -0
  112. package/dist/models/external-transaction-stage.d.ts +26 -0
  113. package/dist/models/external-transaction-stage.d.ts.map +1 -0
  114. package/dist/models/external-transaction-stage.js +28 -0
  115. package/dist/models/external-transaction-stage.js.map +1 -0
  116. package/dist/models/faucet-token-info.d.ts +1 -1
  117. package/dist/models/faucet-token-item.d.ts +1 -1
  118. package/dist/models/{fee.d.ts → fee-request.d.ts} +5 -4
  119. package/dist/models/fee-request.d.ts.map +1 -0
  120. package/dist/models/{pact-spec.js → fee-request.js} +1 -1
  121. package/dist/models/fee-request.js.map +1 -0
  122. package/dist/models/index.d.ts +98 -61
  123. package/dist/models/index.d.ts.map +1 -1
  124. package/dist/models/index.js +98 -61
  125. package/dist/models/index.js.map +1 -1
  126. package/dist/models/inline-policy-create.d.ts +6 -6
  127. package/dist/models/key-share-holder-group-status.d.ts +21 -0
  128. package/dist/models/key-share-holder-group-status.d.ts.map +1 -0
  129. package/dist/models/key-share-holder-group-status.js +23 -0
  130. package/dist/models/key-share-holder-group-status.js.map +1 -0
  131. package/dist/models/key-share-holder-group-type.d.ts +21 -0
  132. package/dist/models/key-share-holder-group-type.d.ts.map +1 -0
  133. package/dist/models/key-share-holder-group-type.js +23 -0
  134. package/dist/models/key-share-holder-group-type.js.map +1 -0
  135. package/dist/models/key-share-holder-type.d.ts +21 -0
  136. package/dist/models/key-share-holder-type.d.ts.map +1 -0
  137. package/dist/models/key-share-holder-type.js +23 -0
  138. package/dist/models/key-share-holder-type.js.map +1 -0
  139. package/dist/models/knowledge-search-type.d.ts +21 -0
  140. package/dist/models/knowledge-search-type.d.ts.map +1 -0
  141. package/dist/models/{delegation-status.js → knowledge-search-type.js} +7 -7
  142. package/dist/models/knowledge-search-type.js.map +1 -0
  143. package/dist/models/langfuse-record.d.ts +110 -0
  144. package/dist/models/langfuse-record.d.ts.map +1 -0
  145. package/dist/models/langfuse-record.js +19 -0
  146. package/dist/models/langfuse-record.js.map +1 -0
  147. package/dist/models/message-sign-create.d.ts +2 -2
  148. package/dist/models/message-sign-result.d.ts +18 -6
  149. package/dist/models/message-sign-result.d.ts.map +1 -1
  150. package/dist/models/{webhook-dlqread.d.ts → mpp-challenge.d.ts} +19 -19
  151. package/dist/models/mpp-challenge.d.ts.map +1 -0
  152. package/dist/models/{merchant-info.js → mpp-challenge.js} +1 -1
  153. package/dist/models/mpp-challenge.js.map +1 -0
  154. package/dist/models/mpp-session-action.d.ts +23 -0
  155. package/dist/models/mpp-session-action.d.ts.map +1 -0
  156. package/dist/models/mpp-session-action.js +25 -0
  157. package/dist/models/mpp-session-action.js.map +1 -0
  158. package/dist/models/mpp-session-info.d.ts +35 -0
  159. package/dist/models/mpp-session-info.d.ts.map +1 -0
  160. package/dist/models/mpp-session-info.js +12 -0
  161. package/dist/models/mpp-session-info.js.map +1 -0
  162. package/dist/models/mpp-session-params.d.ts +61 -0
  163. package/dist/models/mpp-session-params.d.ts.map +1 -0
  164. package/dist/models/{delegation-create.js → mpp-session-params.js} +1 -1
  165. package/dist/models/mpp-session-params.js.map +1 -0
  166. package/dist/models/pact-event-read.d.ts +1 -1
  167. package/dist/models/pact-event-type.d.ts +3 -0
  168. package/dist/models/pact-event-type.d.ts.map +1 -1
  169. package/dist/models/pact-event-type.js +3 -0
  170. package/dist/models/pact-event-type.js.map +1 -1
  171. package/dist/models/pact-read.d.ts +43 -11
  172. package/dist/models/pact-read.d.ts.map +1 -1
  173. package/dist/models/pact-spec-input.d.ts +37 -0
  174. package/dist/models/pact-spec-input.d.ts.map +1 -0
  175. package/dist/models/pact-spec-input.js +12 -0
  176. package/dist/models/pact-spec-input.js.map +1 -0
  177. package/dist/models/pact-spec-output.d.ts +37 -0
  178. package/dist/models/pact-spec-output.d.ts.map +1 -0
  179. package/dist/models/pact-spec-output.js +12 -0
  180. package/dist/models/pact-spec-output.js.map +1 -0
  181. package/dist/models/pact-stats-language.d.ts +20 -0
  182. package/dist/models/pact-stats-language.d.ts.map +1 -0
  183. package/dist/models/pact-stats-language.js +22 -0
  184. package/dist/models/pact-stats-language.js.map +1 -0
  185. package/dist/models/pact-status.d.ts +2 -1
  186. package/dist/models/pact-status.d.ts.map +1 -1
  187. package/dist/models/pact-status.js +2 -1
  188. package/dist/models/pact-status.js.map +1 -1
  189. package/dist/models/pact-submit-request.d.ts +9 -3
  190. package/dist/models/pact-submit-request.d.ts.map +1 -1
  191. package/dist/models/pact-submit-response.d.ts +1 -1
  192. package/dist/models/pact-summary.d.ts +19 -0
  193. package/dist/models/pact-summary.d.ts.map +1 -1
  194. package/dist/models/pact-update-completion-conditions-request.d.ts +24 -0
  195. package/dist/models/pact-update-completion-conditions-request.d.ts.map +1 -0
  196. package/dist/models/pact-update-completion-conditions-request.js +12 -0
  197. package/dist/models/pact-update-completion-conditions-request.js.map +1 -0
  198. package/dist/models/pact-update-policies-request.d.ts +24 -0
  199. package/dist/models/pact-update-policies-request.d.ts.map +1 -0
  200. package/dist/models/pact-update-policies-request.js +12 -0
  201. package/dist/models/pact-update-policies-request.js.map +1 -0
  202. package/dist/models/pagination-meta.d.ts +22 -4
  203. package/dist/models/pagination-meta.d.ts.map +1 -1
  204. package/dist/models/{claim-token-status.d.ts → pair-token-status.d.ts} +5 -5
  205. package/dist/models/pair-token-status.d.ts.map +1 -0
  206. package/dist/models/{claim-token-status.js → pair-token-status.js} +5 -5
  207. package/dist/models/pair-token-status.js.map +1 -0
  208. package/dist/models/payment-create.d.ts +49 -0
  209. package/dist/models/payment-create.d.ts.map +1 -0
  210. package/dist/models/payment-create.js +12 -0
  211. package/dist/models/payment-create.js.map +1 -0
  212. package/dist/models/{freeze-scope.d.ts → payment-protocol.d.ts} +6 -7
  213. package/dist/models/payment-protocol.d.ts.map +1 -0
  214. package/dist/models/{freeze-scope.js → payment-protocol.js} +6 -7
  215. package/dist/models/payment-protocol.js.map +1 -0
  216. package/dist/models/payment-result.d.ts +69 -0
  217. package/dist/models/payment-result.d.ts.map +1 -0
  218. package/dist/models/payment-result.js +12 -0
  219. package/dist/models/payment-result.js.map +1 -0
  220. package/dist/models/pending-operation-list-response.d.ts +2 -2
  221. package/dist/models/pending-operation-list-response.d.ts.map +1 -1
  222. package/dist/models/pending-operation-read.d.ts +2 -2
  223. package/dist/models/pending-operation-read.d.ts.map +1 -1
  224. package/dist/models/pending-operation-status.d.ts +0 -1
  225. package/dist/models/pending-operation-status.d.ts.map +1 -1
  226. package/dist/models/pending-operation-status.js +0 -1
  227. package/dist/models/pending-operation-status.js.map +1 -1
  228. package/dist/models/pending-operation-type.d.ts +1 -0
  229. package/dist/models/pending-operation-type.d.ts.map +1 -1
  230. package/dist/models/pending-operation-type.js +1 -0
  231. package/dist/models/pending-operation-type.js.map +1 -1
  232. package/dist/models/policy-create.d.ts +11 -13
  233. package/dist/models/policy-create.d.ts.map +1 -1
  234. package/dist/models/policy-dry-run-request.d.ts +14 -16
  235. package/dist/models/policy-dry-run-request.d.ts.map +1 -1
  236. package/dist/models/policy-read.d.ts +1 -1
  237. package/dist/models/policy-type.d.ts +2 -1
  238. package/dist/models/policy-type.d.ts.map +1 -1
  239. package/dist/models/policy-type.js +2 -1
  240. package/dist/models/policy-type.js.map +1 -1
  241. package/dist/models/policy-update.d.ts +6 -8
  242. package/dist/models/policy-update.d.ts.map +1 -1
  243. package/dist/models/principal-type.d.ts +1 -1
  244. package/dist/models/principal-type.js +1 -1
  245. package/dist/models/principal-update.d.ts +23 -0
  246. package/dist/models/principal-update.d.ts.map +1 -0
  247. package/dist/models/principal-update.js +12 -0
  248. package/dist/models/principal-update.js.map +1 -0
  249. package/dist/models/provision-request.d.ts +7 -1
  250. package/dist/models/provision-request.d.ts.map +1 -1
  251. package/dist/models/provision-response.d.ts +4 -10
  252. package/dist/models/provision-response.d.ts.map +1 -1
  253. package/dist/models/provision-response.js.map +1 -1
  254. package/dist/models/recent-address-read.d.ts +3 -3
  255. package/dist/models/recipe-category-read.d.ts +29 -0
  256. package/dist/models/recipe-category-read.d.ts.map +1 -0
  257. package/dist/models/{approval-summary-dto.js → recipe-category-read.js} +1 -1
  258. package/dist/models/recipe-category-read.js.map +1 -0
  259. package/dist/models/recipe-counter-result.d.ts +29 -0
  260. package/dist/models/recipe-counter-result.d.ts.map +1 -0
  261. package/dist/models/recipe-counter-result.js +12 -0
  262. package/dist/models/recipe-counter-result.js.map +1 -0
  263. package/dist/models/recipe-create-result.d.ts +42 -0
  264. package/dist/models/recipe-create-result.d.ts.map +1 -0
  265. package/dist/models/recipe-create-result.js +12 -0
  266. package/dist/models/recipe-create-result.js.map +1 -0
  267. package/dist/models/recipe-create.d.ts +117 -0
  268. package/dist/models/recipe-create.d.ts.map +1 -0
  269. package/dist/models/{approval-read.js → recipe-create.js} +1 -1
  270. package/dist/models/recipe-create.js.map +1 -0
  271. package/dist/models/recipe-detail-read.d.ts +166 -0
  272. package/dist/models/recipe-detail-read.d.ts.map +1 -0
  273. package/dist/models/recipe-detail-read.js +12 -0
  274. package/dist/models/recipe-detail-read.js.map +1 -0
  275. package/dist/models/recipe-document.d.ts +50 -0
  276. package/dist/models/recipe-document.d.ts.map +1 -0
  277. package/dist/models/recipe-document.js +12 -0
  278. package/dist/models/recipe-document.js.map +1 -0
  279. package/dist/models/recipe-library-sort-by.d.ts +21 -0
  280. package/dist/models/recipe-library-sort-by.d.ts.map +1 -0
  281. package/dist/models/recipe-library-sort-by.js +23 -0
  282. package/dist/models/recipe-library-sort-by.js.map +1 -0
  283. package/dist/models/recipe-read.d.ts +138 -0
  284. package/dist/models/recipe-read.d.ts.map +1 -0
  285. package/dist/models/{fee.js → recipe-read.js} +1 -1
  286. package/dist/models/recipe-read.js.map +1 -0
  287. package/dist/models/recipe-review-action.d.ts +20 -0
  288. package/dist/models/recipe-review-action.d.ts.map +1 -0
  289. package/dist/models/{resolve-approval-request.js → recipe-review-action.js} +8 -3
  290. package/dist/models/recipe-review-action.js.map +1 -0
  291. package/dist/models/recipe-review-request.d.ts +24 -0
  292. package/dist/models/recipe-review-request.d.ts.map +1 -0
  293. package/dist/models/recipe-review-request.js +12 -0
  294. package/dist/models/recipe-review-request.js.map +1 -0
  295. package/dist/models/recipe-search-response.d.ts +32 -0
  296. package/dist/models/recipe-search-response.d.ts.map +1 -0
  297. package/dist/models/{approval-list-response.js → recipe-search-response.js} +1 -1
  298. package/dist/models/recipe-search-response.js.map +1 -0
  299. package/dist/models/recipe-search-source.d.ts +20 -0
  300. package/dist/models/recipe-search-source.d.ts.map +1 -0
  301. package/dist/models/recipe-search-source.js +22 -0
  302. package/dist/models/recipe-search-source.js.map +1 -0
  303. package/dist/models/recipe-status.d.ts +23 -0
  304. package/dist/models/recipe-status.d.ts.map +1 -0
  305. package/dist/models/{approval-status.js → recipe-status.js} +8 -7
  306. package/dist/models/recipe-status.js.map +1 -0
  307. package/dist/models/recipe-submission-create.d.ts +99 -0
  308. package/dist/models/recipe-submission-create.d.ts.map +1 -0
  309. package/dist/models/recipe-submission-create.js +12 -0
  310. package/dist/models/recipe-submission-create.js.map +1 -0
  311. package/dist/models/recipe-update.d.ts +112 -0
  312. package/dist/models/recipe-update.d.ts.map +1 -0
  313. package/dist/models/recipe-update.js +12 -0
  314. package/dist/models/recipe-update.js.map +1 -0
  315. package/dist/models/search-recipes-request.d.ts +97 -0
  316. package/dist/models/search-recipes-request.d.ts.map +1 -0
  317. package/dist/models/search-recipes-request.js +12 -0
  318. package/dist/models/search-recipes-request.js.map +1 -0
  319. package/dist/models/session-record.d.ts +82 -0
  320. package/dist/models/session-record.d.ts.map +1 -0
  321. package/dist/models/session-record.js +12 -0
  322. package/dist/models/session-record.js.map +1 -0
  323. package/dist/models/session-span.d.ts +73 -0
  324. package/dist/models/session-span.d.ts.map +1 -0
  325. package/dist/models/session-span.js +12 -0
  326. package/dist/models/session-span.js.map +1 -0
  327. package/dist/models/speedup-transaction-request.d.ts +6 -6
  328. package/dist/models/speedup-transaction-request.d.ts.map +1 -1
  329. package/dist/models/standard-response-agent-status-response.d.ts +12 -0
  330. package/dist/models/standard-response-agent-status-response.d.ts.map +1 -1
  331. package/dist/models/standard-response-api-key-create-result.d.ts +12 -0
  332. package/dist/models/standard-response-api-key-create-result.d.ts.map +1 -1
  333. package/dist/models/standard-response-audit-log-page.d.ts +12 -0
  334. package/dist/models/standard-response-audit-log-page.d.ts.map +1 -1
  335. package/dist/models/standard-response-chain-info.d.ts +12 -0
  336. package/dist/models/standard-response-chain-info.d.ts.map +1 -1
  337. package/dist/models/standard-response-contract-call-submit-result.d.ts +12 -0
  338. package/dist/models/standard-response-contract-call-submit-result.d.ts.map +1 -1
  339. package/dist/models/standard-response-dict-str-bool.d.ts +12 -0
  340. package/dist/models/standard-response-dict-str-bool.d.ts.map +1 -1
  341. package/dist/models/standard-response-dict-str-str.d.ts +12 -0
  342. package/dist/models/standard-response-dict-str-str.d.ts.map +1 -1
  343. package/dist/models/standard-response-estimate-transfer-fee-read.d.ts +12 -0
  344. package/dist/models/standard-response-estimate-transfer-fee-read.d.ts.map +1 -1
  345. package/dist/models/standard-response-eth-call-result.d.ts +49 -0
  346. package/dist/models/standard-response-eth-call-result.d.ts.map +1 -0
  347. package/dist/models/standard-response-eth-call-result.js +12 -0
  348. package/dist/models/standard-response-eth-call-result.js.map +1 -0
  349. package/dist/models/standard-response-faucet-deposit-result.d.ts +12 -0
  350. package/dist/models/standard-response-faucet-deposit-result.d.ts.map +1 -1
  351. package/dist/models/standard-response-list-api-key-read.d.ts +12 -0
  352. package/dist/models/standard-response-list-api-key-read.d.ts.map +1 -1
  353. package/dist/models/standard-response-list-balance-read.d.ts +12 -0
  354. package/dist/models/standard-response-list-balance-read.d.ts.map +1 -1
  355. package/dist/models/standard-response-list-faucet-token-item.d.ts +12 -0
  356. package/dist/models/standard-response-list-faucet-token-item.d.ts.map +1 -1
  357. package/dist/models/standard-response-list-policy-read.d.ts +12 -0
  358. package/dist/models/standard-response-list-policy-read.d.ts.map +1 -1
  359. package/dist/models/standard-response-list-principal-read.d.ts +12 -0
  360. package/dist/models/standard-response-list-principal-read.d.ts.map +1 -1
  361. package/dist/models/standard-response-list-recent-address-read.d.ts +12 -0
  362. package/dist/models/standard-response-list-recent-address-read.d.ts.map +1 -1
  363. package/dist/models/standard-response-list-recipe-category-read.d.ts +49 -0
  364. package/dist/models/standard-response-list-recipe-category-read.d.ts.map +1 -0
  365. package/dist/models/standard-response-list-recipe-category-read.js +12 -0
  366. package/dist/models/standard-response-list-recipe-category-read.js.map +1 -0
  367. package/dist/models/standard-response-list-recipe-read.d.ts +49 -0
  368. package/dist/models/standard-response-list-recipe-read.d.ts.map +1 -0
  369. package/dist/models/standard-response-list-recipe-read.js +12 -0
  370. package/dist/models/standard-response-list-recipe-read.js.map +1 -0
  371. package/dist/models/standard-response-list-token-candidate.d.ts +49 -0
  372. package/dist/models/standard-response-list-token-candidate.d.ts.map +1 -0
  373. package/dist/models/standard-response-list-token-candidate.js +12 -0
  374. package/dist/models/standard-response-list-token-candidate.js.map +1 -0
  375. package/dist/models/standard-response-list-user-transaction-read.d.ts +49 -0
  376. package/dist/models/standard-response-list-user-transaction-read.d.ts.map +1 -0
  377. package/dist/models/standard-response-list-user-transaction-read.js +12 -0
  378. package/dist/models/standard-response-list-user-transaction-read.js.map +1 -0
  379. package/dist/models/standard-response-list-wallet-address-read.d.ts +12 -0
  380. package/dist/models/standard-response-list-wallet-address-read.d.ts.map +1 -1
  381. package/dist/models/standard-response-list-wallet-read.d.ts +12 -0
  382. package/dist/models/standard-response-list-wallet-read.d.ts.map +1 -1
  383. package/dist/models/standard-response-message-sign-result.d.ts +12 -0
  384. package/dist/models/standard-response-message-sign-result.d.ts.map +1 -1
  385. package/dist/models/standard-response-node-status-read.d.ts +12 -0
  386. package/dist/models/standard-response-node-status-read.d.ts.map +1 -1
  387. package/dist/models/standard-response-pact-event-list-response.d.ts +12 -0
  388. package/dist/models/standard-response-pact-event-list-response.d.ts.map +1 -1
  389. package/dist/models/standard-response-pact-list-response.d.ts +12 -0
  390. package/dist/models/standard-response-pact-list-response.d.ts.map +1 -1
  391. package/dist/models/standard-response-pact-read.d.ts +12 -0
  392. package/dist/models/standard-response-pact-read.d.ts.map +1 -1
  393. package/dist/models/standard-response-pact-submit-response.d.ts +12 -0
  394. package/dist/models/standard-response-pact-submit-response.d.ts.map +1 -1
  395. package/dist/models/standard-response-payment-result.d.ts +49 -0
  396. package/dist/models/standard-response-payment-result.d.ts.map +1 -0
  397. package/dist/models/standard-response-payment-result.js +12 -0
  398. package/dist/models/standard-response-payment-result.js.map +1 -0
  399. package/dist/models/standard-response-pending-operation-action-result.d.ts +12 -0
  400. package/dist/models/standard-response-pending-operation-action-result.d.ts.map +1 -1
  401. package/dist/models/standard-response-pending-operation-list-response.d.ts +12 -0
  402. package/dist/models/standard-response-pending-operation-list-response.d.ts.map +1 -1
  403. package/dist/models/standard-response-pending-operation-read.d.ts +12 -0
  404. package/dist/models/standard-response-pending-operation-read.d.ts.map +1 -1
  405. package/dist/models/standard-response-policy-dry-run-result.d.ts +12 -0
  406. package/dist/models/standard-response-policy-dry-run-result.d.ts.map +1 -1
  407. package/dist/models/standard-response-policy-read.d.ts +12 -0
  408. package/dist/models/standard-response-policy-read.d.ts.map +1 -1
  409. package/dist/models/standard-response-principal-create-result.d.ts +12 -0
  410. package/dist/models/standard-response-principal-create-result.d.ts.map +1 -1
  411. package/dist/models/standard-response-principal-read.d.ts +49 -0
  412. package/dist/models/standard-response-principal-read.d.ts.map +1 -0
  413. package/dist/models/standard-response-principal-read.js +12 -0
  414. package/dist/models/standard-response-principal-read.js.map +1 -0
  415. package/dist/models/standard-response-provision-response.d.ts +12 -0
  416. package/dist/models/standard-response-provision-response.d.ts.map +1 -1
  417. package/dist/models/standard-response-recipe-counter-result.d.ts +49 -0
  418. package/dist/models/standard-response-recipe-counter-result.d.ts.map +1 -0
  419. package/dist/models/standard-response-recipe-counter-result.js +12 -0
  420. package/dist/models/standard-response-recipe-counter-result.js.map +1 -0
  421. package/dist/models/standard-response-recipe-create-result.d.ts +49 -0
  422. package/dist/models/standard-response-recipe-create-result.d.ts.map +1 -0
  423. package/dist/models/standard-response-recipe-create-result.js +12 -0
  424. package/dist/models/standard-response-recipe-create-result.js.map +1 -0
  425. package/dist/models/standard-response-recipe-detail-read.d.ts +49 -0
  426. package/dist/models/standard-response-recipe-detail-read.d.ts.map +1 -0
  427. package/dist/models/standard-response-recipe-detail-read.js +12 -0
  428. package/dist/models/standard-response-recipe-detail-read.js.map +1 -0
  429. package/dist/models/standard-response-recipe-document.d.ts +49 -0
  430. package/dist/models/standard-response-recipe-document.d.ts.map +1 -0
  431. package/dist/models/standard-response-recipe-document.js +12 -0
  432. package/dist/models/standard-response-recipe-document.js.map +1 -0
  433. package/dist/models/standard-response-recipe-search-response.d.ts +49 -0
  434. package/dist/models/standard-response-recipe-search-response.d.ts.map +1 -0
  435. package/dist/models/standard-response-recipe-search-response.js +12 -0
  436. package/dist/models/standard-response-recipe-search-response.js.map +1 -0
  437. package/dist/models/standard-response-suggestion-response.d.ts +49 -0
  438. package/dist/models/standard-response-suggestion-response.d.ts.map +1 -0
  439. package/dist/models/standard-response-suggestion-response.js +12 -0
  440. package/dist/models/standard-response-suggestion-response.js.map +1 -0
  441. package/dist/models/standard-response-telemetry-config-response.d.ts +12 -0
  442. package/dist/models/standard-response-telemetry-config-response.d.ts.map +1 -1
  443. package/dist/models/standard-response-transaction-rbf-result.d.ts +12 -0
  444. package/dist/models/standard-response-transaction-rbf-result.d.ts.map +1 -1
  445. package/dist/models/standard-response-transfer-submit-result.d.ts +12 -0
  446. package/dist/models/standard-response-transfer-submit-result.d.ts.map +1 -1
  447. package/dist/models/standard-response-user-transaction-read.d.ts +49 -0
  448. package/dist/models/standard-response-user-transaction-read.d.ts.map +1 -0
  449. package/dist/models/standard-response-user-transaction-read.js +12 -0
  450. package/dist/models/standard-response-user-transaction-read.js.map +1 -0
  451. package/dist/models/standard-response-waas-paginated-response-chain-metadata.d.ts +12 -0
  452. package/dist/models/standard-response-waas-paginated-response-chain-metadata.d.ts.map +1 -1
  453. package/dist/models/standard-response-waas-paginated-response-token-metadata.d.ts +12 -0
  454. package/dist/models/standard-response-waas-paginated-response-token-metadata.d.ts.map +1 -1
  455. package/dist/models/standard-response-wallet-address-read.d.ts +12 -0
  456. package/dist/models/standard-response-wallet-address-read.d.ts.map +1 -1
  457. package/dist/models/standard-response-wallet-detail-read.d.ts +12 -0
  458. package/dist/models/standard-response-wallet-detail-read.d.ts.map +1 -1
  459. package/dist/models/standard-response-wallet-pact-history-read.d.ts +49 -0
  460. package/dist/models/standard-response-wallet-pact-history-read.d.ts.map +1 -0
  461. package/dist/models/standard-response-wallet-pact-history-read.js +12 -0
  462. package/dist/models/standard-response-wallet-pact-history-read.js.map +1 -0
  463. package/dist/models/standard-response-wallet-pact-stats-read.d.ts +49 -0
  464. package/dist/models/standard-response-wallet-pact-stats-read.d.ts.map +1 -0
  465. package/dist/models/standard-response-wallet-pact-stats-read.js +12 -0
  466. package/dist/models/standard-response-wallet-pact-stats-read.js.map +1 -0
  467. package/dist/models/standard-response-wallet-pair-info-read.d.ts +49 -0
  468. package/dist/models/standard-response-wallet-pair-info-read.d.ts.map +1 -0
  469. package/dist/models/standard-response-wallet-pair-info-read.js +12 -0
  470. package/dist/models/standard-response-wallet-pair-info-read.js.map +1 -0
  471. package/dist/models/standard-response-wallet-pair-initiate-read.d.ts +49 -0
  472. package/dist/models/standard-response-wallet-pair-initiate-read.d.ts.map +1 -0
  473. package/dist/models/standard-response-wallet-pair-initiate-read.js +12 -0
  474. package/dist/models/standard-response-wallet-pair-initiate-read.js.map +1 -0
  475. package/dist/models/standard-response-wallet-pair-read.d.ts +49 -0
  476. package/dist/models/standard-response-wallet-pair-read.d.ts.map +1 -0
  477. package/dist/models/standard-response-wallet-pair-read.js +12 -0
  478. package/dist/models/standard-response-wallet-pair-read.js.map +1 -0
  479. package/dist/models/standard-response-wallet-read.d.ts +12 -0
  480. package/dist/models/standard-response-wallet-read.d.ts.map +1 -1
  481. package/dist/models/standard-response-wallet-reshare-response.d.ts +49 -0
  482. package/dist/models/standard-response-wallet-reshare-response.d.ts.map +1 -0
  483. package/dist/models/standard-response-wallet-reshare-response.js +12 -0
  484. package/dist/models/standard-response-wallet-reshare-response.js.map +1 -0
  485. package/dist/models/standard-response-wallet-tss-callback-response.d.ts +49 -0
  486. package/dist/models/standard-response-wallet-tss-callback-response.d.ts.map +1 -0
  487. package/dist/models/standard-response-wallet-tss-callback-response.js +12 -0
  488. package/dist/models/standard-response-wallet-tss-callback-response.js.map +1 -0
  489. package/dist/models/standard-response-webhook-process-result.d.ts +12 -0
  490. package/dist/models/standard-response-webhook-process-result.d.ts.map +1 -1
  491. package/dist/models/suggestion-key.d.ts +39 -0
  492. package/dist/models/suggestion-key.d.ts.map +1 -0
  493. package/dist/models/suggestion-key.js +41 -0
  494. package/dist/models/suggestion-key.js.map +1 -0
  495. package/dist/models/suggestion-response.d.ts +29 -0
  496. package/dist/models/suggestion-response.d.ts.map +1 -0
  497. package/dist/models/suggestion-response.js +12 -0
  498. package/dist/models/suggestion-response.js.map +1 -0
  499. package/dist/models/telemetry-config-response.d.ts +0 -6
  500. package/dist/models/telemetry-config-response.d.ts.map +1 -1
  501. package/dist/models/tier-evaluation-read.d.ts +1 -1
  502. package/dist/models/{merchant-info.d.ts → token-candidate.d.ts} +14 -14
  503. package/dist/models/token-candidate.d.ts.map +1 -0
  504. package/dist/models/token-candidate.js +12 -0
  505. package/dist/models/token-candidate.js.map +1 -0
  506. package/dist/models/token-metadata.d.ts +1 -1
  507. package/dist/models/transaction-provider.d.ts +22 -0
  508. package/dist/models/transaction-provider.d.ts.map +1 -0
  509. package/dist/models/transaction-provider.js +24 -0
  510. package/dist/models/transaction-provider.js.map +1 -0
  511. package/dist/models/transaction-rbf-result.d.ts +2 -2
  512. package/dist/models/transfer-create.d.ts +18 -6
  513. package/dist/models/transfer-create.d.ts.map +1 -1
  514. package/dist/models/transfer-submit-result.d.ts +15 -3
  515. package/dist/models/transfer-submit-result.d.ts.map +1 -1
  516. package/dist/models/ucw-share-public-data-callback.d.ts +35 -0
  517. package/dist/models/ucw-share-public-data-callback.d.ts.map +1 -0
  518. package/dist/models/ucw-share-public-data-callback.js +12 -0
  519. package/dist/models/ucw-share-public-data-callback.js.map +1 -0
  520. package/dist/models/ucw-tss-key-share-group-callback.d.ts +66 -0
  521. package/dist/models/ucw-tss-key-share-group-callback.d.ts.map +1 -0
  522. package/dist/models/ucw-tss-key-share-group-callback.js +12 -0
  523. package/dist/models/ucw-tss-key-share-group-callback.js.map +1 -0
  524. package/dist/models/{transaction-record-extra.d.ts → user-transaction-data.d.ts} +46 -14
  525. package/dist/models/user-transaction-data.d.ts.map +1 -0
  526. package/dist/models/user-transaction-data.js +12 -0
  527. package/dist/models/user-transaction-data.js.map +1 -0
  528. package/dist/models/{transaction-record-type.d.ts → user-transaction-operation-type.d.ts} +5 -5
  529. package/dist/models/user-transaction-operation-type.d.ts.map +1 -0
  530. package/dist/models/{transaction-record-type.js → user-transaction-operation-type.js} +5 -5
  531. package/dist/models/user-transaction-operation-type.js.map +1 -0
  532. package/dist/models/user-transaction-read.d.ts +141 -0
  533. package/dist/models/user-transaction-read.d.ts.map +1 -0
  534. package/dist/models/user-transaction-read.js +12 -0
  535. package/dist/models/user-transaction-read.js.map +1 -0
  536. package/dist/models/user-transaction-request-type.d.ts +24 -0
  537. package/dist/models/user-transaction-request-type.d.ts.map +1 -0
  538. package/dist/models/user-transaction-request-type.js +26 -0
  539. package/dist/models/user-transaction-request-type.js.map +1 -0
  540. package/dist/models/vault-group-type.d.ts +1 -1
  541. package/dist/models/vault-group-type.js +1 -1
  542. package/dist/models/waas-pagination.d.ts +1 -1
  543. package/dist/models/wallet-address-create.d.ts +8 -2
  544. package/dist/models/wallet-address-create.d.ts.map +1 -1
  545. package/dist/models/wallet-address-read.d.ts +8 -2
  546. package/dist/models/wallet-address-read.d.ts.map +1 -1
  547. package/dist/models/wallet-create.d.ts +3 -9
  548. package/dist/models/wallet-create.d.ts.map +1 -1
  549. package/dist/models/wallet-detail-read.d.ts +9 -2
  550. package/dist/models/wallet-detail-read.d.ts.map +1 -1
  551. package/dist/models/wallet-group-node-read.d.ts +36 -0
  552. package/dist/models/wallet-group-node-read.d.ts.map +1 -0
  553. package/dist/models/wallet-group-node-read.js +12 -0
  554. package/dist/models/wallet-group-node-read.js.map +1 -0
  555. package/dist/models/wallet-group-read.d.ts +51 -0
  556. package/dist/models/wallet-group-read.d.ts.map +1 -0
  557. package/dist/models/{activate-response.js → wallet-group-read.js} +1 -1
  558. package/dist/models/wallet-group-read.js.map +1 -0
  559. package/dist/models/wallet-pact-currency.d.ts +19 -0
  560. package/dist/models/wallet-pact-currency.d.ts.map +1 -0
  561. package/dist/models/wallet-pact-currency.js +21 -0
  562. package/dist/models/wallet-pact-currency.js.map +1 -0
  563. package/dist/models/wallet-pact-history-bucket-pact-read.d.ts +41 -0
  564. package/dist/models/wallet-pact-history-bucket-pact-read.d.ts.map +1 -0
  565. package/dist/models/wallet-pact-history-bucket-pact-read.js +12 -0
  566. package/dist/models/wallet-pact-history-bucket-pact-read.js.map +1 -0
  567. package/dist/models/wallet-pact-history-bucket-read.d.ts +48 -0
  568. package/dist/models/wallet-pact-history-bucket-read.d.ts.map +1 -0
  569. package/dist/models/wallet-pact-history-bucket-read.js +12 -0
  570. package/dist/models/wallet-pact-history-bucket-read.js.map +1 -0
  571. package/dist/models/wallet-pact-history-metric.d.ts +20 -0
  572. package/dist/models/wallet-pact-history-metric.d.ts.map +1 -0
  573. package/dist/models/wallet-pact-history-metric.js +22 -0
  574. package/dist/models/wallet-pact-history-metric.js.map +1 -0
  575. package/dist/models/wallet-pact-history-range.d.ts +21 -0
  576. package/dist/models/wallet-pact-history-range.d.ts.map +1 -0
  577. package/dist/models/wallet-pact-history-range.js +23 -0
  578. package/dist/models/wallet-pact-history-range.js.map +1 -0
  579. package/dist/models/wallet-pact-history-read.d.ts +57 -0
  580. package/dist/models/wallet-pact-history-read.d.ts.map +1 -0
  581. package/dist/models/wallet-pact-history-read.js +12 -0
  582. package/dist/models/wallet-pact-history-read.js.map +1 -0
  583. package/dist/models/wallet-pact-history-summary-read.d.ts +29 -0
  584. package/dist/models/wallet-pact-history-summary-read.d.ts.map +1 -0
  585. package/dist/models/wallet-pact-history-summary-read.js +12 -0
  586. package/dist/models/wallet-pact-history-summary-read.js.map +1 -0
  587. package/dist/models/wallet-pact-stats-read.d.ts +66 -0
  588. package/dist/models/wallet-pact-stats-read.d.ts.map +1 -0
  589. package/dist/models/wallet-pact-stats-read.js +12 -0
  590. package/dist/models/wallet-pact-stats-read.js.map +1 -0
  591. package/dist/models/{wallet-claim-agent-info.d.ts → wallet-pair-agent-info.d.ts} +7 -7
  592. package/dist/models/wallet-pair-agent-info.d.ts.map +1 -0
  593. package/dist/models/wallet-pair-agent-info.js +12 -0
  594. package/dist/models/wallet-pair-agent-info.js.map +1 -0
  595. package/dist/models/{wallet-claim-confirm.d.ts → wallet-pair-confirm.d.ts} +6 -6
  596. package/dist/models/wallet-pair-confirm.d.ts.map +1 -0
  597. package/dist/models/wallet-pair-confirm.js +12 -0
  598. package/dist/models/wallet-pair-confirm.js.map +1 -0
  599. package/dist/models/wallet-pair-info-read.d.ts +44 -0
  600. package/dist/models/wallet-pair-info-read.d.ts.map +1 -0
  601. package/dist/models/wallet-pair-info-read.js +12 -0
  602. package/dist/models/wallet-pair-info-read.js.map +1 -0
  603. package/dist/models/wallet-pair-initiate-read.d.ts +78 -0
  604. package/dist/models/wallet-pair-initiate-read.d.ts.map +1 -0
  605. package/dist/models/wallet-pair-initiate-read.js +12 -0
  606. package/dist/models/wallet-pair-initiate-read.js.map +1 -0
  607. package/dist/models/{wallet-claim-initiate.d.ts → wallet-pair-initiate.d.ts} +6 -6
  608. package/dist/models/wallet-pair-initiate.d.ts.map +1 -0
  609. package/dist/models/wallet-pair-initiate.js +12 -0
  610. package/dist/models/wallet-pair-initiate.js.map +1 -0
  611. package/dist/models/wallet-pair-read.d.ts +72 -0
  612. package/dist/models/wallet-pair-read.d.ts.map +1 -0
  613. package/dist/models/wallet-pair-read.js +12 -0
  614. package/dist/models/wallet-pair-read.js.map +1 -0
  615. package/dist/models/{wallet-claim-status.d.ts → wallet-pair-status.d.ts} +4 -4
  616. package/dist/models/wallet-pair-status.d.ts.map +1 -0
  617. package/dist/models/{wallet-claim-status.js → wallet-pair-status.js} +4 -4
  618. package/dist/models/wallet-pair-status.js.map +1 -0
  619. package/dist/models/{wallet-claim-wallet-info.d.ts → wallet-pair-wallet-info.d.ts} +8 -8
  620. package/dist/models/wallet-pair-wallet-info.d.ts.map +1 -0
  621. package/dist/models/wallet-pair-wallet-info.js +12 -0
  622. package/dist/models/wallet-pair-wallet-info.js.map +1 -0
  623. package/dist/models/wallet-read.d.ts +2 -2
  624. package/dist/models/wallet-reshare-request.d.ts +23 -0
  625. package/dist/models/wallet-reshare-request.d.ts.map +1 -0
  626. package/dist/models/wallet-reshare-request.js +12 -0
  627. package/dist/models/wallet-reshare-request.js.map +1 -0
  628. package/dist/models/{webhook-delete-result.d.ts → wallet-reshare-response.d.ts} +7 -7
  629. package/dist/models/wallet-reshare-response.d.ts.map +1 -0
  630. package/dist/models/wallet-reshare-response.js +12 -0
  631. package/dist/models/wallet-reshare-response.js.map +1 -0
  632. package/dist/models/wallet-tss-callback-request.d.ts +42 -0
  633. package/dist/models/wallet-tss-callback-request.d.ts.map +1 -0
  634. package/dist/models/wallet-tss-callback-request.js +12 -0
  635. package/dist/models/wallet-tss-callback-request.js.map +1 -0
  636. package/dist/models/wallet-tss-callback-response.d.ts +35 -0
  637. package/dist/models/wallet-tss-callback-response.d.ts.map +1 -0
  638. package/dist/models/wallet-tss-callback-response.js +12 -0
  639. package/dist/models/wallet-tss-callback-response.js.map +1 -0
  640. package/dist/models/wallet-type.d.ts +2 -2
  641. package/dist/models/wallet-type.js +2 -2
  642. package/dist/models/wallet-type.js.map +1 -1
  643. package/dist/models/webhook-process-result.d.ts +1 -1
  644. package/package.json +1 -1
  645. package/dist/api/ap2-api.d.ts +0 -28
  646. package/dist/api/ap2-api.d.ts.map +0 -1
  647. package/dist/api/ap2-api.js.map +0 -1
  648. package/dist/api/approvals-api.d.ts +0 -62
  649. package/dist/api/approvals-api.d.ts.map +0 -1
  650. package/dist/api/approvals-api.js.map +0 -1
  651. package/dist/api/delegations-api.d.ts +0 -104
  652. package/dist/api/delegations-api.d.ts.map +0 -1
  653. package/dist/api/delegations-api.js +0 -363
  654. package/dist/api/delegations-api.js.map +0 -1
  655. package/dist/api/policies-api.d.ts +0 -126
  656. package/dist/api/policies-api.d.ts.map +0 -1
  657. package/dist/api/policies-api.js.map +0 -1
  658. package/dist/api/webhooks-api.d.ts +0 -50
  659. package/dist/api/webhooks-api.d.ts.map +0 -1
  660. package/dist/api/webhooks-api.js +0 -146
  661. package/dist/api/webhooks-api.js.map +0 -1
  662. package/dist/models/activate-request.d.ts +0 -35
  663. package/dist/models/activate-request.d.ts.map +0 -1
  664. package/dist/models/activate-request.js.map +0 -1
  665. package/dist/models/activate-response.d.ts +0 -41
  666. package/dist/models/activate-response.d.ts.map +0 -1
  667. package/dist/models/activate-response.js.map +0 -1
  668. package/dist/models/approval-list-response.d.ts +0 -24
  669. package/dist/models/approval-list-response.d.ts.map +0 -1
  670. package/dist/models/approval-list-response.js.map +0 -1
  671. package/dist/models/approval-read.d.ts +0 -90
  672. package/dist/models/approval-read.d.ts.map +0 -1
  673. package/dist/models/approval-read.js.map +0 -1
  674. package/dist/models/approval-status.d.ts +0 -22
  675. package/dist/models/approval-status.d.ts.map +0 -1
  676. package/dist/models/approval-status.js.map +0 -1
  677. package/dist/models/approval-summary-dto.d.ts +0 -54
  678. package/dist/models/approval-summary-dto.d.ts.map +0 -1
  679. package/dist/models/approval-summary-dto.js.map +0 -1
  680. package/dist/models/claim-token-status.d.ts.map +0 -1
  681. package/dist/models/claim-token-status.js.map +0 -1
  682. package/dist/models/create-approval-request.d.ts +0 -35
  683. package/dist/models/create-approval-request.d.ts.map +0 -1
  684. package/dist/models/create-approval-request.js +0 -12
  685. package/dist/models/create-approval-request.js.map +0 -1
  686. package/dist/models/create-approval-response.d.ts +0 -23
  687. package/dist/models/create-approval-response.d.ts.map +0 -1
  688. package/dist/models/create-approval-response.js +0 -12
  689. package/dist/models/create-approval-response.js.map +0 -1
  690. package/dist/models/delegation-create.d.ts +0 -49
  691. package/dist/models/delegation-create.d.ts.map +0 -1
  692. package/dist/models/delegation-create.js.map +0 -1
  693. package/dist/models/delegation-freeze-request.d.ts +0 -48
  694. package/dist/models/delegation-freeze-request.d.ts.map +0 -1
  695. package/dist/models/delegation-freeze-request.js +0 -12
  696. package/dist/models/delegation-freeze-request.js.map +0 -1
  697. package/dist/models/delegation-freeze-result.d.ts +0 -48
  698. package/dist/models/delegation-freeze-result.d.ts.map +0 -1
  699. package/dist/models/delegation-freeze-result.js +0 -12
  700. package/dist/models/delegation-freeze-result.js.map +0 -1
  701. package/dist/models/delegation-permission.d.ts +0 -26
  702. package/dist/models/delegation-permission.d.ts.map +0 -1
  703. package/dist/models/delegation-permission.js +0 -28
  704. package/dist/models/delegation-permission.js.map +0 -1
  705. package/dist/models/delegation-read.d.ts +0 -104
  706. package/dist/models/delegation-read.d.ts.map +0 -1
  707. package/dist/models/delegation-read.js.map +0 -1
  708. package/dist/models/delegation-status.d.ts +0 -21
  709. package/dist/models/delegation-status.d.ts.map +0 -1
  710. package/dist/models/delegation-status.js.map +0 -1
  711. package/dist/models/delegation-unfreeze-result.d.ts +0 -42
  712. package/dist/models/delegation-unfreeze-result.d.ts.map +0 -1
  713. package/dist/models/delegation-unfreeze-result.js +0 -12
  714. package/dist/models/delegation-unfreeze-result.js.map +0 -1
  715. package/dist/models/delegation-update.d.ts +0 -30
  716. package/dist/models/delegation-update.d.ts.map +0 -1
  717. package/dist/models/delegation-update.js +0 -12
  718. package/dist/models/delegation-update.js.map +0 -1
  719. package/dist/models/fee.d.ts.map +0 -1
  720. package/dist/models/fee.js.map +0 -1
  721. package/dist/models/freeze-scope.d.ts.map +0 -1
  722. package/dist/models/freeze-scope.js.map +0 -1
  723. package/dist/models/merchant-info.d.ts.map +0 -1
  724. package/dist/models/merchant-info.js.map +0 -1
  725. package/dist/models/pact-spec.d.ts +0 -58
  726. package/dist/models/pact-spec.d.ts.map +0 -1
  727. package/dist/models/pact-spec.js.map +0 -1
  728. package/dist/models/resolve-approval-request.d.ts +0 -40
  729. package/dist/models/resolve-approval-request.d.ts.map +0 -1
  730. package/dist/models/resolve-approval-request.js.map +0 -1
  731. package/dist/models/resolve-approval-response.d.ts +0 -24
  732. package/dist/models/resolve-approval-response.d.ts.map +0 -1
  733. package/dist/models/resolve-approval-response.js +0 -12
  734. package/dist/models/resolve-approval-response.js.map +0 -1
  735. package/dist/models/standard-response-activate-response.d.ts +0 -37
  736. package/dist/models/standard-response-activate-response.d.ts.map +0 -1
  737. package/dist/models/standard-response-activate-response.js +0 -12
  738. package/dist/models/standard-response-activate-response.js.map +0 -1
  739. package/dist/models/standard-response-approval-list-response.d.ts +0 -37
  740. package/dist/models/standard-response-approval-list-response.d.ts.map +0 -1
  741. package/dist/models/standard-response-approval-list-response.js +0 -12
  742. package/dist/models/standard-response-approval-list-response.js.map +0 -1
  743. package/dist/models/standard-response-approval-read.d.ts +0 -37
  744. package/dist/models/standard-response-approval-read.d.ts.map +0 -1
  745. package/dist/models/standard-response-approval-read.js +0 -12
  746. package/dist/models/standard-response-approval-read.js.map +0 -1
  747. package/dist/models/standard-response-create-approval-response.d.ts +0 -37
  748. package/dist/models/standard-response-create-approval-response.d.ts.map +0 -1
  749. package/dist/models/standard-response-create-approval-response.js +0 -12
  750. package/dist/models/standard-response-create-approval-response.js.map +0 -1
  751. package/dist/models/standard-response-delegation-freeze-result.d.ts +0 -37
  752. package/dist/models/standard-response-delegation-freeze-result.d.ts.map +0 -1
  753. package/dist/models/standard-response-delegation-freeze-result.js +0 -12
  754. package/dist/models/standard-response-delegation-freeze-result.js.map +0 -1
  755. package/dist/models/standard-response-delegation-read.d.ts +0 -37
  756. package/dist/models/standard-response-delegation-read.d.ts.map +0 -1
  757. package/dist/models/standard-response-delegation-read.js +0 -12
  758. package/dist/models/standard-response-delegation-read.js.map +0 -1
  759. package/dist/models/standard-response-delegation-unfreeze-result.d.ts +0 -37
  760. package/dist/models/standard-response-delegation-unfreeze-result.d.ts.map +0 -1
  761. package/dist/models/standard-response-delegation-unfreeze-result.js +0 -12
  762. package/dist/models/standard-response-delegation-unfreeze-result.js.map +0 -1
  763. package/dist/models/standard-response-list-delegation-read.d.ts +0 -37
  764. package/dist/models/standard-response-list-delegation-read.d.ts.map +0 -1
  765. package/dist/models/standard-response-list-delegation-read.js +0 -12
  766. package/dist/models/standard-response-list-delegation-read.js.map +0 -1
  767. package/dist/models/standard-response-list-merchant-info.d.ts +0 -37
  768. package/dist/models/standard-response-list-merchant-info.d.ts.map +0 -1
  769. package/dist/models/standard-response-list-merchant-info.js +0 -12
  770. package/dist/models/standard-response-list-merchant-info.js.map +0 -1
  771. package/dist/models/standard-response-list-transaction-record-read.d.ts +0 -37
  772. package/dist/models/standard-response-list-transaction-record-read.d.ts.map +0 -1
  773. package/dist/models/standard-response-list-transaction-record-read.js +0 -12
  774. package/dist/models/standard-response-list-transaction-record-read.js.map +0 -1
  775. package/dist/models/standard-response-list-webhook-dlqread.d.ts +0 -37
  776. package/dist/models/standard-response-list-webhook-dlqread.d.ts.map +0 -1
  777. package/dist/models/standard-response-list-webhook-dlqread.js +0 -12
  778. package/dist/models/standard-response-list-webhook-dlqread.js.map +0 -1
  779. package/dist/models/standard-response-resolve-approval-response.d.ts +0 -37
  780. package/dist/models/standard-response-resolve-approval-response.d.ts.map +0 -1
  781. package/dist/models/standard-response-resolve-approval-response.js +0 -12
  782. package/dist/models/standard-response-resolve-approval-response.js.map +0 -1
  783. package/dist/models/standard-response-transaction-record-read.d.ts +0 -37
  784. package/dist/models/standard-response-transaction-record-read.d.ts.map +0 -1
  785. package/dist/models/standard-response-transaction-record-read.js +0 -12
  786. package/dist/models/standard-response-transaction-record-read.js.map +0 -1
  787. package/dist/models/standard-response-wallet-claim-info-read.d.ts +0 -37
  788. package/dist/models/standard-response-wallet-claim-info-read.d.ts.map +0 -1
  789. package/dist/models/standard-response-wallet-claim-info-read.js +0 -12
  790. package/dist/models/standard-response-wallet-claim-info-read.js.map +0 -1
  791. package/dist/models/standard-response-wallet-claim-initiate-read.d.ts +0 -37
  792. package/dist/models/standard-response-wallet-claim-initiate-read.d.ts.map +0 -1
  793. package/dist/models/standard-response-wallet-claim-initiate-read.js +0 -12
  794. package/dist/models/standard-response-wallet-claim-initiate-read.js.map +0 -1
  795. package/dist/models/standard-response-wallet-claim-read.d.ts +0 -37
  796. package/dist/models/standard-response-wallet-claim-read.d.ts.map +0 -1
  797. package/dist/models/standard-response-wallet-claim-read.js +0 -12
  798. package/dist/models/standard-response-wallet-claim-read.js.map +0 -1
  799. package/dist/models/standard-response-webhook-delete-result.d.ts +0 -37
  800. package/dist/models/standard-response-webhook-delete-result.d.ts.map +0 -1
  801. package/dist/models/standard-response-webhook-delete-result.js +0 -12
  802. package/dist/models/standard-response-webhook-delete-result.js.map +0 -1
  803. package/dist/models/standard-response-webhook-registration-read.d.ts +0 -37
  804. package/dist/models/standard-response-webhook-registration-read.d.ts.map +0 -1
  805. package/dist/models/standard-response-webhook-registration-read.js +0 -12
  806. package/dist/models/standard-response-webhook-registration-read.js.map +0 -1
  807. package/dist/models/standard-response-x402-payment-result.d.ts +0 -37
  808. package/dist/models/standard-response-x402-payment-result.d.ts.map +0 -1
  809. package/dist/models/standard-response-x402-payment-result.js +0 -12
  810. package/dist/models/standard-response-x402-payment-result.js.map +0 -1
  811. package/dist/models/transaction-record-extra.d.ts.map +0 -1
  812. package/dist/models/transaction-record-extra.js +0 -12
  813. package/dist/models/transaction-record-extra.js.map +0 -1
  814. package/dist/models/transaction-record-read.d.ts +0 -109
  815. package/dist/models/transaction-record-read.d.ts.map +0 -1
  816. package/dist/models/transaction-record-read.js +0 -12
  817. package/dist/models/transaction-record-read.js.map +0 -1
  818. package/dist/models/transaction-record-type.d.ts.map +0 -1
  819. package/dist/models/transaction-record-type.js.map +0 -1
  820. package/dist/models/wallet-claim-agent-info.d.ts.map +0 -1
  821. package/dist/models/wallet-claim-agent-info.js +0 -12
  822. package/dist/models/wallet-claim-agent-info.js.map +0 -1
  823. package/dist/models/wallet-claim-confirm.d.ts.map +0 -1
  824. package/dist/models/wallet-claim-confirm.js +0 -12
  825. package/dist/models/wallet-claim-confirm.js.map +0 -1
  826. package/dist/models/wallet-claim-info-read.d.ts +0 -38
  827. package/dist/models/wallet-claim-info-read.d.ts.map +0 -1
  828. package/dist/models/wallet-claim-info-read.js +0 -12
  829. package/dist/models/wallet-claim-info-read.js.map +0 -1
  830. package/dist/models/wallet-claim-initiate-read.d.ts +0 -78
  831. package/dist/models/wallet-claim-initiate-read.d.ts.map +0 -1
  832. package/dist/models/wallet-claim-initiate-read.js +0 -12
  833. package/dist/models/wallet-claim-initiate-read.js.map +0 -1
  834. package/dist/models/wallet-claim-initiate.d.ts.map +0 -1
  835. package/dist/models/wallet-claim-initiate.js +0 -12
  836. package/dist/models/wallet-claim-initiate.js.map +0 -1
  837. package/dist/models/wallet-claim-read.d.ts +0 -72
  838. package/dist/models/wallet-claim-read.d.ts.map +0 -1
  839. package/dist/models/wallet-claim-read.js +0 -12
  840. package/dist/models/wallet-claim-read.js.map +0 -1
  841. package/dist/models/wallet-claim-status.d.ts.map +0 -1
  842. package/dist/models/wallet-claim-status.js.map +0 -1
  843. package/dist/models/wallet-claim-wallet-info.d.ts.map +0 -1
  844. package/dist/models/wallet-claim-wallet-info.js +0 -12
  845. package/dist/models/wallet-claim-wallet-info.js.map +0 -1
  846. package/dist/models/webhook-delete-result.d.ts.map +0 -1
  847. package/dist/models/webhook-delete-result.js +0 -12
  848. package/dist/models/webhook-delete-result.js.map +0 -1
  849. package/dist/models/webhook-dlqread.d.ts.map +0 -1
  850. package/dist/models/webhook-dlqread.js +0 -12
  851. package/dist/models/webhook-dlqread.js.map +0 -1
  852. package/dist/models/webhook-registration-create.d.ts +0 -35
  853. package/dist/models/webhook-registration-create.d.ts.map +0 -1
  854. package/dist/models/webhook-registration-create.js +0 -12
  855. package/dist/models/webhook-registration-create.js.map +0 -1
  856. package/dist/models/webhook-registration-read.d.ts +0 -53
  857. package/dist/models/webhook-registration-read.d.ts.map +0 -1
  858. package/dist/models/webhook-registration-read.js +0 -12
  859. package/dist/models/webhook-registration-read.js.map +0 -1
  860. package/dist/models/x402-error-detail.d.ts +0 -43
  861. package/dist/models/x402-error-detail.d.ts.map +0 -1
  862. package/dist/models/x402-error-detail.js +0 -12
  863. package/dist/models/x402-error-detail.js.map +0 -1
  864. package/dist/models/x402-error-response.d.ts +0 -30
  865. package/dist/models/x402-error-response.d.ts.map +0 -1
  866. package/dist/models/x402-error-response.js +0 -12
  867. package/dist/models/x402-error-response.js.map +0 -1
  868. package/dist/models/x402-payment-create.d.ts +0 -35
  869. package/dist/models/x402-payment-create.d.ts.map +0 -1
  870. package/dist/models/x402-payment-create.js +0 -12
  871. package/dist/models/x402-payment-create.js.map +0 -1
  872. package/dist/models/x402-payment-result.d.ts +0 -47
  873. package/dist/models/x402-payment-result.d.ts.map +0 -1
  874. package/dist/models/x402-payment-result.js +0 -12
  875. package/dist/models/x402-payment-result.js.map +0 -1
@@ -12,11 +12,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.PoliciesApi = void 0;
15
+ exports.RecipesApi = void 0;
16
16
  const axios_1 = __importDefault(require("axios"));
17
17
  const configuration_1 = require("../configuration");
18
18
  const common_1 = require("../common");
19
- class PoliciesApi {
19
+ class RecipesApi {
20
20
  constructor(configuration, basePath, axios) {
21
21
  this.configuration = configuration;
22
22
  this.basePath = basePath ?? configuration?.basePath ?? (0, configuration_1.getServerUrl)(configuration?.serverIndex ?? 0, configuration?.serverVariables);
@@ -33,21 +33,21 @@ class PoliciesApi {
33
33
  return headers;
34
34
  }
35
35
  /**
36
- * Approve pending operation
37
- * This operation approves a pending transaction and triggers its execution. The pending operation ID can be retrieved by calling the List pending operations operation. Only the wallet owner can approve pending operations.
38
- * @param pending_operation_id
39
- * @param X_API_Key
36
+ * Archive recipe
37
+ * Archive a recipe, removing it from public visibility. Requires service credential authentication. Archived recipes are not deleted and can be restored.
38
+ * @param recipe_id
39
+ * @param X_Assistant_Service_Key
40
40
  * @param options Override http request option.
41
41
  */
42
- async approvePendingOperation(pending_operation_id, X_API_Key, options) {
43
- let localVarPath = '/api/v1/pending-operations/{pending_operation_id}/approve'
44
- .replace(`{${"pending_operation_id"}}`, encodeURIComponent(String(pending_operation_id)));
42
+ async archiveRecipe(recipe_id, X_Assistant_Service_Key, options) {
43
+ let localVarPath = '/api/v1/recipes/library/{recipe_id}'
44
+ .replace(`{${"recipe_id"}}`, encodeURIComponent(String(recipe_id)));
45
45
  const localVarUrlObj = new URL(localVarPath, this.basePath);
46
- const localVarRequestOptions = { method: 'POST', ...options };
46
+ const localVarRequestOptions = { method: 'DELETE', ...options };
47
47
  const localVarHeaderParameter = { ...this.getHeaders() };
48
48
  const localVarQueryParameter = {};
49
- if (X_API_Key !== undefined && X_API_Key !== null) {
50
- localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
49
+ if (X_Assistant_Service_Key !== undefined && X_Assistant_Service_Key !== null) {
50
+ localVarHeaderParameter['X-Assistant-Service-Key'] = String(X_Assistant_Service_Key);
51
51
  }
52
52
  localVarHeaderParameter['Content-Type'] = 'application/json';
53
53
  localVarHeaderParameter['Accept'] = 'application/json';
@@ -68,22 +68,22 @@ class PoliciesApi {
68
68
  return this.axios.request(localVarRequestOptions);
69
69
  }
70
70
  /**
71
- * Create policy
72
- * This operation creates a new policy for the authenticated principal. Set `scope` to control where the policy applies: - `global`: applies to all wallets owned by the principal. No `wallet_id` or `delegation_id` required. - `wallet`: applies to a specific wallet. `wallet_id` is required. - `delegation`: applies to a specific delegation. `delegation_id` is required. Set `policy_type` to control what the policy evaluates: - `transfer`: governs token transfer operations. - `contract_call`: governs smart contract call operations. The `rules` field contains the policy rule configuration as a JSON object. Its structure depends on `policy_type`. Higher `priority` values take precedence when multiple policies match. Defaults to `0`. Set `is_active=false` to create the policy in a disabled state without affecting policy evaluation. Defaults to `true`.
73
- * @param PolicyCreate
74
- * @param X_API_Key
71
+ * Create recipe
72
+ * Create and publish a new recipe in the library. Requires service credential authentication. The recipe is synced to the knowledge hub after creation.
73
+ * @param RecipeCreate
74
+ * @param X_Assistant_Service_Key
75
75
  * @param options Override http request option.
76
76
  */
77
- async createPolicy(PolicyCreate, X_API_Key, options) {
78
- let localVarPath = '/api/v1/policies';
77
+ async createRecipe(RecipeCreate, X_Assistant_Service_Key, options) {
78
+ let localVarPath = '/api/v1/recipes/library';
79
79
  const localVarUrlObj = new URL(localVarPath, this.basePath);
80
80
  const localVarRequestOptions = { method: 'POST', ...options };
81
81
  const localVarHeaderParameter = { ...this.getHeaders() };
82
82
  const localVarQueryParameter = {};
83
- // verify required parameter 'PolicyCreate' is not null or undefined
84
- (0, common_1.assertParamExists)('createPolicy', 'PolicyCreate', PolicyCreate);
85
- if (X_API_Key !== undefined && X_API_Key !== null) {
86
- localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
83
+ // verify required parameter 'RecipeCreate' is not null or undefined
84
+ (0, common_1.assertParamExists)('createRecipe', 'RecipeCreate', RecipeCreate);
85
+ if (X_Assistant_Service_Key !== undefined && X_Assistant_Service_Key !== null) {
86
+ localVarHeaderParameter['X-Assistant-Service-Key'] = String(X_Assistant_Service_Key);
87
87
  }
88
88
  localVarHeaderParameter['Content-Type'] = 'application/json';
89
89
  localVarHeaderParameter['Accept'] = 'application/json';
@@ -100,26 +100,26 @@ class PoliciesApi {
100
100
  localVarUrlObj.search = queryString;
101
101
  }
102
102
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
103
- localVarRequestOptions.data = PolicyCreate;
103
+ localVarRequestOptions.data = RecipeCreate;
104
104
  localVarRequestOptions.url = localVarUrlObj.toString();
105
105
  return this.axios.request(localVarRequestOptions);
106
106
  }
107
107
  /**
108
- * Deactivate policy
109
- * This operation deactivates a specific policy, excluding it from policy evaluation without deleting it. The policy ID can be retrieved by calling the List all policies operation. You can reactivate the policy by calling the Update policy operation with `is_active=true`.
110
- * @param policy_id
111
- * @param X_API_Key
108
+ * Get recipe detail by slug
109
+ * Retrieve the full details of a public recipe by its URL slug.
110
+ * @param slug
111
+ * @param track_view When `true` (default), increment the recipe\'s view counter.
112
112
  * @param options Override http request option.
113
113
  */
114
- async deactivatePolicy(policy_id, X_API_Key, options) {
115
- let localVarPath = '/api/v1/policies/{policy_id}'
116
- .replace(`{${"policy_id"}}`, encodeURIComponent(String(policy_id)));
114
+ async getRecipeBySlug(slug, track_view, options) {
115
+ let localVarPath = '/api/v1/recipes/library/by-slug/{slug}'
116
+ .replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
117
117
  const localVarUrlObj = new URL(localVarPath, this.basePath);
118
- const localVarRequestOptions = { method: 'DELETE', ...options };
118
+ const localVarRequestOptions = { method: 'GET', ...options };
119
119
  const localVarHeaderParameter = { ...this.getHeaders() };
120
120
  const localVarQueryParameter = {};
121
- if (X_API_Key !== undefined && X_API_Key !== null) {
122
- localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
121
+ if (track_view !== undefined) {
122
+ localVarQueryParameter['track_view'] = track_view;
123
123
  }
124
124
  localVarHeaderParameter['Content-Type'] = 'application/json';
125
125
  localVarHeaderParameter['Accept'] = 'application/json';
@@ -140,20 +140,23 @@ class PoliciesApi {
140
140
  return this.axios.request(localVarRequestOptions);
141
141
  }
142
142
  /**
143
- * Dry-run policy
144
- * This operation evaluates policies against a hypothetical operation without submitting a transaction. Use it to preview the policy decision before performing a transfer or contract call. You need to provide `wallet_id` and `operation_type` (`transfer` or `contract_call`). For transfers, also provide `dst_addr`, `token_id`, `chain_id`, and `amount`. For contract calls: - EVM: provide `contract_addr`, `chain_id`, and optionally `calldata`. - Solana: provide `chain_id` and `instructions`. Optionally supply `delegation_id` to evaluate policies within a specific delegation context, or `principal_id` to override the principal used for evaluation.
145
- * @param PolicyDryRunRequest
143
+ * Get full recipe document by ID
144
+ * Retrieve the full content of a recipe document by its knowledge hub or graph document ID. The `document_id` is returned in search results.
145
+ * @param document_id
146
+ * @param source Document source to retrieve from. Possible values: `graph`, `knowledge`.
146
147
  * @param X_API_Key
147
148
  * @param options Override http request option.
148
149
  */
149
- async dryRunPolicy(PolicyDryRunRequest, X_API_Key, options) {
150
- let localVarPath = '/api/v1/policies/dry-run';
150
+ async getRecipeDocument(document_id, source, X_API_Key, options) {
151
+ let localVarPath = '/api/v1/recipes/{document_id}'
152
+ .replace(`{${"document_id"}}`, encodeURIComponent(String(document_id)));
151
153
  const localVarUrlObj = new URL(localVarPath, this.basePath);
152
- const localVarRequestOptions = { method: 'POST', ...options };
154
+ const localVarRequestOptions = { method: 'GET', ...options };
153
155
  const localVarHeaderParameter = { ...this.getHeaders() };
154
156
  const localVarQueryParameter = {};
155
- // verify required parameter 'PolicyDryRunRequest' is not null or undefined
156
- (0, common_1.assertParamExists)('dryRunPolicy', 'PolicyDryRunRequest', PolicyDryRunRequest);
157
+ if (source !== undefined) {
158
+ localVarQueryParameter['source'] = source;
159
+ }
157
160
  if (X_API_Key !== undefined && X_API_Key !== null) {
158
161
  localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
159
162
  }
@@ -172,27 +175,22 @@ class PoliciesApi {
172
175
  localVarUrlObj.search = queryString;
173
176
  }
174
177
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
175
- localVarRequestOptions.data = PolicyDryRunRequest;
176
178
  localVarRequestOptions.url = localVarUrlObj.toString();
177
179
  return this.axios.request(localVarRequestOptions);
178
180
  }
179
181
  /**
180
- * Get pending operation
181
- * This operation retrieves a specific pending approval operation by its ID. The pending operation ID is returned in the `pending_operation_id` field when a transfer or contract call returns `status=pending_approval`. Both human owners and the agent that initiated the operation can read it.
182
- * @param pending_operation_id
183
- * @param X_API_Key
182
+ * Get recipe search count
183
+ * Retrieve the total number of times a recipe has appeared in search results.
184
+ * @param recipe_id
184
185
  * @param options Override http request option.
185
186
  */
186
- async getPendingOperation(pending_operation_id, X_API_Key, options) {
187
- let localVarPath = '/api/v1/pending-operations/{pending_operation_id}'
188
- .replace(`{${"pending_operation_id"}}`, encodeURIComponent(String(pending_operation_id)));
187
+ async getRecipeSearchCount(recipe_id, options) {
188
+ let localVarPath = '/api/v1/recipes/library/{recipe_id}/search-count'
189
+ .replace(`{${"recipe_id"}}`, encodeURIComponent(String(recipe_id)));
189
190
  const localVarUrlObj = new URL(localVarPath, this.basePath);
190
191
  const localVarRequestOptions = { method: 'GET', ...options };
191
192
  const localVarHeaderParameter = { ...this.getHeaders() };
192
193
  const localVarQueryParameter = {};
193
- if (X_API_Key !== undefined && X_API_Key !== null) {
194
- localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
195
- }
196
194
  localVarHeaderParameter['Content-Type'] = 'application/json';
197
195
  localVarHeaderParameter['Accept'] = 'application/json';
198
196
  const queryString = new URLSearchParams(Object.entries(localVarQueryParameter).reduce((acc, [key, value]) => {
@@ -212,21 +210,19 @@ class PoliciesApi {
212
210
  return this.axios.request(localVarRequestOptions);
213
211
  }
214
212
  /**
215
- * Get policy
216
- * This operation retrieves a specific policy by its ID. The policy ID can be retrieved by calling the List all policies operation.
217
- * @param policy_id
218
- * @param X_API_Key
213
+ * List featured recipes
214
+ * Retrieve the list of editorially featured recipes from the public library.
215
+ * @param limit The maximum number of featured recipes to return. Range: [1, 50].
219
216
  * @param options Override http request option.
220
217
  */
221
- async getPolicy(policy_id, X_API_Key, options) {
222
- let localVarPath = '/api/v1/policies/{policy_id}'
223
- .replace(`{${"policy_id"}}`, encodeURIComponent(String(policy_id)));
218
+ async listFeaturedRecipes(limit, options) {
219
+ let localVarPath = '/api/v1/recipes/library/featured';
224
220
  const localVarUrlObj = new URL(localVarPath, this.basePath);
225
221
  const localVarRequestOptions = { method: 'GET', ...options };
226
222
  const localVarHeaderParameter = { ...this.getHeaders() };
227
223
  const localVarQueryParameter = {};
228
- if (X_API_Key !== undefined && X_API_Key !== null) {
229
- localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
224
+ if (limit !== undefined) {
225
+ localVarQueryParameter['limit'] = limit;
230
226
  }
231
227
  localVarHeaderParameter['Content-Type'] = 'application/json';
232
228
  localVarHeaderParameter['Accept'] = 'application/json';
@@ -247,31 +243,76 @@ class PoliciesApi {
247
243
  return this.axios.request(localVarRequestOptions);
248
244
  }
249
245
  /**
250
- * List pending operations
251
- * This operation retrieves pending approval operations for the authenticated principal. Human owners see all operations on their wallets. Agents see operations they initiated.
252
- * @param status Status to list. If not specified, includes all operations.
253
- * @param offset The number of items to skip before returning results. Range: [0, 100000].
254
- * @param limit The maximum number of items to return. Range: [1, 200].
255
- * @param X_API_Key
246
+ * List recipe categories
247
+ * Retrieve all available recipe categories from the public library.
256
248
  * @param options Override http request option.
257
249
  */
258
- async listPendingOperations(status, offset, limit, X_API_Key, options) {
259
- let localVarPath = '/api/v1/pending-operations';
250
+ async listRecipeCategories(options) {
251
+ let localVarPath = '/api/v1/recipes/library/categories';
260
252
  const localVarUrlObj = new URL(localVarPath, this.basePath);
261
253
  const localVarRequestOptions = { method: 'GET', ...options };
262
254
  const localVarHeaderParameter = { ...this.getHeaders() };
263
255
  const localVarQueryParameter = {};
264
- if (status !== undefined) {
265
- localVarQueryParameter['status'] = status;
256
+ localVarHeaderParameter['Content-Type'] = 'application/json';
257
+ localVarHeaderParameter['Accept'] = 'application/json';
258
+ const queryString = new URLSearchParams(Object.entries(localVarQueryParameter).reduce((acc, [key, value]) => {
259
+ if (Array.isArray(value)) {
260
+ value.forEach(v => acc.push([key, String(v)]));
261
+ }
262
+ else {
263
+ acc.push([key, String(value)]);
264
+ }
265
+ return acc;
266
+ }, [])).toString();
267
+ if (queryString) {
268
+ localVarUrlObj.search = queryString;
266
269
  }
270
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
271
+ localVarRequestOptions.url = localVarUrlObj.toString();
272
+ return this.axios.request(localVarRequestOptions);
273
+ }
274
+ /**
275
+ * List recipes in the public library
276
+ * Retrieve published recipes from the public recipe library. Filter by category, tag, chain, or keyword. Use `offset` and `limit` for pagination.
277
+ * @param offset Number of items to skip before returning results.
278
+ * @param limit The maximum number of items to return. Range: [1, 100].
279
+ * @param category Filter recipes by category slug.
280
+ * @param tag Filter recipes by tag.
281
+ * @param chain Filter recipes by blockchain (e.g. `ETH`, `SOL`).
282
+ * @param featured When `true`, return only featured recipes. When `false`, exclude featured recipes. Omit to return all.
283
+ * @param query Keyword search string to filter recipes by title or description.
284
+ * @param sort_by Sort order for results. Possible values: `popular`, `newest`, `most_used`.
285
+ * @param options Override http request option.
286
+ */
287
+ async listRecipeLibrary(offset, limit, category, tag, chain, featured, query, sort_by, options) {
288
+ let localVarPath = '/api/v1/recipes/library';
289
+ const localVarUrlObj = new URL(localVarPath, this.basePath);
290
+ const localVarRequestOptions = { method: 'GET', ...options };
291
+ const localVarHeaderParameter = { ...this.getHeaders() };
292
+ const localVarQueryParameter = {};
267
293
  if (offset !== undefined) {
268
294
  localVarQueryParameter['offset'] = offset;
269
295
  }
270
296
  if (limit !== undefined) {
271
297
  localVarQueryParameter['limit'] = limit;
272
298
  }
273
- if (X_API_Key !== undefined && X_API_Key !== null) {
274
- localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
299
+ if (category !== undefined) {
300
+ localVarQueryParameter['category'] = category;
301
+ }
302
+ if (tag !== undefined) {
303
+ localVarQueryParameter['tag'] = tag;
304
+ }
305
+ if (chain !== undefined) {
306
+ localVarQueryParameter['chain'] = chain;
307
+ }
308
+ if (featured !== undefined) {
309
+ localVarQueryParameter['featured'] = featured;
310
+ }
311
+ if (query !== undefined) {
312
+ localVarQueryParameter['query'] = query;
313
+ }
314
+ if (sort_by !== undefined) {
315
+ localVarQueryParameter['sort_by'] = sort_by;
275
316
  }
276
317
  localVarHeaderParameter['Content-Type'] = 'application/json';
277
318
  localVarHeaderParameter['Accept'] = 'application/json';
@@ -292,45 +333,59 @@ class PoliciesApi {
292
333
  return this.axios.request(localVarRequestOptions);
293
334
  }
294
335
  /**
295
- * List all policies
296
- * This operation retrieves all policies for the authenticated principal filtered by scope. `wallet_id` is required when `scope` is `wallet` or `delegation`. When `scope` is omitted, policies from all accessible scopes are returned; `wallet_id` is optional in that case and will include wallet/delegation policies if provided. You can further filter by policy type and use `offset` and `limit` to paginate.
297
- * @param scope The scope of policies to retrieve. Possible values: `global`, `wallet`, `delegation`. If omitted, all accessible scopes are returned.
298
- * @param wallet_id The wallet ID to filter policies by. Required when `scope` is `wallet` or `delegation`. The wallet ID can be retrieved by calling the List all wallets operation.
299
- * @param delegation_id The delegation ID to filter policies by. Only applicable when `scope` is `delegation`. The delegation ID can be retrieved by calling the List delegations operation.
300
- * @param policy_type Filter policies by type. Possible values: `transfer`, `contract_call`. If omitted, all types are returned.
301
- * @param include_inactive Whether to include inactive policies in the results. `true`: include inactive policies. `false`: exclude inactive policies.
302
- * @param offset The number of items to skip before returning results. Range: [0, 100000].
303
- * @param limit The maximum number of items to return. Range: [1, 200].
304
- * @param X_API_Key
336
+ * Review submitted recipe
337
+ * Approve or reject a community-submitted recipe. Requires service credential authentication. Approved recipes are published to the library and synced to the knowledge hub.
338
+ * @param recipe_id
339
+ * @param RecipeReviewRequest
340
+ * @param X_Assistant_Service_Key
305
341
  * @param options Override http request option.
306
342
  */
307
- async listPolicies(scope, wallet_id, delegation_id, policy_type, include_inactive, offset, limit, X_API_Key, options) {
308
- let localVarPath = '/api/v1/policies';
343
+ async reviewRecipeSubmission(recipe_id, RecipeReviewRequest, X_Assistant_Service_Key, options) {
344
+ let localVarPath = '/api/v1/recipes/library/submissions/{recipe_id}/review'
345
+ .replace(`{${"recipe_id"}}`, encodeURIComponent(String(recipe_id)));
309
346
  const localVarUrlObj = new URL(localVarPath, this.basePath);
310
- const localVarRequestOptions = { method: 'GET', ...options };
347
+ const localVarRequestOptions = { method: 'PATCH', ...options };
311
348
  const localVarHeaderParameter = { ...this.getHeaders() };
312
349
  const localVarQueryParameter = {};
313
- if (scope !== undefined) {
314
- localVarQueryParameter['scope'] = scope;
315
- }
316
- if (wallet_id !== undefined) {
317
- localVarQueryParameter['wallet_id'] = wallet_id;
318
- }
319
- if (delegation_id !== undefined) {
320
- localVarQueryParameter['delegation_id'] = delegation_id;
321
- }
322
- if (policy_type !== undefined) {
323
- localVarQueryParameter['policy_type'] = policy_type;
324
- }
325
- if (include_inactive !== undefined) {
326
- localVarQueryParameter['include_inactive'] = include_inactive;
327
- }
328
- if (offset !== undefined) {
329
- localVarQueryParameter['offset'] = offset;
350
+ // verify required parameter 'RecipeReviewRequest' is not null or undefined
351
+ (0, common_1.assertParamExists)('reviewRecipeSubmission', 'RecipeReviewRequest', RecipeReviewRequest);
352
+ if (X_Assistant_Service_Key !== undefined && X_Assistant_Service_Key !== null) {
353
+ localVarHeaderParameter['X-Assistant-Service-Key'] = String(X_Assistant_Service_Key);
330
354
  }
331
- if (limit !== undefined) {
332
- localVarQueryParameter['limit'] = limit;
355
+ localVarHeaderParameter['Content-Type'] = 'application/json';
356
+ localVarHeaderParameter['Accept'] = 'application/json';
357
+ const queryString = new URLSearchParams(Object.entries(localVarQueryParameter).reduce((acc, [key, value]) => {
358
+ if (Array.isArray(value)) {
359
+ value.forEach(v => acc.push([key, String(v)]));
360
+ }
361
+ else {
362
+ acc.push([key, String(value)]);
363
+ }
364
+ return acc;
365
+ }, [])).toString();
366
+ if (queryString) {
367
+ localVarUrlObj.search = queryString;
333
368
  }
369
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
370
+ localVarRequestOptions.data = RecipeReviewRequest;
371
+ localVarRequestOptions.url = localVarUrlObj.toString();
372
+ return this.axios.request(localVarRequestOptions);
373
+ }
374
+ /**
375
+ * Search recipes
376
+ * Search the recipe library using natural language. Set `source` to `knowledge` (default) to query the knowledge hub, or `graph` to query the LightRAG graph index. Optionally filter results by `chain` or `token`.
377
+ * @param SearchRecipesRequest
378
+ * @param X_API_Key
379
+ * @param options Override http request option.
380
+ */
381
+ async searchRecipes(SearchRecipesRequest, X_API_Key, options) {
382
+ let localVarPath = '/api/v1/recipes/search';
383
+ const localVarUrlObj = new URL(localVarPath, this.basePath);
384
+ const localVarRequestOptions = { method: 'POST', ...options };
385
+ const localVarHeaderParameter = { ...this.getHeaders() };
386
+ const localVarQueryParameter = {};
387
+ // verify required parameter 'SearchRecipesRequest' is not null or undefined
388
+ (0, common_1.assertParamExists)('searchRecipes', 'SearchRecipesRequest', SearchRecipesRequest);
334
389
  if (X_API_Key !== undefined && X_API_Key !== null) {
335
390
  localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
336
391
  }
@@ -349,26 +404,25 @@ class PoliciesApi {
349
404
  localVarUrlObj.search = queryString;
350
405
  }
351
406
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
407
+ localVarRequestOptions.data = SearchRecipesRequest;
352
408
  localVarRequestOptions.url = localVarUrlObj.toString();
353
409
  return this.axios.request(localVarRequestOptions);
354
410
  }
355
411
  /**
356
- * Reject pending operation
357
- * This operation rejects a pending transaction, preventing it from being executed. The pending operation ID can be retrieved by calling the List pending operations operation. Only the wallet owner can reject pending operations. Optionally supply `reason` (max 500 characters) to record why the operation was rejected.
358
- * @param pending_operation_id
359
- * @param RejectPendingOperationRequest
412
+ * Submit community recipe
413
+ * Submit a community-contributed recipe for review. The recipe enters a pending state until reviewed and approved by an admin.
414
+ * @param RecipeSubmissionCreate
360
415
  * @param X_API_Key
361
416
  * @param options Override http request option.
362
417
  */
363
- async rejectPendingOperation(pending_operation_id, RejectPendingOperationRequest, X_API_Key, options) {
364
- let localVarPath = '/api/v1/pending-operations/{pending_operation_id}/reject'
365
- .replace(`{${"pending_operation_id"}}`, encodeURIComponent(String(pending_operation_id)));
418
+ async submitRecipe(RecipeSubmissionCreate, X_API_Key, options) {
419
+ let localVarPath = '/api/v1/recipes/library/submit';
366
420
  const localVarUrlObj = new URL(localVarPath, this.basePath);
367
421
  const localVarRequestOptions = { method: 'POST', ...options };
368
422
  const localVarHeaderParameter = { ...this.getHeaders() };
369
423
  const localVarQueryParameter = {};
370
- // verify required parameter 'RejectPendingOperationRequest' is not null or undefined
371
- (0, common_1.assertParamExists)('rejectPendingOperation', 'RejectPendingOperationRequest', RejectPendingOperationRequest);
424
+ // verify required parameter 'RecipeSubmissionCreate' is not null or undefined
425
+ (0, common_1.assertParamExists)('submitRecipe', 'RecipeSubmissionCreate', RecipeSubmissionCreate);
372
426
  if (X_API_Key !== undefined && X_API_Key !== null) {
373
427
  localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
374
428
  }
@@ -387,27 +441,55 @@ class PoliciesApi {
387
441
  localVarUrlObj.search = queryString;
388
442
  }
389
443
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
390
- localVarRequestOptions.data = RejectPendingOperationRequest;
444
+ localVarRequestOptions.data = RecipeSubmissionCreate;
391
445
  localVarRequestOptions.url = localVarUrlObj.toString();
392
446
  return this.axios.request(localVarRequestOptions);
393
447
  }
394
448
  /**
395
- * Update policy
396
- * This operation updates a specific policy. The policy ID can be retrieved by calling the List all policies operation. All fields are optional; only provided fields are updated. You can update `name`, `rules`, `priority`, and `is_active`.
397
- * @param policy_id
398
- * @param PolicyUpdate
449
+ * Increment recipe share count
450
+ * Increment the share counter for a recipe. Call this endpoint when a user shares the recipe externally.
451
+ * @param recipe_id
452
+ * @param options Override http request option.
453
+ */
454
+ async trackRecipeShare(recipe_id, options) {
455
+ let localVarPath = '/api/v1/recipes/library/{recipe_id}/share'
456
+ .replace(`{${"recipe_id"}}`, encodeURIComponent(String(recipe_id)));
457
+ const localVarUrlObj = new URL(localVarPath, this.basePath);
458
+ const localVarRequestOptions = { method: 'POST', ...options };
459
+ const localVarHeaderParameter = { ...this.getHeaders() };
460
+ const localVarQueryParameter = {};
461
+ localVarHeaderParameter['Content-Type'] = 'application/json';
462
+ localVarHeaderParameter['Accept'] = 'application/json';
463
+ const queryString = new URLSearchParams(Object.entries(localVarQueryParameter).reduce((acc, [key, value]) => {
464
+ if (Array.isArray(value)) {
465
+ value.forEach(v => acc.push([key, String(v)]));
466
+ }
467
+ else {
468
+ acc.push([key, String(value)]);
469
+ }
470
+ return acc;
471
+ }, [])).toString();
472
+ if (queryString) {
473
+ localVarUrlObj.search = queryString;
474
+ }
475
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
476
+ localVarRequestOptions.url = localVarUrlObj.toString();
477
+ return this.axios.request(localVarRequestOptions);
478
+ }
479
+ /**
480
+ * Increment recipe use count
481
+ * Increment the use counter for a recipe. Call this endpoint when an authenticated user activates or runs a recipe.
482
+ * @param recipe_id
399
483
  * @param X_API_Key
400
484
  * @param options Override http request option.
401
485
  */
402
- async updatePolicy(policy_id, PolicyUpdate, X_API_Key, options) {
403
- let localVarPath = '/api/v1/policies/{policy_id}'
404
- .replace(`{${"policy_id"}}`, encodeURIComponent(String(policy_id)));
486
+ async trackRecipeUse(recipe_id, X_API_Key, options) {
487
+ let localVarPath = '/api/v1/recipes/library/{recipe_id}/use'
488
+ .replace(`{${"recipe_id"}}`, encodeURIComponent(String(recipe_id)));
405
489
  const localVarUrlObj = new URL(localVarPath, this.basePath);
406
- const localVarRequestOptions = { method: 'PATCH', ...options };
490
+ const localVarRequestOptions = { method: 'POST', ...options };
407
491
  const localVarHeaderParameter = { ...this.getHeaders() };
408
492
  const localVarQueryParameter = {};
409
- // verify required parameter 'PolicyUpdate' is not null or undefined
410
- (0, common_1.assertParamExists)('updatePolicy', 'PolicyUpdate', PolicyUpdate);
411
493
  if (X_API_Key !== undefined && X_API_Key !== null) {
412
494
  localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
413
495
  }
@@ -426,10 +508,48 @@ class PoliciesApi {
426
508
  localVarUrlObj.search = queryString;
427
509
  }
428
510
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
429
- localVarRequestOptions.data = PolicyUpdate;
511
+ localVarRequestOptions.url = localVarUrlObj.toString();
512
+ return this.axios.request(localVarRequestOptions);
513
+ }
514
+ /**
515
+ * Update recipe
516
+ * Update an existing recipe in the library. Requires service credential authentication. Only provided fields are updated. The recipe is re-synced to the knowledge hub after the update.
517
+ * @param recipe_id
518
+ * @param RecipeUpdate
519
+ * @param X_Assistant_Service_Key
520
+ * @param options Override http request option.
521
+ */
522
+ async updateRecipe(recipe_id, RecipeUpdate, X_Assistant_Service_Key, options) {
523
+ let localVarPath = '/api/v1/recipes/library/{recipe_id}'
524
+ .replace(`{${"recipe_id"}}`, encodeURIComponent(String(recipe_id)));
525
+ const localVarUrlObj = new URL(localVarPath, this.basePath);
526
+ const localVarRequestOptions = { method: 'PATCH', ...options };
527
+ const localVarHeaderParameter = { ...this.getHeaders() };
528
+ const localVarQueryParameter = {};
529
+ // verify required parameter 'RecipeUpdate' is not null or undefined
530
+ (0, common_1.assertParamExists)('updateRecipe', 'RecipeUpdate', RecipeUpdate);
531
+ if (X_Assistant_Service_Key !== undefined && X_Assistant_Service_Key !== null) {
532
+ localVarHeaderParameter['X-Assistant-Service-Key'] = String(X_Assistant_Service_Key);
533
+ }
534
+ localVarHeaderParameter['Content-Type'] = 'application/json';
535
+ localVarHeaderParameter['Accept'] = 'application/json';
536
+ const queryString = new URLSearchParams(Object.entries(localVarQueryParameter).reduce((acc, [key, value]) => {
537
+ if (Array.isArray(value)) {
538
+ value.forEach(v => acc.push([key, String(v)]));
539
+ }
540
+ else {
541
+ acc.push([key, String(value)]);
542
+ }
543
+ return acc;
544
+ }, [])).toString();
545
+ if (queryString) {
546
+ localVarUrlObj.search = queryString;
547
+ }
548
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
549
+ localVarRequestOptions.data = RecipeUpdate;
430
550
  localVarRequestOptions.url = localVarUrlObj.toString();
431
551
  return this.axios.request(localVarRequestOptions);
432
552
  }
433
553
  }
434
- exports.PoliciesApi = PoliciesApi;
435
- //# sourceMappingURL=policies-api.js.map
554
+ exports.RecipesApi = RecipesApi;
555
+ //# sourceMappingURL=recipes-api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipes-api.js","sourceRoot":"","sources":["../../api/recipes-api.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Cobo Agentic Wallet Service
3
+ *
4
+ * The version of the OpenAPI document: 0.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 { StandardResponseSuggestionResponse } from '../models';
13
+ import type { SuggestionKey } from '../models';
14
+ export declare class SuggestionsApi {
15
+ private basePath;
16
+ private axios;
17
+ private configuration?;
18
+ constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
19
+ /**
20
+ * Get default request headers including auth
21
+ */
22
+ private getHeaders;
23
+ /**
24
+ * Get suggestion by key
25
+ * Retrieve the suggestion message for a given key. Checks the Redis hash `cli_suggestions` field `{key}` first; falls back to the built-in default if Redis is unavailable or the field is not set. Returns an empty string if the key has no built-in default. Returns HTTP 422 automatically for unrecognized keys (enforced by the `SuggestionKey` enum).
26
+ * @param key
27
+ * @param X_API_Key
28
+ * @param options Override http request option.
29
+ */
30
+ getSuggestion(key: SuggestionKey, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseSuggestionResponse>>;
31
+ }
32
+ //# sourceMappingURL=suggestions-api.d.ts.map